forked from GitHub-Mirrors/foundry-sw5e
Added new handling for resources/rolling
This commit is contained in:
parent
a2dc561593
commit
f070d2725c
4 changed files with 494 additions and 325 deletions
|
@ -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"
|
||||
};
|
||||
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue