b-modal#world-boss-info(title="", size='md', :hide-footer="true", :hide-header="true")
.modal-header.d-flex
.left-hearts
.quest_dysheartener_modal
.phobia_dysheartener_modal
.right-hearts
.modal-body
.row
.col-12.text-center
h2 {{ $t('whatIsWorldBoss') }}
p.text-center {{ $t('worldBossDesc') }}
.row
.col-12
.bullet-point.d-flex.align-items-center.justify-content-left(v-for='bullet in bullets')
.check-icon
.svg-icon.red-check(v-html="icons.redCheck")
.info {{ $t(bullet) }}
.row
.col-12.text-center
a(href='http://habitica.fandom.com/wiki/World_Bosses' target='_blank').footer-link {{ $t('worldBossLink') }}