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
@@ -53,6 +53,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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 872 B |
Binary file not shown.
|
After Width: | Height: | Size: 642 B |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user