Attribute rolls working

This commit is contained in:
Neill Cox 2024-05-06 11:27:06 +10:00
parent fcdd31567d
commit b6c3da1127
3 changed files with 41 additions and 4 deletions

View file

@ -12,9 +12,17 @@ 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: [
{
nestId: 'attributes',
id: 'attributes',
name: coreModule.api.Utils.i18n('GURPS.attributes'),
groups: [
{ ...groups.attributes, nestId: 'attributes_attributes' }
]
},
{
nestId: 'inventory',
id: 'inventory',