Skip to content

Commit cf9aed0

Browse files
author
Alex Putin
authored
Merge pull request #26 from AlexYukikaze/main
Добавлено поле Триггер
2 parents df11332 + 9373146 commit cf9aed0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/SpellCard.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<p class="hang">
3131
<strong>Каст</strong> <span v-html="spellCast"></span>
3232
</p>
33+
<p v-if="trigger" class="hang">
34+
<strong>Триггер</strong> <span v-html="trigger"></span>
35+
</p>
3336
<p class="hang">
3437
<template v-if="spellDistance">
3538
<strong>Дистанция</strong> {{ spellDistance }}<template v-if="spellArea || spellTarget">; </template>
@@ -89,6 +92,7 @@ export default {
8992
9093
rusSpellName: this.spell.name_ru,
9194
engSpellName: this.spell.name_en,
95+
trigger: this.spell.trigger,
9296
spellLevel: this.spell.level,
9397
spellTraits: this.spell.traits,
9498
spellTraditions: this.spell.tradition,

0 commit comments

Comments
 (0)