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

Make several canned goods default to sealed #47623

Merged
merged 1 commit into from
Feb 20, 2021
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions data/json/items/comestibles/fruit_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"symbol": "%",
"quench": 6,
"calories": 205,
"sealed": true,
"description": "Yellow cling peach slices packed in light syrup.",
"price": 140,
"price_postapoc": 150,
Expand Down Expand Up @@ -159,6 +160,7 @@
"price": 80,
"price_postapoc": 75,
"material": [ "fruit" ],
"sealed": true,
"volume": "250 ml",
"phase": "liquid",
"charges": 8,
Expand Down Expand Up @@ -243,6 +245,7 @@
"description": "This sodden mass of preserved fruit was boiled and canned in an earlier life. Bland, mushy and losing color.",
"price": 220,
"price_postapoc": 50,
"sealed": true,
"material": [ "fruit" ],
"volume": "250 ml",
"stack_size": 2,
Expand Down Expand Up @@ -289,6 +292,7 @@
"material": [ "fruit", "alcohol" ],
"volume": "250 ml",
"phase": "liquid",
"sealed": true,
"fun": 9,
"//": "this item is intended to generally be inherited from the fruit and alcohol used.",
"vitamins": [ [ "vitC", 20 ] ],
Expand Down
2 changes: 2 additions & 0 deletions data/json/items/comestibles/meat_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
"description": "Low-sodium preserved fish. It was boiled and canned. Contains most of the nutrition, but little of the savor of cooked fish.",
"price": 250,
"price_postapoc": 250,
"sealed": true,
"fun": 2
},
{
Expand Down Expand Up @@ -985,6 +986,7 @@
"price": 250,
"price_postapoc": 250,
"flags": [ "EATEN_HOT" ],
"sealed": true,
"fun": 2
},
{
Expand Down
1 change: 1 addition & 0 deletions data/json/items/comestibles/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
"copy-from": "liver_cooked",
"name": { "str": "canned liver" },
"description": "Livers preserved in a can. Chock-full of B vitamins!",
"sealed": true,
"container": "can_food"
},
{
Expand Down
1 change: 1 addition & 0 deletions data/json/items/comestibles/soup.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
"description": "It smells of tomatoes. Not very filling, but it goes well with grilled cheese.",
"price": 400,
"price_postapoc": 50,
"sealed": true,
"material": [ "tomato" ],
"volume": "250 ml",
"phase": "liquid",
Expand Down
2 changes: 2 additions & 0 deletions data/json/items/comestibles/veggy_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
"description": "This is a simple dish made by cooking the pumpkin pulp and then mashing.",
"price": 50,
"price_postapoc": 50,
"sealed": true,
"material": [ "veggy" ],
"volume": "250 ml",
"delete": { "flags": [ "RAW" ] },
Expand Down Expand Up @@ -551,6 +552,7 @@
"description": "This mushy pile of vegetable matter was boiled and canned in an earlier life. Better eat it before it oozes through your fingers.",
"price": 250,
"price_postapoc": 150,
"sealed": true,
"material": [ "veggy" ],
"volume": "250 ml",
"vitamins": [ [ "vitA", 73 ], [ "vitC", 11 ], [ "calcium", 5 ], [ "iron", 9 ] ]
Expand Down