Skip to content

Commit

Permalink
Update claw bar volume to be consistent with crowbar (CleverRaven#66765)
Browse files Browse the repository at this point in the history
* Update claw bar volume to be consistent with crowbar

* Adjust claw bar volume to be proportional to weight of crowbar.

* fix expected dps

* Revert "fix expected dps"

This reverts commit 6a1edfa.

Revert test change

* Reduce damage to match test
  • Loading branch information
ampersand55 authored Jul 9, 2023
1 parent 0573277 commit 6fac4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/tool/workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"name": { "str": "claw bar" },
"description": "A small prying tool with a clawed bend at one end for pulling spikes. Use it to open locked doors without destroying them or to lift manhole covers. You could also wield it to bash some heads in.",
"weight": "350 g",
"volume": "375 ml",
"volume": "64 ml",
"longest_side": "25 cm",
"price": 1000,
"price_postapoc": 250,
Expand All @@ -253,7 +253,7 @@
"qualities": [ [ "PRY", 2 ], [ "HAMMER", 1 ], [ "PRYING_NAIL", 1 ] ],
"use_action": [ "CROWBAR" ],
"flags": [ "BELT_CLIP" ],
"melee_damage": { "bash": 10, "cut": 1 }
"melee_damage": { "bash": 9, "cut": 1 }
},
{
"id": "con_mix",
Expand Down

0 comments on commit 6fac4ab

Please sign in to comment.