Added Poppies and Aloe (#6456)
This commit is contained in:
@@ -577,3 +577,47 @@
|
||||
sprite: Objects/Specific/Hydroponics/chili.rsi
|
||||
- type: Produce
|
||||
seed: chili
|
||||
|
||||
- type: entity
|
||||
name: aloe
|
||||
parent: FoodProduceBase
|
||||
id: FoodAloe
|
||||
description: A fragrant plant with soothing properties.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 12 ##I'm pretty sure this has to match the total of 100 potency yields
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2
|
||||
- ReagentId: Kelotane
|
||||
Quantity: 10
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/aloe.rsi
|
||||
- type: Produce
|
||||
seed: aloe
|
||||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
|
||||
- type: entity
|
||||
name: poppy
|
||||
parent: FoodProduceBase
|
||||
id: FoodPoppy
|
||||
description: A flower with extracts often used in the production of medicine
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 12
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2
|
||||
- ReagentId: Bicaridine
|
||||
Quantity: 10
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/poppy.rsi
|
||||
- type: Produce
|
||||
seed: poppy
|
||||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
|
||||
@@ -203,3 +203,25 @@
|
||||
seed: chili
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/chili.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of aloe seeds
|
||||
description: "Soothing."
|
||||
id: AloeSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seed: aloe
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/aloe.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of poppy seeds
|
||||
description: "Do not eat within 72 hours of a drug test."
|
||||
id: PoppySeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seed: poppy
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/poppy.rsi
|
||||
|
||||
@@ -61,3 +61,15 @@
|
||||
Piercing: -5
|
||||
- type: Stack
|
||||
stackType: Gauze
|
||||
|
||||
- type: entity
|
||||
name: aloe cream
|
||||
description: A topical cream for burns.
|
||||
parent: Ointment ##Yes it's a direct reskin
|
||||
id: AloeCream
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Objects/Specific/Hydroponics/aloe.rsi
|
||||
state: cream
|
||||
|
||||
|
||||
Reference in New Issue
Block a user