mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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:
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user