base-notification(
:can-remove="false",
:notification="{}",
:read-after-click="false",
@click="action",
v-if="worldBoss.active"
)
.background(slot="content")
.text
.title {{ $t('worldBoss') }}
.sub-title {{ $t('questDysheartenerText') }}
.d-flex.align-items-center.justify-content-left
div
.left-hearts
.float-right
.quest_dysheartener_notification
.phobia_dysheartener_notification
.health-bar.d-flex.align-items-center.justify-content-center
.svg-icon(v-html="icons.health")
.boss-health-wrap
.boss-health-bar(:style="{width: (parseInt(bossHp) / questData.boss.hp) * 100 + '%'}")
.pending-damage
.svg-icon(v-html="icons.sword")
span +{{parseInt(user.party.quest.progress.up) || 0}}