From 4d5bea65ef15f9f8e4484eefb2876f83eb0f8275 Mon Sep 17 00:00:00 2001 From: SirPendrak <43266802+SirPendrak@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:19:39 +0200 Subject: [PATCH] Update bashing.json --- data/json/recipes/weapon/bashing.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/data/json/recipes/weapon/bashing.json b/data/json/recipes/weapon/bashing.json index d41bb39b74cec..9ff96674256ee 100644 --- a/data/json/recipes/weapon/bashing.json +++ b/data/json/recipes/weapon/bashing.json @@ -189,6 +189,33 @@ "tools": [ [ [ "drift", -1 ] ] ], "components": [ [ [ "stick_long", 1 ] ], [ [ "fur", 2 ], [ "leather", 2 ] ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "survivor_polehammer", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_BASHING", + "skill_used": "fabrication", + "difficulty": 1, + "time": "30 m", + "autolearn": true, + "qualities": [ { "id": "CUT", "level": 2 }, { "id": "HAMMER", "level": 1 } ], + "proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 1.5, "skill_penalty": 0.15 } ], + "components": [ [ [ "spear_shaft", 1 ] ], [ [ "hammer", 1 ], [ "survivor_polehammer_makeshift", 1 ] ], [ [ "nails", 3, "LIST" ] ] ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "survivor_polehammer_makeshift", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_BASHING", + "skill_used": "fabrication", + "time": "15 m", + "autolearn": true, + "qualities": [ { "id": "CUT", "level": 1 } ], + "proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 1.5, "skill_penalty": 0.15 } ], + "components": [ [ [ "stick_long", 1 ], [ "long_pole", 1 ] ], [ [ "hammer", 1 ] ] ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",