We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df11332 + 9373146 commit cf9aed0Copy full SHA for cf9aed0
src/components/SpellCard.vue
@@ -30,6 +30,9 @@
30
<p class="hang">
31
<strong>Каст</strong> <span v-html="spellCast"></span>
32
</p>
33
+ <p v-if="trigger" class="hang">
34
+ <strong>Триггер</strong> <span v-html="trigger"></span>
35
+ </p>
36
37
<template v-if="spellDistance">
38
<strong>Дистанция</strong> {{ spellDistance }}<template v-if="spellArea || spellTarget">; </template>
@@ -89,6 +92,7 @@ export default {
89
92
90
93
rusSpellName: this.spell.name_ru,
91
94
engSpellName: this.spell.name_en,
95
+ trigger: this.spell.trigger,
96
spellLevel: this.spell.level,
97
spellTraits: this.spell.traits,
98
spellTraditions: this.spell.tradition,
0 commit comments