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.
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
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
{
"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
{
"name": "cotton-slice-inhand-right",
"directions": 4
+ },
+ {
+ "name": "berry_delight"
+ },
+ {
+ "name": "berry_delight_slice"
}
]
}