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 tea bags, herbal tea bags and adjust drinks recipes #39989

Merged
merged 5 commits into from
May 3, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
18 changes: 15 additions & 3 deletions data/json/itemgroups/Food/food.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
{ "item": "fish_pickled", "prob": 4, "charges": 12, "container-item": "jar_3l_glass_sealed" },
{ "item": "sauce_red", "prob": 4, "charges": 12, "container-item": "jar_3l_glass_sealed" },
{ "item": "kompot", "prob": 4, "charges": 12, "container-item": "jar_3l_glass_sealed" },
{ "group": "big_canned_food", "prob": 4 }
{ "group": "big_canned_food", "prob": 4 },
{ "group": "teabag_box", "prob": 20 }
]
},
{
Expand Down Expand Up @@ -456,7 +457,8 @@
{ "item": "coffee_syrup", "prob": 10 },
{ "item": "fruit_leather", "prob": 25 },
{ "item": "kernels", "prob": 25 },
{ "item": "pine_nuts", "prob": 5 }
{ "item": "pine_nuts", "prob": 5 },
{ "group": "teabag_box", "prob": 10 }
]
},
{
Expand Down Expand Up @@ -777,7 +779,17 @@
{ "item": "restaurantmap", "prob": 5 },
{ "item": "touristmap", "prob": 2 },
{ "item": "noodles_fast", "prob": 30 },
{ "item": "milkshake_fastfood", "prob": 15 }
{ "item": "milkshake_fastfood", "prob": 15 },
{ "group": "teabag_box", "prob": 5 }
]
},
{
"type": "item_group",
"id": "teabag_box",
"subtype": "distribution",
"entries": [
{ "item": "tea_bag", "prob": 20, "container-item": "box_tea", "charges-min": 1, "charges-max": 10 },
{ "item": "herbal_tea_bag", "prob": 5, "container-item": "box_tea", "charges-min": 1, "charges-max": 10 }
]
}
]
3 changes: 2 additions & 1 deletion data/json/itemgroups/SUS/domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
"prob": 60
},
{ "item": "spoon", "count": [ 1, 6 ] },
{ "item": "ceramic_mug", "count": [ 1, 6 ] }
{ "item": "ceramic_mug", "count": [ 1, 6 ] },
{ "group": "teabag_box", "prob": 60 }
]
},
{
Expand Down
12 changes: 8 additions & 4 deletions data/json/itemgroups/food_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
{ "item": "tea_raw", "prob": 70 },
{ "item": "ceramic_cup", "prob": 70 },
{ "item": "teapot", "prob": 70 },
{ "item": "clay_teapot", "prob": 70 }
{ "item": "clay_teapot", "prob": 70 },
{ "group": "teabag_box", "prob": 70 }
]
},
{
Expand Down Expand Up @@ -332,7 +333,8 @@
{ "item": "coffee_raw", "prob": 50 },
{ "item": "coffee_syrup", "prob": 15 },
{ "item": "cookies", "prob": 35 },
{ "item": "tea_raw", "prob": 50 }
{ "item": "tea_raw", "prob": 50 },
{ "group": "teabag_box", "prob": 30 }
]
},
{
Expand All @@ -349,7 +351,8 @@
{ "item": "salt", "prob": 15 },
{ "item": "sugar", "prob": 70 },
{ "item": "tea_raw", "prob": 15 },
{ "item": "wrapper", "prob": 75 }
{ "item": "wrapper", "prob": 75 },
{ "group": "teabag_box", "prob": 10 }
]
},
{
Expand Down Expand Up @@ -693,7 +696,8 @@
{ "item": "curry_powder", "prob": 40 },
{ "item": "can_cheese", "prob": 30 },
{ "item": "sauce_red", "prob": 40 },
{ "item": "sauce_pesto", "prob": 20 }
{ "item": "sauce_pesto", "prob": 20 },
{ "group": "teabag_box", "prob": 45 }
]
},
{
Expand Down
23 changes: 23 additions & 0 deletions data/json/items/comestibles/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,5 +721,28 @@
"price_postapoc": 0,
"flags": [ "TRADER_AVOID" ],
"volume": "250 ml"
},
{
"id": "tea_bag",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": { "str": "tea bag", "str_pl": "tea bags" },
"flags": [ "IRREPLACEABLE_CONSUMABLE", "INEDIBLE" ],
"weight": "5 g",
"volume": "10 ml",
"color": "white",
"symbol": "?",
"container": "box_tea",
"material": "paper",
"price": 50,
"price_postapoc": 200,
"description": "Paper sachet with tea leafs inside. Put it into boilng water to get your cup of tea."
CountAlex marked this conversation as resolved.
Show resolved Hide resolved
},
{
"id": "herbal_tea_bag",
"name": { "str": "herbal tea bag", "str_pl": "herbal tea bags" },
"copy-from": "tea_bag",
"color": "green",
"description": "Paper sachet with dried wild herbs inside. Put it into boilng water to make some healthy warm drink."
CountAlex marked this conversation as resolved.
Show resolved Hide resolved
}
]
15 changes: 15 additions & 0 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1299,5 +1299,20 @@
"seals": true,
"watertight": true,
"qualities": [ [ "CONTAIN", 1 ], [ "BOIL", 2 ] ]
},
{
"id": "box_tea",
"type": "CONTAINER",
"category": "container",
"name": { "str": "small cardboard box of tea bags", "str_pl": "small cardboard boxes of tea bags" },
"description": "A very small cardboard box with tea brand written on it.",
"weight": "10 g",
"volume": "100 ml",
"price": 0,
"price_postapoc": 0,
"material": "cardboard",
"symbol": ")",
"color": "green",
"contains": "100 ml"
}
]
4 changes: 2 additions & 2 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 2, "LIST" ] ] ],
"components": [ [ [ "tea_raw", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ]
"components": [ [ [ "tea_raw", 1 ], [ "tea_bag", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -1323,7 +1323,7 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 2, "LIST" ] ] ],
"components": [ [ [ "wild_herbs", 10 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ]
"components": [ [ [ "wild_herbs", 10 ], [ "herbal_tea_bag", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ]
},
{
"type": "recipe",
Expand Down