/***************************************************************************
* Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer, *
* Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe. *
* *
* Merc Diku Mud improvments copyright (C) 1992, 1993 by Michael *
* Chastain, Michael Quan, and Mitchell Tse. *
* *
* Envy Diku Mud improvements copyright (C) 1994 by Michael Quan, David *
* Love, Guilherme 'Willie' Arnold, and Mitchell Tse. *
* *
* In order to use any part of this Envy Diku Mud, you must comply with *
* the original Diku license in 'license.doc', the Merc license in *
* 'license.txt', as well as the Envy license in 'license.nvy'. *
* In particular, you may not remove either of these copyright notices. *
* *
* Much time and thought has gone into this software and you are *
* benefitting. We hope that you share your changes too. What goes *
* around, comes around. *
***************************************************************************/
/*$Id: const.c,v 1.10 2005/03/11 20:14:57 ahsile Exp $*/
#if defined( macintosh )
#include <types.h>
#else
#include <sys/types.h>
#endif
#include <stdio.h>
#include <time.h>
#include "merc.h"
/*
* Guild table.
*/
const struct guild_data guild_table [] =
{
{ "CHAOS", "Doomshifter", AT_BLOOD, GUILD_NORMAL },
{ "BALANCE", "Tyrion", AT_CYAN, GUILD_NORMAL },
{ "ORDER", "Tyrion", AT_WHITE, GUILD_NORMAL },
{ "EDEN", "Tyrion", AT_GREEN, GUILD_NORMAL },
{ "STORM", "Tyrion", AT_GREEN, GUILD_NORMAL },
{ "ELVIS", "Tyrion", AT_BLOOD, GUILD_NORMAL },
{ "", "", 0, 0 }
};
/*
* Experience Table, this thing is gonna look like a mess
*/
int exp_table [] = { 1000, 1100, 1200, 1200, 1300,
/* 5-10 */ 1300, 1400, 1400, 1500, 1500,
/* 11-15 */ 1600, 1600, 1700, 1700, 1800,
/* 16-20 */ 1800, 1800, 1900, 1900, 2000,
/* 21-25 */ 2000, 2100, 2100, 2200, 2200,
/* 26-30 */ 2300, 2300, 2400, 2400, 2500,
/* 31-35 */ 2500, 2600, 2600, 2700, 2700,
/* 36-40 */ 2800, 2800, 2900, 2900, 3000,
/* 41-45 */ 3000, 3100, 3100, 3200, 3200,
/* 46-50 */ 3300, 3300, 3400, 3400, 3500,
/* 51-55 */ 3500, 3500, 3600, 3600, 3700,
/* 56-60 */ 3700, 3800, 3800, 3900, 3900,
/* 61-65 */ 4000, 4000, 4100, 4100, 4200,
/* 66-70 */ 4200, 4300, 4300, 4400, 4400,
/* 71-75 */ 4500, 4500, 4600, 4600, 4700,
/* 76-80 */ 4700, 4800, 4800, 4900, 4900,
/* 81-85 */ 5000, 5000, 5100, 5100, 5200,
/* 86-90 */ 5200, 5300, 5300, 5400, 5400,
/* 91-95 */ 5500, 5500, 5600, 5600, 5700,
/* 96-100 */ 5700, 5800, 5800, 5900, 6000,
/* 101 */ 10000,
/* 102 */ 15000,
/* 103 */ 25000,
/* 104 */ 40000 };
/*
* Class table.
*/
const struct clan_type clan_table [] =
{
{ "Test Clan", "Ichiban", "", "", "", "", "", 25001, 0, 0, 0, 0 },
{
"ILLUMINATI>", "Davian", "<", "<Number Two ", "<Number One ",
"<Leader of ", "<Champion of ", 25001, 15201, 0, 0, 0
},
{
"LEGION>", "Issuza", "<", "<Number Two ", "<Number One ",
"<Leader of ", "<Champion of ", 25001, 0, 0, 0, 0
},
{
"TALISMAN>", "Cerridwyn", "<", "<Number Two ", "<Number One ",
"<Leader of ", "<Champion of ", 25001, 0, 0, 0, 0
},
{
"THE HAND>", "Damascus", "<", "<Number Two ", "<Number One ",
"<Leader of ", "<Champion of ", 25001, 0, 0, 0, 0
},
{
"RETRIBUTION>", "VerKapheron", "<", "<Number Two ", "<Number One ",
"<Leader of ", "<Champion of ", 25001, 0, 0, 0, 0
},
{
"QUEST COUNCIL>", "Lucid", "<", "<", "<", "<", "<", 30, 32, 0,
0, 0
},
{
"STORMWATCH>", "Annice", "<", "<Number Two ", "<Number One ",
"<Leader of ", "<Champion of ", 25001, 0, 0, 0, 0
},
{
"UNHOLY PLAGUE>", "Sabrewulf", "<", "<Number Two ", "<Number One ",
"<Leader of ", "<Champion of ", 25001, 0, 0, 0, 0
}
};
const struct race_type race_table [MAX_RACE] =
{
/* 0 */ { "Hum", "Human", HUMAN, RACE_PC_AVAIL | RACE_WEAPON_WIELD,
3, 0, 0, 0, 0, 0, 0, "punch", "Mindflayer", "Fist" },
/* 1 */ { "Elf", "Elf", ELVISH, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD | RACE_DETECT_HIDDEN_EXIT,
3, -2, 4, 0, 2, -2, 0, "punch",
"Drow Ogre Orc Kobold Troll Hobgoblin Dragon Goblin Halfkobold", "Fist" },
/* 2 */ { "Hlf", "Halfelf", ELVISH, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_WEAPON_WIELD, 3, -1, 2, 0, 1, -1, 0, "punch", "Drow Ogre \
Orc Kobold Troll Hobgoblin Dragon Goblin", "Fist" },
/* 3 */ { "Orc", "Orc", ORCISH, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_WEAPON_WIELD, 3, 3, -3, -3, 0, 5, 0,
"punch", "Drow Ogre Orc Kobold Troll Hobgoblin Dragon Goblin", "Fist" },
/* 4 */ { "Drw","Drow", DROW, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 2, -2, 2, 1, 3, -2, 0,
"punch", "Elf Halfelf Hobbit", "Fist" },
/* 5 */ { "Dwa","Dwarf", DWARVISH, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD | RACE_DETECT_HIDDEN_EXIT,
3, 4, -3, -1, -2, 3, 0,
"punch", "Giant Ogre Orc Kobold Minotaur Troll Hobgoblin Dragon \
Goblin Halfkobold", "Fist" },
/* 6 */ { "Hdw","Halfdwarf", DWARVISH, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_WEAPON_WIELD, 3, 2, -2, 0, -1, 2, 0, "punch", "Giant Ogre \
Orc Kobold Minotaur Troll Hobgoblin Dragon Goblin", "Fist" },
/* 7 */ { "Hob","Hobbit", HOBBIT, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD | RACE_DETECT_HIDDEN_EXIT,
3, -2, 1, 0, 1, -1, 0,
"punch", "Giant Ogre Orc Kobold Minotaur Troll Hobgoblin \
Dragon Goblin Halfkobold", "Fist" },
/* 8 */ { "Gia","Giant", HUMAN, RACE_PC_AVAIL | RACE_WEAPON_WIELD,
6, 7, -4, -2, -3, 6, 0, "fist", "Elf Halfelf Dwarf Halfdwarf \
Hobbit Gnome", "Fist" },
/* 9 */ { "Ogr","Ogre", OGRE, RACE_PC_AVAIL | RACE_WEAPON_WIELD,
5, 6, -2, -2, -3, 4, 0, "fist", "Elf Halfelf Dwarf Halfdwarf \
Hobbit Gnome", "Fist" },
/* 10 */ { "Ang","Angel", ANGEL, RACE_PC_AVAIL | RACE_WEAPON_WIELD |
RACE_FLY, 3, -4, 3, 8, 1, -4, 0, "punch",
"Mindflayer Demon", "Fist" },
/* 11 */ { "Min","Minotaur", MINOTAUR, RACE_PC_AVAIL | RACE_DETECT_HIDDEN |
RACE_WEAPON_WIELD, 5, 4, 0, -1, -2, 3, 0, "fist", "Elf Halfelf \
Dwarf Halfdwarf Hobbit Gnome", "Fist" },
/* 12 */ { "Fel","Feline", FELINE, RACE_PC_AVAIL | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 3, -2, -1, 0, 8, -1, 0,
"claw", "Canine Kobold Halfkobold", "Claw" },
/* 13 */ { "Dra","Dragon", DRAGON, RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN, 9, 8, 5, 6, -4, 5, 0, "claw", "", "Claw" },
/* 14 */ { "Can","Canine", CANINE, RACE_PC_AVAIL | RACE_WEAPON_WIELD,
3, 3, 0, -1, -1, 2, 0, "paw", "Feline Kobold Halfkobold", "Paw" },
/* 15 */ { "Dem","Demon", DEMON, RACE_PC_AVAIL | RACE_WEAPON_WIELD |
RACE_FLY | RACE_PASSDOOR, 3, 5, -3, -4, -2, 8, 0, "punch",
"Mindflayer Angel", "Fist" },
/* 16 */ { "Pix","Pixie", PIXIE, RACE_PC_AVAIL | RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_INVIS | RACE_DETECT_HIDDEN |
RACE_WEAPON_WIELD, 1, -4, 3, 0, 6, -2, 0, "punch", "", "Fist" },
/* 17 */ { "Eld","Elder", ELDER, RACE_PC_AVAIL | RACE_WEAPON_WIELD |
RACE_DETECT_HIDDEN | RACE_DETECT_INVIS, 3, -4, 5, 7, -3, -1, 0,
"punch", "", "Fist" },
/* 18 */ { "Liz","Lizardman", LIZARD, RACE_PC_AVAIL | RACE_WEAPON_WIELD |
RACE_INFRAVISION, 1, 3, -1, -1, -1, 4, 0, "lash", "", "Claw" },
/* 19 */ { "Gno","Gnome", GNOMISH, RACE_PC_AVAIL | RACE_INFRAVISION |
RACE_WEAPON_WIELD, 2, -2, 6, -3, 3, 0, 0, "punch", "Drow Ogre \
Orc Kobold Troll Hobgoblin Dragon Goblin", "Fist" },
/* 20 */ { "Gar","Gargoyle", GARGISH, RACE_PC_AVAIL | RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 7, 4, -2, 4, -2, 0, 0, "claw", "", "Claw" },
/* 21 */ { "Wra","Wraith", SHADOW_SPEAK, RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 7, 0, 0, 0, 0, 0, 0, "claw", "", "Claw" },
/* 22 */ { "Lch","Liche", SPIRITSPEAK, RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 7, 0, 0, 0, 0, 0, 0, "claw", "", "Claw" },
/* 23 */ { "Byd","Beyonder", MAGICK, RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 7, 0, 0, 0, 0, 0, 0, "punch", "", "Fist" },
/* 24 */ { "Ttn","Titan", COMMON, RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 7, 0, 0, 0, 0, 0, 0, "punch", "", "Fist" },
/* 25 */ { "Cyc","Cyclopse", COMMON, RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 7, 0, 0, 0, 0, 0, 0, "punch", "", "Fist" },
/* 26 */ { "Imm","IMMORTAL", COMMON, RACE_FLY |
RACE_INFRAVISION | RACE_DETECT_ALIGN | RACE_DETECT_INVIS |
RACE_DETECT_HIDDEN | RACE_WEAPON_WIELD, 7, 15, 15, 15, 15, 15, 0, "punch", "", "Fist" }
};
const struct class_type class_table [MAX_CLASS] = {
{
"Mag", "Mage", APPLY_INT, OBJ_VNUM_SCHOOL_DAGGER,
3018, 95, 18, -6, 6, 8, TRUE, 7
},
{
"Cle", "Cleric", APPLY_WIS, OBJ_VNUM_SCHOOL_MACE,
3003, 95, 18, -10, 7, 10, TRUE, 7
},
{
"Thi", "Thief", APPLY_DEX, OBJ_VNUM_SCHOOL_DAGGER,
3028, 85, 18, -14, 8, 13, FALSE, 3
},
{
"War", "Warrior", APPLY_STR, OBJ_VNUM_SCHOOL_SWORD,
3022, 85, 18, -30, 11, 20, FALSE, 3
},
{
"Psi", "Psionisist", APPLY_WIS, OBJ_VNUM_SCHOOL_DAGGER,
3151, 95, 18, -4, 6, 9, TRUE, 7
},
{
"Dru", "Druid", APPLY_WIS, OBJ_VNUM_SCHOOL_MACE,
3003, 90, 18, -9, 7, 10, TRUE, 7
},
{
"Rng", "Ranger", APPLY_CON, OBJ_VNUM_SCHOOL_SWORD,
3022, 90, 18, -18, 14, 18, TRUE, 4
},
{
"Pal", "Paladin", APPLY_STR, OBJ_VNUM_SCHOOL_SWORD,
3022, 90, 18, -16, 10, 16, TRUE, 4
},
{
"Brd", "Bard", APPLY_DEX, OBJ_VNUM_SCHOOL_DAGGER,
3028, 80, 18, -14, 9, 13, TRUE, 4
},
{
"Vam", "Vampire", APPLY_DEX, OBJ_VNUM_SCHOOL_DAGGER,
3028, 90, 20, -14, 10, 15, TRUE, 4
},
{
"Wlf", "Werewolf", APPLY_DEX, OBJ_VNUM_SCHOOL_SWORD,
3028, 80, 18, -14, 10, 16, TRUE, 3
},
{
"Ant", "Anti-Paladin", APPLY_STR, OBJ_VNUM_SCHOOL_SWORD,
3022, 90, 18, -16, 10, 16, TRUE, 4
},
{
"Asn", "Assassin", APPLY_DEX, OBJ_VNUM_SCHOOL_DAGGER,
3028, 85, 18, -14, 8, 13, FALSE, 3
},
{
"Mon", "Monk", APPLY_WIS, OBJ_VNUM_SCHOOL_MACE,
3003, 90, 18, -9, 7, 10, TRUE, 4
},
{
"Bar", "Barbarian", APPLY_STR, OBJ_VNUM_SCHOOL_MACE,
3022, 75, 18, -30, 11, 20, FALSE, 3
},
{
"Ill", "Illusionist", APPLY_INT, OBJ_VNUM_SCHOOL_DAGGER,
3018, 95, 18, -6, 6, 8, TRUE, 7
},
{
"Nec", "Necromancer", APPLY_INT, OBJ_VNUM_SCHOOL_DAGGER,
3018, 95, 18, -6, 6, 8, TRUE, 7
},
{
"Dmn", "Demonologist", APPLY_INT, OBJ_VNUM_SCHOOL_DAGGER,
3018, 95, 18, -6, 6, 8, TRUE, 7
},
{
"Shm", "Shaman", APPLY_CON, OBJ_VNUM_SCHOOL_DAGGER,
3018, 85, 18, -6, 6, 8, TRUE, 4
},
{
"Dkp", "Dark Priest", APPLY_WIS, OBJ_VNUM_SCHOOL_DAGGER,
3003, 95, 18, -10, 7, 10, TRUE, 7
},
{
"", "", APPLY_INT, OBJ_VNUM_SCHOOL_DAGGER,
3018, 95, 18, -6, 6, 8, TRUE, 99
}
};
/*
* Immort Levels
*/
#define L_HER LEVEL_HERO
/*
* Titles.
*/
char * const title_table [ MAX_CLASS ][ MAX_LEVEL+1 ][ 2 ] =
{
{
/* 00 */{ "Man", "Woman" },
{ "Apprentice of Magic", "Apprentice of Magic" },
{ "Spell Student", "Spell Student" },
{ "Scholar of Magic", "Scholar of Magic" },
{ "Delver in Spells", "Delveress in Spells" },
{ "Medium of Magic", "Medium of Magic" },
{ "Scribe of Magic", "Scribess of Magic" },
{ "Seer", "Seeress" },
{ "Sage", "Sage" },
{ "Illusionist", "Illusionist" },
/* 10 */{ "Abjurer", "Abjuress" },
{ "Invoker", "Invoker" },
{ "Enchanter", "Enchantress" },
{ "Conjurer", "Conjuress" },
{ "Magician", "Witch" },
{ "Creator", "Creator" },
{ "Savant", "Savant" },
{ "Magus", "Craftess" },
{ "Wizard", "Wizard" },
{ "Warlock", "War Witch" },
/* 20 */{ "Sorcerer", "Sorceress" },
{ "Elder Sorcerer", "Elder Sorceress" },
{ "Grand Sorcerer", "Grand Sorceress" },
{ "Great Sorcerer", "Great Sorceress" },
{ "Golem Maker", "Golem Maker" },
{ "Greater Golem Maker", "Greater Golem Maker" },
{ "Maker of Stones", "Maker of Stones", },
{ "Maker of Potions", "Maker of Potions", },
{ "Maker of Scrolls", "Maker of Scrolls", },
{ "Maker of Wands", "Maker of Wands", },
/* 30 */{ "Maker of Staves", "Maker of Staves", },
{ "Demon Summoner", "Demon Summoner" },
{ "Greater Demon Summoner", "Greater Demon Summoner" },
{ "Dragon Charmer", "Dragon Charmer" },
{ "Greater Dragon Charmer", "Greater Dragon Charmer" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 40 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 50 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 60 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 70 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 80 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 90 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/*100 */{ "Mage Hero", "Mage Heroine" },
{ "Avatar of Magic", "Avatar of Magic" },
{ "Angel of Magic", "Angel of Magic" },
{ "Demi God of Magic", "Demi Goddess of Magic" },
{ "Immortal of Magic", "Immortal of Magic" },
{ "God of Magic", "God of Magic" },
{ "Deity of Magic", "Deity of Magic" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Magic", "Supremity of Magic" }
},
{
{ "Man", "Woman" },
{ "Believer", "Believer" },
{ "Attendant", "Attendant" },
{ "Acolyte", "Acolyte" },
{ "Novice", "Novice" },
{ "Missionary", "Missionary" },
{ "Adept", "Adept" },
{ "Deacon", "Deaconess" },
{ "Vicar", "Vicaress" },
{ "Priest", "Priestess" },
{ "Minister", "Lady Minister" },
{ "Canon", "Canon" },
{ "Levite", "Levitess" },
{ "Curate", "Curess" },
{ "Monk", "Nun" },
{ "Healer", "Healess" },
{ "Chaplain", "Chaplain" },
{ "Expositor", "Expositress" },
{ "Bishop", "Bishop" },
{ "Arch Bishop", "Arch Lady of the Church" },
{ "Patriarch", "Matriarch" },
{ "Elder Patriarch", "Elder Matriarch" },
{ "Grand Patriarch", "Grand Matriarch" },
{ "Great Patriarch", "Great Matriarch" },
{ "Demon Killer", "Demon Killer" },
{ "Greater Demon Killer", "Greater Demon Killer" },
{ "Cardinal of the Sea", "Cardinal of the Sea" },
{ "Cardinal of the Earth", "Cardinal of the Earth" },
{ "Cardinal of the Air", "Cardinal of the Air" },
{ "Cardinal of the Ether", "Cardinal of the Ether" },
{ "Cardinal of the Heavens", "Cardinal of the Heavens" },
{ "Avatar of an Immortal", "Avatar of an Immortal" },
{ "Avatar of a Deity", "Avatar of a Deity" },
{ "Avatar of a Supremity", "Avatar of a Supremity" },
{ "Avatar of an Implementor", "Avatar of an Implementor" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
/*100 */{ "Holy Hero", "Holy Heroine" },
{ "Avatar of Divinity", "Avatar of Divinity" },
{ "Angel", "Angel" },
{ "Demi God of Divinity", "Demi Goddess of Divinity" },
{ "Immortal", "Immortal" },
{ "God", "Goddess" },
{ "Supreme God", "Supreme Goddess" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Divine Will", "Supremity of Divine Will" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
{ "Man", "Woman" },
{ "Swordpupil", "Swordpupil" },
{ "Recruit", "Recruit" },
{ "Sentry", "Sentress" },
{ "Fighter", "Fighter" },
{ "Soldier", "Soldier" },
{ "Warrior", "Warrior" },
{ "Veteran", "Veteran" },
{ "Swordsman", "Swordswoman" },
{ "Fencer", "Fenceress" },
{ "Combatant", "Combatess" },
{ "Hero", "Heroine" },
{ "Myrmidon", "Myrmidon" },
{ "Swashbuckler", "Swashbuckleress" },
{ "Mercenary", "Mercenaress" },
{ "Swordmaster", "Swordmistress" },
{ "Lieutenant", "Lieutenant" },
{ "Champion", "Lady Champion" },
{ "Dragoon", "Lady Dragoon" },
{ "Cavalier", "Lady Cavalier" },
{ "Knight", "Lady Knight" },
{ "Grand Knight", "Grand Knight" },
{ "Master Knight", "Master Knight" },
{ "Paladin", "Paladin" },
{ "Grand Paladin", "Grand Paladin" },
{ "Demon Slayer", "Demon Slayer" },
{ "Greater Demon Slayer", "Greater Demon Slayer" },
{ "Dragon Slayer", "Dragon Slayer" },
{ "Greater Dragon Slayer", "Greater Dragon Slayer" },
{ "Underlord", "Underlord" },
{ "Overlord", "Overlord" },
{ "Baron of Thunder", "Baroness of Thunder" },
{ "Baron of Storms", "Baroness of Storms" },
{ "Baron of Tornadoes", "Baroness of Tornadoes" },
{ "Baron of Hurricanes", "Baroness of Hurricanes" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
/*100 */{ "Knight Hero", "Knight Heroine" },
{ "War's Avatar", "Death's Avatar" },
{ "Angel of War", "Angel of War" },
{ "Demigod of War", "Demigoddess of War" },
{ "Immortal Warlord", "Immortal Warlord" },
{ "God of War", "Goddess of War" },
{ "Deity of War", "Deity of War" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of War", "Supremity of War" }
},
{
{ "Man", "Woman" },
{ "Psychic", "Psychic", },
{ "Medium", "Medium", },
{ "Gypsy", "Gypsy", },
{ "Meditator", "Meditator", },
{ "Mind Prober", "Mind Prober", },
{ "Soul Searcher", "Soul Searcher", },
{ "Astral Voyager", "Astral Voyager", },
{ "Seeker", "Seeker", },
{ "Empath", "Empath", },
{ "Mind Reader", "Mind Reader" },
{ "Telepath", "Telepath", },
{ "Mental Adept", "Mental Adept", },
{ "Spoonbender", "Spoonbender", },
{ "Perceptive", "Perceptive", },
{ "Clever", "Clever", },
{ "Wise", "Wise", },
{ "Genius", "Genius", },
{ "Oracle", "Oracle", },
{ "Soothsayer", "Soothsayer", },
{ "Truthteller", "Truthteller", },
{ "Sage", "Sage", },
{ "Master Psychic", "Mistress Psychic", },
{ "Master Meditator", "Mistress Meditator", },
{ "Master Empath", "Mistress Empath", },
{ "Master Clairvoyant", "Mistress Clairvoyant", },
{ "Master Mind Reader", "Mistress Mind Reader", },
{ "Master Telepath", "Mistress Telepath", },
{ "Master Spoonbender", "Mistress Spoonbender", },
{ "Grand Master Psychic", "Grand Mistress Psychic", },
{ "Grand Master Meditator", "Grand Mistress Meditator", },
{ "Grand Master Empath", "Grand Mistress Empath", },
{ "Grand Master Clairvoyant", "Grand Mistress Clairvoyant", },
{ "Grand Master Mind Reader", "Grand Mistress Mind Reader", },
{ "Grand Master Telepath", "Grand Mistress Telepath", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
{ "Grand Master Spoonbender", "Grand Mistress Spoonbender", },
/*100 */{ "Psionicist Hero", "Psionicist Herione", },
{ "Avatar of the Mind", "Avatar of the Mind" },
{ "Psionicist Angel", "Psionicist Angel" },
{ "Demigod of Will", "Demigoddess of Will" },
{ "Immortal of Will", "Immortal of Will" },
{ "God of Psionics", "Goddess of Psionics" },
{ "Deity of Psionics", "Deity of Psionics" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Will", "Supremity of Will" }
},
{
{ "Man", "Woman" },
{ "Believer", "Believer" },
{ "Attendant", "Attendant" },
{ "Acolyte", "Acolyte" },
{ "Novice", "Novice" },
{ "Missionary", "Missionary" },
{ "Adept", "Adept" },
{ "Deacon", "Deaconess" },
{ "Vicar", "Vicaress" },
{ "Priest", "Priestess" },
{ "Minister", "Lady Minister" },
{ "Canon", "Canon" },
{ "Levite", "Levitess" },
{ "Curate", "Curess" },
{ "Monk", "Nun" },
{ "Healer", "Healess" },
{ "Chaplain", "Chaplain" },
{ "Expositor", "Expositress" },
{ "Bishop", "Bishop" },
{ "Arch Bishop", "Arch Lady of the Church" },
{ "Patriarch", "Matriarch" },
{ "Elder Patriarch", "Elder Matriarch" },
{ "Grand Patriarch", "Grand Matriarch" },
{ "Great Patriarch", "Great Matriarch" },
{ "Demon Killer", "Demon Killer" },
{ "Greater Demon Killer", "Greater Demon Killer" },
{ "Cardinal of the Sea", "Cardinal of the Sea" },
{ "Cardinal of the Earth", "Cardinal of the Earth" },
{ "Cardinal of the Air", "Cardinal of the Air" },
{ "Cardinal of the Ether", "Cardinal of the Ether" },
{ "Cardinal of the Heavens", "Cardinal of the Heavens" },
{ "Avatar of an Immortal", "Avatar of an Immortal" },
{ "Avatar of a Deity", "Avatar of a Deity" },
{ "Avatar of a Supremity", "Avatar of a Supremity" },
{ "Avatar of an Implementor", "Avatar of an Implementor" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
{ "Master of all Divinity", "Mistress of all Divinity" },
/*100 */{ "Holy Hero", "Holy Heroine" },
{ "Avatar of Divinity", "Avatar of Divinity" },
{ "Angel", "Angel" },
{ "Demi God of Divinity", "Demi Goddess of Divinity" },
{ "Immortal", "Immortal" },
{ "God", "Goddess" },
{ "Supreme God", "Supreme Goddess" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Divine Will", "Supremity of Divine Will" }
},
{
{ "Man", "Woman" },
{ "Swordpupil", "Swordpupil" },
{ "Recruit", "Recruit" },
{ "Sentry", "Sentress" },
{ "Fighter", "Fighter" },
{ "Soldier", "Soldier" },
{ "Warrior", "Warrior" },
{ "Veteran", "Veteran" },
{ "Swordsman", "Swordswoman" },
{ "Fencer", "Fenceress" },
{ "Combatant", "Combatess" },
{ "Hero", "Heroine" },
{ "Myrmidon", "Myrmidon" },
{ "Swashbuckler", "Swashbuckleress" },
{ "Mercenary", "Mercenaress" },
{ "Swordmaster", "Swordmistress" },
{ "Lieutenant", "Lieutenant" },
{ "Champion", "Lady Champion" },
{ "Dragoon", "Lady Dragoon" },
{ "Cavalier", "Lady Cavalier" },
{ "Knight", "Lady Knight" },
{ "Grand Knight", "Grand Knight" },
{ "Master Knight", "Master Knight" },
{ "Paladin", "Paladin" },
{ "Grand Paladin", "Grand Paladin" },
{ "Demon Slayer", "Demon Slayer" },
{ "Greater Demon Slayer", "Greater Demon Slayer" },
{ "Dragon Slayer", "Dragon Slayer" },
{ "Greater Dragon Slayer", "Greater Dragon Slayer" },
{ "Underlord", "Underlord" },
{ "Overlord", "Overlord" },
{ "Baron of Thunder", "Baroness of Thunder" },
{ "Baron of Storms", "Baroness of Storms" },
{ "Baron of Tornadoes", "Baroness of Tornadoes" },
{ "Baron of Hurricanes", "Baroness of Hurricanes" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
/*100 */{ "Knight Hero", "Knight Heroine" },
{ "War's Avatar", "Death's Avatar" },
{ "Angel of War", "Angel of War" },
{ "Demigod of War", "Demigoddess of War" },
{ "Immortal Warlord", "Immortal Warlord" },
{ "God of War", "Goddess of War" },
{ "Deity of War", "Deity of War" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of War", "Supremity of War" }
},
{
{ "Man", "Woman" },
{ "Pupil of divinity", "Pupil of divinity" },
{ "Recruit", "Recruit" },
{ "Sentry", "Sentress" },
{ "Fighter", "Fighter" },
{ "Soldier", "Soldier" },
{ "Warrior", "Warrior" },
{ "Veteran", "Veteran" },
{ "Swordsman", "Swordswoman" },
{ "Fencer", "Fenceress" },
{ "Combatant", "Combatess" },
{ "Hero", "Heroine" },
{ "Myrmidon", "Myrmidon" },
{ "Swashbuckler", "Swashbuckleress" },
{ "Mercenary", "Mercenaress" },
{ "Swordmaster", "Swordmistress" },
{ "Lieutenant", "Lieutenant" },
{ "Champion", "Lady Champion" },
{ "Dragoon", "Lady Dragoon" },
{ "Cavalier", "Lady Cavalier" },
{ "Knight", "Lady Knight" },
{ "Grand Knight", "Grand Knight" },
{ "Master Knight", "Master Knight" },
{ "Paladin", "Paladin" },
{ "Grand Paladin", "Grand Paladin" },
{ "Demon Slayer", "Demon Slayer" },
{ "Greater Demon Slayer", "Greater Demon Slayer" },
{ "Dragon Slayer", "Dragon Slayer" },
{ "Greater Dragon Slayer", "Greater Dragon Slayer" },
{ "Underlord", "Underlord" },
{ "Overlord", "Overlord" },
{ "Baron of Thunder", "Baroness of Thunder" },
{ "Baron of Storms", "Baroness of Storms" },
{ "Baron of Tornadoes", "Baroness of Tornadoes" },
{ "Baron of Hurricanes", "Baroness of Hurricanes" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
{ "Baron of Meteors", "Baroness of Meteors" },
/*100 */{ "Knight Hero", "Knight Heroine" },
{ "War's Avatar", "Death's Avatar" },
{ "Angel of War", "Angel of War" },
{ "Demigod of War", "Demigoddess of War" },
{ "Immortal Warlord", "Immortal Warlord" },
{ "God of War", "Goddess of War" },
{ "Deity of War", "Deity of War" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of War", "Supremity of War" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
{ "Man", "Woman" },
{ "Pilferer", "Pilferess" },
{ "Footpad", "Footpad" },
{ "Filcher", "Filcheress" },
{ "Pick-Pocket", "Pick-Pocket" },
{ "Sneak", "Sneak" },
{ "Pincher", "Pincheress" },
{ "Cut-Purse", "Cut-Purse" },
{ "Snatcher", "Snatcheress" },
{ "Sharper", "Sharpress" },
{ "Rogue", "Rogue" },
{ "Robber", "Robber" },
{ "Magsman", "Magswoman" },
{ "Highwayman", "Highwaywoman" },
{ "Burglar", "Burglaress" },
{ "Thief", "Thief" },
{ "Knifer", "Knifer" },
{ "Quick-Blade", "Quick-Blade" },
{ "Killer", "Murderess" },
{ "Brigand", "Brigand" },
{ "Cut-Throat", "Cut-Throat" },
{ "Spy", "Spy" },
{ "Grand Spy", "Grand Spy" },
{ "Master Spy", "Master Spy" },
{ "Assassin", "Assassin" },
{ "Greater Assassin", "Greater Assassin" },
{ "Master of Vision", "Mistress of Vision" },
{ "Master of Hearing", "Mistress of Hearing" },
{ "Master of Smell", "Mistress of Smell" },
{ "Master of Taste", "Mistress of Taste" },
{ "Master of Touch", "Mistress of Touch" },
{ "Crime Lord", "Crime Mistress" },
{ "Infamous Crime Lord", "Infamous Crime Mistress" },
{ "Greater Crime Lord", "Greater Crime Mistress" },
{ "Master Crime Lord", "Master Crime Mistress" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
{ "Godfather", "Godmother" },
/*100 */{ "Assassin Hero", "Assassin Heroine" },
{ "Avatar of Death", "Avatar of Death" },
{ "Angel of Death", "Angel of Death" },
{ "Demigod of Assassins", "Demigoddess of Assassins" },
{ "Immortal Assassin", "Immortal Assassin" },
{ "God of Assassins", "Goddess of Assassins" },
{ "Deity of Assassins", "Deity of Assassins" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supreme Master", "Supreme Mistress" }
},
{
/* 00 */{ "Man", "Woman" },
{ "Apprentice of Magic", "Apprentice of Magic" },
{ "Spell Student", "Spell Student" },
{ "Scholar of Magic", "Scholar of Magic" },
{ "Delver in Spells", "Delveress in Spells" },
{ "Medium of Magic", "Medium of Magic" },
{ "Scribe of Magic", "Scribess of Magic" },
{ "Seer", "Seeress" },
{ "Sage", "Sage" },
{ "Illusionist", "Illusionist" },
/* 10 */{ "Abjurer", "Abjuress" },
{ "Invoker", "Invoker" },
{ "Enchanter", "Enchantress" },
{ "Conjurer", "Conjuress" },
{ "Magician", "Witch" },
{ "Creator", "Creator" },
{ "Savant", "Savant" },
{ "Magus", "Craftess" },
{ "Wizard", "Wizard" },
{ "Warlock", "War Witch" },
/* 20 */{ "Sorcerer", "Sorceress" },
{ "Elder Sorcerer", "Elder Sorceress" },
{ "Grand Sorcerer", "Grand Sorceress" },
{ "Great Sorcerer", "Great Sorceress" },
{ "Golem Maker", "Golem Maker" },
{ "Greater Golem Maker", "Greater Golem Maker" },
{ "Maker of Stones", "Maker of Stones", },
{ "Maker of Potions", "Maker of Potions", },
{ "Maker of Scrolls", "Maker of Scrolls", },
{ "Maker of Wands", "Maker of Wands", },
/* 30 */{ "Maker of Staves", "Maker of Staves", },
{ "Demon Summoner", "Demon Summoner" },
{ "Greater Demon Summoner", "Greater Demon Summoner" },
{ "Dragon Charmer", "Dragon Charmer" },
{ "Greater Dragon Charmer", "Greater Dragon Charmer" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 40 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 50 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 60 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 70 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 80 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 90 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/*100 */{ "Mage Hero", "Mage Heroine" },
{ "Avatar of Magic", "Avatar of Magic" },
{ "Angel of Magic", "Angel of Magic" },
{ "Demi God of Magic", "Demi Goddess of Magic" },
{ "Immortal of Magic", "Immortal of Magic" },
{ "God of Magic", "God of Magic" },
{ "Deity of Magic", "Deity of Magic" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Magic", "Supremity of Magic" }
},
{
/* 00 */{ "Man", "Woman" },
{ "Apprentice of Magic", "Apprentice of Magic" },
{ "Spell Student", "Spell Student" },
{ "Scholar of Magic", "Scholar of Magic" },
{ "Delver in Spells", "Delveress in Spells" },
{ "Medium of Magic", "Medium of Magic" },
{ "Scribe of Magic", "Scribess of Magic" },
{ "Seer", "Seeress" },
{ "Sage", "Sage" },
{ "Illusionist", "Illusionist" },
/* 10 */{ "Abjurer", "Abjuress" },
{ "Invoker", "Invoker" },
{ "Enchanter", "Enchantress" },
{ "Conjurer", "Conjuress" },
{ "Magician", "Witch" },
{ "Creator", "Creator" },
{ "Savant", "Savant" },
{ "Magus", "Craftess" },
{ "Wizard", "Wizard" },
{ "Warlock", "War Witch" },
/* 20 */{ "Sorcerer", "Sorceress" },
{ "Elder Sorcerer", "Elder Sorceress" },
{ "Grand Sorcerer", "Grand Sorceress" },
{ "Great Sorcerer", "Great Sorceress" },
{ "Golem Maker", "Golem Maker" },
{ "Greater Golem Maker", "Greater Golem Maker" },
{ "Maker of Stones", "Maker of Stones", },
{ "Maker of Potions", "Maker of Potions", },
{ "Maker of Scrolls", "Maker of Scrolls", },
{ "Maker of Wands", "Maker of Wands", },
/* 30 */{ "Maker of Staves", "Maker of Staves", },
{ "Demon Summoner", "Demon Summoner" },
{ "Greater Demon Summoner", "Greater Demon Summoner" },
{ "Dragon Charmer", "Dragon Charmer" },
{ "Greater Dragon Charmer", "Greater Dragon Charmer" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 40 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 50 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 60 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 70 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 80 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 90 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/*100 */{ "Mage Hero", "Mage Heroine" },
{ "Avatar of Magic", "Avatar of Magic" },
{ "Angel of Magic", "Angel of Magic" },
{ "Demi God of Magic", "Demi Goddess of Magic" },
{ "Immortal of Magic", "Immortal of Magic" },
{ "God of Magic", "God of Magic" },
{ "Deity of Magic", "Deity of Magic" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Magic", "Supremity of Magic" }
},
{
/* 00 */{ "Man", "Woman" },
{ "Apprentice of Magic", "Apprentice of Magic" },
{ "Spell Student", "Spell Student" },
{ "Scholar of Magic", "Scholar of Magic" },
{ "Delver in Spells", "Delveress in Spells" },
{ "Medium of Magic", "Medium of Magic" },
{ "Scribe of Magic", "Scribess of Magic" },
{ "Seer", "Seeress" },
{ "Sage", "Sage" },
{ "Illusionist", "Illusionist" },
/* 10 */{ "Abjurer", "Abjuress" },
{ "Invoker", "Invoker" },
{ "Enchanter", "Enchantress" },
{ "Conjurer", "Conjuress" },
{ "Magician", "Witch" },
{ "Creator", "Creator" },
{ "Savant", "Savant" },
{ "Magus", "Craftess" },
{ "Wizard", "Wizard" },
{ "Warlock", "War Witch" },
/* 20 */{ "Sorcerer", "Sorceress" },
{ "Elder Sorcerer", "Elder Sorceress" },
{ "Grand Sorcerer", "Grand Sorceress" },
{ "Great Sorcerer", "Great Sorceress" },
{ "Golem Maker", "Golem Maker" },
{ "Greater Golem Maker", "Greater Golem Maker" },
{ "Maker of Stones", "Maker of Stones", },
{ "Maker of Potions", "Maker of Potions", },
{ "Maker of Scrolls", "Maker of Scrolls", },
{ "Maker of Wands", "Maker of Wands", },
/* 30 */{ "Maker of Staves", "Maker of Staves", },
{ "Demon Summoner", "Demon Summoner" },
{ "Greater Demon Summoner", "Greater Demon Summoner" },
{ "Dragon Charmer", "Dragon Charmer" },
{ "Greater Dragon Charmer", "Greater Dragon Charmer" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 40 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 50 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 60 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 70 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 80 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 90 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/*100 */{ "Mage Hero", "Mage Heroine" },
{ "Avatar of Magic", "Avatar of Magic" },
{ "Angel of Magic", "Angel of Magic" },
{ "Demi God of Magic", "Demi Goddess of Magic" },
{ "Immortal of Magic", "Immortal of Magic" },
{ "God of Magic", "God of Magic" },
{ "Deity of Magic", "Deity of Magic" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Magic", "Supremity of Magic" }
},
{
/* 00 */{ "Man", "Woman" },
{ "Apprentice of Magic", "Apprentice of Magic" },
{ "Spell Student", "Spell Student" },
{ "Scholar of Magic", "Scholar of Magic" },
{ "Delver in Spells", "Delveress in Spells" },
{ "Medium of Magic", "Medium of Magic" },
{ "Scribe of Magic", "Scribess of Magic" },
{ "Seer", "Seeress" },
{ "Sage", "Sage" },
{ "Illusionist", "Illusionist" },
/* 10 */{ "Abjurer", "Abjuress" },
{ "Invoker", "Invoker" },
{ "Enchanter", "Enchantress" },
{ "Conjurer", "Conjuress" },
{ "Magician", "Witch" },
{ "Creator", "Creator" },
{ "Savant", "Savant" },
{ "Magus", "Craftess" },
{ "Wizard", "Wizard" },
{ "Warlock", "War Witch" },
/* 20 */{ "Sorcerer", "Sorceress" },
{ "Elder Sorcerer", "Elder Sorceress" },
{ "Grand Sorcerer", "Grand Sorceress" },
{ "Great Sorcerer", "Great Sorceress" },
{ "Golem Maker", "Golem Maker" },
{ "Greater Golem Maker", "Greater Golem Maker" },
{ "Maker of Stones", "Maker of Stones", },
{ "Maker of Potions", "Maker of Potions", },
{ "Maker of Scrolls", "Maker of Scrolls", },
{ "Maker of Wands", "Maker of Wands", },
/* 30 */{ "Maker of Staves", "Maker of Staves", },
{ "Demon Summoner", "Demon Summoner" },
{ "Greater Demon Summoner", "Greater Demon Summoner" },
{ "Dragon Charmer", "Dragon Charmer" },
{ "Greater Dragon Charmer", "Greater Dragon Charmer" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 40 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 50 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 60 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 70 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 80 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 90 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/*100 */{ "Mage Hero", "Mage Heroine" },
{ "Avatar of Magic", "Avatar of Magic" },
{ "Angel of Magic", "Angel of Magic" },
{ "Demi God of Magic", "Demi Goddess of Magic" },
{ "Immortal of Magic", "Immortal of Magic" },
{ "God of Magic", "God of Magic" },
{ "Deity of Magic", "Deity of Magic" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Magic", "Supremity of Magic" }
},
{
/* 00 */{ "Man", "Woman" },
{ "Apprentice of Magic", "Apprentice of Magic" },
{ "Spell Student", "Spell Student" },
{ "Scholar of Magic", "Scholar of Magic" },
{ "Delver in Spells", "Delveress in Spells" },
{ "Medium of Magic", "Medium of Magic" },
{ "Scribe of Magic", "Scribess of Magic" },
{ "Seer", "Seeress" },
{ "Sage", "Sage" },
{ "Illusionist", "Illusionist" },
/* 10 */{ "Abjurer", "Abjuress" },
{ "Invoker", "Invoker" },
{ "Enchanter", "Enchantress" },
{ "Conjurer", "Conjuress" },
{ "Magician", "Witch" },
{ "Creator", "Creator" },
{ "Savant", "Savant" },
{ "Magus", "Craftess" },
{ "Wizard", "Wizard" },
{ "Warlock", "War Witch" },
/* 20 */{ "Sorcerer", "Sorceress" },
{ "Elder Sorcerer", "Elder Sorceress" },
{ "Grand Sorcerer", "Grand Sorceress" },
{ "Great Sorcerer", "Great Sorceress" },
{ "Golem Maker", "Golem Maker" },
{ "Greater Golem Maker", "Greater Golem Maker" },
{ "Maker of Stones", "Maker of Stones", },
{ "Maker of Potions", "Maker of Potions", },
{ "Maker of Scrolls", "Maker of Scrolls", },
{ "Maker of Wands", "Maker of Wands", },
/* 30 */{ "Maker of Staves", "Maker of Staves", },
{ "Demon Summoner", "Demon Summoner" },
{ "Greater Demon Summoner", "Greater Demon Summoner" },
{ "Dragon Charmer", "Dragon Charmer" },
{ "Greater Dragon Charmer", "Greater Dragon Charmer" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 40 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 50 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 60 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 70 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 80 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/* 90 */{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
{ "Master of all Magic", "Master of all Magic" },
/*100 */{ "Mage Hero", "Mage Heroine" },
{ "Avatar of Magic", "Avatar of Magic" },
{ "Angel of Magic", "Angel of Magic" },
{ "Demi God of Magic", "Demi Goddess of Magic" },
{ "Immortal of Magic", "Immortal of Magic" },
{ "God of Magic", "God of Magic" },
{ "Deity of Magic", "Deity of Magic" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Implementor", "Implementress" },
{ "Supremity of Magic", "Supremity of Magic" }
}
};
/*
* Attribute bonus tables.
*/
const struct str_app_type str_app [51] =
{
{ -5, -4, 0, 0 }, /* 0 */
{ -5, -4, 3, 1 }, /* 1 */
{ -3, -2, 3, 2 },
{ -3, -1, 10, 3 }, /* 3 */
{ -2, -1, 25, 4 },
{ -2, -1, 55, 5 }, /* 5 */
{ -1, 0, 80, 6 },
{ -1, 0, 90, 7 },
{ 0, 0, 100, 8 },
{ 0, 0, 100, 9 },
{ 0, 0, 115, 9 }, /* 10 */
{ 0, 1, 115, 9 },
{ 0, 1, 125, 9 },
{ 1, 1, 130, 9 },
{ 1, 1, 140, 10 },
{ 1, 2, 150, 10 }, /* 15 */
{ 1, 2, 160, 11 },
{ 2, 2, 170, 11 },
{ 2, 2, 180, 11 },
{ 2, 3, 190, 12 },
{ 2, 3, 200, 12 }, /* 20 */
{ 3, 3, 225, 12 },
{ 3, 3, 250, 12 },
{ 3, 4, 275, 13 },
{ 3, 4, 300, 13 },
{ 4, 4, 325, 14 }, /* 25 */
{ 4, 5, 350, 14 },
{ 4, 5, 375, 14 },
{ 4, 5, 400, 15 },
{ 5, 6, 425, 15 },
{ 5, 6, 450, 15 }, /* 30 */
{ 5, 6, 460, 16 },
{ 5, 7, 475, 16 },
{ 6, 7, 500, 16 },
{ 6, 7, 550, 16 },
{ 6, 8, 600, 17 }, /* 35 */
{ 6, 8, 650, 17 },
{ 7, 8, 725, 18 },
{ 7, 9, 800, 19 },
{ 7, 9, 850, 20 },
{ 7, 10, 900, 21 }, /* 40 */
{ 8, 10, 950, 22 },
{ 8, 11, 1000, 24 },
{ 8, 11, 1050, 26 },
{ 8, 12, 1100, 30 },
{ 9, 12, 1150, 35 }, /* 45 */
{ 9, 13, 1200, 40 },
{ 10, 13, 1250, 45 },
{ 10, 14, 1300, 50 },
{ 12, 15, 1400, 55 },
{ 15, 17, 1500, 60 } /* 50 */
};
const struct int_app_type int_app [51] =
{
{ 3, 5 }, /* 0 */
{ 5, 5 }, /* 1 */
{ 7, 5 },
{ 8, 5 }, /* 3 */
{ 9, 5 },
{ 10, 5 }, /* 5 */
{ 11, 5 },
{ 12, 5 },
{ 13, 5 },
{ 14, 5 },
{ 16, 5 }, /* 10 */
{ 19, 5 },
{ 22, 5 },
{ 25, 5 },
{ 28, 5 },
{ 31, 5 }, /* 15 */
{ 34, 5 },
{ 34, 5 },
{ 35, 5 },
{ 35, 5 },
{ 36, 5 }, /* 20 */
{ 36, 5 },
{ 37, 5 },
{ 37, 5 },
{ 38, 5 },
{ 38, 5 }, /* 25 */
{ 39, 5 },
{ 40, 5 },
{ 41, 5 },
{ 42, 5 },
{ 44, 5 }, /* 30 */
{ 48, 5 },
{ 52, 5 },
{ 56, 5 },
{ 60, 5 },
{ 63, 5 }, /* 35 */
{ 65, 5 },
{ 68, 5 },
{ 71, 5 },
{ 74, 5 },
{ 77, 5 }, /* 40 */
{ 80, 5 },
{ 82, 5 },
{ 84, 5 },
{ 86, 5 },
{ 88, 5 }, /* 45 */
{ 90, 5 },
{ 93, 5 },
{ 95, 5 },
{ 97, 5 },
{ 99, 5 } /* 50 */
};
const struct wis_app_type wis_app [51] =
{
{ 0 }, /* 0 */
{ 0 }, /* 1 */
{ 0 },
{ 0 }, /* 3 */
{ 0 },
{ 1 }, /* 5 */
{ 1 },
{ 1 },
{ 1 },
{ 2 },
{ 2 }, /* 10 */
{ 2 },
{ 2 },
{ 2 },
{ 2 },
{ 3 }, /* 15 */
{ 3 },
{ 3 },
{ 3 },
{ 3 },
{ 4 }, /* 20 */
{ 4 },
{ 4 },
{ 4 },
{ 4 },
{ 5 }, /* 25 */
{ 5 },
{ 5 },
{ 5 },
{ 5 },
{ 5 }, /* 30 */
{ 6 },
{ 6 },
{ 6 },
{ 6 },
{ 6 }, /* 35 */
{ 6 },
{ 6 },
{ 6 },
{ 6 },
{ 7 }, /* 40 */
{ 7 },
{ 7 },
{ 7 },
{ 7 },
{ 8 }, /* 45 */
{ 8 },
{ 8 },
{ 8 },
{ 8 },
{ 9 } /* 50 */
};
const struct dex_app_type dex_app [51] =
{
{ 60, 5 }, /* 0 */
{ 50, 5 }, /* 1 */
{ 50, 5 },
{ 40, 5 },
{ 30, 5 },
{ 20, 5 }, /* 5 */
{ 10, 5 },
{ 5, 5 },
{ 1, 5 },
{ 0, 5 },
{ 0, 5 }, /* 10 */
{ 0, 5 },
{ 0, 5 },
{ 0, 5 },
{ 0, 5 },
{ 0, 5 }, /* 15 */
{ 0, 5 },
{ 0, 5 },
{ 0, 5 },
{ 0, 5 },
{ - 1, 5 }, /* 20 */
{ - 2, 5 },
{ - 3, 5 },
{ - 4, 5 },
{ - 5, 5 },
{ - 6, 5 }, /* 25 */
{ - 7, 5 },
{ - 8, 5 },
{ - 9, 5 },
{ - 10, 5 },
{ - 11, 5 }, /* 30 */
{ - 13, 5 },
{ - 15, 5 },
{ - 20, 5 },
{ - 25, 5 },
{ - 35, 5 }, /* 35 */
{ - 45, 5 },
{ - 55, 5 },
{ - 70, 5 },
{ - 85, 5 },
{ -100, 5 }, /* 40 */
{ -110, 5 },
{ -120, 5 },
{ -130, 5 },
{ -140, 5 },
{ -150, 5 }, /* 45 */
{ -160, 5 },
{ -170, 5 },
{ -180, 5 },
{ -190, 5 },
{ -200, 5 } /* 50 */
};
const struct con_app_type con_app [51] =
{
{ -4, 20 }, /* 0 */
{ -3, 25 }, /* 1 */
{ -2, 30 },
{ -2, 35 }, /* 3 */
{ -1, 40 },
{ -1, 45 }, /* 5 */
{ -1, 50 },
{ 0, 55 },
{ 2, 60 },
{ 7, 65 },
{ 14, 70 }, /* 10 */
{ 23, 71 },
{ 30, 72 },
{ 37, 73 },
{ 42, 74 },
{ 45, 75 }, /* 15 */
{ 48, 76 },
{ 51, 77 },
{ 54, 78 },
{ 57, 79 },
{ 60, 80 }, /* 20 */
{ 63, 81 },
{ 66, 82 },
{ 69, 83 },
{ 72, 84 },
{ 75, 85 }, /* 25 */
{ 78, 86 },
{ 80, 87 },
{ 81, 88 },
{ 82, 89 },
{ 83, 90 }, /* 30 */
{ 83, 91 },
{ 84, 92 },
{ 84, 93 },
{ 85, 94 },
{ 85, 95 }, /* 35 */
{ 86, 96 },
{ 87, 97 },
{ 88, 98 },
{ 89, 99 },
{ 90, 99 }, /* 40 */
{ 92, 99 },
{ 94, 99 },
{ 95, 99 },
{ 96, 99 },
{ 97, 99 }, /* 45 */
{ 98, 99 },
{ 100, 99 },
{ 104, 99 },
{ 108, 99 },
{ 112, 99 } /* 50 */
};
/*
* Liquid properties.
* Used in world.obj.
*/
const struct liq_type liq_table [LIQ_MAX] =
{
{ "water", "clear", { 0, 0, 10 } }, /* 0 */
{ "beer", "amber", { 3, 2, 5 } },
{ "wine", "rose", { 4, 2, 5 } },
{ "ale", "brown", { 2, 2, 5 } },
{ "dark ale", "dark", { 1, 2, 5 } },
{ "whisky", "golden", { 8, 1, 4 } }, /* 5 */
{ "lemonade", "pink", { 0, 1, 8 } },
{ "firebreather", "boiling", { 10, 0, 0 } },
{ "local specialty", "everclear", { 3, 3, 3 } },
{ "slime mold juice", "green", { 0, 4, -8 } },
{ "milk", "white", { 0, 3, 6 } }, /* 10 */
{ "tea", "tan", { 0, 1, 6 } },
{ "coffee", "black", { 0, 1, 6 } },
{ "blood", "red", { 0, 2, -1 } },
{ "salt water", "clear", { 0, 1, -2 } },
{ "cola", "cherry", { 0, 1, 5 } } /* 15 */
};
const struct lang_type lang_table [ MAX_LANGUAGE ] =
{
{ "common" },
{ "human" },
{ "dwarvish" },
{ "elvish" },
{ "gnomish" },
{ "dragon" },
{ "demon" },
{ "ogre" },
{ "drow" },
{ "elder" },
{ "pixie" },
{ "hobbit" },
{ "minotaur" },
{ "lizard" },
{ "halfling" },
{ "feline" },
{ "canine" },
{ "angel" },
{ "orc" },
{ "magick" },
{ "shadowspeak" },
{ "spiritspeak" },
{ "enlightened" },
{ "satanic" },
{ "animalspeak" },
{ "bretonnian" },
{ "gargoyle" },
};