Nettles (#5641)
@@ -16,8 +16,8 @@
|
|||||||
amount: 2
|
amount: 2
|
||||||
- id: CannabisSeeds
|
- id: CannabisSeeds
|
||||||
amount: 2
|
amount: 2
|
||||||
# - id: NettleSeeds
|
- id: NettleSeeds
|
||||||
# amount: 2
|
amount: 2
|
||||||
# - id: RainbowBunchSeeds
|
# - id: RainbowBunchSeeds
|
||||||
# amount: 2
|
# amount: 2
|
||||||
# - id: StrangeSeeds
|
# - id: StrangeSeeds
|
||||||
|
|||||||
@@ -102,6 +102,37 @@
|
|||||||
seed: towercap
|
seed: towercap
|
||||||
- type: Log
|
- type: Log
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: nettle
|
||||||
|
description: Stingy little prick.
|
||||||
|
id: Nettle
|
||||||
|
parent: ProduceBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Hydroponics/nettle.rsi
|
||||||
|
- type: Item
|
||||||
|
size: 10
|
||||||
|
sprite: Objects/Specific/Hydroponics/nettle.rsi
|
||||||
|
prefix: inhand
|
||||||
|
- type: MeleeWeapon
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Heat: 10
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Histamine
|
||||||
|
Quantity: 25
|
||||||
|
- type: Produce
|
||||||
|
seed: nettle
|
||||||
|
- type: MeleeChemicalInjector
|
||||||
|
transferAmount: 6 #To OD someone you would need 2 nettles and about 6-7 hits, the DOT is likely to crit them if they are running away with almost no health
|
||||||
|
- type: Extractable
|
||||||
|
grindableSolutionName: food
|
||||||
|
- type: InjectableSolution
|
||||||
|
solution: food
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: banana
|
name: banana
|
||||||
parent: FoodProduceBase
|
parent: FoodProduceBase
|
||||||
|
|||||||
@@ -181,3 +181,14 @@
|
|||||||
seed: cannabis
|
seed: cannabis
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Hydroponics/cannabis.rsi
|
sprite: Objects/Specific/Hydroponics/cannabis.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: SeedBase
|
||||||
|
name: packet of nettle seeds
|
||||||
|
description: "Handle with gloves."
|
||||||
|
id: NettleSeeds
|
||||||
|
components:
|
||||||
|
- type: Seed
|
||||||
|
seed: nettle
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Hydroponics/nettle.rsi
|
||||||
|
|||||||
@@ -424,3 +424,26 @@
|
|||||||
Min: 1
|
Min: 1
|
||||||
Max: 10
|
Max: 10
|
||||||
PotencyDivisor: 10
|
PotencyDivisor: 10
|
||||||
|
|
||||||
|
- type: seed
|
||||||
|
id: nettle
|
||||||
|
name: nettle
|
||||||
|
seedName: nettle
|
||||||
|
displayName: nettles
|
||||||
|
plantRsi: Objects/Specific/Hydroponics/nettle.rsi
|
||||||
|
productPrototypes:
|
||||||
|
- Nettle
|
||||||
|
lifespan: 25
|
||||||
|
maturation: 8
|
||||||
|
production: 6
|
||||||
|
yield: 3
|
||||||
|
potency: 20
|
||||||
|
growthStages: 5
|
||||||
|
idealLight: 8
|
||||||
|
waterConsumption: 6
|
||||||
|
idealHeat: 298
|
||||||
|
chemicals:
|
||||||
|
Histamine:
|
||||||
|
Min: 1
|
||||||
|
Max: 25
|
||||||
|
PotencyDivisor: 4
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 672 B |
|
After Width: | Height: | Size: 758 B |
@@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "dead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "harvest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "produce"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "seed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-5"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 835 B |
|
After Width: | Height: | Size: 792 B |
|
After Width: | Height: | Size: 996 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.1 KiB |