Miasma outbreaks give every mob the same disease (#9232)
This commit is contained in:
@@ -13,6 +13,7 @@ reagent-physical-desc-cold = cold
|
||||
reagent-physical-desc-bee-guts = bee guts
|
||||
reagent-physical-desc-tangy = tangy
|
||||
reagent-physical-desc-fizzy = fizzy
|
||||
reagent-physical-desc-fuzzy = fuzzy
|
||||
reagent-physical-desc-spicy = spicy
|
||||
reagent-physical-desc-abrasive = abrasive
|
||||
reagent-physical-desc-chalky = chalky
|
||||
|
||||
@@ -4,6 +4,9 @@ reagent-desc-toxin = A toxic chemical.
|
||||
reagent-name-carpotoxin = carpotoxin
|
||||
reagent-desc-carpotoxin = Toxic secretions of a space carp. Causes a painful burning sensation.
|
||||
|
||||
reagent-name-mold = mold
|
||||
reagent-desc-mold = Often found in dark, humid places or on old bread.
|
||||
|
||||
reagent-name-polytrinic-acid = polytrinic acid
|
||||
reagent-desc-polytrinic-acid = An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it.
|
||||
|
||||
|
||||
@@ -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