]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
dylo has 30u overdose (#14831)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Fri, 24 Mar 2023 18:13:22 +0000 (18:13 +0000)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 18:13:22 +0000 (13:13 -0500)
* dylo has 30u overdose

* πŸ˜”

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
Resources/Prototypes/Reagents/medicine.yml

index 16048ca9b8eb31755c0f978448d442b7f98119b0..c5025c15d76485bb8beb0899a23d855f60f4fbb5 100644 (file)
         damage:
           types:
             Poison: -1
-    # TODO overdose: vomit, dizzy effect (drunkenness?)
+      - !type:HealthChange
+        conditions:
+        - !type:ReagentThreshold
+          min: 30
+        damage:
+          types:
+            Brute: 0.5
+      - !type:Jitter
+        conditions:
+        - !type:ReagentThreshold
+          min: 30
+      - !type:PopupMessage
+        conditions:
+        - !type:ReagentThreshold
+          min: 30
+        type: Local
+        visualType: Medium
+        messages: [ "generic-reagent-effect-nauseous" ]
+        probability: 0.2
+      - !type:ChemVomit
+        conditions:
+        - !type:ReagentThreshold
+          min: 30
+        probability: 0.02
+    Alcohol:
+      effects:
+      - !type:Drunk
+        conditions:
+        - !type:ReagentThreshold
+          min: 15
   plantMetabolism:
-    - !type:PlantAdjustToxins
-      amount: -10
-    - !type:PlantAdjustHealth
-      amount: 1
+  - !type:PlantAdjustToxins
+    amount: -10
+  - !type:PlantAdjustHealth
+    amount: 1
 
 - type: reagent
   id: Diphenhydramine
         conditions:
         - !type:ReagentThreshold
           min: 30
-        probability: 0.02
\ No newline at end of file
+        probability: 0.02