Chevre and chevre accessories - Adds chevre, crostini, and chevre chaud to the game (#17968)
This commit is contained in:
@@ -567,6 +567,9 @@
|
||||
- Baguette
|
||||
- type: Sprite
|
||||
state: baguette
|
||||
- type: SliceableFood
|
||||
count: 12
|
||||
slice: FoodBreadBaguetteSlice
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
@@ -582,6 +585,28 @@
|
||||
Quantity: 1
|
||||
# Tastes like France.
|
||||
|
||||
- type: entity
|
||||
name: crostini
|
||||
parent: FoodBreadSliceBase
|
||||
id: FoodBreadBaguetteSlice
|
||||
description: Bon ap-petite!
|
||||
components:
|
||||
- type: Sprite
|
||||
state: crostini
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 2
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 0.5
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 0.1
|
||||
- ReagentId: TableSalt
|
||||
Quantity: 0.1
|
||||
- ReagentId: Blackpepper
|
||||
Quantity: 0.1
|
||||
|
||||
- type: entity
|
||||
name: buttered toast
|
||||
parent: FoodBreadSliceBase
|
||||
|
||||
@@ -452,3 +452,26 @@
|
||||
- ReagentId: Protein
|
||||
Quantity: 2
|
||||
|
||||
- type: entity
|
||||
name: chèvre chaud
|
||||
parent: FoodBakedBase
|
||||
id: FoodBakedChevreChaud
|
||||
description: A disk of slightly melted chèvre flopped on top of a crostini, and toasted all-round.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- bread
|
||||
- nutty
|
||||
- creamy
|
||||
- smokey
|
||||
- type: Sprite
|
||||
state: chevrechaud
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 0.5
|
||||
|
||||
@@ -505,6 +505,53 @@
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
name: chèvre log
|
||||
parent: FoodBakingBase
|
||||
id: FoodChevre
|
||||
description: A soft log of creamy Chèvre.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- nutty
|
||||
- creamy
|
||||
- type: Sprite
|
||||
state: chevrelog
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodChevreSlice
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 6
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 3
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 0.6
|
||||
|
||||
- type: entity
|
||||
name: chèvre disk
|
||||
parent: FoodBakingBase
|
||||
id: FoodChevreSlice
|
||||
description: A small disk of creamy Chèvre. An ideal adornment for French side dishes.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- nutty
|
||||
- creamy
|
||||
- type: Sprite
|
||||
state: chevredisk
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 2
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 1
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 0.2
|
||||
|
||||
- type: entity
|
||||
name: tofu
|
||||
parent: FoodBakingBase
|
||||
|
||||
Reference in New Issue
Block a user