Attribute rolls working
This commit is contained in:
parent
fcdd31567d
commit
b6c3da1127
3 changed files with 41 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue