Skip to content

Commit

Permalink
wtf Butcher's Cleaver
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdgmr committed Oct 3, 2023
1 parent 90b20ec commit 8b091ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/itemdat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 } } },
Expand Down

0 comments on commit 8b091ba

Please sign in to comment.