Skip to content

Commit

Permalink
Merge pull request #27918 from ifreund/add-pry-to-hammer-recipes
Browse files Browse the repository at this point in the history
Add pry one to items containing hammers
  • Loading branch information
ZhilkinSerg authored Jan 28, 2019
2 parents 4c3ee92 + 981f9c8 commit e1e4791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@
"max_volume": 4,
"flags": [ "SHEATH_KNIFE", "SHEATH_SWORD" ]
} ],
"qualities": [["HAMMER", 3], ["SAW_M", 2], ["SAW_W", 2], ["WRENCH", 2], ["AXE", 1],
"qualities": [["HAMMER", 3], [ "PRY", 1 ], ["SAW_M", 2], ["SAW_W", 2], ["WRENCH", 2], ["AXE", 1],
["SCREW", 1], ["HAMMER_FINE", 1], ["SAW_M_FINE", 1], ["WRENCH_FINE", 1], ["SCREW_FINE", 1]]
},
{
Expand Down
4 changes: 3 additions & 1 deletion data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -4210,6 +4210,7 @@
"qualities": [
[ "HAMMER_FINE", 1 ],
[ "HAMMER", 3 ],
[ "PRY", 1 ],
[ "SAW_M_FINE", 1 ],
[ "SAW_M", 2 ],
[ "WRENCH_FINE", 1 ],
Expand Down Expand Up @@ -4734,7 +4735,7 @@
"initial_charges": 100,
"max_charges": 200,
"charges_per_use": 50,
"qualities": [ [ "CHISEL", 3 ], [ "HAMMER_FINE", 1 ], [ "HAMMER", 3 ] ],
"qualities": [ [ "CHISEL", 3 ], [ "HAMMER_FINE", 1 ], [ "HAMMER", 3 ], [ "PRY", 1 ] ],
"use_action": "MISC_REPAIR"
},
{
Expand Down Expand Up @@ -6415,6 +6416,7 @@
"qualities": [
[ "HAMMER_FINE", 1 ],
[ "HAMMER", 3 ],
[ "PRY", 1 ],
[ "SAW_M_FINE", 1 ],
[ "SAW_M", 2 ],
[ "SAW_W", 1 ],
Expand Down

0 comments on commit e1e4791

Please sign in to comment.