Initial work on attributes
This commit is contained in:
parent
3ab2643f31
commit
fcdd31567d
5 changed files with 45 additions and 5 deletions
|
|
@ -29,6 +29,7 @@ export const ACTION_TYPE = {
|
|||
* Groups
|
||||
*/
|
||||
export const GROUP = {
|
||||
attributes: { id: 'attributes', name: 'tokenActionHud.gurps.attributes', type: 'system' },
|
||||
armor: { id: 'armor', name: 'tokenActionHud.template.armor', type: 'system' },
|
||||
equipment: { id: 'equipment', name: 'tokenActionHud.template.equipment', type: 'system' },
|
||||
consumables: { id: 'consumables', name: 'tokenActionHud.template.consumables', type: 'system' },
|
||||
|
|
@ -44,6 +45,7 @@ export const GROUP = {
|
|||
* Item types
|
||||
*/
|
||||
export const ITEM_TYPE = {
|
||||
attributes: { groupId: 'attributes' },
|
||||
armor: { groupId: 'armor' },
|
||||
backpack: { groupId: 'containers' },
|
||||
consumable: { groupId: 'consumables' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue