Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Added heavy crowbar as an item (CleverRaven#55027)
Browse files Browse the repository at this point in the history
* Added heavy crowbar item
* Added heavy crowbar to item pools
Added to entry tools and general tools
* Added heavy crowbard recipe
* Added heavy crowbar deconstruction
  • Loading branch information
Boonlike authored Feb 7, 2022
1 parent 0fde9da commit 9387799
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/itemgroups/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
[ "shovel_snow", 10 ],
[ "shovel_snow_plastic", 15 ],
[ "hose_garden", 20 ],
[ "big_pliers", 10 ]
[ "big_pliers", 10 ],
[ "heavy_crowbar", 10 ]
]
},
{
Expand Down Expand Up @@ -297,7 +298,8 @@
[ "hammer_sledge_engineer", 10 ],
[ "halligan", 10 ],
[ "pike_pole", 10 ],
[ "ny_hook", 10 ]
[ "ny_hook", 10 ],
[ "heavy_crowbar", 10 ]
]
},
{
Expand Down
21 changes: 21 additions & 0 deletions data/json/items/tool/entry_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,26 @@
"color": "light_gray",
"qualities": [ [ "LOCKPICK", 40 ] ],
"flags": [ "PSEUDO", "PERFECT_LOCKPICK" ]
},
{
"id": "heavy_crowbar",
"type": "TOOL",
"name": { "str": "heavy crowbar" },
"looks_like": "crowbar",
"description": "A 5 foot long construction prybar. Essentially a long solid steel rod with a hardened chisel tip.",
"weight": "8 kg",
"to_hit": { "grip": "solid", "length": "long", "surface": "any", "balance": "uneven" },
"price_postapoc": 4000,
"color": "red",
"symbol": "/",
"material": [ "steel" ],
"techniques": [ "WBLOCK_1", "SWEEP", "BRUTAL" ],
"flags": [ "DURABLE_MELEE", "ALWAYS_TWOHAND", "SHEATH_SPEAR" ],
"volume": "1 L",
"longest_side": "150 cm",
"bashing": 45,
"price": 10000,
"qualities": [ [ "HAMMER", 1 ], [ "PRY", 3 ], [ "COOK", 1 ] ],
"use_action": [ "HAMMER", "CROWBAR" ]
}
]
8 changes: 8 additions & 0 deletions data/json/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -5818,5 +5818,13 @@
"time": "5 m",
"qualities": [ { "id": "CUT_FINE", "level": 1 } ],
"components": [ [ [ "thread", 7 ] ], [ [ "rag", 5 ] ] ]
},
{
"result": "heavy_crowbar",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "20 m",
"qualities": [ { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "steel_lump", 8 ] ] ]
}
]
20 changes: 20 additions & 0 deletions data/json/recipes/tools/tools_hand.json
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,26 @@
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ] ]
},
{
"result": "heavy_crowbar",
"type": "recipe",
"activity_level": "BRISK_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 6,
"time": "380 m",
"autolearn": true,
"book_learn": [ [ "textbook_fireman", 8 ] ],
"using": [ [ "forging_standard", 20 ], [ "steel_standard", 4 ] ],
"proficiencies": [
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_toolsmithing" }
],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ] ]
},
{
"result": "halligan",
"type": "recipe",
Expand Down

0 comments on commit 9387799

Please sign in to comment.