diff --git a/Source/itemdat.cpp b/Source/itemdat.cpp index 6a219a74413..de9fec4d254 100644 --- a/Source/itemdat.cpp +++ b/Source/itemdat.cpp @@ -432,7 +432,7 @@ const UniqueItem UniqueItems[] = { // clang-format off // UIName, UIItemId, UIMinLvl, UINumPL, UIValue, { ItemPower[0], ItemPower[1], ItemPower[2], ItemPower[3], ItemPower[4], ItemPower[5] } // TRANSLATORS: Unique Item section -{ N_("The Butcher's Cleaver"), UITYPE_CLEAVER, 1, 4, 3650, { { IPL_STR, 15, 15 }, { IPL_VIT, 10, 10 }, { IPL_DEX_CURSE, 10, 10 }, { IPL_INVCURS, 81 }, { }, { } } }, +{ N_("The Butcher's Cleaver"), UITYPE_CLEAVER, 1, 3, 3650, { { IPL_STR, 15, 15 }, { IPL_VIT, 10, 10 }, { IPL_DEX_CURSE, 10, 10 }, { }, { }, { } } }, { N_("The Undead Crown"), UITYPE_SKCROWN, 1, 4, 16650, { { IPL_STEALLIFE, 3, 3 }, { IPL_DEX, 5, 5 }, { IPL_MAGICDAM, 1, 3 }, { IPL_INVCURS, 77 }, { }, { } } }, { N_("Empyrean Band"), UITYPE_INFRARING, 1, 4, 8000, { { IPL_ATTRIBS, 5, 5 }, { IPL_ALLRES, 10, 10 }, { IPL_FASTRECOVER, 1, 1 }, { IPL_ABSHALFTRAP }, { }, { } } }, { N_("Optic Amulet"), UITYPE_OPTAMULET, 1, 6, 9750, { { IPL_LIGHT, 2, 2 }, { IPL_MAGICDAM, 1, 3 }, { IPL_MAGICRES, 30, 30 }, { IPL_GETHIT, 1, 1 }, { IPL_MAG, 10, 10 }, { IPL_INVCURS, 44 } } },