Refactor SeeingRainbows to new status effect system (#38620)
This commit is contained in:
@@ -123,7 +123,6 @@
|
||||
- KnockedDown
|
||||
- SlowedDown
|
||||
- Stutter
|
||||
- SeeingRainbows
|
||||
- Electrocution
|
||||
- Drunk
|
||||
- SlurredSpeech
|
||||
|
||||
@@ -42,3 +42,11 @@
|
||||
name: drowsiness
|
||||
components:
|
||||
- type: DrowsinessStatusEffect
|
||||
|
||||
# Adds drugs overlay
|
||||
- type: entity
|
||||
parent: MobStatusEffectBase
|
||||
id: StatusEffectSeeingRainbow
|
||||
name: hallucinations
|
||||
components:
|
||||
- type: SeeingRainbowsStatusEffect
|
||||
Reference in New Issue
Block a user