Lime and orange plants, citrus salad recipe (#14298)

This commit is contained in:
lapatison
2023-03-06 21:45:39 +03:00
committed by GitHub
parent 9f40640678
commit 5c43253d67
31 changed files with 217 additions and 8 deletions

View File

@@ -323,6 +323,44 @@
- ReagentId: JuiceLemon
Quantity: 10
- type: entity
name: lime
parent: FoodLemon
id: FoodLime
description: Cures Space Scurvy, allows you to act like a Space Pirate.
components:
- type: FlavorProfile
flavors:
- sour
- type: Sprite
sprite: Objects/Specific/Hydroponics/lime.rsi
- type: Produce
seedId: lime
- type: Extractable
juiceSolution:
reagents:
- ReagentId: JuiceLime
Quantity: 10
- type: entity
name: orange
parent: FoodLemon
id: FoodOrange
description: Healthy, very orange.
components:
- type: FlavorProfile
flavors:
- orange
- type: Sprite
sprite: Objects/Specific/Hydroponics/orange.rsi
- type: Produce
seedId: orange
- type: Extractable
juiceSolution:
reagents:
- ReagentId: JuiceOrange
Quantity: 10
- type: entity
name: pineapple
parent: FoodProduceBase

View File

@@ -304,12 +304,12 @@
- type: SolutionContainerManager
solutions:
food:
maxvol: 15
maxvol: 38
reagents:
- ReagentId: Nutriment
Quantity: 7
Quantity: 18
- ReagentId: Vitamin
Quantity: 5
Quantity: 15
# Tastes like sourness, leaves.
- type: entity

View File

@@ -83,6 +83,26 @@
- type: Sprite
sprite: Objects/Specific/Hydroponics/lemon.rsi
- type: entity
parent: SeedBase
name: packet of lime seeds
id: LimeSeeds
components:
- type: Seed
seedId: lime
- type: Sprite
sprite: Objects/Specific/Hydroponics/lime.rsi
- type: entity
parent: SeedBase
name: packet of orange seeds
id: OrangeSeeds
components:
- type: Seed
seedId: orange
- type: Sprite
sprite: Objects/Specific/Hydroponics/orange.rsi
- type: entity
parent: SeedBase
name: packet of pineapple seeds