Skip to content

Commit

Permalink
skillcalculator: Add gold tiaras
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfisher authored and Nightfirecat committed Aug 2, 2024
1 parent c1cf957 commit 9ed58f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public enum CraftingAction implements ItemSkillAction
TOPAZ_BRACELET(ItemID.TOPAZ_BRACELET, 38, 75),
RUBY_NECKLACE(ItemID.RUBY_NECKLACE, 40, 75),
HARD_LEATHER_SHIELD(ItemID.HARD_LEATHER_SHIELD, 41, 70),
GOLD_TIARA(ItemID.GOLD_TIARA, 42, 35),
FISHBOWL(ItemID.FISHBOWL, 42, 42.5f),
RUBY_BRACELET(ItemID.RUBY_BRACELET, 42, 80),
DIAMOND_RING(ItemID.DIAMOND_RING, 43, 85),
Expand Down

0 comments on commit 9ed58f6

Please sign in to comment.