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

Add clay canning pot #55247

Merged
merged 2 commits into from
Feb 12, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
28 changes: 28 additions & 0 deletions data/json/items/generic/dining_kitchen.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,34 @@
"use_action": [ "HEAT_FOOD" ],
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"id": "pot_canning_clay",
"type": "TOOL",
"name": { "str": "clay canning pot" },
"looks_like": "pot_canning",
"description": "A very large 25 liter earthenware pot, primarily meant for canning food via the water bath method, though it can cook normal foods just as well. Canning foods with it will require a lot of water. If you're only canning a couple of jars at a time, you'd fill it up with rocks or something to displace the water above the lids.",
"weight": "3251 g",
"volume": "27000 ml",
"longest_side": "27 cm",
"price": 10000,
"to_hit": -2,
"bashing": 9,
"material": [ "clay" ],
"symbol": ")",
"color": "brown",
"pocket_data": [
{
"max_contains_volume": "25 L",
"max_contains_weight": "25 kg",
"watertight": true,
"open_container": true,
"rigid": true
}
],
"qualities": [ [ "COOK", 3 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ], [ "CHEM", 1 ] ],
"use_action": "HEAT_FOOD",
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"type": "GENERIC",
"category": "tools",
Expand Down
Loading