From 3ec2e91c768e089fb1e94c37e184877734baf867 Mon Sep 17 00:00:00 2001 From: CodeBandit <63547126+CodeBandit@users.noreply.github.com> Date: Tue, 28 Apr 2020 17:38:50 -0400 Subject: [PATCH 1/2] Cudgel update --- data/json/items/melee/bludgeons.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/items/melee/bludgeons.json b/data/json/items/melee/bludgeons.json index 1e38ccce8252e..d681f326c4f21 100644 --- a/data/json/items/melee/bludgeons.json +++ b/data/json/items/melee/bludgeons.json @@ -329,15 +329,15 @@ "id": "cudgel", "name": { "str": "cudgel" }, "description": "A slender long rod of wood, while traditionally intended as a training tool for many dueling moves, it still makes a good melee weapon in a pinch.", - "weight": "875 g", + "weight": "750 g", "to_hit": 2, "price_postapoc": 50, "color": "brown", "symbol": "/", "material": [ "wood" ], - "techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ], + "techniques": [ "WBLOCK_2", "PRECISE" ], "flags": [ "DURABLE_MELEE" ], - "volume": "2 L", + "volume": "750 ml", "bashing": 8, "price": 1000 }, From 620020617ce3f0c436f66aae6578153a46be76e3 Mon Sep 17 00:00:00 2001 From: CodeBandit <63547126+CodeBandit@users.noreply.github.com> Date: Wed, 29 Apr 2020 09:41:40 -0400 Subject: [PATCH 2/2] Update from feedback --- data/json/items/melee/bludgeons.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/items/melee/bludgeons.json b/data/json/items/melee/bludgeons.json index d681f326c4f21..9e0f9d0338fa4 100644 --- a/data/json/items/melee/bludgeons.json +++ b/data/json/items/melee/bludgeons.json @@ -329,15 +329,15 @@ "id": "cudgel", "name": { "str": "cudgel" }, "description": "A slender long rod of wood, while traditionally intended as a training tool for many dueling moves, it still makes a good melee weapon in a pinch.", - "weight": "750 g", + "weight": "425 g", "to_hit": 2, "price_postapoc": 50, "color": "brown", "symbol": "/", "material": [ "wood" ], - "techniques": [ "WBLOCK_2", "PRECISE" ], + "techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ], "flags": [ "DURABLE_MELEE" ], - "volume": "750 ml", + "volume": "600 ml", "bashing": 8, "price": 1000 },