Skip to content

Commit

Permalink
feat(content): tool axe rebalance, tomahawks (#4452)
Browse files Browse the repository at this point in the history
* Boop

Adjusted to-hit of hatchet, stone axe, and copper axe to be +1 like the wood axe (since they are all single-edged cutting weapons). Added the stone tomahawk, a more lightweight primitive axe better for combat and utility (though not chopping trees).

* Copper, stone axe to-hit

Made the copper and stone axes have 0 to-hit to reflect their primitive tool status

* Added copper tomahawk

Added copper tomahawk

* Made stone and copper axe 2handed

* Adjusted tomahawk damages

* Made the tomahawks use the axe sheath

* style(autofix.ci): automated formatting

* Update data/json/items/tool/woodworking.json

Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>

* Update data/json/items/tool/woodworking.json

Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>

* Update data/json/items/tool/woodworking.json

Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>

* Rebalanced hatchet & copper tomahawk

The hatchet and copper tomahawk have been rebalanced, the hatchet now has slightly lower DPS than the hand-forged sword and the copper tomahawk has equivalent DPS to the copper spear.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 8, 2024
1 parent 898b7ef commit 2d72247
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 7 deletions.
55 changes: 48 additions & 7 deletions data/json/items/tool/woodworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"id": "copper_ax",
"type": "GENERIC",
"category": "tools",
"weapon_category": [ "1H_AXES" ],
"weapon_category": [ "2H_AXES" ],
"name": { "str": "copper axe" },
"description": "This is a decent-sized chunk of worked copper affixed to a wooden shaft, to make a crude yet effective axe.",
"weight": "3700 g",
Expand All @@ -130,7 +130,6 @@
"price_postapoc": "50 cent",
"bashing": 30,
"cutting": 20,
"to_hit": -2,
"material": [ "wood", "copper" ],
"symbol": "/",
"color": "brown",
Expand All @@ -153,9 +152,9 @@
"techniques": [ "WBLOCK_1" ],
"weight": "907 g",
"volume": "1 L",
"bashing": 17,
"cutting": 28,
"to_hit": -2,
"bashing": 12,
"cutting": 18,
"to_hit": 1,
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "NONCONDUCTIVE", "SHEATH_AXE" ],
"qualities": [ [ "AXE", 2 ], [ "CUT", 1 ], [ "HAMMER", 2 ], [ "HAMMER_FINE", 1 ], [ "BUTCHER", 16 ] ]
},
Expand Down Expand Up @@ -229,7 +228,7 @@
"id": "primitive_axe",
"type": "GENERIC",
"category": "tools",
"weapon_category": [ "1H_AXES" ],
"weapon_category": [ "2H_AXES" ],
"name": { "str": "stone axe" },
"description": "This is a stone with a narrow edge affixed to a stick. It can chop wood, but requires much more effort than a modern axe.",
"weight": "3154 g",
Expand All @@ -238,7 +237,6 @@
"price_postapoc": "50 cent",
"bashing": 9,
"cutting": 15,
"to_hit": -2,
"material": [ "wood", "stone" ],
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -280,5 +278,48 @@
"color": "light_gray",
"qualities": [ [ "CHISEL", 1 ] ],
"flags": [ "BELT_CLIP" ]
},
{
"id": "tomahawk_primitive",
"type": "GENERIC",
"category": "weapons",
"weapon_category": [ "1H_AXES" ],
"symbol": ";",
"color": "light_gray",
"name": { "str": "stone tomahawk" },
"description": "A lightweight one-handed combat hatchet typically made of stone or bone, originally used by the Algonquian people. It makes for a half decent tool and weapon.",
"price_postapoc": 100,
"material": [ "wood", "stone" ],
"techniques": [ "WBLOCK_1" ],
"volume": "1500 ml",
"weight": "1750 g",
"looks_like": "hatchet",
"bashing": 5,
"cutting": 12,
"to_hit": 1,
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "SHEATH_AXE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ]
},
{
"id": "tomahawk_copper",
"type": "GENERIC",
"category": "weapons",
"weapon_category": [ "1H_AXES" ],
"symbol": ";",
"color": "light_red",
"name": { "str": "copper tomahawk" },
"description": "A lightweight one-handed combat hatchet made using basic copper. Slightly better than stone, though not as historically accurate.",
"price": 3000,
"price_postapoc": 600,
"material": [ "copper", "wood" ],
"techniques": [ "WBLOCK_1" ],
"volume": "1500 ml",
"weight": "1450 g",
"looks_like": "hatchet",
"bashing": 5,
"cutting": 17,
"to_hit": 1,
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "SHEATH_AXE", "NONCONDUCTIVE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 12 ] ]
}
]
55 changes: 55 additions & 0 deletions data/json/recipes/weapon/cutting.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,5 +623,60 @@
"autolearn": true,
"book_learn": [ [ "textbook_weapeast", 3 ], [ "recipe_melee", 4 ] ],
"using": [ [ "blacksmithing_standard", 12 ], [ "steel_standard", 3 ] ]
},
{
"type": "recipe",
"result": "tomahawk_primitive",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 3,
"skills_required": [ "survival", 3 ],
"time": "1 h",
"reversible": true,
"autolearn": true,
"book_learn": [ [ "mag_survival", 1 ], [ "atomic_survival", 1 ], [ "textbook_carpentry", 2 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "HAMMER", "level": 1 } ],
"components": [
[ [ "rock", 1 ], [ "ceramic_shard", 1 ], [ "sharp_rock", 1 ], [ "bone_sturdy", 1, "LIST" ] ],
[ [ "stick", 1 ], [ "2x4", 1 ] ],
[
[ "cordage_short", 2, "LIST" ],
[ "filament", 100, "LIST" ],
[ "rag", 1 ],
[ "leather", 1 ],
[ "fur", 1 ],
[ "faux_fur", 1 ],
[ "felt_patch", 1 ]
]
]
},
{
"type": "recipe",
"result": "tomahawk_copper",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 4,
"skills_required": [ "survival", 3 ],
"time": "1 h",
"reversible": true,
"autolearn": true,
"book_learn": [ [ "mag_survival", 1 ], [ "atomic_survival", 1 ], [ "textbook_carpentry", 2 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [
[ [ "stick", 1 ], [ "2x4", 1 ] ],
[ [ "copper_scrap_equivalent", 25, "LIST" ] ],
[
[ "cordage_short", 2, "LIST" ],
[ "filament", 100, "LIST" ],
[ "rag", 1 ],
[ "leather", 1 ],
[ "fur", 1 ],
[ "faux_fur", 1 ],
[ "felt_patch", 1 ]
]
]
}
]

0 comments on commit 2d72247

Please sign in to comment.