From 972d8cd6de77a78219f97d9077532b69558c7cbc Mon Sep 17 00:00:00 2001 From: Brian-Otten Date: Thu, 9 Jan 2020 23:44:04 +0100 Subject: [PATCH] Updates fire extinguisher volumes to match container volumes Als slightly increases weight and charges of the large extinguisher to match new volume. --- data/json/items/tools.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/json/items/tools.json b/data/json/items/tools.json index 772ffb8685549..6c632afb46b47 100644 --- a/data/json/items/tools.json +++ b/data/json/items/tools.json @@ -2185,17 +2185,17 @@ "id": "extinguisher", "type": "TOOL", "name": "large fire extinguisher", - "description": "This is an emergency fire extinguisher containing three gallons of fire retardant foam. It would be useful for putting out adjacent fires.", - "weight": "9071 g", - "volume": "11500 ml", + "description": "This is an emergency fire extinguisher containing five gallons of fire retardant foam. It would be useful for putting out adjacent fires.", + "weight": "13813 g", + "volume": "20000 ml", "price": 5000, "to_hit": -4, "bashing": 16, "material": "steel", "symbol": ";", "color": "red", - "initial_charges": 60, - "max_charges": 60, + "initial_charges": 100, + "max_charges": 100, "charges_per_use": 1, "use_action": "EXTINGUISHER" }, @@ -5393,7 +5393,7 @@ "name": "small fire extinguisher", "description": "This is a hand held fire extinguisher containing a liter of highly compressed CO2 gas. It would be useful for putting out adjacent fires.", "weight": "2267 g", - "volume": "1500 ml", + "volume": "2000 ml", "price": 4000, "to_hit": -1, "bashing": 4,