Skills workng

This commit is contained in:
Neill Cox 2024-05-05 16:37:08 +10:00
parent 4f5b33d29b
commit 9de7b72c02
5 changed files with 64 additions and 3 deletions

View file

@ -12,7 +12,7 @@ Hooks.once('tokenActionHudCoreApiReady', async (coreModule) => {
group.listName = `Group: ${coreModule.api.Utils.i18n(group.listName ?? group.name)}`
})
const groupsArray = Object.values(groups)
//debugger;
// debugger;
DEFAULTS = {
layout: [
{
@ -23,6 +23,14 @@ Hooks.once('tokenActionHudCoreApiReady', async (coreModule) => {
{ ...groups.attributes, nestId: 'attributes_attributes' }
]
},
{
nestId: 'skills',
id: 'skills',
name: coreModule.api.Utils.i18n('GURPS.skills'),
groups: [
{ ...groups.skills, nestId: 'skills_skills' }
]
},
{
nestId: 'inventory',
id: 'inventory',