Skip to content

Commit

Permalink
Update sandwich.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus committed Jun 4, 2024
1 parent fba4ebc commit 1529adb
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion data/json/items/comestibles/sandwich.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,53 @@
"id": "sandwich_sauce",
"copy-from": "sandwich_deluxe",
"name": { "str": "sauce sandwich", "str_pl": "sauce sandwiches" },
"conditional_names": [
{
"type": "COMPONENT_ID",
"condition": "ketchup",
"name": { "str": "ketchup sandwich", "str_pl": "ketchup sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "mayonnaise",
"name": { "str": "mayonnaise sandwich", "str_pl": "mayonnaise sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "mustard",
"name": { "str": "mustard sandwich", "str_pl": "mustard sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "horseradish",
"name": { "str": "horseradish sandwich", "str_pl": "horseradish sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "butter",
"name": { "str": "butter sandwich", "str_pl": "butter sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "sauerkraut",
"name": { "str": "sauerkraut sandwich", "str_pl": "sauerkraut sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "soysauce",
"name": { "str": "soy sauce sandwich", "str_pl": "soy sauce sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "sauce_pesto",
"name": { "str": "pesto sandwich", "str_pl": "pesto sandwiches" }
},
{
"type": "COMPONENT_ID",
"condition": "sauce_red",
"name": { "str": "red sauce sandwich", "str_pl": "red sauce sandwiches" }
}
],
"description": "A simple sauce sandwich. Not very filling but beats eating just the bread.",
"material": [ "veggy", "wheat" ],
"price": "2 USD",
Expand Down Expand Up @@ -246,7 +293,7 @@
"id": "sandwich_pbm",
"copy-from": "sandwich_deluxe",
"name": { "str": "PB&M sandwich", "str_pl": "PB&M sandwiches" },
"calories": 300,
"calories": 170,
"description": "Who knew you could mix maple syrup and peanut butter to create yet another different sandwich?",
"price": "175 cent",
"price_postapoc": "175 cent",
Expand Down

0 comments on commit 1529adb

Please sign in to comment.