Skip to content

Commit

Permalink
Increased mass, decreased volume and prying ability of makeshift crowbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik authored and kevingranade committed Dec 30, 2019
1 parent 13b78c9 commit a71df6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3647,17 +3647,17 @@
"id": "makeshift_crowbar",
"type": "TOOL",
"name": "makeshift crowbar",
"description": "This is a pipe whose ends have been bent and hammered flat to resemble a crowbar. Use it to open locked doors without destroying them, or to lift manhole covers. You could also wield it to fight with, in a pinch.",
"weight": "762 g",
"volume": "1500 ml",
"description": "This is a pipe whose ends have been bent and hammered flat to resemble a crowbar. Use it to open locked crates without destroying them, or to lift manhole covers. You could also wield it to fight with, in a pinch.",
"weight": "1250 g",
"volume": "1 L",
"price": 0,
"to_hit": 2,
"bashing": 12,
"cutting": 1,
"material": "steel",
"symbol": ";",
"color": "dark_gray",
"qualities": [ [ "PRY", 2 ], [ "HAMMER", 1 ] ],
"qualities": [ [ "PRY", 1 ], [ "HAMMER", 1 ] ],
"use_action": "CROWBAR",
"techniques": [ "WBLOCK_1" ],
"flags": [ "BELT_CLIP" ]
Expand Down

0 comments on commit a71df6b

Please sign in to comment.