skills

Vars | |
mech | whether we can use greyscale mechs or not |
---|---|
stamina | Effects stamina regen rate and regen delay |
Procs | |
getList | returns an assoc list (SKILL_X = VALUE) of all skills for this skill datum |
getPercent | returns how many % of skills the user has of max_rating. rating should be a SKILL_X define |
getRating | returns number value of the skill rating. rating should be a SKILL_X define |
modifyAllRatings | acts as [/proc/modifyRating] but instead modifies all values rather than several specific ones |
modifyRating | returns/gets a new skills datum with values changed according to the args passed |
setRating | acts as [/proc/modifyRating] but sets the rating directly rather than modify it |
Var Details
mech

whether we can use greyscale mechs or not
stamina

Effects stamina regen rate and regen delay
Proc Details
getList
returns an assoc list (SKILL_X = VALUE) of all skills for this skill datum
getPercent
returns how many % of skills the user has of max_rating. rating should be a SKILL_X define
getRating
returns number value of the skill rating. rating should be a SKILL_X define
modifyAllRatings
acts as [/proc/modifyRating] but instead modifies all values rather than several specific ones
modifyRating
returns/gets a new skills datum with values changed according to the args passed
setRating
acts as [/proc/modifyRating] but sets the rating directly rather than modify it