diff --git a/data/json/items/melee/bludgeons.json b/data/json/items/melee/bludgeons.json index 1e339285529e..4aee431d0edc 100644 --- a/data/json/items/melee/bludgeons.json +++ b/data/json/items/melee/bludgeons.json @@ -417,7 +417,7 @@ "name": { "str": "L-stick (off)", "str_pl": "L-sticks (off)" }, "description": "Produced by the Light corporation, this stylish staff not only functions as a light source, but doubles as a light-weight weapon, due to the superalloy materials it is made of. Due to proprietary efficiency improvements over standard light sources, the L-stick or light stick as it is commonly called, batteries last longer than other light sources.", "weight": "1000 g", - "volume": "3 L", + "volume": "2 L", "price": "50 USD", "price_postapoc": "30 USD", "to_hit": 3, diff --git a/data/json/items/ranged/slings.json b/data/json/items/ranged/slings.json index 98bec304bbc8..014b5f75b1ec 100644 --- a/data/json/items/ranged/slings.json +++ b/data/json/items/ranged/slings.json @@ -12,7 +12,7 @@ "material": "leather", "extend": { "flags": [ "BELT_CLIP" ] }, "ammo": [ "pebble", "rock" ], - "weight": "96 g", + "weight": "100 g", "volume": "250 ml", "price_postapoc": "250 cent", "to_hit": -2, @@ -36,8 +36,8 @@ "extend": { "flags": [ "BELTED", "DURABLE_MELEE", "NONCONDUCTIVE", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ] }, "techniques": [ "WBLOCK_2", "RAPID", "SWEEP" ], "ammo": [ "pebble", "rock" ], - "weight": "2000 g", - "volume": "3 L", + "weight": "1350 g", + "volume": "2 L", "price_postapoc": "250 cent", "to_hit": 1, "ranged_damage": { "damage_type": "bash", "amount": 10 }, diff --git a/data/json/items/tool/landscaping.json b/data/json/items/tool/landscaping.json index 092e2e309fa3..b356c0dae1cd 100644 --- a/data/json/items/tool/landscaping.json +++ b/data/json/items/tool/landscaping.json @@ -7,7 +7,7 @@ "name": { "str": "digging stick" }, "description": "This is a large stick, with the end carved into a broad blade for digging. It could be used to dig shallow pits, but not deep ones.", "weight": "1133 g", - "volume": "1500 ml", + "volume": "1250 ml", "price": "0 cent", "price_postapoc": "0 cent", "bashing": 8, diff --git a/data/json/recipes/weapon/bashing.json b/data/json/recipes/weapon/bashing.json index c3053f99c916..592a3a165fbb 100644 --- a/data/json/recipes/weapon/bashing.json +++ b/data/json/recipes/weapon/bashing.json @@ -397,7 +397,7 @@ "reversible": true, "autolearn": true, "qualities": [ { "id": "CUT", "level": 1 } ], - "components": [ [ [ "2x4", 1 ], [ "stick_long", 1 ] ], [ [ "fabric_hides_any", 5, "LIST" ] ] ] + "components": [ [ [ "stick_long", 1 ] ], [ [ "fabric_hides_any", 5, "LIST" ] ] ] }, { "type": "recipe",