Added Fly Amanita and Galaxythistle (#6538)
@@ -18,6 +18,8 @@
|
||||
amount: 2
|
||||
- id: NettleSeeds
|
||||
amount: 2
|
||||
- id: FlyAmanitaSeeds
|
||||
amount: 2
|
||||
# - id: RainbowBunchSeeds
|
||||
# amount: 2
|
||||
# - id: StrangeSeeds
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
ChiliSeeds: 10
|
||||
CornSeeds: 10
|
||||
EggplantSeeds: 10
|
||||
GalaxythistleSeeds: 10
|
||||
LemonSeeds: 10
|
||||
LingzhiSeeds: 10
|
||||
PoppySeeds: 10
|
||||
|
||||
@@ -666,6 +666,52 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
|
||||
- type: Produce
|
||||
seed: lingzhi
|
||||
seed: ambrosiaVulgaris
|
||||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
- type: Clothing
|
||||
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
|
||||
Slots:
|
||||
- HEAD
|
||||
|
||||
- type: entity
|
||||
name: galaxythistle
|
||||
parent: FoodProduceBase
|
||||
id: FoodGalaxythistle
|
||||
description: A medicinal plant used for its antitoxin.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 25
|
||||
reagents:
|
||||
- ReagentId: Stellibinin
|
||||
Quantity: 25
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/galaxythistle.rsi
|
||||
- type: Produce
|
||||
seed: galaxythistle
|
||||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
|
||||
- type: entity
|
||||
name: fly amanita
|
||||
parent: FoodProduceBase
|
||||
id: FoodFlyAmanita
|
||||
description: A delicious-looking mushroom like you see in those cartoons.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 30
|
||||
reagents:
|
||||
- ReagentId: Amatoxin
|
||||
Quantity: 25
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 5
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/fly_amanita.rsi
|
||||
- type: Produce
|
||||
seed: flyAmanita
|
||||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
|
||||
@@ -247,3 +247,25 @@
|
||||
seed: ambrosiaVulgaris
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of galaxythistle seeds
|
||||
description: "Brushes of starry nights."
|
||||
id: GalaxythistleSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seed: galaxythistle
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/galaxythistle.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of fly amanita seeds
|
||||
description: "The iconic, extremely deadly mushroom to be used for purely ornamental purposes."
|
||||
id: FlyAmanitaSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seed: flyAmanita
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/fly_amanita.rsi
|
||||
|
||||
@@ -577,3 +577,49 @@
|
||||
Min: 1
|
||||
Max: 2
|
||||
PotencyDivisor: 50
|
||||
|
||||
- type: seed
|
||||
id: galaxythistle
|
||||
name: galaxythistle
|
||||
seedName: galaxythistle
|
||||
displayName: galaxythistle
|
||||
plantRsi: Objects/Specific/Hydroponics/galaxythistle.rsi
|
||||
productPrototypes:
|
||||
- FoodGalaxythistle
|
||||
lifespan: 25
|
||||
maturation: 10
|
||||
production: 1
|
||||
yield: 5
|
||||
potency: 10
|
||||
growthStages: 3
|
||||
waterConsumption: 6
|
||||
chemicals:
|
||||
Stellibinin:
|
||||
Min: 1
|
||||
Max: 25
|
||||
PotencyDivisor: 4
|
||||
|
||||
- type: seed
|
||||
id: flyAmanita
|
||||
name: fly amanita
|
||||
seedname: flyAmanita
|
||||
displayName: fly amanita
|
||||
plantRsi: Objects/Specific/Hydroponics/fly_amanita.rsi
|
||||
productPrototypes:
|
||||
- FoodFlyAmanita
|
||||
lifespan: 25
|
||||
maturation: 10
|
||||
production: 1
|
||||
yield: 5
|
||||
potency: 10
|
||||
growthStages: 2
|
||||
waterConsumption: 6
|
||||
chemicals:
|
||||
Amatoxin:
|
||||
Min: 1
|
||||
Max: 25
|
||||
PotencyDivisor: 4
|
||||
Nutriment: ## yumby :)
|
||||
Min: 1
|
||||
Max: 5
|
||||
PotencyDivisor: 20
|
||||
|
||||
@@ -560,3 +560,40 @@
|
||||
min: 1
|
||||
reagent: Ultravasculine
|
||||
amount: 0.5
|
||||
|
||||
- type: reagent
|
||||
id: Stellibinin
|
||||
name: stellibinin
|
||||
group: Medicine
|
||||
desc: A natual antitoxin with particular effectiveness against amatoxin.
|
||||
physicalDesc: starry
|
||||
color: "#2b2f77"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: -1
|
||||
- !type:AdjustReagent
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
reagent: Amatoxin
|
||||
min: 1
|
||||
reagent: Amatoxin
|
||||
amount: -3
|
||||
|
||||
- type: reagent
|
||||
id: Siderlac
|
||||
name: siderlac
|
||||
group: Medicine
|
||||
desc: A powerful anti-caustic medicine derived from plants.
|
||||
physicalDesc: milky
|
||||
color: "#f4dab8"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
groups:
|
||||
Caustic: -5
|
||||
|
||||
@@ -295,3 +295,18 @@
|
||||
damage:
|
||||
types:
|
||||
Poison: 4
|
||||
|
||||
- type: reagent
|
||||
id: Amatoxin
|
||||
name: amatoxin
|
||||
group: Toxins
|
||||
desc: A potent toxin found in some mushrooms.
|
||||
physicalDesc: nondescript
|
||||
color: "#D6CE7B"
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: 6
|
||||
|
||||
@@ -454,7 +454,7 @@
|
||||
amount: 1
|
||||
products:
|
||||
SpaceDrugs: 3
|
||||
|
||||
|
||||
- type: reaction
|
||||
id: Ultravasculine
|
||||
reactants:
|
||||
@@ -465,3 +465,13 @@
|
||||
catalyst: true
|
||||
products:
|
||||
Ultravasculine: 2
|
||||
|
||||
- type: reaction
|
||||
id: Siderlac
|
||||
reactants:
|
||||
Aloe:
|
||||
amount: 1
|
||||
Stellibinin:
|
||||
amount: 1
|
||||
products:
|
||||
Siderlac: 2
|
||||
|
||||
|
After Width: | Height: | Size: 597 B |
@@ -36,6 +36,10 @@
|
||||
},
|
||||
{
|
||||
"name": "stage-6"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 563 B |
|
After Width: | Height: | Size: 743 B |
|
After Width: | Height: | Size: 949 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 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: 238 B |
|
After Width: | Height: | Size: 217 B |
|
After Width: | Height: | Size: 699 B |
|
After Width: | Height: | Size: 782 B |
|
After Width: | Height: | Size: 919 B |