Replace nutriment in snowcones with ice, water, and sugar (#12858)

This commit is contained in:
Chief-Engineer
2022-12-21 08:55:03 -06:00
committed by GitHub
parent 0ff0a2dbc6
commit 54b5a9238c

View File

@@ -133,11 +133,11 @@
# 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: FoodFrozenSnowcone id: FoodFrozenSnowconeBase
description: It's just shaved ice. Still fun to chew on. description: It's just shaved ice and simple syrup, minimum effort.
# description: [Liquid] drizzled over a snowball in a paper cup. # description: [Liquid] drizzled over a snowball in a paper cup.
components: components:
- type: Sprite - type: Sprite
@@ -147,10 +147,35 @@
# color: foo # color: foo
- type: Food - type: Food
trash: FoodFrozenSnowconeTrash 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.
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Ice
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: