forked from GitHub-Mirrors/foundry-sw5e
Core Update 1.2.3
Core update with 1.2.3 and Recent Dev changes integrated... I hope :)
This commit is contained in:
parent
184e916811
commit
7f75ffc195
57 changed files with 386 additions and 260 deletions
5
sw5e.js
5
sw5e.js
|
@ -80,6 +80,11 @@ Hooks.once("init", function() {
|
|||
CONFIG.Actor.entityClass = Actor5e;
|
||||
CONFIG.Item.entityClass = Item5e;
|
||||
CONFIG.time.roundTime = 6;
|
||||
CONFIG.fontFamilies = [
|
||||
"Engli-Besh",
|
||||
"Open Sans",
|
||||
"Russo One"
|
||||
];
|
||||
|
||||
// 5e cone RAW should be 53.13 degrees
|
||||
CONFIG.MeasuredTemplate.defaults.angle = 53.13;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue