This commit is contained in:
Elijahrane
2021-12-05 02:55:04 +08:00
committed by GitHub
parent 07c52694ed
commit 2f130e5586
16 changed files with 113 additions and 2 deletions

View File

@@ -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

View File

@@ -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