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
|
||||
# to be modified.
|
||||
- type: entity
|
||||
name: flavorless snowcone
|
||||
# name: [Flavor] snowcone
|
||||
name: sweet snowcone
|
||||
# name: [Flavor] snowcone
|
||||
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
|
||||
description: It's just shaved ice. Still fun to chew on.
|
||||
# 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
|
||||
reagents:
|
||||
- ReagentId: Ice
|
||||
Quantity: 8
|
||||
|
||||
- type: entity
|
||||
name: berry snowcone
|
||||
parent: FoodFrozenBase
|
||||
parent: FoodFrozenSnowconeBase
|
||||
id: FoodFrozenSnowconeBerry
|
||||
description: Berry syrup drizzled over a snowball in a paper cup.
|
||||
components:
|
||||
@@ -163,7 +188,7 @@
|
||||
|
||||
- type: entity
|
||||
name: fruit salad snowcone
|
||||
parent: FoodFrozenBase
|
||||
parent: FoodFrozenSnowconeBase
|
||||
id: FoodFrozenSnowconeFruit
|
||||
description: A delightful mix of citrus syrups drizzled over a snowball in a paper cup.
|
||||
components:
|
||||
@@ -176,7 +201,7 @@
|
||||
|
||||
- type: entity
|
||||
name: clowncone
|
||||
parent: FoodFrozenBase
|
||||
parent: FoodFrozenSnowconeBase
|
||||
id: FoodFrozenSnowconeClown
|
||||
description: Laughter drizzled over a snowball in a paper cup.
|
||||
components:
|
||||
@@ -189,7 +214,7 @@
|
||||
|
||||
- type: entity
|
||||
name: mime snowcone
|
||||
parent: FoodFrozenBase
|
||||
parent: FoodFrozenSnowconeBase
|
||||
id: FoodFrozenSnowconeMime
|
||||
description: ...
|
||||
components:
|
||||
@@ -202,7 +227,7 @@
|
||||
|
||||
- type: entity
|
||||
name: rainbow snowcone
|
||||
parent: FoodFrozenBase
|
||||
parent: FoodFrozenSnowconeBase
|
||||
id: FoodFrozenSnowconeRainbow
|
||||
description: A very colorful snowball in a paper cup.
|
||||
components:
|
||||
|
||||
Reference in New Issue
Block a user