Skip to content

Commit

Permalink
Добавлено поле Триггер
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexYukikaze committed Oct 5, 2023
1 parent df11332 commit 9373146
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/SpellCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<p class="hang">
<strong>Каст</strong> <span v-html="spellCast"></span>
</p>
<p v-if="trigger" class="hang">
<strong>Триггер</strong> <span v-html="trigger"></span>
</p>
<p class="hang">
<template v-if="spellDistance">
<strong>Дистанция</strong> {{ spellDistance }}<template v-if="spellArea || spellTarget">; </template>
Expand Down Expand Up @@ -89,6 +92,7 @@ export default {
rusSpellName: this.spell.name_ru,
engSpellName: this.spell.name_en,
trigger: this.spell.trigger,
spellLevel: this.spell.level,
spellTraits: this.spell.traits,
spellTraditions: this.spell.tradition,
Expand Down

0 comments on commit 9373146

Please sign in to comment.