Advertisement
Guest User

GlueStrings.LUA

a guest
Nov 10th, 2013
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.78 KB | None | 0 0
  1. CLASS_INFO_WARRIOR0 = "- Role: Tank, Damage";
  2. CLASS_INFO_WARRIOR1 = "- Heavy Armor (Mail / Plate and Shield)";
  3. CLASS_INFO_WARRIOR2 = "- Deals damage with melee weapons.";
  4. CLASS_INFO_WARRIOR3 = "- Has 3 fighting stances with different benefits.";
  5. CLASS_INFO_WARRIOR4 = "- Uses rage as a resource.";
  6. CLASS_INFO_WATCHER0 = "- Role: Damage";
  7. CLASS_INFO_WATCHER1 = "- Medium Armor (Leather)";
  8. CLASS_INFO_WATCHER2 = "- Assassinates from a distance.";
  9. CLASS_INFO_WATCHER3 = "- Has a variety of abilities.";
  10. CLASS_INFO_WATCHER4 = "- Uses energy and Shadows as resources.";
  11. CLASS_MAGE = "Mages are the iconic magic-users of Azeroth and learn their craft through intense research and study. They make up for their light armor with a potent array of offensive and defensive spells. Their primary stat is Intellect.";
  12. CLASS_MAGE_FEMALE = "Mages are the iconic magic-users of Azeroth and learn their craft through intense research and study. They make up for their light armor with a potent array of offensive and defensive spells. Their primary stat is Intellect.";
  13. CLASS_PALADIN = "Paladins are heavily-armored fighters and defenders who use Holy magic to heal wounds and combat evil. Paladins are relatively self-sufficient and have many abilities targeted at death prevention. They can focus on two-handed weapons, shields or healing. Their primary stats depend on their role.";
  14. CLASS_PALADIN_FEMALE = "Paladins are heavily-armored fighters and defenders who use Holy magic to heal wounds and combat evil. Paladins are relatively self-sufficient and have many abilities targeted at death prevention. They can focus on two-handed weapons, shields or healing. Their primary stats depend on their role.";
  15. CLASS_PRIEST = "Priests are well-rounded healers with a variety of tools. However, they can also sacrifice their healing to deal damage with Shadow magic. Within society, priests act as the spiritual leaders of their respective races. The priest's primary stats are Intellect, and Spirit if healing.";
  16. CLASS_PRIEST_FEMALE = "Priests are well-rounded healers with a variety of tools. However, they can also sacrifice their healing to deal damage with Shadow magic. Within society, priests act as the spiritual leaders of their respective races. The priest's primary stats are Intellect, and Spirit if healing.";
  17. CLASS_ROGUE = "Rogues often serve as assassins or scouts, though many are lone wolves as well. Rogues specialize in dual-wielding a variety of weapons, though the iconic rogue weapon is the dagger.|n|nRogues can often sneak around enemies or attack an opponent from behind to try and finish them off quickly. Their primary stat is Agility.";
  18. CLASS_ROGUE_FEMALE = "Rogues often serve as assassins or scouts, though many are lone wolves as well. Rogues specialize in dual-wielding a variety of weapons, though the iconic rogue weapon is the dagger.|n|nRogues can often sneak around enemies or attack an opponent from behind to try and finish them off quickly. Their primary stat is Agility.";
  19. CLASS_SHAMAN = "Shaman use the power of the elements to enhance their weapon damage or spells. Shaman summon totems in combat, small objects that buff, heal or cause damage to enemies. Shaman often act as spiritual leaders in tribal communities. Their primary stats depend on their role.";
  20. CLASS_SHAMAN_FEMALE = "Shaman use the power of the elements to enhance their weapon damage or spells. Shaman summon totems in combat, small objects that buff, heal or cause damage to enemies. Shaman often act as spiritual leaders in tribal communities. Their primary stats depend on their role.";
  21. CLASS_WARLOCK = "Warlocks deal Fire or Shadow magic to damage, drain or curse their enemy. They can drain souls to power their spells. Warlocks can convert their health into mana or summon group members to their locations.|n|nWarlocks are feared in some Alliance societies while considered great leaders in some Horde societies. As casters, the warlock's primary stat is Intellect.";
  22. CLASS_WARLOCK_FEMALE = "Warlocks deal Fire or Shadow magic to damage, drain or curse their enemy. They can drain souls to power their spells. Warlocks can convert their health into mana or summon group members to their locations.|n|nWarlocks are feared in some Alliance societies while considered great leaders in some Horde societies. As casters, the warlock's primary stat is Intellect.";
  23. CLASS_WARRIOR = "Warriors are plate-wearing fighters who strive for perfection in armed combat. As warriors deal or take damage, they generate rage, which is used to power their special attacks.|n|nWarriors can choose to focus on a two-handed weapon, dual-wielding or using a sword and shield. Warriors have several abilities that let them move quickly around the battlefield. Their primary stat is Strength, though tanking warriors desire Stamina as well.";
  24. CLASS_WARRIOR_FEMALE = "Warriors are plate-wearing fighters who strive for perfection in armed combat. As warriors deal or take damage, they generate rage, which is used to power their special attacks.|n|nWarriors can choose to focus on a two-handed weapon, dual-wielding or using a sword and shield. Warriors have several abilities that let them move quickly around the battlefield. Their primary stat is Strength, though tanking warriors desire Stamina as well.";
  25. CLASS_WATCHER = "Watchers are powerful assassins. They are born in the shadows and raised to kill, with their deadly bows they may silently kill opponents before being noticed. Using Energy as a resource they have a quick regenerating source to help sustain them through battles.";
  26. CLASS_WATCHER_FEMALE = "Watchers are powerful assassins. They are born in the shadows and raised to kill, with their deadly bows they may silently kill opponents before being noticed. Using Energy as a resource they have a quick regenerating source to help sustain them through battles.";
  27. CLEAR = "Clear";
  28. CLEARMATRIX = "Clear";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement