Type: Hazard and Debuff
Level: 3 star
Pages: 1
Description: When the player interacts with a prop with this brain the world changes its visual filter (in this example, to Black and White) for 10 seconds with a visible meter counting down, and then reverts back again. Could be used in combination with a poison.
Note: Meters are still the colors of blue and red despite the activation of the filter.
Kode
- WHEN [interacted]
- …WHEN DO [it][numvar:doses][increment by][1]
- …WHEN DO [it][pick up][me]
- …WHEN DO [play fx][fx:Heal][on][it]
- WHEN [held in inventory]
- …WHEN DO [visual filter][equals][Black and White]
- …WHEN [countdown timer][10]
- …/…WHEN [owner][numvar:doses][equal to][1] DO [visual filter][equals][Default]
- …/…WHEN DO [owner][numvar:doses][decrement by][1]
- …/… DO [destroy]
- …WHEN [until][owner][numvar:doses][increased]
- …/…WHEN [duration timer][10] DO [display meter][blue][timer seconds remaining][max][10][screen bottom center][no HUD stack]
Alterations
Make this a hazard
To make this even more disorientating, such as a poison effect add some effects and damage as child lines to line 5 such as
…WHEN DO [camera shake][strength][20]
…WHEN [countdown timer] DO [damage][owner][5][without hit reaction]