Skip to content

Commit

Permalink
Crutches melee balance (CleverRaven#72375)
Browse files Browse the repository at this point in the history
* crutches adjustment

* add fragile melee to crutches
  • Loading branch information
oosyrag authored Mar 14, 2024
1 parent da050cf commit a365e9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/melee/bludgeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,14 +655,14 @@
"price": 2500,
"material": [ "aluminum" ],
"techniques": [ "WBLOCK_1", "SWEEP" ],
"flags": [ "CRUTCHES" ],
"flags": [ "FRAGILE_MELEE", "CRUTCHES" ],
"weight": "2200 g",
"volume": "1500 ml",
"longest_side": "150 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "neutral" },
"to_hit": { "grip": "weapon", "length": "long", "surface": "line", "balance": "neutral" },
"price_postapoc": 1250,
"category": "weapons",
"melee_damage": { "bash": 24 }
"melee_damage": { "bash": 20 }
},
{
"id": "makeshift_crutches",
Expand All @@ -674,7 +674,7 @@
"price": 250,
"material": [ "wood" ],
"techniques": [ "WBLOCK_1", "SWEEP" ],
"flags": [ "NONCONDUCTIVE", "CRUTCHES" ],
"flags": [ "FRAGILE_MELEE", "NONCONDUCTIVE", "CRUTCHES" ],
"weight": "2200 g",
"volume": "1500 ml",
"longest_side": "150 cm",
Expand Down

0 comments on commit a365e9e

Please sign in to comment.