Browse Source

Fine -> Sturdy

pull/5748/head
KPhoenix 3 years ago committed by Anders Jenbo
parent
commit
99a37a4113
  1. 2
      Source/itemdat.cpp

2
Source/itemdat.cpp

@ -263,7 +263,7 @@ const PLStruct ItemPrefixes[] = {
{ N_("King's"), { IPL_TOHIT_DAMP, 151, 175 }, 28, AffixItemType::Weapon | AffixItemType::Staff, GOE_ANY, true, true, 24100, 35000, 38 },
{ N_("Vulnerable"), { IPL_ACP_CURSE, 51, 100 }, 3, AffixItemType::Armor | AffixItemType::Shield, GOE_ANY, true, false, 0, 0, -3 },
{ N_("Rusted"), { IPL_ACP_CURSE, 25, 50 }, 1, AffixItemType::Armor | AffixItemType::Shield, GOE_ANY, true, false, 0, 0, -2 },
{ N_("Fine"), { IPL_ACP, 20, 30 }, 1, AffixItemType::Armor | AffixItemType::Shield, GOE_ANY, true, true, 20, 100, 2 },
{ N_("Sturdy"), { IPL_ACP, 20, 30 }, 1, AffixItemType::Armor | AffixItemType::Shield, GOE_ANY, true, true, 20, 100, 2 },
{ N_("Strong"), { IPL_ACP, 31, 40 }, 3, AffixItemType::Armor | AffixItemType::Shield, GOE_ANY, true, true, 120, 200, 3 },
{ N_("Grand"), { IPL_ACP, 41, 55 }, 6, AffixItemType::Armor | AffixItemType::Shield, GOE_ANY, true, true, 220, 300, 5 },
{ N_("Valiant"), { IPL_ACP, 56, 70 }, 10, AffixItemType::Armor | AffixItemType::Shield, GOE_ANY, true, true, 320, 400, 7 },

Loading…
Cancel
Save