More ECS fixes.
This commit is contained in:
parent
ff620be7ff
commit
e54548fcf6
|
|
@ -8,7 +8,7 @@
|
|||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.9
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
|
|
|
|||
|
|
@ -452,6 +452,15 @@
|
|||
factor: 4
|
||||
Gas:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
scaling: true
|
||||
ignoreResistances: true
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
type: [ Slime ]
|
||||
damage:
|
||||
types:
|
||||
Heat: 3
|
||||
# DeltaV - Begin changes (feroxi)
|
||||
- !type:Oxygenate
|
||||
conditions:
|
||||
|
|
@ -486,15 +495,6 @@
|
|||
CarbonDioxide: 0.5
|
||||
WaterVapor: -1.0
|
||||
# DeltaV - End changes
|
||||
- !type:HealthChange
|
||||
scaling: true
|
||||
ignoreResistances: true
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
type: [ Slime ]
|
||||
damage:
|
||||
types:
|
||||
Heat: 3
|
||||
|
||||
- type: reagent
|
||||
id: Ice
|
||||
|
|
|
|||
|
|
@ -90,11 +90,11 @@
|
|||
reagent: Nutriment
|
||||
min: 0.1
|
||||
factor: 1
|
||||
- !type:GenericStatusEffect # Mono change
|
||||
key: CorticalBorerProtection
|
||||
type: Add
|
||||
time: 3 # May be too much, needs testing
|
||||
refresh: false
|
||||
#- !type:GenericStatusEffect # Mono change
|
||||
# key: CorticalBorerProtection
|
||||
# type: Add
|
||||
# time: 3 # May be too much, needs testing
|
||||
# refresh: false
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 0.1
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
- "reagent-effect-antidepressant-mild3"
|
||||
- "reagent-effect-antidepressant-mild4"
|
||||
probability: 0.035
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.1
|
||||
conditions:
|
||||
- !type:ReagentCondition # fairly safe overdose, safe to take with alcohol
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
conditions:
|
||||
- !type:ReagentCondition
|
||||
regent: Neurozenium
|
||||
max: 15.1
|
||||
max: 15
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
|
|
@ -96,12 +96,12 @@
|
|||
reagent: Neurozenium
|
||||
amount: 0.15
|
||||
- !type:AdjustReagent
|
||||
reagent: Serenitol
|
||||
amount: -7.5
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
reagent: Serenitol # Purges Serenitol if dosage is too high.
|
||||
min: 10
|
||||
reagent: Serenitol
|
||||
amount: -7.5
|
||||
- !type:PopupMessage
|
||||
type: Local
|
||||
visualType: Medium
|
||||
|
|
@ -454,7 +454,7 @@
|
|||
- "reagent-effect-painkiller-mild3"
|
||||
- "reagent-effect-painkiller-mild4"
|
||||
probability: 0.08
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.4
|
||||
conditions:
|
||||
- !type:ReagentCondition # makes you vomit if you OD
|
||||
|
|
@ -466,7 +466,7 @@
|
|||
- !type:ReagentCondition
|
||||
reagent: Stubantazine
|
||||
min: 14
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.8
|
||||
conditions:
|
||||
- !type:ReagentCondition # alcohol causes vomiting
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
probability: 0.1
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
reagent: Lean
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
visualType: Medium
|
||||
messages: [ "generic-reagent-effect-damnation" ]
|
||||
probability: 0.2
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
reagent: HealthViolation
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
emote: Cough
|
||||
showInChat: true
|
||||
probability: 0.33
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.1
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
emote: Cough
|
||||
showInChat: true
|
||||
probability: 0.33
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.1
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
emote: Cough
|
||||
showInChat: true
|
||||
probability: 0.33
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.1
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@
|
|||
visualType: Medium
|
||||
messages: [ "generic-reagent-effect-nauseous" ]
|
||||
probability: 0.2
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
conditions:
|
||||
- !type:ReagentCondition
|
||||
reagent: Pielovene
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:ChemVomit
|
||||
- !type:Vomit
|
||||
probability: 0.5
|
||||
|
||||
- type: reagent
|
||||
|
|
|
|||
Loading…
Reference in New Issue