Overdosing Buff (#16036)

This commit is contained in:
Emisse
2023-05-02 23:21:20 -06:00
committed by GitHub
parent f5f8ed602d
commit 33c752785e

View File

@@ -36,18 +36,18 @@
- !type:HealthChange - !type:HealthChange
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 20
damage: damage:
types: types:
Brute: 0.5 Brute: 2
- !type:Jitter - !type:Jitter
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 20
- !type:PopupMessage - !type:PopupMessage
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 20
type: Local type: Local
visualType: Medium visualType: Medium
messages: [ "generic-reagent-effect-nauseous" ] messages: [ "generic-reagent-effect-nauseous" ]
@@ -55,7 +55,7 @@
- !type:ChemVomit - !type:ChemVomit
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 20
probability: 0.02 probability: 0.02
Alcohol: Alcohol:
effects: effects:
@@ -87,6 +87,10 @@
key: Jitter key: Jitter
time: 3.0 time: 3.0
type: Remove type: Remove
- !type:HealthChange
damage:
types:
Poison: -3
- type: reagent - type: reagent
id: Ethylredoxrazine id: Ethylredoxrazine
@@ -103,6 +107,10 @@
key: Drunk key: Drunk
time: 2.0 time: 2.0
type: Remove type: Remove
- !type:HealthChange
damage:
types:
Poison: -0.5
- type: reagent - type: reagent
id: Arithrazine id: Arithrazine
@@ -140,15 +148,21 @@
- !type:HealthChange - !type:HealthChange
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 15
damage: damage:
types: types:
Asphyxiation: 1 Asphyxiation: 1
Poison: 0.5 Poison: 3
- !type:Jitter Brute: 1
- !type:ChemVomit
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 30
probability: 0.02
- !type:Jitter
conditions:
- !type:ReagentThreshold
min: 15
Alcohol: Alcohol:
effects: effects:
- !type:Drunk - !type:Drunk
@@ -203,16 +217,17 @@
- !type:HealthChange - !type:HealthChange
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 10
damage: damage:
types: types:
Asphyxiation: 1 Asphyxiation: 1
Cold: 2
groups: groups:
Brute: 0.5 Brute: 0.5
- !type:Jitter - !type:Jitter
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 30 min: 10
- type: reagent - type: reagent
id: Dexalin id: Dexalin
@@ -230,7 +245,15 @@
types: types:
Asphyxiation: -1 Asphyxiation: -1
Bloodloss: -0.5 Bloodloss: -0.5
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 20
damage:
types:
Asphyxiation: 3
Cold: 1
- type: reagent - type: reagent
id: DexalinPlus id: DexalinPlus
name: reagent-name-dexalin-plus name: reagent-name-dexalin-plus
@@ -254,7 +277,15 @@
min: 1 min: 1
reagent: Lexorin reagent: Lexorin
amount: -3 amount: -3
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 25
damage:
types:
Asphyxiation: 5
Cold: 3
# this ones a doozy # this ones a doozy
- type: reagent - type: reagent
id: Epinephrine id: Epinephrine
@@ -340,7 +371,7 @@
min: 30 min: 30
damage: damage:
types: types:
Heat: 0.5 Heat: 2
- !type:Jitter - !type:Jitter
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold