(Reagent) Minor blood and uncooked protein rework (#20891)
* Blood makes non-animals take poison damage, and sates animal hunger at a very low rate * Only affects humans, animal restrictions also removed * ignore the other commits, blood and uncooked protein rework! * Humans recieve a popup when they consume these reagents * lower the original damage of uncooked proteins * Change metablizing organs, make blood digest into uncooked protein instead of it having it's own effect
This commit is contained in:
@@ -7,3 +7,4 @@ generic-reagent-effect-tearing-up = Your eyes start to tear up.
|
|||||||
generic-reagent-effect-nauseous = You feel nauseous.
|
generic-reagent-effect-nauseous = You feel nauseous.
|
||||||
generic-reagent-effect-parched = You feel parched.
|
generic-reagent-effect-parched = You feel parched.
|
||||||
generic-reagent-effect-thirsty = You feel thirsty.
|
generic-reagent-effect-thirsty = You feel thirsty.
|
||||||
|
generic-reagent-effect-sick = You feel sick after consuming that...
|
||||||
|
|||||||
@@ -10,13 +10,21 @@
|
|||||||
slippery: false
|
slippery: false
|
||||||
metabolisms:
|
metabolisms:
|
||||||
Drink:
|
Drink:
|
||||||
# Quenching!
|
|
||||||
effects:
|
effects:
|
||||||
- !type:SatiateThirst
|
- !type:SatiateThirst
|
||||||
factor: 1.5
|
factor: 1.5
|
||||||
|
conditions:
|
||||||
|
- !type:OrganType
|
||||||
|
type: Human
|
||||||
|
shouldHave: false
|
||||||
|
Food:
|
||||||
|
effects:
|
||||||
|
- !type:AdjustReagent
|
||||||
|
reagent: UncookedAnimalProteins
|
||||||
|
amount: 0.5
|
||||||
plantMetabolism:
|
plantMetabolism:
|
||||||
- !type:PlantAdjustWater
|
- !type:PlantAdjustWater
|
||||||
amount: 0.5
|
amount: 0.5
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: Slime
|
id: Slime
|
||||||
@@ -39,6 +47,7 @@
|
|||||||
factor: 1.5
|
factor: 1.5
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
|
parent: Blood
|
||||||
id: CopperBlood
|
id: CopperBlood
|
||||||
name: reagent-name-hemocyanin-blood
|
name: reagent-name-hemocyanin-blood
|
||||||
group: Biological
|
group: Biological
|
||||||
@@ -48,15 +57,6 @@
|
|||||||
recognizable: true
|
recognizable: true
|
||||||
physicalDesc: reagent-physical-desc-ferrous
|
physicalDesc: reagent-physical-desc-ferrous
|
||||||
slippery: false
|
slippery: false
|
||||||
metabolisms:
|
|
||||||
Drink:
|
|
||||||
# Quenching!
|
|
||||||
effects:
|
|
||||||
- !type:SatiateThirst
|
|
||||||
factor: 1.5
|
|
||||||
plantMetabolism:
|
|
||||||
- !type:PlantAdjustWater
|
|
||||||
amount: 0.5
|
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: ZombieBlood
|
id: ZombieBlood
|
||||||
|
|||||||
@@ -442,19 +442,34 @@
|
|||||||
flavor: bitter
|
flavor: bitter
|
||||||
color: "#FFFFE5"
|
color: "#FFFFE5"
|
||||||
metabolisms:
|
metabolisms:
|
||||||
Poison:
|
Food:
|
||||||
effects:
|
effects:
|
||||||
|
- !type:PopupMessage
|
||||||
|
conditions:
|
||||||
|
- !type:OrganType
|
||||||
|
type: Human
|
||||||
|
reagent: Protein
|
||||||
|
type: Local
|
||||||
|
visualType: MediumCaution
|
||||||
|
messages: [ "generic-reagent-effect-sick" ]
|
||||||
|
probability: 0.5
|
||||||
|
- !type:ChemVomit
|
||||||
|
probability: 0.1
|
||||||
|
conditions:
|
||||||
|
- !type:OrganType
|
||||||
|
type: Human
|
||||||
- !type:HealthChange
|
- !type:HealthChange
|
||||||
conditions:
|
conditions:
|
||||||
- !type:OrganType
|
- !type:OrganType
|
||||||
type: Human
|
type: Human
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Poison: 2
|
Poison: 1
|
||||||
- !type:AdjustReagent
|
- !type:AdjustReagent
|
||||||
conditions:
|
conditions:
|
||||||
- !type:OrganType
|
- !type:OrganType
|
||||||
type: Animal
|
type: Human
|
||||||
|
shouldHave: false
|
||||||
reagent: Protein
|
reagent: Protein
|
||||||
amount: 0.5
|
amount: 0.5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user