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