Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates fire extinguisher volumes to match container volumes #36855

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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