forked from GitHub-Mirrors/foundry-sw5e
Hit die addition
Add d4 to hit dice
This commit is contained in:
parent
1a787c957f
commit
7e662b657f
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ SW5E.healingTypes = {
|
||||||
* Enumerate the denominations of hit dice which can apply to classes in the SW5E system
|
* Enumerate the denominations of hit dice which can apply to classes in the SW5E system
|
||||||
* @type {Array.<string>}
|
* @type {Array.<string>}
|
||||||
*/
|
*/
|
||||||
SW5E.hitDieTypes = ["d6", "d8", "d10", "d12"];
|
SW5E.hitDieTypes = ["d4", "d6", "d8", "d10", "d12"];
|
||||||
|
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue