diff --git a/contrib/skills.py b/contrib/skills.py new file mode 100644 index 0000000..502d012 --- /dev/null +++ b/contrib/skills.py @@ -0,0 +1,28 @@ +import json +import csv +import os +import sys + +path = sys.argv[1] if len(sys.argv) >= 2 else "." + +items = {} + +item_patches = { + "tbk": {"class": "tome"}, + "ibk": {"class": "tome"}, +} + +with open(os.path.join(path, "skills.json"), encoding="utf-8-sig") as f: + rows = json.load(f) + +lookup_table = {} +for entry in rows: + key = entry["Key"] + text = entry["enUS"] + if len(text.strip()) == 0: + continue + lookup_table[key] = text + +with open("skills.json", "w", newline="\n") as f: + json.dump(lookup_table, f, indent=4) + f.write("\n") diff --git a/d2warehouse/data/skills.json b/d2warehouse/data/skills.json new file mode 100644 index 0000000..68a73d9 --- /dev/null +++ b/d2warehouse/data/skills.json @@ -0,0 +1,1251 @@ +{ + "FireGolem": "Fire Golem", + "IronGolem": "Iron Golem", + "BloodGolem": "Blood Golem", + "ClayGolem": "Clay Golem", + "Valkyrie": "Valkyrie", + "Dopplezon": "Decoy", + "monsteruniqueprop5": "Teleportation", + "Hydra": "Hydra", + "skilldesc1": "Level ", + "skilldesc2": " percent", + "skilldesc3": "Required Level: %d", + "skilldesc4": "Quantity ", + "StrSkill1": "Next Level", + "StrSkill2": "Current Skill Level: %d", + "StrSkill3": "Mana Cost: %d", + "StrSkill4": "Damage: %d-%d", + "StrSkill5": "Fire Damage: %d-%d", + "StrSkill6": "Cold Damage: %d-%d", + "StrSkill7": "Lightning Damage: %d-%d", + "StrSkill8": "Poison Damage: %d-%d", + "StrSkill9": "%d arrows", + "StrSkill10": "To Attack Rating: ", + "StrSkill11": "%d hits", + "StrSkill12": "-", + "StrSkill13": "Cold Length: %d seconds", + "StrSkill14": "Poison Length: ", + "StrSkill15": " second", + "StrSkill16": " seconds", + "StrSkill17": "First Level", + "StrSkill18": "Radius: %d yards", + "StrSkill19": " squares", + "StrSkill20": "Duration: %d seconds", + "StrSkill21": "Defense: %+d%%", + "StrSkill22": "Attack Rating: %+d%%", + "StrSkill23": " percent", + "StrSkill24": "%d%% chance", + "StrSkill25": "Enemy Defense: %+d%%", + "StrSkill26": " yards", + "StrSkill27": "%d bolts", + "StrSkill28": "%d teeth", + "StrSkill29": "Freeze Length: %d seconds", + "StrSkill30": "Attack Bonus: ", + "StrSkill31": "Defense Bonus: ", + "StrSkill32": "Fire Damage", + "StrSkill33": "Weakens Enemies by %d%%", + "StrSkill34": "Mana Cost: %d per second", + "StrSkill35": "Continuous Fire Damage: ", + "StrSkill36": " yard", + "StrSkill37": "Damage Taken: %+d%%", + "StrSkill38": "Enemy Damage: %+d%%", + "StrSkill39": "Magic Damage: %d-%d", + "StrSkill40": "Absorbs %d damage", + "StrSkill42": "Life: %d", + "StrSkill43": "Magi: Improved Missile Damage", + "StrSkill44": "%d skeletons total", + "StrSkill45": "Golem Level: ", + "StrSkill46": "Damage: %d-%d%% of corpse Life", + "StrSkill47": "%d%% damage to Self", + "StrSkill48": "Stun Length: %d seconds", + "StrSkill49": " percent of shield strength", + "StrSkill50": "Heals: %d-%d", + "StrSkill51": "Resist Fire: %+d%%", + "StrSkill52": "Resist Cold: %+d%%", + "StrSkill53": "Resist Lightning: %+d%%", + "StrSkill54": "Resist All: %+d%%", + "StrSkill55": "%d%% damage returned", + "StrSkill56": "Range: %d yards", + "StrSkill57": "Target's Attack Rating: %+d%%", + "StrSkill58": "Monster runs up to %d yards", + "StrSkill59": "Enemy runs for ", + "StrSkill60": " per target", + "StrSkill62": "Freezes for %d seconds", + "StrSkill63": "over %d seconds", + "StrSkill64": " poison damage", + "StrSkill65": "Chance of losing durability: %d%%", + "StrSkill66": "Target stutters for ", + "StrSkill67": "Ranged attacks slowed to %d%%", + "StrSkill68": "Average ", + "StrSkill69": "Stamina Recovery Rate: %+d%%", + "StrSkill70": "Velocity: ", + "StrSkill71": "Stamina Bonus: ", + "StrSkill72": "Releases %d charged bolts", + "StrSkill73": " charged bolts", + "StrSkill74": "Duration reduced by %d%%", + "StrSkill75": "Elemental Damages: ", + "StrSkill76": "Chance uninterruptable: %d%%", + "StrSkill77": "Enemies slowed %d%%", + "StrSkill78": "Remains target for ", + "StrSkill79": "Heals: %d%% of attack damage", + "StrSkill80": "Converts %d%% damage to life", + "StrSkill81": " percent damage to life", + "StrSkill82": "Fire Duration: %d seconds", + "StrSkill83": "Fire Explosion Damage: %d-%d", + "StrSkill84": "Lightning Bolt Damage: ", + "StrSkill85": "Reduces curse duration by %d%%", + "StrSkill86": "Attacks up to %d targets", + "StrSkill87": " targets", + "StrSkill88": "Mana Recovery Rate: %+d%%", + "StrSkill89": "Run/Walk Speed: %+d%%", + "StrSkill90": "Resistances: ", + "StrSkill91": "Holy Bolt Damage: %d-%d", + "StrSkill92": " mana per knockback", + "StrSkill94": "%d skeleton total", + "StrSkill95": "Skeletons: Life: %+d", + "StrSkill96": "Magi: Life: %+d", + "StrSkill97": "Monsters: Life: %+d%%", + "StrSkill98": "Lowers Maximum Resistances ", + "StrSkill99": "Chance to convert: %d%%", + "StrSkill100": "Max Life: %+d%%", + "StrSkill101": "Max Mana: %+d%%", + "StrSkill102": "Max Stamina: %+d%%", + "StrSkill103": "Absorbs %d%% fire damage", + "StrSkill104": " monster", + "StrSkill105": " monsters", + "StrSkill106": "Attack Speed: %+d%%", + "StrSkill107": "Life/Mana Recovered: %d", + "StrSkill108": " points", + "StrSkill109": "Chance to redeem soul: %d%%", + "StrSkill110": "Successful Blocking: %+d%%", + "StrSkill111": " per yard", + "StrSkill112": "Thorns damage", + "StrSkill113": "Hydra Fire Damage: %d-%d", + "StrSkill114": "Resist Elemental Damage: ", + "StrSkill115": "Minimum Mana Required to Cast: %d", + "StrSkill116": "Maximum Level Reached", + "StrSkill117": "Current Skill Level: %d (item)", + "StrSkill118": "You have been granted this skill by an item", + "StrSkill119": "You have not learned this skill yet", + "skillname0": "Attack", + "skillsd0": "normal attack", + "skillld0": "normal attack", + "skillan0": "Attack", + "skillname1": "Kick", + "skillsd1": "kick target", + "skillld1": "kick target", + "skillan1": "kick target", + "skillname2": "Throw", + "skillsd2": "throw equipped item", + "skillld2": "throw equipped item", + "skillan2": "Throw", + "skillname3": "Unsummon", + "skillsd3": "releases a summoned creature", + "skillld3": "relinquishes control\nof one of your creatures", + "skillan3": "Unsummon", + "skillname4": "Left Hand Throw", + "skillsd4": "throw left hand item", + "skillld4": "throw left hand item", + "skillan4": "Left Throw", + "skillname5": "Left Hand Swing", + "skillsd5": "swing left hand weapon", + "skillld5": "swing left hand weapon", + "skillan5": "Left Swing", + "skillname6": "Magic Arrow", + "skillsd6": "creates a magical arrow", + "skillld6": "creates a magical arrow or bolt\nthat does extra damage", + "skillan6": "Magic Arrow", + "skillname7": "Fire Arrow", + "skillsd7": "enchants arrows with flame", + "skillld7": "magically enhances your arrows\nor bolts with fire\nalways hits", + "skillan7": "Fire Arrow", + "skillname8": "Inner Sight", + "skillsd8": "illuminates and weakens nearby monsters", + "skillld8": "illuminates nearby enemies\nmaking them easier to hit\nfor you and your party", + "skillan8": "Inner Sight", + "skillname9": "Critical Strike", + "skillsd9": "passive - chance of doing double damage", + "skillld9": "passive - your attacks have a chance to do double damage", + "skillan9": "Critical Strike", + "skillname10": "Jab", + "skillsd10": "rapid attacks with a thrusting weapon", + "skillld10": "attacks with a series of rapid thrusts\nusing a javelin or spear class weapon", + "skillan10": "Jab", + "skillname11": "Cold Arrow", + "skillsd11": "enchants arrows to slow targets", + "skillld11": "magically enhances your arrows or bolts\nby adding cold damage and a slowing effect\ncold arrows only do half of their regular damage\nalways hits", + "skillan11": "Cold Arrow", + "skillname12": "Multiple Shot", + "skillsd12": "fires multiple arrows", + "skillld12": "magically splits one arrow\nor bolt into many", + "skillan12": "Multiple Shot", + "skillname13": "Dodge", + "skillsd13": "passive - dodges melee attacks", + "skillld13": "passive - you have a chance to dodge\na melee attack when attacking\nor standing still", + "skillan13": "Dodge", + "skillname14": "Power Strike", + "skillsd14": "adds lightning damage", + "skillld14": "adds lightning damage to attacks with\njavelin and spear class weapons", + "skillan14": "Power Strike", + "skillname15": "Poison Javelin", + "skillsd15": "adds poison damage", + "skillld15": "magically enhances your javelin\nto leave a trail of poison clouds", + "skillan15": "Poison Javelin", + "skillname16": "Exploding Arrow", + "skillsd16": "enchant arrows to explode", + "skillld16": "enchants an arrow or bolt that explodes on\ncontact, damaging all nearby enemies\nalways hits", + "skillan16": "Exploding", + "skillname17": "Slow Missiles", + "skillsd17": "slows ranged attacks of enemies", + "skillld17": "illuminates nearby enemies and slows their ranged attacks", + "skillan17": "Slow Missiles", + "skillname18": "Avoid", + "skillsd18": "passive - dodges missiles", + "skillld18": "passive - you have a chance to dodge enemy missiles\nwhen attacking or standing still", + "skillan18": "Avoid", + "skillname19": "Impale", + "skillsd19": "increases damage but degrades weapon", + "skillld19": "increases attack damage but rapidly degrades the weapon", + "skillan19": "Impale", + "skillname20": "Lightning Bolt", + "skillsd20": "changes a thrown javelin into lightning", + "skillld20": "magically converts your javelin into a bolt of lightning", + "skillan20": "Lightning Bolt", + "skillname21": "Ice Arrow", + "skillsd21": "enchants arrows to freeze enemies", + "skillld21": "magically enhances your arrow or bolt\nto freeze your enemies\nalways hits", + "skillan21": "Ice Arrow", + "skillname22": "Guided Arrow", + "skillsd22": "enchants arrows to seek enemies", + "skillld22": "enhances your arrows and bolts\nto track your target\nor seek one of its own", + "skillan22": "Guided Arrow", + "skillname23": "Penetrate", + "skillsd23": "passive - increases attack rating", + "skillld23": "passive - increases your attack rating", + "skillan23": "Penetrate", + "skillname24": "Charged Strike", + "skillsd24": "enchants thrusting weapons with charged bolts", + "skillld24": "adds lightning damage to javelin and spear class weapons\nand releases charged bolts upon impact", + "skillan24": "Charged Strike", + "skillname25": "Plague Javelin", + "skillsd25": "enchants javelins with poison explosions", + "skillld25": "magically enhances your javelin to release\nexpanding clouds of poison upon impact", + "skillan25": "Plague Javelin", + "skillname26": "Strafe", + "skillsd26": "enchants arrows to strike multiple targets", + "skillld26": "magically splits one arrow into several\nthat target multiple nearby enemies", + "skillan26": "Strafe", + "skillname27": "Immolation Arrow", + "skillsd27": "enchants arrows to burn enemies", + "skillld27": "enhances arrows or bolts to\ncause severe fire damage and\ncreates a pyre upon impact\nalways hits", + "skillan27": "Immolation", + "skillname28": "Decoy", + "skillsd28": "creates a duplicate of yourself", + "skillld28": "creates a duplicate of yourself\nthat draws fire from enemies", + "skillan28": "Decoy", + "skillname29": "Evade", + "skillsd29": "passive - dodges when moving", + "skillld29": "passive - you have a chance to dodge\na melee or missile attack\nwhen walking or running", + "skillan29": "Evade", + "skillname30": "Fend", + "skillsd30": "attacks all adjacent targets", + "skillld30": "attacks all adjacent targets", + "skillan30": "Fend", + "skillname31": "Freezing Arrow", + "skillsd31": "enchants arrows to freeze multiple monsters", + "skillld31": "magically enhances an arrow or bolt\nto freeze entire groups of monsters\nalways hits", + "skillan31": "Freezing Arrow", + "skillname32": "Valkyrie", + "skillsd32": "summons a powerful Valkyrie ally", + "skillld32": "summons a powerful Valkyrie ally", + "skillan32": "Valkyrie", + "skillname33": "Pierce", + "skillsd33": "passive - missiles may continue through enemies", + "skillld33": "passive - your missiles have a chance to\npass through enemies that they hit", + "skillan33": "Pierce", + "skillname34": "Lightning Strike", + "skillsd34": "enchants thrusting weapons with chain lightning", + "skillld34": "adds lightning damage to javelin and spear class weapons\nand releases chain lightning upon impact", + "skillan34": "Light'ng Strike", + "skillname35": "Lightning Fury", + "skillsd35": "a lightning bolt that splits on impact", + "skillld35": "changes a thrown javelin into a powerful\nbolt of lightning that splits on impact", + "skillan35": "Lightning Fury", + "skillname36": "Fire Bolt", + "skillsd36": "creates a missile of flame", + "skillld36": "creates a magical flaming missile", + "skillan36": "Fire Bolt", + "skillname37": "Warmth", + "skillsd37": "passive - increases mana recovery rate", + "skillld37": "passive - increases the rate at which you recover mana", + "skillan37": "Warmth", + "skillname38": "Charged Bolt", + "skillsd38": "creates multiple deadly sparks", + "skillld38": "creates multiple, randomly directed\nbolts of electrical energy", + "skillan38": "Charged Bolt", + "skillname39": "Ice Bolt", + "skillsd39": "creates a shard of ice that slows enemies", + "skillld39": "creates a magical bolt of ice\nthat damages and slows your enemies", + "skillan39": "Ice Bolt", + "skillname40": "Frozen Armor", + "skillsd40": "improves defense and freezes attacker", + "skillld40": "increases your defense\nand freezes enemies that hit you", + "skillan40": "Frozen Armor", + "skillname41": "Inferno", + "skillsd41": "creates a jet of flame", + "skillld41": "creates a continuous jet of flame\nto scorch your enemies", + "skillan41": "Inferno", + "skillname42": "Static Field", + "skillsd42": "creates a field of deadly sparks", + "skillan42": "Static Field", + "skillname43": "Telekinesis", + "skillsd43": "moves objects with your mind", + "skillld43": "uses the power of your mind to\npick up items, use objects,\nand knock back enemies", + "skillan43": "Telekinesis", + "skillname44": "Frost Nova", + "skillsd44": "creates a freezing ring", + "skillld44": "creates an expanding ring of ice that damages\nand slows all nearby enemies", + "skillan44": "Frost Nova", + "skillname45": "Ice Blast", + "skillsd45": "creates an ice bolt that freezes enemies", + "skillld45": "creates a magical sphere of ice that\ndamages and freezes your enemy", + "skillan45": "Ice Blast", + "skillname46": "Blaze", + "skillsd46": "creates fire in your wake", + "skillld46": "creates a wall of fire\nin your wake to scorch your enemies", + "skillan46": "Blaze", + "skillname47": "Fire Ball", + "skillsd47": "creates an explosive sphere of fire", + "skillld47": "creates an explosive sphere of fiery death\nto engulf your enemies", + "skillan47": "Fire Ball", + "skillname48": "Nova", + "skillsd48": "creates an electrically charged ring", + "skillld48": "creates an expanding ring of lightning\nto shock nearby enemies", + "skillan48": "Nova", + "skillname49": "Lightning", + "skillsd49": "creates a bolt of lightning", + "skillld49": "creates a powerful lightning bolt\nto lay waste to your enemies", + "skillan49": "Lightning", + "skillname50": "Shiver Armor", + "skillsd50": "freezes and damages attackers", + "skillld50": "increases your defense\nfreezes and damages enemies that hit you", + "skillan50": "Shiver Armor", + "skillname51": "Fire Wall", + "skillsd51": "creates a wall of flame", + "skillld51": "creates a wall of flame that\nburns nearby enemies", + "skillan51": "Fire Wall", + "skillname52": "Enchant", + "skillsd52": "enchants melee or ranged weapons with fire", + "skillld52": "enchants equipped weapon of targeted character or minion\nadds fire damage to all weapons", + "skillan52": "Enchant", + "skillname53": "Chain Lightning", + "skillsd53": "creates a bolt of lightning that arcs", + "skillld53": "creates a bolt of lightning that\narcs through several targets", + "skillan53": "Chain Lightning", + "skillname54": "Teleport", + "skillsd54": "instantly moves to destination", + "skillld54": "instantly moves to a destination within your line of sight", + "skillan54": "Teleport", + "skillname55": "Glacial Spike", + "skillsd55": "creates a freezing comet of ice", + "skillld55": "creates a magical ice comet\nthat freezes or kills nearby enemies", + "skillan55": "Glacial Spike", + "skillname56": "Meteor", + "skillsd56": "summons a meteor from the heavens", + "skillld56": "summons a meteor from the heavens\nto crush and incinerate your enemies", + "skillan56": "Meteor", + "skillname57": "Thunder Storm", + "skillsd57": "summons a powerful tempest", + "skillld57": "summons a deadly thunderstorm that strikes\nyour enemies with bolts of lightning", + "skillan57": "Thunder Storm", + "skillname58": "Energy Shield", + "skillsd58": "uses your mana as a shield", + "skillld58": "creates a magical shield that consumes mana\ninstead of health when you take damage", + "skillan58": "Energy Shield", + "skillname59": "Blizzard", + "skillsd59": "summons a massive ice storm", + "skillld59": "summons massive shards of ice to destroy your enemies", + "skillan59": "Blizzard", + "skillname60": "Chilling Armor", + "skillsd60": "retaliates against ranged attackers", + "skillld60": "increases defense and discharges an ice bolt in retaliation\nagainst ranged attackers", + "skillan60": "Chill'n Armor", + "skillsname61": "Fire Mastery", + "skillsd61": "passive - increases fire damage", + "skillld61": "passive - increases all damage caused by your fire spells", + "skillan61": "Fire Mastery", + "skillname62": "Hydra", + "skillsd62": "summons multi-headed fire beast", + "skillld62": "summons a multi-headed beast of flame\nto reduce your enemies to ashes", + "skillan62": "Hydra", + "skillname63": "Lightning Mastery", + "skillsd63": "passive - reduces cost of lightning spells", + "skillld63": "passive - reduces the mana required\nto cast your lightning spells", + "skillan63": "Lightning Mastery", + "skillname64": "Frozen Orb", + "skillsd64": "creates a globe of frozen death", + "skillld64": "creates a magical globe that sprays a torrent of ice bolts\nto lay waste to your enemies", + "skillan64": "Frozen Orb", + "skillname65": "Cold Mastery", + "skillsd65": "passive - cold attacks become piercing", + "skillan65": "Cold Mastery", + "skillname66": "Amplify Damage", + "skillsd66": "curse - amplifies damage taken by enemies", + "skillld66": "curses a group of enemies, increasing\nthe non-magic damage they receive", + "skillan66": "Amplify", + "skillname67": "Teeth", + "skillsd67": "fires barbed teeth", + "skillld67": "fires a barrage of summoned barbed teeth", + "skillan67": "Teeth", + "skillname68": "Bone Armor", + "skillsd68": "creates a damage absorbing bone shell", + "skillld68": "creates an orbiting shield of bone\nthat absorbs melee damage", + "skillan68": "Bone Armor", + "skillname69": "Skeleton Mastery", + "skillsd69": "passive - better skeletons and revived creatures", + "skillld69": "passive - increases life and damage\nof raised skeletons and revived creatures", + "skillan69": "Skeleton Mastery", + "skillname70": "Raise Skeleton", + "skillsd70": "reanimate skeletal warrior from target corpse", + "skillld70": "cast on the corpse of a slain monster,\nthis raises a skeleton warrior that\nfights for you", + "skillan70": "Raise Skeleton", + "skillname71": "Dim Vision", + "skillsd71": "curse - reduces vision of monsters", + "skillld71": "curses a group of monsters,\nreducing their vision radius", + "skillan71": "Dim Vision", + "skillname72": "Weaken", + "skillsd72": "curse - reduces damage done by enemies", + "skillld72": "curses a group of enemies,\nreducing the amount of damage they inflict", + "skillan72": "Weaken", + "skillname73": "Poison Dagger", + "skillsd73": "next dagger attack poisons target", + "skillld73": "adds poison to your dagger attacks", + "skillan73": "Poison Dagger", + "skillname74": "Corpse Explosion", + "skillsd74": "turns a corpse into a bomb", + "skillld74": "cast on the corpse of a slain monster,\nit explodes, damaging nearby enemies", + "skillan74": "Corpse Exp.", + "skillname75": "Clay Golem", + "skillsd75": "creates a golem to fight for you", + "skillld75": "creates a golem from the earth\nto fight by your side", + "skillan75": "Clay Golem", + "skillname76": "Iron Maiden", + "skillsd76": "curse - enemies damage themselves", + "skillld76": "curses a group of enemies, causing them\nto damage themselves when damaging others", + "skillan76": "Iron Maiden", + "skillname77": "Terror", + "skillsd77": "curse - monsters run away in fear", + "skillld77": "curses a group of monsters,\ncausing them to flee in terror", + "skillan77": "Terror", + "skillname78": "Bone Wall", + "skillsd78": "creates an impassable barrier", + "skillld78": "creates an impassable barrier\nof bone and debris", + "skillan78": "Bone Wall", + "skillname79": "Golem Mastery", + "skillsd79": "Enhances Speed and Life of Golems", + "skillld79": "Enhances Speed and Life of all your Golems", + "skillan79": "Golem Mastery", + "skillname80": "Raise Skeletal Mage", + "skillsd80": "reanimate skeletal mage from target corpse", + "skillld80": "cast on the corpse of a slain monster,\nthis raises a skeleton mage that\nfights for you", + "skillan80": "Skeletal Mage", + "skillname81": "Confuse", + "skillsd81": "curse - monster attacks random targets", + "skillld81": "curses a monster to force it to attack random targets", + "skillan81": "Confuse", + "skillname82": "Life Tap", + "skillsd82": "curse - enemies return life to attacker", + "skillld82": "curses a group of monsters so that\ndamaging them gives the attacker life", + "skillan82": "Life Tap", + "skillname83": "Poison Explosion", + "skillsd83": "turns a corpse into a poison gas bomb", + "skillld83": "cast on the corpse of a slain monster,\ntoxic gas is released\nthat poisons nearby monsters", + "skillan83": "Poison Exp.", + "skillname84": "Bone Spear", + "skillsd84": "summons a deadly spike of bone", + "skillld84": "summons a deadly spike of bone to impale your enemies", + "skillan84": "Bone Spear", + "skillname85": "Blood Golem", + "skillsd85": "a golem that shares the life it steals", + "skillld85": "creates a golem that shares with you the life\nit steals", + "skillan85": "Blood Golem", + "skillname86": "Attract", + "skillsd86": "curse - monster becomes universal target", + "skillld86": "curses a monster to becomes the\ntarget of all nearby monsters\nthis curse may not be overridden by another curse", + "skillan86": "Attract", + "skillname87": "Decrepify", + "skillsd87": "curse - greatly slows and weakens enemies", + "skillld87": "curses a group of enemies to make them\nslow, weak and take amplified damage", + "skillan87": "Decrepify", + "skillname88": "Bone Prison", + "skillsd88": "creates a barrier of bone around target", + "skillld88": "creates a barrier of fossilized bone around your target", + "skillan88": "Bone Prison", + "skillname89": "Summon Resist", + "skillsd89": "passive - summoned monsters gain resistances", + "skillld89": "passive - increases the resistances\nof all summoned creatures", + "skillan89": "Summon Resist", + "skillname90": "Iron Golem", + "skillsd90": "creates a golem from an item", + "skillld90": "transforms a metallic item into a golem that gains\nthe properties of the item", + "skillan90": "Iron Golem", + "skillname91": "Lower Resist", + "skillsd91": "curse - lowers enemies resistance to magic", + "skillld91": "curses an enemy to take more damage from all magical attacks\nlowers resistances of monsters\nlowers maximum resistances of hostile players", + "skillan91": "Lower Resist", + "skillname92": "Poison Nova", + "skillsd92": "emits an expanding ring of poison", + "skillld92": "emits an expanding ring of concentrated poison", + "skillan92": "Poison Nova", + "skillname93": "Bone Spirit", + "skillsd93": "releases an undead specter", + "skillld93": "releases a spirit of the restless undead that\ntracks its target or finds one of its own", + "skillan93": "Bone Spirit", + "skillname94": "Fire Golem", + "skillsd94": "creates a golem of fire", + "skillld94": "creates a golem that converts the damage\nit receives from fire into life", + "skillan94": "Fire Golem", + "skillname95": "Revive", + "skillsd95": "raises a monster to fight for you", + "skillld95": "returns a monster to life\nto fight by your side", + "skillan95": "Revive", + "skillname96": "Sacrifice", + "skillsd96": "increased accuracy and damage", + "skillld96": "increased accuracy and damage\nat the cost of life", + "skillan96": "Sacrifice", + "skillname97": "Smite", + "skillsd97": "shield bash", + "skillld97": "temporarily stun your enemy\nby bashing it with your shield", + "skillan97": "Smite", + "skillname98": "Might", + "skillsd98": "aura - increases damage", + "skillld98": "when active, aura increases the damage\ndone by you and your party", + "skillan98": "Might", + "skillname99": "Prayer", + "skillsd99": "aura - regenerates life", + "skillld99": "when active, aura slowly regenerates\nthe life of you and your party", + "skillan99": "Prayer", + "skillname100": "Resist Fire", + "skillsd100": "aura - protects against fire damage", + "skillld100": "when active, aura decreases fire damage\ndone to you and your party", + "skillan100": "Resist Fire", + "skillname101": "Holy Bolt", + "skillsd101": "divine energy that damages undead", + "skillld101": "a bolt of divine energy\nthat damages demons and undead\nor heals allies", + "skillan101": "Holy Bolt", + "skillname102": "Holy Fire", + "skillsd102": "aura - flames damage nearby enemies", + "skillld102": "when active, aura damages nearby enemies\nwith heavenly flames\nadds fire damage to your attack", + "skillan102": "Holy Fire", + "skillname103": "Thorns", + "skillsd103": "aura - reflects damage back at enemies", + "skillld103": "when active, aura reflects melee damage taken by you\nand your party back at your enemies", + "skillan103": "Thorns", + "skillname104": "Defiance", + "skillsd104": "aura - increases defense", + "skillld104": "when active, aura increases the defense\nof you and your party", + "skillan104": "Defiance", + "skillname105": "Resist Cold", + "skillsd105": "aura - protects against cold damage", + "skillld105": "when active, aura decreases cold damage\ndone to you and your party", + "skillan105": "Resist Cold", + "skillname106": "Zeal", + "skillsd106": "attacks multiple adjacent enemies", + "skillld106": "allows you to attack multiple adjacent enemies\nwith a single attack", + "skillan106": "Zeal", + "skillname107": "Charge", + "skillsd107": "charge and attack target", + "skillld107": "charge into battle and attack an enemy", + "skillan107": "Charge", + "skillname108": "Blessed Aim", + "skillsd108": "aura - increases your attack rating", + "skillld108": "when active, aura increases the attack rating\nfor you and your party", + "skillan108": "Blessed Aim", + "skillname109": "Cleansing", + "skillsd109": "aura - reduces poison and curse duration", + "skillld109": "when active, aura reduces the length\nof time you and your party\nwill remain poisoned or cursed", + "skillan109": "Cleansing", + "skillname110": "Resist Lightning", + "skillsd110": "aura - protects against lightning damage", + "skillld110": "when active, aura decreases lightning damage\ndone to you and your party", + "skillan110": "R. Lightning", + "skillname111": "Vengeance", + "skillsd111": "attacks add elemental damage", + "skillld111": "fire, lightning and cold damage are added\nto each successful attack", + "skillan111": "Vengeance", + "skillname112": "Blessed Hammer", + "skillsd112": "summon a spiraling magic hammer", + "skillld112": "summons an ethereal hammer that\nspirals outwards damaging enemies it hits", + "skillan112": "B. Hammer", + "skillname113": "Concentration", + "skillsd113": "aura - increases your attack ability", + "skillld113": "when active, aura increases the damage and decreases the chance\nthat the attack will be interrupted for you and your party ", + "skillan113": "Concentration", + "skillname114": "Holy Freeze", + "skillsd114": "aura - freezes nearby monsters", + "skillld114": "when active, aura freezes nearby monsters\nadds cold damage to your attack", + "skillan114": "Holy Freeze", + "skillname115": "Vigor", + "skillsd115": "aura - increases speed and stamina recovery", + "skillld115": "when active, aura increases stamina recovery rate, maximum stamina\nand movement speed for you and your party", + "skillan115": "Vigor", + "skillname116": "Conversion", + "skillsd116": "Change allegiance of monsters", + "skillld116": "converts monsters to fight against\nother foul demons and beasts", + "skillan116": "Conversion", + "skillname117": "Holy Shield", + "skillsd117": "enhances your shield", + "skillld117": "enhances your shield with divine power", + "skillan117": "Holy Shield", + "skillname118": "Holy Shock", + "skillsd118": "aura - lightning damages nearby enemies", + "skillld118": "when active, aura causes pulses of electricity\nto damage nearby enemies", + "skillan118": "Holy Shock", + "skillname119": "Sanctuary", + "skillsd119": "aura - repels and damages undead", + "skillld119": "when active, aura damages the undead\nand knocks them back", + "skillan119": "Sanctuary", + "skillname120": "Meditation", + "skillsd120": "aura - increases mana recovery", + "skillld120": "when active, aura increases mana recovery\nfor you and your party", + "skillan120": "Meditation", + "skillname121": "Fist of the Heavens", + "skillsd121": "target is banished", + "skillld121": "lightning strikes your target as holy bolts\nseek out nearby enemies", + "skillan121": "Heaven's Fist", + "skillname122": "Fanaticism", + "skillsd122": "aura - increases attack speed", + "skillld122": "when active, aura increases attack speed\nand attack rating for you and your party", + "skillan122": "Fanaticism", + "skillname123": "Conviction", + "skillsd123": "aura - weakens enemies", + "skillld123": "when active, aura reduces the defenses\nand resistances of nearby enemies", + "skillan123": "Conviction", + "skillname124": "Redemption", + "skillsd124": "aura - redeems the dead for mana and life", + "skillld124": "when active, aura attempts to redeem\nthe souls of slain enemies to give\nlife and mana to you and your party", + "skillan124": "Redemption", + "skillname125": "Salvation", + "skillsd125": "aura - protects against elemental damage", + "skillld125": "when active, aura decreases fire, cold and lightning damage\ndone to you and your party", + "skillan125": "Salvation", + "skillname126": "Bash", + "skillsd126": "powerful blow that increases damage", + "skillld126": "powerful blow that increases the damage done\nto enemies and knocks them back", + "skillan126": "Bash", + "skillname127": "Blade Mastery", + "skillsd127": "passive - improves swords and daggers fighting skill", + "skillld127": "passive - improves swords and daggers fighting skill", + "skillan127": "Blade Mastery", + "skillname128": "Axe Mastery", + "skillsd128": "passive - improves axe fighting skill", + "skillld128": "passive - improves axe fighting skill", + "skillan128": "Axe Mastery", + "skillname129": "Mace Mastery", + "skillsd129": "passive - improves mace fighting skill", + "skillld129": "passive - improves mace fighting skill", + "skillan129": "Mace Mastery", + "skillname130": "Howl", + "skillsd130": "frightens nearby monsters", + "skillld130": "sends nearby monsters\nscrambling away in fear", + "skillan130": "Howl", + "skillname131": "Find Potion", + "skillsd131": "targets corpses to find potions", + "skillld131": "use on the corpse of a slain monster\nfor a chance to find a potion", + "skillan131": "Find Potion", + "skillname132": "Leap", + "skillsd132": "jumps over obstacles", + "skillld132": "Jump into the air and knock back\nnearby enemies when you land", + "skillan132": "Leap", + "skillname133": "Double Swing", + "skillsd133": "swings two weapons at once", + "skillld133": "when two weapons are equipped\nattacks two targets if possible,\nor one target twice", + "skillan133": "Double Swing", + "skillname134": "Polearm Mastery", + "skillsd134": "passive - improves polearm skill", + "skillld134": "passive - improves polearm skill", + "skillan134": "Polearm Mastery", + "skillname135": "Throwing Mastery", + "skillsd135": "passive - improves throwing weapon skill", + "skillld135": "passive - improves throwing weapon skill", + "skillan135": "Throwing Mastery", + "skillname136": "Spear Mastery", + "skillsd136": "passive - improves spear fighting skill", + "skillld136": "passive - improves spear fighting skill", + "skillan136": "Spear Mastery", + "skillname137": "Taunt", + "skillsd137": "causes a monster to attack", + "skillld137": "enrages a monster into relentlessly attacking", + "skillan137": "Taunt", + "skillname138": "Shout", + "skillsd138": "alerts party and improves defense", + "skillld138": "warns of impending danger and improves the defense\nrating of you and your party", + "skillan138": "Shout", + "skillname139": "Stun", + "skillsd139": "stuns your target", + "skillld139": "stuns your target for a short time\nand increases your attack rating", + "skillan139": "Stun", + "skillname140": "Double Throw", + "skillsd140": "throw two weapons at once", + "skillld140": "allows you to throw two different\nthrowing weapons at the same time", + "skillan140": "Double Throw", + "skillname141": "Increased Stamina", + "skillsd141": "passive - increases stamina", + "skillld141": "passive - increases your stamina", + "skillan141": "Increased Stamina", + "skillname142": "Find Item", + "skillsd142": "targets corpses to find items", + "skillld142": "use on the corpse of a slain monster\nto find hidden treasures", + "skillan142": "Find Item", + "skillname143": "Leap Attack", + "skillsd143": "leaps and attacks target enemy", + "skillld143": "leaps to and attacks target enemy\nand damages surrounding enemies", + "skillan143": "Leap Attack", + "skillname144": "Concentrate", + "skillsd144": "attack that is not interruptible", + "skillld144": "attack that is not interruptible and\nimproves attack rating and defense", + "skillan144": "Concentrate", + "skillname145": "Iron Skin", + "skillsd145": "passive - improves defense", + "skillld145": "passive - improves defense", + "skillan145": "Iron Skin", + "skillname146": "Battle Cry", + "skillsd146": "reduces enemy effectiveness", + "skillan146": "Battle Cry", + "skillname147": "Frenzy", + "skillsd147": "successful double swing hit increases speed", + "skillld147": "allows you to swing two weapons at once\neach successful attack increases your overall speed\nrequires you to equip two weapons", + "skillan147": "Frenzy", + "skillname148": "Increased Speed", + "skillsd148": "passive - increases walk and run speed", + "skillld148": "passive - increases walk and run speed", + "skillan148": "Increased Speed", + "skillname149": "Battle Orders", + "skillsd149": "improves life, mana and stamina of party", + "skillld149": "improves the maximum mana, life and\nstamina of you and your party", + "skillan149": "Battle Orders", + "skillname150": "Grim Ward", + "skillsd150": "creates a frightening totem", + "skillld150": "use on the corpse of a slain monster\nto create a frightening totem\nthat causes nearby monsters to flee", + "skillan150": "Grim Ward", + "skillname151": "Whirlwind", + "skillsd151": "whirling dance of death", + "skillld151": "a whirling dance of death\nthat cuts a path through the\nlegions of your enemies", + "skillan151": "Whirlwind", + "skillname152": "Berserk", + "skillsd152": "powerful but reckless attack", + "skillld152": "a powerful but reckless attack\nthat increases damage and attack rating\nbut decreases defense", + "skillan152": "Berserk", + "skillname153": "Natural Resistance", + "skillsd153": "passive - increases natural resistances", + "skillld153": "passive - increases natural resistances\nto elemental and poison damage", + "skillan153": "Natural Resistance", + "skillname154": "War Cry", + "skillsd154": "injures and stuns nearby enemies", + "skillld154": "injures and stuns all nearby enemies", + "skillan154": "War Cry", + "skillname155": "Battle Command", + "skillsd155": "increases skill levels", + "skillld155": "increases all current skill levels for you and your party", + "skillan155": "Battle Cmd", + "skillname217": "Scroll of Identify", + "skillsd217": "identify a magic item's properties", + "skillld217": "identify a magic item's properties", + "skillan217": "Identify", + "skillname218": "Tome of Identify", + "skillsd218": "identify a magic item's properties", + "skillld218": "identify a magic item's properties", + "skillan218": "Identify", + "skillname219": "Scroll of Town Portal", + "skillsd219": "create a magic portal to the nearest town", + "skillld219": "create a magic portal to the nearest town", + "skillan219": "Town Portal", + "skillname220": "Tome of Town Portal", + "skillsd220": "create a magic portal to the nearest town", + "skillld220": "create a magic portal to the nearest town", + "skillan220": "Town Portal", + "strgamefailbadcharskills": "Unable to enter game. Bad character skills data", + "StrSkill41": "Absorbs %d%%", + "strEskilllighttoattack": "Lightning Damage: %d-%d to your attack", + "skillxld7": "magically enhances your arrows\nor bolts with fire", + "skillxld8": "magically enhances your arrows or bolts\nby adding cold damage and a slowing effect\ncold arrows only do half of their regular damage", + "skillxld11": "magically enhances your arrows or bolts\nby adding cold damage and a slowing effect\ncold arrows only do half of their regular damage", + "skillxld16": "enchants an arrow or bolt that explodes on\ncontact, damaging all nearby enemies", + "skillxld21": "magically enhances your arrow or bolt\nto freeze your enemies", + "skillxld27": "enhances arrows or bolts to\ncause severe fire damage and\ncreates a pyre upon impact", + "skillxld31": "magically enhances an arrow or bolt\nto freeze entire groups of monsters", + "skillxld42": "creates an electrical field that reduces life\nof all nearby enemies", + "skillxsd63": "passive - increases lightning damage", + "skillxld63": "passive - increases all damage caused by your lightning spells", + "skillxld86": "curses a monster to become the\ntarget of all nearby monsters\nthis curse may not be overridden by another curse", + "skillxld118": "when active, aura causes pulses of electricity\nto damage nearby enemies\nadds lightning damage to your attack", + "skillxsd122": "aura - increases attack speed and damage", + "skillxld122": "when active, aura increases damage, attack speed\nand attack rating for you and your party", + "skillxsd123": "aura - weakens enemies", + "skillxld124": "when active, aura attempts to redeem\nthe souls of slain enemies to give\nyou life and mana", + "Sksyn": "%s Receives Bonuses From:", + "Damplev": "%s: %+d%% Damage per Level", + "ElemDampLev": "%s: %+d%% Elemental Damage per Level", + "Firedplev": "%s: %+d%% Fire Damage per Level", + "Colddplev": "%s: %+d%% Cold Damage per Level", + "Ltngdplev": "%s: %+d%% Lightning Damage per Level", + "Poisdplev": "%s: %+d%% Poison Damage per Level", + "Magdplev": "%s: %+d%% Magic Damage per Level", + "Rangplev": "%s: %+d.%d Yards per Level", + "RateFireplev": "Rate of Fire per Level", + "AttRateplev": "%s: %+d%% Attack Rating per Level", + "AttSpeedplev": "Attack Speed per Level", + "Defplev": "%s: %+d%% Defense per Level", + "Manacoredplev": "Mana Cost per Level", + "Missplev1": "Missiles per Level", + "Missplev2": "+1 Missile per Level", + "Missplev3": "%s: %+d Spike per %d Levels", + "Boltplev1": "Bolts per Level", + "Boltplev2": "+1 Bolt per Level", + "Boltplev3": "%s: %+d Bolt per %d Levels", + "Shotplev1": "Shots per Level", + "Shotplev2": "+1 Shot per Level", + "Shotplev3": "%s: %+d Shot per %d Levels", + "Hpplev": "%s: %+d%% Life per Level", + "WRSpeedplev": "Walk/Run Speed per Level", + "Durateplev": "%s: %+d%% Duration per Level", + "CoLenplev": "Cold Length per Level", + "FrezLenplev": "%s: %+d%% Freeze Length per Level", + "PoisLenplev": "Poison Length per Level", + "Convphy2magplev": "Converts %d%% Physical Damage to Magic Damage per Level", + "Convphy2elemplev": "Converts %d%% Physical Damage to Elemental Damage per Level", + "Convphy2magalt": "Converts %d%% Physical Damage to Elemental Damage", + "Convphy2elemalt": "Converts %d%% Physical Damage to Magic Damage", + "Secplev1": "Second per Level", + "Secplev2": "%s: %+d Seconds per Level", + "Damabsplev": "%s: %+d Damage Absorbed per Level", + "WeapDamsk": "%d%% Weapon Damage", + "Hbdplev": "%s: %+d%% Holy Bolt Damage per Level", + "Healplev": "%s: %+d%% Life Healed per Level", + "Healplev2": "%s: %+d Life Healed Every 2 Seconds", + "FanYDam": "Your Damage: %+d%%", + "PartDam": "Party Damage: %+d%%", + "AFDImm": "%s: %+d%% Average Fire Damage per Second per Level", + "Cgslow": "Slows Enemies: %d%%", + "Corexpdam": "Corpse Explosion Damage: %d-%d%% of corpse Life", + "Skillname224": "Werewolf", + "Skillsd224": "transform into a werewolf", + "Skillld224": "transform into a werewolf", + "Skillan224": "Werewolf", + "StrSkill43a": "%d skeleton mage", + "StrSkill44a": "%d skeleton magi", + "skillxld124P": "when active, aura attempts to redeem\nthe souls of slain enemies to give\nyour life and mana", + "skillld42": "creates an electrical field that reduces life\nof all nearby enemies", + "StrSkill63Patch": "over ", + "StrSkill61": "Multiple Hits", + "EskillLowersResistX": "Lowers Resistance ", + "EskillToMeleeX": " to melee attacks", + "eskillincasemasteryX": "%d%% Chance of Critical Strike", + "skillld146": "fearsome cry that decreases\nenemies' defense and damage", + "skillld65": "passive - increases the damage of your cold spells\nby piercing enemies' resistances to cold", + "Chanceplev": "Chance per level", + "SkillCategoryMisc": "Basic Skills and Items", + "SkillCategoryAm1": "Javelin and Spear", + "SkillCategoryAm2": "Passive and Magic", + "SkillCategoryAm3": "Bow and Crossbow", + "SkillCategorySo1": "Cold Spells", + "SkillCategorySo2": "Lightning Spells", + "SkillCategorySo3": "Fire Spells", + "SkillCategoryNe1": "Summoning", + "SkillCategoryNe2": "Poison and Bone", + "SkillCategoryNe3": "Curses", + "SkillCategoryPa1": "Defensive Auras", + "SkillCategoryPa2": "Offensive Auras", + "SkillCategoryPa3": "Combat Skills", + "SkillCategoryBa1": "Warcries", + "SkillCategoryBa2": "Combat Masteries", + "SkillCategoryBa3": "Combat Skills", + "SkillCategoryDr1": "Elemental", + "SkillCategoryDr2": "Shape Shifting", + "SkillCategoryDr3": "Summoning", + "SkillCategoryAs1": "Martial Arts", + "SkillCategoryAs2": "Shadow Disciplines", + "SkillCategoryAs3": "Traps", + "EskillKickSing": "%d Kick", + "EskillKickPlur": "%d Kicks", + "EskillPetLife": "Pet Life: ", + "EskillWolfDef": "Wolf Defense: ", + "EskillPassiveFeral": "Passive Bonus to Wolves and Bears", + "Eskillperhit12": " per hit", + "Eskillincasehit": " hit", + "Eskillincasemastery": "%d Percent Chance of Critical Strike", + "Eskillincaseraven": "Mana Cost Per Raven: %d", + "Eskillkickdamage": "Kick Damage: %+d%%", + "EskillPerBlade": "Mana Cost: %d per blade", + "Eskillelementaldmg": "Elemental Charge-up Damage: ", + "Skillname222": "Raven", + "Skillsd222": "summon ravens", + "Skillld222": "summon ravens to peck out\nthe eyes of your enemies", + "Skillan222": "Raven", + "Skillname223": "Poison Creeper", + "Skillsd223": "summon disease spreading vine", + "Skillld223": "summon a vine that spreads\ndisease to all it contacts", + "Skillan223": "Psn Creep", + "Skillname225": "Lycanthropy", + "Skillsd225": "passive - improves shape-shifting ability", + "Skillld225": "passive - improves duration and life\nwhen in werewolf or werebear form", + "Skillan225": "Lycanthropy", + "Skillname226": "Firestorm", + "Skillsd226": "unleash fiery chaos", + "Skillld226": "unleash fiery chaos to burn your enemies", + "Skillan226": "Firestorm", + "Skillname227": "Oak Sage", + "Skillsd227": "summon the spirit of the oak", + "Skillld227": "summon a spirit pet that increases\nlife for you and your party", + "Skillan227": "Oak Sage", + "Skillname228": "Summon Spirit Wolf", + "Skillsd228": "summon a wolf", + "Skillld228": "summon a wolf with teleporting ability\nto fight by your side", + "Skillan228": "Sum Spt Wolf", + "Skillname229": "Werebear", + "Skillsd229": "transform into a werebear", + "Skillld229": "transform into a werebear\nwith unstoppable attacks", + "Skillan229": "Werebear", + "Skillname230": "Molten Boulder", + "Skillsd230": "launch a molten boulder", + "Skillld230": "launch a boulder of flaming hot magma\nthat knocks back your enemies", + "Skillan230": "Molten Boulder", + "Skillname231": "Arctic Blast", + "Skillsd231": "shoot a jet of ice", + "Skillld231": "blast a continuous jet of ice\nto burn your enemies with frost", + "Skillan231": "Arctic Blast", + "Skillname232": "Carrion Vine", + "Skillsd232": "summon corpse eating vine", + "Skillld232": "summon a vine that eats corpses\nand replenishes your life", + "Skillan232": "Carrion Vine", + "Skillname233": "Feral Rage", + "Skillsd233": "life-stealing rage attack - werewolf form", + "Skillld233": "when in werewolf form,\ngo into a frenzied rage to steal\nincreasing amounts of life from your enemies\nwith successive hits", + "Skillan233": "Feral Rage", + "Skillname234": "Maul", + "Skillsd234": "maul your enemies - werebear form", + "Skillld234": "when in werebear form,\nmaul your enemies\nfor increasing extra damage\nwith successive hits", + "Skillan234": "Maul", + "Skillname235": "Fissure", + "Skillsd235": "open the earth to burn enemies", + "Skillld235": "open volcanic vents below your enemies,\nburning them to a crisp", + "Skillan235": "Fissure", + "Skillname236": "Cyclone Armor", + "Skillsd236": "shield from elemental damage", + "Skillld236": "shield yourself from damage caused by\nfire, cold, and lightning", + "Skillan236": "Cyclone Armor", + "Skillname237": "Heart of Wolverine", + "Skillsd237": "summon a wolverine spirit", + "Skillld237": "summon a spirit pet that adds\nto the damage and attack rating\nof you and your party", + "Skillan237": "Wolverine Hrt", + "Skillname238": "Summon Dire Wolf", + "Skillsd238": "summon an enraged wolf", + "Skillld238": "summon a wolf that becomes enraged,\neating corpses to increase damage\nit does to enemies", + "Skillan238": "Summon D Wolf", + "Skillname239": "Rabies", + "Skillsd239": "bite causes disease - werewolf form", + "Skillld239": "when in werewolf form,\nbite your enemies\nto inflict them with disease\nthat spreads to other monsters", + "Skillan239": "Rabies", + "Skillname240": "Fire Claws", + "Skillsd240": "fiery, mauling attack", + "Skillld240": "when in werewolf or werebear\nform, maul your enemies\nwith a fiery claw attack", + "Skillan240": "Fire Claws", + "Skillname241": "Twister", + "Skillsd241": "release several small whirlwinds", + "Skillld241": "release several small whirlwinds that\ncut a path through your enemies", + "Skillan241": "Twister", + "Skillname242": "Solar Creeper", + "Skillsd242": "summon corpse eating vine", + "Skillld242": "summon a vine that eats corpses\nand replenishes your mana", + "Skillan242": "Sol Creep", + "Skillname243": "Hunger", + "Skillsd243": "life-and-mana-stealing bite", + "Skillld243": "when in werewolf or werebear\nform, bite your enemies\nto gain life and mana", + "Skillan243": "Hunger", + "Skillname244": "Shock Wave", + "Skillsd244": "create shock waves - werebear form", + "Skillld244": "when in werebear form,\ncreate a shock wave\nthat stuns nearby enemies", + "Skillan244": "Shock Wave", + "Skillname245": "Volcano", + "Skillsd245": "create a volcano", + "Skillld245": "summon forth a volcano to rain death\nand destruction over your enemies", + "Skillan245": "Volcano", + "Skillname246": "Tornado", + "Skillsd246": "create a tornado", + "Skillld246": "create a funnel of wind and debris\nto blast your enemies", + "Skillan246": "Tornado", + "Skillname247": "Spirit of Barbs", + "Skillsd247": "summon a spirit pet of thorns", + "Skillld247": "summon spirit pet that reflects damage\ntaken by you and your party\nback at your enemies", + "Skillan247": "Spirit Barbs", + "Skillname248": "Summon Grizzly", + "Skillsd248": "summon a grizzly bear", + "Skillld248": "summon a ferocious grizzly bear", + "Skillan248": "Summon Grizzly", + "Skillname249": "Fury", + "Skillsd249": "multiple attacks - werewolf Form", + "Skillld249": "when in werewolf form, attack\neither multiple adjacent targets\nor one target multiple times", + "Skillan249": "Fury", + "Skillname250": "Armageddon", + "Skillsd250": "rain fire on your enemies", + "Skillld250": "create a meteor shower to rain fiery\ndestruction on nearby enemies", + "Skillan250": "Armageddon", + "Skillname251": "Hurricane", + "Skillsd251": "create a massive wind storm", + "Skillld251": "create a massive storm of wind and\ndebris to pound your enemies to bits", + "Skillan251": "Hurricane", + "Skillname252": "Fire Blast", + "Skillsd252": "throw a fire bomb", + "Skillld252": "throw a fire bomb\nto blast your enemies to bits", + "Skillan252": "Fire Blast", + "Skillname253": "Claw Mastery", + "Skillsd253": "passive - improves claw class weapons ability", + "Skillld253": "passive - improves your skill\nwith claw class weapons", + "Skillan253": "Claw Mastery", + "Skillname254": "Psychic Hammer", + "Skillsd254": "a mind blast to crush your enemies", + "Skillld254": "use the power of your mind\nto create a psychic blast\nto crush and knock back your enemies", + "Skillan254": "Psyc Hammer", + "Skillname255": "Tiger Strike", + "Skillsd255": "Charge-up Skill\n\nincreases damage of finishing moves", + "Skillld255": "Charge-up Skill\n\nconsecutive hits add damage bonuses\nto finishing moves\nmust use a dragon finishing move or\nnormal attack to release charges", + "Skillan255": "Tiger Strike", + "Skillname256": "Dragon Talon", + "Skillsd256": "Finishing Move\n\nkick your enemies", + "Skillld256": "Finishing Move\n\nkick your enemies out of your way\nadds charged-up bonuses to the kick", + "Skillan256": "Dragon Talon", + "Skillname257": "Shock Web", + "Skillsd257": "throw a web of lightning", + "Skillld257": "throw a web of lightning\nto shock your enemies", + "Skillan257": "Shock Web", + "Skillname258": "Blade Sentinel", + "Skillsd258": "set a spinning blade", + "Skillld258": "set a spinning blade to patrol\nbetween you and target point", + "Skillan258": "Blade Sentinel", + "Skillname259": "Burst of Speed", + "Skillsd259": "increases attack and movement speed", + "Skillld259": "increases attack and movement speed\nfor a period of time", + "Skillan259": "Burst of Speed", + "Skillname260": "Fists of Fire", + "Skillsd260": "Charge-up Skill\n\nadds fire damage to finishing moves", + "Skillld260": "Charge-up Skill\n\nconsecutive hits add fire damage\nto finishing moves\ncan only be used with claw class weapons\nmust use a dragon finishing move or\nnormal attack to release charges", + "Skillan260": "Fists of Fire", + "Skillname261": "Dragon Claw", + "Skillsd261": "Finishing Move\n\ndouble claw attack", + "Skillld261": "Finishing Move\n\nslice and dice your enemies\nwith your dual claw class weapons\nadds charged-up bonuses to both claw attacks", + "Skillan261": "Dragon Claw", + "Skillname262": "Charged Bolt Sentry", + "Skillsd262": "a trap that emits charged bolts", + "Skillld262": "a trap that emits charged bolts\nat enemies that pass near", + "Skillan262": "Charged Bolt", + "Skillname263": "Wake of Fire", + "Skillsd263": "a trap that emits waves of fire", + "Skillld263": "a trap that emits waves of fire", + "Skillan263": "Wake of Fire", + "Skillname264": "Weapon Block", + "Skillsd264": "passive - block with two claw class weapons", + "Skillld264": "passive - chance to block when\nyou are using dual claw class weapons", + "Skillan264": "Wpn Block", + "Skillname265": "Cloak of Shadows", + "Skillsd265": "blind your enemies", + "Skillld265": "cast a shadow to blind nearby enemies\nlowering their defenses for a period of time", + "Skillan265": "Cloak of Shdws", + "Skillname266": "Cobra Strike", + "Skillsd266": "Charge-up Skill\n\n adds life and mana stealing to finishing moves", + "Skillld266": "Charge-up Skill\n\nconsecutive hits add life and mana stealing\nto finishing moves\nmust use a dragon finishing move or\nnormal attack to release charges", + "Skillan266": "Cobra Strike", + "Skillname267": "Blade Fury", + "Skillsd267": "throw spinning blades", + "Skillld267": "throw spinning blades\nto slice up your enemies", + "Skillan267": "Blade Fury", + "Skillname268": "Fade", + "Skillsd268": "temporary resist all", + "Skillld268": "raise all resistances and resist curses\nfor a period of time", + "Skillan268": "Fade", + "Skillname269": "Shadow Warrior", + "Skillsd269": "summon a shadow of yourself", + "Skillld269": "summon a shadow of yourself that mimics\nyour skills and fights by your side", + "Skillan269": "Shdw Warrior", + "Skillname270": "Claws of Thunder", + "Skillsd270": "Charge-up Skill\n \nadds lightning damage to finishing moves", + "Skillld270": "Charge-up Skill\n\nconsecutive hits add lightning damage\nto finishing moves\ncan only be used with claw class weapons\nmust use a dragon finishing move or\nnormal attack to release charges", + "Skillan270": "Thunder Claws", + "Skillname271": "Dragon Tail", + "Skillsd271": "Finishing Move\n\nexplosive kick", + "Skillld271": "Finishing Move\n\nknock back your enemies with an explosive kick\nadds charged-up bonuses to the kick", + "Skillan271": "Dragon Tail", + "Skillname272": "Lightning Sentry", + "Skillsd272": "a trap that emits lightning", + "Skillld272": "a trap that shoots lightning\nto scorch passing enemies", + "Skillan272": "Lightning Sentry", + "Skillname273": "Wake of Inferno", + "Skillsd273": "trap that sprays fire", + "Skillld273": "trap that sprays fire at passing enemies", + "Skillan273": "Wake of Inferno", + "Skillname274": "Mind Blast", + "Skillsd274": "compelling psionic blast", + "Skillld274": "using the power of your mind\nstun a group of enemies\nand convert the feeble-minded", + "Skillan274": "Mind Blast", + "Skillname275": "Blades of Ice", + "Skillsd275": "Charge-up Skill\n\nadds cold damage to finishing moves", + "Skillld275": "Charge-up Skill\n\nconsecutive hits add cold damage\nto finishing moves\ncan only be used with claw class weapons\nmust use a dragon finishing move or\nnormal attack to release charges", + "Skillan275": "Blades of Ice", + "Skillname276": "Dragon Flight", + "Skillsd276": "Finishing Move\n\nteleport and kick enemies", + "Skillld276": "Finishing Move\n\nteleport to your enemies\nand destroy them with a kick\nadds charged-up bonuses to the kick", + "Skillan276": "Dragon Flight", + "Skillname277": "Death Sentry", + "Skillsd277": "trap that explodes nearby corpses", + "Skillld277": "trap that shoots lightning at your enemies\nor explodes nearby corpses laying waste to more enemies", + "Skillan277": "Death Sentry", + "Skillname278": "Blade Shield", + "Skillsd278": "spinning blades of defense", + "Skillld278": "spinning blades slice enemies\nwho stray too close", + "Skillan278": "Blade Shield", + "Skillname279": "Venom", + "Skillsd279": "poison your weapon", + "Skillld279": "add poison damage to your weapons", + "Skillan279": "Venom", + "Skillname280": "Shadow Master", + "Skillsd280": "summon your shadow", + "Skillld280": "summon a powerful shadow of yourself\nto fight by your side", + "Skillan280": "Shdw Master", + "Skillname281": "Phoenix Strike", + "Skillsd281": "Charge-up Skill\n\nadds elemental novas to finishing moves", + "Skillld281": "Charge-up Skill\n\nadds elemental novas to finishing moves\nmust use a dragon finishing move or\nnormal attack to release charges", + "Skillan281": "Phnx Strike", + "ESkillHawk": "Max Ravens: %d", + "ESkillSpikes": "Spikes: %d", + "ESkillStars": "Stars: ", + "ESkillWolf": "Wolf: ", + "ESkillWolves": "Max Wolves: %d", + "ESkillShoots": "Shoots %d Times", + "ESkillTimes": " Times", + "ESkillSpikes2": " Spikes", + "ESkillPerKick": " per kick", + "EskillLifeSteal": "Life Steal: %+d%%", + "Eskillchancetostun": "Chance to stun: ", + "Eskillchancetoafflict": "Chance to afflict target: ", + "Eskillpowerup1": "Charge 1 - ", + "Eskillpowerup2": "Charge 2 - ", + "Eskillpowerup3": "Charge 3 - ", + "Eskillpowerupadd": "Adds ", + "Eskillsinishup": "Finishing Move Bonuses", + "Eskillpudlife": " percent life stealing", + "Eskillpudmana": "Charge 2 - Life and Mana Steal: %+d%%", + "Eskillpudburning": "burning damage", + "Eskillpuddgmper": " percent damage", + "Eskilllowerresis": "Lowers Resistance ", + "Eskilltomeleeattacks": " to melee attacks", + "EskillManaSteal": "Mana Steal: %+d%%", + "Eskillferalpets": "Feral Pets: ", + "Eskillpercentatt": " Percent Attack", + "Eskillpercentlif": " Percent Life", + "Eskillpercentdmg": " Percent Damage", + "Eskillfinishmove": "Finishing Move - ", + "Eskillmanarecov": "Mana Recovered: ", + "Eskillphoenix1": "Charge 1 - Meteor Damage: %d-%d", + "Eskillphoenix2": "Charge 2 - Chain Lightning Damage: %d-%d", + "Eskillphoenix3": "Charge 3 - Chaos Ice Bolt Damage: %d-%d", + "Eskillthunder1": "Charge 1 - Lightning Damage: %d-%d", + "Eskillthunder2": "Charge 2 - Nova Damage: %d-%d", + "Eskillthunder3": "Charge 3 - Charged Bolt Damage: %d-%d", + "Eskillfistsoffire1": "Charge 1 - Fire Damage: %d-%d", + "Eskillfistsoffire2": "Charge 2 - Fire Damage Radius: %d yards", + "Eskillfistsoffire3": "Charge 3 - Average Fire Damage: %d-%d per second", + "Eskillbladesofice1": "Charge 1 - Cold Damage: %d-%d", + "Eskillbladesofice2": "Charge 2 - Cold Damage Radius: %d yards", + "Eskillbladesofice3": "Charge 3 - Freezes for %d seconds", + "Charged Bolt Sentry": "Charged Bolt Sentry", + "Lightning Sentry": "Lightning Sentry", + "Blade Creeper": "Blade Sentinel", + "Druid Hawk": "Raven", + "Oak Sage": "Oak Sage", + "Heart of Wolverine": "Heart of Wolverine", + "Spirit of Barbs": "Spirit of Barbs", + "Shadow Warrior": "Shadow Warrior", + "Death Sentry": "Death Sentry", + "Shadow Master": "Shadow Master", + "Wake of Destruction": "Wake of Fire", + "SkillAndStatLevelUp": "New Stats and Skills", + "StrSkillAlwaysHits": "Always Hits", + "StrSkillAttackRating": "Attack Rating: %d", + "StrSkillDamageToUndead": "Damage to Undead: %+d%%", + "StrSkillDefense": "Defense: %d", + "StrSkillRunWalkRange": "Run/Walk Speed: %+d-%d%%", + "StrSkillAttackSpeedRange": "Attack Speed: %+d-%d%%", + "StrSkillReleasesBolts": "Releases %d bolts", + "StrSkillDamagePercent": "Damage: %+d%%", + "StrSkillFireDamagePercent": "Fire Damage: %+d%%", + "StrSkillColdDamagePercent": "Cold Damage: %+d%%", + "StrSkillLightningDamagePercent": "Lightning Damage: %+d%%", + "StrSkillMagicDamagePercent": "Magic Damage: %+d%%", + "StrSkillAssassinCobraStrikeCharge1": "Charge 1 - Life Steal: %+d%%", + "StrSkillLifeStealRange": "Life Steal: %+d-%d%%", + "StrSkillHealPercent": "Heals: %+d%%", + "StrSkillHealFlat": "Heals: %+d", + "StrSkillManaCostPerSecond": "Mana Cost: %d per second", + "StrSkillDamageFlat": "Damage: %+d", + "StrSkillDamagePercentRange": "Damage: %+d-%d%%", + "StrSkillLifePercent": "Life: %+d%%", + "StrSkillMonstersCount": "Monsters: %d", + "StrSkillFireDamageToYourAttack": "Fire Damage: %d-%d to your attack", + "StrSkillColdDamageToYourAttack": "Cold Damage: %d-%d to your attack", + "StrSkillSmiteDamage": "Smite Damage: %+d-%d", + "StrSkillFireDamageAveragePerSecond": "Average Fire Damage: %d-%d per second", + "StrSkillColdDamageAveragePerSecond": "Average Cold Damage: %d-%d per second", + "StrSkillLightningDamageAveragePerSecond": "Average Lightning Damage: %d-%d per second", + "StrSkillAttackRatingPerLevelFlat": "%s: %+d Attack Rating per Level", + "StrSkillDefensePerLevelFlat": "%s: %+d Defense per Level", + "StrSkillAssassinCobraStrikeCharge3": "Charge 3 - Life and Mana Steal: %+d%%", + "StrSkillAssassinTigerStrikeCharge1": "Charge 1 - Damage: %+d%%", + "StrSkillAssassinTigerStrikeCharge2": "Charge 2 - Damage: %+d%%", + "StrSkillAssassinTigerStrikeCharge3": "Charge 3 - Damage: %+d%%", + "StrSkillHolyFireDamageRange": "Holy Fire: %d-%d", + "StrSkillSleketonMasterySkeletonDamage": "Skeletons: Damage: %+d", + "StrSkillSleketonMasteryMonsterDamage": "Monsters: Damage: %+d%%", + "StrSkillDurationRange": "Duration: %d-%d seconds", + "StrSkillRadiusSingular": "Radius: %d yard", + "StrSkillRangeSingular": "Range: %d yard", + "StrSkillDurationSingular": "Duration: %d second", + "StrSkillFreezeLengthSingular": "Freezes for %d second", + "StrSkillColdLengthSingular": "Cold Length: %d second", + "StrSkillPoisonLengthSingular": "over %d second", + "StrSkillFireDurationSingular": "Fire Duration: %d second", + "StrSkillStunLengthSingular": "Stun Length: %d second", + "StrSkillDurationPlus": "Duration: %+d seconds", + "StrSkillDefenseFlatBonus": "Defense: %+d", + "StrSkillAttackRatingFlatBonus": "Attack Rating: %+d", + "TooltipSkillLevelBonus": "Current Skill Level: %d (Base: %d)", + "StrSkillEnemyDefenseFlatBonus": "Enemy Defense: %+d", + "StrSkillPiercingChance": "%d%% Chance to Pierce", + "StrSkillChancePerLevel": "%+d%% Chance per level", + "StrSkillRangeRadius": "Range Radius: %d yards", + "StrSkillKnockbackRadius": "Knockback Radius: %d yards", + "StrSkillMaxResistFireActive": "Maximum Fire Resist: +%d%% (Active)", + "StrSkillMaxResistFirePassive": "Maximum Fire Resist: +%d%% (Passive)", + "StrSkillMaxResistColdActive": "Maximum Cold Resist: +%d%% (Active)", + "StrSkillMaxResistColdPassive": "Maximum Cold Resist: +%d%% (Passive)", + "StrSkillMaxResistLightningActive": "Maximum Lightning Resist: +%d%% (Active)", + "StrSkillMaxResistLightningPassive": "Maximum Lightning Resist: +%d%% (Passive)", + "StrSkillHydraMax": "Max Hydras: %d", + "StrSkillCastingDelaySingular": "Casting Delay: %d second", + "StrSkillCastingDelayPlural": "Casting Delay: %d seconds", + "StrSkillManaConsumedRatio": "Mana Consumed Per Damage: %d%%", + "StrSkillManaConsumedSynergy": "%s: %d%% Mana consumed per Level", + "StrSkillBlazeDuration": "Blaze Duration: %d seconds", + "StrSkillSynergySecondsDecimal": "%s: %+d.%d Seconds per Level", + "StrSkillAttackRatingActive": "Attack Rating: +%d%% (Active)", + "StrSkillAttackRatingPassive": "Attack Rating: +%d%% (Passive)", + "StrSkillDamageTakenPerLevel": "%s: %+d%% Damage Taken per Level", + "StrSkillUninterruptable": "Uninterruptable", + "StrSkillEnemyDamageTaken": "Enemy Damage Taken: %+d%%", + "StrSkillProximityDamage": "Area damage increases at closer range", + "StrSkillNoConsumeChance": "%d%% Chance to not consume Quantity", + "StrSkillReplenishOnCrit": "Replenish Quantity on Critical Strike", + "StrSkillSkillChancePerLevel": "%s: %+d%% Chance per level", + "SkillnameMetamorphosisBear": "Mark of the Bear", + "SkillnameMetamorphosisWolf": "Mark of the Wolf", + "SkillItemMetamorphosisBear": "\n%s\n%s\nMark of the Bear:\nWerebear strikes grant Mark for %s", + "SkillItemMetamorphosisWolf": "\n%s\n%s\nMark of the Wolf:\nWerewolf strikes grant Mark for %s" +}