Drunk Shader (#8910)
Co-authored-by: Kara D <lunarautomaton6@gmail.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -82,6 +82,8 @@
|
||||
- Stutter
|
||||
- SeeingRainbows
|
||||
- Electrocution
|
||||
- Drunk
|
||||
- SlurredSpeech
|
||||
- PressureImmunity
|
||||
- Muted
|
||||
- type: DiseaseCarrier
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
|
||||
# Base Alcohol
|
||||
|
||||
# TODO MIRROR: drunkenness
|
||||
|
||||
- type: reagent
|
||||
id: Absinthe
|
||||
name: reagent-name-absinthe
|
||||
@@ -114,6 +112,10 @@
|
||||
- !type:ReagentThreshold
|
||||
reagent: Ethanol
|
||||
min: 3
|
||||
Alcohol:
|
||||
effects:
|
||||
- !type:Drunk
|
||||
boozePower: 3
|
||||
|
||||
- type: reagent
|
||||
id: Gin
|
||||
@@ -423,7 +425,7 @@
|
||||
- type: reagent
|
||||
id: Bilk
|
||||
name: reagent-name-bilk
|
||||
parent: BaseAlcohol
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-bilk
|
||||
physicalDesc: reagent-physical-desc-bilky
|
||||
color: "#895C4C"
|
||||
@@ -519,7 +521,7 @@
|
||||
- type: reagent
|
||||
id: DoctorsDelight
|
||||
name: reagent-name-doctors-delight
|
||||
parent: BaseAlcohol
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-doctors-delight
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
color: "#FF8CFF"
|
||||
|
||||
@@ -45,6 +45,21 @@
|
||||
time: 3.0
|
||||
type: Remove
|
||||
|
||||
- type: reagent
|
||||
id: Ethylredoxrazine
|
||||
name: reagent-name-ethylredoxrazine
|
||||
group: Medicine
|
||||
desc: reagent-desc-ethylredoxrazine
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
color: "#2d5708"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:GenericStatusEffect
|
||||
key: Drunk
|
||||
time: 2.0
|
||||
type: Remove
|
||||
|
||||
- type: reagent
|
||||
id: Arithrazine
|
||||
name: reagent-name-arithrazine
|
||||
@@ -88,6 +103,9 @@
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 30
|
||||
Alcohol:
|
||||
effects:
|
||||
- !type:Drunk
|
||||
|
||||
- type: reagent
|
||||
id: Cryoxadone
|
||||
|
||||
@@ -10,6 +10,18 @@
|
||||
products:
|
||||
Dylovene: 3
|
||||
|
||||
- type: reaction
|
||||
id: Ethylredoxrazine
|
||||
reactants:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
Dylovene:
|
||||
amount: 1
|
||||
Carbon:
|
||||
amount: 1
|
||||
products:
|
||||
Ethylredoxrazine: 3
|
||||
|
||||
- type: reaction
|
||||
id: Cryptobiolin
|
||||
reactants:
|
||||
|
||||
@@ -41,6 +41,11 @@
|
||||
kind: source
|
||||
path: "/Textures/Shaders/camera_static.swsl"
|
||||
|
||||
- type: shader
|
||||
id: Drunk
|
||||
kind: source
|
||||
path: "/Textures/Shaders/drunk.swsl"
|
||||
|
||||
- type: shader
|
||||
id: Texture
|
||||
kind: source
|
||||
|
||||
@@ -28,6 +28,12 @@
|
||||
- type: statusEffect
|
||||
id: Electrocution
|
||||
|
||||
- type: statusEffect
|
||||
id: Drunk
|
||||
|
||||
- type: statusEffect
|
||||
id: SlurredSpeech
|
||||
|
||||
- type: statusEffect
|
||||
id: PressureImmunity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user