Skip to content

Commit

Permalink
Add clay canning pot (#55247)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFox556 authored Feb 12, 2022
1 parent 2bd56eb commit d7f15ce
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 50 deletions.
30 changes: 29 additions & 1 deletion data/json/items/generic/dining_kitchen.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
"description": "A very large 25 liter pot, primarily meant for canning food in glass jars 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": "5625 g",
"volume": "26250 ml",
"longest_side": "27 cm",
"longest_side": "32 cm",
"price": 20000,
"to_hit": -2,
"bashing": 10,
Expand All @@ -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": "8440 g",
"volume": "30 L",
"longest_side": "35 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

0 comments on commit d7f15ce

Please sign in to comment.