Add hotbar

This commit is contained in:
2022-08-04 16:28:10 +02:00
parent ea06648a67
commit f55fc1d59a
11 changed files with 149 additions and 18 deletions

View File

@ -153,12 +153,10 @@ export class CrucibleActorSheet extends ActorSheet {
this.actor.rollWeapon(skillId)
});
html.find('.roll-armor-die').click((event) => {
//TODO
ui.notifications.warn("Not implemented")
this.actor.rollArmorDie()
});
html.find('.roll-shield-die').click((event) => {
//TODO
ui.notifications.warn("Not implemented")
this.actor.rollShieldDie()
});
html.find('.roll-save').click((event) => {