Skip to content

Commit

Permalink
Merge pull request #26 from AlexYukikaze/main
Browse files Browse the repository at this point in the history
Добавлено поле Триггер
  • Loading branch information
AlexYukikaze authored Oct 5, 2023
2 parents df11332 + 9373146 commit cf9aed0
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 cf9aed0

Please sign in to comment.