From bd89652616feb771e36c58a905ea0e45aa9d619e Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:52:27 +0000 Subject: [PATCH 01/11] Update toxins.yml --- .../Prototypes/_Nuclear14/Reagents/toxins.yml | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml index e0c8eee49c1..3297ea2fa04 100644 --- a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml +++ b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml @@ -72,4 +72,30 @@ types: Poison: 3 groups: - Airloss: 3.5 \ No newline at end of file + Airloss: 3.5 + +- type: reagent + id: DarkDatura + name: reagent-name-Dark-datura + group: Toxins + desc: reagent-name-Dark-datura + 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: 5 + refresh: false + - !type:GenericStatusEffect + key: Stutter + component: ScrambledAccent + - !type:HealthChange + damage: + types: + Poison: 0.5 + Asphyxiation: 2 From 3359a0b2c4d4753e6ffbf4f992f6a67681fb4bca Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:54:25 +0000 Subject: [PATCH 02/11] Create toxins.yml --- .../Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml new file mode 100644 index 00000000000..5e732900100 --- /dev/null +++ b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml @@ -0,0 +1,9 @@ +- type: reaction + id: DarkDatura + reactants: + Turpentine: + amount: 1 + ExtractDatura: + amount: 2 + products: + DarkDatura: 2 From f70380e71f7706adcd557064f5fa9839d94e00c8 Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:56:20 +0000 Subject: [PATCH 03/11] Update medicine.yml --- .../_Nuclear14/Recipes/Reactions/medicine.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml index 602a52b9bca..f93bfc23441 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml @@ -159,3 +159,15 @@ amount: 1 products: Bitterdrink: 1 + +- type: reaction + id: Datura antivenom #some point add spor plant nodes to the mix + reactants: + ExtractBroc: + amount: 1 + ExtractXander: + amount: 1 + ExtractDatura: + amount: 1 + products: + AntidoteMixture: 2 From 9d4502e55265895ab0a9fed73e77fb21f19b9362 Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:57:51 +0000 Subject: [PATCH 04/11] Update clothing.yml --- .../_Nuclear14/Recipes/Crafting/Graphs/clothing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml index 5be75a25dd1..7c3c75ab4f6 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml @@ -81,7 +81,7 @@ graph: - node: start edges: - - to: head + - to: Nightstalkerhat steps: - tag: NightstalkerPelt name: nightstalker pelt @@ -89,5 +89,5 @@ sprite: _Nuclear14/Objects/Misc/mob_drops.rsi state: pelt_nightstalker doAfter: 8 - - node: head + - node: Nightstalkerhat entity: N14ClothingHeadHatNightstalker From d7d84487134f8539f8dfd0a64d304d2c5a471cb7 Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 16:03:01 +0000 Subject: [PATCH 05/11] Update toxins.yml --- Resources/Prototypes/_Nuclear14/Reagents/toxins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml index 3297ea2fa04..8f24e7847d8 100644 --- a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml +++ b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml @@ -89,7 +89,7 @@ key: SeeingRainbows component: SeeingRainbows type: Add - time: 5 + time: 3 refresh: false - !type:GenericStatusEffect key: Stutter From 28dccea59f37389cc648a167a8f31e29506cf367 Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 16:23:09 +0000 Subject: [PATCH 06/11] Update medicine.yml --- Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml index f93bfc23441..8e319cb745e 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/medicine.yml @@ -161,7 +161,7 @@ Bitterdrink: 1 - type: reaction - id: Datura antivenom #some point add spor plant nodes to the mix + id: DaturaAntivenom #some point add spor plant nodes to the mix reactants: ExtractBroc: amount: 1 From 09d0fdeed27592d4213abc9d31107be602a9019d Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:11:12 +0000 Subject: [PATCH 07/11] Update toxins.yml --- Resources/Prototypes/_Nuclear14/Reagents/toxins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml index 8f24e7847d8..ce72e6d4510 100644 --- a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml +++ b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml @@ -76,9 +76,9 @@ - type: reagent id: DarkDatura - name: reagent-name-Dark-datura + name: DarkDatura group: Toxins - desc: reagent-name-Dark-datura + desc: DarkDatura physicalDesc: reagent-physical-desc-strong-smelling color: "#00008b" metabolisms: From 6c5e083a94c512d365c1f3e2ea889dfedc2ff977 Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:28:02 +0000 Subject: [PATCH 08/11] Update chems.yml --- .../_Nuclear14/Recipes/Reactions/chems.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/chems.yml b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/chems.yml index f2100d424df..da6180e4270 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/chems.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/chems.yml @@ -124,4 +124,14 @@ Buffout: amount: 1 products: - Bufftats : 1 \ No newline at end of file + Bufftats : 1 + +- type: reaction + id: DarkDatura + reactants: + Turpentine: + amount: 1 + ExtractDatura: + amount: 2 + products: + DarkDatura: 2 From 8cba6ae976e2c4eebdf5b7889f882d00715543c6 Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:28:16 +0000 Subject: [PATCH 09/11] Delete Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml --- .../Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml b/Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml deleted file mode 100644 index 5e732900100..00000000000 --- a/Resources/Prototypes/_Nuclear14/Recipes/Reactions/toxins.yml +++ /dev/null @@ -1,9 +0,0 @@ -- type: reaction - id: DarkDatura - reactants: - Turpentine: - amount: 1 - ExtractDatura: - amount: 2 - products: - DarkDatura: 2 From 4051d1152bfe1533d0dfda9d3f2aaeff7157782e Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:28:30 +0000 Subject: [PATCH 10/11] Update toxins.yml --- .../Prototypes/_Nuclear14/Reagents/toxins.yml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml index ce72e6d4510..8023899d393 100644 --- a/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml +++ b/Resources/Prototypes/_Nuclear14/Reagents/toxins.yml @@ -73,29 +73,3 @@ Poison: 3 groups: Airloss: 3.5 - -- 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 From bddf38c6783c25537f4fe646190e185355a51fdb Mon Sep 17 00:00:00 2001 From: Krug-Gaming <187971724+Berserker-88@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:28:45 +0000 Subject: [PATCH 11/11] Update chems.yml --- .../Prototypes/_Nuclear14/Reagents/chems.yml | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Reagents/chems.yml b/Resources/Prototypes/_Nuclear14/Reagents/chems.yml index 3d49743d922..6e290a512b6 100644 --- a/Resources/Prototypes/_Nuclear14/Reagents/chems.yml +++ b/Resources/Prototypes/_Nuclear14/Reagents/chems.yml @@ -362,4 +362,30 @@ component: ScrambledAccent - !type:GenericStatusEffect key: SlurredSpeech - component: TelepathicRepeater \ No newline at end of file + 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