mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Removed/commented-out not yet implemented things
This commit is contained in:
parent
c49079c57c
commit
c54d86ed3f
3 changed files with 10 additions and 11 deletions
|
|
@ -48,10 +48,11 @@ export default class Party extends DHBaseActorSheet {
|
||||||
template: 'systems/daggerheart/templates/sheets/actors/party/resources.hbs',
|
template: 'systems/daggerheart/templates/sheets/actors/party/resources.hbs',
|
||||||
scrollable: ['']
|
scrollable: ['']
|
||||||
},
|
},
|
||||||
projects: {
|
/* NOT YET IMPLEMENTED */
|
||||||
template: 'systems/daggerheart/templates/sheets/actors/party/projects.hbs',
|
// projects: {
|
||||||
scrollable: ['']
|
// template: 'systems/daggerheart/templates/sheets/actors/party/projects.hbs',
|
||||||
},
|
// scrollable: ['']
|
||||||
|
// },
|
||||||
inventory: {
|
inventory: {
|
||||||
template: 'systems/daggerheart/templates/sheets/actors/party/inventory.hbs',
|
template: 'systems/daggerheart/templates/sheets/actors/party/inventory.hbs',
|
||||||
scrollable: ['']
|
scrollable: ['']
|
||||||
|
|
@ -65,7 +66,8 @@ export default class Party extends DHBaseActorSheet {
|
||||||
tabs: [
|
tabs: [
|
||||||
{ id: 'partyMembers' },
|
{ id: 'partyMembers' },
|
||||||
{ id: 'resources' },
|
{ id: 'resources' },
|
||||||
{ id: 'projects' },
|
/* NOT YET IMPLEMENTED */
|
||||||
|
// { id: 'projects' },
|
||||||
{ id: 'inventory' },
|
{ id: 'inventory' },
|
||||||
{ id: 'notes' }
|
{ id: 'notes' }
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,11 @@
|
||||||
<i class="fa-solid fa-users"></i>
|
<i class="fa-solid fa-users"></i>
|
||||||
<span>Group Roll</span>
|
<span>Group Roll</span>
|
||||||
</button>
|
</button>
|
||||||
<button>
|
{{!-- NOT YET IMPLEMENTED --}}
|
||||||
|
{{!-- <button>
|
||||||
<i class="fa-solid fa-handshake-angle"></i>
|
<i class="fa-solid fa-handshake-angle"></i>
|
||||||
<span>Help Action</span>
|
<span>Help Action</span>
|
||||||
</button>
|
</button> --}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<fieldset class="actors-section glassy">
|
<fieldset class="actors-section glassy">
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,6 @@
|
||||||
<i class="fa-solid fa-utensils"></i>
|
<i class="fa-solid fa-utensils"></i>
|
||||||
<span>{{localize "DAGGERHEART.APPLICATIONS.Downtime.shortRest.title"}}</span>
|
<span>{{localize "DAGGERHEART.APPLICATIONS.Downtime.shortRest.title"}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button data-action="refeshActions">
|
|
||||||
<i class="fa-solid fa-campground"></i>
|
|
||||||
<span>New Section</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<fieldset class="resource-section glassy">
|
<fieldset class="resource-section glassy">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue