Skip to content

Commit

Permalink
feat(balance): consistency updates for makeshift axes and tomahawks, …
Browse files Browse the repository at this point in the history
…to allow tomahawks to have woodcutting quality (#5993)
  • Loading branch information
chaosvolt authored Jan 27, 2025
1 parent 61e241a commit 06bfb24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions data/json/items/tool/woodworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"thrown_damage": [ { "damage_type": "bash", "amount": 3 }, { "damage_type": "cut", "amount": 11 } ],
"to_hit": 1,
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "SHEATH_AXE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ]
"qualities": [ [ "AXE", 1 ], [ "CUT", 1 ], [ "BUTCHER", 10 ] ]
},
{
"id": "tomahawk_copper",
Expand All @@ -354,6 +354,6 @@
"thrown_damage": [ { "damage_type": "bash", "amount": 3 }, { "damage_type": "cut", "amount": 16 } ],
"to_hit": 1,
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "SHEATH_AXE", "NONCONDUCTIVE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 12 ] ]
"qualities": [ [ "AXE", 2 ], [ "CUT", 1 ], [ "BUTCHER", 12 ] ]
}
]
7 changes: 4 additions & 3 deletions data/json/recipes/other/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 4,
"difficulty": 3,
"skills_required": [ "survival", 2 ],
"time": "1 h",
"reversible": true,
"autolearn": true,
Expand All @@ -493,8 +494,8 @@
"result": "primitive_axe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "survival",
"skills_required": [ "fabrication", 2 ],
"skill_used": "fabrication",
"skills_required": [ "survival", 2 ],
"difficulty": 3,
"time": "1 h",
"reversible": true,
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/weapon/cutting.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 3,
"difficulty": 5,
"skills_required": [ "survival", 3 ],
"time": "1 h",
"reversible": true,
Expand All @@ -669,7 +669,7 @@
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 4,
"difficulty": 5,
"skills_required": [ "survival", 3 ],
"time": "1 h",
"reversible": true,
Expand Down

0 comments on commit 06bfb24

Please sign in to comment.