Skip to content

Commit

Permalink
Merge pull request #30480 from RarkGrames/Obtainable-ice-axe
Browse files Browse the repository at this point in the history
Obtainable ice axe
  • Loading branch information
Rivet-the-Zombie authored May 14, 2019
2 parents 0ce878d + a17e7b0 commit 2ad83e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -8683,6 +8683,7 @@
"items": [
[ "rope_30", 10 ],
[ "hatchet", 50 ],
[ "iceaxe", 20 ],
[ "mess_kit", 100 ],
[ "teapot", 50 ],
[ "binoculars", 30 ],
Expand Down
18 changes: 18 additions & 0 deletions data/json/recipes/weapon/bashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ]
},
{
"result": "iceaxe",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
"difficulty": 5,
"time": 240000,
"autolearn": true,
"using": [ [ "forging_standard", 8 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 20 ] ],
[ [ "filament", 100, "LIST" ] ],
[ [ "rag", 2 ], [ "felt_patch", 2 ], [ "leather", 2 ], [ "fur", 2 ] ]
]
},
{
"result": "makeshift_crowbar",
"type": "recipe",
Expand Down

0 comments on commit 2ad83e9

Please sign in to comment.