Skip to content

Commit

Permalink
Tools with PRY qualities now can pry by activating them (#32526)
Browse files Browse the repository at this point in the history
* Added option to pry on activating fire axe

* Added options to pry to all tools with PRY qualities
  • Loading branch information
Night-Pryanik authored and ZhilkinSerg committed Jul 21, 2019
1 parent a716fd5 commit a24f3b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,8 @@
"min_volume": 1,
"max_volume": 4,
"flags": [ "SHEATH_KNIFE", "SHEATH_SWORD" ]
}
},
"CROWBAR"
],
"qualities": [
[ "HAMMER", 3 ],
Expand Down
13 changes: 7 additions & 6 deletions data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,8 @@
"color": "light_gray",
"techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ],
"qualities": [ [ "AXE", 2 ], [ "PRY", 3 ], [ "BUTCHER", -30 ] ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "BELT_CLIP" ]
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "BELT_CLIP" ],
"use_action": "CROWBAR"
},
{
"id": "fire_drill",
Expand Down Expand Up @@ -2868,7 +2869,7 @@
"symbol": ";",
"color": "brown",
"qualities": [ [ "HAMMER", 3 ], [ "PRY", 1 ], [ "HAMMER_FINE", 1 ] ],
"use_action": "HAMMER",
"use_action": [ "HAMMER", "CROWBAR" ],
"flags": [ "BELT_CLIP", "NONCONDUCTIVE" ]
},
{
Expand Down Expand Up @@ -3314,7 +3315,7 @@
[ "SCREW", 1 ],
[ "CHISEL", 3 ]
],
"use_action": "GUN_REPAIR",
"use_action": [ "GUN_REPAIR", "CROWBAR" ],
"magazines": [
[
"battery",
Expand Down Expand Up @@ -3802,7 +3803,7 @@
"max_charges": 200,
"charges_per_use": 50,
"qualities": [ [ "CHISEL", 3 ], [ "HAMMER_FINE", 1 ], [ "HAMMER", 3 ], [ "PRY", 1 ] ],
"use_action": "MISC_REPAIR",
"use_action": [ "MISC_REPAIR", "CROWBAR" ],
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
Expand Down Expand Up @@ -5344,7 +5345,7 @@
[ "SCREW", 1 ],
[ "CHISEL", 3 ]
],
"use_action": "GUN_REPAIR",
"use_action": [ "GUN_REPAIR", "CROWBAR" ],
"magazines": [
[
"battery",
Expand Down Expand Up @@ -6338,7 +6339,7 @@
[ "REAM", 1 ],
[ "VICE", 1 ]
],
"use_action": [ "HAMMER" ]
"use_action": [ "HAMMER", "CROWBAR" ]
},
{
"id": "toolset_extended",
Expand Down

0 comments on commit a24f3b0

Please sign in to comment.