Nettles (#5641)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user