byond - Modules - TypesVar Details - Proc Details

individual_stats

Vars

currencyCredits. You buy stuff with it
current_mobcurrently occupied mob - if any
factionThe faction associated with these stats
loadoutsList of loadouts by role
perks_by_jobUnlocked perks organised by jobs effected
selected_jobCurrently selected UI job tab
selected_tabCurrently selected UI category tab
unlocked_itemsUnlocked items
unlocked_perksSingle list of unlocked perks for easy reference
valid_jobsList of job types based on faction

Procs

apply_perksApplies all perks to a mob
give_fundsApplies cash
make_available_loadout_itemAdds an item to the unlockable list for a job
post_mission_creditsPay each player additional credits based on individual performance during the mission
purchase_perkAdds a perk if able
replace_loadout_optionAdds and equips a loadout item, replacing another
unlock_loadout_itemUnlocks a loadout item for use
use_fundsuses some funtokens, returns the amount missing, if insufficient funds

Var Details

currency

Credits. You buy stuff with it

current_mob

currently occupied mob - if any

faction

The faction associated with these stats

loadouts

List of loadouts by role

perks_by_job

Unlocked perks organised by jobs effected

selected_job

Currently selected UI job tab

selected_tab

Currently selected UI category tab

unlocked_items

Unlocked items

unlocked_perks

Single list of unlocked perks for easy reference

valid_jobs

List of job types based on faction

Proc Details

apply_perks

Applies all perks to a mob

give_funds

Applies cash

make_available_loadout_item

Adds an item to the unlockable list for a job

post_mission_credits

Pay each player additional credits based on individual performance during the mission

purchase_perk

Adds a perk if able

replace_loadout_option

Adds and equips a loadout item, replacing another

unlock_loadout_item

Unlocks a loadout item for use

use_funds

uses some funtokens, returns the amount missing, if insufficient funds