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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -1839,14 +1839,14 @@ $lang = array(
|
||||
/*102+ */ "Despedir mascota", "Dar reputación", "Invocar objeto (trampa)", "Invocar objeto (batalla)", "Invocar objeto (#3)", "Invocar objeto (#4)",
|
||||
/*108+ */ "Disipar mecánica", "Invocar mascota muerta", "Destruir todos los tótems", "Daño de durabilidad - Fijo", "Invocar demonio", "Resucitar con salud fija",
|
||||
/*114+ */ "Provocar", "Daño de durabilidad - %", "Desollar cadáver de jugador (JcJ)", "Resucitar en área con % salud", "Aprender habilidad", "Aplicar aura de área - Mascota",
|
||||
/*120+ */ "Teletransportar al cementerio", "Daño de arma normalizado", null, "Tomar ruta de vuelo", "Atraer hacia", "Modificar amenaza - %",
|
||||
/*120+ */ "Teletransportar al cementerio", "Daño de arma normalizado", "", "Tomar ruta de vuelo", "Atraer hacia", "Modificar amenaza - %",
|
||||
/*126+ */ "Robar hechizo", "Prospectar", "Aplicar aura de área - Amigo", "Aplicar aura de área - Enemigo", "Redirigir amenaza hecha %", "Reproducir sonido",
|
||||
/*132+ */ "Reproducir música", "Olvidar especialización", "Crédito de muerte 2", "Llamar mascota", "Sanar % de salud total", "Dar % de poder total",
|
||||
/*138+ */ "Saltar hacia atrás", "Abandonar misión", "Forzar lanzamiento", "Forzar lanzamiento con valor", "Activar hechizo con valor", "Aplicar aura de área - Dueño de mascota",
|
||||
/*144+ */ "Empujar a destino", "Atraer a destino", "Activar runa", "Fallar misión", null, "Cargar a destino",
|
||||
/*144+ */ "Empujar a destino", "Atraer a destino", "Activar runa", "Fallar misión", "Disparar misil con valor", "Cargar a destino",
|
||||
/*150+ */ "Iniciar misión", "Activar hechizo 2", "Invocar - Recluta a un amigo", "Crear mascota domesticada", "Descubrir ruta de vuelo", "Doble empuñadura de armas 2M",
|
||||
/*156+ */ "Añadir hueco a objeto", "Crear objeto de profesión", "Moler", "Renombrar mascota", "Forzar lanzamiento 2", "Cambiar número de espec. de talentos",
|
||||
/*162-167*/ "Activar espec. de talentos", null, "Eliminar aura", null, null, "Actualizar fase del jugador"
|
||||
/*162-167*/ "Activar espec. de talentos", "", "Eliminar aura"
|
||||
),
|
||||
'unkAura' => 'Aura desconocida (%1$d)',
|
||||
'auras' => array(
|
||||
@@ -1859,7 +1859,7 @@ $lang = array(
|
||||
"Modificar habilidad - Temporal", "Aumentar velocidad de carrera %", "Modificar velocidad montado %", "Reducir velocidad de carrera %", "Modificar salud máxima - Fijo",
|
||||
"Modificar poder máximo - Fijo", "Cambio de forma", "Inmunidad a efectos de hechizo", "Inmunidad a auras de hechizo", "Inmunidad a escuela de hechizo",
|
||||
"Inmunidad a daño", "Inmunidad a tipo de disipación", "Activar hechizo al recibir efecto", "Activar daño al recibir efecto", "Rastrear criaturas",
|
||||
"Rastrear recursos", "Ignorar todo el equipo", "Modificar parada %", null, "Modificar esquiva %",
|
||||
"Rastrear recursos", "Ignorar todo el equipo", "Modificar parada %", "Activar hechizo periódicamente desde el cliente", "Modificar esquiva %",
|
||||
/*50+ */ "Modificar sanación crítica %", "Modificar bloqueo %", "Modificar probabilidad de crítico físico", "Drenar salud periódicamente", "Modificar probabilidad de golpe físico",
|
||||
"Modificar probabilidad de golpe de hechizo", "Transformar", "Modificar probabilidad de crítico de hechizo", "Aumentar velocidad de nado %", "Modificar daño hecho contra criatura",
|
||||
"Pacificar y silenciar", "Modificar tamaño %", "Transferir salud periódicamente", "Transferir poder periódicamente", "Drenar poder periódicamente",
|
||||
@@ -1882,19 +1882,19 @@ $lang = array(
|
||||
"Aumentar puntos de talento de mascota", "Permitir domar mascotas exóticas", "Máscara de inmunidad a mecánicas", "Retener puntos de combo", "Reducir tiempo de retroceso %",
|
||||
/*150+ */ "Modificar valor de bloqueo de escudo - %", "Rastrear en sigilo", "Modificar rango de agresión del jugador", "Dividir daño - Fijo", "Modificar nivel de sigilo",
|
||||
"Modificar respiración bajo el agua %", "Modificar toda la reputación ganada %", "Multiplicador de daño de mascota", "Modificar valor de bloqueo de escudo - Fijo", "Sin crédito JcJ",
|
||||
"Modificar evasión de área de efecto", "Modificar regeneración de salud en combate", "Quemar maná", "Modificar daño crítico cuerpo a cuerpo %", null,
|
||||
"Modificar evasión de área de efecto", "Modificar regeneración de salud en combate", "Quemar maná", "Modificar daño crítico cuerpo a cuerpo %", "",
|
||||
"Modificar poder de ataque cuerpo a cuerpo del atacante", "Modificar poder de ataque cuerpo a cuerpo - %", "Modificar poder de ataque a distancia - %", "Modificar daño hecho vs criatura", "Modificar probabilidad de crítico vs criatura",
|
||||
"Cambiar visibilidad de objeto para jugador", "Modificar velocidad de carrera (no acumulable)", "Modificar velocidad montado (no acumulable)", null, "Modificar poder con % de estadística",
|
||||
"Cambiar visibilidad de objeto para jugador", "Modificar velocidad de carrera (no acumulable)", "Modificar velocidad montado (no acumulable)", "", "Modificar poder con % de estadística",
|
||||
/*175+ */ "Modificar poder de sanación con % de estadística", "Espíritu de redención", "Encantamiento de área de efecto", "Modificar resistencia a perjuicios - %", "Modificar probabilidad de crítico de hechizo del atacante",
|
||||
"Modificar poder de hechizo vs criatura", null, "Modificar resistencia con % de estadística", "Modificar amenaza % de golpes críticos", "Modificar probabilidad de golpe cuerpo a cuerpo del atacante",
|
||||
"Modificar poder de hechizo vs criatura", "", "Modificar resistencia con % de estadística", "Modificar amenaza % de golpes críticos", "Modificar probabilidad de golpe cuerpo a cuerpo del atacante",
|
||||
"Modificar probabilidad de golpe a distancia del atacante", "Modificar probabilidad de golpe de hechizo del atacante", "Modificar probabilidad de crítico cuerpo a cuerpo del atacante", "Modificar probabilidad de crítico a distancia del atacante", "Modificar índice",
|
||||
"Modificar reputación ganada %", "Limitar velocidad de movimiento", "Modificar velocidad de ataque %", "Modificar celeridad % (ganancia)", "Modificar absorción de escuela objetivo %",
|
||||
"Modificar absorción de escuela objetivo para habilidad", "Modificar tiempos de reutilización", "Modificar probabilidad de crítico del atacante", null, "Modificar probabilidad de golpe de hechizo",
|
||||
"Modificar absorción de escuela objetivo para habilidad", "Modificar tiempos de reutilización", "Modificar probabilidad de crítico del atacante", "", "Modificar probabilidad de golpe de hechizo",
|
||||
/*200+ */ "Modificar experiencia de muerte ganada %", "Puede volar", "Ignorar resultado de combate", "Modificar daño crítico cuerpo a cuerpo del atacante %", "Modificar daño crítico a distancia del atacante %",
|
||||
"Modificar daño crítico de hechizo del atacante %", "Modificar velocidad de vuelo de vehículo %", "Modificar velocidad de vuelo montado %", "Modificar velocidad de vuelo %", "Modificar velocidad de vuelo montado % (siempre)",
|
||||
"Modificar velocidad de vehículo % (siempre)", "Modificar velocidad de vuelo % (no acumulable)", "Modificar poder de ataque a distancia con % de estadística", "Modificar ira generada por daño infligido", "Mascota domesticada pasiva",
|
||||
"Preparación de arena", "Modificar celeridad de hechizo %", "Racha de muertes", "Modificar celeridad a distancia %", "Modificar regeneración de maná con % de estadística",
|
||||
"Modificar índice de combate con % de estadística", "Ignorar amenaza", null, "Proc de banda por carga", null,
|
||||
"Modificar índice de combate con % de estadística", "Ignorar amenaza", "", "Proc de banda por carga", "",
|
||||
/*225+ */ "Proc de banda por carga con valor", "Ficticio periódico", "Activar hechizo periódicamente con valor", "Detectar sigilo", "Modificar daño de área de efecto recibido %",
|
||||
"Modificar salud máxima - Fijo (sin acumulación)", "Activar hechizo al recibir efecto con valor", "Modificar duración de mecánica %", "Cambiar apariencia de humanoide", "Modificar duración de mecánica % (no acumulable)",
|
||||
"Modificar resistencia a disipación %", "Controlar vehículo", "Modificar poder de hechizo con poder de ataque", "Modificar poder de sanación con poder de ataque", "Modificar tamaño % (no acumulable)",
|
||||
@@ -1902,17 +1902,17 @@ $lang = array(
|
||||
"Modificar duración de aura por tipo de disipación", "Modificar duración de aura por tipo de disipación (no acumulable)", "Clonar lanzador", "Modificar probabilidad de resultado de combate", "Convertir runa",
|
||||
/*250+ */ "Modificar salud máxima - Fijo (acumulable)", "Modificar probabilidad de esquiva enemiga", "Modificar celeridad % (pérdida)", "Modificar probabilidad de bloqueo crítico", "Desarmar mano secundaria",
|
||||
"Modificar daño de mecánica %", "Sin coste de reagente", "Modificar resistencia objetivo por clase de hechizo", "Modificar visual de hechizo", "Modificar sanación periódica recibida %",
|
||||
"Efecto de pantalla", "Fase", "Ignorar estado de aura de habilidad", "Permitir solo habilidad", null,
|
||||
null, null, "Cancelar buffer de aura al % de salud del lanzador", "Modificar poder de ataque con % de estadística", "Ignorar resistencia del objetivo",
|
||||
"Efecto de pantalla", "Fase", "Ignorar estado de aura de habilidad", "Permitir solo habilidad", "",
|
||||
"", "", "Cancelar buffer de aura al % de salud del lanzador", "Modificar poder de ataque con % de estadística", "Ignorar resistencia del objetivo",
|
||||
"Ignorar resistencia del objetivo para habilidad", "Modificar daño recibido % del lanzador", "Ignorar reinicio de temporizador de golpe", "Rayos X", "Habilidad no consume munición",
|
||||
/*275+ */ "Ignorar cambio de forma para habilidad", "Modificar daño de mecánica hecho %", "Modificar máximo de objetivos afectados", "Desarmar arma a distancia", "Efecto de aparición",
|
||||
"Modificar penetración de armadura %", "Modificar ganancia de honor %", "Modificar salud base %", "Modificar sanación recibida % del lanzador", "Aura vinculada",
|
||||
"Modificar poder de ataque con resistencia de escuela", "Permitir crítico periódico de habilidad", "Modificar probabilidad de desvío de hechizo", "Ignorar dirección de golpe", null,
|
||||
"Modificar poder de ataque con resistencia de escuela", "Permitir crítico periódico de habilidad", "Modificar probabilidad de desvío de hechizo", "Ignorar dirección de golpe", "",
|
||||
"Modificar probabilidad de crítico", "Modificar experiencia de misión ganada %", "Abrir establo", "Sobrescribir hechizos", "Prevenir regeneración de poder",
|
||||
null, "Establecer ID de vehículo", "Explosión espiritual", "Estrangular", null,
|
||||
/*300+ */ "Compartir daño %", "Modificar absorción de sanación de escuela", null, "Modificar daño hecho vs aura de estado - %", "Fingir embriaguez",
|
||||
"Modificar velocidad mínima %", null, "Prueba de absorción de sanación", "Modificar probabilidad de golpe crítico para lanzador", null,
|
||||
"Evitar daño de área de efecto en mascota", null, null, null, "Prevenir resurrección",
|
||||
"", "Establecer ID de vehículo", "Explosión espiritual", "Estrangular", "",
|
||||
/*300+ */ "Compartir daño %", "Modificar absorción de sanación de escuela", "", "Modificar daño hecho vs aura de estado - %", "Fingir embriaguez",
|
||||
"Modificar velocidad mínima %", "", "Prueba de absorción de sanación", "Modificar probabilidad de golpe crítico para lanzador", "",
|
||||
"Evitar daño de área de efecto en mascota", "", "", "", "Prevenir resurrección",
|
||||
/* -316*/ "Caminar bajo el agua", "Celeridad periódica"
|
||||
),
|
||||
'attributes0' => array(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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' => '未知光环 (%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(
|
||||
|
||||
@@ -3818,7 +3818,7 @@ var LANG = {
|
||||
[31, "Increase Run Speed %"], [32, "Mod Mounted Speed %"], [33, "Decrease Run Speed %"], [34, "Mod Maximum Health - Flat"], [35, "Mod Maximum Power - Flat"],
|
||||
[36, "Shapeshift"], [37, "Spell Effect Immunity"], [38, "Spell Aura Immunity"], [39, "Spell School Immunity"], [40, "Damage Immunity"],
|
||||
[41, "Dispel Type Immunity"], [42, "Proc Trigger Spell"], [43, "Proc Trigger Damage"], [44, "Track Creatures"], [45, "Track Resources"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], /* [48, null] */ [49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], [48, "Periodic Trigger Spell from Client"],[49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[51, "Mod Block %"], [52, "Mod Physical Crit Chance"], [53, "Periodically Drain Health"], [54, "Mod Physical Hit Chance"], [55, "Mod Spell Hit Chance"],
|
||||
[56, "Transform"], [57, "Mod Spell Crit Chance"], [58, "Increase Swim Speed %"], [59, "Mod Damage Done Versus Creature"],[60, "Pacify & Silence"],
|
||||
[61, "Mod Size %"], [62, "Periodically Transfer Health"], [63, "Periodically Transfer Power"], [64, "Periodically Drain Power"], [65, "Mod Spell Haste % (not stacking)"],
|
||||
@@ -3900,11 +3900,10 @@ var LANG = {
|
||||
[131, "Play Sound"], [132, "Play Music"], [133, "Unlearn Specialization"], [134, "Kill Credit2"], [135, "Call Pet"],
|
||||
[136, "Heal for % of Total Health"], [137, "Give % of Total Power"], [138, "Leap Back"], [139, "Abandon Quest"], [140, "Force Spell Cast"],
|
||||
[141, "Force Spell Cast with Value"], [142, "Trigger Spell with Value"], [143, "Apply Area Aura - Pet Owner"], [144, "Knockback to Dest."], [145, "Pull Towards Dest."],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [148, "Trigger Missile with Value"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[151, "Trigger Spell 2"], [152, "Summon - Refer-A-Friend"], [153, "Create Tamed Pet"], [154, "Discover Flight Path"], [155, "Dual Wield 2H Weapons"],
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"],
|
||||
[167, "Update Player Phase"]
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"], [160, "Force Spell Cast 2"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"]
|
||||
],
|
||||
damagetype: [
|
||||
[1, "Keins"], [2, "Magie"], [3, "Nahkampf"], [4, "Distanz"]
|
||||
|
||||
@@ -3866,7 +3866,7 @@ var LANG = {
|
||||
[31, "Increase Run Speed %"], [32, "Mod Mounted Speed %"], [33, "Decrease Run Speed %"], [34, "Mod Maximum Health - Flat"], [35, "Mod Maximum Power - Flat"],
|
||||
[36, "Shapeshift"], [37, "Spell Effect Immunity"], [38, "Spell Aura Immunity"], [39, "Spell School Immunity"], [40, "Damage Immunity"],
|
||||
[41, "Dispel Type Immunity"], [42, "Proc Trigger Spell"], [43, "Proc Trigger Damage"], [44, "Track Creatures"], [45, "Track Resources"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], /* [48, null] */ [49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], [48, "Periodic Trigger Spell from Client"],[49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[51, "Mod Block %"], [52, "Mod Physical Crit Chance"], [53, "Periodically Drain Health"], [54, "Mod Physical Hit Chance"], [55, "Mod Spell Hit Chance"],
|
||||
[56, "Transform"], [57, "Mod Spell Crit Chance"], [58, "Increase Swim Speed %"], [59, "Mod Damage Done Versus Creature"],[60, "Pacify & Silence"],
|
||||
[61, "Mod Size %"], [62, "Periodically Transfer Health"], [63, "Periodically Transfer Power"], [64, "Periodically Drain Power"], [65, "Mod Spell Haste % (not stacking)"],
|
||||
@@ -3948,11 +3948,10 @@ var LANG = {
|
||||
[131, "Play Sound"], [132, "Play Music"], [133, "Unlearn Specialization"], [134, "Kill Credit2"], [135, "Call Pet"],
|
||||
[136, "Heal for % of Total Health"], [137, "Give % of Total Power"], [138, "Leap Back"], [139, "Abandon Quest"], [140, "Force Spell Cast"],
|
||||
[141, "Force Spell Cast with Value"], [142, "Trigger Spell with Value"], [143, "Apply Area Aura - Pet Owner"], [144, "Knockback to Dest."], [145, "Pull Towards Dest."],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [148, "Trigger Missile with Value"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[151, "Trigger Spell 2"], [152, "Summon - Refer-A-Friend"], [153, "Create Tamed Pet"], [154, "Discover Flight Path"], [155, "Dual Wield 2H Weapons"],
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"],
|
||||
[167, "Update Player Phase"]
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"], [160, "Force Spell Cast 2"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"]
|
||||
],
|
||||
damagetype: [
|
||||
[1, "None"], [2, "Magic"], [3, "Melee"], [4, "Ranged"]
|
||||
|
||||
@@ -3820,7 +3820,7 @@ var LANG = {
|
||||
[31, "Aumentar velocidad de carrera %"], [32, "Modificar velocidad montado %"], [33, "Reducir velocidad de carrera %"], [34, "Modificar salud máxima - Fijo"], [35, "Modificar poder máximo - Fijo"],
|
||||
[36, "Cambio de forma"], [37, "Inmunidad a efecto de hechizo"], [38, "Inmunidad a aura de hechizo"], [39, "Inmunidad a escuela de hechizo"], [40, "Inmunidad a daño"],
|
||||
[41, "Inmunidad a tipo de disipación"], [42, "Activar hechizo al recibir golpe"], [43, "Activar daño al recibir golpe"], [44, "Rastrear criaturas"], [45, "Rastrear recursos"],
|
||||
[46, "Ignorar todo el equipo"], [47, "Modificar parada %"], [49, "Modificar esquiva %"], [50, "Modificar sanación crítica %"],
|
||||
[46, "Ignorar todo el equipo"], [47, "Modificar parada %"], [48, "Activar hechizo periódicamente desde el cliente"] [49, "Modificar esquiva %"], [50, "Modificar sanación crítica %"],
|
||||
[51, "Modificar bloqueo %"], [52, "Modificar probabilidad de crítico físico"], [53, "Drenar salud periódicamente"], [54, "Modificar probabilidad de golpe físico"], [55, "Modificar probabilidad de golpe de hechizo"],
|
||||
[56, "Transformar"], [57, "Modificar probabilidad de crítico de hechizo"], [58, "Aumentar velocidad de nado %"], [59, "Modificar daño hecho vs criatura"], [60, "Pacificar y silenciar"],
|
||||
[61, "Modificar tamaño %"], [62, "Transferir salud periódicamente"], [63, "Transferir poder periódicamente"], [64, "Drenar poder periódicamente"], [65, "Modificar celeridad de hechizo % (no acumulable)"],
|
||||
@@ -3902,11 +3902,10 @@ var LANG = {
|
||||
[131, "Reproducir sonido"], [132, "Reproducir música"], [133, "Olvidar especialización"], [134, "Crédito de muerte2"], [135, "Llamar mascota"],
|
||||
[136, "Sanar por % de salud total"], [137, "Dar % de poder total"], [138, "Saltar hacia atrás"], [139, "Abandonar misión"], [140, "Forzar lanzamiento de hechizo"],
|
||||
[141, "Forzar lanzamiento de hechizo con valor"], [142, "Activar hechizo con valor"], [143, "Aplicar aura de área - Dueño de mascota"], [144, "Empujar hacia destino."], [145, "Atraer hacia destino."],
|
||||
[146, "Activar runa"], [147, "Fallar misión"], [149, "Cargar hacia destino."], [150, "Iniciar misión"],
|
||||
[146, "Activar runa"], [147, "Fallar misión"], [148, "Disparar misil con valor"], [149, "Cargar hacia destino."], [150, "Iniciar misión"],
|
||||
[151, "Activar hechizo 2"], [152, "Invocar - Referido por un amigo"], [153, "Crear mascota domesticada"], [154, "Descubrir ruta de vuelo"], [155, "Doble empuñadura de armas de 2 manos"],
|
||||
[156, "Añadir socket a objeto"], [157, "Crear objeto de oficio"], [158, "Molienda"], [159, "Renombrar mascota"],
|
||||
[161, "Cambiar conteo de espe. de talento"], [162, "Activar espec. de talento."], [164, "Eliminar aura"],
|
||||
[167, "Actualizar fase de jugador"]
|
||||
[156, "Añadir socket a objeto"], [157, "Crear objeto de oficio"], [158, "Molienda"], [159, "Renombrar mascota"], [160, "Forzar lanzamiento de hechizo 2"],
|
||||
[161, "Cambiar conteo de espe. de talento"], [162, "Activar espec. de talento."], [164, "Eliminar aura"]
|
||||
],
|
||||
damagetype: [
|
||||
[1, "Ninguno"], [2, "Magia"], [3, "Cuerpo a cuerpo"], [4, "A distancia"]
|
||||
|
||||
@@ -3820,7 +3820,7 @@ var LANG = {
|
||||
[31, "Increase Run Speed %"], [32, "Mod Mounted Speed %"], [33, "Decrease Run Speed %"], [34, "Mod Maximum Health - Flat"], [35, "Mod Maximum Power - Flat"],
|
||||
[36, "Shapeshift"], [37, "Spell Effect Immunity"], [38, "Spell Aura Immunity"], [39, "Spell School Immunity"], [40, "Damage Immunity"],
|
||||
[41, "Dispel Type Immunity"], [42, "Proc Trigger Spell"], [43, "Proc Trigger Damage"], [44, "Track Creatures"], [45, "Track Resources"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], /* [48, null] */ [49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], [48, "Periodic Trigger Spell from Client"],[49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[51, "Mod Block %"], [52, "Mod Physical Crit Chance"], [53, "Periodically Drain Health"], [54, "Mod Physical Hit Chance"], [55, "Mod Spell Hit Chance"],
|
||||
[56, "Transform"], [57, "Mod Spell Crit Chance"], [58, "Increase Swim Speed %"], [59, "Mod Damage Done Versus Creature"],[60, "Pacify & Silence"],
|
||||
[61, "Mod Size %"], [62, "Periodically Transfer Health"], [63, "Periodically Transfer Power"], [64, "Periodically Drain Power"], [65, "Mod Spell Haste % (not stacking)"],
|
||||
@@ -3902,11 +3902,10 @@ var LANG = {
|
||||
[131, "Play Sound"], [132, "Play Music"], [133, "Unlearn Specialization"], [134, "Kill Credit2"], [135, "Call Pet"],
|
||||
[136, "Heal for % of Total Health"], [137, "Give % of Total Power"], [138, "Leap Back"], [139, "Abandon Quest"], [140, "Force Spell Cast"],
|
||||
[141, "Force Spell Cast with Value"], [142, "Trigger Spell with Value"], [143, "Apply Area Aura - Pet Owner"], [144, "Knockback to Dest."], [145, "Pull Towards Dest."],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [148, "Trigger Missile with Value"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[151, "Trigger Spell 2"], [152, "Summon - Refer-A-Friend"], [153, "Create Tamed Pet"], [154, "Discover Flight Path"], [155, "Dual Wield 2H Weapons"],
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"],
|
||||
[167, "Update Player Phase"]
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"], [160, "Force Cast 2"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"]
|
||||
],
|
||||
damagetype: [
|
||||
[1, "Aucun"], [2, "Magie"], [3, "En mêlée"], [4, "À distance"]
|
||||
|
||||
@@ -3820,7 +3820,7 @@ var LANG = {
|
||||
[31, "Increase Run Speed %"], [32, "Mod Mounted Speed %"], [33, "Decrease Run Speed %"], [34, "Mod Maximum Health - Flat"], [35, "Mod Maximum Power - Flat"],
|
||||
[36, "Shapeshift"], [37, "Spell Effect Immunity"], [38, "Spell Aura Immunity"], [39, "Spell School Immunity"], [40, "Damage Immunity"],
|
||||
[41, "Dispel Type Immunity"], [42, "Proc Trigger Spell"], [43, "Proc Trigger Damage"], [44, "Track Creatures"], [45, "Track Resources"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], /* [48, null] */ [49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], [48, "Periodic Trigger Spell from Client"],[49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[51, "Mod Block %"], [52, "Mod Physical Crit Chance"], [53, "Periodically Drain Health"], [54, "Mod Physical Hit Chance"], [55, "Mod Spell Hit Chance"],
|
||||
[56, "Transform"], [57, "Mod Spell Crit Chance"], [58, "Increase Swim Speed %"], [59, "Mod Damage Done Versus Creature"],[60, "Pacify & Silence"],
|
||||
[61, "Mod Size %"], [62, "Periodically Transfer Health"], [63, "Periodically Transfer Power"], [64, "Periodically Drain Power"], [65, "Mod Spell Haste % (not stacking)"],
|
||||
@@ -3902,11 +3902,10 @@ var LANG = {
|
||||
[131, "Play Sound"], [132, "Play Music"], [133, "Unlearn Specialization"], [134, "Kill Credit2"], [135, "Call Pet"],
|
||||
[136, "Heal for % of Total Health"], [137, "Give % of Total Power"], [138, "Leap Back"], [139, "Abandon Quest"], [140, "Force Spell Cast"],
|
||||
[141, "Force Spell Cast with Value"], [142, "Trigger Spell with Value"], [143, "Apply Area Aura - Pet Owner"], [144, "Knockback to Dest."], [145, "Pull Towards Dest."],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [148, "Trigger Missile with Value"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[151, "Trigger Spell 2"], [152, "Summon - Refer-A-Friend"], [153, "Create Tamed Pet"], [154, "Discover Flight Path"], [155, "Dual Wield 2H Weapons"],
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"],
|
||||
[167, "Update Player Phase"]
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"], [160, "Force Cast 2"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"]
|
||||
],
|
||||
damagetype: [
|
||||
[1, "Нет"], [2, "Магический"], [3, "Ближний бой"], [4, "Дальний бой"]
|
||||
|
||||
@@ -3846,7 +3846,7 @@ var LANG = {
|
||||
[31, "Increase Run Speed %"], [32, "Mod Mounted Speed %"], [33, "Decrease Run Speed %"], [34, "Mod Maximum Health - Flat"], [35, "Mod Maximum Power - Flat"],
|
||||
[36, "Shapeshift"], [37, "Spell Effect Immunity"], [38, "Spell Aura Immunity"], [39, "Spell School Immunity"], [40, "Damage Immunity"],
|
||||
[41, "Dispel Type Immunity"], [42, "Proc Trigger Spell"], [43, "Proc Trigger Damage"], [44, "Track Creatures"], [45, "Track Resources"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], /* [48, null] */ [49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[46, "Ignore All Gear"], [47, "Mod Parry %"], [48, "Periodic Trigger Spell from Client"],[49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
|
||||
[51, "Mod Block %"], [52, "Mod Physical Crit Chance"], [53, "Periodically Drain Health"], [54, "Mod Physical Hit Chance"], [55, "Mod Spell Hit Chance"],
|
||||
[56, "Transform"], [57, "Mod Spell Crit Chance"], [58, "Increase Swim Speed %"], [59, "Mod Damage Done Versus Creature"],[60, "Pacify & Silence"],
|
||||
[61, "Mod Size %"], [62, "Periodically Transfer Health"], [63, "Periodically Transfer Power"], [64, "Periodically Drain Power"], [65, "Mod Spell Haste % (not stacking)"],
|
||||
@@ -3928,11 +3928,10 @@ var LANG = {
|
||||
[131, "Play Sound"], [132, "Play Music"], [133, "Unlearn Specialization"], [134, "Kill Credit2"], [135, "Call Pet"],
|
||||
[136, "Heal for % of Total Health"], [137, "Give % of Total Power"], [138, "Leap Back"], [139, "Abandon Quest"], [140, "Force Spell Cast"],
|
||||
[141, "Force Spell Cast with Value"], [142, "Trigger Spell with Value"], [143, "Apply Area Aura - Pet Owner"], [144, "Knockback to Dest."], [145, "Pull Towards Dest."],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[146, "Activate Rune"], [147, "Fail Quest"], [148, "Trigger Missile with Value"], [149, "Charge to Dest."], [150, "Start Quest"],
|
||||
[151, "Trigger Spell 2"], [152, "Summon - Refer-A-Friend"], [153, "Create Tamed Pet"], [154, "Discover Flight Path"], [155, "Dual Wield 2H Weapons"],
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"],
|
||||
[167, "Update Player Phase"]
|
||||
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"], [160, "Force Cast 2"],
|
||||
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"]
|
||||
],
|
||||
damagetype: [
|
||||
[1, "无"], [2, "魔法"], [3, "近战"], [4, "远程"]
|
||||
|
||||
Reference in New Issue
Block a user