Berry Delight (#38881)

* Berry delight

* Uncook the YAML

* Move stuff in meal_recipes

* BERRY DELIGHT IS INEVITABLE
This commit is contained in:
Hannah Giovanna Dawson 2025-08-02 19:35:09 +01:00 committed by Vanessa
parent 95839dd942
commit 8fa3b9af4c
9 changed files with 111 additions and 1 deletions

View File

@ -54,6 +54,7 @@ flavor-base-terrible = terrible
flavor-base-mindful = mindful
flavor-base-chewy = chewy
flavor-base-trashy = trashy
flavor-base-motivating = motivating
# Complex flavors. Put a flavor here when you want something that's more
# specific.

View File

@ -42,6 +42,7 @@
- FoodCakeChristmasSlice
- FoodCakeVanillaSlice
- FoodCakeBirthdaySlice
- FoodCakeBerryDelightSlice
- FoodCakeCottonSlice
- FoodBakedMuffin
- FoodBakedMuffinBerry

View File

@ -37,6 +37,7 @@
- FoodCakeChristmas
- FoodCakeBirthday
- FoodCakeVanilla
- FoodCakeBerryDelight
- FoodCakeCotton
- FoodPieApple
- FoodPieBaklava

View File

@ -1253,3 +1253,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

View File

@ -1475,3 +1475,7 @@
flavorType: Base
description: flavor-base-trashy
- type: flavor
id: motivating
flavorType: Base
description: flavor-base-motivating

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 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, inhands by mubururu_ (github), cotton cake sprites by DispenserG0inUp",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, inhands by mubururu_ (github), cotton cake sprites by DispenserG0inUp, berry delighht sprites by FairlySadPanda (Github)",
"size": {
"x": 32,
"y": 32
@ -330,6 +330,12 @@
{
"name": "cotton-slice-inhand-right",
"directions": 4
},
{
"name": "berry_delight"
},
{
"name": "berry_delight_slice"
}
]
}