Migrating UI for new data structures
This commit is contained in:
@@ -3,6 +3,7 @@ import adjustment from './applyPropertyByType/applyAdjustment.js';
|
||||
import branch from './applyPropertyByType/applyBranch.js';
|
||||
import buff from './applyPropertyByType/applyBuff.js';
|
||||
import damage from './applyPropertyByType/applyDamage.js';
|
||||
import note from './applyPropertyByType/applyNote.js';
|
||||
import roll from './applyPropertyByType/applyRoll.js';
|
||||
import savingThrow from './applyPropertyByType/applySavingThrow.js';
|
||||
import toggle from './applyPropertyByType/applyToggle.js';
|
||||
@@ -13,6 +14,7 @@ const applyPropertyByType = {
|
||||
branch,
|
||||
buff,
|
||||
damage,
|
||||
note,
|
||||
roll,
|
||||
savingThrow,
|
||||
spell: action,
|
||||
|
||||
Reference in New Issue
Block a user