Advertisement
Guest User

Skill Hash.

a guest
Sep 1st, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.63 KB | None | 0 0
  1. my %skills = (0 =>  "1H Blunt",
  2.     1   =>  "1H Slashing",
  3.     2   =>  "2H Blunt",
  4.     3   =>  "2H Slashing",
  5.     4   =>  "Abjuration",
  6.     5   =>  "Alteration",
  7.     6   =>  "Apply Poison",
  8.     7   =>  "Archery",
  9.     8   =>  "Backstab",
  10.     9   =>  "Bind Wound",
  11.     10  =>  "Bash",
  12.     11  =>  "Block",
  13.     12  =>  "Brass Instruments",
  14.     13  =>  "Channelling",
  15.     14  =>  "Conjuration",
  16.     15  =>  "Defense",
  17.     16  =>  "Disarm",
  18.     17  =>  "Disarm Traps",
  19.     18  =>  "Divination",
  20.     19  =>  "Dodge",
  21.     20  =>  "Double Attack",
  22.     21  =>  "Dragon Punch",
  23.     22  =>  "Dual Wield",
  24.     23  =>  "Eagle Strike",
  25.     24  =>  "Evocation",
  26.     25  =>  "Feign Death",
  27.     26  =>  "Flying Kick",
  28.     27  =>  "Forage",
  29.     28  =>  "Hand to Hand",
  30.     29  =>  "Hide",
  31.     30  =>  "Kick",
  32.     31  =>  "Meditate",
  33.     32  =>  "Mend",
  34.     33  =>  "Offense",
  35.     34  =>  "Parry",
  36.     35  =>  "Picklock",
  37.     36  =>  "Piercing",
  38.     37  =>  "Riposte",
  39.     38  =>  "Round Kick",
  40.     39  =>  "Safe Fall",
  41.     40  =>  "Sense Heading",
  42.     41  =>  "Singing",
  43.     42  =>  "Sneak",
  44.     43  =>  "Specialize Abjuration",
  45.     44  =>  "Specialize Alteration",
  46.     45  =>  "Specialize Conjuration",
  47.     46  =>  "Specialize Divination",
  48.     47  =>  "Specialize Evocation",
  49.     48  =>  "Pick Pockets",
  50.     49  =>  "Stringed Instruments",
  51.     50  =>  "Swimming",
  52.     51  =>  "Throwing",
  53.     52  =>  "Tiger Claw",
  54.     53  =>  "Tracking",
  55.     54  =>  "Wind Instruments",
  56.     55  =>  "Fishing",
  57.     56  =>  "Make Poison",
  58.     57  =>  "Tinkering",
  59.     58  =>  "Research",
  60.     59  =>  "Alchemy",
  61.     60  =>  "Baking",
  62.     61  =>  "Tailoring",
  63.     62  =>  "Sense Traps",
  64.     63  =>  "Blacksmithing",
  65.     64  =>  "Fletching",
  66.     65  =>  "Brewing",
  67.     66  =>  "Alcohol Tolerance",
  68.     67  =>  "Begging",
  69.     68  =>  "Jewellery Making",
  70.     69  =>  "Pottery",
  71.     70  =>  "Percussion Instruments",
  72.     71  =>  "Intimidation",
  73.     72  =>  "Berserking",
  74.     73  =>  "Taunt",
  75.     74  =>  "Frenzy");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement