mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* Added BP calculation and tooltip breakdown of BP sources * Added Modifiers * Fixed automatic battleToggles * Corrected 'NoToughies' conditional * Fixed GM-only visibility * Fixed combatant isNPC
30 lines
827 B
JavaScript
30 lines
827 B
JavaScript
export const displayDomainCardsAsCard = 'displayDomainCardsAsCard';
|
|
export const narrativeCountdown = {
|
|
simple: 'countdown-narrative-simple',
|
|
position: 'countdown-narrative-position'
|
|
};
|
|
export const encounterCountdown = {
|
|
simple: 'countdown-encounter-simple',
|
|
position: 'countdown-encounter-position'
|
|
};
|
|
|
|
export const compendiumBrowserDefault = {
|
|
position: 'compendium-browser-default-position'
|
|
};
|
|
|
|
export const compendiumBrowserNoFolder = {
|
|
position: 'compendium-browser-no-folder-position'
|
|
};
|
|
|
|
export const compendiumBrowserLite = {
|
|
position: 'compendium-browser-lite-position'
|
|
};
|
|
|
|
export const itemAttachmentSource = 'attachmentSource';
|
|
|
|
export const userFlags = {
|
|
welcomeMessage: 'welcome-message',
|
|
countdownMode: 'countdown-mode'
|
|
};
|
|
|
|
export const combatToggle = 'combat-toggle-origin';
|