mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Localization/Filters
* add missing spell effects & aura names * don't return null for unused effects/auras (triggers an error)
This commit is contained in:
@@ -1839,14 +1839,14 @@ $lang = array(
|
||||
/*102+ */ "Dismiss Pet", "Give Reputation", "Summon Object (Trap)", "Summon Object (Battle S.)","Summon Object (#3)", "Summon Object (#4)",
|
||||
/*108+ */ "Dispel Mechanic", "Summon Dead Pet", "Destroy All Totems", "Durability Damage - Flat", "Summon Demon", "Resurrect with Flat Health",
|
||||
/*114+ */ "Taunt", "Durability Damage - %", "Skin Player Corpse (PvP)", "AoE Resurrect with % Health","Learn Skill", "Apply Area Aura - Pet",
|
||||
/*120+ */ "Teleport to Graveyard", "Normalized Weapon Damage", null, "Take Flight Path", "Pull Towards", "Modify Threat - %",
|
||||
/*120+ */ "Teleport to Graveyard", "Normalized Weapon Damage", "", "Take Flight Path", "Pull Towards", "Modify Threat - %",
|
||||
/*126+ */ "Spell Steal ", "Prospect", "Apply Area Aura - Friend", "Apply Area Aura - Enemy", "Redirect Done Threat %", "Play Sound",
|
||||
/*132+ */ "Play Music", "Unlearn Specialization", "Kill Credit 2", "Call Pet", "Heal for % of Total Health","Give % of Total Power",
|
||||
/*138+ */ "Leap Back", "Abandon Quest", "Force Cast", "Force Spell Cast with Value","Trigger Spell with Value","Apply Area Aura - Pet Owner",
|
||||
/*144+ */ "Knockback to Dest.", "Pull Towards Dest.", "Activate Rune", "Fail Quest", null, "Charge to Dest",
|
||||
/*144+ */ "Knockback to Dest.", "Pull Towards Dest.", "Activate Rune", "Fail Quest", "Trigger Missile with Value","Charge to Dest",
|
||||
/*150+ */ "Start Quest", "Trigger Spell 2", "Summon - Refer-A-Friend", "Create Tamed Pet", "Discover Flight Path", "Dual Wield 2H Weapons",
|
||||
/*156+ */ "Add Socket to Item", "Create Tradeskill Item", "Milling", "Rename Pet", "Force Cast 2", "Change Talent Spec. Count",
|
||||
/*162-167*/ "Activate Talent Spec.", null, "Remove Aura", null, null, "Update Player Phase"
|
||||
/*162-167*/ "Activate Talent Spec.", "", "Remove Aura"
|
||||
),
|
||||
'unkAura' => 'Unknown Aura (%1$d)',
|
||||
'auras' => array(
|
||||
@@ -1859,7 +1859,7 @@ $lang = array(
|
||||
"Mod Skill - Temporary", "Increase Run Speed %", "Mod Mounted Speed %", "Decrease Run Speed %", "Mod Maximum Health - Flat",
|
||||
"Mod Maximum Power - Flat", "Shapeshift", "Spell Effect Immunity", "Spell Aura Immunity", "Spell School Immunity",
|
||||
"Damage Immunity", "Dispel Type Immunity", "Proc Trigger Spell", "Proc Trigger Damage", "Track Creatures",
|
||||
"Track Resources", "Ignore All Gear", "Mod Parry %", null, "Mod Dodge %",
|
||||
"Track Resources", "Ignore All Gear", "Mod Parry %", "Periodic Trigger Spell from Client", "Mod Dodge %",
|
||||
/*50+ */ "Mod Critical Healing Amount %", "Mod Block %", "Mod Physical Crit Chance", "Periodically Drain Health", "Mod Physical Hit Chance",
|
||||
"Mod Spell Hit Chance", "Transform", "Mod Spell Crit Chance", "Increase Swim Speed %", "Mod Damage Done Versus Creature",
|
||||
"Pacify & Silence", "Mod Size %", "Periodically Transfer Health", "Periodic Transfer Power", "Periodic Drain Power",
|
||||
@@ -1882,19 +1882,19 @@ $lang = array(
|
||||
"Increase Pet Talent Points", "Allow Exotic Pets Taming", "Mechanic Immunity Mask", "Retain Combo Points", "Reduce Pushback Time %",
|
||||
/*150+ */ "Mod Shield Block Value - %", "Track Stealthed", "Mod Player Aggro Range", "Split Damage - Flat", "Mod Stealth Level",
|
||||
"Mod Underwater Breathing %", "Mod All Reputation Gained by %", "Done Pet Damage Multiplier", "Mod Shield Block Value - Flat", "No PvP Credit",
|
||||
"Mod AoE Avoidance", "Mod Health Regen During Combat", "Mana Burn", "Mod Melee Critical Damage %", null,
|
||||
"Mod AoE Avoidance", "Mod Health Regen During Combat", "Mana Burn", "Mod Melee Critical Damage %", "",
|
||||
"Mod Attacker Melee Attack Power", "Mod Melee Attack Power - %", "Mod Ranged Attack Power - %", "Mod Damage Done vs Creature", "Mod Crit Chance vs Creature",
|
||||
"Change Object Visibility for Player", "Mod Run Speed (not stacking)", "Mod Mounted Speed (not stacking)", null, "Mod Spell Power by % of Stat",
|
||||
"Change Object Visibility for Player", "Mod Run Speed (not stacking)", "Mod Mounted Speed (not stacking)", "", "Mod Spell Power by % of Stat",
|
||||
/*175+ */ "Mod Healing Power by % of Stat", "Spirit of Redemption", "AoE Charm", "Mod Debuff Resistance - %", "Mod Attacker Spell Crit Chance",
|
||||
"Mod Spell Power vs Creature", null, "Mod Resistance by % of Stat", "Mod Threat % of Critical Hits", "Mod Attacker Melee Hit Chance",
|
||||
"Mod Spell Power vs Creature", "", "Mod Resistance by % of Stat", "Mod Threat % of Critical Hits", "Mod Attacker Melee Hit Chance",
|
||||
"Mod Attacker Ranged Hit Chance", "Mod Attacker Spell Hit Chance", "Mod Attacker Melee Crit Chance", "Mod Attacker Ranged Crit Chance", "Mod Rating",
|
||||
"Mod Reputation Gained %", "Limit Movement Speed", "Mod Attack Speed %", "Mod Haste % (gain)", "Mod Target School Absorb %",
|
||||
"Mod Target School Absorb for Ability", "Mod Cooldowns", "Mod Attacker Crit Chance", null, "Mod Spell Hit Chance",
|
||||
"Mod Target School Absorb for Ability", "Mod Cooldowns", "Mod Attacker Crit Chance", "", "Mod Spell Hit Chance",
|
||||
/*200+ */ "Mod Kill Experience Gained %", "Can Fly", "Ignore Combat Result", "Mod Attacker Melee Crit Damage %", "Mod Attacker Ranged Crit Damage %",
|
||||
"Mod Attacker Spell Crit Damage %", "Mod Vehicle Flight Speed %", "Mod Mounted Flight Speed %", "Mod Flight Speed %", "Mod Mounted Flight Speed % (always)",
|
||||
"Mod Vehicle Speed % (always)", "Mod Flight Speed % (not stacking)", "Mod Ranged Attack Power by % of Stat", "Mod Rage Generated from Damage Dealt", "Tamed Pet Passive",
|
||||
"Arena Preparation", "Mod Spell Haste %", "Killing Spree", "Mod Ranged Haste %", "Mod Mana Regeneration by % of Stat",
|
||||
"Mod Combat Rating by % of Stat", "Ignore Threat", null, "Raid Proc from Charge", null,
|
||||
"Mod Combat Rating by % of Stat", "Ignore Threat", "", "Raid Proc from Charge", "",
|
||||
/*225+ */ "Raid Proc from Charge with Value", "Periodic Dummy", "Periodically Trigger Spell with Value","Detect Stealth", "Mod AoE Damage Taken %",
|
||||
"Mod Maximum Health - Flat (no stacking)","Proc Trigger Spell with Value", "Mod Mechanic Duration %", "Change other Humanoid Display", "Mod Mechanic Duration % (not stacking)",
|
||||
"Mod Dispel Resistance %", "Control Vehicle", "Mod Spell Power by % of Attack Power", "Mod Healing Power by % of Attack Power","Mod Size % (not stacking)",
|
||||
@@ -1902,17 +1902,17 @@ $lang = array(
|
||||
"Mod Aura Duration by Dispel Type", "Mod Aura Duration by Dispel Type (not stacking)", "Clone Caster", "Mod Combat Result Chance", "Convert Rune",
|
||||
/*250+ */ "Mod Maximum Health - Flat (stacking)", "Mod Enemy Dodge Chance", "Mod Haste % (loss)", "Mod Critical Block Chance", "Disarm Offhand",
|
||||
"Mod Mechanic Damage Taken %", "No Reagent Cost", "Mod Target Resistance by Spell Class", "Mod Spell Visual", "Mod Periodic Healing Taken %",
|
||||
"Screen Effect", "Phase", "Ability Ignore Aurastate", "Allow Only Ability", null,
|
||||
null, null, "Cancel Aura Buffer at % of Caster Health","Mod Attack Power by % of Stat", "Ignore Target Resistance",
|
||||
"Screen Effect", "Phase", "Ability Ignore Aurastate", "Allow Only Ability", "",
|
||||
"", "", "Cancel Aura Buffer at % of Caster Health","Mod Attack Power by % of Stat", "Ignore Target Resistance",
|
||||
"Ignore Target Resistance for Ability", "Mod Damage Taken % from Caster", "Ignore Swing Timer Reset", "X-Ray", "Ability Consume No Ammo",
|
||||
/*275+ */ "Mod Ability Ignore Shapeshift", "Mod Mechanic Damage Done %", "Mod Max Affected Targets", "Disarm Ranged Weapon", "Spawn Effect",
|
||||
"Mod Armor Penetration %", "Mod Honor Gain %", "Mod Base Health %", "Mod Healing Taken % from Caster", "Linked Aura",
|
||||
"Mod Attack Power by School Resistance","Allow Periodic Ability to Crit", "Mod Spell Deflect Chance", "Ignore Hit Direction", null,
|
||||
"Mod Attack Power by School Resistance","Allow Periodic Ability to Crit", "Mod Spell Deflect Chance", "Ignore Hit Direction", "",
|
||||
"Mod Crit Chance", "Mod Quest Experience Gained %", "Open Stable", "Override Spells", "Prevent Power Regeneration",
|
||||
null, "Set Vehicle Id", "Spirit Burst", "Strangulate", null,
|
||||
/*300+ */ "Share Damage %", "Mod Absorb School Healing", null, "Mod Damage Done vs Aurastate - %", "Fake Inebriate",
|
||||
"Mod Minimum Speed %", null, "Heal Absorb Test", "Mod Critical Strike Chance for Caster",null,
|
||||
"Mod Pet AoE Damage Avoidance", null, null, null, "Prevent Ressurection",
|
||||
"", "Set Vehicle Id", "Spirit Burst", "Strangulate", "",
|
||||
/*300+ */ "Share Damage %", "Mod Absorb School Healing", "", "Mod Damage Done vs Aurastate - %", "Fake Inebriate",
|
||||
"Mod Minimum Speed %", "", "Heal Absorb Test", "Mod Critical Strike Chance for Caster","",
|
||||
"Mod Pet AoE Damage Avoidance", "", "", "", "Prevent Ressurection",
|
||||
/* -316*/ "Underwater Walking", "Periodic Haste"
|
||||
),
|
||||
'attributes0' => array(
|
||||
|
||||
Reference in New Issue
Block a user