diff --git a/data/json/items/comestibles/sandwich.json b/data/json/items/comestibles/sandwich.json index 8ae860ffcc4e..d6ecbdc9e92f 100644 --- a/data/json/items/comestibles/sandwich.json +++ b/data/json/items/comestibles/sandwich.json @@ -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", @@ -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",