Added Poppies and Aloe (#6456)
@@ -17,3 +17,5 @@
|
|||||||
TomatoSeeds: 10
|
TomatoSeeds: 10
|
||||||
TowercapSeeds: 10
|
TowercapSeeds: 10
|
||||||
WheatSeeds: 10
|
WheatSeeds: 10
|
||||||
|
AloeSeeds: 10
|
||||||
|
PoppySeeds: 10
|
||||||
|
|||||||
@@ -577,3 +577,47 @@
|
|||||||
sprite: Objects/Specific/Hydroponics/chili.rsi
|
sprite: Objects/Specific/Hydroponics/chili.rsi
|
||||||
- type: Produce
|
- type: Produce
|
||||||
seed: chili
|
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
|
seed: chili
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Hydroponics/chili.rsi
|
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
|
Piercing: -5
|
||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: Gauze
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -469,3 +469,51 @@
|
|||||||
Min: 1
|
Min: 1
|
||||||
Max: 10
|
Max: 10
|
||||||
PotencyDivisor: 10
|
PotencyDivisor: 10
|
||||||
|
|
||||||
|
- type: seed
|
||||||
|
id: poppy
|
||||||
|
name: poppy
|
||||||
|
seedName: poppy
|
||||||
|
displayName: poppies
|
||||||
|
plantRsi: Objects/Specific/Hydroponics/poppy.rsi
|
||||||
|
productPrototypes:
|
||||||
|
- FoodPoppy
|
||||||
|
lifespan: 25
|
||||||
|
maturation: 10
|
||||||
|
production: 1
|
||||||
|
yield: 5
|
||||||
|
potency: 10
|
||||||
|
growthStages: 3
|
||||||
|
waterConsumption: 6
|
||||||
|
chemicals:
|
||||||
|
Nutriment:
|
||||||
|
Min: 1
|
||||||
|
Max: 2
|
||||||
|
Bicaridine:
|
||||||
|
Min: 1
|
||||||
|
Max: 10
|
||||||
|
PotencyDivisor: 10
|
||||||
|
|
||||||
|
- type: seed
|
||||||
|
id: aloe
|
||||||
|
name: aloe
|
||||||
|
seedName: aloe
|
||||||
|
displayName: aloe
|
||||||
|
plantRsi: Objects/Specific/Hydroponics/aloe.rsi
|
||||||
|
productPrototypes:
|
||||||
|
- FoodAloe
|
||||||
|
lifespan: 25
|
||||||
|
maturation: 10
|
||||||
|
production: 1
|
||||||
|
yield: 5
|
||||||
|
potency: 10
|
||||||
|
growthStages: 5
|
||||||
|
waterConsumption: 6
|
||||||
|
chemicals:
|
||||||
|
Nutriment:
|
||||||
|
Min: 1
|
||||||
|
Max: 2
|
||||||
|
Kelotane:
|
||||||
|
Min: 1
|
||||||
|
Max: 10
|
||||||
|
PotencyDivisor: 10
|
||||||
|
|||||||
@@ -495,3 +495,11 @@
|
|||||||
time: 10
|
time: 10
|
||||||
solids:
|
solids:
|
||||||
LeavesCannabis: 1
|
LeavesCannabis: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeAloeCream
|
||||||
|
name: aloe cream recipe
|
||||||
|
result: AloeCream
|
||||||
|
time: 10
|
||||||
|
solids:
|
||||||
|
FoodAloe: 1
|
||||||
|
|||||||
|
After Width: | Height: | Size: 141 B |
|
After Width: | Height: | Size: 738 B |
|
After Width: | Height: | Size: 988 B |
@@ -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": "cream"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 903 B |
|
After Width: | Height: | Size: 755 B |
|
After Width: | Height: | Size: 623 B |
|
After Width: | Height: | Size: 691 B |
|
After Width: | Height: | Size: 749 B |
|
After Width: | Height: | Size: 824 B |
|
After Width: | Height: | Size: 980 B |
|
After Width: | Height: | Size: 827 B |
|
After Width: | Height: | Size: 1001 B |
@@ -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: 226 B |
|
After Width: | Height: | Size: 769 B |
|
After Width: | Height: | Size: 658 B |
|
After Width: | Height: | Size: 682 B |
|
After Width: | Height: | Size: 727 B |