DROP TABLE IF EXISTS `npc_elementals`; CREATE TABLE IF NOT EXISTS `npc_elementals` ( `npc_id` smallint(5) unsigned NOT NULL, `elemAtkType` tinyint(1) NOT NULL DEFAULT '-1', `elemAtkValue` int(3) NOT NULL DEFAULT '0', `fireDefValue` int(3) NOT NULL DEFAULT '0', `waterDefValue` int(3) NOT NULL DEFAULT '0', `windDefValue` int(3) NOT NULL DEFAULT '0', `earthDefValue` int(3) NOT NULL DEFAULT '0', `holyDefValue` int(3) NOT NULL DEFAULT '0', `darkDefValue` int(3) NOT NULL DEFAULT '0', PRIMARY KEY (`npc_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `npc_elementals` VALUES (100, 0, 0, 20, 20, 20, 20, 20, 20), -- Thomas D. Turkey (101, 0, 0, 150, 150, 150, 150, 150, 150), -- (102, 0, 0, 150, 150, 150, 150, 150, 150), -- Santa Trainee (103, 0, 0, 150, 150, 150, 150, 150, 150), -- Christmas Santa (104, 0, 0, 150, 150, 150, 150, 150, 150), -- Christmas Santa (105, 0, 0, 20, 20, 20, 20, 20, 20), -- Christmas Sled (106, 0, 0, 20, 20, 20, 20, 20, 20), -- Birthday Cake (107, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit of Fire (108, 0, 0, 20, 20, 20, 20, 20, 20), -- Reckless Spirit of Fire (109, 0, 0, 150, 150, 150, 150, 150, 150), -- Steve Shyagel (110, 0, 0, 20, 20, 20, 20, 20, 20), -- Eva's Obelisk (111, 0, 0, 150, 150, 150, 150, 150, 150), -- (112, 0, 0, 20, 20, 20, 20, 20, 20), -- Friendly Sno (113, 0, 0, 20, 20, 20, 20, 20, 20), -- Friendly Sno (114, 0, 0, 20, 20, 20, 20, 20, 20), -- Friendly Sno (115, 0, 0, 20, 20, 20, 20, 20, 20), -- Friendly Sno (116, 0, 0, 20, 20, 20, 20, 20, 20), -- Friendly Sno (117, 0, 0, 20, 20, 20, 20, 20, 20), -- Friendly Sno (118, 0, 0, 20, 20, 20, 20, 20, 20), -- Uldie (119, 0, 0, 20, 20, 20, 20, 20, 20), -- Belldandy (120, 0, 0, 20, 20, 20, 20, 20, 20), -- Skooldie (121, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucky Lamp (122, 0, 0, 20, 20, 20, 20, 20, 20), -- Environment Lamp (123, 0, 0, 20, 20, 20, 20, 20, 20), -- Rolling Lamp (124, 0, 0, 20, 20, 20, 20, 20, 20), -- Peace Lamp (125, 0, 0, 150, 150, 150, 150, 150, 150), -- Halloween Event Manager (126, 0, 0, 20, 20, 20, 20, 20, 20), -- Kadomas (127, 0, 0, 20, 20, 20, 20, 20, 20), -- Kotatz (128, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame Box (129, 0, 0, 150, 150, 150, 150, 150, 150), -- White-Bearded Santa (130, 0, 0, 150, 150, 150, 150, 150, 150), -- (131, 0, 0, 150, 150, 150, 150, 150, 150), -- Jetbike (132, 0, 0, 150, 150, 150, 150, 150, 150), -- Trejuo (133, 0, 0, 150, 150, 150, 150, 150, 150), -- Sujin (134, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Master Lee (135, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Master Karin (136, 0, 0, 20, 20, 20, 20, 20, 20), -- Shiny Platform (137, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Wedding Cake (138, 0, 0, 20, 20, 20, 20, 20, 20), -- Jetbike (139, 0, 0, 20, 20, 20, 20, 20, 20), -- Birthday Cake (140, 0, 0, 20, 20, 20, 20, 20, 20), -- Block Checker Blue (141, 0, 0, 20, 20, 20, 20, 20, 20), -- Dimensional Door (142, 0, 0, 20, 20, 20, 20, 20, 20), -- Dimensional Door (143, 0, 0, 20, 20, 20, 20, 20, 20), -- Totem of Body (144, 0, 0, 20, 20, 20, 20, 20, 20), -- Totem of Spirit (145, 0, 0, 20, 20, 20, 20, 20, 20), -- Totem of Bravery (146, 0, 0, 20, 20, 20, 20, 20, 20), -- Totem of Fortitude (147, 0, 0, 20, 20, 20, 20, 20, 20), -- Party Cake (148, 0, 0, 20, 20, 20, 20, 20, 20), -- Campfire (149, 0, 0, 20, 20, 20, 20, 20, 20), -- Bad Bunny (150, 0, 0, 20, 20, 20, 20, 20, 20), -- Bad Bunny Captain (151, 0, 0, 20, 20, 20, 20, 20, 20), -- Liverless Bunny (152, 0, 0, 20, 20, 20, 20, 20, 20), -- Liverless Bunny Captain (153, 0, 0, 20, 20, 20, 20, 20, 20), -- Employee of Magic Research Institute (154, 0, 0, 20, 20, 20, 20, 20, 20), -- (155, 0, 0, 20, 20, 20, 20, 20, 20), -- (156, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Liver Bunny (157, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Liver Bunny Captain (158, 0, 0, 20, 20, 20, 20, 20, 20), -- Wood Horse (1501, 0, 0, 20, 20, 20, 20, 20, 20), -- Majo Agathion (1502, 0, 0, 20, 20, 20, 20, 20, 20), -- Gold Crown Agathion (1503, 0, 0, 20, 20, 20, 20, 20, 20), -- Black Crown Agathion (1504, 0, 0, 20, 20, 20, 20, 20, 20), -- Plaipitak Agathion (1505, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby Panda Agathion (1506, 0, 0, 20, 20, 20, 20, 20, 20), -- Bamboo Panda Agathion (1507, 0, 0, 20, 20, 20, 20, 20, 20), -- Sexy Panda Agathion (1508, 0, 0, 20, 20, 20, 20, 20, 20), -- White Cupid Agathion (1509, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Cupid Agathion (1510, 0, 0, 20, 20, 20, 20, 20, 20), -- White Maneki Neko Agathion (1511, 0, 0, 20, 20, 20, 20, 20, 20), -- Black Maneki Neko Agathion (1512, 0, 0, 20, 20, 20, 20, 20, 20), -- Brown Maneki Neko Agathion (1513, 0, 0, 20, 20, 20, 20, 20, 20), -- One-eyed Bat Drove Agathion (1514, 0, 0, 20, 20, 20, 20, 20, 20), -- Pegasus Agathion (1515, 0, 0, 20, 20, 20, 20, 20, 20), -- Yellow-robed Tojigong Agathion (1516, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue-robed Tojigong Agathion (1517, 0, 0, 20, 20, 20, 20, 20, 20), -- Green-robed Tojigong Agathion (1518, 0, 0, 20, 20, 20, 20, 20, 20), -- Bugbear Agathion (1519, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Sumo Wrestler Agathion (1520, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Sumo Wrestler Agathion (1521, 0, 0, 20, 20, 20, 20, 20, 20), -- Great Sumo Match Agathion (1522, 0, 0, 20, 20, 20, 20, 20, 20), -- Button-Eyed Bear Doll (1523, 0, 0, 20, 20, 20, 20, 20, 20), -- God of Fortune (1524, 0, 0, 20, 20, 20, 20, 20, 20), -- Dryad Agathion (1525, 0, 0, 20, 20, 20, 20, 20, 20), -- Wonboso Agathion (1526, 0, 0, 20, 20, 20, 20, 20, 20), -- Daewoonso Agathion (1527, 0, 0, 20, 20, 20, 20, 20, 20), -- Pomona Agathion (1528, 0, 0, 20, 20, 20, 20, 20, 20), -- Weaver Agathion (1529, 0, 0, 20, 20, 20, 20, 20, 20), -- Slow Agathion (1530, 0, 0, 20, 20, 20, 20, 20, 20), -- Noisy Agathion (1531, 0, 0, 20, 20, 20, 20, 20, 20), -- Dancing Child of Fortune Agathion (1532, 0, 0, 20, 20, 20, 20, 20, 20), -- Son-o-gong Agathion (1533, 0, 0, 20, 20, 20, 20, 20, 20), -- Wutangka Agathion (1534, 0, 0, 20, 20, 20, 20, 20, 20), -- Bonus B Agathion (1535, 0, 0, 20, 20, 20, 20, 20, 20), -- Frozen Corpse Agathion (1536, 0, 0, 20, 20, 20, 20, 20, 20), -- Bluebird Agathion (1537, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatbird Agathion (1538, 0, 0, 150, 150, 150, 150, 150, 150), -- Baby Rudolph (1539, 0, 0, 20, 20, 20, 20, 20, 20), -- Iken Agathion (1540, 0, 0, 20, 20, 20, 20, 20, 20), -- Lana Agathion (1541, 0, 0, 20, 20, 20, 20, 20, 20), -- Gnosian Agathion (1542, 0, 0, 20, 20, 20, 20, 20, 20), -- Orodriel Agathion (1543, 0, 0, 20, 20, 20, 20, 20, 20), -- Lakinos Agathion (1544, 0, 0, 20, 20, 20, 20, 20, 20), -- Mortia Agathion (1545, 0, 0, 20, 20, 20, 20, 20, 20), -- Heintz Agathion (1546, 0, 0, 20, 20, 20, 20, 20, 20), -- Meruril Agathion (1547, 0, 0, 20, 20, 20, 20, 20, 20), -- Taman Zu Rapatui Agathion (1548, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaurin Agathion (1549, 0, 0, 20, 20, 20, 20, 20, 20), -- Ahertbein Agathion (1550, 0, 0, 20, 20, 20, 20, 20, 20), -- Naonin Agathion (1551, 0, 0, 20, 20, 20, 20, 20, 20), -- Guangong Agathion (1552, 0, 0, 20, 20, 20, 20, 20, 20), -- Gwanseum Nyang Nyang Agathion (1553, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Opera Agathion (1554, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Opera Agathion (1555, 0, 0, 20, 20, 20, 20, 20, 20), -- Opera Agathion (1556, 0, 0, 20, 20, 20, 20, 20, 20), -- Mandarin Dress Agathion (1557, 0, 0, 20, 20, 20, 20, 20, 20), -- Nepal Snow Agathion (1558, 0, 0, 20, 20, 20, 20, 20, 20), -- Round Ball Snow Agathion (1559, 0, 0, 20, 20, 20, 20, 20, 20), -- Ladder Snow Agathion (1560, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Opera Agathion (1561, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby Rudolph (1562, 0, 0, 20, 20, 20, 20, 20, 20), -- Desheloph (1563, 0, 0, 20, 20, 20, 20, 20, 20), -- Hyum (1564, 0, 0, 20, 20, 20, 20, 20, 20), -- Lekang (1565, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilias (1566, 0, 0, 20, 20, 20, 20, 20, 20), -- Lapham (1567, 0, 0, 20, 20, 20, 20, 20, 20), -- Mafum (1568, 0, 0, 20, 20, 20, 20, 20, 20), -- Desheloph (1569, 0, 0, 20, 20, 20, 20, 20, 20), -- Hyum (1570, 0, 0, 20, 20, 20, 20, 20, 20), -- Lekang (1571, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilias (1572, 0, 0, 20, 20, 20, 20, 20, 20), -- Lapham (1573, 0, 0, 20, 20, 20, 20, 20, 20), -- Mafum (1574, 0, 0, 20, 20, 20, 20, 20, 20), -- Phoenix (1575, 0, 0, 20, 20, 20, 20, 20, 20), -- Samduyong (1576, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Gnosian (1577, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Orodriel (1578, 0, 0, 20, 20, 20, 20, 20, 20), -- Penalty Kick (1579, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Gnosian (1580, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Orodriel (1581, 0, 0, 20, 20, 20, 20, 20, 20), -- Penalty Kick (1582, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Gnosian (1583, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Orodriel (1584, 0, 0, 20, 20, 20, 20, 20, 20), -- Penalty Kick (1585, 0, 0, 20, 20, 20, 20, 20, 20), -- Granny Tiger (1586, 0, 0, 20, 20, 20, 20, 20, 20), -- Flower Fairy Spirit (1587, 0, 0, 20, 20, 20, 20, 20, 20), -- Cheerleader Orodriel (1588, 0, 0, 20, 20, 20, 20, 20, 20), -- Cheerleader Lana (1589, 0, 0, 20, 20, 20, 20, 20, 20), -- Cheerleader Naonin (1590, 0, 0, 20, 20, 20, 20, 20, 20), -- Cheerleader Mortia (1591, 0, 0, 20, 20, 20, 20, 20, 20), -- Cheerleader Kaurin (1592, 0, 0, 20, 20, 20, 20, 20, 20), -- Cheerleader Meruril (1593, 0, 0, 20, 20, 20, 20, 20, 20), -- Handy (1594, 0, 0, 20, 20, 20, 20, 20, 20), -- Singer and Dancer Agathion (1595, 0, 0, 20, 20, 20, 20, 20, 20), -- Zakensword Agathion (1596, 0, 0, 20, 20, 20, 20, 20, 20), -- Cow Agathion (1597, 0, 0, 20, 20, 20, 20, 20, 20), -- Tow Agathion (1598, 0, 0, 20, 20, 20, 20, 20, 20), -- Rudolph Agathion (1599, 0, 0, 20, 20, 20, 20, 20, 20), -- Zinyanzi Agathion (1600, 0, 0, 20, 20, 20, 20, 20, 20), -- Zinyanzi Agathion (1601, 0, 0, 20, 20, 20, 20, 20, 20), -- Super Feline Queen Z (1602, 0, 0, 20, 20, 20, 20, 20, 20), -- Super Kat the Cat Z (1603, 0, 0, 20, 20, 20, 20, 20, 20), -- Super Mew the Cat Z (1604, 0, 0, 20, 20, 20, 20, 20, 20), -- Hanbok Agathion (1605, 0, 0, 20, 20, 20, 20, 20, 20), -- Chuchu Agathion (2081, 0, 0, 20, 20, 20, 20, 20, 20), -- Canabion of Plague (2082, 0, 0, 20, 20, 20, 20, 20, 20), -- Canabion of Plague (2083, 0, 0, 20, 20, 20, 20, 20, 20), -- Canabion of Plague (2501, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucky Pig (2502, 0, 0, 20, 20, 20, 20, 20, 20), -- Wingless Lucky Pig (2503, 0, 0, 20, 20, 20, 20, 20, 20), -- Wingless Lucky Pig (4301, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (4302, 0, 0, 20, 20, 20, 20, 20, 20), -- Master Dugi (4303, 0, 0, 150, 150, 150, 150, 150, 150), -- Skooldie (4304, 0, 0, 150, 150, 150, 150, 150, 150), -- White-Bearded Santa (4305, 0, 0, 20, 20, 20, 20, 20, 20), -- Rosalia (4306, 0, 0, 150, 150, 150, 150, 150, 150), -- Steve Shyagel (4307, 0, 0, 20, 20, 20, 20, 20, 20), -- Santa Claus (4308, 0, 0, 20, 20, 20, 20, 20, 20), -- Angel Cat (4309, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet (4310, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet (4311, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet (4312, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet (4313, 0, 0, 20, 20, 20, 20, 20, 20), -- Angel Cat (4314, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (4315, 0, 0, 150, 150, 150, 150, 150, 150), -- Warehouse Keeper (4316, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4317, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4318, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4319, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4320, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4321, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4322, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4323, 0, 0, 20, 20, 20, 20, 20, 20), -- Photo Snow (4324, 0, 0, 20, 20, 20, 20, 20, 20), -- Worshipper (4325, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar Guard (4326, 0, 0, 20, 20, 20, 20, 20, 20), -- Proclaimer of Tersi (4327, 0, 0, 20, 20, 20, 20, 20, 20), -- Worshipper (4328, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar Guard (4329, 0, 0, 20, 20, 20, 20, 20, 20), -- Miss Queen (12077, 0, 0, 20, 20, 20, 20, 20, 20), -- Wolf (12311, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatchling of the Wind (12312, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatchling of the Stars (12313, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatchling of Twilight (12526, 0, 0, 20, 20, 20, 20, 20, 20), -- Wind Strider (12527, 0, 0, 20, 20, 20, 20, 20, 20), -- Star Strider (12528, 0, 0, 20, 20, 20, 20, 20, 20), -- Twilight Strider (12564, 0, 0, 20, 20, 20, 20, 20, 20), -- Sin Eater (12621, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern (12774, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Squash (12775, 0, 0, 20, 20, 20, 20, 20, 20), -- High Quality Squash (12776, 0, 0, 20, 20, 20, 20, 20, 20), -- Low Quality Squash (12777, 0, 0, 20, 20, 20, 20, 20, 20), -- Large Young Squash (12778, 0, 0, 20, 20, 20, 20, 20, 20), -- High Quality Large Squash (12779, 0, 0, 20, 20, 20, 20, 20, 20), -- Low Quality Large Squash (12780, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby Buffalo (12781, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby Kookaburra (12782, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby Cougar (13001, 0, 0, 20, 20, 20, 20, 20, 20), -- Heart of Warding (13002, 0, 0, 20, 20, 20, 20, 20, 20), -- Life Control Tower (13003, 0, 0, 20, 20, 20, 20, 20, 20), -- Life Control Tower (13004, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame Control Tower (13005, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame Control Tower (13006, 0, 0, 20, 20, 20, 20, 20, 20), -- Holiday Tree (13007, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Holiday Tree (13014, 0, 0, 20, 20, 20, 20, 20, 20), -- (13015, 0, 0, 20, 20, 20, 20, 20, 20), -- (13016, 0, 0, 20, 20, 20, 20, 20, 20), -- King Squash (13017, 0, 0, 20, 20, 20, 20, 20, 20), -- Emperor Squash (13018, 0, 0, 20, 20, 20, 20, 20, 20), -- (13019, 0, 0, 20, 20, 20, 20, 20, 20), -- (13020, 0, 0, 20, 20, 20, 20, 20, 20), -- (13021, 0, 0, 20, 20, 20, 20, 20, 20), -- (13022, 0, 0, 20, 20, 20, 20, 20, 20), -- (13023, 0, 0, 20, 20, 20, 20, 20, 20), -- (13024, 0, 0, 20, 20, 20, 20, 20, 20), -- (13025, 0, 0, 20, 20, 20, 20, 20, 20), -- (13026, 0, 0, 20, 20, 20, 20, 20, 20), -- (13027, 0, 0, 20, 20, 20, 20, 20, 20), -- (13028, 0, 0, 20, 20, 20, 20, 20, 20), -- (13029, 0, 0, 20, 20, 20, 20, 20, 20), -- (13030, 0, 0, 20, 20, 20, 20, 20, 20), -- (13031, 0, 0, 20, 20, 20, 20, 20, 20), -- Huge Pig (13032, 0, 0, 20, 20, 20, 20, 20, 20), -- Huge Pig (13033, 0, 0, 20, 20, 20, 20, 20, 20), -- Huge Pig (13034, 0, 0, 20, 20, 20, 20, 20, 20), -- Super Huge Pig (13035, 0, 0, 20, 20, 20, 20, 20, 20), -- Golden Pig (13036, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (13037, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13038, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13039, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13040, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13041, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13042, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13043, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13044, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13045, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13046, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13047, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13048, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13049, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13050, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13051, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13052, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13053, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13054, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13055, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13056, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13057, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13058, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13059, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13060, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13061, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13062, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13063, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13064, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13065, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13066, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13067, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13068, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13069, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13070, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13071, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13072, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13073, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13074, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13075, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13076, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13077, 0, 0, 20, 20, 20, 20, 20, 20), -- Onyx Beast (13078, 0, 0, 20, 20, 20, 20, 20, 20), -- Doom Wraith (13079, 0, 0, 20, 20, 20, 20, 20, 20), -- Grail Apostle (13080, 0, 0, 20, 20, 20, 20, 20, 20), -- Grail Apostle (13081, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn (13082, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Knight (13083, 0, 0, 20, 20, 20, 20, 20, 20), -- Golem Guardian (13084, 0, 0, 20, 20, 20, 20, 20, 20), -- Inferno Drake (13085, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Bomber (13086, 0, 0, 20, 20, 20, 20, 20, 20), -- Zariche (13087, 0, 0, 20, 20, 20, 20, 20, 20), -- Akamanah (13088, 0, 0, 20, 20, 20, 20, 20, 20), -- Final Form (13089, 0, 0, 20, 20, 20, 20, 20, 20), -- Final Form (13090, 0, 0, 20, 20, 20, 20, 20, 20), -- Native (13091, 0, 0, 20, 20, 20, 20, 20, 20), -- Yeti (13092, 0, 0, 20, 20, 20, 20, 20, 20), -- Buffalo (13093, 0, 0, 20, 20, 20, 20, 20, 20), -- Pig (13094, 0, 0, 20, 20, 20, 20, 20, 20), -- Zombie (13095, 0, 0, 20, 20, 20, 20, 20, 20), -- Pixy (13096, 0, 0, 20, 20, 20, 20, 20, 20), -- Rabbit (13097, 0, 0, 150, 150, 150, 150, 150, 150), -- (13098, 0, 0, 20, 20, 20, 20, 20, 20), -- Event Treasure Chest (13099, 0, 0, 20, 20, 20, 20, 20, 20), -- Zaken (13100, 0, 0, 20, 20, 20, 20, 20, 20), -- Anakim (13101, 0, 0, 20, 20, 20, 20, 20, 20), -- Venom (13102, 0, 0, 20, 20, 20, 20, 20, 20), -- Gordon (13103, 0, 0, 20, 20, 20, 20, 20, 20), -- Ranku (13104, 0, 0, 20, 20, 20, 20, 20, 20), -- Kiyachi (13105, 0, 0, 20, 20, 20, 20, 20, 20), -- Demon Prince (13106, 0, 0, 20, 20, 20, 20, 20, 20), -- Heretic Male (13107, 0, 0, 20, 20, 20, 20, 20, 20), -- Heretic Female (13108, 0, 0, 20, 20, 20, 20, 20, 20), -- Veil Master (13109, 0, 0, 20, 20, 20, 20, 20, 20), -- Saber Tooth Tiger (13110, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum (13111, 0, 0, 20, 20, 20, 20, 20, 20), -- Doll Blader (13112, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Knight (13113, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Warrior (13114, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Rogue (13115, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Healer (13116, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Wizard (13117, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Enchanter (13118, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Summoner (13119, 0, 0, 20, 20, 20, 20, 20, 20), -- Dwarf Golem (13120, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Rat (13121, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Rat (13122, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Rat (13123, 0, 0, 20, 20, 20, 20, 20, 20), -- Super Giant Rat (13124, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Rat (13125, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13126, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13127, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13128, 0, 0, 20, 20, 20, 20, 20, 20), -- Golem Trader (13129, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleporter (13130, 0, 0, 20, 20, 20, 20, 20, 20), -- Light Purple Maned Horse (13131, 0, 0, 20, 20, 20, 20, 20, 20), -- Grizzly Bear (13132, 0, 0, 20, 20, 20, 20, 20, 20), -- Timitran (13133, 0, 0, 20, 20, 20, 20, 20, 20), -- Lava Golem (13134, 0, 0, 20, 20, 20, 20, 20, 20), -- Yeti (13135, 0, 0, 20, 20, 20, 20, 20, 20), -- Pumpkin Ghost (13136, 0, 0, 20, 20, 20, 20, 20, 20), -- (13137, 0, 0, 20, 20, 20, 20, 20, 20), -- (13138, 0, 0, 20, 20, 20, 20, 20, 20), -- (13139, 0, 0, 20, 20, 20, 20, 20, 20), -- (13140, 0, 0, 20, 20, 20, 20, 20, 20), -- (13141, 0, 0, 20, 20, 20, 20, 20, 20), -- (13142, 0, 0, 20, 20, 20, 20, 20, 20), -- Final Form (13143, 0, 0, 20, 20, 20, 20, 20, 20), -- Final Form (13144, 0, 0, 20, 20, 20, 20, 20, 20), -- Aurabird-Falcon (13145, 0, 0, 20, 20, 20, 20, 20, 20), -- Aurabird-Owl (13146, 0, 0, 20, 20, 20, 20, 20, 20), -- Tawny-Maned Lion (13147, 0, 0, 20, 20, 20, 20, 20, 20), -- Steam Sledge (13148, 0, 0, 20, 20, 20, 20, 20, 20), -- Lindvior (13149, 0, 0, 20, 20, 20, 20, 20, 20), -- For Presentation 1 (13150, 0, 0, 20, 20, 20, 20, 20, 20), -- For Presentation 2 (13151, 0, 0, 20, 20, 20, 20, 20, 20), -- For Presentation 3 (13152, 0, 0, 20, 20, 20, 20, 20, 20), -- For Presentation 4 (13153, 0, 0, 20, 20, 20, 20, 20, 20), -- For Presentation 5 (13154, 0, 0, 20, 20, 20, 20, 20, 20), -- Demon Race (13155, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorniun (13156, 0, 0, 20, 20, 20, 20, 20, 20), -- Myo Race (13157, 0, 0, 20, 20, 20, 20, 20, 20), -- Frog (13158, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Child (13159, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (13160, 0, 0, 20, 20, 20, 20, 20, 20), -- Snowman (13161, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarecrow (13162, 0, 0, 20, 20, 20, 20, 20, 20), -- Tin Plate Golem (13163, 0, 0, 20, 20, 20, 20, 20, 20), -- Tow (13164, 0, 0, 20, 20, 20, 20, 20, 20), -- Lure Tow (13165, 0, 0, 20, 20, 20, 20, 20, 20), -- Heavy Tow (13166, 0, 0, 20, 20, 20, 20, 20, 20), -- Wing Tow (13167, 0, 0, 20, 20, 20, 20, 20, 20), -- Main Role A (13168, 0, 0, 20, 20, 20, 20, 20, 20), -- Main Role B (13169, 0, 0, 20, 20, 20, 20, 20, 20), -- Human Male Mercenary (13170, 0, 0, 20, 20, 20, 20, 20, 20), -- Male Elf Mercenary (13171, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Elf Female Mercenary (13172, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Male Mercenary (13173, 0, 0, 20, 20, 20, 20, 20, 20), -- Dwarf Male Mercenary (13174, 0, 0, 20, 20, 20, 20, 20, 20), -- Kamael Male Mercenary (13175, 0, 0, 20, 20, 20, 20, 20, 20), -- Knight Level Mercenary (13176, 0, 0, 20, 20, 20, 20, 20, 20), -- Archer Level Mercenary (13177, 0, 0, 20, 20, 20, 20, 20, 20), -- Wizard Level Mercenary (13178, 0, 0, 20, 20, 20, 20, 20, 20), -- Trooper Level Mercenary (13179, 0, 0, 20, 20, 20, 20, 20, 20), -- Knight Leader Elite Mercenary (13180, 0, 0, 20, 20, 20, 20, 20, 20), -- Commander Elite Mercenary (13181, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (13182, 0, 0, 150, 150, 150, 150, 150, 150), -- Free Gift Merchant (13183, 0, 0, 20, 20, 20, 20, 20, 20), -- Thomas D. Turkey (13184, 0, 0, 20, 20, 20, 20, 20, 20), -- Santa Claus (13185, 0, 0, 20, 20, 20, 20, 20, 20), -- Santa Claus (13186, 0, 0, 20, 20, 20, 20, 20, 20), -- Santa Claus (13187, 0, 0, 20, 20, 20, 20, 20, 20), -- Milk Cow (13188, 0, 0, 20, 20, 20, 20, 20, 20), -- Head Milk Cow (13189, 0, 0, 20, 20, 20, 20, 20, 20), -- Bull (13190, 0, 0, 20, 20, 20, 20, 20, 20), -- Head Bull (13191, 0, 0, 20, 20, 20, 20, 20, 20), -- Gloomy Milk Cow (13192, 0, 0, 20, 20, 20, 20, 20, 20), -- Gloomy Head Milk Cow (13193, 0, 0, 20, 20, 20, 20, 20, 20), -- (13194, 0, 0, 20, 20, 20, 20, 20, 20), -- (13195, 0, 0, 20, 20, 20, 20, 20, 20), -- (13196, 0, 0, 20, 20, 20, 20, 20, 20), -- Huge Pig (13197, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian's Strider (13198, 0, 0, 20, 20, 20, 20, 20, 20), -- Native (13199, 0, 0, 20, 20, 20, 20, 20, 20), -- Native (13200, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Child (13201, 0, 0, 20, 20, 20, 20, 20, 20), -- Guards of the Dawn (13202, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13203, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13204, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13205, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13206, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13207, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13208, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13209, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13210, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13211, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13212, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13213, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13214, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13215, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13216, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13217, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13218, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13219, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13220, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13221, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13222, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13223, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13224, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13225, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13226, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13227, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13228, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13229, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13230, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13231, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13232, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13233, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13234, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13235, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13236, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13237, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13238, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13239, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13240, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13241, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13242, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13243, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13244, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13245, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13246, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13247, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13248, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13249, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13250, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13251, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13252, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13253, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13254, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13255, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13256, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (13257, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13258, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13259, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13260, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13261, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13262, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13263, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13264, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13265, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13266, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13267, 0, 0, 20, 20, 20, 20, 20, 20), -- Virtual Image (13268, 0, 0, 20, 20, 20, 20, 20, 20), -- Aqua Elf (13269, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Weather (13270, 0, 0, 20, 20, 20, 20, 20, 20), -- Sultriness (13271, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Watermelon (13272, 0, 0, 20, 20, 20, 20, 20, 20), -- Defective Watermelon (13273, 0, 0, 20, 20, 20, 20, 20, 20), -- Rain Watermelon (13274, 0, 0, 20, 20, 20, 20, 20, 20), -- Large Rain Watermelon (13275, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Honey Watermelon (13276, 0, 0, 20, 20, 20, 20, 20, 20), -- Defective Honey Watermelon (13277, 0, 0, 20, 20, 20, 20, 20, 20), -- Rain Honey Watermelon (13278, 0, 0, 20, 20, 20, 20, 20, 20), -- Large Rain Honey Watermelon (13279, 0, 0, 20, 20, 20, 20, 20, 20), -- Uldie (13280, 0, 0, 20, 20, 20, 20, 20, 20), -- Belldandy (13281, 0, 0, 20, 20, 20, 20, 20, 20), -- Skooldie (13282, 0, 0, 20, 20, 20, 20, 20, 20), -- Skooldie (13283, 0, 0, 20, 20, 20, 20, 20, 20), -- Treykan (13284, 0, 0, 20, 20, 20, 20, 20, 20), -- (13285, 0, 0, 20, 20, 20, 20, 20, 20), -- Santa Claus (13286, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby White Tiger (13287, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby White Tiger Captain (13288, 0, 0, 20, 20, 20, 20, 20, 20), -- Gloomy Baby White Tiger (13289, 0, 0, 20, 20, 20, 20, 20, 20), -- Gloomy Baby White Tiger Captain (13290, 0, 0, 20, 20, 20, 20, 20, 20), -- White Tiger (13291, 0, 0, 20, 20, 20, 20, 20, 20), -- White Tiger Captain (13292, 0, 0, 20, 20, 20, 20, 20, 20), -- Employee of Magic Research Institute (13293, 0, 0, 20, 20, 20, 20, 20, 20), -- (13294, 0, 0, 20, 20, 20, 20, 20, 20), -- (13295, 0, 0, 20, 20, 20, 20, 20, 20), -- White Lady (13296, 0, 0, 20, 20, 20, 20, 20, 20), -- Freya (13297, 0, 0, 20, 20, 20, 20, 20, 20), -- World Cup Cat (13298, 0, 0, 20, 20, 20, 20, 20, 20), -- Game Manager (14001, 0, 0, 20, 20, 20, 20, 20, 20), -- Reanimated Man (14002, 0, 0, 20, 20, 20, 20, 20, 20), -- Reanimated Man (14003, 0, 0, 20, 20, 20, 20, 20, 20), -- Reanimated Man (14004, 0, 0, 20, 20, 20, 20, 20, 20), -- Reanimated Man (14005, 0, 0, 20, 20, 20, 20, 20, 20), -- Reanimated Man (14006, 0, 0, 20, 20, 20, 20, 20, 20), -- Reanimated Man (14007, 0, 0, 20, 20, 20, 20, 20, 20), -- Reanimated Man (14008, 0, 0, 40, 40, 40, 40, 40, 40), -- Reanimated Man (14009, 0, 0, 50, 50, 50, 50, 50, 50), -- Reanimated Man (14010, 0, 0, 60, 60, 60, 60, 60, 60), -- Reanimated Man (14011, 0, 0, 70, 70, 70, 70, 70, 70), -- Reanimated Man (14012, 0, 0, 80, 80, 80, 80, 80, 80), -- Reanimated Man (14013, 0, 0, 85, 85, 85, 85, 85, 85), -- Reanimated Man (14014, 0, 0, 90, 90, 90, 90, 90, 90), -- Reanimated Man (14015, 0, 0, 95, 95, 95, 95, 95, 95), -- Reanimated Man (14016, 0, 0, 100, 100, 100, 100, 100, 100), -- Reanimated Man (14017, 0, 0, 102, 102, 102, 102, 102, 102), -- Reanimated Man (14018, 0, 0, 104, 104, 104, 104, 104, 104), -- Reanimated Man (14019, 0, 0, 106, 106, 106, 106, 106, 106), -- Reanimated Man (14020, 0, 0, 109, 109, 109, 109, 109, 109), -- Reanimated Man (14021, 0, 0, 111, 111, 111, 111, 111, 111), -- Reanimated Man (14022, 0, 0, 113, 113, 113, 113, 113, 113), -- Reanimated Man (14023, 0, 0, 115, 115, 115, 115, 115, 115), -- Reanimated Man (14024, 0, 0, 118, 118, 118, 118, 118, 118), -- Reanimated Man (14025, 0, 0, 120, 120, 120, 120, 120, 120), -- Reanimated Man (14026, 0, 0, 122, 122, 122, 122, 122, 122), -- Reanimated Man (14027, 0, 0, 124, 124, 124, 124, 124, 124), -- Reanimated Man (14028, 0, 0, 127, 127, 127, 127, 127, 127), -- Reanimated Man (14029, 0, 0, 129, 129, 129, 129, 129, 129), -- Reanimated Man (14030, 0, 0, 131, 131, 131, 131, 131, 131), -- Reanimated Man (14031, 0, 0, 133, 133, 133, 133, 133, 133), -- Reanimated Man (14032, 0, 0, 136, 136, 136, 136, 136, 136), -- Reanimated Man (14033, 0, 0, 138, 138, 138, 138, 138, 138), -- Reanimated Man (14034, 0, 0, 140, 140, 140, 140, 140, 140), -- Reanimated Man (14035, 0, 0, 143, 143, 143, 143, 143, 143), -- Reanimated Man (14036, 0, 0, 145, 145, 145, 145, 145, 145), -- Reanimated Man (14037, 0, 0, 147, 147, 147, 147, 147, 147), -- Reanimated Man (14038, 0, 0, 20, 20, 20, 20, 20, 20), -- Corrupted Man (14039, 0, 0, 20, 20, 20, 20, 20, 20), -- Corrupted Man (14040, 0, 0, 20, 20, 20, 20, 20, 20), -- Corrupted Man (14041, 0, 0, 20, 20, 20, 20, 20, 20), -- Corrupted Man (14042, 0, 0, 20, 20, 20, 20, 20, 20), -- Corrupted Man (14043, 0, 0, 20, 20, 20, 20, 20, 20), -- Corrupted Man (14044, 0, 0, 40, 40, 40, 40, 40, 40), -- Corrupted Man (14045, 0, 0, 50, 50, 50, 50, 50, 50), -- Corrupted Man (14046, 0, 0, 60, 60, 60, 60, 60, 60), -- Corrupted Man (14047, 0, 0, 70, 70, 70, 70, 70, 70), -- Corrupted Man (14048, 0, 0, 80, 80, 80, 80, 80, 80), -- Corrupted Man (14049, 0, 0, 85, 85, 85, 85, 85, 85), -- Corrupted Man (14050, 0, 0, 90, 90, 90, 90, 90, 90), -- Corrupted Man (14051, 0, 0, 95, 95, 95, 95, 95, 95), -- Corrupted Man (14052, 0, 0, 100, 100, 100, 100, 100, 100), -- Corrupted Man (14053, 0, 0, 102, 102, 102, 102, 102, 102), -- Corrupted Man (14054, 0, 0, 104, 104, 104, 104, 104, 104), -- Corrupted Man (14055, 0, 0, 106, 106, 106, 106, 106, 106), -- Corrupted Man (14056, 0, 0, 109, 109, 109, 109, 109, 109), -- Corrupted Man (14057, 0, 0, 111, 111, 111, 111, 111, 111), -- Corrupted Man (14058, 0, 0, 113, 113, 113, 113, 113, 113), -- Corrupted Man (14059, 0, 0, 115, 115, 115, 115, 115, 115), -- Corrupted Man (14060, 0, 0, 118, 118, 118, 118, 118, 118), -- Corrupted Man (14061, 0, 0, 120, 120, 120, 120, 120, 120), -- Corrupted Man (14062, 0, 0, 122, 122, 122, 122, 122, 122), -- Corrupted Man (14063, 0, 0, 124, 124, 124, 124, 124, 124), -- Corrupted Man (14064, 0, 0, 127, 127, 127, 127, 127, 127), -- Corrupted Man (14065, 0, 0, 129, 129, 129, 129, 129, 129), -- Corrupted Man (14066, 0, 0, 131, 131, 131, 131, 131, 131), -- Corrupted Man (14067, 0, 0, 133, 133, 133, 133, 133, 133), -- Corrupted Man (14068, 0, 0, 136, 136, 136, 136, 136, 136), -- Corrupted Man (14069, 0, 0, 138, 138, 138, 138, 138, 138), -- Corrupted Man (14070, 0, 0, 140, 140, 140, 140, 140, 140), -- Corrupted Man (14071, 0, 0, 143, 143, 143, 143, 143, 143), -- Corrupted Man (14072, 0, 0, 145, 145, 145, 145, 145, 145), -- Corrupted Man (14073, 0, 0, 147, 147, 147, 147, 147, 147), -- Corrupted Man (14074, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Man (14075, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Man (14076, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Man (14077, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Man (14078, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Man (14079, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Man (14080, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Man (14081, 0, 0, 40, 40, 40, 40, 40, 40), -- Cursed Man (14082, 0, 0, 50, 50, 50, 50, 50, 50), -- Cursed Man (14083, 0, 0, 60, 60, 60, 60, 60, 60), -- Cursed Man (14084, 0, 0, 70, 70, 70, 70, 70, 70), -- Cursed Man (14085, 0, 0, 80, 80, 80, 80, 80, 80), -- Cursed Man (14086, 0, 0, 85, 85, 85, 85, 85, 85), -- Cursed Man (14087, 0, 0, 90, 90, 90, 90, 90, 90), -- Cursed Man (14088, 0, 0, 95, 95, 95, 95, 95, 95), -- Cursed Man (14089, 0, 0, 100, 100, 100, 100, 100, 100), -- Cursed Man (14090, 0, 0, 102, 102, 102, 102, 102, 102), -- Cursed Man (14091, 0, 0, 104, 104, 104, 104, 104, 104), -- Cursed Man (14092, 0, 0, 106, 106, 106, 106, 106, 106), -- Cursed Man (14093, 0, 0, 109, 109, 109, 109, 109, 109), -- Cursed Man (14094, 0, 0, 111, 111, 111, 111, 111, 111), -- Cursed Man (14095, 0, 0, 113, 113, 113, 113, 113, 113), -- Cursed Man (14096, 0, 0, 115, 115, 115, 115, 115, 115), -- Cursed Man (14097, 0, 0, 118, 118, 118, 118, 118, 118), -- Cursed Man (14098, 0, 0, 120, 120, 120, 120, 120, 120), -- Cursed Man (14099, 0, 0, 122, 122, 122, 122, 122, 122), -- Cursed Man (14100, 0, 0, 124, 124, 124, 124, 124, 124), -- Cursed Man (14101, 0, 0, 127, 127, 127, 127, 127, 127), -- Cursed Man (14102, 0, 0, 129, 129, 129, 129, 129, 129), -- Cursed Man (14103, 0, 0, 131, 131, 131, 131, 131, 131), -- Cursed Man (14104, 0, 0, 133, 133, 133, 133, 133, 133), -- Cursed Man (14105, 0, 0, 136, 136, 136, 136, 136, 136), -- Cursed Man (14106, 0, 0, 138, 138, 138, 138, 138, 138), -- Cursed Man (14107, 0, 0, 140, 140, 140, 140, 140, 140), -- Cursed Man (14108, 0, 0, 143, 143, 143, 143, 143, 143), -- Cursed Man (14109, 0, 0, 145, 145, 145, 145, 145, 145), -- Cursed Man (14110, 0, 0, 147, 147, 147, 147, 147, 147), -- Cursed Man (14111, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14112, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14113, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14114, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14115, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14116, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14117, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14118, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14119, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14120, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14121, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14122, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14123, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14124, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14125, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14126, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14127, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14128, 0, 0, 20, 20, 20, 20, 20, 20), -- Kat the Cat (14129, 0, 0, 40, 40, 40, 40, 40, 40), -- Kat the Cat (14130, 0, 0, 50, 50, 50, 50, 50, 50), -- Kat the Cat (14131, 0, 0, 60, 60, 60, 60, 60, 60), -- Kat the Cat (14132, 0, 0, 70, 70, 70, 70, 70, 70), -- Kat the Cat (14133, 0, 0, 80, 80, 80, 80, 80, 80), -- Kat the Cat (14134, 0, 0, 85, 85, 85, 85, 85, 85), -- Kat the Cat (14135, 0, 0, 90, 90, 90, 90, 90, 90), -- Kat the Cat (14136, 0, 0, 95, 95, 95, 95, 95, 95), -- Kat the Cat (14137, 0, 0, 100, 100, 100, 100, 100, 100), -- Kat the Cat (14138, 0, 0, 102, 102, 102, 102, 102, 102), -- Kat the Cat (14139, 0, 0, 104, 104, 104, 104, 104, 104), -- Kat the Cat (14140, 0, 0, 106, 106, 106, 106, 106, 106), -- Kat the Cat (14141, 0, 0, 109, 109, 109, 109, 109, 109), -- Kat the Cat (14142, 0, 0, 111, 111, 111, 111, 111, 111), -- Kat the Cat (14143, 0, 0, 113, 113, 113, 113, 113, 113), -- Kat the Cat (14144, 0, 0, 115, 115, 115, 115, 115, 115), -- Kat the Cat (14145, 0, 0, 118, 118, 118, 118, 118, 118), -- Kat the Cat (14146, 0, 0, 120, 120, 120, 120, 120, 120), -- Kat the Cat (14147, 0, 0, 122, 122, 122, 122, 122, 122), -- Kat the Cat (14148, 0, 0, 124, 124, 124, 124, 124, 124), -- Kat the Cat (14149, 0, 0, 127, 127, 127, 127, 127, 127), -- Kat the Cat (14150, 0, 0, 129, 129, 129, 129, 129, 129), -- Kat the Cat (14151, 0, 0, 131, 131, 131, 131, 131, 131), -- Kat the Cat (14152, 0, 0, 133, 133, 133, 133, 133, 133), -- Kat the Cat (14153, 0, 0, 136, 136, 136, 136, 136, 136), -- Kat the Cat (14154, 0, 0, 138, 138, 138, 138, 138, 138), -- Kat the Cat (14155, 0, 0, 140, 140, 140, 140, 140, 140), -- Kat the Cat (14156, 0, 0, 143, 143, 143, 143, 143, 143), -- Kat the Cat (14157, 0, 0, 145, 145, 145, 145, 145, 145), -- Kat the Cat (14158, 0, 0, 147, 147, 147, 147, 147, 147), -- Kat the Cat (14159, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14160, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14161, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14162, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14163, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14164, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14165, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14166, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14167, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14168, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14169, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14170, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14171, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14172, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14173, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14174, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14175, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14176, 0, 0, 20, 20, 20, 20, 20, 20), -- Mew the Cat (14177, 0, 0, 40, 40, 40, 40, 40, 40), -- Mew the Cat (14178, 0, 0, 50, 50, 50, 50, 50, 50), -- Mew the Cat (14179, 0, 0, 60, 60, 60, 60, 60, 60), -- Mew the Cat (14180, 0, 0, 70, 70, 70, 70, 70, 70), -- Mew the Cat (14181, 0, 0, 80, 80, 80, 80, 80, 80), -- Mew the Cat (14182, 0, 0, 85, 85, 85, 85, 85, 85), -- Mew the Cat (14183, 0, 0, 90, 90, 90, 90, 90, 90), -- Mew the Cat (14184, 0, 0, 95, 95, 95, 95, 95, 95), -- Mew the Cat (14185, 0, 0, 100, 100, 100, 100, 100, 100), -- Mew the Cat (14186, 0, 0, 102, 102, 102, 102, 102, 102), -- Mew the Cat (14187, 0, 0, 104, 104, 104, 104, 104, 104), -- Mew the Cat (14188, 0, 0, 106, 106, 106, 106, 106, 106), -- Mew the Cat (14189, 0, 0, 109, 109, 109, 109, 109, 109), -- Mew the Cat (14190, 0, 0, 111, 111, 111, 111, 111, 111), -- Mew the Cat (14191, 0, 0, 113, 113, 113, 113, 113, 113), -- Mew the Cat (14192, 0, 0, 115, 115, 115, 115, 115, 115), -- Mew the Cat (14193, 0, 0, 118, 118, 118, 118, 118, 118), -- Mew the Cat (14194, 0, 0, 120, 120, 120, 120, 120, 120), -- Mew the Cat (14195, 0, 0, 122, 122, 122, 122, 122, 122), -- Mew the Cat (14196, 0, 0, 124, 124, 124, 124, 124, 124), -- Mew the Cat (14197, 0, 0, 127, 127, 127, 127, 127, 127), -- Mew the Cat (14198, 0, 0, 129, 129, 129, 129, 129, 129), -- Mew the Cat (14199, 0, 0, 131, 131, 131, 131, 131, 131), -- Mew the Cat (14200, 0, 0, 133, 133, 133, 133, 133, 133), -- Mew the Cat (14201, 0, 0, 136, 136, 136, 136, 136, 136), -- Mew the Cat (14202, 0, 0, 138, 138, 138, 138, 138, 138), -- Mew the Cat (14203, 0, 0, 140, 140, 140, 140, 140, 140), -- Mew the Cat (14204, 0, 0, 143, 143, 143, 143, 143, 143), -- Mew the Cat (14205, 0, 0, 145, 145, 145, 145, 145, 145), -- Mew the Cat (14206, 0, 0, 147, 147, 147, 147, 147, 147), -- Mew the Cat (14207, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14208, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14209, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14210, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14211, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14212, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14213, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14214, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14215, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14216, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14217, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14218, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14219, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14220, 0, 0, 20, 20, 20, 20, 20, 20), -- Kai the Cat (14221, 0, 0, 40, 40, 40, 40, 40, 40), -- Kai the Cat (14222, 0, 0, 50, 50, 50, 50, 50, 50), -- Kai the Cat (14223, 0, 0, 60, 60, 60, 60, 60, 60), -- Kai the Cat (14224, 0, 0, 70, 70, 70, 70, 70, 70), -- Kai the Cat (14225, 0, 0, 80, 80, 80, 80, 80, 80), -- Kai the Cat (14226, 0, 0, 85, 85, 85, 85, 85, 85), -- Kai the Cat (14227, 0, 0, 90, 90, 90, 90, 90, 90), -- Kai the Cat (14228, 0, 0, 95, 95, 95, 95, 95, 95), -- Kai the Cat (14229, 0, 0, 100, 100, 100, 100, 100, 100), -- Kai the Cat (14230, 0, 0, 102, 102, 102, 102, 102, 102), -- Kai the Cat (14231, 0, 0, 104, 104, 104, 104, 104, 104), -- Kai the Cat (14232, 0, 0, 106, 106, 106, 106, 106, 106), -- Kai the Cat (14233, 0, 0, 109, 109, 109, 109, 109, 109), -- Kai the Cat (14234, 0, 0, 111, 111, 111, 111, 111, 111), -- Kai the Cat (14235, 0, 0, 113, 113, 113, 113, 113, 113), -- Kai the Cat (14236, 0, 0, 115, 115, 115, 115, 115, 115), -- Kai the Cat (14237, 0, 0, 118, 118, 118, 118, 118, 118), -- Kai the Cat (14238, 0, 0, 120, 120, 120, 120, 120, 120), -- Kai the Cat (14239, 0, 0, 122, 122, 122, 122, 122, 122), -- Kai the Cat (14240, 0, 0, 124, 124, 124, 124, 124, 124), -- Kai the Cat (14241, 0, 0, 127, 127, 127, 127, 127, 127), -- Kai the Cat (14242, 0, 0, 129, 129, 129, 129, 129, 129), -- Kai the Cat (14243, 0, 0, 131, 131, 131, 131, 131, 131), -- Kai the Cat (14244, 0, 0, 133, 133, 133, 133, 133, 133), -- Kai the Cat (14245, 0, 0, 136, 136, 136, 136, 136, 136), -- Kai the Cat (14246, 0, 0, 138, 138, 138, 138, 138, 138), -- Kai the Cat (14247, 0, 0, 140, 140, 140, 140, 140, 140), -- Kai the Cat (14248, 0, 0, 143, 143, 143, 143, 143, 143), -- Kai the Cat (14249, 0, 0, 145, 145, 145, 145, 145, 145), -- Kai the Cat (14250, 0, 0, 147, 147, 147, 147, 147, 147), -- Kai the Cat (14251, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14252, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14253, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14254, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14255, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14256, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14257, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14258, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14259, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14260, 0, 0, 20, 20, 20, 20, 20, 20), -- Feline Queen (14265, 0, 0, 40, 40, 40, 40, 40, 40), -- Feline Queen (14266, 0, 0, 50, 50, 50, 50, 50, 50), -- Feline Queen (14267, 0, 0, 60, 60, 60, 60, 60, 60), -- Feline Queen (14268, 0, 0, 70, 70, 70, 70, 70, 70), -- Feline Queen (14269, 0, 0, 80, 80, 80, 80, 80, 80), -- Feline Queen (14270, 0, 0, 85, 85, 85, 85, 85, 85), -- Feline Queen (14271, 0, 0, 90, 90, 90, 90, 90, 90), -- Feline Queen (14272, 0, 0, 95, 95, 95, 95, 95, 95), -- Feline Queen (14273, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline Queen (14274, 0, 0, 102, 102, 102, 102, 102, 102), -- Feline Queen (14275, 0, 0, 104, 104, 104, 104, 104, 104), -- Feline Queen (14276, 0, 0, 106, 106, 106, 106, 106, 106), -- Feline Queen (14277, 0, 0, 109, 109, 109, 109, 109, 109), -- Feline Queen (14278, 0, 0, 111, 111, 111, 111, 111, 111), -- Feline Queen (14279, 0, 0, 113, 113, 113, 113, 113, 113), -- Feline Queen (14280, 0, 0, 115, 115, 115, 115, 115, 115), -- Feline Queen (14281, 0, 0, 118, 118, 118, 118, 118, 118), -- Feline Queen (14282, 0, 0, 120, 120, 120, 120, 120, 120), -- Feline Queen (14283, 0, 0, 122, 122, 122, 122, 122, 122), -- Feline Queen (14284, 0, 0, 124, 124, 124, 124, 124, 124), -- Feline Queen (14285, 0, 0, 127, 127, 127, 127, 127, 127), -- Feline Queen (14286, 0, 0, 129, 129, 129, 129, 129, 129), -- Feline Queen (14287, 0, 0, 131, 131, 131, 131, 131, 131), -- Feline Queen (14288, 0, 0, 133, 133, 133, 133, 133, 133), -- Feline Queen (14289, 0, 0, 136, 136, 136, 136, 136, 136), -- Feline Queen (14290, 0, 0, 138, 138, 138, 138, 138, 138), -- Feline Queen (14291, 0, 0, 140, 140, 140, 140, 140, 140), -- Feline Queen (14292, 0, 0, 143, 143, 143, 143, 143, 143), -- Feline Queen (14293, 0, 0, 145, 145, 145, 145, 145, 145), -- Feline Queen (14294, 0, 0, 147, 147, 147, 147, 147, 147), -- Feline Queen (14295, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14296, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14297, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14298, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14299, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14300, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14301, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14302, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14303, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14304, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14305, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14306, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14307, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14308, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14309, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14310, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14311, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14312, 0, 0, 20, 20, 20, 20, 20, 20), -- Boxer the Unicorn (14313, 0, 0, 40, 40, 40, 40, 40, 40), -- Boxer the Unicorn (14314, 0, 0, 50, 50, 50, 50, 50, 50), -- Boxer the Unicorn (14315, 0, 0, 60, 60, 60, 60, 60, 60), -- Boxer the Unicorn (14316, 0, 0, 70, 70, 70, 70, 70, 70), -- Boxer the Unicorn (14317, 0, 0, 80, 80, 80, 80, 80, 80), -- Boxer the Unicorn (14318, 0, 0, 85, 85, 85, 85, 85, 85), -- Boxer the Unicorn (14319, 0, 0, 90, 90, 90, 90, 90, 90), -- Boxer the Unicorn (14320, 0, 0, 95, 95, 95, 95, 95, 95), -- Boxer the Unicorn (14321, 0, 0, 100, 100, 100, 100, 100, 100), -- Boxer the Unicorn (14322, 0, 0, 102, 102, 102, 102, 102, 102), -- Boxer the Unicorn (14323, 0, 0, 104, 104, 104, 104, 104, 104), -- Boxer the Unicorn (14324, 0, 0, 106, 106, 106, 106, 106, 106), -- Boxer the Unicorn (14325, 0, 0, 109, 109, 109, 109, 109, 109), -- Boxer the Unicorn (14326, 0, 0, 111, 111, 111, 111, 111, 111), -- Boxer the Unicorn (14327, 0, 0, 113, 113, 113, 113, 113, 113), -- Boxer the Unicorn (14328, 0, 0, 115, 115, 115, 115, 115, 115), -- Boxer the Unicorn (14329, 0, 0, 118, 118, 118, 118, 118, 118), -- Boxer the Unicorn (14330, 0, 0, 120, 120, 120, 120, 120, 120), -- Boxer the Unicorn (14331, 0, 0, 122, 122, 122, 122, 122, 122), -- Boxer the Unicorn (14332, 0, 0, 124, 124, 124, 124, 124, 124), -- Boxer the Unicorn (14333, 0, 0, 127, 127, 127, 127, 127, 127), -- Boxer the Unicorn (14334, 0, 0, 129, 129, 129, 129, 129, 129), -- Boxer the Unicorn (14335, 0, 0, 131, 131, 131, 131, 131, 131), -- Boxer the Unicorn (14336, 0, 0, 133, 133, 133, 133, 133, 133), -- Boxer the Unicorn (14337, 0, 0, 136, 136, 136, 136, 136, 136), -- Boxer the Unicorn (14338, 0, 0, 138, 138, 138, 138, 138, 138), -- Boxer the Unicorn (14339, 0, 0, 140, 140, 140, 140, 140, 140), -- Boxer the Unicorn (14340, 0, 0, 143, 143, 143, 143, 143, 143), -- Boxer the Unicorn (14341, 0, 0, 145, 145, 145, 145, 145, 145), -- Boxer the Unicorn (14342, 0, 0, 147, 147, 147, 147, 147, 147), -- Boxer the Unicorn (14343, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14344, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14345, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14346, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14347, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14348, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14349, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14350, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14351, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14352, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14353, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14354, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14355, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14356, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14357, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14358, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14359, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14360, 0, 0, 20, 20, 20, 20, 20, 20), -- Mirage the Unicorn (14361, 0, 0, 40, 40, 40, 40, 40, 40), -- Mirage the Unicorn (14362, 0, 0, 50, 50, 50, 50, 50, 50), -- Mirage the Unicorn (14363, 0, 0, 60, 60, 60, 60, 60, 60), -- Mirage the Unicorn (14364, 0, 0, 70, 70, 70, 70, 70, 70), -- Mirage the Unicorn (14365, 0, 0, 80, 80, 80, 80, 80, 80), -- Mirage the Unicorn (14366, 0, 0, 85, 85, 85, 85, 85, 85), -- Mirage the Unicorn (14367, 0, 0, 90, 90, 90, 90, 90, 90), -- Mirage the Unicorn (14368, 0, 0, 95, 95, 95, 95, 95, 95), -- Mirage the Unicorn (14369, 0, 0, 100, 100, 100, 100, 100, 100), -- Mirage the Unicorn (14370, 0, 0, 102, 102, 102, 102, 102, 102), -- Mirage the Unicorn (14371, 0, 0, 104, 104, 104, 104, 104, 104), -- Mirage the Unicorn (14372, 0, 0, 106, 106, 106, 106, 106, 106), -- Mirage the Unicorn (14373, 0, 0, 109, 109, 109, 109, 109, 109), -- Mirage the Unicorn (14374, 0, 0, 111, 111, 111, 111, 111, 111), -- Mirage the Unicorn (14375, 0, 0, 113, 113, 113, 113, 113, 113), -- Mirage the Unicorn (14376, 0, 0, 115, 115, 115, 115, 115, 115), -- Mirage the Unicorn (14377, 0, 0, 118, 118, 118, 118, 118, 118), -- Mirage the Unicorn (14378, 0, 0, 120, 120, 120, 120, 120, 120), -- Mirage the Unicorn (14379, 0, 0, 122, 122, 122, 122, 122, 122), -- Mirage the Unicorn (14380, 0, 0, 124, 124, 124, 124, 124, 124), -- Mirage the Unicorn (14381, 0, 0, 127, 127, 127, 127, 127, 127), -- Mirage the Unicorn (14382, 0, 0, 129, 129, 129, 129, 129, 129), -- Mirage the Unicorn (14383, 0, 0, 131, 131, 131, 131, 131, 131), -- Mirage the Unicorn (14384, 0, 0, 133, 133, 133, 133, 133, 133), -- Mirage the Unicorn (14385, 0, 0, 136, 136, 136, 136, 136, 136), -- Mirage the Unicorn (14386, 0, 0, 138, 138, 138, 138, 138, 138), -- Mirage the Unicorn (14387, 0, 0, 140, 140, 140, 140, 140, 140), -- Mirage the Unicorn (14388, 0, 0, 143, 143, 143, 143, 143, 143), -- Mirage the Unicorn (14389, 0, 0, 145, 145, 145, 145, 145, 145), -- Mirage the Unicorn (14390, 0, 0, 147, 147, 147, 147, 147, 147), -- Mirage the Unicorn (14391, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14392, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14393, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14394, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14395, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14396, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14397, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14398, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14399, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14400, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14401, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14402, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14403, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14404, 0, 0, 20, 20, 20, 20, 20, 20), -- Merrow the Unicorn (14405, 0, 0, 40, 40, 40, 40, 40, 40), -- Merrow the Unicorn (14406, 0, 0, 50, 50, 50, 50, 50, 50), -- Merrow the Unicorn (14407, 0, 0, 60, 60, 60, 60, 60, 60), -- Merrow the Unicorn (14408, 0, 0, 70, 70, 70, 70, 70, 70), -- Merrow the Unicorn (14409, 0, 0, 80, 80, 80, 80, 80, 80), -- Merrow the Unicorn (14410, 0, 0, 85, 85, 85, 85, 85, 85), -- Merrow the Unicorn (14411, 0, 0, 90, 90, 90, 90, 90, 90), -- Merrow the Unicorn (14412, 0, 0, 95, 95, 95, 95, 95, 95), -- Merrow the Unicorn (14413, 0, 0, 100, 100, 100, 100, 100, 100), -- Merrow the Unicorn (14414, 0, 0, 102, 102, 102, 102, 102, 102), -- Merrow the Unicorn (14415, 0, 0, 104, 104, 104, 104, 104, 104), -- Merrow the Unicorn (14416, 0, 0, 106, 106, 106, 106, 106, 106), -- Merrow the Unicorn (14417, 0, 0, 109, 109, 109, 109, 109, 109), -- Merrow the Unicorn (14418, 0, 0, 111, 111, 111, 111, 111, 111), -- Merrow the Unicorn (14419, 0, 0, 113, 113, 113, 113, 113, 113), -- Merrow the Unicorn (14420, 0, 0, 115, 115, 115, 115, 115, 115), -- Merrow the Unicorn (14421, 0, 0, 118, 118, 118, 118, 118, 118), -- Merrow the Unicorn (14422, 0, 0, 120, 120, 120, 120, 120, 120), -- Merrow the Unicorn (14423, 0, 0, 122, 122, 122, 122, 122, 122), -- Merrow the Unicorn (14424, 0, 0, 124, 124, 124, 124, 124, 124), -- Merrow the Unicorn (14425, 0, 0, 127, 127, 127, 127, 127, 127), -- Merrow the Unicorn (14426, 0, 0, 129, 129, 129, 129, 129, 129), -- Merrow the Unicorn (14427, 0, 0, 131, 131, 131, 131, 131, 131), -- Merrow the Unicorn (14428, 0, 0, 133, 133, 133, 133, 133, 133), -- Merrow the Unicorn (14429, 0, 0, 136, 136, 136, 136, 136, 136), -- Merrow the Unicorn (14430, 0, 0, 138, 138, 138, 138, 138, 138), -- Merrow the Unicorn (14431, 0, 0, 140, 140, 140, 140, 140, 140), -- Merrow the Unicorn (14432, 0, 0, 143, 143, 143, 143, 143, 143), -- Merrow the Unicorn (14433, 0, 0, 145, 145, 145, 145, 145, 145), -- Merrow the Unicorn (14434, 0, 0, 147, 147, 147, 147, 147, 147), -- Merrow the Unicorn (14435, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14436, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14437, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14438, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14439, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14440, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14441, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14442, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14443, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14444, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Seraphim (14449, 0, 0, 40, 40, 40, 40, 40, 40), -- Unicorn Seraphim (14450, 0, 0, 50, 50, 50, 50, 50, 50), -- Unicorn Seraphim (14451, 0, 0, 60, 60, 60, 60, 60, 60), -- Unicorn Seraphim (14452, 0, 0, 70, 70, 70, 70, 70, 70), -- Unicorn Seraphim (14453, 0, 0, 80, 80, 80, 80, 80, 80), -- Unicorn Seraphim (14454, 0, 0, 85, 85, 85, 85, 85, 85), -- Unicorn Seraphim (14455, 0, 0, 90, 90, 90, 90, 90, 90), -- Unicorn Seraphim (14456, 0, 0, 95, 95, 95, 95, 95, 95), -- Unicorn Seraphim (14457, 0, 0, 100, 100, 100, 100, 100, 100), -- Unicorn Seraphim (14458, 0, 0, 102, 102, 102, 102, 102, 102), -- Unicorn Seraphim (14459, 0, 0, 104, 104, 104, 104, 104, 104), -- Unicorn Seraphim (14460, 0, 0, 106, 106, 106, 106, 106, 106), -- Unicorn Seraphim (14461, 0, 0, 109, 109, 109, 109, 109, 109), -- Unicorn Seraphim (14462, 0, 0, 111, 111, 111, 111, 111, 111), -- Unicorn Seraphim (14463, 0, 0, 113, 113, 113, 113, 113, 113), -- Unicorn Seraphim (14464, 0, 0, 115, 115, 115, 115, 115, 115), -- Unicorn Seraphim (14465, 0, 0, 118, 118, 118, 118, 118, 118), -- Unicorn Seraphim (14466, 0, 0, 120, 120, 120, 120, 120, 120), -- Unicorn Seraphim (14467, 0, 0, 122, 122, 122, 122, 122, 122), -- Unicorn Seraphim (14468, 0, 0, 124, 124, 124, 124, 124, 124), -- Unicorn Seraphim (14469, 0, 0, 127, 127, 127, 127, 127, 127), -- Unicorn Seraphim (14470, 0, 0, 129, 129, 129, 129, 129, 129), -- Unicorn Seraphim (14471, 0, 0, 131, 131, 131, 131, 131, 131), -- Unicorn Seraphim (14472, 0, 0, 133, 133, 133, 133, 133, 133), -- Unicorn Seraphim (14473, 0, 0, 136, 136, 136, 136, 136, 136), -- Unicorn Seraphim (14474, 0, 0, 138, 138, 138, 138, 138, 138), -- Unicorn Seraphim (14475, 0, 0, 140, 140, 140, 140, 140, 140), -- Unicorn Seraphim (14476, 0, 0, 143, 143, 143, 143, 143, 143), -- Unicorn Seraphim (14477, 0, 0, 145, 145, 145, 145, 145, 145), -- Unicorn Seraphim (14478, 0, 0, 147, 147, 147, 147, 147, 147), -- Unicorn Seraphim (14479, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14480, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14481, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14482, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14483, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14484, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14485, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14486, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14487, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14488, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14489, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14490, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14491, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14492, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14493, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14494, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14495, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14496, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow (14497, 0, 0, 40, 40, 40, 40, 40, 40), -- Shadow (14498, 0, 0, 50, 50, 50, 50, 50, 50), -- Shadow (14499, 0, 0, 60, 60, 60, 60, 60, 60), -- Shadow (14500, 0, 0, 70, 70, 70, 70, 70, 70), -- Shadow (14501, 0, 0, 80, 80, 80, 80, 80, 80), -- Shadow (14502, 0, 0, 85, 85, 85, 85, 85, 85), -- Shadow (14503, 0, 0, 90, 90, 90, 90, 90, 90), -- Shadow (14504, 0, 0, 95, 95, 95, 95, 95, 95), -- Shadow (14505, 0, 0, 100, 100, 100, 100, 100, 100), -- Shadow (14506, 0, 0, 102, 102, 102, 102, 102, 102), -- Shadow (14507, 0, 0, 104, 104, 104, 104, 104, 104), -- Shadow (14508, 0, 0, 106, 106, 106, 106, 106, 106), -- Shadow (14509, 0, 0, 109, 109, 109, 109, 109, 109), -- Shadow (14510, 0, 0, 111, 111, 111, 111, 111, 111), -- Shadow (14511, 0, 0, 113, 113, 113, 113, 113, 113), -- Shadow (14512, 0, 0, 115, 115, 115, 115, 115, 115), -- Shadow (14513, 0, 0, 118, 118, 118, 118, 118, 118), -- Shadow (14514, 0, 0, 120, 120, 120, 120, 120, 120), -- Shadow (14515, 0, 0, 122, 122, 122, 122, 122, 122), -- Shadow (14516, 0, 0, 124, 124, 124, 124, 124, 124), -- Shadow (14517, 0, 0, 127, 127, 127, 127, 127, 127), -- Shadow (14518, 0, 0, 129, 129, 129, 129, 129, 129), -- Shadow (14519, 0, 0, 131, 131, 131, 131, 131, 131), -- Shadow (14520, 0, 0, 133, 133, 133, 133, 133, 133), -- Shadow (14521, 0, 0, 136, 136, 136, 136, 136, 136), -- Shadow (14522, 0, 0, 138, 138, 138, 138, 138, 138), -- Shadow (14523, 0, 0, 140, 140, 140, 140, 140, 140), -- Shadow (14524, 0, 0, 143, 143, 143, 143, 143, 143), -- Shadow (14525, 0, 0, 145, 145, 145, 145, 145, 145), -- Shadow (14526, 0, 0, 147, 147, 147, 147, 147, 147), -- Shadow (14527, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14528, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14529, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14530, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14531, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14532, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14533, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14534, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14535, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14536, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14537, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14538, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14539, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14540, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14541, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14542, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14543, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14544, 0, 0, 20, 20, 20, 20, 20, 20), -- Silhouette (14545, 0, 0, 40, 40, 40, 40, 40, 40), -- Silhouette (14546, 0, 0, 50, 50, 50, 50, 50, 50), -- Silhouette (14547, 0, 0, 60, 60, 60, 60, 60, 60), -- Silhouette (14548, 0, 0, 70, 70, 70, 70, 70, 70), -- Silhouette (14549, 0, 0, 80, 80, 80, 80, 80, 80), -- Silhouette (14550, 0, 0, 85, 85, 85, 85, 85, 85), -- Silhouette (14551, 0, 0, 90, 90, 90, 90, 90, 90), -- Silhouette (14552, 0, 0, 95, 95, 95, 95, 95, 95), -- Silhouette (14553, 0, 0, 100, 100, 100, 100, 100, 100), -- Silhouette (14554, 0, 0, 102, 102, 102, 102, 102, 102), -- Silhouette (14555, 0, 0, 104, 104, 104, 104, 104, 104), -- Silhouette (14556, 0, 0, 106, 106, 106, 106, 106, 106), -- Silhouette (14557, 0, 0, 109, 109, 109, 109, 109, 109), -- Silhouette (14558, 0, 0, 111, 111, 111, 111, 111, 111), -- Silhouette (14559, 0, 0, 113, 113, 113, 113, 113, 113), -- Silhouette (14560, 0, 0, 115, 115, 115, 115, 115, 115), -- Silhouette (14561, 0, 0, 118, 118, 118, 118, 118, 118), -- Silhouette (14562, 0, 0, 120, 120, 120, 120, 120, 120), -- Silhouette (14563, 0, 0, 122, 122, 122, 122, 122, 122), -- Silhouette (14564, 0, 0, 124, 124, 124, 124, 124, 124), -- Silhouette (14565, 0, 0, 127, 127, 127, 127, 127, 127), -- Silhouette (14566, 0, 0, 129, 129, 129, 129, 129, 129), -- Silhouette (14567, 0, 0, 131, 131, 131, 131, 131, 131), -- Silhouette (14568, 0, 0, 133, 133, 133, 133, 133, 133), -- Silhouette (14569, 0, 0, 136, 136, 136, 136, 136, 136), -- Silhouette (14570, 0, 0, 138, 138, 138, 138, 138, 138), -- Silhouette (14571, 0, 0, 140, 140, 140, 140, 140, 140), -- Silhouette (14572, 0, 0, 143, 143, 143, 143, 143, 143), -- Silhouette (14573, 0, 0, 145, 145, 145, 145, 145, 145), -- Silhouette (14574, 0, 0, 147, 147, 147, 147, 147, 147), -- Silhouette (14575, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14576, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14577, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14578, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14579, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14580, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14581, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14582, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14583, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14584, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14585, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14586, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14587, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14588, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless (14589, 0, 0, 40, 40, 40, 40, 40, 40), -- Soulless (14590, 0, 0, 50, 50, 50, 50, 50, 50), -- Soulless (14591, 0, 0, 60, 60, 60, 60, 60, 60), -- Soulless (14592, 0, 0, 70, 70, 70, 70, 70, 70), -- Soulless (14593, 0, 0, 80, 80, 80, 80, 80, 80), -- Soulless (14594, 0, 0, 85, 85, 85, 85, 85, 85), -- Soulless (14595, 0, 0, 90, 90, 90, 90, 90, 90), -- Soulless (14596, 0, 0, 95, 95, 95, 95, 95, 95), -- Soulless (14597, 0, 0, 100, 100, 100, 100, 100, 100), -- Soulless (14598, 0, 0, 102, 102, 102, 102, 102, 102), -- Soulless (14599, 0, 0, 104, 104, 104, 104, 104, 104), -- Soulless (14600, 0, 0, 106, 106, 106, 106, 106, 106), -- Soulless (14601, 0, 0, 109, 109, 109, 109, 109, 109), -- Soulless (14602, 0, 0, 111, 111, 111, 111, 111, 111), -- Soulless (14603, 0, 0, 113, 113, 113, 113, 113, 113), -- Soulless (14604, 0, 0, 115, 115, 115, 115, 115, 115), -- Soulless (14605, 0, 0, 118, 118, 118, 118, 118, 118), -- Soulless (14606, 0, 0, 120, 120, 120, 120, 120, 120), -- Soulless (14607, 0, 0, 122, 122, 122, 122, 122, 122), -- Soulless (14608, 0, 0, 124, 124, 124, 124, 124, 124), -- Soulless (14609, 0, 0, 127, 127, 127, 127, 127, 127), -- Soulless (14610, 0, 0, 129, 129, 129, 129, 129, 129), -- Soulless (14611, 0, 0, 131, 131, 131, 131, 131, 131), -- Soulless (14612, 0, 0, 133, 133, 133, 133, 133, 133), -- Soulless (14613, 0, 0, 136, 136, 136, 136, 136, 136), -- Soulless (14614, 0, 0, 138, 138, 138, 138, 138, 138), -- Soulless (14615, 0, 0, 140, 140, 140, 140, 140, 140), -- Soulless (14616, 0, 0, 143, 143, 143, 143, 143, 143), -- Soulless (14617, 0, 0, 145, 145, 145, 145, 145, 145), -- Soulless (14618, 0, 0, 147, 147, 147, 147, 147, 147), -- Soulless (14619, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14620, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14621, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14622, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14623, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14624, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14625, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14626, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14627, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14628, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightshade (14633, 0, 0, 40, 40, 40, 40, 40, 40), -- Nightshade (14634, 0, 0, 50, 50, 50, 50, 50, 50), -- Nightshade (14635, 0, 0, 60, 60, 60, 60, 60, 60), -- Nightshade (14636, 0, 0, 70, 70, 70, 70, 70, 70), -- Nightshade (14637, 0, 0, 80, 80, 80, 80, 80, 80), -- Nightshade (14638, 0, 0, 85, 85, 85, 85, 85, 85), -- Nightshade (14639, 0, 0, 90, 90, 90, 90, 90, 90), -- Nightshade (14640, 0, 0, 95, 95, 95, 95, 95, 95), -- Nightshade (14641, 0, 0, 100, 100, 100, 100, 100, 100), -- Nightshade (14642, 0, 0, 102, 102, 102, 102, 102, 102), -- Nightshade (14643, 0, 0, 104, 104, 104, 104, 104, 104), -- Nightshade (14644, 0, 0, 106, 106, 106, 106, 106, 106), -- Nightshade (14645, 0, 0, 109, 109, 109, 109, 109, 109), -- Nightshade (14646, 0, 0, 111, 111, 111, 111, 111, 111), -- Nightshade (14647, 0, 0, 113, 113, 113, 113, 113, 113), -- Nightshade (14648, 0, 0, 115, 115, 115, 115, 115, 115), -- Nightshade (14649, 0, 0, 118, 118, 118, 118, 118, 118), -- Nightshade (14650, 0, 0, 120, 120, 120, 120, 120, 120), -- Nightshade (14651, 0, 0, 122, 122, 122, 122, 122, 122), -- Nightshade (14652, 0, 0, 124, 124, 124, 124, 124, 124), -- Nightshade (14653, 0, 0, 127, 127, 127, 127, 127, 127), -- Nightshade (14654, 0, 0, 129, 129, 129, 129, 129, 129), -- Nightshade (14655, 0, 0, 131, 131, 131, 131, 131, 131), -- Nightshade (14656, 0, 0, 133, 133, 133, 133, 133, 133), -- Nightshade (14657, 0, 0, 136, 136, 136, 136, 136, 136), -- Nightshade (14658, 0, 0, 138, 138, 138, 138, 138, 138), -- Nightshade (14659, 0, 0, 140, 140, 140, 140, 140, 140), -- Nightshade (14660, 0, 0, 143, 143, 143, 143, 143, 143), -- Nightshade (14661, 0, 0, 145, 145, 145, 145, 145, 145), -- Nightshade (14662, 0, 0, 147, 147, 147, 147, 147, 147), -- Nightshade (14663, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14664, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14665, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14666, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14667, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14668, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14669, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14670, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14671, 0, 0, 20, 20, 20, 20, 20, 20), -- Mechanic Golem (14672, 0, 0, 40, 40, 40, 40, 40, 40), -- Mechanic Golem (14673, 0, 0, 50, 50, 50, 50, 50, 50), -- Mechanic Golem (14674, 0, 0, 60, 60, 60, 60, 60, 60), -- Mechanic Golem (14675, 0, 0, 70, 70, 70, 70, 70, 70), -- Mechanic Golem (14676, 0, 0, 80, 80, 80, 80, 80, 80), -- Mechanic Golem (14677, 0, 0, 85, 85, 85, 85, 85, 85), -- Mechanic Golem (14678, 0, 0, 90, 90, 90, 90, 90, 90), -- Mechanic Golem (14679, 0, 0, 95, 95, 95, 95, 95, 95), -- Mechanic Golem (14680, 0, 0, 100, 100, 100, 100, 100, 100), -- Mechanic Golem (14681, 0, 0, 102, 102, 102, 102, 102, 102), -- Mechanic Golem (14682, 0, 0, 104, 104, 104, 104, 104, 104), -- Mechanic Golem (14683, 0, 0, 106, 106, 106, 106, 106, 106), -- Mechanic Golem (14684, 0, 0, 109, 109, 109, 109, 109, 109), -- Mechanic Golem (14685, 0, 0, 111, 111, 111, 111, 111, 111), -- Mechanic Golem (14686, 0, 0, 113, 113, 113, 113, 113, 113), -- Mechanic Golem (14687, 0, 0, 115, 115, 115, 115, 115, 115), -- Mechanic Golem (14688, 0, 0, 118, 118, 118, 118, 118, 118), -- Mechanic Golem (14689, 0, 0, 120, 120, 120, 120, 120, 120), -- Mechanic Golem (14690, 0, 0, 122, 122, 122, 122, 122, 122), -- Mechanic Golem (14691, 0, 0, 124, 124, 124, 124, 124, 124), -- Mechanic Golem (14692, 0, 0, 127, 127, 127, 127, 127, 127), -- Mechanic Golem (14693, 0, 0, 129, 129, 129, 129, 129, 129), -- Mechanic Golem (14694, 0, 0, 131, 131, 131, 131, 131, 131), -- Mechanic Golem (14695, 0, 0, 133, 133, 133, 133, 133, 133), -- Mechanic Golem (14696, 0, 0, 136, 136, 136, 136, 136, 136), -- Mechanic Golem (14697, 0, 0, 138, 138, 138, 138, 138, 138), -- Mechanic Golem (14698, 0, 0, 140, 140, 140, 140, 140, 140), -- Mechanic Golem (14699, 0, 0, 143, 143, 143, 143, 143, 143), -- Mechanic Golem (14700, 0, 0, 145, 145, 145, 145, 145, 145), -- Mechanic Golem (14701, 0, 0, 147, 147, 147, 147, 147, 147), -- Mechanic Golem (14702, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Boom (14703, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Boom (14704, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Boom (14705, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Boom (14706, 0, 0, 20, 20, 20, 20, 20, 20), -- Big Boom (14707, 0, 0, 40, 40, 40, 40, 40, 40), -- Big Boom (14708, 0, 0, 50, 50, 50, 50, 50, 50), -- Big Boom (14709, 0, 0, 60, 60, 60, 60, 60, 60), -- Big Boom (14710, 0, 0, 70, 70, 70, 70, 70, 70), -- Big Boom (14711, 0, 0, 80, 80, 80, 80, 80, 80), -- Big Boom (14712, 0, 0, 85, 85, 85, 85, 85, 85), -- Big Boom (14713, 0, 0, 90, 90, 90, 90, 90, 90), -- Big Boom (14714, 0, 0, 95, 95, 95, 95, 95, 95), -- Big Boom (14715, 0, 0, 100, 100, 100, 100, 100, 100), -- Big Boom (14716, 0, 0, 102, 102, 102, 102, 102, 102), -- Big Boom (14717, 0, 0, 104, 104, 104, 104, 104, 104), -- Big Boom (14718, 0, 0, 106, 106, 106, 106, 106, 106), -- Big Boom (14719, 0, 0, 109, 109, 109, 109, 109, 109), -- Big Boom (14720, 0, 0, 111, 111, 111, 111, 111, 111), -- Big Boom (14721, 0, 0, 113, 113, 113, 113, 113, 113), -- Big Boom (14722, 0, 0, 115, 115, 115, 115, 115, 115), -- Big Boom (14723, 0, 0, 118, 118, 118, 118, 118, 118), -- Big Boom (14724, 0, 0, 120, 120, 120, 120, 120, 120), -- Big Boom (14725, 0, 0, 122, 122, 122, 122, 122, 122), -- Big Boom (14726, 0, 0, 124, 124, 124, 124, 124, 124), -- Big Boom (14727, 0, 0, 127, 127, 127, 127, 127, 127), -- Big Boom (14728, 0, 0, 129, 129, 129, 129, 129, 129), -- Big Boom (14729, 0, 0, 131, 131, 131, 131, 131, 131), -- Big Boom (14730, 0, 0, 133, 133, 133, 133, 133, 133), -- Big Boom (14731, 0, 0, 136, 136, 136, 136, 136, 136), -- Big Boom (14732, 0, 0, 138, 138, 138, 138, 138, 138), -- Big Boom (14733, 0, 0, 140, 140, 140, 140, 140, 140), -- Big Boom (14734, 0, 0, 143, 143, 143, 143, 143, 143), -- Big Boom (14735, 0, 0, 145, 145, 145, 145, 145, 145), -- Big Boom (14736, 0, 0, 147, 147, 147, 147, 147, 147), -- Big Boom (14737, 0, 0, 20, 20, 20, 20, 20, 20), -- Siege Golem (14738, 0, 0, 40, 40, 40, 40, 40, 40), -- Siege Golem (14739, 0, 0, 50, 50, 50, 50, 50, 50), -- Siege Golem (14740, 0, 0, 60, 60, 60, 60, 60, 60), -- Siege Golem (14741, 0, 0, 70, 70, 70, 70, 70, 70), -- Siege Golem (14742, 0, 0, 80, 80, 80, 80, 80, 80), -- Siege Golem (14743, 0, 0, 85, 85, 85, 85, 85, 85), -- Siege Golem (14744, 0, 0, 90, 90, 90, 90, 90, 90), -- Siege Golem (14745, 0, 0, 95, 95, 95, 95, 95, 95), -- Siege Golem (14746, 0, 0, 100, 100, 100, 100, 100, 100), -- Siege Golem (14747, 0, 0, 102, 102, 102, 102, 102, 102), -- Siege Golem (14748, 0, 0, 104, 104, 104, 104, 104, 104), -- Siege Golem (14749, 0, 0, 106, 106, 106, 106, 106, 106), -- Siege Golem (14750, 0, 0, 109, 109, 109, 109, 109, 109), -- Siege Golem (14751, 0, 0, 111, 111, 111, 111, 111, 111), -- Siege Golem (14752, 0, 0, 113, 113, 113, 113, 113, 113), -- Siege Golem (14753, 0, 0, 115, 115, 115, 115, 115, 115), -- Siege Golem (14754, 0, 0, 118, 118, 118, 118, 118, 118), -- Siege Golem (14755, 0, 0, 120, 120, 120, 120, 120, 120), -- Siege Golem (14756, 0, 0, 122, 122, 122, 122, 122, 122), -- Siege Golem (14757, 0, 0, 124, 124, 124, 124, 124, 124), -- Siege Golem (14758, 0, 0, 127, 127, 127, 127, 127, 127), -- Siege Golem (14759, 0, 0, 129, 129, 129, 129, 129, 129), -- Siege Golem (14760, 0, 0, 131, 131, 131, 131, 131, 131), -- Siege Golem (14761, 0, 0, 133, 133, 133, 133, 133, 133), -- Siege Golem (14762, 0, 0, 136, 136, 136, 136, 136, 136), -- Siege Golem (14763, 0, 0, 138, 138, 138, 138, 138, 138), -- Siege Golem (14764, 0, 0, 140, 140, 140, 140, 140, 140), -- Siege Golem (14765, 0, 0, 143, 143, 143, 143, 143, 143), -- Siege Golem (14766, 0, 0, 145, 145, 145, 145, 145, 145), -- Siege Golem (14767, 0, 0, 147, 147, 147, 147, 147, 147), -- Siege Golem (14768, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Hog Cannon (14769, 0, 0, 40, 40, 40, 40, 40, 40), -- Wild Hog Cannon (14770, 0, 0, 50, 50, 50, 50, 50, 50), -- Wild Hog Cannon (14771, 0, 0, 60, 60, 60, 60, 60, 60), -- Wild Hog Cannon (14772, 0, 0, 70, 70, 70, 70, 70, 70), -- Wild Hog Cannon (14773, 0, 0, 80, 80, 80, 80, 80, 80), -- Wild Hog Cannon (14774, 0, 0, 85, 85, 85, 85, 85, 85), -- Wild Hog Cannon (14775, 0, 0, 90, 90, 90, 90, 90, 90), -- Wild Hog Cannon (14776, 0, 0, 95, 95, 95, 95, 95, 95), -- Wild Hog Cannon (14777, 0, 0, 100, 100, 100, 100, 100, 100), -- Wild Hog Cannon (14778, 0, 0, 102, 102, 102, 102, 102, 102), -- Wild Hog Cannon (14779, 0, 0, 104, 104, 104, 104, 104, 104), -- Wild Hog Cannon (14780, 0, 0, 106, 106, 106, 106, 106, 106), -- Wild Hog Cannon (14781, 0, 0, 109, 109, 109, 109, 109, 109), -- Wild Hog Cannon (14782, 0, 0, 111, 111, 111, 111, 111, 111), -- Wild Hog Cannon (14783, 0, 0, 113, 113, 113, 113, 113, 113), -- Wild Hog Cannon (14784, 0, 0, 115, 115, 115, 115, 115, 115), -- Wild Hog Cannon (14785, 0, 0, 118, 118, 118, 118, 118, 118), -- Wild Hog Cannon (14786, 0, 0, 120, 120, 120, 120, 120, 120), -- Wild Hog Cannon (14787, 0, 0, 122, 122, 122, 122, 122, 122), -- Wild Hog Cannon (14788, 0, 0, 124, 124, 124, 124, 124, 124), -- Wild Hog Cannon (14789, 0, 0, 127, 127, 127, 127, 127, 127), -- Wild Hog Cannon (14790, 0, 0, 129, 129, 129, 129, 129, 129), -- Wild Hog Cannon (14791, 0, 0, 131, 131, 131, 131, 131, 131), -- Wild Hog Cannon (14792, 0, 0, 133, 133, 133, 133, 133, 133), -- Wild Hog Cannon (14793, 0, 0, 136, 136, 136, 136, 136, 136), -- Wild Hog Cannon (14794, 0, 0, 138, 138, 138, 138, 138, 138), -- Wild Hog Cannon (14795, 0, 0, 140, 140, 140, 140, 140, 140), -- Wild Hog Cannon (14796, 0, 0, 143, 143, 143, 143, 143, 143), -- Wild Hog Cannon (14797, 0, 0, 145, 145, 145, 145, 145, 145), -- Wild Hog Cannon (14798, 0, 0, 147, 147, 147, 147, 147, 147), -- Wild Hog Cannon (14799, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Panther (14800, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Panther (14801, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Panther (14802, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Panther (14803, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Panther (14804, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Panther (14805, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Panther (14806, 0, 0, 40, 40, 40, 40, 40, 40), -- Dark Panther (14807, 0, 0, 50, 50, 50, 50, 50, 50), -- Dark Panther (14808, 0, 0, 60, 60, 60, 60, 60, 60), -- Dark Panther (14809, 0, 0, 70, 70, 70, 70, 70, 70), -- Dark Panther (14810, 0, 0, 80, 80, 80, 80, 80, 80), -- Dark Panther (14811, 0, 0, 85, 85, 85, 85, 85, 85), -- Dark Panther (14812, 0, 0, 90, 90, 90, 90, 90, 90), -- Dark Panther (14813, 0, 0, 95, 95, 95, 95, 95, 95), -- Dark Panther (14814, 0, 0, 100, 100, 100, 100, 100, 100), -- Dark Panther (14815, 0, 0, 102, 102, 102, 102, 102, 102), -- Dark Panther (14816, 0, 0, 104, 104, 104, 104, 104, 104), -- Dark Panther (14817, 0, 0, 106, 106, 106, 106, 106, 106), -- Dark Panther (14818, 0, 0, 109, 109, 109, 109, 109, 109), -- Dark Panther (14819, 0, 0, 111, 111, 111, 111, 111, 111), -- Dark Panther (14820, 0, 0, 113, 113, 113, 113, 113, 113), -- Dark Panther (14821, 0, 0, 115, 115, 115, 115, 115, 115), -- Dark Panther (14822, 0, 0, 118, 118, 118, 118, 118, 118), -- Dark Panther (14823, 0, 0, 120, 120, 120, 120, 120, 120), -- Dark Panther (14824, 0, 0, 122, 122, 122, 122, 122, 122), -- Dark Panther (14825, 0, 0, 124, 124, 124, 124, 124, 124), -- Dark Panther (14826, 0, 0, 127, 127, 127, 127, 127, 127), -- Dark Panther (14827, 0, 0, 129, 129, 129, 129, 129, 129), -- Dark Panther (14828, 0, 0, 131, 131, 131, 131, 131, 131), -- Dark Panther (14829, 0, 0, 133, 133, 133, 133, 133, 133), -- Dark Panther (14830, 0, 0, 136, 136, 136, 136, 136, 136), -- Dark Panther (14831, 0, 0, 138, 138, 138, 138, 138, 138), -- Dark Panther (14832, 0, 0, 140, 140, 140, 140, 140, 140), -- Dark Panther (14833, 0, 0, 143, 143, 143, 143, 143, 143), -- Dark Panther (14834, 0, 0, 145, 145, 145, 145, 145, 145), -- Dark Panther (14835, 0, 0, 147, 147, 147, 147, 147, 147), -- Dark Panther (14836, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14837, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14838, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14839, 0, 0, 20, 20, 20, 20, 20, 20), -- Swoop Cannon (14840, 0, 0, 40, 40, 40, 40, 40, 40), -- Swoop Cannon (14841, 0, 0, 50, 50, 50, 50, 50, 50), -- Swoop Cannon (14842, 0, 0, 60, 60, 60, 60, 60, 60), -- Swoop Cannon (14843, 0, 0, 70, 70, 70, 70, 70, 70), -- Swoop Cannon (14844, 0, 0, 80, 80, 80, 80, 80, 80), -- Swoop Cannon (14845, 0, 0, 85, 85, 85, 85, 85, 85), -- Swoop Cannon (14846, 0, 0, 90, 90, 90, 90, 90, 90), -- Swoop Cannon (14847, 0, 0, 95, 95, 95, 95, 95, 95), -- Swoop Cannon (14848, 0, 0, 100, 100, 100, 100, 100, 100), -- Swoop Cannon (14849, 0, 0, 102, 102, 102, 102, 102, 102), -- Swoop Cannon (14850, 0, 0, 104, 104, 104, 104, 104, 104), -- Swoop Cannon (14851, 0, 0, 106, 106, 106, 106, 106, 106), -- Swoop Cannon (14852, 0, 0, 109, 109, 109, 109, 109, 109), -- Swoop Cannon (14853, 0, 0, 111, 111, 111, 111, 111, 111), -- Swoop Cannon (14854, 0, 0, 113, 113, 113, 113, 113, 113), -- Swoop Cannon (14855, 0, 0, 115, 115, 115, 115, 115, 115), -- Swoop Cannon (14856, 0, 0, 118, 118, 118, 118, 118, 118), -- Swoop Cannon (14857, 0, 0, 120, 120, 120, 120, 120, 120), -- Swoop Cannon (14858, 0, 0, 122, 122, 122, 122, 122, 122), -- Swoop Cannon (14859, 0, 0, 124, 124, 124, 124, 124, 124), -- Swoop Cannon (14860, 0, 0, 127, 127, 127, 127, 127, 127), -- Swoop Cannon (14861, 0, 0, 129, 129, 129, 129, 129, 129), -- Swoop Cannon (14862, 0, 0, 131, 131, 131, 131, 131, 131), -- Swoop Cannon (14863, 0, 0, 133, 133, 133, 133, 133, 133), -- Swoop Cannon (14864, 0, 0, 136, 136, 136, 136, 136, 136), -- Swoop Cannon (14865, 0, 0, 138, 138, 138, 138, 138, 138), -- Swoop Cannon (14866, 0, 0, 140, 140, 140, 140, 140, 140), -- Swoop Cannon (14867, 0, 0, 143, 143, 143, 143, 143, 143), -- Swoop Cannon (14868, 0, 0, 145, 145, 145, 145, 145, 145), -- Swoop Cannon (14869, 0, 0, 147, 147, 147, 147, 147, 147), -- Swoop Cannon (14870, 0, 0, 100, 100, 100, 100, 100, 100), -- Divine Beast (14871, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14872, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14873, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14874, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14875, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14876, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14877, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14878, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14879, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14880, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14881, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14882, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14883, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14884, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14885, 0, 0, 100, 100, 100, 100, 100, 100), -- Feline King (14886, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14887, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14888, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14889, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14890, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14891, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14892, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14893, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14894, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14895, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14896, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14897, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14898, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14899, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14900, 0, 0, 100, 100, 100, 100, 100, 100), -- Magnus the Unicorn (14901, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14902, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14903, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14904, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14905, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14906, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14907, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14908, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14909, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14910, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14911, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14912, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14913, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14914, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14915, 0, 0, 100, 100, 100, 100, 100, 100), -- Spectral Lord (14916, 0, 0, 20, 20, 20, 20, 20, 20), -- Tigress (14917, 0, 0, 20, 20, 20, 20, 20, 20), -- Tigress (14918, 0, 0, 100, 100, 100, 100, 100, 100), -- Imperial Phoenix (16013, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Buffalo (16014, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Buffalo (16015, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Cougar (16016, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Cougar (16017, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Kookaburra (16018, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Kookaburra (16019, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiny Baby Buffalo (16020, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Tiny Baby Buffalo (16021, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiny Baby Cougar (16022, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Tiny Baby Cougar (16023, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiny Baby Kookaburra (16024, 0, 0, 20, 20, 20, 20, 20, 20), -- Trained Tiny Baby Kookaburra (16025, 0, 0, 20, 20, 20, 20, 20, 20), -- Great Wolf (16026, 0, 0, 20, 20, 20, 20, 20, 20), -- Beastly Agathion (16027, 0, 0, 20, 20, 20, 20, 20, 20), -- Rainbow Agathion (16028, 0, 0, 20, 20, 20, 20, 20, 20), -- Lord Agathion (16029, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Agasion (16030, 0, 0, 20, 20, 20, 20, 20, 20), -- Great Wolf (16031, 0, 0, 20, 20, 20, 20, 20, 20), -- Little Angel Agathion (16032, 0, 0, 20, 20, 20, 20, 20, 20), -- Little Devil Agathion (16033, 0, 0, 20, 20, 20, 20, 20, 20), -- Rudolph Agathion (16034, 0, 0, 20, 20, 20, 20, 20, 20), -- Improved Baby Buffalo (16035, 0, 0, 20, 20, 20, 20, 20, 20), -- Improved Baby Kookaburra (16036, 0, 0, 20, 20, 20, 20, 20, 20), -- Improved Baby Cougar (16037, 0, 0, 20, 20, 20, 20, 20, 20), -- Great Snow Wolf (16038, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Wind Strider (16039, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Star Strider (16040, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Twilight Strider (16041, 0, 0, 20, 20, 20, 20, 20, 20), -- Fenrir (16042, 0, 0, 20, 20, 20, 20, 20, 20), -- Snow Fenrir (16043, 0, 0, 20, 20, 20, 20, 20, 20), -- Fox Shaman (16044, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Beast Fighter (16045, 0, 0, 20, 20, 20, 20, 20, 20), -- White Weasel (16046, 0, 0, 20, 20, 20, 20, 20, 20), -- Fairy Princess (16049, 0, 0, 20, 20, 20, 20, 20, 20), -- Love Agathion (16050, 0, 0, 20, 20, 20, 20, 20, 20), -- Owl Monk (16051, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit Shaman (16052, 0, 0, 20, 20, 20, 20, 20, 20), -- Toy Knight (16053, 0, 0, 20, 20, 20, 20, 20, 20), -- Turtle Ascetic (16054, 0, 0, 20, 20, 20, 20, 20, 20), -- Monkey (16055, 0, 0, 20, 20, 20, 20, 20, 20), -- Griffon (16056, 0, 0, 20, 20, 20, 20, 20, 20), -- Joy (16057, 0, 0, 20, 20, 20, 20, 20, 20), -- Sorrow (16058, 0, 0, 20, 20, 20, 20, 20, 20), -- Anger (16059, 0, 0, 20, 20, 20, 20, 20, 20), -- Boy Bear (16060, 0, 0, 20, 20, 20, 20, 20, 20), -- Girl Bear (16061, 0, 0, 20, 20, 20, 20, 20, 20), -- Collection Device (16062, 0, 0, 20, 20, 20, 20, 20, 20), -- Knight (16063, 0, 0, 20, 20, 20, 20, 20, 20), -- Neolithica (16064, 0, 0, 20, 20, 20, 20, 20, 20), -- Juju (16065, 0, 0, 20, 20, 20, 20, 20, 20), -- Oink Oink (16066, 0, 0, 20, 20, 20, 20, 20, 20), -- Light of Dawn (16067, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (16068, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian's Strider (16069, 0, 0, 20, 20, 20, 20, 20, 20), -- Pona (16070, 0, 0, 20, 20, 20, 20, 20, 20), -- Towbat (16071, 0, 0, 20, 20, 20, 20, 20, 20), -- Maguen (16072, 0, 0, 20, 20, 20, 20, 20, 20), -- Elite Maguen (16073, 0, 0, 20, 20, 20, 20, 20, 20), -- Rudolph Agathion (16074, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Gnosian (16075, 0, 0, 20, 20, 20, 20, 20, 20), -- Ball Trapping Orodriel (16076, 0, 0, 20, 20, 20, 20, 20, 20), -- Penalty Kick (16077, 0, 0, 20, 20, 20, 20, 20, 20), -- Antharas (16078, 0, 0, 20, 20, 20, 20, 20, 20), -- Nevit's Messenger Kanna (16079, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Dawn Kallesin (18001, 5, 20, 20, 20, 20, 20, -13, 184), -- Blood Queen (18002, 5, 20, 20, 20, 20, 20, -13, 184), -- Blood Queen (18003, 0, 0, 20, 20, 20, 20, 20, 20), -- Bearded Keltir (18004, 0, 0, 20, 20, 20, 20, 20, 20), -- Susceptor Prime (18005, 0, 0, 20, 20, 20, 20, 20, 20), -- Mimic (18006, 5, 20, 20, 20, 20, 20, -32, 53), -- Maluk Lord (18007, 5, 20, 20, 20, 20, 20, -13, 184), -- Limal Karinness (18008, 5, 20, 20, 20, 20, 20, -13, 184), -- Karik (18009, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Elder (18010, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded (18011, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Archer (18012, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Warrior (18013, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Follower (18014, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Berserker (18015, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Zealot (18016, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Marksman (18017, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Disciple (18018, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Saint (18019, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Elder (18020, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering (18021, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Archer (18022, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Warrior (18023, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Follower (18024, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Berserker (18025, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Zealot (18026, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Marksman (18027, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Disciple (18028, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Saint (18029, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Elder (18030, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering (18031, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Archer (18032, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Warrior (18033, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Follower (18034, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Berserker (18035, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Zealot (18036, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Marksman (18037, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Disciple (18038, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Saint (18039, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Elder (18040, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering (18041, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Archer (18042, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Warrior (18043, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Follower (18044, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Berserker (18045, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Zealot (18046, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Marksman (18047, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Disciple (18048, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Saint (18049, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Elder (18050, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path (18051, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Archer (18052, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Warrior (18053, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Follower (18054, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Berserker (18055, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Zealot (18056, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Marksman (18057, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Disciple (18058, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Saint (18059, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Elder (18060, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded (18061, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Archer (18062, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Warrior (18063, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Follower (18064, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Berserker (18065, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Zealot (18066, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Marksman (18067, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Disciple (18068, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Saint (18069, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Elder (18070, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering (18071, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Archer (18072, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Warrior (18073, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Follower (18074, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Berserker (18075, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Zealot (18076, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Marksman (18077, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Disciple (18078, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Saint (18079, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Elder (18080, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, (18081, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Archer (18082, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Warrior (18083, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Follower (18084, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Berserker (18085, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Zealot (18086, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Marksman (18087, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Disciple (18088, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Saint (18089, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Elder (18090, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering (18091, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Archer (18092, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Warrior (18093, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Follower (18094, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Berserker (18095, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Zealot (18096, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Marksman (18097, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Disciple (18098, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Offering Saint (18099, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Elder (18100, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path (18101, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Archer (18102, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Warrior (18103, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Follower (18104, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Berserker (18105, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Zealot (18106, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Marksman (18107, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Disciple (18108, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Saint (18109, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18110, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18111, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18112, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18113, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18114, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18115, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18116, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18117, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18118, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasures of the Festival (18119, 5, 20, -5, 20, 20, 20, -32, 53), -- Corpse of Deadman (18120, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18121, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18122, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18123, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18124, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18125, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18126, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18127, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18128, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18129, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18130, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18131, 5, 20, 20, 20, 20, 20, -32, 53), -- Halisha's Officer (18132, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Healer (18133, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18134, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18135, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18136, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18137, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18138, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18139, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18140, 0, 0, 20, 20, 20, 20, 20, 20), -- Imperial Mosaic (18141, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18142, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18143, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18144, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18145, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18146, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18147, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18148, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18149, 0, 0, 20, 20, 20, 20, 20, 20), -- Beetle of Grave (18150, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18151, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18152, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18153, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18154, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18155, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18156, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18157, 0, 0, 20, 20, 20, 20, 20, 20), -- Victim (18158, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18159, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18160, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18161, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18162, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18163, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18164, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18165, 5, 20, 20, 20, 20, 20, -13, 184), -- Executioner of Halisha (18166, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Guard (18167, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Guard (18168, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Guard (18169, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Guard (18170, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Guard (18171, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Guard (18172, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Guard (18173, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18174, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18175, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18176, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18177, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18178, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18179, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18180, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18181, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18182, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18183, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18184, 5, 20, 20, 20, 20, 20, -13, 184), -- Halisha's Foreman (18185, 0, 0, 20, 20, 20, 20, -13, 53), -- Evil Astrologer (18186, 0, 0, 20, 20, 20, 20, -13, 53), -- Evil Astrologer (18187, 5, 20, 20, 20, 20, 20, -32, 53), -- Knight of Darkness (18188, 5, 20, 20, 20, 20, 20, -32, 53), -- Knight of Darkness (18189, 5, 20, 20, 20, 20, 20, -32, 53), -- Knight of Darkness (18190, 5, 20, 20, 20, 20, 20, -32, 53), -- Knight of Darkness (18191, 5, 20, 20, 20, 20, 20, -13, 184), -- Witch of dust (18192, 5, 20, 20, 20, 20, 20, -13, 184), -- Witch of dust (18193, 5, 20, 20, 20, 20, 20, -13, 184), -- Witch of dust (18194, 5, 20, 20, 20, 20, 20, -13, 184), -- Witch of dust (18195, 0, 0, 20, 20, 20, 20, 20, 20), -- Signet of Emperor (18196, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18197, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18198, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18199, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18200, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18201, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18202, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18203, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18204, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18205, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18206, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18207, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18208, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18209, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18210, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18211, 0, 0, 20, 20, 20, 20, 20, 20), -- Charm of Corner (18212, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18213, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18214, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18215, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18216, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18217, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18218, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18219, 5, 20, 20, 20, 20, 20, -13, 184), -- Archon of Halisha (18220, 5, 20, 20, 20, 20, 20, -13, 184), -- Shaman of Darkness (18221, 5, 20, 20, 20, 20, 20, -13, 184), -- Shaman of Darkness (18222, 5, 20, 20, 20, 20, 20, -13, 184), -- Assassin of Darkness (18223, 5, 20, 20, 20, 20, 20, -13, 184), -- Assassin of Darkness (18224, 5, 20, 20, 20, 20, 20, -13, 184), -- Assassin of Darkness (18225, 5, 20, 20, 20, 20, 20, -13, 184), -- Assassin of Darkness (18226, 5, 20, 20, 20, 20, 20, -13, 184), -- Caster of Darkness (18227, 5, 20, 20, 20, 20, 20, -13, 184), -- Caster of Darkness (18228, 5, 20, 20, 20, 20, 20, -13, 184), -- Caster of Darkness (18229, 5, 20, 20, 20, 20, 20, -13, 184), -- Caster of Darkness (18230, 0, 0, 20, 20, 20, 20, 20, 20), -- Signet of Emperor (18231, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18232, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18233, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18234, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18235, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18236, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18237, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18238, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18239, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18240, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18241, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18242, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18243, 0, 0, 20, 20, 20, 20, 20, 20), -- Statue of Protection (18244, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18245, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18246, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18247, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18248, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18249, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18250, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18251, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18252, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18253, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18254, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18255, 0, 0, 20, 20, 20, 20, 20, 20), -- Watchman of Grave (18256, 0, 0, 20, 20, 20, 20, 20, 20), -- Halisha's Treasure Chest (18257, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18258, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18259, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18260, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18261, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18262, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18263, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18264, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18265, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18266, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18267, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18268, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18269, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18270, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18271, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18272, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18273, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18274, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18275, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18276, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18277, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18278, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18279, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18280, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18281, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18282, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18283, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18284, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18285, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18286, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (18287, 0, 0, 20, 20, 20, 20, 20, 20), -- Otherworldly Invader Food (18288, 0, 0, 20, 20, 20, 20, 20, 20), -- Otherworldly Invader Food (18289, 0, 0, 20, 20, 20, 20, 20, 20), -- Dimension Invader Food (18290, 0, 0, 20, 20, 20, 20, 20, 20), -- Dimension Invader Food (18291, 0, 0, 20, 20, 20, 20, 20, 20), -- Purgatory Invader Food (18292, 0, 0, 20, 20, 20, 20, 20, 20), -- Purgatory Invader Food (18293, 0, 0, 20, 20, 20, 20, 20, 20), -- Forbidden Path Invader Food (18294, 0, 0, 20, 20, 20, 20, 20, 20), -- Forbidden Path Invader Food (18295, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Invader Food (18296, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Invader Food (18297, 0, 0, 20, 20, 20, 20, 20, 20), -- Messenger Invader Food (18298, 0, 0, 20, 20, 20, 20, 20, 20), -- Messenger Invader Food (18299, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of the Branded (18300, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Evoked Spirit (18301, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of Apostates (18302, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Evoked Spirit (18303, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of the Witch (18304, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Evoked Spirit (18305, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of Dark Omen (18306, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Dark Omen, Evoked Spirit (18307, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of Forbidden Path (18308, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Evoked Spirit (18309, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of the Branded (18310, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of the Branded, Evoked Spirit (18311, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of Apostates (18312, 0, 0, 20, 20, 20, 20, 20, 20), -- Apostate's Offering, Evoked Spirit (18313, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of the Witch (18314, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch's Offering, Evoked Spirit (18315, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of Dark Omen (18316, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Dark Omen, Evoked Spirit (18317, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame of Forbidden Path (18318, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering of Forbidden Path, Evoked Spirit (18319, 0, 0, 20, 20, 20, 20, 20, 20), -- Caught Frog (18320, 0, 0, 20, 20, 20, 20, 20, 20), -- Caught Undine (18321, 0, 0, 20, 20, 20, 20, 20, 53), -- Caught Rakul (18322, 0, 0, 20, 20, 20, 20, 20, 20), -- Caught Sea Giant (18323, 0, 0, 20, 20, 20, 20, 20, 20), -- Caught Sea Horse Soldier (18324, 0, 0, 20, 20, 20, 20, 20, 20), -- Caught Homunculus (18325, 0, 0, -13, 20, 20, 20, 20, 20), -- Caught Flava (18326, 0, 0, 20, 20, 20, 20, 20, 20), -- Caught Gigantic Eye (18327, 0, 0, 20, 20, -13, 20, 20, 20), -- Freya's Servant (18328, 0, 0, 20, 20, 20, 20, 20, 20), -- Hall Alarm Device (18329, 5, 150, 130, 130, 130, 130, 90, 150), -- Hall Keeper Captain (18330, 5, 150, 130, 130, 130, 130, 90, 150), -- Hall Keeper Wizard (18331, 5, 150, 130, 130, 130, 130, 90, 150), -- Hall Keeper Guard (18332, 5, 150, 130, 130, 130, 130, 90, 150), -- Hall Keeper Patrol (18333, 5, 170, 170, 170, 170, 170, 130, 200), -- Hall Keeper Suicidal Soldier (18334, 5, 170, 150, 150, 150, 150, 130, 170), -- Dark Choir Captain (18335, 5, 170, 150, 150, 150, 150, 130, 170), -- Dark Choir Prima Donna (18336, 5, 170, 150, 150, 150, 150, 130, 170), -- Dark Choir Lancer (18337, 5, 170, 150, 150, 150, 150, 130, 170), -- Dark Choir Archer (18338, 5, 170, 150, 150, 150, 150, 110, 170), -- Dark Choir Witch Doctor (18339, 5, 170, 150, 150, 150, 150, 130, 170), -- Dark Choir Player (18340, 5, 170, 150, 150, 150, 150, 110, 170), -- Hall Keeper Suicidal Soldier (18341, 5, 170, 150, 150, 150, 150, 110, 170), -- Hall Keeper Suicidal Soldier (18342, 0, 0, 20, 20, 53, 20, 20, 20), -- Gremlin (18343, 5, 20, 20, 20, 20, 20, -83, 103), -- Doorman Zombie (18344, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Egg (18345, 0, 0, -13, 20, 20, 20, 20, 20), -- Sprigant (18346, 0, 0, -13, 20, 20, 20, 20, 20), -- Sprigant (18347, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18348, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18349, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18350, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18351, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18352, 0, 0, 20, 20, 20, 20, 20, 20), -- Kamael Guard (18353, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Records (18354, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Observation (18355, 0, 0, 20, 20, 20, 20, 20, 20), -- Spicula's Guard (18356, 0, 0, 20, 20, 20, 20, 20, 20), -- Harkilgamed's Gatekeeper (18357, 0, 0, 20, 20, 20, 20, 20, 20), -- Rodenpicula's Gatekeeper (18358, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Secrets (18359, 0, 0, 20, 20, 20, 20, 20, 20), -- Arviterre's Guardian (18360, 0, 0, 20, 20, 20, 20, 20, 20), -- Katenar's Gatekeeper (18361, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Prediction (18362, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18363, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18364, 0, 0, 20, 20, 20, 20, 20, 20), -- Witch Warder (18365, 0, 0, 50, 50, 50, 50, 50, 50), -- Witch Warder (18366, 0, 0, 50, 50, 50, 50, 50, 50), -- Witch Warder (18367, 0, 0, 30, 30, 30, 30, 30, 30), -- Prison Guard (18368, 0, 0, 50, 50, 50, 50, 50, 50), -- Prison Guard (18369, 0, 0, 30, 30, 30, 30, 30, 30), -- Chromatic Crystalline Golem (18370, 0, 0, 30, 30, 30, 30, 30, 30), -- Chromatic Crystalline Golem (18371, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Sample (18372, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Sample (18373, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Sample (18374, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Sample (18375, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Sample (18376, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Sample (18377, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Sample (18378, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18379, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18380, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18381, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18382, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18383, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18384, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18385, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18386, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18387, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18388, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18389, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18390, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18391, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18392, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18393, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18394, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18395, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18396, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18397, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18398, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18399, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18400, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18401, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18402, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18403, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18404, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18405, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18406, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18407, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18408, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18409, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18410, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18411, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18412, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18413, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18414, 0, 0, 20, 20, 20, 20, 20, 20), -- Warrior's Gatekeeper (18415, 0, 0, 20, 20, 20, 20, 20, 20), -- Midway Gatekeeper (18416, 0, 0, 20, 20, 20, 20, 20, 20), -- Doorman (18417, 0, 0, 20, 20, 20, 20, 20, 20), -- Bridge Keeper (18418, 0, 0, 20, 20, 20, 20, 20, 20), -- Bridge Keeper (18419, 0, 0, 20, 20, 20, 20, 20, 20), -- Bridge Keeper (18420, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18427, 0, 0, 20, 20, 20, 20, 20, 20), -- (18428, 0, 0, 20, 20, 20, 20, 20, 20), -- (18429, 0, 0, 20, 20, 20, 20, 20, 20), -- (18430, 0, 0, 20, 20, 20, 20, 20, 20), -- (18431, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18432, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18433, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18434, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18435, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18436, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18437, 0, 0, 20, 20, 20, 20, 20, 20), -- (18438, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18441, 0, 0, 20, 20, 20, 20, 20, 20), -- Kamael Gatekeeper (18442, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18443, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18444, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18445, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18446, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18447, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18448, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18449, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18450, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18451, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18452, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18453, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18454, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18455, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18456, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18457, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18458, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18459, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18460, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18461, 0, 0, 20, 20, 20, 20, 20, 20), -- Tully's Gatekeeper (18463, 0, 0, 80, 80, 80, 80, 80, 80), -- Remnant Diabolist (18464, 0, 0, 80, 80, 80, 80, 80, 80), -- Remnant Diviner (18465, 0, 0, 80, 80, 80, 80, 80, 80), -- Derek (18466, 5, 150, 100, 100, 100, 100, 80, 150), -- Outpost Captain (18467, 5, 100, 100, 100, 100, 100, 75, 140), -- Wounded Land Guard (18468, 0, 0, 20, 20, 20, 20, 20, 20), -- Doorman (18469, 1, 60, 30, 120, 60, 60, 60, 60), -- Hall Guard (18470, 1, 80, 50, 120, 80, 80, 80, 80), -- Hall Guard (18471, 1, 80, 50, 120, 80, 80, 80, 80), -- Hall Guard (18472, 1, 80, 50, 120, 80, 80, 80, 80), -- Hall Guard (18473, 1, 80, 50, 120, 80, 80, 80, 80), -- Hall Captain (18474, 0, 0, 20, 20, 20, 20, 20, 20), -- Alarm (18475, 1, 60, 30, 120, 60, 60, 60, 60), -- Hall Guard (18476, 1, 60, 30, 120, 60, 60, 60, 60), -- Hall Guard (18477, 0, 0, 20, 20, 20, 20, 20, 20), -- Coral Treasure Chest (18478, 0, 0, 20, 20, 20, 20, 20, 20), -- Herb Jar (18479, 5, 140, 120, 120, 120, 120, 80, 140), -- Inner Castle Sentry (18480, 5, 140, 120, 120, 120, 120, 80, 140), -- Inner Castle Guard (18481, 5, 140, 120, 120, 120, 120, 80, 140), -- Inner Castle Seer (18482, 0, 0, 60, 100, 60, 60, 80, 80), -- Fafurion Kindred (18483, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (18484, 0, 0, 20, 20, 20, 20, 20, 20), -- Naia Failan (18485, 0, 0, 20, 20, 20, 20, 20, 20), -- (18486, 0, 0, 20, 20, 20, 20, 20, 20), -- (18487, 0, 0, 20, 20, 20, 20, 20, 20), -- (18488, 0, 0, 20, 20, 20, 20, 20, 20), -- (18489, 0, 0, 20, 20, 20, 20, 20, 20), -- (18490, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Slave (18491, 0, 0, 20, 20, 20, 20, 500, 500), -- Lock (18492, 0, 0, 20, 20, 20, 20, 20, 20), -- Controller (18493, 0, 0, 20, 20, 20, 20, 20, 20), -- Ward (18494, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18495, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18496, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18497, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18498, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18499, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18500, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18501, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18502, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18503, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18504, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18505, 0, 0, 20, 20, 20, 20, 20, 20), -- Ingenious Contraption (18506, 0, 0, 20, 20, 20, 20, 20, 20), -- Soul Crystal Pillar (18507, 0, 0, 20, 20, 20, 20, 20, 20), -- (18508, 0, 0, 20, 20, 20, 20, 20, 20), -- (18509, 0, 0, 20, 20, 20, 20, 20, 20), -- (18510, 0, 0, 20, 20, 20, 20, 20, 20), -- (18511, 0, 0, 20, 20, 20, 20, 20, 20), -- (18512, 0, 0, 20, 20, 20, 20, 20, 20), -- (18513, 0, 0, 20, 20, 20, 20, 20, 20), -- (18514, 0, 0, 20, 20, 20, 20, 20, 20), -- (18515, 0, 0, 20, 20, 20, 20, 20, 20), -- (18516, 0, 0, 20, 20, 20, 20, 20, 20), -- (18517, 0, 0, 20, 20, 20, 20, 20, 20), -- (18518, 0, 0, 20, 20, 20, 20, 20, 20), -- (18519, 0, 0, 20, 20, 20, 20, 20, 20), -- (18520, 0, 0, 20, 20, 20, 20, 20, 20), -- (18521, 0, 0, 20, 20, 20, 20, 20, 20), -- (18522, 0, 0, 20, 20, 20, 20, 20, 20), -- (18523, 0, 0, 20, 20, 20, 20, 20, 20), -- (18524, 0, 0, 20, 20, 20, 20, 20, 20), -- (18525, 0, 0, 20, 20, 20, 20, 20, 20), -- (18526, 0, 0, 20, 20, 20, 20, 20, 20), -- (18527, 0, 0, 20, 20, 20, 20, 20, 20), -- (18528, 0, 0, 20, 20, 20, 20, 20, 20), -- (18529, 0, 0, 20, 20, 20, 20, 20, 20), -- (18530, 0, 0, 20, 20, 20, 20, 20, 20), -- (18531, 0, 0, 20, 20, 20, 20, 20, 20); -- INSERT INTO `npc_elementals` VALUES (18532, 0, 0, 20, 20, 20, 20, 20, 20), -- (18533, 0, 0, 20, 20, 20, 20, 20, 20), -- (18534, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Treasure Chest (18535, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Treasure Chest (18536, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Treasure Chest (18537, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Treasure Chest (18538, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Treasure Chest (18539, 0, 0, 20, 20, 20, 20, 20, 20), -- Resurrection Tower (18540, 0, 0, 20, 20, 20, 20, 20, 20), -- Resurrection Tower (18541, 0, 0, 20, 20, 20, 20, 20, 20), -- Resurrection Tower (18542, 0, 0, 20, 20, 20, 20, 20, 20), -- Resurrection Tower (18543, 0, 0, 20, 20, 20, 20, 20, 20), -- Resurrection Tower (18544, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruma Border (18545, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Experiment (18546, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Experiment (18547, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Experiment (18548, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Experiment (18549, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Experiment (18550, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruma Phantom (18551, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruma Phantom (18552, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruma Phantom (18553, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruma Phantom (18554, 0, 0, 20, 20, 20, 20, 20, 20), -- Tomlan Kamos (18555, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Ariosh (18556, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Ariosh (18557, 0, 0, 20, 20, 20, 20, 20, 20), -- Ranc Deumus (18558, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Hatu Otis (18559, 0, 0, 20, 20, 20, 20, 20, 20), -- Seer Flouros (18560, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Flouros (18561, 0, 0, 20, 20, 20, 20, 20, 20), -- Granitick Duerga (18562, 0, 0, 20, 20, 20, 20, 20, 20), -- Blade Otis (18563, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Otis (18564, 0, 0, 20, 20, 20, 20, 20, 20), -- Weird Bunei (18565, 0, 0, 20, 20, 20, 20, 20, 20), -- Brave Martim (18566, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaim Abigore (18567, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Abigore (18568, 0, 0, 20, 20, 20, 20, 20, 20), -- Knight Montagnar (18569, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Montagnar (18570, 0, 0, 20, 20, 20, 20, 20, 20), -- Summer Yaganitan (18571, 0, 0, 20, 20, 20, 20, 20, 20), -- Venomous Storace (18572, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Storace (18573, 0, 0, 20, 20, 20, 20, 20, 20), -- Kel Bilette (18574, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Bilette (18575, 0, 0, 20, 20, 20, 20, 20, 20), -- Warlord Tamuze (18576, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Tamuze (18577, 0, 0, 20, 20, 20, 20, 20, 20), -- White Allosce (18578, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Allosce (18579, 0, 0, 20, 20, 20, 20, 20, 20), -- Hunting Ground Keeper (18580, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Girl (18581, 0, 0, 20, 20, 20, 20, 20, 20), -- Gardener (18582, 0, 0, 20, 20, 20, 20, 20, 20), -- Turned Girl (18583, 0, 0, 20, 20, 20, 20, 20, 20), -- Housekeeper (18584, 0, 0, 20, 20, 20, 20, 20, 20), -- Turned Boy (18585, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Girl (18586, 0, 0, 20, 20, 20, 20, 20, 20), -- Gardener (18587, 0, 0, 20, 20, 20, 20, 20, 20), -- Begrudged Maid (18588, 0, 0, 20, 20, 20, 20, 20, 20), -- Hunting Ground Keeper (18589, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Gardener (18590, 0, 0, 20, 20, 20, 20, 20, 20), -- Baroness' Employee (18591, 0, 0, 20, 20, 20, 20, 20, 20), -- Begrudged Boy (18592, 0, 0, 20, 20, 20, 20, 20, 20), -- Kratei's Steward (18593, 5, 100, 80, 80, 80, 80, 60, 140), -- Housekeeper (18594, 5, 100, 80, 80, 80, 80, 60, 140), -- Mansion Guide (18595, 5, 100, 80, 80, 80, 80, 60, 140), -- Baroness' Employee (18596, 5, 100, 80, 80, 80, 80, 60, 140), -- Cursed Gardener (18597, 5, 100, 80, 80, 80, 80, 60, 140), -- Begrudged Maid (18598, 5, 100, 80, 80, 80, 80, 60, 140), -- Cursed Head Maid (18599, 5, 100, 80, 80, 80, 80, 60, 140), -- Mansion Manager (18600, 5, 100, 80, 80, 80, 80, 60, 140), -- Kratei's Steward (18601, 0, 0, 20, 20, 20, 20, 20, 20), -- Kratei's Watcher (18602, 0, 0, 20, 20, 20, 20, 20, 20), -- Kratei's Watcher (18603, 0, 0, 20, 20, 20, 20, 20, 20), -- (18604, 0, 0, 20, 20, 20, 20, 20, 20), -- (18605, 0, 0, 20, 20, 20, 20, 20, 20), -- (18606, 0, 0, 20, 20, 20, 20, 20, 20), -- (18607, 0, 0, 20, 20, 20, 20, 20, 20), -- Gargos (18608, 0, 0, 20, 20, 20, 20, 20, 20), -- Kinsus (18609, 0, 0, 20, 20, 20, 20, 20, 20), -- Papion (18610, 0, 0, 20, 20, 20, 20, 20, 20), -- Hillas (18611, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit of Water (18612, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit of Water (18613, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit of Water (18614, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit of Fire (18615, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit of Fire (18616, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloom (18617, 0, 0, 20, 20, 20, 20, 20, 20), -- (18618, 0, 0, 20, 20, 20, 20, 20, 20), -- (18619, 0, 0, 20, 20, 20, 20, 20, 20), -- (18620, 0, 0, 20, 20, 20, 20, 20, 20), -- Adiantum (18621, 0, 0, 20, 20, 20, 20, 20, 20), -- (18622, 0, 0, 20, 20, 20, 20, 20, 20), -- Powder Keg (18623, 0, 0, 20, 20, 20, 20, 20, 20), -- Begrudged Archer (18624, 0, 0, 20, 20, 20, 20, 20, 20), -- Deadman's Grudge (18625, 0, 0, 20, 20, 20, 20, 20, 20), -- Deadman's Grudge (18626, 0, 0, 20, 20, 20, 20, 20, 20), -- Deadman's Grudge (18627, 0, 0, 20, 20, 20, 20, 20, 20), -- Deadman's Grudge (18628, 0, 0, 20, 20, 20, 20, 20, 20), -- Atan (18629, 0, 0, 20, 20, 20, 20, 20, 20), -- Kams (18630, 0, 0, 20, 20, 20, 20, 20, 20), -- Hikoro (18631, 0, 0, 20, 20, 20, 20, 20, 20), -- Alkaso (18632, 0, 0, 20, 20, 20, 20, 20, 20), -- Gerbera (18633, 0, 0, 20, 20, 20, 20, 20, 20), -- Lematan (18634, 0, 0, 20, 20, 20, 20, 20, 20), -- Lematan's Follower (18635, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Recruit (18636, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Footman (18637, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Antelope (18638, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Scout (18639, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Hunter (18640, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Shaman (18641, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Priest (18642, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Warrior (18643, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Antelope (18644, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Medium (18645, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Magus (18646, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Officer (18647, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Flava (18648, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Priest (18649, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Great Magus (18650, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos General (18651, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Elder Antelope (18652, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Great Seer (18653, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Elite Guard (18654, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Commander (18655, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Head Guard (18656, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Head Magus (18657, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet's Guard (18658, 0, 0, 20, 20, 20, 20, 20, 20), -- Disciple of Prophet (18659, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Prophet (18660, 0, 0, 20, 20, 20, 20, 20, 20), -- Latana (18661, 0, 0, 20, 20, 20, 20, 20, 20), -- (18662, 0, 0, 20, 20, 20, 20, 20, 20), -- (18663, 0, 0, 20, 20, 20, 20, 20, 20), -- (18664, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucky Pig (18665, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucky Pig (18666, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucky Pig (18667, 0, 0, 20, 20, 20, 20, 20, 20), -- Ward of Death (18668, 0, 0, 20, 20, 20, 20, 20, 20), -- Ward of Death (18669, 0, 0, 20, 20, 20, 20, 20, 20), -- (18670, 0, 0, 20, 20, 20, 20, 20, 20), -- (18671, 0, 0, 20, 20, 20, 20, 20, 20), -- Block (18672, 0, 0, 20, 20, 20, 20, 20, 20), -- Block (18673, 0, 0, 20, 20, 20, 20, 20, 20), -- Block (18674, 0, 0, 20, 20, 20, 20, 20, 20), -- Block (18675, 0, 0, 20, 20, 20, 20, 20, 20), -- Block (18676, 0, 0, 20, 20, 20, 20, 20, 20), -- Block-Carrying Girl (18677, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Steed Troop Messenger (18678, 0, 0, 20, 20, 20, 20, 20, 20), -- Energy Seed - Water (18679, 0, 0, 20, 20, 20, 20, 20, 20), -- Energy Seed - Fire (18680, 0, 0, 20, 20, 20, 20, 20, 20), -- Energy Seed - Wind (18681, 0, 0, 20, 20, 20, 20, 20, 20), -- Energy Seed - Earth (18682, 0, 0, 20, 20, 20, 20, 20, 20), -- Energy Seed - Holy (18683, 0, 0, 20, 20, 20, 20, 20, 20), -- Energy Seed - Dark (18684, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Star Stone (18685, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Star Stone (18686, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Star Stone (18687, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Star Stone (18688, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Star Stone (18689, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Star Stone (18690, 0, 0, 20, 20, 20, 20, 20, 20), -- Green Star Stone (18691, 0, 0, 20, 20, 20, 20, 20, 20), -- Green Star Stone (18692, 0, 0, 20, 20, 20, 20, 20, 20), -- Green Star Stone (18693, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest of the Ancient Giants (18694, 0, 130, 180, 120, 150, 150, 150, 150), -- Treasure Chest Guard (18695, 5, 130, 150, 150, 150, 150, 120, 180), -- Treasure Chest Guard (18696, 0, 0, 20, 20, 20, 20, 20, 20), -- Dimension Moving Device (18697, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18698, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18699, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18700, 0, 0, 20, 20, 20, 20, 20, 20), -- (18701, 0, 0, 20, 20, 20, 20, 20, 20), -- (18702, 0, 0, 20, 20, 20, 20, 20, 20), -- Dimension Moving Device (18703, 0, 0, 20, 20, 20, 20, 20, 20), -- Defeated Troops Controller (18704, 3, 130, 150, 150, 120, 180, 150, 150), -- Tumor of Death (18705, 3, 130, 150, 150, 120, 180, 150, 150), -- Destroyed Tumor (18706, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Coffin (18707, 5, 130, 150, 150, 150, 150, 120, 180), -- (18708, 3, 130, 150, 150, 120, 180, 150, 150), -- Tumor of Death (18709, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Coffin (18710, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Coffin (18711, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Coffin (18712, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Coffin (18713, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Coffin (18714, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Coffin (18715, 5, 130, 150, 150, 150, 150, 120, 180), -- Conquered Soul (18716, 5, 130, 150, 150, 150, 150, 120, 180), -- Conquered Soul (18717, 3, 130, 150, 150, 120, 180, 150, 150), -- Conquered Soul (18718, 5, 130, 150, 150, 150, 150, 120, 180), -- Sacrificed Fanatic (18719, 5, 130, 150, 150, 150, 150, 120, 180), -- Sacrificed Fanatic (18720, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18721, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18722, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18723, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18724, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18725, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18726, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18727, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18728, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18729, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18730, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18731, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18732, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18733, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18734, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18735, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18736, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18737, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18738, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18739, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18740, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18741, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18742, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18743, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18744, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18745, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18746, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18747, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18748, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18749, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18750, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18751, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18752, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18753, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18754, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18755, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18756, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18757, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18758, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18759, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18760, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18761, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18762, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18763, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18764, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18765, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18766, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18767, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18768, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18769, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18770, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18771, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18772, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18773, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18774, 0, 0, 20, 20, 20, 20, 20, 20), -- Trap (18775, 0, 130, 180, 120, 150, 150, 150, 150), -- Seed of Destruction Control Device (18776, 0, 130, 180, 120, 150, 150, 150, 150), -- Obelisk (18777, 0, 130, 180, 120, 150, 150, 150, 150), -- Great Powerful Device (18778, 0, 130, 180, 120, 150, 150, 150, 150), -- Throne of Destruction Powerful Device (18779, 0, 0, 20, 20, 20, 20, 20, 20), -- (18780, 5, 130, 150, 150, 150, 150, 120, 180), -- Symbol of Cohemenes (18781, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Drake Wing (18782, 5, 20, 60, 60, 60, 60, 30, 90), -- Zealot of Shilen (18783, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Commander (18784, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops No 1 Battalion Commander (18785, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops White Dragon Leader (18786, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Infantry (18787, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Magic Leader (18788, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Magician (18789, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Magic Soldier (18790, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Healer (18791, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Javelin Thrower (18792, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Javelin Thrower (18793, 0, 0, 20, 20, 20, 20, 20, 20), -- Bizarre Cocoon (18794, 0, 0, 20, 20, 20, 20, 20, 20), -- Bizarre Cocoon (18795, 0, 0, 20, 20, 20, 20, 20, 20), -- Bizarre Cocoon (18796, 0, 0, 20, 20, 20, 20, 20, 20), -- Bizarre Cocoon (18797, 0, 0, 20, 20, 20, 20, 20, 20), -- Bizarre Cocoon (18798, 0, 0, 20, 20, 20, 20, 20, 20), -- Bizarre Cocoon (18799, 0, 100, 130, 50, 100, 100, 100, 100), -- Newborn Lavasaurus (18800, 0, 100, 130, 50, 100, 100, 100, 100), -- Fledgling Lavasaurus (18801, 0, 100, 130, 50, 100, 100, 100, 100), -- Adult Lavasaurus (18802, 0, 100, 130, 50, 100, 100, 100, 100), -- Elderly Lavasaurus (18803, 0, 100, 130, 50, 100, 100, 100, 100), -- Ancient Lavasaurus (18804, 0, 0, 20, 20, 20, 20, 20, 20), -- Tar Beetle (18805, 0, 0, 20, 20, 20, 20, 20, 20), -- Waste Landfill Machine (18806, 0, 0, 20, 20, 20, 20, 20, 20), -- Brazier of Purity (18807, 0, 0, 20, 20, 20, 20, 20, 20), -- Frightened Ragna Orc (18808, 0, 150, 150, 90, 130, 130, 130, 130), -- Dark Shaman Varangka (18809, 0, 150, 150, 90, 130, 130, 130, 130), -- Varangka's Retainer (18810, 0, 150, 150, 90, 130, 130, 130, 130), -- Varangka's Page (18811, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of the Altar (18812, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha's Eye (18813, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha's Eye (18814, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha's Eye (18815, 0, 200, 20, 20, 20, 20, 20, 20), -- Guard of the Grave (18816, 0, 0, 20, 20, 20, 20, 20, 20), -- Chieftain's Treasure Chest (18817, 0, 0, 20, 20, 20, 20, 20, 20), -- Invader Martyr of Nightmare (18818, 0, 0, 20, 20, 20, 20, 20, 20), -- Nihil Invader Martyr (18819, 0, 0, 20, 20, 20, 20, 20, 20), -- Nihil Invader Treasure Chest (18820, 0, 0, 20, 20, 20, 20, 20, 20), -- Nihil Invader Treasure Chest (18821, 0, 0, 20, 20, 20, 20, 20, 20), -- Mutant Martyr (18822, 0, 0, 20, 20, 20, 20, 20, 20), -- Mutant Treasure Chest (18823, 0, 0, 20, 20, 20, 20, 20, 20), -- Mutant Treasure Chest (18824, 0, 0, 20, 20, 20, 20, 20, 20), -- Merchant of Mammon A (18825, 0, 0, 20, 20, 20, 20, 20, 20), -- Merchant of Mammon B (18826, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts For Presentation (18827, 0, 0, 20, 20, 20, 20, 20, 20), -- Priest Cain for Presentation (18828, 0, 0, 20, 20, 20, 20, 20, 20), -- High Priest of Dawn (18829, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts Leader For Presentation (18830, 0, 0, 20, 20, 20, 20, 20, 20), -- ssq For Presentation Camera Dummy 1 (18831, 0, 0, 20, 20, 20, 20, 20, 20), -- ssq For Presentation Camera Dummy 2 (18832, 0, 0, 20, 20, 20, 20, 20, 20), -- ssq For Presentation Camera Dummy 3 (18833, 0, 0, 20, 20, 20, 20, 20, 20), -- Emperor's Seal Device (18834, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn (18835, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn (18836, 5, 150, 130, 130, 130, 130, 90, 150), -- Varangka's Guardian (18837, 0, 0, 20, 20, 20, 20, 20, 20), -- (18838, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest of Invader Soldier of Nightmare (18839, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Maguen (18840, 0, 0, 20, 20, 20, 20, 20, 20), -- (18841, 0, 0, 20, 20, 20, 20, 20, 20), -- (18842, 0, 0, 20, 20, 20, 20, 20, 20), -- (18843, 0, 0, 20, 20, 20, 20, 20, 20), -- Cokrakon's Ward (18844, 0, 0, 20, 20, 20, 20, 20, 20), -- Reptilikon's Ward (18845, 0, 0, 20, 20, 20, 20, 20, 20), -- Torumba's Telegraph (18846, 0, 0, 20, 20, 20, 20, 20, 20), -- Kegor (18847, 0, 0, 20, 20, 20, 20, 20, 20), -- Freya (18848, 0, 0, 20, 20, 20, 20, 20, 20), -- Battalion Leader (18849, 0, 0, 20, 20, 20, 20, 20, 20), -- Legionnaire (18850, 0, 0, 20, 20, 20, 20, 20, 20), -- Jinia (18851, 0, 0, 20, 20, 20, 20, 20, 20), -- Kegor (18852, 0, 0, 20, 20, 20, 20, 20, 20), -- Sirra (18853, 0, 0, 20, 20, 20, 20, 20, 20), -- Glacier (18854, 0, 0, 20, 20, 20, 20, 20, 20), -- Archer's Breath (18855, 1, 250, 150, 250, 200, 200, 200, 200), -- Archery Knight (18856, 1, 250, 150, 250, 200, 200, 200, 200), -- Archery Knight (18857, 0, 0, 20, 20, 20, 20, 20, 20), -- (18858, 0, 0, 20, 20, 20, 20, 20, 20), -- (18859, 0, 0, 20, 20, 20, 20, 20, 20), -- (18860, 0, 0, 20, 20, 20, 20, 20, 20), -- (18861, 0, 0, 20, 20, 20, 20, 20, 20), -- (18862, 3, 150, 130, 130, 90, 170, 130, 130), -- Tanta Lizardman Guard (18863, 3, 200, 170, 170, 120, 200, 170, 170), -- Priest Ugoros (18864, 0, 0, 50, 50, 30, 70, 50, 50), -- Fantasy Mushroom (18865, 0, 0, 50, 50, 30, 70, 50, 50), -- Sticky Mushroom (18866, 0, 0, 50, 50, 30, 70, 50, 50), -- Rainbow Frog (18867, 0, 0, 50, 50, 30, 70, 50, 50), -- Abyss Weed (18868, 0, 0, 50, 50, 30, 70, 50, 50), -- Energy Plant (18869, 1, 150, 90, 170, 130, 130, 130, 130), -- Kookaburra (18870, 1, 150, 90, 170, 130, 130, 130, 130), -- Cougar (18871, 1, 170, 100, 180, 140, 140, 140, 140), -- Buffalo (18872, 1, 170, 100, 180, 140, 140, 140, 140), -- Grendel (18873, 1, 150, 90, 170, 130, 130, 130, 130), -- Baby Alpine Kookaburra (18874, 1, 150, 90, 170, 130, 130, 130, 130), -- Young Kookaburra (18875, 1, 150, 90, 170, 130, 130, 130, 130), -- Young Kookaburra (18876, 1, 150, 90, 170, 130, 130, 130, 130), -- Adult Kookaburra (18877, 1, 150, 90, 170, 130, 130, 130, 130), -- Adult Kookaburra (18878, 1, 150, 90, 170, 130, 130, 130, 130), -- Full Grown Kookaburra (18879, 1, 150, 90, 170, 130, 130, 130, 130), -- Full Grown Kookaburra (18880, 1, 150, 90, 170, 130, 130, 130, 130), -- Baby Alpine Cougar (18881, 1, 150, 90, 170, 130, 130, 130, 130), -- Young Cougar (18882, 1, 150, 90, 170, 130, 130, 130, 130), -- Young Cougar (18883, 1, 150, 90, 170, 130, 130, 130, 130), -- Adult Cougar (18884, 1, 150, 90, 170, 130, 130, 130, 130), -- Adult Cougar (18885, 1, 150, 90, 170, 130, 130, 130, 130), -- Full Grown Cougar (18886, 1, 150, 90, 170, 130, 130, 130, 130), -- Full Grown Cougar (18887, 1, 170, 100, 180, 140, 140, 140, 140), -- Baby Alpine Buffalo (18888, 1, 170, 100, 180, 140, 140, 140, 140), -- Young Buffalo (18889, 1, 170, 100, 180, 140, 140, 140, 140), -- Young Buffalo (18890, 1, 170, 100, 180, 140, 140, 140, 140), -- Adult Buffalo (18891, 1, 170, 100, 180, 140, 140, 140, 140), -- Adult Buffalo (18892, 1, 170, 100, 180, 140, 140, 140, 140), -- Full Grown Buffalo (18893, 1, 170, 100, 180, 140, 140, 140, 140), -- Full Grown Buffalo (18894, 1, 170, 100, 180, 140, 140, 140, 140), -- Baby Alpine Grendel (18895, 1, 170, 100, 180, 140, 140, 140, 140), -- Young Grendel (18896, 1, 170, 100, 180, 140, 140, 140, 140), -- Young Grendel (18897, 1, 170, 100, 180, 140, 140, 140, 140), -- Adult Grendel (18898, 1, 170, 100, 180, 140, 140, 140, 140), -- Adult Grendel (18899, 1, 170, 100, 180, 140, 140, 140, 140), -- Full Grown Grendel (18900, 1, 170, 100, 180, 140, 140, 140, 140), -- Full Grown Grendel (18901, 1, 150, 90, 170, 130, 130, 130, 130), -- Kookaburra (18902, 1, 150, 90, 170, 130, 130, 130, 130), -- Cougar (18903, 1, 170, 100, 180, 140, 140, 140, 140), -- Buffalo (18904, 1, 170, 100, 180, 140, 140, 140, 140), -- Grendel (18905, 1, 170, 100, 180, 140, 140, 140, 140), -- Farm Ravager (18906, 1, 170, 100, 180, 140, 140, 140, 140), -- Farm Bandit (18907, 1, 170, 100, 180, 140, 140, 140, 140), -- Beast Devourer (18908, 0, 150, 170, 90, 140, 140, 140, 140), -- Sel Mahum Chef (18909, 4, 170, 200, 200, 200, 150, 160, 40), -- Solina Knights (18910, 4, 170, 200, 200, 200, 150, 160, 40), -- Solina Knight Captain (18911, 0, 0, 20, 20, 20, 20, 20, 20), -- Abbey Treasure Chest (18912, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarecrow (18913, 0, 0, 20, 20, 20, 20, 20, 20), -- Furnace (18914, 0, 0, 20, 20, 20, 20, 20, 20), -- Furnace (18915, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Furnace (18916, 0, 0, 20, 20, 20, 20, 20, 20), -- (18917, 0, 0, 20, 20, 20, 20, 20, 20), -- Pavel Safety Device (18918, 0, 0, 20, 20, 20, 20, 20, 20), -- (18919, 0, 0, 20, 20, 20, 20, 20, 20), -- (18920, 1, 150, 90, 170, 130, 130, 130, 130), -- (18921, 1, 150, 90, 170, 130, 130, 130, 130), -- Square Base (18922, 1, 150, 90, 170, 130, 130, 130, 130), -- Door Golem (18923, 1, 170, 100, 180, 140, 140, 140, 140), -- Door Golem (18924, 1, 170, 100, 180, 140, 140, 140, 140), -- Door Golem (18925, 1, 170, 100, 180, 140, 140, 140, 140), -- Trap (18926, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Archer (18927, 0, 0, 20, 20, 20, 20, 20, 20), -- Fire (18928, 0, 0, 20, 20, 20, 20, 20, 20), -- Annihilation Furnace (18929, 4, 220, 180, 180, 180, 180, 220, 170), -- Ward of the Grail (18930, 0, 0, 20, 20, 20, 20, 20, 20), -- (18931, 0, 0, 20, 20, 20, 20, 20, 20), -- (18932, 0, 0, 20, 20, 20, 20, 20, 20), -- (18933, 0, 0, 20, 20, 20, 20, 20, 20), -- Fire Feed (18934, 0, 0, 20, 20, 20, 20, 20, 20), -- Abbey Treasure Chest (18935, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Sword Protection (18936, 0, 0, 20, 20, 20, 20, 20, 20), -- (18937, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18938, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18939, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18940, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18941, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18942, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18943, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18944, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18945, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18946, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18947, 0, 0, 20, 20, 20, 20, 20, 20), -- Target Dummy (18948, 0, 0, 20, 20, 20, 20, 20, 20), -- Etis van Etina (18949, 0, 0, 20, 20, 20, 20, 20, 20), -- Etis van Etina (18950, 0, 0, 20, 20, 20, 20, 20, 20), -- Etis van Etina's Phantom (18951, 0, 0, 20, 20, 20, 20, 20, 20), -- Etis van Etina's Phantom (18952, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina's Guardian (18953, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina's Guardian (18954, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina's Guardian (18955, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina's Guardian (18956, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of the Tomb (18957, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of the Tomb (18958, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of the Tomb (18959, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of the Tomb (18960, 0, 0, 20, 20, 20, 20, 20, 20), -- Drake Lord (18961, 0, 0, 20, 20, 20, 20, 20, 20), -- Behemoth Leader (18962, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Beast (18963, 0, 0, 20, 20, 20, 20, 20, 20), -- (18964, 0, 0, 20, 20, 20, 20, 20, 20), -- Antharas' Symbol (18965, 0, 0, 20, 20, 20, 20, 20, 20), -- Antharas' Symbol (18966, 0, 0, 20, 20, 20, 20, 20, 20), -- Antharas' Symbol (18967, 0, 0, 20, 20, 20, 20, 20, 20), -- (18968, 0, 0, 20, 20, 20, 20, 20, 20), -- (18969, 0, 0, 20, 20, 20, 20, 20, 20), -- Magma Drake Mother (18970, 0, 0, 20, 20, 20, 20, 20, 20), -- Magma Drake Hatchling (18971, 0, 0, 20, 20, 20, 20, 20, 20), -- Gem Dragon Hatchling (20001, 0, 0, 20, 20, 53, 20, 20, 20), -- Gremlin (20002, 0, 0, 20, 20, 20, 20, 20, 20), -- Rabbit (20003, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin (20004, 0, 0, 20, 20, 31, 20, 20, 20), -- Imp (20005, 0, 0, 20, 20, 31, 20, 20, 20), -- Imp Elder (20006, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Archer (20007, 0, 0, -34, 20, 20, 20, 20, 20), -- Green Fungus (20008, 0, 0, 20, 20, 20, 20, 20, 20), -- Felim Lizardman (20009, 0, 0, 20, 20, 20, 20, 20, 20), -- Vuku Orc (20010, 0, 0, 20, 20, 20, 20, 20, 20), -- Felim Lizardman Scout (20011, 0, 0, 20, 20, 20, 20, 20, 20), -- Vuku Orc Archer (20012, 0, 0, 20, 20, 20, 20, 20, 20), -- Gora Werewolf (20013, 0, 0, -5, 20, 53, 20, 20, 20), -- Dryad (20014, 0, 0, 20, 20, 20, 20, 20, 20), -- Felim Lizardman Warrior (20015, 5, 20, 20, 20, 20, 20, -32, 53), -- Marsh Zombie (20016, 0, 0, 20, 20, 20, 20, 20, 20), -- Stone Golem (20017, 0, 0, 20, 20, 20, 20, 20, 20), -- Vuku Orc Fighter (20018, 0, 0, -34, 20, 20, 20, 20, 20), -- Carnivorous Fungus (20019, 0, 0, -5, 20, 53, 20, 20, 20), -- Dryad Elder (20020, 5, 20, 20, 20, 20, 20, -32, 53), -- Marsh Zombie Lord (20021, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Bear (20022, 5, 20, 20, 20, 20, 20, -32, 53), -- Misery Skeleton (20023, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadow Beast (20024, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Lizardman Warrior (20025, 5, 20, 20, 20, 20, 20, -32, 53), -- Lesser Dark Horror (20026, 5, 20, 20, 20, 20, 20, -32, 53), -- Ruin Zombie (20027, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Lizardman Scout (20028, 0, 0, 20, 20, 20, 20, 20, 20), -- Pincher (20029, 5, 20, 20, 20, 20, 20, -32, 53), -- Ruin Zombie Leader (20030, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Lizardman (20031, 0, 0, 20, 20, 20, 20, 20, 20), -- Omen Beast (20032, 0, 0, -5, 20, 20, 20, 20, 20), -- Pinrul (20033, 5, 20, 20, 20, 20, 20, -32, 53), -- Shade Horror (20034, 0, 0, -5, 20, 20, 20, 20, 20), -- Prowler (20035, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Tracker (20036, 0, 0, 20, 20, 110, -5, 20, 20), -- Lirein (20037, 0, 0, 20, 20, 20, 20, 20, 20), -- Mana Seeker (20038, 0, 0, -5, 20, 20, 20, 20, 20), -- Venomous Spider (20039, 0, 0, 20, 20, 20, 20, 20, 20), -- Scavenger Wererat (20040, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat (20041, 5, 20, 20, 20, 20, 20, -32, 53), -- Tainted Zombie (20042, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Tracker Leader (20043, 0, 0, -5, 20, 20, 20, 20, 20), -- Arachnid Tracker (20044, 0, 0, 20, 20, 110, -5, 20, 20), -- Lirein Elder (20045, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Scout (20046, 5, 20, 20, 20, 20, 20, -32, 53), -- Stink Zombie (20047, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat Leader (20048, 5, 20, 20, 20, 20, 20, -13, 184), -- Lesser Succubus (20049, 0, 0, 20, 20, 20, 20, 20, 20), -- Lycanthrope (20050, 0, 0, -5, 20, 20, 20, 20, 20), -- Arachnid Predator (20051, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Bowman (20052, 5, 20, 20, 20, 20, 20, -13, 184), -- Lesser Succubus Turen (20053, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Patrol (20054, 5, 20, 20, 20, 20, 20, -32, 53), -- Ruin Spartoi (20055, 0, 0, 20, 20, -5, 20, 20, 20), -- Wandering Eye (20056, 5, 20, 20, 20, 20, 20, -13, 184), -- Dre Vanul Disposer (20057, 5, 20, 20, 20, 20, 20, -13, 184), -- Lesser Succubus Tilfo (20058, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Guard (20059, 0, 0, 20, 20, -5, 20, 20, 20), -- Hungry Eye (20060, 5, 20, 20, 20, 20, 20, -32, 53), -- Raging Spartoi (20061, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Straggler (20062, 0, 0, 20, 20, 20, 20, 20, 20), -- Tumran Bugbear (20063, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Shooter (20064, 0, 0, 20, 20, 20, 20, 20, 20), -- Tumran Bugbear Warrior (20065, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Patrolman (20066, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Captain (20067, 0, 0, 20, 20, -5, 20, 20, 20), -- Monster Eye Watcher (20068, 0, 0, 20, 20, -5, 20, 20, 20), -- Monster Eye Destroyer (20069, 0, 0, 20, 20, 20, 20, 20, 20), -- Selu Lizardman Scout (20070, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Basilisk (20071, 0, 0, 20, 20, 20, 20, 20, 20), -- Selu Lizardman Warrior (20072, 0, 0, 20, 20, 20, 20, 20, 20), -- Basilisk (20073, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Legionnaire (20074, 0, 0, -5, 20, 20, 20, 20, 20), -- Androscorpio (20075, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Larva (20076, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Commander (20077, 0, 0, -5, 20, 20, 20, 20, 20), -- Androscorpio Hunter (20078, 0, 0, 20, 20, 110, -5, 20, 20), -- Whispering Wind (20079, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant (20080, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Captain (20081, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Overseer (20082, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Recruit (20083, 0, 0, 20, 20, 20, 20, 20, 20), -- Granite Golem (20084, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Patrol (20085, 0, 0, 20, 20, 20, 20, 20, 20), -- Puncher (20086, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Guard (20087, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Soldier (20088, 0, 0, -5, 20, 20, 20, 20, 20), -- Ant Warrior Captain (20089, 0, 0, -5, 20, 20, 20, 20, 20), -- Noble Ant (20090, 0, 0, -5, 20, 20, 20, 20, 20), -- Noble Ant Leader (20091, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Fox (20092, 0, 0, 20, 20, -5, 20, 20, 20), -- Monster Eye (20093, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Fighter (20094, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Marksman (20095, 0, 0, 20, 20, -5, 20, 20, 20), -- Vampire Bat (20096, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Lieutenant (20097, 0, 0, 20, 20, -5, 20, 20, 20), -- Drill Bat (20098, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Fighter Leader (20099, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton (20100, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Archer (20101, 0, 0, 20, 20, 20, 20, 20, 20), -- Crasher (20102, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Marksman (20103, 0, 0, -5, 20, 20, 20, 20, 20), -- Giant Spider (20104, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Lord (20105, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Horror (20106, 0, 0, -5, 20, 20, 20, 20, 20), -- Talon Spider (20107, 0, 0, 20, 20, 20, 20, 20, 20), -- Wererat (20108, 0, 0, -5, 20, 20, 20, 20, 20), -- Blade Spider (20109, 0, 0, 110, -5, 20, 20, 20, 20), -- Salamander (20110, 0, 0, -5, 110, 20, 20, 20, 20), -- Undine (20111, 0, 0, 20, 20, 20, 20, 20, 20), -- Wererat Leader (20112, 0, 0, 110, -5, 20, 20, 20, 20), -- Salamander Elder (20113, 0, 0, -5, 110, 20, 20, 20, 20), -- Undine Elder (20114, 0, 0, 110, -5, 20, 20, 20, 20), -- Salamander Noble (20115, 0, 0, -5, 110, 20, 20, 20, 20), -- Undine Noble (20116, 0, 0, 20, 20, 20, 20, 20, 20), -- Fox (20117, 5, 20, 20, 20, 20, 20, -13, 184), -- Dre Vanul (20118, 5, 20, 20, 20, 20, 20, -13, 184), -- Dre Vanul Scout (20119, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Fox (20120, 0, 0, 20, 20, 20, 20, 20, 20), -- Wolf (20121, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Toad (20130, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc (20131, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Grunt (20132, 0, 0, 20, 20, 20, 20, 20, 20), -- Werewolf (20133, 0, 0, 20, 20, 20, 20, 20, 20), -- Bugbear (20134, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Maiden (20135, 0, 0, 20, 20, 20, 20, 20, 20), -- Alligator (20136, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Knight (20137, 0, 0, 20, 20, 20, 20, 20, 20), -- Drake (20138, 0, 0, 20, 20, 20, 20, 20, 20), -- Gargoyle (20139, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Bee (20140, 0, 0, -5, 20, 20, 20, 20, 20), -- Giant Leech (20141, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Wild Hog (20142, 0, 0, 20, 20, 20, 20, 20, 20), -- Griffon (20143, 0, 0, 20, 20, 20, 20, 20, 20), -- Grizzly (20144, 5, 20, -34, 20, 20, 20, -32, 20), -- Hangman Tree (20145, 0, 0, 20, 20, -5, 20, 20, 20), -- Harpy (20146, 5, 20, 20, 20, 20, 20, -32, 53), -- Headless Knight (20147, 0, 0, 20, 20, 20, 20, 20, 20), -- Hobgoblin (20148, 5, 20, 20, 20, 20, 20, -32, 53), -- Hungry Spirit (20149, 0, 0, 20, 20, 20, 20, 20, 20), -- Iron Golem (20150, 0, 0, 20, 20, 20, 20, 20, 20), -- King Bugbear (20151, 0, 0, 20, 20, 20, 20, 20, 20), -- Kobold (20152, 0, 0, 20, 20, 20, 20, 20, 20), -- Lizardman (20153, 0, 0, 20, 20, -5, 20, 20, 20), -- Magical Weaver (20154, 0, 0, -34, 20, 20, 20, 20, 20), -- Mandragora Sprout (20155, 0, 0, -34, 20, 20, 20, 20, 20), -- Mandragora Sapling (20156, 0, 0, -34, 20, 20, 20, 20, 20), -- Mandragora Blossom (20157, 0, 0, -5, 20, 20, 20, 20, 20), -- Marsh Stakato (20158, 0, 0, 20, 20, 20, 20, 20, 20), -- Medusa (20159, 0, 0, 20, 20, 20, 20, 20, 20), -- Minotaur (20160, 5, 20, 20, 20, 20, 20, -32, 53), -- Neer Crawler (20161, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum (20162, 0, 0, 20, 20, 20, 20, 20, 20), -- Ogre (20163, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum (20164, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Archer (20165, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Champion (20166, 5, 20, 20, 20, 20, 20, -13, 184), -- Succubus (20167, 0, 0, 20, 20, 20, 20, 20, 20), -- Serpent Slave (20168, 0, 0, 20, 20, 20, 20, 20, 20), -- Silenos (20169, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Royal Guard (20170, 5, 20, 20, 20, 20, 20, -32, 53), -- Spartoi (20171, 5, 20, 20, 20, 20, 20, -32, 53), -- Specter (20172, 0, 0, 20, 20, 110, -5, 20, 20), -- Sylph (20173, 0, 0, 20, 20, 20, 20, 20, 20), -- Troll (20174, 0, 0, 20, 20, 20, 20, 20, 20), -- Two-Headed Giant (20175, 0, 0, -34, 20, 20, 20, 20, 20), -- Walking Fungus (20176, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyrm (20177, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie (20189, 0, 0, 20, 20, 20, 20, 20, 20), -- Puma (20190, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Marauder (20191, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Raider (20192, 0, 0, -5, 20, 20, 20, 20, 20), -- Tyrant (20193, 0, 0, -5, 20, 20, 20, 20, 20), -- Tyrant Kingpin (20194, 0, 0, -5, 110, 20, 20, 20, 20), -- Queen Undine (20197, 0, 0, 20, 20, 20, 20, 20, 20), -- Sorrow Maiden (20198, 5, 20, 20, 20, 20, 20, -32, 53), -- Neer Ghoul Berserker (20199, 0, 0, 20, 20, 20, 20, 20, 20), -- Amber Basilisk (20200, 5, 20, 20, 20, 20, 20, -32, 53), -- Strain (20201, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghoul (20202, 0, 0, 20, 20, 20, 20, 20, 20), -- Dead Seeker (20203, 0, 0, 20, 20, 20, 20, 20, 20), -- Dion Grizzly (20204, 0, 0, -5, 20, 20, 20, 20, 20), -- Bloody Bee (20205, 0, 0, 20, 20, 20, 20, 20, 20), -- Dire Wolf (20206, 0, 0, 20, 20, 20, 20, 20, 20), -- Kadif Werewolf (20207, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Guerilla (20208, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Raider (20209, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Marksman (20210, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Sergeant (20211, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Captain (20212, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloody Axe Turmak (20213, 0, 0, 20, 20, 20, 20, 20, 20), -- Porta (20214, 0, 0, 20, 20, 20, 20, 20, 20), -- Excuro (20215, 0, 0, 20, 20, 20, 20, 20, 20), -- Mordeo (20216, 0, 0, 20, 20, -5, 20, 20, 20), -- Ricenseo (20217, 0, 0, 20, 20, 20, 20, 20, 20), -- Krator (20218, 0, 0, 20, 20, 20, 20, 20, 20), -- Premo (20219, 0, 0, 20, 20, 20, 20, 20, 20), -- Validus (20220, 5, 20, -25, 20, 20, 20, -32, 20), -- Dicor (20221, 0, 0, 20, 20, 20, 20, 20, 20), -- Perum (20222, 0, 0, 20, 20, 20, 20, 20, 20), -- Torfe (20223, 0, 0, -34, 20, 20, 20, 20, 20), -- Mandragora Sprout (20224, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Ranger (20225, 0, 0, -5, 20, 20, 20, 20, 20), -- Giant Mist Leech (20226, 0, 0, -5, 20, 20, 20, 20, 20), -- Gray Ant (20227, 5, 20, 20, 20, 20, 20, -32, 53), -- Horror Mist Ripper (20228, 0, 0, -5, 20, 20, 20, 20, 20), -- Giant Crimson Ant (20229, 0, 0, -5, 20, 20, 20, 20, 20), -- Stinger Wasp (20230, 0, 0, -5, 20, 20, 20, 20, 20), -- Marsh Stakato Worker (20231, 0, 0, 20, 20, 20, 20, 20, 20), -- Toad Lord (20232, 0, 0, -5, 20, 20, 20, 20, 20), -- Marsh Stakato Soldier (20233, 0, 0, -5, 20, 20, 20, 20, 20), -- Marsh Spider (20234, 0, 0, -5, 20, 20, 20, 20, 20), -- Marsh Stakato Drone (20235, 5, 20, 20, 20, 20, 20, -32, 53), -- Shackle (20236, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant (20237, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant Archer (20238, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant Warrior (20239, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant Captain (20240, 5, 20, 20, 20, 20, 20, -32, 53), -- Royal Cave Servant (20241, 0, 0, 20, 20, 20, 20, 20, 20), -- Hunter Gargoyle (20242, 0, 0, 20, 20, 20, 20, 20, 20), -- Dustwind Gargoyle (20243, 0, 0, 20, 20, 20, 20, 20, 20), -- Thunder Wyrm (20244, 5, 20, 20, 20, 20, 20, -13, 184), -- Maluk Succubus (20245, 5, 20, 20, 20, 20, 20, -13, 184), -- Maluk Succubus Turen (20246, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Keeper (20248, 0, 0, 20, 20, 20, 20, 20, 20), -- Turak Bugbear (20249, 0, 0, 20, 20, 20, 20, 20, 20), -- Turak Bugbear Warrior (20250, 0, 0, 20, 20, 20, 20, 20, 20), -- Glass Jaguar (20251, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman (20252, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Scout (20253, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Warrior (20254, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Axeman (20255, 0, 0, 20, 20, 20, 20, 20, 20), -- Batur Orc (20256, 0, 0, 20, 20, 20, 20, 20, 20), -- Batur Orc Archer (20257, 0, 0, 20, 20, 20, 20, 20, 20), -- Batur Orc Warrior (20258, 0, 0, 20, 20, 20, 20, 20, 20), -- Batur Orc Shaman (20259, 0, 0, 20, 20, 20, 20, 20, 20), -- Batur Orc Overlord (20260, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Champion (20261, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Shaman (20265, 0, 0, 20, 20, -5, 20, 20, 20), -- Monster Eye Searcher (20266, 0, 0, 20, 20, -5, 20, 20, 20), -- Monster Eye Gazer (20267, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Orc (20268, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Orc Archer (20269, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Orc Shaman (20270, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Orc Overlord (20271, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Orc Warrior (20272, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant (20273, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant Archer (20274, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant Warrior (20275, 5, 20, 20, 20, 20, 20, -32, 53), -- Cave Servant Captain (20276, 5, 20, 20, 20, 20, 20, -32, 53), -- Royal Cave Servant (20277, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Keeper (20279, 5, 20, 20, 20, 20, 20, -32, 53), -- Shackle (20280, 5, 20, 20, 20, 20, 20, -32, 53), -- Headless Knight (20281, 0, 0, 20, 20, 20, 20, 20, 20), -- Dustwind Gargoyle (20282, 0, 0, 20, 20, 20, 20, 20, 20), -- Thunder Wyrm (20283, 5, 20, 20, 20, 20, 20, -13, 184), -- Maluk Succubus (20284, 5, 20, 20, 20, 20, 20, -13, 184), -- Maluk Succubus Turen (20285, 0, 0, 20, 20, 20, 20, 20, 20), -- Drake (20286, 0, 0, 20, 20, 20, 20, 20, 20), -- Hunter Gargoyle (20287, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Maiden (20291, 0, 0, 20, 20, 20, 20, 20, 20), -- Enku Orc Champion (20292, 0, 0, 20, 20, 20, 20, 20, 20), -- Enku Orc Shaman (20293, 0, 0, 20, 20, 20, 20, 20, 20), -- Virud Lizardman (20294, 0, 0, 20, 20, 20, 20, 20, 20), -- Virud Lizardman Matriarch (20295, 0, 0, 20, 20, 20, 20, 20, 20), -- Virud Lizardman Warrior (20296, 0, 0, 20, 20, 20, 20, 20, 20), -- Virud Lizardman Scout (20297, 0, 0, 20, 20, 20, 20, 20, 20), -- Virud Lizardman Shaman (20298, 0, 0, 20, 20, 20, 20, 20, 20), -- Virud Lizardman Shaman (20299, 0, 0, 20, 20, 20, 20, 20, 20), -- Zenta Lizardman (20300, 0, 0, 20, 20, 20, 20, 20, 20), -- Zenta Lizardman Matriarch (20301, 0, 0, 20, 20, 20, 20, 20, 20), -- Zenta Lizardman Scout (20302, 0, 0, 20, 20, 20, 20, 20, 20), -- Zenta Lizardman Warrior (20303, 0, 0, 20, 20, 20, 20, 20, 20), -- Zenta Lizardman Shaman (20304, 0, 0, -5, 20, 20, 20, 20, 20), -- Marsh Stakato Queen (20305, 0, 0, -5, 20, 20, 20, 20, 20), -- Grave (20307, 0, 0, 20, 20, 20, 20, 20, 20), -- Garum Werewolf (20308, 0, 0, 20, 20, 20, 20, 20, 20), -- Hook Spider (20309, 0, 0, 20, 20, 20, 20, 20, 20), -- Brown Fox (20310, 0, 0, 20, 20, 20, 20, 20, 20), -- Brown Bear (20311, 0, 0, 20, 20, 31, 20, 20, 20), -- Rakeclaw Imp (20312, 0, 0, 20, 20, 31, 20, 20, 20), -- Rakeclaw Imp Hunter (20313, 0, 0, 20, 20, 31, 20, 20, 20), -- Rakeclaw Imp Chieftain (20314, 0, 0, 20, 20, 20, 20, 20, 20), -- Great White Shark (20316, 0, 0, 20, 20, -5, 20, 20, 20), -- Darkwing Bat (20317, 0, 0, 20, 20, 20, 20, 20, 20), -- Black Wolf (20318, 0, 0, 20, 20, 20, 20, 20, 20), -- Black Timber Wolf (20319, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Grave Robber (20320, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Tomb Raider Leader (20321, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Thief (20322, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Brigand (20323, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Brigand Leader (20324, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Brigand Lieutenant (20325, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Raider (20326, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Scout (20327, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Snooper (20328, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Lookout (20329, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost Guardian (20330, 0, 0, 20, 20, -5, 20, 20, 20), -- Mineshaft Bat (20331, 0, 0, 20, 20, -5, 20, 20, 20), -- Monster Eye Tracker (20333, 0, 0, 20, 20, 20, 20, 20, 20), -- Greystone Golem (20334, 0, 0, 20, 20, 53, 20, 20, 20), -- Gremlin Scavenger (20335, 0, 0, 20, 20, 20, 20, 20, 20), -- Grizzly Bear (20336, 0, 0, 20, 20, 53, 20, 20, 20), -- Green Dryad (20337, 0, 0, 20, 20, 20, 20, 20, 20), -- Longtail Fox (20338, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightmare Weaver (20340, 5, 20, 20, 20, 20, 20, -32, 53), -- Slave Skeleton (20341, 5, 20, 20, 20, 20, 20, -32, 53), -- Undead Slave (20342, 0, 0, 20, 20, 20, 20, 20, 20), -- Werewolf Chieftain (20343, 0, 0, 20, 20, 20, 20, 20, 20), -- Werewolf Hunter (20345, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Terror (20346, 0, 0, 20, 20, 20, 20, 20, 20), -- Darkstone Golem (20347, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Wraith (20348, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Spider (20349, 0, 0, 20, 20, -5, 20, 20, 20), -- Cave Bat (20350, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Fang Spider (20351, 5, 20, 20, 20, 20, 20, -13, 184), -- Dre Vanul Tracker (20352, 5, 20, 20, 20, 20, 20, -13, 184), -- Dre Vanul Slayer (20353, 5, 20, 20, 20, 20, 20, -13, 184), -- Dre Vanul Beholder (20354, 5, 20, 20, 20, 20, 20, -32, 53), -- Dwarf Ghost (20356, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Lizardman Leader (20357, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Lizardman Lieutenant (20358, 0, 0, 20, 20, 20, 20, 20, 20), -- Ratman Hunter (20359, 0, 0, 20, 20, 20, 20, 20, 20), -- Ratman Warrior (20360, 0, 0, 20, 20, 20, 20, 20, 20), -- Ratman Spy (20361, 0, 0, 20, 20, 20, 20, 20, 20), -- Tunath Orc Marksman (20362, 0, 0, 20, 20, 20, 20, 20, 20), -- Tunath Orc Warrior (20363, 0, 0, 20, 20, 20, 20, 20, 20), -- Maraku Werewolf (20364, 0, 0, 20, 20, 20, 20, 20, 20), -- Maraku Werewolf Chieftain (20365, 0, 0, -34, 20, 20, 20, 20, 20), -- Mountain Fungus (20367, 5, 20, 20, 20, 20, 20, -32, 53), -- Merkenis' Escort (20368, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Keeper (20369, 0, 0, 20, 20, 20, 20, 20, 20), -- Moonstone Beast (20370, 0, 0, 20, 20, -5, 20, 20, 20), -- Barbed Bat (20371, 5, 20, 20, 20, 20, 20, -32, 53), -- Mist Terror (20372, 0, 0, 20, 20, 20, 20, 20, 20), -- Baraq Orc Fighter (20373, 0, 0, 20, 20, 20, 20, 20, 20), -- Baraq Orc Warrior Leader (20374, 5, 20, 20, 20, 20, 20, -32, 53), -- Varangka's Guard (20375, 5, 20, 20, 20, 20, 20, -32, 53), -- Varangka's Escort (20376, 0, 0, 20, 20, 20, 20, 20, 20), -- Varikan Brigand Leader (20377, 0, 0, 20, 20, 20, 20, 20, 20), -- Varika's Bandit (20378, 0, 0, 20, 20, 20, 20, 20, 20), -- Stone Giant (20379, 0, 0, 20, 20, 20, 20, 20, 20), -- Stone Soldier (20380, 0, 0, 20, 20, 20, 20, 20, 20), -- Stone Guardian (20381, 0, 0, 20, 20, 20, 20, 20, 20), -- Vaiss Orc (20382, 0, 0, 20, 20, 20, 20, 20, 20), -- Vaiss Orc Warrior Leader (20383, 5, 20, 20, 20, 20, 20, -32, 53), -- Arachnid Hunter (20385, 0, 0, 20, 20, 20, 20, 20, 20), -- Balor Orc Archer (20386, 0, 0, 20, 20, 20, 20, 20, 20), -- Balor Orc Fighter (20387, 0, 0, 20, 20, 20, 20, 20, 20), -- Balor Orc Fighter Leader (20388, 0, 0, 20, 20, 20, 20, 20, 20), -- Balor Orc Lieutenant (20389, 0, 0, 20, 20, 20, 20, 20, 20), -- Boogle Ratman (20390, 0, 0, 20, 20, 20, 20, 20, 20), -- Boogle Ratman Leader (20391, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Fox (20392, 0, 0, 20, 20, -5, 20, 20, 20), -- Redeye Bat (20393, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Scavenger Spider (20394, 0, 0, -5, 20, 20, 20, 20, 20), -- Crimson Tarantula (20398, 0, 0, 20, 20, 20, 20, 20, 20), -- Vrykolakas (20399, 0, 0, 20, 20, 20, 20, 20, 20), -- Vrykolakas Wolfkin (20400, 0, 0, -34, 20, 20, 20, 20, 20), -- Blood Fungus (20401, 0, 0, 20, 20, 20, 20, 20, 20), -- Veelan Bugbear (20402, 0, 0, 20, 20, 20, 20, 20, 20), -- Veelan Bugbear Warrior (20403, 0, 0, 20, 20, 20, 20, 20, 20), -- Hunter Tarantula (20404, 5, 20, 20, 20, 20, 20, -32, 53), -- Silent Horror (20405, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Brown Fox (20406, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Red Fox (20407, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Crimson Fox (20410, 0, 0, 20, 20, 20, 20, 20, 20), -- Scavenger Spider (20411, 0, 0, 20, 20, -5, 20, 20, 20), -- Scavenger Bat (20412, 0, 0, 20, 20, 20, 20, 20, 20), -- Susceptor (20415, 0, 0, 110, -5, 20, 20, 20, 20), -- Scarlet Salamander (20416, 0, 0, 110, -5, 20, 20, 20, 20), -- Scarlet Salamander Elder (20418, 0, 0, 20, 20, 20, 20, 20, 20), -- Crystalline Beast (20419, 5, 20, 20, 20, 20, 20, -13, 184), -- Akaste Succubus (20420, 5, 20, 20, 20, 20, 20, -13, 184), -- Akaste Succubus Turen (20421, 5, 20, 20, 20, 20, 20, -13, 184), -- Akaste Succubus Tilfo (20422, 5, 20, 20, 20, 20, 20, -32, 53), -- Akaste Bone Warlord (20423, 5, 20, 20, 20, 20, 20, -32, 53), -- Akaste Bone Archer (20424, 5, 20, 20, 20, 20, 20, -32, 53), -- Akaste Bone Lord (20425, 5, 20, 20, 20, 20, 20, -32, 53), -- Akaste Bone Soldier (20426, 0, 0, 20, 20, -5, 20, 20, 20), -- Evil Eye (20427, 0, 0, 20, 20, -5, 20, 20, 20), -- Evil Eye Watcher (20428, 0, 0, 20, 20, -5, 20, 20, 20), -- Evil Eye Patroller (20429, 0, 0, 20, 20, -5, 20, 20, 20), -- Evil Eye Lookout (20431, 5, 20, 20, 20, 20, 20, -32, 53), -- Elf Ghost (20432, 0, 0, 20, 20, 20, 20, 20, 20), -- Elpy (20433, 0, 0, 20, 20, -5, 20, 20, 20), -- Festering Bat (20435, 0, 0, 20, 20, 20, 20, 20, 20), -- Opal Beast (20436, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Supplier (20437, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Recruit (20438, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum General (20439, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Officer (20440, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Brown Fox (20441, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Longtail Fox (20442, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Wolf (20443, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Red Fox (20444, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Prairie Fox (20445, 0, 0, 20, 20, 20, 20, 20, 20), -- Uthanka Pirate (20446, 0, 0, 20, 20, 20, 20, 20, 20), -- Utuku Orc (20447, 0, 0, 20, 20, 20, 20, 20, 20), -- Utuku Orc Archer (20448, 0, 0, 20, 20, 20, 20, 20, 20), -- Utuku Orc Grunt (20449, 0, 0, 20, 20, 20, 20, 20, 20), -- Will-O-Wisp (20450, 0, 0, 20, 20, 20, 20, 20, 20), -- Relic Werewolf (20451, 5, 20, 20, 20, 20, 20, -32, 53), -- Relic Spartoi (20453, 5, 20, 20, 20, 20, 20, -32, 53), -- Human Ghost (20454, 0, 0, 20, 20, -5, 20, 20, 20), -- Oblivion Watcher (20455, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Soldier (20456, 0, 0, 20, 20, 20, 20, 20, 20), -- Ashen Wolf (20457, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie Soldier (20458, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie Warrior (20460, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Spider (20461, 0, 0, 20, 20, 20, 20, 20, 20), -- Dungeon Spider (20462, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Blade Spider (20463, 5, 20, 20, 20, 20, 20, -32, 53), -- Dungeon Skeleton Archer (20464, 5, 20, 20, 20, 20, 20, -32, 53), -- Dungeon Skeleton (20465, 0, 0, 20, 20, 20, 20, 20, 20), -- Prairie Fox (20466, 0, 0, 20, 20, 20, 20, 20, 20), -- Pincer Spider (20468, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaboo Orc (20469, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaboo Orc Archer (20470, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaboo Orc Grunt (20471, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaboo Orc Fighter (20472, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaboo Orc Fighter Leader (20473, 0, 0, 20, 20, 20, 20, 20, 20), -- Kaboo Orc Fighter Lieutenant (20474, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Spider (20475, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Wolf (20476, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Fang Spider (20477, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Timber Wolf (20478, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Blade Spider (20479, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Bear (20480, 0, 0, 20, 20, -5, 20, 20, 20), -- Blade Bat (20481, 0, 0, 20, 20, 20, 20, 20, 20), -- Bearded Keltir (20483, 0, 0, 20, 20, 20, 20, 20, 20), -- Corpse Candle (20487, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuruka Ratman (20488, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuruka Ratman Hunter (20489, 0, 0, 20, 20, 20, 20, 20, 20), -- Quicksilver Beast (20490, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Doll (20491, 5, 20, 20, 20, 20, 20, -32, 53), -- Crypt Horror (20492, 5, 20, 20, 20, 20, 20, -32, 53), -- Kirunak's Guards (20494, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek War Hound (20495, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Warlord (20496, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Archer (20497, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Skirmisher (20498, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Supplier (20499, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Footman (20500, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Sentinel (20501, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Shaman (20502, 0, 0, 20, 20, 20, 20, 20, 20), -- Twink Puma (20504, 5, 20, 20, 20, 20, 20, -32, 53), -- Dread Soldier (20505, 0, 0, 20, 20, -5, 20, 20, 20), -- Ruin Bat (20506, 0, 0, 20, 20, 31, 20, 20, 20), -- Ruin Imp (20507, 0, 0, 20, 20, 31, 20, 20, 20), -- Ruin Imp Elder (20508, 0, 0, 20, 20, 20, 20, 20, 20), -- Plunder Tarantula (20509, 0, 0, -34, 20, 20, 20, 20, 20), -- Spore Fungus (20510, 0, 0, 20, 20, 20, 20, 20, 20), -- Puma (20511, 0, 0, 20, 20, 20, 20, 20, 20), -- Pitchstone Golem (20512, 0, 0, 20, 20, 20, 20, 20, 20), -- Field Stalker (20513, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Knight (20514, 5, 20, 20, 20, 20, 20, -32, 53), -- Shield Skeleton (20515, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Infantryman (20516, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Sentinel (20517, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Hunter (20518, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Hunter Archer (20519, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Pikeman (20520, 0, 0, 20, 20, 20, 20, 20, 20), -- Pirate Captain Uthanka (20521, 0, 0, 20, 20, 20, 20, 20, 20), -- Whinstone Golem (20522, 0, 0, 20, 20, 20, 20, 20, 20), -- White Fang (20524, 0, 0, 20, 20, 20, 20, 20, 20), -- Grey Wolf Elder (20525, 0, 0, 20, 20, 20, 20, 20, 20), -- Gray Wolf (20526, 0, 0, 20, 20, 20, 20, 20, 20), -- Obsidian Golem (20527, 0, 0, 20, 20, 20, 20, 20, 20), -- Great Snow Wolf (20528, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Lord (20529, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Brown Keltir (20530, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Red Keltir (20531, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Prairie Keltir (20532, 0, 0, 20, 20, 20, 20, 20, 20), -- Brown Keltir (20533, 0, 0, 20, 20, 20, 20, 20, 20), -- Longtail Keltir (20534, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Keltir (20535, 0, 0, 20, 20, 20, 20, 20, 20), -- Prairie Keltir (20536, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Brown Keltir (20537, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Red Keltir (20538, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Prairie Keltir (20539, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Longtail Keltir (20540, 0, 0, 20, 20, 20, 20, 20, 20), -- Gemstone Beast (20541, 0, 0, 20, 20, -5, 20, 20, 20), -- Ore Bat (20542, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeleton Longbowman (20543, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost (20544, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Keltir (20545, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Keltir (20546, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Orc Elder (20547, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Reserve (20548, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Deserter (20549, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Lord (20550, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian Basilisk (20551, 0, 0, 20, 20, 20, 20, 20, 20), -- Road Scavenger (20552, 5, 20, 20, 20, 20, 20, -32, 53), -- Fettered Soul (20553, 0, 0, 20, 20, 20, 20, 20, 20), -- Windsus (20554, 0, 0, 20, 20, 20, 20, 20, 20), -- Grandis (20555, 0, 0, -34, 20, 20, 20, 20, 20), -- Giant Fungus (20556, 0, 0, 20, 20, -5, 20, 20, 20), -- Giant Monstereye (20557, 0, 0, 20, 20, 20, 20, 20, 20), -- Dire Wyrm (20558, 5, 20, -13, 20, 20, 20, -32, 20), -- Rotting tree (20559, 0, 0, 20, 20, 20, 20, 20, 20), -- Rotting Golem (20560, 0, 0, 20, 20, 20, 20, 20, 20), -- Trisalim Spider (20561, 0, 0, 20, 20, 20, 20, 20, 20), -- Trisalim Tarantula (20562, 5, 20, 20, 20, 20, 20, -32, 53), -- Spore Zombie (20563, 0, 0, 20, 20, 20, 20, 20, 20), -- Manashen Gargoyle (20564, 0, 0, 20, 20, -5, 20, 20, 20), -- Enchanted Monstereye (20565, 0, 0, 20, 20, 20, 20, 20, 20), -- Enchanted Stone Golem (20566, 0, 0, 20, 20, 20, 20, 20, 20), -- Enchanted Iron Golem (20567, 0, 0, 20, 20, 20, 20, 20, 20), -- Enchanted Gargoyle (20568, 0, 0, 20, 20, 20, 20, 20, 20), -- Formor (20569, 0, 0, 20, 20, 20, 20, 20, 20), -- Formor Elder (20570, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Bugbear (20571, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Bugbear Warrior (20572, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Bugbear High Warrior (20573, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Basilisk (20574, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Tarlk Basilisk (20575, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Warrior (20576, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Witch Doctor (20577, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman (20578, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Archer (20579, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Soldier (20580, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Warrior (20581, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Shaman (20582, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Overlord (20583, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc (20584, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Archer (20585, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Soldier (20586, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Warrior (20587, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Shaman (20588, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Overlord (20589, 0, 0, 20, 20, 110, -5, 20, 20), -- Fline (20590, 0, 0, -5, 110, 20, 20, 20, 20), -- Liele (20591, 0, 0, -5, 20, 20, 20, 20, 20), -- Valley Treant (20592, 0, 0, 20, 20, 53, 20, 20, 20), -- Satyr (20593, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn (20594, 0, 0, -34, 20, 20, 20, 20, 20), -- Forest Runner (20595, 0, 0, 20, 20, 110, -5, 20, 20), -- Fline Elder (20596, 0, 0, -5, 110, 20, 20, 20, 20), -- Liele Elder (20597, 0, 0, -5, 20, 20, 20, 20, 20), -- Valley Treant Elder (20598, 0, 0, 20, 20, 53, 20, 20, 20), -- Satyr Elder (20599, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Elder (20600, 0, 0, 20, 20, 20, 20, 20, 20), -- Karul Bugbear (20601, 0, 0, 20, 20, 20, 20, 20, 20), -- Tamlin Orc (20602, 0, 0, 20, 20, 20, 20, 20, 20), -- Tamlin Orc Archer (20603, 0, 0, 20, 20, 20, 20, 20, 20), -- Kronbe Spider (20604, 0, 0, 20, 20, 20, 20, 20, 20), -- Lakin (20605, 0, 0, 20, 20, 20, 20, 20, 20), -- Weird Drake (20606, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuran Kobold (20607, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuran Kobold Warrior (20608, 5, 20, 20, 20, 20, 20, -32, 53), -- Patin Archer (20609, 0, 0, 110, -5, 20, 20, 20, 20), -- Lakin Salamander (20610, 0, 0, 20, 20, 20, 20, 20, 20), -- Sentinel Of Water (20611, 5, 20, 20, 20, 20, 20, -13, 184), -- Dre Vanul Warrior (20612, 0, 0, 110, -5, 20, 20, 20, 20), -- Salamander Rowin (20613, 0, 0, 20, 20, 20, 20, 20, 20), -- Lafi Lizardman (20614, 0, 0, 20, 20, 20, 20, 20, 20), -- Lafi Lizardman Scout (20615, 5, 20, 20, 20, 20, 20, -32, 53), -- Ritmal Swordsman (20616, 0, 0, -5, 110, 20, 20, 20, 20), -- Lakin Undine (20617, 0, 0, 20, 20, 20, 20, 20, 20), -- Sentinel Of Water (20618, 5, 20, 20, 20, 20, 20, -13, 184), -- Kanil Succubus (20619, 0, 0, -5, 110, 20, 20, 20, 20), -- Rowin Undine (20620, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Beast (20621, 0, 0, 20, 20, 20, 20, 20, 20), -- Death Wave (20622, 5, 20, 20, 20, 20, 20, -32, 53), -- Maluk Soldier (20623, 0, 0, 20, 20, 20, 20, 20, 20), -- Plando (20624, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Howler (20625, 5, 20, 20, 20, 20, 20, -32, 53), -- Maluk Knight (20626, 5, 20, 20, 20, 20, 20, -32, 53), -- Maluk Berserker (20627, 5, 20, 20, 20, 20, 20, -32, 53), -- Maluk Lord (20628, 5, 20, 20, 20, 20, 20, -13, 184), -- Limal Karinness (20629, 5, 20, 20, 20, 20, 20, -13, 184), -- Karik (20630, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc (20631, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc Archer (20632, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc Warrior (20633, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc Shaman (20634, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc Captain (20635, 0, 0, 20, 20, 20, 20, 20, 20), -- Carinkain (20636, 5, 20, 20, 20, 20, 20, -32, 53), -- Forest of Mirrors Ghost (20637, 5, 20, 20, 20, 20, 20, -32, 53), -- Forest of Mirrors Ghost (20638, 5, 20, 20, 20, 20, 20, -32, 53), -- Forest of Mirrors Ghost (20639, 0, 0, 20, 20, 53, 20, 20, 20), -- Mirror (20640, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Lizardman (20641, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Lizardman Grunt (20642, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Lizardman Archer (20643, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Lizardman Warrior (20644, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Lizardman Shaman (20645, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Lizardman Matriarch (20646, 0, 0, 20, 20, 20, 20, 20, 20), -- Halingka (20647, 0, 0, 20, 20, -5, 20, 20, 20), -- Yintzu (20648, 0, 0, 20, 20, 20, 20, 20, 20), -- Paliote (20649, 0, 0, 20, 20, 20, 20, 20, 20), -- Hamrut (20650, 0, 0, 20, 20, 20, 20, 20, 20), -- Kranrot (20651, 0, 0, 20, 20, 20, 20, 20, 20), -- Gamlin (20652, 0, 0, 20, 20, 20, 20, 20, 20), -- Leogul (20653, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Giant (20654, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Giant Soldier (20655, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Giant Shooter (20656, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Giant Scout (20657, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Giant Mage (20658, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Giant Elder (20659, 5, 20, 20, 20, 20, 20, -32, 53), -- Grave Wanderer (20660, 5, 20, 20, 20, 20, 20, -32, 53), -- Archer of Greed (20661, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatar Ratman Thief (20662, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatar Ratman Boss (20663, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatar Hanishee (20664, 0, 0, 20, 20, 20, 20, 20, 20), -- Deprive (20665, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc Supply (20666, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc Seeker (20667, 0, 0, 20, 20, 20, 20, 20, 20), -- Farcran (20668, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Guard (20669, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Orc Supply Leader (20670, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Drake (20671, 0, 0, 20, 20, 20, 20, 20, 20), -- Kadios (20672, 0, 0, 20, 20, 20, 20, 20, 20), -- Trives (20673, 0, 0, 20, 20, 20, 20, 20, 20), -- Falibati (20674, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Knight (20675, 0, 0, 20, 20, 20, 20, 20, 20), -- Tairim (20676, 0, 0, -34, 20, 20, 20, 20, 20), -- Judge of Marsh (20677, 0, 0, 20, 20, -5, 20, 20, 20), -- Tulben (20678, 5, 20, 20, 20, 20, 20, -32, 53), -- Tortured Undead (20679, 0, 0, 20, 20, -5, 20, 20, 20), -- Marsh Stalker (20680, 0, 0, 20, 20, -5, 20, 20, 20), -- Marsh Drake (20681, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Silenos (20682, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Silenos Grunt (20683, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Silenos Scout (20684, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Silenos Warrior (20685, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Silenos Shaman (20686, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Silenos Chieftain (20738, 0, 0, 20, 20, 20, 20, 20, 20), -- Kobold Looter Bepook (20739, 0, 0, 20, 20, 20, 20, 20, 20), -- Bepook's Pet (20742, 0, 0, 20, 20, 20, 20, 20, 20), -- Mystical Weaver (20743, 0, 0, 20, 20, 20, 20, 20, 20), -- Howler (20744, 0, 0, 20, 20, -5, 20, 20, 20), -- Red Eye Vampire Bat (20745, 0, 0, 20, 20, 20, 20, 20, 20), -- Gigantiops (20746, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Gigantiops (20747, 5, 20, 20, 20, 20, 20, -13, 184), -- Roxide (20748, 5, 20, 20, 20, 20, 20, -32, 53), -- Roxide Cohort (20749, 5, 20, 20, 20, 20, 20, -13, 184), -- Death Fire (20750, 5, 20, 20, 20, 20, 20, -32, 53), -- Fire Archer (20751, 0, 0, 20, 20, 20, 20, 20, 20), -- Snipe (20752, 0, 0, 20, 20, 20, 20, 20, 20), -- Snipe Cohort (20753, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Lord (20754, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Knight (20755, 0, 0, 20, 20, 20, 20, 20, 20), -- Talakin (20756, 0, 0, 20, 20, 20, 20, 20, 20), -- Talakin Archer (20757, 0, 0, 20, 20, 20, 20, 20, 20), -- Talakin Raider (20758, 5, 20, 20, 20, 20, 20, -32, 53), -- Dragon Bearer Chief (20759, 5, 20, 20, 20, 20, 20, -32, 53), -- Dragon Bearer Warrior (20760, 5, 20, 20, 20, 20, 20, -32, 53), -- Dragon Bearer Archer (20761, 5, 20, 20, 20, 20, 20, -13, 184), -- Pytan (20762, 5, 20, 20, 20, 20, 20, -32, 53), -- Pytan Knight (20763, 0, 0, 20, 20, 20, 20, 20, 20), -- Lord of the Plains (20764, 0, 0, 20, 20, 20, 20, 20, 20), -- Shaman of the Plains (20765, 0, 0, 20, 20, 20, 20, 20, 20), -- Warrior of the Plains (20766, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout of the Plains (20767, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Troop Leader (20768, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Troop Shaman (20769, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Troop Warrior (20770, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Troop Archer (20771, 0, 0, 20, 20, 20, 20, 20, 20), -- Barif (20772, 0, 0, 20, 20, 20, 20, 20, 20), -- Barif's Pet (20773, 0, 0, 20, 20, -5, 20, 20, 20), -- Conjurer Bat Lord (20774, 0, 0, 20, 20, -5, 20, 20, 20), -- Conjurer Bat (20775, 0, 0, 20, 20, 20, 20, 20, 20), -- Bugbear Raider (20776, 5, 20, 20, 20, 20, 20, -13, 184), -- Dark Succubus (20777, 0, 0, 20, 20, 20, 20, 20, 20), -- Hunter Bear (20778, 0, 0, 20, 20, 20, 20, 20, 20), -- Ragna Orc Overlord (20779, 0, 0, 20, 20, 20, 20, 20, 20), -- Ragna Orc Priest (20780, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloody Axe Elite (20781, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Shaman (20782, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Novice (20783, 0, 0, 20, 20, 20, 20, 20, 20), -- Dread Wolf (20784, 0, 0, 20, 20, 20, 20, 20, 20), -- Tasaba Lizardman (20785, 0, 0, 20, 20, 20, 20, 20, 20), -- Tasaba Lizardman Shaman (20786, 0, 0, 20, 20, 20, 20, 20, 20), -- Lienrik (20787, 0, 0, 20, 20, 20, 20, 20, 20), -- Lienrik Lad (20788, 5, 20, 20, 20, 20, 20, -32, 53), -- Rakul (20789, 0, 0, 20, 20, 20, 20, 20, 20), -- Crokian (20790, 0, 0, 20, 20, 20, 20, 20, 20), -- Dailaon (20791, 0, 0, 20, 20, 20, 20, 20, 20), -- Crokian Warrior (20792, 0, 0, 20, 20, 20, 20, 20, 20), -- Farhite (20793, 0, 0, 20, 20, 20, 20, 20, 20), -- Nos (20794, 0, 0, -5, 20, 20, 20, 20, 20), -- Blade Stakato (20795, 0, 0, -5, 20, 20, 20, 20, 20), -- Blade Stakato Worker (20796, 0, 0, -5, 20, 20, 20, 20, 20), -- Blade Stakato Warrior (20797, 0, 0, -5, 20, 20, 20, 20, 20), -- Blade Stakato Drone (20798, 0, 0, 20, 20, 20, 20, 20, 20), -- Water Giant (20799, 0, 0, 20, 20, 20, 20, 20, 20), -- Queen Undine Lad (20800, 0, 0, 20, 20, -5, 20, 20, 20), -- Eva's Seeker (20801, 0, 0, 20, 20, 20, 20, 20, 20), -- Theeder Piker (20802, 0, 0, 20, 20, 20, 20, 20, 20), -- Theeder Mage (20803, 5, 20, 20, 20, 20, 20, -32, 53), -- Doll Master (20804, 0, 0, 20, 20, 20, 20, 20, 20), -- Crokian Lad (20805, 0, 0, 20, 20, 20, 20, 20, 20), -- Dailaon Lad (20806, 0, 0, 20, 20, 20, 20, 20, 20), -- Crokian Lad Warrior (20807, 0, 0, 20, 20, 20, 20, 20, 20), -- Farhite Lad (20808, 0, 0, 20, 20, 20, 20, 20, 20), -- Nos Lad (20809, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of the Tower (20810, 0, 0, 20, 20, -5, 20, 20, 20), -- Hallate's Seer (20811, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghastly Warrior (20812, 5, 20, 20, 20, 20, 20, -32, 53), -- Archer of Despair (20813, 0, 0, 20, 20, -5, 20, 20, 20), -- Crendion (20814, 5, 20, 20, 20, 20, 20, -32, 53), -- Blader of Despair (20815, 0, 0, 20, 20, 20, 20, 20, 20), -- Hound Dog of Hallate (20816, 5, 20, 20, 20, 20, 20, -32, 53), -- Hallate's Royal Guard (20817, 5, 20, 20, 20, 20, 20, -13, 184), -- Corrupt Sage (20818, 5, 20, 20, 20, 20, 20, -32, 53), -- Hallate's Warrior (20819, 5, 20, 20, 20, 20, 20, -13, 184), -- Archer of Abyss (20820, 5, 20, 20, 20, -5, 20, -32, 53), -- Hallate's Knight (20821, 5, 20, 20, 20, 20, 20, -13, 184), -- Erin Ediunce (20822, 5, 20, 20, 20, 20, 20, -13, 184), -- Hallate's Maid (20823, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Tribe Soldier (20824, 5, 20, 20, 20, 20, 20, -32, 53), -- Hallate's Commander (20825, 5, 20, 20, 20, 20, 20, -13, 184), -- Hallate's Inspector (20826, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Tribe Archer (20827, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Tribe Warrior (20828, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Tribe Shaman (20829, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Tribe Overlord (20830, 0, 0, 20, 20, -5, 20, 53, -13), -- Guardian Angel (20831, 0, 0, 20, 20, -5, 20, 53, -13), -- Seal Angel (20832, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Pikeman (20833, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Archer (20834, 0, 0, 20, 20, 20, 20, 20, 20), -- Mardian (20835, 0, 0, 20, 20, 20, 20, 20, 20), -- Zaken's Seer (20836, 5, 20, 20, 20, 20, 20, -32, 53), -- Pirate Zombie (20837, 0, 0, 20, 20, 20, 20, 20, 20), -- Tainted Ogre (20838, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloody Bat (20839, 5, 20, 20, 20, 20, 20, -32, 53), -- Unpleasant Humming (20840, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Flyer (20841, 5, 20, 20, 20, 20, 20, -13, 184), -- Fiend Archer (20842, 0, 0, 20, 20, 20, 20, 20, 20), -- Musveren (20843, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Royal Guard (20844, 5, 20, 20, 20, 20, 20, -13, 184), -- Kaim Vanul (20845, 5, 20, 20, 20, 20, 20, -32, 53), -- Pirate Zombie Captain (20846, 5, 20, 20, 20, 20, 20, -13, 184), -- Doll Blader (20847, 5, 20, 20, 20, 20, 20, -13, 184), -- Veil Master (20848, 0, 0, 20, 20, 20, 20, 20, 20), -- Light Bringer (20849, 0, 0, -5, 20, 20, 20, 20, 20), -- Light Worm (20850, 0, 0, 20, 20, 20, 20, 20, 20), -- Golden Stag Lord (20851, 0, 0, 20, 20, 20, 20, 20, 20), -- Theeder (20852, 5, 20, 20, 20, 20, 20, -83, 53), -- Banshee (20853, 0, 0, 20, 20, 20, 20, 53, -13), -- Kel Mahum (20854, 0, 0, 20, 20, 20, 20, 53, -13), -- Kel Mahum Warrior (20855, 0, 0, 20, 20, 20, 20, 53, -13), -- Kel Mahum Archer (20856, 0, 0, 20, 20, 20, 20, 53, -13), -- Kel Mahum Shaman (20857, 0, 0, 20, 20, 20, 20, 53, -13), -- Kel Mahum Champion (20858, 0, 0, 20, 20, -5, 20, 53, -13), -- Angel (20859, 0, 0, 20, 20, -5, 20, 53, -13), -- Guardian Angel (20860, 0, 0, 20, 20, -5, 20, 53, -13), -- Seal Angel (20861, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Champion (20862, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Lord (20919, 0, 0, 20, 20, 20, 20, 20, 20), -- Maille Lizardman (20920, 0, 0, 20, 20, 20, 20, 20, 20), -- Maille Lizardman Scout (20921, 0, 0, 20, 20, 20, 20, 20, 20), -- Maille Lizardman Guard (20922, 0, 0, 20, 20, 20, 20, 20, 20), -- Maille Lizardman Warrior (20923, 0, 0, 20, 20, 20, 20, 20, 20), -- Maille Lizardman Shaman (20924, 0, 0, 20, 20, 20, 20, 20, 20), -- Maille Lizardman Matriarch (20925, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Araneid (20926, 0, 0, 20, 20, 20, 20, 20, 20), -- Poison Araneid (20927, 0, 0, 20, 20, 20, 20, 20, 20), -- King of the Araneid (20928, 0, 0, 20, 20, -5, 20, 20, 20), -- Hatu Weird Bee (20929, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatu Dire Wolf (20930, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatu Brown Bear (20931, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatu Onyx Beast (20932, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatu Crimson Bear (20933, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatu Windsus (20934, 0, 0, 20, 20, 20, 20, 20, 20), -- Wasp Worker (20935, 0, 0, 20, 20, 20, 20, 20, 20), -- Wasp Leader (20936, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanor Silenos (20937, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanor Silenos Grunt (20938, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanor Silenos Scout (20939, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanor Silenos Warrior (20940, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanor Silenos Shaman (20941, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanor Silenos Chieftain (20942, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightmare Guide (20943, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightmare Keeper (20944, 5, 20, 20, 20, 20, 20, -13, 184), -- Nightmare Lord (20945, 0, 0, 20, 20, 20, 20, 20, 20), -- Cadeine (20946, 0, 0, 20, 20, 20, 20, 20, 20), -- Sanhidro (20947, 0, 0, 20, 20, 20, 20, 20, 20), -- Connabi (20948, 0, 0, 20, 20, 20, 20, 20, 20), -- Bartal (20949, 0, 0, 20, 20, 20, 20, 20, 20), -- Luminun (20950, 0, 0, 20, 20, 20, 20, 20, 20), -- Innersen (20951, 0, 0, -34, 20, 20, 20, 20, 20), -- Pobby's Maid (20952, 0, 0, -34, 20, 20, 20, 20, 20), -- Pobby Escort (20953, 0, 0, -34, 20, 20, 20, 20, 20), -- Pobby (20954, 5, 20, 20, 20, 20, 20, -32, 53), -- Hungered Corpse (20955, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghostly Warrior (20956, 5, 20, 20, 20, 20, 20, -32, 53), -- Past Knight (20957, 5, 20, 20, 20, 20, 20, -32, 53), -- Nihil Invader (20958, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Agent (20959, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Guard (20960, 5, 20, 20, 20, 20, 20, -83, 53), -- Bloody Ghost (20961, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Knight (20962, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Priest (20963, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Lord (20964, 0, 0, 20, 20, 20, 20, 20, 20), -- Huge Footmark (20965, 0, 0, 20, 20, 20, 20, 20, 20), -- Chimera Piece (20966, 0, 0, 20, 20, 20, 20, 20, 20), -- Changed Creation (20967, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Creature (20968, 0, 0, 20, 20, 20, 20, 20, 20), -- Forgotten Face (20969, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant's Shadow (20970, 0, 0, 20, 20, 20, 20, 20, 20), -- Soldier of Ancient Times (20971, 0, 0, 20, 20, 20, 20, 20, 20), -- Warrior of Ancient Times (20972, 0, 0, 20, 20, 20, 20, 20, 20), -- Shaman of Ancient Times (20973, 0, 0, 20, 20, 20, 20, 20, 20), -- Forgotten Ancient People (20974, 5, 20, 20, 20, 20, 20, -32, 53), -- Spiteful Soul Leader (20975, 5, 20, 20, 20, 20, 20, -32, 53), -- Spiteful Soul Wizard (20976, 5, 20, 20, 20, 20, 20, -32, 53), -- Spiteful Soul Fighter (20977, 5, 20, 20, 20, 20, 20, -13, 184), -- Elmoreden's Lady (20978, 5, 20, 20, 20, 20, 20, -32, 53), -- Elmoreden's Archer Escort (20979, 5, 20, 20, 20, 20, 20, -13, 184), -- Elmoreden's Maid (20980, 5, 20, 20, 20, 20, 20, -13, 184), -- Hallate's Follower Mul (20981, 5, 20, 20, 20, -5, 20, -13, 184), -- Mul's Wizard (20982, 5, 20, 20, 20, -5, 20, -13, 184), -- Mul's Knight (20983, 0, 0, 20, 20, 20, 20, 53, -13), -- Binder (20984, 0, 0, 20, 20, 20, 20, 53, -13), -- Bound Warrior (20985, 0, 0, 20, 20, 20, 20, 53, -13), -- Bound Archer (20986, 5, 20, 20, 20, 20, 20, -13, 184), -- Sairon (20987, 5, 20, 20, 20, -5, 20, -13, 184), -- Sairon's Doll (20988, 5, 20, 20, 20, -5, 20, -13, 184), -- Sairon's Puppet (20989, 0, 0, 20, 20, -5, 20, 20, 20), -- Lageos (20990, 0, 0, 20, 20, 20, 20, 20, 20), -- Pageos (20991, 0, 0, 20, 20, 20, 20, 20, 20), -- Swamp Tribe (20992, 0, 0, 20, 20, 20, 20, 20, 20), -- Swamp Alligator (20993, 0, 0, 20, 20, 20, 20, 20, 20), -- Swamp Warrior (20994, 5, 20, 20, 20, 20, 20, -32, 53), -- Garden Guard Leader (20995, 0, 0, 20, 20, -5, 20, 20, 20), -- Garden Guard (20996, 5, 20, 20, 20, 20, 20, -32, 53), -- Spiteful Ghost of Ruins (20997, 5, 20, 20, 20, 20, 20, -32, 53), -- Soldier of Grief (20998, 5, 20, 20, 20, 20, 20, -32, 53), -- Cruel Punisher (20999, 5, 20, 20, 20, 20, 20, -32, 53), -- Roving Soul (21000, 5, 20, 20, 20, 20, 20, -32, 53), -- Soul of Ruins (21001, 5, 20, 20, 20, 20, 20, -32, 53), -- Wretched Archer (21002, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Scout (21003, 5, 20, 20, 20, 20, 20, -32, 20), -- Grave Lich (21004, 5, 20, -34, 20, 20, 20, -32, 20), -- Dismal Pole (21005, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Predator (21006, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Servant (21007, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Guard (21008, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Archer (21009, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Trooper (21010, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Warrior (21011, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Van Grunt (21012, 0, 0, 20, 20, -5, 20, 20, 20), -- Magical Eye (21013, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Van Archer (21014, 0, 0, -5, 20, 20, 20, 20, 20), -- Lesser Warlike Tyrant (21015, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Van Leader (21016, 0, 0, -5, 20, 20, 20, 20, 20), -- Warlike Tyrant (21017, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Orc (21018, 0, 0, 20, 20, -5, 20, 20, 20), -- Ancient Gargoyle (21019, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Orc Archer (21020, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Orc Shaman (21021, 0, 0, 20, 20, 20, 20, 20, 20), -- Sharp Talon Tiger (21022, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Orc Captain (21023, 0, 0, 20, 20, 110, -5, 20, 20), -- Sobbing Wind (21024, 0, 0, 20, 20, 110, -5, 20, 20), -- Babbling Wind (21025, 0, 0, 20, 20, 110, -5, 20, 20), -- Giggling Wind (21026, 0, 0, 20, 20, 110, -5, 20, 20), -- Singing Wind (21034, 0, 0, 20, 20, 20, 20, 20, 20), -- Ogre (21035, 0, 0, -5, 20, 20, 20, 20, 20), -- Catherok (21036, 0, 0, 20, 20, 20, 20, 20, 20), -- Shindebarn (21037, 0, 0, 20, 20, 20, 20, 20, 20), -- Ossiud (21038, 0, 0, 20, 20, 20, 20, 20, 20), -- Liangma (21039, 0, 0, 20, 20, 20, 20, 20, 20), -- Snipe Cohort (21040, 5, 20, 20, 20, 20, 20, -32, 53), -- Soldier of Darkness (21058, 0, 0, 20, 20, 20, 20, 20, 20), -- Beast Lord (21059, 0, 0, 20, 20, -5, 20, 20, 20), -- Beast Guardian (21060, 0, 0, 20, 20, -5, 20, 20, 20), -- Beast Seer (21061, 5, 20, 20, 20, 20, 20, -13, 184), -- Hallate's Guardian (21062, 0, 0, 20, 20, -5, 20, 53, -13), -- Messenger Angel (21063, 0, 0, 20, 20, -5, 20, 53, -13), -- Messenger Angel (21064, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Guardian Archer (21065, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Guardian Warrior (21066, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Guardian Shaman (21067, 0, 0, 20, 20, -5, 20, 53, -13), -- Guardian Archangel (21068, 0, 0, 20, 20, -5, 20, 53, -13), -- Guardian Archangel (21069, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Guardian Prefect (21070, 0, 0, 20, 20, -5, 20, 53, -13), -- Seal Archangel (21071, 0, 0, 20, 20, -5, 20, 53, -13), -- Seal Archangel (21072, 0, 0, 20, 20, 20, 20, 53, -13), -- Platinum Guardian Chief (21073, 5, 20, 20, 20, 20, 20, -32, 53), -- Elmoreden's Guardian Warrior (21074, 0, 0, 20, 20, 20, 20, 53, -13), -- Bound Shaman (21075, 5, 20, 20, 20, -5, 20, -32, 53), -- Slaughter Bathin (21076, 5, 20, 20, 20, 20, 20, -32, 53), -- Bathin's Knight (21077, 5, 20, 20, 20, 20, 20, -13, 184), -- Bathin's Wizard (21078, 5, 20, 20, 20, -5, 20, -13, 184), -- Magus Valac (21079, 5, 20, 20, 20, -5, 20, 20, 110), -- Valac's Creature (21080, 5, 20, 20, 20, -5, 20, -13, 184), -- Valac's Guardian Spirit (21081, 0, 0, 20, 20, 20, 20, 53, -13), -- Power Angel Amon (21082, 0, 0, 20, 20, -5, 20, 53, -13), -- Amon's Captain of the Guards (21083, 0, 0, 20, 20, 31, 20, 20, 20), -- Amon's Spirits (21084, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Lady (21085, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Sniper (21086, 0, 0, 20, 20, -5, 20, 20, 20), -- Bloody Liviona (21087, 5, 20, 20, 20, 20, 20, -32, 53), -- Bloody Knight (21088, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Banshee (21089, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Lord (21090, 5, 20, 20, 20, 20, 20, -32, 53), -- Bloody Guardian (21091, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Keeper (21092, 5, 20, 20, 20, 20, 20, -13, 184), -- Bloody Mystic (21093, 0, 0, 20, 20, 20, 20, 20, 20), -- Ratman Sub Chieftain (21094, 0, 0, 20, 20, 20, 20, 20, 20), -- Ratman Chieftain (21095, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Poison Bee (21096, 0, 0, 20, 20, 20, 20, 20, 20), -- Cloudy Beast (21097, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Araneid (21098, 0, 0, 20, 20, 20, 20, 20, 20), -- Plain Grizzly (21099, 0, 0, 20, 20, 20, 20, 20, 20), -- Cloudy Beast Turen (21100, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Lizardman Sentinel (21101, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Lizardman Shaman (21102, 0, 0, 20, 20, -5, 20, 20, 20), -- Watchman of the Plains (21103, 0, 0, 20, 20, 20, 20, 20, 20), -- Roughly Hewn Rock Golem (21104, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Supplier (21105, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Special Agent (21106, 0, 0, 20, 20, -5, 20, 20, 20), -- Cursed Seer (21107, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Commander (21108, 0, 0, 20, -5, 20, 20, 20, 20), -- Glow Wisp (21109, 0, 0, 20, 20, 20, 20, 20, 20), -- Hames Orc Scout (21110, 0, 0, 20, 20, 20, 20, 20, 20), -- Marsh Predator (21111, 0, 0, 20, 20, 20, 20, 20, 20), -- Lava Wyrm (21112, 0, 0, 20, 20, 20, 20, 20, 20), -- Hames Orc Footsoldier (21113, 0, 0, 20, 20, 20, 20, 20, 20), -- Hames Orc Sniper (21114, 5, 20, 20, 20, 20, 20, -32, 53), -- Cursed Guardian (21115, 0, 0, 20, 20, 20, 20, 20, 20), -- Hames Orc Shaman (21116, 0, 0, 20, 20, 20, 20, 20, 20), -- Hames Orc Overlord (21117, 0, 0, 20, 20, 53, 20, 20, 20), -- Kasha Imp (21118, 5, 20, 20, 20, 20, 20, -13, 184), -- Baar Dre Vanul (21119, 0, 0, 20, 20, 20, 20, 20, 20), -- Hobgoblin (21120, 0, 0, 20, 20, 53, 20, 20, 20), -- Kasha Imp Turen (21121, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Dire Wolf (21122, 0, 0, 20, 20, 20, 20, 20, 20), -- Kasha Bugbear (21123, 5, 20, 20, 20, 20, 20, -13, 184), -- Baar Dre Vanul Destroyer (21124, 0, 0, 20, 20, -5, 20, 20, 20), -- Red Eye Barbed Bat (21125, 0, 0, 20, 20, 20, 20, 20, 20), -- Northern Trimden (21126, 0, 0, 20, 20, 20, 20, 20, 20), -- Kerope Werewolf (21127, 0, 0, 20, 20, 20, 20, 20, 20), -- Northern Goblin (21128, 0, 0, 20, 20, 20, 20, 20, 20), -- Spine Golem (21129, 0, 0, 20, 20, 20, 20, 20, 20), -- Kerope Werewolf Chief (21130, 0, 0, 20, 20, 20, 20, 20, 20), -- Northern Goblin Leader (21131, 0, 0, 20, 20, 20, 20, 20, 20), -- Enchanted Spine Golem (21132, 0, 0, 20, 20, 20, 20, 20, 20), -- Underground Kobold (21133, 5, 20, 20, 20, 20, 20, -32, 53), -- Dead Pit Skeleton Archer (21134, 5, 20, 20, 20, 20, 20, -32, 53), -- Dead Pit Spartoi (21135, 0, 0, 20, 20, 20, 20, 20, 20), -- Underground Kobold Warrior (21136, 5, 20, 20, 20, 20, 20, -32, 53), -- Dead Pit Horror (21137, 0, 0, 20, 20, 20, 20, 20, 20), -- Iron Ore Golem (21138, 5, 20, 20, 20, 20, 20, -32, 53), -- Greedy Geist (21139, 0, 0, 20, 20, -5, 20, 20, 20), -- Catacomb Barbed Bat (21140, 0, 0, 20, 20, -5, 20, 20, 20), -- Catacomb Wisp (21141, 0, 0, 20, 20, 20, 20, 20, 20), -- Catacomb Serpent (21142, 5, 20, 20, 20, 20, 20, -32, 53), -- Grave Keeper Spartoi (21143, 0, 0, 20, 20, -5, 20, 20, 20), -- Catacomb Scavenger Bat (21144, 0, 0, 20, 20, -5, 20, -13, 53), -- Catacomb Shadow (21145, 0, 0, 20, 20, 20, 20, 20, 20), -- Catacomb Stakato Soldier (21146, 5, 20, 20, 20, 20, 20, -32, 53), -- Grave Keeper Dark Horror (21147, 0, 0, 20, 20, 20, 20, 20, 20), -- Catacomb Gargoyle (21148, 0, 0, 20, 20, -5, 20, 20, 20), -- Catacomb Liviona (21149, 5, 20, 20, 20, 20, 20, -32, 53), -- Decayed Ancient Pikeman (21150, 5, 20, 20, 20, 20, 20, -32, 53), -- Decayed Ancient Soldier (21151, 5, 20, 20, 20, 20, 20, -32, 53), -- Decayed Ancient Knight (21152, 0, 0, 20, 20, -5, 20, 20, 20), -- Purgatory Wisp (21153, 0, 0, 20, 20, 20, 20, 20, 20), -- Purgatory Serpent (21154, 0, 0, 20, 20, 20, 20, 20, 20), -- Hell Keeper Medusa (21155, 0, 0, 20, 20, -5, 20, 20, 20), -- Purgatory Conjurer (21156, 0, 0, 20, 20, -5, 20, -13, 53), -- Purgatory Shadow (21157, 0, 0, 20, 20, 20, 20, 20, 20), -- Purgatory Tarantula (21158, 5, 20, 20, 20, 20, 20, -32, 53), -- Hell Keeper Crimson Doll (21159, 0, 0, 20, 20, 20, 20, 20, 20), -- Purgatory Gargoyle (21160, 0, 0, 20, 20, -5, 20, 20, 20), -- Purgatory Liviona (21161, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Ancient Soldier (21162, 0, 0, 20, 20, 20, 20, 20, 20), -- Lesser Ancient Scout (21163, 0, 0, 20, 20, -5, 20, -13, 53), -- Lesser Ancient Shaman (21164, 5, 20, 20, 20, 20, 20, -32, 53), -- Guardian Spirit of Ancient Holy Ground (21165, 0, 0, 20, 20, 20, 20, -13, 53), -- Lesser Ancient Warrior (21166, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Scout (21167, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Witch (21168, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Warrior (21169, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Guard (21170, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Medium (21171, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Overlord (21172, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Patrolman (21173, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Shaman (21174, 5, 20, 20, 20, 20, 20, -13, 184), -- Lith Commander (21175, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Butcher (21176, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Magus (21177, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Knight-Errant (21178, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Marauder (21179, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Priest (21180, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Knight (21181, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Assassin (21182, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Soldier (21183, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Knight Commander (21184, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Slayer (21185, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Great Magus (21186, 5, 20, 20, 20, 20, 20, -13, 184), -- Lilim Guard Knight (21187, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Slave (21188, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Acolyte (21189, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Overseer (21190, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Footman (21191, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Cleric (21192, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Officer (21193, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Raider (21194, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Confessor (21195, 0, 0, 20, 20, 20, 20, 53, -83), -- Gigant Commander (21196, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Sentinel (21197, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Priest (21198, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Swordsman (21199, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Guard (21200, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Bishop (21201, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Centurion (21202, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Scout (21203, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Archbishop (21204, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Praetorian (21205, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Royal Guard (21206, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Cardinal (21207, 0, 0, 20, 20, 20, 20, 53, -83), -- Nephilim Commander (21208, 5, 20, 20, 20, 20, 20, -32, 53), -- Hallowed Watchman (21209, 5, 20, 20, 20, 20, 20, -32, 53), -- Hallowed Seer (21210, 5, 20, 20, 20, 53, 20, 20, 110), -- Vault Guardian (21211, 5, 20, 20, 20, 20, 20, -13, 184), -- Vault Seer (21212, 5, 20, 20, 20, 20, 20, -32, 53), -- Hallowed Sentinel (21213, 5, 20, 20, 20, 20, 20, -32, 53), -- Hallowed Monk (21214, 5, 20, 20, 20, 53, 20, 20, 110), -- Vault Sentinel (21215, 5, 20, 20, 20, 20, 20, -13, 184), -- Vault Monk (21216, 5, 20, 20, 20, 20, 20, -32, 53), -- Overlord of the Holy Lands (21217, 5, 20, 20, 20, 20, 20, -13, 184), -- Hallowed Priest (21218, 5, 20, 20, 20, 20, 20, -32, 53), -- Vault Overlord (21219, 5, 20, 20, 20, 20, 20, -13, 184), -- Vault Priest (21220, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Archon (21221, 5, 20, 20, 20, 20, 20, -13, 184), -- Sepulcher Inquisitor (21222, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Archon (21223, 5, 20, 20, 20, 20, 20, -13, 184), -- Sepulcher Inquisitor (21224, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Guardian (21225, 5, 20, 20, 20, 20, 20, -83, 53), -- Sepulcher Sage (21226, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Guardian (21227, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Sage (21228, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Guard (21229, 5, 20, 20, 20, 20, 20, -13, 184), -- Sepulcher Preacher (21230, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Guard (21231, 5, 20, 20, 20, 20, 20, -32, 53), -- Sepulcher Preacher (21232, 5, 20, 20, 20, 20, 20, -32, 53), -- Barrow Guardian (21233, 5, 20, 20, 20, 20, 20, -32, 53), -- Barrow Seer (21234, 5, 20, 20, 20, 53, 20, 20, 110), -- Grave Guardian (21235, 5, 20, 20, 20, 20, 20, -13, 184), -- Grave Seer (21236, 5, 20, 20, 20, 20, 20, -32, 53), -- Barrow Sentinel (21237, 5, 20, 20, 20, 20, 20, -32, 53), -- Barrow Monk (21238, 5, 20, 20, 20, 53, 20, 20, 110), -- Grave Sentinel (21239, 5, 20, 20, 20, 20, 20, -13, 184), -- Grave Monk (21240, 5, 20, 20, 20, 20, 20, -32, 53), -- Barrow Overlord (21241, 5, 20, 20, 20, 20, 20, -13, 184), -- Barrow Priest (21242, 5, 20, 20, 20, 20, 20, -32, 53), -- Grave Overlord (21243, 5, 20, 20, 20, 20, 20, -13, 184), -- Grave Priest (21244, 5, 20, 20, 20, 20, 20, -32, 53), -- Crypt Archon (21245, 5, 20, 20, 20, 20, 20, -13, 184), -- Crypt Inquisitor (21246, 5, 20, 20, 20, 20, 20, -32, 53), -- Tomb Archon (21247, 5, 20, 20, 20, 20, 20, -13, 184), -- Tomb Inquisitor (21248, 5, 20, 20, 20, 20, 20, -32, 53), -- Crypt Guardian (21249, 5, 20, 20, 20, 20, 20, -83, 53), -- Crypt Sage (21250, 5, 20, 20, 20, 20, 20, -32, 53), -- Tomb Guardian (21251, 5, 20, 20, 20, 20, 20, -32, 53), -- Tomb Sage (21252, 5, 20, 20, 20, 20, 20, -32, 53), -- Crypt Guard (21253, 5, 20, 20, 20, 20, 20, -13, 184), -- Crypt Preacher (21254, 5, 20, 20, 20, 20, 20, -32, 53), -- Tomb Guard (21255, 5, 20, 20, 20, 20, 20, -32, 53), -- Tomb Preacher (21256, 0, 0, 20, 20, 20, 20, 20, 20), -- Underground Werewolf (21257, 0, 0, 20, 20, -5, 20, 20, 20), -- Evil Eye Seer (21258, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Orc Shaman (21259, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Orc Shaman (21260, 0, 0, 20, 20, 20, 20, 20, 20), -- Betrayer Orc Hero (21261, 0, 0, 20, 20, -5, 20, 20, 20), -- Ol Mahum Transcender (21262, 0, 0, 20, 20, -5, 20, 20, 20), -- Ol Mahum Transcender (21263, 0, 0, 20, 20, -5, 20, 20, 20), -- Ol Mahum Transcender (21264, 0, 0, 20, 20, 20, 20, 53, -13), -- Ol Mahum Transcender (21265, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant Larva (21266, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant Larva (21267, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant Larva (21268, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant Larva (21269, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant (21270, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant Soldier (21271, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant (21272, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Ant Soldier (21273, 0, 0, -5, 20, 20, 20, 20, 20), -- Cave Noble Ant (21274, 0, 0, 20, 20, 20, 20, 20, 20), -- Kookaburra (21275, 0, 0, 20, 20, 20, 20, 20, 20), -- Kookaburra (21276, 0, 0, 20, 20, 20, 20, 20, 20), -- Kookaburra (21278, 0, 0, 20, 20, 20, 20, 20, 20), -- Antelope (21279, 0, 0, 20, 20, 20, 20, 20, 20), -- Antelope (21280, 0, 0, 20, 20, 20, 20, 20, 20), -- Antelope (21282, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandersnatch (21283, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandersnatch (21284, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandersnatch (21286, 0, 0, 20, 20, 20, 20, 20, 20), -- Buffalo (21287, 0, 0, 20, 20, 20, 20, 20, 20), -- Buffalo (21288, 0, 0, 20, 20, 20, 20, 20, 20), -- Buffalo (21290, 0, 0, 20, 20, 20, 20, 20, 20), -- Grendel (21291, 0, 0, 20, 20, 20, 20, 20, 20), -- Grendel (21292, 0, 0, 20, 20, 20, 20, 20, 20), -- Grendel (21294, 0, 0, 20, 20, 20, 20, 20, 20), -- Canyon Antelope (21295, 0, 0, 20, 20, 20, 20, 20, 20), -- Canyon Antelope Slave (21296, 0, 0, 20, 20, 20, 20, 20, 20), -- Canyon Bandersnatch (21297, 0, 0, 20, 20, 20, 20, 20, 20), -- Canyon Bandersnatch Slave (21298, 0, 0, 20, 20, -5, 20, 20, 20), -- Eye of Restrainer (21299, 0, 0, 20, 20, 20, 20, 20, 20), -- Buffalo Slave (21300, 0, 0, 20, 20, -5, 20, 20, 20), -- Eye of Guide (21301, 0, 0, 20, 20, 20, 20, 20, 20), -- Gaze of Nightmare (21302, 0, 0, 20, 20, -5, 20, 20, 20), -- Eye of Watchman (21303, 0, 0, -5, 20, 20, 20, 20, 20), -- Homunculus (21304, 0, 0, 20, 20, 20, 20, 20, 20), -- Grendel Slave (21305, 0, 0, 20, 20, -5, 20, 20, 20), -- Eye of Pilgrim (21306, 4, 20, 20, 20, 20, 20, 200, -83), -- Disciples of Protection (21307, 0, 0, -5, 20, 20, 20, 20, 20), -- Elder Homunculus (21308, 4, 20, 20, 20, 20, 20, 200, -83), -- Disciples of Punishment (21309, 4, 20, 20, 20, 20, 20, 200, -83), -- Disciples of Punishment (21310, 4, 20, 20, 20, 20, 20, 200, -83), -- Disciples of Authority (21311, 4, 20, 20, 20, 20, 20, 200, -83), -- Disciples of Authority (21312, 0, 0, 20, 20, -5, 20, 20, 20), -- Eye of Ruler (21313, 0, 0, 20, 20, 20, 20, 20, 20), -- Sly Hound Dog (21314, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Bandersnatchling (21315, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Buffalo (21316, 0, 0, -34, 20, 20, 20, 20, 20), -- Hot Springs Flava (21317, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Atroxspawn (21318, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Antelope (21319, 0, 0, -34, 20, 20, 20, 20, 20), -- Hot Springs Nepenthes (21320, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Yeti (21321, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Atrox (21322, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Bandersnatch (21323, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Grendel (21324, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Footman (21325, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra's War Hound (21326, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Kookaburra (21327, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Raider (21328, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Scout (21329, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Shaman (21330, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Buffalo (21331, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Warrior (21332, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Lieutenant (21333, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Windsus (21334, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Medium (21335, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Elite Soldier (21336, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc White Captain (21337, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Elder Buffalo (21338, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Priest (21339, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc General (21340, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Battalion Commander (21341, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Elder Kookaburra (21342, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Orc Grand Priest (21343, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Commander (21344, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Elite Guard (21345, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra's Head Shaman (21346, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra's Head Guard (21347, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Prophet (21348, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet's Guard (21349, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet's Aide (21350, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Recruit (21351, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Footman (21352, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Antelope (21353, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Scout (21354, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Hunter (21355, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Shaman (21356, 0, 0, -34, 20, 20, 20, 20, 20), -- Grazing Nepenthes (21357, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Priest (21358, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Warrior (21359, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Bandersnatch (21360, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Medium (21361, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Magus (21362, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Officer (21363, 0, 0, -34, 20, 20, 20, 20, 20), -- Grazing Flava (21364, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Priest (21365, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Great Magus (21366, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos General (21367, 0, 0, 20, 20, 20, 20, 20, 20), -- Grazing Elder Antelope (21368, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka Silenos Grand Priest (21369, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Commander (21370, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Elite Guard (21371, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Head Magus (21372, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Head Guard (21373, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Prophet (21374, 0, 0, 20, 20, 20, 20, 20, 20), -- Prophet's Guard (21375, 0, 0, 20, 20, 20, 20, 20, 20), -- Disciple of Prophet (21376, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarlet Stakato Worker (21377, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarlet Stakato Soldier (21378, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarlet Stakato Noble (21379, 0, 0, 20, 20, 20, 20, 20, 20), -- Tepra Scorpion (21380, 0, 0, 20, 20, 20, 20, 20, 20), -- Tepra Scarab (21381, 0, 0, 20, 20, 20, 20, 20, 20), -- Assassin Beetle (21382, 5, 20, 20, 20, 20, 20, -32, 53), -- Mercenary of Destruction (21383, 5, 20, 20, 20, 20, 20, -32, 53), -- Knight of Destruction (21384, 5, 20, 20, 20, 20, 20, -13, 184), -- Necromancer of Destruction (21385, 0, 0, 80, -5, 20, 20, 20, 20), -- Lavastone Golem (21386, 0, 0, 80, -5, 20, 20, 20, 20), -- Magma Golem (21387, 5, 20, 20, 20, 20, 20, -13, 184), -- Arimanes of Destruction (21388, 5, 20, 20, 20, 20, 20, -13, 184), -- Iblis of Destruction (21389, 5, 20, 20, 20, 20, 20, -13, 184), -- Balor of Destruction (21390, 5, 20, 20, 20, 20, 20, -13, 184), -- Ashuras of Destruction (21391, 0, 0, 20, 20, 20, 20, 20, 20), -- Lavasillisk (21392, 0, 0, 80, -5, 20, 20, 20, 20), -- Blazing Ifrit (21393, 0, 0, 80, -5, 20, 20, 20, 20), -- Magma Drake (21394, 0, 0, 80, -5, 20, 20, 20, 20), -- Lavasaurus (21395, 0, 0, 80, -5, 20, 20, 20, 20), -- Elder Lavasaurus (21396, 0, 0, 20, 20, 20, 20, 20, 20), -- Carrion Scarab (21397, 0, 0, 20, 20, 20, 20, 20, 20), -- Carrion Scarab (21398, 0, 0, 20, 20, 20, 20, 20, 20), -- Soldier Scarab (21399, 0, 0, 20, 20, 20, 20, 20, 20), -- Soldier Scarab (21400, 0, 0, 20, 20, 20, 20, 20, 20), -- Hexa Beetle (21401, 0, 0, 20, 20, 20, 20, 20, 20), -- Hexa Beetle (21402, 0, 0, 20, 20, 20, 20, 20, 20), -- Katraxis (21403, 0, 0, 20, 20, 20, 20, 20, 20), -- Katraxis (21404, 0, 0, 20, 20, 20, 20, 20, 20), -- Tera Beetle (21405, 0, 0, 20, 20, 20, 20, 20, 20), -- Tera Beetle (21406, 5, 20, -5, 20, 20, 20, -32, 53), -- Knight of Empire (21407, 5, 20, -5, 20, 20, 20, -32, 53), -- Knight of Empire (21408, 5, 20, -5, 20, 20, 20, -32, 53), -- Royal Guard of Empire (21409, 5, 20, -5, 20, 20, 20, -32, 53), -- Royal Guard of Empire (21410, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian Scarab (21411, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian Scarab (21412, 0, 0, 20, 20, 20, 20, 20, 20), -- Ustralith (21413, 0, 0, 20, 20, 20, 20, 20, 20), -- Ustralith (21414, 5, 20, -5, 20, 20, 20, -32, 53), -- Assassin of Empire (21415, 5, 20, -5, 20, 20, 20, -32, 53), -- Assassin of Empire (21416, 5, 20, -5, 20, 20, 20, -32, 53), -- Imperial Commander (21417, 5, 20, -5, 20, 20, 20, -32, 53), -- Imperial Commander (21418, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Royal Guard (21419, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Royal Guard (21420, 5, 20, 20, 20, 20, 20, -34, 184), -- Ashuras (21421, 5, 20, 20, 20, 20, 20, -34, 184), -- Ashuras (21422, 5, 20, 20, 20, 20, 20, -34, 184), -- Dancer of Empire (21423, 5, 20, 20, 20, 20, 20, -34, 184), -- Dancer of Empire (21424, 5, 20, 20, 20, 20, 20, -34, 184), -- Ashkenas (21425, 5, 20, 20, 20, 20, 20, -34, 184), -- Ashkenas (21426, 5, 20, 20, 20, 20, 20, -34, 184), -- Abraxion (21427, 5, 20, 20, 20, 20, 20, -34, 184), -- Abraxion (21428, 5, 20, 20, 20, 20, 20, -34, 184), -- Hasturan (21429, 5, 20, 20, 20, 20, 20, -34, 184), -- Hasturan (21430, 5, 20, 20, 20, 20, 20, -34, 184), -- Arimanes (21431, 5, 20, 20, 20, 20, 20, -34, 184), -- Arimanes (21432, 0, 0, 20, 20, 20, 20, 20, 20), -- Chakram Beetle (21433, 0, 0, 20, 20, 20, 20, 20, 20), -- Jamadar Beetle (21434, 5, 20, 20, 20, 20, 20, -34, 184), -- Priest of Blood (21435, 5, 20, -5, 20, 20, 20, -32, 53), -- Guide of Offering (21436, 5, 20, -5, 20, 20, 20, -32, 53), -- Leader of Offering (21437, 0, 0, 20, 20, 20, 20, 20, 20), -- Offering Bug (21438, 5, 20, -5, 20, 20, 20, -32, 53), -- Heathen Warrior (21439, 5, 20, 20, 20, 20, 20, -32, 53), -- Heathen Executed (21440, 5, 20, -5, 20, 20, 20, -32, 53), -- Heathen Archer (21441, 5, 20, -5, 20, 20, 20, -32, 53), -- Heathen Grunt (21442, 5, 20, -5, 20, 20, 20, -32, 53), -- Heathen Knight (21443, 0, 0, 20, 20, 20, 20, 20, 20), -- Raider of Pastureland (21444, 0, 0, 20, 20, 20, 20, 20, 20), -- Raider of Pastureland (21445, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Bandersnatch (21446, 0, 0, 20, 20, 20, 20, 20, 20), -- Raider of Pastureland (21447, 0, 0, 20, 20, 20, 20, 20, 20), -- Raider of Pastureland (21448, 0, 0, 20, 20, 20, 20, 20, 20), -- Raider of Pastureland (21449, 0, 0, 20, 20, 20, 20, 20, 20), -- Raider of Pastureland (21450, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Grendel (21451, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21452, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21453, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21454, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21455, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21456, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21457, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21458, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21459, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21460, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21461, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21462, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21463, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21464, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21465, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21466, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21467, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21468, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21469, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21470, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21471, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21472, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21473, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21474, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21475, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21476, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21477, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21478, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21479, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21480, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21481, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21482, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21483, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21484, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21485, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21486, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21487, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21488, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21489, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21490, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21491, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21492, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21493, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21494, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21495, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21496, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21497, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21498, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21499, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21500, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21501, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21502, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21503, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21504, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21505, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21506, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21507, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21508, 0, 0, 20, 20, 20, 20, 20, 20), -- Splinter Stakato (21509, 0, 0, 20, 20, 20, 20, 20, 20), -- Splinter Stakato Worker (21510, 0, 0, 20, 20, 20, 20, 20, 20), -- Splinter Stakato Soldier (21511, 0, 0, 20, 20, 20, 20, 20, 20), -- Splinter Stakato Drone (21512, 0, 0, 20, 20, 20, 20, 20, 20), -- Splinter Stakato Drone (21513, 0, 0, 20, 20, 20, 20, 20, 20), -- Needle Stakato (21514, 0, 0, 20, 20, 20, 20, 20, 20), -- Needle Stakato Worker (21515, 0, 0, 20, 20, 20, 20, 20, 20), -- Needle Stakato Soldier (21516, 0, 0, 20, 20, 20, 20, 20, 20), -- Needle Stakato Drone (21517, 0, 0, 20, 20, 20, 20, 20, 20), -- Needle Stakato Drone (21518, 0, 0, 20, 20, 20, 20, 20, 20), -- Frenzied Stakato Soldier (21519, 0, 0, 20, 20, 20, 20, 20, 20), -- Frenzied Stakato Drone (21520, 0, 0, 20, 20, 20, 20, 53, -13), -- Eye of Splendor (21521, 0, 0, 20, 20, 20, 20, 53, -13), -- Claws of Splendor (21522, 0, 0, 20, 20, 20, 20, 20, 20), -- Claws of Splendor (21523, 0, 0, 20, 20, 20, 20, 53, -13), -- Flash of Splendor (21524, 0, 0, 20, 20, 20, 20, 53, -13), -- Blade of Splendor (21525, 0, 0, 20, 20, 20, 20, 53, -13), -- Blade of Splendor (21526, 0, 0, 20, 20, 20, 20, 53, -13), -- Wisdom of Splendor (21527, 0, 0, 20, 20, 20, 20, 53, -13), -- Fury of Splendor (21528, 0, 0, 20, 20, 20, 20, 20, 20), -- Fury of Splendor (21529, 0, 0, 20, 20, 20, 20, 53, -13), -- Soul of Splendor (21530, 0, 0, 20, 20, 20, 20, 53, -13), -- Victory of Splendor (21531, 0, 0, 20, 20, 20, 20, 53, -13), -- Punishment of Splendor (21532, 0, 0, 20, 20, 20, 20, 53, -13), -- Shout of Splendor (21533, 0, 0, 20, 20, 20, 20, 53, -13), -- Alliance of Splendor (21534, 0, 0, 20, 20, 20, 20, 20, 20), -- Alliance of Splendor (21535, 0, 0, 20, 20, 20, 20, 53, -13), -- Signet of Splendor (21536, 0, 0, 20, 20, 20, 20, 53, -13), -- Crown of Splendor (21537, 0, 0, 20, 20, 20, 20, 53, -13), -- Fang of Splendor (21538, 0, 0, 20, 20, 20, 20, 20, 20), -- Fang of Splendor (21539, 0, 0, 20, 20, 20, 20, 53, -13), -- Wailing of Splendor (21540, 0, 0, 20, 20, 20, 20, 53, -13), -- Wailing of Splendor (21541, 0, 0, 20, 20, 20, 20, 53, -13), -- Pilgrim of Splendor (21542, 0, 0, 20, 20, 20, 20, 53, -13), -- Disciple of Pilgrim (21543, 0, 0, 20, 20, 20, 20, 53, -13), -- Page of Pilgrim (21544, 0, 0, 20, 20, 20, 20, 53, -13), -- Judge of Splendor (21545, 0, 0, 20, 20, 20, 20, 53, -13), -- Judge of Fire (21546, 0, 0, 20, 20, 20, 20, 53, -13), -- Judge of Light (21547, 5, 20, 20, 20, 20, 20, -32, 53), -- Corrupted Knight (21548, 5, 20, 20, 20, 20, 20, -32, 53), -- Resurrected Knight (21549, 5, 20, 20, 20, 20, 20, -32, 53), -- Corrupted Guard (21550, 5, 20, 20, 20, 20, 20, -32, 53), -- Corrupted Guard (21551, 5, 20, 20, 20, 20, 20, -32, 53), -- Resurrected Guard (21552, 5, 20, 20, 20, 20, 20, -32, 53), -- Resurrected Guard (21553, 5, 20, -5, 20, 20, 20, -32, 53), -- Trampled Man (21554, 5, 20, -5, 20, 20, 20, -32, 53), -- Trampled Man (21555, 5, 20, -5, 20, 20, 20, -32, 53), -- Slaughter Executioner (21556, 5, 20, -5, 20, 20, 20, -32, 53), -- Slaughter Executioner (21557, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Snatcher (21558, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Snatcher (21559, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Maker (21560, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Shaper (21561, 5, 20, -5, 20, 20, 20, -32, 53), -- Sacrificed Man (21562, 0, 0, 20, 20, -5, 20, 20, 20), -- Guillotine's Ghost (21563, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Collector (21564, 0, 0, 20, 20, 20, 20, 20, 20), -- Skull Collector (21565, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Animator (21566, 0, 0, 20, 20, 20, 20, 20, 20), -- Skull Animator (21567, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Slayer (21568, 0, 0, 20, 20, -5, 20, 20, 20), -- Devil Bat (21569, 0, 0, 20, 20, -5, 20, 20, 20), -- Devil Bat (21570, 5, 20, -5, 20, 20, 20, -32, 53), -- Ghost of Betrayer (21571, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of Rebellion Soldier (21572, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Sweeper (21573, 0, 0, -5, 20, 20, 20, 20, 20), -- Atrox (21574, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Grinder (21575, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Grinder (21576, 0, 0, 20, 20, -5, 20, 20, 20), -- Ghost of Guillotine (21577, 0, 0, 20, 20, -5, 20, 20, 20), -- Ghost of Guillotine (21578, 5, 20, -5, 20, 20, 20, -32, 53), -- Behemoth Zombie (21579, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of Rebellion Leader (21580, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Caster (21581, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Puppeteer (21582, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Soldier (21583, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Scavenger (21584, 0, 0, 20, 20, 20, 20, 20, 20), -- Bone Scavenger (21585, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Magician (21586, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Adept (21587, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Warrior (21588, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Wizard (21589, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Wizard (21590, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Magister (21591, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Magister (21592, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Magister (21593, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Warlord (21594, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Warlord (21595, 5, 20, 20, 20, 20, 20, -34, 184), -- Vampire Warlord (21596, 0, 0, 20, 20, 20, 20, 20, 20), -- Requiem Lord (21597, 5, 20, -5, 20, 20, 20, -32, 53), -- Requiem Behemoth (21598, 5, 20, -5, 20, 20, 20, -32, 53), -- Requiem Behemoth (21599, 0, 0, 20, 20, 20, 20, 20, 20), -- Requiem Priest (21600, 5, 20, -5, 20, 20, 20, -32, 53), -- Requiem Behemoth (21601, 5, 20, -5, 20, 20, 20, -32, 53), -- Requiem Behemoth (21602, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Pikeman (21603, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Pikeman (21604, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Elite Pikeman (21605, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Archer (21606, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Archer (21607, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Elite Archer (21608, 0, 0, 20, 20, 20, 20, 20, 20), -- Zaken's Watchman (21609, 0, 0, 20, 20, 20, 20, 20, 20), -- Zaken's Watchman (21610, 0, 0, 20, 20, 20, 20, 20, 20), -- Zaken's High Grade Watchman (21611, 5, 20, 20, 20, 20, 20, -32, 53), -- Unpleasant Humming (21612, 5, 20, 20, 20, 20, 20, -32, 53), -- Unpleasant Humming (21613, 5, 20, 20, 20, 20, 20, -32, 53), -- Unpleasant Shout (21614, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Flyer (21615, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Flyer (21616, 5, 20, 20, 20, 20, 20, -32, 53), -- Gigantic Flyer (21617, 5, 20, 20, 20, 20, 20, -13, 184), -- Fiend Archer (21618, 5, 20, 20, 20, 20, 20, -13, 184), -- Fiend Archer (21619, 5, 20, 20, 20, 20, 20, -13, 184), -- Pit Archer (21620, 0, 0, 20, 20, 20, 20, 20, 20), -- Musveren (21621, 0, 0, 20, 20, 20, 20, 20, 20), -- Musveren (21622, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Musveren (21623, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Guard (21624, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Guard (21625, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Elite Guard (21626, 5, 20, 20, 20, 20, 20, -13, 184), -- Kaim Vanul (21627, 5, 20, 20, 20, 20, 20, -13, 184), -- Kaim Vanul (21628, 5, 20, 20, 20, 20, 20, -13, 184), -- Kaim Vanul Lad (21629, 5, 20, 20, 20, 20, 20, -32, 53), -- Pirate Zombie Captain (21630, 5, 20, 20, 20, 20, 20, -32, 53), -- Pirate Zombie Captain (21631, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie Captain's Spiritual Body (21632, 5, 20, 20, 20, 20, 20, -13, 184), -- Doll Blader (21633, 5, 20, 20, 20, 20, 20, -13, 184), -- Doll Blader (21634, 5, 20, 20, 20, 20, 20, -13, 184), -- Crimson Doll Blader (21635, 5, 20, 20, 20, 20, 20, -13, 184), -- Veil Master (21636, 5, 20, 20, 20, 20, 20, -13, 184), -- Veil Master (21637, 5, 20, 20, 20, 20, 20, -13, 184), -- Crimson Veil Master (21638, 0, 0, 20, 20, 20, 20, 20, 20), -- Dread Wolf (21639, 0, 0, 20, 20, 20, 20, 20, 20), -- Tasaba Lizardman (21640, 0, 0, 20, 20, 20, 20, 20, 20), -- Tasaba Lizardman Shaman (21641, 0, 0, 20, 20, 20, 20, 20, 20), -- Ogre (21642, 0, 0, 20, 20, 20, 20, 20, 20), -- Tasaba Lizardman Sniper (21643, 0, 0, 20, 20, 20, 20, 20, 20), -- Tasaba Lizardman Sniper (21644, 0, 0, 20, 20, 20, 20, 20, 20), -- Lienrik (21645, 0, 0, 20, 20, 20, 20, 20, 20), -- Lienrik Lad (21646, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Scarab (21647, 0, 0, 20, 20, 20, 20, 20, 20), -- Scavenger Scarab (21648, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Ant (21649, 0, 0, 20, 20, 20, 20, 20, 20), -- Scavenger Ant (21650, 5, 20, 20, 20, 20, 20, -32, 53), -- Shrine Knight (21651, 5, 20, 20, 20, 20, 20, -32, 53), -- Shrine Guard (21652, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarlet Stakato Noble (21653, 0, 0, 20, 20, 20, 20, 20, 20), -- Assassin Beetle (21654, 5, 20, 20, 20, 20, 20, -13, 184), -- Necromancer of Destruction (21655, 5, 20, 20, 20, 20, 20, -13, 184), -- Arimanes of Destruction (21656, 5, 20, 20, 20, 20, 20, -13, 184), -- Ashuras of Destruction (21657, 0, 0, 80, -5, 20, 20, 20, 20), -- Magma Drake (21658, 0, 0, 20, 20, 20, 20, 53, -13), -- Punishment of Splendor (21659, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Soldier (21660, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Soldier (21661, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Archer (21662, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21663, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Shaman (21664, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Priest (21665, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Magus (21666, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Martyrs (21667, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Warrior (21668, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Soldier (21669, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Discipline (21670, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Berserker (21671, 0, 0, 20, 20, 20, 20, 20, 20), -- Otherworldly Invader Food (21672, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21673, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21674, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21675, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21676, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Warrior (21677, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21678, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21679, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21680, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Elite Soldier (21681, 5, 20, 20, 20, 20, 20, -32, 53), -- Otherworldly Invader Magus (21682, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Soldier (21683, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Soldier (21684, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Archer (21685, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21686, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Shaman (21687, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Priest (21688, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Magus (21689, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Martyrs (21690, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Warrior (21691, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Soldier (21692, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Discipline (21693, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Berserker (21694, 0, 0, 20, 20, 20, 20, 20, 20), -- Dimension Invader Food (21695, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21696, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21697, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21698, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21699, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Warrior (21700, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21701, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21702, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21703, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Elite Soldier (21704, 5, 20, 20, 20, 20, 20, -32, 53), -- Dimension Invader Magus (21705, 5, 20, 20, 20, 20, 20, -83, 53), -- Purgatory Invader Soldier (21706, 5, 20, 20, 20, 20, 20, -83, 53), -- Purgatory Invader Soldier (21707, 5, 20, 20, 20, 20, 20, -32, 53), -- Purgatory Invader Archer (21708, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21709, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Shaman (21710, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Priest (21711, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Magus (21712, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Martyrs (21713, 5, 20, 20, 20, 20, 20, -32, 53), -- Purgatory Invader Warrior (21714, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Soldier (21715, 5, 20, 20, 20, 20, 20, -32, 53), -- Purgatory Invader Disciples (21716, 5, 20, 20, 20, 20, 20, -32, 53), -- Purgatory Invader Berserker (21717, 0, 0, 20, 20, 20, 20, 20, 20), -- Purgatory Invader Food (21718, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21719, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21720, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21721, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21722, 5, 20, 20, 20, 20, 20, -32, 53), -- Purgatory Invader Warrior (21723, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21724, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21725, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21726, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Elite Soldier (21727, 5, 20, 20, 20, 20, 20, -34, 184), -- Purgatory Invader Magus (21728, 5, 20, 20, 20, 20, 20, -83, 53), -- Forbidden Path Invader Elite Soldier (21729, 5, 20, 20, 20, 20, 20, -83, 53), -- Forbidden Path Invader Elite Soldier (21730, 5, 20, 20, 20, 20, 20, -32, 53), -- Forbidden Path Invader Archer (21731, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21732, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Shaman (21733, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Priest (21734, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Magus (21735, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Martyrs (21736, 5, 20, 20, 20, 20, 20, -32, 53), -- Forbidden Path Invader Warrior (21737, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Soldier (21738, 5, 20, 20, 20, 20, 20, -32, 53), -- Forbidden Path Invader Disciple (21739, 5, 20, 20, 20, 20, 20, -32, 53), -- Forbidden Path Invader Berserker (21740, 0, 0, 20, 20, 20, 20, 20, 20), -- Forbidden Path Invader Food (21741, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21742, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21743, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21744, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21745, 5, 20, 20, 20, 20, 20, -32, 53), -- Forbidden Path Invader Warrior (21746, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21747, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21748, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21749, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Elite Soldier (21750, 5, 20, 20, 20, 20, 20, -34, 184), -- Forbidden Path Invader Magus (21751, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Soldier (21752, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Soldier (21753, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Archer (21754, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21755, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Shaman (21756, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Priest (21757, 5, 20, 20, 20, 20, 20, -32, 53); -- Dark Omen Invader Magus INSERT INTO `npc_elementals` VALUES (21758, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Martyrs (21759, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Warrior (21760, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Soldier (21761, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Disciple (21762, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Berserker (21763, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Omen Invader Food (21764, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21765, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21766, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21767, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21768, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Warrior (21769, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21770, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21771, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21772, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Elite Soldier (21773, 5, 20, 20, 20, 20, 20, -32, 53), -- Dark Omen Invader Magus (21774, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Soldier (21775, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Soldier (21776, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Archer (21777, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21778, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Shaman (21779, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Priest (21780, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Magus (21781, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Martyrs (21782, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Warrior (21783, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Soldier (21784, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Disciple (21785, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Berserker (21786, 0, 0, 20, 20, 20, 20, 20, 20), -- Messenger Invader Food (21787, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21788, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21789, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21790, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21791, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Warrior (21792, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21793, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21794, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21795, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Elite Soldier (21796, 5, 20, 20, 20, 20, 20, -32, 53), -- Messenger Invader Magus (21797, 0, 0, 20, 20, 189, -5, 20, 20), -- Spirit of Timiniel (21798, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of a Doorman (21799, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of a Doorman (21800, 5, 20, 20, 20, 20, 20, -32, 53), -- Vassal Ghost (21801, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21802, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21803, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21804, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21805, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21806, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21807, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21808, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21809, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21810, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21811, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21812, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21813, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21814, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21815, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21816, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21817, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21818, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21819, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21820, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21821, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21822, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (21823, 5, 20, 20, 20, 20, 20, -32, 53), -- Executor of Offerings (21824, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21825, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Kookaburra (21826, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21827, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Buffalo (21828, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (21829, 0, 0, 20, 20, 20, 20, 20, 20), -- Alpine Cougar (22001, 0, 0, 20, 20, 20, 20, 20, 20), -- Grim Wolf (22002, 0, 0, 20, 20, 20, 20, 20, 20), -- Grim Grizzly (22003, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Robber Scout (22004, 0, 0, 20, 20, 20, 20, -13, 53), -- Grave Robber Lookout (22005, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Robber Ranger (22006, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Robber Guard (22007, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Soldier (22008, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Robber Fighter (22009, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Loyal Vassal (22010, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a General (22011, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Batur Chief (22012, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Batur Chief (22013, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Morek Chief (22014, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Morek Chief (22015, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Turka Chief (22016, 0, 0, 53, 20, 20, 20, 20, 20), -- Ghost of a Turka Chief (22017, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandit Sweeper (22018, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandit Hound (22019, 0, 0, 20, 20, 20, 53, 20, 20), -- Bandit Watchman (22020, 0, 0, 20, 20, 20, 20, 20, 20), -- Snow Lynx (22021, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandit Undertaker (22022, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandit Assassin (22023, 0, 0, 20, 20, 20, 53, 20, 20), -- Bandit Warrior (22024, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandit Inspector (22025, 0, 0, 20, 20, 20, 20, 20, 20), -- Frozen Wasteland Werewolf (22026, 0, 0, 20, 20, 20, 53, 20, 20), -- Bandit Captain (22027, 5, 20, 20, 20, 20, 20, -83, 53), -- Forgotten Crewman (22028, 5, 20, 20, 20, 20, 20, -32, 20), -- Vagabond of the Ruins (22029, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc (22030, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Shaman (22031, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Archer (22032, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Warrior (22033, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Mage (22034, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Mage (22035, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Mage (22036, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Mage (22037, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Healer (22038, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Hero (22039, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Commander (22040, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Sniper (22041, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Sorcerer (22042, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Sorcerer (22043, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Sorcerer (22044, 0, 0, 53, 20, 20, 20, 20, 20), -- Ragna Orc Sorcerer (22045, 0, 0, 20, 20, 20, 20, -13, 53), -- Dark Corpse (22046, 0, 0, 20, 20, 20, 20, -13, 53), -- Varangka's Dre Vanul (22047, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of the Ghost Town (22048, 0, 0, -13, 20, 20, 20, 20, 20), -- Dark Spider (22049, 0, 0, 20, 20, 20, 20, -13, 53), -- Varangka's Succubus (22050, 0, 0, 20, 20, 20, 20, 20, 20), -- Probe Golem Prodigy IV (22051, 0, 0, -13, 20, 20, 20, 20, 20), -- Spelunking Spider (22052, 0, 0, 20, 20, 20, 20, 20, 20), -- Menacing Jackhammer Golem (22053, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem I (22054, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem IV (22055, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruel Vice Golem (22056, 0, 0, 20, 20, 20, 20, 20, 20), -- Probe Golem Champion I (22057, 0, 0, -13, 20, 20, 20, 20, 20), -- Spelunking Ant (22058, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Excavator Golem III (22059, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloodthirsty Ginzu Golem VII (22060, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem (22061, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem III (22062, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Jackhammer Golem (22063, 0, 0, 20, 20, 20, 20, 20, 20), -- Ginzu Golem Prodigy X (22064, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloodthirsty Ginzu Golem II (22065, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Ginzu Golem V (22066, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22067, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22068, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22069, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22070, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22071, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22072, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22073, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Cannon Golem VI (22074, 0, 0, 20, 20, 20, 20, 20, 20), -- Epic Cannon Golem (22075, 0, 0, 20, 20, 20, 20, 20, 20), -- Epic Cannon Golem Adjunct (22076, 0, 0, 20, 20, 20, 20, 20, 20), -- Deadly Ginzu Golem V (22077, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Ginzu Golem VIII (22078, 0, 0, 20, 20, 20, 20, 20, 20), -- Deadly Ginzu Golem VIII (22079, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Bandersnatch (22080, 0, 0, 20, 20, 20, 20, 20, 20), -- Massive Lost Bandersnatch (22081, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22082, 0, 0, 20, 20, 20, 20, 20, 20), -- Elder Lost Watcher (22083, 0, 0, 20, 20, 20, 20, 20, 20), -- Baby Panthera (22084, 0, 0, 20, 20, 20, 20, 20, 20), -- Panthera (22085, 0, 0, 20, 20, -13, 20, 20, 20), -- Lost Gargoyle (22086, 0, 0, 20, 20, -13, 20, 20, 20), -- Lost Gargoyle Youngling (22087, 0, 0, -5, 20, 20, 20, 20, 20), -- Pronghorn Spirit (22088, 0, 0, 20, 20, 20, 20, 20, 20), -- Pronghorn (22089, 0, 0, -13, 20, 20, 20, 20, 20), -- Ice Tarantula (22090, 0, 0, -13, 20, 20, 20, 20, 20), -- Frost Tarantula (22091, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Iron Golem (22092, 0, 0, 20, 20, 20, 20, 20, 20), -- Frost Iron Golem (22093, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Buffalo (22094, 0, 0, 20, 20, 20, 20, 20, 20), -- Frost Buffalo (22095, 0, 0, 20, 20, 20, 20, 20, 20), -- Ursus Cub (22096, 0, 0, 20, 20, 20, 20, 20, 20), -- Ursus (22097, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Yeti (22098, 0, 0, 20, 20, 20, 20, 20, 20), -- Frost Yeti (22099, 0, 0, 20, 20, 20, 20, 20, 20), -- Freya's Buffalo (22100, 0, 0, 20, 20, 20, 20, 20, 20), -- Freya's Gardener (22101, 0, 0, 20, 20, -13, 20, 20, 20), -- Freya's Servant (22102, 0, 0, 20, 20, -13, 20, 20, 20), -- Freya's Servant (22103, 0, 0, 20, 20, 20, 20, 20, 20), -- Freya's White Bear (22104, 0, 0, 20, 20, 20, 20, 20, 20), -- Freya's Dog (22105, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato (22106, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Worker (22107, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Guard (22108, 0, 0, 20, 20, 20, 53, 20, 20), -- Female Spiked Stakato (22109, 0, 0, 20, 20, 20, 53, 20, 20), -- Male Spiked Stakato (22110, 0, 0, 20, 20, 20, 53, 20, 20), -- Male Spiked Stakato (22111, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Sorcerer (22112, 0, 0, 20, 20, 20, 53, 20, 20), -- Cannibalistic Stakato Follower (22113, 0, 0, 20, 20, 20, 53, 20, 20), -- Cannibalistic Stakato Leader (22114, 0, 0, 20, 20, 20, 53, 20, 20), -- Cannibalistic Stakato Leader (22115, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Soldier (22116, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Drone (22117, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Captain (22118, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Nurse (22119, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Nurse (22120, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Baby (22121, 0, 0, 20, 20, 20, 53, 20, 20), -- Spiked Stakato Shaman (22122, 4, 20, 20, 20, 20, 20, 80, -83), -- Monastic Pilgrim (22123, 4, 20, 20, 20, 20, 20, 103, -83), -- Monastic Crusader (22124, 4, 20, 20, 20, 20, 20, 103, -83), -- Solina Brother (22125, 4, 20, 20, 20, 20, 20, 103, -83), -- Solina Lay Brother (22126, 4, 20, 20, 20, 20, 20, 103, -83), -- Silent Seeker (22127, 4, 20, 20, 20, 20, 20, 103, -83), -- Silent Brother (22128, 4, 20, 20, 20, 20, 20, 103, -83), -- Monastic Guardian (22129, 4, 20, 20, 20, 20, 20, 103, -83), -- Warrior Monk (22130, 4, 20, 20, 20, 20, 20, 103, -83), -- Divine Advocate (22131, 4, 20, 20, 20, 20, 20, 103, -83), -- Pilgrim of Light (22132, 4, 20, 20, 20, 20, 20, 103, -83), -- Judge of Light (22133, 4, 20, 20, 20, 20, 20, 80, -32), -- Guardian of the Grail (22134, 4, 20, 20, 20, 20, 20, 103, -83), -- Guardian of the Holy Land (22135, 4, 20, 20, 20, 20, 20, 103, -83), -- Beholder of Light (22136, 5, 20, 20, 20, 20, 20, -83, 103), -- Doorman Zombie (22137, 5, 20, 20, 20, 20, 20, -83, 103), -- Penance Guard (22138, 5, 20, 20, 20, 20, 20, -83, 103), -- Chapel Guard (22139, 5, 20, 20, 20, 20, 20, -83, 103), -- Old Aristocrat's Soldier (22140, 5, 20, 20, 20, 20, 20, -83, 103), -- Zombie Worker (22141, 5, 20, 20, 20, 20, 20, -83, 103), -- Forgotten Victim (22142, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Layperson (22143, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22144, 5, 20, 20, 20, 20, 20, -83, 103), -- Resurrected Temple Knight (22145, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Sacrifice (22146, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22147, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Offering (22148, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22149, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Offering (22150, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22151, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22152, 5, 20, 20, 20, 20, 20, -83, 103), -- Temple Guard (22153, 5, 20, 20, 20, 20, 20, -83, 103), -- Temple Guard Captain (22154, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Sacrifice (22155, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's High Priest (22156, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22157, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22158, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22159, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's High Priest (22160, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22161, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Sacrifice (22162, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22163, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's High Priest (22164, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22165, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22166, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22167, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's High Priest (22168, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22169, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Sacrifice (22170, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Believer (22171, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's High Priest (22172, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Sacrifice (22173, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22174, 5, 20, 20, 20, 20, 20, -32, 80), -- Triol's Priest (22175, 5, 20, 20, 20, 20, 20, -83, 103), -- Andreas' Captain of the Royal Guard (22176, 5, 20, 20, 20, 20, 20, -83, 103), -- Andreas' Royal Guards (22188, 5, 20, 20, 20, 20, 20, -32, 80), -- Andreas' Captain of the Royal Guard (22189, 5, 20, 20, 20, 20, 20, -32, 80), -- Andreas' Royal Guards (22190, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Sacrifice (22191, 5, 20, 20, 20, 20, 20, -32, 80), -- Andreas' Captain of the Royal Guard (22192, 5, 20, 20, 20, 20, 20, -32, 80), -- Andreas' Royal Guards (22193, 5, 20, 20, 20, 20, 20, -32, 80), -- Andreas' Royal Guards (22194, 5, 20, 20, 20, 20, 20, -83, 103), -- Penance Guard (22195, 5, 20, 20, 20, 20, 20, -83, 103), -- Ritual Sacrifice (22196, 0, 0, 90, 90, 30, 150, 90, 90), -- Velociraptor (22197, 0, 0, 90, 90, 30, 150, 90, 90), -- Velociraptor (22198, 0, 0, 90, 90, 30, 150, 90, 90), -- Velociraptor (22199, 0, 0, 90, 90, 30, 150, 90, 90), -- Pterosaur (22200, 0, 0, 20, 20, 20, 20, 20, 20), -- Ornithomimus (22201, 0, 0, 20, 20, 20, 20, 20, 20), -- Ornithomimus (22202, 0, 0, 20, 20, 20, 20, 20, 20), -- Ornithomimus (22203, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (22204, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (22205, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (22208, 0, 0, 20, 20, 20, 20, 20, 20), -- Pachycephalosaurus (22209, 0, 0, 20, 20, 20, 20, 20, 20), -- Pachycephalosaurus (22210, 0, 0, 20, 20, 20, 20, 20, 20), -- Pachycephalosaurus (22211, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Strider (22212, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Strider (22213, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Strider (22214, 0, 0, 20, 20, 20, 20, 20, 20), -- Elroki (22215, 0, 0, 20, 20, 20, 20, 20, 20), -- Tyrannosaurus (22216, 0, 0, 20, 20, 20, 20, 20, 20), -- Tyrannosaurus (22217, 0, 0, 20, 20, 20, 20, 20, 20), -- Tyrannosaurus (22218, 0, 0, 90, 90, 30, 150, 90, 90), -- Velociraptor (22219, 0, 0, 20, 20, 20, 20, 20, 20), -- Ornithomimus (22220, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (22221, 0, 0, 20, 20, 20, 20, 20, 20), -- Pachycephalosaurus (22222, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Strider (22223, 0, 0, 90, 90, 30, 150, 90, 90), -- Velociraptor (22224, 0, 0, 20, 20, 20, 20, 20, 20), -- Ornithomimus (22225, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (22226, 0, 0, 20, 20, 20, 20, 20, 20), -- Pachycephalosaurus (22227, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Strider (22228, 0, 0, 20, 20, 20, 20, 20, 20), -- Grey Elpy (22229, 0, 0, 20, 20, 20, 20, 20, 20), -- Young Grey Keltir (22230, 0, 0, 20, 20, 20, 20, 20, 20), -- Grey Keltir (22231, 0, 0, 20, 20, 20, 20, 20, 20), -- Dominant Grey Keltir (22232, 0, 0, 20, 20, 20, 20, 20, 20), -- Black Wolf (22233, 0, 0, 20, 20, 20, 20, 20, 20), -- Dominant Black Wolf (22234, 0, 0, 20, 20, 20, 20, 20, 20), -- Green Goblin (22235, 0, 0, 20, 20, 20, 20, 20, 20), -- Mountain Werewolf (22236, 0, 0, 20, 20, 20, 20, 20, 20), -- Muertos Archer (22237, 0, 0, 20, 20, 20, 20, 20, 20), -- Mountain Fungus (22238, 0, 0, 20, 20, 20, 20, 20, 20), -- Mountain Werewolf Chief (22239, 0, 0, 20, 20, 20, 20, 20, 20), -- Muertos Guard (22240, 0, 0, 20, 20, 20, 20, 20, 20), -- Muertos Scout (22241, 0, 0, 20, 20, 20, 20, 20, 20), -- Colossus (22242, 0, 0, 20, 20, 20, 20, 20, 20), -- Muertos Warrior (22243, 0, 0, 20, 20, 20, 20, 20, 20), -- Muertos Captain (22244, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Spider (22245, 0, 0, 20, 20, 20, 20, 20, 20), -- Muertos Lieutenant (22246, 0, 0, 20, 20, 20, 20, 20, 20), -- Muertos Commander (22247, 0, 0, 20, 20, 20, 20, 20, 20), -- Grotto Golem (22248, 0, 0, 20, 20, 20, 20, 20, 20), -- Shady Muertos (22249, 0, 0, 20, 20, 20, 20, 20, 20), -- Shady Muertos Guard (22250, 0, 0, 20, 20, 20, 20, 20, 20), -- Grotto Leopard (22251, 0, 0, 20, 20, 20, 20, 20, 20), -- Shady Muertos Captain (22252, 0, 0, 20, 20, 20, 20, 20, 20), -- Grotto Grizzly (22253, 0, 0, 20, 20, 20, 20, 20, 20), -- Shady Muertos Warrior (22254, 0, 0, 20, 20, 20, 20, 20, 20), -- Shady Muertos Archer (22255, 0, 0, 20, 20, 20, 20, 20, 20), -- Shady Muertos Commander (22256, 0, 0, 20, 20, 20, 20, 20, 20), -- Shady Muertos Wizard (22257, 0, 0, 30, 90, 60, 60, 60, 60), -- Island Guardian (22258, 0, 0, 30, 90, 60, 60, 60, 60), -- White Sand Mirage (22259, 0, 0, 30, 90, 60, 60, 60, 60), -- Muddy Coral (22260, 1, 20, 30, 90, 60, 60, 30, 60), -- Kleopora (22261, 1, 20, 20, 90, 60, 60, 60, 60), -- Seychelles (22262, 1, 30, 40, 90, 60, 60, 60, 60), -- Naiad (22263, 1, 30, 40, 90, 60, 60, 60, 60), -- Sonneratia (22264, 1, 30, 50, 90, 60, 60, 40, 60), -- Castalia (22265, 1, 30, 50, 90, 60, 60, 60, 60), -- Chrysocolla (22266, 1, 30, 50, 90, 60, 60, 60, 60), -- Pythia (22267, 5, 20, 60, 60, 60, 60, 30, 90), -- Dark Water Dragon (22268, 5, 20, 60, 60, 60, 60, 30, 90), -- Shade (22269, 5, 20, 60, 60, 60, 60, 30, 90), -- Shade (22270, 5, 20, 60, 60, 60, 60, 30, 90), -- Water Dragon Detractor (22271, 5, 20, 60, 60, 60, 60, 30, 90), -- Water Dragon Detractor (22272, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Minion (22273, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Minion (22274, 0, 0, 30, 30, 30, 30, 30, 30), -- Beleth's Minion (22275, 5, 30, 30, 90, 60, 60, 60, 60), -- Gatekeeper Lohan (22276, 5, 30, 30, 90, 60, 60, 60, 60), -- Gatekeeper of the Square (22277, 0, 30, 90, 30, 60, 60, 60, 60), -- Gatekeeper Provo (22278, 0, 30, 90, 30, 60, 60, 60, 60), -- Gatekeeper of Fire (22279, 0, 0, 10, 90, 40, 40, 40, 40), -- Chromatic Detainee (22280, 0, 0, 30, 30, 30, 30, 30, 30), -- Rodo Knight (22281, 0, 0, 30, 30, 30, 30, 10, 80), -- Plaza Caiman (22282, 0, 0, 10, 90, 40, 40, 40, 40), -- Chromatic Detainee (22283, 0, 0, 30, 30, 30, 30, 10, 80), -- Emerald Alligar (22284, 0, 0, 90, 10, 40, 40, 40, 40), -- Chromatic Detainee (22285, 0, 0, 90, 10, 40, 40, 40, 40), -- Chromatic Detainee (22286, 0, 0, 30, 30, 30, 30, 10, 80), -- Plaza Gaviel (22287, 0, 0, 30, 30, 30, 30, 30, 30), -- Crystalline Unicorn (22288, 0, 0, 30, 30, 30, 30, 30, 30), -- Emerald Boar (22289, 0, 0, 30, 30, 30, 30, 30, 30), -- Plaza Helm (22290, 0, 0, 30, 30, 30, 30, 30, 30), -- Terod's Minion (22291, 0, 0, 30, 30, 30, 30, 30, 30), -- Weylin's Minion (22292, 0, 0, 30, 30, 30, 30, 30, 30), -- Tourmaline (22293, 0, 0, 30, 30, 30, 30, 30, 30), -- Spinel (22294, 0, 0, 30, 30, 30, 30, 30, 30), -- Fire Opal (22295, 0, 0, 60, 60, 60, 60, 30, 100), -- Reef Golem (22296, 0, 0, 60, 60, 60, 60, 30, 100), -- Reef Golem (22297, 0, 0, 60, 60, 60, 60, 30, 100), -- Reef Golem (22298, 1, 30, 30, 120, 60, 60, 60, 60), -- Weylin (22299, 5, 30, 60, 60, 60, 60, 30, 120), -- Dolph (22300, 0, 0, 30, 30, 30, 30, 30, 30), -- Dolph's Minion (22301, 0, 0, 30, 120, 60, 60, 60, 60), -- Terod (22302, 0, 0, 60, 60, 60, 60, 30, 120), -- Darnel's Guardian (22303, 0, 0, 60, 60, 60, 60, 30, 120), -- Guardian of the Square (22304, 0, 0, 60, 60, 60, 60, 30, 120), -- Guardian of the Emerald (22305, 0, 80, 120, 40, 60, 60, 60, 60), -- Kechi's Captain (22306, 0, 80, 120, 40, 60, 60, 60, 60), -- Kechi's Captain (22307, 0, 80, 120, 20, 60, 60, 60, 60), -- Kechi's Captain (22308, 0, 60, 120, 30, 60, 60, 60, 60), -- Kechi's Guard (22309, 0, 60, 120, 30, 60, 60, 60, 60), -- Kechi's Guard (22310, 0, 60, 120, 30, 60, 60, 60, 60), -- Kechi's Guard (22311, 1, 80, 30, 120, 70, 70, 70, 70), -- Parme's Guardian (22312, 1, 80, 30, 120, 70, 70, 70, 70), -- Fafurion's Henchman (22313, 1, 80, 30, 120, 70, 70, 70, 70), -- Garden Stakato (22314, 1, 80, 30, 120, 70, 70, 70, 70), -- Garden Poison Moth (22315, 1, 60, 30, 120, 60, 60, 60, 60), -- Garden Guard (22316, 1, 60, 20, 120, 60, 60, 60, 60), -- Garden Guardian Tree (22317, 1, 60, 30, 120, 60, 60, 60, 60), -- Garden Castalia (22320, 5, 100, 90, 90, 90, 90, 65, 130), -- Junior Watchman (22321, 5, 100, 90, 90, 90, 90, 65, 130), -- Junior Summoner (22322, 0, 0, 50, 50, 50, 50, 50, 50), -- Subjugated Native (22323, 0, 0, 50, 50, 50, 50, 50, 50), -- Charmed Native (22324, 5, 80, 80, 80, 80, 80, 60, 140), -- Blind Huntsman (22325, 5, 80, 80, 80, 80, 80, 60, 140), -- Blind Watchman (22326, 5, 180, 100, 100, 100, 100, 20, 150), -- Hellinark (22327, 5, 150, 80, 80, 80, 80, 40, 130), -- Arcane Scout (22328, 5, 150, 80, 80, 80, 80, 40, 130), -- Arcane Guardian (22329, 5, 150, 80, 80, 80, 80, 10, 140), -- Arcane Watchman (22330, 5, 80, 80, 80, 80, 80, 55, 130), -- Remnant Wraith (22334, 3, 80, 70, 70, 40, 130, 110, 70), -- Sand Scorpion (22335, 3, 80, 70, 70, 40, 130, 110, 70), -- Desert Scorpion (22336, 3, 80, 70, 70, 40, 130, 110, 70), -- Sand Devil (22337, 3, 80, 70, 70, 40, 130, 110, 70), -- Desiccator (22339, 0, 0, 50, 50, 50, 50, 50, 50), -- Wandering Caravan (22340, 3, 80, 80, 80, 50, 140, 120, 80), -- Sandstorm (22341, 5, 150, 100, 100, 100, 100, 20, 140), -- Keltas (22342, 5, 100, 80, 80, 80, 80, 60, 140), -- Darion's Enforcer (22343, 5, 100, 80, 80, 80, 80, 60, 140), -- Darion's Executioner (22344, 5, 80, 80, 80, 80, 80, 50, 120), -- Quarry Supervisor (22345, 5, 80, 80, 80, 80, 80, 50, 120), -- Quarry Bowman (22346, 5, 100, 80, 80, 80, 80, 60, 120), -- Quarry Foreman (22347, 5, 100, 80, 80, 80, 80, 60, 120), -- Quarry Patrolman (22349, 3, 100, 90, 90, 30, 150, 90, 90), -- Chimera of Earth (22350, 5, 100, 90, 90, 90, 90, 40, 150), -- Chimera of Darkness (22351, 2, 100, 90, 90, 150, 40, 90, 90), -- Chimera of Wind (22352, 0, 100, 150, 40, 90, 90, 90, 90), -- Chimera of Fire (22353, 5, 40, 150, 60, 100, 100, 50, 150), -- Celtus (22355, 5, 150, 100, 100, 100, 100, 80, 150), -- Enceinte Defender (22356, 5, 150, 100, 100, 100, 100, 80, 150), -- Enceinte Defender (22357, 5, 150, 100, 100, 100, 100, 80, 150), -- Enceinte Defender (22358, 5, 150, 100, 100, 100, 100, 80, 150), -- Enceinte Defender (22359, 5, 150, 100, 100, 100, 100, 80, 150), -- Town Guard (22360, 5, 150, 120, 120, 120, 120, 80, 150), -- Town Patrolman (22361, 5, 150, 120, 120, 120, 120, 80, 150), -- Steel Citadel Keymaster (22362, 5, 150, 130, 130, 130, 130, 90, 150), -- Guzen (22363, 5, 150, 130, 130, 130, 130, 90, 150), -- Body Destroyer (22364, 5, 150, 130, 130, 130, 130, 90, 150), -- Soul Dominator (22365, 5, 150, 130, 130, 130, 130, 90, 150), -- Labyrinth Watchman (22366, 5, 150, 130, 130, 130, 130, 90, 150), -- Labyrinth Watchman (22367, 5, 150, 130, 130, 130, 130, 90, 150), -- Labyrinth Mystic (22368, 5, 150, 130, 130, 130, 130, 90, 150), -- Labyrinth Captain (22369, 5, 150, 130, 130, 130, 130, 90, 150), -- Labyrinth Priest (22370, 5, 150, 130, 130, 130, 130, 90, 150), -- Passageway Captain (22371, 5, 150, 130, 130, 130, 130, 90, 150), -- Passageway Guards (22372, 5, 150, 130, 130, 130, 130, 90, 150), -- Passageway Mystic (22373, 5, 150, 130, 130, 130, 130, 90, 150), -- Cosmic Scout (22374, 5, 150, 130, 130, 130, 130, 90, 150), -- Cosmic Watcher (22375, 5, 150, 130, 130, 130, 130, 90, 150), -- Cosmic Priest (22376, 5, 150, 130, 130, 130, 130, 90, 150), -- Cosmic Lord (22377, 5, 170, 170, 170, 170, 170, 130, 200), -- Master Zelos (22378, 5, 170, 150, 150, 150, 150, 110, 170), -- Master's Minion (22379, 5, 170, 150, 150, 150, 150, 110, 170), -- Master's Minion (22380, 5, 170, 170, 170, 170, 170, 110, 200), -- Master Festina (22381, 5, 170, 150, 150, 150, 150, 130, 170), -- Master's Guard (22382, 5, 170, 150, 150, 150, 150, 110, 170), -- Master's Guard (22383, 0, 0, 120, 120, 120, 120, 120, 120), -- Tully's Toy (22384, 0, 0, 120, 120, 120, 120, 120, 120), -- Mystic's Toy (22385, 5, 170, 150, 150, 150, 150, 110, 170), -- Tully's Golem Guard (22386, 5, 150, 130, 130, 130, 130, 90, 150), -- Foundry Mystic (22387, 5, 150, 130, 130, 130, 130, 90, 150), -- Foundry Mystic (22388, 5, 170, 150, 150, 150, 150, 110, 170), -- Foundry Spirit Guard (22389, 5, 170, 150, 150, 150, 150, 110, 170), -- Foundry Spirit Guard (22390, 5, 170, 150, 150, 150, 150, 110, 170), -- Foundry Foreman (22391, 5, 170, 150, 150, 150, 150, 110, 170), -- Foundry Assistant Overseer (22392, 5, 170, 150, 150, 150, 150, 110, 170), -- Failed Experimental Timetwister Golem (22393, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Follower (22394, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Devotee (22395, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Projection (22396, 0, 100, 130, 50, 100, 100, 100, 100), -- Foundry Laborer (22397, 0, 150, 150, 80, 130, 130, 130, 130), -- Foundry Foreman (22398, 0, 150, 150, 80, 130, 130, 130, 130), -- Lesser Evil (22399, 0, 150, 150, 80, 130, 130, 130, 130), -- Greater Evil (22400, 0, 0, 30, 30, 30, 30, 30, 30), -- Parme's Healer (22401, 0, 0, 30, 30, 30, 30, 30, 30), -- Parme's Healer (22402, 0, 0, 30, 30, 30, 30, 30, 30), -- Shadow Column (22403, 0, 150, 150, 80, 130, 130, 130, 130), -- Foundry Foreman (22404, 5, 150, 100, 100, 100, 100, 50, 150), -- Arcane Captain (22405, 5, 170, 150, 150, 150, 150, 110, 170), -- Darion's Faithful Servant (22406, 5, 170, 150, 150, 150, 150, 110, 170), -- Darion's Faithful Servant (22407, 5, 170, 150, 150, 150, 150, 110, 170), -- Darion's Faithful Servant (22408, 5, 170, 150, 150, 150, 150, 110, 200), -- Darion's Faithful Servant (22409, 5, 170, 150, 150, 150, 150, 130, 200), -- Darion's Faithful Servant (22410, 5, 200, 170, 170, 170, 170, 130, 200), -- Darion's Faithful Servant (22411, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Retainer (22412, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Fighter (22413, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Low Servant (22414, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Follower (22415, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Devotee (22416, 0, 80, 120, 40, 60, 60, 60, 60), -- Kechi's Captain (22417, 0, 60, 120, 30, 60, 60, 60, 60), -- Kechi's Guard (22418, 0, 40, 100, 10, 40, 40, 40, 40), -- Burning Iris (22419, 0, 40, 100, 10, 60, 40, 40, 40), -- Flame Iris (22420, 0, 40, 100, 10, 60, 40, 40, 40), -- Brimstone Iris (22422, 5, 150, 100, 100, 100, 100, 20, 150), -- Failan's Guard (22423, 5, 170, 150, 150, 150, 150, 110, 200), -- Original Sin Warden (22424, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Greed (22425, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Lust (22426, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Wrath (22427, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Sloth (22428, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Envy (22429, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Pride (22430, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Gluttony (22431, 5, 170, 150, 150, 150, 150, 110, 200), -- Original Sin Warden (22432, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Greed (22433, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Lust (22434, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Wrath (22435, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Sloth (22436, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Envy (22437, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Pride (22438, 5, 170, 150, 150, 150, 150, 110, 170), -- Slave of Gluttony (22439, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Assassin (22440, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Assassin (22441, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Minion (22442, 5, 200, 170, 170, 170, 170, 120, 200), -- Beleth's Minion (22443, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Messenger (22444, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Messenger (22445, 0, 0, 20, 20, 20, 20, 20, 20), -- Kertang's Messenger (22446, 0, 0, 50, 50, 50, 50, 50, 50), -- Kertang's Messenger (22447, 0, 0, 70, 70, 70, 70, 70, 70), -- Kertang's Messenger (22448, 4, 60, 100, 100, 100, 100, 180, 60), -- Leodas (22449, 5, 100, 80, 80, 80, 80, 60, 120), -- Amaskari (22450, 0, 0, 20, 20, 20, 20, 20, 20), -- Tortured Native (22451, 4, 60, 100, 100, 100, 100, 180, 60), -- Native Elite Soldier (22452, 0, 0, 20, 20, 20, 20, 20, 20), -- White Skull Kanabion (22453, 0, 0, 20, 20, 20, 20, 20, 20), -- White Skull Kanabion (22454, 0, 0, 20, 20, 20, 20, 20, 20), -- White Skull Kanabion (22455, 0, 0, 20, 20, 20, 20, 20, 20), -- Begrudged Kanabion (22456, 0, 0, 20, 20, 20, 20, 20, 20), -- Begrudged Kanabion (22457, 0, 0, 20, 20, 20, 20, 20, 20), -- Begrudged Kanabion (22458, 0, 0, 20, 20, 20, 20, 20, 20), -- Rotten Kanabion (22459, 0, 0, 20, 20, 20, 20, 20, 20), -- Rotten Kanabion (22460, 0, 0, 20, 20, 20, 20, 20, 20), -- Rotten Kanabion (22461, 0, 0, 20, 20, 20, 20, 20, 20), -- Gluttonous Kanabion (22462, 0, 0, 20, 20, 20, 20, 20, 20), -- Gluttonous Kanabion (22463, 0, 0, 20, 20, 20, 20, 20, 20), -- Gluttonous Kanabion (22464, 0, 0, 20, 20, 20, 20, 20, 20), -- Callous Kanabion (22465, 0, 0, 20, 20, 20, 20, 20, 20), -- Callous Kanabion (22466, 0, 0, 20, 20, 20, 20, 20, 20), -- Callous Kanabion (22467, 0, 0, 20, 20, 20, 20, 20, 20), -- Savage Kanabion (22468, 0, 0, 20, 20, 20, 20, 20, 20), -- Savage Kanabion (22469, 0, 0, 20, 20, 20, 20, 20, 20), -- Savage Kanabion (22470, 0, 0, 20, 20, 20, 20, 20, 20), -- Peerless Kanabion (22471, 0, 0, 20, 20, 20, 20, 20, 20), -- Peerless Kanabion (22472, 0, 0, 20, 20, 20, 20, 20, 20), -- Peerless Kanabion (22473, 0, 0, 20, 20, 20, 20, 20, 20), -- Massive Kanabion (22474, 0, 0, 20, 20, 20, 20, 20, 20), -- Massive Kanabion (22475, 0, 0, 20, 20, 20, 20, 20, 20), -- Massive Kanabion (22476, 0, 0, 20, 20, 20, 20, 20, 20), -- Fervent Kanabion (22477, 0, 0, 20, 20, 20, 20, 20, 20), -- Fervent Kanabion (22478, 0, 0, 20, 20, 20, 20, 20, 20), -- Fervent Kanabion (22479, 0, 0, 20, 20, 20, 20, 20, 20), -- Ruptured Kanabion (22480, 0, 0, 20, 20, 20, 20, 20, 20), -- Ruptured Kanabion (22481, 0, 0, 20, 20, 20, 20, 20, 20), -- Ruptured Kanabion (22482, 0, 0, 20, 20, 20, 20, 20, 20), -- Sword Kanabion (22483, 0, 0, 20, 20, 20, 20, 20, 20), -- Sword Kanabion (22484, 0, 0, 20, 20, 20, 20, 20, 20), -- Sword Kanabion (22485, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22486, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22487, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Beholder (22488, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22489, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22490, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Beholder (22491, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22492, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22493, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Beholder (22494, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22495, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22496, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Beholder (22497, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22498, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Watcher (22499, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Beholder (22500, 2, 100, 90, 90, 150, 40, 90, 90), -- Lost Watcher (22501, 2, 100, 90, 90, 150, 40, 90, 90), -- Lost Watcher (22502, 3, 100, 90, 90, 30, 150, 90, 90), -- Lost Beholder (22503, 5, 100, 90, 90, 90, 90, 65, 130), -- Lost Watcher (22504, 5, 100, 90, 90, 90, 90, 65, 130), -- Lost Watcher (22505, 2, 100, 90, 90, 150, 40, 90, 90), -- Lost Beholder (22506, 0, 0, 20, 20, 20, 20, 20, 20), -- Boom - Child (22507, 0, 0, 20, 20, 20, 20, 20, 20), -- Boom - Child (22508, 0, 0, 20, 20, 20, 20, 20, 20), -- Boom - Child (22509, 5, 130, 150, 150, 150, 150, 120, 180), -- Fanatic of Infinity (22510, 5, 130, 150, 150, 150, 150, 120, 180), -- Rotten Messenger (22511, 5, 130, 150, 150, 150, 150, 120, 180), -- Zealot of Infinity (22512, 5, 130, 150, 150, 150, 150, 120, 180), -- Body Severer (22513, 3, 130, 150, 150, 120, 180, 150, 150), -- Body Harvester (22514, 5, 130, 150, 150, 150, 150, 120, 180), -- Soul Exploiter (22515, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Devourer (22516, 5, 130, 150, 150, 150, 150, 120, 180), -- Butcher of Infinity (22517, 5, 130, 150, 150, 150, 150, 120, 180), -- Disciple of Infinity (22518, 5, 130, 150, 150, 150, 150, 120, 180), -- Rotten Messenger (22519, 3, 130, 150, 150, 120, 180, 150, 150), -- Body Harvester (22520, 5, 130, 150, 150, 150, 150, 120, 180), -- Body Severer (22521, 5, 130, 150, 150, 150, 150, 120, 180), -- Soul Exploiter (22522, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Devourer (22523, 3, 130, 150, 150, 120, 180, 150, 150), -- Soul Devourer (22524, 3, 130, 150, 150, 120, 180, 150, 150), -- Emissary of Death (22525, 3, 130, 150, 150, 120, 180, 150, 150), -- Emissary of Death (22526, 5, 130, 150, 150, 150, 150, 120, 180), -- Emissary of Death (22527, 5, 130, 150, 150, 150, 150, 120, 180), -- Emissary of Death (22528, 3, 130, 150, 150, 120, 180, 150, 150), -- Cursed Prefect (22529, 3, 130, 150, 150, 120, 180, 150, 150), -- Cursed Prefect (22530, 5, 130, 150, 150, 150, 150, 120, 180), -- Cursed Prefect (22531, 5, 130, 150, 150, 150, 150, 120, 180), -- Cursed Prefect (22532, 5, 130, 150, 150, 150, 150, 120, 180), -- Law Scholar of Conclusions (22533, 5, 130, 150, 150, 150, 150, 120, 180), -- Law Scholar of Conclusions (22534, 3, 130, 150, 150, 120, 180, 150, 150), -- Law Scholar of Conclusions (22535, 3, 130, 150, 150, 120, 180, 150, 150), -- Law Scholar of Conclusions (22536, 0, 130, 180, 120, 150, 150, 150, 150), -- Royal Guard Captain (22537, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Grand Magician (22538, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Commander (22539, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troops No 1 Battalion Commander (22540, 0, 130, 180, 120, 150, 150, 150, 150), -- White Dragon Leader (22541, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Infantry (22542, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Magic Leader (22543, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Magician (22544, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Magic Soldier (22545, 5, 130, 150, 150, 150, 150, 120, 180), -- Wife of the Dragon of Darkness (22546, 0, 130, 180, 120, 150, 150, 150, 150), -- Warrior of Light (22547, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Healer (22548, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Javelin Thrower (22549, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Javelin Thrower (22550, 5, 130, 150, 150, 150, 150, 120, 180), -- Savage Warrior (22551, 5, 130, 150, 150, 150, 150, 120, 180), -- Priest of Darkness (22552, 0, 130, 180, 120, 150, 150, 150, 150), -- Mutated Drake (22553, 0, 0, 20, 20, 20, 20, 20, 20), -- Large Crystal Core (22554, 0, 0, 20, 20, 20, 20, 20, 20), -- Small Crystal Core (22555, 0, 0, 20, 20, 20, 20, 20, 20), -- Small Crystal Core (22556, 0, 0, 20, 20, 20, 20, 20, 20), -- Small Crystal Core (22557, 0, 0, 20, 20, 20, 20, 20, 20), -- Defense Mechanism (22558, 0, 0, 20, 20, 20, 20, 20, 20), -- Defense Battery (22559, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Commander (22560, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops No 1 Battalion Commander (22561, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops White Dragon Leader (22562, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Infantry (22563, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Magic Leader (22564, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Magician (22565, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Magic Soldier (22566, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Healer (22567, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Javelin Thrower (22568, 0, 150, 150, 80, 130, 130, 130, 130), -- Defeated Troops Javelin Thrower (22569, 0, 150, 150, 80, 130, 130, 130, 130), -- Soldiers of Bravery (22570, 0, 150, 150, 80, 130, 130, 130, 130), -- Royal Guard Captain (22571, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Grand Magician (22572, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Commander (22573, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troops No 1 Battalion Commander (22574, 0, 150, 150, 80, 130, 130, 130, 130), -- White Dragon Leader (22575, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Infantry (22576, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Magic Leader (22577, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Magician (22578, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Magic Soldier (22579, 0, 150, 150, 80, 130, 130, 130, 130), -- Warrior of Light (22580, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Healer (22581, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Javelin Thrower (22582, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Javelin Thrower (22583, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Magic Leader (22584, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Magician (22585, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Magic Soldier (22586, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Commander (22587, 0, 150, 150, 80, 130, 130, 130, 130), -- null (22588, 0, 150, 150, 80, 130, 130, 130, 130), -- White Dragon Leader (22589, 0, 150, 150, 80, 130, 130, 130, 130), -- Dragon Steed Troop Infantry (22590, 0, 130, 180, 120, 150, 150, 150, 150), -- (22591, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Magic Leader (22592, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Magician (22593, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Magic Soldier (22594, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Commander (22595, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troops No 1 Battalion Commander (22596, 0, 130, 180, 120, 150, 150, 150, 150), -- White Dragon Leader (22597, 0, 130, 180, 120, 150, 150, 150, 150), -- Dragon Steed Troop Infantry (22598, 0, 130, 180, 120, 150, 150, 150, 150), -- Obelisk (22599, 0, 130, 180, 120, 150, 150, 150, 150), -- Great Powerful Device (22600, 0, 130, 180, 120, 150, 150, 150, 150), -- Throne of Destruction Powerful Device (22601, 0, 130, 180, 120, 150, 150, 150, 150), -- Heart Protection Device (22602, 0, 30, 90, 30, 60, 60, 60, 60), -- Mutant Bird (22603, 0, 30, 90, 30, 60, 60, 60, 60), -- Mutant Bird (22604, 0, 30, 90, 30, 60, 60, 60, 60), -- Dra Hawk (22605, 0, 130, 180, 120, 150, 150, 150, 150), -- Dra Hawk (22606, 5, 130, 150, 150, 150, 150, 120, 180), -- Floating Skull (22607, 5, 130, 150, 150, 150, 150, 120, 180), -- Floating Skull (22608, 5, 130, 150, 150, 150, 150, 120, 180), -- Floating Zombie (22609, 5, 130, 150, 150, 150, 150, 120, 180), -- Floating Zombie (22610, 3, 100, 90, 90, 30, 150, 90, 90), -- Mutated Drake Wing (22611, 3, 100, 90, 90, 30, 150, 90, 90), -- Mutated Drake Wing (22612, 3, 100, 90, 90, 30, 150, 90, 90), -- Drak (22613, 3, 100, 90, 90, 30, 150, 90, 90), -- Drak (22614, 0, 30, 90, 30, 60, 60, 60, 60), -- Vulture Rider (22615, 0, 130, 180, 120, 150, 150, 150, 150), -- Vulture Rider (22616, 5, 130, 150, 150, 150, 150, 120, 180), -- Seed of Pain (22617, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato (22618, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Worker (22619, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Guard (22620, 3, 150, 130, 130, 90, 150, 130, 130), -- Female Spiked Stakato (22621, 3, 150, 130, 130, 90, 150, 130, 130), -- Male Spiked Stakato (22622, 3, 150, 130, 130, 90, 150, 130, 130), -- Male Spiked Stakato (22623, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Sorcerer (22624, 3, 150, 130, 130, 90, 150, 130, 130), -- Cannibalistic Stakato Follower (22625, 3, 150, 130, 130, 90, 150, 130, 130), -- Cannibalistic Stakato Leader (22626, 3, 150, 130, 130, 90, 150, 130, 130), -- Cannibalistic Stakato Leader (22627, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Soldier (22628, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Drone (22629, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Captain (22630, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Nurse (22631, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Nurse (22632, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Baby (22633, 3, 150, 130, 130, 90, 150, 130, 130), -- Spiked Stakato Shaman (22634, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarlet Stakato Worker (22635, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarlet Stakato Soldier (22636, 0, 0, 20, 20, 20, 20, 20, 20), -- Scarlet Stakato Noble (22637, 0, 0, 20, 20, 20, 20, 20, 20), -- Tepra Scorpion (22638, 0, 0, 20, 20, 20, 20, 20, 20), -- Tepra Scarab (22639, 0, 0, 20, 20, 20, 20, 20, 20), -- Assassin Beetle (22640, 0, 0, 20, 20, 20, 20, -32, 53), -- Mercenary of Destruction (22641, 0, 0, 20, 20, 20, 20, -32, 53), -- Knight of Destruction (22642, 0, 0, 80, -5, 20, 20, 20, 20), -- Lavastone Golem (22643, 0, 0, 80, -5, 20, 20, 20, 20), -- Magma Golem (22644, 5, 20, 20, 20, 20, 20, -13, 184), -- Arimanes of Destruction (22645, 5, 20, 20, 20, 20, 20, -13, 184), -- Balor of Destruction (22646, 5, 20, 20, 20, 20, 20, -13, 184), -- Ashuras of Destruction (22647, 0, 0, 20, 20, 20, 20, 20, 20), -- Lavasillisk (22648, 0, 0, 80, -5, 20, 20, 20, 20), -- Blazing Ifrit (22649, 0, 0, 80, -5, 20, 20, 20, 20), -- Magma Drake (22650, 0, 0, 150, 150, 150, 150, 150, 150), -- Mucrokian Fanatic (22651, 0, 0, 150, 150, 150, 150, 150, 150), -- Mucrokian Ascetic (22652, 0, 0, 150, 150, 150, 150, 150, 150), -- Mucrokian Savior (22653, 0, 0, 150, 150, 150, 150, 150, 150), -- Mucrokian Preacher (22654, 0, 0, 150, 150, 150, 150, 150, 150), -- Contaminated Mucrokian (22655, 0, 0, 150, 150, 150, 150, 150, 150), -- Awakened Mucrokian (22656, 0, 0, 150, 150, 150, 150, 150, 150), -- Suppressor (22657, 0, 0, 150, 150, 150, 150, 150, 150), -- Executioner (22658, 0, 0, 150, 150, 150, 150, 150, 150), -- Sentinel Waterspirit (22659, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian Waterspirit (22660, 1, 150, 90, 150, 130, 130, 130, 130), -- Lesser Giant (22661, 1, 150, 90, 150, 130, 130, 130, 130), -- Lesser Giant Soldier (22662, 1, 150, 90, 150, 130, 130, 130, 130), -- Lesser Giant Shooter (22663, 1, 150, 90, 150, 130, 130, 130, 130), -- Lesser Giant Scout (22664, 1, 150, 90, 150, 130, 130, 130, 130), -- Lesser Giant Mage (22665, 1, 150, 90, 150, 130, 130, 130, 130), -- Lesser Giant Elder (22666, 1, 150, 90, 150, 130, 130, 130, 130), -- Barif (22667, 1, 150, 90, 150, 130, 130, 130, 130), -- Barif's Pet (22668, 1, 150, 90, 150, 130, 130, 130, 130), -- Gamlin (22669, 1, 150, 90, 150, 130, 130, 130, 130), -- Leogul (22670, 1, 150, 90, 150, 130, 130, 130, 130), -- Cursed Lord (22671, 1, 150, 90, 150, 130, 130, 130, 130), -- Cursed Guardian! (22672, 1, 150, 90, 150, 130, 130, 130, 130), -- Cursed Seer (22673, 1, 150, 90, 150, 130, 130, 130, 130), -- Hirokai (22674, 1, 150, 90, 150, 130, 130, 130, 130), -- Imagro (22675, 1, 150, 90, 150, 130, 130, 130, 130), -- Palit (22676, 1, 150, 90, 150, 130, 130, 130, 130), -- Hamlet (22677, 1, 150, 90, 150, 130, 130, 130, 130), -- Klennot (22678, 3, 150, 130, 130, 90, 150, 130, 130), -- Grave Robber Summoner (22679, 3, 150, 130, 130, 90, 150, 130, 130), -- Grave Robber Magician (22680, 3, 150, 130, 130, 90, 150, 130, 130), -- Grave Robber Worker (22681, 3, 150, 130, 130, 90, 150, 130, 130), -- Grave Robber Warrior (22682, 3, 150, 130, 130, 90, 150, 130, 130), -- Grave Robber Warrior of Light (22683, 5, 150, 130, 130, 130, 130, 90, 150), -- Servitor of Darkness (22684, 5, 150, 130, 130, 130, 130, 90, 150), -- Servitor of Darkness (22685, 5, 150, 130, 130, 130, 130, 90, 150), -- Servitor of Darkness (22686, 5, 150, 130, 130, 130, 130, 90, 150), -- Servitor of Darkness (22687, 5, 150, 130, 130, 130, 130, 90, 150), -- Phantoms of the Mine (22688, 5, 150, 130, 130, 130, 130, 90, 150), -- Evil Spirits of the Mine (22689, 3, 150, 130, 130, 90, 150, 130, 130), -- Mine Bug (22690, 3, 150, 130, 130, 90, 150, 130, 130), -- Earth Wyrm's Descendant (22691, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc (22692, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Warrior (22693, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Hero (22694, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Commander (22695, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Healer (22696, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Shaman (22697, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Priest (22698, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Archer (22699, 5, 150, 130, 130, 130, 130, 90, 150), -- Ragna Orc Sniper (22700, 5, 150, 130, 130, 130, 130, 90, 150), -- Varangka's Guardian (22701, 5, 150, 130, 130, 130, 130, 90, 150), -- Varangka's Dre Vanul (22702, 5, 150, 130, 130, 130, 130, 90, 150), -- Varangka's Destroyer (22703, 3, 150, 130, 130, 90, 150, 130, 130), -- Contaminated Morek Warrior (22704, 3, 150, 130, 130, 90, 150, 130, 130), -- Contaminated Batur Warrior (22705, 3, 150, 130, 130, 90, 150, 130, 130), -- Contaminated Batur Commander (22706, 5, 150, 130, 130, 130, 130, 90, 150), -- Turka Follower's Ghost (22707, 5, 150, 130, 130, 130, 130, 90, 150), -- Turka Commander's Ghost (22708, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Warrior of Nightmare (22709, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Healer of Nightmare (22710, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Guide of Nightmare (22711, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Destroyer of Nightmare (22712, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Assassin of Nightmare (22713, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Shaman of Nightmare (22714, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Archer of Nightmare (22715, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Soldier of Nightmare (22716, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Soldier of Nightmare (22717, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Disciple of Nightmare (22718, 5, 200, 170, 170, 170, 170, 120, 200), -- Invader Elite Soldier of Nightmare (22719, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Warrior (22720, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Healer (22721, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Guide (22722, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Destroyer (22723, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Assassin (22724, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Shaman (22725, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Archer (22726, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Soldier (22727, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Soldier (22728, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Disciple (22729, 5, 200, 170, 170, 170, 170, 120, 200), -- Nihil Invader Elite Soldier (22730, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Warrior (22731, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Healer (22732, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Guide (22733, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Destroyer (22734, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Assassin (22735, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Shaman (22736, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Overlord (22737, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Soldier (22738, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Soldier (22739, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Disciple (22740, 5, 250, 220, 220, 220, 220, 170, 250), -- Mutant Elite Soldier (22741, 3, 150, 130, 130, 90, 150, 130, 130), -- Grave Robber Warrior (22742, 0, 0, 20, 20, 20, 20, 20, 20), -- Ornithomimus (22743, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (22744, 0, 0, 20, 20, 20, 20, 20, 20), -- Ornithomimus (22745, 0, 0, 20, 20, 20, 20, 20, 20), -- Deinonychus (22746, 3, 300, 220, 220, 170, 300, 220, 220), -- Bgurent (22747, 3, 300, 220, 220, 170, 300, 220, 220), -- Brakian (22748, 3, 300, 220, 220, 170, 300, 220, 220), -- Groikan (22749, 3, 300, 220, 220, 170, 300, 220, 220), -- Treykan (22750, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Bgurent (22751, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Brakian (22752, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Groikan (22753, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Treykan (22754, 3, 300, 220, 220, 170, 300, 220, 220), -- Turtlelian (22755, 3, 300, 220, 220, 170, 300, 220, 220), -- Krajian (22756, 3, 300, 220, 220, 170, 300, 220, 220), -- Tardyon (22757, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Turtlelian (22758, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Krajian (22759, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Tardyon (22760, 3, 300, 220, 220, 170, 300, 220, 220), -- Kanibi (22761, 3, 300, 220, 220, 170, 300, 220, 220), -- Kiriona (22762, 3, 300, 220, 220, 170, 300, 220, 220), -- Kaiona (22763, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Kanibi (22764, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Kiriona (22765, 3, 300, 220, 220, 170, 300, 220, 220), -- Elite Kaiona (22766, 0, 0, 20, 20, 20, 20, 20, 20), -- Mithril Millipede (22767, 0, 0, 20, 20, 20, 20, 20, 20), -- Archery Knight (22768, 3, 150, 130, 130, 90, 170, 130, 130), -- Tanta Lizardman Scout (22769, 3, 170, 140, 140, 100, 180, 140, 140), -- Tanta Lizardman Warrior (22770, 3, 170, 140, 140, 100, 180, 140, 140), -- Tanta Lizardman Soldier (22771, 3, 170, 140, 140, 100, 180, 140, 140), -- Tanta Lizardman Berserker (22772, 3, 170, 140, 140, 100, 180, 140, 140), -- Tanta Lizardman Archer (22773, 3, 150, 130, 130, 90, 170, 130, 130), -- Tanta Lizardman Magician (22774, 3, 200, 170, 170, 120, 200, 170, 170), -- Tanta Lizardman Summoner (22775, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Drill Sergeant (22776, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Training Officer (22777, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Drill Sergeant (22778, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Drill Sergeant (22779, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Escort Guard (22780, 0, 150, 170, 90, 140, 140, 140, 140), -- Sel Mahum Recruit (22781, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Soldier (22782, 0, 150, 170, 90, 140, 140, 140, 140), -- Sel Mahum Recruit (22783, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Soldier (22784, 0, 150, 170, 90, 140, 140, 140, 140), -- Sel Mahum Recruit (22785, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Soldier (22786, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Squad Leader (22787, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Squad Leader (22788, 0, 170, 180, 100, 140, 140, 140, 140), -- Sel Mahum Squad Leader (22789, 4, 150, 170, 170, 170, 130, 140, 30), -- Guide Solina (22790, 4, 150, 170, 170, 170, 130, 140, 30), -- Seeker Solina (22791, 4, 150, 170, 170, 170, 130, 140, 30), -- Savior Solina (22792, 4, 150, 170, 170, 170, 130, 140, 30), -- Disciple Solina (22793, 4, 150, 170, 170, 170, 130, 140, 30), -- Ascetic Solina (22794, 4, 170, 150, 150, 150, 150, 160, 110), -- Divinity Judge (22795, 4, 170, 150, 150, 150, 150, 160, 110), -- Divinity Manager (22796, 4, 200, 170, 170, 170, 170, 180, 120), -- Divinity Supervisor (22797, 4, 200, 170, 170, 170, 170, 180, 120), -- Divinity Worshipper (22798, 4, 200, 170, 170, 170, 170, 180, 120), -- Divinity Protector (22799, 4, 200, 170, 170, 170, 170, 180, 120), -- Divinity Fighter (22800, 4, 220, 170, 170, 170, 170, 180, 120), -- Divinity Magus (22801, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruel Pincer Golem (22802, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruel Pincer Golem (22803, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruel Pincer Golem (22804, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Jackhammer Golem (22805, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Jackhammer Golem (22806, 0, 0, 20, 20, 20, 20, 20, 20), -- Horrifying Jackhammer Golem (22807, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout-type Golem No. 28 (22808, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout-type Golem No. 2 (22809, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard Golem (22810, 0, 0, 20, 20, 20, 20, 20, 20), -- Micro Scout Golem (22811, 0, 0, 20, 20, 20, 20, 20, 20), -- Great Chaos Golem (22812, 0, 0, 20, 20, 20, 20, 20, 20), -- Boom Golem (22813, 5, 100, 100, 100, 100, 100, 60, 140), -- Demon's Banquet (22814, 5, 100, 100, 100, 100, 100, 60, 140), -- Demon's Banquet (22815, 5, 100, 100, 100, 100, 100, 60, 140), -- Drakos (22816, 5, 100, 100, 100, 100, 100, 60, 140), -- Maluk Maiden of the Valley (22817, 5, 100, 100, 100, 100, 100, 60, 140), -- Maluk Summoner of the Valley (22818, 5, 110, 110, 110, 110, 110, 70, 150), -- Exploding Orc Ghost (22819, 5, 110, 110, 110, 110, 110, 70, 150), -- Wrathful Orc Ghost (22820, 5, 120, 120, 120, 120, 120, 80, 160), -- Mesmer Drake (22821, 5, 120, 120, 120, 120, 120, 80, 160), -- Immortal Necromancer (22822, 0, 130, 170, 90, 130, 130, 130, 130), -- Drakos Warrior (22823, 0, 130, 170, 90, 130, 130, 130, 130), -- Drakos Assassin (22824, 0, 140, 180, 100, 140, 140, 140, 140), -- Drakos Guardian (22825, 5, 130, 130, 130, 130, 130, 90, 170), -- Giant Noxious Scorpion (22826, 5, 130, 130, 130, 130, 130, 90, 170), -- Noxious Scorpion (22827, 3, 140, 140, 140, 100, 180, 140, 140), -- Batwing Drake (22828, 1, 130, 90, 170, 130, 130, 130, 130), -- Parasitic Leech (22829, 2, 120, 120, 120, 160, 80, 120, 120), -- Emerald Drake (22830, 1, 130, 90, 170, 130, 130, 130, 130), -- Gem Dragon (22831, 1, 130, 90, 170, 130, 130, 130, 130), -- Dragon Tracker of the Valley (22832, 1, 130, 90, 170, 130, 130, 130, 130), -- Dragon Scout of the Valley (22833, 3, 130, 130, 130, 90, 170, 130, 130), -- Sand Drake Tracker (22834, 3, 140, 140, 140, 100, 180, 140, 140), -- Dust Dragon Tracker (22835, 0, 130, 170, 90, 130, 130, 130, 130), -- Magma Drake Mother (22836, 0, 130, 170, 90, 130, 130, 130, 130), -- Magma Drake Hatchling (22837, 1, 130, 90, 170, 130, 130, 130, 130), -- Gem Dragon Hatchling (22838, 5, 150, 150, 150, 150, 150, 110, 190), -- Maluk Leader (22839, 5, 150, 150, 150, 150, 150, 110, 190), -- Maluk Warlord (22840, 5, 150, 150, 150, 150, 150, 110, 190), -- Maluk Hunter (22841, 5, 150, 150, 150, 150, 150, 110, 190), -- Maluk Princess (22842, 5, 150, 150, 150, 150, 150, 110, 190), -- Maluk Banshee (22843, 5, 150, 150, 150, 150, 150, 110, 190), -- Maluk Sniper (22844, 2, 150, 150, 150, 190, 110, 150, 150), -- Dragon Knight (22845, 2, 150, 150, 150, 190, 110, 150, 150), -- Dragon Knight (22846, 2, 150, 150, 150, 190, 110, 150, 150), -- Elite Dragon Knight (22847, 2, 150, 150, 150, 190, 110, 150, 150), -- Dragon Knight Warrior (22848, 2, 150, 150, 150, 190, 110, 150, 150), -- Drake Leader (22849, 2, 150, 150, 150, 190, 110, 150, 150), -- Drake Warrior (22850, 2, 150, 150, 150, 190, 110, 150, 150), -- Drake Scout (22851, 2, 150, 150, 150, 190, 110, 150, 150), -- Drake Mage (22852, 2, 150, 150, 150, 190, 110, 150, 150), -- Dragon Guard (22853, 2, 150, 150, 150, 190, 110, 150, 150), -- Dragon Mage (22854, 5, 160, 160, 160, 160, 160, 120, 190), -- Bloody Karik (22855, 5, 160, 160, 160, 160, 160, 120, 200), -- Bloody Berserker (22856, 5, 160, 160, 160, 160, 160, 120, 200), -- Bloody Karinness (22857, 5, 180, 180, 180, 180, 180, 140, 220), -- Knoriks (22858, 5, 120, 120, 120, 120, 120, 80, 160), -- Necromancer of the Valley (22859, 0, 110, 150, 70, 110, 110, 110, 110), -- Howl (22860, 1, 120, 80, 160, 120, 120, 120, 120), -- Hungry Parasitic Leech (22861, 5, 130, 130, 130, 130, 130, 90, 170), -- Hard Noxious Scorpion (22862, 0, 130, 170, 90, 130, 130, 130, 130), -- Drakos Hunter (25001, 0, 0, 20, 20, 20, 20, 20, 20), -- Greyclaw Kutus (25002, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard of Kutus (25003, 0, 0, 20, 20, 20, 20, 20, 20), -- Pawn of Kutus (25004, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Mercenary Captain (25005, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Mercenary Archer (25006, 0, 0, 20, 20, 20, 20, 20, 20), -- Turek Mercenary Warrior (25007, 0, 0, 20, 20, 20, 20, 20, 20), -- Retreat Spider Cletu (25008, 0, 0, 20, 20, 20, 20, 20, 20), -- Cletu's Retainer (25009, 0, 0, 20, 20, 20, 20, 20, 20), -- Cletu's Pawn (25010, 0, 0, 20, 20, 20, 20, 20, 20), -- Furious Thieles (25011, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard of Thieles (25012, 0, 0, 20, 20, 53, 20, 20, 20), -- Follower of Thieles (25013, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of Peasant Leader (25014, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of Peasant (25015, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of Peasant (25016, 0, 0, 20, 20, 20, 20, 20, 20), -- The 3rd Underwater Guardian (25017, 0, 0, 20, 20, 20, 20, 20, 20), -- Escort of the 3rd Guardian (25018, 0, 0, 20, 20, 20, 20, 20, 20), -- Support of the 3rd Guardian (25019, 0, 0, 20, 20, 53, 20, 20, 20), -- Pan Dryad (25020, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Warlock Pastu (25021, 5, 20, 20, 20, 20, 20, -13, 189), -- Pastu's Silhouette (25022, 5, 20, 20, 20, 20, 20, -13, 189), -- Pastu's Shadow (25023, 0, 0, 20, 20, 20, 20, 20, 20), -- Stakato Queen Zyrnna (25024, 0, 0, 20, 20, 20, 20, 20, 20), -- Jeruna's Guard Captain (25025, 0, 0, 20, 20, 20, 20, 20, 20), -- Jeruna's Guard (25026, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Commander Atis (25027, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Marksman (25028, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Raider (25029, 0, 0, 20, 20, 20, 20, 20, 20), -- Atraiban (25030, 0, 0, 20, 20, 20, 20, 20, 20), -- Atraiban's Top Disciple (25031, 0, 0, 20, 20, 20, 20, 20, 20), -- Atraiban's Disciple (25032, 5, 20, 20, 20, 20, 20, -13, 189), -- Eva's Guardian Millenu (25033, 0, 0, 20, 20, 20, 20, 20, 20), -- Millenu Guard Shaman (25034, 5, 20, 20, 20, 20, 20, -32, 53), -- Millenu Guard Warrior (25035, 5, 20, 20, 20, 20, 20, -13, 189), -- Shilen's Messenger Cabrio (25036, 5, 20, 20, 20, 20, 20, -32, 53), -- Cabrio Captor (25037, 5, 20, 20, 20, 20, 20, -13, 189), -- Cabrio Blader (25038, 5, 20, 20, 20, 20, 20, -13, 189), -- Tirak (25039, 5, 20, 20, 20, 20, 20, -32, 53), -- Tirak's Guard (25040, 5, 20, 20, 20, 20, 20, -32, 53), -- Tirak's Knight (25041, 0, 0, 20, 20, 20, 20, 20, 20), -- Remmel (25042, 0, 0, 20, 20, 20, 20, 20, 20), -- Remmel's Archer (25043, 0, 0, 20, 20, 20, 20, 20, 20), -- Remmel's Guard (25044, 5, 20, 20, 20, 20, 20, -32, 53), -- Barion (25045, 0, 0, 20, 20, 20, 20, 20, 20), -- Barion's Dark Mage (25046, 5, 20, 20, 20, 20, 20, -32, 53), -- Barion's Grunt (25047, 5, 20, 20, 20, 20, 20, -32, 53), -- Karte (25048, 5, 20, 20, 20, 20, 20, -32, 53), -- Karte's Chief Knight (25049, 5, 20, 20, 20, 20, 20, -32, 53), -- Karte's Royal Guard (25050, 5, 20, 20, 20, 20, 20, -32, 53), -- Verfa (25051, 5, 20, 20, 20, 20, 20, -13, 189), -- Rahha (25052, 0, 0, 20, 20, 20, 20, 20, 20), -- Priestess of Rahha (25053, 0, 0, 20, 20, 20, 20, 20, 20), -- Fanatics of Rahha (25054, 5, 20, 20, 20, 20, 20, -13, 189), -- Kernon (25055, 5, 20, 20, 20, 20, 20, -32, 53), -- Taliadon (25056, 5, 20, 20, 20, 20, 20, -32, 53), -- Vemsk (25057, 0, 0, 20, 20, 20, 20, 20, 20), -- Beacon of Blue Sky (25058, 5, 20, 20, 20, 20, 20, -32, 53), -- Beacon's Shooter (25059, 5, 20, 20, 20, 20, 20, -32, 53), -- Beacon's Warrior (25060, 5, 20, 20, 20, 20, 20, -13, 189), -- Unrequited Kael (25061, 0, 0, 20, 20, 20, 20, 20, 20), -- Kael's Bead (25062, 0, 0, 20, 20, 20, 20, 20, 20), -- Kael's Escort (25063, 0, 0, 20, 20, 20, 20, 20, 20), -- Chertuba of Great Soul (25064, 0, 0, 20, 20, 20, 20, 20, 20), -- Wizard of Storm Teruk (25065, 0, 0, 20, 20, 20, 20, 20, 20), -- Teruk's Escort (25066, 0, 0, 20, 20, 20, 20, 20, 20), -- Teruk's Knight (25067, 0, 0, 20, 20, 20, 20, 20, 20), -- Captain of Red Flag Shaka (25068, 0, 0, 20, 20, 20, 20, 20, 20), -- Shaka's Shooter (25069, 0, 0, 20, 20, 20, 20, 20, 20), -- Shaka's Follower (25070, 0, 0, 20, 20, 20, 20, 20, 20), -- Enchanted Forest Watcher Ruell (25071, 0, 0, 20, 20, 20, 20, 20, 20), -- Ruell's Wind (25072, 0, 0, 20, 20, 20, 20, 20, 20), -- Ruell's Unicorn (25073, 5, 20, 20, 20, 20, 20, -13, 189), -- Bloody Priest Rudelto (25074, 5, 20, 20, 20, 20, 20, -83, 53), -- Rudelto's Banshee (25075, 5, 20, 20, 20, 20, 20, -13, 189), -- Rudelto's Dre Vanul (25076, 0, 0, 20, 20, 20, 20, 20, 20), -- Princess Molrang (25077, 0, 0, 20, 20, 20, 20, 20, 20), -- Captain Dogun (25078, 0, 0, 20, 20, 20, 20, 20, 20), -- Princess' Guard (25079, 0, 0, 20, 20, 20, 20, 20, 20), -- Cat's Eye Bandit (25080, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (25081, 0, 0, 20, 20, 20, 20, 20, 20), -- Cat's Eye Bandit (25082, 0, 0, 20, 20, 20, 20, 20, 20), -- Leader of Cat Gang (25083, 0, 0, 20, 20, 20, 20, 20, 20), -- Cat Gang (25084, 0, 0, 20, 20, 20, 20, 20, 20), -- Cat Gang (25085, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Chief Ranger (25086, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Ranger (25087, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Ranger (25088, 0, 0, 20, 20, 20, 20, 20, 20), -- Crazy Mechanic Golem (25089, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless Wild Boar (25090, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless Wolf (25091, 0, 0, 20, 20, 20, 20, 20, 20), -- Soulless Bear (25092, 0, 0, 20, 20, 20, 20, 20, 20), -- Korim (25093, 0, 0, 20, 20, 20, 20, 20, 20), -- Korim Chief Guard Kaywon (25094, 0, 0, 20, 20, 20, 20, 20, 20), -- Korim Guards (25095, 5, 20, 20, 20, 20, 20, -32, 53), -- Elf Renoa (25096, 0, 0, 20, 20, 20, 20, 20, 20), -- Renoa's Elpy (25097, 0, 0, 20, 20, 20, 20, 20, 20), -- Renoa's Hog (25098, 0, 0, 20, 20, 20, 20, 20, 20), -- Sejarr's Servitor (25099, 5, 20, -13, 20, 20, 20, -32, 20), -- Rotting Tree Repiro (25100, 0, 0, 20, 20, 53, 20, 20, 20), -- Spirit of Sea of Spores (25101, 0, 0, 20, 20, 20, 20, 20, 20), -- Fighter of Sea of Spores (25102, 0, 0, 20, 20, 20, 20, 20, 20), -- Shacram (25103, 0, 0, 20, 20, 20, 20, 20, 20), -- Sorcerer Isirr (25104, 0, 0, 20, 20, 20, 20, 20, 20), -- Isirr's Guard (25105, 0, 0, 20, 20, 20, 20, 20, 20), -- Isirr's Guards (25106, 5, 20, 20, 20, 20, 20, -13, 189), -- Ghost of the Well Lidia (25107, 5, 20, 20, 20, 20, 20, -32, 53), -- Lidia's Archer (25108, 5, 20, 20, 20, 20, 20, -32, 53), -- Lidia's Fighter (25109, 5, 20, 20, 20, 20, 20, -13, 189), -- Antharas Priest Cloe (25110, 5, 20, 20, 20, 20, 20, -13, 189), -- Cloe's Servitor (25111, 5, 20, 20, 20, 20, 20, -13, 189), -- Cloe's Servitor (25112, 0, 0, 20, 20, 20, 20, 20, 20), -- Beleth's Agent, Meana (25113, 5, 20, 20, 20, 20, 20, -13, 189), -- Meana's Maid (25114, 5, 20, 20, 20, 20, 20, -32, 53), -- Meana's Guard Doll (25115, 0, 0, 20, 20, 20, 20, 20, 20), -- Icarus Sample 1 (25116, 0, 0, 20, 20, 20, 20, 20, 53), -- Icarus Sample 2 (25117, 0, 0, 20, 20, 20, 20, 20, 20), -- Icarus Sample 3 (25118, 5, 20, 20, 20, 20, 20, -32, 53), -- Guillotine, Warden of the Execution Grounds (25119, 0, 0, 20, 20, 53, 20, 20, 20), -- Messenger of Fairy Queen Berun (25120, 0, 0, 20, 20, 53, 20, 20, 20), -- Berun's Officer (25121, 0, 0, 20, 20, 53, 20, 20, 20), -- Berun's Prattler (25122, 0, 0, 20, 20, 20, 20, 20, 20), -- Refugee Applicant Leo (25123, 0, 0, 20, 20, 20, 20, 20, 20), -- Leo's Servant (25124, 0, 0, 20, 20, 20, 20, 20, 20), -- Leo's Steward (25125, 0, 0, 20, 20, 20, 20, 20, 20), -- Fierce Tiger King Angel (25126, 0, 0, 20, 20, 20, 20, 20, 20), -- Longhorn Golkonda (25127, 0, 0, 20, 20, 20, 20, 20, 20), -- Langk Matriarch Rashkos (25128, 0, 0, 20, 20, 20, 20, 20, 20), -- Vuku Grand Priest Gharmash (25129, 0, 0, 20, 20, 20, 20, 20, 20), -- Vuku Shaman (25130, 0, 0, 20, 20, 20, 20, 20, 20), -- Gharmash's Pet Trimden (25131, 0, 0, 20, 20, 20, 20, 20, 20), -- Carnage Lord Gato (25132, 0, 0, 20, 20, 20, 20, 20, 20), -- Gato's Marksman (25133, 0, 0, 20, 20, 20, 20, 20, 20), -- Gato's Troop Leader (25134, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Chief Talkin (25135, 0, 0, 20, 20, 20, 20, 20, 20), -- Talkin's Priest (25136, 0, 0, 20, 20, 20, 20, 20, 20), -- Talkin's Bodyguard (25137, 5, 20, 20, 20, 20, 20, -13, 189), -- Beleth's Seer, Sephia (25138, 0, 0, 20, 20, 20, 20, 20, 20), -- Soul Drinker (25139, 5, 20, 20, 20, 20, 20, -13, 189), -- Sephia's Salve (25140, 0, 0, 20, 20, 20, 20, 20, 20), -- Hekaton Prime (25141, 0, 0, 20, 20, 20, 20, 20, 20), -- Hekaton Cottus (25142, 0, 0, 20, 20, 20, 20, 20, 20), -- Hekaton Chires (25143, 0, 0, 20, 20, 20, 20, 53, 15), -- Fire of Wrath Shuriel (25144, 0, 0, 20, 20, 20, 20, 20, 20), -- Shuriel's Oracle (25145, 0, 0, 20, 20, 20, 20, 53, 15), -- Shuriel's Paladin (25146, 0, 0, 20, 20, 20, 20, 20, 20), -- Serpent Demon Bifrons (25147, 0, 0, 20, 20, 20, 20, 20, 20), -- Assassin of Bifrons (25148, 0, 0, 20, 20, 20, 20, 20, 20), -- Butcher of Bifrons (25149, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie Lord Crowl (25150, 5, 20, 20, 20, 20, 20, -32, 53), -- Evil Spirit Archer (25151, 5, 20, 20, 20, 20, 20, -32, 53), -- Evil Spirit Warrior (25152, 5, 20, 20, 20, 20, 20, -13, 189), -- Flame Lord Shadar (25153, 0, 0, 20, 20, 53, 20, 20, 20), -- Claws of Shadar (25154, 5, 20, 20, 20, 20, 20, -13, 189), -- Whip of Shadar (25155, 0, 0, 20, 20, 20, 20, 20, 20), -- Shaman King Selu (25156, 0, 0, 20, 20, 20, 20, 20, 20), -- Fanatic Shaman (25157, 0, 0, 20, 20, 20, 20, 20, 20), -- Fanatic Soldier (25158, 0, 0, 20, 20, 20, 20, 20, 20), -- King Tarlk (25159, 0, 0, 20, 20, 20, 20, 20, 20), -- Paniel the Unicorn (25160, 0, 0, 20, 20, 20, 20, 20, 20), -- Rapini the Unicorn (25161, 0, 0, 20, 20, 20, 20, 20, 20), -- Ririf the Unicorn (25162, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Marpanak (25163, 0, 0, 20, 20, 20, 20, 20, 20), -- Roaring Skylancer (25166, 5, 20, 20, 20, 20, 20, -32, 53), -- Ikuntai (25167, 5, 20, 20, 20, 20, 20, -13, 189), -- Ikuntai's Servitor (25168, 5, 20, 20, 20, 20, 20, -32, 53), -- Pawn of Ikuntai (25169, 0, 0, 20, 20, 20, 20, 20, 20), -- Ragraman (25170, 0, 0, 20, 20, 20, 20, 20, 20), -- Lizardmen Leader Hellion (25171, 0, 0, 20, 20, 20, 20, 20, 20), -- Hellion's Archers (25172, 0, 0, 20, 20, 20, 20, 20, 20), -- Hellion's Guards (25173, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiger King Karuta (25174, 0, 0, 20, 20, 20, 20, 20, 20), -- Karuta's Follower (25175, 0, 0, 20, 20, 20, 20, 20, 20), -- Karuta's Inferiors (25176, 5, 20, 20, 20, 20, 20, -13, 189), -- Black Lily (25177, 5, 20, 20, 20, 20, 20, -32, 53), -- Guardian Knight of Black Lily (25178, 5, 20, 20, 20, 20, 20, -13, 189), -- Servitor of Black Lily (25179, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of the Statue of Giant Karum (25180, 0, 0, 20, 20, 20, 20, 20, 20), -- Karum's Guard (25181, 0, 0, 20, 20, 20, 20, 20, 20), -- Karum's Warrior (25182, 5, 20, 20, 20, 20, 20, -13, 189), -- Demon Kuri (25183, 5, 20, 20, 20, 20, 20, -13, 189), -- Kuri's Wife (25184, 5, 20, 20, 20, 20, 20, -32, 53), -- Devil Blader of Chaos (25185, 0, 0, 20, 20, 20, 20, 20, 20), -- Tasaba Patriarch Hellena (25186, 0, 0, 20, 20, 20, 20, 20, 20), -- Hellena's Marksman (25187, 0, 0, 20, 20, 20, 20, 20, 20), -- Hellena's Soldier (25188, 0, 0, 20, 20, 20, 20, 20, 20), -- Apepi (25189, 0, 0, 20, 20, 20, 20, 20, 20), -- Cronos' Servitor Mumu (25190, 0, 0, 20, 20, 20, 20, 20, 20), -- Mumu's Wizard (25191, 0, 0, 20, 20, 20, 20, 20, 20), -- Mumu's Warrior (25192, 0, 0, 20, 20, 20, 20, 20, 20), -- Earth Protector Panathen (25193, 0, 0, 20, 20, 20, 20, 20, 20), -- Panathen's Knight (25194, 0, 0, 20, 20, 20, 20, 20, 20), -- Panathen's Protectors (25198, 0, 0, 20, 20, 20, 20, 20, 20), -- Fafurion's Herald Lokness (25199, 5, 20, 20, 20, 20, 20, 20, 110), -- Water Dragon Priest Sheshark (25200, 0, 0, 20, 20, 20, 20, 20, 20), -- Family of Sheshark (25201, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard of Sheshark (25202, 0, 0, 20, 20, 20, 20, 20, 20), -- Krokian Padisha Sobekk (25203, 0, 0, 20, 20, 20, 20, 20, 20), -- Parhit Padisha Sobekk (25204, 0, 0, 20, 20, 20, 20, 20, 20), -- Krokian Padisha Sobekk (25205, 0, 0, 20, 20, 20, 20, 53, 15), -- Ocean Flame Ashakiel (25206, 0, 0, 20, 20, 20, 20, 53, 15), -- Ashakiel's Blade (25207, 0, 0, 20, 20, 20, 20, 53, 15), -- Ashakiel's Rod (25208, 0, 0, 20, 20, 20, 20, 20, 20), -- Water Couatl Ateka (25209, 0, 0, 20, 20, 20, 20, 20, 20), -- Ateka's Shaman (25210, 0, 0, 20, 20, 20, 20, 20, 20), -- Ateka's Grunt (25211, 0, 0, 20, 20, 20, 20, 20, 20), -- Sebek (25212, 0, 0, 20, 20, 20, 20, 20, 20), -- Sebek's Priest (25213, 0, 0, 20, 20, 20, 20, 20, 20), -- Sebek's Fanatic (25214, 0, 0, 20, 20, 20, 20, 20, 20), -- Fafurion's Page Sika (25215, 0, 0, 20, 20, 20, 20, 20, 20), -- Sika's Wizard (25216, 0, 0, 20, 20, 20, 20, 20, 20), -- Sika's Fighter (25217, 0, 0, 20, 20, 20, 20, 20, 20), -- Cursed Clara (25218, 0, 0, 20, 20, 20, 20, 20, 20), -- Clara's Marksman (25219, 0, 0, 20, 20, 20, 20, 20, 20), -- Clara's Pawn (25220, 5, 20, 20, 20, 20, 20, 20, 189), -- Death Lord Hallate (25221, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Mage Krician (25222, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Fighter Harik (25223, 5, 20, 20, 20, 20, 20, -83, 53), -- Soul Collector Acheron (25224, 5, 20, 20, 20, 20, 20, -32, 53), -- Soul Slasher (25225, 5, 20, 20, 20, 20, 20, -32, 53), -- Soul Strainer (25226, 0, 0, 20, 20, 20, 20, 20, 20), -- Roaring Lord Kastor (25227, 0, 0, 20, 20, 20, 20, 20, 20), -- Kastor's Priest (25228, 0, 0, 20, 20, 20, 20, 20, 20), -- Kastor's Prefect (25229, 0, 0, 20, 20, 20, 20, 20, 20), -- Storm Winged Naga (25230, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Priest Ragoth (25231, 0, 0, 20, 20, 20, 20, 20, 20), -- Ragoth's Guard (25232, 0, 0, 20, 20, 20, 20, 20, 20), -- Ragoth's Herald (25233, 5, 20, 20, 20, 20, 20, -32, 53), -- Spirit of Andras, the Betrayer (25234, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Drake (25235, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Chief Kandra (25236, 0, 0, 20, 20, 20, 20, 20, 20), -- Kandra's Healer (25237, 0, 0, 20, 20, 20, 20, 20, 20), -- Kandra's Guard (25238, 0, 0, 20, 20, 20, 20, 20, 20), -- Abyss Brukunt (25239, 0, 0, 20, 20, 20, 20, 20, 20), -- Monstrous Beast of Abyss Brukunt (25240, 0, 0, 20, 20, 20, 20, 20, 20), -- Wild Beast of Abyss Brukunt (25241, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Hero Tamash (25242, 0, 0, 20, 20, 20, 20, 20, 20), -- Tamash's Advisor (25243, 0, 0, 20, 20, 20, 20, 20, 20), -- Tamash's Servant (25244, 0, 0, 20, 20, 20, 20, 20, 20), -- Last Lesser Giant Olkuth (25245, 0, 0, 20, 20, 20, 20, 20, 20), -- Last Lesser Giant Glaki (25246, 0, 0, 20, 20, 20, 20, 20, 20), -- Glaki's Henchman (25247, 0, 0, 20, 20, 20, 20, 20, 20), -- Glaki's Servant (25248, 5, 20, 20, 20, 20, 20, -83, 53), -- Doom Blade Thanatos (25249, 5, 20, -13, 20, 20, 20, -32, 20), -- Menacing Palatanos (25250, 0, 0, -13, 20, 20, 20, 20, 20), -- Man-Eating Plant of Palatanos (25251, 5, 20, -13, 20, 20, 20, -32, 20), -- Sapling of Palatanos (25252, 0, 0, 20, 20, 20, 20, 20, 20), -- Palibati Queen Themis (25253, 5, 20, 20, 20, 20, 20, -13, 189), -- Handmaiden of Themis (25254, 5, 20, 20, 20, 20, 20, -32, 53), -- Themis' Sentinel (25255, 0, 0, 20, 20, 20, 20, 20, 20), -- Gargoyle Lord Tiphon (25256, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik High Prefect Arak (25257, 0, 0, 20, 20, 20, 20, 20, 20), -- Arak's Archer (25258, 0, 0, 20, 20, 20, 20, 20, 20), -- Arak's Footman (25259, 0, 0, 20, 20, 20, 20, 20, 20), -- Zaken's Butcher Krantz (25260, 0, 0, 20, 20, 20, 20, 20, 20), -- Iron Giant Totem (25261, 0, 0, 20, 20, 20, 20, 20, 20), -- Totem Guard Archer (25262, 0, 0, 20, 20, 20, 20, 20, 20), -- Totem Guard (25263, 0, 0, 20, 20, 20, 20, 20, 20), -- Kernon's Faithful Servant Kelone (25264, 5, 20, 20, 20, 20, 20, -32, 53), -- Kelone's Assassin (25265, 0, 0, 20, 20, 20, 20, 20, 53), -- Kelone's Secret Knight (25266, 5, 20, 20, 20, 20, 20, -13, 189), -- Bloody Empress Decarbia (25267, 5, 20, 20, 20, 20, 20, -32, 53), -- Decarbia's Royal Guard (25268, 5, 20, 20, 20, 20, 20, -32, 53), -- Decarbia's Escort (25269, 0, 0, 20, 20, 20, 20, 20, 20), -- Beast Lord Behemoth (25270, 0, 0, 20, 20, 20, 20, 20, 20), -- Behemoth Javeliner (25271, 0, 0, 20, 20, 20, 20, 20, 20), -- Behemoth Flare (25272, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Leader Talakin (25273, 0, 0, 20, 20, 20, 20, 20, 20), -- Carnamakos (25274, 0, 0, 20, 20, 20, 20, 20, 20), -- Carnabarun (25275, 0, 0, 20, 20, 20, 20, 20, 20), -- Carnassiud (25276, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Lord Ipos (25277, 5, 20, 20, 20, 20, 20, -13, 189), -- Lilith's Witch Marilion (25278, 5, 20, 20, 20, 20, 20, 20, 110), -- Dead Soul of Stigma (25279, 5, 20, 20, 20, 20, 20, 20, 110), -- Evil Spirit of Stigma (25280, 0, 0, 20, 20, 20, 20, 53, 15), -- Pagan Watcher Cerberon (25281, 5, 20, 20, 20, 20, 20, -13, 189), -- Anakim's Nemesis Zakaron (25282, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Lord Shax (25283, 5, 20, 20, 20, 20, 20, -13, 189), -- Lilith (25284, 5, 20, 20, 20, 20, 20, -13, 189), -- Lilith's Agent (25285, 5, 20, 20, 20, 20, 20, -13, 189), -- Lilith's Escort (25286, 0, 0, 20, 20, 20, 20, 53, 15), -- Anakim (25287, 0, 0, 20, 20, 20, 20, 53, 15), -- Anakim's Guardian (25288, 0, 0, 20, 20, 20, 20, 53, 15), -- Anakim's Royal Guard (25289, 0, 0, 20, 20, 20, 20, 53, 15), -- Anakim's Executor (25290, 0, 0, 20, 20, 20, 20, 20, 20), -- Daimon the White-Eyed (25291, 0, 0, 20, 20, 20, 20, 20, 20), -- Family of Daimon (25292, 0, 0, 20, 20, -5, 20, 20, 20), -- Family of Daimon (25293, 0, 0, 20, 20, 53, 20, 20, 20), -- Hesti Guardian Deity of the Hot Springs (25294, 0, 0, 20, 20, 20, 20, 20, 20), -- Fighter of Hestia (25295, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Hestia (25296, 0, 0, 20, 20, 20, 20, 20, 20), -- Icicle Emperor Bumbalump (25297, 0, 0, 20, 20, 20, 20, 20, 20), -- Icicle Giant (25298, 0, 0, 20, 20, 20, 20, 20, 20), -- Icicle Giant (25299, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra's Hero Hekaton (25300, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout of Hekaton (25301, 0, 0, 20, 20, 20, 20, 20, 20), -- Servant of Hekaton (25302, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra's Commander Tayr (25303, 0, 0, 20, 20, 20, 20, 20, 20), -- Tayr's Aide (25304, 0, 0, 20, 20, 20, 20, 20, 20), -- Tayr's Guard (25305, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra's Chief Brakki (25306, 0, 0, 83, -5, 20, 20, 20, 20), -- Soul of Fire Nastron (25307, 0, 0, 83, -5, 20, 20, 20, 20), -- Family of Nastron (25308, 0, 0, 83, -5, 20, 20, 20, 20), -- Family of Nastron (25309, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Hero Shadith (25310, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadith's Royal Guard Captain (25311, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadith's Sentinel (25312, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Commander Mos (25313, 0, 0, 20, 20, 20, 20, 20, 20), -- Mos' Aide (25314, 0, 0, 20, 20, 20, 20, 20, 20), -- Mos' Guard (25315, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Chief Horus (25316, 0, 0, -5, 110, 20, 20, 20, 20), -- Soul of Water Ashutar (25317, 0, 0, -5, 110, 20, 20, 20, 20), -- Family of Ashutar (25318, 0, 0, -5, 110, 20, 20, 20, 20), -- Family of Ashutar (25319, 0, 0, 20, 20, 20, 20, 20, 20), -- Ember (25320, 0, 0, 20, 20, 20, 20, 20, 20), -- Sentinel of Ember (25321, 0, 0, 20, 20, 20, 20, 20, 20), -- Messenger of Ember (25322, 5, 20, 20, 20, 20, 20, -13, 189), -- Demon's Agent Falston (25323, 5, 20, 20, 20, 20, 20, -13, 189), -- Falston's Disciple (25324, 0, 0, 20, 20, 20, 20, 20, 20), -- Servant of Falston (25325, 0, 0, 20, 20, 20, 20, 53, 15), -- Flame of Splendor Barakiel (25326, 0, 0, 20, 20, 20, 20, 53, 15), -- Barakiel's Disciple (25327, 0, 0, 20, 20, 20, 20, 53, 15), -- Barakiel's Acolyte (25328, 5, 20, 20, 20, 20, 20, -13, 189), -- Eilhalder von Hellmann (25329, 5, 20, 20, 20, 20, 20, -13, 189), -- Violet (25330, 5, 20, 20, 20, 20, 20, -13, 189), -- Kurstin (25331, 5, 20, 20, 20, 20, 20, -13, 189), -- Mina (25332, 5, 20, 20, 20, 20, 20, -13, 189), -- Dorian (25333, 5, 20, 20, 20, 20, 20, -13, 189), -- Anakazel (25334, 5, 20, 20, 20, 20, 20, -13, 189), -- Anakazel (25335, 5, 20, 20, 20, 20, 20, -13, 189), -- Anakazel (25336, 5, 20, 20, 20, 20, 20, -13, 189), -- Anakazel (25337, 5, 20, 20, 20, 20, 20, -13, 189), -- Anakazel (25338, 5, 20, 20, 20, 20, 20, -13, 189), -- Anakazel (25339, 5, 20, 20, 20, 20, 20, -13, 189), -- Shadow of Halisha (25340, 5, 20, 20, 20, 20, 20, -13, 189), -- Knight of Shadow (25341, 5, 20, 20, 20, 20, 20, 20, 110), -- Knight of Shadow (25342, 5, 20, 20, 20, 20, 20, -13, 189), -- Shadow of Halisha (25343, 5, 20, 20, 20, 20, 20, -13, 189), -- Knight of Shadow (25344, 5, 20, 20, 20, 20, 20, -13, 189), -- Knight of Shadow (25345, 5, 20, 20, 20, 20, 20, -13, 189), -- Knight of shadow (25346, 5, 20, 20, 20, 20, 20, -13, 189), -- Shadow of Halisha (25347, 5, 20, 20, 20, 20, 20, -13, 189), -- Knight of Shadow (25348, 5, 20, 20, 20, 20, 20, -32, 53), -- Knight of Shadow (25349, 5, 20, 20, 20, 20, 20, -13, 189), -- Shadow of Halisha (25350, 5, 20, 20, 20, 20, 20, -13, 189), -- Knight of Shadow (25351, 5, 20, 20, 20, 20, 20, -13, 189), -- Knight of Shadow (25352, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Wasteland Basilisk (25353, 0, 0, 20, 20, 20, 20, 20, 20), -- Giant Wasteland Basilisk (25354, 0, 0, 20, 20, 20, 20, 20, 20), -- Gargoyle Lord Sirocco (25355, 0, 0, 20, 20, 20, 20, 20, 20), -- Sirocco's Gargoyle (25356, 0, 0, 20, 20, 20, 20, 20, 20), -- Sirocco's Guards (25357, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat Chief (25358, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat Guard (25359, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat Priest (25360, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiger Hornet (25361, 0, 0, 20, 20, 20, 20, 20, 20), -- Yellow Hornet (25362, 0, 0, 20, 20, 20, 20, 20, 20), -- Tracker Leader Sharuk (25363, 0, 0, 20, 20, 20, 20, 20, 20), -- Sharuk's Tracker (25364, 0, 0, 20, 20, 20, 20, 20, 20), -- Sharuk's Marksman (25365, 0, 0, 20, 20, 20, 20, 20, 20), -- Patriarch Kuroboros (25366, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuroboros' Priest (25367, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuroboros' Follower (25368, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuroboros' Discipline (25369, 5, 20, 20, 20, 20, 20, -32, 53), -- Soul Scavenger (25370, 5, 20, 20, 20, 20, 20, -32, 53), -- Corpse Scavenger (25371, 5, 20, 20, 20, 20, 20, -32, 53), -- Anima Scavenger (25372, 0, 0, 20, 20, 20, 20, 20, 20), -- Discarded Guardian (25373, 5, 20, 20, 20, 20, 20, -13, 189), -- Malex Herald of Dagoniel (25374, 0, 0, 20, 20, 20, 20, 20, 20), -- Abyss Flyer (25375, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie Lord Ferkel (25376, 5, 20, 20, 20, 20, 20, -32, 53), -- Ferkel's Warrior (25377, 5, 20, 20, 20, 20, 20, -32, 53), -- Ferkel's Priest (25378, 0, 0, 20, 20, 20, 20, 20, 20), -- Madness Beast (25379, 0, 0, 20, 20, 20, 20, 20, 20), -- Dementia Beast (25380, 5, 20, 20, 20, 20, 20, -13, 189), -- Kaysha Herald of Icarus (25381, 0, 0, 20, 20, 20, 20, 20, 20), -- Nightmare Flyer (25382, 0, 0, 20, 20, 20, 20, 20, 20), -- Hostile Flyer (25383, 5, 20, 20, 20, 20, 20, -32, 53), -- Revenant of Sir Calibus (25384, 5, 20, 20, 20, 20, 20, -32, 53), -- Servant of Calibus (25385, 5, 20, 20, 20, 20, 20, -13, 189), -- Evil Spirit Tempest (25386, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost of the Execution Grounds (25387, 5, 20, 20, 20, 20, 20, -32, 53), -- Malignant Spirit of the Execution Grounds (25388, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Eye Captain Trakia (25389, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Eye Archer (25390, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Eye Guards (25391, 0, 0, 20, 20, 20, 20, 20, 20), -- Nurka's Messenger (25392, 0, 0, 20, 20, 20, 20, 20, 20), -- Captain of Queen's Royal Guards (25393, 0, 0, 20, 20, 20, 20, 20, 20), -- Marsh Stakato Noble (25394, 0, 0, 20, 20, 20, 20, 20, 20), -- Premo Prime (25395, 0, 0, 20, 20, 20, 20, 20, 20), -- Archon Susceptor (25396, 0, 0, 20, 20, 20, 20, 20, 20), -- Kusion Susceptor (25397, 0, 0, 20, 20, 20, 20, 20, 20), -- Gustos Susceptor (25398, 0, 0, 20, 20, 20, 20, 20, 20), -- Beleth's Eye (25399, 0, 0, 20, 20, 20, 20, 20, 20), -- Apprentice of Watchman (25400, 0, 0, 20, 20, 20, 20, 20, 20), -- Page of Watchman (25401, 0, 0, 20, 20, 20, 20, 20, 20), -- Skyla (25402, 0, 0, 20, 20, 20, 20, 20, 20), -- Retainer of Skyla (25403, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Skyla (25404, 5, 20, 20, 20, 20, 20, -32, 53), -- Corsair Captain Kylon (25405, 5, 20, 20, 20, 20, 20, -32, 53), -- Kylon's Pirate (25406, 5, 20, 20, 20, 20, 20, -32, 53), -- Kylon's Mate (25407, 5, 20, 20, 20, 20, 20, -32, 53), -- Lord Ishka (25408, 5, 20, 20, 20, 20, 20, -32, 53), -- Ishka's Elite Officer (25409, 5, 20, 20, 20, 20, 20, -32, 53), -- Ishka's Elite Soldier (25410, 0, 0, 20, 20, 20, 20, 20, 20), -- Road Scavenger Leader (25411, 0, 0, 20, 20, 20, 20, 20, 20), -- Road Scavenger Henchman (25412, 5, 20, 20, 20, 20, 20, -32, 53), -- Necrosentinel Royal Guard (25413, 5, 20, 20, 20, 20, 20, -32, 53), -- Necrosentinel Archer (25414, 5, 20, 20, 20, 20, 20, -32, 53), -- Necrosentinel Soldier (25415, 0, 0, 20, 20, 20, 20, 20, 20), -- Nakondas (25416, 0, 0, 20, 20, 20, 20, 20, 20), -- Nakondas' Slave (25417, 5, 20, 20, 20, 20, 20, -13, 189), -- Nakondas' Chain (25418, 5, 20, 20, 20, 20, 20, -32, 53), -- Dread Avenger Kraven (25419, 0, 0, 20, 20, 20, 20, 20, 20), -- Dread Panther (25420, 0, 0, 20, 20, 20, 20, 20, 20), -- Orfen's Handmaiden (25421, 0, 0, 20, 20, 20, 20, 20, 20), -- Trisalim Escort (25422, 0, 0, -13, 20, 20, 20, 20, 20), -- Page of Rotting Tree (25423, 0, 0, 20, 20, 53, 20, 20, 20), -- Fairy Queen Timiniel (25424, 0, 0, 20, 20, 53, 20, 20, 20), -- Timiniel's Royal Guards (25425, 0, 0, 20, 20, 53, 20, 20, 20), -- Timiniel's Royal Guard Captain (25426, 0, 0, 20, 20, 20, 20, 20, 20), -- Betrayer of Urutu Freki (25427, 0, 0, 20, 20, 20, 20, 20, 20), -- Freki's Vampire Bat (25428, 0, 0, 20, 20, 20, 20, 20, 20), -- Freki's Wild Bear (25429, 0, 0, 20, 20, 20, 20, -13, 53), -- Mammon Collector Talos (25430, 0, 0, 20, 20, 20, 20, -13, 53), -- Talos' Cohort (25431, 0, 0, 20, 20, 20, 20, 20, 20), -- Flamestone Golem (25432, 0, 0, 20, 20, 20, 20, 20, 20), -- Elemental of Flame (25433, 0, 0, 20, 20, 20, 20, 20, 20), -- Elemental of Spark (25434, 0, 0, 20, 20, 20, 20, 20, 20), -- Bandit Leader Barda (25435, 0, 0, 20, 20, 20, 20, 20, 20), -- Barda's Bandit (25436, 0, 0, 20, 20, 20, 20, 20, 20), -- Barda's Shaman (25437, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Orc Gosmos (25438, 0, 0, 20, 20, 20, 20, 20, 20), -- Thief Kelbar (25439, 0, 0, 20, 20, 20, 20, 20, 20), -- Kelbar's Inferior (25440, 0, 0, 20, 20, 20, 20, 20, 20), -- Kelbar's Wizard (25441, 0, 0, 20, 20, 20, 20, 20, 20), -- Evil Spirit Cyrion (25442, 0, 0, 20, 20, 20, 20, 20, 20), -- Evil Creature of Forest (25443, 0, 0, 20, 20, 20, 20, 20, 20), -- Anger of Forest (25444, 5, 20, 20, 20, 20, 20, -32, 53), -- Enmity Ghost Ramdal (25445, 5, 20, 20, 20, 20, 20, -32, 53), -- Enmity Ghosts (25446, 5, 20, 20, 20, 20, 20, -32, 53), -- Shooter of Enmity (25447, 5, 20, 20, 20, 20, 20, -13, 189), -- Immortal Savior Mardil (25448, 5, 20, 20, 20, 20, 20, -32, 53), -- Immortal Savior (25449, 0, 0, 20, 20, 20, 20, 20, 20), -- Immortal Guide (25450, 0, 0, 20, 20, 20, 20, 53, 15), -- Cherub Galaxia (25451, 0, 0, 20, 20, 20, 20, 53, 15), -- Galaxia's Guards (25452, 0, 0, 20, 20, 20, 20, 53, 15), -- Messenger of Angel (25453, 0, 0, 20, 20, 20, 20, 20, 20), -- Meanas Anor (25454, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern of Marsh (25455, 5, 20, 20, 20, 20, 20, -13, 189), -- Succubus of Marsh (25456, 0, 0, 20, 20, 53, 20, 20, 20), -- Mirror of Oblivion (25457, 5, 20, 20, 20, 20, 20, -32, 53), -- Shards of Oblivion (25458, 5, 20, 20, 20, 20, 20, -32, 53), -- Shadow of Oblivion (25459, 5, 20, 20, 20, 20, 20, -32, 53), -- Shards of Oblivion (25460, 5, 20, 20, 20, 20, 20, -32, 53), -- Deadman Ereve (25461, 5, 20, 20, 20, 20, 20, -32, 53), -- Ereve's Knight (25462, 5, 20, 20, 20, 20, 20, -32, 53), -- Ereve's Squire (25463, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Guardian Garangky (25464, 0, 0, 20, 20, 20, 20, 20, 20), -- Garangky Guard Captain (25465, 0, 0, 20, 20, 20, 20, 20, 20), -- Garangky Guard Shaman (25466, 0, 0, 20, 20, 20, 20, 20, 20), -- Garangky Guard (25467, 0, 0, 20, 20, -5, 20, 20, 20), -- Gorgolos (25468, 0, 0, 20, 20, -5, 20, 20, 20), -- Cursed Life (25469, 0, 0, 20, 20, -5, 20, 20, 20), -- Cursed Soul (25470, 0, 0, 20, 20, 20, 20, 20, 20), -- Last Titan Utenus (25471, 0, 0, 20, 20, 20, 20, 20, 20), -- Utenus' Wizard (25472, 0, 0, 20, 20, 20, 20, 20, 20), -- Utenus' Guard (25473, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Robber Kim (25474, 0, 0, 20, 20, 20, 20, 20, 20), -- Kim's Gang (25475, 5, 20, 20, 20, 20, 20, -32, 53), -- Ghost Knight Kabed (25476, 5, 20, 20, 20, 20, 20, -32, 53), -- Kabed's Soldier (25477, 5, 20, 20, 20, 20, 20, -32, 53), -- Kabed's Archer (25478, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Priest Hisilrome (25479, 0, 0, 20, 20, 20, 20, 20, 20), -- Hisilrome's Servitor (25480, 0, 0, 20, 20, 20, 20, 20, 20), -- Hisilrome's Page (25481, 5, 20, 20, 20, 20, 20, -13, 189), -- Magus Kenishee (25482, 5, 20, 20, 20, 20, 20, -13, 189), -- Shadow of Kenishee (25483, 5, 20, 20, 20, 20, 20, -13, 189), -- Phantom of Kenishee (25484, 5, 20, 20, 20, 20, 20, -32, 53), -- Zaken's Chief Mate Tillion (25485, 5, 20, 20, 20, 20, 20, -32, 53), -- Tillion's Inferior (25486, 0, 0, 20, 20, 20, 20, 20, 20), -- Tillion's Bat (25487, 0, 0, -5, 110, 53, 20, 20, 20), -- Water Spirit Lian (25488, 0, 0, -5, 110, 53, 20, 20, 20), -- Spirit of Gildor (25489, 0, 0, -5, 110, 53, 20, 20, 20), -- Guardian of Gildor (25490, 0, 0, 20, 20, 20, 20, 20, 20), -- Gwindorr (25491, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard of Gwindorr (25492, 0, 0, 20, 20, 20, 20, 20, 20), -- Follower of Gwindorr (25493, 0, 0, 20, 20, 20, 20, 20, 20), -- Eva's Spirit Niniel (25494, 0, 0, 20, 20, 53, 20, 20, 20), -- Spirit of Niniel (25495, 0, 0, 20, 20, 53, 20, 20, 20), -- Spirit of Niniel (25496, 0, 0, -5, 20, 20, 20, 20, 20), -- Fafurion's Envoy Pingolpin (25497, 0, 0, 20, 20, 20, 20, 20, 20), -- Fafurion's Envoy (25498, 0, 0, 20, 20, 20, 20, 20, 20), -- Fafurion's Henchman Istary (25499, 0, 0, 20, 20, 20, 20, 20, 20), -- Alligator of Istary (25500, 0, 0, 20, 20, 20, 20, 20, 20), -- Alligator of Istary (25501, 0, 0, 20, 20, 20, 20, 20, 20), -- Boss Akata (25502, 0, 0, 20, 20, 20, 20, 20, 20), -- Akata's Thug (25503, 0, 0, 20, 20, 20, 20, 20, 20), -- Akata's Lackey (25504, 5, 20, 20, 20, 20, 20, 20, 80), -- Nellis' Vengeful Spirit (25505, 5, 20, 20, 20, 20, 20, 20, 103), -- Nellis' Follower (25506, 0, 0, 20, 20, 20, 20, 20, 20), -- Rayito the Looter (25507, 0, 0, 20, 20, 20, 20, 20, 20), -- Rayito's Henchman (25508, 0, 0, 20, 20, 20, 20, 20, 20), -- Rayito's Henchman (25509, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Shaman Varangka (25510, 0, 0, 20, 20, 20, 20, 20, 20), -- Varangka's Descendant (25511, 0, 0, 20, 20, 20, 20, 20, 20), -- Varangka's Page (25512, 0, 0, 20, 20, 20, 20, 20, 20), -- Gigantic Chaos Golem (25514, 0, 0, 20, 20, 20, 20, 20, 20), -- Queen Shyeed (25515, 0, 0, 20, 20, 20, 20, 20, 20), -- Spiked Stakato (25516, 0, 0, 20, 20, 20, 20, 20, 20), -- Spiked Stakato (25523, 0, 0, 20, 20, 20, 20, 20, 20), -- Plague Golem (25524, 0, 0, 20, 20, 20, 20, 20, 20), -- Flamestone Giant (25525, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame Spirit (25526, 0, 0, 20, 20, 20, 20, 20, 20), -- Charged Spirit (25527, 0, 0, 20, 20, 20, 20, 20, 20), -- Uruka (25528, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiberias (25529, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (25530, 0, 0, 20, 20, 20, 20, 20, 20), -- Garden Guard (25531, 5, 80, 65, 65, 65, 65, 25, 135), -- Darnel (25532, 0, 80, 115, 25, 65, 65, 65, 65), -- Kechi (25533, 0, 60, 115, 25, 65, 65, 65, 65), -- Kechi's Henchman (25534, 1, 80, 25, 135, 65, 65, 65, 65), -- Tears (25535, 1, 80, 25, 135, 65, 65, 65, 65), -- Tears (25536, 5, 90, 90, 90, 90, 90, 70, 130), -- Hannibal (25537, 5, 90, 90, 90, 90, 90, 70, 130), -- Enmity (25538, 5, 90, 90, 90, 90, 90, 70, 130), -- Vengeance (25539, 2, 90, 90, 90, 130, 50, 90, 90), -- Typhoon (25540, 5, 150, 130, 130, 130, 130, 90, 150), -- Demon Prince (25541, 5, 150, 130, 130, 130, 130, 90, 150), -- Fiend (25542, 5, 150, 130, 130, 130, 130, 90, 150), -- Ranku (25543, 5, 150, 130, 130, 130, 130, 90, 150), -- Eidolon (25544, 5, 170, 150, 150, 150, 150, 110, 170), -- Tully (25545, 0, 0, 100, 100, 100, 100, 100, 100), -- Tully's Banshee (25546, 0, 0, 20, 20, 20, 20, 20, 20), -- Rhianna the Traitor (25547, 0, 0, 20, 20, 20, 20, 20, 20), -- Rhianna's Escort (25548, 0, 0, 20, 20, 20, 20, 20, 20), -- Rhianna's Healer (25549, 0, 0, 20, 20, 20, 20, 20, 20), -- Tesla the Deceiver (25550, 0, 0, 20, 20, 20, 20, 20, 20), -- Tesla's Apprentice (25551, 0, 0, 20, 20, 20, 20, 20, 20), -- Tesla's Herald (25552, 3, 100, 90, 90, 30, 150, 90, 90), -- Soul Hunter Chakundel (25553, 3, 100, 90, 90, 30, 150, 90, 90), -- Durango the Crusher (25554, 3, 100, 90, 90, 30, 150, 90, 90), -- Brutus the Obstinate (25555, 3, 100, 90, 90, 30, 150, 90, 90), -- Brutus' Right Hand (25556, 3, 100, 90, 90, 30, 150, 90, 90), -- Brutus' Left Hand (25557, 3, 120, 100, 100, 40, 160, 100, 100), -- Ranger Karankawa (25558, 3, 100, 90, 90, 30, 150, 90, 90), -- Karankawa's Root (25559, 3, 100, 90, 90, 30, 150, 90, 90), -- Karankawa's Blossom (25560, 3, 120, 100, 100, 40, 160, 100, 100), -- Sargon the Mad (25561, 3, 100, 90, 90, 30, 150, 90, 90), -- Sargon's Attendant (25562, 3, 100, 90, 90, 30, 150, 90, 90), -- Sargon's Squire (25563, 5, 150, 150, 150, 150, 150, 120, 180), -- Beautiful Atrielle (25564, 5, 150, 150, 150, 150, 150, 120, 180), -- Atrielle's Follower (25565, 5, 150, 150, 150, 150, 150, 120, 180), -- Atrielle's Minion (25566, 2, 150, 150, 150, 180, 120, 150, 150), -- Nagen the Tomboy (25567, 2, 150, 150, 150, 180, 120, 150, 150), -- Nagen's Cohort (25568, 2, 150, 150, 150, 180, 120, 150, 150), -- Nagen's Friend (25569, 3, 150, 150, 150, 120, 180, 150, 150), -- Jax the Destroyer (25570, 3, 150, 150, 150, 120, 180, 150, 150), -- Jax's Vanguard (25571, 3, 150, 150, 150, 120, 180, 150, 150), -- Jax's Raider (25572, 0, 0, 20, 20, 20, 20, 20, 20), -- Hager the Outlaw (25573, 0, 0, 20, 20, 20, 20, 20, 20), -- Hager's Henchman (25574, 0, 0, 20, 20, 20, 20, 20, 20), -- Hager's Bodyguard (25575, 0, 0, 20, 20, 20, 20, 20, 20), -- All-Seeing Rango (25576, 0, 0, 20, 20, 20, 20, 20, 20), -- Rango's Iris (25577, 0, 0, 20, 20, 20, 20, 20, 20), -- Rango's Lens (25578, 0, 0, 20, 20, 20, 20, 20, 20), -- Jakard (25579, 0, 0, 20, 20, 20, 20, 20, 20), -- Helsing (25580, 0, 0, 20, 20, 20, 20, 20, 20), -- Helsing's Guard (25581, 0, 0, 20, 20, 20, 20, 20, 20), -- Helsing's Assassin (25582, 0, 0, 20, 20, 20, 20, 20, 20), -- Gillien (25583, 0, 0, 20, 20, 20, 20, 20, 20), -- Gillien's Daughter (25584, 0, 0, 20, 20, 20, 20, 20, 20), -- Gillien's Attendant (25585, 0, 0, 20, 20, 20, 20, 20, 20), -- Medici (25586, 0, 0, 20, 20, 20, 20, 20, 20), -- Medici's Sister (25587, 0, 0, 20, 20, 20, 20, 20, 20), -- Medici's Brother (25588, 0, 0, 20, 20, 20, 20, 20, 20), -- Immortal Muus (25589, 0, 0, 20, 20, 20, 20, 20, 20), -- Brand the Exile (25590, 0, 0, 20, 20, 20, 20, 20, 20), -- Brand's Chamberlain (25591, 0, 0, 20, 20, 20, 20, 20, 20), -- Brand's Servant (25592, 0, 0, 20, 20, 20, 20, 20, 20), -- Commander Koenig (25593, 0, 0, 20, 20, 20, 20, 20, 20), -- Gerg the Hunter (25594, 0, 0, 20, 20, 20, 20, 20, 20), -- Gerg's Follower (25595, 0, 0, 20, 20, 20, 20, 20, 20), -- Gerg's Henchman (25596, 5, 170, 150, 150, 150, 150, 110, 170), -- Ocular Servitor (25597, 5, 170, 150, 150, 150, 150, 110, 170), -- Heurel (25598, 1, 170, 150, 150, 150, 150, 110, 170), -- Gegei (25599, 0, 170, 150, 150, 150, 150, 110, 170), -- Iglas (25600, 5, 170, 150, 150, 150, 150, 110, 170), -- Temenir (25601, 0, 170, 170, 110, 150, 150, 110, 170), -- Draksius (25602, 1, 170, 110, 170, 170, 170, 110, 170), -- Kiretcenah (25603, 5, 200, 180, 140, 160, 160, 120, 200), -- Darion (25604, 0, 0, 20, 20, 20, 20, 20, 20), -- Mutated Elpy (25605, 0, 170, 150, 80, 110, 110, 110, 110), -- Naia Spore (25606, 1, 170, 80, 150, 110, 110, 110, 110), -- Naia Spore (25607, 2, 170, 110, 110, 150, 80, 110, 110), -- Naia Spore (25608, 3, 170, 110, 110, 80, 150, 110, 110), -- Naia Spore (25609, 0, 200, 200, 130, 170, 170, 170, 170), -- Epidos (25610, 1, 200, 130, 200, 170, 170, 170, 170), -- Epidos (25611, 2, 200, 170, 170, 200, 130, 170, 170), -- Epidos (25612, 3, 200, 170, 170, 130, 200, 170, 170), -- Epidos (25613, 0, 0, 80, 80, 80, 80, 80, 80), -- Naia Spore (25614, 0, 0, 20, 20, 20, 20, 20, 20), -- Floating Ghost (25615, 0, 0, 20, 20, 20, 20, 20, 20), -- Floating Ghost (25616, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Warden (25617, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Warden (25618, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Warden (25619, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Warden (25620, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Warden (25621, 0, 100, 150, 40, 90, 90, 90, 90), -- Lost Warden (25622, 5, 100, 90, 90, 90, 90, 65, 130), -- Lost Warden (25623, 0, 150, 150, 80, 130, 130, 130, 130), -- Valdstone (25624, 0, 150, 150, 80, 130, 130, 130, 130), -- Rok (25625, 5, 150, 130, 130, 130, 130, 90, 150), -- Enira (25626, 3, 100, 90, 90, 30, 150, 90, 90), -- Dius (25627, 0, 130, 180, 120, 150, 150, 150, 150), -- Mutant Bird (25628, 0, 130, 180, 120, 150, 150, 150, 150), -- Dra Hawk (25629, 5, 130, 150, 150, 150, 150, 120, 180), -- Floating Skull (25630, 5, 130, 150, 150, 150, 150, 120, 180), -- Floating Zombie (25631, 3, 100, 90, 90, 30, 150, 90, 90), -- Drake Wing (25632, 3, 100, 90, 90, 30, 150, 90, 90), -- Drak (25633, 0, 130, 180, 120, 150, 150, 150, 150), -- Elite Rider (25634, 5, 130, 150, 150, 150, 150, 120, 180), -- Cohemenes (25635, 3, 130, 150, 150, 120, 180, 150, 150), -- Argekunte (25636, 3, 130, 150, 150, 120, 180, 150, 150), -- Ravenous Soul Devourer (25637, 5, 130, 150, 150, 150, 150, 120, 180), -- Karpencharr (25638, 3, 130, 150, 150, 120, 180, 150, 150), -- Romerohiv (25639, 5, 130, 150, 150, 150, 150, 120, 180), -- Hitchkarshiek (25640, 3, 130, 150, 150, 120, 180, 150, 150), -- Freedkyilla (25641, 3, 130, 150, 150, 120, 180, 150, 150), -- Yehan Cravenizad (25642, 5, 130, 150, 150, 150, 150, 120, 180), -- Yehan Jaxsibhan (25643, 5, 130, 150, 150, 150, 150, 120, 180), -- Awakened Ancient Sentry (25644, 5, 130, 150, 150, 150, 150, 120, 180), -- Awakened Ancient Severer (25645, 5, 130, 150, 150, 150, 150, 120, 180), -- Awakened Ancient Soul Extractor (25646, 3, 130, 150, 150, 120, 180, 150, 150), -- Awakened Ancient Soul Devourer (25647, 3, 130, 150, 150, 120, 180, 150, 150), -- Awakened Ancient Fighter (25648, 5, 130, 150, 150, 150, 150, 120, 180), -- Awakened Ancient Fighter (25649, 5, 130, 150, 150, 150, 150, 120, 180), -- Awakened Ancient Executor (25650, 3, 130, 150, 150, 120, 180, 150, 150), -- Awakened Ancient Executor (25651, 5, 130, 150, 150, 150, 150, 120, 180), -- Awakened Ancient Prophet (25652, 3, 130, 150, 150, 120, 180, 150, 150), -- Awakened Ancient Prophet (25653, 4, 130, 150, 150, 150, 150, 180, 120), -- Kanadis Herald (25654, 4, 150, 170, 170, 170, 170, 200, 120), -- Kanadis Herald (25655, 4, 200, 180, 180, 180, 180, 230, 140), -- Kanadis Herald (25656, 4, 120, 100, 100, 100, 100, 160, 80), -- Kanadis Fanatic (25657, 4, 130, 150, 150, 150, 150, 180, 120), -- Kanadis Fanatic (25658, 4, 150, 170, 170, 170, 170, 200, 120), -- Kanadis Fanatic (25659, 4, 100, 90, 90, 90, 90, 150, 60), -- Kanadis Guide (25660, 4, 130, 150, 150, 150, 150, 180, 120), -- Kanadis Guide (25661, 4, 150, 170, 170, 170, 170, 200, 120), -- Kanadis Guide (25662, 0, 0, 20, 20, 20, 20, 20, 20), -- Kanadis Follower (25663, 4, 100, 90, 90, 90, 90, 150, 60), -- Kanadis Follower (25664, 4, 130, 150, 150, 150, 150, 180, 120), -- Kanadis Follower (25665, 3, 130, 150, 150, 120, 180, 150, 150), -- Yehan Klodekus (25666, 5, 130, 150, 150, 150, 150, 120, 180), -- Yehan Klanikus (25667, 3, 200, 170, 170, 120, 200, 170, 170), -- Cannibalistic Stakato Chief (25668, 3, 200, 170, 170, 120, 200, 170, 170), -- Cannibalistic Stakato Chief (25669, 3, 200, 170, 170, 120, 200, 170, 170), -- Cannibalistic Stakato Chief (25670, 3, 200, 170, 170, 120, 200, 170, 170), -- Cannibalistic Stakato Chief (25671, 3, 200, 170, 170, 120, 200, 170, 170), -- Queen Shyeed (25672, 3, 200, 170, 170, 120, 200, 170, 170), -- Spiked Stakato (25673, 3, 200, 170, 170, 120, 200, 170, 170), -- Spiked Stakato (25674, 2, 200, 170, 170, 200, 120, 170, 170), -- Gwindorr (25675, 2, 200, 170, 170, 200, 120, 170, 170), -- Guard of Gwindorr (25676, 2, 200, 170, 170, 200, 120, 170, 170), -- Follower of Gwindorr (25677, 1, 200, 120, 200, 170, 170, 170, 170), -- Water Spirit Lian (25678, 1, 200, 120, 200, 170, 170, 170, 170), -- Spirit of Gildor (25679, 1, 200, 120, 200, 170, 170, 170, 170), -- Guardian of Gildor (25680, 1, 200, 120, 200, 170, 170, 170, 170), -- Giant Marpanak (25681, 1, 200, 120, 200, 170, 170, 170, 170), -- Gorgolos (25682, 1, 200, 120, 200, 170, 170, 170, 170), -- Cursed Life (25683, 1, 200, 120, 200, 170, 170, 170, 170), -- Cursed Soul (25684, 1, 200, 120, 200, 170, 170, 170, 170), -- Last Titan Utenus (25685, 1, 200, 120, 200, 170, 170, 170, 170), -- Utenus' Wizard (25686, 1, 200, 120, 200, 170, 170, 170, 170), -- Utenus' Guard (25687, 1, 200, 120, 200, 170, 170, 170, 170), -- Hekaton Prime (25688, 1, 200, 120, 200, 170, 170, 170, 170), -- Hekaton Cottus (25689, 1, 200, 120, 200, 170, 170, 170, 170), -- Hekaton Chires (25690, 5, 250, 220, 220, 220, 220, 170, 250), -- Aenkinel (25691, 5, 250, 220, 220, 220, 220, 170, 250), -- Aenkinel (25692, 5, 250, 220, 220, 220, 220, 170, 250), -- Aenkinel (25693, 5, 250, 220, 220, 220, 220, 170, 250), -- Aenkinel (25694, 5, 250, 220, 220, 220, 220, 170, 250), -- Aenkinel (25695, 5, 250, 220, 220, 220, 220, 170, 250), -- Aenkinel (25696, 3, 350, 250, 250, 200, 350, 250, 250), -- Taklacan (25697, 3, 350, 250, 250, 200, 350, 250, 250), -- Torumba (25698, 3, 350, 250, 250, 200, 350, 250, 250), -- Dopagen (25699, 1, 250, 150, 250, 200, 200, 200, 200), -- Glakias (25700, 1, 250, 150, 250, 200, 200, 200, 200), -- Glakias (25701, 4, 300, 220, 220, 220, 220, 300, 180), -- Anais (25702, 4, 220, 180, 180, 180, 180, 220, 170), -- Guard of the Grail (25703, 3, 100, 90, 90, 30, 150, 90, 90), -- Gigantic Golem (25704, 3, 100, 90, 90, 30, 120, 90, 90), -- Gigantic Golem Subordinate (25705, 0, 0, 20, 20, 20, 20, 20, 20), -- Gigantic Boom Golem (25706, 5, 150, 150, 150, 150, 150, 150, 150), -- Lost Watcher (25707, 5, 150, 150, 150, 150, 150, 150, 150), -- Lost Watcher (25708, 5, 150, 150, 150, 150, 150, 150, 150), -- Lost Beholder (25709, 5, 170, 150, 150, 150, 150, 110, 170), -- Lost Warden (25710, 5, 250, 200, 200, 200, 200, 150, 250), -- Lost Captain (25711, 5, 200, 170, 170, 170, 170, 150, 200), -- Lost Guard (25712, 5, 150, 150, 150, 150, 150, 150, 150), -- Lost Assistant Guard (25713, 5, 250, 200, 200, 200, 200, 150, 250), -- Darnel (25714, 0, 250, 250, 150, 200, 200, 200, 200), -- Kechi (25715, 0, 250, 250, 150, 200, 200, 200, 200), -- Kechi's Subordinate (25716, 1, 250, 150, 250, 200, 200, 200, 200), -- Tears (25717, 1, 250, 150, 250, 200, 200, 200, 200), -- Tears (25718, 2, 300, 240, 240, 290, 190, 240, 240), -- Emerald Horn (25719, 3, 300, 240, 240, 190, 290, 240, 240), -- Dust Rider (25720, 3, 300, 240, 240, 190, 290, 240, 240), -- Bleeding Fly (25721, 5, 300, 240, 240, 240, 240, 190, 290), -- Blackdagger Wing (25722, 5, 300, 240, 240, 240, 240, 190, 290), -- Shadow Summoner (25723, 1, 300, 190, 290, 240, 240, 240, 240), -- Spike Slasher (25724, 0, 300, 290, 190, 240, 240, 240, 240), -- Muscle Bomber (25725, 5, 300, 250, 250, 250, 250, 200, 300), -- Drake Lord (25726, 2, 300, 250, 250, 300, 200, 250, 250), -- Behemoth Leader (25727, 2, 300, 250, 250, 300, 200, 250, 250), -- Dragon Beast (25728, 0, 0, 20, 20, 20, 20, 20, 20), -- Death Knight (25729, 0, 0, 20, 20, 20, 20, 20, 20), -- Death Knight (25730, 0, 0, 20, 20, 20, 20, 20, 20), -- Demon's Banquet (25731, 0, 0, 20, 20, 20, 20, 20, 20), -- Demon's Banquet (25732, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Beast (25733, 0, 0, 20, 20, 20, 20, 20, 20), -- Gem Dragon (25734, 0, 0, 20, 20, 20, 20, 20, 20), -- Parasitic Leech (25735, 0, 0, 20, 20, 20, 20, 20, 20), -- Greyclaw Kutus (25736, 0, 0, 20, 20, 20, 20, 20, 20), -- Kutus' Guard (25737, 0, 0, 20, 20, 20, 20, 20, 20), -- Kutus' Pawn (25738, 0, 0, 20, 20, 20, 20, 20, 20), -- Lead Tracker Sharuk (25739, 0, 0, 20, 20, 20, 20, 20, 20), -- Sharuk's Minion (25740, 0, 0, 20, 20, 20, 20, 20, 20), -- Sharuk's Marksman (25741, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat Chief (25742, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat Guard (25743, 0, 0, 20, 20, 20, 20, 20, 20), -- Sukar Wererat Priest (25744, 5, 20, 20, 20, 20, 20, -32, 53), -- Ikuntai (25745, 5, 20, 20, 20, 20, 20, -13, 189), -- Ikuntai's Servitor (25746, 5, 20, 20, 20, 20, 20, -32, 53), -- Ikuntai's Pawn (25747, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie Lord Crowl (25748, 5, 20, 20, 20, 20, 20, -32, 53), -- Evil Spirit Archer (25749, 5, 20, 20, 20, 20, 20, -32, 53), -- Evil Spirit Warrior (25750, 5, 20, 20, 20, 20, 20, -32, 53), -- Zombie Lord Ferkel (25751, 5, 20, 20, 20, 20, 20, -32, 53), -- Ferkel's Warrior (25752, 5, 20, 20, 20, 20, 20, -32, 53), -- Ferkel's Priest (25753, 5, 20, 20, 20, 20, 20, -32, 53), -- Guillotine Warden (25754, 5, 20, 20, 20, 20, 20, -13, 189), -- Fire Lord Shadar (25755, 0, 0, 20, 20, 53, 20, 20, 20), -- Sword of Shadar (25756, 5, 20, 20, 20, 20, 20, -13, 189), -- Whip of Shadar (25757, 5, 20, 20, 20, 20, 20, -83, 53), -- Soul Collector Acheron (25758, 5, 20, 20, 20, 20, 20, -32, 53), -- Soul Slasher (25759, 5, 20, 20, 20, 20, 20, -32, 53), -- Soul Strainer (25760, 5, 20, 20, 20, 20, 20, -32, 53), -- Lord Ishka (25761, 5, 20, 20, 20, 20, 20, -32, 53), -- Ishka's Elite Officer (25762, 5, 20, 20, 20, 20, 20, -32, 53), -- Ishka's Elite Soldier (25763, 5, 20, 20, 20, 20, 20, -13, 189), -- Demon Kuri (25764, 5, 20, 20, 20, 20, 20, -13, 189), -- Kuri's Wife (25765, 5, 20, 20, 20, 20, 20, -32, 53), -- Devil Blader of Chaos (25766, 0, 0, 20, 20, 20, 20, 20, 20), -- Ancient Drake (25767, 0, 0, 20, 20, 20, 20, 20, 20), -- Carnage Lord Gato (25768, 0, 0, 20, 20, 20, 20, 20, 20), -- Gato's Marksman (25769, 0, 0, 20, 20, 20, 20, 20, 20), -- Gato's Champion (25770, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Commander Atis (25771, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Marksman (25772, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra Raider (25773, 0, 0, 20, 20, 20, 20, 20, 20), -- Beacon of Blue Sky (25774, 5, 20, 20, 20, 20, 20, -32, 53), -- Beacon's Shooter (25775, 5, 20, 20, 20, 20, 20, -32, 53), -- Beacon's Warrior (25776, 0, 0, 20, 20, 20, 20, 20, 20), -- Earth Protector Panathen (25777, 0, 0, 20, 20, 20, 20, 20, 20), -- Panathen's Knight (25778, 0, 0, 20, 20, 20, 20, 20, 20), -- Panathen's Protectors (25779, 0, 0, 20, 20, 20, 20, 20, 20), -- Betrayer of Urutu Freki (25780, 0, 0, 20, 20, 20, 20, 20, 20), -- Freki's Vampire Bat (25781, 0, 0, 20, 20, 20, 20, 20, 20), -- Freki's Wild Bear (25782, 5, 20, 20, 20, 20, 20, 20, 80), -- Nellis' Vengeful Spirit (25783, 5, 20, 20, 20, 20, 20, 20, 103), -- Nellis' Follower (25784, 0, 0, 20, 20, 20, 20, 20, 20), -- Rayito the Looter (25785, 0, 0, 20, 20, 20, 20, 20, 20), -- Rayito's Henchman (25786, 0, 0, 20, 20, 20, 20, 20, 20), -- Rayito's Henchman (25787, 0, 0, 20, 20, 20, 20, 20, 20), -- Ketra's Hero Hekaton (25788, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout of Hekaton (25789, 0, 0, 20, 20, 20, 20, 20, 20), -- Servant of Hekaton (25790, 0, 0, 20, 20, 20, 20, 20, 20), -- Varka's Hero Shadith (25791, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadith's Royal Guard Captain (25792, 0, 0, 20, 20, 20, 20, 20, 20), -- Shadith's Sentinel (25793, 5, 20, 20, 20, 20, 20, -83, 53), -- Doom Blade Tanatos (25794, 5, 20, 20, 20, 20, 20, -13, 189), -- Kernon (25795, 5, 20, 20, 20, 20, 20, -32, 53), -- Taliadon (25796, 5, 20, 20, 20, 20, 20, -32, 53), -- Vemsk (25797, 0, 0, 20, 20, 20, 20, 20, 20), -- Meanas Anor (25798, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern of Marsh (25799, 5, 20, 20, 20, 20, 20, -13, 189), -- Succubus of Marsh (25800, 0, 0, 20, 20, 20, 20, -13, 53), -- Mammon Collector Talos (25801, 0, 0, 20, 20, 20, 20, -13, 53), -- Talos' Cohort (27001, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Sniper (27002, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Fighter (27003, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit Of Mirrors (27004, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit Of Mirrors (27005, 0, 0, 20, 20, 20, 20, 20, 20), -- Spirit Of Mirrors (27006, 0, 0, 20, 20, 20, 20, 20, 20), -- Bhato Bloodspear (27007, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanuki Skullcrusher (27008, 0, 0, 20, 20, 20, 20, 20, 20), -- Kraacul Blackskull (27009, 0, 0, 20, 20, 20, 20, 20, 20), -- Taarq Blackskull (27016, 5, 20, 20, 20, 20, 20, -5, 184), -- Nerkas (27017, 5, 20, 20, 20, 20, 20, -32, 53), -- Plague Zombie (27018, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Warrior (27019, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Warrior Leader (27020, 0, 0, 20, 20, 20, 20, 20, 20), -- Varool Foulclaw (27021, 5, 20, 20, 20, 20, 20, -5, 184), -- Kirunak (27022, 5, 20, 20, 20, 20, 20, -5, 184), -- Merkenis (27024, 5, 20, 20, 20, 20, 20, -32, 53), -- Undead Priest (27029, 0, 0, 20, 20, 20, 20, 20, 20), -- Phantom Salamander (27030, 0, 0, 20, 20, 20, 20, 20, 20), -- Water Seer (27031, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Sentry (27032, 0, 0, 20, 20, 20, 20, 20, 20), -- Lizardman Warrior (27033, 0, 0, 20, 20, 20, 20, 20, 20), -- Lizardman Scout (27034, 0, 0, 20, 20, 20, 20, 20, 20), -- Lizardman Soldier (27035, 0, 0, 20, 20, 20, 20, 20, 20), -- Tamil (27036, 0, 0, 20, 20, 20, 20, 20, 20), -- Calpico (27037, 0, 0, 20, 20, 20, 20, 20, 20), -- Calpico's Goons (27038, 0, 0, 20, 20, 20, 20, 20, 20), -- Cat's Eye Bandit (27041, 0, 0, 20, 20, 20, 20, 20, 20), -- Varangka's Messenger (27042, 0, 0, 20, 20, 20, 20, 20, 20), -- Orc Escort (27043, 0, 0, 20, 20, 20, 20, 20, 20), -- Varangka's Tracker (27044, 5, 20, 20, 20, 20, 20, 20, 110), -- Kasha Bear Totem Spirit (27045, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuruka Ratman Leader (27046, 0, 0, 20, 20, 20, 20, 20, 20), -- Sumi (27047, 0, 0, 20, 20, 20, 20, 20, 20), -- Wanuk (27048, 0, 0, 20, 20, 20, 20, 20, 20), -- Chewba (27049, 0, 0, 20, 20, 20, 20, 20, 20), -- Heitafu (27050, 0, 0, 20, 20, 20, 20, 20, 20), -- Picubo (27051, 0, 0, 20, 20, 20, 20, 20, 20), -- Bumbum (27052, 0, 0, 20, 20, 20, 20, 20, 20), -- Minsku (27053, 0, 0, 20, 20, 20, 20, 20, 20), -- Chuchu (27054, 0, 0, 20, 20, 20, 20, 20, 20), -- Umbar Orc (27055, 0, 0, 20, 20, 20, 20, 20, 20), -- Zakan (27056, 5, 20, 20, 20, 20, 20, 20, 110), -- Durka Spirit (27058, 0, 0, 20, 20, 20, 20, 20, 20), -- Honey Bear (27059, 0, 0, 20, 20, 20, 20, 20, 20), -- Uoph (27060, 0, 0, 20, 20, 20, 20, 20, 20), -- Kracha (27061, 0, 0, 20, 20, 20, 20, 20, 20), -- Batoh (27062, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanukia (27063, 0, 0, 20, 20, 20, 20, 20, 20), -- Tanukia's Warhound (27064, 0, 0, 20, 20, 20, 20, 20, 20), -- Turel (27065, 0, 0, 20, 20, 20, 20, 20, 20), -- Roko (27066, 0, 0, 20, 20, 20, 20, 20, 20), -- Roko's Warhound (27067, 0, 0, 20, 20, 20, 20, 20, 20), -- Kamut (27068, 0, 0, 20, 20, 20, 20, 20, 20), -- Murtika (27069, 0, 0, 20, 20, 20, 20, 20, 20), -- Murtika's Warhound (27070, 0, 0, 20, 20, 20, 20, 20, 20), -- Tumran Orc Brigand (27077, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Of Eva (27078, 0, 0, 20, 20, 20, 20, 20, 20), -- Trimden Lord (27079, 5, 20, -13, 20, 20, 20, -32, 20), -- Black Willow Lurker (27080, 0, 0, 20, 20, 20, 20, 20, 20), -- Pashika Son Of Voltar (27081, 0, 0, 20, 20, 20, 20, 20, 20), -- Vultus Son Of Voltar (27082, 0, 0, 20, 20, 20, 20, 20, 20), -- Enku Orc Overlord (27083, 0, 0, 20, 20, 20, 20, 20, 20), -- Makum Bugbear Thug (27086, 5, 20, 20, 20, 20, 20, -32, 20), -- Revenant of Tantos Chief (27088, 0, 0, 20, 20, 20, 20, 20, 20), -- Harpy Matriarch (27089, 0, 0, 20, 20, 20, 20, 20, 20), -- Road Collector (27090, 0, 0, 20, 20, 20, 20, 20, 20), -- Serpent Demon Kadesh (27092, 5, 20, 20, 20, 20, 20, -32, 53), -- Neer Bodyguard (27093, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Chief Kalkis (27094, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Assassin (27095, 0, 0, -13, 20, 20, 20, 20, 20), -- Singing Flower of Phantasm (27096, 0, 0, -13, 20, 20, 20, 20, 20), -- Singing Flower of Nightmare (27097, 0, 0, -13, 20, 20, 20, 20, 20), -- Singing Flower of Darkness (27098, 0, 0, 20, 20, 20, 20, 20, 20), -- Ghost Fire (27099, 5, 20, 20, 20, 20, 20, -32, 53), -- Nameless Revenant (27100, 5, 20, 20, 20, 20, 20, -32, 53), -- Skeletal Mercenary (27101, 5, 20, 20, 20, 20, 20, -5, 184), -- Drevanul Prince Zeruel (27102, 0, 0, 20, 20, 20, 20, 20, 20), -- Pako the Cat (27103, 0, 0, 20, 20, 20, 20, 20, 20), -- Racer the Unicorn (27104, 0, 0, 20, 20, 20, 20, -5, 53), -- Shadow Turen (27105, 0, 0, 20, 20, 20, 20, 20, 20), -- Mimi the Cat (27106, 0, 0, 20, 20, 20, 20, 20, 20), -- Unicorn Phantasm (27107, 5, 20, 20, 20, 20, 20, -5, 184), -- Silhouette Tilfo (27108, 0, 0, 20, 20, 20, 20, 20, 20), -- Stenoa Gorgon Queen (27109, 0, 0, 20, 20, 20, 20, 20, 20), -- Handmaiden of Stenoa (27110, 0, 0, 20, 20, 20, 20, 20, 20), -- Shyslassys (27111, 0, 0, 20, 20, 20, 20, 20, 20), -- Cave Basilisk (27112, 0, 0, 20, 20, 20, 20, 20, 20), -- Gorr (27113, 0, 0, 20, 20, 20, 20, 20, 20), -- Baraham (27114, 5, 20, 20, 20, 20, 20, -5, 184), -- Succubus Queen (27115, 5, 20, 20, 20, 20, 20, -5, 184), -- Claw Of Succubus (27116, 0, 0, 20, 20, 20, 20, 20, 20), -- Lava Salamander (27117, 5, 20, 20, 20, 20, 20, -5, 184), -- Nahir (27118, 5, 20, -13, 20, 20, 20, -32, 20), -- Black Willow (27119, 5, 20, 20, 20, 20, 20, -32, 53), -- Spirit of Sir Herod (27120, 0, 0, 20, 20, 20, 20, 20, 20), -- Luell Of Zephyr Winds (27121, 0, 0, 20, 20, 53, 20, 20, 20), -- Actea Of Verdant Wilds (27122, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Agent (27123, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Leader (27124, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Assassin (27125, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Sniper (27126, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Wizard (27127, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Lizardman Lord (27128, 0, 0, -13, 20, 20, 20, 20, 20), -- Aruraune (27129, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Inspector (27130, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Betrayer (27131, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Werewolf (27132, 0, 0, 20, 20, 20, 20, 20, 20), -- Krudel Lizardman (27133, 0, 0, 20, 20, 20, 20, 20, 20), -- Evil Eye Lord (27134, 0, 0, 20, 20, 20, 20, 20, 20), -- Tatoma (27135, 0, 0, 20, 20, 20, 20, 20, 20), -- Grima (27136, 5, 20, 20, 20, 20, 20, -5, 184), -- Succubus Of Seduction (27137, 5, 20, 20, 20, 20, 20, -5, 184), -- Demon King (27138, 5, 20, 20, 20, 20, 20, 20, 184), -- Great Demon King (27139, 0, 0, -5, 20, 20, 20, 20, 20), -- Secret Keeper Tree (27140, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Overlord Haka (27141, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Overlord Jaka (27142, 0, 0, 20, 20, 20, 20, 20, 20), -- Breka Overlord Marka (27143, 0, 0, 20, 20, 20, 20, 20, 20), -- Windsus Aleph (27144, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Raider Athu (27145, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Raider Lanka (27146, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Raider Triska (27147, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Raider Motura (27148, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarlk Raider Kalath (27149, 0, 0, 20, 20, 53, 20, 20, 20), -- Gremlin Filcher (27150, 5, 20, 20, 20, 20, 20, -32, 53), -- Black Legion Stormtrooper (27151, 0, 0, 20, 20, 20, 20, 20, 20), -- Delu Lizardman Headhunter (27152, 0, 0, -5, 20, 20, 20, 20, 20), -- Marsh Stakato Marquess (27153, 5, 20, 20, 20, 31, 20, 20, 110), -- Alexandro Sanches (27154, 5, 20, 20, 20, 20, 20, 20, 110), -- Bonaparterius (27155, 5, 20, 20, 20, 20, 20, 20, 110), -- Ramsebalius (27156, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Shaman Ketz (27157, 0, 0, 20, 20, 20, 20, 20, 20), -- Leto Chief Narak (27158, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Raider Kaikee (27159, 0, 0, 20, 20, 20, 20, 20, 20), -- Timak Overlord Okun (27160, 0, 0, 20, 20, 20, 20, 20, 20), -- Gok Magok (27161, 0, 0, 20, 20, 20, 20, 20, 20), -- Taik Overlord Kakran (27162, 0, 0, 20, 20, 20, 20, 20, 20), -- Hatar Chieftain Kubel (27163, 0, 0, 20, 20, 20, 20, 20, 20), -- Vanor Elder Kerunos (27164, 0, 0, 20, 20, 20, 20, 20, 20), -- Karul Chief Orooto (27165, 0, 0, 20, 20, 53, 20, 20, 20), -- Abyssal Jewel 1 (27166, 0, 0, 20, 20, 53, 20, 20, 20), -- Abyssal Jewel 2 (27167, 0, 0, 20, 20, 53, 20, 20, 20), -- Abyssal Jewel 3 (27168, 0, 0, 20, 20, 20, 20, -5, 53), -- Jewel Guardian Mara (27169, 0, 0, 20, 20, 20, 20, -5, 53), -- Jewel Guardian Musfel (27170, 0, 0, 20, 20, 20, 20, 20, 20), -- Jewel Guardian Pyton (27171, 5, 20, 20, 20, -5, 20, -32, 20), -- Ghost of Offering (27172, 0, 0, 20, 20, 20, 20, 20, 20), -- Harit Lizardman Zealot (27173, 0, 0, 20, 20, 20, 20, 20, 20), -- Box Of Athrea 1 (27174, 0, 0, 20, 20, 20, 20, 20, 20), -- Box Of Athrea 2 (27175, 0, 0, 20, 20, 20, 20, 20, 20), -- Box Of Athrea 3 (27176, 0, 0, 20, 20, 20, 20, 20, 20), -- Box Of Athrea 4 (27177, 0, 0, 20, 20, 20, 20, 20, 20), -- Box Of Athrea 5 (27178, 0, 0, 20, 20, 20, 20, 20, 20), -- Blitz Wyrm (27179, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Keymaster (27180, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Slave (27181, 5, 20, 20, 20, 20, 20, -32, 53), -- Imperial Gravekeeper (27182, 0, 0, 20, 20, 20, 20, 53, -13), -- Ark Guardian Elberoth (27183, 0, 0, 20, 20, 20, 20, 53, -13), -- Ark Guardian Shadowfang (27184, 5, 20, 20, 20, 20, 20, 20, 184), -- Angel Killer (27185, 0, 0, -13, 20, 20, 20, 20, 20), -- Fairy Tree of Wind (27186, 0, 0, -13, 20, 20, 20, 20, 20), -- Fairy Tree of Star (27187, 0, 0, -13, 20, 20, 20, 20, 20), -- Fairy Tree of Twilight (27188, 0, 0, -13, 20, 20, 20, 20, 20), -- Fairy Tree of Abyss (27189, 5, 20, 20, 20, 20, 20, -32, 53), -- Soul of Tree Guardian (27190, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Support Troop (27191, 0, 0, 20, 20, 20, 20, 20, 20), -- Malcom (27192, 5, 20, 20, 20, 20, 20, -5, 184), -- Succubus Handmaiden (27193, 0, 0, 20, 20, 20, 20, 20, 20), -- Goblin Servant (27194, 5, 20, 20, 20, 20, 20, -5, 184), -- Julie the Ripper (27195, 0, 0, -5, 20, 20, 20, 20, 20), -- Male Ant (27196, 0, 0, 20, 20, 20, 20, 20, 20), -- Bluebacked Alligator (27197, 0, 0, 20, 20, 20, 20, 20, 20), -- Bejeweled Alligator (27199, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Werewolf (27200, 0, 0, 20, 20, 20, 20, 20, 20), -- Krudel Lizardman (27201, 0, 0, 20, 20, 20, 20, 20, 20), -- (27202, 0, 0, 20, 20, 20, 20, 20, 20), -- (27203, 0, 0, 20, 20, 20, 20, 20, 20), -- (27204, 0, 0, 20, 20, 20, 20, 20, 20), -- (27205, 0, 0, 20, 20, 20, 20, 20, 20), -- (27206, 0, 0, 20, 20, 20, 20, 20, 20), -- (27207, 0, 0, 20, 20, 20, 20, 20, 20), -- (27208, 0, 0, 20, 20, 20, 20, 20, 20), -- (27209, 0, 0, 20, 20, 20, 20, 20, 20), -- (27210, 0, 0, 20, 20, 20, 20, 20, 20), -- (27211, 0, 0, 20, 20, 20, 20, 20, 20), -- (27212, 0, 0, 20, 20, 20, 20, 20, 20), -- (27213, 0, 0, 20, 20, 20, 20, 20, 20), -- (27214, 0, 0, 20, 20, 20, 20, 53, -13), -- Guardian of Forbidden Knowledge (27215, 0, 0, 20, 20, 20, 20, 53, -13), -- Guardian of Forbidden Knowledge (27216, 0, 0, 20, 20, 20, 20, 53, -13), -- Guardian of Forbidden Knowledge (27217, 0, 0, 20, 20, 20, 20, 20, 53), -- Soul of the Well (27218, 0, 0, 20, 20, 20, 20, -5, 53), -- Triol's Pawn (27219, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27220, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27221, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27222, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27223, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27224, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27225, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27226, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27227, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27228, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27229, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27230, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27231, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27232, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27233, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27234, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27235, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27236, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27237, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27238, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27239, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27240, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27241, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27242, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27243, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27244, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27245, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27246, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27247, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27248, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27249, 0, 0, 20, 20, 20, 20, -5, 53), -- Archon of Halisha (27250, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Allector (27251, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Allector (27252, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Allector (27253, 0, 0, 20, 20, 20, 20, 20, 20), -- Hell Fire (27254, 0, 0, 20, 20, 20, 20, -5, 53), -- Unknown Stopper (27255, 0, 0, 20, 20, 20, 20, -5, 53), -- Unknown Stopper (27256, 0, 0, 20, 20, 20, 20, -5, 53), -- Unknown Stopper (27257, 0, 0, 20, 20, 20, 20, 53, -13), -- Archangel Iconoclasis (27258, 0, 0, 20, 20, 20, 20, 53, -13), -- Archangel Iconoclasis (27259, 0, 0, 20, 20, 20, 20, 53, -13), -- Archangel Iconoclasis (27260, 0, 0, 20, 20, 20, 20, 53, -13), -- Archangel Iconoclasis (27261, 0, 0, 20, 20, 20, 20, 20, 20), -- Bead of Sacred Flame (27262, 0, 0, 20, 20, 20, 20, 20, 53), -- Death Lord Hallate (27263, 0, 0, 20, 20, 20, 20, 20, 53), -- Death Lord Hallate (27264, 0, 0, 20, 20, 20, 20, 20, 53), -- Death Lord Hallate (27265, 0, 0, 20, 20, 20, 20, -5, 53), -- Lich King Icarus (27266, 0, 0, 20, 20, 20, 20, 20, 53), -- Fallen Angel Haures (27267, 0, 0, 20, 20, 20, 20, 20, 53), -- Fallen Angel Haures (27268, 0, 0, 20, 20, 20, 20, 20, 53), -- Guard of Haures (27269, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Naverius (27270, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Naverius (27271, 0, 0, 20, 20, 20, 20, 20, 20), -- Chimera Golem (27272, 0, 0, 20, 20, 20, 20, -5, 53), -- Hallate's Dancer Lillian (27273, 0, 0, 20, 20, 20, 20, 20, 53), -- Assassin Pezel (27274, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Tanakia (27275, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Tanakia (27276, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Tanakia (27277, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Tanakia (27278, 0, 0, 20, 20, 20, 20, -5, 53), -- Beleth's Shadow (27279, 0, 0, 20, 20, 20, 20, 20, 53), -- Cursed Kesadein (27280, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Narcissus (27281, 0, 0, 20, 20, 20, 20, -5, 53), -- Fallen Angel Metellus (27282, 0, 0, 20, 20, 20, 20, 53, -13), -- Dark Angel Othiel (27283, 0, 0, 20, 20, 20, 20, 20, 20), -- Grandpapa Askalius (27284, 0, 0, 20, 20, 20, 20, 20, 20), -- Flame Evil Spirit Azira (27285, 0, 0, 20, 20, 20, 20, 20, 20), -- Lizard's Totem Sharuhi (27286, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Knight Adhil (27287, 0, 0, 20, 20, 20, 20, 20, 20), -- Bound Elf Panacea (27288, 0, 0, 20, 20, 20, 20, 20, 20), -- Sword Player Biel (27289, 0, 0, 20, 20, 20, 20, -5, 53), -- Ancient Sword Master Iron (27290, 0, 0, 20, 20, 20, 20, 53, -13), -- White Wing Commander (27291, 0, 0, 20, 20, 20, 20, 53, -13), -- White Wing Fighter (27292, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Noble Orc Muhark (27293, 0, 0, 20, 20, 20, 20, 20, 20), -- Khavatari Uruz (27294, 0, 0, 20, 20, 20, 20, 20, 20), -- Overlord Atrus (27295, 0, 0, 20, 20, 20, 20, 20, 20), -- Sharuhi Mouth Mudaha (27296, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Watcher Ezekiel (27297, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Watcher Ezekiel (27298, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Watcher Ezekiel (27299, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Watcher Ezekiel (27300, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Watcher Ezekiel (27301, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Watcher Ezekiel (27302, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Defender Azrael (27303, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Defender Azrael (27304, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Defender Azrael (27305, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Defender Azrael (27306, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Defender Azrael (27307, 0, 0, 20, 20, 20, 20, 53, -13), -- Monument Defender Azrael (27308, 0, 0, 20, 20, 20, 20, -5, 53), -- Assassin Frost (27309, 0, 0, 20, 20, 20, 20, -5, 53), -- Minervia Van Hacken (27310, 0, 0, 20, 20, 20, 20, -5, 53), -- Kitanis Van Hacken (27311, 0, 0, 20, 20, 20, 20, 20, 20), -- Judgment Hound Dog Kelvas (27312, 0, 0, 20, 20, 20, 20, -5, 53), -- Mysterious Servitor (27313, 0, 0, 20, 20, 20, 20, 53, -13), -- Vision Guardian Shakiel (27314, 0, 0, 20, 20, 20, 20, 53, -13), -- Vision Guardian Shakiel (27315, 0, 0, 20, 20, 20, 20, 53, -13), -- Vision Guardian Shakiel (27316, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Chieftain Vegus (27317, 0, 0, 20, 20, 20, 20, 53, -13), -- Restrainer of Glory (27318, 0, 0, 20, 20, 20, 20, 20, 20), -- Wendy's Guardian (27319, 0, 0, 20, 20, 20, 20, 20, 20), -- Black Leopard (27320, 0, 0, 20, 20, 20, 20, 20, 20), -- Timora Orc (27321, 0, 0, 20, 20, 20, 20, 20, 20), -- Bruin Lizardman (27322, 0, 0, 20, 20, 20, 20, 20, 20), -- Picot Araneid (27323, 0, 0, 20, 20, 20, 20, 20, 20), -- Divine Emissary (27324, 0, 0, 20, 20, 20, 20, 20, 20), -- Vision Guard Eranus (27325, 0, 0, 20, 20, 20, 20, 20, 20), -- Archon of Halisha (27326, 0, 0, 20, 20, 20, 20, 20, 20); -- Archangel Kanriel INSERT INTO `npc_elementals` VALUES (27327, 0, 0, 20, 20, 20, 20, 20, 20), -- Zakorel's Executor (27328, 0, 0, 20, 20, 20, 20, 20, 20), -- Zakorel (27329, 0, 0, 20, 20, 20, 20, 20, 20), -- Archon of Halisha (27332, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian Angel (27333, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Duchess (27334, 0, 0, 20, 20, 20, 20, 20, 20), -- Archon of Halisha (27335, 0, 0, 20, 20, 20, 20, 20, 20), -- Dark Angel Othiel (27336, 0, 0, 20, 20, 20, 20, 20, 20), -- Crimson Lady (27337, 0, 0, 20, 20, 20, 20, 20, 20), -- Ol Mahum Officer Tak (27338, 0, 0, 20, 20, 20, 20, 20, 20), -- Fallen Angel (27339, 0, 0, 20, 20, 20, 20, 20, 20), -- Cruma Marshlands Traitor (27340, 0, 0, 20, 20, 20, 20, 20, 20), -- Pursuer (27341, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27342, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27343, 5, 100, 80, 80, 80, 80, 60, 120), -- Shilen's Evil Thoughts (27344, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27345, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27346, 5, 100, 80, 80, 80, 80, 60, 120), -- Shilen's Evil Thoughts (27347, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn Oracle (27348, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn Oracle (27349, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn Oracle (27350, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn Oracle (27351, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn (27352, 0, 100, 150, 40, 90, 90, 90, 90), -- Guards of the Dawn Oracle (27353, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Butcher (27354, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Magus (27355, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Knight-Errant (27356, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Marauder (27357, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Priest (27358, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Knight (27359, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Slayer (27360, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Great Magus (27361, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Guard Knight (27362, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Butcher (27363, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Magus (27364, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Knight-Errant (27365, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Marauder (27366, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Priest (27367, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Knight (27368, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Slayer (27369, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Great Magus (27370, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilim Guard Knight (27371, 0, 0, 80, 80, 80, 80, 60, 120), -- Lilim Butcher (27372, 0, 0, 80, 80, 80, 80, 60, 120), -- Lilim Magus (27373, 0, 0, 80, 80, 80, 80, 60, 120), -- Lilim Knight-Errant (27374, 0, 0, 80, 80, 80, 80, 60, 120), -- Shilen's Evil Thoughts (27375, 0, 0, 80, 80, 80, 80, 60, 120), -- Shilen's Evil Thoughts (27376, 0, 0, 80, 80, 80, 80, 60, 120), -- Lilim Knight (27377, 0, 0, 80, 80, 80, 80, 60, 120), -- Lilim Slayer (27378, 0, 0, 80, 80, 80, 80, 60, 120), -- Lilim Great Magus (27379, 0, 0, 80, 80, 80, 80, 60, 120), -- Lilim Guard Knight (27380, 1, 80, -280, 435, 65, 65, 65, 65), -- Reckless Sprite of Water (27381, 2, 100, 90, 90, 450, -280, 90, 90), -- Reckless Sprite of Air (27382, 0, 0, 20, 20, 20, 20, 20, 20), -- Power of Seal Isolation (27383, 0, 0, 20, 20, 20, 20, 20, 20), -- Power of Seal Isolation (27384, 0, 0, 20, 20, 20, 20, 20, 20), -- Seal Device (27385, 5, 200, 170, 170, 170, 170, 120, 200), -- Lilith (27386, 5, 200, 170, 170, 170, 170, 120, 200), -- Lilith's Steward (27387, 5, 200, 170, 170, 170, 170, 120, 200), -- Lilith's Elite (27388, 4, 200, 170, 170, 170, 170, 200, 120), -- Anakim (27389, 4, 200, 170, 170, 170, 170, 200, 120), -- Anakim's Guardian (27390, 4, 200, 170, 170, 170, 170, 200, 120), -- Anakim's Guard (27391, 4, 200, 170, 170, 170, 170, 200, 120), -- Anakim's Executor (27392, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloody Axe Aide (27393, 0, 0, 20, 20, 20, 20, 20, 20), -- Headless Knight (27394, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27395, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27396, 5, 200, 170, 170, 170, 170, 120, 200), -- Shilen's Evil Thoughts (27397, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27398, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27399, 5, 200, 170, 170, 170, 170, 120, 200), -- Shilen's Evil Thoughts (27400, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27401, 0, 0, 20, 20, 20, 20, 20, 20), -- Shilen's Evil Thoughts (27402, 5, 200, 170, 170, 170, 170, 120, 200), -- Shilen's Evil Thoughts (27403, 0, 0, 20, 20, 20, 20, 20, 20), -- Trainee of Rest (27404, 0, 0, 20, 20, 20, 20, 20, 20), -- Supplicant of Rest (27405, 0, 0, 20, 20, 20, 20, 20, 20), -- Monastic Pilgrim (27406, 0, 0, 20, 20, 20, 20, 20, 20), -- Monastic Crusader (27407, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina Lay Brother (27408, 0, 0, 20, 20, 20, 20, 20, 20), -- Savior Solina (27409, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina Knight Captain (27410, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina Knights (27411, 0, 0, 20, 20, 20, 20, 20, 20), -- Divinity Manager (27412, 0, 0, 20, 20, 20, 20, 20, 20), -- Divinity Supervisor (27413, 0, 0, 20, 20, 20, 20, 20, 20), -- Divinity Fighter (27414, 0, 0, 20, 20, 20, 20, 20, 20), -- Divinity Magus (27415, 0, 0, 20, 20, 20, 20, 20, 20), -- Guide Solina (27416, 0, 0, 20, 20, 20, 20, 20, 20), -- Relic Manager Golem (27417, 0, 0, 20, 20, 20, 20, 20, 20), -- Mutant Archer (27418, 0, 0, 20, 20, 20, 20, 20, 20), -- Mutant Warrior (27419, 0, 0, 20, 20, 20, 20, 20, 20), -- Divinity Watcher (27420, 0, 0, 20, 20, 20, 20, 20, 20), -- Instructor Solina (27421, 0, 0, 20, 20, 20, 20, 20, 20), -- Creature of the Dusk (27422, 0, 0, 20, 20, 20, 20, 20, 20), -- Creature of the Dusk (27423, 0, 0, 20, 20, 20, 20, 20, 20), -- Creature of the Dusk (27424, 0, 0, 20, 20, 20, 20, 20, 20), -- Creature of the Dusk (29001, 0, 0, -83, 20, 20, 20, 20, 20), -- Queen Ant (29002, 0, 0, 20, 20, 20, 20, 20, 20), -- Queen Ant Larva (29003, 0, 0, 20, 20, 20, 20, 20, 20), -- Nurse Ant (29004, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard Ant (29005, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard Ant (29006, 0, 0, 20, 20, 20, 20, 20, 20), -- Core (29007, 5, 20, 20, 20, 20, 20, -32, 53), -- Death Knight (29008, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Wraith (29009, 0, 0, -13, 20, 20, 20, 20, 20), -- Dicor (29010, 0, 0, 20, 20, 20, 20, 20, 20), -- Validus (29011, 0, 0, 20, 20, 20, 20, 20, 20), -- Susceptor (29012, 0, 0, 20, 20, 20, 20, 20, 20), -- Perum (29013, 0, 0, 20, 20, 20, 20, 20, 20), -- Premo (29014, 0, 0, -83, 20, 53, 20, 20, 20), -- Orfen (29015, 0, 0, 20, 20, 20, 20, 20, 20), -- Richard (29016, 0, 0, 20, 20, 20, 20, 20, 20), -- Richard Leos (29017, 0, 0, 20, 20, 20, 20, 20, 20), -- Riba (29018, 0, 0, 20, 20, 20, 20, 20, 20), -- Riba Iren (29019, 0, 0, 50, 50, -83, 300, 50, 50), -- Antharas (29020, 0, 0, 20, 20, 20, 20, 20, 53), -- Baium (29021, 0, 0, 20, 20, 20, 20, 53, -13), -- Archangel (29022, 0, 0, 20, 20, 20, 20, 20, 53), -- Zaken (29023, 5, 20, 20, 20, 20, 20, -13, 184), -- Doll Blader (29024, 5, 20, 20, 20, 20, 20, -13, 184), -- Veil Master (29025, 0, 0, 20, 20, 20, 20, 20, 53), -- Baium (29026, 5, 20, 20, 20, 20, 20, -32, 53), -- Pirate Zombie Captain (29027, 5, 20, 20, 20, 20, 20, -32, 53), -- Pirate Zombie (29028, 0, 370, 370, 250, 300, 300, 300, 300), -- Valakas (29029, 0, 300, 300, 170, 220, 220, 220, 220), -- Lavasaurus Alpha (29030, 0, 0, 20, 20, 20, 20, 20, 20), -- Fenril Hound Kerinne (29031, 0, 0, 20, 20, 20, 20, 20, 20), -- Kerinne's Ifrit (29032, 0, 0, 20, 20, 20, 20, 20, 20), -- Kerinne's Golem (29033, 0, 0, 20, 20, 20, 20, 20, 20), -- Fenril Hound Freki (29034, 0, 0, 20, 20, 20, 20, 20, 20), -- Freki's Ifrit (29035, 0, 0, 20, 20, 20, 20, 20, 20), -- Freki's Golem (29036, 0, 0, 20, 20, 20, 20, 20, 20), -- Fenril Hound Uruz (29037, 0, 0, 20, 20, 20, 20, 20, 20), -- Fenril Hound Kinaz (29038, 0, 0, 20, 20, 20, 20, 20, 20), -- Kinaz's Ifrit (29039, 0, 0, 20, 20, 20, 20, 20, 20), -- Kinaz's Ifrit (29040, 0, 0, 20, 20, 20, 20, 20, 20), -- Wings of Flame, Ixion (29041, 0, 0, 20, 20, 20, 20, 20, 20), -- Inferno Golem (29042, 0, 0, 20, 20, 20, 20, 20, 20), -- Inferno Golem (29043, 0, 0, 20, 20, 20, 20, 20, 20), -- Howling Ifrit (29044, 0, 0, 20, 20, 20, 20, 20, 20), -- Howling Ifrit (29045, 2, 350, 300, 300, 370, 250, 300, 300), -- Frintezza (29046, 5, 370, 300, 300, 300, 300, 250, 270), -- Scarlet van Halisha (29047, 5, 370, 300, 300, 300, 300, 250, 270), -- Scarlet van Halisha (29048, 2, 300, 220, 220, 300, 170, 220, 220), -- Evil Spirit (29049, 2, 300, 220, 220, 300, 170, 220, 220), -- Evil Spirit (29050, 5, 300, 220, 220, 220, 220, 170, 300), -- Breath of Halisha (29051, 5, 300, 220, 220, 220, 220, 170, 300), -- Breath of Halisha (29052, 0, 0, 20, 20, 20, 20, 20, 20), -- (29053, 0, 0, 20, 20, 20, 20, 20, 20), -- (29054, 0, 0, 20, 20, 20, 20, -13, 53), -- Benom (29055, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleportation Cubic (29056, 0, 0, 20, 300, 20, 20, 20, 20), -- Ice Fairy Sirra (29057, 0, 0, 20, 110, 20, 20, 20, 20), -- Sirra's Page (29058, 0, 0, 20, 110, 20, 20, 20, 20), -- Sirra's Beholder (29059, 0, 0, 20, 20, 20, 20, 20, 20), -- (29060, 0, 0, 20, 20, 20, 20, 20, 20), -- Captain of the Ice Queen's Royal Guard (29061, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleportation Cubic (29062, 0, 0, 20, 20, 20, 20, 20, 20), -- Andreas Van Halter (29063, 0, 0, 20, 20, 20, 20, 20, 20), -- Andreas' Acolyte (29064, 0, 0, 20, 20, 20, 20, 20, 20), -- Andreas' Acolyte (29065, 0, 0, 20, 20, 20, 20, 20, 20), -- Sailren (29066, 0, 0, 50, 50, -83, 300, 50, 50), -- Antharas (29067, 0, 0, 50, 50, -83, 300, 50, 50), -- Antharas (29068, 3, 370, 300, 300, 250, 370, 300, 300), -- Antharas (29069, 3, 300, 220, 220, 170, 300, 220, 220), -- Behemoth Dragon (29070, 3, 300, 220, 220, 170, 300, 220, 220), -- Dragon Bomber (29071, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Bomber (29072, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Bomber (29073, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Bomber (29074, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Bomber (29075, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Bomber (29076, 3, 300, 220, 220, 170, 300, 220, 220), -- Dragon Bomber (29077, 0, 0, 20, 20, 20, 20, 20, 20), -- (29078, 0, 0, 20, 20, 20, 20, 20, 20), -- (29079, 0, 0, 20, 20, 20, 20, 20, 20), -- (29080, 0, 0, 20, 20, 20, 20, 20, 20), -- (29081, 0, 0, 20, 20, 20, 20, 20, 20), -- (29082, 0, 0, 20, 20, 20, 20, 20, 20), -- (29083, 0, 0, 20, 20, 20, 20, 20, 20), -- (29084, 0, 0, 20, 20, 20, 20, 20, 20), -- (29085, 0, 0, 20, 20, 20, 20, 20, 20), -- (29086, 0, 0, 20, 20, 20, 20, 20, 20), -- (29087, 0, 0, 20, 20, 20, 20, 20, 20), -- (29088, 0, 0, 20, 20, 20, 20, 20, 20), -- (29089, 0, 0, 20, 20, 20, 20, 20, 20), -- (29090, 0, 0, 20, 20, 20, 20, 20, 20), -- (29091, 0, 0, 20, 20, 20, 20, 20, 20), -- (29092, 0, 0, 20, 20, 20, 20, 20, 20), -- (29093, 0, 0, 20, 20, 20, 20, 20, 20), -- (29094, 0, 0, 20, 20, 20, 20, 20, 20), -- (29095, 0, 0, 20, 20, 20, 20, -13, 53), -- Gordon (29096, 4, 20, 20, 20, 20, 20, 71, -13), -- Anais (29097, 4, 20, 20, 20, 20, 20, 71, -13), -- Disciple of Splendor (29098, 4, 20, 20, 20, 20, 20, 71, -13), -- Splendor Worshiper (29099, 5, 80, 70, 70, 70, 70, 50, 95), -- Baylor (29100, 0, 0, 50, 50, 50, 50, 50, 50), -- Crystal Prison Guard (29101, 0, 0, 50, 50, 50, 50, 50, 50), -- Crystalline Golem (29102, 0, 0, 50, 50, 50, 50, 50, 50), -- Crystalline Golem (29103, 0, 0, 20, 20, 20, 20, 20, 20), -- Baylor (29104, 0, 0, 20, 20, 20, 20, 20, 20), -- Crystal Prison Guard (29105, 0, 0, 20, 20, 20, 20, 20, 20), -- Crystalline Golem (29106, 0, 0, 20, 20, 20, 20, 20, 20), -- (29107, 0, 0, 20, 20, 20, 20, 20, 20), -- (29108, 0, 0, 20, 20, 20, 20, 20, 20), -- (29109, 0, 0, 20, 20, 20, 20, 20, 20), -- (29110, 0, 0, 20, 20, 20, 20, 20, 20), -- (29111, 0, 0, 20, 20, 20, 20, 20, 20), -- (29112, 0, 0, 20, 20, 20, 20, 20, 20), -- (29113, 0, 0, 20, 20, 20, 20, 20, 20), -- (29114, 0, 0, 20, 20, 20, 20, 20, 20), -- (29115, 0, 0, 50, 50, 50, 50, 50, 50), -- Crystal Prison Guard (29116, 0, 0, 20, 20, 20, 20, 20, 20), -- Baylor's Treasure Chest (29117, 0, 0, 20, 20, 20, 20, 20, 20), -- Baylor's Treasure Chest (29118, 5, 300, 300, 300, 300, 300, 250, 370), -- Beleth (29119, 5, 300, 300, 300, 300, 300, 250, 370), -- Beleth (29120, 0, 0, 20, 20, 20, 20, 20, 20), -- (29121, 0, 0, 20, 20, 20, 20, 20, 20), -- (29122, 0, 0, 20, 20, 20, 20, 20, 20), -- (29123, 0, 0, 20, 20, 20, 20, 20, 20), -- (29124, 0, 0, 20, 20, 20, 20, 20, 20), -- (29125, 0, 0, 20, 20, 20, 20, 20, 20), -- (29126, 0, 0, 20, 20, 20, 20, 20, 20), -- (29127, 0, 0, 20, 20, 20, 20, 20, 20), -- (29128, 0, 0, 20, 20, 20, 20, 20, 20), -- (29129, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Captain (29130, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Guard (29131, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Assistant Guard (29132, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Captain (29133, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Guard (29134, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Assistant Guard (29135, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Captain (29136, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Guard (29137, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Assistant Guard (29138, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Captain (29139, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Guard (29140, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Assistant Guard (29141, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Captain (29142, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Guard (29143, 0, 0, 20, 20, 20, 20, 20, 20), -- Lost Assistant Guard (29144, 0, 100, 150, 40, 90, 90, 90, 90), -- Lost Captain (29145, 3, 100, 90, 90, 30, 150, 90, 90), -- Lost Guard (29146, 3, 100, 90, 90, 30, 150, 90, 90), -- Lost Assistant Guard (29147, 2, 100, 90, 90, 150, 40, 90, 90), -- Lost Captain (29148, 0, 100, 150, 40, 90, 90, 90, 90), -- Lost Guard (29149, 5, 100, 90, 90, 90, 90, 65, 130), -- Lost Assistant Guard (29150, 5, 250, 200, 200, 200, 200, 150, 250), -- Ekimus (29151, 5, 150, 130, 130, 130, 130, 90, 150), -- Feral Hound of the Netherworld (29152, 5, 150, 130, 130, 130, 130, 90, 150), -- Feral Hound of the Netherworld (29153, 0, 0, 20, 20, 20, 20, 20, 20), -- (29154, 0, 0, 20, 20, 20, 20, 20, 20), -- (29155, 0, 0, 20, 20, 20, 20, 20, 20), -- (29156, 0, 0, 20, 20, 20, 20, 20, 20), -- (29157, 0, 0, 20, 20, 20, 20, 20, 20), -- (29158, 0, 0, 20, 20, 20, 20, 20, 20), -- (29159, 0, 0, 20, 20, 20, 20, 20, 20), -- (29160, 0, 0, 20, 20, 20, 20, 20, 20), -- (29161, 0, 0, 20, 20, 20, 20, 20, 20), -- Pre-Awakened Ekimus (29162, 0, 130, 180, 120, 150, 150, 150, 150), -- Soldiers of Bravery (29163, 0, 250, 250, 150, 200, 200, 200, 200), -- Tiat (29164, 0, 0, 20, 20, 20, 20, 20, 20), -- (29165, 0, 0, 20, 20, 20, 20, 20, 20), -- (29166, 0, 0, 20, 20, 20, 20, 20, 20), -- (29167, 0, 0, 20, 20, 20, 20, 20, 20), -- (29168, 0, 150, 150, 100, 150, 150, 150, 150), -- (29169, 0, 0, 20, 20, 20, 20, 20, 20), -- (29170, 0, 0, 20, 20, 20, 20, 20, 20), -- (29171, 0, 0, 20, 20, 20, 20, 20, 20), -- (29172, 0, 0, 20, 20, 20, 20, 20, 20), -- (29173, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiat Priest (29174, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiat Priest (29175, 0, 250, 250, 150, 200, 200, 200, 200), -- Tiat (29176, 0, 0, 20, 20, 20, 20, 20, 53), -- Zaken (29177, 1, 370, 250, 370, 300, 300, 300, 300), -- Freya (29178, 1, 370, 250, 370, 300, 300, 300, 300), -- Freya (29179, 1, 370, 250, 370, 300, 300, 300, 300), -- Freya (29180, 1, 370, 250, 370, 300, 300, 300, 300), -- Freya (29181, 5, 370, 300, 300, 300, 300, 250, 370), -- Zaken (29182, 5, 200, 170, 170, 170, 170, 150, 200), -- Doll Blader (29183, 5, 170, 150, 150, 150, 150, 110, 170), -- Veil Master (29184, 5, 150, 130, 130, 130, 130, 90, 150), -- Pirate Zombie Captain (29185, 5, 250, 200, 200, 200, 200, 150, 250), -- Pirate Zombie (29186, 5, 370, 300, 300, 300, 300, 250, 370), -- Baylor (29187, 3, 300, 220, 220, 170, 300, 220, 220), -- Crystal Prison Guard (29188, 3, 300, 220, 220, 170, 300, 220, 220), -- Crystalline Golem (29189, 3, 300, 220, 220, 170, 300, 220, 220), -- Crystalline Golem (29190, 3, 300, 220, 220, 170, 300, 220, 220), -- Tarask Dragon (30001, 0, 0, 150, 150, 150, 150, 150, 150), -- Lector (30002, 0, 0, 150, 150, 150, 150, 150, 150), -- Jackson (30003, 0, 0, 150, 150, 150, 150, 150, 150), -- Silvia (30004, 0, 0, 150, 150, 150, 150, 150, 150), -- Katerina (30005, 0, 0, 150, 150, 150, 150, 150, 150), -- Wilford (30006, 0, 0, 150, 150, 150, 150, 150, 150), -- Milia (30008, 0, 0, 150, 150, 150, 150, 150, 150), -- Roien (30009, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30010, 0, 0, 150, 150, 150, 150, 150, 150), -- Auron (30014, 0, 0, 150, 150, 150, 150, 150, 150), -- Celma (30017, 0, 0, 150, 150, 150, 150, 150, 150), -- Gallint (30019, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30022, 0, 0, 150, 150, 150, 150, 150, 150), -- Zigaunt (30026, 0, 0, 150, 150, 150, 150, 150, 150), -- Bitz (30027, 0, 0, 150, 150, 150, 150, 150, 150), -- Gwinter (30028, 0, 0, 150, 150, 150, 150, 150, 150), -- Pintage (30029, 0, 0, 150, 150, 150, 150, 150, 150), -- Minia (30030, 0, 0, 150, 150, 150, 150, 150, 150), -- Vivyan (30031, 0, 0, 150, 150, 150, 150, 150, 150), -- Biotin (30032, 0, 0, 150, 150, 150, 150, 150, 150), -- Yohanes (30033, 0, 0, 150, 150, 150, 150, 150, 150), -- Baulro (30034, 0, 0, 150, 150, 150, 150, 150, 150), -- Iris (30035, 0, 0, 150, 150, 150, 150, 150, 150), -- Harrys (30036, 0, 0, 150, 150, 150, 150, 150, 150), -- Petron (30037, 0, 0, 150, 150, 150, 150, 150, 150), -- Levian (30039, 0, 0, 150, 150, 150, 150, 150, 150), -- Gilbert (30040, 0, 0, 150, 150, 150, 150, 150, 150), -- Leon (30041, 0, 0, 150, 150, 150, 150, 150, 150), -- Arnold (30042, 0, 0, 150, 150, 150, 150, 150, 150), -- Abellos (30043, 0, 0, 150, 150, 150, 150, 150, 150), -- Johnstone (30044, 0, 0, 150, 150, 150, 150, 150, 150), -- Chiperan (30045, 0, 0, 150, 150, 150, 150, 150, 150), -- Kenyos (30046, 0, 0, 150, 150, 150, 150, 150, 150), -- Hanks (30047, 0, 0, 150, 150, 150, 150, 150, 150), -- Firon (30048, 0, 0, 150, 150, 150, 150, 150, 150), -- Darin (30049, 0, 0, 150, 150, 150, 150, 150, 150), -- Bonnie (30050, 0, 0, 150, 150, 150, 150, 150, 150), -- Elias (30051, 0, 0, 150, 150, 150, 150, 150, 150), -- Cristel (30054, 0, 0, 150, 150, 150, 150, 150, 150), -- Rant (30055, 0, 0, 150, 150, 150, 150, 150, 150), -- Rolfe (30057, 0, 0, 150, 150, 150, 150, 150, 150), -- Aldo (30058, 0, 0, 150, 150, 150, 150, 150, 150), -- Holvas (30059, 0, 0, 150, 150, 150, 150, 150, 150), -- Trisha (30060, 0, 0, 150, 150, 150, 150, 150, 150), -- Sabrin (30061, 0, 0, 150, 150, 150, 150, 150, 150), -- Casey (30062, 0, 0, 150, 150, 150, 150, 150, 150), -- Sonia (30063, 0, 0, 150, 150, 150, 150, 150, 150), -- Lara (30064, 0, 0, 150, 150, 150, 150, 150, 150), -- Terry (30065, 0, 0, 150, 150, 150, 150, 150, 150), -- Arnelle (30066, 0, 0, 150, 150, 150, 150, 150, 150), -- Pabris (30067, 0, 0, 150, 150, 150, 150, 150, 150), -- Glyvka (30068, 0, 0, 150, 150, 150, 150, 150, 150), -- Shegfield (30069, 0, 0, 150, 150, 150, 150, 150, 150), -- Rollant (30070, 0, 0, 150, 150, 150, 150, 150, 150), -- Sylvain (30071, 0, 0, 150, 150, 150, 150, 150, 150), -- Lucas (30072, 0, 0, 150, 150, 150, 150, 150, 150), -- Metty (30073, 0, 0, 150, 150, 150, 150, 150, 150), -- Jacob (30074, 0, 0, 150, 150, 150, 150, 150, 150), -- Harlan (30075, 0, 0, 150, 150, 150, 150, 150, 150), -- Xaber (30076, 0, 0, 150, 150, 150, 150, 150, 150), -- Liam (30078, 0, 0, 150, 150, 150, 150, 150, 150), -- Pano (30079, 0, 0, 150, 150, 150, 150, 150, 150), -- Barder (30080, 0, 0, 150, 150, 150, 150, 150, 150), -- Clarissa (30081, 0, 0, 150, 150, 150, 150, 150, 150), -- Helvetia (30082, 0, 0, 150, 150, 150, 150, 150, 150), -- Denkus (30083, 0, 0, 150, 150, 150, 150, 150, 150), -- Pochi (30084, 0, 0, 150, 150, 150, 150, 150, 150), -- Graham (30085, 0, 0, 150, 150, 150, 150, 150, 150), -- Stanford (30086, 0, 0, 150, 150, 150, 150, 150, 150), -- Taurin (30087, 0, 0, 150, 150, 150, 150, 150, 150), -- Peta (30088, 0, 0, 150, 150, 150, 150, 150, 150), -- Radia (30090, 0, 0, 150, 150, 150, 150, 150, 150), -- Sandra (30091, 0, 0, 150, 150, 150, 150, 150, 150), -- Ellie (30092, 0, 0, 150, 150, 150, 150, 150, 150), -- Collob (30093, 0, 0, 150, 150, 150, 150, 150, 150), -- Groot (30094, 0, 0, 150, 150, 150, 150, 150, 150), -- Gentler (30095, 0, 0, 150, 150, 150, 150, 150, 150), -- Randolf (30097, 0, 0, 150, 150, 150, 150, 150, 150), -- Galladucci (30098, 0, 0, 150, 150, 150, 150, 150, 150), -- Alexandria (30103, 0, 0, 150, 150, 150, 150, 150, 150), -- Valkon (30104, 0, 0, 150, 150, 150, 150, 150, 150), -- Parman (30105, 0, 0, 150, 150, 150, 150, 150, 150), -- Genwitter (30106, 0, 0, 150, 150, 150, 150, 150, 150), -- Dufner (30107, 0, 0, 150, 150, 150, 150, 150, 150), -- Goldian (30108, 0, 0, 150, 150, 150, 150, 150, 150), -- Macken (30109, 0, 0, 150, 150, 150, 150, 150, 150), -- Hannavalt (30110, 0, 0, 150, 150, 150, 150, 150, 150), -- Iker (30111, 0, 0, 150, 150, 150, 150, 150, 150), -- Dieter (30112, 0, 0, 150, 150, 150, 150, 150, 150), -- Maurius (30113, 0, 0, 150, 150, 150, 150, 150, 150), -- Juris (30114, 0, 0, 150, 150, 150, 150, 150, 150), -- Roa (30115, 0, 0, 150, 150, 150, 150, 150, 150), -- Jurek (30116, 0, 0, 150, 150, 150, 150, 150, 150), -- Dustin (30117, 0, 0, 150, 150, 150, 150, 150, 150), -- Primos (30118, 0, 0, 150, 150, 150, 150, 150, 150), -- Pupina (30119, 0, 0, 150, 150, 150, 150, 150, 150), -- Isabellin (30120, 0, 0, 150, 150, 150, 150, 150, 150), -- Maximilian (30121, 0, 0, 150, 150, 150, 150, 150, 150), -- Jeronin (30122, 0, 0, 150, 150, 150, 150, 150, 150), -- Bane (30123, 0, 0, 150, 150, 150, 150, 150, 150), -- Vesa (30124, 0, 0, 150, 150, 150, 150, 150, 150), -- Zerome (30125, 0, 0, 150, 150, 150, 150, 150, 150), -- Belton (30126, 0, 0, 150, 150, 150, 150, 150, 150), -- Rath (30128, 0, 0, 150, 150, 150, 150, 150, 150), -- Atanas (30129, 0, 0, 150, 150, 150, 150, 150, 150), -- Mitraell (30130, 0, 0, 150, 150, 150, 150, 150, 150), -- Undrias (30131, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30132, 0, 0, 150, 150, 150, 150, 150, 150), -- Cecktinon (30133, 0, 0, 150, 150, 150, 150, 150, 150), -- Kartia (30134, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleport Device (30135, 0, 0, 150, 150, 150, 150, 150, 150), -- Iria (30136, 0, 0, 150, 150, 150, 150, 150, 150), -- Payne (30137, 0, 0, 150, 150, 150, 150, 150, 150), -- Vollodos (30138, 0, 0, 150, 150, 150, 150, 150, 150), -- Minaless (30139, 0, 0, 150, 150, 150, 150, 150, 150), -- Dorankus (30140, 0, 0, 150, 150, 150, 150, 150, 150), -- Erviante (30141, 0, 0, 150, 150, 150, 150, 150, 150), -- Talloth (30143, 0, 0, 150, 150, 150, 150, 150, 150), -- Trudy (30144, 0, 0, 150, 150, 150, 150, 150, 150), -- Harne (30145, 0, 0, 150, 150, 150, 150, 150, 150), -- Vlasty (30146, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleport Device (30147, 0, 0, 150, 150, 150, 150, 150, 150), -- Unoren (30148, 0, 0, 150, 150, 150, 150, 150, 150), -- Ariel (30149, 0, 0, 150, 150, 150, 150, 150, 150), -- Creamees (30150, 0, 0, 150, 150, 150, 150, 150, 150), -- Herbiel (30151, 0, 0, 150, 150, 150, 150, 150, 150), -- Chad (30152, 0, 0, 150, 150, 150, 150, 150, 150), -- Julia (30153, 0, 0, 150, 150, 150, 150, 150, 150), -- Markius (30154, 0, 0, 150, 150, 150, 150, 150, 150), -- Asterios (30155, 0, 0, 150, 150, 150, 150, 150, 150), -- Ellenia (30156, 0, 0, 150, 150, 150, 150, 150, 150), -- Esrandell (30157, 0, 0, 150, 150, 150, 150, 150, 150), -- Greenis (30158, 0, 0, 150, 150, 150, 150, 150, 150), -- Esrandell (30162, 0, 0, 150, 150, 150, 150, 150, 150), -- Karin (30163, 0, 0, 150, 150, 150, 150, 150, 150), -- Rex (30164, 0, 0, 150, 150, 150, 150, 150, 150), -- Ian (30165, 0, 0, 150, 150, 150, 150, 150, 150), -- Ralford (30166, 0, 0, 150, 150, 150, 150, 150, 150), -- Wesley (30169, 0, 0, 150, 150, 150, 150, 150, 150), -- Marty (30170, 0, 0, 150, 150, 150, 150, 150, 150), -- Radic (30171, 0, 0, 150, 150, 150, 150, 150, 150), -- Gaius (30174, 0, 0, 150, 150, 150, 150, 150, 150), -- Arkenias (30175, 0, 0, 150, 150, 150, 150, 150, 150), -- Fairen (30176, 0, 0, 150, 150, 150, 150, 150, 150), -- Valleria (30177, 0, 0, 150, 150, 150, 150, 150, 150), -- Valentina (30178, 0, 0, 150, 150, 150, 150, 150, 150), -- Zenkin (30179, 0, 0, 150, 150, 150, 150, 150, 150), -- Raudia (30180, 0, 0, 150, 150, 150, 150, 150, 150), -- Sara (30181, 0, 0, 150, 150, 150, 150, 150, 150), -- Galibredo (30182, 0, 0, 150, 150, 150, 150, 150, 150), -- Cliff (30183, 0, 0, 150, 150, 150, 150, 150, 150), -- Hagger (30184, 0, 0, 150, 150, 150, 150, 150, 150), -- Rigol (30185, 0, 0, 150, 150, 150, 150, 150, 150), -- Taniac Blackbird (30186, 0, 0, 150, 150, 150, 150, 150, 150), -- Bhan (30187, 0, 0, 150, 150, 150, 150, 150, 150), -- Klaus Blackbird (30188, 0, 0, 150, 150, 150, 150, 150, 150), -- Vadin (30189, 0, 0, 150, 150, 150, 150, 150, 150), -- Rovia (30190, 0, 0, 150, 150, 150, 150, 150, 150), -- Phanovia (30191, 0, 0, 150, 150, 150, 150, 150, 150), -- Hollint (30192, 0, 0, 150, 150, 150, 150, 150, 150), -- Darya (30194, 0, 0, 150, 150, 150, 150, 150, 150), -- Gideon (30195, 0, 0, 150, 150, 150, 150, 150, 150), -- Brecson (30196, 0, 0, 150, 150, 150, 150, 150, 150), -- Mouen (30197, 0, 0, 150, 150, 150, 150, 150, 150), -- Hector (30198, 0, 0, 150, 150, 150, 150, 150, 150), -- Jerin (30199, 0, 0, 150, 150, 150, 150, 150, 150), -- Yates (30200, 0, 0, 150, 150, 150, 150, 150, 150), -- Stan (30201, 0, 0, 150, 150, 150, 150, 150, 150), -- Pinaps (30207, 0, 0, 150, 150, 150, 150, 150, 150), -- Arodin (30208, 0, 0, 150, 150, 150, 150, 150, 150), -- Damion (30209, 0, 0, 150, 150, 150, 150, 150, 150), -- Colleen (30210, 0, 0, 150, 150, 150, 150, 150, 150), -- Norman (30216, 0, 0, 150, 150, 150, 150, 150, 150), -- Wheeler (30217, 0, 0, 150, 150, 150, 150, 150, 150), -- Berros (30218, 0, 0, 150, 150, 150, 150, 150, 150), -- Kendell (30219, 0, 0, 150, 150, 150, 150, 150, 150), -- Veltress (30220, 0, 0, 150, 150, 150, 150, 150, 150), -- Starden (30221, 0, 0, 150, 150, 150, 150, 150, 150), -- Rayen (30222, 0, 0, 150, 150, 150, 150, 150, 150), -- Alshupes (30223, 0, 0, 150, 150, 150, 150, 150, 150), -- Arujien (30224, 0, 0, 150, 150, 150, 150, 150, 150), -- Rayla (30230, 0, 0, 150, 150, 150, 150, 150, 150), -- Edroc (30231, 0, 0, 150, 150, 150, 150, 150, 150), -- Garette (30232, 0, 0, 150, 150, 150, 150, 150, 150), -- Sorint (30233, 0, 0, 150, 150, 150, 150, 150, 150), -- Esmeralda (30253, 0, 0, 150, 150, 150, 150, 150, 150), -- Simplon (30254, 0, 0, 150, 150, 150, 150, 150, 150), -- Harmony (30255, 0, 0, 150, 150, 150, 150, 150, 150), -- Haprock (30256, 0, 0, 150, 150, 150, 150, 150, 150), -- Bella (30283, 0, 0, 150, 150, 150, 150, 150, 150), -- Altran (30284, 0, 0, 150, 150, 150, 150, 150, 150), -- Alberius (30285, 0, 0, 150, 150, 150, 150, 150, 150), -- Gartrandell (30288, 0, 0, 150, 150, 150, 150, 150, 150), -- Rains (30289, 0, 0, 150, 150, 150, 150, 150, 150), -- Raymond (30290, 0, 0, 150, 150, 150, 150, 150, 150), -- Xenos (30291, 0, 0, 150, 150, 150, 150, 150, 150), -- Alex (30293, 0, 0, 150, 150, 150, 150, 150, 150), -- Manuel (30294, 0, 0, 150, 150, 150, 150, 150, 150), -- Varan (30297, 0, 0, 150, 150, 150, 150, 150, 150), -- Tobias (30298, 0, 0, 150, 150, 150, 150, 150, 150), -- Pinter (30300, 0, 0, 150, 150, 150, 150, 150, 150), -- Pushkin (30301, 0, 0, 150, 150, 150, 150, 150, 150), -- Hally (30305, 0, 0, 150, 150, 150, 150, 150, 150), -- Vellior (30307, 0, 0, 150, 150, 150, 150, 150, 150), -- Karrod (30311, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Collin Windawood (30312, 0, 0, 150, 150, 150, 150, 150, 150), -- Rockswell (30313, 0, 0, 150, 150, 150, 150, 150, 150), -- Asha (30314, 0, 0, 150, 150, 150, 150, 150, 150), -- Nestle (30315, 0, 0, 150, 150, 150, 150, 150, 150), -- Poesia (30316, 0, 0, 150, 150, 150, 150, 150, 150), -- Raut (30317, 0, 0, 150, 150, 150, 150, 150, 150), -- Kluto (30320, 0, 0, 150, 150, 150, 150, 150, 150), -- Richlin (30321, 0, 0, 150, 150, 150, 150, 150, 150), -- Sydnia (30322, 0, 0, 150, 150, 150, 150, 150, 150), -- Ballin (30325, 0, 0, 150, 150, 150, 150, 150, 150), -- Audiberti (30326, 0, 0, 150, 150, 150, 150, 150, 150), -- Leona (30327, 0, 0, 150, 150, 150, 150, 150, 150), -- Sorius (30328, 0, 0, 150, 150, 150, 150, 150, 150), -- Reisa (30329, 0, 0, 150, 150, 150, 150, 150, 150), -- Virgil (30330, 0, 0, 150, 150, 150, 150, 150, 150), -- Sidra (30331, 0, 0, 150, 150, 150, 150, 150, 150), -- Toma (30332, 0, 0, 150, 150, 150, 150, 150, 150), -- Bathis (30333, 0, 0, 150, 150, 150, 150, 150, 150), -- Praga (30334, 0, 0, 150, 150, 150, 150, 150, 150), -- Babenco (30335, 0, 0, 150, 150, 150, 150, 150, 150), -- Brynn (30336, 0, 0, 150, 150, 150, 150, 150, 150), -- Curtis (30337, 0, 0, 150, 150, 150, 150, 150, 150), -- Moretti (30338, 0, 0, 150, 150, 150, 150, 150, 150), -- Melville (30342, 0, 0, 150, 150, 150, 150, 150, 150), -- Varsak (30344, 0, 0, 150, 150, 150, 150, 150, 150), -- Rohmer (30345, 0, 0, 150, 150, 150, 150, 150, 150), -- Ramoniell (30346, 0, 0, 150, 150, 150, 150, 150, 150), -- Kayleen (30347, 0, 0, 150, 150, 150, 150, 150, 150), -- Marion (30348, 0, 0, 150, 150, 150, 150, 150, 150), -- Nelsya (30349, 0, 0, 150, 150, 150, 150, 150, 150), -- Jenna (30350, 0, 0, 150, 150, 150, 150, 150, 150), -- Carlon (30351, 0, 0, 150, 150, 150, 150, 150, 150), -- Astaron (30352, 0, 0, 150, 150, 150, 150, 150, 150), -- Karina (30353, 0, 0, 150, 150, 150, 150, 150, 150), -- Jughead (30354, 0, 0, 150, 150, 150, 150, 150, 150), -- Jewel (30355, 0, 0, 150, 150, 150, 150, 150, 150), -- Roselyn (30356, 0, 0, 150, 150, 150, 150, 150, 150), -- Altima (30357, 0, 0, 150, 150, 150, 150, 150, 150), -- Kristin (30358, 0, 0, 150, 150, 150, 150, 150, 150), -- Thifiell (30359, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaitar (30360, 0, 0, 150, 150, 150, 150, 150, 150), -- Harant (30361, 0, 0, 150, 150, 150, 150, 150, 150), -- Rizraell (30362, 0, 0, 150, 150, 150, 150, 150, 150), -- Andellia (30363, 0, 0, 150, 150, 150, 150, 150, 150), -- Aios (30368, 0, 0, 150, 150, 150, 150, 150, 150), -- Lilith (30369, 0, 0, 150, 150, 150, 150, 150, 150), -- Baenedes (30370, 0, 0, 150, 150, 150, 150, 150, 150), -- Nerupa (30371, 0, 0, 150, 150, 150, 150, 150, 150), -- Thalia (30373, 0, 0, 150, 150, 150, 150, 150, 150), -- Ramos (30374, 0, 0, 150, 150, 150, 150, 150, 150), -- Rhodiell (30375, 0, 0, 150, 150, 150, 150, 150, 150), -- Adonius (30376, 0, 0, 150, 150, 150, 150, 150, 150), -- Nell (30377, 0, 0, 150, 150, 150, 150, 150, 150), -- Talbot (30378, 0, 0, 150, 150, 150, 150, 150, 150), -- Estella (30379, 0, 0, 150, 150, 150, 150, 150, 150), -- Bezique (30380, 0, 0, 150, 150, 150, 150, 150, 150), -- Plink (30381, 0, 0, 150, 150, 150, 150, 150, 150), -- Alvah (30382, 0, 0, 150, 150, 150, 150, 150, 150), -- Leikan (30383, 0, 0, 150, 150, 150, 150, 150, 150), -- Scott (30384, 0, 0, 150, 150, 150, 150, 150, 150), -- Linus (30385, 0, 0, 150, 150, 150, 150, 150, 150), -- Weisz (30386, 0, 0, 150, 150, 150, 150, 150, 150), -- Luis (30387, 0, 0, 150, 150, 150, 150, 150, 150), -- Clancy (30391, 0, 0, 150, 150, 150, 150, 150, 150), -- Parina (30400, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30401, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30402, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30403, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30404, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30405, 0, 0, 150, 150, 150, 150, 150, 150), -- Marius (30406, 0, 0, 150, 150, 150, 150, 150, 150), -- Matheo (30407, 0, 0, 150, 150, 150, 150, 150, 150), -- Mesella (30408, 0, 0, 150, 150, 150, 150, 150, 150), -- Lionel (30409, 0, 0, 150, 150, 150, 150, 150, 150), -- Earth Snake (30410, 0, 0, 150, 150, 150, 150, 150, 150), -- Wasteland Lizardman (30411, 0, 0, 150, 150, 150, 150, 150, 150), -- Flame Salamander (30412, 0, 0, 150, 150, 150, 150, 150, 150), -- Wind Sylph (30413, 0, 0, 150, 150, 150, 150, 150, 150), -- Water Undine (30414, 0, 0, 150, 150, 150, 150, 150, 150), -- Rosella (30415, 0, 0, 150, 150, 150, 150, 150, 150), -- Charkeren (30416, 0, 0, 150, 150, 150, 150, 150, 150), -- Triskel (30417, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Klaus Vasper (30418, 0, 0, 150, 150, 150, 150, 150, 150), -- Annika (30419, 0, 0, 150, 150, 150, 150, 150, 150), -- Arkenia (30420, 0, 0, 150, 150, 150, 150, 150, 150), -- Tyra (30421, 0, 0, 150, 150, 150, 150, 150, 150), -- Varika (30422, 0, 0, 150, 150, 150, 150, 150, 150), -- Kalinta (30423, 0, 0, 150, 150, 150, 150, 150, 150), -- Northwind (30424, 0, 0, 150, 150, 150, 150, 150, 150), -- Allana (30425, 0, 0, 150, 150, 150, 150, 150, 150), -- Neti (30426, 0, 0, 150, 150, 150, 150, 150, 150), -- Prias (30427, 0, 0, 150, 150, 150, 150, 150, 150), -- Siff (30428, 0, 0, 150, 150, 150, 150, 150, 150), -- Perrin (30429, 0, 0, 150, 150, 150, 150, 150, 150), -- Tiramisa (30430, 0, 0, 150, 150, 150, 150, 150, 150), -- Trionell (30431, 0, 0, 150, 150, 150, 150, 150, 150), -- Eriel (30432, 0, 0, 150, 150, 150, 150, 150, 150), -- Irene (30433, 0, 0, 150, 150, 150, 150, 150, 150), -- Kathaway (30434, 0, 0, 150, 150, 150, 150, 150, 150), -- Samed (30435, 0, 0, 150, 150, 150, 150, 150, 150), -- Leopold (30436, 0, 0, 150, 150, 150, 150, 150, 150), -- Sarien (30437, 0, 0, 150, 150, 150, 150, 150, 150), -- Rolento (30452, 0, 0, 150, 150, 150, 150, 150, 150), -- Kurt (30458, 0, 0, 150, 150, 150, 150, 150, 150), -- Poitan (30459, 0, 0, 150, 150, 150, 150, 150, 150), -- Wandius (30460, 0, 0, 150, 150, 150, 150, 150, 150), -- Cardien (30461, 0, 0, 150, 150, 150, 150, 150, 150), -- Mirien (30462, 0, 0, 150, 150, 150, 150, 150, 150), -- Tronix (30463, 0, 0, 150, 150, 150, 150, 150, 150), -- Ixia (30464, 0, 0, 150, 150, 150, 150, 150, 150), -- Clayton (30465, 0, 0, 150, 150, 150, 150, 150, 150), -- Herven (30466, 0, 0, 150, 150, 150, 150, 150, 150), -- Bright (30469, 0, 0, 150, 150, 150, 150, 150, 150), -- Jonas (30471, 0, 0, 150, 150, 150, 150, 150, 150), -- Rupio (30472, 0, 0, 150, 150, 150, 150, 150, 150), -- Rosheria (30473, 0, 0, 150, 150, 150, 150, 150, 150), -- Bandellos (30474, 0, 0, 150, 150, 150, 150, 150, 150), -- Angus (30475, 0, 0, 150, 150, 150, 150, 150, 150), -- Stapin (30476, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaira (30477, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Ortho Lancer (30478, 0, 0, 150, 150, 150, 150, 150, 150), -- Reikin (30483, 0, 0, 150, 150, 150, 150, 150, 150), -- Carsus (30484, 0, 0, 150, 150, 150, 150, 150, 150), -- Janssen (30485, 0, 0, 150, 150, 150, 150, 150, 150), -- Belkadhi (30486, 0, 0, 150, 150, 150, 150, 150, 150), -- Ian (30487, 0, 0, 150, 150, 150, 150, 150, 150), -- Rombel (30497, 0, 0, 150, 150, 150, 150, 150, 150), -- Edmond (30498, 0, 0, 150, 150, 150, 150, 150, 150), -- Moke (30499, 0, 0, 150, 150, 150, 150, 150, 150), -- Tapoy (30500, 0, 0, 150, 150, 150, 150, 150, 150), -- Osborn (30501, 0, 0, 150, 150, 150, 150, 150, 150), -- Kasman (30502, 0, 0, 150, 150, 150, 150, 150, 150), -- Umos (30503, 0, 0, 150, 150, 150, 150, 150, 150), -- Rikadio (30504, 0, 0, 150, 150, 150, 150, 150, 150), -- Mendio (30505, 0, 0, 150, 150, 150, 150, 150, 150), -- Drikus (30506, 0, 0, 150, 150, 150, 150, 150, 150), -- Buka (30507, 0, 0, 150, 150, 150, 150, 150, 150), -- Racoy (30508, 0, 0, 150, 150, 150, 150, 150, 150), -- Castor (30509, 0, 0, 150, 150, 150, 150, 150, 150), -- Dowki (30510, 0, 0, 150, 150, 150, 150, 150, 150), -- Somak (30511, 0, 0, 150, 150, 150, 150, 150, 150), -- Gesto (30512, 0, 0, 150, 150, 150, 150, 150, 150), -- Kusto (30513, 0, 0, 150, 150, 150, 150, 150, 150), -- Penatus (30514, 0, 0, 150, 150, 150, 150, 150, 150), -- Vokian (30515, 0, 0, 150, 150, 150, 150, 150, 150), -- Manakia (30516, 0, 0, 150, 150, 150, 150, 150, 150), -- Reep (30517, 0, 0, 150, 150, 150, 150, 150, 150), -- Shari (30518, 0, 0, 150, 150, 150, 150, 150, 150), -- Garita (30519, 0, 0, 150, 150, 150, 150, 150, 150), -- Mion (30520, 0, 0, 150, 150, 150, 150, 150, 150), -- Reed (30521, 0, 0, 150, 150, 150, 150, 150, 150), -- Murdoc (30522, 0, 0, 150, 150, 150, 150, 150, 150), -- Airy (30523, 0, 0, 150, 150, 150, 150, 150, 150), -- Gouph (30524, 0, 0, 150, 150, 150, 150, 150, 150), -- Pippi (30525, 0, 0, 150, 150, 150, 150, 150, 150), -- Bronk (30526, 0, 0, 150, 150, 150, 150, 150, 150), -- Brunon (30527, 0, 0, 150, 150, 150, 150, 150, 150), -- Silvera (30528, 0, 0, 150, 150, 150, 150, 150, 150), -- Laferon (30529, 0, 0, 150, 150, 150, 150, 150, 150), -- Maron (30530, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30531, 0, 0, 150, 150, 150, 150, 150, 150), -- Lockirin (30532, 0, 0, 150, 150, 150, 150, 150, 150), -- Spiron (30533, 0, 0, 150, 150, 150, 150, 150, 150), -- Balanki (30534, 0, 0, 150, 150, 150, 150, 150, 150), -- Keef (30535, 0, 0, 150, 150, 150, 150, 150, 150), -- Filaur (30536, 0, 0, 150, 150, 150, 150, 150, 150), -- Arin (30537, 0, 0, 150, 150, 150, 150, 150, 150), -- Daichir (30538, 0, 0, 150, 150, 150, 150, 150, 150), -- Zimenf (30539, 0, 0, 150, 150, 150, 150, 150, 150), -- Chichirin (30540, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleport Device (30541, 0, 0, 150, 150, 150, 150, 150, 150), -- Paion (30542, 0, 0, 150, 150, 150, 150, 150, 150), -- Runant (30543, 0, 0, 150, 150, 150, 150, 150, 150), -- Ethan (30544, 0, 0, 150, 150, 150, 150, 150, 150), -- Cromwell (30545, 0, 0, 150, 150, 150, 150, 150, 150), -- Proton (30546, 0, 0, 150, 150, 150, 150, 150, 150), -- Dinkey (30547, 0, 0, 150, 150, 150, 150, 150, 150), -- Tardyon (30548, 0, 0, 150, 150, 150, 150, 150, 150), -- Nathan (30549, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghouliff Droopstone (30550, 0, 0, 150, 150, 150, 150, 150, 150), -- Gauri Twinklerock (30551, 0, 0, 150, 150, 150, 150, 150, 150), -- Tink Wandergold (30552, 0, 0, 150, 150, 150, 150, 150, 150), -- Kiril Sparkystone (30553, 0, 0, 150, 150, 150, 150, 150, 150), -- Maryse Redbonnet (30554, 0, 0, 150, 150, 150, 150, 150, 150), -- Bolter (30555, 0, 0, 150, 150, 150, 150, 150, 150), -- Torocco (30556, 0, 0, 150, 150, 150, 150, 150, 150), -- Toma (30557, 0, 0, 150, 150, 150, 150, 150, 150), -- Torai (30558, 0, 0, 150, 150, 150, 150, 150, 150), -- Jakal (30559, 0, 0, 150, 150, 150, 150, 150, 150), -- Kunai (30560, 0, 0, 150, 150, 150, 150, 150, 150), -- Uska (30561, 0, 0, 150, 150, 150, 150, 150, 150), -- Papuma (30562, 0, 0, 150, 150, 150, 150, 150, 150), -- Grookin (30563, 0, 0, 150, 150, 150, 150, 150, 150), -- Imantu (30564, 0, 0, 150, 150, 150, 150, 150, 150), -- Sumari (30565, 0, 0, 150, 150, 150, 150, 150, 150), -- Kakai (30566, 0, 0, 150, 150, 150, 150, 150, 150), -- Varkees (30567, 0, 0, 150, 150, 150, 150, 150, 150), -- Tantus (30568, 0, 0, 150, 150, 150, 150, 150, 150), -- Hatos (30569, 0, 0, 150, 150, 150, 150, 150, 150), -- Brukurse (30570, 0, 0, 150, 150, 150, 150, 150, 150), -- Karukia (30571, 0, 0, 150, 150, 150, 150, 150, 150), -- Tanapi (30572, 0, 0, 150, 150, 150, 150, 150, 150), -- Livina (30573, 0, 0, 150, 150, 150, 150, 150, 150), -- Vulkus (30575, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30576, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleport Device (30577, 0, 0, 150, 150, 150, 150, 150, 150), -- Rukain (30578, 0, 0, 150, 150, 150, 150, 150, 150), -- Nakusin (30579, 0, 0, 150, 150, 150, 150, 150, 150), -- Tamai (30580, 0, 0, 150, 150, 150, 150, 150, 150), -- Parugon (30581, 0, 0, 150, 150, 150, 150, 150, 150), -- Orinak (30582, 0, 0, 150, 150, 150, 150, 150, 150), -- Tiku (30583, 0, 0, 150, 150, 150, 150, 150, 150), -- Petukai (30584, 0, 0, 150, 150, 150, 150, 150, 150), -- Vapook (30585, 0, 0, 150, 150, 150, 150, 150, 150), -- Tataru Zu Hestui (30586, 0, 0, 150, 150, 150, 150, 150, 150), -- Anai Zu Neruga (30587, 0, 0, 150, 150, 150, 150, 150, 150), -- Gantaki Zu Urutu (30588, 0, 0, 150, 150, 150, 150, 150, 150), -- Takia Zu Duda-Mara (30589, 0, 0, 150, 150, 150, 150, 150, 150), -- Kazkin Zu Gandi (30590, 0, 0, 150, 150, 150, 150, 150, 150), -- Rosheek (30591, 0, 0, 150, 150, 150, 150, 150, 150), -- Toruku (30592, 0, 0, 150, 150, 150, 150, 150, 150), -- Hestui Totem Spirit (30593, 0, 0, 150, 150, 150, 150, 150, 150), -- Duda-Mara Totem Spirit (30594, 0, 0, 150, 150, 150, 150, 150, 150), -- Ranspo (30595, 0, 0, 150, 150, 150, 150, 150, 150), -- Opix (30596, 0, 0, 150, 150, 150, 150, 150, 150), -- Harkel (30597, 0, 0, 150, 150, 150, 150, 150, 150), -- Piotur (30598, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30599, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30600, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30601, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30602, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (30608, 0, 0, 150, 150, 150, 150, 150, 150), -- Maria (30609, 0, 0, 150, 150, 150, 150, 150, 150), -- Creta (30610, 0, 0, 150, 150, 150, 150, 150, 150), -- Cronos (30611, 0, 0, 150, 150, 150, 150, 150, 150), -- Triff (30612, 0, 0, 150, 150, 150, 150, 150, 150), -- Casian (30613, 0, 0, 150, 150, 150, 150, 150, 150), -- Alders Spirit (30614, 0, 0, 150, 150, 150, 150, 150, 150), -- Metheus (30615, 0, 0, 150, 150, 150, 150, 150, 150), -- Voltar (30616, 0, 0, 150, 150, 150, 150, 150, 150), -- Kepra (30617, 0, 0, 150, 150, 150, 150, 150, 150), -- Burai (30618, 0, 0, 150, 150, 150, 150, 150, 150), -- Harak (30619, 0, 0, 150, 150, 150, 150, 150, 150), -- Driko (30620, 0, 0, 150, 150, 150, 150, 150, 150), -- Emily (30621, 0, 0, 150, 150, 150, 150, 150, 150), -- Nikola (30622, 0, 0, 150, 150, 150, 150, 150, 150), -- Box Of Titan (30623, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaien (30624, 0, 0, 150, 150, 150, 150, 150, 150), -- Ascalon (30625, 0, 0, 150, 150, 150, 150, 150, 150), -- Mason (30626, 0, 0, 150, 150, 150, 150, 150, 150), -- Hamil (30627, 0, 0, 150, 150, 150, 150, 150, 150), -- Tree (30628, 0, 0, 150, 150, 150, 150, 150, 150), -- Strong Wooden Chest (30629, 0, 0, 150, 150, 150, 150, 150, 150), -- Rukal (30630, 0, 0, 150, 150, 150, 150, 150, 150), -- Orim (30631, 0, 0, 150, 150, 150, 150, 150, 150), -- Roderik (30632, 0, 0, 150, 150, 150, 150, 150, 150), -- Endrigo (30633, 0, 0, 150, 150, 150, 150, 150, 150), -- Evert (30634, 0, 0, 150, 150, 150, 150, 150, 150), -- Galatea (30635, 0, 0, 150, 150, 150, 150, 150, 150), -- Almors (30636, 0, 0, 150, 150, 150, 150, 150, 150), -- Camoniell (30637, 0, 0, 150, 150, 150, 150, 150, 150), -- Belthus (30638, 0, 0, 150, 150, 150, 150, 150, 150), -- Basilla (30639, 0, 0, 150, 150, 150, 150, 150, 150), -- Celestiel (30640, 0, 0, 150, 150, 150, 150, 150, 150), -- Brynthea (30641, 0, 0, 150, 150, 150, 150, 150, 150), -- Takuna (30642, 0, 0, 150, 150, 150, 150, 150, 150), -- Chianta (30643, 0, 0, 150, 150, 150, 150, 150, 150), -- First Orc (30644, 0, 0, 150, 150, 150, 150, 150, 150), -- Kash (30645, 0, 0, 150, 150, 150, 150, 150, 150), -- Martien (30646, 0, 0, 150, 150, 150, 150, 150, 150), -- Raldo (30647, 0, 0, 150, 150, 150, 150, 150, 150), -- Chest Of Shyslassys (30648, 0, 0, 150, 150, 150, 150, 150, 150), -- Santiago (30649, 0, 0, 150, 150, 150, 150, 150, 150), -- Ancestor Martankus (30650, 0, 0, 150, 150, 150, 150, 150, 150), -- Gerald (30651, 0, 0, 150, 150, 150, 150, 150, 150), -- Dorf (30652, 0, 0, 150, 150, 150, 150, 150, 150), -- Uruha (30653, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Aron Tanford (30654, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Kiel Nighthawk (30655, 0, 0, 150, 150, 150, 150, 150, 150), -- Isael Silvershadow (30656, 0, 0, 150, 150, 150, 150, 150, 150), -- Spirit Of Sir Talianus (30657, 0, 0, 150, 150, 150, 150, 150, 150), -- Seresin (30658, 0, 0, 150, 150, 150, 150, 150, 150), -- Gupu (30659, 0, 0, 150, 150, 150, 150, 150, 150), -- Orphan Girl (30660, 0, 0, 150, 150, 150, 150, 150, 150), -- Windy Shaoring (30661, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Dark Elf (30662, 0, 0, 150, 150, 150, 150, 150, 150), -- Piper Longbow (30663, 0, 0, 150, 150, 150, 150, 150, 150), -- Slein Shining Blade (30664, 0, 0, 150, 150, 150, 150, 150, 150), -- Cain Flying Knife (30665, 0, 0, 150, 150, 150, 150, 150, 150), -- Kristina (30666, 0, 0, 150, 150, 150, 150, 150, 150), -- Sla (30667, 0, 0, 150, 150, 150, 150, 150, 150), -- Ramus (30668, 0, 0, 150, 150, 150, 150, 150, 150), -- Katari (30669, 0, 0, 150, 150, 150, 150, 150, 150), -- Kakan (30670, 0, 0, 150, 150, 150, 150, 150, 150), -- Nyakuri (30671, 0, 0, 150, 150, 150, 150, 150, 150), -- Croto (30672, 0, 0, 150, 150, 150, 150, 150, 150), -- Dubabah (30673, 0, 0, 150, 150, 150, 150, 150, 150), -- Lorain (30674, 0, 0, 150, 150, 150, 150, 150, 150), -- Daurin Hammercrush (30675, 0, 0, 150, 150, 150, 150, 150, 150), -- Corpse Of Kamur (30676, 0, 0, 150, 150, 150, 150, 150, 150), -- Croop (30677, 0, 0, 150, 150, 150, 150, 150, 150), -- Flutter (30678, 0, 0, 150, 150, 150, 150, 150, 150), -- Helton (30679, 0, 0, 150, 150, 150, 150, 150, 150), -- Roameria (30680, 0, 0, 150, 150, 150, 150, 150, 150), -- Egnos (30681, 0, 0, 150, 150, 150, 150, 150, 150), -- Karia (30682, 0, 0, 150, 150, 150, 150, 150, 150), -- Pekiron (30683, 0, 0, 150, 150, 150, 150, 150, 150), -- Daunt (30684, 0, 0, 150, 150, 150, 150, 150, 150), -- Viktor (30685, 0, 0, 150, 150, 150, 150, 150, 150), -- Baxt (30686, 0, 0, 150, 150, 150, 150, 150, 150), -- Silva (30687, 0, 0, 150, 150, 150, 150, 150, 150), -- Vergara (30688, 0, 0, 150, 150, 150, 150, 150, 150), -- Duning (30689, 0, 0, 150, 150, 150, 150, 150, 150), -- Siria (30690, 0, 0, 150, 150, 150, 150, 150, 150), -- Luther (30691, 0, 0, 150, 150, 150, 150, 150, 150), -- Aren Athebaldt (30692, 0, 0, 150, 150, 150, 150, 150, 150), -- Stedmiel (30693, 0, 0, 150, 150, 150, 150, 150, 150), -- Queenien (30694, 0, 0, 150, 150, 150, 150, 150, 150), -- Scraide (30695, 0, 0, 150, 150, 150, 150, 150, 150), -- Moses (30696, 0, 0, 150, 150, 150, 150, 150, 150), -- Page (30697, 0, 0, 150, 150, 150, 150, 150, 150), -- Videlrien (30698, 0, 0, 150, 150, 150, 150, 150, 150), -- Evelyn (30699, 0, 0, 150, 150, 150, 150, 150, 150), -- Medown (30700, 0, 0, 150, 150, 150, 150, 150, 150), -- Prestan (30701, 0, 0, 150, 150, 150, 150, 150, 150), -- Errickin (30702, 0, 0, 150, 150, 150, 150, 150, 150), -- Bernard (30703, 0, 0, 150, 150, 150, 150, 150, 150), -- Colin (30704, 0, 0, 150, 150, 150, 150, 150, 150), -- Garvarentz (30705, 0, 0, 150, 150, 150, 150, 150, 150), -- Chakiris (30706, 0, 0, 150, 150, 150, 150, 150, 150), -- Lazenby (30707, 0, 0, 150, 150, 150, 150, 150, 150), -- Raigen (30708, 0, 0, 150, 150, 150, 150, 150, 150), -- Nasign (30709, 0, 0, 150, 150, 150, 150, 150, 150), -- Norton (30710, 0, 0, 150, 150, 150, 150, 150, 150), -- Weston (30711, 0, 0, 150, 150, 150, 150, 150, 150), -- Byron (30712, 0, 0, 150, 150, 150, 150, 150, 150), -- Makhis (30713, 0, 0, 150, 150, 150, 150, 150, 150), -- Gardner (30714, 0, 0, 150, 150, 150, 150, 150, 150), -- Paros (30715, 0, 0, 150, 150, 150, 150, 150, 150), -- Marina (30716, 0, 0, 150, 150, 150, 150, 150, 150), -- Cecile (30717, 0, 0, 150, 150, 150, 150, 150, 150), -- Gauen (30718, 0, 0, 150, 150, 150, 150, 150, 150), -- Joan (30719, 0, 0, 150, 150, 150, 150, 150, 150), -- Mariell (30720, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaiena (30721, 0, 0, 150, 150, 150, 150, 150, 150), -- Ladd (30722, 0, 0, 150, 150, 150, 150, 150, 150), -- Merian (30723, 0, 0, 150, 150, 150, 150, 150, 150), -- Roy (30724, 0, 0, 150, 150, 150, 150, 150, 150), -- Tavillian (30725, 0, 0, 150, 150, 150, 150, 150, 150), -- Yening (30726, 0, 0, 150, 150, 150, 150, 150, 150), -- Tebose (30727, 0, 0, 150, 150, 150, 150, 150, 150), -- Verona (30728, 0, 0, 150, 150, 150, 150, 150, 150), -- Leirynn (30729, 0, 0, 150, 150, 150, 150, 150, 150), -- Borys (30730, 0, 0, 150, 150, 150, 150, 150, 150), -- Jax (30731, 0, 0, 150, 150, 150, 150, 150, 150), -- Martin (30732, 0, 0, 150, 150, 150, 150, 150, 150), -- Ol Mahum Pilgrim (30733, 0, 0, 150, 150, 150, 150, 150, 150), -- Guard (30734, 0, 0, 150, 150, 150, 150, 150, 150), -- Supply Box On Wharf (30735, 0, 0, 150, 150, 150, 150, 150, 150), -- Sophya (30736, 0, 0, 150, 150, 150, 150, 150, 150), -- Redfoot (30737, 0, 0, 150, 150, 150, 150, 150, 150), -- Morgan (30738, 0, 0, 150, 150, 150, 150, 150, 150), -- Matild (30739, 0, 0, 150, 150, 150, 150, 150, 150), -- Keltir (30740, 0, 0, 150, 150, 150, 150, 150, 150), -- Toad (30741, 0, 0, 150, 150, 150, 150, 150, 150), -- Rabbit (30742, 0, 0, 150, 150, 150, 150, 150, 150), -- Rupina (30743, 0, 0, 150, 150, 150, 150, 150, 150), -- Wisdom Chest (30744, 0, 0, 150, 150, 150, 150, 150, 150), -- Grey (30745, 0, 0, 150, 150, 150, 150, 150, 150), -- Tor (30746, 0, 0, 150, 150, 150, 150, 150, 150), -- Cybellin (30747, 0, 0, 150, 150, 150, 150, 150, 150), -- Mimyu (30748, 0, 0, 150, 150, 150, 150, 150, 150), -- Exarion (30749, 0, 0, 150, 150, 150, 150, 150, 150), -- Zwov (30750, 0, 0, 150, 150, 150, 150, 150, 150), -- Kalibran (30751, 0, 0, 150, 150, 150, 150, 150, 150), -- Suzet (30752, 0, 0, 150, 150, 150, 150, 150, 150), -- Shamhai (30753, 0, 0, 150, 150, 150, 150, 150, 150), -- Gabrielle (30754, 0, 0, 150, 150, 150, 150, 150, 150), -- Gilmore (30755, 0, 0, 150, 150, 150, 150, 150, 150), -- Theodric (30756, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Kristof Rodemai (30757, 0, 0, 150, 150, 150, 150, 150, 150), -- Statue Of Offering (30758, 0, 0, 150, 150, 150, 150, 150, 150), -- Athrea (30759, 0, 0, 150, 150, 150, 150, 150, 150), -- Kalis (30760, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Gustav Athebaldt (30761, 0, 0, 150, 150, 150, 150, 150, 150), -- Corpse Of Fritz (30762, 0, 0, 150, 150, 150, 150, 150, 150), -- Corpse Of Lutz (30763, 0, 0, 150, 150, 150, 150, 150, 150), -- Corpse Of Kurtz (30764, 0, 0, 150, 150, 150, 150, 150, 150), -- Balthazar (30765, 0, 0, 150, 150, 150, 150, 150, 150), -- Imperial Coffer (30766, 0, 0, 150, 150, 150, 150, 150, 150), -- Cleo (30767, 0, 0, 150, 150, 150, 150, 150, 150), -- Auctioneer (30768, 0, 0, 150, 150, 150, 150, 150, 150), -- Auctioneer (30769, 0, 0, 150, 150, 150, 150, 150, 150), -- Auctioneer (30770, 0, 0, 150, 150, 150, 150, 150, 150), -- Auctioneer (30771, 0, 0, 150, 150, 150, 150, 150, 150), -- Auctioneer (30772, 0, 0, 150, 150, 150, 150, 150, 150), -- Wilson (30773, 0, 0, 150, 150, 150, 150, 150, 150), -- Todd (30827, 0, 0, 150, 150, 150, 150, 150, 150), -- Lundy (30828, 0, 0, 150, 150, 150, 150, 150, 150), -- Waters (30829, 0, 0, 150, 150, 150, 150, 150, 150), -- Cooper (30830, 0, 0, 150, 150, 150, 150, 150, 150), -- Joey (30831, 0, 0, 150, 150, 150, 150, 150, 150), -- Nelson (30832, 0, 0, 150, 150, 150, 150, 150, 150), -- Hardin (30833, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaspar (30834, 0, 0, 150, 150, 150, 150, 150, 150), -- Cema (30835, 0, 0, 150, 150, 150, 150, 150, 150), -- Icarus (30836, 0, 0, 150, 150, 150, 150, 150, 150), -- Minerva (30837, 0, 0, 150, 150, 150, 150, 150, 150), -- Woodrow (30838, 0, 0, 150, 150, 150, 150, 150, 150), -- Woodley (30839, 0, 0, 150, 150, 150, 150, 150, 150), -- Holly (30840, 0, 0, 150, 150, 150, 150, 150, 150), -- Lorenzo (30841, 0, 0, 150, 150, 150, 150, 150, 150), -- Carson (30842, 0, 0, 150, 150, 150, 150, 150, 150), -- Alexis (30843, 0, 0, 150, 150, 150, 150, 150, 150), -- Romp (30844, 0, 0, 150, 150, 150, 150, 150, 150), -- Walderal (30845, 0, 0, 150, 150, 150, 150, 150, 150), -- Klump (30846, 0, 0, 150, 150, 150, 150, 150, 150), -- Wilbert (30847, 0, 0, 150, 150, 150, 150, 150, 150), -- Ferris (30848, 0, 0, 150, 150, 150, 150, 150, 150), -- Elisa (30849, 0, 0, 150, 150, 150, 150, 150, 150), -- Sedrick (30850, 0, 0, 150, 150, 150, 150, 150, 150), -- Aiken (30851, 0, 0, 150, 150, 150, 150, 150, 150), -- Kendra (30852, 0, 0, 150, 150, 150, 150, 150, 150), -- Sinden (30853, 0, 0, 150, 150, 150, 150, 150, 150), -- Raien (30854, 0, 0, 150, 150, 150, 150, 150, 150), -- Drikiyan (30855, 0, 0, 150, 150, 150, 150, 150, 150), -- Desmond (30856, 0, 0, 150, 150, 150, 150, 150, 150), -- Winonin (30857, 0, 0, 150, 150, 150, 150, 150, 150), -- Orven (30858, 0, 0, 150, 150, 150, 150, 150, 150), -- Ross (30859, 0, 0, 150, 150, 150, 150, 150, 150), -- Vivyan (30860, 0, 0, 150, 150, 150, 150, 150, 150), -- Flownia (30861, 0, 0, 150, 150, 150, 150, 150, 150), -- Leonard (30862, 0, 0, 150, 150, 150, 150, 150, 150), -- Oltran (30863, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghest (30864, 0, 0, 150, 150, 150, 150, 150, 150), -- Hanellin (30865, 0, 0, 150, 150, 150, 150, 150, 150), -- Ladanza (30866, 0, 0, 150, 150, 150, 150, 150, 150), -- Marestella (30867, 0, 0, 150, 150, 150, 150, 150, 150), -- Reva (30868, 0, 0, 150, 150, 150, 150, 150, 150), -- Sir Eric Rodemai (30869, 0, 0, 150, 150, 150, 150, 150, 150), -- Lemper (30870, 0, 0, 150, 150, 150, 150, 150, 150), -- Kurtiz (30871, 0, 0, 150, 150, 150, 150, 150, 150), -- Bret (30872, 0, 0, 150, 150, 150, 150, 150, 150), -- Conroy (30873, 0, 0, 150, 150, 150, 150, 150, 150), -- Coleman (30874, 0, 0, 150, 150, 150, 150, 150, 150), -- Aldis (30875, 0, 0, 150, 150, 150, 150, 150, 150), -- Carlton (30876, 0, 0, 150, 150, 150, 150, 150, 150), -- Eastan (30877, 0, 0, 150, 150, 150, 150, 150, 150), -- Grayson (30878, 0, 0, 150, 150, 150, 150, 150, 150), -- Angelina (30879, 0, 0, 150, 150, 150, 150, 150, 150), -- Felton (30880, 0, 0, 150, 150, 150, 150, 150, 150), -- Viktor Van Dake (30881, 0, 0, 150, 150, 150, 150, 150, 150), -- Sanders (30882, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30883, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30884, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30885, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30886, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30887, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30888, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30889, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (30890, 0, 0, 150, 150, 150, 150, 150, 150), -- Espen (30891, 0, 0, 150, 150, 150, 150, 150, 150), -- Verona (30892, 0, 0, 150, 150, 150, 150, 150, 150), -- Enverun (30893, 0, 0, 150, 150, 150, 150, 150, 150), -- Payel (30894, 0, 0, 150, 150, 150, 150, 150, 150), -- Natools (30895, 0, 0, 150, 150, 150, 150, 150, 150), -- Kluck (30896, 0, 0, 150, 150, 150, 150, 150, 150), -- Mia (30897, 0, 0, 150, 150, 150, 150, 150, 150), -- Roman (30898, 0, 0, 150, 150, 150, 150, 150, 150), -- Morning (30899, 0, 0, 150, 150, 150, 150, 150, 150), -- Flauen (30900, 0, 0, 150, 150, 150, 150, 150, 150), -- Marcus (30901, 0, 0, 150, 150, 150, 150, 150, 150), -- Arti (30902, 0, 0, 150, 150, 150, 150, 150, 150), -- Karuna (30903, 0, 0, 150, 150, 150, 150, 150, 150), -- Traus (30904, 0, 0, 150, 150, 150, 150, 150, 150), -- Naiel (30905, 0, 0, 150, 150, 150, 150, 150, 150), -- Squillari (30906, 0, 0, 150, 150, 150, 150, 150, 150), -- Ranton (30907, 0, 0, 150, 150, 150, 150, 150, 150), -- Minevia (30908, 0, 0, 150, 150, 150, 150, 150, 150), -- Tanios (30909, 0, 0, 150, 150, 150, 150, 150, 150), -- Anabel (30910, 0, 0, 150, 150, 150, 150, 150, 150), -- Xairakin (30911, 0, 0, 150, 150, 150, 150, 150, 150), -- Brikus (30912, 0, 0, 150, 150, 150, 150, 150, 150), -- Xenovia (30913, 0, 0, 150, 150, 150, 150, 150, 150), -- Tushku (30914, 0, 0, 150, 150, 150, 150, 150, 150), -- Sorbo (30915, 0, 0, 150, 150, 150, 150, 150, 150), -- Takina (30916, 0, 0, 150, 150, 150, 150, 150, 150), -- Gosta (30917, 0, 0, 150, 150, 150, 150, 150, 150), -- Dupuis (30918, 0, 0, 150, 150, 150, 150, 150, 150), -- Kent (30919, 0, 0, 150, 150, 150, 150, 150, 150), -- Rodic (30920, 0, 0, 150, 150, 150, 150, 150, 150), -- Kraisen (30921, 0, 0, 150, 150, 150, 150, 150, 150), -- Timos (30922, 0, 0, 150, 150, 150, 150, 150, 150), -- Cage (30923, 0, 0, 150, 150, 150, 150, 150, 150), -- Dunst (30924, 0, 0, 150, 150, 150, 150, 150, 150), -- Nedy (30925, 0, 0, 150, 150, 150, 150, 150, 150), -- Morelyn (30926, 0, 0, 150, 150, 150, 150, 150, 150), -- Restina (30927, 0, 0, 150, 150, 150, 150, 150, 150), -- Alicia (30928, 0, 0, 150, 150, 150, 150, 150, 150), -- Fenster (30929, 0, 0, 150, 150, 150, 150, 150, 150), -- Patrin (30930, 0, 0, 150, 150, 150, 150, 150, 150), -- Rogent (30931, 0, 0, 150, 150, 150, 150, 150, 150), -- Bentley (30932, 0, 0, 150, 150, 150, 150, 150, 150), -- Benica (30933, 0, 0, 150, 150, 150, 150, 150, 150), -- Braki (30934, 0, 0, 150, 150, 150, 150, 150, 150), -- Marsha (30935, 0, 0, 150, 150, 150, 150, 150, 150), -- Trumpin (30936, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom1 (30937, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom2 (30938, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom3 (30939, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom4 (30940, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom5 (30941, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom6 (30942, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom7 (30943, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom8 (30944, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom9 (30945, 0, 0, 150, 150, 150, 150, 150, 150), -- Malcom10 (30946, 0, 0, 150, 150, 150, 150, 150, 150), -- Lucianne Tanford (30947, 0, 0, 150, 150, 150, 150, 150, 150), -- Rerikya (30948, 0, 0, 150, 150, 150, 150, 150, 150), -- Meridien (30949, 0, 0, 150, 150, 150, 150, 150, 150), -- Keplon (30950, 0, 0, 150, 150, 150, 150, 150, 150), -- Euclie (30951, 0, 0, 150, 150, 150, 150, 150, 150), -- Pithgon (30952, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Vortex 1 (30953, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Vortex 2 (30954, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Vortex 3 (30955, 0, 0, 150, 150, 150, 150, 150, 150), -- Gillian's Revenant (30956, 0, 0, 150, 150, 150, 150, 150, 150), -- Nanarin (30957, 0, 0, 150, 150, 150, 150, 150, 150), -- Swan (30958, 0, 0, 150, 150, 150, 150, 150, 150), -- Galion (30959, 0, 0, 150, 150, 150, 150, 150, 150), -- Barbado (30960, 0, 0, 150, 150, 150, 150, 150, 150), -- Beer Chest (30961, 0, 0, 150, 150, 150, 150, 150, 150), -- Cloth Chest (30962, 0, 0, 150, 150, 150, 150, 150, 150), -- Statue of Water (30963, 0, 0, 150, 150, 150, 150, 150, 150), -- Statue of Fire (30964, 0, 0, 150, 150, 150, 150, 150, 150), -- Statue of Wind (30965, 0, 0, 150, 150, 150, 150, 150, 150), -- Statue of Earth (30966, 0, 0, 150, 150, 150, 150, 150, 150), -- Statue of Darkness (30967, 0, 0, 150, 150, 150, 150, 150, 150), -- Statue of Light (30968, 0, 0, 150, 150, 150, 150, 150, 150), -- Jennifer (30969, 0, 0, 150, 150, 150, 150, 150, 150), -- Iason Heine (30970, 0, 0, 150, 150, 150, 150, 150, 150), -- Dorothy (30971, 0, 0, 150, 150, 150, 150, 150, 150), -- Orpheus (30972, 0, 0, 150, 150, 150, 150, 150, 150), -- Orpheus Resurrector (30973, 0, 0, 150, 150, 150, 150, 150, 150), -- Medium Jar (30974, 0, 0, 150, 150, 150, 150, 150, 150), -- Oliver (30975, 0, 0, 150, 150, 150, 150, 150, 150), -- Clarine (30976, 0, 0, 150, 150, 150, 150, 150, 150), -- Resurrected Town Maiden (30977, 0, 0, 150, 150, 150, 150, 150, 150), -- Holy Ark of Secrecy 1 (30978, 0, 0, 150, 150, 150, 150, 150, 150), -- Holy Ark of Secrecy 2 (30979, 0, 0, 150, 150, 150, 150, 150, 150), -- Holy Ark of Secrecy 3 (30980, 0, 0, 150, 150, 150, 150, 150, 150), -- Ark Guardian's Corpse (30981, 0, 0, 150, 150, 150, 150, 150, 150), -- Black Judge (30982, 0, 0, 150, 150, 150, 150, 150, 150), -- Sleeping Ant Larva1 (30983, 0, 0, 150, 150, 150, 150, 150, 150), -- Sleeping Ant Larva2 (30984, 0, 0, 150, 150, 150, 150, 150, 150), -- Sleeping Ant Larva3 (30985, 0, 0, 150, 150, 150, 150, 150, 150), -- Sleeping Ant Larva4 (30986, 0, 0, 150, 150, 150, 150, 150, 150), -- Sleeping Ant Larva5 (30987, 0, 0, 150, 150, 150, 150, 150, 150), -- Sleeping Ant Larva6 (30988, 0, 0, 150, 150, 150, 150, 150, 150), -- Verce (30989, 0, 0, 150, 150, 150, 150, 150, 150), -- Chest of Bifrons (30990, 0, 0, 150, 150, 150, 150, 150, 150), -- Lottery Ticket Seller (30991, 0, 0, 150, 150, 150, 150, 150, 150), -- Lottery Ticket Seller (30992, 0, 0, 150, 150, 150, 150, 150, 150), -- Lottery Ticket Seller (30993, 0, 0, 150, 150, 150, 150, 150, 150), -- Lottery Ticket Seller (30994, 0, 0, 150, 150, 150, 150, 150, 150), -- Lottery Ticket Seller (30995, 0, 0, 150, 150, 150, 150, 150, 150), -- Race Manager (31001, 0, 0, 150, 150, 150, 150, 150, 150), -- Claudia Athebaldt (31002, 0, 0, 150, 150, 150, 150, 150, 150), -- Reorin (31003, 0, 0, 150, 150, 150, 150, 150, 150), -- Here I Come (31004, 0, 0, 150, 150, 150, 150, 150, 150), -- Half Moon Love (31005, 0, 0, 150, 150, 150, 150, 150, 150), -- Everlasting (31006, 0, 0, 150, 150, 150, 150, 150, 150), -- Dark Side of the Moon (31007, 0, 0, 150, 150, 150, 150, 150, 150), -- Wind Rider (31008, 0, 0, 150, 150, 150, 150, 150, 150), -- Shooting Star (31009, 0, 0, 150, 150, 150, 150, 150, 150), -- Cyclone Thunder (31010, 0, 0, 150, 150, 150, 150, 150, 150), -- Hungry Baby (31011, 0, 0, 150, 150, 150, 150, 150, 150), -- Salty Dog (31012, 0, 0, 150, 150, 150, 150, 150, 150), -- Raging Revolution (31013, 0, 0, 150, 150, 150, 150, 150, 150), -- Valentine Blue (31014, 0, 0, 150, 150, 150, 150, 150, 150), -- Light My Fire (31015, 0, 0, 150, 150, 150, 150, 150, 150), -- Red Bullet (31016, 0, 0, 150, 150, 150, 150, 150, 150), -- Shining Silver (31017, 0, 0, 150, 150, 150, 150, 150, 150), -- Over the top (31018, 0, 0, 150, 150, 150, 150, 150, 150), -- Royal Straight (31019, 0, 0, 150, 150, 150, 150, 150, 150), -- All Seven (31020, 0, 0, 150, 150, 150, 150, 150, 150), -- Nasty Green (31021, 0, 0, 150, 150, 150, 150, 150, 150), -- Shortcut (31022, 0, 0, 150, 150, 150, 150, 150, 150), -- Typhoon Tiger (31023, 0, 0, 150, 150, 150, 150, 150, 150), -- Red Hot (31024, 0, 0, 150, 150, 150, 150, 150, 150), -- Galaxy Express (31025, 0, 0, 150, 150, 150, 150, 150, 150), -- Best Condition (31026, 0, 0, 150, 150, 150, 150, 150, 150), -- Albatross (31027, 0, 0, 150, 150, 150, 150, 150, 150), -- Coffer of the Dead (31028, 0, 0, 150, 150, 150, 150, 150, 150), -- Chest of Kernon (31029, 0, 0, 150, 150, 150, 150, 150, 150), -- Chest of Golkonda (31030, 0, 0, 150, 150, 150, 150, 150, 150), -- Hallate's Chest (31031, 0, 0, 150, 150, 150, 150, 150, 150), -- Broadcasting Tower (31032, 0, 0, 150, 150, 150, 150, 150, 150), -- Guard (31033, 0, 0, 150, 150, 150, 150, 150, 150), -- Sentinel (31034, 0, 0, 150, 150, 150, 150, 150, 150), -- Sentry (31035, 0, 0, 150, 150, 150, 150, 150, 150), -- Defender (31036, 0, 0, 150, 150, 150, 150, 150, 150), -- Centurion (31042, 0, 0, 150, 150, 150, 150, 150, 150), -- Kantabilon (31043, 0, 0, 150, 150, 150, 150, 150, 150), -- Octavis (31044, 0, 0, 150, 150, 150, 150, 150, 150), -- Galman (31045, 0, 0, 150, 150, 150, 150, 150, 150), -- Kitzka (31046, 0, 0, 150, 150, 150, 150, 150, 150), -- Marsden (31047, 0, 0, 150, 150, 150, 150, 150, 150), -- Kell (31048, 0, 0, 150, 150, 150, 150, 150, 150), -- McDermott (31049, 0, 0, 150, 150, 150, 150, 150, 150), -- Pepper (31050, 0, 0, 150, 150, 150, 150, 150, 150), -- Thora (31051, 0, 0, 150, 150, 150, 150, 150, 150), -- Keach (31052, 0, 0, 150, 150, 150, 150, 150, 150), -- Heid (31053, 0, 0, 150, 150, 150, 150, 150, 150), -- Kidder (31067, 0, 0, 150, 150, 150, 150, 150, 150), -- Rood (31074, 0, 0, 150, 150, 150, 150, 150, 150), -- Corpse of Hutaku (31075, 0, 0, 150, 150, 150, 150, 150, 150), -- Sales Cat of Ivory Tower (31076, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (31077, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (31078, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31079, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31080, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31081, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31082, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31083, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31084, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31085, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31086, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31087, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31088, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31089, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31090, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31091, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31092, 0, 0, 150, 150, 150, 150, 150, 150), -- Black Marketeer of Mammon (31093, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31094, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31095, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31096, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31097, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31098, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31099, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31100, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31101, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31102, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31103, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31104, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31105, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31106, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31107, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31108, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31109, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31110, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31111, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Spirit (31112, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Spirit (31113, 0, 0, 150, 150, 150, 150, 150, 150), -- Merchant of Mammon (31114, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31115, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31116, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31117, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31118, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31119, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31120, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31121, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31122, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31123, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31124, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31125, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper Ziggurat (31126, 0, 0, 150, 150, 150, 150, 150, 150), -- Blacksmith of Mammon (31127, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31128, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31129, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31130, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31131, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31132, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31133, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31134, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31135, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31136, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31137, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31138, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31139, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31140, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31141, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Guide (31142, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31143, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31144, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31145, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31146, 0, 0, 150, 150, 150, 150, 150, 150), -- Festival Witch (31147, 0, 0, 150, 150, 150, 150, 150, 150), -- Sobling (31148, 0, 0, 150, 150, 150, 150, 150, 150), -- Pirate's Chest (31149, 0, 0, 150, 150, 150, 150, 150, 150), -- Alchemist's Mixing Urn (31168, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31169, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31170, 0, 0, 150, 150, 150, 150, 150, 150), -- Crest of Dawn (31171, 0, 0, 150, 150, 150, 150, 150, 150), -- Crest of Dusk (31172, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31173, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31174, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31175, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31176, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31177, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31178, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31179, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31180, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31181, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31182, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31183, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31184, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31185, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31186, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31187, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31188, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31189, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31190, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31191, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31192, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31193, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31194, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31195, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31196, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31197, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31198, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31199, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31200, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31201, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31202, 0, 0, 150, 150, 150, 150, 150, 150), -- Maximus (31203, 0, 0, 150, 150, 150, 150, 150, 150), -- Moon Dancer (31204, 0, 0, 150, 150, 150, 150, 150, 150), -- Georgio (31205, 0, 0, 150, 150, 150, 150, 150, 150), -- Katz (31206, 0, 0, 150, 150, 150, 150, 150, 150), -- Ten Ten (31207, 0, 0, 150, 150, 150, 150, 150, 150), -- Sardinia (31208, 0, 0, 150, 150, 150, 150, 150, 150), -- La Grange (31209, 0, 0, 150, 150, 150, 150, 150, 150), -- Misty Rain (31210, 0, 0, 150, 150, 150, 150, 150, 150), -- Race Track Gatekeeper (31211, 0, 0, 150, 150, 150, 150, 150, 150), -- Race Track Guide (31212, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31213, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31214, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31215, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31216, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31217, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31218, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31219, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31220, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31221, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31222, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31223, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31224, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31225, 0, 0, 150, 150, 150, 150, 150, 150), -- Arena Manager (31226, 0, 0, 150, 150, 150, 150, 150, 150), -- Arena Director (31227, 0, 0, 150, 150, 150, 150, 150, 150), -- Buzz the Cat (31228, 0, 0, 150, 150, 150, 150, 150, 150), -- Roy the Cat (31229, 0, 0, 150, 150, 150, 150, 150, 150), -- Winnie the Cat (31230, 0, 0, 150, 150, 150, 150, 150, 150), -- Louie the Cat (31231, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31232, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31233, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31234, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31235, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31236, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31237, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31238, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31239, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31240, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31241, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31242, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31243, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31244, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31245, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31246, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31247, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31248, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31249, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31250, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31251, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31252, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31253, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31254, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31255, 0, 0, 150, 150, 150, 150, 150, 150), -- Buzz the Cat (31256, 0, 0, 150, 150, 150, 150, 150, 150), -- Leon (31257, 0, 0, 150, 150, 150, 150, 150, 150), -- Veronica (31258, 0, 0, 150, 150, 150, 150, 150, 150), -- Helmut (31259, 0, 0, 150, 150, 150, 150, 150, 150), -- Janne (31260, 0, 0, 150, 150, 150, 150, 150, 150), -- Judith (31261, 0, 0, 150, 150, 150, 150, 150, 150), -- Renee (31262, 0, 0, 150, 150, 150, 150, 150, 150), -- Rupert (31263, 0, 0, 150, 150, 150, 150, 150, 150), -- Liesel (31264, 0, 0, 150, 150, 150, 150, 150, 150), -- Olsun (31265, 0, 0, 150, 150, 150, 150, 150, 150), -- Annette (31266, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaiser (31267, 0, 0, 150, 150, 150, 150, 150, 150), -- Lietta (31268, 0, 0, 150, 150, 150, 150, 150, 150), -- Hakon (31269, 0, 0, 150, 150, 150, 150, 150, 150), -- Mona (31270, 0, 0, 150, 150, 150, 150, 150, 150), -- Stefano (31271, 0, 0, 150, 150, 150, 150, 150, 150), -- Hilda (31272, 0, 0, 150, 150, 150, 150, 150, 150), -- Noel (31273, 0, 0, 150, 150, 150, 150, 150, 150), -- Borodin (31274, 0, 0, 150, 150, 150, 150, 150, 150), -- Fundin (31275, 0, 0, 150, 150, 150, 150, 150, 150), -- Tatiana (31276, 0, 0, 150, 150, 150, 150, 150, 150), -- Bernhard (31277, 0, 0, 150, 150, 150, 150, 150, 150), -- Felix (31278, 0, 0, 150, 150, 150, 150, 150, 150), -- Bronwyn (31279, 0, 0, 150, 150, 150, 150, 150, 150), -- Gregory (31280, 0, 0, 150, 150, 150, 150, 150, 150), -- Bastian (31281, 0, 0, 150, 150, 150, 150, 150, 150), -- Cerenas (31282, 0, 0, 150, 150, 150, 150, 150, 150), -- Justin (31283, 0, 0, 150, 150, 150, 150, 150, 150), -- Alminas (31284, 0, 0, 150, 150, 150, 150, 150, 150), -- Elena (31285, 0, 0, 150, 150, 150, 150, 150, 150), -- Samael (31286, 0, 0, 150, 150, 150, 150, 150, 150), -- Drakon (31287, 0, 0, 150, 150, 150, 150, 150, 150), -- Kamilen (31288, 0, 0, 150, 150, 150, 150, 150, 150), -- Aklan (31289, 0, 0, 150, 150, 150, 150, 150, 150), -- Lakan (31290, 0, 0, 150, 150, 150, 150, 150, 150), -- Skahi (31291, 0, 0, 150, 150, 150, 150, 150, 150), -- Terava (31292, 0, 0, 150, 150, 150, 150, 150, 150), -- Andrei (31293, 0, 0, 150, 150, 150, 150, 150, 150), -- Gunter (31294, 0, 0, 150, 150, 150, 150, 150, 150), -- Sven (31295, 0, 0, 150, 150, 150, 150, 150, 150), -- Henrik (31296, 0, 0, 150, 150, 150, 150, 150, 150), -- Cadmon (31297, 0, 0, 150, 150, 150, 150, 150, 150), -- Bayard (31298, 0, 0, 150, 150, 150, 150, 150, 150), -- Ulrich (31299, 0, 0, 150, 150, 150, 150, 150, 150), -- Eugen (31300, 0, 0, 150, 150, 150, 150, 150, 150), -- Drumond (31301, 0, 0, 150, 150, 150, 150, 150, 150), -- Nils (31302, 0, 0, 150, 150, 150, 150, 150, 150), -- Vladimir (31303, 0, 0, 150, 150, 150, 150, 150, 150), -- Alisha (31304, 0, 0, 150, 150, 150, 150, 150, 150), -- Astrid (31305, 0, 0, 150, 150, 150, 150, 150, 150), -- Candice (31306, 0, 0, 150, 150, 150, 150, 150, 150), -- Natasha (31307, 0, 0, 150, 150, 150, 150, 150, 150), -- Weber (31308, 0, 0, 150, 150, 150, 150, 150, 150), -- Achim (31309, 0, 0, 150, 150, 150, 150, 150, 150), -- Woods (31310, 0, 0, 150, 150, 150, 150, 150, 150), -- Rafael (31311, 0, 0, 150, 150, 150, 150, 150, 150), -- Hugin (31312, 0, 0, 150, 150, 150, 150, 150, 150), -- Durin (31313, 0, 0, 150, 150, 150, 150, 150, 150), -- Lunin (31314, 0, 0, 150, 150, 150, 150, 150, 150), -- Donal (31315, 0, 0, 150, 150, 150, 150, 150, 150), -- Daisy (31316, 0, 0, 150, 150, 150, 150, 150, 150), -- Vincenz (31317, 0, 0, 150, 150, 150, 150, 150, 150), -- Lombert (31318, 0, 0, 150, 150, 150, 150, 150, 150), -- Greta (31319, 0, 0, 150, 150, 150, 150, 150, 150), -- Hans (31320, 0, 0, 150, 150, 150, 150, 150, 150), -- Ilyana (31321, 0, 0, 150, 150, 150, 150, 150, 150), -- Siegmund (31322, 0, 0, 150, 150, 150, 150, 150, 150), -- Erian (31323, 0, 0, 150, 150, 150, 150, 150, 150), -- Beryl (31324, 0, 0, 150, 150, 150, 150, 150, 150), -- Andromeda (31325, 0, 0, 150, 150, 150, 150, 150, 150), -- Themis (31326, 0, 0, 150, 150, 150, 150, 150, 150), -- Lambac (31327, 0, 0, 150, 150, 150, 150, 150, 150), -- Tazki (31328, 0, 0, 150, 150, 150, 150, 150, 150), -- Innocentin (31329, 0, 0, 150, 150, 150, 150, 150, 150), -- Eliyah (31330, 0, 0, 150, 150, 150, 150, 150, 150), -- Wagner (31331, 0, 0, 150, 150, 150, 150, 150, 150), -- Valdis (31332, 0, 0, 150, 150, 150, 150, 150, 150), -- Amelia (31333, 0, 0, 150, 150, 150, 150, 150, 150), -- Rumiel (31334, 0, 0, 150, 150, 150, 150, 150, 150), -- Tifaren (31335, 0, 0, 150, 150, 150, 150, 150, 150), -- Kayan (31336, 0, 0, 150, 150, 150, 150, 150, 150), -- Rahorakti (31337, 0, 0, 150, 150, 150, 150, 150, 150), -- Mekara (31338, 0, 0, 150, 150, 150, 150, 150, 150), -- Anton (31339, 0, 0, 150, 150, 150, 150, 150, 150), -- Hakran (31340, 0, 0, 150, 150, 150, 150, 150, 150), -- Mathias (31341, 0, 0, 150, 150, 150, 150, 150, 150), -- Richtor (31342, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimitri (31343, 0, 0, 150, 150, 150, 150, 150, 150), -- Bellard (31344, 0, 0, 150, 150, 150, 150, 150, 150), -- Schmidt (31345, 0, 0, 150, 150, 150, 150, 150, 150), -- Ian (31346, 0, 0, 150, 150, 150, 150, 150, 150), -- Sirius (31347, 0, 0, 150, 150, 150, 150, 150, 150), -- Burke (31348, 0, 0, 150, 150, 150, 150, 150, 150), -- Agripel (31349, 0, 0, 150, 150, 150, 150, 150, 150), -- Benedict (31350, 0, 0, 150, 150, 150, 150, 150, 150), -- Dominic (31351, 0, 0, 150, 150, 150, 150, 150, 150), -- Volker (31356, 0, 0, 150, 150, 150, 150, 150, 150), -- Remy (31357, 0, 0, 150, 150, 150, 150, 150, 150), -- Leandro (31358, 0, 0, 150, 150, 150, 150, 150, 150), -- Kasiel (31359, 0, 0, 150, 150, 150, 150, 150, 150), -- Jaradine (31360, 0, 0, 150, 150, 150, 150, 150, 150), -- Alhena (31361, 0, 0, 150, 150, 150, 150, 150, 150), -- Kreed (31362, 0, 0, 150, 150, 150, 150, 150, 150), -- Tate (31363, 0, 0, 150, 150, 150, 150, 150, 150), -- Rogin (31364, 0, 0, 150, 150, 150, 150, 150, 150), -- Rokar (31365, 0, 0, 150, 150, 150, 150, 150, 150), -- Yakand (31366, 0, 0, 150, 150, 150, 150, 150, 150), -- Feed Seller (31367, 0, 0, 150, 150, 150, 150, 150, 150), -- Voice of Glory (31368, 0, 0, 150, 150, 150, 150, 150, 150), -- Mikellan (31369, 0, 0, 150, 150, 150, 150, 150, 150), -- Mennon (31370, 0, 0, 150, 150, 150, 150, 150, 150), -- Kadun Zu Ketra (31371, 0, 0, 150, 150, 150, 150, 150, 150), -- Wahkan (31372, 0, 0, 150, 150, 150, 150, 150, 150), -- Asefa (31373, 0, 0, 150, 150, 150, 150, 150, 150), -- Atan (31374, 0, 0, 150, 150, 150, 150, 150, 150), -- Jaff (31375, 0, 0, 150, 150, 150, 150, 150, 150), -- Jumara (31376, 0, 0, 150, 150, 150, 150, 150, 150), -- Kurfa (31377, 0, 0, 150, 150, 150, 150, 150, 150), -- Ashas Varka Durai (31378, 0, 0, 150, 150, 150, 150, 150, 150), -- Naran Ashanuk (31379, 0, 0, 150, 150, 150, 150, 150, 150), -- Udan Mardui (31380, 0, 0, 150, 150, 150, 150, 150, 150), -- Diyabu (31381, 0, 0, 150, 150, 150, 150, 150, 150), -- Hagos (31382, 0, 0, 150, 150, 150, 150, 150, 150), -- Shikon (31383, 0, 0, 150, 150, 150, 150, 150, 150), -- Teranu Mardui (31384, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper of Fire Dragon (31385, 0, 0, 150, 150, 150, 150, 150, 150), -- Heart of Volcano (31386, 0, 0, 150, 150, 150, 150, 150, 150), -- Violet (31387, 0, 0, 150, 150, 150, 150, 150, 150), -- Kurstin (31388, 0, 0, 150, 150, 150, 150, 150, 150), -- Mina (31389, 0, 0, 150, 150, 150, 150, 150, 150), -- Dorian (31390, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Boy A (31391, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Boy B (31392, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Boy C (31393, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Boy D (31394, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Boy E (31395, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Lady F (31396, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Lady G (31397, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Lady H (31398, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Lady I (31399, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Lady J (31400, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Sword Guard (31401, 0, 0, 150, 150, 150, 150, 150, 150), -- Dummy - Bow Guard (31404, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31405, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31406, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31407, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31408, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31409, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31410, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31411, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31412, 0, 0, 150, 150, 150, 150, 150, 150), -- Monster Race Guide (31413, 0, 0, 150, 150, 150, 150, 150, 150), -- Antonio (31414, 0, 0, 150, 150, 150, 150, 150, 150), -- Lynn (31415, 0, 0, 150, 150, 150, 150, 150, 150), -- Triya (31416, 0, 0, 150, 150, 150, 150, 150, 150), -- Aren (31417, 0, 0, 150, 150, 150, 150, 150, 150), -- Berynel (31418, 0, 0, 150, 150, 150, 150, 150, 150), -- Rouke (31419, 0, 0, 150, 150, 150, 150, 150, 150), -- Lorel (31420, 0, 0, 150, 150, 150, 150, 150, 150), -- Tomanel (31421, 0, 0, 150, 150, 150, 150, 150, 150), -- Ratriya (31422, 0, 0, 150, 150, 150, 150, 150, 150), -- Migel (31423, 0, 0, 150, 150, 150, 150, 150, 150), -- Romas (31424, 0, 0, 150, 150, 150, 150, 150, 150), -- Shantra (31425, 0, 0, 150, 150, 150, 150, 150, 150), -- Koram (31426, 0, 0, 150, 150, 150, 150, 150, 150), -- Jaka (31427, 0, 0, 150, 150, 150, 150, 150, 150), -- Urgal (31428, 0, 0, 150, 150, 150, 150, 150, 150), -- Shafa (31429, 0, 0, 150, 150, 150, 150, 150, 150), -- Shitara (31430, 0, 0, 150, 150, 150, 150, 150, 150), -- Donai (31431, 0, 0, 150, 150, 150, 150, 150, 150), -- Karai (31432, 0, 0, 150, 150, 150, 150, 150, 150), -- Reeya (31433, 0, 0, 150, 150, 150, 150, 150, 150), -- Ronaldo (31434, 0, 0, 150, 150, 150, 150, 150, 150), -- Shaling (31435, 0, 0, 150, 150, 150, 150, 150, 150), -- Daeger (31436, 0, 0, 150, 150, 150, 150, 150, 150), -- Dani (31437, 0, 0, 150, 150, 150, 150, 150, 150), -- Luka (31438, 0, 0, 150, 150, 150, 150, 150, 150), -- Lara (31439, 0, 0, 150, 150, 150, 150, 150, 150), -- Rogen (31440, 0, 0, 150, 150, 150, 150, 150, 150), -- Lanna (31441, 0, 0, 150, 150, 150, 150, 150, 150), -- Gordo (31442, 0, 0, 150, 150, 150, 150, 150, 150), -- Kiki (31443, 0, 0, 150, 150, 150, 150, 150, 150), -- Raban (31444, 0, 0, 150, 150, 150, 150, 150, 150), -- Cona (31445, 0, 0, 150, 150, 150, 150, 150, 150), -- Shutner (31452, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of Wigoth (31453, 0, 0, 150, 150, 150, 150, 150, 150), -- Nameless Spirit (31454, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of Wigoth (31455, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31456, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31457, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31458, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31459, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31460, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31461, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31462, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31463, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31464, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31465, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31466, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31467, 0, 0, 150, 150, 150, 150, 150, 150), -- Key Box (31468, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31469, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31470, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31471, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31472, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31473, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31474, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31475, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31476, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31477, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31478, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31479, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31480, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31481, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31482, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31483, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31484, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31485, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31486, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31487, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Box (31488, 0, 0, 150, 150, 150, 150, 150, 150), -- Rift Post Recruit (31489, 0, 0, 150, 150, 150, 150, 150, 150), -- Rift Post Private (31490, 0, 0, 150, 150, 150, 150, 150, 150), -- Rift Post Officer (31491, 0, 0, 150, 150, 150, 150, 150, 150), -- Rift Post Captain (31492, 0, 0, 150, 150, 150, 150, 150, 150), -- Rift Post Commander (31493, 0, 0, 150, 150, 150, 150, 150, 150), -- Rift Post Hero (31494, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31495, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31496, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31497, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31498, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31499, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31500, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31501, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31502, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31503, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31504, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31505, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31506, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31507, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Gate Keeper (31508, 0, 0, 150, 150, 150, 150, 150, 150), -- Altar of Saints (31509, 0, 0, 150, 150, 150, 150, 150, 150), -- Altar of Saints (31510, 0, 0, 150, 150, 150, 150, 150, 150), -- Altar of Saints (31511, 0, 0, 150, 150, 150, 150, 150, 150), -- Altar of Saints (31512, 0, 0, 150, 150, 150, 150, 150, 150), -- Evil Altar (31513, 0, 0, 150, 150, 150, 150, 150, 150), -- Evil Altar (31514, 0, 0, 150, 150, 150, 150, 150, 150), -- Evil Altar (31515, 0, 0, 150, 150, 150, 150, 150, 150), -- Evil Altar (31516, 0, 0, 150, 150, 150, 150, 150, 150), -- Evil Altar (31517, 0, 0, 150, 150, 150, 150, 150, 150), -- Hierarch (31518, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Necromancer (31519, 0, 0, 150, 150, 150, 150, 150, 150), -- Enfeux (31520, 0, 0, 150, 150, 150, 150, 150, 150), -- Leikar (31521, 0, 0, 150, 150, 150, 150, 150, 150), -- Jeremy (31522, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Wizard (31523, 0, 0, 150, 150, 150, 150, 150, 150), -- Tombstone (31524, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of von Hellmann (31525, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of von Hellmann's Page (31526, 0, 0, 150, 150, 150, 150, 150, 150), -- Broken Bookshelf (31527, 0, 0, 150, 150, 150, 150, 150, 150), -- Well (31528, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of Priest (31529, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of Adventurer (31530, 0, 0, 150, 150, 150, 150, 150, 150), -- Box (31531, 0, 0, 150, 150, 150, 150, 150, 150), -- Tombstone (31532, 0, 0, 150, 150, 150, 150, 150, 150), -- Lidia's Maid (31533, 0, 0, 150, 150, 150, 150, 150, 150), -- Broken Bookshelf (31534, 0, 0, 150, 150, 150, 150, 150, 150), -- Broken Bookshelf (31535, 0, 0, 150, 150, 150, 150, 150, 150), -- Broken Bookshelf (31536, 0, 0, 150, 150, 150, 150, 150, 150), -- Coffin (31537, 0, 0, 150, 150, 150, 150, 150, 150), -- Tunatun (31538, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of Adventurer (31539, 0, 0, 150, 150, 150, 150, 150, 150), -- Vulcan (31540, 0, 0, 150, 150, 150, 150, 150, 150), -- Klein (31541, 0, 0, 150, 150, 150, 150, 150, 150), -- Daimon's Altar (31542, 0, 0, 150, 150, 150, 150, 150, 150), -- Yeti's Table (31543, 0, 0, 150, 150, 150, 150, 150, 150), -- Pulin (31544, 0, 0, 150, 150, 150, 150, 150, 150), -- Naff (31545, 0, 0, 150, 150, 150, 150, 150, 150), -- Crocus (31546, 0, 0, 150, 150, 150, 150, 150, 150), -- Kuber (31547, 0, 0, 150, 150, 150, 150, 150, 150), -- Beolin (31548, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Ancient Tablet (31549, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Ancient Tablet (31550, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Ancient Tablet (31551, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Ancient Tablet (31552, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Ancient Tablet (31553, 0, 0, 150, 150, 150, 150, 150, 150), -- Pierce (31554, 0, 0, 150, 150, 150, 150, 150, 150), -- Kahman (31555, 0, 0, 150, 150, 150, 150, 150, 150), -- Abercrombie (31556, 0, 0, 150, 150, 150, 150, 150, 150), -- Selina (31557, 0, 0, 150, 150, 150, 150, 150, 150), -- Mercenary Sentry (31558, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra's Holy Altar (31559, 0, 0, 150, 150, 150, 150, 150, 150), -- Box of Asefa (31560, 0, 0, 150, 150, 150, 150, 150, 150), -- Varka's Holy Altar (31561, 0, 0, 150, 150, 150, 150, 150, 150), -- Udan Mardui's Box (31562, 0, 0, 150, 150, 150, 150, 150, 150), -- Klufe (31563, 0, 0, 150, 150, 150, 150, 150, 150), -- Perelin (31564, 0, 0, 150, 150, 150, 150, 150, 150), -- Mishini (31565, 0, 0, 150, 150, 150, 150, 150, 150), -- Ogord (31566, 0, 0, 150, 150, 150, 150, 150, 150), -- Ropfi (31567, 0, 0, 150, 150, 150, 150, 150, 150), -- Bleaker (31568, 0, 0, 150, 150, 150, 150, 150, 150), -- Pamfus (31569, 0, 0, 150, 150, 150, 150, 150, 150), -- Cyano (31570, 0, 0, 150, 150, 150, 150, 150, 150), -- Lanosco (31571, 0, 0, 150, 150, 150, 150, 150, 150), -- Hufs (31572, 0, 0, 150, 150, 150, 150, 150, 150), -- O'Fulle (31573, 0, 0, 150, 150, 150, 150, 150, 150), -- Monakan (31574, 0, 0, 150, 150, 150, 150, 150, 150), -- Willie (31575, 0, 0, 150, 150, 150, 150, 150, 150), -- Litulon (31576, 0, 0, 150, 150, 150, 150, 150, 150), -- Berix (31577, 0, 0, 150, 150, 150, 150, 150, 150), -- Linnaeus (31578, 0, 0, 150, 150, 150, 150, 150, 150), -- Hilgendorf (31579, 0, 0, 150, 150, 150, 150, 150, 150), -- Klaus (31580, 0, 0, 150, 150, 150, 150, 150, 150), -- Galadrid (31581, 0, 0, 150, 150, 150, 150, 150, 150), -- Anastia (31582, 0, 0, 150, 150, 150, 150, 150, 150), -- Mordred (31583, 0, 0, 150, 150, 150, 150, 150, 150), -- Feynn (31584, 0, 0, 150, 150, 150, 150, 150, 150), -- Valentine (31585, 0, 0, 150, 150, 150, 150, 150, 150), -- Sparky the Cat (31586, 0, 0, 150, 150, 150, 150, 150, 150), -- Sparky the Cat (31587, 0, 0, 150, 150, 150, 150, 150, 150), -- Gedrik (31588, 0, 0, 150, 150, 150, 150, 150, 150), -- Agnes (31589, 0, 0, 150, 150, 150, 150, 150, 150), -- Duda-Mara Totem Spirit (31590, 0, 0, 150, 150, 150, 150, 150, 150), -- Truth Scholar Devianne (31591, 0, 0, 150, 150, 150, 150, 150, 150), -- Sunset Guide Luna (31592, 0, 0, 150, 150, 150, 150, 150, 150), -- Telson (31593, 0, 0, 150, 150, 150, 150, 150, 150), -- Dorothy (31594, 0, 0, 150, 150, 150, 150, 150, 150), -- Mond (31595, 0, 0, 150, 150, 150, 150, 150, 150), -- Leona Blackbird (31596, 0, 0, 150, 150, 150, 150, 150, 150), -- Tobald (31597, 0, 0, 150, 150, 150, 150, 150, 150), -- Tobald (31598, 0, 0, 150, 150, 150, 150, 150, 150), -- Medina Blackheart (31599, 0, 0, 150, 150, 150, 150, 150, 150), -- Disgraced Knight Waldstein (31600, 0, 0, 150, 150, 150, 150, 150, 150), -- Pamela Aprodia (31601, 0, 0, 150, 150, 150, 150, 150, 150), -- Pamela Aprodia (31602, 0, 0, 150, 150, 150, 150, 150, 150), -- Sharona Artemia (31603, 0, 0, 150, 150, 150, 150, 150, 150), -- Black Cat (31604, 0, 0, 150, 150, 150, 150, 150, 150), -- Grimst (31605, 0, 0, 150, 150, 150, 150, 150, 150), -- Kinsley (31606, 0, 0, 150, 150, 150, 150, 150, 150), -- Alice de Catrina (31607, 0, 0, 150, 150, 150, 150, 150, 150), -- Sake Dun Zu Hestui (31608, 0, 0, 150, 150, 150, 150, 150, 150), -- Belinda (31609, 0, 0, 150, 150, 150, 150, 150, 150), -- Aurora the Unicorn (31610, 0, 0, 150, 150, 150, 150, 150, 150), -- Shiken Gloomdrake (31611, 0, 0, 150, 150, 150, 150, 150, 150), -- Scryde Heartseeker (31612, 0, 0, 150, 150, 150, 150, 150, 150), -- Eternity Wanderer Staris (31613, 0, 0, 150, 150, 150, 150, 150, 150), -- Noctisse (31614, 0, 0, 150, 150, 150, 150, 150, 150), -- Radyss (31615, 0, 0, 150, 150, 150, 150, 150, 150), -- Hermit (31616, 0, 0, 150, 150, 150, 150, 150, 150), -- Hermit (31617, 0, 0, 150, 150, 150, 150, 150, 150), -- Aria Firstmatter (31618, 0, 0, 150, 150, 150, 150, 150, 150), -- Moon Voice Irene (31619, 0, 0, 150, 150, 150, 150, 150, 150), -- Erica Ken Weber (31620, 0, 0, 150, 150, 150, 150, 150, 150), -- Verdure Elder Elikia (31621, 0, 0, 150, 150, 150, 150, 150, 150), -- Abyssal Saintess Elcadia (31622, 0, 0, 150, 150, 150, 150, 150, 150), -- Keats (31623, 0, 0, 150, 150, 150, 150, 150, 150), -- Bavarin (31624, 0, 0, 150, 150, 150, 150, 150, 150), -- Donath (31625, 0, 0, 150, 150, 150, 150, 150, 150), -- Yeti (31626, 0, 0, 150, 150, 150, 150, 150, 150), -- Duncan (31627, 0, 0, 150, 150, 150, 150, 150, 150), -- Mist (31628, 0, 0, 150, 150, 150, 150, 150, 150), -- Lilly (31629, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaleidos the Unicorn (31630, 0, 0, 150, 150, 150, 150, 150, 150), -- Kaleidos the Unicorn (31631, 0, 0, 150, 150, 150, 150, 150, 150), -- Eric Ramsheart (31632, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Servitor (31633, 0, 0, 150, 150, 150, 150, 150, 150), -- Winter Hunter Kadyth (31634, 0, 0, 150, 150, 150, 150, 150, 150), -- Winter Hunter Kadyth (31635, 0, 0, 150, 150, 150, 150, 150, 150), -- Winter Hunter Kadyth (31636, 0, 0, 150, 150, 150, 150, 150, 150), -- Flame Successor Akkan (31637, 0, 0, 150, 150, 150, 150, 150, 150), -- Khavatari Kashu (31638, 0, 0, 150, 150, 150, 150, 150, 150), -- Starling Knight Kastien (31639, 0, 0, 150, 150, 150, 150, 150, 150), -- Kain Van Halter (31640, 0, 0, 150, 150, 150, 150, 150, 150), -- Pilgrim of Darkness (31641, 0, 0, 150, 150, 150, 150, 150, 150), -- Pilgrim of Darkness (31642, 0, 0, 150, 150, 150, 150, 150, 150), -- Tarkai Zu Duda-Mara (31643, 0, 0, 150, 150, 150, 150, 150, 150), -- Silver Feyshar (31644, 0, 0, 150, 150, 150, 150, 150, 150), -- Dawn Witness Franz (31645, 0, 0, 150, 150, 150, 150, 150, 150), -- Hindemith Truevoice (31646, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31647, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31648, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31649, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31650, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31651, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31652, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31653, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31654, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31655, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31656, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31657, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31658, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31659, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31660, 0, 0, 150, 150, 150, 150, 150, 150), -- Tablet of Vision (31661, 0, 0, 150, 150, 150, 150, 150, 150), -- Forgotten Monument (31662, 0, 0, 150, 150, 150, 150, 150, 150), -- Forgotten Monument (31663, 0, 0, 150, 150, 150, 150, 150, 150), -- Forgotten Monument (31664, 0, 0, 150, 150, 150, 150, 150, 150), -- Forgotten Monument (31665, 0, 0, 150, 150, 150, 150, 150, 150), -- Corpse of Dwarf (31666, 0, 0, 150, 150, 150, 150, 150, 150), -- Lumen (31667, 0, 0, 150, 150, 150, 150, 150, 150), -- Raik (31668, 0, 0, 150, 150, 150, 150, 150, 150), -- Tangen (31669, 0, 0, 150, 150, 150, 150, 150, 150), -- Onyx (31670, 0, 0, 150, 150, 150, 150, 150, 150), -- Burns (31671, 0, 0, 150, 150, 150, 150, 150, 150), -- Patrol (31672, 0, 0, 150, 150, 150, 150, 150, 150), -- Patrol (31673, 0, 0, 150, 150, 150, 150, 150, 150), -- Patrol (31674, 0, 0, 150, 150, 150, 150, 150, 150), -- Patrol (31675, 0, 0, 150, 150, 150, 150, 150, 150), -- Viktor Van Deik (31676, 0, 0, 150, 150, 150, 150, 150, 150), -- Gregory Athebaldt (31677, 0, 0, 150, 150, 150, 150, 150, 150), -- Border Patrol (31678, 0, 0, 150, 150, 150, 150, 150, 150), -- Border Patrol (31679, 0, 0, 150, 150, 150, 150, 150, 150), -- Eustace Van Essen (31680, 0, 0, 150, 150, 150, 150, 150, 150), -- Fleming Van Issen (31681, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (31682, 0, 0, 150, 150, 150, 150, 150, 150), -- Frontier Guard (31683, 0, 0, 150, 150, 150, 150, 150, 150), -- Eye of Argos (31684, 0, 0, 150, 150, 150, 150, 150, 150), -- Eye of Udan Mardui (31685, 0, 0, 150, 150, 150, 150, 150, 150), -- Asefa's Eye (31686, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper of Fire Dragon (31687, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper of Fire Dragon (31688, 0, 0, 150, 150, 150, 150, 150, 150), -- Grand Olympiad Manager (31689, 0, 0, 150, 150, 150, 150, 150, 150), -- Olympiad Finisher (31690, 0, 0, 150, 150, 150, 150, 150, 150), -- Monument of Heroes (31691, 0, 0, 150, 150, 150, 150, 150, 150), -- Training Dummy (31692, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31693, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dusk (31694, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31695, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dusk (31696, 0, 0, 150, 150, 150, 150, 150, 150), -- Platis (31697, 0, 0, 150, 150, 150, 150, 150, 150), -- Eindarkner (31698, 0, 0, 150, 150, 150, 150, 150, 150), -- Arisha (31699, 0, 0, 150, 150, 150, 150, 150, 150), -- Stanislava (31700, 0, 0, 150, 150, 150, 150, 150, 150), -- Saint's Follower (31701, 0, 0, 150, 150, 150, 150, 150, 150), -- Saint's Follower (31702, 0, 0, 150, 150, 150, 150, 150, 150), -- Saint's Follower (31703, 0, 0, 150, 150, 150, 150, 150, 150), -- Saint's Follower (31704, 0, 0, 150, 150, 150, 150, 150, 150), -- Saint's Follower (31705, 0, 0, 150, 150, 150, 150, 150, 150), -- Daimon the White-Eyed (31706, 0, 0, 150, 150, 150, 150, 150, 150), -- Miki the Cat (31707, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra Van Grunt (31708, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra Van Shaman (31709, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra Van Captain (31710, 0, 0, 150, 150, 150, 150, 150, 150), -- Varka Van Commander (31711, 0, 0, 150, 150, 150, 150, 150, 150), -- Varka Van Shaman (31712, 0, 0, 150, 150, 150, 150, 150, 150), -- Varka Raider (31713, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31714, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31715, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31716, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31717, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31718, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31719, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31720, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (31721, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31722, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31723, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31724, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31725, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31726, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31727, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31728, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (31729, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31730, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31731, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31732, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31733, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31734, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31735, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31736, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31737, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31738, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31739, 0, 0, 150, 150, 150, 150, 150, 150), -- Talien (31740, 0, 0, 150, 150, 150, 150, 150, 150), -- Caradine (31741, 0, 0, 150, 150, 150, 150, 150, 150), -- Ossian (31742, 0, 0, 150, 150, 150, 150, 150, 150), -- Virgil (31743, 0, 0, 150, 150, 150, 150, 150, 150), -- Kassandra (31744, 0, 0, 150, 150, 150, 150, 150, 150), -- Ogmar (31745, 0, 0, 150, 150, 150, 150, 150, 150), -- Lady of the Lake (31746, 0, 0, 150, 150, 150, 150, 150, 150), -- Fallen Unicorn (31747, 0, 0, 150, 150, 150, 150, 150, 150), -- Pure White Unicorn (31748, 0, 0, 150, 150, 150, 150, 150, 150), -- Cornerstone of Restraining (31750, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Woman (31751, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Dark Knight (31752, 0, 0, 150, 150, 150, 150, 150, 150), -- Corpse of Angel (31755, 0, 0, 150, 150, 150, 150, 150, 150), -- Halaster (31756, 0, 0, 150, 150, 150, 150, 150, 150), -- Mr. Cat (31757, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31758, 0, 0, 150, 150, 150, 150, 150, 150), -- Rafi (31759, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (31760, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31761, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31762, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31763, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31764, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31765, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31766, 0, 0, 150, 150, 150, 150, 150, 150), -- Miss Queen (31767, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31768, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (31769, 0, 0, 150, 150, 150, 150, 150, 150), -- Monument of Heroes (31770, 0, 0, 150, 150, 150, 150, 150, 150), -- Monument of Heroes (31771, 0, 0, 150, 150, 150, 150, 150, 150), -- Monument of Heroes (31772, 0, 0, 150, 150, 150, 150, 150, 150), -- Monument of Heroes (31773, 0, 0, 150, 150, 150, 150, 150, 150), -- Sonin (31774, 0, 0, 150, 150, 150, 150, 150, 150), -- Beryl the Cat (31775, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31776, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31777, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31778, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31779, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31780, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31781, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31782, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31783, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31784, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31785, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31786, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31787, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31788, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31789, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31790, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31791, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31792, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31793, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31794, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31795, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31796, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31797, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31798, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31799, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31800, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31801, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31802, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31803, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31804, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31805, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31806, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31807, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31808, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31809, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31810, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31811, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31812, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31813, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31814, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31815, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31816, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31817, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31818, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31819, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31820, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31821, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31822, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31823, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31824, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31825, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31826, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31827, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31828, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31829, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31830, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31831, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31832, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31833, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31834, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31835, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31836, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31837, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31838, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31839, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31840, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31841, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31842, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (31843, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (31844, 0, 0, 150, 150, 150, 150, 150, 150), -- Aracna (31845, 0, 0, 150, 150, 150, 150, 150, 150), -- Bloody Pixy (31846, 0, 0, 150, 150, 150, 150, 150, 150), -- Satyros (31847, 0, 0, 150, 150, 150, 150, 150, 150), -- Pan (31848, 0, 0, 150, 150, 150, 150, 150, 150), -- Pixy (31849, 0, 0, 150, 150, 150, 150, 150, 150), -- Red Arachne (31850, 0, 0, 150, 150, 150, 150, 150, 150), -- Blight Treant (31851, 0, 0, 150, 150, 150, 150, 150, 150), -- Treant (31852, 0, 0, 150, 150, 150, 150, 150, 150), -- Pixy Murika (31853, 0, 0, 150, 150, 150, 150, 150, 150), -- Treant Bremec (31854, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Manager (31855, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Manager (31856, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Manager (31857, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Manager (31858, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Manager (31859, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (31860, 0, 0, 150, 150, 150, 150, 150, 150), -- Buzz the Cat (31861, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper (31862, 0, 0, 150, 150, 150, 150, 150, 150), -- Angelic Vortex (31863, 0, 0, 150, 150, 150, 150, 150, 150), -- Santa Trainee (31864, 0, 0, 150, 150, 150, 150, 150, 150), -- Santa Trainee (31865, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31866, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31867, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31868, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31869, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31870, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31871, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31872, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31873, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31874, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31875, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31876, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31877, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31878, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31879, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31880, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31881, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31882, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31883, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31884, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31885, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31886, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31887, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31888, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31889, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31890, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31891, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31892, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31893, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31894, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31895, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31896, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31897, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31898, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31899, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31900, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31901, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31902, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31903, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31904, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31905, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31906, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31907, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31908, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31909, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31910, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31911, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31912, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31913, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31914, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31915, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31916, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31917, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31918, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian of Border (31919, 0, 0, 150, 150, 150, 150, 150, 150), -- Elmoreden's Ghost Chamberlain (31920, 0, 0, 150, 150, 150, 150, 150, 150), -- Elmoreden's Ghost Chamberlain (31921, 0, 0, 150, 150, 150, 150, 150, 150), -- Conquerors' Sepulcher Manager (31922, 0, 0, 150, 150, 150, 150, 150, 150), -- Emperors' Sepulcher Manager (31923, 0, 0, 150, 150, 150, 150, 150, 150), -- Great Sages' Sepulcher Manager (31924, 0, 0, 150, 150, 150, 150, 150, 150), -- Judges' Sepulcher Manager (31925, 0, 0, 150, 150, 150, 150, 150, 150), -- Baron's Hall Gatekeeper (31926, 0, 0, 150, 150, 150, 150, 150, 150), -- Viscount's Hall Gatekeeper (31927, 0, 0, 150, 150, 150, 150, 150, 150), -- Count's Hall Gatekeeper (31928, 0, 0, 150, 150, 150, 150, 150, 150), -- Marquis' Hall Gatekeeper (31929, 0, 0, 150, 150, 150, 150, 150, 150), -- Duke's Hall Gatekeeper (31930, 0, 0, 150, 150, 150, 150, 150, 150), -- Baron's Hall Gatekeeper (31931, 0, 0, 150, 150, 150, 150, 150, 150), -- Viscount's Hall Gatekeeper (31932, 0, 0, 150, 150, 150, 150, 150, 150), -- Count's Hall Gatekeeper (31933, 0, 0, 150, 150, 150, 150, 150, 150), -- Marquis' Hall Gatekeeper (31934, 0, 0, 150, 150, 150, 150, 150, 150), -- Duke's Hall Gatekeeper (31935, 0, 0, 150, 150, 150, 150, 150, 150), -- Baron's Hall Gatekeeper (31936, 0, 0, 150, 150, 150, 150, 150, 150), -- Viscount's Hall Gatekeeper (31937, 0, 0, 150, 150, 150, 150, 150, 150), -- Count's Hall Gatekeeper (31938, 0, 0, 150, 150, 150, 150, 150, 150), -- Marquis' Hall Gatekeeper (31939, 0, 0, 150, 150, 150, 150, 150, 150), -- Duke's Hall Gatekeeper (31940, 0, 0, 150, 150, 150, 150, 150, 150), -- Baron's Hall Gatekeeper (31941, 0, 0, 150, 150, 150, 150, 150, 150), -- Viscount's Hall Gatekeeper (31942, 0, 0, 150, 150, 150, 150, 150, 150), -- Count's Hall Gatekeeper (31943, 0, 0, 150, 150, 150, 150, 150, 150), -- Marquis' Hall Gatekeeper (31944, 0, 0, 150, 150, 150, 150, 150, 150), -- Duke's Hall Gatekeeper (31945, 0, 0, 150, 150, 150, 150, 150, 150), -- Auzendorff (31946, 0, 0, 150, 150, 150, 150, 150, 150), -- Hombre (31947, 0, 0, 150, 150, 150, 150, 150, 150), -- Owaki (31948, 0, 0, 150, 150, 150, 150, 150, 150), -- Adrian (31949, 0, 0, 150, 150, 150, 150, 150, 150), -- Rouge (31950, 0, 0, 150, 150, 150, 150, 150, 150), -- Mailland (31951, 0, 0, 150, 150, 150, 150, 150, 150), -- Jose (31952, 0, 0, 150, 150, 150, 150, 150, 150), -- Pele (31953, 0, 0, 150, 150, 150, 150, 150, 150), -- Rankar (31954, 0, 0, 150, 150, 150, 150, 150, 150), -- Saroyan (31955, 0, 0, 150, 150, 150, 150, 150, 150), -- Ruby (31956, 0, 0, 150, 150, 150, 150, 150, 150), -- Rydel (31957, 0, 0, 150, 150, 150, 150, 150, 150), -- Cherbal (31958, 0, 0, 150, 150, 150, 150, 150, 150), -- Yasheni (31959, 0, 0, 150, 150, 150, 150, 150, 150), -- Axel (31960, 0, 0, 150, 150, 150, 150, 150, 150), -- Buryun (31961, 0, 0, 150, 150, 150, 150, 150, 150), -- Newyear (31962, 0, 0, 150, 150, 150, 150, 150, 150), -- Altair (31963, 0, 0, 150, 150, 150, 150, 150, 150), -- Hitchi (31964, 0, 0, 150, 150, 150, 150, 150, 150), -- Bilia (31965, 0, 0, 150, 150, 150, 150, 150, 150), -- Hector (31966, 0, 0, 150, 150, 150, 150, 150, 150), -- Karamon (31967, 0, 0, 150, 150, 150, 150, 150, 150), -- Euline (31968, 0, 0, 150, 150, 150, 150, 150, 150), -- Baryl (31969, 0, 0, 150, 150, 150, 150, 150, 150), -- Evelyn (31970, 0, 0, 150, 150, 150, 150, 150, 150), -- Sinis (31971, 0, 0, 150, 150, 150, 150, 150, 150), -- Otillo (31972, 0, 0, 150, 150, 150, 150, 150, 150), -- Atraxia (31973, 0, 0, 150, 150, 150, 150, 150, 150), -- Raheel (31974, 0, 0, 150, 150, 150, 150, 150, 150), -- Drizzit (31975, 0, 0, 150, 150, 150, 150, 150, 150), -- Aerina (31976, 0, 0, 150, 150, 150, 150, 150, 150), -- Talia (31977, 0, 0, 150, 150, 150, 150, 150, 150), -- Shaka (31978, 0, 0, 150, 150, 150, 150, 150, 150), -- Tazeer (31979, 0, 0, 150, 150, 150, 150, 150, 150), -- Moira (31980, 0, 0, 150, 150, 150, 150, 150, 150), -- Rumba (31981, 0, 0, 150, 150, 150, 150, 150, 150), -- Vishotsky (31982, 0, 0, 150, 150, 150, 150, 150, 150), -- Glen (31983, 0, 0, 150, 150, 150, 150, 150, 150), -- Friggar (31984, 0, 0, 150, 150, 150, 150, 150, 150), -- Sherring (31985, 0, 0, 150, 150, 150, 150, 150, 150), -- Kosmos (31986, 0, 0, 150, 150, 150, 150, 150, 150), -- Erstack (31987, 0, 0, 150, 150, 150, 150, 150, 150), -- Gotter (31988, 0, 0, 150, 150, 150, 150, 150, 150), -- Singa (31989, 0, 0, 150, 150, 150, 150, 150, 150), -- Batidae (31990, 0, 0, 150, 150, 150, 150, 150, 150), -- Siger (31991, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31992, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31993, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31994, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31995, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (31996, 0, 0, 150, 150, 150, 150, 150, 150), -- Javier (31997, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest of Dawn (31998, 0, 0, 150, 150, 150, 150, 150, 150), -- Dusk Priestess (31999, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (32000, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (32001, 0, 0, 150, 150, 150, 150, 150, 150), -- Preacher of Doom (32002, 0, 0, 150, 150, 150, 150, 150, 150); -- Preacher of Doom INSERT INTO `npc_elementals` VALUES (32003, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (32004, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (32005, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (32006, 0, 0, 150, 150, 150, 150, 150, 150), -- Orator of Revelations (32007, 0, 0, 150, 150, 150, 150, 150, 150), -- Galba (32008, 0, 0, 150, 150, 150, 150, 150, 150), -- Greymore (32009, 0, 0, 150, 150, 150, 150, 150, 150), -- Devorin (32010, 0, 0, 150, 150, 150, 150, 150, 150), -- Flauron (32011, 0, 0, 150, 150, 150, 150, 150, 150), -- Imperial Tomb Guide (32012, 0, 0, 150, 150, 150, 150, 150, 150), -- Tantan (32013, 0, 0, 150, 150, 150, 150, 150, 150), -- Suki (32014, 0, 0, 150, 150, 150, 150, 150, 150), -- Ivan (32015, 0, 0, 150, 150, 150, 150, 150, 150), -- Scout's Corpse (32016, 0, 0, 150, 150, 150, 150, 150, 150), -- Torrant (32017, 0, 0, 150, 150, 150, 150, 150, 150), -- Karuda (32018, 0, 0, 150, 150, 150, 150, 150, 150), -- Misa (32019, 0, 0, 150, 150, 150, 150, 150, 150), -- Suspicious Man (32020, 0, 0, 150, 150, 150, 150, 150, 150), -- Rafforty (32021, 0, 0, 150, 150, 150, 150, 150, 150), -- Ice Sculpture (32022, 0, 0, 150, 150, 150, 150, 150, 150), -- Kier (32023, 0, 0, 150, 150, 150, 150, 150, 150), -- Ice Shelf (32024, 0, 0, 150, 150, 150, 150, 150, 150), -- Mulia (32025, 0, 0, 150, 150, 150, 150, 150, 150), -- Ilia (32026, 0, 0, 150, 150, 150, 150, 150, 150), -- Hestui Guard (32027, 0, 0, 150, 150, 150, 150, 150, 150), -- Divine Furnace (32028, 0, 0, 150, 150, 150, 150, 150, 150), -- Holy Grail (32029, 0, 0, 150, 150, 150, 150, 150, 150), -- Freya's Steward (32030, 0, 0, 150, 150, 150, 150, 150, 150), -- Garden Sculpture (32031, 0, 0, 150, 150, 150, 150, 150, 150), -- Ice Fairy Sculpture (32032, 0, 0, 150, 150, 150, 150, 150, 150), -- Strange Machine (32033, 0, 0, 150, 150, 150, 150, 150, 150), -- Dr. Chaos (32034, 0, 0, 150, 150, 150, 150, 150, 150), -- Temple Gatekeeper (32035, 0, 0, 150, 150, 150, 150, 150, 150), -- Temple Gatekeeper (32036, 0, 0, 150, 150, 150, 150, 150, 150), -- Temple Gatekeeper (32037, 0, 0, 150, 150, 150, 150, 150, 150), -- Temple Gatekeeper (32038, 0, 0, 150, 150, 150, 150, 150, 150), -- Ritual Offering (32039, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Mirror (32040, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Mirror (32041, 0, 0, 150, 150, 150, 150, 150, 150), -- Yumi (32042, 0, 0, 150, 150, 150, 150, 150, 150), -- Weathermaster (32043, 0, 0, 150, 150, 150, 150, 150, 150), -- Weathermaster (32044, 0, 0, 150, 150, 150, 150, 150, 150), -- Weathermaster (32045, 0, 0, 150, 150, 150, 150, 150, 150), -- Dr. Chaos' Secret Bookshelf (32046, 0, 0, 150, 150, 150, 150, 150, 150), -- Suspicious-Looking Pile of Stones (32047, 0, 0, 150, 150, 150, 150, 150, 150), -- Wendy (32048, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (32049, 0, 0, 150, 150, 150, 150, 150, 150), -- Rooney (32050, 0, 0, 150, 150, 150, 150, 150, 150), -- Parts Box (32051, 0, 0, 150, 150, 150, 150, 150, 150), -- Altar Gatekeeper (32052, 0, 0, 150, 150, 150, 150, 150, 150), -- Obi (32053, 0, 0, 150, 150, 150, 150, 150, 150), -- Abey (32054, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of a Railroad Engineer (32055, 0, 0, 150, 150, 150, 150, 150, 150), -- Ghost of an Ancient Railroad Engineer (32056, 0, 0, 150, 150, 150, 150, 150, 150), -- Aren (32057, 0, 0, 150, 150, 150, 150, 150, 150), -- Totem Spirit of Gandi (32058, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32059, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32060, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32061, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32062, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32063, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32064, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32065, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32066, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32067, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32068, 0, 0, 150, 150, 150, 150, 150, 150), -- Triol's Revelation (32069, 0, 0, 150, 150, 150, 150, 150, 150), -- Gutenhagen (32070, 0, 0, 150, 150, 150, 150, 150, 150), -- Adolph (32071, 0, 0, 150, 150, 150, 150, 150, 150), -- Linda (32072, 0, 0, 150, 150, 150, 150, 150, 150), -- Edwin (32073, 0, 0, 150, 150, 150, 150, 150, 150), -- Old Female Drifter (32074, 0, 0, 150, 150, 150, 150, 150, 150), -- Gludio Territory Manager (32075, 0, 0, 150, 150, 150, 150, 150, 150), -- Sandy the Cat (32076, 0, 0, 150, 150, 150, 150, 150, 150), -- Box (32077, 0, 0, 150, 150, 150, 150, 150, 150), -- Ice Sculpture (32078, 0, 0, 150, 150, 150, 150, 150, 150), -- Ice Sculpture (32079, 0, 0, 150, 150, 150, 150, 150, 150), -- Ice Sculpture (32082, 0, 0, 150, 150, 150, 150, 150, 150), -- Dion Territory Manager (32083, 0, 0, 150, 150, 150, 150, 150, 150), -- Giran Territory Manager (32084, 0, 0, 150, 150, 150, 150, 150, 150), -- Oren Territory Manager (32085, 0, 0, 150, 150, 150, 150, 150, 150), -- Aden Territory Manager (32086, 0, 0, 150, 150, 150, 150, 150, 150), -- Innadril Territory Manager (32087, 0, 0, 150, 150, 150, 150, 150, 150), -- Schuttgart Territory Manager (32088, 0, 0, 150, 150, 150, 150, 150, 150), -- Goddard Territory Manager (32089, 0, 0, 150, 150, 150, 150, 150, 150), -- Rune Territory Manager (32090, 0, 0, 150, 150, 150, 150, 150, 150), -- Dead Leopard's Carcass (32091, 0, 0, 150, 150, 150, 150, 150, 150), -- Omega's Cat (32092, 0, 0, 150, 150, 150, 150, 150, 150), -- Alder (32093, 0, 0, 150, 150, 150, 150, 150, 150), -- Bolin (32094, 0, 0, 150, 150, 150, 150, 150, 150), -- Schule (32095, 0, 0, 150, 150, 150, 150, 150, 150), -- Marie (32096, 0, 0, 150, 150, 150, 150, 150, 150), -- Helminter (32097, 0, 0, 150, 150, 150, 150, 150, 150), -- Finker (32098, 0, 0, 150, 150, 150, 150, 150, 150), -- Celes (32099, 0, 0, 150, 150, 150, 150, 150, 150), -- Tony the Cat (32100, 0, 0, 150, 150, 150, 150, 150, 150), -- Tony the Cat (32101, 0, 0, 150, 150, 150, 150, 150, 150), -- Tony the Cat (32102, 0, 0, 150, 150, 150, 150, 150, 150), -- Tony the Cat (32103, 0, 0, 150, 150, 150, 150, 150, 150), -- Telling the Cat (32104, 0, 0, 150, 150, 150, 150, 150, 150), -- Vervato (32105, 0, 0, 150, 150, 150, 150, 150, 150), -- Dinn (32106, 0, 0, 150, 150, 150, 150, 150, 150), -- Singsing (32107, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (32108, 0, 0, 150, 150, 150, 150, 150, 150), -- (32109, 0, 0, 150, 150, 150, 150, 150, 150), -- Shilen's Stone Statue (32110, 0, 0, 150, 150, 150, 150, 150, 150), -- (32111, 0, 0, 150, 150, 150, 150, 150, 150), -- Orahochin (32112, 0, 0, 150, 150, 150, 150, 150, 150), -- Gariachin (32113, 0, 0, 150, 150, 150, 150, 150, 150), -- Marquez (32114, 0, 0, 150, 150, 150, 150, 150, 150), -- Mushika (32115, 0, 0, 150, 150, 150, 150, 150, 150), -- Asamah (32116, 0, 0, 150, 150, 150, 150, 150, 150), -- Kirikachin (32117, 0, 0, 150, 150, 150, 150, 150, 150), -- Karakawei (32118, 0, 0, 150, 150, 150, 150, 150, 150), -- Mantarasa Egg (32119, 0, 0, 150, 150, 150, 150, 150, 150), -- Ulu Kaimu (32120, 0, 0, 150, 150, 150, 150, 150, 150), -- Balu Kaimu (32121, 0, 0, 150, 150, 150, 150, 150, 150), -- Chuta Kaimu (32122, 0, 0, 150, 150, 150, 150, 150, 150), -- Warrior's Grave (32123, 0, 0, 150, 150, 150, 150, 150, 150), -- Valakas (32124, 0, 0, 150, 150, 150, 150, 150, 150), -- Great Soul (32125, 0, 0, 150, 150, 150, 150, 150, 150), -- Great Soul (32126, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest Guard (32127, 0, 0, 150, 150, 150, 150, 150, 150), -- Priest Guard (32128, 0, 0, 150, 150, 150, 150, 150, 150), -- Guardian Wizard of the Cloth (32129, 0, 0, 150, 150, 150, 150, 150, 150), -- (32130, 0, 0, 150, 150, 150, 150, 150, 150), -- Strategist Lucien (32131, 0, 0, 150, 150, 150, 150, 150, 150), -- Magic Laboratory Worker (32132, 0, 0, 150, 150, 150, 150, 150, 150), -- Alchemist's Servitor (32133, 0, 0, 150, 150, 150, 150, 150, 150), -- Perwan (32134, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (32135, 0, 0, 150, 150, 150, 150, 150, 150), -- Newbie Helper (32136, 0, 0, 150, 150, 150, 150, 150, 150), -- Basil (32137, 0, 0, 150, 150, 150, 150, 150, 150), -- Sucrete (32138, 0, 0, 150, 150, 150, 150, 150, 150), -- Kekropus (32139, 0, 0, 150, 150, 150, 150, 150, 150), -- Casca (32140, 0, 0, 150, 150, 150, 150, 150, 150), -- Zenya (32141, 0, 0, 150, 150, 150, 150, 150, 150), -- Nerga (32142, 0, 0, 150, 150, 150, 150, 150, 150), -- Tenor (32143, 0, 0, 150, 150, 150, 150, 150, 150), -- Belkis (32144, 0, 0, 150, 150, 150, 150, 150, 150), -- Xonia (32145, 0, 0, 150, 150, 150, 150, 150, 150), -- Maynard (32146, 0, 0, 150, 150, 150, 150, 150, 150), -- Valfar (32147, 0, 0, 150, 150, 150, 150, 150, 150), -- Rivian (32148, 0, 0, 150, 150, 150, 150, 150, 150), -- Cindet (32149, 0, 0, 150, 150, 150, 150, 150, 150), -- Ennear (32150, 0, 0, 150, 150, 150, 150, 150, 150), -- Took (32151, 0, 0, 150, 150, 150, 150, 150, 150), -- Herz (32152, 0, 0, 150, 150, 150, 150, 150, 150), -- Henri (32153, 0, 0, 150, 150, 150, 150, 150, 150), -- Franco (32154, 0, 0, 150, 150, 150, 150, 150, 150), -- Aldenia (32155, 0, 0, 150, 150, 150, 150, 150, 150), -- Nabot (32156, 0, 0, 150, 150, 150, 150, 150, 150), -- Talbot (32157, 0, 0, 150, 150, 150, 150, 150, 150), -- Moka (32158, 0, 0, 150, 150, 150, 150, 150, 150), -- Fisler (32159, 0, 0, 150, 150, 150, 150, 150, 150), -- Kincaid (32160, 0, 0, 150, 150, 150, 150, 150, 150), -- Devon (32161, 0, 0, 150, 150, 150, 150, 150, 150), -- Black (32162, 0, 0, 150, 150, 150, 150, 150, 150), -- Martika (32163, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleport Device (32164, 0, 0, 150, 150, 150, 150, 150, 150), -- Erinu (32165, 0, 0, 150, 150, 150, 150, 150, 150), -- Zakone (32166, 0, 0, 150, 150, 150, 150, 150, 150), -- Trevor (32167, 0, 0, 150, 150, 150, 150, 150, 150), -- Nika (32168, 0, 0, 150, 150, 150, 150, 150, 150), -- Zenith (32169, 0, 0, 150, 150, 150, 150, 150, 150), -- Mila (32170, 0, 0, 150, 150, 150, 150, 150, 150), -- Benis (32171, 0, 0, 150, 150, 150, 150, 150, 150), -- Hoffa (32172, 0, 0, 150, 150, 150, 150, 150, 150), -- Saylem (32173, 0, 0, 150, 150, 150, 150, 150, 150), -- Marcela (32174, 0, 0, 150, 150, 150, 150, 150, 150), -- Maddy (32175, 0, 0, 150, 150, 150, 150, 150, 150), -- Bixon (32176, 0, 0, 150, 150, 150, 150, 150, 150), -- Ambra (32177, 0, 0, 150, 150, 150, 150, 150, 150), -- Syzar (32178, 0, 0, 150, 150, 150, 150, 150, 150), -- Carver (32179, 0, 0, 150, 150, 150, 150, 150, 150), -- Putin (32180, 0, 0, 150, 150, 150, 150, 150, 150), -- Kato (32181, 0, 0, 150, 150, 150, 150, 150, 150), -- Mellon (32182, 0, 0, 150, 150, 150, 150, 150, 150), -- Coplan (32183, 0, 0, 150, 150, 150, 150, 150, 150), -- Yunha (32184, 0, 0, 150, 150, 150, 150, 150, 150), -- Yinir (32185, 0, 0, 150, 150, 150, 150, 150, 150), -- Peregrine (32186, 0, 0, 150, 150, 150, 150, 150, 150), -- Yung (32187, 0, 0, 150, 150, 150, 150, 150, 150), -- Nadir (32188, 0, 0, 150, 150, 150, 150, 150, 150), -- Morelin (32189, 0, 0, 150, 150, 150, 150, 150, 150), -- Largo (32190, 0, 0, 150, 150, 150, 150, 150, 150), -- Mao (32191, 0, 0, 150, 150, 150, 150, 150, 150), -- Hanarin (32192, 0, 0, 150, 150, 150, 150, 150, 150), -- Falken (32193, 0, 0, 150, 150, 150, 150, 150, 150), -- Yeniche (32194, 0, 0, 150, 150, 150, 150, 150, 150), -- Shubain (32195, 0, 0, 150, 150, 150, 150, 150, 150), -- Sione (32196, 0, 0, 150, 150, 150, 150, 150, 150), -- Gershwin (32197, 0, 0, 150, 150, 150, 150, 150, 150), -- Gwain (32198, 0, 0, 150, 150, 150, 150, 150, 150), -- Gobie (32199, 0, 0, 150, 150, 150, 150, 150, 150), -- Holst (32200, 0, 0, 150, 150, 150, 150, 150, 150), -- Entien (32201, 0, 0, 150, 150, 150, 150, 150, 150), -- Rindy (32202, 0, 0, 150, 150, 150, 150, 150, 150), -- Khadava (32203, 0, 0, 150, 150, 150, 150, 150, 150), -- Ramen (32204, 0, 0, 150, 150, 150, 150, 150, 150), -- Fiske (32205, 0, 0, 150, 150, 150, 150, 150, 150), -- Aetonic (32206, 0, 0, 150, 150, 150, 150, 150, 150), -- Pieche (32207, 0, 0, 150, 150, 150, 150, 150, 150), -- Orkurus (32208, 0, 0, 150, 150, 150, 150, 150, 150), -- Rasha (32209, 0, 0, 150, 150, 150, 150, 150, 150), -- Ferdinand (32210, 0, 0, 150, 150, 150, 150, 150, 150), -- Eddy (32211, 0, 0, 150, 150, 150, 150, 150, 150), -- Jueno (32212, 0, 0, 150, 150, 150, 150, 150, 150), -- Rishtar (32213, 0, 0, 150, 150, 150, 150, 150, 150), -- Vitus (32214, 0, 0, 150, 150, 150, 150, 150, 150), -- Meldina (32215, 0, 0, 150, 150, 150, 150, 150, 150), -- Tenain (32216, 0, 0, 150, 150, 150, 150, 150, 150), -- Noir (32217, 0, 0, 150, 150, 150, 150, 150, 150), -- Barta (32218, 0, 0, 150, 150, 150, 150, 150, 150), -- Miya (32219, 0, 0, 150, 150, 150, 150, 150, 150), -- Fabnor (32220, 0, 0, 150, 150, 150, 150, 150, 150), -- Selsia (32221, 0, 0, 150, 150, 150, 150, 150, 150), -- Brome (32222, 0, 0, 150, 150, 150, 150, 150, 150), -- Liane (32223, 0, 0, 150, 150, 150, 150, 150, 150), -- Duroga (32224, 0, 0, 150, 150, 150, 150, 150, 150), -- Auren (32225, 0, 0, 150, 150, 150, 150, 150, 150), -- Taine (32226, 0, 0, 150, 150, 150, 150, 150, 150), -- Raula (32227, 0, 0, 150, 150, 150, 150, 150, 150), -- Digler (32228, 0, 0, 150, 150, 150, 150, 150, 150), -- Medea (32229, 0, 0, 150, 150, 150, 150, 150, 150), -- Hagel (32230, 0, 0, 150, 150, 150, 150, 150, 150), -- Ceci (32231, 0, 0, 150, 150, 150, 150, 150, 150), -- Luben (32232, 0, 0, 150, 150, 150, 150, 150, 150), -- Minuet (32233, 0, 0, 150, 150, 150, 150, 150, 150), -- Zoldart (32234, 0, 0, 150, 150, 150, 150, 150, 150), -- Nizer (32235, 0, 0, 150, 150, 150, 150, 150, 150), -- Katenar (32236, 0, 0, 150, 150, 150, 150, 150, 150), -- Harkilgamed (32237, 0, 0, 150, 150, 150, 150, 150, 150), -- Rodenpicula (32238, 0, 0, 150, 150, 150, 150, 150, 150), -- Rock (32239, 0, 0, 150, 150, 150, 150, 150, 150), -- Mother Nornil (32240, 0, 0, 150, 150, 150, 150, 150, 150), -- Katenar (32241, 0, 0, 150, 150, 150, 150, 150, 150), -- Berka (32242, 0, 0, 150, 150, 150, 150, 150, 150), -- Katenar (32243, 0, 0, 150, 150, 150, 150, 150, 150), -- Cargo Box (32244, 0, 0, 150, 150, 150, 150, 150, 150), -- Suspicious Man (32245, 0, 0, 150, 150, 150, 150, 150, 150), -- Matras (32246, 0, 0, 150, 150, 150, 150, 150, 150), -- Rua (32247, 0, 0, 150, 150, 150, 150, 150, 150), -- Serian (32248, 0, 0, 150, 150, 150, 150, 150, 150), -- First Reaction (32249, 0, 0, 150, 150, 150, 150, 150, 150), -- Chief Jarron (32250, 0, 0, 150, 150, 150, 150, 150, 150), -- Ario (32251, 0, 0, 150, 150, 150, 150, 150, 150), -- Saria (32252, 0, 0, 150, 150, 150, 150, 150, 150), -- Caravaner Gort (32253, 0, 0, 150, 150, 150, 150, 150, 150), -- Harkilgamed (32254, 0, 0, 150, 150, 150, 150, 150, 150), -- Harkilgamed (32255, 0, 0, 150, 150, 150, 150, 150, 150), -- Icon of the Past (32256, 0, 0, 150, 150, 150, 150, 150, 150), -- Icon of the Present (32257, 0, 0, 150, 150, 150, 150, 150, 150), -- Icon of the Future (32258, 0, 0, 150, 150, 150, 150, 150, 150), -- Menacing Machine (32259, 0, 0, 150, 150, 150, 150, 150, 150), -- Vault Door Controller (32260, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatemaster of the Past (32261, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatemaster of the Present (32262, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatemaster of the Future (32263, 0, 0, 150, 150, 150, 150, 150, 150), -- Rodenpicula (32264, 0, 0, 150, 150, 150, 150, 150, 150), -- Kanis (32271, 0, 0, 150, 150, 150, 150, 150, 150), -- Parme (32272, 0, 0, 150, 150, 150, 150, 150, 150), -- Akyaka (32273, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32274, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32275, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32276, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32277, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32278, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32279, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32280, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32281, 0, 0, 150, 150, 150, 150, 150, 150), -- Oracle Guide (32282, 0, 0, 150, 150, 150, 150, 150, 150), -- Yiyen (32284, 0, 0, 150, 150, 150, 150, 150, 150), -- Eva's Protector (32285, 0, 0, 150, 150, 150, 150, 150, 150), -- Eva's Protector (32286, 0, 0, 150, 150, 150, 150, 150, 150), -- Eva's Protector (32287, 0, 0, 150, 150, 150, 150, 150, 150), -- Eva's Protector (32288, 0, 0, 150, 150, 150, 150, 150, 150), -- Symbol of Faith (32289, 0, 0, 150, 150, 150, 150, 150, 150), -- Symbol of Adversity (32290, 0, 0, 150, 150, 150, 150, 150, 150), -- Symbol of Adventure (32291, 0, 0, 150, 150, 150, 150, 150, 150), -- Symbol of Truth (32292, 0, 0, 150, 150, 150, 150, 150, 150), -- Galate (32293, 0, 0, 150, 150, 150, 150, 150, 150), -- Jirrone (32294, 0, 0, 150, 150, 150, 150, 150, 150), -- Budenka (32296, 0, 0, 150, 150, 150, 150, 150, 150), -- Seruzia (32297, 0, 0, 150, 150, 150, 150, 150, 150), -- Falk (32298, 0, 0, 150, 150, 150, 150, 150, 150), -- Hude (32299, 0, 0, 150, 150, 150, 150, 150, 150), -- Quarry Slave (32300, 0, 0, 150, 150, 150, 150, 150, 150), -- Bernarde (32301, 0, 0, 150, 150, 150, 150, 150, 150), -- Kendal (32302, 0, 0, 150, 150, 150, 150, 150, 150), -- Jerian (32303, 0, 0, 150, 150, 150, 150, 150, 150), -- Machine (32304, 0, 0, 150, 150, 150, 150, 150, 150), -- Oasis (32305, 0, 0, 150, 150, 150, 150, 150, 150), -- Ranku's Scapegoat (32306, 0, 0, 150, 150, 150, 150, 150, 150), -- Native's Corpse (32307, 0, 0, 150, 150, 150, 150, 150, 150), -- Dolmen (32308, 0, 0, 150, 150, 150, 150, 150, 150), -- Ming (32312, 0, 0, 150, 150, 150, 150, 150, 150), -- Rat Hole (32313, 0, 0, 150, 150, 150, 150, 150, 150), -- Deltuva (32314, 0, 0, 150, 150, 150, 150, 150, 150), -- Warpgate (32315, 0, 0, 150, 150, 150, 150, 150, 150), -- Warpgate (32316, 0, 0, 150, 150, 150, 150, 150, 150), -- Warpgate (32317, 0, 0, 150, 150, 150, 150, 150, 150), -- Warpgate (32318, 0, 0, 150, 150, 150, 150, 150, 150), -- Warpgate (32319, 0, 0, 150, 150, 150, 150, 150, 150), -- Warpgate (32320, 0, 0, 150, 150, 150, 150, 150, 150), -- Item Broker (32321, 0, 0, 150, 150, 150, 150, 150, 150), -- Item Broker (32322, 0, 0, 150, 150, 150, 150, 150, 150), -- Item Broker (32323, 0, 0, 150, 150, 150, 150, 150, 150), -- Avant-Garde (32324, 0, 0, 150, 150, 150, 150, 150, 150), -- Black Stone Monolith (32325, 0, 0, 150, 150, 150, 150, 150, 150), -- Yin (32326, 0, 0, 150, 150, 150, 150, 150, 150), -- Yang (32327, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventurers' Guide (32328, 0, 0, 150, 150, 150, 150, 150, 150), -- Crystalline Golem (32330, 0, 0, 150, 150, 150, 150, 150, 150), -- Garden Guard (32331, 0, 0, 150, 150, 150, 150, 150, 150), -- (32332, 0, 0, 150, 150, 150, 150, 150, 150), -- Katenar (32333, 0, 0, 150, 150, 150, 150, 150, 150), -- Katenar (32334, 0, 0, 150, 150, 150, 150, 150, 150), -- Harkilgamed (32335, 0, 0, 150, 150, 150, 150, 150, 150), -- Marksman (32336, 0, 0, 150, 150, 150, 150, 150, 150), -- Marksman (32337, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (32338, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (32339, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (32340, 0, 0, 150, 150, 150, 150, 150, 150), -- Adventure Guildsman (32342, 0, 0, 150, 150, 150, 150, 150, 150), -- Eva's Gift Box (32343, 0, 0, 150, 150, 150, 150, 150, 150), -- Moonlight Tombstone (32344, 0, 0, 150, 150, 150, 150, 150, 150), -- Spooky Tombstone (32345, 0, 0, 150, 150, 150, 150, 150, 150), -- Buron (32346, 0, 0, 150, 150, 150, 150, 150, 150), -- Kanaf (32347, 0, 0, 150, 150, 150, 150, 150, 150), -- Shadai (32348, 0, 0, 150, 150, 150, 150, 150, 150), -- Burang (32349, 0, 0, 150, 150, 150, 150, 150, 150), -- Rignos (32350, 2, 100, 150, 150, 150, 150, 150, 150), -- Sandstorm (32351, 0, 0, 150, 150, 150, 150, 150, 150), -- Enceinte Insurgent (32352, 0, 0, 150, 150, 150, 150, 150, 150), -- (32353, 0, 0, 150, 150, 150, 150, 150, 150), -- Event Gatekeeper (32354, 0, 0, 150, 150, 150, 150, 150, 150), -- Kief (32355, 0, 0, 150, 150, 150, 150, 150, 150), -- Solomon (32356, 0, 0, 150, 150, 150, 150, 150, 150), -- Jude (32357, 0, 0, 150, 150, 150, 150, 150, 150), -- Native Slave (32358, 0, 0, 150, 150, 150, 150, 150, 150), -- Native Prisoner (32359, 0, 0, 150, 150, 150, 150, 150, 150), -- Lahm (32361, 0, 0, 150, 150, 150, 150, 150, 150), -- Caravan Supporter (32362, 0, 0, 150, 150, 150, 150, 150, 150), -- Hellbound Native (32363, 0, 0, 150, 150, 150, 150, 150, 150), -- Hellbound Insurgent (32364, 0, 0, 150, 150, 150, 150, 150, 150), -- Hellbound Traitor (32365, 0, 0, 150, 150, 150, 150, 150, 150), -- Snow (32366, 0, 0, 150, 150, 150, 150, 150, 150), -- Destroyed Device (32367, 0, 0, 150, 150, 150, 150, 150, 150), -- Alarm (32368, 0, 0, 150, 150, 150, 150, 150, 150), -- Weathered Rock (32369, 0, 0, 150, 150, 150, 150, 150, 150), -- Fallen Angel (32370, 0, 0, 150, 150, 150, 150, 150, 150), -- Old Dwarven Ghost (32371, 0, 0, 150, 150, 150, 150, 150, 150), -- Ingenious Contraption (32372, 0, 0, 150, 150, 150, 150, 150, 150), -- Mysterious Agent (32373, 0, 0, 150, 150, 150, 150, 150, 150), -- Dorian (32374, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (32375, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (32376, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (32377, 0, 0, 150, 150, 150, 150, 150, 150), -- Kuram (32378, 0, 0, 150, 150, 150, 150, 150, 150), -- Fantasy Isle Paddies (32379, 0, 0, 150, 150, 150, 150, 150, 150), -- (32380, 0, 0, 150, 150, 150, 150, 150, 150), -- (32381, 0, 0, 150, 150, 150, 150, 150, 150), -- (32382, 0, 0, 150, 150, 150, 150, 150, 150), -- (32383, 0, 0, 150, 150, 150, 150, 150, 150), -- (32384, 0, 0, 150, 150, 150, 150, 150, 150), -- (32385, 0, 0, 150, 150, 150, 150, 150, 150), -- (32386, 0, 0, 150, 150, 150, 150, 150, 150), -- (32387, 0, 0, 150, 150, 150, 150, 150, 150), -- (32388, 0, 0, 150, 150, 150, 150, 150, 150), -- (32389, 0, 0, 150, 150, 150, 150, 150, 150), -- (32390, 0, 0, 150, 150, 150, 150, 150, 150), -- (32391, 0, 0, 150, 150, 150, 150, 150, 150), -- (32392, 0, 0, 150, 150, 150, 150, 150, 150), -- (32393, 0, 0, 150, 150, 150, 150, 150, 150), -- (32394, 0, 0, 150, 150, 150, 150, 150, 150), -- (32395, 0, 0, 150, 150, 150, 150, 150, 150), -- (32396, 0, 0, 150, 150, 150, 150, 150, 150), -- (32397, 0, 0, 150, 150, 150, 150, 150, 150), -- (32398, 0, 0, 150, 150, 150, 150, 150, 150), -- (32399, 0, 0, 150, 150, 150, 150, 150, 150), -- (32400, 0, 0, 150, 150, 150, 150, 150, 150), -- (32401, 0, 0, 150, 150, 150, 150, 150, 150), -- (32402, 0, 0, 150, 150, 150, 150, 150, 150), -- (32403, 0, 0, 150, 150, 150, 150, 150, 150), -- (32404, 0, 0, 150, 150, 150, 150, 150, 150), -- (32405, 0, 0, 150, 150, 150, 150, 150, 150), -- (32406, 0, 0, 150, 150, 150, 150, 150, 150), -- (32407, 0, 0, 150, 150, 150, 150, 150, 150), -- (32408, 0, 0, 150, 150, 150, 150, 150, 150), -- (32409, 0, 0, 150, 150, 150, 150, 150, 150), -- (32410, 0, 0, 150, 150, 150, 150, 150, 150), -- (32411, 0, 0, 150, 150, 150, 150, 150, 150), -- (32412, 0, 0, 150, 150, 150, 150, 150, 150), -- (32413, 0, 0, 150, 150, 150, 150, 150, 150), -- (32414, 0, 0, 150, 150, 150, 150, 150, 150), -- (32415, 0, 0, 150, 150, 150, 150, 150, 150), -- (32416, 0, 0, 150, 150, 150, 150, 150, 150), -- (32417, 0, 0, 150, 150, 150, 150, 150, 150), -- (32418, 0, 0, 150, 150, 150, 150, 150, 150), -- (32419, 0, 0, 150, 150, 150, 150, 150, 150), -- (32420, 0, 0, 150, 150, 150, 150, 150, 150), -- (32421, 0, 0, 150, 150, 150, 150, 150, 150), -- (32422, 0, 0, 150, 150, 150, 150, 150, 150), -- (32423, 0, 0, 150, 150, 150, 150, 150, 150), -- (32424, 0, 0, 150, 150, 150, 150, 150, 150), -- Show Staff (32425, 0, 0, 150, 150, 150, 150, 150, 150), -- Show Staff (32426, 0, 0, 150, 150, 150, 150, 150, 150), -- Show Staff (32427, 0, 0, 150, 150, 150, 150, 150, 150), -- Show Staff (32428, 0, 0, 150, 150, 150, 150, 150, 150), -- Show Staff (32429, 0, 0, 150, 150, 150, 150, 150, 150), -- (32430, 0, 0, 150, 150, 150, 150, 150, 150), -- (32431, 0, 0, 150, 150, 150, 150, 150, 150), -- Leyla Mira (32432, 0, 0, 150, 150, 150, 150, 150, 150), -- (32433, 0, 0, 150, 150, 150, 150, 150, 150), -- MC (32437, 0, 0, 150, 150, 150, 150, 150, 150), -- (32438, 0, 0, 150, 150, 150, 150, 150, 150), -- (32439, 0, 0, 150, 150, 150, 150, 150, 150), -- Backflip Expert (32440, 0, 0, 150, 150, 150, 150, 150, 150), -- Backflip Originator (32441, 0, 0, 150, 150, 150, 150, 150, 150), -- Backflip Superman (32442, 0, 0, 150, 150, 150, 150, 150, 150), -- (32443, 0, 0, 150, 150, 150, 150, 150, 150), -- (32444, 0, 0, 150, 150, 150, 150, 150, 150), -- (32445, 0, 0, 150, 150, 150, 150, 150, 150), -- (32446, 0, 0, 150, 150, 150, 150, 150, 150), -- (32447, 0, 0, 150, 150, 150, 150, 150, 150), -- (32448, 0, 0, 150, 150, 150, 150, 150, 150), -- (32449, 0, 0, 150, 150, 150, 150, 150, 150), -- (32450, 0, 0, 150, 150, 150, 150, 150, 150), -- (32451, 0, 0, 150, 150, 150, 150, 150, 150), -- (32452, 0, 0, 150, 150, 150, 150, 150, 150), -- (32453, 0, 0, 150, 150, 150, 150, 150, 150), -- (32454, 0, 0, 150, 150, 150, 150, 150, 150), -- (32455, 0, 0, 150, 150, 150, 150, 150, 150), -- (32456, 0, 0, 150, 150, 150, 150, 150, 150), -- (32457, 0, 0, 150, 150, 150, 150, 150, 150), -- (32458, 0, 0, 150, 150, 150, 150, 150, 150), -- (32464, 0, 0, 150, 150, 150, 150, 150, 150), -- (32465, 0, 0, 150, 150, 150, 150, 150, 150), -- (32466, 0, 0, 150, 150, 150, 150, 150, 150), -- (32467, 0, 0, 150, 150, 150, 150, 150, 150), -- Teleportation Cubic (32468, 0, 0, 150, 150, 150, 150, 150, 150), -- (32469, 0, 0, 150, 150, 150, 150, 150, 150), -- Eindburgh (32470, 0, 0, 150, 150, 150, 150, 150, 150), -- Stone Coffin (32471, 0, 0, 150, 150, 150, 150, 150, 150), -- (32472, 0, 0, 150, 150, 150, 150, 150, 150), -- (32473, 0, 0, 150, 150, 150, 150, 150, 150), -- (32474, 0, 0, 150, 150, 150, 150, 150, 150), -- (32475, 0, 0, 150, 150, 150, 150, 150, 150), -- Subclass Certification Helper (32476, 0, 0, 150, 150, 150, 150, 150, 150), -- Employee of Magic Research Institute (32477, 0, 0, 150, 150, 150, 150, 150, 150), -- Gatekeeper (32478, 0, 0, 150, 150, 150, 150, 150, 150), -- Dimensional Merchant (32479, 0, 0, 150, 150, 150, 150, 150, 150), -- Adios (32480, 0, 0, 150, 150, 150, 150, 150, 150), -- Ronde (32481, 0, 0, 150, 150, 150, 150, 150, 150), -- Saige (32482, 0, 0, 150, 150, 150, 150, 150, 150), -- Emdrere (32483, 0, 0, 150, 150, 150, 150, 150, 150), -- (32484, 0, 0, 150, 150, 150, 150, 150, 150), -- Pathfinder Worker (32485, 0, 0, 150, 150, 150, 150, 150, 150), -- Pathfinder Worker (32486, 0, 0, 150, 150, 150, 150, 150, 150), -- Inventor Maru (32487, 0, 0, 150, 150, 150, 150, 150, 150), -- Mark (32488, 0, 0, 150, 150, 150, 150, 150, 150), -- Mark (32490, 0, 0, 150, 150, 150, 150, 150, 150), -- (32491, 0, 0, 150, 150, 150, 150, 150, 150), -- Underground Coliseum Helper (32492, 0, 0, 150, 150, 150, 150, 150, 150), -- Crystal Water Bottle (32493, 0, 0, 150, 150, 150, 150, 150, 150), -- Burning Brazier (32494, 0, 0, 150, 150, 150, 150, 150, 150), -- Skull (32495, 0, 0, 150, 150, 150, 150, 150, 150), -- Treasure Chest (32496, 0, 0, 150, 150, 150, 150, 150, 150), -- Escape Device (32497, 0, 0, 150, 150, 150, 150, 150, 150), -- Inspector Adler (32498, 0, 0, 150, 150, 150, 150, 150, 150), -- Devil's Isle Survivor (32499, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra Orc Shaman (32500, 0, 0, 150, 150, 150, 150, 150, 150), -- Inspector Sinai (32501, 0, 0, 150, 150, 150, 150, 150, 150), -- Devil's Isle Supporter (32502, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra Orc Supporter (32503, 0, 0, 150, 150, 150, 150, 150, 150), -- Entrance Manager (32504, 0, 0, 150, 150, 150, 150, 150, 150), -- Match Manager (32505, 0, 0, 150, 150, 150, 150, 150, 150), -- Match Manager (32506, 0, 0, 150, 150, 150, 150, 150, 150), -- Match Manager (32507, 0, 0, 150, 150, 150, 150, 150, 150), -- Temple Inspector (32508, 0, 0, 150, 150, 150, 150, 150, 150), -- Dwarf Adventurer (32509, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra Orc Intelligence Officer (32510, 0, 0, 150, 150, 150, 150, 150, 150), -- Inspector Adler (32511, 0, 0, 150, 150, 150, 150, 150, 150), -- Dwarf Adventurer (32512, 0, 0, 150, 150, 150, 150, 150, 150), -- Ketra Orc Supporter (32513, 0, 0, 150, 150, 150, 150, 150, 150), -- Kun (32514, 0, 0, 150, 150, 150, 150, 150, 150), -- Tarion (32515, 0, 0, 150, 150, 150, 150, 150, 150), -- Leo (32516, 0, 0, 150, 150, 150, 150, 150, 150), -- Candice (32517, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32518, 0, 0, 20, 20, 20, 20, 20, 20), -- Vortex Gate (32519, 0, 0, 20, 20, 20, 20, 20, 20), -- Vortex Gate (32520, 0, 0, 20, 20, 20, 20, 20, 20), -- Emery Converter (32521, 0, 0, 20, 20, 20, 20, 20, 20), -- Entrance Manager (32522, 0, 0, 20, 20, 20, 20, 20, 20), -- Entrance Manager (32523, 0, 0, 20, 20, 20, 20, 20, 20), -- Entrance Manager (32524, 0, 0, 20, 20, 20, 20, 20, 20), -- Entrance Manager (32525, 0, 0, 20, 20, 20, 20, 20, 20), -- Tiat (32526, 0, 0, 20, 20, 20, 20, 20, 20), -- Allenos (32527, 0, 0, 20, 20, 20, 20, 20, 20), -- Edric (32528, 0, 0, 20, 20, 20, 20, 20, 20), -- Medibal's Corpse (32529, 0, 0, 20, 20, 20, 20, 20, 20), -- (32530, 0, 0, 20, 20, 20, 20, 20, 20), -- Tepios (32531, 0, 0, 20, 20, 20, 20, 20, 20), -- Destroyed Tumor (32532, 0, 0, 20, 20, 20, 20, 20, 20), -- (32533, 0, 0, 20, 20, 20, 20, 20, 20), -- (32534, 0, 0, 20, 20, 20, 20, 20, 20), -- Jaedin (32535, 0, 0, 20, 20, 20, 20, 20, 20), -- Destroyed Tumor (32536, 0, 0, 20, 20, 20, 20, 20, 20), -- Destroyed Tumor (32537, 0, 0, 20, 20, 20, 20, 20, 20), -- Mouth of Ekimus (32538, 0, 0, 20, 20, 20, 20, 20, 20), -- Closed Mouth of Ekimus (32539, 0, 0, 20, 20, 20, 20, 20, 20), -- Gatekeeper of Abyss (32540, 0, 0, 20, 20, 20, 20, 20, 20), -- Gatekeeper of Abyss (32541, 0, 0, 20, 20, 20, 20, 20, 20), -- Unstable Seed of Generation (32542, 0, 0, 20, 20, 20, 20, 20, 20), -- Stabilized Seed of Generation (32543, 0, 0, 20, 20, 20, 20, 20, 20), -- Energy of Generation (32544, 0, 0, 20, 20, 20, 20, 20, 20), -- Seed of Generation (32545, 0, 0, 20, 20, 20, 20, 20, 20), -- Kurkle (32546, 0, 0, 20, 20, 20, 20, 20, 20), -- Asyatei (32547, 0, 0, 20, 20, 20, 20, 20, 20), -- Center Tumor (32548, 0, 0, 20, 20, 20, 20, 20, 20), -- Keucereus (32549, 0, 0, 20, 20, 20, 20, 20, 20), -- Dilios (32550, 0, 0, 20, 20, 20, 20, 20, 20), -- Kirklan (32551, 0, 0, 20, 20, 20, 20, 20, 20), -- Noiless (32552, 0, 0, 20, 20, 20, 20, 20, 20), -- Tomaris (32553, 0, 0, 20, 20, 20, 20, 20, 20), -- Jisans (32554, 0, 0, 20, 20, 20, 20, 20, 20), -- Moira (32555, 0, 0, 20, 20, 20, 20, 20, 20), -- Tenius (32556, 0, 0, 20, 20, 20, 20, 20, 20), -- El (32557, 0, 0, 20, 20, 20, 20, 20, 20), -- Lekon (32558, 0, 0, 20, 20, 20, 20, 20, 20), -- Barrier Orb (32559, 0, 0, 20, 20, 20, 20, 20, 20), -- Artius (32560, 0, 0, 20, 20, 20, 20, 20, 20), -- Orbyu (32561, 0, 0, 20, 20, 20, 20, 20, 20), -- Kunota (32562, 0, 0, 20, 20, 20, 20, 20, 20), -- Siest (32563, 0, 0, 20, 20, 20, 20, 20, 20), -- Plenos (32564, 0, 0, 20, 20, 20, 20, 20, 20), -- Papiku (32565, 0, 0, 20, 20, 20, 20, 20, 20), -- Felix (32566, 0, 0, 20, 20, 20, 20, 20, 20), -- Ginby (32567, 0, 0, 20, 20, 20, 20, 20, 20), -- Lelrikia (32568, 0, 0, 20, 20, 20, 20, 20, 20), -- Unidentified Body (32569, 0, 0, 20, 20, 20, 20, 20, 20), -- Cain (32570, 0, 0, 20, 20, 20, 20, 20, 20), -- Eric (32571, 0, 0, 20, 20, 20, 20, 20, 20), -- Colin (32572, 0, 0, 20, 20, 20, 20, 20, 20), -- Frog (32573, 0, 0, 20, 20, 20, 20, 20, 20), -- Tess (32574, 0, 0, 20, 20, 20, 20, 20, 20), -- Kuta (32575, 0, 0, 20, 20, 20, 20, 20, 20), -- Light of Dawn (32576, 0, 0, 20, 20, 20, 20, 20, 20), -- John (32577, 0, 0, 20, 20, 20, 20, 20, 20), -- Password Entry Device (32578, 0, 0, 20, 20, 20, 20, 20, 20), -- Identity Confirm Device (32579, 0, 0, 20, 20, 20, 20, 20, 20), -- Darkness of Dawn (32580, 0, 0, 20, 20, 20, 20, 20, 20), -- (32581, 0, 0, 20, 20, 20, 20, 20, 20), -- (32582, 0, 0, 20, 20, 20, 20, 20, 20), -- Jaina (32583, 0, 0, 20, 20, 20, 20, 20, 20), -- (32584, 0, 0, 20, 20, 20, 20, 20, 20), -- Merchant of Mammon (32585, 0, 0, 20, 20, 20, 20, 20, 20), -- Promise of Mammon (32586, 0, 0, 20, 20, 20, 20, 20, 20), -- Shunaiman (32587, 0, 0, 20, 20, 20, 20, 20, 20), -- Leon (32588, 0, 0, 20, 20, 20, 20, 20, 20), -- Emperor's Seal Device (32589, 0, 0, 20, 20, 20, 20, 20, 20), -- Emperor's Seal Device (32590, 0, 0, 20, 20, 20, 20, 20, 20), -- Emperor's Seal Device (32591, 0, 0, 20, 20, 20, 20, 20, 20), -- Emperor's Seal Device (32592, 0, 0, 20, 20, 20, 20, 20, 20), -- (32593, 0, 0, 20, 20, 20, 20, 20, 20), -- Wood (32594, 0, 0, 20, 20, 20, 20, 20, 20), -- Leopard (32595, 0, 0, 20, 20, 20, 20, 20, 20), -- Lawrence (32596, 0, 0, 20, 20, 20, 20, 20, 20), -- Sophia (32597, 0, 0, 20, 20, 20, 20, 20, 20), -- Franz (32598, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (32599, 0, 0, 20, 20, 20, 20, 20, 20), -- Master Yogi (32600, 0, 0, 20, 20, 20, 20, 20, 20), -- Alegria (32601, 0, 0, 20, 20, 20, 20, 20, 20), -- Instant Moving Device (32602, 0, 0, 20, 20, 20, 20, 20, 20), -- Temporary Teleporter (32603, 0, 0, 20, 20, 20, 20, 20, 20), -- Tepios (32604, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32605, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32606, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32607, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32608, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32609, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32610, 0, 0, 20, 20, 20, 20, 20, 20), -- Olf Kanore (32611, 0, 0, 20, 20, 20, 20, 20, 20), -- Tolonis (32612, 0, 0, 20, 20, 20, 20, 20, 20), -- Olf Adams (32613, 0, 0, 20, 20, 20, 20, 20, 20), -- Handy (32614, 0, 0, 20, 20, 20, 20, 20, 20), -- Lamcedas (32615, 0, 0, 20, 20, 20, 20, 20, 20), -- Ishuma (32616, 0, 0, 20, 20, 20, 20, 20, 20), -- Mine (32617, 0, 0, 20, 20, 20, 20, 20, 20), -- Jaina (32618, 0, 0, 20, 20, 20, 20, 20, 20), -- Thyimi (32619, 0, 0, 20, 20, 20, 20, 20, 20), -- (32620, 0, 0, 20, 20, 20, 20, 20, 20), -- (32621, 0, 0, 20, 20, 20, 20, 20, 20), -- (32622, 0, 0, 20, 20, 20, 20, 20, 20), -- Anatole (32623, 0, 0, 20, 20, 20, 20, 20, 20), -- Morenki (32624, 0, 0, 20, 20, 20, 20, 20, 20), -- Anbram (32625, 0, 0, 20, 20, 20, 20, 20, 20), -- Anciel (32626, 0, 0, 20, 20, 20, 20, 20, 20), -- Royal Guard (32627, 0, 0, 20, 20, 20, 20, 20, 20), -- Nottingale (32628, 0, 0, 20, 20, 20, 20, 20, 20), -- Wharf Patrol (32629, 0, 0, 20, 20, 20, 20, 20, 20), -- Wharf Patrol (32630, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracia Server Helper (32631, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracia Server Mark Manager (32632, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracian Survivor (32633, 0, 0, 20, 20, 20, 20, 20, 20), -- Cat of Christmas (32634, 0, 0, 20, 20, 20, 20, 20, 20), -- Cat of Christmas (32635, 0, 0, 20, 20, 20, 20, 20, 20), -- Master Dugi (32636, 0, 0, 20, 20, 20, 20, 20, 20), -- Employee of Magic Research Institute (32637, 0, 0, 20, 20, 20, 20, 20, 20), -- Foundry Teleporter (32638, 0, 0, 20, 20, 20, 20, 20, 20), -- Roni the cat (32639, 0, 0, 20, 20, 20, 20, 20, 20), -- Pierre Baguette (32640, 0, 0, 20, 20, 20, 20, 20, 20), -- Kintaijin (32641, 0, 0, 20, 20, 20, 20, 20, 20), -- Dr. Helvetica (32642, 0, 0, 20, 20, 20, 20, 20, 20), -- Broken Golem Control Device (32643, 0, 0, 20, 20, 20, 20, 20, 20), -- Athenia (32644, 0, 0, 20, 20, 20, 20, 20, 20), -- Piazza (32645, 0, 0, 20, 20, 20, 20, 20, 20), -- Chandra (32646, 0, 0, 20, 20, 20, 20, 20, 20), -- Katensa (32647, 0, 0, 20, 20, 20, 20, 20, 20), -- Atra (32648, 0, 0, 20, 20, 20, 20, 20, 20), -- News Informer (32649, 0, 0, 20, 20, 20, 20, 20, 20), -- Dwyph (32650, 0, 0, 20, 20, 20, 20, 20, 20), -- Kanemika (32651, 0, 0, 20, 20, 20, 20, 20, 20), -- Grave Robber Warrior (32652, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Crystal (32653, 0, 0, 20, 20, 20, 20, 20, 20), -- Krun (32654, 0, 0, 20, 20, 20, 20, 20, 20), -- Tarun (32655, 0, 0, 20, 20, 20, 20, 20, 20), -- Chairen (32656, 0, 0, 20, 20, 20, 20, 20, 20), -- (32657, 0, 0, 20, 20, 20, 20, 20, 20), -- Disciple's Gatekeeper (32658, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Eastern Seal (32659, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Western Seal (32660, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Southern Seal (32661, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Northern Seal (32662, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Great Seal (32663, 0, 0, 20, 20, 20, 20, 20, 20), -- Guardian of Tower of Seal (32664, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32665, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32666, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32667, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32668, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32669, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32670, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32671, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32672, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32673, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32674, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32675, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32676, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32677, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32678, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32679, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32680, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32681, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32682, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32683, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32684, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32685, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32686, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32687, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32688, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32689, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32690, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32691, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32692, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32693, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32694, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32695, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32696, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32697, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32698, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32699, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32700, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32701, 0, 0, 20, 20, 20, 20, 20, 20), -- Delusion Manager (32702, 0, 0, 20, 20, 20, 20, 20, 20), -- (32703, 0, 0, 20, 20, 20, 20, 20, 20), -- (32704, 0, 0, 20, 20, 20, 20, 20, 20), -- Somulitan (32705, 0, 0, 20, 20, 20, 20, 20, 20), -- Zaken's Candle (32706, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucien's Altar (32707, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucien's Altar (32708, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucien's Altar (32709, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucien's Altar (32710, 0, 0, 20, 20, 20, 20, 20, 20), -- Lucien's Altar (32711, 0, 0, 20, 20, 20, 20, 20, 20), -- Droph (32712, 0, 0, 20, 20, 20, 20, 20, 20), -- Somulitan (32713, 0, 0, 20, 20, 20, 20, 20, 20), -- Pathfinder Worker (32714, 0, 0, 20, 20, 20, 20, 20, 20), -- Asher (32715, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilith (32716, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilith's Steward (32717, 0, 0, 20, 20, 20, 20, 20, 20), -- Lilith's Elite (32718, 0, 0, 20, 20, 20, 20, 20, 20), -- Anakim (32719, 0, 0, 20, 20, 20, 20, 20, 20), -- Anakim's Guardian (32720, 0, 0, 20, 20, 20, 20, 20, 20), -- Anakim's Guard (32721, 0, 0, 20, 20, 20, 20, 20, 20), -- Anakim's Executor (32722, 0, 0, 20, 20, 20, 20, 20, 20), -- Battle League Helper (32723, 0, 0, 20, 20, 20, 20, 20, 20), -- (32724, 0, 0, 20, 20, 20, 20, 20, 20), -- (32725, 0, 0, 20, 20, 20, 20, 20, 20), -- Priest of Resurrection (32726, 0, 0, 20, 20, 20, 20, 20, 20), -- Dr. Ice (32727, 0, 0, 20, 20, 20, 20, 20, 20), -- Puss the Cat (32728, 0, 0, 20, 20, 20, 20, 20, 20), -- Heavenly Bridge Keeper (32729, 0, 0, 20, 20, 20, 20, 20, 20), -- (32730, 0, 0, 20, 20, 20, 20, 20, 20), -- (32731, 0, 0, 20, 20, 20, 20, 20, 20), -- Hardin (32732, 0, 0, 20, 20, 20, 20, 20, 20), -- Sixth Anniversary Party Manager (32733, 0, 0, 20, 20, 20, 20, 20, 20), -- Kbaldir (32734, 0, 0, 20, 20, 20, 20, 20, 20), -- Klemis (32735, 0, 0, 20, 20, 20, 20, 20, 20), -- Nemo (32736, 0, 0, 20, 20, 20, 20, 20, 20), -- Ermian (32737, 0, 0, 20, 20, 20, 20, 20, 20), -- Seyo (32738, 0, 0, 20, 20, 20, 20, 20, 20), -- Injured Soldier (32739, 0, 0, 20, 20, 20, 20, 20, 20), -- Bomona (32740, 0, 0, 20, 20, 20, 20, 20, 20), -- Batracos (32741, 0, 0, 20, 20, 20, 20, 20, 20), -- Ankumi (32742, 0, 0, 20, 20, 20, 20, 20, 20), -- Laki (32743, 0, 0, 20, 20, 20, 20, 20, 20), -- Sally (32744, 0, 0, 20, 20, 20, 20, 20, 20), -- Johnny (32745, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32746, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32747, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32748, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32749, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32750, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32751, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32752, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Device (32753, 0, 0, 20, 20, 20, 20, 20, 20), -- Floor Teleport Device (32754, 0, 0, 20, 20, 20, 20, 20, 20), -- Floor Teleport Device (32755, 0, 0, 20, 20, 20, 20, 20, 20), -- Floor Teleport Device (32756, 0, 0, 20, 20, 20, 20, 20, 20), -- Floor Teleport Device (32757, 0, 0, 20, 20, 20, 20, 20, 20), -- Greymore (32758, 0, 0, 20, 20, 20, 20, 20, 20), -- Sumiel (32759, 0, 0, 20, 20, 20, 20, 20, 20), -- Gumiel (32760, 0, 0, 20, 20, 20, 20, 20, 20), -- Jinia (32761, 0, 0, 20, 20, 20, 20, 20, 20), -- Kegor (32762, 0, 0, 20, 20, 20, 20, 20, 20), -- Sirra (32763, 0, 0, 20, 20, 20, 20, 20, 20), -- Sirra (32764, 0, 0, 20, 20, 20, 20, 20, 20), -- (32765, 0, 0, 20, 20, 20, 20, 20, 20), -- Box of Doubt (32766, 0, 0, 20, 20, 20, 20, 20, 20), -- Ilvenis (32767, 0, 0, 20, 20, 20, 20, 20, 20), -- McLaren (32768, 0, 0, 20, 20, 20, 20, 20, 20), -- Kelleyia (32769, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracian Soldier's Corpse (32770, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracian Soldier's Corpse (32771, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracian Soldier's Corpse (32772, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracian Soldier's Corpse (32773, 0, 0, 20, 20, 20, 20, 20, 20), -- Jakan (32774, 0, 0, 20, 20, 20, 20, 20, 20), -- Elmina (32775, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracian Soldier (32776, 0, 0, 20, 20, 20, 20, 20, 20), -- Gracian Soldier (32777, 0, 0, 20, 20, 20, 20, 20, 20), -- Battalion Leader (32778, 0, 0, 20, 20, 20, 20, 20, 20), -- Legionnaire (32779, 0, 0, 20, 20, 20, 20, 20, 20), -- Flight Control (32780, 0, 0, 20, 20, 20, 20, 20, 20), -- Aquilani (32781, 0, 0, 20, 20, 20, 20, 20, 20), -- Jinia (32782, 0, 0, 20, 20, 20, 20, 20, 20), -- Lionel (32783, 0, 0, 20, 20, 20, 20, 20, 20), -- Priest of Blessing (32784, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32785, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32786, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32787, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32788, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32789, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32790, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32791, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32792, 0, 0, 20, 20, 20, 20, 20, 20), -- Eris' Evil Thoughts (32793, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina's Evil Thoughts (32794, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina (32795, 0, 0, 20, 20, 20, 20, 20, 20), -- Eris (32796, 0, 0, 20, 20, 20, 20, 20, 20), -- Anais (32797, 0, 0, 20, 20, 20, 20, 20, 20), -- Jude van Etina (32798, 0, 0, 20, 20, 20, 20, 20, 20), -- Elcadia (32799, 0, 0, 20, 20, 20, 20, 20, 20), -- Hardin (32800, 0, 0, 20, 20, 20, 20, 20, 20), -- Frikios (32801, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina Bodyguard (32802, 0, 0, 20, 20, 20, 20, 20, 20), -- Solina Bodyguard (32803, 0, 0, 20, 20, 20, 20, 20, 20), -- Relic Guardian (32804, 0, 0, 20, 20, 20, 20, 20, 20), -- Relic Watcher (32805, 0, 0, 20, 20, 20, 20, 20, 20), -- Relic Watcher (32806, 0, 0, 20, 20, 20, 20, 20, 20), -- Relic Watcher (32807, 0, 0, 20, 20, 20, 20, 20, 20), -- Relic Watcher (32808, 0, 0, 20, 20, 20, 20, 20, 20), -- Etis van Etina (32809, 0, 0, 20, 20, 20, 20, 20, 20), -- Pile of Books (32810, 0, 0, 20, 20, 20, 20, 20, 20), -- Pile of Books (32811, 0, 0, 20, 20, 20, 20, 20, 20), -- Pile of Books (32812, 0, 0, 20, 20, 20, 20, 20, 20), -- Pile of Books (32813, 0, 0, 20, 20, 20, 20, 20, 20), -- Pile of Books (32814, 0, 0, 20, 20, 20, 20, 20, 20), -- Pile of Books (32815, 0, 0, 20, 20, 20, 20, 20, 20), -- Odd Globe (32816, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32817, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32818, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32819, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32820, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32821, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32822, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32823, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32824, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32825, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32826, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32827, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32828, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32829, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32830, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32831, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32832, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32833, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32834, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32835, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32836, 0, 0, 20, 20, 20, 20, 20, 20), -- Reading Desk (32837, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32838, 0, 0, 20, 20, 20, 20, 20, 20), -- Powerful Device (32839, 0, 0, 20, 20, 20, 20, 20, 20), -- Powerful Device (32840, 0, 0, 20, 20, 20, 20, 20, 20), -- Powerful Device (32841, 0, 0, 20, 20, 20, 20, 20, 20), -- Powerful Device (32842, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32843, 0, 0, 20, 20, 20, 20, 20, 20), -- Tomb of the Saintess (32844, 0, 0, 20, 20, 20, 20, 20, 20), -- Teleport Control Device (32845, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32846, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32847, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32848, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32849, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32850, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32851, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32852, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (32853, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32854, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32855, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32856, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32857, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32858, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32859, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32860, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Hallows (32861, 0, 0, 20, 20, 20, 20, 20, 20), -- Sophia (32862, 0, 0, 20, 20, 20, 20, 20, 20), -- Gruff-looking Man (32863, 0, 0, 20, 20, 20, 20, 20, 20), -- Sophia (32864, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (32865, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (32866, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (32867, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (32868, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (32869, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (32870, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (32871, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Vortex (32872, 0, 0, 20, 20, 20, 20, 20, 20), -- Tightly Shut Door (32873, 0, 0, 20, 20, 20, 20, 20, 20), -- Cracked Wall (32874, 0, 0, 20, 20, 20, 20, 20, 20), -- Lyann (32875, 0, 0, 20, 20, 20, 20, 20, 20), -- Tahoo (32876, 0, 0, 20, 20, 20, 20, 20, 20), -- Desian (32877, 0, 0, 20, 20, 20, 20, 20, 20), -- Plani (32878, 0, 0, 20, 20, 20, 20, 20, 20), -- Sparky (32879, 0, 0, 20, 20, 20, 20, 20, 20), -- Drawin (32880, 0, 0, 20, 20, 20, 20, 20, 20), -- Dolphren (32881, 0, 0, 20, 20, 20, 20, 20, 20), -- Denver (32882, 0, 0, 20, 20, 20, 20, 20, 20), -- Prouse (32883, 0, 0, 20, 20, 20, 20, 20, 20), -- Hedinger (32884, 0, 0, 20, 20, 20, 20, 20, 20), -- Drake Lord (32885, 0, 0, 20, 20, 20, 20, 20, 20), -- Behemoth Leader (32886, 0, 0, 20, 20, 20, 20, 20, 20), -- Dragon Beast (32887, 0, 0, 20, 20, 20, 20, 20, 20), -- Metar (32888, 0, 0, 20, 20, 20, 20, 20, 20), -- Jude van Etina's Evil Thoughts (32889, 0, 0, 20, 20, 20, 20, 20, 20), -- Jude van Etina's Evil Thoughts (32890, 0, 0, 20, 20, 20, 20, 20, 20), -- Ruiman (32891, 0, 0, 20, 20, 20, 20, 20, 20), -- Separated Soul (35010, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35011, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35012, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35013, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35014, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35015, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35016, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35017, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35018, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35019, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary (35020, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35021, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35022, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35023, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35024, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35025, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35026, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35027, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35028, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35029, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary of Dawn (35030, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35031, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35032, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35033, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35034, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35035, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35036, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35037, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35038, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35039, 0, 0, 40, 40, 40, 40, 40, 40), -- Elite Mercenary Guild Member (35040, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35041, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35042, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35043, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35044, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35045, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35046, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35047, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35048, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35049, 0, 0, 20, 20, 20, 20, 20, 20), -- Greater Recruit (35050, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35051, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35052, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35053, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35054, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35055, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35056, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35057, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35058, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35059, 0, 0, 20, 20, 20, 20, 20, 20), -- Recruit (35060, 0, 0, 120, 120, 120, 120, 120, 120), -- Nephilim Mercenary (35061, 0, 0, 120, 120, 120, 120, 120, 120), -- Nephilim Mercenary (35062, 0, 0, 20, 20, 20, 20, 20, 20), -- Headquarters (35063, 0, 0, 20, 20, 20, 20, 20, 20), -- Gludio Holy Artifact (35064, 0, 0, 120, 120, 120, 120, 120, 120), -- Baron Lewin Waldner (35065, 0, 0, 120, 120, 120, 120, 120, 120), -- Cronenberg (35066, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35067, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35068, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35069, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35070, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35071, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35072, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35073, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35074, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35075, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35076, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35077, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35078, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35079, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35080, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35081, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35082, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35083, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35084, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35085, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35086, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35087, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35088, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35089, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35090, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35091, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35092, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35093, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35094, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35095, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35096, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35097, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35098, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35099, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35100, 0, 0, 40, 40, 40, 40, 40, 40), -- Sayres (35101, 0, 0, 40, 40, 40, 40, 40, 40), -- Grad (35102, 0, 0, 40, 40, 40, 40, 40, 40), -- Greenspan (35103, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35104, 0, 0, 40, 40, 40, 40, 40, 40), -- Tyron (35105, 0, 0, 20, 20, 20, 20, 20, 20), -- Dion Holy Artifact (35106, 0, 0, 120, 120, 120, 120, 120, 120), -- Duke Byron Ashton (35107, 0, 0, 120, 120, 120, 120, 120, 120), -- Ivano (35108, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35109, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35110, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35111, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35112, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35113, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35114, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35115, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35116, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35117, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35118, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35119, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35120, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35121, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35122, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35123, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35124, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35125, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35126, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35127, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35128, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35129, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35130, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35131, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35132, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35133, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35134, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35135, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35136, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35137, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35138, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35139, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35140, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35141, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35142, 0, 0, 40, 40, 40, 40, 40, 40), -- Crosby (35143, 0, 0, 40, 40, 40, 40, 40, 40), -- Hodler (35144, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Manager Sanford (35145, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35146, 0, 0, 40, 40, 40, 40, 40, 40), -- Gibbson (35147, 0, 0, 20, 20, 20, 20, 20, 20), -- Giran Holy Artifact (35148, 0, 0, 120, 120, 120, 120, 120, 120), -- Baron Carmon Esthus (35149, 0, 0, 120, 120, 120, 120, 120, 120), -- Ulric (35150, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35151, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35152, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35153, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35154, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35155, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35156, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35157, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35158, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35159, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35160, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35161, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35162, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35163, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35164, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35165, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35166, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35167, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35168, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35169, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35170, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35171, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35172, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35173, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35174, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35175, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35176, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35177, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35178, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35179, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35180, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35181, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35182, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35183, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35184, 0, 0, 40, 40, 40, 40, 40, 40), -- Saul (35185, 0, 0, 40, 40, 40, 40, 40, 40), -- Bryce (35186, 0, 0, 40, 40, 40, 40, 40, 40), -- Arvid (35187, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35188, 0, 0, 40, 40, 40, 40, 40, 40), -- Holmes (35189, 0, 0, 20, 20, 20, 20, 20, 20), -- Oren Holy Artifact (35190, 0, 0, 120, 120, 120, 120, 120, 120), -- Balthus Van Dyke (35191, 0, 0, 120, 120, 120, 120, 120, 120), -- Quant (35192, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35193, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35194, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35195, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35196, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35197, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35198, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35199, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35200, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35201, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35202, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35203, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35204, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35205, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35206, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35207, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35208, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35209, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35210, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35211, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35212, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35213, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35214, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35215, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35216, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35217, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35218, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35219, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35220, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35221, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35222, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35223, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35224, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35225, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35226, 0, 0, 40, 40, 40, 40, 40, 40), -- Brasseur (35227, 0, 0, 40, 40, 40, 40, 40, 40), -- Finrod (35228, 0, 0, 40, 40, 40, 40, 40, 40), -- Morrison (35229, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35230, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35231, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35232, 0, 0, 40, 40, 40, 40, 40, 40), -- Sherwood (35233, 0, 0, 20, 20, 20, 20, 20, 20), -- Aden Holy Artifact (35234, 0, 0, 120, 120, 120, 120, 120, 120), -- Amadeo Cadmus (35235, 0, 0, 120, 120, 120, 120, 120, 120), -- Royal Knight (35236, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35237, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35238, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Guard (35239, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35240, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35241, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35242, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35243, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35244, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35245, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35246, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35247, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35248, 0, 0, 120, 120, 120, 120, 120, 120), -- Royal Knight (35249, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35250, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35251, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Guard (35252, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35253, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35254, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35255, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35256, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35257, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35258, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35259, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35260, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35261, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35262, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35263, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35264, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35265, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35266, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35267, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35268, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35269, 0, 0, 40, 40, 40, 40, 40, 40), -- Hall Doorman (35270, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35271, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35272, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35273, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35274, 0, 0, 40, 40, 40, 40, 40, 40), -- Logan (35275, 0, 0, 40, 40, 40, 40, 40, 40), -- Kruger (35276, 0, 0, 40, 40, 40, 40, 40, 40), -- Eldon (35277, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35278, 0, 0, 40, 40, 40, 40, 40, 40), -- Messenger Ruford (35279, 0, 0, 20, 20, 20, 20, 20, 20), -- Innadril Holy Artifact (35280, 0, 0, 120, 120, 120, 120, 120, 120), -- Baron Lionel Hunter (35281, 0, 0, 120, 120, 120, 120, 120, 120), -- Schaht (35282, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35283, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35284, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35285, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35286, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35287, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35288, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35289, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35290, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35291, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35292, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35293, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35294, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35295, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35296, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35297, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35298, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35299, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35300, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35301, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35302, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35303, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35304, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35305, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35306, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35307, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35308, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35309, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35310, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35311, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35312, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35313, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35314, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35315, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35316, 0, 0, 40, 40, 40, 40, 40, 40), -- Neurath (35317, 0, 0, 40, 40, 40, 40, 40, 40), -- Tate (35318, 0, 0, 40, 40, 40, 40, 40, 40), -- Solinus (35319, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35320, 0, 0, 40, 40, 40, 40, 40, 40), -- Raybell (35322, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Fire (35323, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Water (35324, 0, 0, 120, 120, 120, 120, 120, 120), -- Heinz (35325, 0, 0, 120, 120, 120, 120, 120, 120), -- Duke Mora Ken Abygail (35326, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35327, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35328, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35329, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35330, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35331, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35332, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35333, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35334, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35335, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35336, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35337, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35338, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35339, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35340, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35341, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35342, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35343, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35344, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35345, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35346, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35347, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35348, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35349, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35350, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35351, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35352, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35353, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35354, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35355, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35356, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35357, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35358, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35359, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35360, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35361, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35362, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35363, 0, 0, 40, 40, 40, 40, 40, 40), -- Alfred (35364, 0, 0, 40, 40, 40, 40, 40, 40), -- Hadley (35365, 0, 0, 40, 40, 40, 40, 40, 40), -- Rowell (35366, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35367, 0, 0, 40, 40, 40, 40, 40, 40), -- Daven (35368, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloody Lord Nurka (35369, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Healer (35370, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Court Guard (35371, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Court Guard (35372, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Soldier (35373, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Sorcerer (35374, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Archer (35375, 0, 0, 20, 20, 20, 20, 20, 20), -- Bloody Lord Nurka (35376, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Healer (35377, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Court Guard (35378, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Court Guard (35379, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Soldier (35380, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Sorcerer (35381, 0, 0, 20, 20, 20, 20, 20, 20), -- Partisan Archer (35382, 0, 0, 20, 20, 20, 20, 20, 20), -- Brakel (35383, 0, 0, 20, 20, 20, 20, 20, 20), -- Tamutak (35384, 0, 0, 20, 20, 20, 20, 20, 20), -- Black (35385, 0, 0, 20, 20, 20, 20, 20, 20), -- Renny (35386, 0, 0, 20, 20, 20, 20, 20, 20), -- Boyer (35387, 0, 0, 20, 20, 20, 20, 20, 20), -- Baback (35388, 0, 0, 20, 20, 20, 20, 20, 20), -- Tim (35389, 0, 0, 20, 20, 20, 20, 20, 20), -- Loring (35390, 0, 0, 20, 20, 20, 20, 20, 20), -- Dillon (35391, 0, 0, 20, 20, 20, 20, 20, 20), -- Latif (35392, 0, 0, 20, 20, 20, 20, 20, 20), -- Bremmer (35393, 0, 0, 20, 20, 20, 20, 20, 20), -- Faolan (35394, 0, 0, 20, 20, 20, 20, 20, 20), -- Kalis (35395, 0, 0, 20, 20, 20, 20, 20, 20), -- Kogan (35396, 0, 0, 20, 20, 20, 20, 20, 20), -- Winker (35397, 0, 0, 20, 20, 20, 20, 20, 20), -- Merton (35398, 0, 0, 20, 20, 20, 20, 20, 20), -- Ruben (35399, 0, 0, 20, 20, 20, 20, 20, 20), -- Luce (35400, 0, 0, 20, 20, 20, 20, 20, 20), -- Horner (35401, 0, 0, 20, 20, 20, 20, 20, 20), -- Amiel (35402, 0, 0, 20, 20, 20, 20, 20, 20), -- Borna (35403, 0, 0, 20, 20, 20, 20, 20, 20), -- Ron (35404, 0, 0, 20, 20, 20, 20, 20, 20), -- Jamal (35405, 0, 0, 20, 20, 20, 20, 20, 20), -- Flynn (35406, 0, 0, 20, 20, 20, 20, 20, 20), -- Jabilo (35407, 0, 0, 20, 20, 20, 20, 20, 20), -- Seth (35408, 5, 20, 40, 40, 40, 40, -32, 53), -- Dietrich (35409, 5, 20, 40, 40, 40, 40, -32, 53), -- Mikhail (35410, 5, 20, 40, 40, 40, 40, -32, 53), -- Gustav (35411, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Servant (35412, 5, 20, 20, 20, 20, 20, -32, 53), -- Doom Guard (35413, 5, 20, 40, 40, 40, 40, -32, 53), -- Doom Archer (35414, 5, 20, 40, 40, 40, 40, -32, 53), -- Doom Trooper (35415, 5, 20, 40, 40, 40, 40, -32, 53), -- Doom Warrior (35416, 5, 20, 40, 40, 40, 40, -32, 53), -- Doom Knight (35417, 0, 0, 20, 20, 20, 20, 20, 53), -- Doorman of Hell (35418, 0, 0, 20, 20, 20, 20, 20, 53), -- Doorman of Hell (35419, 0, 0, 20, 20, 20, 20, 20, 53), -- Hephaeston (35420, 0, 0, 20, 20, 20, 20, 20, 53), -- Loken (35421, 0, 0, 20, 20, 20, 20, 20, 53), -- Biggerstaff (35422, 0, 0, 20, 20, 20, 20, 20, 20), -- Flag of Winner (35423, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Flag (35424, 0, 0, 20, 20, 20, 20, 20, 20), -- Yellow Flag (35425, 0, 0, 20, 20, 20, 20, 20, 20), -- Green Flag (35426, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Flag (35427, 0, 0, 20, 20, 20, 20, 20, 20), -- Purple Flag (35428, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Berserker (35429, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Scout (35430, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Leader (35431, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Cleric (35432, 0, 0, 20, 20, 20, 20, 20, 20), -- Oel Mahum Thief (35433, 0, 0, 20, 20, 20, 20, 20, 20), -- Inner Doorman (35434, 0, 0, 20, 20, 20, 20, 20, 20), -- Inner Doorman (35435, 0, 0, 20, 20, 20, 20, 20, 20), -- Outer Doorman (35436, 0, 0, 20, 20, 20, 20, 20, 20), -- Outer Doorman (35437, 0, 0, 20, 20, 20, 20, 20, 20), -- Herald (35438, 0, 0, 20, 20, 20, 20, 20, 20), -- Chamberlain (35439, 0, 0, 20, 20, 20, 20, 20, 20), -- Carey (35440, 0, 0, 20, 20, 20, 20, 20, 20), -- Daniel (35441, 0, 0, 20, 20, 20, 20, 20, 20), -- Dianne (35442, 0, 0, 20, 20, 20, 20, 20, 20), -- Jacques (35443, 0, 0, 20, 20, 20, 20, 20, 20), -- Crissy (35444, 0, 0, 20, 20, 20, 20, 20, 20), -- Joff (35445, 0, 0, 20, 20, 20, 20, 20, 20), -- Albert (35446, 0, 0, 20, 20, 20, 20, 20, 20), -- Niels (35447, 0, 0, 20, 20, 20, 20, 20, 20), -- Korgen (35448, 0, 0, 20, 20, 20, 20, 20, 20), -- Rudy (35449, 0, 0, 20, 20, 20, 20, 20, 20), -- DiMaggio (35450, 0, 0, 20, 20, 20, 20, 20, 20), -- Gellar (35451, 0, 0, 20, 20, 20, 20, 20, 20), -- Emma (35452, 0, 0, 20, 20, 20, 20, 20, 20), -- Theobolt (35453, 0, 0, 20, 20, 20, 20, 20, 20), -- Adrienne (35454, 0, 0, 20, 20, 20, 20, 20, 20), -- Rosconne (35455, 0, 0, 20, 20, 20, 20, 20, 20), -- Bianca (35456, 0, 0, 20, 20, 20, 20, 20, 20), -- Stewart (35457, 0, 0, 20, 20, 20, 20, 20, 20), -- Gladys (35458, 0, 0, 20, 20, 20, 20, 20, 20), -- Theron (35459, 0, 0, 20, 20, 20, 20, 20, 20), -- Regina (35460, 0, 0, 20, 20, 20, 20, 20, 20), -- Trey (35461, 5, 20, -5, 20, 20, 20, -32, 20), -- Aida (35462, 0, 0, 20, 20, 20, 20, 20, 20), -- Kalmer (35463, 5, 20, -5, 20, 20, 20, -32, 20), -- Helga (35464, 0, 0, 20, 20, 20, 20, 20, 20), -- Volfrem (35465, 5, 20, -5, 20, 20, 20, -32, 20), -- Millicent (35466, 0, 0, 20, 20, 20, 20, 20, 20), -- Gerard (35467, 5, 20, -5, 20, 20, 20, -32, 20), -- Branhillde (35468, 0, 0, 20, 20, 20, 20, 20, 20), -- Lambert (35469, 0, 0, 20, 20, 20, 20, 20, 20), -- Gods' Altar (35470, 0, 0, 120, 120, 120, 120, 120, 120), -- Astair van Halter (35471, 0, 0, 120, 120, 120, 120, 120, 120), -- Royal Knight (35472, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35473, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35474, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Guard (35475, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35476, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35477, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35478, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35479, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35480, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35481, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35482, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35483, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35484, 0, 0, 120, 120, 120, 120, 120, 120), -- Royal Knight (35485, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35486, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Sorcerer (35487, 0, 0, 80, 80, 80, 80, 80, 80), -- Court Guard (35488, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35489, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35490, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35491, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35492, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35493, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35494, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35495, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35496, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35497, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35498, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35499, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35500, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35501, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35502, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35503, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35504, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35505, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35506, 0, 0, 40, 40, 40, 40, 40, 40), -- Dungeon Gatekeeper (35507, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35508, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35509, 0, 0, 40, 40, 40, 40, 40, 40), -- Frederick (35510, 0, 0, 40, 40, 40, 40, 40, 40), -- Titus (35511, 0, 0, 40, 40, 40, 40, 40, 40), -- Gompus (35512, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35513, 0, 0, 40, 40, 40, 40, 40, 40), -- Sherman (35514, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Wind (35515, 0, 0, 20, 20, 20, 20, 20, 20), -- Altar of Earth (35516, 0, 0, 120, 120, 120, 120, 120, 120), -- Verus (35517, 0, 0, 120, 120, 120, 120, 120, 120), -- Swain Ken Orwen (35518, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35519, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35520, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35521, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35522, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35523, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35524, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35525, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35526, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35527, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35528, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35529, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35530, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35531, 0, 0, 80, 80, 80, 80, 80, 80), -- Royal Knight (35532, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35533, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Sorcerer (35534, 0, 0, 40, 40, 40, 40, 40, 40), -- Court Guard (35535, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35536, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35537, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35538, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35539, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35540, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35541, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35542, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35543, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35544, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35545, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35546, 0, 0, 40, 40, 40, 40, 40, 40), -- Gatekeeper (35547, 0, 0, 40, 40, 40, 40, 40, 40), -- Mass Gatekeeper (35548, 0, 0, 40, 40, 40, 40, 40, 40), -- Outer Doorman (35549, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35550, 0, 0, 40, 40, 40, 40, 40, 40), -- Inner Doorman (35551, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35552, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35553, 0, 0, 40, 40, 40, 40, 40, 40), -- Blacksmith (35554, 0, 0, 40, 40, 40, 40, 40, 40), -- Warehouse Keeper (35555, 0, 0, 40, 40, 40, 40, 40, 40), -- August (35556, 0, 0, 40, 40, 40, 40, 40, 40), -- Gallic (35557, 0, 0, 40, 40, 40, 40, 40, 40), -- Kendrew (35558, 0, 0, 40, 40, 40, 40, 40, 40), -- Manor Manager (35559, 0, 0, 40, 40, 40, 40, 40, 40), -- Daguerre (35560, 0, 0, 20, 20, 20, 20, 20, 20), -- Mass Gatekeeper (35561, 0, 0, 20, 20, 20, 20, 20, 20), -- Mass Gatekeeper (35562, 0, 0, 20, 20, 20, 20, 20, 20), -- Mass Gatekeeper (35563, 0, 0, 20, 20, 20, 20, 20, 20), -- Mass Gatekeeper (35564, 0, 0, 20, 20, 20, 20, 20, 20), -- Mass Gatekeeper (35565, 0, 0, 20, 20, 20, 20, 20, 20), -- Mass Gatekeeper (35566, 0, 0, 20, 20, 20, 20, 20, 20), -- Ronald (35567, 0, 0, 20, 20, 20, 20, 20, 20), -- Emil (35568, 0, 0, 20, 20, 20, 20, 20, 20), -- Wayne (35569, 0, 0, 20, 20, 20, 20, 20, 20), -- Daniel (35570, 0, 0, 20, 20, 20, 20, 20, 20), -- Patty (35571, 0, 0, 20, 20, 20, 20, 20, 20), -- Dale (35572, 0, 0, 20, 20, 20, 20, 20, 20), -- Jimmy (35573, 0, 0, 20, 20, 20, 20, 20, 20), -- Shawn (35574, 0, 0, 20, 20, 20, 20, 20, 20), -- Michael (35575, 0, 0, 20, 20, 20, 20, 20, 20), -- Ryan (35576, 0, 0, 20, 20, 20, 20, 20, 20), -- Jack (35577, 0, 0, 20, 20, 20, 20, 20, 20), -- Harry (35578, 0, 0, 20, 20, 20, 20, 20, 20), -- Karuto (35579, 0, 0, 20, 20, 20, 20, 20, 20), -- Egon (35580, 0, 0, 20, 20, 20, 20, 20, 20), -- Carol (35581, 0, 0, 20, 20, 20, 20, 20, 20), -- Osho (35582, 0, 0, 20, 20, 20, 20, 20, 20), -- Stanley (35583, 0, 0, 20, 20, 20, 20, 20, 20), -- Walter (35584, 0, 0, 20, 20, 20, 20, 20, 20), -- Billy (35585, 0, 0, 20, 20, 20, 20, 20, 20), -- Alice (35586, 0, 0, 20, 20, 20, 20, 20, 20), -- Serena (35587, 0, 0, 20, 20, 20, 20, 20, 20), -- Neria (35588, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Gourd (35589, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Gourd (35590, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Gourd (35591, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Gourd (35592, 0, 0, 20, 20, 20, 20, 20, 20), -- Enraged Yeti (35593, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (35594, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (35595, 0, 0, 20, 20, 20, 20, 20, 20), -- Treasure Chest (35596, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Yeti (35597, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Yeti (35598, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Yeti (35599, 0, 0, 20, 20, 20, 20, 20, 20), -- Hot Springs Yeti (35600, 0, 0, 20, 20, 20, 20, 20, 20), -- Manager (35601, 0, 0, 20, 20, 20, 20, 20, 20), -- Doorman (35602, 0, 0, 20, 20, 20, 20, 20, 20), -- Doorman (35603, 0, 0, 20, 20, 20, 20, 20, 20), -- Coordinator (35604, 0, 0, 20, 20, 20, 20, 20, 20), -- Herald (35605, 0, 0, 20, 20, 20, 20, 20, 20), -- Angout (35606, 0, 0, 20, 20, 20, 20, 20, 20), -- Victor's Flag (35607, 0, 0, 20, 20, 20, 20, 20, 20), -- Red Flag (35608, 0, 0, 20, 20, 20, 20, 20, 20), -- Yellow Flag (35609, 0, 0, 20, 20, 20, 20, 20, 20), -- Green Flag (35610, 0, 0, 20, 20, 20, 20, 20, 20), -- Blue Flag (35611, 0, 0, 20, 20, 20, 20, 20, 20), -- Purple Flag (35612, 0, 0, 20, 20, 20, 20, 53, -13), -- Mass Gatekeeper (35613, 0, 0, 20, 20, 20, 20, 53, -13), -- Mass Gatekeeper (35614, 0, 0, 20, 20, 20, 20, 53, -13), -- Mass Gatekeeper (35615, 0, 0, 20, 20, 20, 20, 53, -13), -- Mass Gatekeeper (35616, 0, 0, 20, 20, 20, 20, 53, -13), -- Mass Gatekeeper (35617, 0, 0, 20, 20, 20, 20, 53, -13), -- Mass Gatekeeper (35618, 0, 0, 20, 20, 20, 20, 20, 20), -- Frenzied Cougar (35619, 0, 0, 20, 20, 20, 20, 20, 20), -- Frenzied Buffalo (35620, 0, 0, 20, 20, 20, 20, 20, 20), -- Frenzied Kookaburra (35621, 0, 0, 20, 20, 20, 20, 20, 20), -- Frenzied Buffalo Baby (35622, 0, 0, 20, 20, 20, 20, 20, 20), -- Frenzied Baby Cougar (35623, 0, 0, 20, 20, 20, 20, 53, -13), -- Inner Doorman (35624, 0, 0, 20, 20, 20, 20, 53, -13), -- Inner Doorman (35625, 0, 0, 20, 20, 20, 20, 53, -13), -- Outer Doorman (35626, 0, 0, 20, 20, 20, 20, 53, -13), -- Outer Doorman (35627, 0, 0, 20, 20, 20, 20, 53, -13), -- Herald (35628, 0, 0, 20, 20, 20, 20, 53, -13), -- Quigby (35629, 5, 20, 40, 40, 40, 40, -32, 53), -- Lidia von Hellmann (35630, 5, 20, 40, 40, 40, 40, -32, 20), -- Alfred von Hellmann (35631, 5, 20, 40, 40, 40, 40, -32, 53), -- Giselle von Hellmann (35632, 5, 20, 20, 20, 20, 20, -32, 53), -- Vampire Adept (35633, 5, 20, 20, 20, 20, 20, -32, 53), -- Vampire Soldier (35634, 5, 20, 40, 40, 40, 40, -32, 53), -- Vampire Caster (35635, 5, 20, 40, 40, 40, 40, -32, 53), -- Vampire Magister (35636, 5, 20, 40, 40, 40, 40, -32, 53), -- Vampire Warlord (35637, 5, 20, 40, 40, 40, 40, -32, 53), -- Vampire Leader (35638, 0, 0, 20, 20, 20, 20, -13, 53), -- Valens (35639, 0, 0, 20, 20, 20, 20, -13, 53), -- Jacquard (35640, 0, 0, 20, 20, 20, 20, -13, 53), -- Bandello (35641, 0, 0, 20, 20, 20, 20, -13, 53), -- Fortress Guard (35642, 0, 0, 20, 20, 20, 20, -13, 53), -- Fortress Guard (35643, 0, 0, 20, 20, 20, 20, 20, 20), -- Gate (35644, 0, 0, 20, 20, 20, 20, 20, 20), -- Manor Manager (35645, 0, 0, 20, 20, 20, 20, 20, 20), -- Manor Manager (35646, 5, 20, 20, 20, 20, 20, -32, 53), -- Vampire Caster (35647, 5, 20, 20, 20, 20, 20, -32, 53), -- Vampire Leader (35648, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35649, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35650, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35651, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35652, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35653, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35654, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35655, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35656, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Magician (35657, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35658, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35659, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35660, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35661, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35662, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35663, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35664, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35665, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35666, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35667, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35668, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35669, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35670, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35671, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35672, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35673, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35674, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35675, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35676, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35677, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35678, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35679, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35680, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35681, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35682, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35683, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35684, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35685, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35686, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35687, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35688, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35689, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35690, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35691, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35692, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35693, 0, 0, 40, 40, 40, 40, 40, 40), -- General (35694, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35695, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35696, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35697, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35698, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35699, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35700, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35701, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35702, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35703, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35704, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35705, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35706, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35707, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (35708, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (35709, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (35710, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35711, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35712, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (35713, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35714, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35715, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35716, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35717, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35718, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35719, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35720, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35721, 0, 0, 80, 80, 80, 80, 80, 80), -- General (35722, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (35723, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35724, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35725, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35726, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35727, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35728, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35729, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35730, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35731, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35732, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35733, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35734, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35735, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35736, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35737, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35738, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35739, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35740, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35741, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35742, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35743, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35744, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35745, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35746, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35747, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35748, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35749, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35750, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35751, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35752, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35753, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35754, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35755, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35756, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35757, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35758, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35759, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35760, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35761, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35762, 0, 0, 40, 40, 40, 40, 40, 40), -- General (35763, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35764, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35765, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35766, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35767, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35768, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35769, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35770, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35771, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35772, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35773, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35774, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35775, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35776, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (35777, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (35778, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (35779, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35780, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35781, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (35782, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35783, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35784, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35785, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35786, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35787, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35788, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35789, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35790, 0, 0, 80, 80, 80, 80, 80, 80), -- General (35791, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (35792, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35793, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35794, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35795, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35796, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35797, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35798, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35799, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35800, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35801, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35802, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35803, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35804, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35805, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35806, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35807, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35808, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35809, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35810, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35811, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35812, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35813, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35814, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35815, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35816, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35817, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35818, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35819, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35820, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35821, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35822, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35823, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35824, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35825, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35826, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35827, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35828, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35829, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35830, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35831, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35832, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35833, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35834, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35835, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35836, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35837, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35838, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35839, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35840, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35841, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35842, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35843, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35844, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35845, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35846, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35847, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35848, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35849, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35850, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35851, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35852, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35853, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35854, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35855, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35856, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35857, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35858, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35859, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35860, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35861, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35862, 0, 0, 40, 40, 40, 40, 40, 40), -- General (35863, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35864, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35865, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35866, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35867, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35868, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35869, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35870, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35871, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35872, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35873, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35874, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35875, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35876, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (35877, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (35878, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (35879, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35880, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35881, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (35882, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35883, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35884, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35885, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35886, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35887, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35888, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35889, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35890, 0, 0, 80, 80, 80, 80, 80, 80), -- General (35891, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (35892, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35893, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35894, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35895, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35896, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35897, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35898, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35899, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35900, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35901, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35902, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35903, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35904, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35905, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35906, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35907, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35908, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35909, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35910, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35911, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35912, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35913, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35914, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35915, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35916, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35917, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35918, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35919, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35920, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35921, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35922, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35923, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35924, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35925, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35926, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35927, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35928, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35929, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35930, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35931, 0, 0, 40, 40, 40, 40, 40, 40), -- General (35932, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35933, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35934, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35935, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35936, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35937, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35938, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35939, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35940, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35941, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35942, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35943, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35944, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35945, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (35946, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (35947, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (35948, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35949, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35950, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (35951, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35952, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35953, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35954, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35955, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35956, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35957, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35958, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35959, 0, 0, 80, 80, 80, 80, 80, 80), -- General (35960, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (35961, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (35962, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (35963, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (35964, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (35965, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (35966, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (35967, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (35968, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (35969, 0, 0, 40, 40, 40, 40, 40, 40), -- General (35970, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (35971, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (35972, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (35973, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (35974, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (35975, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35976, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35977, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (35978, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (35979, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (35980, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (35981, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (35982, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (35983, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (35984, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (35985, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (35986, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (35987, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (35988, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (35989, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (35990, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35991, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (35992, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (35993, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (35994, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (35995, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (35996, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (35997, 0, 0, 80, 80, 80, 80, 80, 80), -- General (35998, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (35999, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36000, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36001, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36002, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36003, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36004, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36005, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36006, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36007, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36008, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36009, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36010, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36011, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36012, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36013, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36014, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36015, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36016, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36017, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36018, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36019, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36020, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36021, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36022, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36023, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36024, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36025, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36026, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36027, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36028, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36029, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36030, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36031, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36032, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36033, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36034, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36035, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36036, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36037, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36038, 0, 0, 40, 40, 40, 40, 40, 40), -- General (36039, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36040, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36041, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36042, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36043, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36044, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36045, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36046, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36047, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36048, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36049, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36050, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36051, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36052, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (36053, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (36054, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (36055, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36056, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36057, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (36058, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36059, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36060, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36061, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36062, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36063, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36064, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36065, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36066, 0, 0, 80, 80, 80, 80, 80, 80), -- General (36067, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (36068, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36069, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36070, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36071, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36072, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36073, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36074, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36075, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36076, 0, 0, 40, 40, 40, 40, 40, 40), -- General (36077, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36078, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36079, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36080, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36081, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36082, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36083, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36084, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36085, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36086, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36087, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36088, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36089, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36090, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (36091, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (36092, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (36093, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36094, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36095, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (36096, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36097, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36098, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36099, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36100, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36101, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36102, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36103, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36104, 0, 0, 80, 80, 80, 80, 80, 80), -- General (36105, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (36106, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36107, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36108, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36109, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36110, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36111, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36112, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36113, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36114, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36115, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36116, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36117, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36118, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36119, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36120, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36121, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36122, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36123, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36124, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36125, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36126, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36127, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36128, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36129, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36130, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36131, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36132, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36133, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36134, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36135, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36136, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36137, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36138, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36139, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36140, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36141, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36142, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36143, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36144, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36145, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36146, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36147, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36148, 0, 0, 120, 120, 120, 120, 120, 120); -- Supply Box INSERT INTO `npc_elementals` VALUES (36149, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36150, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36151, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36152, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36153, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36154, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36155, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36156, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36157, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36158, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36159, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36160, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36161, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36162, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36163, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36164, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36165, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36166, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36167, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36168, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36169, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36170, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36171, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36172, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36173, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36174, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36175, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36176, 0, 0, 40, 40, 40, 40, 40, 40), -- General (36177, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36178, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36179, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36180, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36181, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36182, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36183, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36184, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36185, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36186, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36187, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36188, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36189, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36190, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (36191, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (36192, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (36193, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36194, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36195, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (36196, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36197, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36198, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36199, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36200, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36201, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36202, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36203, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36204, 0, 0, 80, 80, 80, 80, 80, 80), -- General (36205, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (36206, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36207, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36208, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36209, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36210, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36211, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36212, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36213, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36214, 0, 0, 40, 40, 40, 40, 40, 40), -- General (36215, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36216, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36217, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36218, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36219, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36220, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36221, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36222, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36223, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36224, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36225, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36226, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36227, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36228, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (36229, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (36230, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (36231, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36232, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36233, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (36234, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36235, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36236, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36237, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36238, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36239, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36240, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36241, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36242, 0, 0, 80, 80, 80, 80, 80, 80), -- General (36243, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (36244, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36245, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36246, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36247, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36248, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36249, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36250, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36251, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36252, 0, 0, 40, 40, 40, 40, 40, 40), -- General (36253, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36254, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36255, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36256, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36257, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36258, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36259, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36260, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36261, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36262, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36263, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36264, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36265, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36266, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (36267, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (36268, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (36269, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36270, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36271, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (36272, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36273, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36274, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36275, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36276, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36277, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36278, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36279, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36280, 0, 0, 80, 80, 80, 80, 80, 80), -- General (36281, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (36282, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36283, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36284, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36285, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36286, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36287, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36288, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36289, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36290, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36291, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36292, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36293, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36294, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36295, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36296, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36297, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36298, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36299, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36300, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36301, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36302, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36303, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36304, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36305, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36306, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36307, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36308, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36309, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36310, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36311, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36312, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36313, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36314, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36315, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36316, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36317, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36318, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36319, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36320, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36321, 0, 0, 40, 40, 40, 40, 40, 40), -- General (36322, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36323, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36324, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36325, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36326, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36327, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36328, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36329, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36330, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36331, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36332, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36333, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36334, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36335, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (36336, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (36337, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (36338, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36339, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36340, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (36341, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36342, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36343, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36344, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36345, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36346, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36347, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36348, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36349, 0, 0, 80, 80, 80, 80, 80, 80), -- General (36350, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (36351, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36352, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36353, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36354, 0, 0, 20, 20, 20, 20, 20, 20), -- Flagpole (36355, 0, 0, 40, 40, 40, 40, 40, 40), -- Foreman (36356, 0, 0, 40, 40, 40, 40, 40, 40), -- Suspicious Merchant (36357, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard Captain (36358, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer Captain (36359, 0, 0, 40, 40, 40, 40, 40, 40), -- General (36360, 0, 0, 40, 40, 40, 40, 40, 40), -- Support Unit Captain (36361, 0, 0, 40, 40, 40, 40, 40, 40), -- Engineering Manager (36362, 0, 0, 40, 40, 40, 40, 40, 40), -- Logistics Officer (36363, 0, 0, 120, 120, 120, 120, 120, 120), -- Supply Box (36364, 0, 0, 40, 40, 40, 40, 40, 40), -- Detention Camp Warden (36365, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36366, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36367, 0, 0, 40, 40, 40, 40, 40, 40), -- Doorman (36368, 0, 0, 120, 120, 120, 120, 120, 120), -- Rebel Commander (36369, 0, 0, 40, 40, 40, 40, 40, 40), -- Decorated Rebel Soldier (36370, 0, 0, 40, 40, 40, 40, 40, 40), -- Rebel Private (36371, 0, 0, 20, 20, 20, 20, 20, 20), -- Court Guard (36372, 0, 0, 20, 20, 20, 20, 20, 20), -- Guard (36373, 0, 0, 40, 40, 40, 40, 40, 40), -- Main Machine (36374, 0, 0, 40, 40, 40, 40, 40, 40), -- Backup Power Unit (36375, 0, 0, 40, 40, 40, 40, 40, 40), -- Control Unit (36376, 0, 0, 40, 40, 40, 40, 40, 40), -- Power Control Unit (36377, 0, 0, 40, 40, 40, 40, 40, 40), -- Dwarven Gunnery Sergeant (36378, 0, 0, 20, 20, 20, 20, 20, 20), -- Scout Golem (36379, 0, 0, 80, 80, 80, 80, 80, 80), -- Guard Captain (36380, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36381, 0, 0, 40, 40, 40, 40, 40, 40), -- Guard (36382, 0, 0, 80, 80, 80, 80, 80, 80), -- Support Unit Captain (36383, 0, 0, 40, 40, 40, 40, 40, 40), -- Wizard (36384, 0, 0, 40, 40, 40, 40, 40, 40), -- Healer (36385, 0, 0, 80, 80, 80, 80, 80, 80), -- Archer Captain (36386, 0, 0, 40, 40, 40, 40, 40, 40), -- Archer (36387, 0, 0, 80, 80, 80, 80, 80, 80), -- General (36388, 0, 0, 80, 80, 80, 80, 80, 80), -- Minister (36389, 0, 0, 120, 120, 120, 120, 120, 120), -- Ballista (36390, 0, 0, 120, 120, 120, 120, 120, 120), -- Mercenary Captain (36391, 0, 0, 40, 40, 40, 40, 40, 40), -- Mercenary Private (36392, 0, 0, 20, 20, 20, 20, 20, 20), -- Improvised Explosive (36393, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36394, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36395, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36396, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36397, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36398, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36399, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36400, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36401, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36402, 0, 0, 20, 20, 20, 20, 20, 20), -- Olympiad Host (36403, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36404, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36405, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36406, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36407, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36408, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36409, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36410, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36411, 0, 0, 20, 20, 20, 20, 20, 20), -- Warden (36412, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36413, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36414, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36415, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36416, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36417, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36418, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36419, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36420, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36421, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36422, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36423, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36424, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36425, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36426, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36427, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36428, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36429, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36430, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36431, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36432, 0, 0, 20, 20, 20, 20, 20, 20), -- Fortress Trap (36433, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36434, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36435, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36436, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36437, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36438, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36439, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36440, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36441, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36442, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36443, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36444, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36445, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36446, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36447, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36448, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36449, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36450, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36451, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36452, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36453, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36454, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36455, 0, 0, 20, 20, 20, 20, 20, 20), -- Special Envoy (36456, 0, 0, 20, 20, 20, 20, 20, 20), -- Manor Manager (36457, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36458, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36459, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36460, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36461, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36462, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36463, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36464, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36465, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36466, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36467, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36468, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36469, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36470, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36471, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36472, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36473, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36474, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36475, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36476, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36477, 0, 0, 20, 20, 20, 20, 20, 20), -- Wyvern Manager (36478, 0, 0, 20, 20, 20, 20, 20, 20), -- Mickey (36479, 0, 0, 20, 20, 20, 20, 20, 20), -- Rapidus (36480, 0, 0, 20, 20, 20, 20, 20, 20), -- Scipio (36481, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36482, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36483, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36484, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36485, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36486, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36487, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36488, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36489, 0, 0, 20, 20, 20, 20, 20, 20), -- Mercenary Captain (36490, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36491, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36492, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36493, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36494, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36495, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36496, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36497, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36498, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Manager (36499, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36500, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36501, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36502, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36503, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36504, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36505, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36506, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36507, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36508, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36509, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36510, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36511, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36512, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36513, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36514, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36515, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36516, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36517, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36518, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36519, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36520, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36521, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36522, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36523, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36524, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36525, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36526, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36527, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36528, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36529, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36530, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36531, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36532, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36533, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36534, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36535, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36536, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36537, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36538, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36539, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36540, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36541, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36542, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36543, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36544, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36545, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36546, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36547, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36548, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36549, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36550, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36551, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36552, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36553, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36554, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36555, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36556, 0, 0, 120, 120, 120, 120, 120, 120), -- Military Association Leader (36557, 0, 0, 20, 20, 20, 20, 20, 20), -- Territory Border Guard (36558, 0, 0, 120, 120, 120, 120, 120, 120), -- Religious Association Leader (36559, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Guard (36560, 0, 0, 40, 40, 40, 40, 40, 40), -- Territory Border Guard (36561, 0, 0, 120, 120, 120, 120, 120, 120), -- Economic Association Leader (36562, 0, 0, 120, 120, 120, 120, 120, 120), -- Seduced Knight (36563, 0, 0, 120, 120, 120, 120, 120, 120), -- Seduced Ranger (36564, 0, 0, 120, 120, 120, 120, 120, 120), -- Seduced Mage (36565, 0, 0, 120, 120, 120, 120, 120, 120), -- Seduced Warrior (36566, 0, 0, 40, 40, 40, 40, 40, 40), -- Seduced Knight (36567, 0, 0, 40, 40, 40, 40, 40, 40), -- Seduced Ranger (36568, 0, 0, 40, 40, 40, 40, 40, 40), -- Seduced Mage (36569, 0, 0, 40, 40, 40, 40, 40, 40), -- Seduced Warrior (36570, 0, 0, 20, 20, 20, 20, 20, 20), -- Emery Compressor (36571, 0, 0, 20, 20, 20, 20, 20, 20), -- Vortex (36572, 0, 0, 120, 120, 120, 120, 120, 120), -- Gludio Ward (36573, 0, 0, 120, 120, 120, 120, 120, 120), -- Dion Ward (36574, 0, 0, 120, 120, 120, 120, 120, 120), -- Giran Ward (36575, 0, 0, 120, 120, 120, 120, 120, 120), -- Oren Ward (36576, 0, 0, 120, 120, 120, 120, 120, 120), -- Aden Ward (36577, 0, 0, 120, 120, 120, 120, 120, 120), -- Innadril Ward (36578, 0, 0, 120, 120, 120, 120, 120, 120), -- Goddard Ward (36579, 0, 0, 120, 120, 120, 120, 120, 120), -- Rune Ward (36580, 0, 0, 120, 120, 120, 120, 120, 120), -- Schuttgart Ward (36581, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36582, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36583, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36584, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36585, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36586, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36587, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36588, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36589, 0, 0, 120, 120, 120, 120, 120, 120), -- Territory Catapult (36590, 0, 0, 20, 20, 20, 20, 20, 20), -- Outpost (36591, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36592, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36593, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36594, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36595, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36596, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36597, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36598, 0, 0, 120, 120, 120, 120, 120, 120), -- Supplies Safe (36599, 0, 0, 120, 120, 120, 120, 120, 120); -- Supplies Safe