Files
DiceCloud/app/imports/api/engine/action/applyProperties/index.ts
2024-02-16 10:30:50 +02:00

27 lines
662 B
TypeScript

import action from './applyActionProperty';
import adjustment from './applyAdjustmentProperty';
import branch from './applyBranchProperty';
import buff from './applyBuffProperty';
import buffRemover from './applyBuffRemoverProperty';
import damage from './applyDamageProperty';
import folder from './applyFolderProperty';
import note from './applyNoteProperty';
import roll from './applyRollProperty';
import savingThrow from './applySavingThrowProperty';
import toggle from './applyToggleProperty';
export default {
action,
adjustment,
branch,
buff,
buffRemover,
damage,
folder,
note,
roll,
savingThrow,
propertySlot: folder,
toggle,
}