Miasma outbreaks give every mob the same disease (#9232)

This commit is contained in:
Rane
2022-07-02 22:25:31 -04:00
committed by GitHub
parent 745c1bf609
commit 87cf078d42
11 changed files with 135 additions and 21 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -71,7 +71,7 @@
maxLength: 100
- type: disease
id: Bird Flew
id: BirdFlew
name: bird flew
cureResist: 0.08
effects:

View File

@@ -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

View File

@@ -434,7 +434,7 @@
reagents:
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Amatoxin
- ReagentId: Mold
Quantity: 7
# Tastes like decaying fungus.

View File

@@ -350,7 +350,7 @@
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Amatoxin
- ReagentId: Mold
Quantity: 2
- ReagentId: Vitamin
Quantity: 1

View File

@@ -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

View File

@@ -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