debut group sheet
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
-[ ] fixer les cases hexas , comprtement chelou , piste = un click à l'air d'envoyer 2 update, verifier le onChange
|
||||
-[ ] dialog d'edition des min-max
|
||||
|
||||
### fiche de groupe
|
||||
-[ ] pas encore penché dessus
|
||||
|
||||
### fiche de pnj créature
|
||||
-[ ]à faire
|
||||
|
||||
|
||||
### les jets de dés
|
||||
|
||||
- [ ] envoyer les spécialités utilisables au rollDialog
|
||||
|
||||
@@ -58,7 +58,7 @@ export class VermineGroupSheet extends VermineActorSheet {
|
||||
}
|
||||
|
||||
// Add roll data for TinyMCE editors.
|
||||
context.rollData = context.actor.getRollData();
|
||||
context.rollData = this.actor.getRollData();
|
||||
|
||||
// Prepare active effects
|
||||
context.effects = prepareActiveEffectCategories(this.actor.effects);
|
||||
|
||||
@@ -4,11 +4,19 @@
|
||||
{{> "systems/vermine2047/templates/actor/group/group-header.hbs"}}
|
||||
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<nav class="sheet-tabs tabs sheet-navigation" data-group="primary">
|
||||
{{!-- Default tab is specified in actor-sheet.mjs --}}
|
||||
<a class="item" data-tab="description">{{localize 'VERMINE.information' }}</a>
|
||||
<a class="item" data-tab="gear">{{localize 'VERMINE.gear' }}</a>
|
||||
<a class="item" data-tab="totem">{{localize 'VERMINE.road' }}</a>
|
||||
<a class="item" data-tab="description">
|
||||
<i data-tooltip="{{localize 'VERMINE.information' }}"
|
||||
class="fas fa-star"></i>
|
||||
</a>
|
||||
|
||||
<a class="item" data-tab="gear">
|
||||
<i data-tooltip="{{localize 'VERMINE.gear' }}" class="fas fa-gear"></i>
|
||||
</a>
|
||||
<a class="item" data-tab="totem">
|
||||
<i data-tooltip="{{localize 'VERMINE.road' }}" class="fas fa-map"></i>
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
@@ -34,4 +42,3 @@
|
||||
|
||||
</section>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user