Skip to content

Commit

Permalink
Update bashing.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPendrak authored Jun 25, 2024
1 parent be23f04 commit 4d5bea6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/json/recipes/weapon/bashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d5bea6

Please sign in to comment.