From 99a37a41130f09b95259133179a680f1dd84db9e Mon Sep 17 00:00:00 2001 From: KPhoenix Date: Fri, 3 Feb 2023 00:25:28 -0500 Subject: [PATCH] Fine -> Sturdy --- Source/itemdat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/itemdat.cpp b/Source/itemdat.cpp index 0fab26151..d2e494614 100644 --- a/Source/itemdat.cpp +++ b/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 },