Update to dnd 0.98 Core with some fixes

Updated to 0.98 core for 0.7.x compatability (untested)

Class Skills are pulling in automatically on class item drop to character sheet.

TODO: Expand automated skill drop for Archetypes

KNOWN ISSUE: init.value is being converted to a string causing some NaN errors on the html.  Initiative was changed to a number instead of a string in 0.98 likely some place is assuming it is still a string.  I had to use Number() on the value because it was forcing other vales to be a string because the value is "".  Maybe someone can fix this
This commit is contained in:
supervj 2020-10-08 02:20:12 -04:00
parent 4bed1d1869
commit 44312146a7
132 changed files with 748 additions and 1010 deletions

View file

@ -25,11 +25,16 @@
"label": "Classes",
"path": "./packs/packs/classes.db",
"entity": "Item"
},
},
{
"name": "archetypes.db",
"label": "Archetypes",
"path": "./packs/packs/archetypes.db",
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features",
"system": "sw5e",
"path": "./packs/packs/classfeatures.db",
"entity": "Item"
},
@ -107,7 +112,7 @@
"primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": null,
"minimumCoreVersion": "0.5.6",
"compatibleCoreVersion": "0.7.2",
"compatibleCoreVersion": "0.7.5",
"url": "https://github.com/unrealkakeman89/sw5e",
"manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json",
"download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip"