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:
Leon Friedrich
2022-06-23 16:33:25 +12:00
committed by GitHub
parent bf489adb91
commit c25f2e6283
19 changed files with 395 additions and 4 deletions

View File

@@ -82,6 +82,8 @@
- Stutter
- SeeingRainbows
- Electrocution
- Drunk
- SlurredSpeech
- PressureImmunity
- Muted
- type: DiseaseCarrier

View File

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

View File

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

View File

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

View File

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

View File

@@ -28,6 +28,12 @@
- type: statusEffect
id: Electrocution
- type: statusEffect
id: Drunk
- type: statusEffect
id: SlurredSpeech
- type: statusEffect
id: PressureImmunity