Miasma outbreaks give every mob the same disease (#9232)
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
maxLength: 100
|
||||
|
||||
- type: disease
|
||||
id: Bird Flew
|
||||
id: BirdFlew
|
||||
name: bird flew
|
||||
cureResist: 0.08
|
||||
effects:
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
- AMIV
|
||||
- SpaceCold
|
||||
- SpaceFlu
|
||||
- Bird Flew
|
||||
- BirdFlew
|
||||
- VanAusdallsRobovirus
|
||||
- BleedersBite
|
||||
- Plague
|
||||
@@ -192,7 +192,7 @@
|
||||
- AMIV
|
||||
- SpaceCold
|
||||
- SpaceFlu
|
||||
- Bird Flew
|
||||
- BirdFlew
|
||||
- VanAusdallsRobovirus
|
||||
- BleedersBite
|
||||
- Plague
|
||||
|
||||
@@ -434,7 +434,7 @@
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 4
|
||||
- ReagentId: Amatoxin
|
||||
- ReagentId: Mold
|
||||
Quantity: 7
|
||||
# Tastes like decaying fungus.
|
||||
|
||||
|
||||
@@ -350,7 +350,7 @@
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2
|
||||
- ReagentId: Amatoxin
|
||||
- ReagentId: Mold
|
||||
Quantity: 2
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
metabolisms:
|
||||
Gas:
|
||||
effects:
|
||||
- !type:ChemCauseRandomDisease
|
||||
- !type:ChemMiasmaPoolSource
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Rat
|
||||
@@ -171,15 +171,6 @@
|
||||
- !type:ReagentThreshold
|
||||
reagent: Miasma
|
||||
min: 1
|
||||
diseases:
|
||||
- VentCough
|
||||
- AMIV
|
||||
- SpaceCold
|
||||
- SpaceFlu
|
||||
- Bird Flew
|
||||
- VanAusdallsRobovirus
|
||||
- BleedersBite
|
||||
- Plague
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
|
||||
@@ -42,6 +42,33 @@
|
||||
messages: [ "generic-reagent-effect-burning-insides" ]
|
||||
probability: 0.33
|
||||
|
||||
|
||||
- type: reagent
|
||||
id: Mold
|
||||
name: reagent-name-mold
|
||||
group: Toxins
|
||||
desc: reagent-desc-mold
|
||||
color: "#8a9a5b"
|
||||
physicalDesc: reagent-physical-desc-fuzzy
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: 1
|
||||
- !type:ChemCauseRandomDisease
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
reagent: Mold
|
||||
min: 1
|
||||
diseases:
|
||||
- VentCough
|
||||
- SpaceCold
|
||||
- SpaceFlu
|
||||
- BirdFlew
|
||||
- Plague
|
||||
|
||||
- type: reagent
|
||||
id: PolytrinicAcid
|
||||
name: reagent-name-polytrinic-acid
|
||||
|
||||
Reference in New Issue
Block a user