From 21791ce35c8753cc6b6a23838b0d880ee9c6b96b Mon Sep 17 00:00:00 2001 From: Chorus System Date: Sat, 18 Nov 2023 01:39:26 -0500 Subject: [PATCH] feat(content): debuff war scythe damage, buff crafting time (#3703) * 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 9b789315b8751546732a906bc0fae4af8ae18ff6. * Also update the makeshift version --------- Co-authored-by: Chaosvolt --- data/json/items/melee/spears_and_polearms.json | 8 ++++---- data/json/recipes/weapon/cutting.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/json/items/melee/spears_and_polearms.json b/data/json/items/melee/spears_and_polearms.json index 9cf4cdd3acb5..cf51e34c8464 100644 --- a/data/json/items/melee/spears_and_polearms.json +++ b/data/json/items/melee/spears_and_polearms.json @@ -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", @@ -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", diff --git a/data/json/recipes/weapon/cutting.json b/data/json/recipes/weapon/cutting.json index 62ac9e592b52..0a88a29b2bb8 100644 --- a/data/json/recipes/weapon/cutting.json +++ b/data/json/recipes/weapon/cutting.json @@ -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 ] ] ]