mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Update Blaze of Glory effect description
This commit is contained in:
parent
a5d2aa510b
commit
ef6afc6e66
2 changed files with 2 additions and 1 deletions
|
|
@ -1008,7 +1008,7 @@
|
||||||
},
|
},
|
||||||
"blazeOfGlory": {
|
"blazeOfGlory": {
|
||||||
"name": "Blaze Of Glory",
|
"name": "Blaze Of Glory",
|
||||||
"description": " Your character embraces death and goes out in a blaze of glory. Take one final action. It automatically critically succeeds (with GM approval), and then you cross through the veil of death."
|
"description": " Your character embraces death and goes out in a blaze of glory. Take one final action. It automatically critically succeeds (with GM approval), and then you cross through the veil of death. NOTE: A Blaze of Glory effect has been added to your character. Any Duality Roll will automatically be a critical."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DomainCardTypes": {
|
"DomainCardTypes": {
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,7 @@ export default class DhDeathMove extends HandlebarsApplicationMixin(ApplicationV
|
||||||
this.actor.createEmbeddedDocuments('ActiveEffect', [
|
this.actor.createEmbeddedDocuments('ActiveEffect', [
|
||||||
{
|
{
|
||||||
name: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.name'),
|
name: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.name'),
|
||||||
|
description: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.description'),
|
||||||
img: 'icons/magic/movement/abstract-ribbons-red-orange.webp',
|
img: 'icons/magic/movement/abstract-ribbons-red-orange.webp',
|
||||||
changes: [
|
changes: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue