tyhayescreative / foundry-5e-stargate

0 stars 0 forks source link

Adapt the sheet #3

Open tyhayescreative opened 1 year ago

tyhayescreative commented 1 year ago

If needed to show the custom skills

tyhayescreative commented 1 year ago

currently am just extending Foundry base ActorSheet

If I delay the class creation to on init I should be able to extend the dnd5e stylie one by extending game.dnd5e.applications.actor.ActorSheet5eCharacter ... so long as this is able to be registered.

(see system_relationship branch but for some reason OGL5e character sheet doesn't seem to need to wait for it? maybe because typescript?)