Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pry one to items containing hammers #27918

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add pry one to items containg hammers
  • Loading branch information
ifreund committed Jan 27, 2019
commit 981f9c87932316a233abe6b5ccb458f64901fcee
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