@@ -57,6 +57,13 @@ flavor-base-terrible = terrible
|
||||
flavor-complex-nothing = like nothing
|
||||
flavor-complex-honey = like honey
|
||||
|
||||
# Condiments
|
||||
|
||||
flavor-complex-ketchunaise = like tomatoes and mayonnaise
|
||||
flavor-complex-mayonnaise = like mayonnaise
|
||||
flavor-complex-mustard = like mustard
|
||||
|
||||
|
||||
# Food-specific flavors.
|
||||
|
||||
## Food chemicals. In case you get something that has this inside.
|
||||
|
||||
@@ -174,6 +174,21 @@
|
||||
flavorType: Base
|
||||
description: flavor-base-clean
|
||||
|
||||
- type: flavor
|
||||
id: mustard
|
||||
flavorType: Complex
|
||||
description: flavor-complex-mustard
|
||||
|
||||
- type: flavor
|
||||
id: mayonnaise
|
||||
flavorType: Complex
|
||||
description: flavor-complex-mayonnaise
|
||||
|
||||
- type: flavor
|
||||
id: ketchunaise
|
||||
flavorType: Complex
|
||||
description: flavor-complex-ketchunaise
|
||||
|
||||
- type: flavor
|
||||
id: nothing
|
||||
flavorType: Complex
|
||||
@@ -888,4 +903,3 @@
|
||||
id: light
|
||||
flavorType: Complex
|
||||
description: flavor-complex-light
|
||||
|
||||
@@ -73,8 +73,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-ketchunaise
|
||||
physicalDesc: reagent-physical-desc-saucey
|
||||
#I love it when people just make up fake prototypes.
|
||||
#flavor: piquant
|
||||
flavor: ketchunaise
|
||||
color: "#fba399"
|
||||
recognizable: true
|
||||
|
||||
@@ -84,7 +83,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-mayo
|
||||
physicalDesc: reagent-physical-desc-thick
|
||||
flavor: sour
|
||||
flavor: mayonnaise
|
||||
color: "#f9f5e5"
|
||||
recognizable: true
|
||||
|
||||
@@ -94,7 +93,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-mustard
|
||||
physicalDesc: reagent-physical-desc-thick
|
||||
flavor: sour
|
||||
flavor: mustard
|
||||
color: "#ffdb58"
|
||||
recognizable: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user