]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Nerf and Add More Reagent Slimes (#24087)
authorNairod <110078045+Nairodian@users.noreply.github.com>
Sun, 14 Jan 2024 22:14:19 +0000 (16:14 -0600)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2024 22:14:19 +0000 (14:14 -0800)
* Nerf and Add More Chem Slimes

* Whoops Redundancy

Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml

index 4f8d9e5df98f9b67e7d5cf5d79a33e6595cfef4d..9694148287dbc33b25b37ac8660ba9544a813a94 100644 (file)
     animation: WeaponArcBite
     damage:
       types:
-        Slash: 15
+        Slash: 8
   - type: MeleeChemicalInjector
     solution: bloodstream
     transferAmount: 5
         - ReagentSlimeToxin
         - ReagentSlimeNapalm
         - ReagentSlimeOmnizine
+        - ReagentSlimeMuteToxin
+        - ReagentSlimeNorepinephricAcid
+        - ReagentSlimeEphedrine
+        - ReagentSlimeRobustHarvest
       chance: 1
 
 - type: entity
       - map: [ "enum.DamageStateVisualLayers.Base" ]
         state: alive
         color: "#AAAAAA"
+  - type: MeleeChemicalInjector
+    solution: bloodstream
+    transferAmount: 1
 
 - type: entity
   id: ReagentSlimeNocturine
       - map: [ "enum.DamageStateVisualLayers.Base" ]
         state: alive
         color: "#128e80"
+  - type: MeleeChemicalInjector
+    solution: bloodstream
+    transferAmount: 3
 
 - type: entity
   id: ReagentSlimeTHC
       - map: [ "enum.DamageStateVisualLayers.Base" ]
         state: alive
         color: "#fcf7f9"
+
+- type: entity
+  id: ReagentSlimeMuteToxin
+  parent: ReagentSlime
+  suffix: Mute Toxin
+  components:
+  - type: Bloodstream
+    bloodReagent: MuteToxin
+  - type: PointLight
+    color: "#0f0f0f"
+  - type: Sprite
+    drawdepth: Mobs
+    sprite: Mobs/Aliens/elemental.rsi
+    layers:
+      - map: [ "enum.DamageStateVisualLayers.Base" ]
+        state: alive
+        color: "#0f0f0f"
+
+- type: entity
+  id: ReagentSlimeNorepinephricAcid
+  parent: ReagentSlime
+  suffix: Norepinephric Acid
+  components:
+  - type: Bloodstream
+    bloodReagent: NorepinephricAcid
+  - type: PointLight
+    color: "#96a8b5"
+  - type: Sprite
+    drawdepth: Mobs
+    sprite: Mobs/Aliens/elemental.rsi
+    layers:
+      - map: [ "enum.DamageStateVisualLayers.Base" ]
+        state: alive
+        color: "#96a8b5"
+
+- type: entity
+  id: ReagentSlimeEphedrine
+  parent: ReagentSlime
+  suffix: Ephedrine
+  components:
+  - type: Bloodstream
+    bloodReagent: Ephedrine
+  - type: PointLight
+    color: "#D2FFFA"
+  - type: Sprite
+    drawdepth: Mobs
+    sprite: Mobs/Aliens/elemental.rsi
+    layers:
+      - map: [ "enum.DamageStateVisualLayers.Base" ]
+        state: alive
+        color: "#D2FFFA"
+
+- type: entity
+  id: ReagentSlimeRobustHarvest
+  parent: ReagentSlime
+  suffix: Robust Harvest
+  components:
+  - type: Bloodstream
+    bloodReagent: RobustHarvest
+  - type: PointLight
+    color: "#3e901c"
+  - type: Sprite
+    drawdepth: Mobs
+    sprite: Mobs/Aliens/elemental.rsi
+    layers:
+      - map: [ "enum.DamageStateVisualLayers.Base" ]
+        state: alive
+        color: "#3e901c"