Added Lingzhi and Ambrosia Vulgaris (#6464)
@@ -4,6 +4,8 @@
|
||||
animationDuration: 1.3
|
||||
spriteName: seeds
|
||||
startingInventory:
|
||||
AloeSeeds: 10
|
||||
AmbrosiaVulgarisSeeds: 10
|
||||
AppleSeeds: 10
|
||||
BananaSeeds: 10
|
||||
CarrotSeeds: 10
|
||||
@@ -12,10 +14,12 @@
|
||||
CornSeeds: 10
|
||||
EggplantSeeds: 10
|
||||
LemonSeeds: 10
|
||||
LingzhiSeeds: 10
|
||||
PoppySeeds: 10
|
||||
PotatoSeeds: 10
|
||||
SugarcaneSeeds: 10
|
||||
TomatoSeeds: 10
|
||||
TowercapSeeds: 10
|
||||
WheatSeeds: 10
|
||||
AloeSeeds: 10
|
||||
PoppySeeds: 10
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -489,6 +489,7 @@
|
||||
Nutriment:
|
||||
Min: 1
|
||||
Max: 2
|
||||
Potencydivisor: 50
|
||||
Bicaridine:
|
||||
Min: 1
|
||||
Max: 10
|
||||
@@ -509,11 +510,70 @@
|
||||
potency: 10
|
||||
growthStages: 5
|
||||
waterConsumption: 6
|
||||
chemicals:
|
||||
Aloe:
|
||||
Min: 1
|
||||
Max: 10
|
||||
PotencyDivisor: 10
|
||||
Dermaline:
|
||||
Min: 1
|
||||
Max: 10
|
||||
PotencyDivisor: 10
|
||||
|
||||
- type: seed
|
||||
id: lingzhi
|
||||
name: lingzhi
|
||||
seedName: lingzhi
|
||||
displayName: lingzhi
|
||||
plantRsi: Objects/Specific/Hydroponics/lingzhi.rsi
|
||||
productPrototypes:
|
||||
- FoodLingzhi
|
||||
lifespan: 25
|
||||
maturation: 10
|
||||
production: 1
|
||||
yield: 5
|
||||
potency: 10
|
||||
growthStages: 3
|
||||
waterConsumption: 6
|
||||
chemicals:
|
||||
Ultravasculine:
|
||||
Min: 1
|
||||
Max: 20
|
||||
PotencyDivisor: 5
|
||||
Epinephrine:
|
||||
Min: 1
|
||||
Max: 20
|
||||
PotencyDivisor: 5
|
||||
|
||||
- type: seed
|
||||
id: ambrosiaVulgaris
|
||||
name: ambrosia vulgaris
|
||||
seedName: ambrosiaVulgaris
|
||||
displayName: ambrosia vulgaris
|
||||
plantRsi: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
|
||||
productPrototypes:
|
||||
- FoodAmbrosiaVulgaris
|
||||
lifespan: 25
|
||||
maturation: 10
|
||||
production: 1
|
||||
yield: 5
|
||||
potency: 10
|
||||
growthStages: 6
|
||||
waterConsumption: 6
|
||||
chemicals:
|
||||
Nutriment:
|
||||
Min: 1
|
||||
Max: 2
|
||||
PotencyDivisor: 10
|
||||
Bicaridine:
|
||||
Min: 1
|
||||
Max: 10
|
||||
PotencyDivisor: 10
|
||||
Kelotane:
|
||||
Min: 1
|
||||
Max: 10
|
||||
PotencyDivisor: 10
|
||||
Desoxyephedrine: #Needs a small touch of spice, replace this with something better when we have more fun drugs
|
||||
Min: 1
|
||||
Max: 2
|
||||
PotencyDivisor: 50
|
||||
|
||||
@@ -521,7 +521,7 @@
|
||||
|
||||
- type: reagent
|
||||
id: Ultravasculine
|
||||
name: Ultravasculine
|
||||
name: ultravasculine
|
||||
group: Medicine
|
||||
desc: Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.
|
||||
physicalDesc: thick and grainy
|
||||
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "dead"
|
||||
},
|
||||
{
|
||||
"name": "harvest"
|
||||
},
|
||||
{
|
||||
"name": "produce"
|
||||
},
|
||||
{
|
||||
"name": "seed"
|
||||
},
|
||||
{
|
||||
"name": "stage-1"
|
||||
},
|
||||
{
|
||||
"name": "stage-2"
|
||||
},
|
||||
{
|
||||
"name": "stage-3"
|
||||
},
|
||||
{
|
||||
"name": "stage-4"
|
||||
},
|
||||
{
|
||||
"name": "stage-5"
|
||||
},
|
||||
{
|
||||
"name": "stage-6"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 760 B |
|
After Width: | Height: | Size: 769 B |
|
After Width: | Height: | Size: 936 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "dead"
|
||||
},
|
||||
{
|
||||
"name": "harvest"
|
||||
},
|
||||
{
|
||||
"name": "produce"
|
||||
},
|
||||
{
|
||||
"name": "seed"
|
||||
},
|
||||
{
|
||||
"name": "stage-1"
|
||||
},
|
||||
{
|
||||
"name": "stage-2"
|
||||
},
|
||||
{
|
||||
"name": "stage-3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 630 B |
|
After Width: | Height: | Size: 759 B |
|
After Width: | Height: | Size: 879 B |
|
After Width: | Height: | Size: 1.1 KiB |