Berry Delight (#38881)
* Berry delight * Uncook the YAML * Move stuff in meal_recipes * BERRY DELIGHT IS INEVITABLE
This commit is contained in:
committed by
GitHub
parent
90f4f365df
commit
b86b0c7fe8
@@ -42,6 +42,7 @@
|
||||
- FoodCakeChristmasSlice
|
||||
- FoodCakeVanillaSlice
|
||||
- FoodCakeBirthdaySlice
|
||||
- FoodCakeBerryDelightSlice
|
||||
- FoodCakeCottonSlice
|
||||
- FoodBakedMuffin
|
||||
- FoodBakedMuffinBerry
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
- FoodCakeChristmas
|
||||
- FoodCakeBirthday
|
||||
- FoodCakeVanilla
|
||||
- FoodCakeBerryDelight
|
||||
- FoodCakeCotton
|
||||
- FoodPieApple
|
||||
- FoodPieBaklava
|
||||
|
||||
@@ -1245,3 +1245,88 @@
|
||||
Quantity: 2
|
||||
- type: Item
|
||||
heldPrefix: cotton-slice
|
||||
|
||||
# Motivating
|
||||
|
||||
- type: entity
|
||||
name: berry delight
|
||||
parent: FoodCakeBase
|
||||
id: FoodCakeBerryDelight
|
||||
description: This is a cake that is approaching.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: berry_delight
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- sweet
|
||||
- berry
|
||||
- motivating
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 55
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 40
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 10
|
||||
- ReagentId: Milk
|
||||
Quantity: 10
|
||||
- type: SliceableFood
|
||||
slice: FoodCakeBerryDelightSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cake
|
||||
- Fruit
|
||||
- type: Item
|
||||
inhandVisuals:
|
||||
left:
|
||||
- state: plain-inhand-left
|
||||
- state: alpha-filling-inhand-left
|
||||
color: red
|
||||
right:
|
||||
- state: plain-inhand-right
|
||||
- state: alpha-filling-inhand-right
|
||||
color: red
|
||||
|
||||
- type: entity
|
||||
name: berry delight slice
|
||||
parent: FoodCakeSliceBase
|
||||
id: FoodCakeBerryDelightSlice
|
||||
description: Put a fork in, your hunger in isolation.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: berry_delight_slice
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- sweet
|
||||
- berry
|
||||
- motivating
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 12
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 8
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 2
|
||||
- ReagentId: Milk
|
||||
Quantity: 2
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cake
|
||||
- Fruit
|
||||
- Slice
|
||||
- type: Item
|
||||
inhandVisuals:
|
||||
left:
|
||||
- state: alpha-slice-inhand-left
|
||||
color: white
|
||||
- state: alpha-slice-filling-inhand-left
|
||||
color: red
|
||||
right:
|
||||
- state: alpha-slice-inhand-right
|
||||
color: white
|
||||
- state: alpha-slice-filling-inhand-right
|
||||
color: red
|
||||
|
||||
@@ -1483,3 +1483,8 @@
|
||||
id: artifactglue
|
||||
flavorType: Complex
|
||||
description: flavor-complex-artifact-glue
|
||||
|
||||
- type: flavor
|
||||
id: motivating
|
||||
flavorType: Base
|
||||
description: flavor-base-motivating
|
||||
|
||||
@@ -1700,6 +1700,18 @@
|
||||
FoodSnackRaisins: 1
|
||||
OrganAnimalHeart: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBerryDelight
|
||||
name: berry delight recipe
|
||||
result: FoodCakeBerryDelight
|
||||
time: 5
|
||||
group: Cake
|
||||
solids:
|
||||
FoodCakePlain: 1
|
||||
FoodBerries: 5
|
||||
reagents:
|
||||
Milk: 10
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBreadDog
|
||||
name: bread dog recipe
|
||||
|
||||
Reference in New Issue
Block a user