Adds a stun chemical (uplink only) (#7258)
This commit is contained in:
@@ -124,3 +124,31 @@
|
||||
desc: An illegal compound which induces a number of effects such as loss of balance and visual artefacts.
|
||||
physicalDesc: syrupy
|
||||
color: "#63806e"
|
||||
|
||||
# Probably replace this one with sleeping chem when putting someone in a comatose state is easier
|
||||
- type: reagent
|
||||
id: Nocturine
|
||||
name: nocturine
|
||||
group: Narcotics
|
||||
desc: Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.
|
||||
physicalDesc: powdery
|
||||
color: "#128e80"
|
||||
boilingPoint: 444.0
|
||||
meltingPoint: 128.0
|
||||
metabolisms:
|
||||
Narcotic:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 60
|
||||
damage:
|
||||
types:
|
||||
Poison: 1
|
||||
- !type:Paralyze
|
||||
paralyzeTime: 1.2
|
||||
refresh: false
|
||||
- !type:GenericStatusEffect
|
||||
key: Stutter
|
||||
time: 1
|
||||
component: StutteringAccent
|
||||
|
||||
Reference in New Issue
Block a user