Spells/Misc

* display dbc definitions before articles on detail pages
 * fixed logic when displaying skill step numbers
 * made custom spell columns for linked spells and stack rules localizable
This commit is contained in:
Sarjuuk
2020-04-17 00:39:12 +02:00
parent 08c98bc8ee
commit 92a1016a0f
9 changed files with 173 additions and 52 deletions

View File

@@ -4801,8 +4801,28 @@ var LANG = {
targetstate: "Состояние цели"
},
/* custom */
/* AoWoW: start custom */
// Conditions
note_condition: "Every one of these conditions must be met to satisfy the requirement.",
note_condition_group: "Any one of these groups must be met in full to satisfy the requirement."
/* end custom */
note_condition_group: "Any one of these groups must be met in full to satisfy the requirement.",
// Aura Stack Rules
asr_behaviour: "Behaviour",
asr_coexist: "coexist",
asr_exclusive: "exclusive",
asr_same_owner: "(from same caster)",
asr_strongest_effect: "(strongest effect is applied)",
// Linked Spells
ls_trigger: "Triggers",
ls_self: "This",
ls_effects: "Effects",
ls_onCast: "When Spell is cast",
ls_onAuraRemove: "When Aura is removed",
ls_onAuraApply: "When Spells Aura is applied or removed",
ls_onSpellHit: "When Spell hits the target(s)",
ls_onTrigger: "When Spell is triggered",
ls_onImmune: "When immunity against Spell is applied or cleared",
/* AoWoW: end custom */
};