Skip to content

Commit

Permalink
feat(content): debuff war scythe damage, buff crafting time (#3703)
Browse files Browse the repository at this point in the history
* Made spears and war scythes more equal

Reduced war scythe's damage and crafting time to equal steel spear.

* War scythe damage minor buff

* Revert "War scythe damage minor buff"

This reverts commit 9b78931.

* Also update the makeshift version

---------

Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
yay855 and chaosvolt authored Nov 18, 2023
1 parent 638618d commit 21791ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/json/items/melee/spears_and_polearms.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@
"volume": "3250 ml",
"price": 16000,
"price_postapoc": 50,
"bashing": 7,
"cutting": 43,
"bashing": 6,
"cutting": 28,
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "light_gray",
Expand All @@ -306,8 +306,8 @@
"volume": "3250 ml",
"price": 16000,
"price_postapoc": 2500,
"bashing": 17,
"cutting": 42,
"bashing": 6,
"cutting": 30,
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "light_gray",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/weapon/cutting.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 6,
"time": "7 h 40 m",
"time": "60 m",
"autolearn": true,
"using": [ [ "blacksmithing_advanced", 24 ], [ "steel_standard", 6 ] ],
"components": [ [ [ "stick_long", 1 ] ] ]
Expand Down

0 comments on commit 21791ce

Please sign in to comment.