A class that keeps track - "manages" - deployables that are owned by the avatar.
Deployables belong to the Engineering certification line of certifications.
An Enumeration
of all the avatar types in the game, paired with their object id as the Value
.
An Enumeration
of all the avatar types in the game, paired with their object id as the Value
.
#121 is the most important.
A class that keeps track - "manages" - deployables that are owned by the avatar.
Deployables belong to the Engineering certification line of certifications.
CombatEngineering
and above certifications include permissions for different types of deployables, and one unique type of deployable is available through theGroundSupport
and one that also requiresAdvancedHacking
. (They are collectively called "ce" for that reason.) Not only does the level of certification change the maximum number of deployables that can be managed by type but it also influences the maximum number of deployables that can be managed by category. Individual deployables are counted by type and category individually in special data structures to avoid having to probe the primary list of deployable references whenever a question of quantity is asked. As deployables are added and removed, and tracked certifications are added and removed, these structures are updated to reflect proper count.