Skip to content

Commit

Permalink
Increase kite shield and tower shield encumbrance
Browse files Browse the repository at this point in the history
They were tuned a little low with the new formula. Tower shields now have
similar penalties (for normal-sized species) to before the rework, and kite
shields still have lower penalties until around 8 skill.
  • Loading branch information
semitonal committed Jan 5, 2022
1 parent ee27558 commit ffcb275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawl-ref/source/item-prop.cc
Expand Up @@ -151,9 +151,9 @@ static const armour_def Armour_prop[] =
EQ_SHIELD, SIZE_LITTLE, SIZE_GIANT, true },
{ ARM_BUCKLER, "buckler", 3, -50, 45,
EQ_SHIELD, SIZE_LITTLE, SIZE_MEDIUM, true },
{ ARM_KITE_SHIELD, "kite shield", 8, -90, 45,
{ ARM_KITE_SHIELD, "kite shield", 8, -100, 45,
EQ_SHIELD, SIZE_SMALL, SIZE_LARGE, true },
{ ARM_TOWER_SHIELD, "tower shield", 13, -130, 45,
{ ARM_TOWER_SHIELD, "tower shield", 13, -150, 45,
EQ_SHIELD, SIZE_MEDIUM, SIZE_GIANT, true },

// Following all ARM_ entries for the benefit of util/gather_items
Expand Down

0 comments on commit ffcb275

Please sign in to comment.