Chevre and chevre accessories - Adds chevre, crostini, and chevre chaud to the game (#17968)

This commit is contained in:
deathride58
2023-07-11 23:00:30 -04:00
committed by GitHub
parent 657c6a32b1
commit a32fbb37ce
12 changed files with 134 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1623,3 +1623,12 @@
FoodOnionSlice: 2
FoodCheeseSlice: 1
FoodMeatCutlet: 1
- type: microwaveMealRecipe
id: RecipeFoodBakedChevreChaud
name: chevre chaud recipe
result: FoodBakedChevreChaud
time: 5
solids:
FoodChevreSlice: 1
FoodBreadBaguetteSlice: 1

View File

@@ -13,6 +13,21 @@
- !type:CreateEntityReactionEffect
entity: FoodCheese
- type: reaction
id: ChevreCurdling
impact: low
quantized: true
conserveEnergy: false
reactants:
MilkGoat:
amount: 10 #Batches of chevre are traditionally made in far lower quantities than that of milk
Enzyme:
amount: 5
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodChevre
- type: reaction
id: CreateDough
impact: Low

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by potato1234x at https://github.com/tgstation/tgstation/commit/0631fe5bde73a68b4c12bdfa633c30b2cee442d5",
"copyright": "Taken from tgstation and modified by potato1234x at https://github.com/tgstation/tgstation/commit/0631fe5bde73a68b4c12bdfa633c30b2cee442d5. Crostini created by Github user deathride58",
"size": {
"x": 32,
"y": 32
@@ -55,6 +55,9 @@
{
"name": "creamcheese-slice"
},
{
"name": "crostini"
},
{
"name": "french-toast"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Chevrechaud created by Github user deathride58",
"size": {
"x": 32,
"y": 32
@@ -120,6 +120,9 @@
},
{
"name": "tray"
},
{
"name": "chevrechaud"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and baystation and modified by potato1234x at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188. Tofu and tofu-slice were created by Discord user rosysyntax#6514",
"copyright": "Taken from tgstation and baystation and modified by potato1234x at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188. Tofu and tofu-slice were created by Discord user rosysyntax#6514. Chevrelog and chevredisk created by Github user deathride58",
"size": {
"x": 32,
"y": 32
@@ -22,6 +22,12 @@
{
"name": "cheesewheel"
},
{
"name": "chevredisk"
},
{
"name": "chevrelog"
},
{
"name": "cornmeal"
},