Space Station 13 - Modules - TypesVar Details

pulse_demon

Vars

apc_being_hijackedReference to the APC currently being hijacked.
apc_imagesImages of APCs currently being shown on the client.
bot_movedelayDelay tracker for movement inside bots.
cable_imagesImages of cables currently being shown on the client.
can_exit_cableControls whether the demon can move outside of cables. Toggled by a spell.
chargeCurrent quantity of power the demon currently holds, spent while purchasing, upgrading or using spells or upgrades. Use adjust_charge to modify this.
charge_drainedBook keeping for objective win conditions.
controlling_areaArea being controlled, should be maintained as long as the demon does not move outside a container (APC, object, robot, bot).
current_botInhabited bot, only maintained while inside the bot.
current_cableInhabited cable, only maintained while on top of the cable.
current_powerInhabited power source, maintained while inside, or while inside its area if it is an APC.
current_robotInhabited cyborg, only maintained while inside the cyborg.
current_weaponInhabited item, only items which can be used in rechargers can be hijacked. Only maintained while inside the item.
do_drainControls whether the demon will drain power from sources. Toggled by a spell.
emp_debounceTracking to prevent multiple EMPs in the same tick from instakilling a demon.
glow_colorThe color of light the demon emits. The range of the light is proportional to charge.
health_loss_rateAmount of health lost per Life tick when the power requirement was not met.
health_regen_rateAmount of health regenerated per Life tick when the power requirement was met.
hijack_timeThe time it takes to hijack APCs and cyborgs.
hijacked_apcsList of all previously hijacked APCs.
hijacked_robotsA cyborg that has already been hijacked can be re-entered instantly.
hurt_soundsList of sounds that is picked from when the demon dies or is EMP'd.
inside_cable_speedSpeed used while moving inside cables.
max_drain_rateMaximum value for power_drain_rate based on upgrades.
maxchargeMaximum quantity of power the demon can hold at once.
outside_cable_speedSpeed used while moving outside cables. Can be upgraded.
power_drain_rateAmount of power (in watts) to drain from power sources every Life tick.
power_per_regenAmount of power (in watts) required to regenerate health.
regen_lockLock health regeneration while this is not 0, decreases by 1 every Life tick.
speech_soundsList of sounds that is picked from when the demon speaks.

Var Details

apc_being_hijacked

Reference to the APC currently being hijacked.

apc_images

Images of APCs currently being shown on the client.

bot_movedelay

Delay tracker for movement inside bots.

cable_images

Images of cables currently being shown on the client.

can_exit_cable

Controls whether the demon can move outside of cables. Toggled by a spell.

charge

Current quantity of power the demon currently holds, spent while purchasing, upgrading or using spells or upgrades. Use adjust_charge to modify this.

charge_drained

Book keeping for objective win conditions.

controlling_area

Area being controlled, should be maintained as long as the demon does not move outside a container (APC, object, robot, bot).

current_bot

Inhabited bot, only maintained while inside the bot.

current_cable

Inhabited cable, only maintained while on top of the cable.

current_power

Inhabited power source, maintained while inside, or while inside its area if it is an APC.

current_robot

Inhabited cyborg, only maintained while inside the cyborg.

current_weapon

Inhabited item, only items which can be used in rechargers can be hijacked. Only maintained while inside the item.

do_drain

Controls whether the demon will drain power from sources. Toggled by a spell.

emp_debounce

Tracking to prevent multiple EMPs in the same tick from instakilling a demon.

glow_color

The color of light the demon emits. The range of the light is proportional to charge.

health_loss_rate

Amount of health lost per Life tick when the power requirement was not met.

health_regen_rate

Amount of health regenerated per Life tick when the power requirement was met.

hijack_time

The time it takes to hijack APCs and cyborgs.

hijacked_apcs

List of all previously hijacked APCs.

hijacked_robots

A cyborg that has already been hijacked can be re-entered instantly.

hurt_sounds

List of sounds that is picked from when the demon dies or is EMP'd.

inside_cable_speed

Speed used while moving inside cables.

max_drain_rate

Maximum value for power_drain_rate based on upgrades.

maxcharge

Maximum quantity of power the demon can hold at once.

outside_cable_speed

Speed used while moving outside cables. Can be upgraded.

power_drain_rate

Amount of power (in watts) to drain from power sources every Life tick.

power_per_regen

Amount of power (in watts) required to regenerate health.

regen_lock

Lock health regeneration while this is not 0, decreases by 1 every Life tick.

speech_sounds

List of sounds that is picked from when the demon speaks.