Main / Tc-abilityScores

Ability Scores

Tabletop Connect

These are the javascript files that allow the character ability scores to be fully automated

Example for array:

var table = [-5,-4,-4,-3,-3,-2,-2,-1,-1,0,0,1,1,2,2,3,3,4,4,5,5]; { table[stat - 1]; }