Replace nutriment in snowcones with ice, water, and sugar (#12858)
This commit is contained in:
@@ -133,24 +133,49 @@
|
|||||||
# layer depending on soda/syrup/waterever. Name and description will also have
|
# layer depending on soda/syrup/waterever. Name and description will also have
|
||||||
# to be modified.
|
# to be modified.
|
||||||
- type: entity
|
- type: entity
|
||||||
name: flavorless snowcone
|
name: sweet snowcone
|
||||||
# name: [Flavor] snowcone
|
# name: [Flavor] snowcone
|
||||||
parent: FoodFrozenBase
|
parent: FoodFrozenBase
|
||||||
|
id: FoodFrozenSnowconeBase
|
||||||
|
description: It's just shaved ice and simple syrup, minimum effort.
|
||||||
|
# description: [Liquid] drizzled over a snowball in a paper cup.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: cone
|
||||||
|
- state: alpha-filling
|
||||||
|
# color: foo
|
||||||
|
- type: Food
|
||||||
|
trash: FoodFrozenSnowconeTrash
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
maxVol: 20 # For sprinkles or something? Idk.
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Ice
|
||||||
|
Quantity: 8
|
||||||
|
- ReagentId: Water
|
||||||
|
Quantity: 2
|
||||||
|
- ReagentId: Sugar
|
||||||
|
Quantity: 2
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: flavorless snowcone
|
||||||
|
parent: FoodFrozenSnowconeBase
|
||||||
id: FoodFrozenSnowcone
|
id: FoodFrozenSnowcone
|
||||||
description: It's just shaved ice. Still fun to chew on.
|
description: It's just shaved ice. Still fun to chew on.
|
||||||
# description: [Liquid] drizzled over a snowball in a paper cup.
|
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: SolutionContainerManager
|
||||||
layers:
|
solutions:
|
||||||
- state: cone
|
food:
|
||||||
- state: alpha-filling
|
maxVol: 20
|
||||||
# color: foo
|
reagents:
|
||||||
- type: Food
|
- ReagentId: Ice
|
||||||
trash: FoodFrozenSnowconeTrash
|
Quantity: 8
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: berry snowcone
|
name: berry snowcone
|
||||||
parent: FoodFrozenBase
|
parent: FoodFrozenSnowconeBase
|
||||||
id: FoodFrozenSnowconeBerry
|
id: FoodFrozenSnowconeBerry
|
||||||
description: Berry syrup drizzled over a snowball in a paper cup.
|
description: Berry syrup drizzled over a snowball in a paper cup.
|
||||||
components:
|
components:
|
||||||
@@ -163,7 +188,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: fruit salad snowcone
|
name: fruit salad snowcone
|
||||||
parent: FoodFrozenBase
|
parent: FoodFrozenSnowconeBase
|
||||||
id: FoodFrozenSnowconeFruit
|
id: FoodFrozenSnowconeFruit
|
||||||
description: A delightful mix of citrus syrups drizzled over a snowball in a paper cup.
|
description: A delightful mix of citrus syrups drizzled over a snowball in a paper cup.
|
||||||
components:
|
components:
|
||||||
@@ -176,7 +201,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: clowncone
|
name: clowncone
|
||||||
parent: FoodFrozenBase
|
parent: FoodFrozenSnowconeBase
|
||||||
id: FoodFrozenSnowconeClown
|
id: FoodFrozenSnowconeClown
|
||||||
description: Laughter drizzled over a snowball in a paper cup.
|
description: Laughter drizzled over a snowball in a paper cup.
|
||||||
components:
|
components:
|
||||||
@@ -189,7 +214,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: mime snowcone
|
name: mime snowcone
|
||||||
parent: FoodFrozenBase
|
parent: FoodFrozenSnowconeBase
|
||||||
id: FoodFrozenSnowconeMime
|
id: FoodFrozenSnowconeMime
|
||||||
description: ...
|
description: ...
|
||||||
components:
|
components:
|
||||||
@@ -202,7 +227,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: rainbow snowcone
|
name: rainbow snowcone
|
||||||
parent: FoodFrozenBase
|
parent: FoodFrozenSnowconeBase
|
||||||
id: FoodFrozenSnowconeRainbow
|
id: FoodFrozenSnowconeRainbow
|
||||||
description: A very colorful snowball in a paper cup.
|
description: A very colorful snowball in a paper cup.
|
||||||
components:
|
components:
|
||||||
|
|||||||
Reference in New Issue
Block a user