mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 20:51:21 +01:00
* Initial * More * Fixed current actionConfig damage * Reworked ActionConfig damage ui * . * Updated all Adversary compendium damage entries * more * The rest * Fixed misses * . * . * Also migrate sub fields of MappingField * Removed MappingField * Fix regression with re-tiering adversaries when dealing non-hp damage * Allow iterable object to be detected as an object by foundry --------- Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
7 lines
500 B
JavaScript
7 lines
500 B
JavaScript
export { ActionCollection } from './actionField.mjs';
|
|
export { default as IterableTypedObjectField } from './iterableTypedObjectField.mjs';
|
|
export { default as FormulaField } from './formulaField.mjs';
|
|
export { default as ForeignDocumentUUIDField } from './foreignDocumentUUIDField.mjs';
|
|
export { default as ForeignDocumentUUIDArrayField } from './foreignDocumentUUIDArrayField.mjs';
|
|
export { default as TriggerField } from './triggerField.mjs';
|
|
export * as ActionFields from './action/_module.mjs';
|