Food poisoning changes (#25418)

* Food poisoning

* description
This commit is contained in:
Errant
2024-02-21 07:12:59 +01:00
committed by GitHub
parent 16622f62d6
commit 7e9bca9891
5 changed files with 27 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ reagent-desc-polytrinic-acid = An extremely corrosive chemical substance. Severe
reagent-name-chloral-hydrate = chloral hydrate
reagent-desc-chloral-hydrate = A sedative and hypnotic chemical. Commonly used to put other people to sleep, whether they want to or not.
reagent-name-gastrotoxin = gastrotoxin
reagent-desc-gastrotoxin = A moderately toxic byproduct of decomposition. Most commonly found in spoiled food.
reagent-name-ferrochromic-acid = ferrochromic acid
reagent-desc-ferrochromic-acid = A mildy corrosive solution, unable of causing severe danger unless ingested.

View File

@@ -614,7 +614,7 @@
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Toxin
- ReagentId: GastroToxin
Quantity: 3
- type: Tag
tags:

View File

@@ -452,7 +452,7 @@
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: Toxin
- ReagentId: GastroToxin
Quantity: 4
- ReagentId: Fat
Quantity: 4

View File

@@ -56,5 +56,5 @@
reagents:
- ReagentId: Water
Quantity: 180
- ReagentId: Toxin
- ReagentId: GastroToxin
Quantity: 20

View File

@@ -77,6 +77,27 @@
types:
Poison: 1.5
- type: reagent
id: GastroToxin
name: reagent-name-gastrotoxin
group: Toxins
desc: reagent-desc-gastrotoxin
flavor: bitter
color: "#acc91a"
physicalDesc: reagent-physical-desc-putrid
metabolisms:
Poison:
effects:
- !type:HealthChange
damage:
types:
Poison: 2
- !type:ChemVomit
conditions:
- !type:ReagentThreshold
min: 2
probability: 0.2
- type: reagent
id: Mold
name: reagent-name-mold