Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datura crafting #767

Closed
28 changes: 27 additions & 1 deletion Resources/Prototypes/_Nuclear14/Reagents/chems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,30 @@
component: ScrambledAccent
- !type:GenericStatusEffect
key: SlurredSpeech
component: TelepathicRepeater
component: TelepathicRepeater

- type: reagent
id: DarkDatura
name: DarkDatura
group: Toxins
desc: DarkDatura
physicalDesc: reagent-physical-desc-strong-smelling
color: "#00008b"
metabolisms:
Poison:
metabolismRate: 0.2 #Slow acting, default 0.5
effects:
- !type:GenericStatusEffect
key: SeeingRainbows
component: SeeingRainbows
type: Add
time: 3
refresh: false
- !type:GenericStatusEffect
key: Stutter
component: ScrambledAccent
- !type:HealthChange
damage:
types:
Poison: 0.5
Asphyxiation: 2
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Nuclear14/Reagents/toxins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
types:
Poison: 3
groups:
Airloss: 3.5
Airloss: 3.5
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
graph:
- node: start
edges:
- to: head
- to: Nightstalkerhat
steps:
- tag: NightstalkerPelt
name: nightstalker pelt
icon:
sprite: _Nuclear14/Objects/Misc/mob_drops.rsi
state: pelt_nightstalker
doAfter: 8
- node: head
- node: Nightstalkerhat
entity: N14ClothingHeadHatNightstalker
12 changes: 11 additions & 1 deletion Resources/Prototypes/_Nuclear14/Recipes/Reactions/chems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,14 @@
Buffout:
amount: 1
products:
Bufftats : 1
Bufftats : 1

- type: reaction
id: DarkDatura
reactants:
Turpentine:
amount: 1
ExtractDatura:
amount: 2
products:
DarkDatura: 2
12 changes: 12 additions & 0 deletions Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,15 @@
amount: 1
products:
Bitterdrink: 1

- type: reaction
id: DaturaAntivenom #some point add spor plant nodes to the mix
reactants:
ExtractBroc:
amount: 1
ExtractXander:
amount: 1
ExtractDatura:
amount: 1
products:
AntidoteMixture: 2
Loading