Added new handling for resources/rolling

This commit is contained in:
TJ 2021-01-18 16:13:32 -06:00
parent a2dc561593
commit f070d2725c
4 changed files with 494 additions and 325 deletions

View file

@ -56,6 +56,16 @@ SW5E.alignments = {
/* -------------------------------------------- */
/**
* An enumeration of item attunement types
* @enum {number}
*/
SW5E.attunementTypes = {
NONE: 0,
REQUIRED: 1,
ATTUNED: 2,
}
/**
* An enumeration of item attunement states
* @type {{"0": string, "1": string, "2": string}}
@ -457,7 +467,6 @@ SW5E.senses = {
"truesight": "SW5E.SenseTruesight"
};
/* -------------------------------------------- */
/**