/tg/ Station 13 - Modules - TypesVar Details - Proc Details

battle_royale

Implant used by the traitor Battle Royale objective, is not active immediately

Vars

area_limitedAre we enforcing a specific area yet?
battle_startedIs this implant active yet?
cameraReference to our applied camera component
has_explodedAre we presently exploding?
limited_areasWe will explode if we're not in here after a set time
removed_explode_chanceHow likely are we to blow up if removed?
target_area_nameWhere is this going to tell us to go to avoid death?

Procs

announceAdd the antag datum to our new contestant, also printing some flavour text
check_areaCalled when our implantee moves somewhere
check_area_deadlyAfter a grace period they're still out of bounds, killing time
limit_areasLimit the owner to the specified area
on_lifeGive a slight tell
start_battleStart the battle royale

Var Details

area_limited

Are we enforcing a specific area yet?

battle_started

Is this implant active yet?

camera

Reference to our applied camera component

has_exploded

Are we presently exploding?

limited_areas

We will explode if we're not in here after a set time

removed_explode_chance

How likely are we to blow up if removed?

target_area_name

Where is this going to tell us to go to avoid death?

Proc Details

announce

Add the antag datum to our new contestant, also printing some flavour text

check_area

Called when our implantee moves somewhere

check_area_deadly

After a grace period they're still out of bounds, killing time

limit_areas

Limit the owner to the specified area

on_life

Give a slight tell

start_battle

Start the battle royale