mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
hook?
This commit is contained in:
parent
8f9f0617cd
commit
6a8d9eb067
2 changed files with 39 additions and 3 deletions
|
|
@ -10,15 +10,23 @@ export default class DhRollTableSheet extends foundry.applications.sheets.RollTa
|
|||
}
|
||||
|
||||
static PARTS = DhRollTableSheet.buildParts();
|
||||
|
||||
static DEFAULT_OPTIONS = {
|
||||
classes: ['daggerheart', 'sheet', 'dh-style']
|
||||
};
|
||||
|
||||
static actions = {
|
||||
addAltFormula: DhRollTableSheet.#onAddAltFormula,
|
||||
removeAltForuma: DhRollTableSheet.#onRemoveAltFormula
|
||||
removeAltFormula: DhRollTableSheet.#onRemoveAltFormula
|
||||
};
|
||||
|
||||
//Add formulafield
|
||||
static async #onAddAltFormula(event, target) {}
|
||||
static async #onAddAltFormula(event, target) {
|
||||
|
||||
}
|
||||
|
||||
//Remove formulafield
|
||||
static async #onRemoveAltFormula(event, target) {}
|
||||
static async #onRemoveAltFormula(event, target) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue