Filled in some missing pieces in html for core upgrades. Looked mostly good on both Cyr and Jacob's accounts.
I had a few questions about differences that were added from DND5e, they are as follows:
less\original\npc.less
line 34 - is the "li" before .creature-type necessary, not in dnd5e
module\item\entity.js
line 685 - dnd is game.user._id, we have game.user.data._id
module\pixi\ability-template.js
line 22- dnd is game.user._id, we have game.user.data._id
templates\chat\item-card.html
line 1- dnd has actor._id, we have actor.data._id
System main update to be inline with dnd5e 1.1.1
Added active effects to as many sheets as I thought applicable. Please check loot, I made an attempt but it may be broken
All .less .css and actor .html updates were made to the old actors. New actors may be broken with this update
removed templates\actors\oldActor\parts\actor-effects.html for newer templates\actors\parts\active-effects.html
removed module\apps\cast-dialog, templates\apps\cast-cast.html, and templates\items\cast.html. I do not think they are used, I think they were deprecated when powers were treated as items, if not we can add them back in.
**NOTE** REQUIRES Foundry 0.7.6