Skills workng
This commit is contained in:
parent
4f5b33d29b
commit
9de7b72c02
5 changed files with 64 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue