Nettles (#5641)
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
amount: 2
|
||||
- id: CannabisSeeds
|
||||
amount: 2
|
||||
# - id: NettleSeeds
|
||||
# amount: 2
|
||||
- id: NettleSeeds
|
||||
amount: 2
|
||||
# - id: RainbowBunchSeeds
|
||||
# amount: 2
|
||||
# - id: StrangeSeeds
|
||||
|
||||
@@ -102,6 +102,37 @@
|
||||
seed: towercap
|
||||
- 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
|
||||
name: banana
|
||||
parent: FoodProduceBase
|
||||
|
||||
@@ -181,3 +181,14 @@
|
||||
seed: cannabis
|
||||
- type: Sprite
|
||||
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
|
||||
Max: 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
|
||||
|
||||
Reference in New Issue
Block a user