Lime and orange plants, citrus salad recipe (#14298)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user