Watermelon and grapes (#14587)
This commit is contained in:
@@ -512,3 +512,32 @@
|
||||
- ReagentId: CapsaicinOil
|
||||
Quantity: 6
|
||||
# What do Europeans eat instead of enchiladas? 25.4 millimeter-iladas.
|
||||
|
||||
|
||||
- type: entity
|
||||
name: melon fruit bowl
|
||||
parent: FoodMealBase
|
||||
id: FoodSaladWatermelonFruitBowl
|
||||
description: The only salad where you can eat the bowl.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- fruity
|
||||
- sour
|
||||
- type: Sprite
|
||||
state: melonfruitbowl
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxvol: 65
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 30
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 15
|
||||
- ReagentId: Water
|
||||
Quantity: 5
|
||||
- ReagentId: Bicaridine
|
||||
Quantity: 5
|
||||
- ReagentId: Kelotane
|
||||
Quantity: 5
|
||||
|
||||
@@ -1027,3 +1027,145 @@
|
||||
reagents:
|
||||
- ReagentId: MilkSoy
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
name: watermelon
|
||||
parent: FoodProduceBase
|
||||
id: FoodWatermelon
|
||||
description: Round green object that you can slice and eat.
|
||||
components:
|
||||
- type: Item
|
||||
size: 10
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- watermelon
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 25
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 5
|
||||
- ReagentId: Water
|
||||
Quantity: 10
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/watermelon.rsi
|
||||
- type: Produce
|
||||
seedId: watermelon
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: JuiceWatermelon
|
||||
Quantity: 20
|
||||
- type: DamageOnLand
|
||||
damage:
|
||||
types:
|
||||
Blunt: 1
|
||||
- type: DamageOtherOnHit
|
||||
damage:
|
||||
types:
|
||||
Blunt: 1
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
- type: DamageOnHighSpeedImpact
|
||||
minimumSpeed: 0.1
|
||||
damage:
|
||||
types:
|
||||
Blunt: 1
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 1
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: desecration
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
PuddleWatermelon:
|
||||
min: 1
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: SliceableFood
|
||||
count: 5
|
||||
slice: FoodWatermelonSlice
|
||||
|
||||
- type: entity
|
||||
name: watermelon
|
||||
id: PuddleWatermelon
|
||||
parent: PuddleBase
|
||||
description: Splat.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Fluids/tomato_splat.rsi
|
||||
state: puddle-0
|
||||
netsync: false
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: JuiceWatermelon
|
||||
Quantity: 20
|
||||
|
||||
- type: entity
|
||||
name: watermelon slice
|
||||
parent: ProduceSliceBase
|
||||
id: FoodWatermelonSlice
|
||||
description: Juicy green and red slice.
|
||||
components:
|
||||
- type: Item
|
||||
size: 2
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- watermelon
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/watermelon.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
- ReagentId: Water
|
||||
Quantity: 2
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: JuiceWatermelon
|
||||
Quantity: 4
|
||||
|
||||
- type: entity
|
||||
name: grapes
|
||||
parent: FoodProduceBase
|
||||
id: FoodGrape
|
||||
description: The food of emperors, Space France inhabitants (usually as wine) and soccer moms. One day it could be used in wine production for the bartender if he ever runs out.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- grape
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 9
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 5
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/grape.rsi
|
||||
- type: Produce
|
||||
seedId: grape
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: JuiceGrape
|
||||
Quantity: 10
|
||||
|
||||
@@ -365,3 +365,24 @@
|
||||
seedId: onionred
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/onion_red.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of watermelon seeds
|
||||
id: WatermelonSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seedId: watermelon
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/watermelon.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of grape seeds
|
||||
id: GrapeSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seedId: grape
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/grape.rsi
|
||||
|
||||
Reference in New Issue
Block a user