Added Lingzhi and Ambrosia Vulgaris (#6464)

This commit is contained in:
Rane
2022-02-07 14:43:21 -05:00
committed by GitHub
parent 44626ef90a
commit aeb1df98b9
24 changed files with 213 additions and 6 deletions

View File

@@ -587,10 +587,10 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 12 ##I'm pretty sure this has to match the total of 100 potency yields
maxVol: 20 ##I'm pretty sure this has to match the total of 100 potency yields
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Aloe
Quantity: 10
- ReagentId: Kelotane
Quantity: 10
- type: Sprite
@@ -621,3 +621,51 @@
seed: poppy
- type: Extractable
grindableSolutionName: food
- type: entity
name: lingzhi
parent: FoodProduceBase
id: FoodLingzhi
description: A potent medicinal mushroom. Don't go overboard.
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 40
reagents:
- ReagentId: Ultravasculine
Quantity: 20
- ReagentId: Epinephrine
Quantity: 20
- type: Sprite
sprite: Objects/Specific/Hydroponics/lingzhi.rsi
- type: Produce
seed: lingzhi
- type: Extractable
grindableSolutionName: food
- type: entity
name: ambrosia vulgaris
parent: FoodProduceBase
id: FoodAmbrosiaVulgaris
description: A medicinal plant. May make you feel a little funny.
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 24
reagents:
- ReagentId: Bicaridine
Quantity: 10
- ReagentId: Kelotane
Quantity: 10
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Desoxyephedrine
Quantity: 2
- type: Sprite
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
- type: Produce
seed: lingzhi
- type: Extractable
grindableSolutionName: food

View File

@@ -225,3 +225,25 @@
seed: poppy
- type: Sprite
sprite: Objects/Specific/Hydroponics/poppy.rsi
- type: entity
parent: SeedBase
name: packet of lingzhi seeds
description: "Also known as reishi."
id: LingzhiSeeds
components:
- type: Seed
seed: lingzhi
- type: Sprite
sprite: Objects/Specific/Hydroponics/lingzhi.rsi
- type: entity
parent: SeedBase
name: packet of ambrosia vulgaris seeds
description: "A medicinal plant for the common folk."
id: AmbrosiaVulgarisSeeds
components:
- type: Seed
seed: ambrosiaVulgaris
- type: Sprite
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi