Impedrezene now actually works (#14843)
* Impedrezene now actually does stuff * made impedrezene waaay harder to make * Replaced genetic damage with poison damage, vision problems, and vomiting. * Made recipe easier by replacing potassium requirement with oxygen requirement * lowered vomiting chance * quartered the potency of the drunkenness effect
This commit is contained in:
@@ -306,6 +306,7 @@
|
|||||||
- !type:PlantAdjustHealth
|
- !type:PlantAdjustHealth
|
||||||
amount: -5
|
amount: -5
|
||||||
|
|
||||||
|
# TODO: Replace these nonstandardized effects with generic brain damage
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: Impedrezene
|
id: Impedrezene
|
||||||
name: reagent-name-impedrezene
|
name: reagent-name-impedrezene
|
||||||
@@ -314,6 +315,26 @@
|
|||||||
physicalDesc: reagent-physical-desc-acrid
|
physicalDesc: reagent-physical-desc-acrid
|
||||||
flavor: bitter
|
flavor: bitter
|
||||||
color: "#215263"
|
color: "#215263"
|
||||||
|
metabolisms:
|
||||||
|
Narcotic:
|
||||||
|
effects:
|
||||||
|
- !type:MovespeedModifier
|
||||||
|
walkSpeedModifier: 0.65
|
||||||
|
sprintSpeedModifier: 0.65
|
||||||
|
- !type:HealthChange
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Poison: 2
|
||||||
|
- !type:GenericStatusEffect
|
||||||
|
key: SeeingRainbows
|
||||||
|
component: SeeingRainbows
|
||||||
|
type: Add
|
||||||
|
time: 10
|
||||||
|
refresh: false
|
||||||
|
- !type:ChemVomit # Vomiting is a symptom of brain damage
|
||||||
|
probability: 0.05
|
||||||
|
- !type:Drunk # Headaches and slurring are major symptoms of brain damage, this is close enough
|
||||||
|
boozePower: 5
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: SpaceDrugs
|
id: SpaceDrugs
|
||||||
|
|||||||
@@ -242,15 +242,16 @@
|
|||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: Impedrezene
|
id: Impedrezene
|
||||||
|
minTemp: 370
|
||||||
reactants:
|
reactants:
|
||||||
Mercury:
|
Mercury:
|
||||||
amount: 1
|
amount: 1
|
||||||
Oxygen:
|
Oxygen:
|
||||||
amount: 1
|
amount: 1
|
||||||
Sugar:
|
Water:
|
||||||
amount: 1
|
amount: 1
|
||||||
products:
|
products:
|
||||||
Impedrezene: 3
|
Impedrezene: 1
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: Lexorin
|
id: Lexorin
|
||||||
|
|||||||
Reference in New Issue
Block a user