Skip to content

Commit

Permalink
Updates fire extinguisher volumes to match container volumes
Browse files Browse the repository at this point in the history
Als slightly increases weight and charges of the large extinguisher to match new volume.
  • Loading branch information
Brian-Otten committed Jan 9, 2020
1 parent 1c3546f commit 972d8cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 972d8cd

Please sign in to comment.