mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Partial implementation of Blaze of Glory
This commit is contained in:
parent
cee79ac4c2
commit
3a7fd0eb8b
3 changed files with 23 additions and 16 deletions
|
|
@ -97,7 +97,19 @@ export default class DhDeathMove extends HandlebarsApplicationMixin(ApplicationV
|
|||
}
|
||||
|
||||
async handleBlazeOfGlory() {
|
||||
console.log("TODO: Blaze Of Glory");
|
||||
this.actor.createEmbeddedDocuments('ActiveEffect', [
|
||||
{
|
||||
name: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.name'),
|
||||
img: 'icons/magic/movement/abstract-ribbons-red-orange.webp',
|
||||
changes: [
|
||||
{
|
||||
key: 'system.rules.roll.guaranteedCritical',
|
||||
mode: 2,
|
||||
value: "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]);
|
||||
}
|
||||
|
||||
static selectMove(_, button) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue