individual_stats

Vars | |
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 |
Procs | |
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 |
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