ENhance actor sheet with roll messages
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export const MODULE = { ID: 'token-action-hud-adventures-with-emmy' }
|
||||
export const CORE_MODULE = { ID: 'token-action-hud-core' }
|
||||
export const REQUIRED_CORE_MODULE_VERSION = '2.0'
|
||||
|
||||
export const GROUP = {
|
||||
attributes: { id: 'attributes', name: 'AWEMMY.Character.Attributes', type: 'system' },
|
||||
hp: { id: 'hp', name: 'AWEMMY.TAH.HP', type: 'system' },
|
||||
flow: { id: 'flow', name: 'AWEMMY.TAH.Flow', type: 'system' },
|
||||
weapons: { id: 'weapons', name: 'AWEMMY.TAH.Weapons', type: 'system' },
|
||||
conditions: { id: 'conditions', name: 'AWEMMY.Condition.Panel', type: 'system' },
|
||||
abilities: { id: 'abilities', name: 'AWEMMY.TAH.Abilities', type: 'system' },
|
||||
kits: { id: 'kits', name: 'AWEMMY.TAH.Kits', type: 'system' },
|
||||
utility: { id: 'utility', name: 'AWEMMY.TAH.Utility', type: 'system' }
|
||||
}
|
||||
Reference in New Issue
Block a user