Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The Coffee Machine

Dr. Bright + SCP-294 fanfiction based on the SCP Stories. · By Master Pose

Effect-pedia Sticky Locked

A topic by Master Pose created Jan 30, 2020 Views: 4,009
This topic is locked
Viewing posts 1 to 1
Developer (13 edits) (+1)

Full list of effects:

  • Death
  • Message
  • Flammable
  • Ignite
  • Drug
  • Alcohol
  • Heal
  • Random
  • Image
  • Download
  • Quit

In-detail effects:

Death:

Parameter: Text to be shown on the death screen.

Kills the player and shows a message. You can use BBCode.

Death: Who would expect that drinking bleach [b]kills you?[/b]

_______________________________

Flamable & Ignite:

Parameter: none.
Flammable & ignite will kill the player when both effects are met.

Flammable
Ignite

_______________________________

Drug:

Parameter: Drug level up to 100.

The drugness is accumulative and distorts the screen. 100 kills the player.

Drug: 20
Drug: -50

_______________________________

Alcohol:

Parameter: Alcohol  level up to 100.

The alcohol is accumulative and distorts the screen. 100 kills the player.

Alcohol: 50
Alcohol: -70

_______________________________

Heal:

Parameter: none.

Will remove every effect on the player.

Heal

_______________________________

Message:

Parameter: Message to be shown.

Shows a short message on the center of the screen. You can use BBCode.

Message: "I prefer the real one"

_______________________________

Random:

Parameter: none.

Chooses a drink at random.

Random

_______________________________

Image:

Parameter: CORS allowed URL of an image.

Covers the screen with an image for some seconds.

Image: urlexample.com/myimage.jpg

_______________________________

Download:

Parameter: URL of a file.

Starts a file download. This is something more of a meme and many browsers will block any request for downloading anything, so don't use this one.

Download: urlexample.com/secretfile.xml

_______________________________

Custom:

Parameter: A list of commands to execute

Custom:
    Block
    Color => 255,0,0,50
    Wait => 1
    Message => "Why am I seeing red?"
    Wait => 3
    Message => "I don't feel so good"
    Wait => 2
    Drug => 50
    Alcohol => 30
    Wait => 3
    Death => A cool death message

For each line you need to put a command such as an effect from this effectpedia or a special command such as Wait. The format is Type => Parameters

Special commands:

Wait => {SECONDS}

It waits a certain amount of seconds

Block 
Unblock

Blocks/unblocks the game, making the player unable to interact with anything. Specially useful for cinematic drinks.

Color => {RGB Expression},{0-100|Fade}

Shows a solid color in the screen. The first three parameters separated by a comma must be an RGB expression with the fourth parameter beign the opacity from 0 to 100 or the word "Fade" to start a simple fade.