byond - Modules - TypesVar Details - Proc Details

dropship_equipment

::

Vars

ammo_equippedthe ammo currently equipped.
ammo_type_usedwhat kind of ammo this uses if any
dropship_equipment_flagswhether it uses ammo
equip_categoryon what kind of base this can be installed.
linked_consolewhether the equipment is a weapon usable for dropship bombardment. the weapons console of the dropship we're installed on. Not used by CAS planes
linked_shuttlewhether they get a button when shown on the shuttle console's equipment list.
point_costhow many points it costs to build this with the fabricator, set to 0 if unbuildable.
screen_modeused by the dropship console code when this equipment is selected
ship_basethe ship base the equipment is currently installed on.

Procs

on_arrivalthings to do when the shuttle this equipment is attached to land.
on_launchthings to do when the shuttle this equipment is attached to is about to launch.

Var Details

ammo_equipped

the ammo currently equipped.

ammo_type_used

what kind of ammo this uses if any

dropship_equipment_flags

whether it uses ammo

equip_category

on what kind of base this can be installed.

linked_console

whether the equipment is a weapon usable for dropship bombardment. the weapons console of the dropship we're installed on. Not used by CAS planes

linked_shuttle

whether they get a button when shown on the shuttle console's equipment list.

point_cost

how many points it costs to build this with the fabricator, set to 0 if unbuildable.

screen_mode

used by the dropship console code when this equipment is selected

ship_base

the ship base the equipment is currently installed on.

Proc Details

on_arrival

things to do when the shuttle this equipment is attached to land.

on_launch

things to do when the shuttle this equipment is attached to is about to launch.