Skip to content

Instantly share code, notes, and snippets.

Created October 25, 2017 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c497a62d5ab4a97fc10ea93d4adcaee1 to your computer and use it in GitHub Desktop.
Save anonymous/c497a62d5ab4a97fc10ea93d4adcaee1 to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS `playercreateinfo` (
`race` tinyint(3) unsigned NOT NULL DEFAULT '0',
`class` tinyint(3) unsigned NOT NULL DEFAULT '0',
`map` smallint(5) unsigned NOT NULL DEFAULT '0',
`zone` mediumint(8) unsigned NOT NULL DEFAULT '0',
`position_x` float NOT NULL DEFAULT '0',
`position_y` float NOT NULL DEFAULT '0',
`position_z` float NOT NULL DEFAULT '0',
`orientation` float NOT NULL DEFAULT '0',
PRIMARY KEY (`race`,`class`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `playercreateinfo` (`race`, `class`, `map`, `zone`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(1, 1, 0, 12, -8949.95, -132.493, 83.5312, 0),
(1, 2, 0, 12, -8949.95, -132.493, 83.5312, 0),
(1, 4, 0, 12, -8949.95, -132.493, 83.5312, 0),
(1, 5, 0, 12, -8949.95, -132.493, 83.5312, 0),
(1, 8, 0, 12, -8949.95, -132.493, 83.5312, 0),
(1, 9, 0, 12, -8949.95, -132.493, 83.5312, 0),
(2, 1, 1, 14, -618.518, -4251.67, 38.718, 0),
(2, 3, 1, 14, -618.518, -4251.67, 38.718, 0),
(2, 4, 1, 14, -618.518, -4251.67, 38.718, 0),
(2, 7, 1, 14, -618.518, -4251.67, 38.718, 0),
(2, 9, 1, 14, -618.518, -4251.67, 38.718, 0),
(3, 1, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(3, 2, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(3, 3, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(3, 4, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(3, 5, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(4, 1, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(4, 3, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(4, 4, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(4, 5, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(4, 11, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(5, 1, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(5, 4, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(5, 5, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(5, 8, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(5, 9, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(6, 1, 1, 215, -2917.58, -257.98, 52.9968, 0),
(6, 3, 1, 215, -2917.58, -257.98, 52.9968, 0),
(6, 7, 1, 215, -2917.58, -257.98, 52.9968, 0),
(6, 11, 1, 215, -2917.58, -257.98, 52.9968, 0),
(7, 1, 0, 1, -6240.32, 331.033, 382.758, 0),
(7, 9, 0, 1, -6240, 331, 383, 0),
(7, 8, 0, 1, -6240, 331, 383, 0),
(7, 4, 0, 1, -6240, 331, 383, 0),
(8, 1, 1, 14, -618.518, -4251.67, 38.718, 0),
(8, 3, 1, 14, -618.518, -4251.67, 38.718, 0),
(8, 4, 1, 14, -618.518, -4251.67, 38.718, 0),
(8, 5, 1, 14, -618.518, -4251.67, 38.718, 0),
(8, 7, 1, 14, -618.518, -4251.67, 38.718, 0),
(8, 8, 1, 14, -618.518, -4251.67, 38.718, 0),
(10, 2, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(10, 3, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(10, 4, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(10, 5, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(10, 8, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(10, 9, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(11, 1, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(11, 2, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(11, 3, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(11, 5, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(11, 7, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(11, 8, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(1, 6, 609, 4298, 2355.84, -5664.77, 426.028, 3.65997),
(2, 6, 609, 4298, 2358.44, -5666.9, 426.023, 3.65997),
(3, 6, 609, 4298, 2358.44, -5666.9, 426.023, 3.65997),
(4, 6, 609, 4298, 2356.21, -5662.21, 426.026, 3.65997),
(5, 6, 609, 4298, 2356.21, -5662.21, 426.026, 3.65997),
(6, 6, 609, 4298, 2358.17, -5663.21, 426.027, 3.65997),
(7, 6, 609, 4298, 2355.05, -5661.7, 426.026, 3.65997),
(8, 6, 609, 4298, 2355.05, -5661.7, 426.026, 3.65997),
(10, 6, 609, 4298, 2355.84, -5664.77, 426.028, 3.65997),
(11, 6, 609, 4298, 2358.17, -5663.21, 426.027, 3.65997),
(11, 4, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(11, 9, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(11, 11, 530, 3526, -3961.64, -13931.2, 100.615, 2.08364),
(10, 1, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(10, 7, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(10, 11, 530, 3431, 10349.6, -6357.29, 33.4026, 5.31605),
(3, 7, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(3, 8, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(3, 9, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(3, 11, 0, 1, -6240.32, 331.033, 382.758, 6.17716),
(7, 2, 0, 1, -6240.32, 331.033, 382.758, 0),
(7, 3, 0, 1, -6240.32, 331.033, 382.758, 0),
(7, 5, 0, 1, -6240, 331, 383, 0),
(7, 7, 0, 1, -6240, 331, 383, 0),
(7, 11, 0, 1, -6240, 331, 383, 0),
(1, 3, 0, 0, -8949.95, -132.493, 83.5312, 0),
(1, 7, 0, 12, -8949.95, -132.493, 83.5312, 0),
(1, 11, 0, 12, -8949.95, -132.493, 83.5312, 0),
(4, 2, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(4, 7, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(4, 8, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(4, 9, 1, 141, 10311.3, 832.463, 1326.41, 5.69632),
(2, 2, 1, 14, -618.518, -4251.67, 38.718, 0),
(2, 5, 1, 14, -618.518, -4251.67, 38.718, 0),
(2, 8, 1, 14, -618.518, -4215.67, 38.718, 0),
(2, 11, 1, 14, -618.518, -4215.67, 38.718, 0),
(8, 2, 1, 14, -618.518, -4251.67, 38.718, 0),
(8, 9, 1, 14, -618.518, -4251.67, 38.718, 0),
(8, 11, 1, 14, -618.518, -4251.67, 38.718, 0),
(6, 2, 1, 215, -2917.58, -257.98, 52.9968, 0),
(6, 4, 1, 215, -2917.58, -257.98, 52.9968, 0),
(6, 5, 1, 215, -2917.58, -257.98, 52.9968, 0),
(6, 8, 1, 215, -2917.58, -257.98, 52.9968, 0),
(6, 9, 1, 215, -2917.58, -257.98, 52.9968, 0),
(5, 2, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(5, 3, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(5, 7, 0, 85, 1676.71, 1678.31, 121.67, 2.70526),
(5, 11, 0, 85, 1676.71, 1678.31, 121.67, 2.70526);
CREATE TABLE IF NOT EXISTS `playercreateinfo_action` (
`race` tinyint(3) unsigned NOT NULL DEFAULT '0',
`class` tinyint(3) unsigned NOT NULL DEFAULT '0',
`button` smallint(5) unsigned NOT NULL DEFAULT '0',
`action` int(11) unsigned NOT NULL DEFAULT '0',
`type` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`race`,`class`,`button`),
KEY `playercreateinfo_race_class_index` (`race`,`class`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
(1, 1, 0, 6603, 0),
(1, 1, 72, 6603, 0),
(1, 1, 73, 78, 0),
(1, 1, 82, 59752, 0),
(1, 1, 84, 6603, 0),
(1, 1, 96, 6603, 0),
(1, 1, 108, 6603, 0),
(1, 2, 0, 6603, 0),
(1, 2, 1, 21084, 0),
(1, 2, 2, 635, 0),
(1, 2, 11, 59752, 0),
(1, 4, 0, 6603, 0),
(1, 4, 1, 1752, 0),
(1, 4, 2, 2098, 0),
(1, 4, 3, 2764, 0),
(1, 4, 11, 59752, 0),
(1, 5, 0, 585, 0),
(1, 5, 1, 2050, 0),
(1, 5, 11, 59752, 0),
(1, 6, 0, 6603, 0),
(1, 6, 1, 49576, 0),
(1, 6, 2, 45477, 0),
(1, 6, 3, 45462, 0),
(1, 6, 4, 45902, 0),
(1, 6, 5, 47541, 0),
(1, 6, 11, 59752, 0),
(1, 8, 0, 133, 0),
(1, 8, 1, 168, 0),
(1, 8, 11, 59752, 0),
(1, 9, 0, 686, 0),
(1, 9, 1, 687, 0),
(1, 9, 11, 59752, 0),
(2, 1, 0, 6603, 0),
(2, 1, 72, 6603, 0),
(2, 1, 73, 78, 0),
(2, 1, 74, 20572, 0),
(2, 1, 84, 6603, 0),
(2, 1, 96, 6603, 0),
(2, 1, 108, 6603, 0),
(2, 3, 0, 6603, 0),
(2, 3, 1, 2973, 0),
(2, 3, 2, 75, 0),
(2, 3, 11, 20572, 0),
(2, 4, 0, 6603, 0),
(2, 4, 1, 1752, 0),
(2, 4, 2, 2098, 0),
(2, 4, 3, 2764, 0),
(2, 4, 4, 20572, 0),
(2, 6, 0, 6603, 0),
(2, 6, 1, 49576, 0),
(2, 6, 2, 45477, 0),
(2, 6, 3, 45462, 0),
(2, 6, 4, 45902, 0),
(2, 6, 5, 47541, 0),
(2, 6, 10, 20572, 0),
(2, 7, 0, 6603, 0),
(2, 7, 1, 403, 0),
(2, 7, 2, 331, 0),
(2, 7, 3, 33697, 0),
(2, 9, 0, 686, 0),
(2, 9, 1, 687, 0),
(2, 9, 2, 33702, 0),
(3, 1, 0, 6603, 0),
(3, 1, 1, 78, 0),
(3, 1, 72, 6603, 0),
(3, 1, 73, 78, 0),
(3, 1, 74, 20594, 0),
(3, 1, 75, 2481, 0),
(3, 1, 84, 6603, 0),
(3, 1, 96, 6603, 0),
(3, 1, 108, 6603, 0),
(3, 2, 0, 6603, 0),
(3, 2, 1, 21084, 0),
(3, 2, 2, 635, 0),
(3, 2, 3, 20594, 0),
(3, 2, 4, 2481, 0),
(3, 3, 0, 6603, 0),
(3, 3, 1, 2973, 0),
(3, 3, 2, 75, 0),
(3, 3, 3, 20594, 0),
(3, 3, 4, 2481, 0),
(3, 3, 75, 20594, 0),
(3, 3, 76, 2481, 0),
(3, 4, 0, 6603, 0),
(3, 4, 1, 1752, 0),
(3, 4, 2, 2098, 0),
(3, 4, 3, 2764, 0),
(3, 4, 4, 20594, 0),
(3, 4, 5, 2481, 0),
(3, 5, 0, 585, 0),
(3, 5, 1, 2050, 0),
(3, 5, 2, 20594, 0),
(3, 5, 3, 2481, 0),
(3, 6, 0, 6603, 0),
(3, 6, 1, 49576, 0),
(3, 6, 2, 45477, 0),
(3, 6, 3, 45462, 0),
(3, 6, 4, 45902, 0),
(3, 6, 5, 47541, 0),
(3, 6, 10, 2481, 0),
(4, 1, 72, 6603, 0),
(4, 4, 82, 58984, 0),
(4, 1, 73, 78, 0),
(4, 1, 82, 58984, 0),
(4, 1, 85, 6603, 0),
(4, 1, 97, 6603, 0),
(4, 1, 109, 6603, 0),
(4, 3, 0, 6603, 0),
(4, 3, 1, 2973, 0),
(4, 3, 2, 75, 0),
(4, 3, 3, 58984, 0),
(4, 4, 0, 6603, 0),
(4, 4, 1, 1752, 0),
(4, 4, 2, 2098, 0),
(4, 4, 3, 2764, 0),
(4, 4, 11, 58984, 0),
(4, 5, 0, 585, 0),
(4, 5, 1, 2050, 0),
(4, 5, 2, 58984, 0),
(4, 6, 0, 6603, 0),
(4, 6, 1, 49576, 0),
(4, 6, 2, 45477, 0),
(4, 6, 3, 45462, 0),
(4, 6, 4, 45902, 0),
(4, 6, 5, 47541, 0),
(4, 6, 10, 58984, 0),
(4, 6, 83, 58984, 0),
(4, 11, 0, 5176, 0),
(4, 11, 1, 5185, 0),
(4, 11, 11, 58984, 0),
(5, 1, 0, 6603, 0),
(5, 1, 72, 6603, 0),
(5, 1, 73, 78, 0),
(5, 1, 74, 20577, 0),
(5, 1, 84, 6603, 0),
(5, 1, 96, 6603, 0),
(5, 1, 108, 6603, 0),
(5, 4, 0, 6603, 0),
(5, 4, 1, 1752, 0),
(5, 4, 2, 2098, 0),
(5, 4, 3, 2764, 0),
(5, 4, 4, 20577, 0),
(5, 5, 0, 585, 0),
(5, 5, 1, 2050, 0),
(5, 5, 2, 20577, 0),
(5, 6, 0, 6603, 0),
(5, 6, 1, 49576, 0),
(5, 6, 2, 45477, 0),
(5, 6, 3, 45462, 0),
(5, 6, 4, 45902, 0),
(5, 6, 5, 47541, 0),
(5, 6, 10, 20577, 0),
(5, 8, 0, 133, 0),
(5, 8, 1, 168, 0),
(5, 8, 2, 20577, 0),
(5, 9, 0, 686, 0),
(5, 9, 1, 687, 0),
(5, 9, 2, 20577, 0),
(6, 1, 0, 6603, 0),
(6, 1, 1, 78, 0),
(6, 1, 3, 20549, 0),
(6, 1, 72, 6603, 0),
(6, 1, 73, 78, 0),
(6, 1, 74, 20549, 0),
(6, 1, 84, 6603, 0),
(6, 1, 96, 6603, 0),
(6, 1, 108, 6603, 0),
(6, 3, 0, 6603, 0),
(6, 3, 1, 2973, 0),
(6, 3, 2, 75, 0),
(6, 3, 3, 20549, 0),
(6, 3, 76, 20549, 0),
(6, 6, 0, 6603, 0),
(6, 6, 1, 49576, 0),
(6, 6, 2, 45477, 0),
(6, 6, 3, 45462, 0),
(6, 6, 4, 45902, 0),
(6, 6, 5, 47541, 0),
(6, 6, 10, 20549, 0),
(6, 6, 75, 20549, 0),
(6, 7, 0, 6603, 0),
(6, 7, 1, 403, 0),
(6, 7, 2, 331, 0),
(6, 7, 3, 20549, 0),
(6, 7, 76, 20549, 0),
(6, 11, 0, 5176, 0),
(6, 11, 1, 5185, 0),
(6, 11, 2, 20549, 0),
(6, 11, 73, 6603, 0),
(6, 11, 76, 20549, 0),
(6, 11, 85, 6603, 0),
(6, 11, 97, 6603, 0),
(6, 11, 109, 6603, 0),
(7, 1, 0, 6603, 0),
(7, 1, 1, 78, 0),
(7, 1, 11, 20589, 0),
(7, 1, 72, 6603, 0),
(7, 1, 73, 78, 0),
(7, 1, 82, 20589, 0),
(7, 1, 84, 6603, 0),
(7, 1, 96, 6603, 0),
(7, 1, 108, 6603, 0),
(7, 4, 0, 6603, 0),
(7, 4, 1, 1752, 0),
(7, 4, 2, 2098, 0),
(7, 4, 3, 2764, 0),
(7, 4, 11, 20589, 0),
(7, 6, 0, 6603, 0),
(7, 6, 1, 49576, 0),
(7, 6, 2, 45477, 0),
(7, 6, 3, 45462, 0),
(7, 6, 4, 45902, 0),
(7, 6, 5, 47541, 0),
(7, 6, 10, 20589, 0),
(7, 6, 83, 41751, 128),
(7, 6, 72, 6603, 0),
(7, 6, 11, 41751, 128),
(7, 6, 84, 6603, 0),
(7, 6, 96, 6603, 0),
(7, 6, 108, 6603, 0),
(7, 8, 0, 133, 0),
(7, 8, 1, 168, 0),
(7, 8, 11, 20589, 0),
(7, 9, 0, 686, 0),
(7, 9, 1, 687, 0),
(7, 9, 11, 20589, 0),
(8, 1, 0, 6603, 0),
(8, 1, 72, 6603, 0),
(8, 1, 73, 78, 0),
(8, 1, 74, 2764, 0),
(8, 1, 75, 26297, 0),
(8, 1, 84, 6603, 0),
(8, 1, 96, 6603, 0),
(8, 1, 108, 6603, 0),
(8, 3, 0, 6603, 0),
(8, 3, 1, 2973, 0),
(8, 3, 2, 75, 0),
(8, 8, 2, 26297, 0),
(8, 4, 0, 6603, 0),
(8, 4, 1, 1752, 0),
(8, 4, 2, 2098, 0),
(8, 4, 3, 2764, 0),
(8, 4, 4, 26297, 0),
(8, 5, 0, 585, 0),
(8, 5, 1, 2050, 0),
(8, 7, 3, 26297, 0),
(8, 6, 0, 6603, 0),
(8, 6, 1, 49576, 0),
(8, 6, 2, 45477, 0),
(8, 6, 3, 45462, 0),
(8, 6, 4, 45902, 0),
(8, 6, 5, 47541, 0),
(8, 6, 10, 26297, 0),
(8, 7, 0, 6603, 0),
(8, 7, 1, 403, 0),
(8, 7, 2, 331, 0),
(8, 5, 2, 26297, 0),
(8, 8, 0, 133, 0),
(8, 8, 1, 168, 0),
(8, 3, 3, 26297, 0),
(10, 2, 0, 6603, 0),
(10, 2, 1, 21084, 0),
(10, 2, 2, 635, 0),
(10, 2, 3, 28730, 0),
(10, 3, 0, 6603, 0),
(10, 3, 1, 2973, 0),
(10, 3, 2, 75, 0),
(10, 3, 3, 28730, 0),
(10, 4, 0, 6603, 0),
(10, 4, 1, 1752, 0),
(10, 4, 2, 2098, 0),
(10, 4, 3, 2764, 0),
(10, 4, 4, 25046, 0),
(10, 5, 0, 585, 0),
(10, 5, 1, 2050, 0),
(10, 5, 2, 28730, 0),
(10, 6, 0, 6603, 0),
(10, 6, 1, 49576, 0),
(10, 6, 2, 45477, 0),
(10, 6, 3, 45462, 0),
(10, 6, 4, 45902, 0),
(10, 6, 5, 47541, 0),
(10, 6, 6, 50613, 0),
(10, 8, 0, 133, 0),
(10, 8, 1, 168, 0),
(10, 8, 2, 28730, 0),
(10, 9, 0, 686, 0),
(10, 9, 1, 687, 0),
(10, 9, 2, 28730, 0),
(11, 1, 0, 6603, 0),
(11, 1, 72, 6603, 0),
(11, 1, 73, 78, 0),
(11, 1, 74, 28880, 0),
(11, 1, 84, 6603, 0),
(11, 1, 96, 6603, 0),
(11, 1, 108, 6603, 0),
(11, 2, 0, 6603, 0),
(11, 2, 1, 21084, 0),
(11, 2, 2, 635, 0),
(11, 2, 3, 59542, 0),
(11, 3, 0, 6603, 0),
(11, 3, 1, 2973, 0),
(11, 3, 2, 75, 0),
(11, 3, 3, 59543, 0),
(11, 3, 72, 6603, 0),
(11, 3, 73, 2973, 0),
(11, 3, 74, 75, 0),
(11, 5, 0, 585, 0),
(11, 5, 1, 2050, 0),
(11, 5, 2, 59544, 0),
(11, 6, 0, 6603, 0),
(11, 6, 1, 49576, 0),
(11, 6, 2, 45477, 0),
(11, 6, 3, 45462, 0),
(11, 6, 4, 45902, 0),
(11, 6, 5, 47541, 0),
(11, 6, 10, 59545, 0),
(11, 7, 0, 6603, 0),
(11, 7, 1, 403, 0),
(11, 7, 2, 331, 0),
(11, 7, 3, 59547, 0),
(11, 8, 0, 133, 0),
(11, 8, 1, 168, 0),
(11, 8, 2, 59548, 0),
(11, 6, 11, 41751, 128),
(11, 4, 3, 2764, 0),
(11, 4, 11, 28880, 0),
(11, 4, 2, 2098, 0),
(11, 4, 1, 1752, 0),
(11, 4, 0, 6603, 0),
(11, 9, 1, 687, 0),
(11, 9, 11, 28880, 0),
(11, 9, 0, 686, 0),
(11, 11, 1, 5185, 0),
(11, 11, 11, 28880, 0),
(11, 11, 0, 5176, 0),
(10, 1, 108, 6603, 0),
(10, 1, 73, 78, 0),
(10, 1, 82, 28730, 0),
(10, 1, 84, 6603, 0),
(10, 1, 96, 6603, 0),
(10, 1, 72, 6603, 0),
(10, 1, 0, 6603, 0),
(10, 7, 2, 331, 0),
(10, 7, 3, 20554, 0),
(10, 7, 1, 403, 0),
(10, 7, 0, 6603, 0),
(10, 11, 1, 5185, 0),
(10, 11, 11, 28730, 0),
(10, 11, 0, 5176, 0),
(3, 7, 3, 20594, 0),
(3, 7, 4, 2481, 0),
(3, 7, 1, 403, 0),
(3, 7, 2, 331, 0),
(3, 7, 0, 6603, 0),
(3, 8, 11, 20594, 0),
(3, 8, 10, 2481, 0),
(3, 8, 0, 133, 0),
(3, 8, 1, 168, 0),
(3, 9, 11, 20594, 0),
(3, 9, 10, 2481, 0),
(3, 9, 0, 686, 0),
(3, 9, 1, 687, 0),
(3, 11, 1, 5185, 0),
(3, 11, 11, 20594, 0),
(3, 11, 10, 2481, 0),
(3, 11, 0, 5176, 0),
(7, 2, 1, 21084, 0),
(7, 2, 11, 20589, 0),
(7, 2, 0, 6603, 0),
(7, 2, 2, 635, 0),
(7, 3, 2, 75, 0),
(7, 3, 0, 6603, 0),
(7, 3, 1, 2973, 0),
(7, 3, 11, 20589, 0),
(7, 5, 0, 585, 0),
(7, 5, 11, 20589, 0),
(7, 5, 1, 2050, 0),
(7, 7, 0, 6603, 0),
(7, 7, 1, 403, 0),
(7, 7, 2, 331, 0),
(7, 7, 3, 20589, 0),
(7, 11, 11, 20589, 0),
(7, 11, 1, 5185, 0),
(7, 11, 0, 5176, 0),
(1, 3, 11, 59752, 0),
(1, 3, 1, 2973, 0),
(1, 3, 0, 6603, 0),
(1, 3, 2, 75, 0),
(1, 7, 0, 6603, 0),
(1, 7, 3, 59752, 0),
(1, 7, 1, 403, 0),
(1, 7, 2, 331, 0),
(1, 11, 0, 5176, 0),
(1, 11, 1, 5185, 0),
(1, 11, 11, 59752, 0),
(4, 2, 2, 635, 0),
(4, 2, 1, 21084, 0),
(4, 2, 0, 6603, 0),
(4, 2, 11, 58984, 0),
(4, 7, 2, 331, 0),
(4, 7, 3, 58984, 0),
(4, 7, 1, 403, 0),
(4, 7, 0, 6603, 0),
(4, 8, 11, 58984, 0),
(4, 8, 1, 168, 0),
(4, 8, 0, 133, 0),
(4, 9, 11, 58984, 0),
(4, 9, 0, 686, 0),
(4, 9, 1, 687, 0),
(2, 2, 0, 6603, 0),
(2, 2, 11, 20572, 0),
(2, 2, 2, 635, 0),
(2, 2, 1, 21084, 0),
(2, 5, 0, 585, 0),
(2, 5, 1, 2050, 0),
(2, 5, 11, 20572, 0),
(2, 8, 11, 20572, 0),
(2, 8, 1, 168, 0),
(2, 8, 0, 133, 0),
(2, 11, 85, 6603, 0),
(2, 11, 0, 5176, 0),
(2, 11, 109, 6603, 0),
(2, 11, 2, 20572, 0),
(2, 11, 1, 5185, 0),
(2, 11, 73, 6603, 0),
(2, 11, 97, 6603, 0),
(2, 11, 76, 20572, 0),
(8, 2, 11, 20554, 0),
(8, 2, 2, 635, 0),
(8, 2, 1, 21084, 0),
(8, 2, 0, 6603, 0),
(8, 9, 0, 686, 0),
(8, 9, 11, 20554, 0),
(8, 9, 1, 687, 0),
(8, 11, 0, 5176, 0),
(8, 11, 11, 20554, 0),
(8, 11, 1, 5185, 0),
(6, 2, 11, 59752, 0),
(6, 2, 0, 6603, 0),
(6, 2, 1, 21084, 0),
(6, 2, 2, 635, 0),
(6, 4, 11, 20549, 0),
(6, 4, 2, 2098, 0),
(6, 4, 1, 1752, 0),
(6, 4, 3, 2764, 0),
(6, 4, 0, 6603, 0),
(6, 5, 11, 20549, 0),
(6, 5, 1, 2050, 0),
(6, 5, 0, 585, 0),
(6, 8, 1, 168, 0),
(6, 8, 0, 133, 0),
(6, 8, 11, 20549, 0),
(6, 9, 11, 20549, 0),
(6, 9, 0, 686, 0),
(6, 9, 1, 687, 0),
(5, 2, 1, 21084, 0),
(5, 2, 11, 20577, 0),
(5, 2, 2, 635, 0),
(5, 2, 0, 6603, 0),
(5, 3, 2, 75, 0),
(5, 3, 0, 6603, 0),
(5, 3, 1, 2973, 0),
(5, 3, 11, 20577, 0),
(5, 7, 0, 6603, 0),
(5, 7, 1, 403, 0),
(5, 7, 2, 331, 0),
(5, 7, 3, 20577, 0),
(5, 11, 11, 20577, 0),
(5, 11, 0, 5176, 0),
(5, 11, 1, 5185, 0);
CREATE TABLE IF NOT EXISTS `playercreateinfo_item` (
`race` tinyint(3) unsigned NOT NULL DEFAULT '0',
`class` tinyint(3) unsigned NOT NULL DEFAULT '0',
`itemid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`amount` tinyint(3) NOT NULL DEFAULT '1',
KEY `playercreateinfo_race_class_index` (`race`,`class`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `playercreateinfo_item` (`race`, `class`, `itemid`, `amount`) VALUES
(0, 6, 40582, -1),
(1, 3, 129, 1),
(1, 3, 147, 1),
(1, 3, 148, 1),
(1, 3, 2508, 1),
(1, 3, 2102, 1),
(1, 3, 12282, 1),
(1, 3, 6948, 1),
(1, 7, 153, 1),
(1, 7, 154, 1),
(1, 7, 36, 1),
(1, 7, 2362, 1),
(1, 7, 6948, 1),
(1, 11, 6123, 1),
(1, 11, 6124, 1),
(1, 11, 3661, 1),
(1, 11, 6948, 1),
(2, 2, 43, 1),
(2, 2, 44, 1),
(2, 2, 45, 1),
(2, 2, 2361, 1),
(2, 2, 6948, 1),
(2, 5, 51, 1),
(2, 5, 52, 1),
(2, 5, 53, 1),
(2, 5, 6144, 1),
(2, 5, 35, 1),
(2, 5, 6948, 1),
(2, 8, 55, 1),
(2, 8, 6096, 1),
(2, 8, 1395, 1),
(2, 8, 6140, 1),
(2, 8, 35, 1),
(2, 8, 6948, 1),
(2, 11, 6139, 1),
(2, 11, 6124, 1),
(2, 11, 35, 1),
(2, 11, 6948, 1),
(3, 7, 153, 1),
(3, 7, 154, 1),
(3, 7, 36, 1),
(3, 7, 2362, 1),
(3, 7, 6948, 1),
(3, 9, 57, 1),
(3, 9, 59, 1),
(3, 9, 1396, 1),
(3, 9, 6097, 1),
(3, 9, 35, 1),
(3, 9, 6948, 1),
(3, 11, 6139, 1),
(3, 11, 6124, 1),
(3, 11, 3661, 1),
(3, 11, 6948, 1),
(4, 2, 43, 1),
(4, 2, 44, 1),
(4, 2, 45, 1),
(4, 2, 2361, 1),
(4, 2, 6948, 1),
(4, 7, 153, 1),
(4, 7, 154, 1),
(4, 7, 36, 1),
(4, 7, 2362, 1),
(4, 7, 6948, 1),
(4, 8, 55, 1),
(4, 8, 6096, 1),
(4, 8, 1395, 1),
(4, 8, 56, 1),
(4, 8, 35, 1),
(4, 8, 6948, 1),
(4, 9, 57, 1),
(4, 9, 59, 1),
(4, 9, 1396, 1),
(4, 9, 6097, 1),
(4, 9, 35, 1),
(4, 9, 6948, 1),
(5, 2, 43, 1),
(5, 2, 44, 1),
(5, 2, 45, 1),
(5, 2, 2361, 1),
(5, 2, 6948, 1),
(5, 3, 129, 1),
(5, 3, 147, 1),
(5, 3, 148, 1),
(5, 3, 2508, 1),
(5, 3, 2102, 1),
(5, 3, 12282, 1),
(5, 3, 6948, 1),
(5, 7, 153, 1),
(5, 7, 154, 1),
(5, 7, 36, 1),
(5, 7, 2362, 1),
(5, 7, 6948, 1),
(5, 11, 6139, 1),
(5, 11, 6124, 1),
(5, 11, 35, 1),
(5, 11, 6948, 1),
(6, 2, 43, 1),
(6, 2, 44, 1),
(6, 2, 45, 1),
(6, 2, 23346, 1),
(6, 2, 6948, 1),
(6, 4, 120, 1),
(6, 4, 121, 1),
(6, 4, 2105, 1),
(6, 4, 2092, 1),
(6, 4, 50055, 1),
(6, 4, 28979, 1),
(6, 4, 6948, 1),
(6, 5, 51, 1),
(6, 5, 52, 1),
(6, 5, 53, 1),
(6, 5, 6144, 1),
(6, 5, 35, 1),
(6, 5, 6948, 1),
(6, 8, 55, 1),
(6, 8, 6096, 1),
(6, 8, 1395, 1),
(6, 8, 6140, 1),
(6, 8, 35, 1),
(6, 8, 6948, 1),
(6, 9, 6129, 1),
(6, 9, 59, 1),
(6, 9, 1396, 1),
(6, 9, 6097, 1),
(6, 9, 35, 1),
(6, 9, 6948, 1),
(7, 2, 43, 1),
(7, 2, 44, 1),
(7, 2, 45, 1),
(7, 2, 2361, 1),
(7, 2, 6948, 1),
(7, 3, 129, 1),
(7, 3, 147, 1),
(7, 3, 148, 1),
(7, 3, 2508, 1),
(7, 3, 2102, 1),
(7, 3, 12282, 1),
(7, 3, 6948, 1),
(7, 5, 51, 1),
(7, 5, 52, 1),
(7, 5, 53, 1),
(7, 5, 6098, 1),
(7, 5, 35, 1),
(7, 5, 6948, 1),
(7, 7, 153, 1),
(7, 7, 154, 1),
(7, 7, 36, 1),
(7, 7, 2362, 1),
(7, 7, 6948, 1),
(7, 11, 6139, 1),
(7, 11, 6124, 1),
(7, 11, 3661, 1),
(7, 11, 6948, 1),
(8, 2, 43, 1),
(8, 2, 44, 1),
(8, 2, 45, 1),
(8, 2, 2361, 1),
(8, 2, 6948, 1),
(8, 9, 6129, 1),
(8, 9, 59, 1),
(8, 9, 1396, 1),
(8, 9, 6097, 1),
(8, 9, 35, 1),
(8, 9, 6948, 1),
(8, 11, 6139, 1),
(8, 11, 6124, 1),
(8, 11, 35, 1),
(8, 11, 6948, 1),
(10, 1, 20915, 1),
(10, 1, 20918, 1),
(10, 1, 20919, 1),
(10, 1, 23346, 1),
(10, 1, 6948, 1),
(10, 7, 153, 1),
(10, 7, 154, 1),
(10, 7, 36, 1),
(10, 7, 2362, 1),
(10, 7, 6948, 1),
(10, 11, 6123, 1),
(10, 11, 6124, 1),
(10, 11, 3661, 1),
(10, 11, 6948, 1),
(11, 4, 120, 1),
(11, 4, 121, 1),
(11, 4, 2105, 1),
(11, 4, 2092, 1),
(11, 4, 50055, 1),
(11, 4, 28979, 1),
(11, 4, 6948, 1),
(11, 9, 6129, 1),
(11, 9, 59, 1),
(11, 9, 1396, 1),
(11, 9, 6097, 1),
(11, 9, 35, 1),
(11, 9, 6948, 1),
(11, 11, 6123, 1),
(11, 11, 6124, 1),
(11, 11, 3661, 1),
(11, 11, 6948, 1);
CREATE TABLE IF NOT EXISTS `playercreateinfo_spell` (
`racemask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`classmask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Spell` mediumint(8) unsigned NOT NULL DEFAULT '0',
`Note` varchar(255) DEFAULT NULL,
PRIMARY KEY (`racemask`,`classmask`,`Spell`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `playercreateinfo_spell` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
(1, 1, 78, 'Heroic Strike'),
(1, 1, 81, 'Dodge'),
(1, 1, 107, 'Block'),
(1, 1, 196, 'One-Handed Axes'),
(1, 1, 198, 'One-Handed Maces'),
(1, 1, 201, 'One-Handed Swords'),
(1, 1, 203, 'Unarmed'),
(1, 1, 204, 'Defense'),
(1, 1, 522, 'SPELLDEFENSE (DND)'),
(1, 1, 668, 'Language Common'),
(1, 1, 1843, 'Disarm'),
(1, 1, 2382, 'Generic'),
(1, 1, 2457, 'Battle Stance'),
(1, 1, 2479, 'Honorless Target'),
(1, 1, 3050, 'Detect'),
(1, 1, 3365, 'Opening'),
(1, 1, 5301, 'Defensive State (DND)'),
(1, 1, 6233, 'Closing'),
(1, 1, 6246, 'Closing'),
(1, 1, 6247, 'Opening'),
(1, 1, 6477, 'Opening'),
(1, 1, 6478, 'Opening'),
(1, 1, 6603, 'Attack'),
(1, 1, 7266, 'Duel'),
(1, 1, 7267, 'Grovel'),
(1, 1, 7355, 'Stuck'),
(1, 1, 8386, 'Attacking'),
(1, 1, 8737, 'Mail'),
(1, 1, 9077, 'Leather'),
(1, 1, 9078, 'Cloth'),
(1, 1, 9116, 'Shield'),
(1, 1, 9125, 'Generic'),
(1, 1, 20597, 'Sword Specialization'),
(1, 1, 20598, 'The Human Spirit'),
(1, 1, 20599, 'Diplomacy'),
(1, 1, 20864, 'Mace Specialization'),
(1, 1, 21651, 'Opening'),
(1, 1, 21652, 'Closing'),
(1, 1, 22027, 'Remove Insignia'),
(1, 1, 22810, 'Opening - No Text'),
(1, 1, 32215, 'Victorious State'),
(1, 1, 45927, 'Summon Friend'),
(1, 1, 58985, 'Perception'),
(1, 1, 59752, 'Every Man for Himself'),
(1, 1, 61437, 'Opening'),
(1, 2, 81, 'Dodge'),
(1, 2, 107, 'Block'),
(1, 2, 198, 'One-Handed Maces'),
(1, 2, 199, 'Two-Handed Maces'),
(1, 2, 203, 'Unarmed'),
(1, 2, 204, 'Defense'),
(1, 2, 522, 'SPELLDEFENSE (DND)'),
(1, 2, 635, 'Holy Light'),
(1, 2, 668, 'Language Common'),
(1, 2, 1843, 'Disarm'),
(1, 2, 2382, 'Generic'),
(1, 2, 2479, 'Honorless Target'),
(1, 2, 3050, 'Detect'),
(1, 2, 3365, 'Opening'),
(1, 2, 6233, 'Closing'),
(1, 2, 6246, 'Closing'),
(1, 2, 6247, 'Opening'),
(1, 2, 6477, 'Opening'),
(1, 2, 6478, 'Opening'),
(1, 2, 6603, 'Attack'),
(1, 2, 7266, 'Duel'),
(1, 2, 7267, 'Grovel'),
(1, 2, 7355, 'Stuck'),
(1, 2, 8386, 'Attacking'),
(1, 2, 8737, 'Mail'),
(1, 2, 9077, 'Leather'),
(1, 2, 9078, 'Cloth'),
(1, 2, 9116, 'Shield'),
(1, 2, 9125, 'Generic'),
(1, 2, 21084, 'Seal of Righteousness'),
(1, 2, 20597, 'Sword Specialization'),
(1, 2, 20598, 'The Human Spirit'),
(1, 2, 20599, 'Diplomacy'),
(1, 2, 20864, 'Mace Specialization'),
(1, 2, 21651, 'Opening'),
(1, 2, 21652, 'Closing'),
(1, 2, 22027, 'Remove Insignia'),
(1, 2, 22810, 'Opening - No Text'),
(1, 2, 27762, 'Libram'),
(1, 2, 45927, 'Summon Friend'),
(1, 2, 58985, 'Perception'),
(1, 2, 59752, 'Every Man for Himself'),
(1, 2, 61437, 'Opening'),
(1, 4, 81, 'Dodge'),
(1, 4, 203, 'Unarmed'),
(1, 4, 204, 'Defense'),
(1, 4, 522, 'SPELLDEFENSE (DND)'),
(1, 4, 668, 'Language Common'),
(1, 4, 1180, 'Daggers'),
(1, 4, 1752, 'Sinister Strike'),
(1, 4, 1843, 'Disarm'),
(1, 4, 2098, 'Eviscerate'),
(1, 4, 2382, 'Generic'),
(1, 4, 2479, 'Honorless Target'),
(1, 4, 2567, 'Thrown'),
(1, 4, 2764, 'Throw'),
(1, 4, 3050, 'Detect'),
(1, 4, 3365, 'Opening'),
(1, 4, 6233, 'Closing'),
(1, 4, 6246, 'Closing'),
(1, 4, 6247, 'Opening'),
(1, 4, 6477, 'Opening'),
(1, 4, 6478, 'Opening'),
(1, 4, 6603, 'Attack'),
(1, 4, 7266, 'Duel'),
(1, 4, 7267, 'Grovel'),
(1, 4, 7355, 'Stuck'),
(1, 4, 8386, 'Attacking'),
(1, 4, 9077, 'Leather'),
(1, 4, 9078, 'Cloth'),
(1, 4, 9125, 'Generic'),
(1, 4, 16092, 'Defensive State (DND)'),
(1, 4, 20597, 'Sword Specialization'),
(1, 4, 20598, 'The Human Spirit'),
(1, 4, 20599, 'Diplomacy'),
(1, 4, 20864, 'Mace Specialization'),
(1, 4, 21184, 'Rogue Passive (DND)'),
(1, 4, 21651, 'Opening'),
(1, 4, 21652, 'Closing'),
(1, 4, 22027, 'Remove Insignia'),
(1, 4, 22810, 'Opening - No Text'),
(1, 4, 45927, 'Summon Friend'),
(1, 4, 58985, 'Perception'),
(1, 4, 59752, 'Every Man for Himself'),
(1, 4, 61437, 'Opening'),
(1, 5, 81, 'Dodge'),
(1, 5, 198, 'One-Handed Maces'),
(1, 5, 203, 'Unarmed'),
(1, 5, 204, 'Defense'),
(1, 5, 522, 'SPELLDEFENSE (DND)'),
(1, 5, 585, 'Smite'),
(1, 5, 668, 'Language Common'),
(1, 5, 1843, 'Disarm'),
(1, 5, 2050, 'Lesser Heal'),
(1, 5, 2382, 'Generic'),
(1, 5, 2479, 'Honorless Target'),
(1, 5, 3050, 'Detect'),
(1, 5, 3365, 'Opening'),
(1, 5, 5009, 'Wands'),
(1, 5, 5019, 'Shoot'),
(1, 5, 6233, 'Closing'),
(1, 5, 6246, 'Closing'),
(1, 5, 6247, 'Opening'),
(1, 5, 6477, 'Opening'),
(1, 5, 6478, 'Opening'),
(1, 5, 6603, 'Attack'),
(1, 5, 7266, 'Duel'),
(1, 5, 7267, 'Grovel'),
(1, 5, 7355, 'Stuck'),
(1, 5, 8386, 'Attacking'),
(1, 5, 9078, 'Cloth'),
(1, 5, 9125, 'Generic'),
(1, 5, 20597, 'Sword Specialization'),
(1, 5, 20598, 'The Human Spirit'),
(1, 5, 20599, 'Diplomacy'),
(1, 5, 20864, 'Mace Specialization'),
(1, 5, 21651, 'Opening'),
(1, 5, 21652, 'Closing'),
(1, 5, 22027, 'Remove Insignia'),
(1, 5, 22810, 'Opening - No Text'),
(1, 5, 45927, 'Summon Friend'),
(1, 5, 58985, 'Perception'),
(1, 5, 59752, 'Every Man for Himself'),
(1, 5, 61437, 'Opening'),
(1, 6, 81, 'Dodge'),
(1, 6, 196, 'One-Handed Axes'),
(1, 6, 197, 'Two-Handed Axes'),
(1, 6, 200, 'Polearms'),
(1, 6, 201, 'One-Handed Swords'),
(1, 6, 202, 'Two-Handed Swords'),
(1, 6, 203, 'Unarmed'),
(1, 6, 204, 'Defense'),
(1, 6, 522, 'SPELLDEFENSE (DND)'),
(1, 6, 668, 'Language Common'),
(1, 6, 674, 'Dual Wield'),
(1, 6, 750, 'Plate Mail'),
(1, 6, 1843, 'Disarm'),
(1, 6, 2382, 'Generic'),
(1, 6, 2479, 'Honorless Target'),
(1, 6, 3050, 'Detect'),
(1, 6, 3127, 'Parry'),
(1, 6, 3275, 'Linen Bandage'),
(1, 6, 3276, 'Heavy Linen Bandage'),
(1, 6, 3277, 'Wool Bandage'),
(1, 6, 3278, 'Heavy Wool Bandage'),
(1, 6, 3365, 'Opening'),
(1, 6, 6233, 'Closing'),
(1, 6, 6246, 'Closing'),
(1, 6, 6247, 'Opening'),
(1, 6, 6477, 'Opening'),
(1, 6, 6478, 'Opening'),
(1, 6, 6603, 'Attack'),
(1, 6, 7266, 'Duel'),
(1, 6, 7267, 'Grovel'),
(1, 6, 7355, 'Stuck'),
(1, 6, 7928, 'Silk Bandage'),
(1, 6, 7929, 'Heavy Silk Bandage'),
(1, 6, 7934, 'Anti-Venom'),
(1, 6, 8386, 'Attacking'),
(1, 6, 8737, 'Mail'),
(1, 6, 9077, 'Leather'),
(1, 6, 9078, 'Cloth'),
(1, 6, 9125, 'Generic'),
(1, 6, 10840, 'Mageweave Bandage'),
(1, 6, 10841, 'Heavy Mageweave Bandage'),
(1, 6, 10846, 'First Aid'),
(1, 6, 20597, 'Sword Specialization'),
(1, 6, 20598, 'The Human Spirit'),
(1, 6, 20599, 'Diplomacy'),
(1, 6, 20864, 'Mace Specialization'),
(1, 6, 21651, 'Opening'),
(1, 6, 21652, 'Closing'),
(1, 6, 22027, 'Remove Insignia'),
(1, 6, 22810, 'Opening - No Text'),
(1, 6, 33391, 'Journeyman Riding'),
(1, 6, 45462, 'Plague Strike'),
(1, 6, 45477, 'Icy Touch'),
(1, 6, 45902, 'Blood Strike'),
(1, 6, 45903, 'Offensive State (DND)'),
(1, 6, 45927, 'Summon Friend'),
(1, 6, 47541, 'Death Coil'),
(1, 6, 48266, 'Blood Presence'),
(1, 6, 49410, 'Forceful Deflection'),
(1, 6, 49576, 'Death Grip'),
(1, 6, 52665, 'Sigil'),
(1, 6, 58985, 'Perception'),
(1, 6, 59752, 'Every Man for Himself'),
(1, 6, 59879, 'Blood Plague'),
(1, 6, 59921, 'Frost Fever'),
(1, 6, 61437, 'Opening'),
(1, 6, 61455, 'Runic Focus'),
(1, 8, 81, 'Dodge'),
(1, 8, 133, 'Fireball'),
(1, 8, 168, 'Frost Armor'),
(1, 8, 203, 'Unarmed'),
(1, 8, 204, 'Defense'),
(1, 8, 227, 'Staves'),
(1, 8, 522, 'SPELLDEFENSE (DND)'),
(1, 8, 668, 'Language Common'),
(1, 8, 1843, 'Disarm'),
(1, 8, 2382, 'Generic'),
(1, 8, 2479, 'Honorless Target'),
(1, 8, 3050, 'Detect'),
(1, 8, 3365, 'Opening'),
(1, 8, 5009, 'Wands'),
(1, 8, 5019, 'Shoot'),
(1, 8, 6233, 'Closing'),
(1, 8, 6246, 'Closing'),
(1, 8, 6247, 'Opening'),
(1, 8, 6477, 'Opening'),
(1, 8, 6478, 'Opening'),
(1, 8, 6603, 'Attack'),
(1, 8, 7266, 'Duel'),
(1, 8, 7267, 'Grovel'),
(1, 8, 7355, 'Stuck'),
(1, 8, 8386, 'Attacking'),
(1, 8, 9078, 'Cloth'),
(1, 8, 9125, 'Generic'),
(1, 8, 20597, 'Sword Specialization'),
(1, 8, 20598, 'The Human Spirit'),
(1, 8, 20599, 'Diplomacy'),
(1, 8, 20864, 'Mace Specialization'),
(1, 8, 21651, 'Opening'),
(1, 8, 21652, 'Closing'),
(1, 8, 22027, 'Remove Insignia'),
(1, 8, 22810, 'Opening - No Text'),
(1, 8, 45927, 'Summon Friend'),
(1, 8, 58985, 'Perception'),
(1, 8, 59752, 'Every Man for Himself'),
(1, 8, 61437, 'Opening'),
(1, 9, 81, 'Dodge'),
(1, 9, 203, 'Unarmed'),
(1, 9, 204, 'Defense'),
(1, 9, 522, 'SPELLDEFENSE (DND)'),
(1, 9, 668, 'Language Common'),
(1, 9, 686, 'Shadow Bolt'),
(1, 9, 687, 'Demon Skin'),
(1, 9, 1180, 'Daggers'),
(1, 9, 1843, 'Disarm'),
(1, 9, 2382, 'Generic'),
(1, 9, 2479, 'Honorless Target'),
(1, 9, 3050, 'Detect'),
(1, 9, 3365, 'Opening'),
(1, 9, 5009, 'Wands'),
(1, 9, 5019, 'Shoot'),
(1, 9, 6233, 'Closing'),
(1, 9, 6246, 'Closing'),
(1, 9, 6247, 'Opening'),
(1, 9, 6477, 'Opening'),
(1, 9, 6478, 'Opening'),
(1, 9, 6603, 'Attack'),
(1, 9, 7266, 'Duel'),
(1, 9, 7267, 'Grovel'),
(1, 9, 7355, 'Stuck'),
(1, 9, 8386, 'Attacking'),
(1, 9, 9078, 'Cloth'),
(1, 9, 9125, 'Generic'),
(1, 9, 20597, 'Sword Specialization'),
(1, 9, 20598, 'The Human Spirit'),
(1, 9, 20599, 'Diplomacy'),
(1, 9, 20864, 'Mace Specialization'),
(1, 9, 21651, 'Opening'),
(1, 9, 21652, 'Closing'),
(1, 9, 22027, 'Remove Insignia'),
(1, 9, 22810, 'Opening - No Text'),
(1, 9, 45927, 'Summon Friend'),
(5, 9, 58284, 'Chaos Bolt Passive'),
(1, 9, 58985, 'Perception'),
(1, 9, 59752, 'Every Man for Himself'),
(1, 9, 61437, 'Opening'),
(2, 1, 78, 'Heroic Strike'),
(2, 1, 81, 'Dodge'),
(2, 1, 107, 'Block'),
(2, 1, 196, 'One-Handed Axes'),
(2, 1, 197, 'Two-Handed Axes'),
(2, 1, 201, 'One-Handed Swords'),
(2, 1, 203, 'Unarmed'),
(2, 1, 204, 'Defense'),
(2, 1, 522, 'SPELLDEFENSE (DND)'),
(2, 1, 669, 'Language Orcish'),
(2, 1, 1843, 'Disarm'),
(2, 1, 2382, 'Generic'),
(2, 1, 2457, 'Battle Stance'),
(2, 1, 2479, 'Honorless Target'),
(2, 1, 3050, 'Detect'),
(2, 1, 3365, 'Opening'),
(2, 1, 5301, 'Defensive State (DND)'),
(2, 1, 6233, 'Closing'),
(2, 1, 6246, 'Closing'),
(2, 1, 6247, 'Opening'),
(2, 1, 6477, 'Opening'),
(2, 1, 6478, 'Opening'),
(2, 1, 6603, 'Attack'),
(2, 1, 7266, 'Duel'),
(2, 1, 7267, 'Grovel'),
(2, 1, 7355, 'Stuck'),
(2, 1, 8386, 'Attacking'),
(2, 1, 8737, 'Mail'),
(2, 1, 9077, 'Leather'),
(2, 1, 9078, 'Cloth'),
(2, 1, 9116, 'Shield'),
(2, 1, 9125, 'Generic'),
(2, 1, 20572, 'Blood Fury'),
(2, 1, 20573, 'Hardiness'),
(2, 1, 20574, 'Axe Specialization'),
(2, 1, 21563, 'Command'),
(2, 1, 21651, 'Opening'),
(2, 1, 21652, 'Closing'),
(2, 1, 22027, 'Remove Insignia'),
(2, 1, 22810, 'Opening - No Text'),
(2, 1, 32215, 'Victorious State'),
(2, 1, 45927, 'Summon Friend'),
(2, 1, 61437, 'Opening'),
(2, 3, 75, 'Auto Shot'),
(2, 3, 81, 'Dodge'),
(2, 3, 196, 'One-Handed Axes'),
(2, 3, 203, 'Unarmed'),
(2, 3, 204, 'Defense'),
(2, 3, 264, 'Bows'),
(2, 3, 522, 'SPELLDEFENSE (DND)'),
(2, 3, 669, 'Language Orcish'),
(2, 3, 1843, 'Disarm'),
(2, 3, 2382, 'Generic'),
(2, 3, 2479, 'Honorless Target'),
(2, 3, 2973, 'Raptor Strike'),
(2, 3, 3050, 'Detect'),
(2, 3, 3365, 'Opening'),
(2, 3, 6233, 'Closing'),
(2, 3, 6246, 'Closing'),
(2, 3, 6247, 'Opening'),
(2, 3, 6477, 'Opening'),
(2, 3, 6478, 'Opening'),
(2, 3, 6603, 'Attack'),
(2, 3, 7266, 'Duel'),
(2, 3, 7267, 'Grovel'),
(2, 3, 7355, 'Stuck'),
(2, 3, 8386, 'Attacking'),
(2, 3, 9077, 'Leather'),
(2, 3, 9078, 'Cloth'),
(2, 3, 9125, 'Generic'),
(2, 3, 13358, 'Defensive State (DND)'),
(2, 3, 20572, 'Blood Fury'),
(2, 3, 20573, 'Hardiness'),
(2, 3, 20574, 'Axe Specialization'),
(2, 3, 20576, 'Command'),
(2, 3, 21651, 'Opening'),
(2, 3, 21652, 'Closing'),
(2, 3, 22027, 'Remove Insignia'),
(2, 3, 22810, 'Opening - No Text'),
(2, 3, 24949, 'Defensive State 2 (DND)'),
(2, 3, 34082, 'Advantaged State (DND)'),
(2, 3, 45927, 'Summon Friend'),
(2, 3, 61437, 'Opening'),
(2, 4, 81, 'Dodge'),
(2, 4, 203, 'Unarmed'),
(2, 4, 204, 'Defense'),
(2, 4, 522, 'SPELLDEFENSE (DND)'),
(2, 4, 669, 'Language Orcish'),
(2, 4, 1180, 'Daggers'),
(2, 4, 1752, 'Sinister Strike'),
(2, 4, 1843, 'Disarm'),
(2, 4, 2098, 'Eviscerate'),
(2, 4, 2382, 'Generic'),
(2, 4, 2479, 'Honorless Target'),
(2, 4, 2567, 'Thrown'),
(2, 4, 2764, 'Throw'),
(2, 4, 3050, 'Detect'),
(2, 4, 3365, 'Opening'),
(2, 4, 6233, 'Closing'),
(2, 4, 6246, 'Closing'),
(2, 4, 6247, 'Opening'),
(2, 4, 6477, 'Opening'),
(2, 4, 6478, 'Opening'),
(2, 4, 6603, 'Attack'),
(2, 4, 7266, 'Duel'),
(2, 4, 7267, 'Grovel'),
(2, 4, 7355, 'Stuck'),
(2, 4, 8386, 'Attacking'),
(2, 4, 9077, 'Leather'),
(2, 4, 9078, 'Cloth'),
(2, 4, 9125, 'Generic'),
(2, 4, 16092, 'Defensive State (DND)'),
(2, 4, 20572, 'Blood Fury'),
(2, 4, 20573, 'Hardiness'),
(2, 4, 20574, 'Axe Specialization'),
(2, 4, 21184, 'Rogue Passive (DND)'),
(2, 4, 21563, 'Command'),
(2, 4, 21651, 'Opening'),
(2, 4, 21652, 'Closing'),
(2, 4, 22027, 'Remove Insignia'),
(2, 4, 22810, 'Opening - No Text'),
(2, 4, 45927, 'Summon Friend'),
(2, 4, 61437, 'Opening'),
(2, 6, 81, 'Dodge'),
(2, 6, 196, 'One-Handed Axes'),
(2, 6, 197, 'Two-Handed Axes'),
(2, 6, 200, 'Polearms'),
(2, 6, 201, 'One-Handed Swords'),
(2, 6, 202, 'Two-Handed Swords'),
(2, 6, 203, 'Unarmed'),
(2, 6, 204, 'Defense'),
(2, 6, 522, 'SPELLDEFENSE (DND)'),
(2, 6, 669, 'Language Orcish'),
(2, 6, 674, 'Dual Wield'),
(2, 6, 750, 'Plate Mail'),
(2, 6, 1843, 'Disarm'),
(2, 6, 2382, 'Generic'),
(2, 6, 2479, 'Honorless Target'),
(2, 6, 3050, 'Detect'),
(2, 6, 3127, 'Parry'),
(2, 6, 3275, 'Linen Bandage'),
(2, 6, 3276, 'Heavy Linen Bandage'),
(2, 6, 3277, 'Wool Bandage'),
(2, 6, 3278, 'Heavy Wool Bandage'),
(2, 6, 3365, 'Opening'),
(2, 6, 6233, 'Closing'),
(2, 6, 6246, 'Closing'),
(2, 6, 6247, 'Opening'),
(2, 6, 6477, 'Opening'),
(2, 6, 6478, 'Opening'),
(2, 6, 6603, 'Attack'),
(2, 6, 7266, 'Duel'),
(2, 6, 7267, 'Grovel'),
(2, 6, 7355, 'Stuck'),
(2, 6, 7928, 'Silk Bandage'),
(2, 6, 7929, 'Heavy Silk Bandage'),
(2, 6, 7934, 'Anti-Venom'),
(2, 6, 8386, 'Attacking'),
(2, 6, 8737, 'Mail'),
(2, 6, 9077, 'Leather'),
(2, 6, 9078, 'Cloth'),
(2, 6, 9125, 'Generic'),
(2, 6, 10840, 'Mageweave Bandage'),
(2, 6, 10841, 'Heavy Mageweave Bandage'),
(2, 6, 10846, 'First Aid'),
(2, 6, 20572, 'Blood Fury'),
(2, 6, 20573, 'Hardiness'),
(2, 6, 20574, 'Axe Specialization'),
(2, 6, 21651, 'Opening'),
(2, 6, 21652, 'Closing'),
(2, 6, 22027, 'Remove Insignia'),
(2, 6, 22810, 'Opening - No Text'),
(2, 6, 33391, 'Journeyman Riding'),
(2, 6, 45462, 'Plague Strike'),
(2, 6, 45477, 'Icy Touch'),
(2, 6, 45902, 'Blood Strike'),
(2, 6, 45903, 'Offensive State (DND)'),
(2, 6, 45927, 'Summon Friend'),
(2, 6, 47541, 'Death Coil'),
(2, 6, 48266, 'Blood Presence'),
(2, 6, 49410, 'Forceful Deflection'),
(2, 6, 49576, 'Death Grip'),
(2, 6, 52665, 'Sigil'),
(2, 6, 54562, 'Command'),
(2, 6, 59879, 'Blood Plague'),
(2, 6, 59921, 'Frost Fever'),
(2, 6, 61437, 'Opening'),
(2, 6, 61455, 'Runic Focus'),
(2, 7, 81, 'Dodge'),
(2, 7, 107, 'Block'),
(2, 7, 198, 'One-Handed Maces'),
(2, 7, 203, 'Unarmed'),
(2, 7, 204, 'Defense'),
(2, 7, 227, 'Staves'),
(2, 7, 331, 'Healing Wave'),
(2, 7, 403, 'Lightning Bolt'),
(2, 7, 522, 'SPELLDEFENSE (DND)'),
(2, 7, 669, 'Language Orcish'),
(2, 7, 1843, 'Disarm'),
(2, 7, 2382, 'Generic'),
(2, 7, 2479, 'Honorless Target'),
(2, 7, 3050, 'Detect'),
(2, 7, 3365, 'Opening'),
(2, 7, 6233, 'Closing'),
(2, 7, 6246, 'Closing'),
(2, 7, 6247, 'Opening'),
(2, 7, 6477, 'Opening'),
(2, 7, 6478, 'Opening'),
(2, 7, 6603, 'Attack'),
(2, 7, 7266, 'Duel'),
(2, 7, 7267, 'Grovel'),
(2, 7, 7355, 'Stuck'),
(2, 7, 8386, 'Attacking'),
(2, 7, 9077, 'Leather'),
(2, 7, 9078, 'Cloth'),
(2, 7, 9116, 'Shield'),
(2, 7, 9125, 'Generic'),
(2, 7, 20573, 'Hardiness'),
(2, 7, 20574, 'Axe Specialization'),
(2, 7, 21563, 'Command'),
(2, 7, 21651, 'Opening'),
(2, 7, 21652, 'Closing'),
(2, 7, 22027, 'Remove Insignia'),
(2, 7, 22810, 'Opening - No Text'),
(2, 7, 27763, 'Totem'),
(2, 7, 33697, 'Blood Fury'),
(2, 7, 45927, 'Summon Friend'),
(2, 7, 61437, 'Opening'),
(2, 9, 81, 'Dodge'),
(2, 9, 203, 'Unarmed'),
(2, 9, 204, 'Defense'),
(2, 9, 522, 'SPELLDEFENSE (DND)'),
(2, 9, 669, 'Language Orcish'),
(2, 9, 686, 'Shadow Bolt'),
(2, 9, 687, 'Demon Skin'),
(2, 9, 1180, 'Daggers'),
(2, 9, 1843, 'Disarm'),
(2, 9, 2382, 'Generic'),
(2, 9, 2479, 'Honorless Target'),
(2, 9, 3050, 'Detect'),
(2, 9, 3365, 'Opening'),
(2, 9, 5009, 'Wands'),
(2, 9, 5019, 'Shoot'),
(2, 9, 6233, 'Closing'),
(2, 9, 6246, 'Closing'),
(2, 9, 6247, 'Opening'),
(2, 9, 6477, 'Opening'),
(2, 9, 6478, 'Opening'),
(2, 9, 6603, 'Attack'),
(2, 9, 7266, 'Duel'),
(2, 9, 7267, 'Grovel'),
(2, 9, 7355, 'Stuck'),
(2, 9, 8386, 'Attacking'),
(2, 9, 9078, 'Cloth'),
(2, 9, 9125, 'Generic'),
(2, 9, 20573, 'Hardiness'),
(2, 9, 20574, 'Axe Specialization'),
(2, 9, 20575, 'Command'),
(2, 9, 21651, 'Opening'),
(2, 9, 21652, 'Closing'),
(2, 9, 22027, 'Remove Insignia'),
(2, 9, 22810, 'Opening - No Text'),
(2, 9, 33702, 'Blood Fury'),
(2, 9, 45927, 'Summon Friend'),
(2, 9, 58284, 'Chaos Bolt Passive'),
(2, 9, 61437, 'Opening'),
(3, 1, 78, 'Heroic Strike'),
(3, 1, 81, 'Dodge'),
(3, 1, 107, 'Block'),
(3, 1, 196, 'One-Handed Axes'),
(3, 1, 197, 'Two-Handed Axes'),
(3, 1, 198, 'One-Handed Maces'),
(3, 1, 203, 'Unarmed'),
(3, 1, 204, 'Defense'),
(3, 1, 522, 'SPELLDEFENSE (DND)'),
(3, 1, 668, 'Language Common'),
(3, 1, 672, 'Language Dwarven'),
(3, 1, 1843, 'Disarm'),
(3, 1, 2382, 'Generic'),
(3, 1, 2457, 'Battle Stance'),
(3, 1, 2479, 'Honorless Target'),
(3, 1, 2481, 'Find Treasure'),
(3, 1, 3050, 'Detect'),
(3, 1, 3365, 'Opening'),
(3, 1, 5301, 'Defensive State (DND)'),
(3, 1, 6233, 'Closing'),
(3, 1, 6246, 'Closing'),
(3, 1, 6247, 'Opening'),
(3, 1, 6477, 'Opening'),
(3, 1, 6478, 'Opening'),
(3, 1, 6603, 'Attack'),
(3, 1, 7266, 'Duel'),
(3, 1, 7267, 'Grovel'),
(3, 1, 7355, 'Stuck'),
(3, 1, 8386, 'Attacking'),
(3, 1, 8737, 'Mail'),
(3, 1, 9077, 'Leather'),
(3, 1, 9078, 'Cloth'),
(3, 1, 9116, 'Shield'),
(3, 1, 9125, 'Generic'),
(3, 1, 20594, 'Stoneform'),
(3, 1, 20595, 'Gun Specialization'),
(3, 1, 20596, 'Frost Resistance'),
(3, 1, 21651, 'Opening'),
(3, 1, 21652, 'Closing'),
(3, 1, 22027, 'Remove Insignia'),
(3, 1, 22810, 'Opening - No Text'),
(3, 1, 32215, 'Victorious State'),
(3, 1, 45927, 'Summon Friend'),
(3, 1, 59224, 'Mace Specialization'),
(3, 1, 61437, 'Opening'),
(3, 2, 81, 'Dodge'),
(3, 2, 107, 'Block'),
(3, 2, 198, 'One-Handed Maces'),
(3, 2, 199, 'Two-Handed Maces'),
(3, 2, 203, 'Unarmed'),
(3, 2, 204, 'Defense'),
(3, 2, 522, 'SPELLDEFENSE (DND)'),
(3, 2, 635, 'Holy Light'),
(3, 2, 668, 'Language Common'),
(3, 2, 672, 'Language Dwarven'),
(3, 2, 1843, 'Disarm'),
(3, 2, 2382, 'Generic'),
(3, 2, 2479, 'Honorless Target'),
(3, 2, 2481, 'Find Treasure'),
(3, 2, 3050, 'Detect'),
(3, 2, 3365, 'Opening'),
(3, 2, 6233, 'Closing'),
(3, 2, 6246, 'Closing'),
(3, 2, 6247, 'Opening'),
(3, 2, 6477, 'Opening'),
(3, 2, 6478, 'Opening'),
(3, 2, 6603, 'Attack'),
(3, 2, 7266, 'Duel'),
(3, 2, 7267, 'Grovel'),
(3, 2, 7355, 'Stuck'),
(3, 2, 8386, 'Attacking'),
(3, 2, 8737, 'Mail'),
(3, 2, 9077, 'Leather'),
(3, 2, 9078, 'Cloth'),
(3, 2, 9116, 'Shield'),
(3, 2, 9125, 'Generic'),
(3, 2, 21084, 'Seal of Righteousness'),
(3, 2, 20594, 'Stoneform'),
(3, 2, 20595, 'Gun Specialization'),
(3, 2, 20596, 'Frost Resistance'),
(3, 2, 21651, 'Opening'),
(3, 2, 21652, 'Closing'),
(3, 2, 22027, 'Remove Insignia'),
(3, 2, 22810, 'Opening - No Text'),
(3, 2, 27762, 'Libram'),
(3, 2, 45927, 'Summon Friend'),
(3, 2, 59224, 'Mace Specialization'),
(3, 2, 61437, 'Opening'),
(3, 3, 75, 'Auto Shot'),
(3, 3, 81, 'Dodge'),
(3, 3, 196, 'One-Handed Axes'),
(3, 3, 203, 'Unarmed'),
(3, 3, 204, 'Defense'),
(3, 3, 266, 'Guns'),
(3, 3, 522, 'SPELLDEFENSE (DND)'),
(3, 3, 668, 'Language Common'),
(3, 3, 672, 'Language Dwarven'),
(3, 3, 1843, 'Disarm'),
(3, 3, 2382, 'Generic'),
(3, 3, 2479, 'Honorless Target'),
(3, 3, 2481, 'Find Treasure'),
(3, 3, 2973, 'Raptor Strike'),
(3, 3, 3050, 'Detect'),
(3, 3, 3365, 'Opening'),
(3, 3, 6233, 'Closing'),
(3, 3, 6246, 'Closing'),
(3, 3, 6247, 'Opening'),
(3, 3, 6477, 'Opening'),
(3, 3, 6478, 'Opening'),
(3, 3, 6603, 'Attack'),
(3, 3, 7266, 'Duel'),
(3, 3, 7267, 'Grovel'),
(3, 3, 7355, 'Stuck'),
(3, 3, 8386, 'Attacking'),
(3, 3, 9077, 'Leather'),
(3, 3, 9078, 'Cloth'),
(3, 3, 9125, 'Generic'),
(3, 3, 13358, 'Defensive State (DND)'),
(3, 3, 20594, 'Stoneform'),
(3, 3, 20595, 'Gun Specialization'),
(3, 3, 20596, 'Frost Resistance'),
(3, 3, 21651, 'Opening'),
(3, 3, 21652, 'Closing'),
(3, 3, 22027, 'Remove Insignia'),
(3, 3, 22810, 'Opening - No Text'),
(3, 3, 24949, 'Defensive State 2 (DND)'),
(3, 3, 34082, 'Advantaged State (DND)'),
(3, 3, 45927, 'Summon Friend'),
(3, 3, 59224, 'Mace Specialization'),
(3, 3, 61437, 'Opening'),
(3, 4, 81, 'Dodge'),
(3, 4, 203, 'Unarmed'),
(3, 4, 204, 'Defense'),
(3, 4, 522, 'SPELLDEFENSE (DND)'),
(3, 4, 668, 'Language Common'),
(3, 4, 672, 'Language Dwarven'),
(3, 4, 1180, 'Daggers'),
(3, 4, 1752, 'Sinister Strike'),
(3, 4, 1843, 'Disarm'),
(3, 4, 2098, 'Eviscerate'),
(3, 4, 2382, 'Generic'),
(3, 4, 2479, 'Honorless Target'),
(3, 4, 2481, 'Find Treasure'),
(3, 4, 2567, 'Thrown'),
(3, 4, 2764, 'Throw'),
(3, 4, 3050, 'Detect'),
(3, 4, 3365, 'Opening'),
(3, 4, 6233, 'Closing'),
(3, 4, 6246, 'Closing'),
(3, 4, 6247, 'Opening'),
(3, 4, 6477, 'Opening'),
(3, 4, 6478, 'Opening'),
(3, 4, 6603, 'Attack'),
(3, 4, 7266, 'Duel'),
(3, 4, 7267, 'Grovel'),
(3, 4, 7355, 'Stuck'),
(3, 4, 8386, 'Attacking'),
(3, 4, 9077, 'Leather'),
(3, 4, 9078, 'Cloth'),
(3, 4, 9125, 'Generic'),
(3, 4, 16092, 'Defensive State (DND)'),
(3, 4, 20594, 'Stoneform'),
(3, 4, 20595, 'Gun Specialization'),
(3, 4, 20596, 'Frost Resistance'),
(3, 4, 21184, 'Rogue Passive (DND)'),
(3, 4, 21651, 'Opening'),
(3, 4, 21652, 'Closing'),
(3, 4, 22027, 'Remove Insignia'),
(3, 4, 22810, 'Opening - No Text'),
(3, 4, 45927, 'Summon Friend'),
(3, 4, 59224, 'Mace Specialization'),
(3, 4, 61437, 'Opening'),
(3, 5, 81, 'Dodge'),
(3, 5, 198, 'One-Handed Maces'),
(3, 5, 203, 'Unarmed'),
(3, 5, 204, 'Defense'),
(3, 5, 522, 'SPELLDEFENSE (DND)'),
(3, 5, 585, 'Smite'),
(3, 5, 668, 'Language Common'),
(3, 5, 672, 'Language Dwarven'),
(3, 5, 1843, 'Disarm'),
(3, 5, 2050, 'Lesser Heal'),
(3, 5, 2382, 'Generic'),
(3, 5, 2479, 'Honorless Target'),
(3, 5, 2481, 'Find Treasure'),
(3, 5, 3050, 'Detect'),
(3, 5, 3365, 'Opening'),
(3, 5, 5009, 'Wands'),
(3, 5, 5019, 'Shoot'),
(3, 5, 6233, 'Closing'),
(3, 5, 6246, 'Closing'),
(3, 5, 6247, 'Opening'),
(3, 5, 6477, 'Opening'),
(3, 5, 6478, 'Opening'),
(3, 5, 6603, 'Attack'),
(3, 5, 7266, 'Duel'),
(3, 5, 7267, 'Grovel'),
(3, 5, 7355, 'Stuck'),
(3, 5, 8386, 'Attacking'),
(3, 5, 9078, 'Cloth'),
(3, 5, 9125, 'Generic'),
(3, 5, 20594, 'Stoneform'),
(3, 5, 20595, 'Gun Specialization'),
(3, 5, 20596, 'Frost Resistance'),
(3, 5, 21651, 'Opening'),
(3, 5, 21652, 'Closing'),
(3, 5, 22027, 'Remove Insignia'),
(3, 5, 22810, 'Opening - No Text'),
(3, 5, 45927, 'Summon Friend'),
(3, 5, 59224, 'Mace Specialization'),
(3, 5, 61437, 'Opening'),
(3, 6, 81, 'Dodge'),
(3, 6, 196, 'One-Handed Axes'),
(3, 6, 197, 'Two-Handed Axes'),
(3, 6, 200, 'Polearms'),
(3, 6, 201, 'One-Handed Swords'),
(3, 6, 202, 'Two-Handed Swords'),
(3, 6, 203, 'Unarmed'),
(3, 6, 204, 'Defense'),
(3, 6, 522, 'SPELLDEFENSE (DND)'),
(3, 6, 668, 'Language Common'),
(3, 6, 672, 'Language Dwarven'),
(3, 6, 674, 'Dual Wield'),
(3, 6, 750, 'Plate Mail'),
(3, 6, 1843, 'Disarm'),
(3, 6, 2382, 'Generic'),
(3, 6, 2479, 'Honorless Target'),
(3, 6, 2481, 'Find Treasure'),
(3, 6, 3050, 'Detect'),
(3, 6, 3127, 'Parry'),
(3, 6, 3275, 'Linen Bandage'),
(3, 6, 3276, 'Heavy Linen Bandage'),
(3, 6, 3277, 'Wool Bandage'),
(3, 6, 3278, 'Heavy Wool Bandage'),
(3, 6, 3365, 'Opening'),
(3, 6, 6233, 'Closing'),
(3, 6, 6246, 'Closing'),
(3, 6, 6247, 'Opening'),
(3, 6, 6477, 'Opening'),
(3, 6, 6478, 'Opening'),
(3, 6, 6603, 'Attack'),
(3, 6, 7266, 'Duel'),
(3, 6, 7267, 'Grovel'),
(3, 6, 7355, 'Stuck'),
(3, 6, 7928, 'Silk Bandage'),
(3, 6, 7929, 'Heavy Silk Bandage'),
(3, 6, 7934, 'Anti-Venom'),
(3, 6, 8386, 'Attacking'),
(3, 6, 8737, 'Mail'),
(3, 6, 9077, 'Leather'),
(3, 6, 9078, 'Cloth'),
(3, 6, 9125, 'Generic'),
(3, 6, 10840, 'Mageweave Bandage'),
(3, 6, 10841, 'Heavy Mageweave Bandage'),
(3, 6, 10846, 'First Aid'),
(3, 6, 20594, 'Stoneform'),
(3, 6, 20595, 'Gun Specialization'),
(3, 6, 20596, 'Frost Resistance'),
(3, 6, 21651, 'Opening'),
(3, 6, 21652, 'Closing'),
(3, 6, 22027, 'Remove Insignia'),
(3, 6, 22810, 'Opening - No Text'),
(3, 6, 33391, 'Journeyman Riding'),
(3, 6, 45462, 'Plague Strike'),
(3, 6, 45477, 'Icy Touch'),
(3, 6, 45902, 'Blood Strike'),
(3, 6, 45903, 'Offensive State (DND)'),
(3, 6, 45927, 'Summon Friend'),
(3, 6, 47541, 'Death Coil'),
(3, 6, 48266, 'Blood Presence'),
(3, 6, 49410, 'Forceful Deflection'),
(3, 6, 49576, 'Death Grip'),
(3, 6, 52665, 'Sigil'),
(3, 6, 59224, 'Mace Specialization'),
(3, 6, 59879, 'Blood Plague'),
(3, 6, 59921, 'Frost Fever'),
(3, 6, 61437, 'Opening'),
(3, 6, 61455, 'Runic Focus'),
(4, 1, 78, 'Heroic Strike'),
(4, 1, 81, 'Dodge'),
(4, 1, 107, 'Block'),
(4, 1, 198, 'One-Handed Maces'),
(4, 1, 201, 'One-Handed Swords'),
(4, 1, 203, 'Unarmed'),
(4, 1, 204, 'Defense'),
(4, 1, 522, 'SPELLDEFENSE (DND)'),
(4, 1, 668, 'Language Common'),
(4, 1, 671, 'Language Darnassian'),
(4, 1, 1180, 'Daggers'),
(4, 1, 1843, 'Disarm'),
(4, 1, 2382, 'Generic'),
(4, 1, 2457, 'Battle Stance'),
(4, 1, 2479, 'Honorless Target'),
(4, 1, 3050, 'Detect'),
(4, 1, 3365, 'Opening'),
(4, 1, 5301, 'Defensive State (DND)'),
(4, 1, 6233, 'Closing'),
(4, 1, 6246, 'Closing'),
(4, 1, 6247, 'Opening'),
(4, 1, 6477, 'Opening'),
(4, 1, 6478, 'Opening'),
(4, 1, 6603, 'Attack'),
(4, 1, 7266, 'Duel'),
(4, 1, 7267, 'Grovel'),
(4, 1, 7355, 'Stuck'),
(4, 1, 8386, 'Attacking'),
(4, 1, 8737, 'Mail'),
(4, 1, 9077, 'Leather'),
(4, 1, 9078, 'Cloth'),
(4, 1, 9116, 'Shield'),
(4, 1, 9125, 'Generic'),
(4, 1, 20582, 'Quickness'),
(4, 1, 20583, 'Nature Resistance'),
(4, 1, 20585, 'Wisp Spirit'),
(4, 1, 21651, 'Opening'),
(4, 1, 21652, 'Closing'),
(4, 1, 22027, 'Remove Insignia'),
(4, 1, 22810, 'Opening - No Text'),
(4, 1, 32215, 'Victorious State'),
(4, 1, 45927, 'Summon Friend'),
(4, 1, 58984, 'Shadowmelt'),
(4, 1, 61437, 'Opening'),
(4, 3, 75, 'Auto Shot'),
(4, 3, 81, 'Dodge'),
(4, 3, 203, 'Unarmed'),
(4, 3, 204, 'Defense'),
(4, 3, 264, 'Bows'),
(4, 3, 522, 'SPELLDEFENSE (DND)'),
(4, 3, 668, 'Language Common'),
(4, 3, 671, 'Language Darnassian'),
(4, 3, 1180, 'Daggers'),
(4, 3, 1843, 'Disarm'),
(4, 3, 2382, 'Generic'),
(4, 3, 2479, 'Honorless Target'),
(4, 3, 2973, 'Raptor Strike'),
(4, 3, 3050, 'Detect'),
(4, 3, 3365, 'Opening'),
(4, 3, 6233, 'Closing'),
(4, 3, 6246, 'Closing'),
(4, 3, 6247, 'Opening'),
(4, 3, 6477, 'Opening'),
(4, 3, 6478, 'Opening'),
(4, 3, 6603, 'Attack'),
(4, 3, 7266, 'Duel'),
(4, 3, 7267, 'Grovel'),
(4, 3, 7355, 'Stuck'),
(4, 3, 8386, 'Attacking'),
(4, 3, 9077, 'Leather'),
(4, 3, 9078, 'Cloth'),
(4, 3, 9125, 'Generic'),
(4, 3, 13358, 'Defensive State (DND)'),
(4, 3, 20582, 'Quickness'),
(4, 3, 20583, 'Nature Resistance'),
(4, 3, 20585, 'Wisp Spirit'),
(4, 3, 21651, 'Opening'),
(4, 3, 21652, 'Closing'),
(4, 3, 22027, 'Remove Insignia'),
(4, 3, 22810, 'Opening - No Text'),
(4, 3, 24949, 'Defensive State 2 (DND)'),
(4, 3, 34082, 'Advantaged State (DND)'),
(4, 3, 45927, 'Summon Friend'),
(4, 3, 58984, 'Shadowmelt'),
(4, 3, 61437, 'Opening'),
(4, 4, 81, 'Dodge'),
(4, 4, 203, 'Unarmed'),
(4, 4, 204, 'Defense'),
(4, 4, 522, 'SPELLDEFENSE (DND)'),
(4, 4, 668, 'Language Common'),
(4, 4, 671, 'Language Darnassian'),
(4, 4, 1180, 'Daggers'),
(4, 4, 1752, 'Sinister Strike'),
(4, 4, 1843, 'Disarm'),
(4, 4, 2098, 'Eviscerate'),
(4, 4, 2382, 'Generic'),
(4, 4, 2479, 'Honorless Target'),
(4, 4, 2567, 'Thrown'),
(4, 4, 2764, 'Throw'),
(4, 4, 3050, 'Detect'),
(4, 4, 3365, 'Opening'),
(4, 4, 6233, 'Closing'),
(4, 4, 6246, 'Closing'),
(4, 4, 6247, 'Opening'),
(4, 4, 6477, 'Opening'),
(4, 4, 6478, 'Opening'),
(4, 4, 6603, 'Attack'),
(4, 4, 7266, 'Duel'),
(4, 4, 7267, 'Grovel'),
(4, 4, 7355, 'Stuck'),
(4, 4, 8386, 'Attacking'),
(4, 4, 9077, 'Leather'),
(4, 4, 9078, 'Cloth'),
(4, 4, 9125, 'Generic'),
(4, 4, 16092, 'Defensive State (DND)'),
(4, 4, 20582, 'Quickness'),
(4, 4, 20583, 'Nature Resistance'),
(4, 4, 20585, 'Wisp Spirit'),
(4, 4, 21184, 'Rogue Passive (DND)'),
(4, 4, 21651, 'Opening'),
(4, 4, 21652, 'Closing'),
(4, 4, 22027, 'Remove Insignia'),
(4, 4, 22810, 'Opening - No Text'),
(4, 4, 45927, 'Summon Friend'),
(4, 4, 58984, 'Shadowmelt'),
(4, 4, 61437, 'Opening'),
(4, 5, 81, 'Dodge'),
(4, 5, 198, 'One-Handed Maces'),
(4, 5, 203, 'Unarmed'),
(4, 5, 204, 'Defense'),
(4, 5, 522, 'SPELLDEFENSE (DND)'),
(4, 5, 585, 'Smite'),
(4, 5, 668, 'Language Common'),
(4, 5, 671, 'Language Darnassian'),
(4, 5, 1843, 'Disarm'),
(4, 5, 2050, 'Lesser Heal'),
(4, 5, 2382, 'Generic'),
(4, 5, 2479, 'Honorless Target'),
(4, 5, 3050, 'Detect'),
(4, 5, 3365, 'Opening'),
(4, 5, 5009, 'Wands'),
(4, 5, 5019, 'Shoot'),
(4, 5, 6233, 'Closing'),
(4, 5, 6246, 'Closing'),
(4, 5, 6247, 'Opening'),
(4, 5, 6477, 'Opening'),
(4, 5, 6478, 'Opening'),
(4, 5, 6603, 'Attack'),
(4, 5, 7266, 'Duel'),
(4, 5, 7267, 'Grovel'),
(4, 5, 7355, 'Stuck'),
(4, 5, 8386, 'Attacking'),
(4, 5, 9078, 'Cloth'),
(4, 5, 9125, 'Generic'),
(4, 5, 20582, 'Quickness'),
(4, 5, 20583, 'Nature Resistance'),
(4, 5, 20585, 'Wisp Spirit'),
(4, 5, 21651, 'Opening'),
(4, 5, 21652, 'Closing'),
(4, 5, 22027, 'Remove Insignia'),
(4, 5, 22810, 'Opening - No Text'),
(4, 5, 45927, 'Summon Friend'),
(4, 5, 58984, 'Shadowmelt'),
(4, 5, 61437, 'Opening'),
(4, 6, 81, 'Dodge'),
(4, 6, 196, 'One-Handed Axes'),
(4, 6, 197, 'Two-Handed Axes'),
(4, 6, 200, 'Polearms'),
(4, 6, 201, 'One-Handed Swords'),
(4, 6, 202, 'Two-Handed Swords'),
(4, 6, 203, 'Unarmed'),
(4, 6, 204, 'Defense'),
(4, 6, 522, 'SPELLDEFENSE (DND)'),
(4, 6, 668, 'Language Common'),
(4, 6, 671, 'Language Darnassian'),
(4, 6, 674, 'Dual Wield'),
(4, 6, 750, 'Plate Mail'),
(4, 6, 1843, 'Disarm'),
(4, 6, 2382, 'Generic'),
(4, 6, 2479, 'Honorless Target'),
(4, 6, 3050, 'Detect'),
(4, 6, 3127, 'Parry'),
(4, 6, 3275, 'Linen Bandage'),
(4, 6, 3276, 'Heavy Linen Bandage'),
(4, 6, 3277, 'Wool Bandage'),
(4, 6, 3278, 'Heavy Wool Bandage'),
(4, 6, 3365, 'Opening'),
(4, 6, 6233, 'Closing'),
(4, 6, 6246, 'Closing'),
(4, 6, 6247, 'Opening'),
(4, 6, 6477, 'Opening'),
(4, 6, 6478, 'Opening'),
(4, 6, 6603, 'Attack'),
(4, 6, 7266, 'Duel'),
(4, 6, 7267, 'Grovel'),
(4, 6, 7355, 'Stuck'),
(4, 6, 7928, 'Silk Bandage'),
(4, 6, 7929, 'Heavy Silk Bandage'),
(4, 6, 7934, 'Anti-Venom'),
(4, 6, 8386, 'Attacking'),
(4, 6, 8737, 'Mail'),
(4, 6, 9077, 'Leather'),
(4, 6, 9078, 'Cloth'),
(4, 6, 9125, 'Generic'),
(4, 6, 10840, 'Mageweave Bandage'),
(4, 6, 10841, 'Heavy Mageweave Bandage'),
(4, 6, 10846, 'First Aid'),
(4, 6, 20582, 'Quickness'),
(4, 6, 20583, 'Nature Resistance'),
(4, 6, 20585, 'Wisp Spirit'),
(4, 6, 21651, 'Opening'),
(4, 6, 21652, 'Closing'),
(4, 6, 22027, 'Remove Insignia'),
(4, 6, 22810, 'Opening - No Text'),
(4, 6, 33391, 'Journeyman Riding'),
(4, 6, 45462, 'Plague Strike'),
(4, 6, 45477, 'Icy Touch'),
(4, 6, 45902, 'Blood Strike'),
(4, 6, 45903, 'Offensive State (DND)'),
(4, 6, 45927, 'Summon Friend'),
(4, 6, 47541, 'Death Coil'),
(4, 6, 48266, 'Blood Presence'),
(4, 6, 49410, 'Forceful Deflection'),
(4, 6, 49576, 'Death Grip'),
(4, 6, 52665, 'Sigil'),
(4, 6, 58984, 'Shadowmeld'),
(4, 6, 59879, 'Blood Plague'),
(4, 6, 59921, 'Frost Fever'),
(4, 6, 61437, 'Opening'),
(4, 6, 61455, 'Runic Focus'),
(4, 11, 81, 'Dodge'),
(4, 11, 203, 'Unarmed'),
(4, 11, 204, 'Defense'),
(4, 11, 227, 'Staves'),
(4, 11, 522, 'SPELLDEFENSE (DND)'),
(4, 11, 668, 'Language Common'),
(4, 11, 671, 'Language Darnassian'),
(4, 11, 1180, 'Daggers'),
(4, 11, 1843, 'Disarm'),
(4, 11, 2382, 'Generic'),
(4, 11, 2479, 'Honorless Target'),
(4, 11, 3050, 'Detect'),
(4, 11, 3365, 'Opening'),
(4, 11, 5176, 'Wrath'),
(4, 11, 5185, 'Healing Touch'),
(4, 11, 6233, 'Closing'),
(4, 11, 6246, 'Closing'),
(4, 11, 6247, 'Opening'),
(4, 11, 6477, 'Opening'),
(4, 11, 6478, 'Opening'),
(4, 11, 6603, 'Attack'),
(4, 11, 7266, 'Duel'),
(4, 11, 7267, 'Grovel'),
(4, 11, 7355, 'Stuck'),
(4, 11, 8386, 'Attacking'),
(4, 11, 9077, 'Leather'),
(4, 11, 9078, 'Cloth'),
(4, 11, 9125, 'Generic'),
(4, 11, 20582, 'Quickness'),
(4, 11, 20583, 'Nature Resistance'),
(4, 11, 20585, 'Wisp Spirit'),
(4, 11, 21651, 'Opening'),
(4, 11, 21652, 'Closing'),
(4, 11, 22027, 'Remove Insignia'),
(4, 11, 22810, 'Opening - No Text'),
(4, 11, 27764, 'Fetish'),
(4, 11, 45927, 'Summon Friend'),
(4, 11, 58984, 'Shadowmelt'),
(4, 11, 61437, 'Opening'),
(5, 1, 78, 'Heroic Strike'),
(5, 1, 81, 'Dodge'),
(5, 1, 107, 'Block'),
(5, 1, 201, 'One-Handed Swords'),
(4, 1, 202, 'Two-Handed Swords'),
(5, 1, 203, 'Unarmed'),
(5, 1, 204, 'Defense'),
(5, 1, 522, 'SPELLDEFENSE (DND)'),
(5, 1, 669, 'Language Orcish'),
(5, 1, 1180, 'Daggers'),
(5, 1, 1843, 'Disarm'),
(5, 1, 2382, 'Generic'),
(5, 1, 2457, 'Battle Stance'),
(5, 1, 2479, 'Honorless Target'),
(5, 1, 3050, 'Detect'),
(5, 1, 3365, 'Opening'),
(5, 1, 5227, 'Underwater Breathing'),
(5, 1, 5301, 'Defensive State (DND)'),
(5, 1, 6233, 'Closing'),
(5, 1, 6246, 'Closing'),
(5, 1, 6247, 'Opening'),
(5, 1, 6477, 'Opening'),
(5, 1, 6478, 'Opening'),
(5, 1, 6603, 'Attack'),
(5, 1, 7266, 'Duel'),
(5, 1, 7267, 'Grovel'),
(5, 1, 7355, 'Stuck'),
(5, 1, 7744, 'Will of the Forsaken'),
(5, 1, 8386, 'Attacking'),
(5, 1, 8737, 'Mail'),
(5, 1, 9077, 'Leather'),
(5, 1, 9078, 'Cloth'),
(5, 1, 9116, 'Shield'),
(5, 1, 9125, 'Generic'),
(5, 1, 17737, 'Language Gutterspeak'),
(5, 1, 20577, 'Cannibalize'),
(5, 1, 20579, 'Shadow Resistance'),
(5, 1, 21651, 'Opening'),
(5, 1, 21652, 'Closing'),
(5, 1, 22027, 'Remove Insignia'),
(5, 1, 22810, 'Opening - No Text'),
(5, 1, 32215, 'Victorious State'),
(5, 1, 45927, 'Summon Friend'),
(5, 1, 61437, 'Opening'),
(5, 4, 81, 'Dodge'),
(5, 4, 203, 'Unarmed'),
(5, 4, 204, 'Defense'),
(5, 4, 522, 'SPELLDEFENSE (DND)'),
(5, 4, 669, 'Language Orcish'),
(5, 4, 1180, 'Daggers'),
(5, 4, 1752, 'Sinister Strike'),
(5, 4, 1843, 'Disarm'),
(5, 4, 2098, 'Eviscerate'),
(5, 4, 2382, 'Generic'),
(5, 4, 2479, 'Honorless Target'),
(5, 4, 2567, 'Thrown'),
(5, 4, 2764, 'Throw'),
(5, 4, 3050, 'Detect'),
(5, 4, 3365, 'Opening'),
(5, 4, 5227, 'Underwater Breathing'),
(5, 4, 6233, 'Closing'),
(5, 4, 6246, 'Closing'),
(5, 4, 6247, 'Opening'),
(5, 4, 6477, 'Opening'),
(5, 4, 6478, 'Opening'),
(5, 4, 6603, 'Attack'),
(5, 4, 7266, 'Duel'),
(5, 4, 7267, 'Grovel'),
(5, 4, 7355, 'Stuck'),
(5, 4, 7744, 'Will of the Forsaken'),
(5, 4, 8386, 'Attacking'),
(5, 4, 9077, 'Leather'),
(5, 4, 9078, 'Cloth'),
(5, 4, 9125, 'Generic'),
(5, 4, 16092, 'Defensive State (DND)'),
(5, 4, 17737, 'Language Gutterspeak'),
(5, 4, 20577, 'Cannibalize'),
(5, 4, 20579, 'Shadow Resistance'),
(5, 4, 21184, 'Rogue Passive (DND)'),
(5, 4, 21651, 'Opening'),
(5, 4, 21652, 'Closing'),
(5, 4, 22027, 'Remove Insignia'),
(5, 4, 22810, 'Opening - No Text'),
(5, 4, 45927, 'Summon Friend'),
(5, 4, 61437, 'Opening'),
(5, 5, 81, 'Dodge'),
(5, 5, 198, 'One-Handed Maces'),
(5, 5, 203, 'Unarmed'),
(5, 5, 204, 'Defense'),
(5, 5, 522, 'SPELLDEFENSE (DND)'),
(5, 5, 585, 'Smite'),
(5, 5, 669, 'Language Orcish'),
(5, 5, 1843, 'Disarm'),
(5, 5, 2050, 'Lesser Heal'),
(5, 5, 2382, 'Generic'),
(5, 5, 2479, 'Honorless Target'),
(5, 5, 3050, 'Detect'),
(5, 5, 3365, 'Opening'),
(5, 5, 5009, 'Wands'),
(5, 5, 5019, 'Shoot'),
(5, 5, 5227, 'Underwater Breathing'),
(5, 5, 6233, 'Closing'),
(5, 5, 6246, 'Closing'),
(5, 5, 6247, 'Opening'),
(5, 5, 6477, 'Opening'),
(5, 5, 6478, 'Opening'),
(5, 5, 6603, 'Attack'),
(5, 5, 7266, 'Duel'),
(5, 5, 7267, 'Grovel'),
(5, 5, 7355, 'Stuck'),
(5, 5, 7744, 'Will of the Forsaken'),
(5, 5, 8386, 'Attacking'),
(5, 5, 9078, 'Cloth'),
(5, 5, 9125, 'Generic'),
(5, 5, 17737, 'Language Gutterspeak'),
(5, 5, 20577, 'Cannibalize'),
(5, 5, 20579, 'Shadow Resistance'),
(5, 5, 21651, 'Opening'),
(5, 5, 21652, 'Closing'),
(5, 5, 22027, 'Remove Insignia'),
(5, 5, 22810, 'Opening - No Text'),
(5, 5, 45927, 'Summon Friend'),
(5, 5, 61437, 'Opening'),
(5, 6, 81, 'Dodge'),
(5, 6, 196, 'One-Handed Axes'),
(5, 6, 197, 'Two-Handed Axes'),
(5, 6, 200, 'Polearms'),
(5, 6, 201, 'One-Handed Swords'),
(5, 6, 202, 'Two-Handed Swords'),
(5, 6, 203, 'Unarmed'),
(5, 6, 204, 'Defense'),
(5, 6, 522, 'SPELLDEFENSE (DND)'),
(5, 6, 669, 'Language Orcish'),
(5, 6, 674, 'Dual Wield'),
(5, 6, 750, 'Plate Mail'),
(5, 6, 1843, 'Disarm'),
(5, 6, 2382, 'Generic'),
(5, 6, 2479, 'Honorless Target'),
(5, 6, 3050, 'Detect'),
(5, 6, 3127, 'Parry'),
(5, 6, 3275, 'Linen Bandage'),
(5, 6, 3276, 'Heavy Linen Bandage'),
(5, 6, 3277, 'Wool Bandage'),
(5, 6, 3278, 'Heavy Wool Bandage'),
(5, 6, 3365, 'Opening'),
(5, 6, 5227, 'Underwater Breathing'),
(5, 6, 6233, 'Closing'),
(5, 6, 6246, 'Closing'),
(5, 6, 6247, 'Opening'),
(5, 6, 6477, 'Opening'),
(5, 6, 6478, 'Opening'),
(5, 6, 6603, 'Attack'),
(5, 6, 7266, 'Duel'),
(5, 6, 7267, 'Grovel'),
(5, 6, 7355, 'Stuck'),
(5, 6, 7744, 'Will of the Forsaken'),
(5, 6, 7928, 'Silk Bandage'),
(5, 6, 7929, 'Heavy Silk Bandage'),
(5, 6, 7934, 'Anti-Venom'),
(5, 6, 8386, 'Attacking'),
(5, 6, 8737, 'Mail'),
(5, 6, 9077, 'Leather'),
(5, 6, 9078, 'Cloth'),
(5, 6, 9125, 'Generic'),
(5, 6, 10840, 'Mageweave Bandage'),
(5, 6, 10841, 'Heavy Mageweave Bandage'),
(5, 6, 10846, 'First Aid'),
(5, 6, 17737, 'Language Gutterspeak'),
(5, 6, 20577, 'Cannibalize'),
(5, 6, 20579, 'Shadow Resistance'),
(5, 6, 21651, 'Opening'),
(5, 6, 21652, 'Closing'),
(5, 6, 22027, 'Remove Insignia'),
(5, 6, 22810, 'Opening - No Text'),
(5, 6, 33391, 'Journeyman Riding'),
(5, 6, 45462, 'Plague Strike'),
(5, 6, 45477, 'Icy Touch'),
(5, 6, 45902, 'Blood Strike'),
(5, 6, 45903, 'Offensive State (DND)'),
(5, 6, 45927, 'Summon Friend'),
(5, 6, 47541, 'Death Coil'),
(5, 6, 48266, 'Blood Presence'),
(5, 6, 49410, 'Forceful Deflection'),
(5, 6, 49576, 'Death Grip'),
(5, 6, 52665, 'Sigil'),
(5, 6, 59879, 'Blood Plague'),
(5, 6, 59921, 'Frost Fever'),
(5, 6, 61437, 'Opening'),
(5, 6, 61455, 'Runic Focus'),
(5, 8, 81, 'Dodge'),
(5, 8, 133, 'Fireball'),
(5, 8, 168, 'Frost Armor'),
(5, 8, 203, 'Unarmed'),
(5, 8, 204, 'Defense'),
(5, 8, 227, 'Staves'),
(5, 8, 522, 'SPELLDEFENSE (DND)'),
(5, 8, 669, 'Language Orcish'),
(5, 8, 1843, 'Disarm'),
(5, 8, 2382, 'Generic'),
(5, 8, 2479, 'Honorless Target'),
(5, 8, 3050, 'Detect'),
(5, 8, 3365, 'Opening'),
(5, 8, 5009, 'Wands'),
(5, 8, 5019, 'Shoot'),
(5, 8, 5227, 'Underwater Breathing'),
(5, 8, 6233, 'Closing'),
(5, 8, 6246, 'Closing'),
(5, 8, 6247, 'Opening'),
(5, 8, 6477, 'Opening'),
(5, 8, 6478, 'Opening'),
(5, 8, 6603, 'Attack'),
(5, 8, 7266, 'Duel'),
(5, 8, 7267, 'Grovel'),
(5, 8, 7355, 'Stuck'),
(5, 8, 7744, 'Will of the Forsaken'),
(5, 8, 8386, 'Attacking'),
(5, 8, 9078, 'Cloth'),
(5, 8, 9125, 'Generic'),
(5, 8, 17737, 'Language Gutterspeak'),
(5, 8, 20577, 'Cannibalize'),
(5, 8, 20579, 'Shadow Resistance'),
(5, 8, 21651, 'Opening'),
(5, 8, 21652, 'Closing'),
(5, 8, 22027, 'Remove Insignia'),
(5, 8, 22810, 'Opening - No Text'),
(5, 8, 45927, 'Summon Friend'),
(5, 8, 61437, 'Opening'),
(5, 9, 81, 'Dodge'),
(5, 9, 203, 'Unarmed'),
(5, 9, 204, 'Defense'),
(5, 9, 522, 'SPELLDEFENSE (DND)'),
(5, 9, 669, 'Language Orcish'),
(5, 9, 686, 'Shadow Bolt'),
(5, 9, 687, 'Demon Skin'),
(5, 9, 1180, 'Daggers'),
(5, 9, 1843, 'Disarm'),
(5, 9, 2382, 'Generic'),
(5, 9, 2479, 'Honorless Target'),
(5, 9, 3050, 'Detect'),
(5, 9, 3365, 'Opening'),
(5, 9, 5009, 'Wands'),
(5, 9, 5019, 'Shoot'),
(5, 9, 5227, 'Underwater Breathing'),
(5, 9, 6233, 'Closing'),
(5, 9, 6246, 'Closing'),
(5, 9, 6247, 'Opening'),
(5, 9, 6477, 'Opening'),
(5, 9, 6478, 'Opening'),
(5, 9, 6603, 'Attack'),
(5, 9, 7266, 'Duel'),
(5, 9, 7267, 'Grovel'),
(5, 9, 7355, 'Stuck'),
(5, 9, 7744, 'Will of the Forsaken'),
(5, 9, 8386, 'Attacking'),
(5, 9, 9078, 'Cloth'),
(5, 9, 9125, 'Generic'),
(5, 9, 17737, 'Language Gutterspeak'),
(5, 9, 20577, 'Cannibalize'),
(5, 9, 20579, 'Shadow Resistance'),
(5, 9, 21651, 'Opening'),
(5, 9, 21652, 'Closing'),
(5, 9, 22027, 'Remove Insignia'),
(5, 9, 22810, 'Opening - No Text'),
(5, 9, 45927, 'Summon Friend'),
(1, 9, 58284, 'Chaos Bolt Passive'),
(5, 9, 61437, 'Opening'),
(6, 1, 78, 'Heroic Strike'),
(6, 1, 81, 'Dodge'),
(6, 1, 107, 'Block'),
(6, 1, 196, 'One-Handed Axes'),
(6, 1, 198, 'One-Handed Maces'),
(6, 1, 199, 'Two-Handed Maces'),
(6, 1, 203, 'Unarmed'),
(6, 1, 204, 'Defense'),
(6, 1, 522, 'SPELLDEFENSE (DND)'),
(6, 1, 669, 'Language Orcish'),
(6, 1, 670, 'Language Taurahe'),
(6, 1, 1843, 'Disarm'),
(6, 1, 2382, 'Generic'),
(6, 1, 2457, 'Battle Stance'),
(6, 1, 2479, 'Honorless Target'),
(6, 1, 3050, 'Detect'),
(6, 1, 3365, 'Opening'),
(6, 1, 5301, 'Defensive State (DND)'),
(6, 1, 6233, 'Closing'),
(6, 1, 6246, 'Closing'),
(6, 1, 6247, 'Opening'),
(6, 1, 6477, 'Opening'),
(6, 1, 6478, 'Opening'),
(6, 1, 6603, 'Attack'),
(6, 1, 7266, 'Duel'),
(6, 1, 7267, 'Grovel'),
(6, 1, 7355, 'Stuck'),
(6, 1, 8386, 'Attacking'),
(6, 1, 8737, 'Mail'),
(6, 1, 9077, 'Leather'),
(6, 1, 9078, 'Cloth'),
(6, 1, 9116, 'Shield'),
(6, 1, 9125, 'Generic'),
(6, 1, 20549, 'War Stomp'),
(6, 1, 20550, 'Endurance'),
(6, 1, 20551, 'Nature Resistance'),
(6, 1, 20552, 'Cultivation'),
(6, 1, 21651, 'Opening'),
(6, 1, 21652, 'Closing'),
(6, 1, 22027, 'Remove Insignia'),
(6, 1, 22810, 'Opening - No Text'),
(6, 1, 32215, 'Victorious State'),
(6, 1, 45927, 'Summon Friend'),
(6, 1, 61437, 'Opening'),
(6, 3, 75, 'Auto Shot'),
(6, 3, 81, 'Dodge'),
(6, 3, 196, 'One-Handed Axes'),
(6, 3, 203, 'Unarmed'),
(6, 3, 204, 'Defense'),
(6, 3, 266, 'Guns'),
(6, 3, 522, 'SPELLDEFENSE (DND)'),
(6, 3, 669, 'Language Orcish'),
(6, 3, 670, 'Language Taurahe'),
(6, 3, 1843, 'Disarm'),
(6, 3, 2382, 'Generic'),
(6, 3, 2479, 'Honorless Target'),
(6, 3, 2973, 'Raptor Strike'),
(6, 3, 3050, 'Detect'),
(6, 3, 3365, 'Opening'),
(6, 3, 6233, 'Closing'),
(6, 3, 6246, 'Closing'),
(6, 3, 6247, 'Opening'),
(6, 3, 6477, 'Opening'),
(6, 3, 6478, 'Opening'),
(6, 3, 6603, 'Attack'),
(6, 3, 7266, 'Duel'),
(6, 3, 7267, 'Grovel'),
(6, 3, 7355, 'Stuck'),
(6, 3, 8386, 'Attacking'),
(6, 3, 9077, 'Leather'),
(6, 3, 9078, 'Cloth'),
(6, 3, 9125, 'Generic'),
(6, 3, 13358, 'Defensive State (DND)'),
(6, 3, 20549, 'War Stomp'),
(6, 3, 20550, 'Endurance'),
(6, 3, 20551, 'Nature Resistance'),
(6, 3, 20552, 'Cultivation'),
(6, 3, 21651, 'Opening'),
(6, 3, 21652, 'Closing'),
(6, 3, 22027, 'Remove Insignia'),
(6, 3, 22810, 'Opening - No Text'),
(6, 3, 24949, 'Defensive State 2 (DND)'),
(6, 3, 34082, 'Advantaged State (DND)'),
(6, 3, 45927, 'Summon Friend'),
(6, 3, 61437, 'Opening'),
(6, 6, 81, 'Dodge'),
(6, 6, 196, 'One-Handed Axes'),
(6, 6, 197, 'Two-Handed Axes'),
(6, 6, 200, 'Polearms'),
(6, 6, 201, 'One-Handed Swords'),
(6, 6, 202, 'Two-Handed Swords'),
(6, 6, 203, 'Unarmed'),
(6, 6, 204, 'Defense'),
(6, 6, 522, 'SPELLDEFENSE (DND)'),
(6, 6, 669, 'Language Orcish'),
(6, 6, 670, 'Language Taurahe'),
(6, 6, 674, 'Dual Wield'),
(6, 6, 750, 'Plate Mail'),
(6, 6, 1843, 'Disarm'),
(6, 6, 2382, 'Generic'),
(6, 6, 2479, 'Honorless Target'),
(6, 6, 3050, 'Detect'),
(6, 6, 3127, 'Parry'),
(6, 6, 3275, 'Linen Bandage'),
(6, 6, 3276, 'Heavy Linen Bandage'),
(6, 6, 3277, 'Wool Bandage'),
(6, 6, 3278, 'Heavy Wool Bandage'),
(6, 6, 3365, 'Opening'),
(6, 6, 6233, 'Closing'),
(6, 6, 6246, 'Closing'),
(6, 6, 6247, 'Opening'),
(6, 6, 6477, 'Opening'),
(6, 6, 6478, 'Opening'),
(6, 6, 6603, 'Attack'),
(6, 6, 7266, 'Duel'),
(6, 6, 7267, 'Grovel'),
(6, 6, 7355, 'Stuck'),
(6, 6, 7928, 'Silk Bandage'),
(6, 6, 7929, 'Heavy Silk Bandage'),
(6, 6, 7934, 'Anti-Venom'),
(6, 6, 8386, 'Attacking'),
(6, 6, 8737, 'Mail'),
(6, 6, 9077, 'Leather'),
(6, 6, 9078, 'Cloth'),
(6, 6, 9125, 'Generic'),
(6, 6, 10840, 'Mageweave Bandage'),
(6, 6, 10841, 'Heavy Mageweave Bandage'),
(6, 6, 10846, 'First Aid'),
(6, 6, 20549, 'War Stomp'),
(6, 6, 20550, 'Endurance'),
(6, 6, 20551, 'Nature Resistance'),
(6, 6, 20552, 'Cultivation'),
(6, 6, 21651, 'Opening'),
(6, 6, 21652, 'Closing'),
(6, 6, 22027, 'Remove Insignia'),
(6, 6, 22810, 'Opening - No Text'),
(6, 6, 33391, 'Journeyman Riding'),
(6, 6, 45462, 'Plague Strike'),
(6, 6, 45477, 'Icy Touch'),
(6, 6, 45902, 'Blood Strike'),
(6, 6, 45903, 'Offensive State (DND)'),
(6, 6, 45927, 'Summon Friend'),
(6, 6, 47541, 'Death Coil'),
(6, 6, 48266, 'Blood Presence'),
(6, 6, 49410, 'Forceful Deflection'),
(6, 6, 49576, 'Death Grip'),
(6, 6, 52665, 'Sigil'),
(6, 6, 59879, 'Blood Plague'),
(6, 6, 59921, 'Frost Fever'),
(6, 6, 61437, 'Opening'),
(6, 6, 61455, 'Runic Focus'),
(6, 7, 81, 'Dodge'),
(6, 7, 107, 'Block'),
(6, 7, 198, 'One-Handed Maces'),
(6, 7, 203, 'Unarmed'),
(6, 7, 204, 'Defense'),
(6, 7, 227, 'Staves'),
(6, 7, 331, 'Healing Wave'),
(6, 7, 403, 'Lightning Bolt'),
(6, 7, 522, 'SPELLDEFENSE (DND)'),
(6, 7, 669, 'Language Orcish'),
(6, 7, 670, 'Language Taurahe'),
(6, 7, 1843, 'Disarm'),
(6, 7, 2382, 'Generic'),
(6, 7, 2479, 'Honorless Target'),
(6, 7, 3050, 'Detect'),
(6, 7, 3365, 'Opening'),
(6, 7, 6233, 'Closing'),
(6, 7, 6246, 'Closing'),
(6, 7, 6247, 'Opening'),
(6, 7, 6477, 'Opening'),
(6, 7, 6478, 'Opening'),
(6, 7, 6603, 'Attack'),
(6, 7, 7266, 'Duel'),
(6, 7, 7267, 'Grovel'),
(6, 7, 7355, 'Stuck'),
(6, 7, 8386, 'Attacking'),
(6, 7, 9077, 'Leather'),
(6, 7, 9078, 'Cloth'),
(6, 7, 9116, 'Shield'),
(6, 7, 9125, 'Generic'),
(6, 7, 20549, 'War Stomp'),
(6, 7, 20550, 'Endurance'),
(6, 7, 20551, 'Nature Resistance'),
(6, 7, 20552, 'Cultivation'),
(6, 7, 21651, 'Opening'),
(6, 7, 21652, 'Closing'),
(6, 7, 22027, 'Remove Insignia'),
(6, 7, 22810, 'Opening - No Text'),
(6, 7, 27763, 'Totem'),
(6, 7, 45927, 'Summon Friend'),
(6, 7, 61437, 'Opening'),
(6, 11, 81, 'Dodge'),
(6, 11, 198, 'One-Handed Maces'),
(6, 11, 203, 'Unarmed'),
(6, 11, 204, 'Defense'),
(6, 11, 227, 'Staves'),
(6, 11, 522, 'SPELLDEFENSE (DND)'),
(6, 11, 669, 'Language Orcish'),
(6, 11, 670, 'Language Taurahe'),
(6, 11, 1843, 'Disarm'),
(6, 11, 2382, 'Generic'),
(6, 11, 2479, 'Honorless Target'),
(6, 11, 3050, 'Detect'),
(6, 11, 3365, 'Opening'),
(6, 11, 5176, 'Wrath'),
(6, 11, 5185, 'Healing Touch'),
(6, 11, 6233, 'Closing'),
(6, 11, 6246, 'Closing'),
(6, 11, 6247, 'Opening'),
(6, 11, 6477, 'Opening'),
(6, 11, 6478, 'Opening'),
(6, 11, 6603, 'Attack'),
(6, 11, 7266, 'Duel'),
(6, 11, 7267, 'Grovel'),
(6, 11, 7355, 'Stuck'),
(6, 11, 8386, 'Attacking'),
(6, 11, 9077, 'Leather'),
(6, 11, 9078, 'Cloth'),
(6, 11, 9125, 'Generic'),
(6, 11, 20549, 'War Stomp'),
(6, 11, 20550, 'Endurance'),
(6, 11, 20551, 'Nature Resistance'),
(6, 11, 20552, 'Cultivation'),
(6, 11, 21651, 'Opening'),
(6, 11, 21652, 'Closing'),
(6, 11, 22027, 'Remove Insignia'),
(6, 11, 22810, 'Opening - No Text'),
(6, 11, 27764, 'Fetish'),
(6, 11, 45927, 'Summon Friend'),
(6, 11, 61437, 'Opening'),
(7, 1, 78, 'Heroic Strike'),
(7, 1, 81, 'Dodge'),
(7, 1, 107, 'Block'),
(7, 1, 198, 'One-Handed Maces'),
(7, 1, 201, 'One-Handed Swords'),
(7, 1, 203, 'Unarmed'),
(7, 1, 204, 'Defense'),
(7, 1, 522, 'SPELLDEFENSE (DND)'),
(7, 1, 668, 'Language Common'),
(7, 1, 1180, 'Daggers'),
(7, 1, 1843, 'Disarm'),
(7, 1, 2382, 'Generic'),
(7, 1, 2457, 'Battle Stance'),
(7, 1, 2479, 'Honorless Target'),
(7, 1, 3050, 'Detect'),
(7, 1, 3365, 'Opening'),
(7, 1, 5301, 'Defensive State (DND)'),
(7, 1, 6233, 'Closing'),
(7, 1, 6246, 'Closing'),
(7, 1, 6247, 'Opening'),
(7, 1, 6477, 'Opening'),
(7, 1, 6478, 'Opening'),
(7, 1, 6603, 'Attack'),
(7, 1, 7266, 'Duel'),
(7, 1, 7267, 'Grovel'),
(7, 1, 7340, 'Language Gnomish'),
(7, 1, 7355, 'Stuck'),
(7, 1, 8386, 'Attacking'),
(7, 1, 8737, 'Mail'),
(7, 1, 9077, 'Leather'),
(7, 1, 9078, 'Cloth'),
(7, 1, 9116, 'Shield'),
(7, 1, 9125, 'Generic'),
(7, 1, 20589, 'Escape Artist'),
(7, 1, 20591, 'Expansive Mind'),
(7, 1, 20592, 'Arcane Resistance'),
(7, 1, 20593, 'Engineering Specialization'),
(7, 1, 21651, 'Opening'),
(7, 1, 21652, 'Closing'),
(7, 1, 22027, 'Remove Insignia'),
(7, 1, 22810, 'Opening - No Text'),
(7, 1, 32215, 'Victorious State'),
(7, 1, 45927, 'Summon Friend'),
(7, 1, 61437, 'Opening'),
(7, 4, 81, 'Dodge'),
(7, 4, 203, 'Unarmed'),
(7, 4, 204, 'Defense'),
(7, 4, 522, 'SPELLDEFENSE (DND)'),
(7, 4, 668, 'Language Common'),
(7, 4, 1180, 'Daggers'),
(7, 4, 1752, 'Sinister Strike'),
(7, 4, 1843, 'Disarm'),
(7, 4, 2098, 'Eviscerate'),
(7, 4, 2382, 'Generic'),
(7, 4, 2479, 'Honorless Target'),
(7, 4, 2567, 'Thrown'),
(7, 4, 2764, 'Throw'),
(7, 4, 3050, 'Detect'),
(7, 4, 3365, 'Opening'),
(7, 4, 6233, 'Closing'),
(7, 4, 6246, 'Closing'),
(7, 4, 6247, 'Opening'),
(7, 4, 6477, 'Opening'),
(7, 4, 6478, 'Opening'),
(7, 4, 6603, 'Attack'),
(7, 4, 7266, 'Duel'),
(7, 4, 7267, 'Grovel'),
(7, 4, 7340, 'Language Gnomish'),
(7, 4, 7355, 'Stuck'),
(7, 4, 8386, 'Attacking'),
(7, 4, 9077, 'Leather'),
(7, 4, 9078, 'Cloth'),
(7, 4, 9125, 'Generic'),
(7, 4, 16092, 'Defensive State (DND)'),
(7, 4, 20589, 'Escape Artist'),
(7, 4, 20591, 'Expansive Mind'),
(7, 4, 20592, 'Arcane Resistance'),
(7, 4, 20593, 'Engineering Specialization'),
(7, 4, 21184, 'Rogue Passive (DND)'),
(7, 4, 21651, 'Opening'),
(7, 4, 21652, 'Closing'),
(7, 4, 22027, 'Remove Insignia'),
(7, 4, 22810, 'Opening - No Text'),
(7, 4, 45927, 'Summon Friend'),
(7, 4, 61437, 'Opening'),
(7, 6, 81, 'Dodge'),
(7, 6, 196, 'One-Handed Axes'),
(7, 6, 197, 'Two-Handed Axes'),
(7, 6, 200, 'Polearms'),
(7, 6, 201, 'One-Handed Swords'),
(7, 6, 202, 'Two-Handed Swords'),
(7, 6, 203, 'Unarmed'),
(7, 6, 204, 'Defense'),
(7, 6, 522, 'SPELLDEFENSE (DND)'),
(7, 6, 668, 'Language Common'),
(7, 6, 674, 'Dual Wield'),
(7, 6, 750, 'Plate Mail'),
(7, 6, 1843, 'Disarm'),
(7, 6, 2382, 'Generic'),
(7, 6, 2479, 'Honorless Target'),
(7, 6, 3050, 'Detect'),
(7, 6, 3127, 'Parry'),
(7, 6, 3275, 'Linen Bandage'),
(7, 6, 3276, 'Heavy Linen Bandage'),
(7, 6, 3277, 'Wool Bandage'),
(7, 6, 3278, 'Heavy Wool Bandage'),
(7, 6, 3365, 'Opening'),
(7, 6, 6233, 'Closing'),
(7, 6, 6246, 'Closing'),
(7, 6, 6247, 'Opening'),
(7, 6, 6477, 'Opening'),
(7, 6, 6478, 'Opening'),
(7, 6, 6603, 'Attack'),
(7, 6, 7266, 'Duel'),
(7, 6, 7267, 'Grovel'),
(7, 6, 7340, 'Language Gnomish'),
(7, 6, 7355, 'Stuck'),
(7, 6, 7928, 'Silk Bandage'),
(7, 6, 7929, 'Heavy Silk Bandage'),
(7, 6, 7934, 'Anti-Venom'),
(7, 6, 8386, 'Attacking'),
(7, 6, 8737, 'Mail'),
(7, 6, 9077, 'Leather'),
(7, 6, 9078, 'Cloth'),
(7, 6, 9125, 'Generic'),
(7, 6, 10840, 'Mageweave Bandage'),
(7, 6, 10841, 'Heavy Mageweave Bandage'),
(7, 6, 10846, 'First Aid'),
(7, 6, 20589, 'Escape Artist'),
(7, 6, 20591, 'Expansive Mind'),
(7, 6, 20592, 'Arcane Resistance'),
(7, 6, 20593, 'Engineering Specialization'),
(7, 6, 21651, 'Opening'),
(7, 6, 21652, 'Closing'),
(7, 6, 22027, 'Remove Insignia'),
(7, 6, 22810, 'Opening - No Text'),
(7, 6, 33391, 'Journeyman Riding'),
(7, 6, 45462, 'Plague Strike'),
(7, 6, 45477, 'Icy Touch'),
(7, 6, 45902, 'Blood Strike'),
(7, 6, 45903, 'Offensive State (DND)'),
(7, 6, 45927, 'Summon Friend'),
(7, 6, 47541, 'Death Coil'),
(7, 6, 48266, 'Blood Presence'),
(7, 6, 49410, 'Forceful Deflection'),
(7, 6, 49576, 'Death Grip'),
(7, 6, 52665, 'Sigil'),
(7, 6, 59879, 'Blood Plague'),
(7, 6, 59921, 'Frost Fever'),
(7, 6, 61437, 'Opening'),
(7, 6, 61455, 'Runic Focus'),
(7, 8, 81, 'Dodge'),
(7, 8, 133, 'Fireball'),
(7, 8, 168, 'Frost Armor'),
(7, 8, 203, 'Unarmed'),
(7, 8, 204, 'Defense'),
(7, 8, 227, 'Staves'),
(7, 8, 522, 'SPELLDEFENSE (DND)'),
(7, 8, 668, 'Language Common'),
(7, 8, 1843, 'Disarm'),
(7, 8, 2382, 'Generic'),
(7, 8, 2479, 'Honorless Target'),
(7, 8, 3050, 'Detect'),
(7, 8, 3365, 'Opening'),
(7, 8, 5009, 'Wands'),
(7, 8, 5019, 'Shoot'),
(7, 8, 6233, 'Closing'),
(7, 8, 6246, 'Closing'),
(7, 8, 6247, 'Opening'),
(7, 8, 6477, 'Opening'),
(7, 8, 6478, 'Opening'),
(7, 8, 6603, 'Attack'),
(7, 8, 7266, 'Duel'),
(7, 8, 7267, 'Grovel'),
(7, 8, 7340, 'Language Gnomish'),
(7, 8, 7355, 'Stuck'),
(7, 8, 8386, 'Attacking'),
(7, 8, 9078, 'Cloth'),
(7, 8, 9125, 'Generic'),
(7, 8, 20589, 'Escape Artist'),
(7, 8, 20591, 'Expansive Mind'),
(7, 8, 20592, 'Arcane Resistance'),
(7, 8, 20593, 'Engineering Specialization'),
(7, 8, 21651, 'Opening'),
(7, 8, 21652, 'Closing'),
(7, 8, 22027, 'Remove Insignia'),
(7, 8, 22810, 'Opening - No Text'),
(7, 8, 45927, 'Summon Friend'),
(7, 8, 61437, 'Opening'),
(7, 9, 81, 'Dodge'),
(7, 9, 203, 'Unarmed'),
(7, 9, 204, 'Defense'),
(7, 9, 522, 'SPELLDEFENSE (DND)'),
(7, 9, 668, 'Language Common'),
(7, 9, 686, 'Shadow Bolt'),
(7, 9, 687, 'Demon Skin'),
(7, 9, 1180, 'Daggers'),
(7, 9, 1843, 'Disarm'),
(7, 9, 2382, 'Generic'),
(7, 9, 2479, 'Honorless Target'),
(7, 9, 3050, 'Detect'),
(7, 9, 3365, 'Opening'),
(7, 9, 5009, 'Wands'),
(7, 9, 5019, 'Shoot'),
(7, 9, 6233, 'Closing'),
(7, 9, 6246, 'Closing'),
(7, 9, 6247, 'Opening'),
(7, 9, 6477, 'Opening'),
(7, 9, 6478, 'Opening'),
(7, 9, 6603, 'Attack'),
(7, 9, 7266, 'Duel'),
(7, 9, 7267, 'Grovel'),
(7, 9, 7340, 'Language Gnomish'),
(7, 9, 7355, 'Stuck'),
(7, 9, 8386, 'Attacking'),
(7, 9, 9078, 'Cloth'),
(7, 9, 9125, 'Generic'),
(7, 9, 20589, 'Escape Artist'),
(7, 9, 20591, 'Expansive Mind'),
(7, 9, 20592, 'Arcane Resistance'),
(7, 9, 20593, 'Engineering Specialization'),
(7, 9, 21651, 'Opening'),
(7, 9, 21652, 'Closing'),
(7, 9, 22027, 'Remove Insignia'),
(7, 9, 22810, 'Opening - No Text'),
(7, 9, 45927, 'Summon Friend'),
(7, 9, 61437, 'Opening'),
(8, 1, 78, 'Heroic Strike'),
(8, 1, 81, 'Dodge'),
(8, 1, 107, 'Block'),
(8, 1, 196, 'One-Handed Axes'),
(8, 1, 203, 'Unarmed'),
(8, 1, 204, 'Defense'),
(8, 1, 522, 'SPELLDEFENSE (DND)'),
(8, 1, 669, 'Language Orcish'),
(8, 1, 1180, 'Daggers'),
(8, 1, 1843, 'Disarm'),
(8, 1, 2382, 'Generic'),
(8, 1, 2457, 'Battle Stance'),
(8, 1, 2479, 'Honorless Target'),
(8, 1, 2567, 'Thrown'),
(8, 1, 2764, 'Throw'),
(8, 1, 3050, 'Detect'),
(8, 1, 3365, 'Opening'),
(8, 1, 5301, 'Defensive State (DND)'),
(8, 1, 6233, 'Closing'),
(8, 1, 6246, 'Closing'),
(8, 1, 6247, 'Opening'),
(8, 1, 6477, 'Opening'),
(8, 1, 6478, 'Opening'),
(8, 1, 6603, 'Attack'),
(8, 1, 7266, 'Duel'),
(8, 1, 7267, 'Grovel'),
(8, 1, 7341, 'Language Troll'),
(8, 1, 7355, 'Stuck'),
(8, 1, 8386, 'Attacking'),
(8, 1, 8737, 'Mail'),
(8, 1, 9077, 'Leather'),
(8, 1, 9078, 'Cloth'),
(8, 1, 9116, 'Shield'),
(8, 1, 9125, 'Generic'),
(8, 1, 20555, 'Regeneration'),
(8, 1, 20557, 'Beast Slaying'),
(8, 1, 20558, 'Throwing Specialization'),
(8, 1, 21651, 'Opening'),
(8, 1, 21652, 'Closing'),
(8, 1, 22027, 'Remove Insignia'),
(8, 1, 22810, 'Opening - No Text'),
(8, 1, 26290, 'Bow Specialization'),
(8, 1, 26297, 'Berserking'),
(8, 1, 32215, 'Victorious State'),
(8, 1, 45927, 'Summon Friend'),
(8, 1, 58943, 'Da Voodoo Shuffle'),
(8, 1, 61437, 'Opening'),
(8, 3, 75, 'Auto Shot'),
(8, 3, 81, 'Dodge'),
(8, 3, 196, 'One-Handed Axes'),
(8, 3, 203, 'Unarmed'),
(8, 3, 204, 'Defense'),
(8, 3, 264, 'Bows'),
(8, 3, 522, 'SPELLDEFENSE (DND)'),
(8, 3, 669, 'Language Orcish'),
(8, 3, 1843, 'Disarm'),
(8, 3, 2382, 'Generic'),
(8, 3, 2479, 'Honorless Target'),
(8, 3, 2973, 'Raptor Strike'),
(8, 3, 3050, 'Detect'),
(8, 3, 3365, 'Opening'),
(8, 3, 6233, 'Closing'),
(8, 3, 6246, 'Closing'),
(8, 3, 6247, 'Opening'),
(8, 3, 6477, 'Opening'),
(8, 3, 6478, 'Opening'),
(8, 3, 6603, 'Attack'),
(8, 3, 7266, 'Duel'),
(8, 3, 7267, 'Grovel'),
(8, 3, 7341, 'Language Troll'),
(8, 3, 7355, 'Stuck'),
(8, 3, 8386, 'Attacking'),
(8, 3, 9077, 'Leather'),
(8, 3, 9078, 'Cloth'),
(8, 3, 9125, 'Generic'),
(8, 3, 13358, 'Defensive State (DND)'),
(8, 3, 26297, 'Berserking'),
(8, 3, 20555, 'Regeneration'),
(8, 3, 20557, 'Beast Slaying'),
(8, 3, 20558, 'Throwing Specialization'),
(8, 3, 21651, 'Opening'),
(8, 3, 21652, 'Closing'),
(8, 3, 22027, 'Remove Insignia'),
(8, 3, 22810, 'Opening - No Text'),
(8, 3, 24949, 'Defensive State 2 (DND)'),
(8, 3, 26290, 'Bow Specialization'),
(8, 3, 34082, 'Advantaged State (DND)'),
(8, 3, 45927, 'Summon Friend'),
(8, 3, 58943, 'Da Voodoo Shuffle'),
(8, 3, 61437, 'Opening'),
(8, 4, 81, 'Dodge'),
(8, 4, 203, 'Unarmed'),
(8, 4, 204, 'Defense'),
(8, 4, 522, 'SPELLDEFENSE (DND)'),
(8, 4, 669, 'Language Orcish'),
(8, 4, 1180, 'Daggers'),
(8, 4, 1752, 'Sinister Strike'),
(8, 4, 1843, 'Disarm'),
(8, 4, 2098, 'Eviscerate'),
(8, 4, 2382, 'Generic'),
(8, 4, 2479, 'Honorless Target'),
(8, 4, 2567, 'Thrown'),
(8, 4, 2764, 'Throw'),
(8, 4, 3050, 'Detect'),
(8, 4, 3365, 'Opening'),
(8, 4, 6233, 'Closing'),
(8, 4, 6246, 'Closing'),
(8, 4, 6247, 'Opening'),
(8, 4, 6477, 'Opening'),
(8, 4, 6478, 'Opening'),
(8, 4, 6603, 'Attack'),
(8, 4, 7266, 'Duel'),
(8, 4, 7267, 'Grovel'),
(8, 4, 7341, 'Language Troll'),
(8, 4, 7355, 'Stuck'),
(8, 4, 8386, 'Attacking'),
(8, 4, 9077, 'Leather'),
(8, 4, 9078, 'Cloth'),
(8, 4, 9125, 'Generic'),
(8, 4, 16092, 'Defensive State (DND)'),
(8, 4, 20555, 'Regeneration'),
(8, 4, 20557, 'Beast Slaying'),
(8, 4, 20558, 'Throwing Specialization'),
(8, 4, 21184, 'Rogue Passive (DND)'),
(8, 4, 21651, 'Opening'),
(8, 4, 21652, 'Closing'),
(8, 4, 22027, 'Remove Insignia'),
(8, 4, 22810, 'Opening - No Text'),
(8, 4, 26290, 'Bow Specialization'),
(8, 4, 26297, 'Berserking'),
(8, 4, 45927, 'Summon Friend'),
(8, 4, 58943, 'Da Voodoo Shuffle'),
(8, 4, 61437, 'Opening'),
(8, 5, 81, 'Dodge'),
(8, 5, 198, 'One-Handed Maces'),
(8, 5, 203, 'Unarmed'),
(8, 5, 204, 'Defense'),
(8, 5, 522, 'SPELLDEFENSE (DND)'),
(8, 5, 585, 'Smite'),
(8, 5, 669, 'Language Orcish'),
(8, 5, 1843, 'Disarm'),
(8, 5, 2050, 'Lesser Heal'),
(8, 5, 2382, 'Generic'),
(8, 5, 2479, 'Honorless Target'),
(8, 5, 3050, 'Detect'),
(8, 5, 3365, 'Opening'),
(8, 5, 5009, 'Wands'),
(8, 5, 5019, 'Shoot'),
(8, 5, 6233, 'Closing'),
(8, 5, 6246, 'Closing'),
(8, 5, 6247, 'Opening'),
(8, 5, 6477, 'Opening'),
(8, 5, 6478, 'Opening'),
(8, 5, 6603, 'Attack'),
(8, 5, 7266, 'Duel'),
(8, 5, 7267, 'Grovel'),
(8, 5, 7341, 'Language Troll'),
(8, 5, 7355, 'Stuck'),
(8, 5, 8386, 'Attacking'),
(8, 5, 9078, 'Cloth'),
(8, 5, 9125, 'Generic'),
(8, 5, 26297, 'Berserking'),
(8, 5, 20555, 'Regeneration'),
(8, 5, 20557, 'Beast Slaying'),
(8, 5, 20558, 'Throwing Specialization'),
(8, 5, 21651, 'Opening'),
(8, 5, 21652, 'Closing'),
(8, 5, 22027, 'Remove Insignia'),
(8, 5, 22810, 'Opening - No Text'),
(8, 5, 26290, 'Bow Specialization'),
(8, 5, 45927, 'Summon Friend'),
(8, 5, 58943, 'Da Voodoo Shuffle'),
(8, 5, 61437, 'Opening'),
(8, 6, 81, 'Dodge'),
(8, 6, 196, 'One-Handed Axes'),
(8, 6, 197, 'Two-Handed Axes'),
(8, 6, 200, 'Polearms'),
(8, 6, 201, 'One-Handed Swords'),
(8, 6, 202, 'Two-Handed Swords'),
(8, 6, 203, 'Unarmed'),
(8, 6, 204, 'Defense'),
(8, 6, 522, 'SPELLDEFENSE (DND)'),
(8, 6, 669, 'Language Orcish'),
(8, 6, 674, 'Dual Wield'),
(8, 6, 750, 'Plate Mail'),
(8, 6, 1843, 'Disarm'),
(8, 6, 2382, 'Generic'),
(8, 6, 2479, 'Honorless Target'),
(8, 6, 3050, 'Detect'),
(8, 6, 3127, 'Parry'),
(8, 6, 3275, 'Linen Bandage'),
(8, 6, 3276, 'Heavy Linen Bandage'),
(8, 6, 3277, 'Wool Bandage'),
(8, 6, 3278, 'Heavy Wool Bandage'),
(8, 6, 3365, 'Opening'),
(8, 6, 6233, 'Closing'),
(8, 6, 6246, 'Closing'),
(8, 6, 6247, 'Opening'),
(8, 6, 6477, 'Opening'),
(8, 6, 6478, 'Opening'),
(8, 6, 6603, 'Attack'),
(8, 6, 7266, 'Duel'),
(8, 6, 7267, 'Grovel'),
(8, 6, 7341, 'Language Troll'),
(8, 6, 7355, 'Stuck'),
(8, 6, 7928, 'Silk Bandage'),
(8, 6, 7929, 'Heavy Silk Bandage'),
(8, 6, 7934, 'Anti-Venom'),
(8, 6, 8386, 'Attacking'),
(8, 6, 8737, 'Mail'),
(8, 6, 9077, 'Leather'),
(8, 6, 9078, 'Cloth'),
(8, 6, 9125, 'Generic'),
(8, 6, 10840, 'Mageweave Bandage'),
(8, 6, 10841, 'Heavy Mageweave Bandage'),
(8, 6, 10846, 'First Aid'),
(8, 6, 20555, 'Regeneration'),
(8, 6, 20557, 'Beast Slaying'),
(8, 6, 20558, 'Throwing Specialization'),
(8, 6, 21651, 'Opening'),
(8, 6, 21652, 'Closing'),
(8, 6, 22027, 'Remove Insignia'),
(8, 6, 22810, 'Opening - No Text'),
(8, 6, 26290, 'Bow Specialization'),
(8, 6, 33391, 'Journeyman Riding'),
(8, 6, 45462, 'Plague Strike'),
(8, 6, 45477, 'Icy Touch'),
(8, 6, 45902, 'Blood Strike'),
(8, 6, 45903, 'Offensive State (DND)'),
(8, 6, 45927, 'Summon Friend'),
(8, 6, 47541, 'Death Coil'),
(8, 6, 48266, 'Blood Presence'),
(8, 6, 49410, 'Forceful Deflection'),
(8, 6, 49576, 'Death Grip'),
(8, 6, 26297, 'Berserking'),
(8, 6, 52665, 'Sigil'),
(8, 6, 58943, 'Da Voodoo Shuffle'),
(8, 6, 59879, 'Blood Plague'),
(8, 6, 59921, 'Frost Fever'),
(8, 6, 61437, 'Opening'),
(8, 6, 61455, 'Runic Focus'),
(8, 7, 81, 'Dodge'),
(8, 7, 107, 'Block'),
(8, 7, 198, 'One-Handed Maces'),
(8, 7, 203, 'Unarmed'),
(8, 7, 204, 'Defense'),
(8, 7, 227, 'Staves'),
(8, 7, 331, 'Healing Wave'),
(8, 7, 403, 'Lightning Bolt'),
(8, 7, 522, 'SPELLDEFENSE (DND)'),
(8, 7, 669, 'Language Orcish'),
(8, 7, 1843, 'Disarm'),
(8, 7, 2382, 'Generic'),
(8, 7, 2479, 'Honorless Target'),
(8, 7, 3050, 'Detect'),
(8, 7, 3365, 'Opening'),
(8, 7, 6233, 'Closing'),
(8, 7, 6246, 'Closing'),
(8, 7, 6247, 'Opening'),
(8, 7, 6477, 'Opening'),
(8, 7, 6478, 'Opening'),
(8, 7, 6603, 'Attack'),
(8, 7, 7266, 'Duel'),
(8, 7, 7267, 'Grovel'),
(8, 7, 7341, 'Language Troll'),
(8, 7, 7355, 'Stuck'),
(8, 7, 8386, 'Attacking'),
(8, 7, 9077, 'Leather'),
(8, 7, 9078, 'Cloth'),
(8, 7, 9116, 'Shield'),
(8, 7, 9125, 'Generic'),
(8, 7, 26297, 'Berserking'),
(8, 7, 20555, 'Regeneration'),
(8, 7, 20557, 'Beast Slaying'),
(8, 7, 20558, 'Throwing Specialization'),
(8, 7, 21651, 'Opening'),
(8, 7, 21652, 'Closing'),
(8, 7, 22027, 'Remove Insignia'),
(8, 7, 22810, 'Opening - No Text'),
(8, 7, 26290, 'Bow Specialization'),
(8, 7, 27763, 'Totem'),
(8, 7, 45927, 'Summon Friend'),
(8, 7, 58943, 'Da Voodoo Shuffle'),
(8, 7, 61437, 'Opening'),
(8, 8, 81, 'Dodge'),
(8, 8, 133, 'Fireball'),
(8, 8, 168, 'Frost Armor'),
(8, 8, 203, 'Unarmed'),
(8, 8, 204, 'Defense'),
(8, 8, 227, 'Staves'),
(8, 8, 522, 'SPELLDEFENSE (DND)'),
(8, 8, 669, 'Language Orcish'),
(8, 8, 1843, 'Disarm'),
(8, 8, 2382, 'Generic'),
(8, 8, 2479, 'Honorless Target'),
(8, 8, 3050, 'Detect'),
(8, 8, 3365, 'Opening'),
(8, 8, 5009, 'Wands'),
(8, 8, 5019, 'Shoot'),
(8, 8, 6233, 'Closing'),
(8, 8, 6246, 'Closing'),
(8, 8, 6247, 'Opening'),
(8, 8, 6477, 'Opening'),
(8, 8, 6478, 'Opening'),
(8, 8, 6603, 'Attack'),
(8, 8, 7266, 'Duel'),
(8, 8, 7267, 'Grovel'),
(8, 8, 7341, 'Language Troll'),
(8, 8, 7355, 'Stuck'),
(8, 8, 8386, 'Attacking'),
(8, 8, 9078, 'Cloth'),
(8, 8, 9125, 'Generic'),
(8, 8, 26297, 'Berserking'),
(8, 8, 20555, 'Regeneration'),
(8, 8, 20557, 'Beast Slaying'),
(8, 8, 20558, 'Throwing Specialization'),
(8, 8, 21651, 'Opening'),
(8, 8, 21652, 'Closing'),
(8, 8, 22027, 'Remove Insignia'),
(8, 8, 22810, 'Opening - No Text'),
(8, 8, 26290, 'Bow Specialization'),
(8, 8, 45927, 'Summon Friend'),
(8, 8, 58943, 'Da Voodoo Shuffle'),
(8, 8, 61437, 'Opening'),
(10, 2, 81, 'Dodge'),
(10, 2, 107, 'Block'),
(10, 2, 201, 'One-Handed Swords'),
(10, 2, 202, 'Two-Handed Swords'),
(10, 2, 203, 'Unarmed'),
(10, 2, 204, 'Defense'),
(10, 2, 522, 'SPELLDEFENSE (DND)'),
(10, 2, 635, 'Holy Light'),
(10, 2, 669, 'Language Orcish'),
(10, 2, 813, 'Language Thalassian'),
(10, 2, 822, 'Magic Resistance'),
(10, 2, 2382, 'Generic'),
(10, 2, 2479, 'Honorless Target'),
(10, 2, 3050, 'Detect'),
(10, 2, 3365, 'Opening'),
(10, 2, 6233, 'Closing'),
(10, 2, 6246, 'Closing'),
(10, 2, 6247, 'Opening'),
(10, 2, 6477, 'Opening'),
(10, 2, 6478, 'Opening'),
(10, 2, 6603, 'Attack'),
(10, 2, 7266, 'Duel'),
(10, 2, 7267, 'Grovel'),
(10, 2, 7355, 'Stuck'),
(10, 2, 8386, 'Attacking'),
(10, 2, 8737, 'Mail'),
(10, 2, 9077, 'Leather'),
(10, 2, 9078, 'Cloth'),
(10, 2, 9116, 'Shield'),
(10, 2, 9125, 'Generic'),
(10, 2, 21084, 'Seal of Righteousness'),
(10, 2, 21651, 'Opening'),
(10, 2, 21652, 'Closing'),
(10, 2, 22027, 'Remove Insignia'),
(10, 2, 22810, 'Opening - No Text'),
(10, 2, 27762, 'Libram'),
(10, 2, 28730, 'Arcane Torrent'),
(10, 2, 28877, 'Arcane Affinity'),
(10, 3, 75, 'Auto Shot'),
(10, 3, 81, 'Dodge'),
(10, 3, 203, 'Unarmed'),
(10, 3, 204, 'Defense'),
(10, 3, 264, 'Bows'),
(10, 3, 522, 'SPELLDEFENSE (DND)'),
(10, 3, 669, 'Language Orcish'),
(10, 3, 813, 'Language Thalassian'),
(10, 3, 822, 'Magic Resistance'),
(10, 3, 1180, 'Daggers'),
(10, 3, 2382, 'Generic'),
(10, 3, 2479, 'Honorless Target'),
(10, 3, 2973, 'Raptor Strike'),
(10, 3, 3050, 'Detect'),
(10, 3, 3365, 'Opening'),
(10, 3, 6233, 'Closing'),
(10, 3, 6246, 'Closing'),
(10, 3, 6247, 'Opening'),
(10, 3, 6477, 'Opening'),
(10, 3, 6478, 'Opening'),
(10, 3, 6603, 'Attack'),
(10, 3, 7266, 'Duel'),
(10, 3, 7267, 'Grovel'),
(10, 3, 7355, 'Stuck'),
(10, 3, 8386, 'Attacking'),
(10, 3, 9077, 'Leather'),
(10, 3, 9078, 'Cloth'),
(10, 3, 9125, 'Generic'),
(10, 3, 13358, 'Defensive State (DND)'),
(10, 3, 21651, 'Opening'),
(10, 3, 21652, 'Closing'),
(10, 3, 22027, 'Remove Insignia'),
(10, 3, 22810, 'Opening - No Text'),
(10, 3, 24949, 'Defensive State 2 (DND)'),
(10, 3, 28730, 'Arcane Torrent'),
(10, 3, 28877, 'Arcane Affinity'),
(10, 3, 34082, 'Advantaged State (DND)'),
(10, 4, 81, 'Dodge'),
(10, 4, 203, 'Unarmed'),
(10, 4, 204, 'Defense'),
(10, 4, 522, 'SPELLDEFENSE (DND)'),
(10, 4, 669, 'Language Orcish'),
(10, 4, 813, 'Language Thalassian'),
(10, 4, 822, 'Magic Resistance'),
(10, 4, 1180, 'Daggers'),
(10, 4, 1752, 'Sinister Strike'),
(10, 4, 2098, 'Eviscerate'),
(10, 4, 2382, 'Generic'),
(10, 4, 2479, 'Honorless Target'),
(10, 4, 2567, 'Thrown'),
(10, 4, 2764, 'Throw'),
(10, 4, 3050, 'Detect'),
(10, 4, 3365, 'Opening'),
(10, 4, 6233, 'Closing'),
(10, 4, 6246, 'Closing'),
(10, 4, 6247, 'Opening'),
(10, 4, 6477, 'Opening'),
(10, 4, 6478, 'Opening'),
(10, 4, 6603, 'Attack'),
(10, 4, 7266, 'Duel'),
(10, 4, 7267, 'Grovel'),
(10, 4, 7355, 'Stuck'),
(10, 4, 8386, 'Attacking'),
(10, 4, 9077, 'Leather'),
(10, 4, 9078, 'Cloth'),
(10, 4, 9125, 'Generic'),
(10, 4, 16092, 'Defensive State (DND)'),
(10, 4, 21184, 'Rogue Passive (DND)'),
(10, 4, 21651, 'Opening'),
(10, 4, 21652, 'Closing'),
(10, 4, 22027, 'Remove Insignia'),
(10, 4, 22810, 'Opening - No Text'),
(10, 4, 25046, 'Arcane Torrent'),
(10, 4, 28877, 'Arcane Affinity'),
(10, 5, 81, 'Dodge'),
(10, 5, 198, 'One-Handed Maces'),
(10, 5, 203, 'Unarmed'),
(10, 5, 204, 'Defense'),
(10, 5, 522, 'SPELLDEFENSE (DND)'),
(10, 5, 585, 'Smite'),
(10, 5, 669, 'Language Orcish'),
(10, 5, 813, 'Language Thalassian'),
(10, 5, 822, 'Magic Resistance'),
(10, 5, 2050, 'Lesser Heal'),
(10, 5, 2382, 'Generic'),
(10, 5, 2479, 'Honorless Target'),
(10, 5, 3050, 'Detect'),
(10, 5, 3365, 'Opening'),
(10, 5, 5009, 'Wands'),
(10, 5, 5019, 'Shoot'),
(10, 5, 6233, 'Closing'),
(10, 5, 6246, 'Closing'),
(10, 5, 6247, 'Opening'),
(10, 5, 6477, 'Opening'),
(10, 5, 6478, 'Opening'),
(10, 5, 6603, 'Attack'),
(10, 5, 7266, 'Duel'),
(10, 5, 7267, 'Grovel'),
(10, 5, 7355, 'Stuck'),
(10, 5, 8386, 'Attacking'),
(10, 5, 9078, 'Cloth'),
(10, 5, 9125, 'Generic'),
(10, 5, 21651, 'Opening'),
(10, 5, 21652, 'Closing'),
(10, 5, 22027, 'Remove Insignia'),
(10, 5, 22810, 'Opening - No Text'),
(10, 5, 28730, 'Arcane Torrent'),
(10, 5, 28877, 'Arcane Affinity'),
(10, 6, 81, 'Dodge'),
(10, 6, 196, 'One-Handed Axes'),
(10, 6, 197, 'Two-Handed Axes'),
(10, 6, 200, 'Polearms'),
(10, 6, 201, 'One-Handed Swords'),
(10, 6, 202, 'Two-Handed Swords'),
(10, 6, 203, 'Unarmed'),
(10, 6, 204, 'Defense'),
(10, 6, 522, 'SPELLDEFENSE (DND)'),
(10, 6, 669, 'Language Orcish'),
(10, 6, 674, 'Dual Wield'),
(10, 6, 750, 'Plate Mail'),
(10, 6, 813, 'Language Thalassian'),
(10, 6, 822, 'Magic Resistance'),
(10, 6, 1843, 'Disarm'),
(10, 6, 2382, 'Generic'),
(10, 6, 2479, 'Honorless Target'),
(10, 6, 3050, 'Detect'),
(10, 6, 3127, 'Parry'),
(10, 6, 3275, 'Linen Bandage'),
(10, 6, 3276, 'Heavy Linen Bandage'),
(10, 6, 3277, 'Wool Bandage'),
(10, 6, 3278, 'Heavy Wool Bandage'),
(10, 6, 3365, 'Opening'),
(10, 6, 6233, 'Closing'),
(10, 6, 6246, 'Closing'),
(10, 6, 6247, 'Opening'),
(10, 6, 6477, 'Opening'),
(10, 6, 6478, 'Opening'),
(10, 6, 6603, 'Attack'),
(10, 6, 7266, 'Duel'),
(10, 6, 7267, 'Grovel'),
(10, 6, 7355, 'Stuck'),
(10, 6, 7928, 'Silk Bandage'),
(10, 6, 7929, 'Heavy Silk Bandage'),
(10, 6, 7934, 'Anti-Venom'),
(10, 6, 8386, 'Attacking'),
(10, 6, 8737, 'Mail'),
(10, 6, 9077, 'Leather'),
(10, 6, 9078, 'Cloth'),
(10, 6, 9125, 'Generic'),
(10, 6, 10840, 'Mageweave Bandage'),
(10, 6, 10841, 'Heavy Mageweave Bandage'),
(10, 6, 10846, 'First Aid'),
(10, 6, 21651, 'Opening'),
(10, 6, 21652, 'Closing'),
(10, 6, 22027, 'Remove Insignia'),
(10, 6, 22810, 'Opening - No Text'),
(10, 6, 28877, 'Arcane Affinity'),
(10, 6, 33391, 'Journeyman Riding'),
(10, 6, 45462, 'Plague Strike'),
(10, 6, 45477, 'Icy Touch'),
(10, 6, 45902, 'Blood Strike'),
(10, 6, 45903, 'Offensive State (DND)'),
(10, 6, 45927, 'Summon Friend'),
(10, 6, 47541, 'Death Coil'),
(10, 6, 48266, 'Blood Presence'),
(10, 6, 49410, 'Forceful Deflection'),
(10, 6, 49576, 'Death Grip'),
(10, 6, 50613, 'Arcane Torrent'),
(10, 6, 52665, 'Sigil'),
(10, 6, 59879, 'Blood Plague'),
(10, 6, 59921, 'Frost Fever'),
(10, 6, 61437, 'Opening'),
(10, 6, 61455, 'Runic Focus'),
(10, 8, 81, 'Dodge'),
(10, 8, 133, 'Fireball'),
(10, 8, 168, 'Frost Armor'),
(10, 8, 203, 'Unarmed'),
(10, 8, 204, 'Defense'),
(10, 8, 227, 'Staves'),
(10, 8, 522, 'SPELLDEFENSE (DND)'),
(10, 8, 669, 'Language Orcish'),
(10, 8, 813, 'Language Thalassian'),
(10, 8, 822, 'Magic Resistance'),
(10, 8, 2382, 'Generic'),
(10, 8, 2479, 'Honorless Target'),
(10, 8, 3050, 'Detect'),
(10, 8, 3365, 'Opening'),
(10, 8, 5009, 'Wands'),
(10, 8, 5019, 'Shoot'),
(10, 8, 6233, 'Closing'),
(10, 8, 6246, 'Closing'),
(10, 8, 6247, 'Opening'),
(10, 8, 6477, 'Opening'),
(10, 8, 6478, 'Opening'),
(10, 8, 6603, 'Attack'),
(10, 8, 7266, 'Duel'),
(10, 8, 7267, 'Grovel'),
(10, 8, 7355, 'Stuck'),
(10, 8, 8386, 'Attacking'),
(10, 8, 9078, 'Cloth'),
(10, 8, 9125, 'Generic'),
(10, 8, 21651, 'Opening'),
(10, 8, 21652, 'Closing'),
(10, 8, 22027, 'Remove Insignia'),
(10, 8, 22810, 'Opening - No Text'),
(10, 8, 28730, 'Arcane Torrent'),
(10, 8, 28877, 'Arcane Affinity'),
(10, 9, 81, 'Dodge'),
(10, 9, 203, 'Unarmed'),
(10, 9, 204, 'Defense'),
(10, 9, 522, 'SPELLDEFENSE (DND)'),
(10, 9, 669, 'Language Orcish'),
(10, 9, 686, 'Shadow Bolt'),
(10, 9, 687, 'Demon Skin'),
(10, 9, 813, 'Language Thalassian'),
(10, 9, 822, 'Magic Resistance'),
(10, 9, 1180, 'Daggers'),
(10, 9, 2382, 'Generic'),
(10, 9, 2479, 'Honorless Target'),
(10, 9, 3050, 'Detect'),
(10, 9, 3365, 'Opening'),
(10, 9, 5009, 'Wands'),
(10, 9, 5019, 'Shoot'),
(10, 9, 6233, 'Closing'),
(10, 9, 6246, 'Closing'),
(10, 9, 6247, 'Opening'),
(10, 9, 6477, 'Opening'),
(10, 9, 6478, 'Opening'),
(10, 9, 6603, 'Attack'),
(10, 9, 7266, 'Duel'),
(10, 9, 7267, 'Grovel'),
(10, 9, 7355, 'Stuck'),
(10, 9, 8386, 'Attacking'),
(10, 9, 9078, 'Cloth'),
(10, 9, 9125, 'Generic'),
(10, 9, 21651, 'Opening'),
(10, 9, 21652, 'Closing'),
(10, 9, 22027, 'Remove Insignia'),
(10, 9, 22810, 'Opening - No Text'),
(10, 9, 28730, 'Arcane Torrent'),
(10, 9, 28877, 'Arcane Affinity'),
(11, 1, 78, 'Heroic Strike'),
(11, 1, 81, 'Dodge'),
(11, 1, 107, 'Block'),
(11, 1, 198, 'One-Handed Maces'),
(11, 1, 201, 'One-Handed Swords'),
(1, 1, 202, 'Two-Handed Swords'),
(11, 1, 203, 'Unarmed'),
(11, 1, 204, 'Defense'),
(11, 1, 522, 'SPELLDEFENSE (DND)'),
(11, 1, 668, 'Language Common'),
(11, 1, 1843, 'Disarm'),
(11, 1, 2382, 'Generic'),
(11, 1, 2457, 'Battle Stance'),
(11, 1, 2479, 'Honorless Target'),
(11, 1, 3050, 'Detect'),
(11, 1, 3365, 'Opening'),
(11, 1, 5301, 'Defensive State (DND)'),
(11, 1, 6233, 'Closing'),
(11, 1, 6246, 'Closing'),
(11, 1, 6247, 'Opening'),
(11, 1, 6477, 'Opening'),
(11, 1, 6478, 'Opening'),
(11, 1, 6562, 'Heroic Presence'),
(11, 1, 6603, 'Attack'),
(11, 1, 7266, 'Duel'),
(11, 1, 7267, 'Grovel'),
(11, 1, 7355, 'Stuck'),
(11, 1, 8386, 'Attacking'),
(11, 1, 8737, 'Mail'),
(11, 1, 9077, 'Leather'),
(11, 1, 9078, 'Cloth'),
(11, 1, 9116, 'Shield'),
(11, 1, 9125, 'Generic'),
(11, 1, 21651, 'Opening'),
(11, 1, 21652, 'Closing'),
(11, 1, 22027, 'Remove Insignia'),
(11, 1, 22810, 'Opening - No Text'),
(11, 1, 28875, 'Gemcutting'),
(11, 1, 28880, 'Gift of the Naaru'),
(11, 1, 29932, 'Language Draenei'),
(11, 1, 32215, 'Victorious State'),
(11, 1, 45927, 'Summon Friend'),
(11, 1, 59221, 'Shadow Resistance'),
(11, 1, 61437, 'Opening'),
(11, 2, 81, 'Dodge'),
(11, 2, 107, 'Block'),
(11, 2, 198, 'One-Handed Maces'),
(11, 2, 199, 'Two-Handed Maces'),
(11, 2, 203, 'Unarmed'),
(11, 2, 204, 'Defense'),
(11, 2, 522, 'SPELLDEFENSE (DND)'),
(11, 2, 635, 'Holy Light'),
(11, 2, 668, 'Language Common'),
(11, 2, 1843, 'Disarm'),
(11, 2, 2382, 'Generic'),
(11, 2, 2479, 'Honorless Target'),
(11, 2, 3050, 'Detect'),
(11, 2, 3365, 'Opening'),
(11, 2, 6233, 'Closing'),
(11, 2, 6246, 'Closing'),
(11, 2, 6247, 'Opening'),
(11, 2, 6477, 'Opening'),
(11, 2, 6478, 'Opening'),
(11, 2, 6562, 'Heroic Presence'),
(11, 2, 6603, 'Attack'),
(11, 2, 7266, 'Duel'),
(11, 2, 7267, 'Grovel'),
(11, 2, 7355, 'Stuck'),
(11, 2, 8386, 'Attacking'),
(11, 2, 8737, 'Mail'),
(11, 2, 9077, 'Leather'),
(11, 2, 9078, 'Cloth'),
(11, 2, 9116, 'Shield'),
(11, 2, 9125, 'Generic'),
(11, 2, 21084, 'Seal of Righteousness'),
(11, 2, 21651, 'Opening'),
(11, 2, 21652, 'Closing'),
(11, 2, 22027, 'Remove Insignia'),
(11, 2, 22810, 'Opening - No Text'),
(11, 2, 27762, 'Libram'),
(11, 2, 28875, 'Gemcutting'),
(11, 2, 29932, 'Language Draenei'),
(11, 2, 45927, 'Summon Friend'),
(11, 2, 59221, 'Shadow Resistance'),
(11, 2, 59542, 'Gift of the Naaru'),
(11, 2, 61437, 'Opening'),
(11, 3, 75, 'Auto Shot'),
(11, 3, 81, 'Dodge'),
(11, 3, 201, 'One-Handed Swords'),
(11, 3, 203, 'Unarmed'),
(11, 3, 204, 'Defense'),
(11, 3, 522, 'SPELLDEFENSE (DND)'),
(11, 3, 668, 'Language Common'),
(11, 3, 1843, 'Disarm'),
(11, 3, 2382, 'Generic'),
(11, 3, 2479, 'Honorless Target'),
(11, 3, 2973, 'Raptor Strike'),
(11, 3, 3050, 'Detect'),
(11, 3, 3365, 'Opening'),
(11, 3, 5011, 'Crossbows'),
(11, 3, 6233, 'Closing'),
(11, 3, 6246, 'Closing'),
(11, 3, 6247, 'Opening'),
(11, 3, 6477, 'Opening'),
(11, 3, 6478, 'Opening'),
(11, 3, 6562, 'Heroic Presence'),
(11, 3, 6603, 'Attack'),
(11, 3, 7266, 'Duel'),
(11, 3, 7267, 'Grovel'),
(11, 3, 7355, 'Stuck'),
(11, 3, 8386, 'Attacking'),
(11, 3, 9077, 'Leather'),
(11, 3, 9078, 'Cloth'),
(11, 3, 9125, 'Generic'),
(11, 3, 13358, 'Defensive State (DND)'),
(11, 3, 21651, 'Opening'),
(11, 3, 21652, 'Closing'),
(11, 3, 22027, 'Remove Insignia'),
(11, 3, 22810, 'Opening - No Text'),
(11, 3, 24949, 'Defensive State 2 (DND)'),
(11, 3, 28875, 'Gemcutting'),
(11, 3, 29932, 'Language Draenei'),
(11, 3, 34082, 'Advantaged State (DND)'),
(11, 3, 45927, 'Summon Friend'),
(11, 3, 59221, 'Shadow Resistance'),
(11, 3, 59543, 'Gift of the Naaru'),
(11, 3, 61437, 'Opening'),
(11, 5, 81, 'Dodge'),
(11, 5, 198, 'One-Handed Maces'),
(11, 5, 203, 'Unarmed'),
(11, 5, 204, 'Defense'),
(11, 5, 522, 'SPELLDEFENSE (DND)'),
(11, 5, 585, 'Smite'),
(11, 5, 668, 'Language Common'),
(11, 5, 1843, 'Disarm'),
(11, 5, 2050, 'Lesser Heal'),
(11, 5, 2382, 'Generic'),
(11, 5, 2479, 'Honorless Target'),
(11, 5, 3050, 'Detect'),
(11, 5, 3365, 'Opening'),
(11, 5, 5009, 'Wands'),
(11, 5, 5019, 'Shoot'),
(11, 5, 6233, 'Closing'),
(11, 5, 6246, 'Closing'),
(11, 5, 6247, 'Opening'),
(11, 5, 6477, 'Opening'),
(11, 5, 6478, 'Opening'),
(11, 5, 6603, 'Attack'),
(11, 5, 7266, 'Duel'),
(11, 5, 7267, 'Grovel'),
(11, 5, 7355, 'Stuck'),
(11, 5, 8386, 'Attacking'),
(11, 5, 9078, 'Cloth'),
(11, 5, 9125, 'Generic'),
(11, 5, 21651, 'Opening'),
(11, 5, 21652, 'Closing'),
(11, 5, 22027, 'Remove Insignia'),
(11, 5, 22810, 'Opening - No Text'),
(11, 5, 28875, 'Gemcutting'),
(11, 5, 28878, 'Inspiring Presence'),
(11, 5, 29932, 'Language Draenei'),
(11, 5, 45927, 'Summon Friend'),
(11, 5, 59221, 'Shadow Resistance'),
(11, 5, 59544, 'Gift of the Naaru'),
(11, 5, 61437, 'Opening'),
(11, 6, 81, 'Dodge'),
(11, 6, 196, 'One-Handed Axes'),
(11, 6, 197, 'Two-Handed Axes'),
(11, 6, 200, 'Polearms'),
(11, 6, 201, 'One-Handed Swords'),
(11, 6, 202, 'Two-Handed Swords'),
(11, 6, 203, 'Unarmed'),
(11, 6, 204, 'Defense'),
(11, 6, 522, 'SPELLDEFENSE (DND)'),
(11, 6, 668, 'Language Common'),
(11, 6, 674, 'Dual Wield'),
(11, 6, 750, 'Plate Mail'),
(11, 6, 1843, 'Disarm'),
(11, 6, 2382, 'Generic'),
(11, 6, 2479, 'Honorless Target'),
(11, 6, 3050, 'Detect'),
(11, 6, 3127, 'Parry'),
(11, 6, 3275, 'Linen Bandage'),
(11, 6, 3276, 'Heavy Linen Bandage'),
(11, 6, 3277, 'Wool Bandage'),
(11, 6, 3278, 'Heavy Wool Bandage'),
(11, 6, 3365, 'Opening'),
(11, 6, 6233, 'Closing'),
(11, 6, 6246, 'Closing'),
(11, 6, 6247, 'Opening'),
(11, 6, 6477, 'Opening'),
(11, 6, 6478, 'Opening'),
(11, 6, 6562, 'Heroic Presence'),
(11, 6, 6603, 'Attack'),
(11, 6, 7266, 'Duel'),
(11, 6, 7267, 'Grovel'),
(11, 6, 7355, 'Stuck'),
(11, 6, 7928, 'Silk Bandage'),
(11, 6, 7929, 'Heavy Silk Bandage'),
(11, 6, 7934, 'Anti-Venom'),
(11, 6, 8386, 'Attacking'),
(11, 6, 8737, 'Mail'),
(11, 6, 9077, 'Leather'),
(11, 6, 9078, 'Cloth'),
(11, 6, 9125, 'Generic'),
(11, 6, 10840, 'Mageweave Bandage'),
(11, 6, 10841, 'Heavy Mageweave Bandage'),
(11, 6, 10846, 'First Aid'),
(11, 6, 21651, 'Opening'),
(11, 6, 21652, 'Closing'),
(11, 6, 22027, 'Remove Insignia'),
(11, 6, 22810, 'Opening - No Text'),
(11, 6, 28875, 'Gemcutting'),
(11, 6, 29932, 'Language Draenei'),
(11, 6, 33391, 'Journeyman Riding'),
(11, 6, 45462, 'Plague Strike'),
(11, 6, 45477, 'Icy Touch'),
(11, 6, 45902, 'Blood Strike'),
(11, 6, 45903, 'Offensive State (DND)'),
(11, 6, 45927, 'Summon Friend'),
(11, 6, 47541, 'Death Coil'),
(11, 6, 48266, 'Blood Presence'),
(11, 6, 49410, 'Forceful Deflection'),
(11, 6, 49576, 'Death Grip'),
(11, 6, 52665, 'Sigil'),
(11, 6, 59221, 'Shadow Resistance'),
(11, 6, 59539, 'Shadow Resistance'),
(11, 6, 59545, 'Gift of the Naaru'),
(11, 6, 59879, 'Blood Plague'),
(11, 6, 59921, 'Frost Fever'),
(11, 6, 61437, 'Opening'),
(11, 6, 61455, 'Runic Focus'),
(11, 7, 81, 'Dodge'),
(11, 7, 107, 'Block'),
(11, 7, 198, 'One-Handed Maces'),
(11, 7, 203, 'Unarmed'),
(11, 7, 204, 'Defense'),
(11, 7, 227, 'Staves'),
(11, 7, 331, 'Healing Wave'),
(11, 7, 403, 'Lightning Bolt'),
(11, 7, 522, 'SPELLDEFENSE (DND)'),
(11, 7, 668, 'Language Common'),
(11, 7, 1843, 'Disarm'),
(11, 7, 2382, 'Generic'),
(11, 7, 2479, 'Honorless Target'),
(11, 7, 3050, 'Detect'),
(11, 7, 3365, 'Opening'),
(11, 7, 6233, 'Closing'),
(11, 7, 6246, 'Closing'),
(11, 7, 6247, 'Opening'),
(11, 7, 6477, 'Opening'),
(11, 7, 6478, 'Opening'),
(11, 7, 6603, 'Attack'),
(11, 7, 7266, 'Duel'),
(11, 7, 7267, 'Grovel'),
(11, 7, 7355, 'Stuck'),
(11, 7, 8386, 'Attacking'),
(11, 7, 9077, 'Leather'),
(11, 7, 9078, 'Cloth'),
(11, 7, 9116, 'Shield'),
(11, 7, 9125, 'Generic'),
(11, 7, 21651, 'Opening'),
(11, 7, 21652, 'Closing'),
(11, 7, 22027, 'Remove Insignia'),
(11, 7, 22810, 'Opening - No Text'),
(11, 7, 27763, 'Totem'),
(11, 7, 28875, 'Gemcutting'),
(11, 7, 28878, 'Inspiring Presence'),
(11, 7, 29932, 'Language Draenei'),
(11, 7, 45927, 'Summon Friend'),
(11, 7, 59221, 'Shadow Resistance'),
(11, 7, 59547, 'Gift of the Naaru'),
(11, 7, 61437, 'Opening'),
(11, 8, 81, 'Dodge'),
(11, 8, 133, 'Fireball'),
(11, 8, 168, 'Frost Armor'),
(11, 8, 203, 'Unarmed'),
(11, 8, 204, 'Defense'),
(11, 8, 227, 'Staves'),
(11, 8, 522, 'SPELLDEFENSE (DND)'),
(11, 8, 668, 'Language Common'),
(11, 8, 1843, 'Disarm'),
(11, 8, 2382, 'Generic'),
(11, 8, 2479, 'Honorless Target'),
(11, 8, 3050, 'Detect'),
(11, 8, 3365, 'Opening'),
(11, 8, 5009, 'Wands'),
(11, 8, 5019, 'Shoot'),
(11, 8, 6233, 'Closing'),
(11, 8, 6246, 'Closing'),
(11, 8, 6247, 'Opening'),
(11, 8, 6477, 'Opening'),
(11, 8, 6478, 'Opening'),
(11, 8, 6603, 'Attack'),
(11, 8, 7266, 'Duel'),
(11, 8, 7267, 'Grovel'),
(11, 8, 7355, 'Stuck'),
(11, 8, 8386, 'Attacking'),
(11, 8, 9078, 'Cloth'),
(11, 8, 9125, 'Generic'),
(11, 8, 21651, 'Opening'),
(11, 8, 21652, 'Closing'),
(11, 8, 22027, 'Remove Insignia'),
(11, 8, 22810, 'Opening - No Text'),
(11, 8, 28875, 'Gemcutting'),
(11, 8, 28878, 'Inspiring Presence'),
(11, 8, 29932, 'Language Draenei'),
(11, 8, 45927, 'Summon Friend'),
(11, 8, 59221, 'Shadow Resistance'),
(11, 8, 59548, 'Gift of the Naaru'),
(11, 8, 61437, 'Opening'),
(7, 9, 58284, 'Chaos Bolt Passive'),
(10, 9, 58284, 'Chaos Bolt Passive'),
(11, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(10, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(3, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(1, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(0, 6, 56816, 'Rune Strike'),
(5, 1, 202, 'Two-Handed Swords'),
(7, 1, 202, 'Two-Handed Swords'),
(8, 1, 202, 'Two-Handed Swords'),
(11, 1, 202, 'Two-Handed Swords'),
(2, 3, 197, 'Two-Handed Axes'),
(3, 3, 197, 'Two-Handed Axes'),
(4, 3, 197, 'Two-Handed Axes'),
(6, 3, 197, 'Two-Handed Axes'),
(8, 3, 197, 'Two-Handed Axes'),
(10, 3, 197, 'Two-Handed Axes'),
(11, 3, 197, 'Two-Handed Axes'),
(1, 4, 674, 'Dual Wield'),
(2, 4, 674, 'Dual Wield'),
(3, 4, 674, 'Dual Wield'),
(4, 4, 674, 'Dual Wield'),
(5, 4, 674, 'Dual Wield'),
(7, 4, 674, 'Dual Wield'),
(8, 4, 674, 'Dual Wield'),
(10, 4, 674, 'Dual Wield'),
(1, 5, 227, 'Staves'),
(3, 5, 227, 'Staves'),
(4, 5, 227, 'Staves'),
(5, 5, 227, 'Staves'),
(8, 5, 227, 'Staves'),
(10, 5, 227, 'Staves'),
(11, 5, 227, 'Staves'),
(1, 9, 227, 'Staves'),
(2, 9, 227, 'Staves'),
(5, 9, 227, 'Staves'),
(7, 9, 227, 'Staves'),
(10, 9, 227, 'Staves'),
(0, 7, 75461, 'Flame Shock Passive'),
(0, 9, 75445, 'Demonic Immolate'),
(11, 4, 6562, 'Heroic Presence'),
(11, 4, 28875, 'Gemcutting'),
(11, 4, 29932, 'Language Draenei'),
(11, 4, 59221, 'Shadow Resistance'),
(11, 4, 59542, 'Gift of the Naaru'),
(11, 4, 81, 'Dodge'),
(11, 4, 203, 'Unarmed'),
(11, 4, 204, 'Defense'),
(11, 4, 522, 'SPELLDEFENSE (DND)'),
(11, 4, 668, 'Language Common'),
(11, 4, 1180, 'Daggers'),
(11, 4, 1752, 'Sinister Strike'),
(11, 4, 1843, 'Disarm'),
(11, 4, 2098, 'Eviscerate'),
(11, 4, 2382, 'Generic'),
(11, 4, 2479, 'Honorless Target'),
(11, 4, 2567, 'Thrown'),
(11, 4, 2764, 'Throw'),
(11, 4, 3050, 'Detect'),
(11, 4, 3365, 'Opening'),
(11, 4, 6233, 'Closing'),
(11, 4, 6246, 'Closing'),
(11, 4, 6247, 'Opening'),
(11, 4, 6477, 'Opening'),
(11, 4, 6478, 'Opening'),
(11, 4, 6603, 'Attack'),
(11, 4, 7266, 'Duel'),
(11, 4, 7267, 'Grovel'),
(11, 4, 7355, 'Stuck'),
(11, 4, 8386, 'Attacking'),
(11, 4, 9077, 'Leather'),
(11, 4, 9078, 'Cloth'),
(11, 4, 9125, 'Generic'),
(11, 4, 16092, 'Defensive State (DND)'),
(11, 4, 21184, 'Rogue Passive (DND)'),
(11, 4, 21651, 'Opening'),
(11, 4, 21652, 'Closing'),
(11, 4, 22027, 'Remove Insignia'),
(11, 4, 22810, 'Opening - No Text'),
(11, 4, 45927, 'Summon Friend'),
(11, 4, 61437, 'Opening'),
(11, 4, 674, 'Dual Wield'),
(11, 9, 6562, 'Heroic Presence'),
(11, 9, 28875, 'Gemcutting'),
(11, 9, 29932, 'Language Draenei'),
(11, 9, 59221, 'Shadow Resistance'),
(11, 9, 59542, 'Gift of the Naaru'),
(11, 9, 81, 'Dodge'),
(11, 9, 203, 'Unarmed'),
(11, 9, 204, 'Defense'),
(11, 9, 522, 'SPELLDEFENSE (DND)'),
(11, 9, 668, 'Language Common'),
(11, 9, 686, 'Shadow Bolt'),
(11, 9, 687, 'Demon Skin'),
(11, 9, 1180, 'Daggers'),
(11, 9, 1843, 'Disarm'),
(11, 9, 2382, 'Generic'),
(11, 9, 2479, 'Honorless Target'),
(11, 9, 3050, 'Detect'),
(11, 9, 3365, 'Opening'),
(11, 9, 5009, 'Wands'),
(11, 9, 5019, 'Shoot'),
(11, 9, 6233, 'Closing'),
(11, 9, 6246, 'Closing'),
(11, 9, 6247, 'Opening'),
(11, 9, 6477, 'Opening'),
(11, 9, 6478, 'Opening'),
(11, 9, 6603, 'Attack'),
(11, 9, 7266, 'Duel'),
(11, 9, 7267, 'Grovel'),
(11, 9, 7355, 'Stuck'),
(11, 9, 8386, 'Attacking'),
(11, 9, 9078, 'Cloth'),
(11, 9, 9125, 'Generic'),
(11, 9, 21651, 'Opening'),
(11, 9, 21652, 'Closing'),
(11, 9, 22027, 'Remove Insignia'),
(11, 9, 22810, 'Opening - No Text'),
(11, 9, 45927, 'Summon Friend'),
(11, 9, 61437, 'Opening'),
(11, 9, 58284, 'Chaos Bolt Passive'),
(11, 9, 227, 'Staves'),
(11, 11, 6562, 'Heroic Presence'),
(11, 11, 28875, 'Gemcutting'),
(11, 11, 29932, 'Language Draenei'),
(11, 11, 59221, 'Shadow Resistance'),
(11, 11, 59542, 'Gift of the Naaru'),
(11, 11, 81, 'Dodge'),
(11, 11, 203, 'Unarmed'),
(11, 11, 204, 'Defense'),
(11, 11, 227, 'Staves'),
(11, 11, 522, 'SPELLDEFENSE (DND)'),
(11, 11, 668, 'Language Common'),
(11, 11, 1180, 'Daggers'),
(11, 11, 1843, 'Disarm'),
(11, 11, 2382, 'Generic'),
(11, 11, 2479, 'Honorless Target'),
(11, 11, 3050, 'Detect'),
(11, 11, 3365, 'Opening'),
(11, 11, 5176, 'Wrath'),
(11, 11, 5185, 'Healing Touch'),
(11, 11, 6233, 'Closing'),
(11, 11, 6246, 'Closing'),
(11, 11, 6247, 'Opening'),
(11, 11, 6477, 'Opening'),
(11, 11, 6478, 'Opening'),
(11, 11, 6603, 'Attack'),
(11, 11, 7266, 'Duel'),
(11, 11, 7267, 'Grovel'),
(11, 11, 7355, 'Stuck'),
(11, 11, 8386, 'Attacking'),
(11, 11, 9077, 'Leather'),
(11, 11, 9078, 'Cloth'),
(11, 11, 9125, 'Generic'),
(11, 11, 21651, 'Opening'),
(11, 11, 21652, 'Closing'),
(11, 11, 22027, 'Remove Insignia'),
(11, 11, 22810, 'Opening - No Text'),
(11, 11, 27764, 'Fetish'),
(11, 11, 45927, 'Summon Friend'),
(11, 11, 61437, 'Opening'),
(10, 1, 78, 'Heroic Strike'),
(10, 1, 81, 'Dodge'),
(10, 1, 107, 'Block'),
(10, 1, 196, 'One-Handed Axes'),
(10, 1, 197, 'Two-Handed Axes'),
(10, 1, 201, 'One-Handed Swords'),
(10, 1, 203, 'Unarmed'),
(10, 1, 204, 'Defense'),
(10, 1, 522, 'SPELLDEFENSE (DND)'),
(10, 1, 669, 'Language Orcish'),
(10, 1, 813, 'Language Thalassian'),
(10, 1, 822, 'Magic Resistance'),
(10, 1, 1843, 'Disarm'),
(10, 1, 2382, 'Generic'),
(10, 1, 2457, 'Battle Stance'),
(10, 1, 2479, 'Honorless Target'),
(10, 1, 3050, 'Detect'),
(10, 1, 3365, 'Opening'),
(10, 1, 5301, 'Defensive State (DND)'),
(10, 1, 6233, 'Closing'),
(10, 1, 6246, 'Closing'),
(10, 1, 6247, 'Opening'),
(10, 1, 6477, 'Opening'),
(10, 1, 6478, 'Opening'),
(10, 1, 6603, 'Attack'),
(10, 1, 7266, 'Duel'),
(10, 1, 7267, 'Grovel'),
(10, 1, 7355, 'Stuck'),
(10, 1, 8386, 'Attacking'),
(10, 1, 8737, 'Mail'),
(10, 1, 9077, 'Leather'),
(10, 1, 9078, 'Cloth'),
(10, 1, 9116, 'Shield'),
(10, 1, 9125, 'Generic'),
(10, 1, 28730, 'Arcane Torrent'),
(10, 1, 28877, 'Arcane Affinity'),
(10, 1, 21651, 'Opening'),
(10, 1, 21652, 'Closing'),
(10, 1, 22027, 'Remove Insignia'),
(10, 1, 22810, 'Opening - No Text'),
(10, 1, 32215, 'Victorious State'),
(10, 1, 45927, 'Summon Friend'),
(10, 1, 61437, 'Opening'),
(10, 1, 202, 'Two-Handed Swords'),
(10, 7, 81, 'Dodge'),
(10, 7, 107, 'Block'),
(10, 7, 198, 'One-Handed Maces'),
(10, 7, 203, 'Unarmed'),
(10, 7, 204, 'Defense'),
(10, 7, 227, 'Staves'),
(10, 7, 331, 'Healing Wave'),
(10, 7, 403, 'Lightning Bolt'),
(10, 7, 522, 'SPELLDEFENSE (DND)'),
(10, 7, 669, 'Language Orcish'),
(10, 7, 1843, 'Disarm'),
(10, 7, 2382, 'Generic'),
(10, 7, 2479, 'Honorless Target'),
(10, 7, 3050, 'Detect'),
(10, 7, 3365, 'Opening'),
(10, 7, 6233, 'Closing'),
(10, 7, 6246, 'Closing'),
(10, 7, 6247, 'Opening'),
(10, 7, 6477, 'Opening'),
(10, 7, 6478, 'Opening'),
(10, 7, 6603, 'Attack'),
(10, 7, 7266, 'Duel'),
(10, 7, 7267, 'Grovel'),
(10, 7, 7355, 'Stuck'),
(10, 7, 8386, 'Attacking'),
(10, 7, 9077, 'Leather'),
(10, 7, 9078, 'Cloth'),
(10, 7, 9116, 'Shield'),
(10, 7, 9125, 'Generic'),
(10, 7, 21651, 'Opening'),
(10, 7, 21652, 'Closing'),
(10, 7, 22027, 'Remove Insignia'),
(10, 7, 22810, 'Opening - No Text'),
(10, 7, 27763, 'Totem'),
(10, 7, 45927, 'Summon Friend'),
(10, 7, 61437, 'Opening'),
(10, 7, 813, 'Language Thalassian'),
(10, 7, 822, 'Magic Resistance'),
(10, 7, 28730, 'Arcane Torrent'),
(10, 7, 28877, 'Arcane Affinity'),
(10, 11, 669, 'Language Orcish'),
(10, 11, 813, 'Language Thalassian'),
(10, 11, 822, 'Magic Resistance'),
(10, 11, 28730, 'Arcane Torrent'),
(10, 11, 28877, 'Arcane Affinity'),
(10, 11, 81, 'Dodge'),
(10, 11, 198, 'One-Handed Maces'),
(10, 11, 203, 'Unarmed'),
(10, 11, 204, 'Defense'),
(10, 11, 227, 'Staves'),
(10, 11, 522, 'SPELLDEFENSE (DND)'),
(10, 11, 1843, 'Disarm'),
(10, 11, 2382, 'Generic'),
(10, 11, 2479, 'Honorless Target'),
(10, 11, 3050, 'Detect'),
(10, 11, 3365, 'Opening'),
(10, 11, 5176, 'Wrath'),
(10, 11, 5185, 'Healing Touch'),
(10, 11, 6233, 'Closing'),
(10, 11, 6246, 'Closing'),
(10, 11, 6247, 'Opening'),
(10, 11, 6477, 'Opening'),
(10, 11, 6478, 'Opening'),
(10, 11, 6603, 'Attack'),
(10, 11, 7266, 'Duel'),
(10, 11, 7267, 'Grovel'),
(10, 11, 7355, 'Stuck'),
(10, 11, 8386, 'Attacking'),
(10, 11, 9077, 'Leather'),
(10, 11, 9078, 'Cloth'),
(10, 11, 9125, 'Generic'),
(10, 11, 21651, 'Opening'),
(10, 11, 21652, 'Closing'),
(10, 11, 22027, 'Remove Insignia'),
(10, 11, 22810, 'Opening - No Text'),
(10, 11, 27764, 'Fetish'),
(10, 11, 45927, 'Summon Friend'),
(10, 11, 61437, 'Opening'),
(3, 7, 81, 'Dodge'),
(3, 7, 107, 'Block'),
(3, 7, 198, 'One-Handed Maces'),
(3, 7, 203, 'Unarmed'),
(3, 7, 204, 'Defense'),
(3, 7, 227, 'Staves'),
(3, 7, 331, 'Healing Wave'),
(3, 7, 403, 'Lightning Bolt'),
(3, 7, 522, 'SPELLDEFENSE (DND)'),
(3, 7, 668, 'Language Common'),
(3, 7, 1843, 'Disarm'),
(3, 7, 2382, 'Generic'),
(3, 7, 2479, 'Honorless Target'),
(3, 7, 3050, 'Detect'),
(3, 7, 3365, 'Opening'),
(3, 7, 6233, 'Closing'),
(3, 7, 6246, 'Closing'),
(3, 7, 6247, 'Opening'),
(3, 7, 6477, 'Opening'),
(3, 7, 6478, 'Opening'),
(3, 7, 6603, 'Attack'),
(3, 7, 7266, 'Duel'),
(3, 7, 7267, 'Grovel'),
(3, 7, 7355, 'Stuck'),
(3, 7, 8386, 'Attacking'),
(3, 7, 9077, 'Leather'),
(3, 7, 9078, 'Cloth'),
(3, 7, 9116, 'Shield'),
(3, 7, 9125, 'Generic'),
(3, 7, 21651, 'Opening'),
(3, 7, 21652, 'Closing'),
(3, 7, 22027, 'Remove Insignia'),
(3, 7, 22810, 'Opening - No Text'),
(3, 7, 27763, 'Totem'),
(3, 7, 45927, 'Summon Friend'),
(3, 7, 61437, 'Opening'),
(3, 7, 672, 'Language Dwarven'),
(3, 7, 2481, 'Find Treasure'),
(3, 7, 20594, 'Stoneform'),
(3, 7, 20595, 'Gun Specialization'),
(3, 7, 20596, 'Frost Resistance'),
(3, 7, 59224, 'Mace Specialization'),
(3, 8, 81, 'Dodge'),
(3, 8, 133, 'Fireball'),
(3, 8, 168, 'Frost Armor'),
(3, 8, 203, 'Unarmed'),
(3, 8, 204, 'Defense'),
(3, 8, 227, 'Staves'),
(3, 8, 522, 'SPELLDEFENSE (DND)'),
(3, 8, 668, 'Language Common'),
(3, 8, 1843, 'Disarm'),
(3, 8, 2382, 'Generic'),
(3, 8, 2479, 'Honorless Target'),
(3, 8, 3050, 'Detect'),
(3, 8, 3365, 'Opening'),
(3, 8, 5009, 'Wands'),
(3, 8, 5019, 'Shoot'),
(3, 8, 6233, 'Closing'),
(3, 8, 6246, 'Closing'),
(3, 8, 6247, 'Opening'),
(3, 8, 6477, 'Opening'),
(3, 8, 6478, 'Opening'),
(3, 8, 6603, 'Attack'),
(3, 8, 7266, 'Duel'),
(3, 8, 7267, 'Grovel'),
(3, 8, 7355, 'Stuck'),
(3, 8, 8386, 'Attacking'),
(3, 8, 9078, 'Cloth'),
(3, 8, 9125, 'Generic'),
(3, 8, 21651, 'Opening'),
(3, 8, 21652, 'Closing'),
(3, 8, 22027, 'Remove Insignia'),
(3, 8, 22810, 'Opening - No Text'),
(3, 8, 45927, 'Summon Friend'),
(3, 8, 61437, 'Opening'),
(3, 8, 672, 'Language Dwarven'),
(3, 8, 2481, 'Find Treasure'),
(3, 8, 20594, 'Stoneform'),
(3, 8, 20595, 'Gun Specialization'),
(3, 8, 20596, 'Frost Resistance'),
(3, 8, 59224, 'Mace Specialization'),
(3, 9, 81, 'Dodge'),
(3, 9, 203, 'Unarmed'),
(3, 9, 204, 'Defense'),
(3, 9, 522, 'SPELLDEFENSE (DND)'),
(3, 9, 668, 'Language Common'),
(3, 9, 686, 'Shadow Bolt'),
(3, 9, 687, 'Demon Skin'),
(3, 9, 1180, 'Daggers'),
(3, 9, 1843, 'Disarm'),
(3, 9, 2382, 'Generic'),
(3, 9, 2479, 'Honorless Target'),
(3, 9, 3050, 'Detect'),
(3, 9, 3365, 'Opening'),
(3, 9, 5009, 'Wands'),
(3, 9, 5019, 'Shoot'),
(3, 9, 6233, 'Closing'),
(3, 9, 6246, 'Closing'),
(3, 9, 6247, 'Opening'),
(3, 9, 6477, 'Opening'),
(3, 9, 6478, 'Opening'),
(3, 9, 6603, 'Attack'),
(3, 9, 7266, 'Duel'),
(3, 9, 7267, 'Grovel'),
(3, 9, 7355, 'Stuck'),
(3, 9, 8386, 'Attacking'),
(3, 9, 9078, 'Cloth'),
(3, 9, 9125, 'Generic'),
(3, 9, 20597, 'Sword Specialization'),
(3, 9, 20598, 'The Human Spirit'),
(3, 9, 20599, 'Diplomacy'),
(3, 9, 20864, 'Mace Specialization'),
(3, 9, 21651, 'Opening'),
(3, 9, 21652, 'Closing'),
(3, 9, 22027, 'Remove Insignia'),
(3, 9, 22810, 'Opening - No Text'),
(3, 9, 45927, 'Summon Friend'),
(3, 9, 61437, 'Opening'),
(3, 9, 58284, 'Chaos Bolt Passive'),
(3, 9, 227, 'Staves'),
(3, 9, 672, 'Language Dwarven'),
(3, 9, 2481, 'Find Treasure'),
(3, 9, 20594, 'Stoneform'),
(3, 9, 20595, 'Gun Specialization'),
(3, 9, 20596, 'Frost Resistance'),
(3, 9, 59224, 'Mace Specialization'),
(3, 11, 81, 'Dodge'),
(3, 11, 203, 'Unarmed'),
(3, 11, 204, 'Defense'),
(3, 11, 227, 'Staves'),
(3, 11, 522, 'SPELLDEFENSE (DND)'),
(3, 11, 668, 'Language Common'),
(3, 11, 1180, 'Daggers'),
(3, 11, 1843, 'Disarm'),
(3, 11, 2382, 'Generic'),
(3, 11, 2479, 'Honorless Target'),
(3, 11, 3050, 'Detect'),
(3, 11, 3365, 'Opening'),
(3, 11, 5176, 'Wrath'),
(3, 11, 5185, 'Healing Touch'),
(3, 11, 6233, 'Closing'),
(3, 11, 6246, 'Closing'),
(3, 11, 6247, 'Opening'),
(3, 11, 6477, 'Opening'),
(3, 11, 6478, 'Opening'),
(3, 11, 6603, 'Attack'),
(3, 11, 7266, 'Duel'),
(3, 11, 7267, 'Grovel'),
(3, 11, 7355, 'Stuck'),
(3, 11, 8386, 'Attacking'),
(3, 11, 9077, 'Leather'),
(3, 11, 9078, 'Cloth'),
(3, 11, 9125, 'Generic'),
(3, 11, 21651, 'Opening'),
(3, 11, 21652, 'Closing'),
(3, 11, 22027, 'Remove Insignia'),
(3, 11, 22810, 'Opening - No Text'),
(3, 11, 27764, 'Fetish'),
(3, 11, 45927, 'Summon Friend'),
(3, 11, 61437, 'Opening'),
(3, 11, 672, 'Language Dwarven'),
(3, 11, 2481, 'Find Treasure'),
(3, 11, 20594, 'Stoneform'),
(3, 11, 20595, 'Gun Specialization'),
(3, 11, 20596, 'Frost Resistance'),
(3, 11, 59224, 'Mace Specialization'),
(7, 2, 7340, 'Language Gnomish'),
(7, 2, 20589, 'Escape Artist'),
(7, 2, 20591, 'Expansive Mind'),
(7, 2, 20592, 'Arcane Resistance'),
(7, 2, 20593, 'Engineering Specialization'),
(7, 2, 81, 'Dodge'),
(7, 2, 107, 'Block'),
(7, 2, 201, 'One-Handed Swords'),
(7, 2, 198, 'One-Handed Maces'),
(7, 2, 199, 'Two-Handed Maces'),
(7, 2, 203, 'Unarmed'),
(7, 2, 204, 'Defense'),
(7, 2, 522, 'SPELLDEFENSE (DND)'),
(7, 2, 635, 'Holy Light'),
(7, 2, 668, 'Language Common'),
(7, 2, 1843, 'Disarm'),
(7, 2, 2382, 'Generic'),
(7, 2, 2479, 'Honorless Target'),
(7, 2, 3050, 'Detect'),
(7, 2, 3365, 'Opening'),
(7, 2, 6233, 'Closing'),
(7, 2, 6246, 'Closing'),
(7, 2, 6247, 'Opening'),
(7, 2, 6477, 'Opening'),
(7, 2, 6478, 'Opening'),
(7, 2, 6603, 'Attack'),
(7, 2, 7266, 'Duel'),
(7, 2, 7267, 'Grovel'),
(7, 2, 7355, 'Stuck'),
(7, 2, 8386, 'Attacking'),
(7, 2, 8737, 'Mail'),
(7, 2, 9077, 'Leather'),
(7, 2, 9078, 'Cloth'),
(7, 2, 9116, 'Shield'),
(7, 2, 9125, 'Generic'),
(7, 2, 21084, 'Seal of Righteousness'),
(7, 2, 21651, 'Opening'),
(7, 2, 21652, 'Closing'),
(7, 2, 22027, 'Remove Insignia'),
(7, 2, 22810, 'Opening - No Text'),
(7, 2, 27762, 'Libram'),
(7, 2, 45927, 'Summon Friend'),
(7, 2, 61437, 'Opening'),
(7, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(7, 3, 7340, 'Language Gnomish'),
(7, 3, 20589, 'Escape Artist'),
(7, 3, 20591, 'Expansive Mind'),
(7, 3, 20592, 'Arcane Resistance'),
(7, 3, 20593, 'Engineering Specialization'),
(7, 3, 75, 'Auto Shot'),
(7, 3, 81, 'Dodge'),
(7, 3, 196, 'One-Handed Axes'),
(7, 3, 197, 'Two-Handed Axes'),
(7, 3, 203, 'Unarmed'),
(7, 3, 204, 'Defense'),
(7, 3, 264, 'Bows'),
(7, 3, 266, 'Guns'),
(7, 3, 522, 'SPELLDEFENSE (DND)'),
(7, 3, 1843, 'Disarm'),
(7, 3, 2382, 'Generic'),
(7, 3, 2479, 'Honorless Target'),
(7, 3, 2973, 'Raptor Strike'),
(7, 3, 3050, 'Detect'),
(7, 3, 3365, 'Opening'),
(7, 3, 6233, 'Closing'),
(7, 3, 6246, 'Closing'),
(7, 3, 6247, 'Opening'),
(7, 3, 6477, 'Opening'),
(7, 3, 6478, 'Opening'),
(7, 3, 6603, 'Attack'),
(7, 3, 7266, 'Duel'),
(7, 3, 7267, 'Grovel'),
(7, 3, 7355, 'Stuck'),
(7, 3, 8386, 'Attacking'),
(7, 3, 9077, 'Leather'),
(7, 3, 9078, 'Cloth'),
(7, 3, 9125, 'Generic'),
(7, 3, 13358, 'Defensive State (DND)'),
(7, 3, 21651, 'Opening'),
(7, 3, 21652, 'Closing'),
(7, 3, 22027, 'Remove Insignia'),
(7, 3, 22810, 'Opening - No Text'),
(7, 3, 24949, 'Defensive State 2 (DND)'),
(7, 3, 34082, 'Advantaged State (DND)'),
(7, 3, 45927, 'Summon Friend'),
(7, 3, 61437, 'Opening'),
(7, 3, 668, 'Language Common'),
(7, 5, 7340, 'Language Gnomish'),
(7, 5, 20589, 'Escape Artist'),
(7, 5, 20591, 'Expansive Mind'),
(7, 5, 20592, 'Arcane Resistance'),
(7, 5, 20593, 'Engineering Specialization'),
(7, 5, 81, 'Dodge'),
(7, 5, 277, 'Staves'),
(7, 5, 227, 'Staves'),
(7, 5, 203, 'Unarmed'),
(7, 5, 204, 'Defense'),
(7, 5, 522, 'SPELLDEFENSE (DND)'),
(7, 5, 585, 'Smite'),
(7, 5, 668, 'Language Common'),
(7, 5, 1843, 'Disarm'),
(7, 5, 2050, 'Lesser Heal'),
(7, 5, 2382, 'Generic'),
(7, 5, 2479, 'Honorless Target'),
(7, 5, 3050, 'Detect'),
(7, 5, 3365, 'Opening'),
(7, 5, 5009, 'Wands'),
(7, 5, 5019, 'Shoot'),
(7, 5, 6233, 'Closing'),
(7, 5, 6246, 'Closing'),
(7, 5, 6247, 'Opening'),
(7, 5, 6477, 'Opening'),
(7, 5, 6478, 'Opening'),
(7, 5, 6603, 'Attack'),
(7, 5, 7266, 'Duel'),
(7, 5, 7267, 'Grovel'),
(7, 5, 7355, 'Stuck'),
(7, 5, 8386, 'Attacking'),
(7, 5, 9078, 'Cloth'),
(7, 5, 9125, 'Generic'),
(7, 5, 21651, 'Opening'),
(7, 5, 21652, 'Closing'),
(7, 5, 22027, 'Remove Insignia'),
(7, 5, 22810, 'Opening - No Text'),
(7, 5, 45927, 'Summon Friend'),
(7, 5, 61437, 'Opening'),
(7, 7, 7340, 'Language Gnomish'),
(7, 7, 20589, 'Escape Artist'),
(7, 7, 20591, 'Expansive Mind'),
(7, 7, 20592, 'Arcane Resistance'),
(7, 7, 20593, 'Engineering Specialization'),
(7, 7, 81, 'Dodge'),
(7, 7, 107, 'Block'),
(7, 7, 198, 'One-Handed Maces'),
(7, 7, 203, 'Unarmed'),
(7, 7, 204, 'Defense'),
(7, 7, 227, 'Staves'),
(7, 7, 331, 'Healing Wave'),
(7, 7, 403, 'Lightning Bolt'),
(7, 7, 522, 'SPELLDEFENSE (DND)'),
(7, 7, 668, 'Language Common'),
(7, 7, 1843, 'Disarm'),
(7, 7, 2382, 'Generic'),
(7, 7, 2479, 'Honorless Target'),
(7, 7, 3050, 'Detect'),
(7, 7, 3365, 'Opening'),
(7, 7, 6233, 'Closing'),
(7, 7, 6246, 'Closing'),
(7, 7, 6247, 'Opening'),
(7, 7, 6477, 'Opening'),
(7, 7, 6478, 'Opening'),
(7, 7, 6603, 'Attack'),
(7, 7, 7266, 'Duel'),
(7, 7, 7267, 'Grovel'),
(7, 7, 7355, 'Stuck'),
(7, 7, 8386, 'Attacking'),
(7, 7, 9077, 'Leather'),
(7, 7, 9078, 'Cloth'),
(7, 7, 9116, 'Shield'),
(7, 7, 9125, 'Generic'),
(7, 7, 21651, 'Opening'),
(7, 7, 21652, 'Closing'),
(7, 7, 22027, 'Remove Insignia'),
(7, 7, 22810, 'Opening - No Text'),
(7, 7, 27763, 'Totem'),
(7, 7, 45927, 'Summon Friend'),
(7, 7, 61437, 'Opening'),
(7, 11, 7340, 'Language Gnomish'),
(7, 11, 20589, 'Escape Artist'),
(7, 11, 20591, 'Expansive Mind'),
(7, 11, 20592, 'Arcane Resistance'),
(7, 11, 20593, 'Engineering Specialization'),
(7, 11, 81, 'Dodge'),
(7, 11, 203, 'Unarmed'),
(7, 11, 204, 'Defense'),
(7, 11, 227, 'Staves'),
(7, 11, 522, 'SPELLDEFENSE (DND)'),
(7, 11, 668, 'Language Common'),
(7, 11, 1180, 'Daggers'),
(7, 11, 1843, 'Disarm'),
(7, 11, 2382, 'Generic'),
(7, 11, 2479, 'Honorless Target'),
(7, 11, 3050, 'Detect'),
(7, 11, 3365, 'Opening'),
(7, 11, 5176, 'Wrath'),
(7, 11, 5185, 'Healing Touch'),
(7, 11, 6233, 'Closing'),
(7, 11, 6246, 'Closing'),
(7, 11, 6247, 'Opening'),
(7, 11, 6477, 'Opening'),
(7, 11, 6478, 'Opening'),
(7, 11, 6603, 'Attack'),
(7, 11, 7266, 'Duel'),
(7, 11, 7267, 'Grovel'),
(7, 11, 7355, 'Stuck'),
(7, 11, 8386, 'Attacking'),
(7, 11, 9077, 'Leather'),
(7, 11, 9078, 'Cloth'),
(7, 11, 9125, 'Generic'),
(7, 11, 21651, 'Opening'),
(7, 11, 21652, 'Closing'),
(7, 11, 22027, 'Remove Insignia'),
(7, 11, 22810, 'Opening - No Text'),
(7, 11, 27764, 'Fetish'),
(7, 11, 45927, 'Summon Friend'),
(7, 11, 61437, 'Opening'),
(1, 3, 75, 'Auto Shot'),
(1, 3, 81, 'Dodge'),
(1, 3, 196, 'One-Handed Axes'),
(1, 3, 197, 'Two-Handed Axes'),
(1, 3, 203, 'Unarmed'),
(1, 3, 204, 'Defense'),
(1, 3, 264, 'Bows'),
(1, 3, 266, 'Guns'),
(1, 3, 522, 'SPELLDEFENSE (DND)'),
(1, 3, 668, 'Language Common'),
(1, 3, 1843, 'Disarm'),
(1, 3, 2382, 'Generic'),
(1, 3, 2479, 'Honorless Target'),
(1, 3, 2973, 'Raptor Strike'),
(1, 3, 3050, 'Detect'),
(1, 3, 3365, 'Opening'),
(1, 3, 6233, 'Closing'),
(1, 3, 6246, 'Closing'),
(1, 3, 6247, 'Opening'),
(1, 3, 6477, 'Opening'),
(1, 3, 6478, 'Opening'),
(1, 3, 6603, 'Attack'),
(1, 3, 7266, 'Duel'),
(1, 3, 7267, 'Grovel'),
(1, 3, 7355, 'Stuck'),
(1, 3, 8386, 'Attacking'),
(1, 3, 9077, 'Leather'),
(1, 3, 9078, 'Cloth'),
(1, 3, 9125, 'Generic'),
(1, 3, 13358, 'Defensive State (DND)'),
(1, 3, 20597, 'Sword Specialization'),
(1, 3, 20598, 'The Human Spirit'),
(1, 3, 20599, 'Diplomacy'),
(1, 3, 20864, 'Mace Specialization'),
(1, 3, 21651, 'Opening'),
(1, 3, 21652, 'Closing'),
(1, 3, 22027, 'Remove Insignia'),
(1, 3, 22810, 'Opening - No Text'),
(1, 3, 24949, 'Defensive State 2 (DND)'),
(1, 3, 34082, 'Advantaged State (DND)'),
(1, 3, 45927, 'Summon Friend'),
(1, 3, 61437, 'Opening'),
(1, 7, 81, 'Dodge'),
(1, 7, 107, 'Block'),
(1, 7, 198, 'One-Handed Maces'),
(1, 7, 203, 'Unarmed'),
(1, 7, 204, 'Defense'),
(1, 7, 227, 'Staves'),
(1, 7, 331, 'Healing Wave'),
(1, 7, 403, 'Lightning Bolt'),
(1, 7, 522, 'SPELLDEFENSE (DND)'),
(1, 7, 668, 'Language Common'),
(1, 7, 1843, 'Disarm'),
(1, 7, 2382, 'Generic'),
(1, 7, 2479, 'Honorless Target'),
(1, 7, 3050, 'Detect'),
(1, 7, 3365, 'Opening'),
(1, 7, 6233, 'Closing'),
(1, 7, 6246, 'Closing'),
(1, 7, 6247, 'Opening'),
(1, 7, 6477, 'Opening'),
(1, 7, 6478, 'Opening'),
(1, 7, 6603, 'Attack'),
(1, 7, 7266, 'Duel'),
(1, 7, 7267, 'Grovel'),
(1, 7, 7355, 'Stuck'),
(1, 7, 8386, 'Attacking'),
(1, 7, 9077, 'Leather'),
(1, 7, 9078, 'Cloth'),
(1, 7, 9116, 'Shield'),
(1, 7, 9125, 'Generic'),
(1, 7, 20597, 'Sword Specialization'),
(1, 7, 20598, 'The Human Spirit'),
(1, 7, 20599, 'Diplomacy'),
(1, 7, 20864, 'Mace Specialization'),
(1, 7, 21651, 'Opening'),
(1, 7, 21652, 'Closing'),
(1, 7, 22027, 'Remove Insignia'),
(1, 7, 22810, 'Opening - No Text'),
(1, 7, 27763, 'Totem'),
(1, 7, 45927, 'Summon Friend'),
(1, 7, 61437, 'Opening'),
(1, 11, 81, 'Dodge'),
(1, 11, 203, 'Unarmed'),
(1, 11, 204, 'Defense'),
(1, 11, 227, 'Staves'),
(1, 11, 522, 'SPELLDEFENSE (DND)'),
(1, 11, 668, 'Language Common'),
(1, 11, 1180, 'Daggers'),
(1, 11, 1843, 'Disarm'),
(1, 11, 2382, 'Generic'),
(1, 11, 2479, 'Honorless Target'),
(1, 11, 3050, 'Detect'),
(1, 11, 3365, 'Opening'),
(1, 11, 5176, 'Wrath'),
(1, 11, 5185, 'Healing Touch'),
(1, 11, 6233, 'Closing'),
(1, 11, 6246, 'Closing'),
(1, 11, 6247, 'Opening'),
(1, 11, 6477, 'Opening'),
(1, 11, 6478, 'Opening'),
(1, 11, 6603, 'Attack'),
(1, 11, 7266, 'Duel'),
(1, 11, 7267, 'Grovel'),
(1, 11, 7355, 'Stuck'),
(1, 11, 8386, 'Attacking'),
(1, 11, 9077, 'Leather'),
(1, 11, 9078, 'Cloth'),
(1, 11, 9125, 'Generic'),
(1, 11, 20597, 'Sword Specialization'),
(1, 11, 20598, 'The Human Spirit'),
(1, 11, 20599, 'Diplomacy'),
(1, 11, 20864, 'Mace Specialization'),
(1, 11, 21651, 'Opening'),
(1, 11, 21652, 'Closing'),
(1, 11, 22027, 'Remove Insignia'),
(1, 11, 22810, 'Opening - No Text'),
(1, 11, 27764, 'Fetish'),
(1, 11, 45927, 'Summon Friend'),
(1, 11, 59752, 'Every Man for Himself'),
(1, 11, 61437, 'Opening'),
(4, 2, 671, 'Language Darnassian'),
(4, 2, 20582, 'Quickness'),
(4, 2, 20583, 'Nature Resistance'),
(4, 2, 20585, 'Wisp Spirit'),
(4, 2, 58984, 'Shadowmelt'),
(4, 2, 81, 'Dodge'),
(4, 2, 107, 'Block'),
(4, 2, 198, 'One-Handed Maces'),
(4, 2, 199, 'Two-Handed Maces'),
(4, 2, 203, 'Unarmed'),
(4, 2, 204, 'Defense'),
(4, 2, 522, 'SPELLDEFENSE (DND)'),
(4, 2, 635, 'Holy Light'),
(4, 2, 668, 'Language Common'),
(4, 2, 1843, 'Disarm'),
(4, 2, 2382, 'Generic'),
(4, 2, 2479, 'Honorless Target'),
(4, 2, 3050, 'Detect'),
(4, 2, 3365, 'Opening'),
(4, 2, 6233, 'Closing'),
(4, 2, 6246, 'Closing'),
(4, 2, 6247, 'Opening'),
(4, 2, 6477, 'Opening'),
(4, 2, 6478, 'Opening'),
(4, 2, 6603, 'Attack'),
(4, 2, 7266, 'Duel'),
(4, 2, 7267, 'Grovel'),
(4, 2, 7355, 'Stuck'),
(4, 2, 8386, 'Attacking'),
(4, 2, 8737, 'Mail'),
(4, 2, 9077, 'Leather'),
(4, 2, 9078, 'Cloth'),
(4, 2, 9116, 'Shield'),
(4, 2, 9125, 'Generic'),
(4, 2, 21084, 'Seal of Righteousness'),
(4, 2, 21651, 'Opening'),
(4, 2, 21652, 'Closing'),
(4, 2, 22027, 'Remove Insignia'),
(4, 2, 22810, 'Opening - No Text'),
(4, 2, 27762, 'Libram'),
(4, 2, 45927, 'Summon Friend'),
(4, 2, 61437, 'Opening'),
(4, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(4, 7, 671, 'Language Darnassian'),
(4, 7, 20582, 'Quickness'),
(4, 7, 20583, 'Nature Resistance'),
(4, 7, 20585, 'Wisp Spirit'),
(4, 7, 58984, 'Shadowmelt'),
(4, 7, 81, 'Dodge'),
(4, 7, 107, 'Block'),
(4, 7, 198, 'One-Handed Maces'),
(4, 7, 203, 'Unarmed'),
(4, 7, 204, 'Defense'),
(4, 7, 227, 'Staves'),
(4, 7, 331, 'Healing Wave'),
(4, 7, 403, 'Lightning Bolt'),
(4, 7, 522, 'SPELLDEFENSE (DND)'),
(4, 7, 668, 'Language Common'),
(4, 7, 1843, 'Disarm'),
(4, 7, 2382, 'Generic'),
(4, 7, 2479, 'Honorless Target'),
(4, 7, 3050, 'Detect'),
(4, 7, 3365, 'Opening'),
(4, 7, 6233, 'Closing'),
(4, 7, 6246, 'Closing'),
(4, 7, 6247, 'Opening'),
(4, 7, 6477, 'Opening'),
(4, 7, 6478, 'Opening'),
(4, 7, 6603, 'Attack'),
(4, 7, 7266, 'Duel'),
(4, 7, 7267, 'Grovel'),
(4, 7, 7355, 'Stuck'),
(4, 7, 8386, 'Attacking'),
(4, 7, 9077, 'Leather'),
(4, 7, 9078, 'Cloth'),
(4, 7, 9116, 'Shield'),
(4, 7, 9125, 'Generic'),
(4, 7, 21651, 'Opening'),
(4, 7, 21652, 'Closing'),
(4, 7, 22027, 'Remove Insignia'),
(4, 7, 22810, 'Opening - No Text'),
(4, 7, 27763, 'Totem'),
(4, 7, 45927, 'Summon Friend'),
(4, 7, 61437, 'Opening'),
(4, 8, 671, 'Language Darnassian'),
(4, 8, 20582, 'Quickness'),
(4, 8, 20583, 'Nature Resistance'),
(4, 8, 20585, 'Wisp Spirit'),
(4, 8, 58984, 'Shadowmelt'),
(4, 8, 81, 'Dodge'),
(4, 8, 133, 'Fireball'),
(4, 8, 168, 'Frost Armor'),
(4, 8, 203, 'Unarmed'),
(4, 8, 204, 'Defense'),
(4, 8, 227, 'Staves'),
(4, 8, 522, 'SPELLDEFENSE (DND)'),
(4, 8, 668, 'Language Common'),
(4, 8, 1843, 'Disarm'),
(4, 8, 2382, 'Generic'),
(4, 8, 2479, 'Honorless Target'),
(4, 8, 3050, 'Detect'),
(4, 8, 3365, 'Opening'),
(4, 8, 5009, 'Wands'),
(4, 8, 5019, 'Shoot'),
(4, 8, 6233, 'Closing'),
(4, 8, 6246, 'Closing'),
(4, 8, 6247, 'Opening'),
(4, 8, 6477, 'Opening'),
(4, 8, 6478, 'Opening'),
(4, 8, 6603, 'Attack'),
(4, 8, 7266, 'Duel'),
(4, 8, 7267, 'Grovel'),
(4, 8, 7355, 'Stuck'),
(4, 8, 8386, 'Attacking'),
(4, 8, 9078, 'Cloth'),
(4, 8, 9125, 'Generic'),
(4, 8, 21651, 'Opening'),
(4, 8, 21652, 'Closing'),
(4, 8, 22027, 'Remove Insignia'),
(4, 8, 22810, 'Opening - No Text'),
(4, 8, 45927, 'Summon Friend'),
(4, 8, 61437, 'Opening'),
(4, 9, 671, 'Language Darnassian'),
(4, 9, 20582, 'Quickness'),
(4, 9, 20583, 'Nature Resistance'),
(4, 9, 20585, 'Wisp Spirit'),
(4, 9, 58984, 'Shadowmelt'),
(4, 9, 81, 'Dodge'),
(4, 9, 203, 'Unarmed'),
(4, 9, 204, 'Defense'),
(4, 9, 522, 'SPELLDEFENSE (DND)'),
(4, 9, 668, 'Language Common'),
(4, 9, 686, 'Shadow Bolt'),
(4, 9, 687, 'Demon Skin'),
(4, 9, 1180, 'Daggers'),
(4, 9, 1843, 'Disarm'),
(4, 9, 2382, 'Generic'),
(4, 9, 2479, 'Honorless Target'),
(4, 9, 3050, 'Detect'),
(4, 9, 3365, 'Opening'),
(4, 9, 5009, 'Wands'),
(4, 9, 5019, 'Shoot'),
(4, 9, 6233, 'Closing'),
(4, 9, 6246, 'Closing'),
(4, 9, 6247, 'Opening'),
(4, 9, 6477, 'Opening'),
(4, 9, 6478, 'Opening'),
(4, 9, 6603, 'Attack'),
(4, 9, 7266, 'Duel'),
(4, 9, 7267, 'Grovel'),
(4, 9, 7355, 'Stuck'),
(4, 9, 8386, 'Attacking'),
(4, 9, 9078, 'Cloth'),
(4, 9, 9125, 'Generic'),
(4, 9, 21651, 'Opening'),
(4, 9, 21652, 'Closing'),
(4, 9, 22027, 'Remove Insignia'),
(4, 9, 22810, 'Opening - No Text'),
(4, 9, 45927, 'Summon Friend'),
(4, 9, 61437, 'Opening'),
(4, 9, 58284, 'Chaos Bolt Passive'),
(4, 9, 227, 'Staves'),
(2, 2, 81, 'Dodge'),
(2, 2, 107, 'Block'),
(2, 2, 198, 'One-Handed Maces'),
(2, 2, 199, 'Two-Handed Maces'),
(2, 2, 203, 'Unarmed'),
(2, 2, 204, 'Defense'),
(2, 2, 522, 'SPELLDEFENSE (DND)'),
(2, 2, 635, 'Holy Light'),
(2, 2, 669, 'Language Orcish'),
(2, 2, 1843, 'Disarm'),
(2, 2, 2382, 'Generic'),
(2, 2, 2479, 'Honorless Target'),
(2, 2, 3050, 'Detect'),
(2, 2, 3365, 'Opening'),
(2, 2, 6233, 'Closing'),
(2, 2, 6246, 'Closing'),
(2, 2, 6247, 'Opening'),
(2, 2, 6477, 'Opening'),
(2, 2, 6478, 'Opening'),
(2, 2, 6603, 'Attack'),
(2, 2, 7266, 'Duel'),
(2, 2, 7267, 'Grovel'),
(2, 2, 7355, 'Stuck'),
(2, 2, 8386, 'Attacking'),
(2, 2, 8737, 'Mail'),
(2, 2, 9077, 'Leather'),
(2, 2, 9078, 'Cloth'),
(2, 2, 9116, 'Shield'),
(2, 2, 9125, 'Generic'),
(2, 2, 20572, 'Blood Fury'),
(2, 2, 20573, 'Hardiness'),
(2, 2, 20574, 'Axe Specialization'),
(2, 2, 21084, 'Seal of Righteousness'),
(2, 2, 21651, 'Opening'),
(2, 2, 21652, 'Closing'),
(2, 2, 22027, 'Remove Insignia'),
(2, 2, 22810, 'Opening - No Text'),
(2, 2, 27762, 'Libram'),
(2, 2, 45927, 'Summon Friend'),
(2, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(2, 2, 61437, 'Opening'),
(2, 5, 81, 'Dodge'),
(2, 5, 198, 'One-Handed Maces'),
(2, 5, 203, 'Unarmed'),
(2, 5, 204, 'Defense'),
(2, 5, 227, 'Staves'),
(2, 5, 522, 'SPELLDEFENSE (DND)'),
(2, 5, 585, 'Smite'),
(2, 5, 669, 'Language Orcish'),
(2, 5, 1843, 'Disarm'),
(2, 5, 2050, 'Lesser Heal'),
(2, 5, 2382, 'Generic'),
(2, 5, 2479, 'Honorless Target'),
(2, 5, 3050, 'Detect'),
(2, 5, 3365, 'Opening'),
(2, 5, 5009, 'Wands'),
(2, 5, 5019, 'Shoot'),
(2, 5, 6233, 'Closing'),
(2, 5, 6246, 'Closing'),
(2, 5, 6247, 'Opening'),
(2, 5, 6477, 'Opening'),
(2, 5, 6478, 'Opening'),
(2, 5, 6603, 'Attack'),
(2, 5, 7266, 'Duel'),
(2, 5, 7267, 'Grovel'),
(2, 5, 7355, 'Stuck'),
(2, 5, 8386, 'Attacking'),
(2, 5, 9078, 'Cloth'),
(2, 5, 9125, 'Generic'),
(2, 5, 20572, 'Blood Fury'),
(2, 5, 20573, 'Hardiness'),
(2, 5, 20574, 'Axe Specialization'),
(2, 5, 21651, 'Opening'),
(2, 5, 21652, 'Closing'),
(2, 5, 22027, 'Remove Insignia'),
(2, 5, 22810, 'Opening - No Text'),
(2, 5, 45927, 'Summon Friend'),
(2, 5, 61437, 'Opening'),
(2, 8, 81, 'Dodge'),
(2, 8, 133, 'Fireball'),
(2, 8, 168, 'Frost Armor'),
(2, 8, 203, 'Unarmed'),
(2, 8, 204, 'Defense'),
(2, 8, 227, 'Staves'),
(2, 8, 522, 'SPELLDEFENSE (DND)'),
(2, 8, 669, 'Language Orcish'),
(2, 8, 1843, 'Disarm'),
(2, 8, 2382, 'Generic'),
(2, 8, 2479, 'Honorless Target'),
(2, 8, 3050, 'Detect'),
(2, 8, 3365, 'Opening'),
(2, 8, 5009, 'Wands'),
(2, 8, 5019, 'Shoot'),
(2, 8, 6233, 'Closing'),
(2, 8, 6246, 'Closing'),
(2, 8, 6247, 'Opening'),
(2, 8, 6477, 'Opening'),
(2, 8, 6478, 'Opening'),
(2, 8, 6603, 'Attack'),
(2, 8, 7266, 'Duel'),
(2, 8, 7267, 'Grovel'),
(2, 8, 7355, 'Stuck'),
(2, 8, 8386, 'Attacking'),
(2, 8, 9078, 'Cloth'),
(2, 8, 9125, 'Generic'),
(2, 8, 20572, 'Blood Fury'),
(2, 8, 20573, 'Hardiness'),
(2, 8, 20574, 'Axe Specialization'),
(2, 8, 21651, 'Opening'),
(2, 8, 21652, 'Closing'),
(2, 8, 22027, 'Remove Insignia'),
(2, 8, 22810, 'Opening - No Text'),
(2, 8, 45927, 'Summon Friend'),
(2, 8, 61437, 'Opening'),
(2, 11, 81, 'Dodge'),
(2, 11, 203, 'Unarmed'),
(2, 11, 204, 'Defense'),
(2, 11, 227, 'Staves'),
(2, 11, 522, 'SPELLDEFENSE (DND)'),
(2, 11, 669, 'Language Orcish'),
(2, 11, 1180, 'Daggers'),
(2, 11, 1843, 'Disarm'),
(2, 11, 2382, 'Generic'),
(2, 11, 2479, 'Honorless Target'),
(2, 11, 3050, 'Detect'),
(2, 11, 3365, 'Opening'),
(2, 11, 5176, 'Wrath'),
(2, 11, 5185, 'Healing Touch'),
(2, 11, 6233, 'Closing'),
(2, 11, 6246, 'Closing'),
(2, 11, 6247, 'Opening'),
(2, 11, 6477, 'Opening'),
(2, 11, 6478, 'Opening'),
(2, 11, 6603, 'Attack'),
(2, 11, 7266, 'Duel'),
(2, 11, 7267, 'Grovel'),
(2, 11, 7355, 'Stuck'),
(2, 11, 8386, 'Attacking'),
(2, 11, 9077, 'Leather'),
(2, 11, 9078, 'Cloth'),
(2, 11, 9125, 'Generic'),
(2, 11, 20572, 'Blood Fury'),
(2, 11, 20573, 'Hardiness'),
(2, 11, 20574, 'Axe Specialization'),
(2, 11, 21651, 'Opening'),
(2, 11, 21652, 'Closing'),
(2, 11, 22027, 'Remove Insignia'),
(2, 11, 22810, 'Opening - No Text'),
(2, 11, 27764, 'Fetish'),
(2, 11, 45927, 'Summon Friend'),
(2, 11, 61437, 'Opening'),
(8, 2, 7341, 'Language Troll'),
(8, 2, 669, 'Language Orcish'),
(8, 2, 20555, 'Regeneration'),
(8, 2, 20557, 'Beast Slaying'),
(8, 2, 20558, 'Throwing Specialization'),
(8, 2, 26290, 'Bow Specialization'),
(8, 2, 26297, 'Berserking'),
(8, 2, 58943, 'Da Voodoo Shuffle'),
(8, 2, 81, 'Dodge'),
(8, 2, 107, 'Block'),
(8, 2, 198, 'One-Handed Maces'),
(8, 2, 199, 'Two-Handed Maces'),
(8, 2, 203, 'Unarmed'),
(8, 2, 204, 'Defense'),
(8, 2, 522, 'SPELLDEFENSE (DND)'),
(8, 2, 635, 'Holy Light'),
(8, 2, 1843, 'Disarm'),
(8, 2, 2382, 'Generic'),
(8, 2, 2479, 'Honorless Target'),
(8, 2, 3050, 'Detect'),
(8, 2, 3365, 'Opening'),
(8, 2, 6233, 'Closing'),
(8, 2, 6246, 'Closing'),
(8, 2, 6247, 'Opening'),
(8, 2, 6477, 'Opening'),
(8, 2, 6478, 'Opening'),
(8, 2, 6603, 'Attack'),
(8, 2, 7266, 'Duel'),
(8, 2, 7267, 'Grovel'),
(8, 2, 7355, 'Stuck'),
(8, 2, 8386, 'Attacking'),
(8, 2, 8737, 'Mail'),
(8, 2, 9077, 'Leather'),
(8, 2, 9078, 'Cloth'),
(8, 2, 9116, 'Shield'),
(8, 2, 9125, 'Generic'),
(8, 2, 21084, 'Seal of Righteousness'),
(8, 2, 21651, 'Opening'),
(8, 2, 21652, 'Closing'),
(8, 2, 22027, 'Remove Insignia'),
(8, 2, 22810, 'Opening - No Text'),
(8, 2, 27762, 'Libram'),
(8, 2, 45927, 'Summon Friend'),
(8, 2, 61437, 'Opening'),
(8, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(8, 9, 7341, 'Language Troll'),
(8, 9, 20555, 'Regeneration'),
(8, 9, 20557, 'Beast Slaying'),
(8, 9, 20558, 'Throwing Specialization'),
(8, 9, 26290, 'Bow Specialization'),
(8, 9, 26297, 'Berserking'),
(8, 9, 58943, 'Da Voodoo Shuffle'),
(8, 9, 81, 'Dodge'),
(8, 9, 203, 'Unarmed'),
(8, 9, 204, 'Defense'),
(8, 9, 522, 'SPELLDEFENSE (DND)'),
(8, 9, 669, 'Language Orcish'),
(8, 9, 686, 'Shadow Bolt'),
(8, 9, 687, 'Demon Skin'),
(8, 9, 1180, 'Daggers'),
(8, 9, 1843, 'Disarm'),
(8, 9, 2382, 'Generic'),
(8, 9, 2479, 'Honorless Target'),
(8, 9, 3050, 'Detect'),
(8, 9, 3365, 'Opening'),
(8, 9, 5009, 'Wands'),
(8, 9, 5019, 'Shoot'),
(8, 9, 6233, 'Closing'),
(8, 9, 6246, 'Closing'),
(8, 9, 6247, 'Opening'),
(8, 9, 6477, 'Opening'),
(8, 9, 6478, 'Opening'),
(8, 9, 6603, 'Attack'),
(8, 9, 7266, 'Duel'),
(8, 9, 7267, 'Grovel'),
(8, 9, 7355, 'Stuck'),
(8, 9, 8386, 'Attacking'),
(8, 9, 9078, 'Cloth'),
(8, 9, 9125, 'Generic'),
(8, 9, 21651, 'Opening'),
(8, 9, 21652, 'Closing'),
(8, 9, 22027, 'Remove Insignia'),
(8, 9, 22810, 'Opening - No Text'),
(8, 9, 45927, 'Summon Friend'),
(8, 9, 58284, 'Chaos Bolt Passive'),
(8, 9, 61437, 'Opening'),
(8, 9, 227, 'Staves'),
(8, 11, 669, 'Language Orcish'),
(8, 11, 81, 'Dodge'),
(8, 11, 203, 'Unarmed'),
(8, 11, 204, 'Defense'),
(8, 11, 227, 'Staves'),
(8, 11, 522, 'SPELLDEFENSE (DND)'),
(8, 11, 1180, 'Daggers'),
(8, 11, 1843, 'Disarm'),
(8, 11, 2382, 'Generic'),
(8, 11, 2479, 'Honorless Target'),
(8, 11, 3050, 'Detect'),
(8, 11, 3365, 'Opening'),
(8, 11, 5176, 'Wrath'),
(8, 11, 5185, 'Healing Touch'),
(8, 11, 6233, 'Closing'),
(8, 11, 6246, 'Closing'),
(8, 11, 6247, 'Opening'),
(8, 11, 6477, 'Opening'),
(8, 11, 6478, 'Opening'),
(8, 11, 6603, 'Attack'),
(8, 11, 7266, 'Duel'),
(8, 11, 7267, 'Grovel'),
(8, 11, 7355, 'Stuck'),
(8, 11, 8386, 'Attacking'),
(8, 11, 9077, 'Leather'),
(8, 11, 9078, 'Cloth'),
(8, 11, 9125, 'Generic'),
(8, 11, 21651, 'Opening'),
(8, 11, 21652, 'Closing'),
(8, 11, 22027, 'Remove Insignia'),
(8, 11, 22810, 'Opening - No Text'),
(8, 11, 27764, 'Fetish'),
(8, 11, 45927, 'Summon Friend'),
(8, 11, 61437, 'Opening'),
(8, 11, 7341, 'Language Troll'),
(8, 11, 20555, 'Regeneration'),
(8, 11, 20557, 'Beast Slaying'),
(8, 11, 20558, 'Throwing Specialization'),
(8, 11, 26290, 'Bow Specialization'),
(8, 11, 26297, 'Berserking'),
(8, 11, 58943, 'Da Voodoo Shuffle'),
(6, 2, 669, 'Language Orcish'),
(6, 2, 670, 'Language Taurahe'),
(6, 2, 20549, 'War Stomp'),
(6, 2, 20550, 'Endurance'),
(6, 2, 20551, 'Nature Resistance'),
(6, 2, 20552, 'Cultivation'),
(6, 2, 81, 'Dodge'),
(6, 2, 107, 'Block'),
(6, 2, 201, 'One-Handed Swords'),
(6, 2, 202, 'Two-Handed Swords'),
(6, 2, 203, 'Unarmed'),
(6, 2, 204, 'Defense'),
(6, 2, 522, 'SPELLDEFENSE (DND)'),
(6, 2, 635, 'Holy Light'),
(6, 2, 2382, 'Generic'),
(6, 2, 2479, 'Honorless Target'),
(6, 2, 3050, 'Detect'),
(6, 2, 3365, 'Opening'),
(6, 2, 6233, 'Closing'),
(6, 2, 6246, 'Closing'),
(6, 2, 6247, 'Opening'),
(6, 2, 6477, 'Opening'),
(6, 2, 6478, 'Opening'),
(6, 2, 6603, 'Attack'),
(6, 2, 7266, 'Duel'),
(6, 2, 7267, 'Grovel'),
(6, 2, 7355, 'Stuck'),
(6, 2, 8386, 'Attacking'),
(6, 2, 8737, 'Mail'),
(6, 2, 9077, 'Leather'),
(6, 2, 9078, 'Cloth'),
(6, 2, 9116, 'Shield'),
(6, 2, 9125, 'Generic'),
(6, 2, 21084, 'Seal of Righteousness'),
(6, 2, 21651, 'Opening'),
(6, 2, 21652, 'Closing'),
(6, 2, 22027, 'Remove Insignia'),
(6, 2, 22810, 'Opening - No Text'),
(6, 2, 27762, 'Libram'),
(6, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(6, 4, 669, 'Language Orcish'),
(6, 4, 670, 'Language Taurahe'),
(6, 4, 20549, 'War Stomp'),
(6, 4, 20550, 'Endurance'),
(6, 4, 20551, 'Nature Resistance'),
(6, 4, 20552, 'Cultivation'),
(6, 4, 81, 'Dodge'),
(6, 4, 203, 'Unarmed'),
(6, 4, 204, 'Defense'),
(6, 4, 522, 'SPELLDEFENSE (DND)'),
(6, 4, 1180, 'Daggers'),
(6, 4, 1752, 'Sinister Strike'),
(6, 4, 1843, 'Disarm'),
(6, 4, 2098, 'Eviscerate'),
(6, 4, 2382, 'Generic'),
(6, 4, 2479, 'Honorless Target'),
(6, 4, 2567, 'Thrown'),
(6, 4, 2764, 'Throw'),
(6, 4, 3050, 'Detect'),
(6, 4, 3365, 'Opening'),
(6, 4, 6233, 'Closing'),
(6, 4, 6246, 'Closing'),
(6, 4, 6247, 'Opening'),
(6, 4, 6477, 'Opening'),
(6, 4, 6478, 'Opening'),
(6, 4, 6603, 'Attack'),
(6, 4, 7266, 'Duel'),
(6, 4, 7267, 'Grovel'),
(6, 4, 7355, 'Stuck'),
(6, 4, 8386, 'Attacking'),
(6, 4, 9077, 'Leather'),
(6, 4, 9078, 'Cloth'),
(6, 4, 9125, 'Generic'),
(6, 4, 16092, 'Defensive State (DND)'),
(6, 4, 21184, 'Rogue Passive (DND)'),
(6, 4, 21651, 'Opening'),
(6, 4, 21652, 'Closing'),
(6, 4, 22027, 'Remove Insignia'),
(6, 4, 22810, 'Opening - No Text'),
(6, 4, 45927, 'Summon Friend'),
(6, 4, 61437, 'Opening'),
(6, 4, 674, 'Dual Wield'),
(6, 5, 669, 'Language Orcish'),
(6, 5, 670, 'Language Taurahe'),
(6, 5, 20549, 'War Stomp'),
(6, 5, 20550, 'Endurance'),
(6, 5, 20551, 'Nature Resistance'),
(6, 5, 20552, 'Cultivation'),
(6, 5, 81, 'Dodge'),
(6, 5, 198, 'One-Handed Maces'),
(6, 5, 203, 'Unarmed'),
(6, 5, 204, 'Defense'),
(6, 5, 522, 'SPELLDEFENSE (DND)'),
(6, 5, 585, 'Smite'),
(6, 5, 1843, 'Disarm'),
(6, 5, 2050, 'Lesser Heal'),
(6, 5, 2382, 'Generic'),
(6, 5, 2479, 'Honorless Target'),
(6, 5, 3050, 'Detect'),
(6, 5, 3365, 'Opening'),
(6, 5, 5009, 'Wands'),
(6, 5, 5019, 'Shoot'),
(6, 5, 6233, 'Closing'),
(6, 5, 6246, 'Closing'),
(6, 5, 6247, 'Opening'),
(6, 5, 6477, 'Opening'),
(6, 5, 6478, 'Opening'),
(6, 5, 6603, 'Attack'),
(6, 5, 7266, 'Duel'),
(6, 5, 7267, 'Grovel'),
(6, 5, 7355, 'Stuck'),
(6, 5, 8386, 'Attacking'),
(6, 5, 9078, 'Cloth'),
(6, 5, 9125, 'Generic'),
(6, 5, 21651, 'Opening'),
(6, 5, 21652, 'Closing'),
(6, 5, 22027, 'Remove Insignia'),
(6, 5, 22810, 'Opening - No Text'),
(6, 5, 45927, 'Summon Friend'),
(6, 5, 61437, 'Opening'),
(6, 5, 227, 'Staves'),
(6, 8, 669, 'Language Orcish'),
(6, 8, 670, 'Language Taurahe'),
(6, 8, 20549, 'War Stomp'),
(6, 8, 20550, 'Endurance'),
(6, 8, 20551, 'Nature Resistance'),
(6, 8, 20552, 'Cultivation'),
(6, 8, 81, 'Dodge'),
(6, 8, 133, 'Fireball'),
(6, 8, 168, 'Frost Armor'),
(6, 8, 203, 'Unarmed'),
(6, 8, 204, 'Defense'),
(6, 8, 227, 'Staves'),
(6, 8, 522, 'SPELLDEFENSE (DND)'),
(6, 8, 1843, 'Disarm'),
(6, 8, 2382, 'Generic'),
(6, 8, 2479, 'Honorless Target'),
(6, 8, 3050, 'Detect'),
(6, 8, 3365, 'Opening'),
(6, 8, 5009, 'Wands'),
(6, 8, 5019, 'Shoot'),
(6, 8, 6233, 'Closing'),
(6, 8, 6246, 'Closing'),
(6, 8, 6247, 'Opening'),
(6, 8, 6477, 'Opening'),
(6, 8, 6478, 'Opening'),
(6, 8, 6603, 'Attack'),
(6, 8, 7266, 'Duel'),
(6, 8, 7267, 'Grovel'),
(6, 8, 7355, 'Stuck'),
(6, 8, 8386, 'Attacking'),
(6, 8, 9078, 'Cloth'),
(6, 8, 9125, 'Generic'),
(6, 8, 21651, 'Opening'),
(6, 8, 21652, 'Closing'),
(6, 8, 22027, 'Remove Insignia'),
(6, 8, 22810, 'Opening - No Text'),
(6, 8, 45927, 'Summon Friend'),
(6, 8, 61437, 'Opening'),
(6, 9, 669, 'Language Orcish'),
(6, 9, 670, 'Language Taurahe'),
(6, 9, 20549, 'War Stomp'),
(6, 9, 20550, 'Endurance'),
(6, 9, 20551, 'Nature Resistance'),
(6, 9, 20552, 'Cultivation'),
(6, 9, 81, 'Dodge'),
(6, 9, 203, 'Unarmed'),
(6, 9, 204, 'Defense'),
(6, 9, 522, 'SPELLDEFENSE (DND)'),
(6, 9, 686, 'Shadow Bolt'),
(6, 9, 687, 'Demon Skin'),
(6, 9, 1180, 'Daggers'),
(6, 9, 1843, 'Disarm'),
(6, 9, 2382, 'Generic'),
(6, 9, 2479, 'Honorless Target'),
(6, 9, 3050, 'Detect'),
(6, 9, 3365, 'Opening'),
(6, 9, 5009, 'Wands'),
(6, 9, 5019, 'Shoot'),
(6, 9, 6233, 'Closing'),
(6, 9, 6246, 'Closing'),
(6, 9, 6247, 'Opening'),
(6, 9, 6477, 'Opening'),
(6, 9, 6478, 'Opening'),
(6, 9, 6603, 'Attack'),
(6, 9, 7266, 'Duel'),
(6, 9, 7267, 'Grovel'),
(6, 9, 7355, 'Stuck'),
(6, 9, 8386, 'Attacking'),
(6, 9, 9078, 'Cloth'),
(6, 9, 9125, 'Generic'),
(6, 9, 21651, 'Opening'),
(6, 9, 21652, 'Closing'),
(6, 9, 22027, 'Remove Insignia'),
(6, 9, 22810, 'Opening - No Text'),
(6, 9, 45927, 'Summon Friend'),
(6, 9, 58284, 'Chaos Bolt Passive'),
(6, 9, 61437, 'Opening'),
(6, 9, 227, 'Staves'),
(5, 2, 669, 'Language Orcish'),
(5, 2, 5227, 'Underwater Breathing'),
(5, 2, 7744, 'Will of the Forsaken'),
(5, 2, 17737, 'Language Gutterspeak'),
(5, 2, 20577, 'Cannibalize'),
(5, 2, 20579, 'Shadow Resistance'),
(5, 2, 81, 'Dodge'),
(5, 2, 107, 'Block'),
(5, 2, 198, 'One-Handed Maces'),
(5, 2, 199, 'Two-Handed Maces'),
(5, 2, 203, 'Unarmed'),
(5, 2, 204, 'Defense'),
(5, 2, 522, 'SPELLDEFENSE (DND)'),
(5, 2, 635, 'Holy Light'),
(5, 2, 1843, 'Disarm'),
(5, 2, 2382, 'Generic'),
(5, 2, 2479, 'Honorless Target'),
(5, 2, 3050, 'Detect'),
(5, 2, 3365, 'Opening'),
(5, 2, 6233, 'Closing'),
(5, 2, 6246, 'Closing'),
(5, 2, 6247, 'Opening'),
(5, 2, 6477, 'Opening'),
(5, 2, 6478, 'Opening'),
(5, 2, 6603, 'Attack'),
(5, 2, 7266, 'Duel'),
(5, 2, 7267, 'Grovel'),
(5, 2, 7355, 'Stuck'),
(5, 2, 8386, 'Attacking'),
(5, 2, 8737, 'Mail'),
(5, 2, 9077, 'Leather'),
(5, 2, 9078, 'Cloth'),
(5, 2, 9116, 'Shield'),
(5, 2, 9125, 'Generic'),
(5, 2, 21084, 'Seal of Righteousness'),
(5, 2, 21651, 'Opening'),
(5, 2, 21652, 'Closing'),
(5, 2, 22027, 'Remove Insignia'),
(5, 2, 22810, 'Opening - No Text'),
(5, 2, 27762, 'Libram'),
(5, 2, 45927, 'Summon Friend'),
(5, 2, 61437, 'Opening'),
(5, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
(5, 3, 669, 'Language Orcish'),
(5, 3, 5227, 'Underwater Breathing'),
(5, 3, 7744, 'Will of the Forsaken'),
(5, 3, 17737, 'Language Gutterspeak'),
(5, 3, 20577, 'Cannibalize'),
(5, 3, 20579, 'Shadow Resistance'),
(5, 3, 75, 'Auto Shot'),
(5, 3, 81, 'Dodge'),
(5, 3, 196, 'One-Handed Axes'),
(5, 3, 197, 'Two-Handed Axes'),
(5, 3, 203, 'Unarmed'),
(5, 3, 204, 'Defense'),
(5, 3, 264, 'Bows'),
(5, 3, 266, 'Guns'),
(5, 3, 522, 'SPELLDEFENSE (DND)'),
(5, 3, 1843, 'Disarm'),
(5, 3, 2382, 'Generic'),
(5, 3, 2479, 'Honorless Target'),
(5, 3, 2973, 'Raptor Strike'),
(5, 3, 3050, 'Detect'),
(5, 3, 3365, 'Opening'),
(5, 3, 6233, 'Closing'),
(5, 3, 6246, 'Closing'),
(5, 3, 6247, 'Opening'),
(5, 3, 6477, 'Opening'),
(5, 3, 6478, 'Opening'),
(5, 3, 6603, 'Attack'),
(5, 3, 7266, 'Duel'),
(5, 3, 7267, 'Grovel'),
(5, 3, 7355, 'Stuck'),
(5, 3, 8386, 'Attacking'),
(5, 3, 9077, 'Leather'),
(5, 3, 9078, 'Cloth'),
(5, 3, 9125, 'Generic'),
(5, 3, 13358, 'Defensive State (DND)'),
(5, 3, 21651, 'Opening'),
(5, 3, 21652, 'Closing'),
(5, 3, 22027, 'Remove Insignia'),
(5, 3, 22810, 'Opening - No Text'),
(5, 3, 24949, 'Defensive State 2 (DND)'),
(5, 3, 34082, 'Advantaged State (DND)'),
(5, 3, 45927, 'Summon Friend'),
(5, 3, 61437, 'Opening'),
(5, 7, 669, 'Language Orcish'),
(5, 7, 5227, 'Underwater Breathing'),
(5, 7, 7744, 'Will of the Forsaken'),
(5, 7, 17737, 'Language Gutterspeak'),
(5, 7, 20577, 'Cannibalize'),
(5, 7, 20579, 'Shadow Resistance'),
(5, 7, 81, 'Dodge'),
(5, 7, 107, 'Block'),
(5, 7, 198, 'One-Handed Maces'),
(5, 7, 203, 'Unarmed'),
(5, 7, 204, 'Defense'),
(5, 7, 227, 'Staves'),
(5, 7, 331, 'Healing Wave'),
(5, 7, 403, 'Lightning Bolt'),
(5, 7, 522, 'SPELLDEFENSE (DND)'),
(5, 7, 1843, 'Disarm'),
(5, 7, 2382, 'Generic'),
(5, 7, 2479, 'Honorless Target'),
(5, 7, 3050, 'Detect'),
(5, 7, 3365, 'Opening'),
(5, 7, 6233, 'Closing'),
(5, 7, 6246, 'Closing'),
(5, 7, 6247, 'Opening'),
(5, 7, 6477, 'Opening'),
(5, 7, 6478, 'Opening'),
(5, 7, 6603, 'Attack'),
(5, 7, 7266, 'Duel'),
(5, 7, 7267, 'Grovel'),
(5, 7, 7355, 'Stuck'),
(5, 7, 8386, 'Attacking'),
(5, 7, 9077, 'Leather'),
(5, 7, 9078, 'Cloth'),
(5, 7, 9116, 'Shield'),
(5, 7, 9125, 'Generic'),
(5, 7, 21651, 'Opening'),
(5, 7, 21652, 'Closing'),
(5, 7, 22027, 'Remove Insignia'),
(5, 7, 22810, 'Opening - No Text'),
(5, 7, 27763, 'Totem'),
(5, 7, 45927, 'Summon Friend'),
(5, 7, 61437, 'Opening'),
(5, 11, 5227, 'Underwater Breathing'),
(5, 11, 7744, 'Will of the Forsaken'),
(5, 11, 17737, 'Language Gutterspeak'),
(5, 11, 20577, 'Cannibalize'),
(5, 11, 20579, 'Shadow Resistance'),
(5, 11, 81, 'Dodge'),
(5, 11, 198, 'One-Handed Maces'),
(5, 11, 203, 'Unarmed'),
(5, 11, 204, 'Defense'),
(5, 11, 227, 'Staves'),
(5, 11, 522, 'SPELLDEFENSE (DND)'),
(5, 11, 1843, 'Disarm'),
(5, 11, 2382, 'Generic'),
(5, 11, 2479, 'Honorless Target'),
(5, 11, 3050, 'Detect'),
(5, 11, 3365, 'Opening'),
(5, 11, 5176, 'Wrath'),
(5, 11, 5185, 'Healing Touch'),
(5, 11, 6233, 'Closing'),
(5, 11, 6246, 'Closing'),
(5, 11, 6247, 'Opening'),
(5, 11, 6477, 'Opening'),
(5, 11, 6478, 'Opening'),
(5, 11, 6603, 'Attack'),
(5, 11, 7266, 'Duel'),
(5, 11, 7267, 'Grovel'),
(5, 11, 7355, 'Stuck'),
(5, 11, 8386, 'Attacking'),
(5, 11, 9077, 'Leather'),
(5, 11, 9078, 'Cloth'),
(5, 11, 9125, 'Generic'),
(5, 11, 21651, 'Opening'),
(5, 11, 21652, 'Closing'),
(5, 11, 22027, 'Remove Insignia'),
(5, 11, 22810, 'Opening - No Text'),
(5, 11, 27764, 'Fetish'),
(5, 11, 45927, 'Summon Friend'),
(5, 11, 61437, 'Opening'),
(1, 1, 750, 'Plate Mail'),
(1, 2, 750, 'Plate Mail'),
(1, 3, 750, 'Plate Mail'),
(1, 4, 750, 'Plate Mail'),
(1, 5, 750, 'Plate Mail'),
(1, 7, 750, 'Plate Mail'),
(1, 8, 750, 'Plate Mail'),
(1, 9, 750, 'Plate Mail'),
(2, 1, 750, 'Plate Mail'),
(2, 2, 750, 'Plate Mail'),
(2, 3, 750, 'Plate Mail'),
(2, 4, 750, 'Plate Mail'),
(2, 5, 750, 'Plate Mail'),
(2, 7, 750, 'Plate Mail'),
(2, 8, 750, 'Plate Mail'),
(2, 9, 750, 'Plate Mail'),
(3, 1, 750, 'Plate Mail'),
(3, 2, 750, 'Plate Mail'),
(3, 3, 750, 'Plate Mail'),
(3, 4, 750, 'Plate Mail'),
(3, 5, 750, 'Plate Mail'),
(3, 7, 750, 'Plate Mail'),
(3, 8, 750, 'Plate Mail'),
(3, 9, 750, 'Plate Mail'),
(4, 1, 750, 'Plate Mail'),
(4, 2, 750, 'Plate Mail'),
(4, 3, 750, 'Plate Mail'),
(4, 4, 750, 'Plate Mail'),
(4, 5, 750, 'Plate Mail'),
(4, 7, 750, 'Plate Mail'),
(4, 8, 750, 'Plate Mail'),
(4, 9, 750, 'Plate Mail'),
(5, 1, 750, 'Plate Mail'),
(5, 2, 750, 'Plate Mail'),
(5, 3, 750, 'Plate Mail'),
(5, 4, 750, 'Plate Mail'),
(5, 5, 750, 'Plate Mail'),
(5, 7, 750, 'Plate Mail'),
(5, 8, 750, 'Plate Mail'),
(5, 9, 750, 'Plate Mail'),
(6, 1, 750, 'Plate Mail'),
(6, 2, 750, 'Plate Mail'),
(6, 3, 750, 'Plate Mail'),
(6, 4, 750, 'Plate Mail'),
(6, 5, 750, 'Plate Mail'),
(6, 7, 750, 'Plate Mail'),
(6, 8, 750, 'Plate Mail'),
(6, 9, 750, 'Plate Mail'),
(7, 1, 750, 'Plate Mail'),
(7, 2, 750, 'Plate Mail'),
(7, 3, 750, 'Plate Mail'),
(7, 4, 750, 'Plate Mail'),
(7, 5, 750, 'Plate Mail'),
(7, 7, 750, 'Plate Mail'),
(7, 8, 750, 'Plate Mail'),
(7, 9, 750, 'Plate Mail'),
(8, 1, 750, 'Plate Mail'),
(8, 2, 750, 'Plate Mail'),
(8, 3, 750, 'Plate Mail'),
(8, 4, 750, 'Plate Mail'),
(8, 5, 750, 'Plate Mail'),
(8, 7, 750, 'Plate Mail'),
(8, 8, 750, 'Plate Mail'),
(8, 9, 750, 'Plate Mail'),
(1, 3, 8737, 'Mail'),
(1, 4, 8737, 'Mail'),
(1, 5, 8737, 'Mail'),
(1, 7, 8737, 'Mail'),
(1, 8, 8737, 'Mail'),
(1, 9, 8737, 'Mail'),
(2, 3, 8737, 'Mail'),
(2, 4, 8737, 'Mail'),
(2, 5, 8737, 'Mail'),
(2, 7, 8737, 'Mail'),
(2, 8, 8737, 'Mail'),
(2, 9, 8737, 'Mail'),
(3, 3, 8737, 'Mail'),
(3, 4, 8737, 'Mail'),
(3, 5, 8737, 'Mail'),
(3, 7, 8737, 'Mail'),
(3, 8, 8737, 'Mail'),
(3, 9, 8737, 'Mail'),
(4, 3, 8737, 'Mail'),
(4, 4, 8737, 'Mail'),
(4, 5, 8737, 'Mail'),
(4, 7, 8737, 'Mail'),
(4, 8, 8737, 'Mail'),
(4, 9, 8737, 'Mail'),
(5, 3, 8737, 'Mail'),
(5, 4, 8737, 'Mail'),
(5, 5, 8737, 'Mail'),
(5, 7, 8737, 'Mail'),
(5, 8, 8737, 'Mail'),
(5, 9, 8737, 'Mail'),
(6, 3, 8737, 'Mail'),
(6, 4, 8737, 'Mail'),
(6, 5, 8737, 'Mail'),
(6, 7, 8737, 'Mail'),
(6, 8, 8737, 'Mail'),
(6, 9, 8737, 'Mail'),
(7, 3, 8737, 'Mail'),
(7, 4, 8737, 'Mail'),
(7, 5, 8737, 'Mail'),
(7, 7, 8737, 'Mail'),
(7, 8, 8737, 'Mail'),
(7, 9, 8737, 'Mail'),
(8, 3, 8737, 'Mail'),
(8, 4, 8737, 'Mail'),
(8, 5, 8737, 'Mail'),
(8, 7, 8737, 'Mail'),
(8, 8, 8737, 'Mail'),
(8, 9, 8737, 'Mail'),
(1, 5, 9077, 'Leather'),
(1, 8, 9077, 'Leather'),
(1, 9, 9077, 'Leather'),
(2, 5, 9077, 'Leather'),
(2, 8, 9077, 'Leather'),
(2, 9, 9077, 'Leather'),
(3, 5, 9077, 'Leather'),
(3, 8, 9077, 'Leather'),
(3, 9, 9077, 'Leather'),
(4, 5, 9077, 'Leather'),
(4, 8, 9077, 'Leather'),
(4, 9, 9077, 'Leather'),
(5, 5, 9077, 'Leather'),
(5, 8, 9077, 'Leather'),
(5, 9, 9077, 'Leather'),
(6, 5, 9077, 'Leather'),
(6, 8, 9077, 'Leather'),
(6, 9, 9077, 'Leather'),
(7, 5, 9077, 'Leather'),
(7, 8, 9077, 'Leather'),
(7, 9, 9077, 'Leather'),
(8, 5, 9077, 'Leather'),
(8, 8, 9077, 'Leather'),
(8, 9, 9077, 'Leather');
CREATE TABLE IF NOT EXISTS `playercreateinfo_spell_custom` (
`racemask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`classmask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Spell` mediumint(8) unsigned NOT NULL DEFAULT '0',
`Note` varchar(255) DEFAULT NULL,
`Active` tinyint(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`racemask`,`classmask`,`Spell`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`, `Active`) VALUES
(1, 1, 81, 'Dodge', 1),
(1, 1, 107, 'Block', 1),
(1, 1, 196, 'One-Handed Axes', 1),
(1, 1, 198, 'One-Handed Maces', 1),
(1, 1, 201, 'One-Handed Swords', 1),
(1, 1, 203, 'Unarmed', 1),
(1, 1, 204, 'Defense', 1),
(1, 1, 668, 'Language Common', 1),
(1, 1, 2382, 'Generic', 1),
(1, 1, 2479, 'Honorless Target', 1),
(1, 1, 6603, 'Attack', 1),
(1, 1, 7266, 'Duel', 1),
(1, 1, 7355, 'Stuck', 1),
(1, 1, 8386, 'Attacking', 1),
(1, 1, 8737, 'Mail', 1),
(1, 1, 9077, 'Leather', 1),
(1, 1, 9078, 'Cloth', 1),
(1, 1, 9116, 'Shield', 1),
(1, 1, 9125, 'Generic', 1),
(1, 1, 20597, 'Sword Specialization', 1),
(1, 1, 20864, 'Mace Specialization', 1),
(1, 2, 81, 'Dodge', 1),
(1, 2, 107, 'Block', 1),
(1, 2, 198, 'One-Handed Maces', 1),
(1, 2, 199, 'Two-Handed Maces', 1),
(1, 2, 203, 'Unarmed', 1),
(1, 2, 204, 'Defense', 1),
(1, 2, 668, 'Language Common', 1),
(1, 2, 2382, 'Generic', 1),
(1, 2, 2479, 'Honorless Target', 1),
(1, 2, 6603, 'Attack', 1),
(1, 2, 7266, 'Duel', 1),
(1, 2, 7355, 'Stuck', 1),
(1, 2, 8386, 'Attacking', 1),
(1, 2, 8737, 'Mail', 1),
(1, 2, 9077, 'Leather', 1),
(1, 2, 9078, 'Cloth', 1),
(1, 2, 9116, 'Shield', 1),
(1, 2, 9125, 'Generic', 1),
(1, 2, 20597, 'Sword Specialization', 1),
(1, 2, 20864, 'Mace Specialization', 1),
(1, 2, 27762, 'Libram', 1),
(1, 4, 81, 'Dodge', 1),
(1, 4, 203, 'Unarmed', 1),
(1, 4, 204, 'Defense', 1),
(1, 4, 668, 'Language Common', 1),
(1, 4, 1180, 'Daggers', 1),
(1, 4, 2382, 'Generic', 1),
(1, 4, 2479, 'Honorless Target', 1),
(1, 4, 2567, 'Thrown', 1),
(1, 4, 2764, 'Throw', 1),
(1, 4, 6603, 'Attack', 1),
(1, 4, 7266, 'Duel', 1),
(1, 4, 7355, 'Stuck', 1),
(1, 4, 8386, 'Attacking', 1),
(1, 4, 9077, 'Leather', 1),
(1, 4, 9078, 'Cloth', 1),
(1, 4, 9125, 'Generic', 1),
(1, 4, 20597, 'Sword Specialization', 1),
(1, 4, 20864, 'Mace Specialization', 1),
(1, 5, 81, 'Dodge', 1),
(1, 5, 198, 'One-Handed Maces', 1),
(1, 5, 203, 'Unarmed', 1),
(1, 5, 204, 'Defense', 1),
(1, 5, 668, 'Language Common', 1),
(1, 5, 2382, 'Generic', 1),
(1, 5, 2479, 'Honorless Target', 1),
(1, 5, 5009, 'Wands', 1),
(1, 5, 5019, 'Shoot', 1),
(1, 5, 6603, 'Attack', 1),
(1, 5, 7266, 'Duel', 1),
(1, 5, 7355, 'Stuck', 1),
(1, 5, 8386, 'Attacking', 1),
(1, 5, 9078, 'Cloth', 1),
(1, 5, 9125, 'Generic', 1),
(1, 5, 20597, 'Sword Specialization', 1),
(1, 5, 20864, 'Mace Specialization', 1),
(1, 8, 81, 'Dodge', 1),
(1, 8, 203, 'Unarmed', 1),
(1, 8, 204, 'Defense', 1),
(1, 8, 227, 'Staves', 1),
(1, 8, 668, 'Language Common', 1),
(1, 8, 2382, 'Generic', 1),
(1, 8, 2479, 'Honorless Target', 1),
(1, 8, 5009, 'Wands', 1),
(1, 8, 5019, 'Shoot', 1),
(1, 8, 6603, 'Attack', 1),
(1, 8, 7266, 'Duel', 1),
(1, 8, 7355, 'Stuck', 1),
(1, 8, 8386, 'Attacking', 1),
(1, 8, 9078, 'Cloth', 1),
(1, 8, 9125, 'Generic', 1),
(1, 8, 20597, 'Sword Specialization', 1),
(1, 8, 20864, 'Mace Specialization', 1),
(1, 9, 81, 'Dodge', 1),
(1, 9, 203, 'Unarmed', 1),
(1, 9, 204, 'Defense', 1),
(1, 9, 668, 'Language Common', 1),
(1, 9, 1180, 'Daggers', 1),
(1, 9, 2382, 'Generic', 1),
(1, 9, 2479, 'Honorless Target', 1),
(1, 9, 5009, 'Wands', 1),
(1, 9, 5019, 'Shoot', 1),
(1, 9, 6603, 'Attack', 1),
(1, 9, 7266, 'Duel', 1),
(1, 9, 7355, 'Stuck', 1),
(1, 9, 8386, 'Attacking', 1),
(1, 9, 9078, 'Cloth', 1),
(1, 9, 9125, 'Generic', 1),
(1, 9, 20597, 'Sword Specialization', 1),
(1, 9, 20864, 'Mace Specialization', 1),
(2, 1, 81, 'Dodge', 1),
(2, 1, 107, 'Block', 1),
(2, 1, 196, 'One-Handed Axes', 1),
(2, 1, 197, 'Two-Handed Axes', 1),
(2, 1, 201, 'One-Handed Swords', 1),
(2, 1, 203, 'Unarmed', 1),
(2, 1, 204, 'Defense', 1),
(2, 1, 669, 'Language Orcish', 1),
(2, 1, 2382, 'Generic', 1),
(2, 1, 2479, 'Honorless Target', 1),
(2, 1, 6603, 'Attack', 1),
(2, 1, 7266, 'Duel', 1),
(2, 1, 7355, 'Stuck', 1),
(2, 1, 8386, 'Attacking', 1),
(2, 1, 8737, 'Mail', 1),
(2, 1, 9077, 'Leather', 1),
(2, 1, 9078, 'Cloth', 1),
(2, 1, 9116, 'Shield', 1),
(2, 1, 9125, 'Generic', 1),
(2, 1, 20574, 'Axe Specialization', 1),
(2, 3, 75, 'Auto Shot', 1),
(2, 3, 81, 'Dodge', 1),
(2, 3, 196, 'One-Handed Axes', 1),
(2, 3, 203, 'Unarmed', 1),
(2, 3, 204, 'Defense', 1),
(2, 3, 264, 'Bows', 1),
(2, 3, 669, 'Language Orcish', 1),
(2, 3, 2382, 'Generic', 1),
(2, 3, 2479, 'Honorless Target', 1),
(2, 3, 6603, 'Attack', 1),
(2, 3, 7266, 'Duel', 1),
(2, 3, 7355, 'Stuck', 1),
(2, 3, 8386, 'Attacking', 1),
(2, 3, 9077, 'Leather', 1),
(2, 3, 9078, 'Cloth', 1),
(2, 3, 9125, 'Generic', 1),
(2, 3, 20574, 'Axe Specialization', 1),
(2, 4, 81, 'Dodge', 1),
(2, 4, 203, 'Unarmed', 1),
(2, 4, 204, 'Defense', 1),
(2, 4, 669, 'Language Orcish', 1),
(2, 4, 1180, 'Daggers', 1),
(2, 4, 2382, 'Generic', 1),
(2, 4, 2479, 'Honorless Target', 1),
(2, 4, 2567, 'Thrown', 1),
(2, 4, 2764, 'Throw', 1),
(2, 4, 6603, 'Attack', 1),
(2, 4, 7266, 'Duel', 1),
(2, 4, 7355, 'Stuck', 1),
(2, 4, 8386, 'Attacking', 1),
(2, 4, 9077, 'Leather', 1),
(2, 4, 9078, 'Cloth', 1),
(2, 4, 9125, 'Generic', 1),
(2, 4, 20574, 'Axe Specialization', 1),
(2, 7, 81, 'Dodge', 1),
(2, 7, 107, 'Block', 1),
(2, 7, 198, 'One-Handed Maces', 1),
(2, 7, 203, 'Unarmed', 1),
(2, 7, 204, 'Defense', 1),
(2, 7, 227, 'Staves', 1),
(2, 7, 669, 'Language Orcish', 1),
(2, 7, 2382, 'Generic', 1),
(2, 7, 2479, 'Honorless Target', 1),
(2, 7, 6603, 'Attack', 1),
(2, 7, 7266, 'Duel', 1),
(2, 7, 7355, 'Stuck', 1),
(2, 7, 8386, 'Attacking', 1),
(2, 7, 9077, 'Leather', 1),
(2, 7, 9078, 'Cloth', 1),
(2, 7, 9116, 'Shield', 1),
(2, 7, 9125, 'Generic', 1),
(2, 7, 20574, 'Axe Specialization', 1),
(2, 7, 27763, 'Totem', 1),
(2, 9, 81, 'Dodge', 1),
(2, 9, 203, 'Unarmed', 1),
(2, 9, 204, 'Defense', 1),
(2, 9, 669, 'Language Orcish', 1),
(2, 9, 1180, 'Daggers', 1),
(2, 9, 2382, 'Generic', 1),
(2, 9, 2479, 'Honorless Target', 1),
(2, 9, 5009, 'Wands', 1),
(2, 9, 5019, 'Shoot', 1),
(2, 9, 6603, 'Attack', 1),
(2, 9, 7266, 'Duel', 1),
(2, 9, 7355, 'Stuck', 1),
(2, 9, 8386, 'Attacking', 1),
(2, 9, 9078, 'Cloth', 1),
(2, 9, 9125, 'Generic', 1),
(2, 9, 20574, 'Axe Specialization', 1),
(3, 1, 81, 'Dodge', 1),
(3, 1, 107, 'Block', 1),
(3, 1, 196, 'One-Handed Axes', 1),
(3, 1, 197, 'Two-Handed Axes', 1),
(3, 1, 198, 'One-Handed Maces', 1),
(3, 1, 203, 'Unarmed', 1),
(3, 1, 204, 'Defense', 1),
(3, 1, 668, 'Language Common', 1),
(3, 1, 672, 'Language Dwarven', 1),
(3, 1, 2382, 'Generic', 1),
(3, 1, 2479, 'Honorless Target', 1),
(3, 1, 6603, 'Attack', 1),
(3, 1, 7266, 'Duel', 1),
(3, 1, 7355, 'Stuck', 1),
(3, 1, 8386, 'Attacking', 1),
(3, 1, 8737, 'Mail', 1),
(3, 1, 9077, 'Leather', 1),
(3, 1, 9078, 'Cloth', 1),
(3, 1, 9116, 'Shield', 1),
(3, 1, 9125, 'Generic', 1),
(3, 1, 20595, 'Gun Specialization', 1),
(3, 2, 81, 'Dodge', 1),
(3, 2, 107, 'Block', 1),
(3, 2, 198, 'One-Handed Maces', 1),
(3, 2, 199, 'Two-Handed Maces', 1),
(3, 2, 203, 'Unarmed', 1),
(3, 2, 204, 'Defense', 1),
(3, 2, 668, 'Language Common', 1),
(3, 2, 672, 'Language Dwarven', 1),
(3, 2, 2382, 'Generic', 1),
(3, 2, 2479, 'Honorless Target', 1),
(3, 2, 6603, 'Attack', 1),
(3, 2, 7266, 'Duel', 1),
(3, 2, 7355, 'Stuck', 1),
(3, 2, 8386, 'Attacking', 1),
(3, 2, 8737, 'Mail', 1),
(3, 2, 9077, 'Leather', 1),
(3, 2, 9078, 'Cloth', 1),
(3, 2, 9116, 'Shield', 1),
(3, 2, 9125, 'Generic', 1),
(3, 2, 20595, 'Gun Specialization', 1),
(3, 2, 27762, 'Libram', 1),
(3, 3, 75, 'Auto Shot', 1),
(3, 3, 81, 'Dodge', 1),
(3, 3, 196, 'One-Handed Axes', 1),
(3, 3, 203, 'Unarmed', 1),
(3, 3, 204, 'Defense', 1),
(3, 3, 266, 'Guns', 1),
(3, 3, 668, 'Language Common', 1),
(3, 3, 672, 'Language Dwarven', 1),
(3, 3, 2382, 'Generic', 1),
(3, 3, 2479, 'Honorless Target', 1),
(3, 3, 6603, 'Attack', 1),
(3, 3, 7266, 'Duel', 1),
(3, 3, 7355, 'Stuck', 1),
(3, 3, 8386, 'Attacking', 1),
(3, 3, 9077, 'Leather', 1),
(3, 3, 9078, 'Cloth', 1),
(3, 3, 9125, 'Generic', 1),
(3, 3, 20595, 'Gun Specialization', 1),
(3, 4, 81, 'Dodge', 1),
(3, 4, 203, 'Unarmed', 1),
(3, 4, 204, 'Defense', 1),
(3, 4, 668, 'Language Common', 1),
(3, 4, 672, 'Language Dwarven', 1),
(3, 4, 1180, 'Daggers', 1),
(3, 4, 2382, 'Generic', 1),
(3, 4, 2479, 'Honorless Target', 1),
(3, 4, 2567, 'Thrown', 1),
(3, 4, 2764, 'Throw', 1),
(3, 4, 6603, 'Attack', 1),
(3, 4, 7266, 'Duel', 1),
(3, 4, 7355, 'Stuck', 1),
(3, 4, 8386, 'Attacking', 1),
(3, 4, 9077, 'Leather', 1),
(3, 4, 9078, 'Cloth', 1),
(3, 4, 9125, 'Generic', 1),
(3, 4, 20595, 'Gun Specialization', 1),
(3, 5, 81, 'Dodge', 1),
(3, 5, 198, 'One-Handed Maces', 1),
(3, 5, 203, 'Unarmed', 1),
(3, 5, 204, 'Defense', 1),
(3, 5, 668, 'Language Common', 1),
(3, 5, 672, 'Language Dwarven', 1),
(3, 5, 2382, 'Generic', 1),
(3, 5, 2479, 'Honorless Target', 1),
(3, 5, 5009, 'Wands', 1),
(3, 5, 5019, 'Shoot', 1),
(3, 5, 6603, 'Attack', 1),
(3, 5, 7266, 'Duel', 1),
(3, 5, 7355, 'Stuck', 1),
(3, 5, 8386, 'Attacking', 1),
(3, 5, 9078, 'Cloth', 1),
(3, 5, 9125, 'Generic', 1),
(3, 5, 20595, 'Gun Specialization', 1),
(4, 1, 81, 'Dodge', 1),
(4, 1, 107, 'Block', 1),
(4, 1, 198, 'One-Handed Maces', 1),
(4, 1, 201, 'One-Handed Swords', 1),
(4, 1, 203, 'Unarmed', 1),
(4, 1, 204, 'Defense', 1),
(4, 1, 668, 'Language Common', 1),
(4, 1, 671, 'Language Darnassian', 1),
(4, 1, 1180, 'Daggers', 1),
(4, 1, 2382, 'Generic', 1),
(4, 1, 2479, 'Honorless Target', 1),
(4, 1, 6603, 'Attack', 1),
(4, 1, 7266, 'Duel', 1),
(4, 1, 7355, 'Stuck', 1),
(4, 1, 8386, 'Attacking', 1),
(4, 1, 8737, 'Mail', 1),
(4, 1, 9077, 'Leather', 1),
(4, 1, 9078, 'Cloth', 1),
(4, 1, 9116, 'Shield', 1),
(4, 1, 9125, 'Generic', 1),
(4, 1, 20583, 'Nature Resistance', 1),
(4, 3, 75, 'Auto Shot', 1),
(4, 3, 81, 'Dodge', 1),
(4, 3, 203, 'Unarmed', 1),
(4, 3, 204, 'Defense', 1),
(4, 3, 264, 'Bows', 1),
(8, 11, 75, 'Auto Shot', 1),
(4, 3, 668, 'Language Common', 1),
(4, 3, 671, 'Language Darnassian', 1),
(4, 3, 1180, 'Daggers', 1),
(4, 3, 2382, 'Generic', 1),
(4, 3, 2479, 'Honorless Target', 1),
(4, 3, 6603, 'Attack', 1),
(4, 3, 7266, 'Duel', 1),
(4, 3, 7355, 'Stuck', 1),
(4, 3, 8386, 'Attacking', 1),
(4, 3, 9077, 'Leather', 1),
(4, 3, 9078, 'Cloth', 1),
(4, 3, 9125, 'Generic', 1),
(4, 3, 20583, 'Nature Resistance', 1),
(4, 4, 81, 'Dodge', 1),
(4, 4, 203, 'Unarmed', 1),
(4, 4, 204, 'Defense', 1),
(8, 9, 75, 'Auto Shot', 1),
(4, 4, 668, 'Language Common', 1),
(4, 4, 671, 'Language Darnassian', 1),
(4, 4, 1180, 'Daggers', 1),
(4, 4, 2382, 'Generic', 1),
(4, 4, 2479, 'Honorless Target', 1),
(4, 4, 2567, 'Thrown', 1),
(4, 4, 2764, 'Throw', 1),
(4, 4, 6603, 'Attack', 1),
(4, 4, 7266, 'Duel', 1),
(4, 4, 7355, 'Stuck', 1),
(4, 4, 8386, 'Attacking', 1),
(4, 4, 9077, 'Leather', 1),
(4, 4, 9078, 'Cloth', 1),
(4, 4, 9125, 'Generic', 1),
(4, 4, 20583, 'Nature Resistance', 1),
(4, 5, 81, 'Dodge', 1),
(4, 5, 198, 'One-Handed Maces', 1),
(4, 5, 203, 'Unarmed', 1),
(4, 5, 204, 'Defense', 1),
(8, 8, 75, 'Auto Shot', 1),
(4, 5, 668, 'Language Common', 1),
(4, 5, 671, 'Language Darnassian', 1),
(4, 5, 2382, 'Generic', 1),
(4, 5, 2479, 'Honorless Target', 1),
(4, 5, 5009, 'Wands', 1),
(4, 5, 5019, 'Shoot', 1),
(4, 5, 6603, 'Attack', 1),
(4, 5, 7266, 'Duel', 1),
(4, 5, 7355, 'Stuck', 1),
(4, 5, 8386, 'Attacking', 1),
(4, 5, 9078, 'Cloth', 1),
(4, 5, 9125, 'Generic', 1),
(4, 5, 20583, 'Nature Resistance', 1),
(4, 11, 81, 'Dodge', 1),
(4, 11, 203, 'Unarmed', 1),
(4, 11, 204, 'Defense', 1),
(4, 11, 227, 'Staves', 1),
(8, 7, 75, 'Auto Shot', 1),
(4, 11, 668, 'Language Common', 1),
(4, 11, 671, 'Language Darnassian', 1),
(4, 11, 1180, 'Daggers', 1),
(4, 11, 2382, 'Generic', 1),
(4, 11, 2479, 'Honorless Target', 1),
(4, 11, 6603, 'Attack', 1),
(4, 11, 7266, 'Duel', 1),
(4, 11, 7355, 'Stuck', 1),
(4, 11, 8386, 'Attacking', 1),
(4, 11, 9077, 'Leather', 1),
(4, 11, 9078, 'Cloth', 1),
(4, 11, 9125, 'Generic', 1),
(4, 11, 20583, 'Nature Resistance', 1),
(5, 1, 81, 'Dodge', 1),
(5, 1, 107, 'Block', 1),
(5, 1, 201, 'One-Handed Swords', 1),
(5, 1, 202, 'Two-Handed Swords', 1),
(5, 1, 203, 'Unarmed', 1),
(5, 1, 204, 'Defense', 1),
(8, 6, 75, 'Auto Shot', 1),
(5, 1, 669, 'Language Orcish', 1),
(5, 1, 1180, 'Daggers', 1),
(5, 1, 2382, 'Generic', 1),
(5, 1, 2479, 'Honorless Target', 1),
(5, 1, 6603, 'Attack', 1),
(5, 1, 7266, 'Duel', 1),
(5, 1, 7355, 'Stuck', 1),
(5, 1, 8386, 'Attacking', 1),
(5, 1, 8737, 'Mail', 1),
(5, 1, 9077, 'Leather', 1),
(5, 1, 9078, 'Cloth', 1),
(5, 1, 9116, 'Shield', 1),
(5, 1, 9125, 'Generic', 1),
(5, 1, 17737, 'Language Gutterspeak', 1),
(5, 4, 81, 'Dodge', 1),
(5, 4, 203, 'Unarmed', 1),
(5, 4, 204, 'Defense', 1),
(8, 5, 75, 'Auto Shot', 1),
(5, 4, 669, 'Language Orcish', 1),
(5, 4, 1180, 'Daggers', 1),
(5, 4, 2382, 'Generic', 1),
(5, 4, 2479, 'Honorless Target', 1),
(5, 4, 2567, 'Thrown', 1),
(5, 4, 2764, 'Throw', 1),
(5, 4, 6603, 'Attack', 1),
(5, 4, 7266, 'Duel', 1),
(5, 4, 7355, 'Stuck', 1),
(5, 4, 8386, 'Attacking', 1),
(5, 4, 9077, 'Leather', 1),
(5, 4, 9078, 'Cloth', 1),
(5, 4, 9125, 'Generic', 1),
(5, 4, 17737, 'Language Gutterspeak', 1),
(5, 5, 81, 'Dodge', 1),
(5, 5, 198, 'One-Handed Maces', 1),
(5, 5, 203, 'Unarmed', 1),
(5, 5, 204, 'Defense', 1),
(8, 4, 75, 'Auto Shot', 1),
(5, 5, 669, 'Language Orcish', 1),
(5, 5, 2382, 'Generic', 1),
(5, 5, 2479, 'Honorless Target', 1),
(5, 5, 5009, 'Wands', 1),
(5, 5, 5019, 'Shoot', 1),
(5, 5, 6603, 'Attack', 1),
(5, 5, 7266, 'Duel', 1),
(5, 5, 7355, 'Stuck', 1),
(5, 5, 8386, 'Attacking', 1),
(5, 5, 9078, 'Cloth', 1),
(5, 5, 9125, 'Generic', 1),
(5, 5, 17737, 'Language Gutterspeak', 1),
(5, 8, 81, 'Dodge', 1),
(5, 8, 203, 'Unarmed', 1),
(5, 8, 204, 'Defense', 1),
(5, 8, 227, 'Staves', 1),
(8, 2, 75, 'Auto Shot', 1),
(5, 8, 669, 'Language Orcish', 1),
(5, 8, 2382, 'Generic', 1),
(5, 8, 2479, 'Honorless Target', 1),
(5, 8, 5009, 'Wands', 1),
(5, 8, 5019, 'Shoot', 1),
(5, 8, 6603, 'Attack', 1),
(5, 8, 7266, 'Duel', 1),
(5, 8, 7355, 'Stuck', 1),
(5, 8, 8386, 'Attacking', 1),
(5, 8, 9078, 'Cloth', 1),
(5, 8, 9125, 'Generic', 1),
(5, 8, 17737, 'Language Gutterspeak', 1),
(5, 9, 81, 'Dodge', 1),
(5, 9, 203, 'Unarmed', 1),
(5, 9, 204, 'Defense', 1),
(8, 1, 75, 'Auto Shot', 1),
(5, 9, 669, 'Language Orcish', 1),
(5, 9, 1180, 'Daggers', 1),
(5, 9, 2382, 'Generic', 1),
(5, 9, 2479, 'Honorless Target', 1),
(5, 9, 5009, 'Wands', 1),
(5, 9, 5019, 'Shoot', 1),
(5, 9, 6603, 'Attack', 1),
(5, 9, 7266, 'Duel', 1),
(5, 9, 7355, 'Stuck', 1),
(5, 9, 8386, 'Attacking', 1),
(5, 9, 9078, 'Cloth', 1),
(5, 9, 9125, 'Generic', 1),
(5, 9, 17737, 'Language Gutterspeak', 1),
(6, 1, 81, 'Dodge', 1),
(6, 1, 107, 'Block', 1),
(6, 1, 196, 'One-Handed Axes', 1),
(6, 1, 198, 'One-Handed Maces', 1),
(6, 1, 199, 'Two-Handed Maces', 1),
(6, 1, 203, 'Unarmed', 1),
(6, 1, 204, 'Defense', 1),
(7, 11, 75, 'Auto Shot', 1),
(6, 1, 669, 'Language Orcish', 1),
(6, 1, 670, 'Language Taurahe', 1),
(6, 1, 2382, 'Generic', 1),
(6, 1, 2479, 'Honorless Target', 1),
(6, 1, 6603, 'Attack', 1),
(6, 1, 7266, 'Duel', 1),
(6, 1, 7355, 'Stuck', 1),
(6, 1, 8386, 'Attacking', 1),
(6, 1, 8737, 'Mail', 1),
(6, 1, 9077, 'Leather', 1),
(6, 1, 9078, 'Cloth', 1),
(6, 1, 9116, 'Shield', 1),
(6, 1, 9125, 'Generic', 1),
(6, 1, 20551, 'Nature Resistance', 1),
(6, 3, 75, 'Auto Shot', 1),
(6, 3, 81, 'Dodge', 1),
(6, 3, 196, 'One-Handed Axes', 1),
(6, 3, 203, 'Unarmed', 1),
(6, 3, 204, 'Defense', 1),
(6, 3, 266, 'Guns', 1),
(7, 9, 75, 'Auto Shot', 1),
(6, 3, 669, 'Language Orcish', 1),
(6, 3, 670, 'Language Taurahe', 1),
(6, 3, 2382, 'Generic', 1),
(6, 3, 2479, 'Honorless Target', 1),
(6, 3, 6603, 'Attack', 1),
(6, 3, 7266, 'Duel', 1),
(6, 3, 7355, 'Stuck', 1),
(6, 3, 8386, 'Attacking', 1),
(6, 3, 9077, 'Leather', 1),
(6, 3, 9078, 'Cloth', 1),
(6, 3, 9125, 'Generic', 1),
(6, 3, 20551, 'Nature Resistance', 1),
(6, 7, 81, 'Dodge', 1),
(6, 7, 107, 'Block', 1),
(6, 7, 198, 'One-Handed Maces', 1),
(6, 7, 203, 'Unarmed', 1),
(6, 7, 204, 'Defense', 1),
(6, 7, 227, 'Staves', 1),
(7, 8, 75, 'Auto Shot', 1),
(6, 7, 669, 'Language Orcish', 1),
(6, 7, 670, 'Language Taurahe', 1),
(6, 7, 2382, 'Generic', 1),
(6, 7, 2479, 'Honorless Target', 1),
(6, 7, 6603, 'Attack', 1),
(6, 7, 7266, 'Duel', 1),
(6, 7, 7355, 'Stuck', 1),
(6, 7, 8386, 'Attacking', 1),
(6, 7, 9077, 'Leather', 1),
(6, 7, 9078, 'Cloth', 1),
(6, 7, 9116, 'Shield', 1),
(6, 7, 9125, 'Generic', 1),
(6, 7, 20551, 'Nature Resistance', 1),
(6, 7, 27763, 'Totem', 1),
(6, 11, 81, 'Dodge', 1),
(6, 11, 198, 'One-Handed Maces', 1),
(6, 11, 203, 'Unarmed', 1),
(6, 11, 204, 'Defense', 1),
(6, 11, 227, 'Staves', 1),
(7, 7, 75, 'Auto Shot', 1),
(6, 11, 669, 'Language Orcish', 1),
(6, 11, 670, 'Language Taurahe', 1),
(6, 11, 2382, 'Generic', 1),
(6, 11, 2479, 'Honorless Target', 1),
(6, 11, 6603, 'Attack', 1),
(6, 11, 7266, 'Duel', 1),
(6, 11, 7355, 'Stuck', 1),
(6, 11, 8386, 'Attacking', 1),
(6, 11, 9077, 'Leather', 1),
(6, 11, 9078, 'Cloth', 1),
(6, 11, 9125, 'Generic', 1),
(6, 11, 20551, 'Nature Resistance', 1),
(7, 1, 81, 'Dodge', 1),
(7, 1, 107, 'Block', 1),
(7, 1, 198, 'One-Handed Maces', 1),
(7, 1, 201, 'One-Handed Swords', 1),
(7, 1, 203, 'Unarmed', 1),
(7, 1, 204, 'Defense', 1),
(7, 6, 75, 'Auto Shot', 1),
(7, 1, 668, 'Language Common', 1),
(7, 1, 1180, 'Daggers', 1),
(7, 1, 2382, 'Generic', 1),
(7, 1, 2479, 'Honorless Target', 1),
(7, 1, 6603, 'Attack', 1),
(7, 1, 7266, 'Duel', 1),
(7, 1, 7340, 'Language Gnomish', 1),
(7, 1, 7355, 'Stuck', 1),
(7, 1, 8386, 'Attacking', 1),
(7, 1, 8737, 'Mail', 1),
(7, 1, 9077, 'Leather', 1),
(7, 1, 9078, 'Cloth', 1),
(7, 1, 9116, 'Shield', 1),
(7, 1, 9125, 'Generic', 1),
(7, 4, 81, 'Dodge', 1),
(7, 4, 203, 'Unarmed', 1),
(7, 4, 204, 'Defense', 1),
(7, 5, 75, 'Auto Shot', 1),
(7, 4, 668, 'Language Common', 1),
(7, 4, 1180, 'Daggers', 1),
(7, 4, 2382, 'Generic', 1),
(7, 4, 2479, 'Honorless Target', 1),
(7, 4, 2567, 'Thrown', 1),
(7, 4, 2764, 'Throw', 1),
(7, 4, 6603, 'Attack', 1),
(7, 4, 7266, 'Duel', 1),
(7, 4, 7340, 'Language Gnomish', 1),
(7, 4, 7355, 'Stuck', 1),
(7, 4, 8386, 'Attacking', 1),
(7, 4, 9077, 'Leather', 1),
(7, 4, 9078, 'Cloth', 1),
(7, 4, 9125, 'Generic', 1),
(7, 8, 81, 'Dodge', 1),
(7, 8, 203, 'Unarmed', 1),
(7, 8, 204, 'Defense', 1),
(7, 8, 227, 'Staves', 1),
(7, 4, 75, 'Auto Shot', 1),
(7, 8, 668, 'Language Common', 1),
(7, 8, 2382, 'Generic', 1),
(7, 8, 2479, 'Honorless Target', 1),
(7, 8, 5009, 'Wands', 1),
(7, 8, 5019, 'Shoot', 1),
(7, 8, 6603, 'Attack', 1),
(7, 8, 7266, 'Duel', 1),
(7, 8, 7340, 'Language Gnomish', 1),
(7, 8, 7355, 'Stuck', 1),
(7, 8, 8386, 'Attacking', 1),
(7, 8, 9078, 'Cloth', 1),
(7, 8, 9125, 'Generic', 1),
(7, 9, 81, 'Dodge', 1),
(7, 9, 203, 'Unarmed', 1),
(7, 9, 204, 'Defense', 1),
(7, 2, 75, 'Auto Shot', 1),
(7, 9, 668, 'Language Common', 1),
(7, 9, 1180, 'Daggers', 1),
(7, 9, 2382, 'Generic', 1),
(7, 9, 2479, 'Honorless Target', 1),
(7, 9, 5009, 'Wands', 1),
(7, 9, 5019, 'Shoot', 1),
(7, 9, 6603, 'Attack', 1),
(7, 9, 7266, 'Duel', 1),
(7, 9, 7340, 'Language Gnomish', 1),
(7, 9, 7355, 'Stuck', 1),
(7, 9, 8386, 'Attacking', 1),
(7, 9, 9078, 'Cloth', 1),
(7, 9, 9125, 'Generic', 1),
(8, 1, 81, 'Dodge', 1),
(8, 1, 107, 'Block', 1),
(8, 1, 196, 'One-Handed Axes', 1),
(8, 1, 203, 'Unarmed', 1),
(8, 1, 204, 'Defense', 1),
(7, 1, 75, 'Auto Shot', 1),
(8, 1, 669, 'Language Orcish', 1),
(8, 1, 1180, 'Daggers', 1),
(8, 1, 2382, 'Generic', 1),
(8, 1, 2479, 'Honorless Target', 1),
(8, 1, 2567, 'Thrown', 1),
(8, 1, 2764, 'Throw', 1),
(8, 1, 6603, 'Attack', 1),
(8, 1, 7266, 'Duel', 1),
(8, 1, 7341, 'Language Troll', 1),
(8, 1, 7355, 'Stuck', 1),
(8, 1, 8386, 'Attacking', 1),
(8, 1, 8737, 'Mail', 1),
(8, 1, 9077, 'Leather', 1),
(8, 1, 9078, 'Cloth', 1),
(8, 1, 9116, 'Shield', 1),
(8, 1, 9125, 'Generic', 1),
(8, 1, 20558, 'Throwing Specialization', 1),
(8, 1, 26290, 'Bow Specialization', 1),
(8, 3, 75, 'Auto Shot', 1),
(8, 3, 81, 'Dodge', 1),
(8, 3, 196, 'One-Handed Axes', 1),
(8, 3, 203, 'Unarmed', 1),
(8, 3, 204, 'Defense', 1),
(8, 3, 264, 'Bows', 1),
(6, 11, 75, 'Auto Shot', 1),
(8, 3, 669, 'Language Orcish', 1),
(8, 3, 2382, 'Generic', 1),
(8, 3, 2479, 'Honorless Target', 1),
(8, 3, 6603, 'Attack', 1),
(8, 3, 7266, 'Duel', 1),
(8, 3, 7341, 'Language Troll', 1),
(8, 3, 7355, 'Stuck', 1),
(8, 3, 8386, 'Attacking', 1),
(8, 3, 9077, 'Leather', 1),
(8, 3, 9078, 'Cloth', 1),
(8, 3, 9125, 'Generic', 1),
(8, 3, 20558, 'Throwing Specialization', 1),
(8, 3, 26290, 'Bow Specialization', 1),
(8, 4, 81, 'Dodge', 1),
(8, 4, 203, 'Unarmed', 1),
(8, 4, 204, 'Defense', 1),
(6, 9, 75, 'Auto Shot', 1),
(8, 4, 669, 'Language Orcish', 1),
(8, 4, 1180, 'Daggers', 1),
(8, 4, 2382, 'Generic', 1),
(8, 4, 2479, 'Honorless Target', 1),
(8, 4, 2567, 'Thrown', 1),
(8, 4, 2764, 'Throw', 1),
(8, 4, 6603, 'Attack', 1),
(8, 4, 7266, 'Duel', 1),
(8, 4, 7341, 'Language Troll', 1),
(8, 4, 7355, 'Stuck', 1),
(8, 4, 8386, 'Attacking', 1),
(8, 4, 9077, 'Leather', 1),
(8, 4, 9078, 'Cloth', 1),
(8, 4, 9125, 'Generic', 1),
(8, 4, 20558, 'Throwing Specialization', 1),
(8, 4, 26290, 'Bow Specialization', 1),
(8, 5, 81, 'Dodge', 1),
(8, 5, 198, 'One-Handed Maces', 1),
(8, 5, 203, 'Unarmed', 1),
(8, 5, 204, 'Defense', 1),
(6, 8, 75, 'Auto Shot', 1),
(8, 5, 669, 'Language Orcish', 1),
(8, 5, 2382, 'Generic', 1),
(8, 5, 2479, 'Honorless Target', 1),
(8, 5, 5009, 'Wands', 1),
(8, 5, 5019, 'Shoot', 1),
(8, 5, 6603, 'Attack', 1),
(8, 5, 7266, 'Duel', 1),
(8, 5, 7341, 'Language Troll', 1),
(8, 5, 7355, 'Stuck', 1),
(8, 5, 8386, 'Attacking', 1),
(8, 5, 9078, 'Cloth', 1),
(8, 5, 9125, 'Generic', 1),
(8, 5, 20558, 'Throwing Specialization', 1),
(8, 5, 26290, 'Bow Specialization', 1),
(8, 7, 81, 'Dodge', 1),
(8, 7, 107, 'Block', 1),
(8, 7, 198, 'One-Handed Maces', 1),
(8, 7, 203, 'Unarmed', 1),
(8, 7, 204, 'Defense', 1),
(8, 7, 227, 'Staves', 1),
(6, 7, 75, 'Auto Shot', 1),
(8, 7, 669, 'Language Orcish', 1),
(8, 7, 2382, 'Generic', 1),
(8, 7, 2479, 'Honorless Target', 1),
(8, 7, 6603, 'Attack', 1),
(8, 7, 7266, 'Duel', 1),
(8, 7, 7341, 'Language Troll', 1),
(8, 7, 7355, 'Stuck', 1),
(8, 7, 8386, 'Attacking', 1),
(8, 7, 9077, 'Leather', 1),
(8, 7, 9078, 'Cloth', 1),
(8, 7, 9116, 'Shield', 1),
(8, 7, 9125, 'Generic', 1),
(8, 7, 20558, 'Throwing Specialization', 1),
(8, 7, 26290, 'Bow Specialization', 1),
(8, 7, 27763, 'Totem', 1),
(8, 8, 81, 'Dodge', 1),
(8, 8, 203, 'Unarmed', 1),
(8, 8, 204, 'Defense', 1),
(8, 8, 227, 'Staves', 1),
(6, 6, 75, 'Auto Shot', 1),
(8, 8, 669, 'Language Orcish', 1),
(8, 8, 2382, 'Generic', 1),
(8, 8, 2479, 'Honorless Target', 1),
(8, 8, 5009, 'Wands', 1),
(8, 8, 5019, 'Shoot', 1),
(8, 8, 6603, 'Attack', 1),
(8, 8, 7266, 'Duel', 1),
(8, 8, 7341, 'Language Troll', 1),
(8, 8, 7355, 'Stuck', 1),
(8, 8, 8386, 'Attacking', 1),
(8, 8, 9078, 'Cloth', 1),
(8, 8, 9125, 'Generic', 1),
(8, 8, 20558, 'Throwing Specialization', 1),
(8, 8, 26290, 'Bow Specialization', 1),
(10, 2, 81, 'Dodge', 1),
(10, 2, 107, 'Block', 1),
(10, 2, 201, 'One-Handed Swords', 1),
(10, 2, 202, 'Two-Handed Swords', 1),
(10, 2, 203, 'Unarmed', 1),
(10, 2, 204, 'Defense', 1),
(6, 5, 75, 'Auto Shot', 1),
(10, 2, 669, 'Language Orcish', 1),
(10, 2, 813, 'Language Thalassian', 1),
(10, 2, 2382, 'Generic', 1),
(10, 2, 2479, 'Honorless Target', 1),
(10, 2, 6603, 'Attack', 1),
(10, 2, 7266, 'Duel', 1),
(10, 2, 7355, 'Stuck', 1),
(10, 2, 8386, 'Attacking', 1),
(10, 2, 8737, 'Mail', 1),
(10, 2, 9077, 'Leather', 1),
(10, 2, 9078, 'Cloth', 1),
(10, 2, 9116, 'Shield', 1),
(10, 2, 9125, 'Generic', 1),
(10, 2, 27762, 'Libram', 1),
(10, 3, 75, 'Auto Shot', 1),
(10, 3, 81, 'Dodge', 1),
(10, 3, 203, 'Unarmed', 1),
(10, 3, 204, 'Defense', 1),
(10, 3, 264, 'Bows', 1),
(6, 4, 75, 'Auto Shot', 1),
(10, 3, 669, 'Language Orcish', 1),
(10, 3, 813, 'Language Thalassian', 1),
(10, 3, 1180, 'Daggers', 1),
(10, 3, 2382, 'Generic', 1),
(10, 3, 2479, 'Honorless Target', 1),
(10, 3, 6603, 'Attack', 1),
(10, 3, 7266, 'Duel', 1),
(10, 3, 7355, 'Stuck', 1),
(10, 3, 8386, 'Attacking', 1),
(10, 3, 9077, 'Leather', 1),
(10, 3, 9078, 'Cloth', 1),
(10, 3, 9125, 'Generic', 1),
(10, 4, 81, 'Dodge', 1),
(10, 4, 203, 'Unarmed', 1),
(10, 4, 204, 'Defense', 1),
(6, 2, 75, 'Auto Shot', 1),
(10, 4, 669, 'Language Orcish', 1),
(10, 4, 813, 'Language Thalassian', 1),
(10, 4, 1180, 'Daggers', 1),
(10, 4, 2382, 'Generic', 1),
(10, 4, 2479, 'Honorless Target', 1),
(10, 4, 2567, 'Thrown', 1),
(10, 4, 2764, 'Throw', 1),
(10, 4, 6603, 'Attack', 1),
(10, 4, 7266, 'Duel', 1),
(10, 4, 7355, 'Stuck', 1),
(10, 4, 8386, 'Attacking', 1),
(10, 4, 9077, 'Leather', 1),
(10, 4, 9078, 'Cloth', 1),
(10, 4, 9125, 'Generic', 1),
(10, 5, 81, 'Dodge', 1),
(10, 5, 198, 'One-Handed Maces', 1),
(10, 5, 203, 'Unarmed', 1),
(10, 5, 204, 'Defense', 1),
(6, 1, 75, 'Auto Shot', 1),
(10, 5, 669, 'Language Orcish', 1),
(10, 5, 813, 'Language Thalassian', 1),
(10, 5, 2382, 'Generic', 1),
(10, 5, 2479, 'Honorless Target', 1),
(10, 5, 5009, 'Wands', 1),
(10, 5, 5019, 'Shoot', 1),
(10, 5, 6603, 'Attack', 1),
(10, 5, 7266, 'Duel', 1),
(10, 5, 7355, 'Stuck', 1),
(10, 5, 8386, 'Attacking', 1),
(10, 5, 9078, 'Cloth', 1),
(10, 5, 9125, 'Generic', 1),
(10, 8, 81, 'Dodge', 1),
(10, 8, 203, 'Unarmed', 1),
(10, 8, 204, 'Defense', 1),
(10, 8, 227, 'Staves', 1),
(5, 11, 75, 'Auto Shot', 1),
(10, 8, 669, 'Language Orcish', 1),
(10, 8, 813, 'Language Thalassian', 1),
(10, 8, 2382, 'Generic', 1),
(10, 8, 2479, 'Honorless Target', 1),
(10, 8, 5009, 'Wands', 1),
(10, 8, 5019, 'Shoot', 1),
(10, 8, 6603, 'Attack', 1),
(10, 8, 7266, 'Duel', 1),
(10, 8, 7355, 'Stuck', 1),
(10, 8, 8386, 'Attacking', 1),
(10, 8, 9078, 'Cloth', 1),
(10, 8, 9125, 'Generic', 1),
(10, 9, 81, 'Dodge', 1),
(10, 9, 203, 'Unarmed', 1),
(10, 9, 204, 'Defense', 1),
(5, 9, 75, 'Auto Shot', 1),
(10, 9, 669, 'Language Orcish', 1),
(10, 9, 813, 'Language Thalassian', 1),
(10, 9, 1180, 'Daggers', 1),
(10, 9, 2382, 'Generic', 1),
(10, 9, 2479, 'Honorless Target', 1),
(10, 9, 5009, 'Wands', 1),
(10, 9, 5019, 'Shoot', 1),
(10, 9, 6603, 'Attack', 1),
(10, 9, 7266, 'Duel', 1),
(10, 9, 7355, 'Stuck', 1),
(10, 9, 8386, 'Attacking', 1),
(10, 9, 9078, 'Cloth', 1),
(10, 9, 9125, 'Generic', 1),
(11, 1, 81, 'Dodge', 1),
(11, 1, 107, 'Block', 1),
(11, 1, 198, 'One-Handed Maces', 1),
(11, 1, 201, 'One-Handed Swords', 1),
(11, 1, 202, 'Two-Handed Swords', 1),
(11, 1, 203, 'Unarmed', 1),
(11, 1, 204, 'Defense', 1),
(5, 8, 75, 'Auto Shot', 1),
(11, 1, 668, 'Language Common', 1),
(11, 1, 2382, 'Generic', 1),
(11, 1, 2479, 'Honorless Target', 1),
(11, 1, 6603, 'Attack', 1),
(11, 1, 7266, 'Duel', 1),
(11, 1, 7355, 'Stuck', 1),
(11, 1, 8386, 'Attacking', 1),
(11, 1, 8737, 'Mail', 1),
(11, 1, 9077, 'Leather', 1),
(11, 1, 9078, 'Cloth', 1),
(11, 1, 9116, 'Shield', 1),
(11, 1, 9125, 'Generic', 1),
(11, 1, 28875, 'Gemcutting', 1),
(11, 1, 29932, 'Language Draenei', 1),
(11, 2, 81, 'Dodge', 1),
(11, 2, 107, 'Block', 1),
(11, 2, 198, 'One-Handed Maces', 1),
(11, 2, 199, 'Two-Handed Maces', 1),
(11, 2, 203, 'Unarmed', 1),
(11, 2, 204, 'Defense', 1),
(5, 7, 75, 'Auto Shot', 1),
(11, 2, 668, 'Language Common', 1),
(11, 2, 2382, 'Generic', 1),
(11, 2, 2479, 'Honorless Target', 1),
(11, 2, 6603, 'Attack', 1),
(11, 2, 7266, 'Duel', 1),
(11, 2, 7355, 'Stuck', 1),
(11, 2, 8386, 'Attacking', 1),
(11, 2, 8737, 'Mail', 1),
(11, 2, 9077, 'Leather', 1),
(11, 2, 9078, 'Cloth', 1),
(11, 2, 9116, 'Shield', 1),
(11, 2, 9125, 'Generic', 1),
(11, 2, 27762, 'Libram', 1),
(11, 2, 28875, 'Gemcutting', 1),
(11, 2, 29932, 'Language Draenei', 1),
(11, 3, 75, 'Auto Shot', 1),
(11, 3, 81, 'Dodge', 1),
(11, 3, 201, 'One-Handed Swords', 1),
(11, 3, 203, 'Unarmed', 1),
(11, 3, 204, 'Defense', 1),
(5, 6, 75, 'Auto Shot', 1),
(11, 3, 668, 'Language Common', 1),
(11, 3, 2382, 'Generic', 1),
(11, 3, 2479, 'Honorless Target', 1),
(11, 3, 5011, 'Crossbows', 1),
(11, 3, 6603, 'Attack', 1),
(11, 3, 7266, 'Duel', 1),
(11, 3, 7355, 'Stuck', 1),
(11, 3, 8386, 'Attacking', 1),
(11, 3, 9077, 'Leather', 1),
(11, 3, 9078, 'Cloth', 1),
(11, 3, 9125, 'Generic', 1),
(11, 3, 28875, 'Gemcutting', 1),
(11, 3, 29932, 'Language Draenei', 1),
(11, 5, 81, 'Dodge', 1),
(11, 5, 198, 'One-Handed Maces', 1),
(11, 5, 203, 'Unarmed', 1),
(11, 5, 204, 'Defense', 1),
(5, 5, 75, 'Auto Shot', 1),
(11, 5, 668, 'Language Common', 1),
(11, 5, 2382, 'Generic', 1),
(11, 5, 2479, 'Honorless Target', 1),
(11, 5, 5009, 'Wands', 1),
(11, 5, 5019, 'Shoot', 1),
(11, 5, 6603, 'Attack', 1),
(11, 5, 7266, 'Duel', 1),
(11, 5, 7355, 'Stuck', 1),
(11, 5, 8386, 'Attacking', 1),
(11, 5, 9078, 'Cloth', 1),
(11, 5, 9125, 'Generic', 1),
(11, 5, 28875, 'Gemcutting', 1),
(11, 5, 29932, 'Language Draenei', 1),
(11, 7, 81, 'Dodge', 1),
(11, 7, 107, 'Block', 1),
(11, 7, 198, 'One-Handed Maces', 1),
(11, 7, 203, 'Unarmed', 1),
(11, 7, 204, 'Defense', 1),
(11, 7, 227, 'Staves', 1),
(5, 4, 75, 'Auto Shot', 1),
(11, 7, 668, 'Language Common', 1),
(11, 7, 2382, 'Generic', 1),
(11, 7, 2479, 'Honorless Target', 1),
(11, 7, 6603, 'Attack', 1),
(11, 7, 7266, 'Duel', 1),
(11, 7, 7355, 'Stuck', 1),
(11, 7, 8386, 'Attacking', 1),
(11, 7, 9077, 'Leather', 1),
(11, 7, 9078, 'Cloth', 1),
(11, 7, 9116, 'Shield', 1),
(11, 7, 9125, 'Generic', 1),
(11, 7, 27763, 'Totem', 1),
(11, 7, 28875, 'Gemcutting', 1),
(11, 7, 29932, 'Language Draenei', 1),
(11, 8, 81, 'Dodge', 1),
(11, 8, 203, 'Unarmed', 1),
(11, 8, 204, 'Defense', 1),
(11, 8, 227, 'Staves', 1),
(5, 2, 75, 'Auto Shot', 1),
(11, 8, 668, 'Language Common', 1),
(11, 8, 2382, 'Generic', 1),
(11, 8, 2479, 'Honorless Target', 1),
(11, 8, 5009, 'Wands', 1),
(11, 8, 5019, 'Shoot', 1),
(11, 8, 6603, 'Attack', 1),
(11, 8, 7266, 'Duel', 1),
(11, 8, 7355, 'Stuck', 1),
(11, 8, 8386, 'Attacking', 1),
(11, 8, 9078, 'Cloth', 1),
(11, 8, 9125, 'Generic', 1),
(11, 8, 28875, 'Gemcutting', 1),
(11, 8, 29932, 'Language Draenei', 1),
(10, 1, 81, 'Dodge', 1),
(10, 1, 107, 'Block', 1),
(10, 1, 196, 'One-Handed Axes', 1),
(10, 1, 197, 'Two-Handed Axes', 1),
(10, 1, 201, 'One-Handed Swords', 1),
(10, 1, 203, 'Unarmed', 1),
(10, 1, 204, 'Defense', 1),
(5, 1, 75, 'Auto Shot', 1),
(10, 1, 669, 'Language Orcish', 1),
(10, 1, 2382, 'Generic', 1),
(10, 1, 2479, 'Honorless Target', 1),
(10, 1, 6603, 'Attack', 1),
(10, 1, 7266, 'Duel', 1),
(10, 1, 7355, 'Stuck', 1),
(10, 1, 8386, 'Attacking', 1),
(10, 1, 8737, 'Mail', 1),
(10, 1, 9077, 'Leather', 1),
(10, 1, 9078, 'Cloth', 1),
(10, 1, 9116, 'Shield', 1),
(10, 1, 9125, 'Generic', 1),
(10, 1, 202, 'Two-Handed Swords', 1),
(10, 1, 813, 'Language Thalassian', 1),
(10, 7, 81, 'Dodge', 1),
(10, 7, 107, 'Block', 1),
(10, 7, 198, 'One-Handed Maces', 1),
(10, 7, 203, 'Unarmed', 1),
(10, 7, 204, 'Defense', 1),
(10, 7, 227, 'Staves', 1),
(4, 11, 75, 'Auto Shot', 1),
(10, 7, 669, 'Language Orcish', 1),
(10, 7, 2382, 'Generic', 1),
(10, 7, 2479, 'Honorless Target', 1),
(10, 7, 6603, 'Attack', 1),
(10, 7, 7266, 'Duel', 1),
(10, 7, 7355, 'Stuck', 1),
(10, 7, 8386, 'Attacking', 1),
(10, 7, 9077, 'Leather', 1),
(10, 7, 9078, 'Cloth', 1),
(10, 7, 9116, 'Shield', 1),
(10, 7, 9125, 'Generic', 1),
(10, 7, 27763, 'Totem', 1),
(10, 7, 813, 'Language Thalassian', 1),
(10, 11, 813, 'Language Thalassian', 1),
(10, 11, 81, 'Dodge', 1),
(10, 11, 198, 'One-Handed Maces', 1),
(10, 11, 203, 'Unarmed', 1),
(10, 11, 204, 'Defense', 1),
(10, 11, 227, 'Staves', 1),
(4, 9, 75, 'Auto Shot', 1),
(10, 11, 669, 'Language Orcish', 1),
(10, 11, 2382, 'Generic', 1),
(10, 11, 2479, 'Honorless Target', 1),
(10, 11, 6603, 'Attack', 1),
(10, 11, 7266, 'Duel', 1),
(10, 11, 7355, 'Stuck', 1),
(10, 11, 8386, 'Attacking', 1),
(10, 11, 9077, 'Leather', 1),
(10, 11, 9078, 'Cloth', 1),
(10, 11, 9125, 'Generic', 1),
(3, 7, 672, 'Language Dwarven', 1),
(3, 7, 20595, 'Gun Specialization', 1),
(3, 7, 668, 'Language Common', 1),
(3, 7, 81, 'Dodge', 1),
(3, 7, 107, 'Block', 1),
(3, 7, 198, 'One-Handed Maces', 1),
(3, 7, 203, 'Unarmed', 1),
(3, 7, 204, 'Defense', 1),
(3, 7, 227, 'Staves', 1),
(4, 8, 75, 'Auto Shot', 1),
(3, 7, 2382, 'Generic', 1),
(3, 7, 2479, 'Honorless Target', 1),
(3, 7, 6603, 'Attack', 1),
(3, 7, 7266, 'Duel', 1),
(3, 7, 7355, 'Stuck', 1),
(3, 7, 8386, 'Attacking', 1),
(3, 7, 9077, 'Leather', 1),
(3, 7, 9078, 'Cloth', 1),
(3, 7, 9116, 'Shield', 1),
(3, 7, 9125, 'Generic', 1),
(3, 7, 27763, 'Totem', 1),
(3, 8, 672, 'Language Dwarven', 1),
(3, 8, 20595, 'Gun Specialization', 1),
(3, 8, 81, 'Dodge', 1),
(3, 8, 203, 'Unarmed', 1),
(3, 8, 204, 'Defense', 1),
(3, 8, 227, 'Staves', 1),
(4, 7, 75, 'Auto Shot', 1),
(3, 8, 668, 'Language Common', 1),
(3, 8, 2382, 'Generic', 1),
(3, 8, 2479, 'Honorless Target', 1),
(3, 8, 5009, 'Wands', 1),
(3, 8, 5019, 'Shoot', 1),
(3, 8, 6603, 'Attack', 1),
(3, 8, 7266, 'Duel', 1),
(3, 8, 7355, 'Stuck', 1),
(3, 8, 8386, 'Attacking', 1),
(3, 8, 9078, 'Cloth', 1),
(3, 8, 9125, 'Generic', 1),
(3, 9, 672, 'Language Dwarven', 1),
(3, 9, 20595, 'Gun Specialization', 1),
(3, 9, 81, 'Dodge', 1),
(3, 9, 203, 'Unarmed', 1),
(3, 9, 204, 'Defense', 1),
(4, 6, 75, 'Auto Shot', 1),
(3, 9, 668, 'Language Common', 1),
(3, 9, 1180, 'Daggers', 1),
(3, 9, 2382, 'Generic', 1),
(3, 9, 2479, 'Honorless Target', 1),
(3, 9, 5009, 'Wands', 1),
(3, 9, 5019, 'Shoot', 1),
(3, 9, 6603, 'Attack', 1),
(3, 9, 7266, 'Duel', 1),
(3, 9, 7355, 'Stuck', 1),
(3, 9, 8386, 'Attacking', 1),
(3, 9, 9078, 'Cloth', 1),
(3, 9, 9125, 'Generic', 1),
(3, 11, 672, 'Language Dwarven', 1),
(3, 11, 20595, 'Gun Specialization', 1),
(3, 11, 668, 'Language Common', 1),
(3, 11, 81, 'Dodge', 1),
(3, 11, 203, 'Unarmed', 1),
(3, 11, 204, 'Defense', 1),
(3, 11, 227, 'Staves', 1),
(4, 5, 75, 'Auto Shot', 1),
(3, 11, 1180, 'Daggers', 1),
(3, 11, 2382, 'Generic', 1),
(3, 11, 2479, 'Honorless Target', 1),
(3, 11, 6603, 'Attack', 1),
(3, 11, 7266, 'Duel', 1),
(3, 11, 7355, 'Stuck', 1),
(3, 11, 8386, 'Attacking', 1),
(3, 11, 9077, 'Leather', 1),
(3, 11, 9078, 'Cloth', 1),
(3, 11, 9125, 'Generic', 1),
(7, 2, 7340, 'Language Gnomish', 1),
(7, 2, 81, 'Dodge', 1),
(7, 2, 107, 'Block', 1),
(7, 2, 201, 'One-Handed Swords', 1),
(7, 2, 198, 'One-Handed Maces', 1),
(7, 2, 199, 'Two-Handed Maces', 1),
(7, 2, 203, 'Unarmed', 1),
(7, 2, 204, 'Defense', 1),
(4, 4, 75, 'Auto Shot', 1),
(7, 2, 668, 'Language Common', 1),
(7, 2, 2382, 'Generic', 1),
(7, 2, 2479, 'Honorless Target', 1),
(7, 2, 6603, 'Attack', 1),
(7, 2, 7266, 'Duel', 1),
(7, 2, 7355, 'Stuck', 1),
(7, 2, 8386, 'Attacking', 1),
(7, 2, 8737, 'Mail', 1),
(7, 2, 9077, 'Leather', 1),
(7, 2, 9078, 'Cloth', 1),
(7, 2, 9116, 'Shield', 1),
(7, 2, 9125, 'Generic', 1),
(7, 2, 27762, 'Libram', 1),
(7, 3, 7340, 'Language Gnomish', 1),
(7, 3, 668, 'Language Common', 1),
(7, 3, 75, 'Auto Shot', 1),
(7, 3, 81, 'Dodge', 1),
(7, 3, 196, 'One-Handed Axes', 1),
(7, 3, 203, 'Unarmed', 1),
(7, 3, 204, 'Defense', 1),
(7, 3, 264, 'Bows', 1),
(7, 3, 266, 'Guns', 1),
(4, 2, 75, 'Auto Shot', 1),
(7, 3, 2382, 'Generic', 1),
(7, 3, 2479, 'Honorless Target', 1),
(7, 3, 6603, 'Attack', 1),
(7, 3, 7266, 'Duel', 1),
(7, 3, 7355, 'Stuck', 1),
(7, 3, 8386, 'Attacking', 1),
(7, 3, 9077, 'Leather', 1),
(7, 3, 9078, 'Cloth', 1),
(7, 3, 9125, 'Generic', 1),
(7, 5, 7340, 'Language Gnomish', 1),
(7, 5, 81, 'Dodge', 1),
(7, 5, 277, 'Staves', 1),
(7, 5, 203, 'Unarmed', 1),
(7, 5, 204, 'Defense', 1),
(4, 1, 75, 'Auto Shot', 1),
(7, 5, 668, 'Language Common', 1),
(7, 5, 2382, 'Generic', 1),
(7, 5, 2479, 'Honorless Target', 1),
(7, 5, 5009, 'Wands', 1),
(7, 5, 5019, 'Shoot', 1),
(7, 5, 6603, 'Attack', 1),
(7, 5, 7266, 'Duel', 1),
(7, 5, 7355, 'Stuck', 1),
(7, 5, 8386, 'Attacking', 1),
(7, 5, 9078, 'Cloth', 1),
(7, 5, 9125, 'Generic', 1),
(7, 7, 7340, 'Language Gnomish', 1),
(7, 7, 668, 'Language Common', 1),
(7, 7, 81, 'Dodge', 1),
(7, 7, 107, 'Block', 1),
(7, 7, 198, 'One-Handed Maces', 1),
(7, 7, 203, 'Unarmed', 1),
(7, 7, 204, 'Defense', 1),
(7, 7, 227, 'Staves', 1),
(3, 11, 75, 'Auto Shot', 1),
(7, 7, 2382, 'Generic', 1),
(7, 7, 2479, 'Honorless Target', 1),
(7, 7, 6603, 'Attack', 1),
(7, 7, 7266, 'Duel', 1),
(7, 7, 7355, 'Stuck', 1),
(7, 7, 8386, 'Attacking', 1),
(7, 7, 9077, 'Leather', 1),
(7, 7, 9078, 'Cloth', 1),
(7, 7, 9116, 'Shield', 1),
(7, 7, 9125, 'Generic', 1),
(7, 7, 27763, 'Totem', 1),
(7, 11, 7340, 'Language Gnomish', 1),
(7, 11, 668, 'Language Common', 1),
(7, 11, 81, 'Dodge', 1),
(7, 11, 203, 'Unarmed', 1),
(7, 11, 204, 'Defense', 1),
(7, 11, 227, 'Staves', 1),
(3, 9, 75, 'Auto Shot', 1),
(7, 11, 1180, 'Daggers', 1),
(7, 11, 2382, 'Generic', 1),
(7, 11, 2479, 'Honorless Target', 1),
(7, 11, 6603, 'Attack', 1),
(7, 11, 7266, 'Duel', 1),
(7, 11, 7355, 'Stuck', 1),
(7, 11, 8386, 'Attacking', 1),
(7, 11, 9077, 'Leather', 1),
(7, 11, 9078, 'Cloth', 1),
(7, 11, 9125, 'Generic', 1),
(1, 3, 75, 'Auto Shot', 1),
(1, 3, 81, 'Dodge', 1),
(1, 3, 196, 'One-Handed Axes', 1),
(1, 3, 203, 'Unarmed', 1),
(1, 3, 204, 'Defense', 1),
(1, 3, 264, 'Bows', 1),
(1, 3, 266, 'Guns', 1),
(3, 8, 75, 'Auto Shot', 1),
(1, 3, 668, 'Language Common', 1),
(1, 3, 2382, 'Generic', 1),
(1, 3, 2479, 'Honorless Target', 1),
(1, 3, 6603, 'Attack', 1),
(1, 3, 7266, 'Duel', 1),
(1, 3, 7355, 'Stuck', 1),
(1, 3, 8386, 'Attacking', 1),
(1, 3, 9077, 'Leather', 1),
(1, 3, 9078, 'Cloth', 1),
(1, 3, 9125, 'Generic', 1),
(1, 3, 20597, 'Sword Specialization', 1),
(1, 3, 20864, 'Mace Specialization', 1),
(1, 7, 81, 'Dodge', 1),
(1, 7, 107, 'Block', 1),
(1, 7, 198, 'One-Handed Maces', 1),
(1, 7, 203, 'Unarmed', 1),
(1, 7, 204, 'Defense', 1),
(1, 7, 227, 'Staves', 1),
(3, 7, 75, 'Auto Shot', 1),
(1, 7, 668, 'Language Common', 1),
(1, 7, 2382, 'Generic', 1),
(1, 7, 2479, 'Honorless Target', 1),
(1, 7, 6603, 'Attack', 1),
(1, 7, 7266, 'Duel', 1),
(1, 7, 7355, 'Stuck', 1),
(1, 7, 8386, 'Attacking', 1),
(1, 7, 9077, 'Leather', 1),
(1, 7, 9078, 'Cloth', 1),
(1, 7, 9116, 'Shield', 1),
(1, 7, 9125, 'Generic', 1),
(1, 7, 20597, 'Sword Specialization', 1),
(1, 7, 20864, 'Mace Specialization', 1),
(1, 7, 27763, 'Totem', 1),
(1, 11, 81, 'Dodge', 1),
(1, 11, 203, 'Unarmed', 1),
(1, 11, 204, 'Defense', 1),
(1, 11, 227, 'Staves', 1),
(3, 6, 75, 'Auto Shot', 1),
(1, 11, 668, 'Language Common', 1),
(1, 11, 1180, 'Daggers', 1),
(1, 11, 2382, 'Generic', 1),
(1, 11, 2479, 'Honorless Target', 1),
(1, 11, 6603, 'Attack', 1),
(1, 11, 7266, 'Duel', 1),
(1, 11, 7355, 'Stuck', 1),
(1, 11, 8386, 'Attacking', 1),
(1, 11, 9077, 'Leather', 1),
(1, 11, 9078, 'Cloth', 1),
(1, 11, 9125, 'Generic', 1),
(1, 11, 20597, 'Sword Specialization', 1),
(1, 11, 20864, 'Mace Specialization', 1),
(4, 2, 671, 'Language Darnassian', 1),
(4, 2, 20583, 'Nature Resistance', 1),
(4, 2, 81, 'Dodge', 1),
(4, 2, 107, 'Block', 1),
(4, 2, 198, 'One-Handed Maces', 1),
(4, 2, 199, 'Two-Handed Maces', 1),
(4, 2, 203, 'Unarmed', 1),
(4, 2, 204, 'Defense', 1),
(3, 5, 75, 'Auto Shot', 1),
(4, 2, 668, 'Language Common', 1),
(4, 2, 2382, 'Generic', 1),
(4, 2, 2479, 'Honorless Target', 1),
(4, 2, 6603, 'Attack', 1),
(4, 2, 7266, 'Duel', 1),
(4, 2, 7355, 'Stuck', 1),
(4, 2, 8386, 'Attacking', 1),
(4, 2, 8737, 'Mail', 1),
(4, 2, 9077, 'Leather', 1),
(4, 2, 9078, 'Cloth', 1),
(4, 2, 9116, 'Shield', 1),
(4, 2, 9125, 'Generic', 1),
(4, 2, 27762, 'Libram', 1),
(4, 7, 671, 'Language Darnassian', 1),
(4, 7, 20583, 'Nature Resistance', 1),
(4, 7, 668, 'Language Common', 1),
(4, 7, 81, 'Dodge', 1),
(4, 7, 107, 'Block', 1),
(4, 7, 198, 'One-Handed Maces', 1),
(4, 7, 203, 'Unarmed', 1),
(4, 7, 204, 'Defense', 1),
(4, 7, 227, 'Staves', 1),
(3, 4, 75, 'Auto Shot', 1),
(4, 7, 2382, 'Generic', 1),
(4, 7, 2479, 'Honorless Target', 1),
(4, 7, 6603, 'Attack', 1),
(4, 7, 7266, 'Duel', 1),
(4, 7, 7355, 'Stuck', 1),
(4, 7, 8386, 'Attacking', 1),
(4, 7, 9077, 'Leather', 1),
(4, 7, 9078, 'Cloth', 1),
(4, 7, 9116, 'Shield', 1),
(4, 7, 9125, 'Generic', 1),
(4, 7, 27763, 'Totem', 1),
(4, 8, 81, 'Dodge', 1),
(4, 8, 203, 'Unarmed', 1),
(4, 8, 204, 'Defense', 1),
(4, 8, 227, 'Staves', 1),
(3, 2, 75, 'Auto Shot', 1),
(4, 8, 668, 'Language Common', 1),
(4, 8, 2382, 'Generic', 1),
(4, 8, 2479, 'Honorless Target', 1),
(4, 8, 5009, 'Wands', 1),
(4, 8, 5019, 'Shoot', 1),
(4, 8, 6603, 'Attack', 1),
(4, 8, 7266, 'Duel', 1),
(4, 8, 7355, 'Stuck', 1),
(4, 8, 8386, 'Attacking', 1),
(4, 8, 9078, 'Cloth', 1),
(4, 8, 9125, 'Generic', 1),
(4, 8, 671, 'Language Darnassian', 1),
(4, 8, 20583, 'Nature Resistance', 1),
(4, 9, 671, 'Language Darnassian', 1),
(4, 9, 20583, 'Nature Resistance', 1),
(4, 9, 81, 'Dodge', 1),
(4, 9, 203, 'Unarmed', 1),
(4, 9, 204, 'Defense', 1),
(3, 1, 75, 'Auto Shot', 1),
(4, 9, 668, 'Language Common', 1),
(4, 9, 1180, 'Daggers', 1),
(4, 9, 2382, 'Generic', 1),
(4, 9, 2479, 'Honorless Target', 1),
(4, 9, 5009, 'Wands', 1),
(4, 9, 5019, 'Shoot', 1),
(4, 9, 6603, 'Attack', 1),
(4, 9, 7266, 'Duel', 1),
(4, 9, 7355, 'Stuck', 1),
(4, 9, 8386, 'Attacking', 1),
(4, 9, 9078, 'Cloth', 1),
(4, 9, 9125, 'Generic', 1),
(2, 2, 81, 'Dodge', 1),
(2, 2, 107, 'Block', 1),
(2, 2, 198, 'One-Handed Maces', 1),
(2, 2, 199, 'Two-Handed Maces', 1),
(2, 2, 203, 'Unarmed', 1),
(2, 2, 204, 'Defense', 1),
(2, 11, 75, 'Auto Shot', 1),
(2, 2, 669, 'Language Orcish', 1),
(2, 2, 2382, 'Generic', 1),
(2, 2, 2479, 'Honorless Target', 1),
(2, 2, 6603, 'Attack', 1),
(2, 2, 7266, 'Duel', 1),
(2, 2, 7355, 'Stuck', 1),
(2, 2, 8386, 'Attacking', 1),
(2, 2, 8737, 'Mail', 1),
(2, 2, 9077, 'Leather', 1),
(2, 2, 9078, 'Cloth', 1),
(2, 2, 9116, 'Shield', 1),
(2, 2, 9125, 'Generic', 1),
(2, 2, 20574, 'Axe Specialization', 1),
(2, 2, 27762, 'Libram', 1),
(2, 5, 669, 'Language Orcish', 1),
(2, 5, 20574, 'Axe Specialization', 1),
(2, 5, 81, 'Dodge', 1),
(2, 5, 198, 'One-Handed Maces', 1),
(2, 5, 203, 'Unarmed', 1),
(2, 5, 204, 'Defense', 1),
(2, 8, 75, 'Auto Shot', 1),
(2, 9, 75, 'Auto Shot', 1),
(2, 5, 2382, 'Generic', 1),
(2, 5, 2479, 'Honorless Target', 1),
(2, 5, 5009, 'Wands', 1),
(2, 5, 5019, 'Shoot', 1),
(2, 5, 6603, 'Attack', 1),
(2, 5, 7266, 'Duel', 1),
(2, 5, 7355, 'Stuck', 1),
(2, 5, 8386, 'Attacking', 1),
(2, 5, 9078, 'Cloth', 1),
(2, 5, 9125, 'Generic', 1),
(2, 8, 669, 'Language Orcish', 1),
(2, 8, 20574, 'Axe Specialization', 1),
(2, 8, 81, 'Dodge', 1),
(2, 8, 203, 'Unarmed', 1),
(2, 8, 204, 'Defense', 1),
(2, 8, 227, 'Staves', 1),
(2, 7, 75, 'Auto Shot', 1),
(2, 8, 2382, 'Generic', 1),
(2, 8, 2479, 'Honorless Target', 1),
(2, 8, 5009, 'Wands', 1),
(2, 8, 5019, 'Shoot', 1),
(2, 8, 6603, 'Attack', 1),
(2, 8, 7266, 'Duel', 1),
(2, 8, 7355, 'Stuck', 1),
(2, 8, 8386, 'Attacking', 1),
(2, 8, 9078, 'Cloth', 1),
(2, 8, 9125, 'Generic', 1),
(2, 11, 669, 'Language Orcish', 1),
(2, 11, 20574, 'Axe Specialization', 1),
(2, 11, 81, 'Dodge', 1),
(2, 11, 198, 'One-Handed Maces', 1),
(2, 11, 203, 'Unarmed', 1),
(2, 11, 204, 'Defense', 1),
(2, 11, 227, 'Staves', 1),
(2, 6, 75, 'Auto Shot', 1),
(2, 11, 2382, 'Generic', 1),
(2, 11, 2479, 'Honorless Target', 1),
(2, 11, 6603, 'Attack', 1),
(2, 11, 7266, 'Duel', 1),
(2, 11, 7355, 'Stuck', 1),
(2, 11, 8386, 'Attacking', 1),
(2, 11, 9077, 'Leather', 1),
(2, 11, 9078, 'Cloth', 1),
(2, 11, 9125, 'Generic', 1),
(8, 2, 7341, 'Language Troll', 1),
(8, 2, 20558, 'Throwing Specialization', 1),
(8, 2, 26290, 'Bow Specialization', 1),
(8, 2, 669, 'Language Orcish', 1),
(8, 2, 81, 'Dodge', 1),
(8, 2, 107, 'Block', 1),
(8, 2, 198, 'One-Handed Maces', 1),
(8, 2, 199, 'Two-Handed Maces', 1),
(8, 2, 203, 'Unarmed', 1),
(8, 2, 204, 'Defense', 1),
(2, 5, 75, 'Auto Shot', 1),
(8, 2, 2382, 'Generic', 1),
(8, 2, 2479, 'Honorless Target', 1),
(8, 2, 6603, 'Attack', 1),
(8, 2, 7266, 'Duel', 1),
(8, 2, 7355, 'Stuck', 1),
(8, 2, 8386, 'Attacking', 1),
(8, 2, 8737, 'Mail', 1),
(8, 2, 9077, 'Leather', 1),
(8, 2, 9078, 'Cloth', 1),
(8, 2, 9116, 'Shield', 1),
(8, 2, 9125, 'Generic', 1),
(8, 2, 27762, 'Libram', 1),
(8, 9, 7341, 'Language Troll', 1),
(8, 9, 20558, 'Throwing Specialization', 1),
(8, 9, 26290, 'Bow Specialization', 1),
(8, 9, 81, 'Dodge', 1),
(8, 9, 203, 'Unarmed', 1),
(8, 9, 204, 'Defense', 1),
(2, 4, 75, 'Auto Shot', 1),
(8, 9, 669, 'Language Orcish', 1),
(8, 9, 1180, 'Daggers', 1),
(8, 9, 2382, 'Generic', 1),
(8, 9, 2479, 'Honorless Target', 1),
(8, 9, 5009, 'Wands', 1),
(8, 9, 5019, 'Shoot', 1),
(8, 9, 6603, 'Attack', 1),
(8, 9, 7266, 'Duel', 1),
(8, 9, 7355, 'Stuck', 1),
(8, 9, 8386, 'Attacking', 1),
(8, 9, 9078, 'Cloth', 1),
(8, 9, 9125, 'Generic', 1),
(8, 11, 7341, 'Language Troll', 1),
(8, 11, 20558, 'Throwing Specialization', 1),
(8, 11, 26290, 'Bow Specialization', 1),
(8, 11, 669, 'Language Orcish', 1),
(8, 11, 81, 'Dodge', 1),
(8, 11, 198, 'One-Handed Maces', 1),
(8, 11, 203, 'Unarmed', 1),
(8, 11, 204, 'Defense', 1),
(8, 11, 227, 'Staves', 1),
(2, 2, 75, 'Auto Shot', 1),
(8, 11, 2382, 'Generic', 1),
(8, 11, 2479, 'Honorless Target', 1),
(8, 11, 6603, 'Attack', 1),
(8, 11, 7266, 'Duel', 1),
(8, 11, 7355, 'Stuck', 1),
(8, 11, 8386, 'Attacking', 1),
(8, 11, 9077, 'Leather', 1),
(8, 11, 9078, 'Cloth', 1),
(8, 11, 9125, 'Generic', 1),
(6, 2, 670, 'Language Taurahe', 1),
(6, 2, 20551, 'Nature Resistance', 1),
(6, 2, 669, 'Language Orcish', 1),
(6, 2, 81, 'Dodge', 1),
(6, 2, 107, 'Block', 1),
(6, 2, 198, 'One-Handed Maces', 1),
(6, 2, 199, 'Two-Handed Maces', 1),
(6, 2, 203, 'Unarmed', 1),
(6, 2, 204, 'Defense', 1),
(2, 1, 75, 'Auto Shot', 1),
(6, 2, 2382, 'Generic', 1),
(6, 2, 2479, 'Honorless Target', 1),
(6, 2, 6603, 'Attack', 1),
(6, 2, 7266, 'Duel', 1),
(6, 2, 7355, 'Stuck', 1),
(6, 2, 8386, 'Attacking', 1),
(6, 2, 8737, 'Mail', 1),
(6, 2, 9077, 'Leather', 1),
(6, 2, 9078, 'Cloth', 1),
(6, 2, 9116, 'Shield', 1),
(6, 2, 9125, 'Generic', 1),
(6, 2, 27762, 'Libram', 1),
(6, 4, 670, 'Language Taurahe', 1),
(6, 4, 20551, 'Nature Resistance', 1),
(6, 4, 81, 'Dodge', 1),
(6, 4, 203, 'Unarmed', 1),
(6, 4, 204, 'Defense', 1),
(1, 11, 75, 'Auto Shot', 1),
(6, 4, 669, 'Language Orcish', 1),
(6, 4, 1180, 'Daggers', 1),
(6, 4, 2382, 'Generic', 1),
(6, 4, 2479, 'Honorless Target', 1),
(6, 4, 2567, 'Thrown', 1),
(6, 4, 2764, 'Throw', 1),
(6, 4, 6603, 'Attack', 1),
(6, 4, 7266, 'Duel', 1),
(6, 4, 7355, 'Stuck', 1),
(6, 4, 8386, 'Attacking', 1),
(6, 4, 9077, 'Leather', 1),
(6, 4, 9078, 'Cloth', 1),
(6, 4, 9125, 'Generic', 1),
(6, 5, 670, 'Language Taurahe', 1),
(6, 5, 20551, 'Nature Resistance', 1),
(6, 5, 669, 'Language Orcish', 1),
(6, 5, 81, 'Dodge', 1),
(6, 5, 198, 'One-Handed Maces', 1),
(6, 5, 203, 'Unarmed', 1),
(6, 5, 204, 'Defense', 1),
(1, 8, 75, 'Auto Shot', 1),
(1, 9, 75, 'Auto Shot', 1),
(6, 5, 2382, 'Generic', 1),
(6, 5, 2479, 'Honorless Target', 1),
(6, 5, 5009, 'Wands', 1),
(6, 5, 5019, 'Shoot', 1),
(6, 5, 6603, 'Attack', 1),
(6, 5, 7266, 'Duel', 1),
(6, 5, 7355, 'Stuck', 1),
(6, 5, 8386, 'Attacking', 1),
(6, 5, 9078, 'Cloth', 1),
(6, 5, 9125, 'Generic', 1),
(6, 8, 670, 'Language Taurahe', 1),
(6, 8, 20551, 'Nature Resistance', 1),
(6, 8, 669, 'Language Orcish', 1),
(6, 8, 81, 'Dodge', 1),
(6, 8, 203, 'Unarmed', 1),
(6, 8, 204, 'Defense', 1),
(6, 8, 227, 'Staves', 1),
(1, 7, 75, 'Auto Shot', 1),
(6, 8, 2382, 'Generic', 1),
(6, 8, 2479, 'Honorless Target', 1),
(6, 8, 5009, 'Wands', 1),
(6, 8, 5019, 'Shoot', 1),
(6, 8, 6603, 'Attack', 1),
(6, 8, 7266, 'Duel', 1),
(6, 8, 7355, 'Stuck', 1),
(6, 8, 8386, 'Attacking', 1),
(6, 8, 9078, 'Cloth', 1),
(6, 8, 9125, 'Generic', 1),
(6, 9, 670, 'Language Taurahe', 1),
(6, 9, 20551, 'Nature Resistance', 1),
(6, 9, 81, 'Dodge', 1),
(6, 9, 203, 'Unarmed', 1),
(6, 9, 204, 'Defense', 1),
(1, 6, 75, 'Auto Shot', 1),
(6, 9, 669, 'Language Orcish', 1),
(6, 9, 1180, 'Daggers', 1),
(6, 9, 2382, 'Generic', 1),
(6, 9, 2479, 'Honorless Target', 1),
(6, 9, 5009, 'Wands', 1),
(6, 9, 5019, 'Shoot', 1),
(6, 9, 6603, 'Attack', 1),
(6, 9, 7266, 'Duel', 1),
(6, 9, 7355, 'Stuck', 1),
(6, 9, 8386, 'Attacking', 1),
(6, 9, 9078, 'Cloth', 1),
(6, 9, 9125, 'Generic', 1),
(5, 2, 17737, 'Language Gutterspeak', 1),
(5, 2, 669, 'Language Orcish', 1),
(5, 2, 81, 'Dodge', 1),
(5, 2, 107, 'Block', 1),
(5, 2, 198, 'One-Handed Maces', 1),
(5, 2, 199, 'Two-Handed Maces', 1),
(5, 2, 203, 'Unarmed', 1),
(5, 2, 204, 'Defense', 1),
(1, 5, 75, 'Auto Shot', 1),
(5, 2, 2382, 'Generic', 1),
(5, 2, 2479, 'Honorless Target', 1),
(5, 2, 6603, 'Attack', 1),
(5, 2, 7266, 'Duel', 1),
(5, 2, 7355, 'Stuck', 1),
(5, 2, 8386, 'Attacking', 1),
(5, 2, 8737, 'Mail', 1),
(5, 2, 9077, 'Leather', 1),
(5, 2, 9078, 'Cloth', 1),
(5, 2, 9116, 'Shield', 1),
(5, 2, 9125, 'Generic', 1),
(5, 2, 27762, 'Libram', 1),
(5, 3, 17737, 'Language Gutterspeak', 1),
(5, 3, 75, 'Auto Shot', 1),
(5, 3, 81, 'Dodge', 1),
(5, 3, 196, 'One-Handed Axes', 1),
(5, 3, 203, 'Unarmed', 1),
(5, 3, 204, 'Defense', 1),
(5, 3, 264, 'Bows', 1),
(5, 3, 266, 'Guns', 1),
(1, 4, 75, 'Auto Shot', 1),
(5, 3, 669, 'Language Orcish', 1),
(5, 3, 2382, 'Generic', 1),
(5, 3, 2479, 'Honorless Target', 1),
(5, 3, 6603, 'Attack', 1),
(5, 3, 7266, 'Duel', 1),
(5, 3, 7355, 'Stuck', 1),
(5, 3, 8386, 'Attacking', 1),
(5, 3, 9077, 'Leather', 1),
(5, 3, 9078, 'Cloth', 1),
(5, 3, 9125, 'Generic', 1),
(5, 7, 17737, 'Language Gutterspeak', 1),
(5, 7, 81, 'Dodge', 1),
(5, 7, 107, 'Block', 1),
(5, 7, 198, 'One-Handed Maces', 1),
(5, 7, 203, 'Unarmed', 1),
(5, 7, 204, 'Defense', 1),
(5, 7, 227, 'Staves', 1),
(1, 2, 75, 'Auto Shot', 1),
(5, 7, 669, 'Language Orcish', 1),
(5, 7, 2382, 'Generic', 1),
(5, 7, 2479, 'Honorless Target', 1),
(5, 7, 6603, 'Attack', 1),
(5, 7, 7266, 'Duel', 1),
(5, 7, 7355, 'Stuck', 1),
(5, 7, 8386, 'Attacking', 1),
(5, 7, 9077, 'Leather', 1),
(5, 7, 9078, 'Cloth', 1),
(5, 7, 9116, 'Shield', 1),
(5, 7, 9125, 'Generic', 1),
(5, 7, 27763, 'Totem', 1),
(5, 11, 17737, 'Language Gutterspeak', 1),
(5, 11, 669, 'Language Orcish', 1),
(5, 11, 81, 'Dodge', 1),
(5, 11, 198, 'One-Handed Maces', 1),
(5, 11, 203, 'Unarmed', 1),
(5, 11, 204, 'Defense', 1),
(5, 11, 227, 'Staves', 1),
(1, 1, 75, 'Auto Shot', 1),
(5, 11, 2382, 'Generic', 1),
(5, 11, 2479, 'Honorless Target', 1),
(5, 11, 6603, 'Attack', 1),
(5, 11, 7266, 'Duel', 1),
(5, 11, 7355, 'Stuck', 1),
(5, 11, 8386, 'Attacking', 1),
(5, 11, 9077, 'Leather', 1),
(5, 11, 9078, 'Cloth', 1),
(5, 11, 9125, 'Generic', 1);
CREATE TABLE IF NOT EXISTS `player_classlevelstats` (
`class` tinyint(3) unsigned NOT NULL,
`level` tinyint(3) unsigned NOT NULL,
`basehp` smallint(5) unsigned NOT NULL,
`basemana` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`class`,`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores levels stats.';
INSERT INTO `player_classlevelstats` (`class`, `level`, `basehp`, `basemana`) VALUES
(1, 1, 20, 0),
(1, 2, 29, 0),
(1, 3, 38, 0),
(1, 4, 47, 0),
(1, 5, 56, 0),
(1, 6, 65, 0),
(1, 7, 74, 0),
(1, 8, 83, 0),
(1, 9, 92, 0),
(1, 10, 101, 0),
(1, 11, 100, 0),
(1, 12, 109, 0),
(1, 13, 118, 0),
(1, 14, 128, 0),
(1, 15, 139, 0),
(1, 16, 151, 0),
(1, 17, 154, 0),
(1, 18, 168, 0),
(1, 19, 183, 0),
(1, 20, 199, 0),
(1, 21, 206, 0),
(1, 22, 224, 0),
(1, 23, 243, 0),
(1, 24, 253, 0),
(1, 25, 274, 0),
(1, 26, 296, 0),
(1, 27, 309, 0),
(1, 28, 333, 0),
(1, 29, 348, 0),
(1, 30, 374, 0),
(1, 31, 401, 0),
(1, 32, 419, 0),
(1, 33, 448, 0),
(1, 34, 468, 0),
(1, 35, 499, 0),
(1, 36, 521, 0),
(1, 37, 545, 0),
(1, 38, 581, 0),
(1, 39, 609, 0),
(1, 40, 649, 0),
(1, 41, 681, 0),
(1, 42, 715, 0),
(1, 43, 761, 0),
(1, 44, 799, 0),
(1, 45, 839, 0),
(1, 46, 881, 0),
(1, 47, 935, 0),
(1, 48, 981, 0),
(1, 49, 1029, 0),
(1, 50, 1079, 0),
(1, 51, 1131, 0),
(1, 52, 1185, 0),
(1, 53, 1241, 0),
(1, 54, 1299, 0),
(1, 55, 1359, 0),
(1, 56, 1421, 0),
(1, 57, 1485, 0),
(1, 58, 1551, 0),
(1, 59, 1619, 0),
(1, 60, 1689, 0),
(1, 61, 1902, 0),
(1, 62, 2129, 0),
(1, 63, 2357, 0),
(1, 64, 2612, 0),
(1, 65, 2883, 0),
(1, 66, 3169, 0),
(1, 67, 3455, 0),
(1, 68, 3774, 0),
(1, 69, 4109, 0),
(1, 70, 4444, 0),
(2, 1, 28, 60),
(2, 2, 36, 78),
(2, 3, 44, 98),
(2, 4, 52, 104),
(2, 5, 60, 111),
(2, 6, 68, 134),
(2, 7, 76, 143),
(2, 8, 84, 153),
(2, 9, 92, 179),
(2, 10, 100, 192),
(2, 11, 108, 205),
(2, 12, 116, 219),
(2, 13, 124, 249),
(2, 14, 132, 265),
(2, 15, 131, 282),
(2, 16, 141, 315),
(2, 17, 152, 334),
(2, 18, 164, 354),
(2, 19, 177, 390),
(2, 20, 191, 412),
(2, 21, 206, 435),
(2, 22, 222, 459),
(2, 23, 239, 499),
(2, 24, 247, 525),
(2, 25, 266, 552),
(2, 26, 286, 579),
(2, 27, 307, 621),
(2, 28, 329, 648),
(2, 29, 342, 675),
(2, 30, 366, 702),
(2, 31, 391, 729),
(2, 32, 407, 756),
(2, 33, 434, 798),
(2, 34, 462, 825),
(2, 35, 481, 852),
(2, 36, 511, 879),
(2, 37, 542, 906),
(2, 38, 564, 933),
(2, 39, 597, 960),
(2, 40, 621, 987),
(2, 41, 656, 1014),
(2, 42, 682, 1041),
(2, 43, 719, 1068),
(2, 44, 747, 1110),
(2, 45, 786, 1137),
(2, 46, 816, 1164),
(2, 47, 857, 1176),
(2, 48, 889, 1203),
(2, 49, 922, 1230),
(2, 50, 966, 1257),
(2, 51, 1001, 1284),
(2, 52, 1037, 1311),
(2, 53, 1084, 1338),
(2, 54, 1122, 1365),
(2, 55, 1161, 1392),
(2, 56, 1201, 1419),
(2, 57, 1252, 1446),
(2, 58, 1294, 1458),
(2, 59, 1337, 1485),
(2, 60, 1381, 1512),
(2, 61, 1540, 1656),
(2, 62, 1708, 1800),
(2, 63, 1884, 1944),
(2, 64, 2068, 2088),
(2, 65, 2262, 2232),
(2, 66, 2466, 2377),
(2, 67, 2679, 2521),
(2, 68, 2901, 2665),
(2, 69, 3134, 2809),
(2, 70, 3377, 2953),
(3, 1, 46, 65),
(3, 2, 53, 70),
(3, 3, 60, 76),
(3, 4, 67, 98),
(3, 5, 74, 106),
(3, 6, 81, 130),
(3, 7, 88, 140),
(3, 8, 95, 166),
(3, 9, 102, 193),
(3, 10, 109, 206),
(3, 11, 116, 235),
(3, 12, 123, 250),
(3, 13, 130, 266),
(3, 14, 138, 298),
(3, 15, 147, 316),
(3, 16, 157, 350),
(3, 17, 168, 370),
(3, 18, 180, 391),
(3, 19, 193, 428),
(3, 20, 207, 451),
(3, 21, 222, 475),
(3, 22, 238, 515),
(3, 23, 255, 541),
(3, 24, 273, 568),
(3, 25, 292, 611),
(3, 26, 312, 640),
(3, 27, 333, 670),
(3, 28, 355, 715),
(3, 29, 378, 745),
(3, 30, 402, 775),
(3, 31, 417, 805),
(3, 32, 443, 850),
(3, 33, 470, 880),
(3, 34, 498, 910),
(3, 35, 527, 940),
(3, 36, 547, 970),
(3, 37, 578, 1015),
(3, 38, 610, 1045),
(3, 39, 643, 1075),
(3, 40, 667, 1105),
(3, 41, 702, 1135),
(3, 42, 738, 1180),
(3, 43, 775, 1210),
(3, 44, 803, 1240),
(3, 45, 842, 1270),
(3, 46, 872, 1300),
(3, 47, 913, 1330),
(3, 48, 955, 1360),
(3, 49, 994, 1390),
(3, 50, 1047, 1420),
(3, 51, 1067, 1450),
(3, 52, 1113, 1480),
(3, 53, 1150, 1510),
(3, 54, 1198, 1540),
(3, 55, 1237, 1570),
(3, 56, 1287, 1600),
(3, 57, 1328, 1630),
(3, 58, 1370, 1660),
(3, 59, 1423, 1690),
(3, 60, 1467, 1720),
(3, 61, 1633, 1886),
(3, 62, 1819, 2053),
(3, 63, 2003, 2219),
(3, 64, 2195, 2385),
(3, 65, 2397, 2552),
(3, 66, 2623, 2718),
(3, 67, 2844, 2884),
(3, 68, 3075, 3050),
(3, 69, 3316, 3217),
(3, 70, 3568, 3383),
(4, 1, 25, 0),
(4, 2, 32, 0),
(4, 3, 49, 0),
(4, 4, 56, 0),
(4, 5, 63, 0),
(4, 6, 70, 0),
(4, 7, 87, 0),
(4, 8, 94, 0),
(4, 9, 101, 0),
(4, 10, 118, 0),
(4, 11, 125, 0),
(4, 12, 142, 0),
(4, 13, 149, 0),
(4, 14, 156, 0),
(4, 15, 173, 0),
(4, 16, 181, 0),
(4, 17, 190, 0),
(4, 18, 200, 0),
(4, 19, 221, 0),
(4, 20, 233, 0),
(4, 21, 246, 0),
(4, 22, 260, 0),
(4, 23, 275, 0),
(4, 24, 301, 0),
(4, 25, 318, 0),
(4, 26, 336, 0),
(4, 27, 355, 0),
(4, 28, 375, 0),
(4, 29, 396, 0),
(4, 30, 428, 0),
(4, 31, 451, 0),
(4, 32, 475, 0),
(4, 33, 500, 0),
(4, 34, 526, 0),
(4, 35, 553, 0),
(4, 36, 581, 0),
(4, 37, 610, 0),
(4, 38, 640, 0),
(4, 39, 671, 0),
(4, 40, 703, 0),
(4, 41, 736, 0),
(4, 42, 770, 0),
(4, 43, 805, 0),
(4, 44, 841, 0),
(4, 45, 878, 0),
(4, 46, 916, 0),
(4, 47, 955, 0),
(4, 48, 995, 0),
(4, 49, 1026, 0),
(4, 50, 1068, 0),
(4, 51, 1111, 0),
(4, 52, 1155, 0),
(4, 53, 1200, 0),
(4, 54, 1246, 0),
(4, 55, 1283, 0),
(4, 56, 1331, 0),
(4, 57, 1380, 0),
(4, 58, 1430, 0),
(4, 59, 1471, 0),
(4, 60, 1523, 0),
(4, 61, 1702, 0),
(4, 62, 1879, 0),
(4, 63, 2077, 0),
(4, 64, 2285, 0),
(4, 65, 2489, 0),
(4, 66, 2717, 0),
(4, 67, 2941, 0),
(4, 68, 3190, 0),
(4, 69, 3450, 0),
(4, 70, 3704, 0),
(5, 1, 52, 73),
(5, 2, 57, 76),
(5, 3, 72, 95),
(5, 4, 77, 114),
(5, 5, 92, 133),
(5, 6, 97, 152),
(5, 7, 112, 171),
(5, 8, 117, 190),
(5, 9, 132, 209),
(5, 10, 137, 212),
(5, 11, 142, 215),
(5, 12, 157, 234),
(5, 13, 172, 254),
(5, 14, 177, 260),
(5, 15, 192, 282),
(5, 16, 197, 305),
(5, 17, 212, 329),
(5, 18, 227, 339),
(5, 19, 232, 365),
(5, 20, 247, 377),
(5, 21, 252, 405),
(5, 22, 268, 434),
(5, 23, 275, 449),
(5, 24, 293, 480),
(5, 25, 302, 497),
(5, 26, 322, 530),
(5, 27, 343, 549),
(5, 28, 355, 584),
(5, 29, 378, 605),
(5, 30, 392, 627),
(5, 31, 417, 665),
(5, 32, 433, 689),
(5, 33, 460, 728),
(5, 34, 478, 752),
(5, 35, 507, 776),
(5, 36, 527, 800),
(5, 37, 548, 839),
(5, 38, 580, 863),
(5, 39, 603, 887),
(5, 40, 637, 911),
(5, 41, 662, 950),
(5, 42, 698, 974),
(5, 43, 725, 998),
(5, 44, 763, 1022),
(5, 45, 792, 1046),
(5, 46, 822, 1070),
(5, 47, 863, 1094),
(5, 48, 895, 1118),
(5, 49, 928, 1142),
(5, 50, 972, 1166),
(5, 51, 1007, 1190),
(5, 52, 1053, 1214),
(5, 53, 1090, 1238),
(5, 54, 1128, 1262),
(5, 55, 1177, 1271),
(5, 56, 1217, 1295),
(5, 57, 1258, 1319),
(5, 58, 1300, 1343),
(5, 59, 1353, 1352),
(5, 60, 1397, 1376),
(5, 61, 1557, 1500),
(5, 62, 1738, 1625),
(5, 63, 1916, 1749),
(5, 64, 2101, 1873),
(5, 65, 2295, 1998),
(5, 66, 2495, 2122),
(5, 67, 2719, 2247),
(5, 68, 2936, 2371),
(5, 69, 3160, 2495),
(5, 70, 3391, 2620),
(7, 80, 6939, 4396),
(7, 79, 6457, 4252),
(7, 78, 6009, 4108),
(7, 77, 5592, 3965),
(7, 76, 5203, 3821),
(7, 75, 4843, 3677),
(7, 74, 4507, 3533),
(7, 73, 4194, 3389),
(7, 72, 3903, 3246),
(7, 71, 3633, 3102),
(7, 70, 3380, 2958),
(7, 69, 3136, 2814),
(7, 68, 2903, 2670),
(7, 67, 2679, 2527),
(7, 66, 2465, 2383),
(7, 65, 2262, 2239),
(7, 64, 2067, 2095),
(7, 63, 1883, 1951),
(7, 62, 1694, 1808),
(7, 61, 1528, 1664),
(7, 60, 1423, 1520),
(7, 59, 1326, 1501),
(7, 58, 1283, 1467),
(7, 57, 1231, 1448),
(7, 56, 1190, 1414),
(7, 55, 1150, 1395),
(7, 54, 1101, 1376),
(7, 53, 1064, 1342),
(7, 52, 1027, 1323),
(7, 51, 981, 1289),
(7, 50, 947, 1255),
(7, 49, 903, 1236),
(7, 48, 871, 1202),
(7, 47, 829, 1183),
(7, 46, 799, 1149),
(7, 45, 760, 1115),
(7, 44, 732, 1096),
(7, 43, 694, 1062),
(7, 42, 669, 1028),
(7, 41, 633, 1009),
(7, 40, 610, 975),
(7, 39, 577, 941),
(7, 38, 545, 922),
(7, 37, 524, 888),
(7, 36, 494, 854),
(7, 35, 465, 820),
(7, 34, 448, 786),
(7, 33, 422, 767),
(7, 32, 396, 733),
(7, 31, 371, 699),
(7, 30, 358, 665),
(7, 29, 336, 631),
(7, 28, 315, 598),
(7, 27, 294, 566),
(7, 26, 275, 535),
(7, 25, 257, 505),
(7, 24, 250, 476),
(7, 23, 234, 448),
(7, 22, 219, 421),
(7, 21, 205, 395),
(7, 20, 193, 370),
(7, 19, 181, 346),
(7, 18, 170, 323),
(7, 17, 161, 301),
(7, 16, 152, 280),
(7, 15, 144, 260),
(7, 14, 137, 241),
(7, 13, 129, 223),
(7, 12, 122, 206),
(7, 11, 114, 190),
(8, 1, 32, 100),
(8, 2, 47, 110),
(8, 3, 52, 106),
(8, 4, 67, 118),
(8, 5, 82, 131),
(8, 6, 97, 130),
(8, 7, 102, 145),
(8, 8, 117, 146),
(8, 9, 132, 163),
(8, 10, 137, 196),
(8, 11, 152, 215),
(8, 12, 167, 220),
(8, 13, 172, 241),
(8, 14, 187, 263),
(8, 15, 202, 271),
(8, 16, 207, 295),
(8, 17, 222, 305),
(8, 18, 237, 331),
(8, 19, 242, 343),
(8, 20, 257, 371),
(8, 21, 272, 385),
(8, 22, 277, 415),
(8, 23, 292, 431),
(8, 24, 298, 463),
(8, 25, 315, 481),
(8, 26, 333, 515),
(8, 27, 342, 535),
(8, 28, 362, 556),
(8, 29, 373, 592),
(8, 30, 395, 613),
(8, 31, 418, 634),
(8, 32, 432, 670),
(8, 33, 457, 691),
(8, 34, 473, 712),
(8, 35, 500, 733),
(8, 36, 518, 754),
(8, 37, 547, 790),
(8, 38, 577, 811),
(8, 39, 598, 832),
(8, 40, 630, 853),
(8, 41, 653, 874),
(8, 42, 687, 895),
(8, 43, 712, 916),
(8, 44, 748, 937),
(8, 45, 775, 958),
(8, 46, 813, 979),
(8, 47, 842, 1000),
(8, 48, 882, 1021),
(8, 49, 913, 1042),
(8, 50, 955, 1048),
(8, 51, 988, 1069),
(8, 52, 1032, 1090),
(8, 53, 1067, 1111),
(8, 54, 1103, 1117),
(8, 55, 1150, 1138),
(8, 56, 1188, 1159),
(8, 57, 1237, 1165),
(8, 58, 1277, 1186),
(8, 59, 1328, 1192),
(8, 60, 1370, 1213),
(8, 61, 1526, 1316),
(8, 62, 1702, 1419),
(8, 63, 1875, 1521),
(8, 64, 2070, 1624),
(8, 65, 2261, 1727),
(8, 66, 2461, 1830),
(8, 67, 2686, 1932),
(8, 68, 2906, 2035),
(8, 69, 3136, 2138),
(8, 70, 3393, 2241),
(9, 1, 23, 90),
(9, 2, 28, 98),
(9, 3, 43, 107),
(9, 4, 48, 102),
(9, 5, 63, 113),
(9, 6, 68, 126),
(9, 7, 83, 144),
(9, 8, 88, 162),
(9, 9, 93, 180),
(9, 10, 108, 198),
(9, 11, 123, 200),
(9, 12, 128, 218),
(9, 13, 143, 237),
(9, 14, 148, 257),
(9, 15, 153, 278),
(9, 16, 168, 300),
(9, 17, 173, 308),
(9, 18, 189, 332),
(9, 19, 196, 357),
(9, 20, 204, 383),
(9, 21, 223, 395),
(9, 22, 233, 423),
(9, 23, 244, 452),
(9, 24, 266, 467),
(9, 25, 279, 498),
(9, 26, 293, 530),
(9, 27, 318, 548),
(9, 28, 334, 582),
(9, 29, 351, 602),
(9, 30, 379, 638),
(9, 31, 398, 674),
(9, 32, 418, 695),
(9, 33, 439, 731),
(9, 34, 471, 752),
(9, 35, 494, 788),
(9, 36, 518, 809),
(9, 37, 543, 830),
(9, 38, 569, 866),
(9, 39, 606, 887),
(9, 40, 634, 923),
(9, 41, 663, 944),
(9, 42, 693, 965),
(9, 43, 724, 1001),
(9, 44, 756, 1022),
(9, 45, 799, 1043),
(9, 46, 832, 1064),
(9, 47, 868, 1100),
(9, 48, 904, 1121),
(9, 49, 941, 1142),
(9, 50, 979, 1163),
(9, 51, 1018, 1184),
(9, 52, 1058, 1205),
(9, 53, 1099, 1226),
(9, 54, 1141, 1247),
(9, 55, 1184, 1268),
(9, 56, 1228, 1289),
(9, 57, 1273, 1310),
(9, 58, 1319, 1331),
(9, 59, 1366, 1352),
(9, 60, 1414, 1373),
(9, 61, 1580, 1497),
(9, 62, 1755, 1621),
(9, 63, 1939, 1745),
(9, 64, 2133, 1870),
(9, 65, 2323, 1994),
(9, 66, 2535, 2118),
(9, 67, 2758, 2242),
(9, 68, 2991, 2366),
(9, 69, 3235, 2490),
(9, 70, 3490, 2615),
(11, 1, 44, 60),
(11, 2, 51, 66),
(11, 3, 58, 73),
(11, 4, 75, 81),
(11, 5, 82, 90),
(11, 6, 89, 100),
(11, 7, 106, 111),
(11, 8, 113, 123),
(11, 9, 120, 136),
(11, 10, 137, 150),
(11, 11, 144, 165),
(11, 12, 151, 182),
(11, 13, 168, 200),
(11, 14, 175, 219),
(11, 15, 182, 239),
(11, 16, 199, 260),
(11, 17, 206, 282),
(11, 18, 214, 305),
(11, 19, 233, 329),
(11, 20, 243, 354),
(11, 21, 254, 380),
(11, 22, 266, 392),
(11, 23, 289, 420),
(11, 24, 303, 449),
(11, 25, 318, 479),
(11, 26, 334, 509),
(11, 27, 361, 524),
(11, 28, 379, 554),
(11, 29, 398, 584),
(11, 30, 418, 614),
(11, 31, 439, 629),
(11, 32, 461, 659),
(11, 33, 494, 689),
(11, 34, 518, 704),
(11, 35, 543, 734),
(11, 36, 569, 749),
(11, 37, 596, 779),
(11, 38, 624, 809),
(11, 39, 653, 824),
(11, 40, 683, 854),
(11, 41, 714, 869),
(11, 42, 746, 899),
(11, 43, 779, 914),
(11, 44, 823, 944),
(11, 45, 858, 959),
(11, 46, 894, 989),
(11, 47, 921, 1004),
(11, 48, 959, 1019),
(11, 49, 998, 1049),
(11, 50, 1038, 1064),
(11, 51, 1079, 1079),
(11, 52, 1121, 1109),
(11, 53, 1164, 1124),
(11, 54, 1208, 1139),
(11, 55, 1253, 1154),
(11, 56, 1299, 1169),
(11, 57, 1346, 1199),
(11, 58, 1384, 1214),
(11, 59, 1433, 1229),
(11, 60, 1483, 1244),
(11, 61, 1657, 1357),
(11, 62, 1840, 1469),
(11, 63, 2020, 1582),
(11, 64, 2222, 1694),
(11, 65, 2433, 1807),
(11, 66, 2640, 1919),
(11, 67, 2872, 2032),
(11, 68, 3114, 2145),
(11, 69, 3351, 2257),
(11, 70, 3614, 2370),
(1, 71, 4720, 0),
(1, 72, 5013, 0),
(1, 73, 5325, 0),
(1, 74, 5656, 0),
(1, 75, 6008, 0),
(1, 76, 6381, 0),
(1, 77, 6778, 0),
(1, 78, 7198, 0),
(1, 79, 7646, 0),
(1, 80, 8121, 0),
(2, 71, 3629, 3097),
(2, 72, 3900, 3241),
(2, 73, 4191, 3385),
(2, 74, 4503, 3529),
(2, 75, 4839, 3673),
(2, 76, 5200, 3817),
(2, 77, 5588, 3962),
(2, 78, 6005, 4106),
(2, 79, 6453, 4250),
(2, 80, 6934, 4394),
(3, 71, 3834, 3549),
(3, 72, 4120, 3716),
(3, 73, 4427, 3882),
(3, 74, 4757, 4048),
(3, 75, 5112, 4215),
(3, 76, 5493, 4381),
(3, 77, 5903, 4547),
(3, 78, 6343, 4713),
(3, 79, 6816, 4880),
(3, 80, 7324, 5046),
(4, 71, 3980, 0),
(4, 72, 4277, 0),
(4, 73, 4596, 0),
(4, 74, 4939, 0),
(4, 75, 5307, 0),
(4, 76, 5703, 0),
(4, 77, 6128, 0),
(4, 78, 6585, 0),
(4, 79, 7076, 0),
(4, 80, 7604, 0),
(5, 71, 3644, 2744),
(5, 72, 3916, 2868),
(5, 73, 4208, 2993),
(5, 74, 4522, 3117),
(5, 75, 4859, 3242),
(5, 76, 5221, 3366),
(5, 77, 5610, 3490),
(5, 78, 6028, 3615),
(5, 79, 6477, 3739),
(5, 80, 6960, 3863),
(6, 1, 22, 0),
(6, 2, 27, 0),
(6, 3, 32, 0),
(6, 4, 37, 0),
(6, 5, 42, 0),
(6, 6, 47, 0),
(6, 7, 52, 0),
(6, 8, 58, 0),
(6, 9, 64, 0),
(6, 10, 70, 0),
(6, 11, 77, 0),
(6, 12, 84, 0),
(6, 13, 92, 0),
(6, 14, 100, 0),
(6, 15, 117, 0),
(6, 16, 127, 0),
(6, 17, 138, 0),
(6, 18, 150, 0),
(6, 19, 163, 0),
(6, 20, 177, 0),
(6, 21, 192, 0),
(6, 22, 208, 0),
(6, 23, 225, 0),
(6, 24, 239, 0),
(6, 25, 258, 0),
(6, 26, 278, 0),
(6, 27, 299, 0),
(6, 28, 321, 0),
(6, 29, 344, 0),
(6, 30, 368, 0),
(6, 31, 393, 0),
(6, 32, 419, 0),
(6, 33, 446, 0),
(6, 34, 474, 0),
(6, 35, 503, 0),
(6, 36, 533, 0),
(6, 37, 564, 0),
(6, 38, 596, 0),
(6, 39, 629, 0),
(6, 40, 698, 0),
(6, 41, 698, 0),
(6, 42, 734, 0),
(6, 43, 771, 0),
(6, 44, 809, 0),
(6, 45, 849, 0),
(6, 46, 891, 0),
(6, 47, 935, 0),
(6, 48, 981, 0),
(6, 49, 1029, 0),
(6, 50, 1079, 0),
(6, 51, 1131, 0),
(6, 52, 1185, 0),
(6, 53, 1241, 0),
(6, 54, 1299, 0),
(6, 55, 1359, 0),
(6, 56, 1421, 0),
(6, 57, 1485, 0),
(6, 58, 1551, 0),
(6, 59, 1619, 0),
(6, 60, 1689, 0),
(6, 61, 1902, 0),
(6, 62, 2129, 0),
(6, 63, 2357, 0),
(6, 64, 2612, 0),
(6, 65, 2883, 0),
(6, 66, 3169, 0),
(6, 67, 3455, 0),
(6, 68, 3774, 0),
(6, 69, 4109, 0),
(6, 70, 4444, 0),
(6, 71, 4720, 0),
(6, 72, 5013, 0),
(6, 73, 5325, 0),
(6, 74, 5656, 0),
(6, 75, 6008, 0),
(6, 76, 6381, 0),
(6, 77, 6778, 0),
(6, 78, 7199, 0),
(6, 79, 7646, 0),
(6, 80, 8121, 0),
(7, 10, 107, 175),
(7, 9, 100, 161),
(7, 8, 92, 148),
(7, 7, 85, 136),
(7, 6, 77, 125),
(7, 5, 70, 115),
(7, 4, 62, 106),
(7, 3, 55, 98),
(7, 2, 47, 91),
(7, 1, 40, 85),
(8, 71, 3646, 2343),
(8, 72, 3918, 2446),
(8, 73, 4210, 2549),
(8, 74, 4524, 2652),
(8, 75, 4861, 2754),
(8, 76, 5223, 2857),
(8, 77, 5612, 2960),
(8, 78, 6030, 3063),
(8, 79, 6480, 3165),
(8, 80, 6963, 3268),
(9, 71, 3750, 2739),
(9, 72, 4025, 2863),
(9, 73, 4330, 2987),
(9, 74, 4646, 3111),
(9, 75, 4997, 3235),
(9, 76, 5373, 3360),
(9, 77, 5774, 3483),
(9, 78, 6207, 3608),
(9, 79, 6667, 3732),
(9, 80, 7136, 3856),
(11, 71, 3883, 2482),
(11, 72, 4172, 2595),
(11, 73, 4483, 2708),
(11, 74, 4817, 2820),
(11, 75, 5176, 2933),
(11, 76, 5562, 3045),
(11, 77, 5977, 3158),
(11, 78, 6423, 3270),
(11, 79, 6902, 3383),
(11, 80, 7417, 3496);
CREATE TABLE IF NOT EXISTS `player_factionchange_achievement` (
`alliance_id` int(8) NOT NULL,
`horde_id` int(8) NOT NULL,
PRIMARY KEY (`alliance_id`,`horde_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `player_factionchange_achievement` (`alliance_id`, `horde_id`) VALUES
(33, 1358),
(34, 1356),
(35, 1359),
(37, 1357),
(41, 1360),
(58, 593),
(202, 1502),
(203, 1251),
(206, 1252),
(220, 873),
(225, 1164),
(230, 1175),
(246, 1005),
(388, 1006),
(433, 443),
(434, 445),
(435, 444),
(436, 447),
(437, 448),
(438, 469),
(439, 451),
(440, 452),
(441, 450),
(442, 454),
(470, 468),
(471, 453),
(472, 449),
(473, 446),
(604, 603),
(610, 615),
(611, 616),
(612, 617),
(613, 618),
(614, 619),
(701, 700),
(707, 706),
(709, 708),
(711, 710),
(713, 712),
(764, 763),
(873, 220),
(899, 901),
(907, 714),
(908, 909),
(942, 943),
(948, 762),
(963, 965),
(966, 967),
(969, 968),
(970, 971),
(1012, 1011),
(1022, 1025),
(1023, 1026),
(1024, 1027),
(1028, 1031),
(1029, 1032),
(1030, 1033),
(1034, 1036),
(1035, 1037),
(1038, 1039),
(1040, 1041),
(1151, 224),
(1167, 1168),
(1169, 1170),
(1172, 1173),
(1184, 1203),
(1189, 1271),
(1191, 1272),
(1192, 1273),
(1255, 259),
(1262, 1274),
(1279, 1280),
(1280, 1279),
(1466, 926),
(1563, 1784),
(1656, 1657),
(1676, 1677),
(1678, 1680),
(1681, 1682),
(1684, 1683),
(1686, 1685),
(1692, 1691),
(1697, 1698),
(1707, 1693),
(1737, 2476),
(1752, 2776),
(1757, 2200),
(1762, 2192),
(1782, 1783),
(2016, 2017),
(2144, 2145),
(2194, 2195),
(2419, 2497),
(2421, 2420),
(2536, 2537),
(2760, 2768),
(2761, 2767),
(2762, 2766),
(2763, 2769),
(2764, 2765),
(2770, 2771),
(2777, 2786),
(2778, 2785),
(2779, 2784),
(2780, 2787),
(2781, 2783),
(2782, 2788),
(2797, 2798),
(2817, 2816),
(3356, 3357),
(3478, 3656),
(3556, 3557),
(3576, 3577),
(3580, 3581),
(3596, 3597),
(3676, 3677),
(3846, 4176),
(3851, 4177),
(3856, 4256),
(3857, 3957),
(4156, 4079),
(4296, 3778),
(4298, 4297),
(4436, 4437),
(4784, 4785),
(4786, 4790);
CREATE TABLE IF NOT EXISTS `player_factionchange_items` (
`race_A` int(8) NOT NULL,
`alliance_id` int(8) NOT NULL,
`commentA` text,
`race_H` int(8) NOT NULL,
`horde_id` int(8) NOT NULL,
`commentH` text,
PRIMARY KEY (`alliance_id`,`horde_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `player_factionchange_items` (`race_A`, `alliance_id`, `commentA`, `race_H`, `horde_id`, `commentH`) VALUES
(0, 15196, 'Private\'s Tabard', 0, 15197, 'Scout\'s Tabard'),
(0, 19032, 'Stormpike Battle Tabard', 0, 19031, 'Frostwolf Battle Tabard'),
(0, 19506, 'Silverwing Battle Tabard', 0, 19505, 'Warsong Battle Tabard'),
(0, 20132, 'Arathor Battle Tabard', 0, 20131, 'Battle Tabard of the Defilers'),
(0, 23999, 'Honor Hold Tabard', 0, 24004, 'Thrallmar Tabard'),
(0, 28234, 'Medallion of the Alliance(115)', 0, 28240, 'Medallion of the Horde(115)'),
(0, 28235, 'Medallion of the Alliance(115)', 0, 28241, 'Medallion of the Horde(115)'),
(0, 28236, 'Medallion of the Alliance(115)', 0, 28242, 'Medallion of the Horde(115)'),
(0, 28237, 'Medallion of the Alliance(115)', 0, 28243, 'Medallion of the Horde(115)'),
(0, 28238, 'Medallion of the Alliance(115)', 0, 28239, 'Medallion of the Horde(115)'),
(0, 28379, 'Sergeant\'s Heavy Cape(123)', 0, 28378, 'Sergeant\'s Heavy Cape(123)'),
(0, 28380, 'Sergeant\'s Heavy Cloak(123)', 0, 28377, 'Sergeant\'s Heavy Cloak(123)'),
(0, 28952, 'Grand Marshal\'s Quickblade(115)', 0, 28926, 'High Warlord\'s Quickblade(115)'),
(0, 28954, 'Grand Marshal\'s Shanker(115)', 0, 28929, 'High Warlord\'s Shanker(115)'),
(0, 28955, 'Grand Marshal\'s Shiv(115)', 0, 28930, 'High Warlord\'s Shiv(115)'),
(0, 29136, 'Far Seer\'s Helm(115)', 0, 29135, 'Earthcaller\'s Headdress(115)'),
(0, 29140, 'Cloak of the Ancient Spirits(115)', 0, 29139, 'Ceremonial Cover(115)'),
(0, 29142, 'Kurenai Kilt(115)', 0, 29141, 'Tempest Leggings(115)'),
(0, 29144, 'Worg Hide Quiver(109)', 0, 29143, 'Clefthoof Hide Quiver(109)'),
(0, 29146, 'Band of Elemental Spirits(115)', 0, 29145, 'Band of Ancestral Spirits(115)'),
(0, 29148, 'Blackened Leather Spaulders(115)', 0, 29147, 'Talbuk Hide Spaulders(115)'),
(0, 29153, 'Blade of the Archmage(100)', 0, 29155, 'Stormcaller(100)'),
(0, 29166, 'Hellforged Halberd(115)', 0, 29167, 'Blackened Spear(115)'),
(0, 29169, 'Ring of Convalescence(115)', 0, 29168, 'Ancestral Band(115)'),
(0, 30348, 'Medallion of the Alliance(115)', 0, 30343, 'Medallion of the Horde(115)'),
(0, 30349, 'Medallion of the Alliance(115)', 0, 30346, 'Medallion of the Horde(115)'),
(0, 30350, 'Medallion of the Alliance(115)', 0, 30344, 'Medallion of the Horde(115)'),
(0, 30351, 'Medallion of the Alliance(115)', 0, 30345, 'Medallion of the Horde(115)'),
(0, 30597, 'Halaani Claymore(114)', 0, 30570, 'Arkadian Claymore(114)'),
(0, 30599, 'Avenging Blades(108)', 0, 30568, 'The Sharp Cookie(108)'),
(0, 31774, 'Kurenai Tabard', 0, 31773, 'Mag\'har Tabard'),
(0, 37864, 'Medallion of the Alliance(128)', 0, 37865, 'Medallion of the Horde(128)'),
(0, 38453, 'Shield of the Lion-hearted(166)', 0, 38452, 'Bulwark of the Warchief(166)'),
(0, 38455, 'Hammer of the Alliance Vanguard(166)', 0, 38454, 'Warsong Punisher(166)'),
(0, 38459, 'Orb of the Eastern Kingdoms(166)', 0, 38458, 'Darkspear Orb(166)'),
(0, 38463, 'Lordaeron\'s Resolve(166)', 0, 38462, 'Warsong Stormshield(166)'),
(0, 38465, 'Vanguard Soldier\'s Dagger(166)', 0, 38461, 'Warsong Shanker(166)'),
(0, 38589, 'Medallion of the Alliance(115)', 0, 38588, 'Medallion of the Horde(115)'),
(0, 42123, 'Medallion of the Alliance(200)', 0, 42122, 'Medallion of the Horde(200)'),
(0, 42124, 'Medallion of the Alliance(226)', 0, 42126, 'Medallion of the Horde(226)'),
(0, 44413, 'Mekgineer\'s Chopper', 0, 41508, 'Mechano-hog'),
(0, 45011, 'Stormwind Banner', 0, 45014, 'Orgrimmar Banner'),
(0, 45018, 'Ironforge Banner', 0, 45015, 'Sen\'jin Banner'),
(0, 45019, 'Gnomeregan Banner', 0, 45013, 'Thunder Bluff Banner'),
(0, 45020, 'Exodar Banner', 0, 45017, 'Silvermoon City Banner'),
(0, 45021, 'Darnassus Banner', 0, 45016, 'Undercity Banner'),
(0, 45074, 'Claymore of the Prophet(200)', 0, 45205, 'Greatsword of the Sin\'dorei(200)'),
(0, 45075, 'Ironforge Smasher(200)', 0, 45203, 'Grimhorn Crusher(200)'),
(0, 45076, 'Teldrassil Protector(200)', 0, 45204, 'Axe of the Sen\'jin Protector(200)'),
(0, 45077, 'Dagger of the Rising Moon(200)', 0, 45222, 'Spinal Destroyer(200)'),
(0, 45078, 'Dagger of Lunar Purity(200)', 0, 45214, 'Scalpel of the Royal Apothecary(200)'),
(0, 45128, 'Silvery Sylvan Stave(200)', 0, 45212, 'Staff of Feral Furies(200)'),
(0, 45129, 'Gnomeregan Bonechopper(200)', 0, 45208, 'Blade of the Keening Banshee(200)'),
(0, 45130, 'Blunderbuss of Khaz Modan(200)', 0, 45210, 'Sen\'jin Beakblade Longrifle(200)'),
(0, 45131, 'Jouster\'s Fury(200)', 0, 45219, 'Jouster\'s Fury(200)'),
(0, 45152, 'Pendant of Azure Dreams(200)', 0, 45223, 'Razor\'s Edge Pendant(200)'),
(0, 45153, 'Susurrating Shell Necklace(200)', 0, 45206, 'Choker of Feral Fury(200)'),
(0, 45154, 'Necklace of Valiant Blood(200)', 0, 45213, 'Pendant of Emerald Crusader(200)'),
(0, 45155, 'Choker of Spiral Focus(200)', 0, 45207, 'Necklace of Stolen Skulls(200)'),
(0, 45156, 'Sash of Shattering Hearts(200)', 0, 45209, 'Sash of Trumpted Pride(200)'),
(0, 45159, 'Treads of Nimble Evasion(200)', 0, 45220, 'Treads of the Earnest Squire(200)'),
(0, 45160, 'Girdle of Valorous Defeat(200)', 0, 45217, 'Clinch of Savage Fury(200)'),
(0, 45163, 'Stanchions of Unseatable Furor(200)', 0, 45218, 'Blood-Caked Stompers(200)'),
(0, 45181, 'Wrap of the Everliving Tree(200)', 0, 45211, 'Waistguard of Equine Fury(200)'),
(0, 45182, 'Gauntlets of Shattered Pride(200)', 0, 45216, 'Gauntlets of Mending Touch(200)'),
(0, 45183, 'Treads of the Glorious Spirit(200)', 0, 45221, 'Treads of Whispering Dreams(200)'),
(0, 45184, 'Cinch of Bonded Servitude(200)', 0, 45215, 'Links of Unquenched Savagery(200)'),
(0, 45574, 'Stormwind Tabard', 0, 45581, 'Orgrimmar Tabard'),
(0, 45577, 'Ironforge Tabard', 0, 45582, 'Sen\'jin Tabard'),
(0, 45578, 'Gnomeregan Tabard', 0, 45584, 'Thunder Bluff Tabard'),
(0, 45579, 'Darnassus Tabard', 0, 45583, 'Undercity Tabard'),
(0, 45580, 'Exodar Tabard', 0, 45585, 'Silvermoon City Tabard'),
(0, 46817, 'Silver Covenant Tabard', 0, 46818, 'Sunreaver Tabard'),
(0, 46958, 'Steel Bladebreaker(245)', 0, 47255, 'Stygian Bladebreaker(245)'),
(0, 46959, 'Band of the Violent Temperment(245)', 0, 47252, 'Ring of the Violent Temperament(245)'),
(0, 46960, 'Breastplate of Cruel Intent(245)', 0, 47251, 'Cuirass of Cruel Intent(245)'),
(0, 46961, 'Boneshatter Armplates(245)', 0, 47253, 'Boneshatter Vambraces(245)'),
(0, 46962, 'Chestplate of the Towering Monstrosity(245)', 0, 47254, 'Hauberk of the Towering Monstrosity(245)'),
(0, 46963, 'Crystal Plated Vanguard(245)', 0, 47260, 'Forlorn Barrier(245)'),
(0, 46964, 'Crystal Plated Vanguard(258)', 0, 47421, 'Forlorn Barrier(258)'),
(0, 46965, 'Breastplate of Cruel Intent(258)', 0, 47412, 'Cuirass of Cruel Intent(258)'),
(0, 46966, 'Band of the Violent Temperment(258)', 0, 47413, 'Ring of the Violent Temperament(258)'),
(0, 46967, 'Boneshatter Armplates(258)', 0, 47414, 'Boneshatter Vambraces(258)'),
(0, 46968, 'Chestplate of the Towering Monstrosity(258)', 0, 47415, 'Hauberk of the Towering Monstrosity(258)'),
(0, 46969, 'Steel Bladebreaker(258)', 0, 47416, 'Stygian Bladebreaker(258)'),
(0, 46970, 'Drape of the Untamed Predator(245)', 0, 47257, 'Cloak of the Untamed Predator(245)'),
(0, 46971, 'Drape of the Untamed Predator(258)', 0, 47418, 'Cloak of the Untamed Predator(258)'),
(0, 46972, 'Cord of the Tenebrous Mist(245)', 0, 47258, 'Belt of the Tenebrous Mist(245)'),
(0, 46973, 'Cord of the Tenebrous Mist(258)', 0, 47419, 'Belt of the Tenebrous Mist(258)'),
(0, 46974, 'Leggings of the Broken Beast(245)', 0, 47259, 'Legwraps of the Broken Beast(245)'),
(0, 46975, 'Leggings of the Broken Beast(258)', 0, 47420, 'Legwraps of the Broken Beast(258)'),
(0, 46976, 'Shawl of the Refreshing Winds(245)', 0, 47256, 'Drape of the Refreshing Winds(245)'),
(0, 46977, 'Shawl of the Refreshing Winds(258)', 0, 47417, 'Drape of the Refreshing Winds(258)'),
(0, 46979, 'Blade of Tarasque(245)', 0, 47261, 'Barb of Tarasque(245)'),
(0, 46980, 'Blade of Tarasque(258)', 0, 47422, 'Barb of Tarasque(258)'),
(0, 46985, 'Boots of the Courageous(245)', 0, 47263, 'Sabatons of the Courageous(245)'),
(0, 46986, 'Boots of the Courageous(258)', 0, 47424, 'Sabatons of the Courageous(258)'),
(0, 46988, 'Boots of the Unrelenting Storm(245)', 0, 47262, 'Boots of the Harsh Winter(245)'),
(0, 46989, 'Boots of the Unrelenting Storm(258)', 0, 47423, 'Boots of the Harsh Winter(258)'),
(0, 46990, 'Belt of the Ice Burrower(245)', 0, 47265, 'Binding of the Ice Burrower(245)'),
(0, 46991, 'Belt of the Ice Burrower(258)', 0, 47426, 'Binding of the Ice Burrower(258)'),
(0, 46992, 'Flowing Vestments of Ascent(245)', 0, 47264, 'Flowing Robes of Ascent(245)'),
(0, 46993, 'Flowing Vestments of Ascent(258)', 0, 47425, 'Flowing Robes of Ascent(258)'),
(0, 46994, 'Talonstrike(245)', 0, 47267, 'Death\'s Head Crossbow(245)'),
(0, 46995, 'Talonstrike(258)', 0, 47428, 'Death\'s Head Crossbow(258)'),
(0, 46996, 'Lionhead Slasher(245)', 0, 47266, 'Blood Fury(245)'),
(0, 46997, 'Dawnbreaker Greaves(245)', 0, 47269, 'Dawnbreaker Sabatons(245)'),
(0, 46999, 'Bloodbath Belt(245)', 0, 47268, 'Bloodbath Girdle(245)'),
(0, 47000, 'Cuirass of Calamitous Fate(245)', 0, 47270, 'Vest of Calamitous Fate(245)'),
(0, 47001, 'Lionhead Slasher(258)', 0, 47427, 'Blood Fury(258)'),
(0, 47002, 'Bloodbath Belt(258)', 0, 47429, 'Bloodbath Girdle(258)'),
(0, 47004, 'Cuirass of Calamitous Fate(258)', 0, 47431, 'Vest of Calamitous Fate(258)'),
(0, 47041, 'Solace of the Defeated(245)', 0, 47271, 'Solace of the Fallen(245)'),
(0, 47042, 'Pride of the Eredar(245)', 0, 47275, 'Pride of the Demon Lord(245)'),
(0, 47043, 'Charge of the Demon Lord(245)', 0, 47272, 'Charge of the Eredar(245)'),
(0, 47051, 'Leggings of the Soothing Touch(245)', 0, 47274, 'Pants of the Soothing Touch(245)'),
(0, 47052, 'Legguards of Feverish Dedication(245)', 0, 47273, 'Legplates of Feverish Dedication(245)'),
(0, 47053, 'Symbol of Transgression(245)', 0, 47276, 'Talisman of Heedless Sins(245)'),
(0, 47054, 'Band of Deplorable Violence(245)', 0, 47327, 'Lurid Manifestation(245)'),
(0, 47055, 'Bracers of the Autumn Willow(245)', 0, 47277, 'Bindings of the Autumn Willow(245)'),
(0, 47056, 'Bracers of Cloudy Omen(245)', 0, 47280, 'Legplates of Feverish Dedication(245)'),
(0, 47057, 'Legplates of Failing Light(245)', 0, 47279, 'Leggings of Failing Light(245)'),
(0, 47059, 'Solace of the Defeated(258)', 0, 47432, 'Solace of the Fallen(258)'),
(0, 47060, 'Charge of the Demon Lord(258)', 0, 47433, 'Charge of the Eredar(258)'),
(0, 47061, 'Legguards of Feverish Dedication(258)', 0, 47434, 'Legplates of Feverish Dedication(258)'),
(0, 47062, 'Leggings of the Soothing Touch(258)', 0, 47435, 'Pants of the Soothing Touch(258)'),
(0, 47063, 'Pride of the Eredar(258)', 0, 47436, 'Pride of the Demon Lord(258)'),
(0, 47064, 'Symbol of Transgression(258)', 0, 47437, 'Talisman of Heedless Sins(258)'),
(0, 47066, 'Bracers of the Autumn Willow(258)', 0, 47438, 'Bindings of the Autumn Willow(258)'),
(0, 47067, 'Legplates of Failing Light(258)', 0, 47440, 'Leggings of Failing Light(258)'),
(0, 47068, 'Bracers of Cloudy Omen(258)', 0, 47441, 'Wristwraps of Cloudy Omen(258)'),
(0, 47069, 'Justicebringer(245)', 0, 47285, 'Dual-blade Butcher(245)'),
(0, 47070, 'Ring of Callous Aggression(245)', 0, 47282, 'Band of Callous Aggression(245)'),
(0, 47071, 'Treads of the Icewalker(245)', 0, 47284, 'Icewalker Treads(245)'),
(0, 47072, 'Girdle of Bloodied Scars(245)', 0, 47283, 'Belt of Bloodied Scars(245)'),
(0, 47073, 'Bracers of the Untold Massacre(245)', 0, 47281, 'Bracers of the Silent Massacre(245)'),
(0, 47074, 'Bracers of the Untold Massacre(258)', 0, 47442, 'Bracers of the Silent Massacre(258)'),
(0, 47075, 'Ring of Callous Aggression(258)', 0, 47443, 'Band of Callous Aggression(258)'),
(0, 47076, 'Girdle of Bloodied Scars(258)', 0, 47444, 'Belt of Bloodied Scars(258)'),
(0, 47077, 'Treads of the Icewalker(258)', 0, 47445, 'Icewalker Treads(258)'),
(0, 47078, 'Justicebringer(258)', 0, 47446, 'Dual-blade Butcher(258)'),
(0, 47079, 'Bastion of Purity(245)', 0, 47287, 'Bastion of Resolve(245)'),
(0, 47080, 'Satrina\'s Impeding Scarab(245)', 0, 47290, 'Juggernaut\'s Vitality(245)'),
(0, 47081, 'Cord of Biting Cold(245)', 0, 47286, 'Belt of Biting Cold(245)'),
(0, 47082, 'Chestplate of the Frostborn Hero(245)', 0, 47288, 'Chestplate of the Frostwolf Hero(245)'),
(0, 47083, 'Legguards of Concealed Hatred(245)', 0, 47289, 'Leggings of Concealed Hatred(245)'),
(0, 47084, 'Cord of Biting Cold(258)', 0, 47447, 'Belt of Biting Cold(258)'),
(0, 47085, 'Bastion of Purity(258)', 0, 47448, 'Bastion of Resolve(258)'),
(0, 47086, 'Chestplate of the Frostborn Hero(258)', 0, 47449, 'Chestplate of the Frostwolf Hero(258)'),
(0, 47087, 'Legguards of Concealed Hatred(258)', 0, 47450, 'Leggings of Concealed Hatred(258)'),
(0, 47088, 'Satrina\'s Impeding Scarab(258)', 0, 47451, 'Juggernaut\'s Vitality(258)'),
(0, 47089, 'Cloak of Displacement(245)', 0, 47291, 'Shroud of Displacement(245)'),
(0, 47090, 'Boots of Tremoring Earth(245)', 0, 47295, 'Sabatons of Tremoring Earth(245)'),
(0, 47092, 'Boots of the Mourning Widow(245)', 0, 47293, 'Sandals of the Mourning Widow(245)'),
(0, 47093, 'Vambraces of the Broken Bond(245)', 0, 47294, 'Bracers of the Broken Bond(245)'),
(0, 47094, 'Vestments of the Shattered Fellowship(245)', 0, 47292, 'Robes of the Shattered Fellowship(245)'),
(0, 47095, 'Cloak of Displacement(258)', 0, 47452, 'Shroud of Displacement(258)'),
(0, 47096, 'Vestments of the Shattered Fellowship(258)', 0, 47453, 'Robes of the Shattered Fellowship(258)'),
(0, 47097, 'Boots of the Mourning Widow(258)', 0, 47454, 'Sandals of the Mourning Widow(258)'),
(0, 47098, 'Vambraces of the Broken Bond(258)', 0, 47455, 'Bracers of the Broken Bond(258)'),
(0, 47099, 'Boots of Tremoring Earth(258)', 0, 47456, 'Sabatons of Tremoring Earth(258)'),
(0, 47104, 'Twin Spike(245)', 0, 47300, 'Gouge of the Frigid Heart(245)'),
(0, 47105, 'The Executioner\'s Malice(245)', 0, 47297, 'The Executioner\'s Vice(245)'),
(0, 47106, 'Sabatons of Ruthless Judgment(245)', 0, 47296, 'Greaves of Ruthless Judgment(245)'),
(0, 47107, 'Belt of the Merciless Killer(245)', 0, 47299, 'Belt of the Pitiless Killer(245)'),
(0, 47108, 'Bracers of the Shieldmaiden(245)', 0, 47298, 'Armguards of the Shieldmaiden(245)'),
(0, 47109, 'Sabatons of Ruthless Judgment(258)', 0, 47457, 'Greaves of Ruthless Judgment(258)'),
(0, 47110, 'The Executioner\'s Malice(258)', 0, 47458, 'The Executioner\'s Vice(258)'),
(0, 47111, 'Bracers of the Shieldmaiden(258)', 0, 47459, 'Armguards of the Shieldmaiden(258)'),
(0, 47112, 'Belt of the Merciless Killer(258)', 0, 47460, 'Belt of the Pitiless Killer(258)'),
(0, 47113, 'Twin Spike(258)', 0, 47461, 'Gouge of the Frigid Heart(258)'),
(0, 47114, 'Lupine Longstaff(245)', 0, 47302, 'Twin\'s Pact(245)'),
(0, 47115, 'Death\'s Verdict(245)', 0, 47303, 'Death\'s Choice(245)'),
(0, 47116, 'The Arbiter\'s Muse(245)', 0, 47305, 'Legionnaire\'s Gorget(245)'),
(0, 47121, 'Legguards of Ascension(245)', 0, 47304, 'Legplates of Ascension(245)'),
(0, 47126, 'Skyweaver Robes(245)', 0, 47301, 'Skyweaver Vestments(245)'),
(0, 47129, 'Skyweaver Robes(258)', 0, 47462, 'Skyweaver Vestments(258)'),
(0, 47130, 'Lupine Longstaff(258)', 0, 47463, 'Twin\'s Pact(258)'),
(0, 47131, 'Death\'s Verdict(258)', 0, 47464, 'Death\'s Choice(258)'),
(0, 47132, 'Legguards of Ascension(258)', 0, 47465, 'Legplates of Ascension(258)'),
(0, 47133, 'The Arbiter\'s Muse(258)', 0, 47466, 'Legionnaire\'s Gorget(258)'),
(0, 47138, 'Chalice of Searing Light(245)', 0, 47309, 'Mystifying Charm(245)'),
(0, 47139, 'Wail of the Valkyr(245)', 0, 47307, 'Cry of the Valkyr(245)'),
(0, 47140, 'Cord of Pale Thorns(245)', 0, 47308, 'Belt of Pale Thorns(245)'),
(0, 47141, 'Bindings of Dark Essence(245)', 0, 47306, 'Dark Essence Bindings(245)'),
(0, 47142, 'Breastplate of the Frozen Lake(245)', 0, 47310, 'Chestplate of the Frozen Lake(245)'),
(0, 47143, 'Bindings of Dark Essence(258)', 0, 47467, 'Dark Essence Bindings(258)'),
(0, 47144, 'Wail of the Val\'kyr(258)', 0, 47468, 'Cry of the Val\'kyr(258)'),
(0, 47145, 'Cord of Pale Thorns(258)', 0, 47469, 'Belt of Pale Thorns(258)'),
(0, 47146, 'Chalice of Searing Light(258)', 0, 47470, 'Mystifying Charm(258)'),
(0, 47147, 'Breastplate of the Frozen Lake(258)', 0, 47471, 'Chestplate of the Frozen Lake(258)'),
(0, 47148, 'Stormpike Cleaver(245)', 0, 47314, 'Hellscream Slicer(245)'),
(0, 47149, 'Signet of the Traitor King(245)', 0, 47315, 'Band of the Traitor King(245)'),
(0, 47150, 'Greaves of the 7th Legion(245)', 0, 47312, 'Greaves of the Saronite Citadel(245)'),
(0, 47151, 'Bracers of Dark Determination(245)', 0, 47313, 'Armbands of Dark Determination(245)'),
(0, 47152, 'Belt of Deathly Dominion(245)', 0, 47311, 'Waistguard of Deathly Dominion(245)'),
(0, 47153, 'Belt of Deathly Dominion(258)', 0, 47472, 'Waistguard of Deathly Dominion(258)'),
(0, 47154, 'Greaves of the 7th Legion(258)', 0, 47473, 'Greaves of the Saronite Citadel(258)'),
(0, 47155, 'Bracers of Dark Determination(258)', 0, 47474, 'Armbands of Dark Determination(258)'),
(0, 47156, 'Stormpike Cleaver(258)', 0, 47475, 'Hellscream Slicer(258)'),
(0, 47157, 'Signet of the Traitor King(258)', 0, 47476, 'Band of the Traitor King(258)'),
(0, 47182, 'Reign of the Unliving(245)', 0, 47316, 'Reign of the Dead(245)'),
(0, 47183, 'Strength of the Nerub(245)', 0, 47320, 'Might of the Nerub(245)'),
(0, 47184, 'Legguards of the Lurking Threat(245)', 0, 47319, 'Leggings of the Lurking Threat(245)'),
(0, 47186, 'Legwraps of the Awakening(245)', 0, 47318, 'Leggings of the Awakening(245)'),
(0, 47187, 'Leggings of the Deepening Void(245)', 0, 47317, 'Breeches of the Deepening Void(245)'),
(0, 47188, 'Reign of the Unliving(258)', 0, 47477, 'Reign of the Dead(258)'),
(0, 47189, 'Leggings of the Deepening Void(258)', 0, 47478, 'Breeches of the Deepening Void(258)'),
(0, 47190, 'Legwraps of the Awakening(258)', 0, 47479, 'Leggings of the Awakening(258)'),
(0, 47191, 'Legguards of the Lurking Threat(258)', 0, 47480, 'Leggings of the Lurking Threat(258)'),
(0, 47192, 'Strength of the Nerub(258)', 0, 47481, 'Might of the Nerub(258)'),
(0, 47193, 'Misery\'s End(245)', 0, 47322, 'Suffering\'s End(245)'),
(0, 47194, 'Footpads of the Icy Floe(245)', 0, 47321, 'Boots of the Icy Floe(245)'),
(0, 47195, 'Belt of the Forgotten Martyr(245)', 0, 47323, 'Girdle of the Forgotten Martyr(245)'),
(0, 47203, 'Armbands of the Ashen Saint(245)', 0, 47324, 'Bindings of the Ashen Saint(245)'),
(0, 47204, 'Chestguard of Flowing Elements(245)', 0, 47325, 'Cuirass of Flowing Elements(245)'),
(0, 47205, 'Footpads of the Icy Floe(258)', 0, 47482, 'Boots of the Icy Floe(258)'),
(0, 47206, 'Misery\'s End(258)', 0, 47483, 'Suffering\'s End(258)'),
(0, 47207, 'Belt of the Forgotten Martyr(258)', 0, 47484, 'Girdle of the Forgotten Martyr(258)'),
(0, 47208, 'Armbands of the Ashen Saint(258)', 0, 47485, 'Bindings of the Ashen Saint(258)'),
(0, 47209, 'Chestguard of Flowing Elements(258)', 0, 47486, 'Cuirass of Flowing Elements(258)'),
(0, 47223, 'Ring of the Darkmender(245)', 0, 47278, 'Circle of the Darkmender(245)'),
(0, 47224, 'Ring of the Darkmender(258)', 0, 47439, 'Circle of the Darkmender(258)'),
(0, 47225, 'Maiden\'s Favor(245)', 0, 47328, 'Maiden\'s Adoration(245)'),
(0, 47233, 'Archon Glaive(245)', 0, 47329, 'Hellion Glaive(245)'),
(0, 47234, 'Gloves of Bitter Reprisal(245)', 0, 47330, 'Gauntlets of Bitter Reprisal(245)'),
(0, 47235, 'Gloves of the Lifeless Touch(245)', 0, 47326, 'Handwraps of the Lifeless Touch(245)'),
(0, 47236, 'Gloves of the Lifeless Touch(258)', 0, 47487, 'Handwraps of the Lifeless Touch(258)'),
(0, 47237, 'Band of Deplorable Violence(258)', 0, 47489, 'Lurid Manifestation(258)'),
(0, 47238, 'Maiden\'s Favor(258)', 0, 47490, 'Maiden\'s Adoration(258)'),
(0, 47239, 'Archon Glaive(258)', 0, 47491, 'Hellion Glaive(258)'),
(0, 47240, 'Gloves of Bitter Reprisal(258)', 0, 47492, 'Gauntlets of Bitter Reprisal(258)'),
(0, 47506, 'Silverwing Defender(258)', 0, 47513, 'Orgrim\'s Deflector(258)'),
(0, 47515, 'Decimation(258)', 0, 47516, 'Fleshrender(258)'),
(0, 47517, 'Blade of the Unbroken Covenant(258)', 0, 47518, 'Mortalis(258)'),
(0, 47519, 'Catastrophe(258)', 0, 47520, 'Grievance(258)'),
(0, 47521, 'BRK-1000(258)', 0, 47523, 'Fezzik\'s Autocannon(258)'),
(0, 47524, 'Clemency(258)', 0, 47525, 'Sufferance(258)'),
(0, 47526, 'Remorseless(258)', 0, 47528, 'Cudgel of the Damned(258)'),
(0, 47545, 'Vereesa\'s Dexterity(272)', 0, 47546, 'Sylvanas\' Cunning(272)'),
(0, 47547, 'Varian\'s Furor(272)', 0, 47548, 'Garrosh\'s Rage(272)'),
(0, 47549, 'Magni\'s Resolution(272)', 0, 47550, 'Cairne\'s Endurance(272)'),
(0, 47552, 'Jaina\'s Radiance(272)', 0, 47551, 'Aethas\' Intensity(272)'),
(0, 47553, 'Bolvar\'s Devotion(272)', 0, 47554, 'Lady Liadrin\'s Conviction(272)'),
(0, 47570, 'Saronite Swordbreakers(245)', 0, 47571, 'Saronite Swordbreakers(245)'),
(0, 47572, 'Titanium Spikeguards(245)', 0, 47573, 'Titanium Spikeguards(245)'),
(0, 47574, 'Sunforged Bracers(245)', 0, 47575, 'Sunforged Bracers(245)'),
(0, 47576, 'Crusader\'s Dragonscale Bracers(245)', 0, 47577, 'Crusader\'s Dragonscale Bracers(245)'),
(0, 47578, 'Carnivorous Band(232)', 0, 47854, 'Gormok\'s Band(232)'),
(0, 47579, 'Black Chitin Bracers(245)', 0, 47580, 'Black Chitin Bracers(245)'),
(0, 47581, 'Bracers of Swift Death(245)', 0, 47582, 'Bracers of Swift Death(245)'),
(0, 47583, 'Moonshadow Armguards(245)', 0, 47584, 'Moonshadow Armguards(245)'),
(0, 47585, 'Bejeweled Wizard\'s Bracers(245)', 0, 47586, 'Bejeweled Wizard\'s Bracers(245)'),
(0, 47587, 'Royal Moonshroud Bracers(245)', 0, 47588, 'Royal Moonshroud Bracers(245)'),
(0, 47589, 'Titanium Razorplate(245)', 0, 47590, 'Titanium Razorplate(245)'),
(0, 47591, 'Breastplate of the White Knight(245)', 0, 47592, 'Breastplate of the White Knight(245)'),
(0, 47593, 'Sunforged Breastplate(245)', 0, 47594, 'Sunforged Breastplate(245)'),
(0, 47595, 'Crusader\'s Dragonscale Breastplate(245)', 0, 47596, 'Crusader\'s Dragonscale Breastplate(245)'),
(0, 47597, 'Ensorcelled Nerubian Breastplate(245)', 0, 47598, 'Ensorcelled Nerubian Breastplate(245)'),
(0, 47599, 'Knightbane Carapace(245)', 0, 47600, 'Knightbane Carapace(245)'),
(0, 47602, 'Lunar Eclipse Chestguard(245)', 0, 47601, 'Lunar Eclipse Chestguard(245)'),
(0, 47603, 'Merlin\'s Robe(245)', 0, 47604, 'Merlin\'s Robe(245)'),
(0, 47605, 'Royal Moonshroud Robe(245)', 0, 47606, 'Royal Moonshroud Robe(245)'),
(0, 47607, 'Collar of Ceaseless Torment(232)', 0, 47849, 'Collar of Unending Torment(232)'),
(0, 47608, 'Acidmaw Boots(232)', 0, 47853, 'Acidmaw Treads(232)'),
(0, 47609, 'Gauntlets of Rising Anger(232)', 0, 47851, 'Gauntlets of Mounting Anger(232)'),
(0, 47610, 'Armbands of the Northern Stalker(232)', 0, 47850, 'Bracers of the Northern Stalker(232)'),
(0, 47611, 'Dreadscale Armguards(232)', 0, 47852, 'Dreadscale Bracers(232)'),
(0, 47612, 'Rod of Imprisoned Souls(232)', 0, 47856, 'Scepter of Imprisoned Souls(232)'),
(0, 47613, 'Shoulderpads of the Glacial Wilds(232)', 0, 47857, 'Pauldrons of the Glacial Wilds(232)'),
(0, 47614, 'Girdle of the Impaler(232)', 0, 47859, 'Belt of the Impaler(232)'),
(0, 47615, 'Belt of the Frozen Reach(232)', 0, 47858, 'Girdle of the Frozen Reach(232)'),
(0, 47616, 'Shoulderguards of the Spirit Walker(232)', 0, 47860, 'Pauldrons of the Spirit Walker(232)'),
(0, 47617, 'Icehowl Cinch(232)', 0, 47855, 'Icehowl Binding(232)'),
(0, 47618, 'Firestorm Ring(232)', 0, 47862, 'Firestorm Band(232)'),
(0, 47619, 'Amulet of Binding Elements(232)', 0, 47864, 'Pendant of Binding Elements(232)'),
(0, 47620, 'Leggings of the Demonic Messenger(232)', 0, 47865, 'Legwraps of the Demonic Messenger(232)'),
(0, 47621, 'Girdle of the Farseer(232)', 0, 47866, 'Darkspear Ritual Binding(232)'),
(0, 47622, 'Plans: Breastplate of the White Knight(85)', 0, 47640, 'Plans: Breastplate of the White Knight(85)'),
(0, 47623, 'Plans: Saronite Swordbreakers(85)', 0, 47641, 'Plans: Saronite Swordbreakers(85)'),
(0, 47624, 'Plans: Titanium Razorplate(85)', 0, 47644, 'Plans: Titanium Razorplate(85)'),
(0, 47625, 'Plans: Titanium Spikeguards(85)', 0, 47645, 'Plans: Titanium Spikeguards(85)'),
(0, 47626, 'Plans: Sunforged Breastplate', 0, 47643, 'Plans: Sunforged Breastplate'),
(0, 47627, 'Plans: Sunforged Bracers(85)', 0, 47642, 'Plans: Sunforged Bracers(85)'),
(0, 47628, 'Pattern: Ensorcelled Nerubian Breastplate(85)', 0, 47650, 'Pattern: Ensorcelled Nerubian Breastplate(85)'),
(0, 47629, 'Pattern: Black Chitin Bracers(85)', 0, 47646, 'Pattern: Black Chitin Bracers(85)'),
(0, 47630, 'Pattern: Crusader\'s Dragonscale Breastplate(85)', 0, 47649, 'Pattern: Crusader\'s Dragonscale Breastplate(85)'),
(0, 47631, 'Pattern: Crusader\'s Dragonscale Bracers(85)', 0, 47648, 'Pattern: Crusader\'s Dragonscale Bracers(85)'),
(0, 47632, 'Pattern: Lunar Eclipse Chestguard(85)', 0, 47652, 'Pattern: Lunar Eclipse Chestguard(85)'),
(0, 47633, 'Pattern: Moonshadow Armguards(85)', 0, 47653, 'Pattern: Moonshadow Armguards(85)'),
(0, 47634, 'Pattern: Knightbane Carapace(85)', 0, 47651, 'Pattern: Knightbane Carapace(85)'),
(0, 47635, 'Pattern: Bracers of Swift Death(85)', 0, 47647, 'Pattern: Bracers of Swift Death(85)'),
(0, 47003, 'Dawnbreaker Greaves', 0, 47430, 'Dawnbreaker Sabatons'),
(0, 47655, 'Pattern: Merlin\'s Robe(85)', 0, 47638, 'Pattern: Merlin\'s Robe(85)'),
(0, 47656, 'Pattern: Royal Moonshroud Bracers(85)', 0, 47637, 'Pattern: Royal Moonshroud Bracers(85)'),
(0, 47657, 'Pattern: Royal Moonshroud Robe(85)', 0, 47636, 'Pattern: Royal Moonshroud Robe(85)'),
(0, 47663, 'Felspark Bindings(232)', 0, 47861, 'Felspark Bracers(232)'),
(0, 47669, 'Belt of the Winter Solstice(232)', 0, 47863, 'Belt of the Bloodhoof Emissary(232)'),
(0, 47674, 'Helm of Thunderous Rampage(245)', 0, 47675, 'Faceplate of Thunderous Rampage(245)'),
(0, 47676, 'Dirk of the Night Watch(232)', 0, 47871, 'Orcish Deathblade(232)'),
(0, 47677, 'Faceplate of the Honorbound(245)', 0, 47678, 'Headplate of the Honorbound(245)'),
(0, 47679, 'Endurance of the Infernal(232)', 0, 47872, 'Fortitude of the Infernal(232)'),
(0, 47680, 'Armguards of the Nether Lord(232)', 0, 47869, 'Armplates of the Nether Lord(232)'),
(0, 47681, 'Heaume of the Restless Watch(245)', 0, 47682, 'Helm of the Restless Watch(245)'),
(0, 47683, 'Sentinel Scouting Greaves(232)', 0, 47867, 'Warsong Poacher\'s Greaves(232)'),
(0, 47685, 'Helm of the Brooding Dragon(245)', 0, 47684, 'Coif of the Brooding Dragon(245)'),
(0, 47686, 'Helm of Inner Warmth(245)', 0, 47687, 'Headguard of Inner Warmth(245)'),
(0, 47689, 'Hood of Lethal Intent(245)', 0, 47688, 'Mask of Lethal Intent(245)'),
(0, 47690, 'Helm of Abundant Growth(245)', 0, 47691, 'Mask of Abundant Growth(245)'),
(0, 47693, 'Hood of Fiery Aftermath(245)', 0, 47692, 'Hood of Smoldering Aftermath(245)'),
(0, 47694, 'Helm of Clouded Sight(245)', 0, 47695, 'Hood of Clouded Sight(245)'),
(0, 47697, 'Pauldrons of Trembling Rage(245)', 0, 47696, 'Shoulderplates of Trembling Rage(245)'),
(0, 47698, 'Shoulderplates of Enduring Order(245)', 0, 47699, 'Shoulderguards of Enduring Order(245)'),
(0, 47700, 'Loop of the Twin Valkyr(232)', 0, 47888, 'Band of the Twin Val\'kyr(232)'),
(0, 47702, 'Pauldrons of the Cavalier(245)', 0, 47701, 'Shoulderplates of the Cavalier(245)'),
(0, 47703, 'Planestalker Signet(232)', 0, 47868, 'Planestalker Band(232)'),
(0, 47704, 'Epaulets of the Devourer(245)', 0, 47705, 'Pauldrons of the Devourer(245)'),
(0, 47707, 'Mantle of the Groundbreaker(245)', 0, 47706, 'Shoulders of the Groundbreaker(245)'),
(0, 47708, 'Duskstalker Shoulderpads(245)', 0, 47709, 'Duskstalker Pauldrons(245)'),
(0, 47712, 'Shoulders of the Fateful Accord(245)', 0, 47710, 'Epaulets of the Fateful Accord(245)'),
(0, 47713, 'Mantle of Catastrophic Emanation(245)', 0, 47714, 'Pauldrons of Catastrophic Emanation(245)'),
(0, 47715, 'Pauldrons of Revered Mortality(245)', 0, 47716, 'Mantle of Revered Mortality(245)'),
(0, 47717, 'Faceplate of the Silver Champion(232)', 0, 47876, 'Sunreaver Champion\'s Faceplate(232)'),
(0, 47718, 'Helm of the Silver Ranger(232)', 0, 47875, 'Sunreaver Ranger\'s Helm(232)'),
(0, 47719, 'Gloves of the Silver Assassin(232)', 0, 47878, 'Sunreaver Assassin\'s Gloves(232)'),
(0, 47720, 'Pauldrons of the Silver Defender(232)', 0, 47877, 'Sunreaver Defender\'s Pauldrons(232)'),
(0, 47721, 'Sandals of the Silver Magus(232)', 0, 47873, 'Sunreaver Magus\' Sandals(232)'),
(0, 47724, 'Blade of the Silver Disciple(232)', 0, 47874, 'Sunreaver Disciple\'s Blade(232)'),
(0, 47725, 'Victor\'s Call(232)', 0, 47881, 'Vengeance of the Forsaken(232)'),
(0, 47726, 'Talisman of Volatile Power(232)', 0, 47879, 'Fetish of Volatile Power(232)'),
(0, 47727, 'Fervor of the Frostborn(232)', 0, 47882, 'Eitrigg\'s Oath(232)'),
(0, 47728, 'Binding Light(232)', 0, 47880, 'Binding Stone(232)'),
(0, 47736, 'Icefall Blade(232)', 0, 47886, 'Nemesis Blade(232)'),
(0, 47737, 'Reckoning(232)', 0, 47884, 'Edge of Agony(232)'),
(0, 47738, 'Sabatons of the Lingering Vortex(232)', 0, 47885, 'Greaves of the Lingering Vortex(232)'),
(0, 47739, 'Armor of Shifting Shadows(232)', 0, 47887, 'Vest of Shifting Shadows(232)'),
(0, 47740, 'The Diplomat(232)', 0, 47883, 'Widebarrel Flintlock(232)'),
(0, 47741, 'Baelgun\'s Heavy Crossbow(232)', 0, 47907, 'Darkmaw Crossbow(232)'),
(0, 47742, 'Chalice of Benedictus(232)', 0, 47913, 'Lightbane Focus(232)'),
(0, 47743, 'Enlightenment(232)', 0, 47892, 'Illumination(232)'),
(0, 47744, 'Gloves of the Azure Prophet(232)', 0, 47893, 'Sen\'jin Ritualist Gloves(232)'),
(0, 47745, 'Gloves of Looming Shadow(232)', 0, 47889, 'Looming Shadow Wraps(232)'),
(0, 47746, 'Helm of the Snowy Grotto(232)', 0, 47891, 'Helm of the High Mesa(232)'),
(0, 47747, 'Darkbane Pendant(232)', 0, 47890, 'Darkbane Amulet(232)'),
(0, 47748, 'Khadgar\'s Hood of Conquest', 0, 47774, 'Sunstrider\'s Hood of Conquest'),
(0, 47749, 'Khadgar\'s Robe of Conquest', 0, 47776, 'Sunstrider\'s Robe of Conquest'),
(0, 47750, 'Khadgar\'s Leggings of Conquest', 0, 47775, 'Sunstrider\'s Leggings of Conquest'),
(0, 47751, 'Khadgar\'s Shoulderpads of Conquest', 0, 47777, 'Sunstrider\'s Shoulderpads of Conquest'),
(0, 47752, 'Khadgar\'s Gauntlets of Conquest', 0, 47773, 'Sunstrider\'s Gauntlets of Conquest'),
(0, 47753, 'Khadgar\'s Gauntlets of Triumph', 0, 47772, 'Sunstrider\'s Gauntlets of Triumph'),
(0, 47754, 'Khadgar\'s Hood of Triumph', 0, 47771, 'Sunstrider\'s Hood of Triumph'),
(0, 47755, 'Khadgar\'s Leggings of Triumph', 0, 47770, 'Sunstrider\'s Leggings of Triumph'),
(0, 47756, 'Khadgar\'s Robe of Triumph', 0, 47769, 'Sunstrider\'s Robe of Triumph'),
(0, 47757, 'Khadgar\'s Shoulderpads of Triumph', 0, 47768, 'Sunstrider\'s Shoulderpads of Triumph'),
(0, 47758, 'Khadgar\'s Shoulderpads of Triumph', 0, 47767, 'Sunstrider\'s Shoulderpads of Triumph'),
(0, 47759, 'Khadgar\'s Robe of Triumph', 0, 47766, 'Sunstrider\'s Robe of Triumph'),
(0, 47760, 'Khadgar\'s Leggings of Triumph', 0, 47765, 'Sunstrider\'s Leggings of Triumph'),
(0, 47761, 'Khadgar\'s Hood of Triumph', 0, 47764, 'Sunstrider\'s Hood of Triumph'),
(0, 47762, 'Khadgar\'s Gauntlets of Triumph', 0, 47763, 'Sunstrider\'s Gauntlets of Triumph'),
(0, 47778, 'Kel\'Thuzad\'s Hood of Triumph', 0, 47804, 'Gul\'dan\'s Hood of Triumph'),
(0, 47779, 'Kel\'Thuzad\'s Robe of Triumph', 0, 47806, 'Gul\'dan\'s Robe of Triumph'),
(0, 47780, 'Kel\'Thuzad\'s Leggings of Triumph', 0, 47805, 'Gul\'dan\'s Leggings of Triumph'),
(0, 47781, 'Kel\'Thuzad\'s Shoulderpads of Triumph', 0, 47807, 'Gul\'dan\'s Shoulderpads of Triumph'),
(0, 47782, 'Kel\'Thuzad\'s Gloves of Triumph', 0, 47803, 'Gul\'dan\'s Gloves of Triumph'),
(0, 47783, 'Kel\'Thuzad\'s Gloves of Conquest', 0, 47802, 'Gul\'dan\'s Gloves of Conquest'),
(0, 47784, 'Kel\'Thuzad\'s Hood of Conquest', 0, 47801, 'Gul\'dan\'s Hood of Conquest'),
(0, 47785, 'Kel\'Thuzad\'s Leggings of Conquest', 0, 47800, 'Gul\'dan\'s Leggings of Conquest'),
(0, 47786, 'Kel\'Thuzad\'s Robe of Conquest', 0, 47799, 'Gul\'dan\'s Robe of Conquest'),
(0, 47787, 'Kel\'Thuzad\'s Shoulderpads of Conquest', 0, 47798, 'Gul\'dan\'s Shoulderpads of Conquest'),
(0, 47788, 'Kel\'Thuzad\'s Gloves of Triumph', 0, 47797, 'Gul\'dan\'s Gloves of Triumph'),
(0, 47789, 'Kel\'Thuzad\'s Hood of Triumph', 0, 47796, 'Gul\'dan\'s Hood of Triumph'),
(0, 47790, 'Kel\'Thuzad\'s Leggings of Triumph', 0, 47795, 'Gul\'dan\'s Leggings of Triumph'),
(0, 47791, 'Kel\'Thuzad\'s Robe of Triumph', 0, 47794, 'Gul\'dan\'s Robe of Triumph'),
(0, 47792, 'Kel\'Thuzad\'s Shoulderpads of Triumph', 0, 47793, 'Gul\'dan\'s Shoulderpads of Triumph'),
(0, 47808, 'The Lion\'s Maw(232)', 0, 47898, 'Frostblade Hatchet(232)'),
(0, 47809, 'Argent Resolve(232)', 0, 47894, 'Mace of the Earthborn Chieftain(232)'),
(0, 47810, 'Crusader\'s Glory(232)', 0, 47899, 'Ardent Guard(232)'),
(0, 47811, 'Chestguard of the Warden(232)', 0, 47896, 'Stoneskin Chestplate(232)'),
(0, 47812, 'Vigilant Ward(232)', 0, 47895, 'Pride of the Kor\'kron(232)'),
(0, 47813, 'Helmet of the Crypt Lord(232)', 0, 47897, 'Helm of the Crypt Lord(232)'),
(0, 47814, 'Westfall Saber(232)', 0, 47903, 'Forsaken Bonecarver(232)'),
(0, 47815, 'Cold Convergence(232)', 0, 47900, 'Perdition(232)'),
(0, 47816, 'The Grinder(232)', 0, 47905, 'Blackhorn Bludgeon(232)'),
(0, 47829, 'Pauldrons of the Timeless Hunter(232)', 0, 47901, 'Pauldrons of the Shadow Hunter(232)'),
(0, 47830, 'Legplates of the Silver Hand(232)', 0, 47902, 'Legplates of Redeemed Blood(232)'),
(0, 47832, 'Spaulders of the Snow Bandit(232)', 0, 47904, 'Shoulderpads of the Snow Bandit(232)'),
(0, 47834, 'Fordragon Blades(232)', 0, 47911, 'Anguish(232)'),
(0, 47835, 'Bulwark of the Royal Guard(232)', 0, 47910, 'Aegis of the Coliseum(232)'),
(0, 47836, 'Legplates of the Immortal Spider(232)', 0, 47908, 'Sunwalker Legguards(232)'),
(0, 47837, 'Cinch of the Undying(232)', 0, 47909, 'Belt of the Eternal(232)'),
(0, 47838, 'Vestments of the Sleepless(232)', 0, 47906, 'Robes of the Sleepless(232)'),
(0, 47914, 'Velen\'s Cowl of Conquest', 0, 48068, 'Zabra\'s Cowl of Conquest'),
(0, 47915, 'Collar of Ceaseless Torment(245)', 0, 47988, 'Collar of Unending Torment(245)'),
(0, 47916, 'Armbands of the Northern Stalker(245)', 0, 47989, 'Bracers of the Northern Stalker(245)'),
(0, 47917, 'Gauntlets of Rising Anger(245)', 0, 47990, 'Gauntlets of Mounting Anger(245)'),
(0, 47918, 'Dreadscale Armguards(245)', 0, 47991, 'Dreadscale Bracers(245)'),
(0, 47919, 'Acidmaw Boots(245)', 0, 47992, 'Acidmaw Treads(245)'),
(0, 47920, 'Gormok\'s Band(245)', 0, 47993, 'Carnivorous Band(245)'),
(0, 47921, 'Icehowl Cinch(245)', 0, 47994, 'Icehowl Binding(245)'),
(0, 47922, 'Rod of Imprisoned Souls(245)', 0, 47995, 'Scepter of Imprisoned Souls(245)'),
(0, 47923, 'Shoulderpads of the Glacial Wilds(245)', 0, 47996, 'Pauldrons of the Glacial Wilds(245)'),
(0, 47924, 'Belt of the Frozen Reach(245)', 0, 47997, 'Girdle of the Frozen Reach(245)'),
(0, 47925, 'Girdle of the Impaler(245)', 0, 47998, 'Belt of the Impaler(245)'),
(0, 47926, 'Shoulderguards of the Spirit Walker(245)', 0, 47999, 'Pauldrons of the Spirit Walker(245)'),
(0, 47927, 'Felspark Bindings(245)', 0, 48000, 'Felspark Bracers(245)'),
(0, 47928, 'Firestorm Ring(245)', 0, 48001, 'Firestorm Band(245)'),
(0, 47929, 'Belt of the Winter Solstice(245)', 0, 48002, 'Belt of the Bloodhoof Emissary(245)'),
(0, 47930, 'Amulet of Binding Elements(245)', 0, 48003, 'Pendant of Binding Elements(245)'),
(0, 47931, 'Leggings of the Demonic Messenger(245)', 0, 48004, 'Legwraps of the Demonic Messenger(245)'),
(0, 47932, 'Girdle of the Farseer(245)', 0, 48005, 'Darkspear Ritual Binding(245)'),
(0, 47933, 'Sentinel Scouting Greaves(245)', 0, 48006, 'Warsong Poacher\'s Greaves(245)'),
(0, 47934, 'Planestalker Signet(245)', 0, 48007, 'Planestalker Band(245)'),
(0, 47935, 'Armguards of the Nether Lord(245)', 0, 48008, 'Armplates of the Nether Lord(245)'),
(0, 47936, 'Velen\'s Robe of Conquest', 0, 48070, 'Zabra\'s Robe of Conquest'),
(0, 47938, 'Dirk of the Night Watch(245)', 0, 48010, 'Orcish Deathblade(245)'),
(0, 47939, 'Endurance of the Infernal(245)', 0, 48011, 'Fortitude of the Infernal(245)'),
(0, 47940, 'Sandals of the Silver Magus(245)', 0, 48012, 'Sunreaver Magus\' Sandals(245)'),
(0, 47941, 'Blade of the Silver Disciple(245)', 0, 48013, 'Sunreaver Disciple\'s Blade(245)'),
(0, 47942, 'Helm of the Silver Ranger(245)', 0, 48014, 'Sunreaver Ranger\'s Helm(245)'),
(0, 47943, 'Faceplate of the Silver Champion(245)', 0, 48015, 'Sunreaver Champion\'s Faceplate(245)'),
(0, 47944, 'Pauldrons of the Silver Defender(245)', 0, 48016, 'Sunreaver Defender\'s Pauldrons(245)'),
(0, 47945, 'Gloves of the Silver Assassin(245)', 0, 48017, 'Sunreaver Assassin\'s Gloves(245)'),
(0, 47946, 'Talisman of Volatile Power(245)', 0, 48018, 'Fetish of Volatile Power(245)'),
(0, 47947, 'Binding Light(245)', 0, 48019, 'Binding Stone(245)'),
(0, 47948, 'Victor\'s Call(245)', 0, 48020, 'Vengeance of the Forsaken(245)'),
(0, 47949, 'Fervor of the Frostborn(245)', 0, 48021, 'Eitrigg\'s Oath(245)'),
(0, 47950, 'The Diplomat(245)', 0, 48022, 'Widebarrel Flintlock(245)'),
(0, 47951, 'Reckoning(245)', 0, 48023, 'Edge of Agony(245)'),
(0, 47952, 'Sabatons of the Lingering Vortex(245)', 0, 48024, 'Greaves of the Lingering Vortex(245)'),
(0, 47953, 'Icefall Blade(245)', 0, 48025, 'Nemesis Blade(245)'),
(0, 47954, 'Armor of Shifting Shadows(245)', 0, 48026, 'Vest of Shifting Shadows(245)'),
(0, 47955, 'Loop of the Twin Val\'kyr(245)', 0, 48027, 'Band of the Twin Val\'kyr(245)'),
(0, 47956, 'Gloves of Looming Shadow(245)', 0, 48028, 'Looming Shadow Wraps(245)'),
(0, 47957, 'Darkbane Pendant(245)', 0, 48030, 'Darkbane Amulet(245)'),
(0, 47958, 'Chalice of Benedictus(245)', 0, 48032, 'Lightbane Focus(245)'),
(0, 47959, 'Helm of the Snowy Grotto(245)', 0, 48034, 'Helm of the High Mesa(245)'),
(0, 47960, 'Enlightenment(245)', 0, 48036, 'Illumination(245)'),
(0, 47961, 'Gloves of the Azure Prophet(245)', 0, 48038, 'Sen\'jin Ritualist Gloves(245)'),
(0, 47962, 'Argent Resolve(245)', 0, 48039, 'Mace of the Earthborn Chieftain(245)'),
(0, 47963, 'Vigilant Ward(245)', 0, 48040, 'Pride of the Kor\'kron(245)'),
(0, 47964, 'Chestguard of the Warden(245)', 0, 48041, 'Stoneskin Chestplate(245)'),
(0, 47965, 'Headpiece of the Crypt Lord(245)', 0, 48042, 'Helm of the Crypt Lord(245)'),
(0, 47966, 'The Lion\'s Maw(245)', 0, 48043, 'Frostblade Hatchet(245)'),
(0, 47967, 'Crusader\'s Glory(245)', 0, 48044, 'Ardent Guard(245)'),
(0, 47968, 'Cold Convergence(245)', 0, 48045, 'Perdition(245)'),
(0, 47969, 'Pauldrons of the Timeless Hunter(245)', 0, 48046, 'Pauldrons of the Shadow Hunter(245)'),
(0, 47970, 'Legplates of the Silver Hand(245)', 0, 48047, 'Legplates of the Redeemed Blood Knight(245)'),
(0, 47971, 'Westfall Saber(245)', 0, 48048, 'Forsaken Bonecarver(245)'),
(0, 47972, 'Spaulders of the Snow Bandit(245)', 0, 48049, 'Shoulderpads of the Snow Bandit(245)'),
(0, 47973, 'The Grinder(245)', 0, 48050, 'Blackhorn Bludgeon(245)'),
(0, 47974, 'Vestments of the Sleepless(245)', 0, 48051, 'Robes of the Sleepless(245)'),
(0, 47975, 'Baelgun\'s Heavy Crossbow(245)', 0, 48052, 'Darkmaw Crossbow(245)'),
(0, 47976, 'Legplates of the Immortal Spider(245)', 0, 48053, 'Sunwalker Legguards(245)'),
(0, 47977, 'Cinch of the Undying(245)', 0, 48054, 'Belt of the Eternal(245)'),
(0, 47978, 'Bulwark of the Royal Guard(245)', 0, 48055, 'Aegis of the Coliseum(245)'),
(0, 47979, 'Fordragon Blades(245)', 0, 48056, 'Anguish(245)'),
(0, 47980, 'Velen\'s Leggings of Conquest', 0, 48069, 'Zabra\'s Leggings of Conquest'),
(0, 47981, 'Velen\'s Shoulderpads of Conquest', 0, 48071, 'Zabra\'s Shoulderpads of Conquest'),
(0, 47982, 'Velen\'s Gloves of Conquest', 0, 48067, 'Zabra\'s Gloves of Conquest'),
(0, 47983, 'Velen\'s Gloves of Triumph', 0, 48066, 'Zabra\'s Gloves of Triumph'),
(0, 47984, 'Velen\'s Cowl of Triumph', 0, 48065, 'Zabra\'s Cowl of Triumph'),
(0, 47985, 'Velen\'s Leggings of Triumph', 0, 48064, 'Zabra\'s Leggings of Triumph'),
(0, 47986, 'Velen\'s Robe of Triumph', 0, 48063, 'Zabra\'s Robe of Triumph'),
(0, 47987, 'Velen\'s Shoulderpads of Triumph', 0, 48062, 'Zabra\'s Shoulderpads of Triumph'),
(0, 48029, 'Velen\'s Shoulderpads of Triumph', 0, 48061, 'Zabra\'s Shoulderpads of Triumph'),
(0, 48031, 'Velen\'s Robe of Triumph', 0, 48060, 'Zabra\'s Robe of Triumph'),
(0, 48033, 'Velen\'s Leggings of Triumph', 0, 48059, 'Zabra\'s Leggings of Triumph'),
(0, 48035, 'Velen\'s Cowl of Triumph', 0, 48058, 'Zabra\'s Cowl of Triumph'),
(0, 48037, 'Velen\'s Gloves of Triumph', 0, 48057, 'Zabra\'s Gloves of Triumph'),
(0, 48102, 'Malfurion\'s Headpiece of Conquest', 0, 48154, 'Runetotem\'s Headpiece of Conquest'),
(0, 48129, 'Malfurion\'s Robe of Conquest', 0, 48156, 'Runetotem\'s Robe of Conquest'),
(0, 48130, 'Malfurion\'s Leggings of Conquest', 0, 48155, 'Runetotem\'s Leggings of Conquest'),
(0, 48131, 'Malfurion\'s Spaulders of Conquest', 0, 48157, 'Runetotem\'s Spaulders of Conquest'),
(0, 48132, 'Malfurion\'s Handguards of Conquest', 0, 48153, 'Runetotem\'s Handguards of Conquest'),
(0, 48133, 'Malfurion\'s Handguards of Triumph', 0, 48152, 'Runetotem\'s Handguards of Triumph'),
(0, 48134, 'Malfurion\'s Headpiece of Triumph', 0, 48151, 'Runetotem\'s Headpiece of Triumph'),
(0, 48135, 'Malfurion\'s Leggings of Triumph', 0, 48150, 'Runetotem\'s Leggings of Triumph'),
(0, 48136, 'Malfurion\'s Robe of Triumph', 0, 48149, 'Runetotem\'s Robe of Triumph'),
(0, 48137, 'Malfurion\'s Spaulders of Triumph', 0, 48148, 'Runetotem\'s Spaulders of Triumph'),
(0, 48138, 'Malfurion\'s Spaulders of Triumph', 0, 48147, 'Runetotem\'s Spaulders of Triumph'),
(0, 48139, 'Malfurion\'s Robe of Triumph', 0, 48146, 'Runetotem\'s Robe of Triumph'),
(0, 48140, 'Malfurion\'s Leggings of Triumph', 0, 48145, 'Runetotem\'s Leggings of Triumph'),
(0, 48141, 'Malfurion\'s Headpiece of Triumph', 0, 48144, 'Runetotem\'s Headpiece of Triumph'),
(0, 48142, 'Malfurion\'s Handguards of Triumph', 0, 48143, 'Runetotem\'s Handguards of Triumph'),
(0, 48158, 'Malfurion\'s Cover of Conquest', 0, 48184, 'Runetotem\'s Cover of Conquest'),
(0, 48159, 'Malfurion\'s Vestments of Conquest', 0, 48186, 'Runetotem\'s Vestments of Conquest'),
(0, 48160, 'Malfurion\'s Trousers of Conquest', 0, 48185, 'Runetotem\'s Trousers of Conquest'),
(0, 48161, 'Malfurion\'s Mantle of Conquest', 0, 48187, 'Runetotem\'s Mantle of Conquest'),
(0, 48162, 'Malfurion\'s Gloves of Conquest', 0, 48183, 'Runetotem\'s Gloves of Conquest'),
(0, 48163, 'Malfurion\'s Gloves of Triumph', 0, 48182, 'Runetotem\'s Gloves of Triumph'),
(0, 48164, 'Malfurion\'s Cover of Triumph', 0, 48181, 'Runetotem\'s Cover of Triumph'),
(0, 48165, 'Malfurion\'s Trousers of Triumph', 0, 48180, 'Runetotem\'s Trousers of Triumph'),
(0, 48166, 'Malfurion\'s Vestments of Triumph', 0, 48179, 'Runetotem\'s Vestments of Triumph'),
(0, 48167, 'Malfurion\'s Mantle of Triumph', 0, 48178, 'Runetotem\'s Mantle of Triumph'),
(0, 48168, 'Malfurion\'s Mantle of Triumph', 0, 48177, 'Runetotem\'s Mantle of Triumph'),
(0, 48169, 'Malfurion\'s Vestments of Triumph', 0, 48176, 'Runetotem\'s Vestments of Triumph'),
(0, 48170, 'Malfurion\'s Trousers of Triumph', 0, 48175, 'Runetotem\'s Trousers of Triumph'),
(0, 48171, 'Malfurion\'s Cover of Triumph', 0, 48174, 'Runetotem\'s Cover of Triumph'),
(0, 48172, 'Malfurion\'s Gloves of Triumph', 0, 48173, 'Runetotem\'s Gloves of Triumph'),
(0, 48203, 'Malfurion\'s Handgrips of Triumph', 0, 48202, 'Runetotem\'s Handgrips of Triumph'),
(0, 48204, 'Malfurion\'s Headguard of Triumph', 0, 48201, 'Runetotem\'s Headguard of Triumph'),
(0, 48205, 'Malfurion\'s Legguards of Triumph', 0, 48200, 'Runetotem\'s Legguards of Triumph'),
(0, 48206, 'Malfurion\'s Raiments of Triumph', 0, 48199, 'Runetotem\'s Raiments of Triumph'),
(0, 48207, 'Malfurion\'s Shoulderpads of Triumph', 0, 48198, 'Runetotem\'s Shoulderpads of Triumph'),
(0, 48208, 'Malfurion\'s Shoulderpads of Triumph', 0, 48197, 'Runetotem\'s Shoulderpads of Triumph'),
(0, 48209, 'Malfurion\'s Raiments of Triumph', 0, 48196, 'Runetotem\'s Raiments of Triumph'),
(0, 48210, 'Malfurion\'s Legguards of Triumph', 0, 48195, 'Runetotem\'s Legguards of Triumph'),
(0, 48211, 'Malfurion\'s Headguard of Triumph', 0, 48194, 'Runetotem\'s Headguard of Triumph'),
(0, 48212, 'Malfurion\'s Handgrips of Triumph', 0, 48193, 'Runetotem\'s Handgrips of Triumph'),
(0, 48213, 'Malfurion\'s Handgrips of Conquest', 0, 48192, 'Runetotem\'s Handgrips of Conquest'),
(0, 48214, 'Malfurion\'s Headguard of Conquest', 0, 48188, 'Runetotem\'s Headguard of Conquest'),
(0, 48215, 'Malfurion\'s Legguards of Conquest', 0, 48190, 'Runetotem\'s Legguards of Conquest'),
(0, 48216, 'Malfurion\'s Raiments of Conquest', 0, 48189, 'Runetotem\'s Raiments of Conquest'),
(0, 48217, 'Malfurion\'s Shoulderpads of Conquest', 0, 48191, 'Runetotem\'s Shoulderpads of Conquest'),
(0, 48218, 'VanCleef\'s Helmet of Conquest', 0, 48245, 'Garona\'s Helmet of Conquest'),
(0, 48219, 'VanCleef\'s Breastplate of Conquest', 0, 48243, 'Garona\'s Breastplate of Conquest'),
(0, 48220, 'VanCleef\'s Legplates of Conquest', 0, 48246, 'Garona\'s Legplates of Conquest'),
(0, 48221, 'VanCleef\'s Pauldrons of Conquest', 0, 48247, 'Garona\'s Pauldrons of Conquest'),
(0, 48222, 'VanCleef\'s Gauntlets of Conquest', 0, 48244, 'Garona\'s Gauntlets of Conquest'),
(0, 48223, 'VanCleef\'s Breastplate of Triumph', 0, 48242, 'Garona\'s Breastplate of Triumph'),
(0, 48224, 'VanCleef\'s Gauntlets of Triumph', 0, 48241, 'Garona\'s Gauntlets of Triumph'),
(0, 48225, 'VanCleef\'s Helmet of Triumph', 0, 48240, 'Garona\'s Helmet of Triumph'),
(0, 48226, 'VanCleef\'s Legplates of Triumph', 0, 48239, 'Garona\'s Legplates of Triumph'),
(0, 48227, 'VanCleef\'s Pauldrons of Triumph', 0, 48238, 'Garona\'s Pauldrons of Triumph'),
(0, 48228, 'VanCleef\'s Pauldrons of Triumph', 0, 48237, 'Garona\'s Pauldrons of Triumph'),
(0, 48229, 'VanCleef\'s Legplates of Triumph', 0, 48236, 'Garona\'s Legplates of Triumph'),
(0, 48230, 'VanCleef\'s Helmet of Triumph', 0, 48235, 'Garona\'s Helmet of Triumph'),
(0, 48231, 'VanCleef\'s Gauntlets of Triumph', 0, 48234, 'Garona\'s Gauntlets of Triumph'),
(0, 48232, 'VanCleef\'s Breastplate of Triumph', 0, 48233, 'Garona\'s Breastplate of Triumph'),
(0, 48250, 'Windrunner\'s Headpiece of Conquest', 0, 48277, 'Windrunner\'s Headpiece of Conquest'),
(0, 48251, 'Windrunner\'s Tunic of Conquest', 0, 48275, 'Windrunner\'s Tunic of Conquest'),
(0, 48252, 'Windrunner\'s Legguards of Conquest', 0, 48278, 'Windrunner\'s Legguards of Conquest'),
(0, 48253, 'Windrunner\'s Spaulders of Conquest', 0, 48279, 'Windrunner\'s Spaulders of Conquest'),
(0, 48254, 'Windrunner\'s Handguards of Conquest', 0, 48276, 'Windrunner\'s Handguards of Conquest'),
(0, 48255, 'Windrunner\'s Tunic of Triumph', 0, 48274, 'Windrunner\'s Tunic of Triumph'),
(0, 48256, 'Windrunner\'s Handguards of Triumph', 0, 48273, 'Windrunner\'s Handguards of Triumph'),
(0, 48257, 'Windrunner\'s Headpiece of Triumph', 0, 48272, 'Windrunner\'s Headpiece of Triumph'),
(0, 48258, 'Windrunner\'s Legguards of Triumph', 0, 48271, 'Windrunner\'s Legguards of Triumph'),
(0, 48259, 'Windrunner\'s Spaulders of Triumph', 0, 48270, 'Windrunner\'s Spaulders of Triumph'),
(0, 48260, 'Windrunner\'s Spaulders of Triumph', 0, 48269, 'Windrunner\'s Spaulders of Triumph'),
(0, 48261, 'Windrunner\'s Legguards of Triumph', 0, 48268, 'Windrunner\'s Legguards of Triumph'),
(0, 48262, 'Windrunner\'s Headpiece of Triumph', 0, 48267, 'Windrunner\'s Headpiece of Triumph'),
(0, 48263, 'Windrunner\'s Handguards of Triumph', 0, 48266, 'Windrunner\'s Handguards of Triumph'),
(0, 48264, 'Windrunner\'s Tunic of Triumph', 0, 48265, 'Windrunner\'s Tunic of Triumph'),
(0, 48280, 'Nobundo\'s Headpiece of Conquest', 0, 48297, 'Thrall\'s Headpiece of Conquest'),
(0, 48281, 'Nobundo\'s Tunic of Conquest', 0, 48295, 'Thrall\'s Tunic of Conquest'),
(0, 48282, 'Nobundo\'s Legguards of Conquest', 0, 48298, 'Thrall\'s Legguards of Conquest'),
(0, 48283, 'Nobundo\'s Spaulders of Conquest', 0, 48299, 'Thrall\'s Spaulders of Conquest'),
(0, 48284, 'Nobundo\'s Handguards of Conquest', 0, 48296, 'Thrall\'s Handguards of Conquest'),
(0, 48285, 'Nobundo\'s Tunic of Triumph', 0, 48300, 'Thrall\'s Tunic of Triumph'),
(0, 48286, 'Nobundo\'s Handguards of Triumph', 0, 48301, 'Thrall\'s Handguards of Triumph'),
(0, 48287, 'Nobundo\'s Headpiece of Triumph', 0, 48302, 'Thrall\'s Headpiece of Triumph'),
(0, 48288, 'Nobundo\'s Legguards of Triumph', 0, 48303, 'Thrall\'s Legguards of Triumph'),
(0, 48289, 'Nobundo\'s Spaulders of Triumph', 0, 48304, 'Thrall\'s Spaulders of Triumph'),
(0, 48290, 'Nobundo\'s Spaulders of Triumph', 0, 48309, 'Thrall\'s Spaulders of Triumph'),
(0, 48291, 'Nobundo\'s Legguards of Triumph', 0, 48308, 'Thrall\'s Legguards of Triumph'),
(0, 48292, 'Nobundo\'s Headpiece of Triumph', 0, 48307, 'Thrall\'s Headpiece of Triumph'),
(0, 48293, 'Nobundo\'s Handguards of Triumph', 0, 48306, 'Thrall\'s Handguards of Triumph'),
(0, 48294, 'Nobundo\'s Tunic of Triumph', 0, 48305, 'Thrall\'s Tunic of Triumph'),
(0, 48310, 'Nobundo\'s Hauberk of Conquest', 0, 48336, 'Thrall\'s Hauberk of Conquest'),
(0, 48312, 'Nobundo\'s Gloves of Conquest', 0, 48337, 'Thrall\'s Gloves of Conquest'),
(0, 48313, 'Nobundo\'s Helm of Conquest', 0, 48338, 'Thrall\'s Helm of Conquest'),
(0, 48314, 'Nobundo\'s Kilt of Conquest', 0, 48339, 'Thrall\'s Kilt of Conquest'),
(0, 48315, 'Nobundo\'s Shoulderpads of Conquest', 0, 48340, 'Thrall\'s Shoulderpads of Conquest'),
(0, 48316, 'Nobundo\'s Hauberk of Triumph', 0, 48335, 'Thrall\'s Hauberk of Triumph'),
(0, 48317, 'Nobundo\'s Gloves of Triumph', 0, 48334, 'Thrall\'s Gloves of Triumph'),
(0, 48318, 'Nobundo\'s Helm of Triumph', 0, 48333, 'Thrall\'s Helm of Triumph'),
(0, 48319, 'Nobundo\'s Kilt of Triumph', 0, 48332, 'Thrall\'s Kilt of Triumph'),
(0, 48320, 'Nobundo\'s Shoulderpads of Triumph', 0, 48331, 'Thrall\'s Shoulderpads of Triumph'),
(0, 48321, 'Nobundo\'s Shoulderpads of Triumph', 0, 48330, 'Thrall\'s Shoulderpads of Triumph'),
(0, 48322, 'Nobundo\'s Kilt of Triumph', 0, 48329, 'Thrall\'s Kilt of Triumph'),
(0, 48323, 'Nobundo\'s Helm of Triumph', 0, 48328, 'Thrall\'s Helm of Triumph'),
(0, 48324, 'Nobundo\'s Gloves of Triumph', 0, 48327, 'Thrall\'s Gloves of Triumph'),
(0, 48325, 'Nobundo\'s Hauberk of Triumph', 0, 48326, 'Thrall\'s Hauberk of Triumph'),
(0, 48341, 'Nobundo\'s Chestguard of Conquest', 0, 48366, 'Thrall\'s Chestguard of Conquest'),
(0, 48342, 'Nobundo\'s Grips of Conquest', 0, 48367, 'Thrall\'s Grips of Conquest'),
(0, 48343, 'Nobundo\'s Faceguard of Conquest', 0, 48368, 'Thrall\'s Faceguard of Conquest'),
(0, 48344, 'Nobundo\'s War-Kilt of Conquest', 0, 48369, 'Thrall\'s War-Kilt of Conquest'),
(0, 48345, 'Nobundo\'s Shoulderguards of Conquest', 0, 48370, 'Thrall\'s Shoulderguards of Conquest'),
(0, 48346, 'Nobundo\'s Chestguard of Triumph', 0, 48365, 'Thrall\'s Chestguard of Triumph'),
(0, 48347, 'Nobundo\'s Grips of Triumph', 0, 48364, 'Thrall\'s Grips of Triumph'),
(0, 48348, 'Nobundo\'s Faceguard of Triumph', 0, 48363, 'Thrall\'s Faceguard of Triumph'),
(0, 48349, 'Nobundo\'s War-Kilt of Triumph', 0, 48362, 'Thrall\'s War-Kilt of Triumph'),
(0, 48350, 'Nobundo\'s Shoulderguards of Triumph', 0, 48361, 'Thrall\'s Shoulderguards of Triumph'),
(0, 48351, 'Nobundo\'s Shoulderguards of Triumph', 0, 48360, 'Thrall\'s Shoulderguards of Triumph'),
(0, 48352, 'Nobundo\'s War-Kilt of Triumph', 0, 48359, 'Thrall\'s War-Kilt of Triumph'),
(0, 48353, 'Nobundo\'s Faceguard of Triumph', 0, 48358, 'Thrall\'s Faceguard of Triumph'),
(0, 48354, 'Nobundo\'s Grips of Triumph', 0, 48357, 'Thrall\'s Grips of Triumph'),
(0, 48355, 'Nobundo\'s Chestguard of Triumph', 0, 48356, 'Thrall\'s Chestguard of Triumph'),
(0, 44503, 'Schematic: Mekgineers Chopper', 0, 44502, 'Schematic: Mechano-Hog'),
(0, 48357, 'Thrall\'s Grips of Triumph', 0, 48384, 'Wrynn\'s Gauntlets of Triumph'),
(0, 48358, 'Thrall\'s Faceguard of Triumph', 0, 48383, 'Wrynn\'s Helmet of Triumph'),
(0, 48359, 'Thrall\'s War-Kilt of Triumph', 0, 48382, 'Wrynn\'s Legplates of Triumph'),
(0, 48360, 'Thrall\'s Shoulderguards of Triumph', 0, 48381, 'Wrynn\'s Shoulderplates of Triumph'),
(0, 48361, 'Thrall\'s Shoulderguards of Triumph', 0, 48380, 'Wrynn\'s Shoulderplates of Triumph'),
(0, 48362, 'Thrall\'s War-Kilt of Triumph', 0, 48379, 'Wrynn\'s Legplates of Triumph'),
(0, 48363, 'Thrall\'s Faceguard of Triumph', 0, 48378, 'Wrynn\'s Helmet of Triumph'),
(0, 48364, 'Thrall\'s Grips of Triumph', 0, 48377, 'Wrynn\'s Gauntlets of Triumph'),
(0, 48365, 'Thrall\'s Chestguard of Triumph', 0, 48376, 'Wrynn\'s Battleplate of Triumph'),
(0, 48366, 'Thrall\'s Chestguard of Conquest', 0, 48372, 'Wrynn\'s Battleplate of Conquest'),
(0, 48367, 'Thrall\'s Grips of Conquest', 0, 48375, 'Wrynn\'s Gauntlets of Conquest'),
(0, 48368, 'Thrall\'s Faceguard of Conquest', 0, 48371, 'Wrynn\'s Helmet of Conquest'),
(0, 48369, 'Thrall\'s War-Kilt of Conquest', 0, 48373, 'Wrynn\'s Legplates of Conquest'),
(0, 48370, 'Thrall\'s Shoulderguards of Conquest', 0, 48374, 'Wrynn\'s Shoulderplates of Conquest'),
(0, 48371, 'Wrynn\'s Helmet of Conquest', 0, 48388, 'Hellscream\'s Helmet of Conquest'),
(0, 48372, 'Wrynn\'s Battleplate of Conquest', 0, 48386, 'Hellscream\'s Battleplate of Conquest'),
(0, 48373, 'Wrynn\'s Legplates of Conquest', 0, 48389, 'Hellscream\'s Legplates of Conquest'),
(0, 48374, 'Wrynn\'s Shoulderplates of Conquest', 0, 48390, 'Hellscream\'s Shoulderplates of Conquest'),
(0, 48375, 'Wrynn\'s Gauntlets of Conquest', 0, 48387, 'Hellscream\'s Gauntlets of Conquest'),
(0, 48376, 'Wrynn\'s Battleplate of Triumph', 0, 48391, 'Hellscream\'s Battleplate of Triumph'),
(0, 48377, 'Wrynn\'s Gauntlets of Triumph', 0, 48392, 'Hellscream\'s Gauntlets of Triumph'),
(0, 48378, 'Wrynn\'s Helmet of Triumph', 0, 48393, 'Hellscream\'s Helmet of Triumph'),
(0, 48379, 'Wrynn\'s Legplates of Triumph', 0, 48394, 'Hellscream\'s Legplates of Triumph'),
(0, 48380, 'Wrynn\'s Shoulderplates of Triumph', 0, 48395, 'Hellscream\'s Shoulderplates of Triumph'),
(0, 48381, 'Wrynn\'s Shoulderplates of Triumph', 0, 48400, 'Hellscream\'s Shoulderplates of Triumph'),
(0, 48382, 'Wrynn\'s Legplates of Triumph', 0, 48399, 'Hellscream\'s Legplates of Triumph'),
(0, 48383, 'Wrynn\'s Helmet of Triumph', 0, 48398, 'Hellscream\'s Helmet of Triumph'),
(0, 48384, 'Wrynn\'s Gauntlets of Triumph', 0, 48397, 'Hellscream\'s Gauntlets of Triumph'),
(0, 48385, 'Wrynn\'s Battleplate of Triumph', 0, 48396, 'Hellscream\'s Battleplate of Triumph'),
(0, 48429, 'Wrynn\'s Greathelm of Conquest', 0, 48458, 'Hellscream\'s Greathelm of Conquest'),
(0, 48430, 'Wrynn\'s Greathelm of Triumph', 0, 48463, 'Hellscream\'s Greathelm of Triumph'),
(0, 48433, 'Wrynn\'s Greathelm of Triumph', 0, 48468, 'Hellscream\'s Greathelm of Triumph'),
(0, 48436, 'Wrynn\'s Breastplate of Conquest', 0, 48456, 'Hellscream\'s Breastplate of Conquest'),
(0, 48445, 'Wrynn\'s Legguards of Conquest', 0, 48459, 'Hellscream\'s Legguards of Conquest'),
(0, 48446, 'Wrynn\'s Legguards of Triumph', 0, 48464, 'Hellscream\'s Legguards of Triumph'),
(0, 48447, 'Wrynn\'s Legguards of Triumph', 0, 48469, 'Hellscream\'s Legguards of Triumph'),
(0, 48448, 'Wrynn\'s Pauldrons of Conquest', 0, 48460, 'Hellscream\'s Pauldrons of Conquest'),
(0, 48449, 'Wrynn\'s Handguards of Conquest', 0, 48457, 'Hellscream\'s Handguards of Conquest'),
(0, 48450, 'Wrynn\'s Breastplate of Triumph', 0, 48461, 'Hellscream\'s Breastplate of Triumph'),
(0, 48451, 'Wrynn\'s Breastplate of Triumph', 0, 48466, 'Hellscream\'s Breastplate of Triumph'),
(0, 48452, 'Wrynn\'s Handguards of Triumph', 0, 48462, 'Hellscream\'s Handguards of Triumph'),
(0, 48453, 'Wrynn\'s Handguards of Triumph', 0, 48467, 'Hellscream\'s Handguards of Triumph'),
(0, 48454, 'Wrynn\'s Pauldrons of Triumph', 0, 48465, 'Hellscream\'s Pauldrons of Triumph'),
(0, 48455, 'Wrynn\'s Pauldrons of Triumph', 0, 48470, 'Hellscream\'s Pauldrons of Triumph'),
(0, 48472, 'Thassarian\'s Helmet of Conquest', 0, 48503, 'Koltira\'s Helmet of Conquest'),
(0, 48474, 'Thassarian\'s Battleplate of Conquest', 0, 48501, 'Koltira\'s Battleplate of Conquest'),
(0, 48476, 'Thassarian\'s Legplates of Conquest', 0, 48504, 'Koltira\'s Legplates of Conquest'),
(0, 48478, 'Thassarian\'s Shoulderplates of Conquest', 0, 48505, 'Koltira\'s Shoulderplates of Conquest'),
(0, 48480, 'Thassarian\'s Gauntlets of Conquest', 0, 48502, 'Koltira\'s Gauntlets of Conquest'),
(0, 48481, 'Thassarian\'s Battleplate of Triumph', 0, 48500, 'Koltira\'s Battleplate of Triumph'),
(0, 48482, 'Thassarian\'s Gauntlets of Triumph', 0, 48499, 'Koltira\'s Gauntlets of Triumph'),
(0, 48483, 'Thassarian\'s Helmet of Triumph', 0, 48498, 'Koltira\'s Helmet of Triumph'),
(0, 48484, 'Thassarian\'s Legplates of Triumph', 0, 48497, 'Koltira\'s Legplates of Triumph'),
(0, 48485, 'Thassarian\'s Shoulderplates of Triumph', 0, 48496, 'Koltira\'s Shoulderplates of Triumph'),
(0, 48486, 'Thassarian\'s Shoulderplates of Triumph', 0, 48495, 'Koltira\'s Shoulderplates of Triumph'),
(0, 48487, 'Thassarian\'s Legplates of Triumph', 0, 48494, 'Koltira\'s Legplates of Triumph'),
(0, 48488, 'Thassarian\'s Helmet of Triumph', 0, 48493, 'Koltira\'s Helmet of Triumph'),
(0, 48489, 'Thassarian\'s Gauntlets of Triumph', 0, 48492, 'Koltira\'s Gauntlets of Triumph'),
(0, 48490, 'Thassarian\'s Battleplate of Triumph', 0, 48491, 'Koltira\'s Battleplate of Triumph'),
(0, 48529, 'Thassarian\'s Faceguard of Conquest', 0, 48560, 'Koltira\'s Faceguard of Conquest'),
(0, 48531, 'Thassarian\'s Chestguard of Conquest', 0, 48558, 'Koltira\'s Chestguard of Conquest'),
(0, 48533, 'Thassarian\'s Legguards of Conquest', 0, 48561, 'Koltira\'s Legguards of Conquest'),
(0, 48535, 'Thassarian\'s Pauldrons of Conquest', 0, 48562, 'Koltira\'s Pauldrons of Conquest'),
(0, 48537, 'Thassarian\'s Handguards of Conquest', 0, 48559, 'Koltira\'s Handguards of Conquest'),
(0, 48538, 'Thassarian\'s Chestguard of Triumph', 0, 48557, 'Koltira\'s Chestguard of Triumph'),
(0, 48539, 'Thassarian\'s Handguards of Triumph', 0, 48556, 'Koltira\'s Handguards of Triumph'),
(0, 48540, 'Thassarian\'s Faceguard of Triumph', 0, 48555, 'Koltira\'s Faceguard of Triumph'),
(0, 48541, 'Thassarian\'s Legguards of Triumph', 0, 48554, 'Koltira\'s Legguards of Triumph'),
(0, 48542, 'Thassarian\'s Pauldrons of Triumph', 0, 48553, 'Koltira\'s Pauldrons of Triumph'),
(0, 48543, 'Thassarian\'s Pauldrons of Triumph', 0, 48552, 'Koltira\'s Pauldrons of Triumph'),
(0, 48544, 'Thassarian\'s Legguards of Triumph', 0, 48551, 'Koltira\'s Legguards of Triumph'),
(0, 48545, 'Thassarian\'s Faceguard of Triumph', 0, 48550, 'Koltira\'s Faceguard of Triumph'),
(0, 48546, 'Thassarian\'s Handguards of Triumph', 0, 48549, 'Koltira\'s Handguards of Triumph'),
(0, 48547, 'Thassarian\'s Chestguard of Triumph', 0, 48548, 'Koltira\'s Chestguard of Triumph'),
(0, 48564, 'Turalyon\'s Headpiece of Conquest', 0, 48597, 'Liadrin\'s Headpiece of Conquest'),
(0, 48566, 'Turalyon\'s Tunic of Conquest', 0, 48599, 'Liadrin\'s Tunic of Conquest'),
(0, 48568, 'Turalyon\'s Greaves of Conquest', 0, 48596, 'Liadrin\'s Greaves of Conquest'),
(0, 48572, 'Turalyon\'s Spaulders of Conquest', 0, 48595, 'Liadrin\'s Spaulders of Conquest'),
(0, 48574, 'Turalyon\'s Gloves of Conquest', 0, 48598, 'Liadrin\'s Gloves of Conquest'),
(0, 48575, 'Turalyon\'s Tunic of Triumph', 0, 48594, 'Liadrin\'s Tunic of Triumph'),
(0, 48576, 'Turalyon\'s Gloves of Triumph', 0, 48593, 'Liadrin\'s Gloves of Triumph'),
(0, 48577, 'Turalyon\'s Headpiece of Triumph', 0, 48592, 'Liadrin\'s Headpiece of Triumph'),
(0, 48578, 'Turalyon\'s Greaves of Triumph', 0, 48591, 'Liadrin\'s Greaves of Triumph'),
(0, 48579, 'Turalyon\'s Spaulders of Triumph', 0, 48590, 'Liadrin\'s Spaulders of Triumph'),
(0, 48580, 'Turalyon\'s Spaulders of Triumph', 0, 48585, 'Liadrin\'s Spaulders of Triumph'),
(0, 48581, 'Turalyon\'s Greaves of Triumph', 0, 48586, 'Liadrin\'s Greaves of Triumph'),
(0, 48582, 'Turalyon\'s Headpiece of Triumph', 0, 48587, 'Liadrin\'s Headpiece of Triumph'),
(0, 48583, 'Turalyon\'s Gloves of Triumph', 0, 48588, 'Liadrin\'s Gloves of Triumph'),
(0, 48584, 'Turalyon\'s Tunic of Triumph', 0, 48589, 'Liadrin\'s Tunic of Triumph'),
(0, 48602, 'Turalyon\'s Battleplate of Conquest', 0, 48631, 'Liadrin\'s Battleplate of Conquest'),
(0, 48603, 'Turalyon\'s Gauntlets of Conquest', 0, 48630, 'Liadrin\'s Gauntlets of Conquest'),
(0, 48604, 'Turalyon\'s Helm of Conquest', 0, 48629, 'Liadrin\'s Helm of Conquest'),
(0, 48605, 'Turalyon\'s Legplates of Conquest', 0, 48628, 'Liadrin\'s Legplates of Conquest'),
(0, 48606, 'Turalyon\'s Shoulderplates of Conquest', 0, 48627, 'Liadrin\'s Shoulderplates of Conquest'),
(0, 48607, 'Turalyon\'s Battleplate of Triumph', 0, 48626, 'Liadrin\'s Battleplate of Triumph'),
(0, 48608, 'Turalyon\'s Gauntlets of Triumph', 0, 48625, 'Liadrin\'s Gauntlets of Triumph'),
(0, 48609, 'Turalyon\'s Helm of Triumph', 0, 48624, 'Liadrin\'s Helm of Triumph'),
(0, 48610, 'Turalyon\'s Legplates of Triumph', 0, 48623, 'Liadrin\'s Legplates of Triumph'),
(0, 48611, 'Turalyon\'s Shoulderplates of Triumph', 0, 48622, 'Liadrin\'s Shoulderplates of Triumph'),
(0, 48612, 'Turalyon\'s Shoulderplates of Triumph', 0, 48621, 'Liadrin\'s Shoulderplates of Triumph'),
(0, 48613, 'Turalyon\'s Legplates of Triumph', 0, 48620, 'Liadrin\'s Legplates of Triumph'),
(0, 48614, 'Turalyon\'s Helm of Triumph', 0, 48619, 'Liadrin\'s Helm of Triumph'),
(0, 48615, 'Turalyon\'s Gauntlets of Triumph', 0, 48618, 'Liadrin\'s Gauntlets of Triumph'),
(0, 48616, 'Turalyon\'s Battleplate of Triumph', 0, 48617, 'Liadrin\'s Battleplate of Triumph'),
(0, 48632, 'Turalyon\'s Breastplate of Conquest', 0, 48652, 'Liadrin\'s Breastplate of Conquest'),
(0, 48633, 'Turalyon\'s Handguards of Conquest', 0, 48653, 'Liadrin\'s Handguards of Conquest'),
(0, 48634, 'Turalyon\'s Faceguard of Conquest', 0, 48654, 'Liadrin\'s Faceguard of Conquest'),
(0, 48635, 'Turalyon\'s Legguards of Conquest', 0, 48655, 'Liadrin\'s Legguards of Conquest'),
(0, 48636, 'Turalyon\'s Shoulderguards of Conquest', 0, 48656, 'Liadrin\'s Shoulderguards of Conquest'),
(0, 48637, 'Turalyon\'s Shoulderguards of Triumph', 0, 48661, 'Liadrin\'s Shoulderguards of Triumph'),
(0, 48638, 'Turalyon\'s Legguards of Triumph', 0, 48660, 'Liadrin\'s Legguards of Triumph'),
(0, 48639, 'Turalyon\'s Faceguard of Triumph', 0, 48659, 'Liadrin\'s Faceguard of Triumph'),
(0, 48640, 'Turalyon\'s Handguards of Triumph', 0, 48658, 'Liadrin\'s Handguards of Triumph'),
(0, 48641, 'Turalyon\'s Breastplate of Triumph', 0, 48657, 'Liadrin\'s Breastplate of Triumph'),
(0, 48642, 'Turalyon\'s Breastplate of Triumph', 0, 48651, 'Liadrin\'s Breastplate of Triumph'),
(0, 48643, 'Turalyon\'s Handguards of Triumph', 0, 48650, 'Liadrin\'s Handguards of Triumph'),
(0, 48644, 'Turalyon\'s Faceguard of Triumph', 0, 48649, 'Liadrin\'s Faceguard of Triumph'),
(0, 48645, 'Turalyon\'s Legguards of Triumph', 0, 48648, 'Liadrin\'s Legguards of Triumph'),
(0, 48646, 'Turalyon\'s Shoulderguards of Triumph', 0, 48647, 'Liadrin\'s Shoulderguards of Triumph'),
(0, 48671, 'Drape of Bitter Incantation(258)', 0, 48666, 'Drape of the Sunreavers(258)'),
(0, 48672, 'Shawl of Fervent Crusader(258)', 0, 48667, 'Shawl of the Devout Crusader(258)'),
(0, 48673, 'Cloak of the Silver Covenant(258)', 0, 48668, 'Cloak of Serrated Blades(258)'),
(0, 48674, 'Cloak of the Victorious Combatant(258)', 0, 48669, 'Cloak of the Triumphant Combatant(258)'),
(0, 48675, 'Cloak of the Unmoving Guardian(258)', 0, 48670, 'Cloak of the Unflinching Guardian(258)'),
(0, 48708, 'Spellstorm Blade(245)', 0, 48701, 'Spellharvest(245)'),
(0, 48709, 'Heartcrusher(245)', 0, 48693, 'Heartsmasher(245)'),
(0, 48710, 'Paragon\'s Breadth(245)', 0, 48705, 'Attrition(245)'),
(0, 48711, 'Rhok\'shalla, the Shadow\'s Bane(245)', 0, 48697, 'Frenzystrike Longbow(245)'),
(0, 48712, 'The Spinebreaker(245)', 0, 48703, 'The Facebreaker(245)'),
(0, 48713, 'Lothar\'s Edge(245)', 0, 48695, 'Mor\'kosh, the Bloodreaver(245)'),
(0, 48714, 'Honor of the Fallen(245)', 0, 48699, 'Blood and Glory(245)'),
(0, 49052, 'Tabard of Conquest(A)', 0, 49054, 'Tabard of Conquest(H)'),
(0, 49231, 'Boots of the Grieving Soul(232)', 0, 49232, 'Sandals of the Grieving Soul(232)'),
(0, 49234, 'Boots of the Grieving Soul(245)', 0, 49233, 'Sandals of the Grieving Soul(245)'),
(0, 49235, 'Boots of Tortured Space(232)', 0, 49236, 'Sabatons of Tortured Space(232)'),
(0, 49238, 'Boots of Tortured Space(245)', 0, 49237, 'Sabatons of Tortured Space(245)'),
(0, 51377, 'Medallion of the Alliance(264)', 0, 51378, 'Medallion of the Horde(264)'),
(0, 44843, 'Blue Dragonhawk Mount(70)', 0, 44842, 'Red Dragonhawk Mount(70)'),
(0, 47654, 'Pattern: Bejeweled Wizards Bracers', 0, 47639, 'Pattern: Bejeweled Wizards Bracers'),
(0, 48076, 'Velen\'s Mantle of Conquest', 0, 48101, 'Zabra\'s Mantle of Conquest'),
(0, 48075, 'Velen\'s Raiments of Conquest', 0, 48100, 'Zabra\'s Raiments of Conquest'),
(0, 48074, 'Velen\'s Pants of Conquest', 0, 48099, 'Zabra\'s Pants of Conquest'),
(0, 48072, 'Velen\'s Handwraps of Conquest', 0, 48097, 'Zabra\'s Handwraps of Conquest'),
(0, 48073, 'Velen\'s Circlet of Conquest', 0, 48098, 'Zabra\'s Circlet of Conquest');
CREATE TABLE IF NOT EXISTS `player_factionchange_spells` (
`alliance_id` int(8) NOT NULL,
`horde_id` int(8) NOT NULL,
PRIMARY KEY (`alliance_id`,`horde_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `player_factionchange_spells` (`alliance_id`, `horde_id`) VALUES
(458, 6654),
(470, 64658),
(472, 580),
(3561, 3567),
(3562, 3563),
(6648, 6653),
(6777, 8395),
(6898, 10796),
(6899, 10799),
(8394, 64977),
(10059, 11417),
(10789, 17464),
(10793, 17463),
(10873, 64657),
(10969, 18990),
(11416, 11418),
(11419, 11420),
(13819, 34769),
(15779, 18992),
(16082, 16080),
(16083, 16081),
(17229, 64659),
(17453, 18989),
(17459, 18991),
(17460, 17450),
(17461, 16084),
(22717, 22724),
(22719, 22718),
(22720, 22721),
(22723, 22722),
(23214, 34767),
(23219, 23246),
(23221, 66846),
(23222, 23247),
(23225, 23249),
(23227, 23251),
(23228, 23252),
(23229, 23250),
(23238, 23243),
(23239, 23241),
(23240, 23242),
(23338, 17465),
(23510, 23509),
(31801, 53736),
(32182, 2825),
(32235, 32245),
(32239, 32243),
(32240, 32244),
(32242, 32296),
(32266, 32267),
(32271, 32272),
(32289, 32246),
(32290, 32295),
(32292, 32297),
(33690, 35715),
(33691, 35717),
(34406, 35022),
(35710, 35020),
(35711, 34795),
(35712, 35027),
(35713, 35025),
(35714, 33660),
(48027, 35028),
(49359, 49358),
(49360, 49361),
(60424, 55531),
(60867, 60866),
(61229, 61230),
(61996, 61997),
(62609, 62746),
(63232, 63640),
(63636, 63635),
(63637, 63643),
(63638, 63641),
(63639, 63642),
(65637, 65639),
(65638, 65645),
(65640, 65646),
(65642, 65641),
(65643, 65644),
(66087, 66088),
(66090, 66091),
(66847, 17462),
(67064, 67144),
(67065, 67147),
(67066, 67146),
(67079, 67145),
(67080, 67136),
(67082, 67138),
(67083, 67143),
(67084, 67140),
(67085, 67141),
(67086, 67142),
(67087, 67139),
(67091, 67130),
(67092, 67131),
(67093, 67132),
(67095, 67134),
(67096, 67135),
(68057, 68056),
(68187, 68188);
CREATE TABLE IF NOT EXISTS `player_levelstats` (
`race` tinyint(3) unsigned NOT NULL,
`class` tinyint(3) unsigned NOT NULL,
`level` tinyint(3) unsigned NOT NULL,
`str` tinyint(3) unsigned NOT NULL,
`agi` tinyint(3) unsigned NOT NULL,
`sta` tinyint(3) unsigned NOT NULL,
`inte` tinyint(3) unsigned NOT NULL,
`spi` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`race`,`class`,`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores levels stats.';
INSERT INTO `player_levelstats` (`race`, `class`, `level`, `str`, `agi`, `sta`, `inte`, `spi`) VALUES
(1, 1, 1, 23, 20, 22, 20, 20),
(1, 1, 2, 24, 21, 23, 20, 20),
(1, 1, 3, 26, 22, 24, 20, 21),
(1, 1, 4, 27, 22, 26, 20, 21),
(1, 1, 5, 28, 23, 27, 20, 21),
(1, 1, 6, 30, 24, 28, 20, 21),
(1, 1, 7, 31, 25, 29, 21, 22),
(1, 1, 8, 32, 26, 30, 21, 22),
(1, 1, 9, 34, 26, 32, 21, 22),
(1, 1, 10, 35, 27, 33, 21, 23),
(1, 1, 11, 36, 28, 34, 21, 23),
(1, 1, 12, 38, 29, 35, 21, 23),
(1, 1, 13, 39, 30, 37, 21, 24),
(1, 1, 14, 41, 31, 38, 21, 24),
(1, 1, 15, 42, 32, 39, 21, 24),
(1, 1, 16, 44, 33, 41, 21, 25),
(1, 1, 17, 45, 34, 42, 22, 25),
(1, 1, 18, 47, 34, 43, 22, 25),
(1, 1, 19, 48, 35, 45, 22, 26),
(1, 1, 20, 50, 36, 46, 22, 26),
(1, 1, 21, 51, 37, 48, 22, 26),
(1, 1, 22, 53, 38, 49, 22, 27),
(1, 1, 23, 54, 39, 51, 22, 27),
(1, 1, 24, 56, 40, 52, 23, 28),
(1, 1, 25, 58, 41, 53, 23, 28),
(1, 1, 26, 59, 42, 55, 23, 28),
(1, 1, 27, 61, 43, 56, 23, 29),
(1, 1, 28, 63, 44, 58, 23, 29),
(1, 1, 29, 64, 45, 59, 23, 30),
(1, 1, 30, 66, 46, 61, 24, 30),
(1, 1, 31, 68, 47, 62, 24, 30),
(1, 1, 32, 69, 48, 64, 24, 31),
(1, 1, 33, 71, 50, 66, 24, 31),
(1, 1, 34, 73, 51, 67, 24, 32),
(1, 1, 35, 74, 52, 69, 24, 32),
(1, 1, 36, 76, 53, 70, 25, 33),
(1, 1, 37, 78, 54, 72, 25, 33),
(1, 1, 38, 80, 55, 74, 25, 34),
(1, 1, 39, 82, 56, 75, 25, 34),
(1, 1, 40, 83, 57, 77, 25, 35),
(1, 1, 41, 85, 58, 79, 26, 35),
(1, 1, 42, 87, 60, 80, 26, 35),
(1, 1, 43, 89, 61, 82, 26, 36),
(1, 1, 44, 91, 62, 84, 26, 36),
(1, 1, 45, 93, 63, 85, 26, 37),
(1, 1, 46, 95, 64, 87, 27, 37),
(1, 1, 47, 97, 66, 89, 27, 38),
(1, 1, 48, 99, 67, 91, 27, 38),
(1, 1, 49, 101, 68, 93, 27, 39),
(1, 1, 50, 103, 69, 94, 28, 40),
(1, 1, 51, 105, 71, 96, 28, 40),
(1, 1, 52, 107, 72, 98, 28, 41),
(1, 1, 53, 109, 73, 100, 28, 41),
(1, 1, 54, 111, 74, 102, 29, 42),
(1, 1, 55, 113, 76, 103, 29, 42),
(1, 1, 56, 115, 77, 105, 29, 43),
(1, 1, 57, 117, 78, 107, 29, 43),
(1, 1, 58, 119, 79, 109, 30, 44),
(1, 1, 59, 121, 81, 111, 30, 44),
(1, 1, 60, 123, 82, 113, 30, 45),
(1, 1, 61, 125, 83, 115, 30, 46),
(1, 1, 62, 127, 85, 117, 31, 46),
(1, 1, 63, 129, 86, 119, 31, 47),
(1, 1, 64, 132, 88, 121, 31, 47),
(1, 1, 65, 134, 89, 123, 32, 48),
(1, 1, 66, 136, 90, 125, 32, 49),
(1, 1, 67, 138, 92, 127, 32, 49),
(1, 1, 68, 140, 93, 129, 32, 50),
(1, 1, 69, 143, 95, 131, 33, 50),
(1, 1, 70, 145, 96, 133, 33, 51),
(1, 1, 71, 148, 97, 140, 33, 53),
(1, 1, 72, 156, 99, 143, 33, 54),
(1, 1, 73, 162, 101, 148, 33, 55),
(1, 1, 74, 162, 102, 148, 34, 55),
(1, 1, 75, 165, 104, 150, 34, 56),
(1, 1, 76, 171, 106, 156, 34, 57),
(1, 1, 77, 171, 108, 157, 35, 58),
(1, 1, 78, 174, 109, 159, 35, 58),
(1, 1, 79, 181, 111, 165, 35, 59),
(1, 1, 80, 184, 113, 168, 36, 60),
(1, 2, 1, 22, 20, 22, 20, 21),
(1, 2, 2, 23, 21, 23, 21, 22),
(1, 2, 3, 24, 21, 24, 21, 22),
(1, 2, 4, 25, 22, 25, 22, 23),
(1, 2, 5, 26, 22, 26, 23, 24),
(1, 2, 6, 28, 23, 27, 23, 25),
(1, 2, 7, 29, 24, 28, 24, 25),
(1, 2, 8, 30, 24, 29, 25, 26),
(1, 2, 9, 31, 25, 30, 25, 27),
(1, 2, 10, 32, 25, 32, 26, 27),
(1, 2, 11, 33, 26, 33, 27, 28),
(1, 2, 12, 35, 27, 34, 27, 29),
(1, 2, 13, 36, 27, 35, 28, 30),
(1, 2, 14, 37, 28, 36, 29, 31),
(1, 2, 15, 38, 29, 37, 30, 31),
(1, 2, 16, 40, 29, 38, 30, 32),
(1, 2, 17, 41, 30, 40, 31, 33),
(1, 2, 18, 42, 31, 41, 32, 34),
(1, 2, 19, 43, 31, 42, 33, 35),
(1, 2, 20, 45, 32, 43, 33, 35),
(1, 2, 21, 46, 33, 45, 34, 36),
(1, 2, 22, 47, 33, 46, 35, 37),
(1, 2, 23, 49, 34, 47, 36, 38),
(1, 2, 24, 50, 35, 48, 37, 39),
(1, 2, 25, 51, 36, 50, 37, 40),
(1, 2, 26, 53, 36, 51, 38, 41),
(1, 2, 27, 54, 37, 52, 39, 42),
(1, 2, 28, 56, 38, 54, 40, 43),
(1, 2, 29, 57, 39, 55, 41, 43),
(1, 2, 30, 58, 39, 56, 42, 44),
(1, 2, 31, 60, 40, 58, 43, 45),
(1, 2, 32, 61, 41, 59, 43, 46),
(1, 2, 33, 63, 42, 60, 44, 47),
(1, 2, 34, 64, 43, 62, 45, 48),
(1, 2, 35, 66, 44, 63, 46, 49),
(1, 2, 36, 67, 44, 65, 47, 50),
(1, 2, 37, 69, 45, 66, 48, 51),
(1, 2, 38, 70, 46, 67, 49, 52),
(1, 2, 39, 72, 47, 69, 50, 53),
(1, 2, 40, 73, 48, 70, 51, 54),
(1, 2, 41, 75, 49, 72, 52, 55),
(1, 2, 42, 77, 49, 73, 53, 56),
(1, 2, 43, 78, 50, 75, 54, 57),
(1, 2, 44, 80, 51, 76, 55, 58),
(1, 2, 45, 81, 52, 78, 56, 59),
(1, 2, 46, 83, 53, 79, 57, 61),
(1, 2, 47, 85, 54, 81, 58, 62),
(1, 2, 48, 86, 55, 83, 59, 63),
(1, 2, 49, 88, 56, 84, 60, 64),
(1, 2, 50, 90, 57, 86, 61, 65),
(1, 2, 51, 91, 58, 87, 62, 66),
(1, 2, 52, 93, 59, 89, 63, 67),
(1, 2, 53, 95, 60, 91, 64, 68),
(1, 2, 54, 97, 61, 92, 65, 69),
(1, 2, 55, 98, 61, 94, 66, 71),
(1, 2, 56, 100, 62, 95, 67, 72),
(1, 2, 57, 102, 63, 97, 68, 73),
(1, 2, 58, 104, 64, 99, 69, 74),
(1, 2, 59, 105, 65, 101, 70, 75),
(1, 2, 60, 107, 66, 102, 71, 77),
(1, 2, 61, 109, 67, 104, 73, 78),
(1, 2, 62, 111, 69, 106, 74, 79),
(1, 2, 63, 113, 70, 107, 75, 80),
(1, 2, 64, 115, 71, 109, 76, 81),
(1, 2, 65, 116, 72, 111, 77, 83),
(1, 2, 66, 118, 73, 113, 78, 84),
(1, 2, 67, 120, 74, 115, 79, 85),
(1, 2, 68, 122, 75, 116, 81, 86),
(1, 2, 69, 124, 76, 118, 82, 88),
(1, 2, 70, 126, 77, 120, 83, 89),
(1, 2, 71, 148, 78, 122, 84, 92),
(1, 2, 72, 150, 79, 125, 86, 94),
(1, 2, 73, 152, 80, 127, 87, 96),
(1, 2, 74, 156, 82, 129, 89, 97),
(1, 2, 75, 158, 83, 131, 90, 99),
(1, 2, 76, 162, 84, 134, 92, 100),
(1, 2, 77, 164, 86, 136, 93, 103),
(1, 2, 78, 167, 87, 138, 95, 105),
(1, 2, 79, 170, 88, 153, 96, 106),
(1, 2, 80, 173, 90, 160, 98, 108),
(1, 4, 1, 21, 23, 21, 20, 20),
(1, 4, 2, 22, 24, 22, 20, 20),
(1, 4, 3, 23, 26, 22, 20, 21),
(1, 4, 4, 23, 27, 23, 20, 21),
(1, 4, 5, 24, 29, 24, 21, 21),
(1, 4, 6, 25, 30, 25, 21, 22),
(1, 4, 7, 26, 32, 25, 21, 22),
(1, 4, 8, 26, 33, 26, 21, 23),
(1, 4, 9, 27, 35, 27, 21, 23),
(1, 4, 10, 28, 36, 27, 21, 23),
(1, 4, 11, 29, 38, 28, 22, 24),
(1, 4, 12, 30, 39, 29, 22, 24),
(1, 4, 13, 31, 41, 30, 22, 25),
(1, 4, 14, 31, 43, 31, 22, 25),
(1, 4, 15, 32, 44, 31, 22, 25),
(1, 4, 16, 33, 46, 32, 23, 26),
(1, 4, 17, 34, 48, 33, 23, 26),
(1, 4, 18, 35, 49, 34, 23, 27),
(1, 4, 19, 36, 51, 35, 23, 27),
(1, 4, 20, 37, 53, 35, 23, 28),
(1, 4, 21, 38, 54, 36, 24, 28),
(1, 4, 22, 39, 56, 37, 24, 29),
(1, 4, 23, 40, 58, 38, 24, 29),
(1, 4, 24, 41, 60, 39, 24, 30),
(1, 4, 25, 42, 61, 40, 25, 30),
(1, 4, 26, 43, 63, 41, 25, 31),
(1, 4, 27, 44, 65, 42, 25, 31),
(1, 4, 28, 45, 67, 43, 25, 32),
(1, 4, 29, 46, 69, 43, 25, 32),
(1, 4, 30, 47, 71, 44, 26, 33),
(1, 4, 31, 48, 72, 45, 26, 33),
(1, 4, 32, 49, 74, 46, 26, 34),
(1, 4, 33, 50, 76, 47, 27, 34),
(1, 4, 34, 51, 78, 48, 27, 35),
(1, 4, 35, 52, 80, 49, 27, 35),
(1, 4, 36, 53, 82, 50, 27, 36),
(1, 4, 37, 54, 84, 51, 28, 36),
(1, 4, 38, 55, 86, 52, 28, 37),
(1, 4, 39, 56, 88, 53, 28, 38),
(1, 4, 40, 57, 90, 54, 28, 38),
(1, 4, 41, 58, 92, 55, 29, 39),
(1, 4, 42, 60, 94, 56, 29, 39),
(1, 4, 43, 61, 96, 57, 29, 40),
(1, 4, 44, 62, 98, 58, 30, 40),
(1, 4, 45, 63, 100, 59, 30, 41),
(1, 4, 46, 64, 103, 61, 30, 42),
(1, 4, 47, 65, 105, 62, 31, 42),
(1, 4, 48, 66, 107, 63, 31, 43),
(1, 4, 49, 68, 109, 64, 31, 44),
(1, 4, 50, 69, 111, 65, 32, 44),
(1, 4, 51, 70, 113, 66, 32, 45),
(1, 4, 52, 71, 116, 67, 32, 45),
(1, 4, 53, 73, 118, 68, 33, 46),
(1, 4, 54, 74, 120, 69, 33, 47),
(1, 4, 55, 75, 122, 71, 33, 47),
(1, 4, 56, 76, 125, 72, 34, 48),
(1, 4, 57, 78, 127, 73, 34, 49),
(1, 4, 58, 79, 129, 74, 34, 49),
(1, 4, 59, 80, 131, 75, 35, 50),
(1, 4, 60, 81, 134, 77, 35, 51),
(1, 4, 61, 83, 136, 78, 35, 51),
(1, 4, 62, 84, 138, 79, 36, 52),
(1, 4, 63, 85, 141, 80, 36, 53),
(1, 4, 64, 87, 143, 81, 37, 54),
(1, 4, 65, 88, 146, 83, 37, 54),
(1, 4, 66, 89, 148, 84, 37, 55),
(1, 4, 67, 91, 151, 85, 38, 56),
(1, 4, 68, 92, 153, 86, 38, 57),
(1, 4, 69, 94, 156, 88, 39, 57),
(1, 4, 70, 95, 158, 89, 39, 58),
(1, 4, 71, 97, 161, 90, 39, 60),
(1, 4, 72, 99, 164, 92, 40, 60),
(1, 4, 73, 100, 167, 94, 40, 61),
(1, 4, 74, 102, 170, 95, 41, 62),
(1, 4, 75, 104, 173, 97, 41, 63),
(1, 4, 76, 105, 176, 98, 41, 64),
(1, 4, 77, 107, 179, 100, 42, 65),
(1, 4, 78, 109, 183, 106, 42, 66),
(1, 4, 79, 111, 186, 107, 43, 67),
(1, 4, 80, 113, 189, 109, 43, 69),
(1, 5, 1, 20, 20, 20, 22, 23),
(1, 5, 2, 20, 20, 20, 23, 24),
(1, 5, 3, 20, 20, 21, 25, 26),
(1, 5, 4, 20, 21, 21, 26, 27),
(1, 5, 5, 21, 21, 21, 27, 28),
(1, 5, 6, 21, 21, 22, 29, 30),
(1, 5, 7, 21, 21, 22, 30, 31),
(1, 5, 8, 21, 22, 23, 31, 33),
(1, 5, 9, 21, 22, 23, 33, 34),
(1, 5, 10, 21, 22, 23, 34, 36),
(1, 5, 11, 22, 22, 24, 36, 37),
(1, 5, 12, 22, 23, 24, 37, 39),
(1, 5, 13, 22, 23, 25, 38, 40),
(1, 5, 14, 22, 23, 25, 40, 42),
(1, 5, 15, 22, 23, 25, 41, 43),
(1, 5, 16, 23, 24, 26, 43, 45),
(1, 5, 17, 23, 24, 26, 44, 46),
(1, 5, 18, 23, 24, 27, 46, 48),
(1, 5, 19, 23, 24, 27, 47, 49),
(1, 5, 20, 23, 25, 28, 49, 51),
(1, 5, 21, 24, 25, 28, 51, 53),
(1, 5, 22, 24, 25, 29, 52, 54),
(1, 5, 23, 24, 26, 29, 54, 56),
(1, 5, 24, 24, 26, 30, 55, 58),
(1, 5, 25, 25, 26, 30, 57, 59),
(1, 5, 26, 25, 27, 31, 59, 61),
(1, 5, 27, 25, 27, 31, 60, 63),
(1, 5, 28, 25, 27, 32, 62, 65),
(1, 5, 29, 25, 28, 32, 64, 66),
(1, 5, 30, 26, 28, 33, 65, 68),
(1, 5, 31, 26, 28, 33, 67, 70),
(1, 5, 32, 26, 29, 34, 69, 72),
(1, 5, 33, 27, 29, 34, 70, 73),
(1, 5, 34, 27, 29, 35, 72, 75),
(1, 5, 35, 27, 30, 35, 74, 77),
(1, 5, 36, 27, 30, 36, 76, 79),
(1, 5, 37, 28, 30, 36, 78, 81),
(1, 5, 38, 28, 31, 37, 79, 83),
(1, 5, 39, 28, 31, 38, 81, 85),
(1, 5, 40, 28, 31, 38, 83, 87),
(1, 5, 41, 29, 32, 39, 85, 88),
(1, 5, 42, 29, 32, 39, 87, 90),
(1, 5, 43, 29, 33, 40, 89, 92),
(1, 5, 44, 30, 33, 40, 91, 94),
(1, 5, 45, 30, 33, 41, 92, 96),
(1, 5, 46, 30, 34, 42, 94, 98),
(1, 5, 47, 31, 34, 42, 96, 100),
(1, 5, 48, 31, 35, 43, 98, 102),
(1, 5, 49, 31, 35, 44, 100, 104),
(1, 5, 50, 32, 36, 44, 102, 106),
(1, 5, 51, 32, 36, 45, 104, 109),
(1, 5, 52, 32, 36, 45, 106, 111),
(1, 5, 53, 33, 37, 46, 108, 113),
(1, 5, 54, 33, 37, 47, 110, 115),
(1, 5, 55, 33, 38, 47, 112, 117),
(1, 5, 56, 34, 38, 48, 114, 119),
(1, 5, 57, 34, 39, 49, 117, 121),
(1, 5, 58, 34, 39, 49, 119, 124),
(1, 5, 59, 35, 40, 50, 121, 126),
(1, 5, 60, 35, 40, 51, 123, 128),
(1, 5, 61, 35, 41, 51, 125, 130),
(1, 5, 62, 36, 41, 52, 127, 132),
(1, 5, 63, 36, 41, 53, 129, 135),
(1, 5, 64, 37, 42, 54, 132, 137),
(1, 5, 65, 37, 42, 54, 134, 139),
(1, 5, 66, 37, 43, 55, 136, 142),
(1, 5, 67, 38, 43, 56, 138, 144),
(1, 5, 68, 38, 44, 57, 140, 146),
(1, 5, 69, 39, 44, 57, 143, 149),
(1, 5, 70, 39, 45, 58, 145, 151),
(1, 5, 71, 39, 46, 59, 148, 158),
(1, 5, 72, 40, 46, 59, 151, 161),
(1, 5, 73, 40, 47, 60, 154, 164),
(1, 5, 74, 41, 47, 61, 156, 167),
(1, 5, 75, 41, 48, 62, 159, 170),
(1, 5, 76, 41, 49, 63, 162, 174),
(1, 5, 77, 42, 49, 64, 165, 177),
(1, 5, 78, 42, 50, 65, 168, 180),
(1, 5, 79, 43, 50, 66, 171, 183),
(1, 5, 80, 43, 51, 67, 174, 186),
(1, 6, 1, 23, 20, 22, 20, 20),
(1, 6, 2, 24, 21, 23, 20, 20),
(1, 6, 3, 26, 22, 24, 20, 21),
(1, 6, 4, 27, 22, 26, 20, 21),
(1, 6, 5, 28, 23, 27, 20, 21),
(1, 6, 6, 30, 24, 28, 20, 21),
(1, 6, 7, 31, 25, 29, 21, 22),
(1, 6, 8, 32, 26, 30, 21, 22),
(1, 6, 9, 34, 26, 32, 21, 22),
(1, 6, 10, 35, 27, 33, 21, 23),
(1, 6, 11, 36, 28, 34, 21, 23),
(1, 6, 12, 38, 29, 35, 21, 23),
(1, 6, 13, 39, 30, 37, 21, 24),
(1, 6, 14, 41, 31, 38, 21, 24),
(1, 6, 15, 42, 32, 39, 21, 24),
(1, 6, 16, 44, 33, 41, 21, 25),
(1, 6, 17, 45, 34, 42, 22, 25),
(1, 6, 18, 47, 34, 43, 22, 25),
(1, 6, 19, 48, 35, 45, 22, 26),
(1, 6, 20, 50, 36, 46, 22, 26),
(1, 6, 21, 51, 37, 48, 22, 26),
(1, 6, 22, 53, 38, 49, 22, 27),
(1, 6, 23, 54, 39, 51, 22, 27),
(1, 6, 24, 56, 40, 52, 23, 28),
(1, 6, 25, 58, 41, 53, 23, 28),
(1, 6, 26, 59, 42, 55, 23, 28),
(1, 6, 27, 61, 43, 56, 23, 29),
(1, 6, 28, 63, 44, 58, 23, 29),
(1, 6, 29, 64, 45, 59, 23, 30),
(1, 6, 30, 66, 46, 61, 24, 30),
(1, 6, 31, 68, 47, 62, 24, 30),
(1, 6, 32, 69, 48, 64, 24, 31),
(1, 6, 33, 71, 50, 66, 24, 31),
(1, 6, 34, 73, 51, 67, 24, 32),
(1, 6, 35, 74, 52, 69, 24, 32),
(1, 6, 36, 76, 53, 70, 25, 33),
(1, 6, 37, 78, 54, 72, 25, 33),
(1, 6, 38, 80, 55, 74, 25, 34),
(1, 6, 39, 82, 56, 75, 25, 34),
(1, 6, 40, 83, 57, 77, 25, 35),
(1, 6, 41, 85, 58, 79, 26, 35),
(1, 6, 42, 87, 60, 80, 26, 35),
(1, 6, 43, 89, 61, 82, 26, 36),
(1, 6, 44, 91, 62, 84, 26, 36),
(1, 6, 45, 93, 63, 85, 26, 37),
(1, 6, 46, 95, 64, 87, 27, 37),
(1, 6, 47, 97, 66, 89, 27, 38),
(1, 6, 48, 99, 67, 91, 27, 38),
(1, 6, 49, 101, 68, 93, 27, 39),
(1, 6, 50, 103, 69, 94, 28, 40),
(1, 6, 51, 105, 71, 96, 28, 40),
(1, 6, 52, 106, 72, 97, 28, 41),
(1, 6, 53, 107, 72, 98, 28, 41),
(1, 6, 54, 107, 73, 98, 29, 42),
(1, 6, 55, 108, 73, 99, 29, 43),
(1, 6, 56, 111, 75, 102, 29, 44),
(1, 6, 57, 113, 76, 104, 29, 44),
(1, 6, 58, 118, 77, 106, 30, 45),
(1, 6, 59, 118, 79, 108, 30, 45),
(1, 6, 60, 123, 80, 110, 30, 46),
(1, 6, 61, 125, 81, 112, 30, 47),
(1, 6, 62, 128, 83, 114, 30, 47),
(1, 6, 63, 130, 84, 117, 31, 48),
(1, 6, 64, 130, 86, 119, 31, 48),
(1, 6, 65, 140, 87, 128, 31, 49),
(1, 6, 66, 143, 89, 131, 31, 50),
(1, 6, 67, 146, 90, 133, 32, 50),
(1, 6, 68, 148, 92, 135, 32, 51),
(1, 6, 69, 151, 93, 138, 32, 52),
(1, 6, 70, 154, 95, 140, 32, 52),
(1, 6, 71, 162, 97, 144, 33, 53),
(1, 6, 72, 164, 98, 146, 33, 54),
(1, 6, 73, 165, 100, 148, 33, 55),
(1, 6, 74, 166, 102, 151, 33, 55),
(1, 6, 75, 169, 103, 154, 34, 56),
(1, 6, 76, 172, 105, 157, 34, 57),
(1, 6, 77, 175, 107, 157, 34, 58),
(1, 6, 78, 176, 108, 157, 34, 58),
(1, 6, 79, 177, 110, 157, 35, 59),
(1, 6, 80, 180, 112, 160, 35, 60),
(1, 8, 1, 20, 20, 20, 23, 22),
(1, 8, 2, 20, 20, 20, 24, 23),
(1, 8, 3, 20, 20, 21, 26, 25),
(1, 8, 4, 20, 20, 21, 27, 26),
(1, 8, 5, 20, 21, 21, 28, 27),
(1, 8, 6, 20, 21, 21, 30, 29),
(1, 8, 7, 21, 21, 22, 31, 30),
(1, 8, 8, 21, 21, 22, 33, 31),
(1, 8, 9, 21, 21, 22, 34, 33),
(1, 8, 10, 21, 21, 23, 36, 34),
(1, 8, 11, 21, 22, 23, 37, 36),
(1, 8, 12, 21, 22, 23, 39, 37),
(1, 8, 13, 21, 22, 24, 40, 38),
(1, 8, 14, 21, 22, 24, 42, 40),
(1, 8, 15, 21, 22, 24, 43, 41),
(1, 8, 16, 21, 23, 25, 45, 43),
(1, 8, 17, 22, 23, 25, 46, 44),
(1, 8, 18, 22, 23, 25, 48, 46),
(1, 8, 19, 22, 23, 26, 49, 47),
(1, 8, 20, 22, 23, 26, 51, 49),
(1, 8, 21, 22, 24, 26, 53, 51),
(1, 8, 22, 22, 24, 27, 54, 52),
(1, 8, 23, 22, 24, 27, 56, 54),
(1, 8, 24, 23, 24, 28, 58, 55),
(1, 8, 25, 23, 25, 28, 59, 57),
(1, 8, 26, 23, 25, 28, 61, 59),
(1, 8, 27, 23, 25, 29, 63, 60),
(1, 8, 28, 23, 25, 29, 65, 62),
(1, 8, 29, 23, 25, 30, 66, 64),
(1, 8, 30, 24, 26, 30, 68, 65),
(1, 8, 31, 24, 26, 30, 70, 67),
(1, 8, 32, 24, 26, 31, 72, 69),
(1, 8, 33, 24, 27, 31, 73, 70),
(1, 8, 34, 24, 27, 32, 75, 72),
(1, 8, 35, 24, 27, 32, 77, 74),
(1, 8, 36, 25, 27, 33, 79, 76),
(1, 8, 37, 25, 28, 33, 81, 78),
(1, 8, 38, 25, 28, 34, 83, 79),
(1, 8, 39, 25, 28, 34, 85, 81),
(1, 8, 40, 25, 28, 35, 87, 83),
(1, 8, 41, 26, 29, 35, 88, 85),
(1, 8, 42, 26, 29, 35, 90, 87),
(1, 8, 43, 26, 29, 36, 92, 89),
(1, 8, 44, 26, 30, 36, 94, 91),
(1, 8, 45, 26, 30, 37, 96, 92),
(1, 8, 46, 27, 30, 37, 98, 94),
(1, 8, 47, 27, 31, 38, 100, 96),
(1, 8, 48, 27, 31, 38, 102, 98),
(1, 8, 49, 27, 31, 39, 104, 100),
(1, 8, 50, 28, 32, 40, 106, 102),
(1, 8, 51, 28, 32, 40, 109, 104),
(1, 8, 52, 28, 32, 41, 111, 106),
(1, 8, 53, 28, 33, 41, 113, 108),
(1, 8, 54, 29, 33, 42, 115, 110),
(1, 8, 55, 29, 33, 42, 117, 112),
(1, 8, 56, 29, 34, 43, 119, 114),
(1, 8, 57, 29, 34, 43, 121, 117),
(1, 8, 58, 30, 34, 44, 124, 119),
(1, 8, 59, 30, 35, 44, 126, 121),
(1, 8, 60, 30, 35, 45, 128, 123),
(1, 8, 61, 30, 35, 46, 130, 125),
(1, 8, 62, 31, 36, 46, 132, 127),
(1, 8, 63, 31, 36, 47, 135, 129),
(1, 8, 64, 31, 37, 47, 137, 132),
(1, 8, 65, 32, 37, 48, 139, 134),
(1, 8, 66, 32, 37, 49, 142, 136),
(1, 8, 67, 32, 38, 49, 144, 138),
(1, 8, 68, 32, 38, 50, 146, 140),
(1, 8, 69, 33, 39, 50, 149, 143),
(1, 8, 70, 33, 39, 51, 151, 145),
(1, 8, 71, 33, 39, 52, 154, 152),
(1, 8, 72, 33, 40, 53, 160, 155),
(1, 8, 73, 33, 40, 54, 160, 158),
(1, 8, 74, 34, 41, 54, 163, 160),
(1, 8, 75, 34, 41, 55, 166, 163),
(1, 8, 76, 34, 41, 56, 169, 166),
(1, 8, 77, 35, 42, 57, 172, 169),
(1, 8, 78, 35, 42, 57, 175, 173),
(1, 8, 79, 35, 43, 58, 178, 176),
(1, 8, 80, 36, 43, 59, 181, 179),
(1, 9, 1, 20, 20, 21, 22, 22),
(1, 9, 2, 20, 20, 22, 23, 23),
(1, 9, 3, 21, 21, 22, 24, 24),
(1, 9, 4, 21, 21, 23, 26, 25),
(1, 9, 5, 21, 21, 23, 27, 27),
(1, 9, 6, 21, 22, 24, 28, 28),
(1, 9, 7, 22, 22, 24, 29, 29),
(1, 9, 8, 22, 23, 25, 30, 30),
(1, 9, 9, 22, 23, 26, 32, 31),
(1, 9, 10, 23, 23, 26, 33, 33),
(1, 9, 11, 23, 24, 27, 34, 34),
(1, 9, 12, 23, 24, 27, 35, 35),
(1, 9, 13, 24, 25, 28, 37, 36),
(1, 9, 14, 24, 25, 29, 38, 38),
(1, 9, 15, 24, 25, 29, 39, 39),
(1, 9, 16, 25, 26, 30, 41, 40),
(1, 9, 17, 25, 26, 31, 42, 42),
(1, 9, 18, 25, 27, 31, 43, 43),
(1, 9, 19, 26, 27, 32, 45, 44),
(1, 9, 20, 26, 28, 33, 46, 46),
(1, 9, 21, 26, 28, 33, 48, 47),
(1, 9, 22, 27, 29, 34, 49, 49),
(1, 9, 23, 27, 29, 35, 51, 50),
(1, 9, 24, 28, 30, 35, 52, 51),
(1, 9, 25, 28, 30, 36, 53, 53),
(1, 9, 26, 28, 31, 37, 55, 54),
(1, 9, 27, 29, 31, 37, 56, 56),
(1, 9, 28, 29, 32, 38, 58, 57),
(1, 9, 29, 30, 32, 39, 59, 59),
(1, 9, 30, 30, 33, 40, 61, 60),
(1, 9, 31, 30, 33, 40, 62, 62),
(1, 9, 32, 31, 34, 41, 64, 63),
(1, 9, 33, 31, 34, 42, 66, 65),
(1, 9, 34, 32, 35, 43, 67, 66),
(1, 9, 35, 32, 35, 44, 69, 68),
(1, 9, 36, 33, 36, 44, 70, 69),
(1, 9, 37, 33, 36, 45, 72, 71),
(1, 9, 38, 34, 37, 46, 74, 73),
(1, 9, 39, 34, 38, 47, 75, 74),
(1, 9, 40, 35, 38, 48, 77, 76),
(1, 9, 41, 35, 39, 48, 79, 78),
(1, 9, 42, 35, 39, 49, 80, 79),
(1, 9, 43, 36, 40, 50, 82, 81),
(1, 9, 44, 36, 40, 51, 84, 83),
(1, 9, 45, 37, 41, 52, 85, 84),
(1, 9, 46, 37, 42, 53, 87, 86),
(1, 9, 47, 38, 42, 54, 89, 88),
(1, 9, 48, 38, 43, 55, 91, 89),
(1, 9, 49, 39, 44, 55, 93, 91),
(1, 9, 50, 40, 44, 56, 94, 93),
(1, 9, 51, 40, 45, 57, 96, 95),
(1, 9, 52, 41, 45, 58, 98, 97),
(1, 9, 53, 41, 46, 59, 100, 98),
(1, 9, 54, 42, 47, 60, 102, 100),
(1, 9, 55, 42, 47, 61, 103, 102),
(1, 9, 56, 43, 48, 62, 105, 104),
(1, 9, 57, 43, 49, 63, 107, 106),
(1, 9, 58, 44, 49, 64, 109, 108),
(1, 9, 59, 44, 50, 65, 111, 109),
(1, 9, 60, 45, 51, 66, 113, 111),
(1, 9, 61, 46, 51, 67, 115, 113),
(1, 9, 62, 46, 52, 68, 117, 115),
(1, 9, 63, 47, 53, 69, 119, 117),
(1, 9, 64, 47, 54, 70, 121, 119),
(1, 9, 65, 48, 54, 71, 123, 121),
(1, 9, 66, 49, 55, 72, 125, 123),
(1, 9, 67, 49, 56, 73, 127, 125),
(1, 9, 68, 50, 57, 74, 129, 127),
(1, 9, 69, 50, 57, 75, 131, 129),
(1, 9, 70, 51, 58, 76, 133, 131),
(1, 9, 71, 52, 59, 78, 135, 146),
(1, 9, 72, 53, 59, 79, 138, 148),
(1, 9, 73, 54, 60, 80, 140, 151),
(1, 9, 74, 54, 61, 89, 143, 154),
(1, 9, 75, 55, 62, 91, 145, 156),
(1, 9, 76, 56, 63, 92, 148, 159),
(1, 9, 77, 57, 64, 93, 151, 162),
(1, 9, 78, 57, 65, 95, 153, 165),
(1, 9, 79, 58, 66, 96, 156, 168),
(1, 9, 80, 59, 67, 97, 159, 170),
(2, 1, 1, 26, 17, 24, 17, 23),
(2, 1, 2, 27, 18, 25, 17, 23),
(2, 1, 3, 29, 19, 26, 17, 24),
(2, 1, 4, 30, 19, 27, 17, 24),
(2, 1, 5, 31, 20, 29, 17, 24),
(2, 1, 6, 32, 21, 30, 17, 24),
(2, 1, 7, 34, 22, 31, 18, 25),
(2, 1, 8, 35, 23, 32, 18, 25),
(2, 1, 9, 37, 24, 34, 18, 25),
(2, 1, 10, 38, 24, 35, 18, 26),
(2, 1, 11, 39, 25, 36, 18, 26),
(2, 1, 12, 41, 26, 37, 18, 26),
(2, 1, 13, 42, 27, 39, 18, 27),
(2, 1, 14, 44, 28, 40, 18, 27),
(2, 1, 15, 45, 29, 41, 18, 27),
(2, 1, 16, 47, 30, 43, 19, 28),
(2, 1, 17, 48, 31, 44, 19, 28),
(2, 1, 18, 50, 32, 45, 19, 28),
(2, 1, 19, 51, 33, 47, 19, 29),
(2, 1, 20, 53, 34, 48, 19, 29),
(2, 1, 21, 54, 34, 50, 19, 29),
(2, 1, 22, 56, 35, 51, 19, 30),
(2, 1, 23, 57, 36, 52, 20, 30),
(2, 1, 24, 59, 37, 54, 20, 30),
(2, 1, 25, 60, 38, 55, 20, 31),
(2, 1, 26, 62, 39, 57, 20, 31),
(2, 1, 27, 64, 40, 58, 20, 32),
(2, 1, 28, 65, 41, 60, 20, 32),
(2, 1, 29, 67, 43, 61, 21, 32),
(2, 1, 30, 69, 44, 63, 21, 33),
(2, 1, 31, 70, 45, 64, 21, 33),
(2, 1, 32, 72, 46, 66, 21, 34),
(2, 1, 33, 74, 47, 67, 21, 34),
(2, 1, 34, 76, 48, 69, 21, 35),
(2, 1, 35, 77, 49, 71, 22, 35),
(2, 1, 36, 79, 50, 72, 22, 36),
(2, 1, 37, 81, 51, 74, 22, 36),
(2, 1, 38, 83, 52, 76, 22, 36),
(2, 1, 39, 84, 53, 77, 22, 37),
(2, 1, 40, 86, 55, 79, 23, 37),
(2, 1, 41, 88, 56, 81, 23, 38),
(2, 1, 42, 90, 57, 82, 23, 38),
(2, 1, 43, 92, 58, 84, 23, 39),
(2, 1, 44, 94, 59, 86, 23, 39),
(2, 1, 45, 96, 60, 87, 24, 40),
(2, 1, 46, 98, 62, 89, 24, 40),
(2, 1, 47, 100, 63, 91, 24, 41),
(2, 1, 48, 101, 64, 93, 24, 41),
(2, 1, 49, 103, 65, 94, 25, 42),
(2, 1, 50, 105, 66, 96, 25, 42),
(2, 1, 51, 107, 68, 98, 25, 43),
(2, 1, 52, 109, 69, 100, 25, 43),
(2, 1, 53, 111, 70, 102, 25, 44),
(2, 1, 54, 113, 71, 104, 26, 45),
(2, 1, 55, 115, 73, 105, 26, 45),
(2, 1, 56, 118, 74, 107, 26, 46),
(2, 1, 57, 120, 75, 109, 26, 46),
(2, 1, 58, 122, 77, 111, 27, 47),
(2, 1, 59, 124, 78, 113, 27, 47),
(2, 1, 60, 126, 79, 115, 27, 48),
(2, 1, 61, 128, 81, 117, 27, 48),
(2, 1, 62, 130, 82, 119, 28, 49),
(2, 1, 63, 132, 83, 121, 28, 50),
(2, 1, 64, 135, 85, 123, 28, 50),
(2, 1, 65, 137, 86, 125, 29, 51),
(2, 1, 66, 139, 87, 127, 29, 52),
(2, 1, 67, 141, 89, 129, 29, 52),
(2, 1, 68, 143, 90, 131, 29, 53),
(2, 1, 69, 146, 92, 133, 30, 53),
(2, 1, 70, 148, 93, 135, 30, 54),
(2, 1, 71, 157, 94, 142, 30, 55),
(2, 1, 72, 162, 96, 148, 30, 56),
(2, 1, 73, 165, 98, 150, 30, 57),
(2, 1, 74, 168, 99, 153, 31, 57),
(2, 1, 75, 170, 101, 154, 31, 58),
(2, 1, 76, 172, 103, 156, 31, 59),
(2, 1, 77, 174, 105, 159, 32, 60),
(2, 1, 78, 179, 106, 162, 32, 60),
(2, 1, 79, 184, 108, 167, 32, 61),
(2, 1, 80, 187, 110, 170, 33, 62),
(2, 3, 1, 23, 20, 23, 17, 24),
(2, 3, 2, 23, 21, 24, 18, 25),
(2, 3, 3, 24, 23, 25, 18, 25),
(2, 3, 4, 24, 24, 26, 19, 26),
(2, 3, 5, 25, 25, 27, 19, 26),
(2, 3, 6, 25, 27, 28, 20, 27),
(2, 3, 7, 26, 28, 28, 21, 28),
(2, 3, 8, 26, 30, 29, 21, 28),
(2, 3, 9, 26, 31, 30, 22, 29),
(2, 3, 10, 27, 33, 31, 22, 30),
(2, 3, 11, 27, 34, 32, 23, 30),
(2, 3, 12, 28, 36, 33, 24, 31),
(2, 3, 13, 28, 37, 34, 24, 32),
(2, 3, 14, 29, 39, 35, 25, 33),
(2, 3, 15, 29, 40, 36, 26, 33),
(2, 3, 16, 30, 42, 37, 26, 34),
(2, 3, 17, 30, 43, 39, 27, 35),
(2, 3, 18, 31, 45, 40, 28, 35),
(2, 3, 19, 31, 47, 41, 28, 36),
(2, 3, 20, 32, 48, 42, 29, 37),
(2, 3, 21, 32, 50, 43, 30, 38),
(2, 3, 22, 33, 51, 44, 31, 39),
(2, 3, 23, 34, 53, 45, 31, 39),
(2, 3, 24, 34, 55, 46, 32, 40),
(2, 3, 25, 35, 57, 47, 33, 41),
(2, 3, 26, 35, 58, 48, 34, 42),
(2, 3, 27, 36, 60, 50, 34, 43),
(2, 3, 28, 36, 62, 51, 35, 43),
(2, 3, 29, 37, 63, 52, 36, 44),
(2, 3, 30, 38, 65, 53, 37, 45),
(2, 3, 31, 38, 67, 54, 37, 46),
(2, 3, 32, 39, 69, 56, 38, 47),
(2, 3, 33, 39, 71, 57, 39, 48),
(2, 3, 34, 40, 72, 58, 40, 49),
(2, 3, 35, 41, 74, 59, 41, 49),
(2, 3, 36, 41, 76, 61, 42, 50),
(2, 3, 37, 42, 78, 62, 42, 51),
(2, 3, 38, 43, 80, 63, 43, 52),
(2, 3, 39, 43, 82, 64, 44, 53),
(2, 3, 40, 44, 84, 66, 45, 54),
(2, 3, 41, 45, 86, 67, 46, 55),
(2, 3, 42, 45, 88, 68, 47, 56),
(2, 3, 43, 46, 90, 70, 47, 57),
(2, 3, 44, 47, 91, 71, 48, 58),
(2, 3, 45, 47, 93, 72, 49, 59),
(2, 3, 46, 48, 95, 74, 50, 60),
(2, 3, 47, 49, 98, 75, 51, 61),
(2, 3, 48, 50, 100, 77, 52, 62),
(2, 3, 49, 50, 102, 78, 53, 63),
(2, 3, 50, 51, 104, 79, 54, 64),
(2, 3, 51, 52, 106, 81, 55, 65),
(2, 3, 52, 52, 108, 82, 56, 66),
(2, 3, 53, 53, 110, 84, 57, 67),
(2, 3, 54, 54, 112, 85, 58, 68),
(2, 3, 55, 55, 114, 87, 59, 69),
(2, 3, 56, 55, 116, 88, 60, 70),
(2, 3, 57, 56, 118, 90, 61, 71),
(2, 3, 58, 57, 121, 91, 62, 72),
(2, 3, 59, 58, 123, 93, 63, 73),
(2, 3, 60, 59, 125, 94, 64, 74),
(2, 3, 61, 59, 127, 96, 65, 76),
(2, 3, 62, 60, 130, 97, 66, 77),
(2, 3, 63, 61, 132, 99, 67, 78),
(2, 3, 64, 62, 134, 100, 68, 79),
(2, 3, 65, 63, 136, 102, 69, 80),
(2, 3, 66, 64, 139, 104, 70, 81),
(2, 3, 67, 64, 141, 105, 71, 82),
(2, 3, 68, 65, 143, 107, 72, 84),
(2, 3, 69, 66, 146, 108, 73, 85),
(2, 3, 70, 67, 148, 110, 74, 86),
(2, 3, 71, 68, 151, 112, 75, 87),
(2, 3, 72, 69, 154, 114, 76, 88),
(2, 3, 73, 70, 157, 116, 77, 90),
(2, 3, 74, 71, 160, 118, 79, 91),
(2, 3, 75, 72, 163, 120, 80, 93),
(2, 3, 76, 73, 166, 122, 81, 94),
(2, 3, 77, 74, 169, 124, 83, 96),
(2, 3, 78, 75, 172, 126, 84, 97),
(2, 3, 79, 76, 175, 128, 85, 99),
(2, 3, 80, 77, 178, 130, 87, 100),
(2, 4, 1, 24, 20, 23, 17, 23),
(2, 4, 2, 25, 21, 24, 17, 23),
(2, 4, 3, 25, 23, 24, 17, 24),
(2, 4, 4, 26, 24, 25, 17, 24),
(2, 4, 5, 27, 26, 26, 18, 24),
(2, 4, 6, 28, 27, 26, 18, 25),
(2, 4, 7, 29, 29, 27, 18, 25),
(2, 4, 8, 29, 30, 28, 18, 26),
(2, 4, 9, 30, 32, 29, 18, 26),
(2, 4, 10, 31, 33, 29, 19, 26),
(2, 4, 11, 32, 35, 30, 19, 27),
(2, 4, 12, 33, 37, 31, 19, 27),
(2, 4, 13, 34, 38, 32, 19, 28),
(2, 4, 14, 34, 40, 32, 19, 28),
(2, 4, 15, 35, 41, 33, 19, 28),
(2, 4, 16, 36, 43, 34, 20, 29),
(2, 4, 17, 37, 45, 35, 20, 29),
(2, 4, 18, 38, 46, 36, 20, 30),
(2, 4, 19, 39, 48, 37, 20, 30),
(2, 4, 20, 40, 50, 37, 21, 31),
(2, 4, 21, 41, 52, 38, 21, 31),
(2, 4, 22, 42, 53, 39, 21, 31),
(2, 4, 23, 43, 55, 40, 21, 32),
(2, 4, 24, 43, 57, 41, 21, 32),
(2, 4, 25, 44, 59, 42, 22, 33),
(2, 4, 26, 45, 60, 43, 22, 33),
(2, 4, 27, 46, 62, 44, 22, 34),
(2, 4, 28, 47, 64, 44, 22, 34),
(2, 4, 29, 48, 66, 45, 23, 35),
(2, 4, 30, 49, 68, 46, 23, 35),
(2, 4, 31, 50, 70, 47, 23, 36),
(2, 4, 32, 51, 72, 48, 23, 36),
(2, 4, 33, 53, 73, 49, 24, 37),
(2, 4, 34, 54, 75, 50, 24, 38),
(2, 4, 35, 55, 77, 51, 24, 38),
(2, 4, 36, 56, 79, 52, 24, 39),
(2, 4, 37, 57, 81, 53, 25, 39),
(2, 4, 38, 58, 83, 54, 25, 40),
(2, 4, 39, 59, 85, 55, 25, 40),
(2, 4, 40, 60, 87, 56, 26, 41),
(2, 4, 41, 61, 89, 57, 26, 41),
(2, 4, 42, 62, 91, 58, 26, 42),
(2, 4, 43, 63, 93, 59, 27, 43),
(2, 4, 44, 65, 95, 60, 27, 43),
(2, 4, 45, 66, 98, 61, 27, 44),
(2, 4, 46, 67, 100, 62, 27, 44),
(2, 4, 47, 68, 102, 64, 28, 45),
(2, 4, 48, 69, 104, 65, 28, 46),
(2, 4, 49, 71, 106, 66, 28, 46),
(2, 4, 50, 72, 108, 67, 29, 47),
(2, 4, 51, 73, 110, 68, 29, 48),
(2, 4, 52, 74, 113, 69, 29, 48),
(2, 4, 53, 75, 115, 70, 30, 49),
(2, 4, 54, 77, 117, 71, 30, 50),
(2, 4, 55, 78, 119, 73, 30, 50),
(2, 4, 56, 79, 122, 74, 31, 51),
(2, 4, 57, 80, 124, 75, 31, 52),
(2, 4, 58, 82, 126, 76, 31, 52),
(2, 4, 59, 83, 129, 77, 32, 53),
(2, 4, 60, 84, 131, 78, 32, 54),
(2, 4, 61, 86, 133, 80, 33, 54),
(2, 4, 62, 87, 136, 81, 33, 55),
(2, 4, 63, 88, 138, 82, 33, 56),
(2, 4, 64, 90, 140, 83, 34, 57),
(2, 4, 65, 91, 143, 85, 34, 57),
(2, 4, 66, 92, 145, 86, 34, 58),
(2, 4, 67, 94, 148, 87, 35, 59),
(2, 4, 68, 95, 150, 88, 35, 59),
(2, 4, 69, 97, 153, 90, 36, 60),
(2, 4, 70, 98, 155, 91, 36, 61),
(2, 4, 71, 100, 158, 92, 36, 62),
(2, 4, 72, 102, 161, 94, 37, 62),
(2, 4, 73, 103, 164, 99, 37, 63),
(2, 4, 74, 105, 167, 100, 38, 64),
(2, 4, 75, 107, 170, 102, 38, 65),
(2, 4, 76, 108, 173, 102, 38, 66),
(2, 4, 77, 110, 176, 102, 39, 67),
(2, 4, 78, 112, 180, 103, 39, 68),
(2, 4, 79, 114, 183, 105, 40, 69),
(2, 4, 80, 116, 186, 107, 40, 70),
(2, 6, 1, 26, 17, 24, 17, 23),
(2, 6, 2, 27, 18, 25, 17, 23),
(2, 6, 3, 29, 19, 26, 17, 24),
(2, 6, 4, 30, 19, 27, 17, 24),
(2, 6, 5, 31, 20, 29, 17, 24),
(2, 6, 6, 32, 21, 30, 17, 24),
(2, 6, 7, 34, 22, 31, 18, 25),
(2, 6, 8, 35, 23, 32, 18, 25),
(2, 6, 9, 37, 24, 34, 18, 25),
(2, 6, 10, 38, 24, 35, 18, 26),
(2, 6, 11, 39, 25, 36, 18, 26),
(2, 6, 12, 41, 26, 37, 18, 26),
(2, 6, 13, 42, 27, 39, 18, 27),
(2, 6, 14, 44, 28, 40, 18, 27),
(2, 6, 15, 45, 29, 41, 18, 27),
(2, 6, 16, 47, 30, 43, 19, 28),
(2, 6, 17, 48, 31, 44, 19, 28),
(2, 6, 18, 50, 32, 45, 19, 28),
(2, 6, 19, 51, 33, 47, 19, 29),
(2, 6, 20, 53, 34, 48, 19, 29),
(2, 6, 21, 54, 34, 50, 19, 29),
(2, 6, 22, 56, 35, 51, 19, 30),
(2, 6, 23, 57, 36, 52, 20, 30),
(2, 6, 24, 59, 37, 54, 20, 30),
(2, 6, 25, 60, 38, 55, 20, 31),
(2, 6, 26, 62, 39, 57, 20, 31),
(2, 6, 27, 64, 40, 58, 20, 32),
(2, 6, 28, 65, 41, 60, 20, 32),
(2, 6, 29, 67, 43, 61, 21, 32),
(2, 6, 30, 69, 44, 63, 21, 33),
(2, 6, 31, 70, 45, 64, 21, 33),
(2, 6, 32, 72, 46, 66, 21, 34),
(2, 6, 33, 74, 47, 67, 21, 34),
(2, 6, 34, 76, 48, 69, 21, 35),
(2, 6, 35, 77, 49, 71, 22, 35),
(2, 6, 36, 79, 50, 72, 22, 36),
(2, 6, 37, 81, 51, 74, 22, 36),
(2, 6, 38, 83, 52, 76, 22, 36),
(2, 6, 39, 84, 53, 77, 22, 37),
(2, 6, 40, 86, 55, 79, 23, 37),
(2, 6, 41, 88, 56, 81, 23, 38),
(2, 6, 42, 90, 57, 82, 23, 38),
(2, 6, 43, 92, 58, 84, 23, 39),
(2, 6, 44, 94, 59, 86, 23, 39),
(2, 6, 45, 96, 60, 87, 24, 40),
(2, 6, 46, 98, 62, 89, 24, 40),
(2, 6, 47, 100, 63, 91, 24, 41),
(2, 6, 48, 101, 64, 93, 24, 41),
(2, 6, 49, 103, 65, 94, 25, 42),
(2, 6, 50, 105, 66, 96, 25, 42),
(2, 6, 51, 107, 68, 98, 25, 43),
(2, 6, 52, 109, 69, 100, 25, 43),
(2, 6, 53, 110, 69, 100, 25, 44),
(2, 6, 54, 111, 70, 101, 26, 45),
(2, 6, 55, 111, 70, 101, 26, 45),
(2, 6, 56, 114, 72, 104, 26, 46),
(2, 6, 57, 116, 73, 106, 26, 46),
(2, 6, 58, 118, 74, 108, 27, 47),
(2, 6, 59, 124, 76, 110, 27, 47),
(2, 6, 60, 126, 77, 112, 27, 48),
(2, 6, 61, 128, 78, 114, 27, 49),
(2, 6, 62, 131, 80, 116, 27, 49),
(2, 6, 63, 133, 81, 119, 28, 50),
(2, 6, 64, 136, 83, 121, 28, 50),
(2, 6, 65, 136, 84, 123, 28, 51),
(2, 6, 66, 142, 86, 126, 28, 52),
(2, 6, 67, 145, 87, 128, 29, 52),
(2, 6, 68, 147, 89, 130, 29, 53),
(2, 6, 69, 150, 90, 133, 29, 54),
(2, 6, 70, 157, 92, 135, 29, 54),
(2, 6, 71, 160, 94, 138, 30, 55),
(2, 6, 72, 163, 95, 140, 30, 56),
(2, 6, 73, 166, 97, 151, 30, 57),
(2, 6, 74, 169, 99, 154, 30, 57),
(2, 6, 75, 172, 100, 156, 31, 58),
(2, 6, 76, 175, 102, 160, 31, 59),
(2, 6, 77, 179, 104, 162, 31, 60),
(2, 6, 78, 182, 105, 165, 31, 60),
(2, 6, 79, 191, 107, 168, 32, 61),
(2, 6, 80, 194, 109, 171, 32, 62),
(2, 7, 1, 24, 17, 23, 18, 25),
(2, 7, 2, 25, 17, 24, 19, 26),
(2, 7, 3, 26, 18, 25, 20, 27),
(2, 7, 4, 26, 18, 26, 21, 28),
(2, 7, 5, 27, 19, 27, 22, 29),
(2, 7, 6, 28, 19, 28, 23, 30),
(2, 7, 7, 29, 20, 29, 24, 31),
(2, 7, 8, 30, 20, 30, 25, 32),
(2, 7, 9, 31, 21, 31, 26, 33),
(2, 7, 10, 32, 21, 32, 27, 34),
(2, 7, 11, 33, 22, 33, 28, 36),
(2, 7, 12, 34, 22, 34, 29, 37),
(2, 7, 13, 34, 23, 35, 30, 38),
(2, 7, 14, 35, 23, 36, 31, 39),
(2, 7, 15, 36, 24, 37, 32, 40),
(2, 7, 16, 37, 24, 39, 33, 41),
(2, 7, 17, 38, 25, 40, 34, 43),
(2, 7, 18, 39, 25, 41, 35, 44),
(2, 7, 19, 40, 26, 42, 36, 45),
(2, 7, 20, 41, 26, 43, 37, 46),
(2, 7, 21, 42, 27, 44, 38, 47),
(2, 7, 22, 43, 27, 45, 39, 49),
(2, 7, 23, 44, 28, 47, 40, 50),
(2, 7, 24, 45, 28, 48, 41, 51),
(2, 7, 25, 47, 29, 49, 43, 52),
(2, 7, 26, 48, 30, 50, 44, 54),
(2, 7, 27, 49, 30, 52, 45, 55),
(2, 7, 28, 50, 31, 53, 46, 56),
(2, 7, 29, 51, 31, 54, 47, 58),
(2, 7, 30, 52, 32, 55, 48, 59),
(2, 7, 31, 53, 33, 57, 50, 60),
(2, 7, 32, 54, 33, 58, 51, 62),
(2, 7, 33, 55, 34, 59, 52, 63),
(2, 7, 34, 57, 34, 61, 53, 65),
(2, 7, 35, 58, 35, 62, 55, 66),
(2, 7, 36, 59, 36, 63, 56, 67),
(2, 7, 37, 60, 36, 65, 57, 69),
(2, 7, 38, 61, 37, 66, 58, 70),
(2, 7, 39, 62, 38, 67, 60, 72),
(2, 7, 40, 64, 38, 69, 61, 73),
(2, 7, 41, 65, 39, 70, 62, 75),
(2, 7, 42, 66, 40, 72, 64, 76),
(2, 7, 43, 67, 40, 73, 65, 78),
(2, 7, 44, 69, 41, 74, 66, 79),
(2, 7, 45, 70, 42, 76, 68, 81),
(2, 7, 46, 71, 42, 77, 69, 82),
(2, 7, 47, 72, 43, 79, 70, 84),
(2, 7, 48, 74, 44, 80, 72, 85),
(2, 7, 49, 75, 45, 82, 73, 87),
(2, 7, 50, 76, 45, 83, 75, 89),
(2, 7, 51, 78, 46, 85, 76, 90),
(2, 7, 52, 79, 47, 86, 77, 92),
(2, 7, 53, 80, 47, 88, 79, 93),
(2, 7, 54, 82, 48, 90, 80, 95),
(2, 7, 55, 83, 49, 91, 82, 97),
(2, 7, 56, 85, 50, 93, 83, 98),
(2, 7, 57, 86, 50, 94, 85, 100),
(2, 7, 58, 87, 51, 96, 86, 102),
(2, 7, 59, 89, 52, 97, 88, 103),
(2, 7, 60, 90, 53, 99, 89, 105),
(2, 7, 61, 92, 54, 101, 91, 107),
(2, 7, 62, 93, 54, 102, 92, 109),
(2, 7, 63, 95, 55, 104, 94, 110),
(2, 7, 64, 96, 56, 106, 95, 112),
(2, 7, 65, 97, 57, 107, 97, 114),
(2, 7, 66, 99, 58, 109, 99, 116),
(2, 7, 67, 100, 58, 111, 100, 118),
(2, 7, 68, 102, 59, 113, 102, 119),
(2, 7, 69, 103, 60, 114, 103, 121),
(2, 7, 70, 105, 61, 116, 105, 123),
(2, 7, 71, 106, 62, 118, 117, 125),
(2, 7, 72, 108, 63, 120, 119, 128),
(2, 7, 73, 110, 64, 122, 122, 130),
(2, 7, 74, 112, 65, 125, 124, 132),
(2, 7, 75, 114, 66, 127, 126, 134),
(2, 7, 76, 116, 67, 129, 128, 137),
(2, 7, 77, 117, 68, 131, 128, 139),
(2, 7, 78, 119, 69, 133, 133, 141),
(2, 7, 79, 121, 70, 136, 135, 144),
(2, 7, 80, 123, 71, 138, 137, 146),
(2, 9, 1, 23, 17, 23, 19, 25),
(2, 9, 2, 23, 17, 24, 20, 26),
(2, 9, 3, 24, 18, 24, 21, 27),
(2, 9, 4, 24, 18, 25, 23, 28),
(2, 9, 5, 24, 18, 25, 24, 30),
(2, 9, 6, 24, 19, 26, 25, 31),
(2, 9, 7, 25, 19, 26, 26, 32),
(2, 9, 8, 25, 20, 27, 27, 33),
(2, 9, 9, 25, 20, 27, 29, 34),
(2, 9, 10, 26, 20, 28, 30, 36),
(2, 9, 11, 26, 21, 29, 31, 37),
(2, 9, 12, 26, 21, 29, 33, 38),
(2, 9, 13, 27, 22, 30, 34, 39),
(2, 9, 14, 27, 22, 31, 35, 41),
(2, 9, 15, 27, 23, 31, 37, 42),
(2, 9, 16, 28, 23, 32, 38, 43),
(2, 9, 17, 28, 23, 32, 39, 45),
(2, 9, 18, 28, 24, 33, 41, 46),
(2, 9, 19, 29, 24, 34, 42, 47),
(2, 9, 20, 29, 25, 34, 43, 49),
(2, 9, 21, 29, 25, 35, 45, 50),
(2, 9, 22, 30, 26, 36, 46, 51),
(2, 9, 23, 30, 26, 37, 48, 53),
(2, 9, 24, 30, 27, 37, 49, 54),
(2, 9, 25, 31, 27, 38, 51, 56),
(2, 9, 26, 31, 28, 39, 52, 57),
(2, 9, 27, 32, 28, 39, 54, 59),
(2, 9, 28, 32, 29, 40, 55, 60),
(2, 9, 29, 32, 29, 41, 57, 62),
(2, 9, 30, 33, 30, 42, 58, 63),
(2, 9, 31, 33, 30, 42, 60, 65),
(2, 9, 32, 34, 31, 43, 61, 66),
(2, 9, 33, 34, 31, 44, 63, 68),
(2, 9, 34, 35, 32, 45, 64, 69),
(2, 9, 35, 35, 32, 45, 66, 71),
(2, 9, 36, 36, 33, 46, 68, 72),
(2, 9, 37, 36, 34, 47, 69, 74),
(2, 9, 38, 36, 34, 48, 71, 76),
(2, 9, 39, 37, 35, 49, 72, 77),
(2, 9, 40, 37, 35, 50, 74, 79),
(2, 9, 41, 38, 36, 50, 76, 80),
(2, 9, 42, 38, 36, 51, 77, 82),
(2, 9, 43, 39, 37, 52, 79, 84),
(2, 9, 44, 39, 38, 53, 81, 85),
(2, 9, 45, 40, 38, 54, 83, 87),
(2, 9, 46, 40, 39, 55, 84, 89),
(2, 9, 47, 41, 39, 56, 86, 91),
(2, 9, 48, 41, 40, 56, 88, 92),
(2, 9, 49, 42, 41, 57, 90, 94),
(2, 9, 50, 42, 41, 58, 91, 96),
(2, 9, 51, 43, 42, 59, 93, 98),
(2, 9, 52, 43, 43, 60, 95, 99),
(2, 9, 53, 44, 43, 61, 97, 101),
(2, 9, 54, 45, 44, 62, 99, 103),
(2, 9, 55, 45, 45, 63, 101, 105),
(2, 9, 56, 46, 45, 64, 102, 107),
(2, 9, 57, 46, 46, 65, 104, 109),
(2, 9, 58, 47, 47, 66, 106, 110),
(2, 9, 59, 47, 47, 67, 108, 112),
(2, 9, 60, 48, 48, 68, 110, 114),
(2, 9, 61, 48, 49, 69, 112, 116),
(2, 9, 62, 49, 49, 70, 114, 118),
(2, 9, 63, 50, 50, 71, 116, 120),
(2, 9, 64, 50, 51, 72, 118, 122),
(2, 9, 65, 51, 51, 73, 120, 124),
(2, 9, 66, 52, 52, 74, 122, 126),
(2, 9, 67, 52, 53, 75, 124, 128),
(2, 9, 68, 53, 54, 76, 126, 130),
(2, 9, 69, 53, 54, 77, 128, 132),
(2, 9, 70, 54, 55, 78, 130, 134),
(2, 9, 71, 55, 56, 88, 134, 145),
(2, 9, 72, 56, 56, 89, 135, 147),
(2, 9, 73, 57, 57, 90, 137, 150),
(2, 9, 74, 57, 58, 91, 142, 153),
(2, 9, 75, 58, 59, 93, 142, 155),
(2, 9, 76, 59, 60, 94, 145, 158),
(2, 9, 77, 60, 61, 95, 148, 161),
(2, 9, 78, 60, 62, 97, 150, 164),
(2, 9, 79, 61, 63, 98, 153, 167),
(2, 9, 80, 62, 64, 99, 156, 169),
(3, 1, 1, 25, 16, 25, 19, 19),
(3, 1, 2, 26, 17, 26, 19, 19),
(3, 1, 3, 28, 18, 27, 19, 20),
(3, 1, 4, 29, 18, 28, 19, 20),
(3, 1, 5, 30, 19, 30, 19, 20),
(3, 1, 6, 31, 20, 31, 19, 20),
(3, 1, 7, 33, 21, 32, 20, 21),
(3, 1, 8, 34, 22, 33, 20, 21),
(3, 1, 9, 36, 23, 35, 20, 21),
(3, 1, 10, 37, 23, 36, 20, 22),
(3, 1, 11, 38, 24, 37, 20, 22),
(3, 1, 12, 40, 25, 38, 20, 22),
(3, 1, 13, 41, 26, 40, 20, 23),
(3, 1, 14, 43, 27, 41, 20, 23),
(3, 1, 15, 44, 28, 42, 20, 23),
(3, 1, 16, 46, 29, 44, 21, 24),
(3, 1, 17, 47, 30, 45, 21, 24),
(3, 1, 18, 49, 31, 46, 21, 24),
(3, 1, 19, 50, 32, 48, 21, 25),
(3, 1, 20, 52, 33, 49, 21, 25),
(3, 1, 21, 53, 34, 51, 21, 26),
(3, 1, 22, 55, 34, 52, 21, 26),
(3, 1, 23, 56, 35, 53, 21, 26),
(3, 1, 24, 58, 36, 55, 22, 27),
(3, 1, 25, 59, 37, 56, 22, 27),
(3, 1, 26, 61, 38, 58, 22, 27),
(3, 1, 27, 63, 39, 59, 22, 28),
(3, 1, 28, 64, 41, 61, 22, 28),
(3, 1, 29, 66, 42, 62, 22, 29),
(3, 1, 30, 68, 43, 64, 23, 29),
(3, 1, 31, 69, 44, 65, 23, 30),
(3, 1, 32, 71, 45, 67, 23, 30),
(3, 1, 33, 73, 46, 68, 23, 30),
(3, 1, 34, 75, 47, 70, 23, 31),
(3, 1, 35, 76, 48, 72, 24, 31),
(3, 1, 36, 78, 49, 73, 24, 32),
(3, 1, 37, 80, 50, 75, 24, 32),
(3, 1, 38, 82, 51, 76, 24, 33),
(3, 1, 39, 84, 52, 78, 24, 33),
(3, 1, 40, 85, 54, 80, 24, 34),
(3, 1, 41, 87, 55, 81, 25, 34),
(3, 1, 42, 89, 56, 83, 25, 35),
(3, 1, 43, 91, 57, 85, 25, 35),
(3, 1, 44, 93, 58, 87, 25, 36),
(3, 1, 45, 95, 59, 88, 26, 36),
(3, 1, 46, 97, 61, 90, 26, 37),
(3, 1, 47, 99, 62, 92, 26, 37),
(3, 1, 48, 101, 63, 94, 26, 38),
(3, 1, 49, 102, 64, 95, 26, 38),
(3, 1, 50, 104, 65, 97, 27, 39),
(3, 1, 51, 106, 67, 99, 27, 39),
(3, 1, 52, 108, 68, 101, 27, 40),
(3, 1, 53, 110, 69, 103, 27, 40),
(3, 1, 54, 112, 70, 104, 28, 41),
(3, 1, 55, 115, 72, 106, 28, 41),
(3, 1, 56, 117, 73, 108, 28, 42),
(3, 1, 57, 119, 74, 110, 28, 42),
(3, 1, 58, 121, 76, 112, 29, 43),
(3, 1, 59, 123, 77, 114, 29, 43),
(3, 1, 60, 125, 78, 116, 29, 44),
(3, 1, 61, 127, 80, 118, 29, 45),
(3, 1, 62, 129, 81, 120, 30, 45),
(3, 1, 63, 131, 82, 122, 30, 46),
(3, 1, 64, 134, 84, 124, 30, 46),
(3, 1, 65, 136, 85, 126, 31, 47),
(3, 1, 66, 138, 86, 128, 31, 48),
(3, 1, 67, 140, 88, 130, 31, 48),
(3, 1, 68, 142, 89, 132, 31, 49),
(3, 1, 69, 145, 91, 134, 32, 49),
(3, 1, 70, 147, 92, 136, 32, 50),
(3, 1, 71, 150, 93, 138, 32, 51),
(3, 1, 72, 152, 95, 141, 32, 52),
(3, 1, 73, 164, 97, 151, 32, 53),
(3, 1, 74, 164, 98, 151, 33, 53),
(3, 1, 75, 170, 100, 156, 33, 54),
(3, 1, 76, 173, 102, 160, 33, 55),
(3, 1, 77, 173, 104, 160, 34, 56),
(3, 1, 78, 176, 105, 162, 34, 56),
(3, 1, 79, 183, 107, 168, 34, 57),
(3, 1, 80, 186, 109, 171, 35, 58),
(3, 2, 1, 24, 16, 25, 19, 20),
(3, 2, 2, 25, 17, 26, 20, 21),
(3, 2, 3, 26, 17, 27, 20, 21),
(3, 2, 4, 27, 18, 28, 21, 22),
(3, 2, 5, 28, 18, 29, 22, 23),
(3, 2, 6, 29, 19, 30, 22, 24),
(3, 2, 7, 31, 20, 31, 23, 24),
(3, 2, 8, 32, 20, 32, 24, 25),
(3, 2, 9, 33, 21, 33, 24, 26),
(3, 2, 10, 34, 21, 34, 25, 26),
(3, 2, 11, 35, 22, 36, 26, 27),
(3, 2, 12, 36, 23, 37, 26, 28),
(3, 2, 13, 38, 23, 38, 27, 29),
(3, 2, 14, 39, 24, 39, 28, 30),
(3, 2, 15, 40, 25, 40, 29, 30),
(3, 2, 16, 41, 25, 41, 29, 31),
(3, 2, 17, 43, 26, 43, 30, 32),
(3, 2, 18, 44, 27, 44, 31, 33),
(3, 2, 19, 45, 28, 45, 32, 34),
(3, 2, 20, 47, 28, 46, 32, 35),
(3, 2, 21, 48, 29, 47, 33, 35),
(3, 2, 22, 49, 30, 49, 34, 36),
(3, 2, 23, 51, 30, 50, 35, 37),
(3, 2, 24, 52, 31, 51, 36, 38),
(3, 2, 25, 53, 32, 52, 36, 39),
(3, 2, 26, 55, 33, 54, 37, 40),
(3, 2, 27, 56, 33, 55, 38, 41),
(3, 2, 28, 57, 34, 56, 39, 42),
(3, 2, 29, 59, 35, 58, 40, 43),
(3, 2, 30, 60, 36, 59, 41, 43),
(3, 2, 31, 62, 37, 60, 42, 44),
(3, 2, 32, 63, 37, 62, 42, 45),
(3, 2, 33, 65, 38, 63, 43, 46),
(3, 2, 34, 66, 39, 65, 44, 47),
(3, 2, 35, 68, 40, 66, 45, 48),
(3, 2, 36, 69, 41, 67, 46, 49),
(3, 2, 37, 71, 41, 69, 47, 50),
(3, 2, 38, 72, 42, 70, 48, 51),
(3, 2, 39, 74, 43, 72, 49, 52),
(3, 2, 40, 75, 44, 73, 50, 53),
(3, 2, 41, 77, 45, 75, 51, 54),
(3, 2, 42, 78, 46, 76, 52, 55),
(3, 2, 43, 80, 47, 78, 53, 56),
(3, 2, 44, 82, 47, 79, 54, 57),
(3, 2, 45, 83, 48, 81, 55, 59),
(3, 2, 46, 85, 49, 82, 56, 60),
(3, 2, 47, 87, 50, 84, 57, 61),
(3, 2, 48, 88, 51, 85, 58, 62),
(3, 2, 49, 90, 52, 87, 59, 63),
(3, 2, 50, 92, 53, 89, 60, 64),
(3, 2, 51, 93, 54, 90, 61, 65),
(3, 2, 52, 95, 55, 92, 62, 66),
(3, 2, 53, 97, 56, 93, 63, 67),
(3, 2, 54, 98, 57, 95, 64, 69),
(3, 2, 55, 100, 58, 97, 65, 70),
(3, 2, 56, 102, 59, 98, 66, 71),
(3, 2, 57, 104, 60, 100, 67, 72),
(3, 2, 58, 106, 61, 102, 68, 73),
(3, 2, 59, 107, 62, 103, 69, 74),
(3, 2, 60, 109, 63, 105, 70, 76),
(3, 2, 61, 111, 64, 107, 72, 77),
(3, 2, 62, 113, 65, 109, 73, 78),
(3, 2, 63, 115, 66, 110, 74, 79),
(3, 2, 64, 117, 67, 112, 75, 80),
(3, 2, 65, 118, 68, 114, 76, 82),
(3, 2, 66, 120, 69, 116, 77, 83),
(3, 2, 67, 122, 70, 118, 78, 84),
(3, 2, 68, 124, 71, 119, 80, 85),
(3, 2, 69, 126, 72, 121, 81, 87),
(3, 2, 70, 128, 73, 123, 82, 88),
(3, 2, 71, 150, 74, 125, 83, 89),
(3, 2, 72, 152, 75, 128, 85, 91),
(3, 2, 73, 156, 76, 130, 86, 93),
(3, 2, 74, 158, 78, 132, 88, 94),
(3, 2, 75, 161, 79, 134, 89, 96),
(3, 2, 76, 164, 80, 137, 91, 97),
(3, 2, 77, 166, 82, 139, 92, 99),
(3, 2, 78, 170, 83, 141, 94, 101),
(3, 2, 79, 172, 84, 144, 95, 102),
(3, 2, 80, 175, 86, 146, 97, 104),
(3, 3, 1, 22, 19, 24, 19, 20),
(3, 3, 2, 22, 20, 25, 20, 21),
(3, 3, 3, 23, 22, 26, 20, 21),
(3, 3, 4, 23, 23, 27, 21, 22),
(3, 3, 5, 24, 25, 28, 21, 23),
(3, 3, 6, 24, 26, 29, 22, 23),
(3, 3, 7, 25, 27, 29, 23, 24),
(3, 3, 8, 25, 29, 30, 23, 25),
(3, 3, 9, 25, 30, 31, 24, 25),
(3, 3, 10, 26, 32, 32, 24, 26),
(3, 3, 11, 26, 33, 33, 25, 27),
(3, 3, 12, 27, 35, 34, 26, 27),
(3, 3, 13, 27, 36, 35, 26, 28),
(3, 3, 14, 28, 38, 36, 27, 29),
(3, 3, 15, 28, 39, 37, 28, 29),
(3, 3, 16, 29, 41, 38, 28, 30),
(3, 3, 17, 29, 42, 39, 29, 31),
(3, 3, 18, 30, 44, 41, 30, 32),
(3, 3, 19, 30, 46, 42, 30, 32),
(3, 3, 20, 31, 47, 43, 31, 33),
(3, 3, 21, 32, 49, 44, 32, 34),
(3, 3, 22, 32, 51, 45, 33, 35),
(3, 3, 23, 33, 52, 46, 33, 36),
(3, 3, 24, 33, 54, 47, 34, 36),
(3, 3, 25, 34, 56, 48, 35, 37),
(3, 3, 26, 34, 57, 49, 35, 38),
(3, 3, 27, 35, 59, 51, 36, 39),
(3, 3, 28, 35, 61, 52, 37, 40),
(3, 3, 29, 36, 63, 53, 38, 40),
(3, 3, 30, 37, 64, 54, 39, 41),
(3, 3, 31, 37, 66, 55, 39, 42),
(3, 3, 32, 38, 68, 57, 40, 43),
(3, 3, 33, 38, 70, 58, 41, 44),
(3, 3, 34, 39, 71, 59, 42, 45),
(3, 3, 35, 40, 73, 60, 43, 46),
(3, 3, 36, 40, 75, 62, 43, 47),
(3, 3, 37, 41, 77, 63, 44, 47),
(3, 3, 38, 42, 79, 64, 45, 48),
(3, 3, 39, 42, 81, 65, 46, 49),
(3, 3, 40, 43, 83, 67, 47, 50),
(3, 3, 41, 44, 85, 68, 48, 51),
(3, 3, 42, 44, 87, 69, 49, 52),
(3, 3, 43, 45, 89, 71, 49, 53),
(3, 3, 44, 46, 91, 72, 50, 54),
(3, 3, 45, 46, 93, 73, 51, 55),
(3, 3, 46, 47, 95, 75, 52, 56),
(3, 3, 47, 48, 97, 76, 53, 57),
(3, 3, 48, 49, 99, 78, 54, 58),
(3, 3, 49, 49, 101, 79, 55, 59),
(3, 3, 50, 50, 103, 80, 56, 60),
(3, 3, 51, 51, 105, 82, 57, 61),
(3, 3, 52, 51, 107, 83, 58, 62),
(3, 3, 53, 52, 109, 85, 59, 63),
(3, 3, 54, 53, 111, 86, 60, 64),
(3, 3, 55, 54, 113, 88, 61, 65),
(3, 3, 56, 55, 115, 89, 62, 66),
(3, 3, 57, 55, 118, 91, 62, 67),
(3, 3, 58, 56, 120, 92, 63, 68),
(3, 3, 59, 57, 122, 94, 64, 70),
(3, 3, 60, 58, 124, 95, 65, 71),
(3, 3, 61, 58, 126, 97, 67, 72),
(3, 3, 62, 59, 129, 98, 68, 73),
(3, 3, 63, 60, 131, 100, 69, 74),
(3, 3, 64, 61, 133, 101, 70, 75),
(3, 3, 65, 62, 135, 103, 71, 76),
(3, 3, 66, 63, 138, 105, 72, 77),
(3, 3, 67, 63, 140, 106, 73, 78),
(3, 3, 68, 64, 142, 108, 74, 80),
(3, 3, 69, 65, 145, 109, 75, 81),
(3, 3, 70, 66, 147, 111, 76, 82),
(3, 3, 71, 67, 150, 113, 77, 83),
(3, 3, 72, 68, 153, 115, 78, 84),
(3, 3, 73, 69, 156, 117, 79, 86),
(3, 3, 74, 70, 159, 119, 81, 87),
(3, 3, 75, 71, 162, 121, 82, 89),
(3, 3, 76, 72, 165, 123, 83, 90),
(3, 3, 77, 73, 168, 125, 85, 92),
(3, 3, 78, 74, 171, 127, 86, 93),
(3, 3, 79, 75, 174, 129, 87, 95),
(3, 3, 80, 76, 177, 131, 89, 96),
(3, 4, 1, 23, 19, 24, 19, 19),
(3, 4, 2, 24, 20, 25, 19, 19),
(3, 4, 3, 24, 22, 25, 19, 20),
(3, 4, 4, 25, 23, 26, 19, 20),
(3, 4, 5, 26, 25, 27, 20, 20),
(3, 4, 6, 27, 26, 27, 20, 21),
(3, 4, 7, 28, 28, 28, 20, 21),
(3, 4, 8, 28, 29, 29, 20, 22),
(3, 4, 9, 29, 31, 30, 20, 22),
(3, 4, 10, 30, 32, 30, 20, 22),
(3, 4, 11, 31, 34, 31, 21, 23),
(3, 4, 12, 32, 36, 32, 21, 23),
(3, 4, 13, 33, 37, 33, 21, 24),
(3, 4, 14, 33, 39, 33, 21, 24),
(3, 4, 15, 34, 40, 34, 21, 25),
(3, 4, 16, 35, 42, 35, 22, 25),
(3, 4, 17, 36, 44, 36, 22, 25),
(3, 4, 18, 37, 45, 37, 22, 26),
(3, 4, 19, 38, 47, 38, 22, 26),
(3, 4, 20, 39, 49, 38, 22, 27),
(3, 4, 21, 40, 51, 39, 23, 27),
(3, 4, 22, 41, 52, 40, 23, 28),
(3, 4, 23, 42, 54, 41, 23, 28),
(3, 4, 24, 43, 56, 42, 23, 29),
(3, 4, 25, 44, 58, 43, 24, 29),
(3, 4, 26, 44, 59, 44, 24, 30),
(3, 4, 27, 45, 61, 44, 24, 30),
(3, 4, 28, 46, 63, 45, 24, 31),
(3, 4, 29, 47, 65, 46, 25, 31),
(3, 4, 30, 48, 67, 47, 25, 32),
(3, 4, 31, 49, 69, 48, 25, 32),
(3, 4, 32, 51, 71, 49, 25, 33),
(3, 4, 33, 52, 72, 50, 26, 33),
(3, 4, 34, 53, 74, 51, 26, 34),
(3, 4, 35, 54, 76, 52, 26, 34),
(3, 4, 36, 55, 78, 53, 26, 35),
(3, 4, 37, 56, 80, 54, 27, 35),
(3, 4, 38, 57, 82, 55, 27, 36),
(3, 4, 39, 58, 84, 56, 27, 37),
(3, 4, 40, 59, 86, 57, 28, 37),
(3, 4, 41, 60, 88, 58, 28, 38),
(3, 4, 42, 61, 90, 59, 28, 38),
(3, 4, 43, 63, 92, 60, 28, 39),
(3, 4, 44, 64, 95, 61, 29, 39),
(3, 4, 45, 65, 97, 62, 29, 40),
(3, 4, 46, 66, 99, 63, 29, 41),
(3, 4, 47, 67, 101, 64, 30, 41),
(3, 4, 48, 68, 103, 66, 30, 42),
(3, 4, 49, 70, 105, 67, 30, 43),
(3, 4, 50, 71, 107, 68, 31, 43),
(3, 4, 51, 72, 110, 69, 31, 44),
(3, 4, 52, 73, 112, 70, 31, 44),
(3, 4, 53, 74, 114, 71, 32, 45),
(3, 4, 54, 76, 116, 72, 32, 46),
(3, 4, 55, 77, 118, 73, 32, 46),
(3, 4, 56, 78, 121, 75, 33, 47),
(3, 4, 57, 80, 123, 76, 33, 48),
(3, 4, 58, 81, 125, 77, 33, 48),
(3, 4, 59, 82, 128, 78, 34, 49),
(3, 4, 60, 83, 130, 79, 34, 50),
(3, 4, 61, 85, 132, 81, 34, 51),
(3, 4, 62, 86, 135, 82, 35, 51),
(3, 4, 63, 87, 137, 83, 35, 52),
(3, 4, 64, 89, 139, 84, 36, 53),
(3, 4, 65, 90, 142, 86, 36, 53),
(3, 4, 66, 91, 144, 87, 36, 54),
(3, 4, 67, 93, 147, 88, 37, 55),
(3, 4, 68, 94, 149, 89, 37, 56),
(3, 4, 69, 96, 152, 91, 38, 56),
(3, 4, 70, 97, 154, 92, 38, 57),
(3, 4, 71, 99, 157, 93, 38, 58),
(3, 4, 72, 101, 160, 96, 39, 58),
(3, 4, 73, 102, 163, 97, 39, 59),
(3, 4, 74, 104, 166, 98, 40, 60),
(3, 4, 75, 106, 169, 100, 40, 61),
(3, 4, 76, 107, 172, 101, 40, 62),
(3, 4, 77, 109, 175, 103, 41, 63),
(3, 4, 78, 111, 179, 105, 41, 64),
(3, 4, 79, 113, 182, 106, 42, 65),
(3, 4, 80, 115, 185, 108, 42, 66),
(3, 5, 1, 22, 16, 23, 21, 22),
(3, 5, 2, 22, 16, 23, 22, 23),
(3, 5, 3, 22, 16, 24, 24, 25),
(3, 5, 4, 22, 17, 24, 25, 26),
(3, 5, 5, 23, 17, 24, 26, 27),
(3, 5, 6, 23, 17, 25, 28, 29),
(3, 5, 7, 23, 17, 25, 29, 30),
(3, 5, 8, 23, 18, 26, 30, 32),
(3, 5, 9, 23, 18, 26, 32, 33),
(3, 5, 10, 23, 18, 26, 33, 35),
(3, 5, 11, 24, 18, 27, 35, 36),
(3, 5, 12, 24, 19, 27, 36, 38),
(3, 5, 13, 24, 19, 28, 37, 39),
(3, 5, 14, 24, 19, 28, 39, 41),
(3, 5, 15, 24, 19, 28, 40, 42),
(3, 5, 16, 24, 20, 29, 42, 44),
(3, 5, 17, 25, 20, 29, 43, 45),
(3, 5, 18, 25, 20, 30, 45, 47),
(3, 5, 19, 25, 21, 30, 46, 49),
(3, 5, 20, 25, 21, 31, 48, 50),
(3, 5, 21, 25, 21, 31, 50, 52),
(3, 5, 22, 26, 22, 31, 51, 53),
(3, 5, 23, 26, 22, 32, 53, 55),
(3, 5, 24, 26, 22, 32, 54, 57),
(3, 5, 25, 26, 22, 33, 56, 58),
(3, 5, 26, 27, 23, 33, 58, 60),
(3, 5, 27, 27, 23, 34, 59, 62),
(3, 5, 28, 27, 23, 34, 61, 64),
(3, 5, 29, 27, 24, 35, 63, 65),
(3, 5, 30, 28, 24, 35, 64, 67),
(3, 5, 31, 28, 24, 36, 66, 69),
(3, 5, 32, 28, 25, 36, 68, 71),
(3, 5, 33, 28, 25, 37, 70, 72),
(3, 5, 34, 29, 26, 38, 71, 74),
(3, 5, 35, 29, 26, 38, 73, 76),
(3, 5, 36, 29, 26, 39, 75, 78),
(3, 5, 37, 29, 27, 39, 77, 80),
(3, 5, 38, 30, 27, 40, 78, 82),
(3, 5, 39, 30, 27, 40, 80, 84),
(3, 5, 40, 30, 28, 41, 82, 86),
(3, 5, 41, 31, 28, 41, 84, 88),
(3, 5, 42, 31, 29, 42, 86, 89),
(3, 5, 43, 31, 29, 43, 88, 91),
(3, 5, 44, 32, 29, 43, 90, 93),
(3, 5, 45, 32, 30, 44, 92, 95),
(3, 5, 46, 32, 30, 44, 93, 97),
(3, 5, 47, 32, 30, 45, 95, 99),
(3, 5, 48, 33, 31, 46, 97, 101),
(3, 5, 49, 33, 31, 46, 99, 103),
(3, 5, 50, 33, 32, 47, 101, 106),
(3, 5, 51, 34, 32, 48, 103, 108),
(3, 5, 52, 34, 33, 48, 105, 110),
(3, 5, 53, 35, 33, 49, 107, 112),
(3, 5, 54, 35, 33, 50, 109, 114),
(3, 5, 55, 35, 34, 50, 111, 116),
(3, 5, 56, 36, 34, 51, 113, 118),
(3, 5, 57, 36, 35, 52, 116, 120),
(3, 5, 58, 36, 35, 52, 118, 123),
(3, 5, 59, 37, 36, 53, 120, 125),
(3, 5, 60, 37, 36, 54, 122, 127),
(3, 5, 61, 37, 37, 54, 124, 129),
(3, 5, 62, 38, 37, 55, 126, 131),
(3, 5, 63, 38, 38, 56, 128, 134),
(3, 5, 64, 39, 38, 57, 131, 136),
(3, 5, 65, 39, 39, 57, 133, 138),
(3, 5, 66, 39, 39, 58, 135, 141),
(3, 5, 67, 40, 40, 59, 137, 143),
(3, 5, 68, 40, 40, 59, 139, 145),
(3, 5, 69, 41, 40, 60, 142, 148),
(3, 5, 70, 41, 41, 61, 144, 150),
(3, 5, 71, 41, 42, 62, 147, 153),
(3, 5, 72, 42, 42, 62, 150, 163),
(3, 5, 73, 42, 43, 63, 153, 166),
(3, 5, 74, 43, 43, 64, 155, 170),
(3, 5, 75, 43, 44, 65, 158, 173),
(3, 5, 76, 43, 45, 66, 161, 176),
(3, 5, 77, 44, 45, 67, 164, 179),
(3, 5, 78, 44, 46, 68, 167, 182),
(3, 5, 79, 45, 46, 69, 170, 184),
(3, 5, 80, 45, 47, 70, 173, 189),
(3, 6, 1, 25, 16, 25, 19, 19),
(3, 6, 2, 26, 17, 26, 19, 19),
(3, 6, 3, 28, 18, 27, 19, 20),
(3, 6, 4, 29, 18, 28, 19, 20),
(3, 6, 5, 30, 19, 30, 19, 20),
(3, 6, 6, 31, 20, 31, 19, 20),
(3, 6, 7, 33, 21, 32, 20, 21),
(3, 6, 8, 34, 22, 33, 20, 21),
(3, 6, 9, 36, 23, 35, 20, 21),
(3, 6, 10, 37, 23, 36, 20, 22),
(3, 6, 11, 38, 24, 37, 20, 22),
(3, 6, 12, 40, 25, 38, 20, 22),
(3, 6, 13, 41, 26, 40, 20, 23),
(3, 6, 14, 43, 27, 41, 20, 23),
(3, 6, 15, 44, 28, 42, 20, 23),
(3, 6, 16, 46, 29, 44, 21, 24),
(3, 6, 17, 47, 30, 45, 21, 24),
(3, 6, 18, 49, 31, 46, 21, 24),
(3, 6, 19, 50, 32, 48, 21, 25),
(3, 6, 20, 52, 33, 49, 21, 25),
(3, 6, 21, 53, 34, 51, 21, 26),
(3, 6, 22, 55, 34, 52, 21, 26),
(3, 6, 23, 56, 35, 53, 21, 26),
(3, 6, 24, 58, 36, 55, 22, 27),
(3, 6, 25, 59, 37, 56, 22, 27),
(3, 6, 26, 61, 38, 58, 22, 27),
(3, 6, 27, 63, 39, 59, 22, 28),
(3, 6, 28, 64, 41, 61, 22, 28),
(3, 6, 29, 66, 42, 62, 22, 29),
(3, 6, 30, 68, 43, 64, 23, 29),
(3, 6, 31, 69, 44, 65, 23, 30),
(3, 6, 32, 71, 45, 67, 23, 30),
(3, 6, 33, 73, 46, 68, 23, 30),
(3, 6, 34, 75, 47, 70, 23, 31),
(3, 6, 35, 76, 48, 72, 24, 31),
(3, 6, 36, 78, 49, 73, 24, 32),
(3, 6, 37, 80, 50, 75, 24, 32),
(3, 6, 38, 82, 51, 76, 24, 33),
(3, 6, 39, 84, 52, 78, 24, 33),
(3, 6, 40, 85, 54, 80, 24, 34),
(3, 6, 41, 87, 55, 81, 25, 34),
(3, 6, 42, 89, 56, 83, 25, 35),
(3, 6, 43, 91, 57, 85, 25, 35),
(3, 6, 44, 93, 58, 87, 25, 36),
(3, 6, 45, 95, 59, 88, 26, 36),
(3, 6, 46, 97, 61, 90, 26, 37),
(3, 6, 47, 99, 62, 92, 26, 37),
(3, 6, 48, 101, 63, 94, 26, 38),
(3, 6, 49, 102, 64, 95, 26, 38),
(3, 6, 50, 104, 65, 97, 27, 39),
(3, 6, 51, 106, 67, 99, 27, 39),
(3, 6, 52, 108, 68, 99, 27, 40),
(3, 6, 53, 109, 68, 101, 27, 40),
(3, 6, 54, 110, 69, 101, 28, 41),
(3, 6, 55, 110, 69, 102, 28, 41),
(3, 6, 56, 113, 71, 105, 28, 42),
(3, 6, 57, 118, 72, 107, 28, 42),
(3, 6, 58, 120, 73, 109, 29, 43),
(3, 6, 59, 123, 75, 111, 29, 43),
(3, 6, 60, 125, 76, 113, 29, 44),
(3, 6, 61, 126, 77, 115, 29, 45),
(3, 6, 62, 127, 79, 117, 29, 45),
(3, 6, 63, 129, 80, 120, 30, 46),
(3, 6, 64, 132, 82, 122, 30, 46),
(3, 6, 65, 135, 83, 124, 30, 47),
(3, 6, 66, 137, 85, 127, 30, 48),
(3, 6, 67, 144, 86, 129, 31, 48),
(3, 6, 68, 146, 88, 131, 31, 49),
(3, 6, 69, 149, 89, 133, 31, 50),
(3, 6, 70, 152, 91, 136, 31, 50),
(3, 6, 71, 154, 93, 139, 32, 51),
(3, 6, 72, 157, 94, 141, 32, 52),
(3, 6, 73, 160, 96, 144, 32, 53),
(3, 6, 74, 163, 98, 146, 32, 53),
(3, 6, 75, 166, 99, 150, 33, 54),
(3, 6, 76, 169, 101, 152, 33, 55),
(3, 6, 77, 172, 103, 155, 33, 56),
(3, 6, 78, 176, 104, 157, 33, 56),
(3, 6, 79, 179, 106, 160, 34, 57),
(3, 6, 80, 182, 108, 163, 34, 58),
(4, 1, 1, 20, 25, 21, 20, 20),
(4, 1, 2, 21, 26, 22, 20, 20),
(4, 1, 3, 23, 27, 23, 20, 21),
(4, 1, 4, 24, 27, 25, 20, 21),
(4, 1, 5, 25, 28, 26, 20, 21),
(4, 1, 6, 27, 29, 27, 20, 21),
(4, 1, 7, 28, 30, 28, 21, 22),
(4, 1, 8, 29, 31, 29, 21, 22),
(4, 1, 9, 31, 31, 31, 21, 22),
(4, 1, 10, 32, 32, 32, 21, 23),
(4, 1, 11, 33, 33, 33, 21, 23),
(4, 1, 12, 35, 34, 34, 21, 23),
(4, 1, 13, 36, 35, 36, 21, 24),
(4, 1, 14, 38, 36, 37, 21, 24),
(4, 1, 15, 39, 37, 38, 21, 24),
(4, 1, 16, 41, 37, 40, 21, 25),
(4, 1, 17, 42, 38, 41, 22, 25),
(4, 1, 18, 44, 39, 43, 22, 25),
(4, 1, 19, 45, 40, 44, 22, 26),
(4, 1, 20, 47, 41, 45, 22, 26),
(4, 1, 21, 48, 42, 47, 22, 26),
(4, 1, 22, 50, 43, 48, 22, 27),
(4, 1, 23, 52, 44, 50, 22, 27),
(4, 1, 24, 53, 45, 51, 23, 28),
(4, 1, 25, 55, 46, 52, 23, 28),
(4, 1, 26, 56, 47, 54, 23, 28),
(4, 1, 27, 58, 48, 55, 23, 29),
(4, 1, 28, 60, 49, 57, 23, 29),
(4, 1, 29, 61, 50, 58, 23, 30),
(4, 1, 30, 63, 51, 60, 24, 30),
(4, 1, 31, 65, 52, 62, 24, 30),
(4, 1, 32, 66, 53, 63, 24, 31),
(4, 1, 33, 68, 54, 65, 24, 31),
(4, 1, 34, 70, 55, 66, 24, 32),
(4, 1, 35, 72, 56, 68, 24, 32),
(4, 1, 36, 73, 58, 69, 25, 33),
(4, 1, 37, 75, 59, 71, 25, 33),
(4, 1, 38, 77, 60, 73, 25, 34),
(4, 1, 39, 79, 61, 74, 25, 34),
(4, 1, 40, 81, 62, 76, 25, 35),
(4, 1, 41, 82, 63, 78, 26, 35),
(4, 1, 42, 84, 64, 79, 26, 35),
(4, 1, 43, 86, 66, 81, 26, 36),
(4, 1, 44, 88, 67, 83, 26, 36),
(4, 1, 45, 90, 68, 85, 26, 37),
(4, 1, 46, 92, 69, 86, 27, 37),
(4, 1, 47, 94, 70, 88, 27, 38),
(4, 1, 48, 96, 72, 90, 27, 38),
(4, 1, 49, 98, 73, 92, 27, 39),
(4, 1, 50, 100, 74, 93, 28, 40),
(4, 1, 51, 102, 75, 95, 28, 40),
(4, 1, 52, 104, 77, 97, 28, 41),
(4, 1, 53, 106, 78, 99, 28, 41),
(4, 1, 54, 108, 79, 101, 29, 42),
(4, 1, 55, 110, 80, 103, 29, 42),
(4, 1, 56, 112, 82, 104, 29, 43),
(4, 1, 57, 114, 83, 106, 29, 43),
(4, 1, 58, 116, 84, 108, 30, 44),
(4, 1, 59, 118, 86, 110, 30, 44),
(4, 1, 60, 120, 87, 112, 30, 45),
(4, 1, 61, 122, 88, 114, 30, 46),
(4, 1, 62, 124, 90, 116, 31, 46),
(4, 1, 63, 127, 91, 118, 31, 47),
(4, 1, 64, 129, 92, 120, 31, 47),
(4, 1, 65, 131, 94, 122, 32, 48),
(4, 1, 66, 133, 95, 124, 32, 49),
(4, 1, 67, 135, 97, 126, 32, 49),
(4, 1, 68, 138, 98, 128, 32, 50),
(4, 1, 69, 140, 100, 130, 33, 50),
(4, 1, 70, 142, 101, 132, 33, 51),
(4, 1, 71, 145, 102, 134, 33, 52),
(4, 1, 72, 147, 104, 137, 33, 53),
(4, 1, 73, 150, 106, 139, 33, 54),
(4, 1, 74, 153, 107, 142, 34, 54),
(4, 1, 75, 156, 109, 144, 34, 55),
(4, 1, 76, 159, 111, 148, 34, 56),
(4, 1, 77, 162, 113, 150, 35, 57),
(4, 1, 78, 165, 114, 152, 35, 57),
(4, 1, 79, 178, 116, 164, 35, 58),
(4, 1, 80, 181, 118, 167, 36, 59),
(4, 3, 1, 17, 28, 20, 20, 21),
(4, 3, 2, 17, 29, 21, 21, 22),
(4, 3, 3, 18, 31, 22, 21, 22),
(4, 3, 4, 18, 32, 23, 22, 23),
(4, 3, 5, 19, 33, 24, 22, 24),
(4, 3, 6, 19, 35, 25, 23, 24),
(4, 3, 7, 20, 36, 26, 24, 25),
(4, 3, 8, 20, 38, 27, 24, 25),
(4, 3, 9, 21, 39, 27, 25, 26),
(4, 3, 10, 21, 40, 28, 25, 27),
(4, 3, 11, 22, 42, 29, 26, 28),
(4, 3, 12, 22, 43, 30, 27, 28),
(4, 3, 13, 23, 45, 31, 27, 29),
(4, 3, 14, 23, 46, 32, 28, 30),
(4, 3, 15, 24, 48, 34, 29, 30),
(4, 3, 16, 24, 50, 35, 29, 31),
(4, 3, 17, 25, 51, 36, 30, 32),
(4, 3, 18, 25, 53, 37, 31, 33),
(4, 3, 19, 26, 54, 38, 31, 33),
(4, 3, 20, 26, 56, 39, 32, 34),
(4, 3, 21, 27, 57, 40, 33, 35),
(4, 3, 22, 27, 59, 41, 33, 36),
(4, 3, 23, 28, 61, 42, 34, 36),
(4, 3, 24, 28, 62, 43, 35, 37),
(4, 3, 25, 29, 64, 44, 36, 38),
(4, 3, 26, 30, 66, 46, 36, 39),
(4, 3, 27, 30, 68, 47, 37, 40),
(4, 3, 28, 31, 69, 48, 38, 41),
(4, 3, 29, 31, 71, 49, 39, 41),
(4, 3, 30, 32, 73, 50, 39, 42),
(4, 3, 31, 33, 75, 52, 40, 43),
(4, 3, 32, 33, 76, 53, 41, 44),
(4, 3, 33, 34, 78, 54, 42, 45),
(4, 3, 34, 34, 80, 55, 43, 46),
(4, 3, 35, 35, 82, 57, 44, 47),
(4, 3, 36, 36, 84, 58, 44, 48),
(4, 3, 37, 36, 86, 59, 45, 48),
(4, 3, 38, 37, 87, 60, 46, 49),
(4, 3, 39, 38, 89, 62, 47, 50),
(4, 3, 40, 38, 91, 63, 48, 51),
(4, 3, 41, 39, 93, 64, 49, 52),
(4, 3, 42, 40, 95, 66, 49, 53),
(4, 3, 43, 40, 97, 67, 50, 54),
(4, 3, 44, 41, 99, 68, 51, 55),
(4, 3, 45, 42, 101, 70, 52, 56),
(4, 3, 46, 42, 103, 71, 53, 57),
(4, 3, 47, 43, 105, 72, 54, 58),
(4, 3, 48, 44, 107, 74, 55, 59),
(4, 3, 49, 45, 109, 75, 56, 60),
(4, 3, 50, 45, 111, 77, 57, 61),
(4, 3, 51, 46, 113, 78, 58, 62),
(4, 3, 52, 47, 115, 79, 59, 63),
(4, 3, 53, 47, 118, 81, 60, 64),
(4, 3, 54, 48, 120, 82, 61, 65),
(4, 3, 55, 49, 122, 84, 61, 66),
(4, 3, 56, 50, 124, 85, 62, 67),
(4, 3, 57, 50, 126, 87, 63, 68),
(4, 3, 58, 51, 128, 88, 64, 69),
(4, 3, 59, 52, 131, 90, 65, 70),
(4, 3, 60, 53, 133, 91, 66, 72),
(4, 3, 61, 54, 135, 93, 67, 73),
(4, 3, 62, 54, 137, 94, 69, 74),
(4, 3, 63, 55, 140, 96, 70, 75),
(4, 3, 64, 56, 142, 97, 71, 76),
(4, 3, 65, 57, 144, 99, 72, 77),
(4, 3, 66, 58, 147, 101, 73, 78),
(4, 3, 67, 58, 149, 102, 74, 79),
(4, 3, 68, 59, 151, 104, 75, 81),
(4, 3, 69, 60, 154, 105, 76, 82),
(4, 3, 70, 61, 156, 107, 77, 83),
(4, 3, 71, 62, 159, 109, 78, 84),
(4, 3, 72, 63, 162, 111, 79, 85),
(4, 3, 73, 64, 165, 113, 80, 87),
(4, 3, 74, 65, 168, 115, 82, 88),
(4, 3, 75, 66, 171, 117, 83, 90),
(4, 3, 76, 67, 174, 119, 84, 91),
(4, 3, 77, 68, 177, 121, 86, 93),
(4, 3, 78, 69, 180, 123, 87, 94),
(4, 3, 79, 70, 190, 125, 91, 96),
(4, 3, 80, 71, 193, 127, 93, 97),
(4, 4, 1, 18, 28, 20, 20, 20),
(4, 4, 2, 19, 29, 21, 20, 20),
(4, 4, 3, 20, 31, 21, 20, 21),
(4, 4, 4, 20, 32, 22, 20, 21),
(4, 4, 5, 21, 34, 23, 21, 21),
(4, 4, 6, 22, 35, 24, 21, 22),
(4, 4, 7, 23, 37, 24, 21, 22),
(4, 4, 8, 24, 38, 25, 21, 23),
(4, 4, 9, 24, 40, 26, 21, 23),
(4, 4, 10, 25, 41, 26, 21, 23),
(4, 4, 11, 26, 43, 27, 22, 24),
(4, 4, 12, 27, 44, 28, 22, 24),
(4, 4, 13, 28, 46, 29, 22, 25),
(4, 4, 14, 29, 48, 30, 22, 25),
(4, 4, 15, 29, 49, 30, 22, 25),
(4, 4, 16, 30, 51, 31, 23, 26),
(4, 4, 17, 31, 52, 32, 23, 26),
(4, 4, 18, 32, 54, 33, 23, 27),
(4, 4, 19, 33, 56, 34, 23, 27),
(4, 4, 20, 34, 57, 35, 23, 28),
(4, 4, 21, 35, 59, 35, 24, 28),
(4, 4, 22, 36, 61, 36, 24, 29),
(4, 4, 23, 37, 63, 37, 24, 29),
(4, 4, 24, 38, 64, 38, 24, 30),
(4, 4, 25, 39, 66, 39, 25, 30),
(4, 4, 26, 40, 68, 40, 25, 31),
(4, 4, 27, 41, 70, 41, 25, 31),
(4, 4, 28, 42, 72, 42, 25, 32),
(4, 4, 29, 43, 73, 43, 25, 32),
(4, 4, 30, 44, 75, 43, 26, 33),
(4, 4, 31, 45, 77, 44, 26, 33),
(4, 4, 32, 46, 79, 45, 26, 34),
(4, 4, 33, 47, 81, 46, 27, 34),
(4, 4, 34, 48, 83, 47, 27, 35),
(4, 4, 35, 49, 85, 48, 27, 35),
(4, 4, 36, 50, 87, 49, 27, 36),
(4, 4, 37, 51, 89, 50, 28, 36),
(4, 4, 38, 52, 91, 51, 28, 37),
(4, 4, 39, 53, 93, 52, 28, 38),
(4, 4, 40, 54, 95, 53, 28, 38),
(4, 4, 41, 56, 97, 54, 29, 39),
(4, 4, 42, 57, 99, 55, 29, 39),
(4, 4, 43, 58, 101, 56, 29, 40),
(4, 4, 44, 59, 103, 57, 30, 40),
(4, 4, 45, 60, 105, 59, 30, 41),
(4, 4, 46, 61, 107, 60, 30, 42),
(4, 4, 47, 62, 109, 61, 31, 42),
(4, 4, 48, 64, 112, 62, 31, 43),
(4, 4, 49, 65, 114, 63, 31, 44),
(4, 4, 50, 66, 116, 64, 32, 44),
(4, 4, 51, 67, 118, 65, 32, 45),
(4, 4, 52, 68, 120, 66, 32, 45),
(4, 4, 53, 70, 123, 67, 33, 46),
(4, 4, 54, 71, 125, 69, 33, 47),
(4, 4, 55, 72, 127, 70, 33, 47),
(4, 4, 56, 73, 129, 71, 34, 48),
(4, 4, 57, 75, 132, 72, 34, 49),
(4, 4, 58, 76, 134, 73, 34, 49),
(4, 4, 59, 77, 136, 74, 35, 50),
(4, 4, 60, 79, 139, 76, 35, 51),
(4, 4, 61, 80, 141, 77, 35, 51),
(4, 4, 62, 81, 143, 78, 36, 52),
(4, 4, 63, 82, 146, 79, 36, 53),
(4, 4, 64, 84, 148, 80, 37, 54),
(4, 4, 65, 85, 151, 82, 37, 54),
(4, 4, 66, 87, 153, 83, 37, 55),
(4, 4, 67, 88, 156, 84, 38, 56),
(4, 4, 68, 89, 158, 85, 38, 57),
(4, 4, 69, 91, 160, 87, 39, 57),
(4, 4, 70, 92, 163, 88, 39, 58),
(4, 4, 71, 94, 166, 90, 39, 59),
(4, 4, 72, 96, 169, 91, 40, 59),
(4, 4, 73, 97, 172, 93, 40, 60),
(4, 4, 74, 99, 175, 94, 41, 61),
(4, 4, 75, 101, 178, 96, 41, 62),
(4, 4, 76, 102, 181, 97, 41, 63),
(4, 4, 77, 104, 184, 99, 42, 64),
(4, 4, 78, 106, 188, 101, 42, 65),
(4, 4, 79, 108, 191, 102, 43, 66),
(4, 4, 80, 110, 194, 104, 43, 67),
(4, 5, 1, 17, 25, 19, 22, 23),
(4, 5, 2, 17, 25, 19, 23, 24),
(4, 5, 3, 17, 25, 20, 25, 26),
(4, 5, 4, 17, 26, 20, 26, 27),
(4, 5, 5, 18, 26, 20, 27, 28),
(4, 5, 6, 18, 26, 21, 29, 30),
(4, 5, 7, 18, 26, 21, 30, 31),
(4, 5, 8, 18, 26, 22, 31, 33),
(4, 5, 9, 18, 27, 22, 33, 34),
(4, 5, 10, 19, 27, 22, 34, 36),
(4, 5, 11, 19, 27, 23, 36, 37),
(4, 5, 12, 19, 27, 23, 37, 39),
(4, 5, 13, 19, 28, 24, 38, 40),
(4, 5, 14, 19, 28, 24, 40, 42),
(4, 5, 15, 19, 28, 25, 41, 43),
(4, 5, 16, 20, 28, 25, 43, 45),
(4, 5, 17, 20, 29, 25, 44, 46),
(4, 5, 18, 20, 29, 26, 46, 48),
(4, 5, 19, 20, 29, 26, 47, 49),
(4, 5, 20, 21, 30, 27, 49, 51),
(4, 5, 21, 21, 30, 27, 51, 53),
(4, 5, 22, 21, 30, 28, 52, 54),
(4, 5, 23, 21, 30, 28, 54, 56),
(4, 5, 24, 21, 31, 29, 55, 58),
(4, 5, 25, 22, 31, 29, 57, 59),
(4, 5, 26, 22, 31, 30, 59, 61),
(4, 5, 27, 22, 32, 30, 60, 63),
(4, 5, 28, 22, 32, 31, 62, 65),
(4, 5, 29, 23, 32, 31, 64, 66),
(4, 5, 30, 23, 33, 32, 65, 68),
(4, 5, 31, 23, 33, 32, 67, 70),
(4, 5, 32, 23, 33, 33, 69, 72),
(4, 5, 33, 24, 34, 33, 70, 73),
(4, 5, 34, 24, 34, 34, 72, 75),
(4, 5, 35, 24, 34, 34, 74, 77),
(4, 5, 36, 24, 35, 35, 76, 79),
(4, 5, 37, 25, 35, 35, 78, 81),
(4, 5, 38, 25, 35, 36, 79, 83),
(4, 5, 39, 25, 36, 37, 81, 85),
(4, 5, 40, 26, 36, 37, 83, 87),
(4, 5, 41, 26, 37, 38, 85, 88),
(4, 5, 42, 26, 37, 38, 87, 90),
(4, 5, 43, 27, 37, 39, 89, 92),
(4, 5, 44, 27, 38, 39, 91, 94),
(4, 5, 45, 27, 38, 40, 92, 96),
(4, 5, 46, 27, 39, 41, 94, 98),
(4, 5, 47, 28, 39, 41, 96, 100),
(4, 5, 48, 28, 39, 42, 98, 102),
(4, 5, 49, 28, 40, 43, 100, 104),
(4, 5, 50, 29, 40, 43, 102, 106),
(4, 5, 51, 29, 41, 44, 104, 109),
(4, 5, 52, 29, 41, 44, 106, 111),
(4, 5, 53, 30, 42, 45, 108, 113),
(4, 5, 54, 30, 42, 46, 110, 115),
(4, 5, 55, 30, 43, 46, 112, 117),
(4, 5, 56, 31, 43, 47, 114, 119),
(4, 5, 57, 31, 43, 48, 117, 121),
(4, 5, 58, 31, 44, 48, 119, 124),
(4, 5, 59, 32, 44, 49, 121, 126),
(4, 5, 60, 32, 45, 50, 123, 128),
(4, 5, 61, 33, 45, 51, 125, 130),
(4, 5, 62, 33, 46, 51, 127, 132),
(4, 5, 63, 33, 46, 52, 129, 135),
(4, 5, 64, 34, 47, 53, 132, 137),
(4, 5, 65, 34, 47, 53, 134, 139),
(4, 5, 66, 34, 48, 54, 136, 142),
(4, 5, 67, 35, 48, 55, 138, 144),
(4, 5, 68, 35, 49, 56, 140, 146),
(4, 5, 69, 36, 49, 56, 143, 149),
(4, 5, 70, 36, 50, 57, 145, 151),
(4, 5, 71, 36, 51, 58, 148, 161),
(4, 5, 72, 37, 51, 58, 151, 164),
(4, 5, 73, 37, 52, 59, 154, 168),
(4, 5, 74, 38, 52, 60, 156, 171),
(4, 5, 75, 38, 53, 61, 159, 174),
(4, 5, 76, 38, 54, 62, 162, 177),
(4, 5, 77, 39, 54, 63, 165, 180),
(4, 5, 78, 39, 55, 64, 168, 183),
(4, 5, 79, 40, 55, 65, 171, 186),
(4, 5, 80, 40, 56, 66, 200, 191),
(4, 6, 1, 20, 25, 21, 20, 20),
(4, 6, 2, 21, 26, 22, 20, 20),
(4, 6, 3, 23, 27, 23, 20, 21),
(4, 6, 4, 24, 27, 25, 20, 21),
(4, 6, 5, 25, 28, 26, 20, 21),
(4, 6, 6, 27, 29, 27, 20, 21),
(4, 6, 7, 28, 30, 28, 21, 22),
(4, 6, 8, 29, 31, 29, 21, 22),
(4, 6, 9, 31, 31, 31, 21, 22),
(4, 6, 10, 32, 32, 32, 21, 23),
(4, 6, 11, 33, 33, 33, 21, 23),
(4, 6, 12, 35, 34, 34, 21, 23),
(4, 6, 13, 36, 35, 36, 21, 24),
(4, 6, 14, 38, 36, 37, 21, 24),
(4, 6, 15, 39, 37, 38, 21, 24),
(4, 6, 16, 41, 37, 40, 21, 25),
(4, 6, 17, 42, 38, 41, 22, 25),
(4, 6, 18, 44, 39, 43, 22, 25),
(4, 6, 19, 45, 40, 44, 22, 26),
(4, 6, 20, 47, 41, 45, 22, 26),
(4, 6, 21, 48, 42, 47, 22, 26),
(4, 6, 22, 50, 43, 48, 22, 27),
(4, 6, 23, 52, 44, 50, 22, 27),
(4, 6, 24, 53, 45, 51, 23, 28),
(4, 6, 25, 55, 46, 52, 23, 28),
(4, 6, 26, 56, 47, 54, 23, 28),
(4, 6, 27, 58, 48, 55, 23, 29),
(4, 6, 28, 60, 49, 57, 23, 29),
(4, 6, 29, 61, 50, 58, 23, 30),
(4, 6, 30, 63, 51, 60, 24, 30),
(4, 6, 31, 65, 52, 62, 24, 30),
(4, 6, 32, 66, 53, 63, 24, 31),
(4, 6, 33, 68, 54, 65, 24, 31),
(4, 6, 34, 70, 55, 66, 24, 32),
(4, 6, 35, 72, 56, 68, 24, 32),
(4, 6, 36, 73, 58, 69, 25, 33),
(4, 6, 37, 75, 59, 71, 25, 33),
(4, 6, 38, 77, 60, 73, 25, 34),
(4, 6, 39, 79, 61, 74, 25, 34),
(4, 6, 40, 81, 62, 76, 25, 35),
(4, 6, 41, 82, 63, 78, 26, 35),
(4, 6, 42, 84, 64, 79, 26, 35),
(4, 6, 43, 86, 66, 81, 26, 36),
(4, 6, 44, 88, 67, 83, 26, 36),
(4, 6, 45, 90, 68, 85, 26, 37),
(4, 6, 46, 92, 69, 86, 27, 37),
(4, 6, 47, 94, 70, 88, 27, 38),
(4, 6, 48, 96, 72, 90, 27, 38),
(4, 6, 49, 98, 73, 92, 27, 39),
(4, 6, 50, 100, 74, 93, 28, 40),
(4, 6, 51, 101, 75, 94, 28, 40),
(4, 6, 52, 102, 76, 95, 28, 41),
(4, 6, 53, 103, 77, 96, 28, 41),
(4, 6, 54, 104, 77, 97, 29, 42),
(4, 6, 55, 105, 78, 98, 29, 42),
(4, 6, 56, 108, 80, 101, 29, 43),
(4, 6, 57, 113, 81, 103, 29, 43),
(4, 6, 58, 115, 82, 105, 30, 44),
(4, 6, 59, 115, 84, 107, 30, 44),
(4, 6, 60, 120, 85, 109, 30, 45),
(4, 6, 61, 122, 86, 111, 30, 46),
(4, 6, 62, 122, 88, 113, 30, 46),
(4, 6, 63, 127, 89, 116, 31, 47),
(4, 6, 64, 127, 91, 118, 31, 47),
(4, 6, 65, 133, 92, 120, 31, 48),
(4, 6, 66, 135, 94, 123, 31, 49),
(4, 6, 67, 136, 95, 125, 32, 49),
(4, 6, 68, 137, 97, 127, 32, 50),
(4, 6, 69, 140, 98, 130, 32, 51),
(4, 6, 70, 147, 100, 132, 32, 51),
(4, 6, 71, 154, 102, 135, 33, 52),
(4, 6, 72, 156, 103, 137, 33, 53),
(4, 6, 73, 157, 105, 140, 33, 54),
(4, 6, 74, 158, 107, 142, 33, 54),
(4, 6, 75, 161, 108, 145, 34, 55),
(4, 6, 76, 164, 110, 148, 34, 56),
(4, 6, 77, 167, 112, 150, 34, 57),
(4, 6, 78, 170, 113, 153, 34, 57),
(4, 6, 79, 172, 115, 156, 35, 58),
(4, 6, 80, 177, 117, 159, 35, 59),
(4, 11, 1, 18, 25, 19, 22, 22),
(4, 11, 2, 19, 25, 20, 23, 23),
(4, 11, 3, 19, 26, 20, 24, 24),
(4, 11, 4, 20, 26, 21, 25, 26),
(4, 11, 5, 20, 27, 22, 26, 27),
(4, 11, 6, 21, 27, 22, 27, 28),
(4, 11, 7, 21, 28, 23, 28, 29),
(4, 11, 8, 22, 28, 24, 29, 30),
(4, 11, 9, 23, 29, 24, 30, 32),
(4, 11, 10, 23, 29, 25, 32, 33),
(4, 11, 11, 24, 30, 26, 33, 34),
(4, 11, 12, 24, 31, 26, 34, 35),
(4, 11, 13, 25, 31, 27, 35, 37),
(4, 11, 14, 26, 32, 28, 36, 38),
(4, 11, 15, 26, 32, 29, 37, 39),
(4, 11, 16, 27, 33, 29, 38, 41),
(4, 11, 17, 28, 33, 30, 40, 42),
(4, 11, 18, 28, 34, 31, 41, 43),
(4, 11, 19, 29, 35, 32, 42, 45),
(4, 11, 20, 30, 35, 32, 43, 46),
(4, 11, 21, 30, 36, 33, 45, 48),
(4, 11, 22, 31, 36, 34, 46, 49),
(4, 11, 23, 32, 37, 35, 47, 51),
(4, 11, 24, 32, 38, 36, 48, 52),
(4, 11, 25, 33, 38, 36, 50, 53),
(4, 11, 26, 34, 39, 37, 51, 55),
(4, 11, 27, 35, 40, 38, 52, 56),
(4, 11, 28, 35, 40, 39, 54, 58),
(4, 11, 29, 36, 41, 40, 55, 59),
(4, 11, 30, 37, 42, 41, 56, 61),
(4, 11, 31, 38, 42, 42, 58, 62),
(4, 11, 32, 38, 43, 42, 59, 64),
(4, 11, 33, 39, 44, 43, 60, 66),
(4, 11, 34, 40, 44, 44, 62, 67),
(4, 11, 35, 41, 45, 45, 63, 69),
(4, 11, 36, 42, 46, 46, 65, 70),
(4, 11, 37, 42, 47, 47, 66, 72),
(4, 11, 38, 43, 47, 48, 67, 74),
(4, 11, 39, 44, 48, 49, 69, 75),
(4, 11, 40, 45, 49, 50, 70, 77),
(4, 11, 41, 46, 50, 51, 72, 79),
(4, 11, 42, 46, 50, 52, 73, 80),
(4, 11, 43, 47, 51, 53, 75, 82),
(4, 11, 44, 48, 52, 54, 76, 84),
(4, 11, 45, 49, 53, 55, 78, 85),
(4, 11, 46, 50, 54, 56, 79, 87),
(4, 11, 47, 51, 54, 57, 81, 89),
(4, 11, 48, 52, 55, 58, 83, 91),
(4, 11, 49, 53, 56, 59, 84, 93),
(4, 11, 50, 53, 57, 60, 86, 94),
(4, 11, 51, 54, 58, 61, 87, 96),
(4, 11, 52, 55, 59, 62, 89, 98),
(4, 11, 53, 56, 59, 63, 91, 100),
(4, 11, 54, 57, 60, 64, 92, 102),
(4, 11, 55, 58, 61, 65, 94, 103),
(4, 11, 56, 59, 62, 66, 95, 105),
(4, 11, 57, 60, 63, 67, 97, 107),
(4, 11, 58, 61, 64, 68, 99, 109),
(4, 11, 59, 62, 65, 69, 101, 111),
(4, 11, 60, 63, 66, 70, 102, 113),
(4, 11, 61, 64, 66, 72, 104, 115),
(4, 11, 62, 65, 67, 73, 106, 117),
(4, 11, 63, 66, 68, 74, 107, 119),
(4, 11, 64, 67, 69, 75, 109, 121),
(4, 11, 65, 68, 70, 76, 111, 123),
(4, 11, 66, 69, 71, 77, 113, 125),
(4, 11, 67, 70, 72, 78, 115, 127),
(4, 11, 68, 71, 73, 80, 116, 129),
(4, 11, 69, 72, 74, 81, 118, 131),
(4, 11, 70, 73, 75, 82, 120, 133),
(4, 11, 71, 75, 76, 83, 122, 135),
(4, 11, 72, 76, 78, 85, 125, 138),
(4, 11, 73, 77, 79, 86, 127, 140),
(4, 11, 74, 78, 80, 88, 131, 143),
(4, 11, 75, 80, 81, 89, 133, 145),
(4, 11, 76, 81, 82, 91, 134, 148),
(4, 11, 77, 82, 83, 92, 136, 151),
(4, 11, 78, 84, 85, 94, 138, 153),
(4, 11, 79, 85, 86, 95, 141, 156),
(4, 11, 80, 86, 87, 97, 143, 159),
(5, 1, 1, 22, 18, 23, 18, 25),
(5, 1, 2, 23, 19, 24, 18, 25),
(5, 1, 3, 25, 20, 25, 18, 26),
(5, 1, 4, 26, 20, 26, 18, 26),
(5, 1, 5, 27, 21, 28, 18, 26),
(5, 1, 6, 29, 22, 29, 18, 26),
(5, 1, 7, 30, 23, 30, 19, 27),
(5, 1, 8, 31, 24, 31, 19, 27),
(5, 1, 9, 33, 25, 33, 19, 27),
(5, 1, 10, 34, 25, 34, 19, 28),
(5, 1, 11, 35, 26, 35, 19, 28),
(5, 1, 12, 37, 27, 36, 19, 28),
(5, 1, 13, 38, 28, 38, 19, 28),
(5, 1, 14, 40, 29, 39, 19, 29),
(5, 1, 15, 41, 30, 40, 19, 29),
(5, 1, 16, 43, 31, 42, 20, 29),
(5, 1, 17, 44, 32, 43, 20, 30),
(5, 1, 18, 46, 33, 44, 20, 30),
(5, 1, 19, 47, 34, 46, 20, 31),
(5, 1, 20, 49, 34, 47, 20, 31),
(5, 1, 21, 50, 35, 49, 20, 31),
(5, 1, 22, 52, 36, 50, 20, 32),
(5, 1, 23, 53, 37, 51, 21, 32),
(5, 1, 24, 55, 38, 53, 21, 32),
(5, 1, 25, 57, 39, 54, 21, 33),
(5, 1, 26, 58, 40, 56, 21, 33),
(5, 1, 27, 60, 41, 57, 21, 34),
(5, 1, 28, 62, 42, 59, 21, 34),
(5, 1, 29, 63, 43, 60, 21, 34),
(5, 1, 30, 65, 44, 62, 22, 35),
(5, 1, 31, 67, 46, 63, 22, 35),
(5, 1, 32, 68, 47, 65, 22, 36),
(5, 1, 33, 70, 48, 67, 22, 36),
(5, 1, 34, 72, 49, 68, 22, 36),
(5, 1, 35, 74, 50, 70, 23, 37),
(5, 1, 36, 75, 51, 71, 23, 37),
(5, 1, 37, 77, 52, 73, 23, 38),
(5, 1, 38, 79, 53, 75, 23, 38),
(5, 1, 39, 81, 54, 76, 23, 39),
(5, 1, 40, 83, 55, 78, 24, 39),
(5, 1, 41, 84, 57, 80, 24, 40),
(5, 1, 42, 86, 58, 81, 24, 40),
(5, 1, 43, 88, 59, 83, 24, 41),
(5, 1, 44, 90, 60, 85, 24, 41),
(5, 1, 45, 92, 61, 86, 25, 42),
(5, 1, 46, 94, 62, 88, 25, 42),
(5, 1, 47, 96, 64, 90, 25, 43),
(5, 1, 48, 98, 65, 92, 25, 43),
(5, 1, 49, 100, 66, 93, 25, 44),
(5, 1, 50, 102, 67, 95, 26, 44),
(5, 1, 51, 104, 69, 97, 26, 45),
(5, 1, 52, 106, 70, 99, 26, 45),
(5, 1, 53, 108, 71, 101, 26, 46),
(5, 1, 54, 110, 72, 103, 27, 46),
(5, 1, 55, 112, 74, 104, 27, 47),
(5, 1, 56, 114, 75, 106, 27, 48),
(5, 1, 57, 116, 76, 108, 27, 48),
(5, 1, 58, 118, 78, 110, 28, 49),
(5, 1, 59, 120, 79, 112, 28, 49),
(5, 1, 60, 122, 80, 114, 28, 50),
(5, 1, 61, 124, 82, 116, 28, 50),
(5, 1, 62, 126, 83, 118, 29, 51),
(5, 1, 63, 128, 84, 120, 29, 52),
(5, 1, 64, 131, 86, 122, 29, 52),
(5, 1, 65, 133, 87, 124, 30, 53),
(5, 1, 66, 135, 88, 126, 30, 53),
(5, 1, 67, 137, 90, 128, 30, 54),
(5, 1, 68, 139, 91, 130, 30, 55),
(5, 1, 69, 142, 93, 132, 31, 55),
(5, 1, 70, 144, 94, 134, 31, 56),
(5, 1, 71, 147, 95, 136, 31, 57),
(5, 1, 72, 150, 97, 139, 31, 58),
(5, 1, 73, 152, 99, 141, 31, 59),
(5, 1, 74, 155, 100, 144, 32, 59),
(5, 1, 75, 158, 102, 146, 32, 60),
(5, 1, 76, 163, 104, 149, 32, 61),
(5, 1, 77, 167, 106, 152, 33, 62),
(5, 1, 78, 167, 107, 154, 33, 62),
(5, 1, 79, 170, 109, 157, 33, 63),
(5, 1, 80, 173, 111, 160, 34, 64),
(5, 4, 1, 20, 21, 22, 18, 25),
(5, 4, 2, 21, 22, 23, 18, 25),
(5, 4, 3, 22, 24, 23, 18, 26),
(5, 4, 4, 22, 25, 24, 18, 26),
(5, 4, 5, 23, 27, 25, 19, 26),
(5, 4, 6, 24, 28, 25, 19, 27),
(5, 4, 7, 25, 30, 26, 19, 27),
(5, 4, 8, 25, 31, 27, 19, 27),
(5, 4, 9, 26, 33, 28, 19, 28),
(5, 4, 10, 27, 34, 28, 19, 28),
(5, 4, 11, 28, 36, 29, 20, 29),
(5, 4, 12, 29, 38, 30, 20, 29),
(5, 4, 13, 30, 39, 31, 20, 29),
(5, 4, 14, 31, 41, 32, 20, 30),
(5, 4, 15, 31, 42, 32, 20, 30),
(5, 4, 16, 32, 44, 33, 21, 31),
(5, 4, 17, 33, 46, 34, 21, 31),
(5, 4, 18, 34, 47, 35, 21, 32),
(5, 4, 19, 35, 49, 36, 21, 32),
(5, 4, 20, 36, 51, 36, 21, 32),
(5, 4, 21, 37, 52, 37, 22, 33),
(5, 4, 22, 38, 54, 38, 22, 33),
(5, 4, 23, 39, 56, 39, 22, 34),
(5, 4, 24, 40, 58, 40, 22, 34),
(5, 4, 25, 41, 60, 41, 23, 35),
(5, 4, 26, 42, 61, 42, 23, 35),
(5, 4, 27, 43, 63, 43, 23, 36),
(5, 4, 28, 44, 65, 44, 23, 36),
(5, 4, 29, 45, 67, 44, 24, 37),
(5, 4, 30, 46, 69, 45, 24, 37),
(5, 4, 31, 47, 71, 46, 24, 38),
(5, 4, 32, 48, 72, 47, 24, 38),
(5, 4, 33, 49, 74, 48, 25, 39),
(5, 4, 34, 50, 76, 49, 25, 39),
(5, 4, 35, 51, 78, 50, 25, 40),
(5, 4, 36, 52, 80, 51, 25, 41),
(5, 4, 37, 53, 82, 52, 26, 41),
(5, 4, 38, 54, 84, 53, 26, 42),
(5, 4, 39, 55, 86, 54, 26, 42),
(5, 4, 40, 56, 88, 55, 27, 43),
(5, 4, 41, 57, 90, 56, 27, 43),
(5, 4, 42, 59, 92, 57, 27, 44),
(5, 4, 43, 60, 94, 58, 27, 45),
(5, 4, 44, 61, 96, 59, 28, 45),
(5, 4, 45, 62, 99, 60, 28, 46),
(5, 4, 46, 63, 101, 61, 28, 46),
(5, 4, 47, 64, 103, 63, 29, 47),
(5, 4, 48, 66, 105, 64, 29, 48),
(5, 4, 49, 67, 107, 65, 29, 48),
(5, 4, 50, 68, 109, 66, 30, 49),
(5, 4, 51, 69, 111, 67, 30, 50),
(5, 4, 52, 70, 114, 68, 30, 50),
(5, 4, 53, 72, 116, 69, 31, 51),
(5, 4, 54, 73, 118, 70, 31, 52),
(5, 4, 55, 74, 120, 72, 31, 52),
(5, 4, 56, 75, 123, 73, 32, 53),
(5, 4, 57, 77, 125, 74, 32, 54),
(5, 4, 58, 78, 127, 75, 32, 54),
(5, 4, 59, 79, 130, 76, 33, 55),
(5, 4, 60, 81, 132, 77, 33, 56),
(5, 4, 61, 82, 134, 79, 34, 56),
(5, 4, 62, 83, 137, 80, 34, 57),
(5, 4, 63, 84, 139, 81, 34, 58),
(5, 4, 64, 86, 141, 82, 35, 59),
(5, 4, 65, 87, 144, 84, 35, 59),
(5, 4, 66, 88, 146, 85, 35, 60),
(5, 4, 67, 90, 149, 86, 36, 61),
(5, 4, 68, 91, 151, 87, 36, 61),
(5, 4, 69, 93, 154, 89, 37, 62),
(5, 4, 70, 94, 156, 90, 37, 63),
(5, 4, 71, 96, 159, 91, 37, 64),
(5, 4, 72, 98, 162, 93, 38, 64),
(5, 4, 73, 99, 165, 95, 38, 65),
(5, 4, 74, 101, 168, 96, 39, 66),
(5, 4, 75, 103, 171, 98, 39, 67),
(5, 4, 76, 104, 174, 99, 39, 68),
(5, 4, 77, 106, 177, 101, 40, 69),
(5, 4, 78, 108, 181, 103, 40, 70),
(5, 4, 79, 110, 184, 104, 41, 71),
(5, 4, 80, 112, 187, 106, 41, 72),
(5, 5, 1, 19, 18, 21, 20, 28),
(5, 5, 2, 19, 18, 21, 21, 29),
(5, 5, 3, 19, 18, 22, 23, 31),
(5, 5, 4, 19, 19, 22, 24, 32),
(5, 5, 5, 20, 19, 22, 25, 33),
(5, 5, 6, 20, 19, 23, 27, 35),
(5, 5, 7, 20, 19, 23, 28, 36),
(5, 5, 8, 20, 20, 24, 29, 38),
(5, 5, 9, 20, 20, 24, 31, 39),
(5, 5, 10, 20, 20, 24, 32, 40),
(5, 5, 11, 21, 20, 25, 34, 42),
(5, 5, 12, 21, 21, 25, 35, 43),
(5, 5, 13, 21, 21, 26, 37, 45),
(5, 5, 14, 21, 21, 26, 38, 46),
(5, 5, 15, 21, 21, 26, 39, 48),
(5, 5, 16, 22, 22, 27, 41, 50),
(5, 5, 17, 22, 22, 27, 42, 51),
(5, 5, 18, 22, 22, 28, 44, 53),
(5, 5, 19, 22, 23, 28, 46, 54),
(5, 5, 20, 22, 23, 29, 47, 56),
(5, 5, 21, 23, 23, 29, 49, 57),
(5, 5, 22, 23, 23, 30, 50, 59),
(5, 5, 23, 23, 24, 30, 52, 61),
(5, 5, 24, 23, 24, 31, 53, 62),
(5, 5, 25, 24, 24, 31, 55, 64),
(5, 5, 26, 24, 25, 32, 57, 66),
(5, 5, 27, 24, 25, 32, 58, 68),
(5, 5, 28, 24, 25, 33, 60, 69),
(5, 5, 29, 25, 26, 33, 62, 71),
(5, 5, 30, 25, 26, 34, 63, 73),
(5, 5, 31, 25, 26, 34, 65, 75),
(5, 5, 32, 25, 27, 35, 67, 76),
(5, 5, 33, 26, 27, 35, 69, 78),
(5, 5, 34, 26, 27, 36, 70, 80),
(5, 5, 35, 26, 28, 36, 72, 82),
(5, 5, 36, 26, 28, 37, 74, 84),
(5, 5, 37, 27, 28, 37, 76, 86),
(5, 5, 38, 27, 29, 38, 77, 87),
(5, 5, 39, 27, 29, 38, 79, 89),
(5, 5, 40, 28, 30, 39, 81, 91),
(5, 5, 41, 28, 30, 40, 83, 93),
(5, 5, 42, 28, 30, 40, 85, 95),
(5, 5, 43, 28, 31, 41, 87, 97),
(5, 5, 44, 29, 31, 41, 89, 99),
(5, 5, 45, 29, 32, 42, 91, 101),
(5, 5, 46, 29, 32, 43, 92, 103),
(5, 5, 47, 30, 32, 43, 94, 105),
(5, 5, 48, 30, 33, 44, 96, 107),
(5, 5, 49, 30, 33, 44, 98, 109),
(5, 5, 50, 31, 34, 45, 100, 111),
(5, 5, 51, 31, 34, 46, 102, 113),
(5, 5, 52, 31, 35, 46, 104, 115),
(5, 5, 53, 32, 35, 47, 106, 118),
(5, 5, 54, 32, 35, 48, 108, 120),
(5, 5, 55, 32, 36, 48, 110, 122),
(5, 5, 56, 33, 36, 49, 113, 124),
(5, 5, 57, 33, 37, 50, 115, 126),
(5, 5, 58, 33, 37, 50, 117, 128),
(5, 5, 59, 34, 38, 51, 119, 131),
(5, 5, 60, 34, 38, 52, 121, 133),
(5, 5, 61, 34, 39, 52, 123, 135),
(5, 5, 62, 35, 39, 53, 125, 137),
(5, 5, 63, 35, 40, 54, 127, 140),
(5, 5, 64, 36, 40, 55, 130, 142),
(5, 5, 65, 36, 41, 55, 132, 144),
(5, 5, 66, 36, 41, 56, 134, 147),
(5, 5, 67, 37, 41, 57, 136, 149),
(5, 5, 68, 37, 42, 58, 138, 151),
(5, 5, 69, 38, 42, 58, 141, 154),
(5, 5, 70, 38, 43, 59, 143, 156),
(5, 5, 71, 38, 44, 60, 146, 159),
(5, 5, 72, 39, 44, 60, 149, 162),
(5, 5, 73, 39, 45, 61, 152, 165),
(5, 5, 74, 40, 45, 62, 157, 168),
(5, 5, 75, 40, 46, 63, 157, 171),
(5, 5, 76, 40, 47, 64, 160, 174),
(5, 5, 77, 41, 47, 65, 163, 177),
(5, 5, 78, 41, 48, 66, 166, 180),
(5, 5, 79, 42, 48, 67, 169, 183),
(5, 5, 80, 42, 49, 68, 172, 186),
(5, 6, 1, 22, 18, 23, 18, 25),
(5, 6, 2, 23, 19, 24, 18, 25),
(5, 6, 3, 25, 20, 25, 18, 26),
(5, 6, 4, 26, 20, 26, 18, 26),
(5, 6, 5, 27, 21, 28, 18, 26),
(5, 6, 6, 29, 22, 29, 18, 26),
(5, 6, 7, 30, 23, 30, 19, 27),
(5, 6, 8, 31, 24, 31, 19, 27),
(5, 6, 9, 33, 25, 33, 19, 27),
(5, 6, 10, 34, 25, 34, 19, 28),
(5, 6, 11, 35, 26, 35, 19, 28),
(5, 6, 12, 37, 27, 36, 19, 28),
(5, 6, 13, 38, 28, 38, 19, 28),
(5, 6, 14, 40, 29, 39, 19, 29),
(5, 6, 15, 41, 30, 40, 19, 29),
(5, 6, 16, 43, 31, 42, 20, 29),
(5, 6, 17, 44, 32, 43, 20, 30),
(5, 6, 18, 46, 33, 44, 20, 30),
(5, 6, 19, 47, 34, 46, 20, 31),
(5, 6, 20, 49, 34, 47, 20, 31),
(5, 6, 21, 50, 35, 49, 20, 31),
(5, 6, 22, 52, 36, 50, 20, 32),
(5, 6, 23, 53, 37, 51, 21, 32),
(5, 6, 24, 55, 38, 53, 21, 32),
(5, 6, 25, 57, 39, 54, 21, 33),
(5, 6, 26, 58, 40, 56, 21, 33),
(5, 6, 27, 60, 41, 57, 21, 34),
(5, 6, 28, 62, 42, 59, 21, 34),
(5, 6, 29, 63, 43, 60, 21, 34),
(5, 6, 30, 65, 44, 62, 22, 35),
(5, 6, 31, 67, 46, 63, 22, 35),
(5, 6, 32, 68, 47, 65, 22, 36),
(5, 6, 33, 70, 48, 67, 22, 36),
(5, 6, 34, 72, 49, 68, 22, 36),
(5, 6, 35, 74, 50, 70, 23, 37),
(5, 6, 36, 75, 51, 71, 23, 37),
(5, 6, 37, 77, 52, 73, 23, 38),
(5, 6, 38, 79, 53, 75, 23, 38),
(5, 6, 39, 81, 54, 76, 23, 39),
(5, 6, 40, 83, 55, 78, 24, 39),
(5, 6, 41, 84, 57, 80, 24, 40),
(5, 6, 42, 86, 58, 81, 24, 40),
(5, 6, 43, 88, 59, 83, 24, 41),
(5, 6, 44, 90, 60, 85, 24, 41),
(5, 6, 45, 92, 61, 86, 25, 42),
(5, 6, 46, 94, 62, 88, 25, 42),
(5, 6, 47, 96, 64, 90, 25, 43),
(5, 6, 48, 98, 65, 92, 25, 43),
(5, 6, 49, 100, 66, 93, 25, 44),
(5, 6, 50, 102, 67, 95, 26, 44),
(5, 6, 51, 103, 67, 96, 26, 45),
(5, 6, 52, 104, 68, 97, 26, 45),
(5, 6, 53, 105, 69, 98, 26, 46),
(5, 6, 54, 106, 70, 99, 27, 46),
(5, 6, 55, 107, 71, 100, 27, 47),
(5, 6, 56, 110, 73, 103, 27, 48),
(5, 6, 57, 112, 74, 105, 27, 48),
(5, 6, 58, 114, 75, 107, 28, 49),
(5, 6, 59, 119, 77, 109, 28, 49),
(5, 6, 60, 122, 78, 111, 28, 50),
(5, 6, 61, 124, 79, 113, 28, 51),
(5, 6, 62, 127, 81, 115, 28, 51),
(5, 6, 63, 129, 82, 118, 29, 52),
(5, 6, 64, 136, 84, 120, 29, 52),
(5, 6, 65, 137, 85, 123, 29, 53),
(5, 6, 66, 138, 87, 125, 29, 54),
(5, 6, 67, 141, 88, 127, 30, 54),
(5, 6, 68, 143, 90, 129, 30, 55),
(5, 6, 69, 146, 91, 132, 30, 56),
(5, 6, 70, 149, 93, 134, 30, 56),
(5, 6, 71, 152, 95, 137, 31, 57),
(5, 6, 72, 154, 96, 139, 31, 58),
(5, 6, 73, 157, 98, 142, 31, 59),
(5, 6, 74, 158, 100, 145, 31, 59),
(5, 6, 75, 159, 101, 147, 32, 60),
(5, 6, 76, 162, 103, 150, 32, 61),
(5, 6, 77, 167, 105, 152, 32, 62),
(5, 6, 78, 173, 106, 155, 32, 62),
(5, 6, 79, 174, 108, 158, 33, 63),
(5, 6, 80, 174, 110, 161, 33, 64),
(5, 8, 1, 19, 18, 21, 21, 27),
(5, 8, 2, 19, 18, 21, 22, 28),
(5, 8, 3, 19, 18, 22, 24, 30),
(5, 8, 4, 19, 18, 22, 25, 31),
(5, 8, 5, 19, 19, 22, 26, 32),
(5, 8, 6, 19, 19, 22, 28, 34),
(5, 8, 7, 20, 19, 23, 29, 35),
(5, 8, 8, 20, 19, 23, 31, 36),
(5, 8, 9, 20, 19, 23, 32, 38),
(5, 8, 10, 20, 19, 24, 34, 39),
(5, 8, 11, 20, 20, 24, 35, 40),
(5, 8, 12, 20, 20, 24, 37, 42),
(5, 8, 13, 20, 20, 25, 38, 43),
(5, 8, 14, 20, 20, 25, 40, 45),
(5, 8, 15, 20, 20, 25, 41, 46),
(5, 8, 16, 21, 21, 26, 43, 48),
(5, 8, 17, 21, 21, 26, 44, 49),
(5, 8, 18, 21, 21, 26, 46, 51),
(5, 8, 19, 21, 21, 27, 48, 52),
(5, 8, 20, 21, 21, 27, 49, 54),
(5, 8, 21, 21, 22, 27, 51, 55),
(5, 8, 22, 21, 22, 28, 52, 57),
(5, 8, 23, 21, 22, 28, 54, 58),
(5, 8, 24, 22, 22, 29, 56, 60),
(5, 8, 25, 22, 23, 29, 57, 62),
(5, 8, 26, 22, 23, 29, 59, 63),
(5, 8, 27, 22, 23, 30, 61, 65),
(5, 8, 28, 22, 23, 30, 63, 67),
(5, 8, 29, 22, 24, 31, 64, 68),
(5, 8, 30, 23, 24, 31, 66, 70),
(5, 8, 31, 23, 24, 31, 68, 72),
(5, 8, 32, 23, 24, 32, 70, 73),
(5, 8, 33, 23, 25, 32, 72, 75),
(5, 8, 34, 23, 25, 33, 73, 77),
(5, 8, 35, 24, 25, 33, 75, 79),
(5, 8, 36, 24, 25, 34, 77, 80),
(5, 8, 37, 24, 26, 34, 79, 82),
(5, 8, 38, 24, 26, 35, 81, 84),
(5, 8, 39, 24, 26, 35, 83, 86),
(5, 8, 40, 24, 27, 35, 85, 88),
(5, 8, 41, 25, 27, 36, 87, 90),
(5, 8, 42, 25, 27, 36, 89, 91),
(5, 8, 43, 25, 27, 37, 90, 93),
(5, 8, 44, 25, 28, 37, 92, 95),
(5, 8, 45, 26, 28, 38, 94, 97),
(5, 8, 46, 26, 28, 38, 96, 99),
(5, 8, 47, 26, 29, 39, 98, 101),
(5, 8, 48, 26, 29, 39, 100, 103),
(5, 8, 49, 26, 29, 40, 103, 105),
(5, 8, 50, 27, 30, 40, 105, 107),
(5, 8, 51, 27, 30, 41, 107, 109),
(5, 8, 52, 27, 30, 42, 109, 111),
(5, 8, 53, 27, 31, 42, 111, 113),
(5, 8, 54, 28, 31, 43, 113, 115),
(5, 8, 55, 28, 31, 43, 115, 117),
(5, 8, 56, 28, 32, 44, 117, 119),
(5, 8, 57, 28, 32, 44, 119, 121),
(5, 8, 58, 29, 32, 45, 122, 123),
(5, 8, 59, 29, 33, 45, 124, 126),
(5, 8, 60, 29, 33, 46, 126, 128),
(5, 8, 61, 29, 34, 47, 128, 130),
(5, 8, 62, 30, 34, 47, 131, 132),
(5, 8, 63, 30, 34, 48, 133, 134),
(5, 8, 64, 30, 35, 48, 135, 136),
(5, 8, 65, 31, 35, 49, 137, 139),
(5, 8, 66, 31, 35, 50, 140, 141),
(5, 8, 67, 31, 36, 50, 142, 143),
(5, 8, 68, 31, 36, 51, 144, 145),
(5, 8, 69, 32, 37, 51, 147, 148),
(5, 8, 70, 32, 37, 52, 149, 150),
(5, 8, 71, 32, 37, 53, 152, 153),
(5, 8, 72, 32, 38, 54, 155, 156),
(5, 8, 73, 32, 38, 55, 158, 159),
(5, 8, 74, 33, 39, 55, 161, 161),
(5, 8, 75, 33, 39, 56, 164, 164),
(5, 8, 76, 33, 39, 57, 167, 167),
(5, 8, 77, 34, 40, 58, 170, 170),
(5, 8, 78, 34, 40, 58, 173, 173),
(5, 8, 79, 34, 41, 59, 176, 176),
(5, 8, 80, 35, 41, 60, 179, 179),
(5, 9, 1, 19, 18, 22, 20, 27),
(5, 9, 2, 19, 18, 23, 21, 28),
(5, 9, 3, 20, 19, 23, 22, 29),
(5, 9, 4, 20, 19, 24, 24, 30),
(5, 9, 5, 20, 19, 24, 25, 32),
(5, 9, 6, 20, 20, 25, 26, 33),
(5, 9, 7, 21, 20, 25, 27, 34),
(5, 9, 8, 21, 21, 26, 28, 35),
(5, 9, 9, 21, 21, 26, 30, 36),
(5, 9, 10, 22, 21, 27, 31, 38),
(5, 9, 11, 22, 22, 28, 32, 39),
(5, 9, 12, 22, 22, 28, 34, 40),
(5, 9, 13, 23, 23, 29, 35, 41),
(5, 9, 14, 23, 23, 30, 36, 43),
(5, 9, 15, 23, 24, 30, 37, 44),
(5, 9, 16, 24, 24, 31, 39, 45),
(5, 9, 17, 24, 24, 31, 40, 47),
(5, 9, 18, 24, 25, 32, 42, 48),
(5, 9, 19, 25, 25, 33, 43, 49),
(5, 9, 20, 25, 26, 33, 44, 51),
(5, 9, 21, 26, 26, 34, 46, 52),
(5, 9, 22, 26, 27, 35, 47, 53),
(5, 9, 23, 26, 27, 36, 49, 55),
(5, 9, 24, 27, 28, 36, 50, 56),
(5, 9, 25, 27, 28, 37, 52, 58),
(5, 9, 26, 27, 29, 38, 53, 59),
(5, 9, 27, 28, 29, 38, 55, 60),
(5, 9, 28, 28, 30, 39, 56, 62),
(5, 9, 29, 29, 30, 40, 58, 63),
(5, 9, 30, 29, 31, 41, 59, 65),
(5, 9, 31, 30, 31, 41, 61, 66),
(5, 9, 32, 30, 32, 42, 62, 68),
(5, 9, 33, 30, 32, 43, 64, 69),
(5, 9, 34, 31, 33, 44, 65, 71),
(5, 9, 35, 31, 33, 45, 67, 73),
(5, 9, 36, 32, 34, 45, 69, 74),
(5, 9, 37, 32, 34, 46, 70, 76),
(5, 9, 38, 33, 35, 47, 72, 77),
(5, 9, 39, 33, 36, 48, 73, 79),
(5, 9, 40, 34, 36, 49, 75, 81),
(5, 9, 41, 34, 37, 49, 77, 82),
(5, 9, 42, 35, 37, 50, 78, 84),
(5, 9, 43, 35, 38, 51, 80, 86),
(5, 9, 44, 36, 39, 52, 82, 87),
(5, 9, 45, 36, 39, 53, 84, 89),
(5, 9, 46, 37, 40, 54, 85, 91),
(5, 9, 47, 37, 40, 55, 87, 92),
(5, 9, 48, 38, 41, 55, 89, 94),
(5, 9, 49, 38, 42, 56, 91, 96),
(5, 9, 50, 39, 42, 57, 92, 98),
(5, 9, 51, 39, 43, 58, 94, 100),
(5, 9, 52, 40, 44, 59, 96, 101),
(5, 9, 53, 40, 44, 60, 98, 103),
(5, 9, 54, 41, 45, 61, 100, 105),
(5, 9, 55, 41, 45, 62, 102, 107),
(5, 9, 56, 42, 46, 63, 103, 109),
(5, 9, 57, 42, 47, 64, 105, 111),
(5, 9, 58, 43, 47, 65, 107, 112),
(5, 9, 59, 43, 48, 66, 109, 114),
(5, 9, 60, 44, 49, 67, 111, 116),
(5, 9, 61, 45, 50, 68, 113, 118),
(5, 9, 62, 45, 50, 69, 115, 120),
(5, 9, 63, 46, 51, 70, 117, 122),
(5, 9, 64, 46, 52, 71, 119, 124),
(5, 9, 65, 47, 52, 72, 121, 126),
(5, 9, 66, 48, 53, 73, 123, 128),
(5, 9, 67, 48, 54, 74, 125, 130),
(5, 9, 68, 49, 55, 75, 127, 132),
(5, 9, 69, 49, 55, 76, 129, 134),
(5, 9, 70, 50, 56, 77, 131, 136),
(5, 9, 71, 51, 57, 86, 135, 147),
(5, 9, 72, 52, 57, 88, 136, 149),
(5, 9, 73, 53, 58, 89, 138, 152),
(5, 9, 74, 53, 59, 90, 141, 155),
(5, 9, 75, 54, 60, 92, 143, 157),
(5, 9, 76, 55, 61, 93, 146, 160),
(5, 9, 77, 56, 62, 94, 149, 163),
(5, 9, 78, 56, 63, 96, 151, 166),
(5, 9, 79, 57, 64, 97, 154, 169),
(5, 9, 80, 58, 65, 99, 157, 171),
(6, 1, 1, 28, 15, 24, 15, 22),
(6, 1, 2, 29, 16, 25, 15, 22),
(6, 1, 3, 31, 17, 26, 15, 23),
(6, 1, 4, 32, 17, 27, 15, 23),
(6, 1, 5, 33, 18, 29, 15, 23),
(6, 1, 6, 34, 19, 30, 15, 23),
(6, 1, 7, 36, 20, 31, 16, 24),
(6, 1, 8, 37, 21, 32, 16, 24),
(6, 1, 9, 38, 22, 34, 16, 24),
(6, 1, 10, 40, 22, 35, 16, 25),
(6, 1, 11, 41, 23, 36, 16, 25),
(6, 1, 12, 43, 24, 37, 16, 25),
(6, 1, 13, 44, 25, 39, 16, 26),
(6, 1, 14, 46, 26, 40, 16, 26),
(6, 1, 15, 47, 27, 41, 17, 26),
(6, 1, 16, 48, 28, 43, 17, 27),
(6, 1, 17, 50, 29, 44, 17, 27),
(6, 1, 18, 51, 30, 45, 17, 27),
(6, 1, 19, 53, 31, 47, 17, 28),
(6, 1, 20, 54, 32, 48, 17, 28),
(6, 1, 21, 56, 33, 50, 17, 28),
(6, 1, 22, 58, 34, 51, 18, 29),
(6, 1, 23, 59, 35, 52, 18, 29),
(6, 1, 24, 61, 36, 54, 18, 30),
(6, 1, 25, 62, 37, 55, 18, 30),
(6, 1, 26, 64, 38, 57, 18, 30),
(6, 1, 27, 66, 39, 58, 18, 31),
(6, 1, 28, 67, 40, 60, 18, 31),
(6, 1, 29, 69, 41, 61, 19, 32),
(6, 1, 30, 71, 42, 63, 19, 32),
(6, 1, 31, 72, 43, 64, 19, 32),
(6, 1, 32, 74, 44, 66, 19, 33),
(6, 1, 33, 76, 45, 67, 19, 33),
(6, 1, 34, 77, 46, 69, 20, 34),
(6, 1, 35, 79, 47, 71, 20, 34),
(6, 1, 36, 81, 48, 72, 20, 35),
(6, 1, 37, 83, 49, 74, 20, 35),
(6, 1, 38, 85, 50, 76, 20, 35),
(6, 1, 39, 86, 51, 77, 21, 36),
(6, 1, 40, 88, 53, 79, 21, 36),
(6, 1, 41, 90, 54, 81, 21, 37),
(6, 1, 42, 92, 55, 82, 21, 37),
(6, 1, 43, 94, 56, 84, 21, 38),
(6, 1, 44, 96, 57, 86, 22, 38),
(6, 1, 45, 98, 58, 87, 22, 39),
(6, 1, 46, 99, 60, 89, 22, 39),
(6, 1, 47, 101, 61, 91, 22, 40),
(6, 1, 48, 103, 62, 93, 22, 40),
(6, 1, 49, 105, 63, 94, 23, 41),
(6, 1, 50, 107, 65, 96, 23, 41),
(6, 1, 51, 109, 66, 98, 23, 42),
(6, 1, 52, 111, 67, 100, 23, 42),
(6, 1, 53, 113, 68, 102, 24, 43),
(6, 1, 54, 115, 70, 104, 24, 44),
(6, 1, 55, 117, 71, 105, 24, 44),
(6, 1, 56, 119, 72, 107, 24, 45),
(6, 1, 57, 122, 73, 109, 25, 45),
(6, 1, 58, 124, 75, 111, 25, 46),
(6, 1, 59, 126, 76, 113, 25, 46),
(6, 1, 60, 128, 77, 115, 25, 47),
(6, 1, 61, 130, 79, 117, 26, 48),
(6, 1, 62, 132, 80, 119, 26, 48),
(6, 1, 63, 134, 81, 121, 26, 49),
(6, 1, 64, 137, 83, 123, 26, 49),
(6, 1, 65, 139, 84, 125, 27, 50),
(6, 1, 66, 141, 85, 127, 27, 51),
(6, 1, 67, 143, 87, 129, 27, 51),
(6, 1, 68, 145, 88, 131, 27, 52),
(6, 1, 69, 148, 90, 133, 28, 52),
(6, 1, 70, 150, 91, 135, 28, 53),
(6, 1, 71, 153, 92, 137, 28, 54),
(6, 1, 72, 155, 94, 140, 28, 55),
(6, 1, 73, 158, 96, 142, 28, 56),
(6, 1, 74, 161, 97, 145, 29, 56),
(6, 1, 75, 164, 99, 147, 29, 57),
(6, 1, 76, 167, 101, 150, 29, 58),
(6, 1, 77, 170, 103, 153, 30, 59),
(6, 1, 78, 173, 104, 155, 30, 59),
(6, 1, 79, 176, 106, 164, 30, 60),
(6, 1, 80, 179, 108, 170, 31, 61),
(6, 3, 1, 25, 18, 23, 15, 23),
(6, 3, 2, 25, 19, 24, 16, 24),
(6, 3, 3, 26, 21, 25, 16, 24),
(6, 3, 4, 26, 22, 26, 17, 25),
(6, 3, 5, 27, 24, 27, 17, 25),
(6, 3, 6, 27, 25, 28, 18, 26),
(6, 3, 7, 28, 26, 28, 19, 27),
(6, 3, 8, 28, 28, 29, 19, 27),
(6, 3, 9, 28, 29, 30, 20, 28),
(6, 3, 10, 29, 31, 31, 20, 29),
(6, 3, 11, 29, 32, 32, 21, 29),
(6, 3, 12, 30, 34, 33, 22, 30),
(6, 3, 13, 30, 35, 34, 22, 31),
(6, 3, 14, 31, 37, 35, 23, 32),
(6, 3, 15, 31, 38, 36, 24, 32),
(6, 3, 16, 32, 40, 37, 24, 33),
(6, 3, 17, 32, 41, 39, 25, 34),
(6, 3, 18, 33, 43, 40, 26, 35),
(6, 3, 19, 33, 45, 41, 27, 35),
(6, 3, 20, 34, 46, 42, 27, 36),
(6, 3, 21, 34, 48, 43, 28, 37),
(6, 3, 22, 35, 50, 44, 29, 38),
(6, 3, 23, 35, 51, 45, 29, 38),
(6, 3, 24, 36, 53, 46, 30, 39),
(6, 3, 25, 37, 55, 47, 31, 40),
(6, 3, 26, 37, 56, 48, 32, 41),
(6, 3, 27, 38, 58, 50, 32, 42),
(6, 3, 28, 38, 60, 51, 33, 42),
(6, 3, 29, 39, 62, 52, 34, 43),
(6, 3, 30, 39, 63, 53, 35, 44),
(6, 3, 31, 40, 65, 54, 36, 45),
(6, 3, 32, 41, 67, 56, 36, 46),
(6, 3, 33, 41, 69, 57, 37, 47),
(6, 3, 34, 42, 71, 58, 38, 48),
(6, 3, 35, 43, 72, 59, 39, 48),
(6, 3, 36, 43, 74, 61, 40, 49),
(6, 3, 37, 44, 76, 62, 40, 50),
(6, 3, 38, 45, 78, 63, 41, 51),
(6, 3, 39, 45, 80, 64, 42, 52),
(6, 3, 40, 46, 82, 66, 43, 53),
(6, 3, 41, 47, 84, 67, 44, 54),
(6, 3, 42, 47, 86, 68, 45, 55),
(6, 3, 43, 48, 88, 70, 46, 56),
(6, 3, 44, 49, 90, 71, 46, 57),
(6, 3, 45, 49, 92, 72, 47, 58),
(6, 3, 46, 50, 94, 74, 48, 59),
(6, 3, 47, 51, 96, 75, 49, 60),
(6, 3, 48, 51, 98, 77, 50, 61),
(6, 3, 49, 52, 100, 78, 51, 62),
(6, 3, 50, 53, 102, 79, 52, 63),
(6, 3, 51, 54, 104, 81, 53, 64),
(6, 3, 52, 54, 106, 82, 54, 65),
(6, 3, 53, 55, 108, 84, 55, 66),
(6, 3, 54, 56, 110, 85, 56, 67),
(6, 3, 55, 57, 112, 87, 57, 68),
(6, 3, 56, 57, 114, 88, 58, 69),
(6, 3, 57, 58, 117, 90, 59, 70),
(6, 3, 58, 59, 119, 91, 60, 71),
(6, 3, 59, 60, 121, 93, 61, 72),
(6, 3, 60, 61, 123, 94, 62, 74),
(6, 3, 61, 61, 125, 96, 63, 75),
(6, 3, 62, 62, 128, 97, 64, 76),
(6, 3, 63, 63, 130, 99, 65, 77),
(6, 3, 64, 64, 132, 100, 66, 78),
(6, 3, 65, 65, 134, 102, 67, 79),
(6, 3, 66, 66, 137, 104, 68, 80),
(6, 3, 67, 66, 139, 105, 69, 81),
(6, 3, 68, 67, 141, 107, 70, 83),
(6, 3, 69, 68, 144, 108, 71, 84),
(6, 3, 70, 69, 146, 110, 72, 85),
(6, 3, 71, 70, 149, 112, 73, 86),
(6, 3, 72, 71, 152, 114, 74, 87),
(6, 3, 73, 72, 155, 116, 75, 89),
(6, 3, 74, 73, 158, 118, 77, 90),
(6, 3, 75, 74, 161, 120, 78, 92),
(6, 3, 76, 75, 164, 122, 79, 93),
(6, 3, 77, 76, 167, 124, 81, 95),
(6, 3, 78, 77, 176, 126, 85, 96),
(6, 3, 79, 78, 179, 128, 86, 98),
(6, 3, 80, 79, 183, 130, 88, 99),
(6, 6, 1, 28, 15, 24, 15, 22),
(6, 6, 2, 29, 16, 25, 15, 22),
(6, 6, 3, 31, 17, 26, 15, 23),
(6, 6, 4, 32, 17, 27, 15, 23),
(6, 6, 5, 33, 18, 29, 15, 23),
(6, 6, 6, 34, 19, 30, 15, 23),
(6, 6, 7, 36, 20, 31, 16, 24),
(6, 6, 8, 37, 21, 32, 16, 24),
(6, 6, 9, 38, 22, 34, 16, 24),
(6, 6, 10, 40, 22, 35, 16, 25),
(6, 6, 11, 41, 23, 36, 16, 25),
(6, 6, 12, 43, 24, 37, 16, 25),
(6, 6, 13, 44, 25, 39, 16, 26),
(6, 6, 14, 46, 26, 40, 16, 26),
(6, 6, 15, 47, 27, 41, 17, 26),
(6, 6, 16, 48, 28, 43, 17, 27),
(6, 6, 17, 50, 29, 44, 17, 27),
(6, 6, 18, 51, 30, 45, 17, 27),
(6, 6, 19, 53, 31, 47, 17, 28),
(6, 6, 20, 54, 32, 48, 17, 28),
(6, 6, 21, 56, 33, 50, 17, 28),
(6, 6, 22, 58, 34, 51, 18, 29),
(6, 6, 23, 59, 35, 52, 18, 29),
(6, 6, 24, 61, 36, 54, 18, 30),
(6, 6, 25, 62, 37, 55, 18, 30),
(6, 6, 26, 64, 38, 57, 18, 30),
(6, 6, 27, 66, 39, 58, 18, 31),
(6, 6, 28, 67, 40, 60, 18, 31),
(6, 6, 29, 69, 41, 61, 19, 32),
(6, 6, 30, 71, 42, 63, 19, 32),
(6, 6, 31, 72, 43, 64, 19, 32),
(6, 6, 32, 74, 44, 66, 19, 33),
(6, 6, 33, 76, 45, 67, 19, 33),
(6, 6, 34, 77, 46, 69, 20, 34),
(6, 6, 35, 79, 47, 71, 20, 34),
(6, 6, 36, 81, 48, 72, 20, 35),
(6, 6, 37, 83, 49, 74, 20, 35),
(6, 6, 38, 85, 50, 76, 20, 35),
(6, 6, 39, 86, 51, 77, 21, 36),
(6, 6, 40, 88, 53, 79, 21, 36),
(6, 6, 41, 90, 54, 81, 21, 37),
(6, 6, 42, 92, 55, 82, 21, 37),
(6, 6, 43, 94, 56, 84, 21, 38),
(6, 6, 44, 96, 57, 86, 22, 38),
(6, 6, 45, 98, 58, 87, 22, 39),
(6, 6, 46, 99, 60, 89, 22, 39),
(6, 6, 47, 101, 60, 91, 22, 40),
(6, 6, 48, 103, 61, 93, 22, 40),
(6, 6, 49, 105, 62, 94, 23, 41),
(6, 6, 50, 107, 63, 96, 23, 41),
(6, 6, 51, 109, 64, 97, 23, 42),
(6, 6, 52, 110, 65, 98, 23, 42),
(6, 6, 53, 111, 66, 99, 24, 43),
(6, 6, 54, 112, 67, 100, 24, 44),
(6, 6, 55, 113, 68, 101, 24, 44),
(6, 6, 56, 116, 70, 104, 24, 45),
(6, 6, 57, 121, 71, 106, 24, 45),
(6, 6, 58, 123, 72, 108, 25, 46),
(6, 6, 59, 123, 74, 110, 25, 46),
(6, 6, 60, 125, 75, 112, 25, 47),
(6, 6, 61, 127, 76, 114, 25, 48),
(6, 6, 62, 133, 78, 116, 25, 48),
(6, 6, 63, 135, 79, 119, 26, 49),
(6, 6, 64, 139, 81, 121, 26, 49),
(6, 6, 65, 142, 82, 123, 26, 50),
(6, 6, 66, 146, 84, 126, 26, 51),
(6, 6, 67, 150, 85, 132, 27, 51),
(6, 6, 68, 153, 87, 137, 27, 52),
(6, 6, 69, 157, 88, 140, 27, 53),
(6, 6, 70, 160, 90, 143, 27, 53),
(6, 6, 71, 163, 92, 146, 28, 54),
(6, 6, 72, 165, 93, 148, 28, 55),
(6, 6, 73, 167, 95, 150, 28, 56),
(6, 6, 74, 171, 97, 153, 28, 56),
(6, 6, 75, 174, 98, 156, 29, 57),
(6, 6, 76, 178, 100, 156, 29, 58),
(6, 6, 77, 179, 102, 156, 29, 59),
(6, 6, 78, 179, 103, 156, 29, 59),
(6, 6, 79, 182, 105, 159, 30, 60),
(6, 6, 80, 185, 107, 162, 30, 61),
(6, 7, 1, 26, 15, 23, 16, 24),
(6, 7, 2, 27, 15, 24, 17, 25),
(6, 7, 3, 28, 16, 25, 18, 26),
(6, 7, 4, 28, 16, 26, 19, 27),
(6, 7, 5, 29, 17, 27, 20, 28),
(6, 7, 6, 30, 17, 28, 21, 29),
(6, 7, 7, 31, 18, 29, 22, 30),
(6, 7, 8, 32, 18, 30, 23, 31),
(6, 7, 9, 33, 19, 31, 24, 32),
(6, 7, 10, 34, 19, 32, 25, 33),
(6, 7, 11, 35, 20, 33, 26, 35),
(6, 7, 12, 35, 20, 34, 27, 36),
(6, 7, 13, 36, 21, 35, 28, 37),
(6, 7, 14, 37, 21, 36, 29, 38),
(6, 7, 15, 38, 22, 37, 30, 39),
(6, 7, 16, 39, 22, 39, 31, 40),
(6, 7, 17, 40, 23, 40, 32, 42),
(6, 7, 18, 41, 23, 41, 33, 43),
(6, 7, 19, 42, 24, 42, 34, 44),
(6, 7, 20, 43, 24, 43, 35, 45),
(6, 7, 21, 44, 25, 44, 36, 46),
(6, 7, 22, 45, 25, 45, 37, 48),
(6, 7, 23, 46, 26, 47, 38, 49),
(6, 7, 24, 47, 27, 48, 40, 50),
(6, 7, 25, 48, 27, 49, 41, 51),
(6, 7, 26, 49, 28, 50, 42, 53),
(6, 7, 27, 51, 28, 52, 43, 54),
(6, 7, 28, 52, 29, 53, 44, 55),
(6, 7, 29, 53, 29, 54, 45, 57),
(6, 7, 30, 54, 30, 55, 47, 58),
(6, 7, 31, 55, 31, 57, 48, 59),
(6, 7, 32, 56, 31, 58, 49, 61),
(6, 7, 33, 57, 32, 59, 50, 62),
(6, 7, 34, 58, 33, 61, 51, 64),
(6, 7, 35, 60, 33, 62, 53, 65),
(6, 7, 36, 61, 34, 63, 54, 66),
(6, 7, 37, 62, 34, 65, 55, 68),
(6, 7, 38, 63, 35, 66, 57, 69),
(6, 7, 39, 64, 36, 67, 58, 71),
(6, 7, 40, 66, 36, 69, 59, 72),
(6, 7, 41, 67, 37, 70, 60, 74),
(6, 7, 42, 68, 38, 72, 62, 75),
(6, 7, 43, 69, 38, 73, 63, 77),
(6, 7, 44, 70, 39, 74, 64, 78),
(6, 7, 45, 72, 40, 76, 66, 80),
(6, 7, 46, 73, 41, 77, 67, 81),
(6, 7, 47, 74, 41, 79, 69, 83),
(6, 7, 48, 76, 42, 80, 70, 84),
(6, 7, 49, 77, 43, 82, 71, 86),
(6, 7, 50, 78, 43, 83, 73, 88),
(6, 7, 51, 80, 44, 85, 74, 89),
(6, 7, 52, 81, 45, 86, 76, 91),
(6, 7, 53, 82, 46, 88, 77, 92),
(6, 7, 54, 84, 46, 90, 78, 94),
(6, 7, 55, 85, 47, 91, 80, 96),
(6, 7, 56, 86, 48, 93, 81, 97),
(6, 7, 57, 88, 49, 94, 83, 99),
(6, 7, 58, 89, 49, 96, 84, 101),
(6, 7, 59, 91, 50, 97, 86, 102),
(6, 7, 60, 92, 51, 99, 87, 104),
(6, 7, 61, 94, 52, 101, 89, 106),
(6, 7, 62, 95, 52, 102, 90, 108),
(6, 7, 63, 96, 53, 104, 92, 109),
(6, 7, 64, 98, 54, 106, 93, 111),
(6, 7, 65, 99, 55, 107, 95, 113),
(6, 7, 66, 101, 56, 109, 97, 115),
(6, 7, 67, 102, 57, 111, 98, 117),
(6, 7, 68, 104, 57, 113, 100, 118),
(6, 7, 69, 105, 58, 114, 101, 120),
(6, 7, 70, 107, 59, 116, 103, 122),
(6, 7, 71, 108, 60, 118, 113, 124),
(6, 7, 72, 110, 61, 120, 117, 127),
(6, 7, 73, 112, 62, 122, 119, 129),
(6, 7, 74, 114, 63, 125, 122, 131),
(6, 7, 75, 116, 64, 127, 124, 133),
(6, 7, 76, 118, 65, 129, 126, 136),
(6, 7, 77, 119, 66, 131, 128, 138),
(6, 7, 78, 121, 67, 133, 130, 140),
(6, 7, 79, 123, 68, 136, 133, 143),
(6, 7, 80, 125, 69, 138, 135, 145),
(6, 11, 1, 26, 15, 22, 17, 24),
(6, 11, 2, 27, 16, 23, 18, 25),
(6, 11, 3, 27, 16, 23, 19, 26),
(6, 11, 4, 28, 17, 24, 20, 27),
(6, 11, 5, 28, 17, 25, 21, 29),
(6, 11, 6, 29, 18, 25, 22, 30),
(6, 11, 7, 29, 18, 26, 23, 31),
(6, 11, 8, 30, 19, 27, 24, 32),
(6, 11, 9, 30, 19, 27, 26, 34),
(6, 11, 10, 31, 20, 28, 27, 35),
(6, 11, 11, 32, 20, 29, 28, 36),
(6, 11, 12, 32, 21, 29, 29, 37),
(6, 11, 13, 33, 21, 30, 30, 39),
(6, 11, 14, 33, 22, 31, 31, 40),
(6, 11, 15, 34, 23, 32, 32, 41),
(6, 11, 16, 35, 23, 32, 34, 43),
(6, 11, 17, 35, 24, 33, 35, 44),
(6, 11, 18, 36, 24, 34, 36, 45),
(6, 11, 19, 37, 25, 35, 37, 47),
(6, 11, 20, 37, 26, 35, 39, 48),
(6, 11, 21, 38, 26, 36, 40, 50),
(6, 11, 22, 39, 27, 37, 41, 51),
(6, 11, 23, 39, 28, 38, 42, 52),
(6, 11, 24, 40, 28, 39, 44, 54),
(6, 11, 25, 41, 29, 39, 45, 55),
(6, 11, 26, 41, 30, 40, 46, 57),
(6, 11, 27, 42, 30, 41, 47, 58),
(6, 11, 28, 43, 31, 42, 49, 60),
(6, 11, 29, 44, 32, 43, 50, 61),
(6, 11, 30, 44, 32, 44, 52, 63),
(6, 11, 31, 45, 33, 44, 53, 64),
(6, 11, 32, 46, 34, 45, 54, 66),
(6, 11, 33, 47, 34, 46, 56, 67),
(6, 11, 34, 47, 35, 47, 57, 69),
(6, 11, 35, 48, 36, 48, 58, 71),
(6, 11, 36, 49, 36, 49, 60, 72),
(6, 11, 37, 50, 37, 50, 61, 74),
(6, 11, 38, 51, 38, 51, 63, 76),
(6, 11, 39, 52, 39, 52, 64, 77),
(6, 11, 40, 52, 39, 53, 66, 79),
(6, 11, 41, 53, 40, 54, 67, 81),
(6, 11, 42, 54, 41, 55, 69, 82),
(6, 11, 43, 55, 42, 56, 70, 84),
(6, 11, 44, 56, 43, 57, 72, 86),
(6, 11, 45, 57, 43, 57, 73, 87),
(6, 11, 46, 57, 44, 58, 75, 89),
(6, 11, 47, 58, 45, 60, 76, 91),
(6, 11, 48, 59, 46, 61, 78, 93),
(6, 11, 49, 60, 47, 62, 79, 94),
(6, 11, 50, 61, 47, 63, 81, 96),
(6, 11, 51, 62, 48, 64, 83, 98),
(6, 11, 52, 63, 49, 65, 84, 100),
(6, 11, 53, 64, 50, 66, 86, 102),
(6, 11, 54, 65, 51, 67, 87, 104),
(6, 11, 55, 66, 51, 68, 89, 105),
(6, 11, 56, 67, 52, 69, 91, 107),
(6, 11, 57, 68, 53, 70, 92, 109),
(6, 11, 58, 69, 54, 71, 94, 111),
(6, 11, 59, 70, 55, 72, 96, 113),
(6, 11, 60, 71, 56, 73, 97, 115),
(6, 11, 61, 72, 57, 74, 99, 117),
(6, 11, 62, 73, 58, 76, 101, 119),
(6, 11, 63, 74, 59, 77, 103, 121),
(6, 11, 64, 75, 59, 78, 104, 123),
(6, 11, 65, 76, 60, 79, 106, 125),
(6, 11, 66, 77, 61, 80, 108, 127),
(6, 11, 67, 78, 62, 81, 110, 129),
(6, 11, 68, 79, 63, 83, 111, 131),
(6, 11, 69, 80, 64, 84, 113, 133),
(6, 11, 70, 81, 65, 85, 115, 135),
(6, 11, 71, 83, 66, 86, 117, 137),
(6, 11, 72, 84, 68, 88, 120, 140),
(6, 11, 73, 85, 69, 89, 122, 142),
(6, 11, 74, 86, 70, 91, 124, 145),
(6, 11, 75, 88, 71, 92, 126, 147),
(6, 11, 76, 89, 72, 94, 128, 150),
(6, 11, 77, 90, 73, 95, 131, 153),
(6, 11, 78, 92, 75, 97, 133, 155),
(6, 11, 79, 93, 76, 98, 136, 158),
(6, 11, 80, 94, 77, 100, 138, 185),
(7, 1, 1, 18, 23, 21, 24, 20),
(7, 1, 2, 19, 24, 22, 24, 20),
(7, 1, 3, 21, 25, 23, 24, 21),
(7, 1, 4, 22, 25, 25, 24, 21),
(7, 1, 5, 23, 26, 26, 24, 21),
(7, 1, 6, 25, 27, 27, 24, 21),
(7, 1, 7, 26, 28, 28, 24, 22),
(7, 1, 8, 27, 29, 29, 25, 22),
(7, 1, 9, 29, 29, 31, 25, 22),
(7, 1, 10, 30, 30, 32, 25, 23),
(7, 1, 11, 32, 31, 33, 25, 23),
(7, 1, 12, 33, 32, 34, 25, 23),
(7, 1, 13, 34, 33, 36, 25, 24),
(7, 1, 14, 36, 34, 37, 25, 24),
(7, 1, 15, 37, 35, 38, 25, 24),
(7, 1, 16, 39, 36, 40, 25, 25),
(7, 1, 17, 40, 36, 41, 25, 25),
(7, 1, 18, 42, 37, 43, 26, 25),
(7, 1, 19, 43, 38, 44, 26, 26),
(7, 1, 20, 45, 39, 45, 26, 26),
(7, 1, 21, 47, 40, 47, 26, 26),
(7, 1, 22, 48, 41, 48, 26, 27),
(7, 1, 23, 50, 42, 50, 26, 27),
(7, 1, 24, 51, 43, 51, 26, 28),
(7, 1, 25, 53, 44, 52, 27, 28),
(7, 1, 26, 55, 45, 54, 27, 28),
(7, 1, 27, 56, 46, 55, 27, 29),
(7, 1, 28, 58, 47, 57, 27, 29),
(7, 1, 29, 59, 48, 58, 27, 30),
(7, 1, 30, 61, 49, 60, 27, 30),
(7, 1, 31, 63, 50, 62, 27, 30),
(7, 1, 32, 65, 51, 63, 28, 31),
(7, 1, 33, 66, 52, 65, 28, 31),
(7, 1, 34, 68, 53, 66, 28, 32),
(7, 1, 35, 70, 55, 68, 28, 32),
(7, 1, 36, 72, 56, 69, 28, 33),
(7, 1, 37, 73, 57, 71, 29, 33),
(7, 1, 38, 75, 58, 73, 29, 34),
(7, 1, 39, 77, 59, 74, 29, 34),
(7, 1, 40, 79, 60, 76, 29, 35),
(7, 1, 41, 81, 61, 78, 29, 35),
(7, 1, 42, 82, 62, 79, 30, 35),
(7, 1, 43, 84, 64, 81, 30, 36),
(7, 1, 44, 86, 65, 83, 30, 36),
(7, 1, 45, 88, 66, 85, 30, 37),
(7, 1, 46, 90, 67, 86, 30, 37),
(7, 1, 47, 92, 68, 88, 31, 38),
(7, 1, 48, 94, 70, 90, 31, 38),
(7, 1, 49, 96, 71, 92, 31, 39),
(7, 1, 50, 98, 72, 93, 31, 40),
(7, 1, 51, 100, 73, 95, 32, 40),
(7, 1, 52, 102, 75, 97, 32, 41),
(7, 1, 53, 104, 76, 99, 32, 41),
(7, 1, 54, 106, 77, 101, 32, 42),
(7, 1, 55, 108, 78, 103, 33, 42),
(7, 1, 56, 110, 80, 104, 33, 43),
(7, 1, 57, 112, 81, 106, 33, 43),
(7, 1, 58, 114, 82, 108, 33, 44),
(7, 1, 59, 116, 84, 110, 34, 44),
(7, 1, 60, 118, 85, 112, 34, 45),
(7, 1, 61, 120, 86, 114, 34, 46),
(7, 1, 62, 122, 88, 116, 35, 46),
(7, 1, 63, 125, 89, 118, 35, 47),
(7, 1, 64, 127, 91, 120, 35, 47),
(7, 1, 65, 129, 92, 122, 35, 48),
(7, 1, 66, 131, 93, 124, 36, 49),
(7, 1, 67, 133, 95, 126, 36, 49),
(7, 1, 68, 136, 96, 128, 36, 50),
(7, 1, 69, 138, 98, 130, 37, 50),
(7, 1, 70, 140, 99, 132, 37, 51),
(7, 1, 71, 143, 100, 134, 37, 52),
(7, 1, 72, 145, 102, 137, 37, 53),
(7, 1, 73, 148, 104, 139, 37, 54),
(7, 1, 74, 151, 105, 142, 38, 54),
(7, 1, 75, 154, 107, 144, 38, 55),
(7, 1, 76, 157, 109, 147, 38, 56),
(7, 1, 77, 163, 111, 153, 39, 57),
(7, 1, 78, 169, 112, 158, 39, 57),
(7, 1, 79, 172, 114, 161, 39, 58),
(7, 1, 80, 175, 116, 164, 40, 59),
(7, 4, 1, 16, 26, 20, 24, 20),
(7, 4, 2, 17, 27, 21, 24, 20),
(7, 4, 3, 18, 29, 21, 24, 21),
(7, 4, 4, 18, 30, 22, 24, 21),
(7, 4, 5, 19, 32, 23, 25, 21),
(7, 4, 6, 20, 33, 24, 25, 22),
(7, 4, 7, 21, 35, 24, 25, 22),
(7, 4, 8, 22, 36, 25, 25, 23),
(7, 4, 9, 22, 38, 26, 25, 23),
(7, 4, 10, 23, 39, 26, 25, 23),
(7, 4, 11, 24, 41, 27, 25, 24),
(7, 4, 12, 25, 42, 28, 26, 24),
(7, 4, 13, 26, 44, 29, 26, 25),
(7, 4, 14, 27, 46, 30, 26, 25),
(7, 4, 15, 28, 47, 30, 26, 25),
(7, 4, 16, 28, 49, 31, 26, 26),
(7, 4, 17, 29, 50, 32, 27, 26),
(7, 4, 18, 30, 52, 33, 27, 27),
(7, 4, 19, 31, 54, 34, 27, 27),
(7, 4, 20, 32, 56, 35, 27, 28),
(7, 4, 21, 33, 57, 35, 27, 28),
(7, 4, 22, 34, 59, 36, 28, 29),
(7, 4, 23, 35, 61, 37, 28, 29),
(7, 4, 24, 36, 62, 38, 28, 30),
(7, 4, 25, 37, 64, 39, 28, 30),
(7, 4, 26, 38, 66, 40, 29, 31),
(7, 4, 27, 39, 68, 41, 29, 31),
(7, 4, 28, 40, 70, 42, 29, 32),
(7, 4, 29, 41, 72, 43, 29, 32),
(7, 4, 30, 42, 73, 43, 29, 33),
(7, 4, 31, 43, 75, 44, 30, 33),
(7, 4, 32, 44, 77, 45, 30, 34),
(7, 4, 33, 45, 79, 46, 30, 34),
(7, 4, 34, 46, 81, 47, 31, 35),
(7, 4, 35, 47, 83, 48, 31, 35),
(7, 4, 36, 48, 85, 49, 31, 36),
(7, 4, 37, 49, 87, 50, 31, 36),
(7, 4, 38, 50, 89, 51, 32, 37),
(7, 4, 39, 51, 91, 52, 32, 38),
(7, 4, 40, 53, 93, 53, 32, 38),
(7, 4, 41, 54, 95, 54, 33, 39),
(7, 4, 42, 55, 97, 55, 33, 39),
(7, 4, 43, 56, 99, 56, 33, 40),
(7, 4, 44, 57, 101, 57, 33, 40),
(7, 4, 45, 58, 103, 59, 34, 41),
(7, 4, 46, 59, 105, 60, 34, 42),
(7, 4, 47, 61, 107, 61, 34, 42),
(7, 4, 48, 62, 110, 62, 35, 43),
(7, 4, 49, 63, 112, 63, 35, 44),
(7, 4, 50, 64, 114, 64, 35, 44),
(7, 4, 51, 65, 116, 65, 36, 45),
(7, 4, 52, 67, 118, 66, 36, 45),
(7, 4, 53, 68, 121, 67, 36, 46),
(7, 4, 54, 69, 123, 69, 37, 47),
(7, 4, 55, 70, 125, 70, 37, 47),
(7, 4, 56, 72, 127, 71, 37, 48),
(7, 4, 57, 73, 130, 72, 38, 49),
(7, 4, 58, 74, 132, 73, 38, 49),
(7, 4, 59, 75, 134, 74, 39, 50),
(7, 4, 60, 77, 137, 76, 39, 51),
(7, 4, 61, 78, 139, 77, 39, 51),
(7, 4, 62, 79, 141, 78, 40, 52),
(7, 4, 63, 81, 144, 79, 40, 53),
(7, 4, 64, 82, 146, 80, 41, 54),
(7, 4, 65, 83, 149, 82, 41, 54),
(7, 4, 66, 85, 151, 83, 41, 55),
(7, 4, 67, 86, 154, 84, 42, 56),
(7, 4, 68, 87, 156, 85, 42, 57),
(7, 4, 69, 89, 158, 87, 43, 57),
(7, 4, 70, 90, 161, 88, 43, 58),
(7, 4, 71, 92, 164, 89, 44, 59),
(7, 4, 72, 94, 167, 91, 45, 59),
(7, 4, 73, 95, 170, 93, 45, 60),
(7, 4, 74, 97, 173, 94, 46, 61),
(7, 4, 75, 99, 176, 96, 46, 62),
(7, 4, 76, 100, 179, 97, 46, 63),
(7, 4, 77, 102, 182, 102, 47, 64),
(7, 4, 78, 104, 186, 105, 47, 65),
(7, 4, 79, 106, 189, 106, 48, 66),
(7, 4, 80, 108, 192, 108, 48, 67),
(7, 6, 1, 18, 23, 21, 24, 20),
(7, 6, 2, 19, 24, 22, 24, 20),
(7, 6, 3, 21, 25, 23, 24, 21),
(7, 6, 4, 22, 25, 25, 24, 21),
(7, 6, 5, 23, 26, 26, 24, 21),
(7, 6, 6, 25, 27, 27, 24, 21),
(7, 6, 7, 26, 28, 28, 24, 22),
(7, 6, 8, 27, 29, 29, 25, 22),
(7, 6, 9, 29, 29, 31, 25, 22),
(7, 6, 10, 30, 30, 32, 25, 23),
(7, 6, 11, 32, 31, 33, 25, 23),
(7, 6, 12, 33, 32, 34, 25, 23),
(7, 6, 13, 34, 33, 36, 25, 24),
(7, 6, 14, 36, 34, 37, 25, 24),
(7, 6, 15, 37, 35, 38, 25, 24),
(7, 6, 16, 39, 36, 40, 25, 25),
(7, 6, 17, 40, 36, 41, 25, 25),
(7, 6, 18, 42, 37, 43, 26, 25),
(7, 6, 19, 43, 38, 44, 26, 26),
(7, 6, 20, 45, 39, 45, 26, 26),
(7, 6, 21, 47, 40, 47, 26, 26),
(7, 6, 22, 48, 41, 48, 26, 27),
(7, 6, 23, 50, 42, 50, 26, 27),
(7, 6, 24, 51, 43, 51, 26, 28),
(7, 6, 25, 53, 44, 52, 27, 28),
(7, 6, 26, 55, 45, 54, 27, 28),
(7, 6, 27, 56, 46, 55, 27, 29),
(7, 6, 28, 58, 47, 57, 27, 29),
(7, 6, 29, 59, 48, 58, 27, 30),
(7, 6, 30, 61, 49, 60, 27, 30),
(7, 6, 31, 63, 50, 62, 27, 30),
(7, 6, 32, 65, 51, 63, 28, 31),
(7, 6, 33, 66, 52, 65, 28, 31),
(7, 6, 34, 68, 53, 66, 28, 32),
(7, 6, 35, 70, 55, 68, 28, 32),
(7, 6, 36, 72, 56, 69, 28, 33),
(7, 6, 37, 73, 57, 71, 29, 33),
(7, 6, 38, 75, 58, 73, 29, 34),
(7, 6, 39, 77, 59, 74, 29, 34),
(7, 6, 40, 79, 60, 76, 29, 35),
(7, 6, 41, 81, 61, 78, 29, 35),
(7, 6, 42, 82, 62, 79, 30, 35),
(7, 6, 43, 84, 64, 81, 30, 36),
(7, 6, 44, 86, 65, 83, 30, 36),
(7, 6, 45, 88, 66, 85, 30, 37),
(7, 6, 46, 90, 67, 86, 30, 37),
(7, 6, 47, 92, 68, 88, 31, 38),
(7, 6, 48, 94, 70, 90, 31, 38),
(7, 6, 49, 96, 71, 92, 31, 39),
(7, 6, 50, 98, 72, 93, 31, 40),
(7, 6, 51, 99, 72, 93, 32, 40),
(7, 6, 52, 100, 73, 95, 32, 41),
(7, 6, 53, 101, 74, 96, 32, 41),
(7, 6, 54, 102, 75, 97, 32, 42),
(7, 6, 55, 103, 76, 98, 33, 42),
(7, 6, 56, 106, 78, 101, 33, 43),
(7, 6, 57, 111, 79, 103, 33, 43),
(7, 6, 58, 113, 80, 105, 34, 44),
(7, 6, 59, 116, 82, 107, 34, 44),
(7, 6, 60, 118, 83, 109, 34, 45),
(7, 6, 61, 120, 84, 111, 34, 46),
(7, 6, 62, 127, 86, 119, 34, 46),
(7, 6, 63, 129, 87, 122, 35, 47),
(7, 6, 64, 132, 89, 125, 35, 47),
(7, 6, 65, 135, 90, 127, 35, 48),
(7, 6, 66, 137, 92, 130, 35, 49),
(7, 6, 67, 138, 93, 130, 36, 49),
(7, 6, 68, 140, 95, 131, 36, 50),
(7, 6, 69, 142, 96, 131, 36, 51),
(7, 6, 70, 145, 98, 132, 36, 51),
(7, 6, 71, 148, 100, 135, 37, 52),
(7, 6, 72, 150, 101, 137, 37, 53),
(7, 6, 73, 153, 103, 140, 37, 54),
(7, 6, 74, 154, 105, 142, 37, 54),
(7, 6, 75, 155, 106, 145, 38, 55),
(7, 6, 76, 158, 108, 151, 38, 56),
(7, 6, 77, 161, 110, 157, 38, 57),
(7, 6, 78, 164, 111, 162, 38, 57),
(7, 6, 79, 167, 113, 165, 39, 58),
(7, 6, 80, 170, 115, 168, 39, 59),
(7, 8, 1, 15, 23, 19, 27, 22),
(7, 8, 2, 15, 23, 19, 28, 23),
(7, 8, 3, 15, 23, 20, 30, 25),
(7, 8, 4, 15, 23, 20, 31, 26),
(7, 8, 5, 15, 24, 20, 32, 27),
(7, 8, 6, 15, 24, 20, 34, 29),
(7, 8, 7, 16, 24, 21, 35, 30),
(7, 8, 8, 16, 24, 21, 37, 31),
(7, 8, 9, 16, 24, 21, 38, 33),
(7, 8, 10, 16, 24, 22, 40, 34),
(7, 8, 11, 16, 25, 22, 41, 36),
(7, 8, 12, 16, 25, 22, 42, 37),
(7, 8, 13, 16, 25, 23, 44, 38),
(7, 8, 14, 16, 25, 23, 45, 40),
(7, 8, 15, 17, 25, 23, 47, 41),
(7, 8, 16, 17, 25, 24, 49, 43),
(7, 8, 17, 17, 26, 24, 50, 44),
(7, 8, 18, 17, 26, 24, 52, 46),
(7, 8, 19, 17, 26, 25, 53, 47),
(7, 8, 20, 17, 26, 25, 55, 49),
(7, 8, 21, 17, 26, 26, 57, 51),
(7, 8, 22, 18, 27, 26, 58, 52),
(7, 8, 23, 18, 27, 26, 60, 54),
(7, 8, 24, 18, 27, 27, 61, 55),
(7, 8, 25, 18, 27, 27, 63, 57),
(7, 8, 26, 18, 28, 27, 65, 59),
(7, 8, 27, 18, 28, 28, 67, 60),
(7, 8, 28, 18, 28, 28, 68, 62),
(7, 8, 29, 19, 28, 29, 70, 64),
(7, 8, 30, 19, 29, 29, 72, 65),
(7, 8, 31, 19, 29, 30, 74, 67),
(7, 8, 32, 19, 29, 30, 75, 69),
(7, 8, 33, 19, 29, 30, 77, 70),
(7, 8, 34, 20, 30, 31, 79, 72),
(7, 8, 35, 20, 30, 31, 81, 74),
(7, 8, 36, 20, 30, 32, 83, 76),
(7, 8, 37, 20, 30, 32, 85, 78),
(7, 8, 38, 20, 31, 33, 86, 79),
(7, 8, 39, 21, 31, 33, 88, 81),
(7, 8, 40, 21, 31, 34, 90, 83),
(7, 8, 41, 21, 32, 34, 92, 85),
(7, 8, 42, 21, 32, 35, 94, 87),
(7, 8, 43, 21, 32, 35, 96, 89),
(7, 8, 44, 22, 32, 36, 98, 91),
(7, 8, 45, 22, 33, 36, 100, 92),
(7, 8, 46, 22, 33, 37, 102, 94),
(7, 8, 47, 22, 33, 37, 104, 96),
(7, 8, 48, 22, 34, 38, 106, 98),
(7, 8, 49, 23, 34, 38, 108, 100),
(7, 8, 50, 23, 34, 39, 110, 102),
(7, 8, 51, 23, 35, 39, 112, 104),
(7, 8, 52, 23, 35, 40, 114, 106),
(7, 8, 53, 24, 35, 40, 117, 108),
(7, 8, 54, 24, 36, 41, 119, 110),
(7, 8, 55, 24, 36, 41, 121, 112),
(7, 8, 56, 24, 37, 42, 123, 114),
(7, 8, 57, 25, 37, 42, 125, 117),
(7, 8, 58, 25, 37, 43, 127, 119),
(7, 8, 59, 25, 38, 43, 130, 121),
(7, 8, 60, 25, 38, 44, 132, 123),
(7, 8, 61, 26, 38, 45, 134, 125),
(7, 8, 62, 26, 39, 45, 136, 127),
(7, 8, 63, 26, 39, 46, 139, 129),
(7, 8, 64, 26, 40, 46, 141, 132),
(7, 8, 65, 27, 40, 47, 143, 134),
(7, 8, 66, 27, 40, 48, 146, 136),
(7, 8, 67, 27, 41, 48, 148, 138),
(7, 8, 68, 27, 41, 49, 150, 140),
(7, 8, 69, 28, 42, 49, 153, 143),
(7, 8, 70, 28, 42, 50, 155, 145),
(7, 8, 71, 28, 42, 51, 168, 148),
(7, 8, 72, 28, 43, 52, 168, 151),
(7, 8, 73, 28, 43, 53, 171, 154),
(7, 8, 74, 29, 44, 53, 174, 156),
(7, 8, 75, 29, 44, 54, 177, 159),
(7, 8, 76, 29, 44, 55, 180, 162),
(7, 8, 77, 30, 45, 56, 183, 165),
(7, 8, 78, 30, 45, 56, 186, 168),
(7, 8, 79, 30, 46, 57, 190, 171),
(7, 8, 80, 31, 46, 58, 193, 174),
(7, 9, 1, 15, 23, 20, 26, 22),
(7, 9, 2, 15, 23, 21, 27, 23),
(7, 9, 3, 16, 24, 21, 28, 24),
(7, 9, 4, 16, 24, 22, 29, 25),
(7, 9, 5, 16, 24, 22, 31, 27),
(7, 9, 6, 17, 25, 23, 32, 28),
(7, 9, 7, 17, 25, 23, 33, 29),
(7, 9, 8, 17, 26, 24, 34, 30),
(7, 9, 9, 17, 26, 25, 36, 31),
(7, 9, 10, 18, 26, 25, 37, 33),
(7, 9, 11, 18, 27, 26, 38, 34),
(7, 9, 12, 18, 27, 26, 39, 35),
(7, 9, 13, 19, 28, 27, 41, 36),
(7, 9, 14, 19, 28, 28, 42, 38),
(7, 9, 15, 20, 28, 28, 43, 39),
(7, 9, 16, 20, 29, 29, 45, 40),
(7, 9, 17, 20, 29, 30, 46, 42),
(7, 9, 18, 21, 30, 30, 47, 43),
(7, 9, 19, 21, 30, 31, 49, 44),
(7, 9, 20, 21, 31, 32, 50, 46),
(7, 9, 21, 22, 31, 32, 51, 47),
(7, 9, 22, 22, 31, 33, 53, 49),
(7, 9, 23, 23, 32, 34, 54, 50),
(7, 9, 24, 23, 32, 34, 56, 51),
(7, 9, 25, 23, 33, 35, 57, 53),
(7, 9, 26, 24, 33, 36, 59, 54),
(7, 9, 27, 24, 34, 37, 60, 56),
(7, 9, 28, 25, 34, 37, 62, 57),
(7, 9, 29, 25, 35, 38, 63, 59),
(7, 9, 30, 25, 35, 39, 65, 60),
(7, 9, 31, 26, 36, 40, 66, 62),
(7, 9, 32, 26, 36, 40, 68, 63),
(7, 9, 33, 27, 37, 41, 69, 65),
(7, 9, 34, 27, 38, 42, 71, 66),
(7, 9, 35, 28, 38, 43, 73, 68),
(7, 9, 36, 28, 39, 43, 74, 69),
(7, 9, 37, 28, 39, 44, 76, 71),
(7, 9, 38, 29, 40, 45, 77, 73),
(7, 9, 39, 29, 40, 46, 79, 74),
(7, 9, 40, 30, 41, 47, 81, 76),
(7, 9, 41, 30, 41, 48, 82, 78),
(7, 9, 42, 31, 42, 48, 84, 79),
(7, 9, 43, 31, 43, 49, 86, 81),
(7, 9, 44, 32, 43, 50, 88, 83),
(7, 9, 45, 32, 44, 51, 89, 84),
(7, 9, 46, 33, 44, 52, 91, 86),
(7, 9, 47, 33, 45, 53, 93, 88),
(7, 9, 48, 34, 46, 54, 95, 89),
(7, 9, 49, 34, 46, 54, 96, 91),
(7, 9, 50, 35, 47, 55, 98, 93),
(7, 9, 51, 35, 48, 56, 100, 95),
(7, 9, 52, 36, 48, 57, 102, 97),
(7, 9, 53, 36, 49, 58, 104, 98),
(7, 9, 54, 37, 50, 59, 105, 100),
(7, 9, 55, 37, 50, 60, 107, 102),
(7, 9, 56, 38, 51, 61, 109, 104),
(7, 9, 57, 38, 52, 62, 111, 106),
(7, 9, 58, 39, 52, 63, 113, 108),
(7, 9, 59, 40, 53, 64, 115, 109),
(7, 9, 60, 40, 54, 65, 117, 111),
(7, 9, 61, 41, 54, 66, 119, 113),
(7, 9, 62, 41, 55, 67, 121, 115),
(7, 9, 63, 42, 56, 68, 123, 117),
(7, 9, 64, 42, 57, 69, 125, 119),
(7, 9, 65, 43, 57, 70, 127, 121),
(7, 9, 66, 44, 58, 71, 129, 123),
(7, 9, 67, 44, 59, 72, 131, 125),
(7, 9, 68, 45, 59, 73, 133, 127),
(7, 9, 69, 45, 60, 74, 135, 129),
(7, 9, 70, 46, 61, 75, 137, 131),
(7, 9, 71, 47, 62, 84, 147, 142),
(7, 9, 72, 48, 62, 85, 148, 144),
(7, 9, 73, 49, 63, 85, 153, 147),
(7, 9, 74, 49, 64, 88, 153, 150),
(7, 9, 75, 50, 65, 90, 155, 152),
(7, 9, 76, 51, 66, 91, 158, 155),
(7, 9, 77, 52, 67, 92, 161, 158),
(7, 9, 78, 52, 68, 93, 163, 161),
(7, 9, 79, 53, 69, 95, 166, 164),
(7, 9, 80, 54, 70, 96, 170, 166),
(8, 1, 1, 24, 22, 23, 16, 21),
(8, 1, 2, 25, 23, 24, 16, 21),
(8, 1, 3, 27, 24, 25, 16, 22),
(8, 1, 4, 28, 24, 26, 16, 22),
(8, 1, 5, 29, 25, 28, 16, 22),
(8, 1, 6, 31, 26, 29, 16, 22),
(8, 1, 7, 32, 27, 30, 17, 23),
(8, 1, 8, 33, 28, 31, 17, 23),
(8, 1, 9, 35, 28, 33, 17, 23),
(8, 1, 10, 36, 29, 34, 17, 24),
(8, 1, 11, 37, 30, 35, 17, 24),
(8, 1, 12, 39, 31, 36, 17, 24),
(8, 1, 13, 40, 32, 38, 17, 25),
(8, 1, 14, 42, 33, 39, 17, 25),
(8, 1, 15, 43, 34, 40, 18, 25),
(8, 1, 16, 45, 35, 42, 18, 26),
(8, 1, 17, 46, 35, 43, 18, 26),
(8, 1, 18, 48, 36, 44, 18, 26),
(8, 1, 19, 49, 37, 46, 18, 27),
(8, 1, 20, 51, 38, 47, 18, 27),
(8, 1, 21, 52, 39, 49, 18, 27),
(8, 1, 22, 54, 40, 50, 18, 28),
(8, 1, 23, 55, 41, 51, 19, 28),
(8, 1, 24, 57, 42, 53, 19, 29),
(8, 1, 25, 59, 43, 54, 19, 29),
(8, 1, 26, 60, 44, 56, 19, 29),
(8, 1, 27, 62, 45, 57, 19, 30),
(8, 1, 28, 63, 46, 59, 19, 30),
(8, 1, 29, 65, 47, 60, 20, 31),
(8, 1, 30, 67, 48, 62, 20, 31),
(8, 1, 31, 69, 49, 63, 20, 31),
(8, 1, 32, 70, 50, 65, 20, 32),
(8, 1, 33, 72, 51, 67, 20, 32),
(8, 1, 34, 74, 53, 68, 20, 33),
(8, 1, 35, 75, 54, 70, 21, 33),
(8, 1, 36, 77, 55, 71, 21, 34),
(8, 1, 37, 79, 56, 73, 21, 34),
(8, 1, 38, 81, 57, 75, 21, 35),
(8, 1, 39, 83, 58, 76, 21, 35),
(8, 1, 40, 84, 59, 78, 22, 35),
(8, 1, 41, 86, 60, 80, 22, 36),
(8, 1, 42, 88, 62, 81, 22, 36),
(8, 1, 43, 90, 63, 83, 22, 37),
(8, 1, 44, 92, 64, 85, 22, 37),
(8, 1, 45, 94, 65, 86, 23, 38),
(8, 1, 46, 96, 66, 88, 23, 38),
(8, 1, 47, 98, 67, 90, 23, 39),
(8, 1, 48, 100, 69, 92, 23, 39),
(8, 1, 49, 102, 70, 93, 24, 40),
(8, 1, 50, 103, 71, 95, 24, 40),
(8, 1, 51, 105, 72, 97, 24, 41),
(8, 1, 52, 107, 74, 99, 24, 42),
(8, 1, 53, 109, 75, 101, 25, 42),
(8, 1, 54, 112, 76, 103, 25, 43),
(8, 1, 55, 114, 78, 104, 25, 43),
(8, 1, 56, 116, 79, 106, 25, 44),
(8, 1, 57, 118, 80, 108, 25, 44),
(8, 1, 58, 120, 81, 110, 26, 45),
(8, 1, 59, 122, 83, 112, 26, 45),
(8, 1, 60, 124, 84, 114, 26, 46),
(8, 1, 61, 126, 85, 116, 27, 47),
(8, 1, 62, 128, 87, 118, 27, 47),
(8, 1, 63, 130, 88, 120, 27, 48),
(8, 1, 64, 133, 90, 122, 27, 48),
(8, 1, 65, 135, 91, 124, 28, 49),
(8, 1, 66, 137, 92, 126, 28, 50),
(8, 1, 67, 139, 94, 128, 28, 50),
(8, 1, 68, 141, 95, 130, 28, 51),
(8, 1, 69, 144, 97, 132, 29, 51),
(8, 1, 70, 146, 98, 134, 29, 52),
(8, 1, 71, 149, 99, 136, 29, 53),
(8, 1, 72, 151, 101, 139, 29, 54),
(8, 1, 73, 154, 103, 141, 29, 55),
(8, 1, 74, 157, 104, 144, 30, 55),
(8, 1, 75, 166, 106, 151, 30, 56),
(8, 1, 76, 172, 108, 157, 30, 57),
(8, 1, 77, 175, 110, 161, 31, 58),
(8, 1, 78, 179, 111, 163, 31, 58),
(8, 1, 79, 182, 113, 164, 31, 59),
(8, 1, 80, 185, 115, 169, 32, 60),
(8, 3, 1, 21, 25, 22, 16, 22),
(8, 3, 2, 21, 26, 23, 17, 23),
(8, 3, 3, 22, 28, 24, 17, 23),
(8, 3, 4, 22, 29, 25, 18, 24),
(8, 3, 5, 23, 30, 26, 18, 25),
(8, 3, 6, 23, 32, 27, 19, 25),
(8, 3, 7, 24, 33, 28, 20, 26),
(8, 3, 8, 24, 35, 28, 20, 26),
(8, 3, 9, 25, 36, 29, 21, 27),
(8, 3, 10, 25, 38, 30, 21, 28),
(8, 3, 11, 25, 39, 31, 22, 29),
(8, 3, 12, 26, 41, 32, 23, 29),
(8, 3, 13, 26, 42, 33, 23, 30),
(8, 3, 14, 27, 44, 34, 24, 31),
(8, 3, 15, 27, 45, 35, 25, 31),
(8, 3, 16, 28, 47, 36, 25, 32),
(8, 3, 17, 28, 48, 38, 26, 33),
(8, 3, 18, 29, 50, 39, 27, 34),
(8, 3, 19, 29, 51, 40, 28, 34),
(8, 3, 20, 30, 53, 41, 28, 35),
(8, 3, 21, 31, 55, 42, 29, 36),
(8, 3, 22, 31, 56, 43, 30, 37),
(8, 3, 23, 32, 58, 44, 30, 37),
(8, 3, 24, 32, 60, 45, 31, 38),
(8, 3, 25, 33, 61, 46, 32, 39),
(8, 3, 26, 33, 63, 48, 33, 40),
(8, 3, 27, 34, 65, 49, 33, 41),
(8, 3, 28, 35, 66, 50, 34, 41),
(8, 3, 29, 35, 68, 51, 35, 42),
(8, 3, 30, 36, 70, 52, 36, 43),
(8, 3, 31, 36, 72, 53, 37, 44),
(8, 3, 32, 37, 73, 55, 37, 45),
(8, 3, 33, 38, 75, 56, 38, 46),
(8, 3, 34, 38, 77, 57, 39, 47),
(8, 3, 35, 39, 79, 58, 40, 48),
(8, 3, 36, 39, 81, 60, 41, 48),
(8, 3, 37, 40, 83, 61, 41, 49),
(8, 3, 38, 41, 85, 62, 42, 50),
(8, 3, 39, 41, 86, 63, 43, 51),
(8, 3, 40, 42, 88, 65, 44, 52),
(8, 3, 41, 43, 90, 66, 45, 53),
(8, 3, 42, 43, 92, 67, 46, 54),
(8, 3, 43, 44, 94, 69, 47, 55),
(8, 3, 44, 45, 96, 70, 47, 56),
(8, 3, 45, 45, 98, 71, 48, 57),
(8, 3, 46, 46, 100, 73, 49, 58),
(8, 3, 47, 47, 102, 74, 50, 59),
(8, 3, 48, 48, 104, 76, 51, 60),
(8, 3, 49, 48, 106, 77, 52, 61),
(8, 3, 50, 49, 108, 78, 53, 62),
(8, 3, 51, 50, 110, 80, 54, 63),
(8, 3, 52, 51, 113, 81, 55, 64),
(8, 3, 53, 51, 115, 83, 56, 65),
(8, 3, 54, 52, 117, 84, 57, 66),
(8, 3, 55, 53, 119, 86, 58, 67),
(8, 3, 56, 54, 121, 87, 59, 68),
(8, 3, 57, 54, 123, 89, 60, 69),
(8, 3, 58, 55, 126, 90, 61, 70),
(8, 3, 59, 56, 128, 92, 62, 71),
(8, 3, 60, 57, 130, 93, 63, 73),
(8, 3, 61, 58, 132, 95, 64, 74),
(8, 3, 62, 58, 134, 96, 65, 75),
(8, 3, 63, 59, 137, 98, 66, 76),
(8, 3, 64, 60, 139, 99, 67, 77),
(8, 3, 65, 61, 141, 101, 68, 78),
(8, 3, 66, 62, 144, 103, 69, 79),
(8, 3, 67, 62, 146, 104, 70, 80),
(8, 3, 68, 63, 148, 106, 71, 82),
(8, 3, 69, 64, 151, 107, 72, 83),
(8, 3, 70, 65, 153, 109, 73, 84),
(8, 3, 71, 66, 156, 111, 74, 85),
(8, 3, 72, 67, 159, 113, 75, 86),
(8, 3, 73, 68, 162, 115, 76, 88),
(8, 3, 74, 69, 165, 117, 78, 89),
(8, 3, 75, 70, 174, 119, 82, 91),
(8, 3, 76, 71, 177, 121, 83, 92),
(8, 3, 77, 72, 180, 123, 85, 94),
(8, 3, 78, 73, 184, 125, 86, 95),
(8, 3, 79, 74, 187, 127, 87, 97),
(8, 3, 80, 75, 190, 129, 89, 98),
(8, 4, 1, 22, 25, 22, 16, 21),
(8, 4, 2, 23, 26, 23, 16, 21),
(8, 4, 3, 24, 28, 23, 16, 22),
(8, 4, 4, 24, 29, 24, 16, 22),
(8, 4, 5, 25, 31, 25, 17, 22),
(8, 4, 6, 26, 32, 25, 17, 23),
(8, 4, 7, 27, 34, 26, 17, 23),
(8, 4, 8, 27, 35, 27, 17, 24),
(8, 4, 9, 28, 37, 28, 17, 24),
(8, 4, 10, 29, 38, 28, 18, 24),
(8, 4, 11, 30, 40, 29, 18, 25),
(8, 4, 12, 31, 41, 30, 18, 25),
(8, 4, 13, 32, 43, 31, 18, 26),
(8, 4, 14, 32, 45, 32, 18, 26),
(8, 4, 15, 33, 46, 32, 19, 26),
(8, 4, 16, 34, 48, 33, 19, 27),
(8, 4, 17, 35, 50, 34, 19, 27),
(8, 4, 18, 36, 51, 35, 19, 28),
(8, 4, 19, 37, 53, 36, 19, 28),
(8, 4, 20, 38, 55, 36, 20, 29),
(8, 4, 21, 39, 56, 37, 20, 29),
(8, 4, 22, 40, 58, 38, 20, 30),
(8, 4, 23, 41, 60, 39, 20, 30),
(8, 4, 24, 42, 62, 40, 20, 31),
(8, 4, 25, 43, 63, 41, 21, 31),
(8, 4, 26, 44, 65, 42, 21, 32),
(8, 4, 27, 45, 67, 43, 21, 32),
(8, 4, 28, 46, 69, 44, 21, 33),
(8, 4, 29, 47, 71, 44, 22, 33),
(8, 4, 30, 48, 72, 45, 22, 34),
(8, 4, 31, 49, 74, 46, 22, 34),
(8, 4, 32, 50, 76, 47, 22, 35),
(8, 4, 33, 51, 78, 48, 23, 35),
(8, 4, 34, 52, 80, 49, 23, 36),
(8, 4, 35, 53, 82, 50, 23, 36),
(8, 4, 36, 54, 84, 51, 24, 37),
(8, 4, 37, 55, 86, 52, 24, 37),
(8, 4, 38, 56, 88, 53, 24, 38),
(8, 4, 39, 57, 90, 54, 24, 38),
(8, 4, 40, 58, 92, 55, 25, 39),
(8, 4, 41, 59, 94, 56, 25, 40),
(8, 4, 42, 60, 96, 57, 25, 40),
(8, 4, 43, 62, 98, 58, 26, 41),
(8, 4, 44, 63, 100, 59, 26, 41),
(8, 4, 45, 64, 102, 60, 26, 42),
(8, 4, 46, 65, 104, 61, 27, 43),
(8, 4, 47, 66, 107, 63, 27, 43),
(8, 4, 48, 67, 109, 64, 27, 44),
(8, 4, 49, 69, 111, 65, 27, 44),
(8, 4, 50, 70, 113, 66, 28, 45),
(8, 4, 51, 71, 115, 67, 28, 46),
(8, 4, 52, 72, 117, 68, 28, 46),
(8, 4, 53, 74, 120, 69, 29, 47),
(8, 4, 54, 75, 122, 70, 29, 48),
(8, 4, 55, 76, 124, 72, 29, 48),
(8, 4, 56, 77, 126, 73, 30, 49),
(8, 4, 57, 79, 129, 74, 30, 50),
(8, 4, 58, 80, 131, 75, 30, 50),
(8, 4, 59, 81, 133, 76, 31, 51),
(8, 4, 60, 82, 136, 77, 31, 52),
(8, 4, 61, 84, 138, 79, 32, 52),
(8, 4, 62, 85, 140, 80, 32, 53),
(8, 4, 63, 86, 143, 81, 32, 54),
(8, 4, 64, 88, 145, 82, 33, 55),
(8, 4, 65, 89, 148, 84, 33, 55),
(8, 4, 66, 90, 150, 85, 33, 56),
(8, 4, 67, 92, 153, 86, 34, 57),
(8, 4, 68, 93, 155, 87, 34, 58),
(8, 4, 69, 95, 157, 89, 35, 58),
(8, 4, 70, 96, 160, 90, 35, 59),
(8, 4, 71, 98, 163, 94, 35, 60),
(8, 4, 72, 100, 166, 96, 36, 60),
(8, 4, 73, 101, 169, 96, 36, 61),
(8, 4, 74, 103, 172, 97, 37, 62),
(8, 4, 75, 105, 175, 98, 37, 63),
(8, 4, 76, 106, 178, 99, 37, 64),
(8, 4, 77, 108, 181, 105, 38, 65),
(8, 4, 78, 110, 185, 107, 38, 66),
(8, 4, 79, 112, 188, 109, 39, 67),
(8, 4, 80, 114, 191, 110, 39, 68),
(8, 5, 1, 21, 22, 21, 18, 24),
(8, 5, 2, 21, 22, 21, 19, 25),
(8, 5, 3, 21, 22, 22, 21, 27),
(8, 5, 4, 21, 23, 22, 22, 28),
(8, 5, 5, 22, 23, 22, 23, 29),
(8, 5, 6, 22, 23, 23, 25, 31),
(8, 5, 7, 22, 23, 23, 26, 32),
(8, 5, 8, 22, 24, 24, 27, 34),
(8, 5, 9, 22, 24, 24, 29, 35),
(8, 5, 10, 22, 24, 24, 30, 37),
(8, 5, 11, 23, 24, 25, 32, 38),
(8, 5, 12, 23, 24, 25, 33, 40),
(8, 5, 13, 23, 25, 26, 35, 41),
(8, 5, 14, 23, 25, 26, 36, 43),
(8, 5, 15, 23, 25, 26, 38, 44),
(8, 5, 16, 24, 26, 27, 39, 46),
(8, 5, 17, 24, 26, 27, 41, 47),
(8, 5, 18, 24, 26, 28, 42, 49),
(8, 5, 19, 24, 26, 28, 44, 50),
(8, 5, 20, 24, 27, 29, 45, 52),
(8, 5, 21, 25, 27, 29, 47, 54),
(8, 5, 22, 25, 27, 30, 48, 55),
(8, 5, 23, 25, 28, 30, 50, 57),
(8, 5, 24, 25, 28, 31, 52, 59),
(8, 5, 25, 25, 28, 31, 53, 60),
(8, 5, 26, 26, 28, 32, 55, 62),
(8, 5, 27, 26, 29, 32, 56, 64),
(8, 5, 28, 26, 29, 33, 58, 65),
(8, 5, 29, 26, 29, 33, 60, 67),
(8, 5, 30, 27, 30, 34, 62, 69),
(8, 5, 31, 27, 30, 34, 63, 71),
(8, 5, 32, 27, 30, 35, 65, 73),
(8, 5, 33, 27, 31, 35, 67, 74),
(8, 5, 34, 28, 31, 36, 68, 76),
(8, 5, 35, 28, 32, 36, 70, 78),
(8, 5, 36, 28, 32, 37, 72, 80),
(8, 5, 37, 29, 32, 37, 74, 82),
(8, 5, 38, 29, 33, 38, 76, 84),
(8, 5, 39, 29, 33, 38, 77, 86),
(8, 5, 40, 29, 33, 39, 79, 87),
(8, 5, 41, 30, 34, 40, 81, 89),
(8, 5, 42, 30, 34, 40, 83, 91),
(8, 5, 43, 30, 35, 41, 85, 93),
(8, 5, 44, 31, 35, 41, 87, 95),
(8, 5, 45, 31, 35, 42, 89, 97),
(8, 5, 46, 31, 36, 43, 91, 99),
(8, 5, 47, 32, 36, 43, 93, 101),
(8, 5, 48, 32, 37, 44, 94, 103),
(8, 5, 49, 32, 37, 44, 96, 105),
(8, 5, 50, 33, 37, 45, 98, 107),
(8, 5, 51, 33, 38, 46, 100, 110),
(8, 5, 52, 33, 38, 46, 102, 112),
(8, 5, 53, 34, 39, 47, 104, 114),
(8, 5, 54, 34, 39, 48, 106, 116),
(8, 5, 55, 34, 40, 48, 109, 118),
(8, 5, 56, 35, 40, 49, 111, 120),
(8, 5, 57, 35, 41, 50, 113, 122),
(8, 5, 58, 35, 41, 50, 115, 125),
(8, 5, 59, 36, 42, 51, 117, 127),
(8, 5, 60, 36, 42, 52, 119, 129),
(8, 5, 61, 36, 42, 52, 121, 131),
(8, 5, 62, 37, 43, 53, 123, 133),
(8, 5, 63, 37, 43, 54, 125, 136),
(8, 5, 64, 38, 44, 55, 128, 138),
(8, 5, 65, 38, 44, 55, 130, 140),
(8, 5, 66, 38, 45, 56, 132, 143),
(8, 5, 67, 39, 45, 57, 134, 145),
(8, 5, 68, 39, 46, 58, 136, 147),
(8, 5, 69, 40, 46, 58, 139, 150),
(8, 5, 70, 40, 47, 59, 141, 152),
(8, 5, 71, 40, 48, 60, 144, 155),
(8, 5, 72, 41, 48, 60, 147, 158),
(8, 5, 73, 41, 49, 61, 150, 161),
(8, 5, 74, 42, 49, 62, 152, 164),
(8, 5, 75, 42, 50, 63, 155, 167),
(8, 5, 76, 42, 51, 64, 158, 170),
(8, 5, 77, 43, 51, 65, 161, 173),
(8, 5, 78, 43, 52, 66, 164, 176),
(8, 5, 79, 44, 52, 67, 167, 179),
(8, 5, 80, 44, 53, 68, 170, 182),
(8, 6, 1, 24, 22, 23, 16, 21),
(8, 6, 2, 25, 23, 24, 16, 21),
(8, 6, 3, 27, 24, 25, 16, 22),
(8, 6, 4, 28, 24, 26, 16, 22),
(8, 6, 5, 29, 25, 28, 16, 22),
(8, 6, 6, 31, 26, 29, 16, 22),
(8, 6, 7, 32, 27, 30, 17, 23),
(8, 6, 8, 33, 28, 31, 17, 23),
(8, 6, 9, 35, 28, 33, 17, 23),
(8, 6, 10, 36, 29, 34, 17, 24),
(8, 6, 11, 37, 30, 35, 17, 24),
(8, 6, 12, 39, 31, 36, 17, 24),
(8, 6, 13, 40, 32, 38, 17, 25),
(8, 6, 14, 42, 33, 39, 17, 25),
(8, 6, 15, 43, 34, 40, 18, 25),
(8, 6, 16, 45, 35, 42, 18, 26),
(8, 6, 17, 46, 35, 43, 18, 26),
(8, 6, 18, 48, 36, 44, 18, 26),
(8, 6, 19, 49, 37, 46, 18, 27),
(8, 6, 20, 51, 38, 47, 18, 27),
(8, 6, 21, 52, 39, 49, 18, 27),
(8, 6, 22, 54, 40, 50, 18, 28),
(8, 6, 23, 55, 41, 51, 19, 28),
(8, 6, 24, 57, 42, 53, 19, 29),
(8, 6, 25, 59, 43, 54, 19, 29),
(8, 6, 26, 60, 44, 56, 19, 29),
(8, 6, 27, 62, 45, 57, 19, 30),
(8, 6, 28, 63, 46, 59, 19, 30),
(8, 6, 29, 65, 47, 60, 20, 31),
(8, 6, 30, 67, 48, 62, 20, 31),
(8, 6, 31, 69, 49, 63, 20, 31),
(8, 6, 32, 70, 50, 65, 20, 32),
(8, 6, 33, 72, 51, 67, 20, 32),
(8, 6, 34, 74, 53, 68, 20, 33),
(8, 6, 35, 75, 54, 70, 21, 33),
(8, 6, 36, 77, 55, 71, 21, 34),
(8, 6, 37, 79, 56, 73, 21, 34),
(8, 6, 38, 81, 57, 75, 21, 35),
(8, 6, 39, 83, 58, 76, 21, 35),
(8, 6, 40, 84, 59, 78, 22, 35),
(8, 6, 41, 86, 60, 80, 22, 36),
(8, 6, 42, 88, 62, 81, 22, 36),
(8, 6, 43, 90, 63, 83, 22, 37),
(8, 6, 44, 92, 64, 85, 22, 37),
(8, 6, 45, 94, 65, 86, 23, 38),
(8, 6, 46, 96, 66, 88, 23, 38),
(8, 6, 47, 98, 67, 90, 23, 39),
(8, 6, 48, 100, 69, 92, 23, 39),
(8, 6, 49, 102, 70, 93, 24, 40),
(8, 6, 50, 103, 71, 95, 24, 40),
(8, 6, 51, 105, 72, 96, 24, 41),
(8, 6, 52, 106, 74, 97, 24, 42),
(8, 6, 53, 107, 73, 98, 25, 42),
(8, 6, 54, 108, 74, 99, 25, 43),
(8, 6, 55, 109, 75, 100, 25, 43),
(8, 6, 56, 112, 77, 103, 25, 44),
(8, 6, 57, 114, 78, 105, 25, 44),
(8, 6, 58, 118, 79, 107, 26, 45),
(8, 6, 59, 119, 81, 109, 26, 45),
(8, 6, 60, 121, 82, 111, 26, 46),
(8, 6, 61, 123, 83, 113, 26, 47),
(8, 6, 62, 126, 85, 115, 26, 47),
(8, 6, 63, 128, 86, 118, 27, 48),
(8, 6, 64, 131, 88, 120, 27, 48),
(8, 6, 65, 138, 89, 122, 27, 49),
(8, 6, 66, 140, 91, 125, 27, 50),
(8, 6, 67, 143, 92, 127, 28, 50),
(8, 6, 68, 145, 94, 129, 28, 51),
(8, 6, 69, 148, 95, 132, 28, 52),
(8, 6, 70, 151, 97, 134, 28, 52),
(8, 6, 71, 154, 99, 137, 29, 53),
(8, 6, 72, 156, 100, 139, 29, 54),
(8, 6, 73, 159, 102, 142, 29, 55),
(8, 6, 74, 162, 104, 144, 29, 55),
(8, 6, 75, 165, 105, 147, 30, 56),
(8, 6, 76, 168, 107, 150, 30, 57),
(8, 6, 77, 169, 109, 153, 30, 58),
(8, 6, 78, 170, 110, 155, 30, 58),
(8, 6, 79, 178, 112, 158, 31, 59),
(8, 6, 80, 181, 114, 161, 31, 60),
(8, 7, 1, 22, 22, 22, 17, 23),
(8, 7, 2, 23, 22, 23, 18, 24),
(8, 7, 3, 24, 23, 24, 19, 25),
(8, 7, 4, 25, 23, 25, 20, 26),
(8, 7, 5, 25, 24, 26, 21, 27),
(8, 7, 6, 26, 24, 27, 22, 28),
(8, 7, 7, 27, 25, 28, 23, 29),
(8, 7, 8, 28, 25, 29, 24, 30),
(8, 7, 9, 29, 25, 30, 25, 31),
(8, 7, 10, 30, 26, 31, 26, 33),
(8, 7, 11, 31, 26, 32, 27, 34),
(8, 7, 12, 32, 27, 33, 28, 35),
(8, 7, 13, 33, 27, 34, 29, 36),
(8, 7, 14, 34, 28, 35, 30, 37),
(8, 7, 15, 34, 28, 36, 31, 38),
(8, 7, 16, 35, 29, 38, 32, 39),
(8, 7, 17, 36, 29, 39, 33, 41),
(8, 7, 18, 37, 30, 40, 34, 42),
(8, 7, 19, 38, 30, 41, 35, 43),
(8, 7, 20, 39, 31, 42, 36, 44),
(8, 7, 21, 40, 32, 43, 37, 45),
(8, 7, 22, 41, 32, 45, 38, 47),
(8, 7, 23, 43, 33, 46, 39, 48),
(8, 7, 24, 44, 33, 47, 40, 49),
(8, 7, 25, 45, 34, 48, 42, 51),
(8, 7, 26, 46, 34, 49, 43, 52),
(8, 7, 27, 47, 35, 51, 44, 53),
(8, 7, 28, 48, 35, 52, 45, 54),
(8, 7, 29, 49, 36, 53, 46, 56),
(8, 7, 30, 50, 37, 54, 48, 57),
(8, 7, 31, 51, 37, 56, 49, 59),
(8, 7, 32, 52, 38, 57, 50, 60),
(8, 7, 33, 53, 38, 58, 51, 61),
(8, 7, 34, 55, 39, 60, 52, 63),
(8, 7, 35, 56, 40, 61, 54, 64),
(8, 7, 36, 57, 40, 62, 55, 66),
(8, 7, 37, 58, 41, 64, 56, 67),
(8, 7, 38, 59, 42, 65, 57, 68),
(8, 7, 39, 61, 42, 66, 59, 70),
(8, 7, 40, 62, 43, 68, 60, 71),
(8, 7, 41, 63, 44, 69, 61, 73),
(8, 7, 42, 64, 44, 71, 63, 74),
(8, 7, 43, 65, 45, 72, 64, 76),
(8, 7, 44, 67, 46, 74, 65, 77),
(8, 7, 45, 68, 46, 75, 67, 79),
(8, 7, 46, 69, 47, 76, 68, 80),
(8, 7, 47, 71, 48, 78, 69, 82),
(8, 7, 48, 72, 49, 79, 71, 83),
(8, 7, 49, 73, 49, 81, 72, 85),
(8, 7, 50, 74, 50, 82, 74, 87),
(8, 7, 51, 76, 51, 84, 75, 88),
(8, 7, 52, 77, 51, 85, 77, 90),
(8, 7, 53, 78, 52, 87, 78, 92),
(8, 7, 54, 80, 53, 89, 79, 93),
(8, 7, 55, 81, 54, 90, 81, 95),
(8, 7, 56, 83, 55, 92, 82, 96),
(8, 7, 57, 84, 55, 93, 84, 98),
(8, 7, 58, 85, 56, 95, 85, 100),
(8, 7, 59, 87, 57, 97, 87, 102),
(8, 7, 60, 88, 58, 98, 88, 103),
(8, 7, 61, 90, 58, 100, 90, 105),
(8, 7, 62, 91, 59, 101, 91, 107),
(8, 7, 63, 93, 60, 103, 93, 108),
(8, 7, 64, 94, 61, 105, 94, 110),
(8, 7, 65, 95, 62, 106, 96, 112),
(8, 7, 66, 97, 63, 108, 98, 114),
(8, 7, 67, 98, 63, 110, 99, 116),
(8, 7, 68, 100, 64, 112, 101, 117),
(8, 7, 69, 101, 65, 113, 102, 119),
(8, 7, 70, 103, 66, 115, 104, 121),
(8, 7, 71, 104, 67, 117, 116, 123),
(8, 7, 72, 106, 68, 119, 118, 126),
(8, 7, 73, 108, 69, 121, 121, 128),
(8, 7, 74, 110, 70, 124, 123, 130),
(8, 7, 75, 112, 71, 126, 125, 132),
(8, 7, 76, 114, 72, 128, 127, 135),
(8, 7, 77, 115, 73, 130, 129, 137),
(8, 7, 78, 117, 74, 132, 132, 139),
(8, 7, 79, 119, 75, 135, 134, 142),
(8, 7, 80, 121, 76, 137, 136, 144),
(8, 8, 1, 21, 22, 21, 19, 23),
(8, 8, 2, 21, 22, 21, 20, 24),
(8, 8, 3, 21, 22, 22, 22, 26),
(8, 8, 4, 21, 22, 22, 23, 27),
(8, 8, 5, 21, 23, 22, 25, 28),
(8, 8, 6, 21, 23, 22, 26, 30),
(8, 8, 7, 21, 23, 23, 27, 31),
(8, 8, 8, 22, 23, 23, 29, 32),
(8, 8, 9, 22, 23, 23, 30, 34),
(8, 8, 10, 22, 23, 24, 32, 35),
(8, 8, 11, 22, 24, 24, 33, 37),
(8, 8, 12, 22, 24, 24, 35, 38),
(8, 8, 13, 22, 24, 25, 36, 39),
(8, 8, 14, 22, 24, 25, 38, 41),
(8, 8, 15, 22, 24, 25, 39, 42),
(8, 8, 16, 22, 24, 26, 41, 44),
(8, 8, 17, 23, 25, 26, 42, 45),
(8, 8, 18, 23, 25, 26, 44, 47),
(8, 8, 19, 23, 25, 27, 46, 48),
(8, 8, 20, 23, 25, 27, 47, 50),
(8, 8, 21, 23, 25, 27, 49, 51),
(8, 8, 22, 23, 26, 28, 51, 53),
(8, 8, 23, 23, 26, 28, 52, 55),
(8, 8, 24, 24, 26, 29, 54, 56),
(8, 8, 25, 24, 26, 29, 56, 58),
(8, 8, 26, 24, 27, 29, 57, 60),
(8, 8, 27, 24, 27, 30, 59, 61),
(8, 8, 28, 24, 27, 30, 61, 63),
(8, 8, 29, 24, 27, 31, 63, 65),
(8, 8, 30, 24, 28, 31, 64, 66),
(8, 8, 31, 25, 28, 31, 66, 68),
(8, 8, 32, 25, 28, 32, 68, 70),
(8, 8, 33, 25, 28, 32, 70, 71),
(8, 8, 34, 25, 29, 33, 71, 73),
(8, 8, 35, 25, 29, 33, 73, 75),
(8, 8, 36, 26, 29, 34, 75, 77),
(8, 8, 37, 26, 29, 34, 77, 79),
(8, 8, 38, 26, 30, 35, 79, 80),
(8, 8, 39, 26, 30, 35, 81, 82),
(8, 8, 40, 26, 30, 35, 83, 84),
(8, 8, 41, 27, 31, 36, 85, 86),
(8, 8, 42, 27, 31, 36, 87, 88),
(8, 8, 43, 27, 31, 37, 89, 90),
(8, 8, 44, 27, 32, 37, 91, 91),
(8, 8, 45, 27, 32, 38, 93, 93),
(8, 8, 46, 28, 32, 38, 95, 95),
(8, 8, 47, 28, 32, 39, 97, 97),
(8, 8, 48, 28, 33, 39, 99, 99),
(8, 8, 49, 28, 33, 40, 101, 101),
(8, 8, 50, 29, 33, 40, 103, 103),
(8, 8, 51, 29, 34, 41, 105, 105),
(8, 8, 52, 29, 34, 42, 107, 107),
(8, 8, 53, 29, 35, 42, 109, 109),
(8, 8, 54, 30, 35, 43, 111, 111),
(8, 8, 55, 30, 35, 43, 113, 113),
(8, 8, 56, 30, 36, 44, 115, 115),
(8, 8, 57, 30, 36, 44, 118, 118),
(8, 8, 58, 31, 36, 45, 120, 120),
(8, 8, 59, 31, 37, 45, 122, 122),
(8, 8, 60, 31, 37, 46, 124, 124),
(8, 8, 61, 31, 37, 47, 126, 126),
(8, 8, 62, 32, 38, 47, 129, 128),
(8, 8, 63, 32, 38, 48, 131, 130),
(8, 8, 64, 32, 39, 48, 133, 133),
(8, 8, 65, 33, 39, 49, 135, 135),
(8, 8, 66, 33, 39, 50, 138, 137),
(8, 8, 67, 33, 40, 50, 140, 139),
(8, 8, 68, 33, 40, 51, 142, 141),
(8, 8, 69, 34, 41, 51, 145, 144),
(8, 8, 70, 34, 41, 52, 147, 146),
(8, 8, 71, 34, 41, 53, 150, 149),
(8, 8, 72, 34, 42, 54, 153, 152),
(8, 8, 73, 34, 42, 55, 156, 155),
(8, 8, 74, 35, 43, 55, 159, 157),
(8, 8, 75, 35, 43, 56, 162, 160),
(8, 8, 76, 35, 43, 57, 168, 163),
(8, 8, 77, 36, 44, 58, 168, 166),
(8, 8, 78, 36, 44, 58, 171, 169),
(8, 8, 79, 36, 45, 59, 177, 172),
(8, 8, 80, 37, 45, 60, 177, 175),
(10, 2, 1, 19, 22, 21, 24, 20),
(10, 2, 2, 20, 23, 22, 25, 21),
(10, 2, 3, 21, 23, 23, 25, 21),
(10, 2, 4, 22, 24, 24, 26, 22),
(10, 2, 5, 23, 24, 25, 27, 23),
(10, 2, 6, 25, 25, 26, 27, 24),
(10, 2, 7, 26, 25, 27, 28, 24),
(10, 2, 8, 27, 26, 28, 29, 25),
(10, 2, 9, 28, 27, 29, 29, 26),
(10, 2, 10, 29, 27, 31, 30, 26),
(10, 2, 11, 30, 28, 32, 31, 27),
(10, 2, 12, 32, 29, 33, 31, 28),
(10, 2, 13, 33, 29, 34, 32, 29),
(10, 2, 14, 34, 30, 35, 33, 30),
(10, 2, 15, 35, 31, 36, 33, 30),
(10, 2, 16, 37, 31, 37, 34, 31),
(10, 2, 17, 38, 32, 39, 35, 32),
(10, 2, 18, 39, 33, 40, 36, 33),
(10, 2, 19, 40, 33, 41, 36, 34),
(10, 2, 20, 42, 34, 42, 37, 35),
(10, 2, 21, 43, 35, 44, 38, 35),
(10, 2, 22, 44, 35, 45, 39, 36),
(10, 2, 23, 46, 36, 46, 40, 37),
(10, 2, 24, 47, 37, 47, 40, 38),
(10, 2, 25, 49, 38, 49, 41, 39),
(10, 2, 26, 50, 38, 50, 42, 40),
(10, 2, 27, 51, 39, 51, 43, 41),
(10, 2, 28, 53, 40, 53, 44, 42),
(10, 2, 29, 54, 41, 54, 45, 43),
(10, 2, 30, 56, 41, 55, 45, 43),
(10, 2, 31, 57, 42, 57, 46, 44),
(10, 2, 32, 58, 43, 58, 47, 45),
(10, 2, 33, 60, 44, 59, 48, 46),
(10, 2, 34, 61, 45, 61, 49, 47),
(10, 2, 35, 63, 45, 62, 50, 48),
(10, 2, 36, 64, 46, 64, 51, 49),
(10, 2, 37, 66, 47, 65, 52, 50),
(10, 2, 38, 67, 48, 67, 53, 51),
(10, 2, 39, 69, 49, 68, 54, 52),
(10, 2, 40, 71, 50, 69, 55, 53),
(10, 2, 41, 72, 50, 71, 55, 54),
(10, 2, 42, 74, 51, 72, 56, 55),
(10, 2, 43, 75, 52, 74, 57, 56),
(10, 2, 44, 77, 53, 75, 58, 57),
(10, 2, 45, 79, 54, 77, 59, 59),
(10, 2, 46, 80, 55, 78, 60, 60),
(10, 2, 47, 82, 56, 80, 61, 61),
(10, 2, 48, 83, 57, 82, 62, 62),
(10, 2, 49, 85, 58, 83, 63, 63),
(10, 2, 50, 87, 59, 85, 64, 64),
(10, 2, 51, 89, 60, 86, 66, 65),
(10, 2, 52, 90, 61, 88, 67, 66),
(10, 2, 53, 92, 61, 90, 68, 67),
(10, 2, 54, 94, 62, 91, 69, 69),
(10, 2, 55, 95, 63, 93, 70, 70),
(10, 2, 56, 97, 64, 95, 71, 71),
(10, 2, 57, 99, 65, 96, 72, 72),
(10, 2, 58, 101, 66, 98, 73, 73),
(10, 2, 59, 102, 67, 100, 74, 74),
(10, 2, 60, 104, 68, 101, 75, 76),
(10, 2, 61, 106, 69, 103, 76, 77),
(10, 2, 62, 108, 70, 105, 78, 78),
(10, 2, 63, 110, 72, 106, 79, 79),
(10, 2, 64, 112, 73, 108, 80, 80),
(10, 2, 65, 113, 74, 110, 81, 82),
(10, 2, 66, 115, 75, 112, 82, 83),
(10, 2, 67, 117, 76, 114, 83, 84),
(10, 2, 68, 119, 77, 115, 85, 85),
(10, 2, 69, 121, 78, 117, 86, 87),
(10, 2, 70, 123, 79, 119, 87, 88),
(10, 2, 71, 125, 80, 120, 88, 89),
(10, 2, 72, 128, 81, 123, 90, 91),
(10, 2, 73, 130, 82, 125, 91, 93),
(10, 2, 74, 133, 84, 127, 93, 94),
(10, 2, 75, 135, 85, 129, 94, 96),
(10, 2, 76, 137, 86, 132, 96, 97),
(10, 2, 77, 140, 88, 134, 97, 99),
(10, 2, 78, 143, 89, 136, 99, 101),
(10, 2, 79, 145, 90, 139, 100, 102),
(10, 2, 80, 148, 92, 141, 102, 104),
(10, 3, 1, 17, 25, 20, 24, 20),
(10, 3, 2, 17, 26, 21, 25, 21),
(10, 3, 3, 18, 28, 22, 25, 21),
(10, 3, 4, 18, 29, 23, 26, 22),
(10, 3, 5, 19, 30, 24, 26, 23),
(10, 3, 6, 19, 32, 25, 27, 23),
(10, 3, 7, 20, 33, 26, 27, 24),
(10, 3, 8, 20, 35, 27, 28, 25),
(10, 3, 9, 21, 36, 27, 29, 25),
(10, 3, 10, 21, 38, 28, 29, 26),
(10, 3, 11, 22, 39, 29, 30, 27),
(10, 3, 12, 22, 41, 30, 31, 27),
(10, 3, 13, 23, 42, 31, 31, 28),
(10, 3, 14, 23, 44, 32, 32, 29),
(10, 3, 15, 24, 45, 34, 32, 29),
(10, 3, 16, 24, 47, 35, 33, 30),
(10, 3, 17, 25, 48, 36, 34, 31),
(10, 3, 18, 25, 50, 37, 34, 32),
(10, 3, 19, 26, 51, 38, 35, 32),
(10, 3, 20, 26, 53, 39, 36, 33),
(10, 3, 21, 27, 55, 40, 37, 34),
(10, 3, 22, 27, 56, 41, 37, 35),
(10, 3, 23, 28, 58, 42, 38, 36),
(10, 3, 24, 28, 60, 43, 39, 36),
(10, 3, 25, 29, 61, 44, 39, 37),
(10, 3, 26, 30, 63, 46, 40, 38),
(10, 3, 27, 30, 65, 47, 41, 39),
(10, 3, 28, 31, 66, 48, 42, 40),
(10, 3, 29, 31, 68, 49, 42, 40),
(10, 3, 30, 32, 70, 50, 43, 41),
(10, 3, 31, 33, 72, 52, 44, 42),
(10, 3, 32, 33, 73, 53, 45, 43),
(10, 3, 33, 34, 75, 54, 46, 44),
(10, 3, 34, 34, 77, 55, 46, 45),
(10, 3, 35, 35, 79, 57, 47, 46),
(10, 3, 36, 36, 81, 58, 48, 47),
(10, 3, 37, 36, 83, 59, 49, 47),
(10, 3, 38, 37, 85, 60, 50, 48),
(10, 3, 39, 38, 86, 62, 51, 49),
(10, 3, 40, 38, 88, 63, 51, 50),
(10, 3, 41, 39, 90, 64, 52, 51),
(10, 3, 42, 40, 92, 66, 53, 52),
(10, 3, 43, 40, 94, 67, 54, 53),
(10, 3, 44, 41, 96, 68, 55, 54),
(10, 3, 45, 42, 98, 70, 56, 55),
(10, 3, 46, 42, 100, 71, 57, 56),
(10, 3, 47, 43, 102, 72, 58, 57),
(10, 3, 48, 44, 104, 74, 59, 58),
(10, 3, 49, 45, 106, 75, 60, 59),
(10, 3, 50, 45, 108, 77, 61, 60),
(10, 3, 51, 46, 110, 78, 61, 61),
(10, 3, 52, 47, 113, 79, 62, 62),
(10, 3, 53, 47, 115, 81, 63, 63),
(10, 3, 54, 48, 117, 82, 64, 64),
(10, 3, 55, 49, 119, 84, 65, 65),
(10, 3, 56, 50, 121, 85, 66, 66),
(10, 3, 57, 50, 123, 87, 67, 67),
(10, 3, 58, 51, 126, 88, 68, 68),
(10, 3, 59, 52, 128, 90, 69, 70),
(10, 3, 60, 53, 130, 91, 70, 71),
(10, 3, 61, 54, 132, 93, 71, 72),
(10, 3, 62, 54, 134, 94, 72, 73),
(10, 3, 63, 55, 137, 96, 73, 74),
(10, 3, 64, 56, 139, 97, 75, 75),
(10, 3, 65, 57, 141, 99, 76, 76),
(10, 3, 66, 58, 144, 101, 77, 77),
(10, 3, 67, 58, 146, 102, 78, 78),
(10, 3, 68, 59, 148, 104, 79, 80),
(10, 3, 69, 60, 151, 105, 80, 81),
(10, 3, 70, 61, 153, 107, 81, 82),
(10, 3, 71, 62, 156, 108, 82, 83),
(10, 3, 72, 63, 159, 110, 83, 84),
(10, 3, 73, 64, 162, 112, 84, 86),
(10, 3, 74, 65, 165, 114, 86, 87),
(10, 3, 75, 66, 168, 116, 87, 89),
(10, 3, 76, 67, 171, 118, 89, 90),
(10, 3, 77, 68, 174, 120, 90, 92),
(10, 3, 78, 69, 177, 122, 91, 93),
(10, 3, 79, 70, 180, 124, 92, 95),
(10, 3, 80, 71, 183, 126, 94, 96),
(10, 4, 1, 18, 25, 20, 24, 19),
(10, 4, 2, 19, 26, 21, 24, 19),
(10, 4, 3, 20, 28, 21, 24, 20),
(10, 4, 4, 20, 29, 22, 24, 20),
(10, 4, 5, 21, 31, 23, 25, 20),
(10, 4, 6, 22, 32, 24, 25, 21),
(10, 4, 7, 23, 34, 24, 25, 21),
(10, 4, 8, 24, 35, 25, 25, 22),
(10, 4, 9, 24, 37, 26, 25, 22),
(10, 4, 10, 25, 38, 26, 25, 22),
(10, 4, 11, 26, 40, 27, 25, 23),
(10, 4, 12, 27, 41, 28, 26, 23),
(10, 4, 13, 28, 43, 29, 26, 24),
(10, 4, 14, 29, 45, 30, 26, 24),
(10, 4, 15, 29, 46, 30, 26, 25),
(10, 4, 16, 30, 48, 31, 26, 25),
(10, 4, 17, 31, 50, 32, 27, 25),
(10, 4, 18, 32, 51, 33, 27, 26),
(10, 4, 19, 33, 53, 34, 27, 26),
(10, 4, 20, 34, 55, 35, 27, 27),
(10, 4, 21, 35, 56, 35, 27, 27),
(10, 4, 22, 36, 58, 36, 28, 28),
(10, 4, 23, 37, 60, 37, 28, 28),
(10, 4, 24, 38, 62, 38, 28, 29),
(10, 4, 25, 39, 63, 39, 28, 29),
(10, 4, 26, 40, 65, 40, 29, 30),
(10, 4, 27, 41, 67, 41, 29, 30),
(10, 4, 28, 42, 69, 42, 29, 31),
(10, 4, 29, 43, 71, 43, 29, 31),
(10, 4, 30, 44, 72, 43, 29, 32),
(10, 4, 31, 45, 74, 44, 30, 32),
(10, 4, 32, 46, 76, 45, 30, 33),
(10, 4, 33, 47, 78, 46, 30, 33),
(10, 4, 34, 48, 80, 47, 31, 34),
(10, 4, 35, 49, 82, 48, 31, 34),
(10, 4, 36, 50, 84, 49, 31, 35),
(10, 4, 37, 51, 86, 50, 31, 35),
(10, 4, 38, 52, 88, 51, 32, 36),
(10, 4, 39, 53, 90, 52, 32, 37),
(10, 4, 40, 54, 92, 53, 32, 37),
(10, 4, 41, 56, 94, 54, 33, 38),
(10, 4, 42, 57, 96, 55, 33, 38),
(10, 4, 43, 58, 98, 56, 33, 39),
(10, 4, 44, 59, 100, 57, 33, 39),
(10, 4, 45, 60, 102, 59, 34, 40),
(10, 4, 46, 61, 104, 60, 34, 41),
(10, 4, 47, 62, 107, 61, 34, 41),
(10, 4, 48, 64, 109, 62, 35, 42),
(10, 4, 49, 65, 111, 63, 35, 43),
(10, 4, 50, 66, 113, 64, 35, 43),
(10, 4, 51, 67, 115, 65, 36, 44),
(10, 4, 52, 68, 117, 66, 36, 44),
(10, 4, 53, 70, 120, 67, 36, 45),
(10, 4, 54, 71, 122, 69, 37, 46),
(10, 4, 55, 72, 124, 70, 37, 46),
(10, 4, 56, 73, 126, 71, 37, 47),
(10, 4, 57, 75, 129, 72, 38, 48),
(10, 4, 58, 76, 131, 73, 38, 48),
(10, 4, 59, 77, 133, 74, 39, 49),
(10, 4, 60, 79, 136, 76, 39, 50),
(10, 4, 61, 80, 138, 77, 39, 51),
(10, 4, 62, 81, 140, 78, 40, 51),
(10, 4, 63, 82, 143, 79, 40, 52),
(10, 4, 64, 84, 145, 80, 41, 53),
(10, 4, 65, 85, 148, 82, 41, 53),
(10, 4, 66, 87, 150, 83, 41, 54),
(10, 4, 67, 88, 153, 84, 42, 55),
(10, 4, 68, 89, 155, 85, 42, 56),
(10, 4, 69, 91, 157, 87, 43, 56),
(10, 4, 70, 92, 160, 88, 43, 57),
(10, 4, 71, 94, 163, 88, 43, 58),
(10, 4, 72, 96, 166, 90, 44, 58),
(10, 4, 73, 97, 169, 92, 44, 59),
(10, 4, 74, 99, 172, 93, 45, 60),
(10, 4, 75, 101, 175, 95, 45, 61),
(10, 4, 76, 102, 178, 96, 45, 62),
(10, 4, 77, 104, 181, 101, 46, 63),
(10, 4, 78, 106, 185, 104, 46, 64),
(10, 4, 79, 108, 188, 105, 47, 65),
(10, 4, 80, 110, 191, 107, 47, 66),
(10, 5, 1, 17, 22, 19, 26, 22),
(10, 5, 2, 17, 22, 19, 27, 23),
(10, 5, 3, 17, 22, 20, 29, 25),
(10, 5, 4, 17, 23, 20, 30, 26),
(10, 5, 5, 18, 23, 20, 31, 27),
(10, 5, 6, 18, 23, 21, 33, 29),
(10, 5, 7, 18, 23, 21, 34, 30),
(10, 5, 8, 18, 24, 22, 35, 32),
(10, 5, 9, 18, 24, 22, 37, 33),
(10, 5, 10, 19, 24, 22, 38, 35),
(10, 5, 11, 19, 24, 23, 39, 36),
(10, 5, 12, 19, 24, 23, 41, 38),
(10, 5, 13, 19, 25, 24, 42, 39),
(10, 5, 14, 19, 25, 24, 44, 41),
(10, 5, 15, 19, 25, 25, 45, 42),
(10, 5, 16, 20, 26, 25, 47, 44),
(10, 5, 17, 20, 26, 25, 48, 45),
(10, 5, 18, 20, 26, 26, 50, 47),
(10, 5, 19, 20, 26, 26, 51, 49),
(10, 5, 20, 21, 27, 27, 53, 50),
(10, 5, 21, 21, 27, 27, 54, 52),
(10, 5, 22, 21, 27, 28, 56, 53),
(10, 5, 23, 21, 28, 28, 58, 55),
(10, 5, 24, 21, 28, 29, 59, 57),
(10, 5, 25, 22, 28, 29, 61, 58),
(10, 5, 26, 22, 28, 30, 62, 60),
(10, 5, 27, 22, 29, 30, 64, 62),
(10, 5, 28, 22, 29, 31, 66, 64),
(10, 5, 29, 23, 29, 31, 67, 65),
(10, 5, 30, 23, 30, 32, 69, 67),
(10, 5, 31, 23, 30, 32, 71, 69),
(10, 5, 32, 23, 30, 33, 72, 71),
(10, 5, 33, 24, 31, 33, 74, 72),
(10, 5, 34, 24, 31, 34, 76, 74),
(10, 5, 35, 24, 32, 34, 78, 76),
(10, 5, 36, 24, 32, 35, 80, 78),
(10, 5, 37, 25, 32, 35, 81, 80),
(10, 5, 38, 25, 33, 36, 83, 82),
(10, 5, 39, 25, 33, 37, 85, 84),
(10, 5, 40, 26, 33, 37, 87, 86),
(10, 5, 41, 26, 34, 38, 89, 88),
(10, 5, 42, 26, 34, 38, 91, 89),
(10, 5, 43, 27, 35, 39, 92, 91),
(10, 5, 44, 27, 35, 39, 94, 93),
(10, 5, 45, 27, 35, 40, 96, 95),
(10, 5, 46, 27, 36, 41, 98, 97),
(10, 5, 47, 28, 36, 41, 100, 99),
(10, 5, 48, 28, 37, 42, 102, 101),
(10, 5, 49, 28, 37, 43, 104, 103),
(10, 5, 50, 29, 37, 43, 106, 106),
(10, 5, 51, 29, 38, 44, 108, 108),
(10, 5, 52, 29, 38, 44, 110, 110),
(10, 5, 53, 30, 39, 45, 112, 112),
(10, 5, 54, 30, 39, 46, 114, 114),
(10, 5, 55, 30, 40, 46, 116, 116),
(10, 5, 56, 31, 40, 47, 118, 118),
(10, 5, 57, 31, 41, 48, 120, 120),
(10, 5, 58, 31, 41, 48, 123, 123),
(10, 5, 59, 32, 42, 49, 125, 125),
(10, 5, 60, 32, 42, 50, 127, 127),
(10, 5, 61, 33, 42, 51, 129, 129),
(10, 5, 62, 33, 43, 51, 131, 131),
(10, 5, 63, 33, 43, 52, 133, 134),
(10, 5, 64, 34, 44, 53, 135, 136),
(10, 5, 65, 34, 44, 53, 138, 138),
(10, 5, 66, 34, 45, 54, 140, 141),
(10, 5, 67, 35, 45, 55, 142, 143),
(10, 5, 68, 35, 46, 56, 144, 145),
(10, 5, 69, 36, 46, 56, 147, 148),
(10, 5, 70, 36, 47, 57, 149, 150),
(10, 5, 71, 36, 48, 57, 152, 153),
(10, 5, 72, 37, 48, 57, 155, 156),
(10, 5, 73, 37, 49, 58, 158, 159),
(10, 5, 74, 38, 49, 59, 160, 163),
(10, 5, 75, 38, 50, 60, 163, 165),
(10, 5, 76, 38, 51, 61, 166, 170),
(10, 5, 77, 39, 51, 62, 168, 175),
(10, 5, 78, 39, 52, 63, 172, 174),
(10, 5, 79, 40, 52, 64, 175, 177),
(10, 5, 80, 40, 53, 65, 178, 180),
(10, 6, 1, 18, 23, 21, 24, 20),
(10, 6, 2, 19, 24, 22, 24, 20),
(10, 6, 3, 21, 25, 23, 24, 21),
(10, 6, 4, 22, 25, 25, 24, 21),
(10, 6, 5, 23, 26, 26, 24, 21),
(10, 6, 6, 25, 27, 27, 24, 21),
(10, 6, 7, 26, 28, 28, 24, 22),
(10, 6, 8, 27, 29, 29, 25, 22),
(10, 6, 9, 29, 29, 31, 25, 22),
(10, 6, 10, 30, 30, 32, 25, 23),
(10, 6, 11, 32, 31, 33, 25, 23),
(10, 6, 12, 33, 32, 34, 25, 23),
(10, 6, 13, 34, 33, 36, 25, 24),
(10, 6, 14, 36, 34, 37, 25, 24),
(10, 6, 15, 37, 35, 38, 25, 24),
(10, 6, 16, 39, 36, 40, 25, 25),
(10, 6, 17, 40, 36, 41, 25, 25),
(10, 6, 18, 42, 37, 43, 26, 25),
(10, 6, 19, 43, 38, 44, 26, 26),
(10, 6, 20, 45, 39, 45, 26, 26),
(10, 6, 21, 47, 40, 47, 26, 26),
(10, 6, 22, 48, 41, 48, 26, 27),
(10, 6, 23, 50, 42, 50, 26, 27),
(10, 6, 24, 51, 43, 51, 26, 28),
(10, 6, 25, 53, 44, 52, 27, 28),
(10, 6, 26, 55, 45, 54, 27, 28),
(10, 6, 27, 56, 46, 55, 27, 29),
(10, 6, 28, 58, 47, 57, 27, 29),
(10, 6, 29, 59, 48, 58, 27, 30),
(10, 6, 30, 61, 49, 60, 27, 30),
(10, 6, 31, 63, 50, 62, 27, 30),
(10, 6, 32, 65, 51, 63, 28, 31),
(10, 6, 33, 66, 52, 65, 28, 31),
(10, 6, 34, 68, 53, 66, 28, 32),
(10, 6, 35, 70, 55, 68, 28, 32),
(10, 6, 36, 72, 56, 69, 28, 33),
(10, 6, 37, 73, 57, 71, 29, 33),
(10, 6, 38, 75, 58, 73, 29, 34),
(10, 6, 39, 77, 59, 74, 29, 34),
(10, 6, 40, 79, 60, 76, 29, 35),
(10, 6, 41, 81, 61, 78, 29, 35),
(10, 6, 42, 82, 62, 79, 30, 35),
(10, 6, 43, 84, 64, 81, 30, 36),
(10, 6, 44, 86, 65, 83, 30, 36),
(10, 6, 45, 88, 66, 85, 30, 37),
(10, 6, 46, 90, 67, 86, 30, 37),
(10, 6, 47, 92, 68, 88, 31, 38),
(10, 6, 48, 94, 69, 90, 31, 38),
(10, 6, 49, 96, 69, 92, 31, 39),
(10, 6, 50, 98, 70, 93, 31, 40),
(10, 6, 51, 100, 71, 95, 32, 40),
(10, 6, 52, 102, 72, 96, 32, 41),
(10, 6, 53, 103, 73, 97, 32, 41),
(10, 6, 54, 104, 74, 98, 32, 41),
(10, 6, 55, 105, 75, 97, 33, 41),
(10, 6, 56, 108, 77, 100, 33, 42),
(10, 6, 57, 113, 78, 102, 33, 42),
(10, 6, 58, 115, 79, 104, 34, 43),
(10, 6, 59, 117, 81, 106, 34, 43),
(10, 6, 60, 118, 82, 108, 34, 44),
(10, 6, 61, 119, 83, 110, 34, 45),
(10, 6, 62, 121, 85, 112, 34, 45),
(10, 6, 63, 124, 86, 115, 35, 46),
(10, 6, 64, 127, 88, 117, 35, 46),
(10, 6, 65, 133, 89, 119, 35, 47),
(10, 6, 66, 135, 91, 122, 35, 48),
(10, 6, 67, 139, 92, 124, 36, 48),
(10, 6, 68, 141, 94, 126, 36, 49),
(10, 6, 69, 142, 95, 129, 36, 50),
(10, 6, 70, 145, 97, 131, 36, 50),
(10, 6, 71, 150, 99, 134, 37, 51),
(10, 6, 72, 152, 100, 136, 37, 52),
(10, 6, 73, 155, 102, 139, 37, 53),
(10, 6, 74, 158, 104, 141, 37, 53),
(10, 6, 75, 159, 105, 144, 38, 54),
(10, 6, 76, 160, 107, 147, 38, 55),
(10, 6, 77, 163, 109, 149, 38, 56),
(10, 6, 78, 166, 110, 152, 38, 56),
(10, 6, 79, 169, 112, 155, 39, 57),
(10, 6, 80, 172, 114, 158, 39, 58),
(10, 8, 1, 17, 22, 19, 27, 21),
(10, 8, 2, 17, 22, 19, 28, 22),
(10, 8, 3, 17, 22, 20, 30, 24),
(10, 8, 4, 17, 22, 20, 31, 25),
(10, 8, 5, 17, 23, 20, 32, 26),
(10, 8, 6, 17, 23, 20, 34, 28),
(10, 8, 7, 18, 23, 21, 35, 29),
(10, 8, 8, 18, 23, 21, 37, 30),
(10, 8, 9, 18, 23, 21, 38, 32),
(10, 8, 10, 18, 23, 22, 40, 33),
(10, 8, 11, 18, 24, 22, 41, 35),
(10, 8, 12, 18, 24, 22, 42, 36),
(10, 8, 13, 18, 24, 23, 44, 37),
(10, 8, 14, 18, 24, 23, 45, 39),
(10, 8, 15, 18, 24, 23, 47, 40),
(10, 8, 16, 19, 24, 24, 49, 42),
(10, 8, 17, 19, 25, 24, 50, 43),
(10, 8, 18, 19, 25, 24, 52, 45),
(10, 8, 19, 19, 25, 25, 53, 46),
(10, 8, 20, 19, 25, 25, 55, 48),
(10, 8, 21, 19, 25, 26, 57, 50),
(10, 8, 22, 19, 26, 26, 58, 51),
(10, 8, 23, 20, 26, 26, 60, 53),
(10, 8, 24, 20, 26, 27, 61, 54),
(10, 8, 25, 20, 26, 27, 63, 56),
(10, 8, 26, 20, 27, 27, 65, 58),
(10, 8, 27, 20, 27, 28, 67, 59),
(10, 8, 28, 20, 27, 28, 68, 61),
(10, 8, 29, 21, 27, 29, 70, 63),
(10, 8, 30, 21, 28, 29, 72, 64),
(10, 8, 31, 21, 28, 30, 74, 66),
(10, 8, 32, 21, 28, 30, 75, 68),
(10, 8, 33, 21, 28, 30, 77, 70),
(10, 8, 34, 21, 29, 31, 79, 71),
(10, 8, 35, 22, 29, 31, 81, 73),
(10, 8, 36, 22, 29, 32, 83, 75),
(10, 8, 37, 22, 29, 32, 85, 77),
(10, 8, 38, 22, 30, 33, 86, 78),
(10, 8, 39, 22, 30, 33, 88, 80),
(10, 8, 40, 23, 30, 34, 90, 82),
(10, 8, 41, 23, 31, 34, 92, 84),
(10, 8, 42, 23, 31, 35, 94, 86),
(10, 8, 43, 23, 31, 35, 96, 88),
(10, 8, 44, 23, 32, 36, 98, 90),
(10, 8, 45, 24, 32, 36, 100, 92),
(10, 8, 46, 24, 32, 37, 102, 93),
(10, 8, 47, 24, 32, 37, 104, 95),
(10, 8, 48, 24, 33, 38, 106, 97),
(10, 8, 49, 25, 33, 38, 108, 99),
(10, 8, 50, 25, 33, 39, 110, 101),
(10, 8, 51, 25, 34, 39, 112, 103),
(10, 8, 52, 25, 34, 40, 114, 105),
(10, 8, 53, 25, 35, 40, 117, 107),
(10, 8, 54, 26, 35, 41, 119, 109),
(10, 8, 55, 26, 35, 41, 121, 111),
(10, 8, 56, 26, 36, 42, 123, 113),
(10, 8, 57, 26, 36, 42, 125, 116),
(10, 8, 58, 27, 36, 43, 127, 118),
(10, 8, 59, 27, 37, 43, 130, 120),
(10, 8, 60, 27, 37, 44, 132, 122),
(10, 8, 61, 27, 37, 45, 134, 124),
(10, 8, 62, 28, 38, 45, 136, 126),
(10, 8, 63, 28, 38, 46, 139, 128),
(10, 8, 64, 28, 39, 46, 141, 131),
(10, 8, 65, 29, 39, 47, 143, 133),
(10, 8, 66, 29, 39, 48, 146, 135),
(10, 8, 67, 29, 40, 48, 148, 137),
(10, 8, 68, 29, 40, 49, 150, 139),
(10, 8, 69, 30, 41, 49, 153, 142),
(10, 8, 70, 30, 41, 50, 155, 144),
(10, 8, 71, 30, 41, 50, 158, 147),
(10, 8, 72, 30, 42, 51, 161, 150),
(10, 8, 73, 30, 42, 52, 164, 153),
(10, 8, 74, 31, 43, 52, 167, 155),
(10, 8, 75, 31, 43, 53, 170, 158),
(10, 8, 76, 31, 43, 54, 173, 161),
(10, 8, 77, 32, 44, 55, 176, 164),
(10, 8, 78, 32, 44, 55, 179, 167),
(10, 8, 79, 32, 45, 56, 182, 170),
(10, 8, 80, 33, 45, 57, 185, 173),
(10, 9, 1, 17, 22, 20, 26, 21),
(10, 9, 2, 17, 22, 21, 27, 22),
(10, 9, 3, 18, 23, 21, 28, 23),
(10, 9, 4, 18, 23, 22, 29, 24),
(10, 9, 5, 18, 23, 22, 31, 26),
(10, 9, 6, 18, 24, 23, 32, 27),
(10, 9, 7, 19, 24, 23, 33, 28),
(10, 9, 8, 19, 25, 24, 34, 29),
(10, 9, 9, 19, 25, 25, 36, 30),
(10, 9, 10, 20, 25, 25, 37, 32),
(10, 9, 11, 20, 26, 26, 38, 33),
(10, 9, 12, 20, 26, 26, 39, 34),
(10, 9, 13, 21, 27, 27, 41, 36),
(10, 9, 14, 21, 27, 28, 42, 37),
(10, 9, 15, 21, 27, 28, 43, 38),
(10, 9, 16, 22, 28, 29, 45, 39),
(10, 9, 17, 22, 28, 30, 46, 41),
(10, 9, 18, 23, 29, 30, 47, 42),
(10, 9, 19, 23, 29, 31, 49, 43),
(10, 9, 20, 23, 30, 32, 50, 45),
(10, 9, 21, 24, 30, 32, 51, 46),
(10, 9, 22, 24, 31, 33, 53, 48),
(10, 9, 23, 24, 31, 34, 54, 49),
(10, 9, 24, 25, 31, 34, 56, 50),
(10, 9, 25, 25, 32, 35, 57, 52),
(10, 9, 26, 26, 32, 36, 59, 53),
(10, 9, 27, 26, 33, 37, 60, 55),
(10, 9, 28, 26, 33, 37, 62, 56),
(10, 9, 29, 27, 34, 38, 63, 58),
(10, 9, 30, 27, 34, 39, 65, 59),
(10, 9, 31, 28, 35, 40, 66, 61),
(10, 9, 32, 28, 36, 40, 68, 62),
(10, 9, 33, 29, 36, 41, 69, 64),
(10, 9, 34, 29, 37, 42, 71, 65),
(10, 9, 35, 29, 37, 43, 73, 67),
(10, 9, 36, 30, 38, 43, 74, 69),
(10, 9, 37, 30, 38, 44, 76, 70),
(10, 9, 38, 31, 39, 45, 77, 72),
(10, 9, 39, 31, 39, 46, 79, 73),
(10, 9, 40, 32, 40, 47, 81, 75),
(10, 9, 41, 32, 41, 48, 82, 77),
(10, 9, 42, 33, 41, 48, 84, 78),
(10, 9, 43, 33, 42, 49, 86, 80),
(10, 9, 44, 34, 42, 50, 88, 82),
(10, 9, 45, 34, 43, 51, 89, 83),
(10, 9, 46, 35, 44, 52, 91, 85),
(10, 9, 47, 35, 44, 53, 93, 87),
(10, 9, 48, 36, 45, 54, 95, 89),
(10, 9, 49, 36, 45, 54, 96, 90),
(10, 9, 50, 37, 46, 55, 98, 92),
(10, 9, 51, 37, 47, 56, 100, 94),
(10, 9, 52, 38, 47, 57, 102, 96),
(10, 9, 53, 38, 48, 58, 104, 97),
(10, 9, 54, 39, 49, 59, 105, 99),
(10, 9, 55, 39, 49, 60, 107, 101),
(10, 9, 56, 40, 50, 61, 109, 103),
(10, 9, 57, 40, 51, 62, 111, 105),
(10, 9, 58, 41, 51, 63, 113, 107),
(10, 9, 59, 42, 52, 64, 115, 108),
(10, 9, 60, 42, 53, 65, 117, 110),
(10, 9, 61, 43, 53, 66, 119, 112),
(10, 9, 62, 43, 54, 67, 121, 114),
(10, 9, 63, 44, 55, 68, 123, 116),
(10, 9, 64, 44, 56, 69, 125, 118),
(10, 9, 65, 45, 56, 70, 127, 120),
(10, 9, 66, 46, 57, 71, 129, 122),
(10, 9, 67, 46, 58, 72, 131, 124),
(10, 9, 68, 47, 58, 73, 133, 126),
(10, 9, 69, 47, 59, 74, 135, 128),
(10, 9, 70, 48, 60, 75, 137, 130),
(10, 9, 71, 49, 61, 83, 139, 141),
(10, 9, 72, 50, 61, 84, 142, 143),
(10, 9, 73, 51, 62, 84, 144, 146),
(10, 9, 74, 51, 63, 86, 147, 149),
(10, 9, 75, 52, 64, 89, 149, 151),
(10, 9, 76, 53, 65, 90, 155, 154),
(10, 9, 77, 54, 66, 91, 155, 157),
(10, 9, 78, 54, 67, 93, 157, 160),
(10, 9, 79, 55, 68, 94, 160, 163),
(10, 9, 80, 56, 69, 95, 163, 165),
(11, 1, 1, 24, 17, 21, 21, 22),
(11, 1, 2, 25, 18, 22, 21, 22),
(11, 1, 3, 27, 19, 23, 21, 23),
(11, 1, 4, 28, 19, 25, 21, 23),
(11, 1, 5, 29, 20, 26, 21, 23),
(11, 1, 6, 31, 21, 27, 21, 23),
(11, 1, 7, 32, 22, 28, 21, 24),
(11, 1, 8, 33, 23, 29, 22, 24),
(11, 1, 9, 35, 24, 31, 22, 24),
(11, 1, 10, 36, 24, 32, 22, 25),
(11, 1, 11, 37, 25, 33, 22, 25),
(11, 1, 12, 39, 26, 34, 22, 25),
(11, 1, 13, 40, 27, 36, 22, 26),
(11, 1, 14, 42, 28, 37, 22, 26),
(11, 1, 15, 43, 29, 38, 22, 26),
(11, 1, 16, 45, 30, 40, 22, 27),
(11, 1, 17, 46, 31, 41, 23, 27),
(11, 1, 18, 48, 32, 43, 23, 27),
(11, 1, 19, 49, 33, 44, 23, 28),
(11, 1, 20, 51, 34, 45, 23, 28),
(11, 1, 21, 52, 34, 47, 23, 28),
(11, 1, 22, 54, 35, 48, 23, 29),
(11, 1, 23, 55, 36, 50, 23, 29),
(11, 1, 24, 57, 37, 51, 24, 30),
(11, 1, 25, 59, 38, 52, 24, 30),
(11, 1, 26, 60, 39, 54, 24, 30),
(11, 1, 27, 62, 40, 55, 24, 31),
(11, 1, 28, 63, 41, 57, 24, 31),
(11, 1, 29, 65, 43, 58, 24, 32),
(11, 1, 30, 67, 44, 60, 24, 32),
(11, 1, 31, 69, 45, 62, 25, 32),
(11, 1, 32, 70, 46, 63, 25, 33),
(11, 1, 33, 72, 47, 65, 25, 33),
(11, 1, 34, 74, 48, 66, 25, 34),
(11, 1, 35, 75, 49, 68, 25, 34),
(11, 1, 36, 77, 50, 69, 26, 35),
(11, 1, 37, 79, 51, 71, 26, 35),
(11, 1, 38, 81, 52, 73, 26, 35),
(11, 1, 39, 83, 53, 74, 26, 36),
(11, 1, 40, 84, 55, 76, 26, 36),
(11, 1, 41, 86, 56, 78, 27, 37),
(11, 1, 42, 88, 57, 79, 27, 37),
(11, 1, 43, 90, 58, 81, 27, 38),
(11, 1, 44, 92, 59, 83, 27, 38),
(11, 1, 45, 94, 60, 85, 27, 39),
(11, 1, 46, 96, 62, 86, 28, 39),
(11, 1, 47, 98, 63, 88, 28, 40),
(11, 1, 48, 100, 64, 90, 28, 40),
(11, 1, 49, 102, 65, 92, 28, 41),
(11, 1, 50, 103, 66, 93, 29, 41),
(11, 1, 51, 105, 68, 95, 29, 42),
(11, 1, 52, 107, 69, 97, 29, 42),
(11, 1, 53, 109, 70, 99, 29, 43),
(11, 1, 54, 112, 71, 101, 30, 44),
(11, 1, 55, 114, 73, 103, 30, 44),
(11, 1, 56, 116, 74, 104, 30, 45),
(11, 1, 57, 118, 75, 106, 30, 45),
(11, 1, 58, 120, 77, 108, 31, 46),
(11, 1, 59, 122, 78, 110, 31, 46),
(11, 1, 60, 124, 79, 112, 31, 47),
(11, 1, 61, 126, 81, 114, 31, 48),
(11, 1, 62, 128, 82, 116, 32, 48),
(11, 1, 63, 130, 83, 118, 32, 49),
(11, 1, 64, 133, 85, 120, 32, 49),
(11, 1, 65, 135, 86, 122, 33, 50),
(11, 1, 66, 137, 87, 124, 33, 51),
(11, 1, 67, 139, 89, 126, 33, 51),
(11, 1, 68, 141, 90, 128, 33, 52),
(11, 1, 69, 144, 92, 130, 34, 52),
(11, 1, 70, 146, 93, 132, 34, 53),
(11, 1, 71, 149, 94, 134, 34, 54),
(11, 1, 72, 151, 96, 137, 34, 55),
(11, 1, 73, 154, 98, 139, 34, 56),
(11, 1, 74, 157, 99, 142, 35, 56),
(11, 1, 75, 166, 101, 149, 35, 57),
(11, 1, 76, 172, 103, 155, 35, 58),
(11, 1, 77, 175, 105, 159, 36, 59),
(11, 1, 78, 179, 106, 161, 36, 59),
(11, 1, 79, 182, 108, 164, 36, 60),
(11, 1, 80, 185, 110, 167, 37, 61),
(11, 2, 1, 23, 17, 21, 21, 23),
(11, 2, 2, 24, 18, 22, 22, 24),
(11, 2, 3, 25, 18, 23, 22, 24),
(11, 2, 4, 26, 19, 24, 23, 25),
(11, 2, 5, 27, 19, 25, 24, 26),
(11, 2, 6, 29, 20, 26, 24, 26),
(11, 2, 7, 30, 21, 27, 25, 27),
(11, 2, 8, 31, 21, 28, 26, 28),
(11, 2, 9, 32, 22, 29, 26, 29),
(11, 2, 10, 33, 22, 31, 27, 29),
(11, 2, 11, 34, 23, 32, 28, 30),
(11, 2, 12, 36, 24, 33, 28, 31),
(11, 2, 13, 37, 24, 34, 29, 32),
(11, 2, 14, 38, 25, 35, 30, 32),
(11, 2, 15, 39, 26, 36, 31, 33),
(11, 2, 16, 40, 26, 37, 31, 34),
(11, 2, 17, 42, 27, 39, 32, 35),
(11, 2, 18, 43, 28, 40, 33, 36),
(11, 2, 19, 44, 28, 41, 34, 37),
(11, 2, 20, 46, 29, 42, 34, 37),
(11, 2, 21, 47, 30, 44, 35, 38),
(11, 2, 22, 48, 31, 45, 36, 39),
(11, 2, 23, 50, 31, 46, 37, 40),
(11, 2, 24, 51, 32, 47, 38, 41),
(11, 2, 25, 52, 33, 49, 38, 42),
(11, 2, 26, 54, 34, 50, 39, 43),
(11, 2, 27, 55, 34, 51, 40, 44),
(11, 2, 28, 56, 35, 53, 41, 44),
(11, 2, 29, 58, 36, 54, 42, 45),
(11, 2, 30, 59, 37, 55, 43, 46),
(11, 2, 31, 61, 37, 57, 43, 47),
(11, 2, 32, 62, 38, 58, 44, 48),
(11, 2, 33, 64, 39, 59, 45, 49),
(11, 2, 34, 65, 40, 61, 46, 50),
(11, 2, 35, 67, 41, 62, 47, 51),
(11, 2, 36, 68, 42, 64, 48, 52),
(11, 2, 37, 70, 42, 65, 49, 53),
(11, 2, 38, 71, 43, 67, 50, 54),
(11, 2, 39, 73, 44, 68, 51, 55),
(11, 2, 40, 74, 45, 69, 52, 56),
(11, 2, 41, 76, 46, 71, 53, 57),
(11, 2, 42, 78, 47, 72, 54, 58),
(11, 2, 43, 79, 47, 74, 55, 59),
(11, 2, 44, 81, 48, 75, 56, 60),
(11, 2, 45, 82, 49, 77, 57, 61),
(11, 2, 46, 84, 50, 78, 58, 62),
(11, 2, 47, 86, 51, 80, 59, 64),
(11, 2, 48, 87, 52, 82, 60, 65),
(11, 2, 49, 89, 53, 83, 61, 66),
(11, 2, 50, 91, 54, 85, 62, 67),
(11, 2, 51, 92, 55, 86, 63, 68),
(11, 2, 52, 94, 56, 88, 64, 69),
(11, 2, 53, 96, 57, 90, 65, 70),
(11, 2, 54, 97, 58, 91, 66, 71),
(11, 2, 55, 99, 59, 93, 67, 73),
(11, 2, 56, 101, 60, 95, 68, 74),
(11, 2, 57, 103, 61, 96, 69, 75),
(11, 2, 58, 105, 62, 98, 70, 76),
(11, 2, 59, 106, 63, 100, 71, 77),
(11, 2, 60, 108, 64, 101, 72, 78),
(11, 2, 61, 110, 65, 103, 74, 80),
(11, 2, 62, 112, 66, 105, 75, 81),
(11, 2, 63, 114, 67, 106, 76, 82),
(11, 2, 64, 116, 68, 108, 77, 83),
(11, 2, 65, 117, 69, 110, 78, 85),
(11, 2, 66, 119, 70, 112, 79, 86),
(11, 2, 67, 121, 71, 114, 80, 87),
(11, 2, 68, 123, 72, 115, 82, 88),
(11, 2, 69, 125, 73, 117, 83, 90),
(11, 2, 70, 127, 74, 119, 84, 91),
(11, 2, 71, 130, 75, 121, 87, 92),
(11, 2, 72, 132, 76, 124, 90, 94),
(11, 2, 73, 134, 77, 126, 93, 96),
(11, 2, 74, 137, 79, 128, 97, 97),
(11, 2, 75, 139, 80, 130, 101, 99),
(11, 2, 76, 142, 81, 133, 106, 100),
(11, 2, 77, 144, 83, 135, 108, 102),
(11, 2, 78, 147, 84, 137, 110, 104),
(11, 2, 79, 149, 85, 140, 111, 105),
(11, 2, 80, 152, 87, 142, 113, 107),
(11, 3, 1, 21, 20, 20, 21, 23),
(11, 3, 2, 21, 21, 21, 22, 24),
(11, 3, 3, 22, 23, 22, 22, 24),
(11, 3, 4, 22, 24, 23, 23, 25),
(11, 3, 5, 23, 25, 24, 23, 25),
(11, 3, 6, 23, 27, 25, 24, 26),
(11, 3, 7, 24, 28, 26, 24, 27),
(11, 3, 8, 24, 30, 27, 25, 27),
(11, 3, 9, 25, 31, 27, 26, 28),
(11, 3, 10, 25, 33, 28, 26, 29),
(11, 3, 11, 25, 34, 29, 27, 29),
(11, 3, 12, 26, 36, 30, 28, 30),
(11, 3, 13, 26, 37, 31, 28, 31),
(11, 3, 14, 27, 39, 32, 29, 32),
(11, 3, 15, 27, 40, 34, 30, 32),
(11, 3, 16, 28, 42, 35, 30, 33),
(11, 3, 17, 28, 43, 36, 31, 34),
(11, 3, 18, 29, 45, 37, 32, 35),
(11, 3, 19, 29, 47, 38, 32, 35),
(11, 3, 20, 30, 48, 39, 33, 36),
(11, 3, 21, 31, 50, 40, 34, 37),
(11, 3, 22, 31, 51, 41, 34, 38),
(11, 3, 23, 32, 53, 42, 35, 38),
(11, 3, 24, 32, 55, 43, 36, 39),
(11, 3, 25, 33, 57, 44, 37, 40),
(11, 3, 26, 33, 58, 46, 37, 41),
(11, 3, 27, 34, 60, 47, 38, 42),
(11, 3, 28, 35, 62, 48, 39, 42),
(11, 3, 29, 35, 63, 49, 40, 43),
(11, 3, 30, 36, 65, 50, 40, 44),
(11, 3, 31, 36, 67, 52, 41, 45),
(11, 3, 32, 37, 69, 53, 42, 46),
(11, 3, 33, 38, 71, 54, 43, 47),
(11, 3, 34, 38, 72, 55, 44, 48),
(11, 3, 35, 39, 74, 57, 44, 48),
(11, 3, 36, 39, 76, 58, 45, 49),
(11, 3, 37, 40, 78, 59, 46, 50),
(11, 3, 38, 41, 80, 60, 47, 51),
(11, 3, 39, 41, 82, 62, 48, 52),
(11, 3, 40, 42, 84, 63, 49, 53),
(11, 3, 41, 43, 86, 64, 50, 54),
(11, 3, 42, 43, 88, 66, 50, 55),
(11, 3, 43, 44, 90, 67, 51, 56),
(11, 3, 44, 45, 91, 68, 52, 57),
(11, 3, 45, 45, 93, 70, 53, 58),
(11, 3, 46, 46, 95, 71, 54, 59),
(11, 3, 47, 47, 98, 72, 55, 60),
(11, 3, 48, 48, 100, 74, 56, 61),
(11, 3, 49, 48, 102, 75, 57, 62),
(11, 3, 50, 49, 104, 77, 58, 63),
(11, 3, 51, 50, 106, 78, 59, 64),
(11, 3, 52, 51, 108, 79, 60, 65),
(11, 3, 53, 51, 110, 81, 61, 66),
(11, 3, 54, 52, 112, 82, 61, 67),
(11, 3, 55, 53, 114, 84, 62, 68),
(11, 3, 56, 54, 116, 85, 63, 69),
(11, 3, 57, 54, 118, 87, 64, 70),
(11, 3, 58, 55, 121, 88, 65, 71),
(11, 3, 59, 56, 123, 90, 66, 72),
(11, 3, 60, 57, 125, 91, 67, 74),
(11, 3, 61, 58, 127, 93, 68, 75),
(11, 3, 62, 58, 130, 94, 69, 76),
(11, 3, 63, 59, 132, 96, 71, 77),
(11, 3, 64, 60, 134, 97, 72, 78),
(11, 3, 65, 61, 136, 99, 73, 79),
(11, 3, 66, 62, 139, 101, 74, 80),
(11, 3, 67, 62, 141, 102, 75, 81),
(11, 3, 68, 63, 143, 104, 76, 83),
(11, 3, 69, 64, 146, 105, 77, 84),
(11, 3, 70, 65, 148, 107, 78, 85),
(11, 3, 71, 66, 151, 109, 79, 86),
(11, 3, 72, 67, 154, 111, 80, 87),
(11, 3, 73, 68, 157, 113, 81, 89),
(11, 3, 74, 69, 160, 115, 83, 90),
(11, 3, 75, 70, 163, 117, 84, 92),
(11, 3, 76, 71, 166, 119, 85, 93),
(11, 3, 77, 72, 169, 121, 87, 95),
(11, 3, 78, 73, 172, 123, 88, 96),
(11, 3, 79, 74, 175, 125, 89, 98),
(11, 3, 80, 75, 178, 127, 91, 99),
(11, 5, 1, 21, 17, 19, 23, 25),
(11, 5, 2, 21, 17, 19, 24, 26),
(11, 5, 3, 21, 17, 20, 26, 28),
(11, 5, 4, 21, 18, 20, 27, 29),
(11, 5, 5, 22, 18, 20, 28, 30),
(11, 5, 6, 22, 18, 21, 30, 32),
(11, 5, 7, 22, 18, 21, 31, 33),
(11, 5, 8, 22, 19, 22, 32, 35),
(11, 5, 9, 22, 19, 22, 34, 36),
(11, 5, 10, 22, 19, 22, 35, 38),
(11, 5, 11, 23, 19, 23, 37, 39),
(11, 5, 12, 23, 20, 23, 38, 41),
(11, 5, 13, 23, 20, 24, 39, 42),
(11, 5, 14, 23, 20, 24, 41, 44),
(11, 5, 15, 23, 20, 25, 42, 45),
(11, 5, 16, 24, 21, 25, 44, 47),
(11, 5, 17, 24, 21, 25, 45, 48),
(11, 5, 18, 24, 21, 26, 47, 50),
(11, 5, 19, 24, 22, 26, 48, 51),
(11, 5, 20, 24, 22, 27, 50, 53),
(11, 5, 21, 25, 22, 27, 51, 55),
(11, 5, 22, 25, 22, 28, 53, 56),
(11, 5, 23, 25, 23, 28, 55, 58),
(11, 5, 24, 25, 23, 29, 56, 60),
(11, 5, 25, 25, 23, 29, 58, 61),
(11, 5, 26, 26, 24, 30, 60, 63),
(11, 5, 27, 26, 24, 30, 61, 65),
(11, 5, 28, 26, 24, 31, 63, 66),
(11, 5, 29, 26, 25, 31, 65, 68),
(11, 5, 30, 27, 25, 32, 66, 70),
(11, 5, 31, 27, 25, 32, 68, 72),
(11, 5, 32, 27, 26, 33, 70, 73),
(11, 5, 33, 27, 26, 33, 71, 75),
(11, 5, 34, 28, 26, 34, 73, 77),
(11, 5, 35, 28, 27, 34, 75, 79),
(11, 5, 36, 28, 27, 35, 77, 81),
(11, 5, 37, 29, 28, 35, 79, 83),
(11, 5, 38, 29, 28, 36, 80, 85),
(11, 5, 39, 29, 28, 37, 82, 86),
(11, 5, 40, 29, 29, 37, 84, 88),
(11, 5, 41, 30, 29, 38, 86, 90),
(11, 5, 42, 30, 29, 38, 88, 92),
(11, 5, 43, 30, 30, 39, 90, 94),
(11, 5, 44, 31, 30, 39, 91, 96),
(11, 5, 45, 31, 31, 40, 93, 98),
(11, 5, 46, 31, 31, 41, 95, 100),
(11, 5, 47, 32, 31, 41, 97, 102),
(11, 5, 48, 32, 32, 42, 99, 104),
(11, 5, 49, 32, 32, 43, 101, 106),
(11, 5, 50, 33, 33, 43, 103, 108),
(11, 5, 51, 33, 33, 44, 105, 110),
(11, 5, 52, 33, 34, 44, 107, 113),
(11, 5, 53, 34, 34, 45, 109, 115),
(11, 5, 54, 34, 34, 46, 111, 117),
(11, 5, 55, 34, 35, 46, 113, 119),
(11, 5, 56, 35, 35, 47, 115, 121),
(11, 5, 57, 35, 36, 48, 118, 123),
(11, 5, 58, 35, 36, 48, 120, 126),
(11, 5, 59, 36, 37, 49, 122, 128),
(11, 5, 60, 36, 37, 50, 124, 130),
(11, 5, 61, 36, 38, 51, 126, 132),
(11, 5, 62, 37, 38, 51, 128, 134),
(11, 5, 63, 37, 39, 52, 130, 137),
(11, 5, 64, 38, 39, 53, 133, 139),
(11, 5, 65, 38, 40, 53, 135, 141),
(11, 5, 66, 38, 40, 54, 137, 144),
(11, 5, 67, 39, 40, 55, 139, 146),
(11, 5, 68, 39, 41, 56, 141, 148),
(11, 5, 69, 40, 41, 56, 144, 151),
(11, 5, 70, 40, 42, 57, 146, 153),
(11, 5, 71, 40, 43, 58, 149, 156),
(11, 5, 72, 41, 43, 58, 155, 159),
(11, 5, 73, 41, 44, 59, 157, 160),
(11, 5, 74, 42, 44, 61, 160, 163),
(11, 5, 75, 42, 45, 62, 164, 166),
(11, 5, 76, 42, 46, 62, 167, 169),
(11, 5, 77, 43, 46, 63, 168, 172),
(11, 5, 78, 43, 47, 64, 169, 177),
(11, 5, 79, 44, 47, 65, 172, 180),
(11, 5, 80, 44, 48, 66, 175, 183),
(11, 6, 1, 24, 17, 21, 21, 22),
(11, 6, 2, 25, 18, 22, 21, 22),
(11, 6, 3, 27, 19, 23, 21, 23),
(11, 6, 4, 28, 19, 25, 21, 23),
(11, 6, 5, 29, 20, 26, 21, 23),
(11, 6, 6, 31, 21, 27, 21, 23),
(11, 6, 7, 32, 22, 28, 21, 24),
(11, 6, 8, 33, 23, 29, 22, 24),
(11, 6, 9, 35, 24, 31, 22, 24),
(11, 6, 10, 36, 24, 32, 22, 25),
(11, 6, 11, 37, 25, 33, 22, 25),
(11, 6, 12, 39, 26, 34, 22, 25),
(11, 6, 13, 40, 27, 36, 22, 26),
(11, 6, 14, 42, 28, 37, 22, 26),
(11, 6, 15, 43, 29, 38, 22, 26),
(11, 6, 16, 45, 30, 40, 22, 27),
(11, 6, 17, 46, 31, 41, 23, 27),
(11, 6, 18, 48, 32, 43, 23, 27),
(11, 6, 19, 49, 33, 44, 23, 28),
(11, 6, 20, 51, 34, 45, 23, 28),
(11, 6, 21, 52, 34, 47, 23, 28),
(11, 6, 22, 54, 35, 48, 23, 29),
(11, 6, 23, 55, 36, 50, 23, 29),
(11, 6, 24, 57, 37, 51, 24, 30),
(11, 6, 25, 59, 38, 52, 24, 30),
(11, 6, 26, 60, 39, 54, 24, 30),
(11, 6, 27, 62, 40, 55, 24, 31),
(11, 6, 28, 63, 41, 57, 24, 31),
(11, 6, 29, 65, 43, 58, 24, 32),
(11, 6, 30, 67, 44, 60, 24, 32),
(11, 6, 31, 69, 45, 62, 25, 32),
(11, 6, 32, 70, 46, 63, 25, 33),
(11, 6, 33, 72, 47, 65, 25, 33),
(11, 6, 34, 74, 48, 66, 25, 34),
(11, 6, 35, 75, 49, 68, 25, 34),
(11, 6, 36, 77, 50, 69, 26, 35),
(11, 6, 37, 79, 51, 71, 26, 35),
(11, 6, 38, 81, 52, 73, 26, 35),
(11, 6, 39, 83, 53, 74, 26, 36),
(11, 6, 40, 84, 55, 76, 26, 36),
(11, 6, 41, 86, 56, 78, 27, 37),
(11, 6, 42, 88, 57, 79, 27, 37),
(11, 6, 43, 90, 58, 81, 27, 38),
(11, 6, 44, 92, 59, 83, 27, 38),
(11, 6, 45, 94, 60, 85, 27, 39),
(11, 6, 46, 96, 62, 86, 28, 39),
(11, 6, 47, 98, 63, 88, 28, 40),
(11, 6, 48, 100, 64, 90, 28, 40),
(11, 6, 49, 102, 65, 92, 28, 41),
(11, 6, 50, 103, 65, 93, 29, 41),
(11, 6, 51, 105, 66, 94, 29, 42),
(11, 6, 52, 106, 67, 95, 29, 42),
(11, 6, 53, 107, 68, 96, 29, 43),
(11, 6, 54, 108, 69, 97, 30, 44),
(11, 6, 55, 109, 70, 98, 30, 44),
(11, 6, 56, 112, 72, 101, 30, 45),
(11, 6, 57, 114, 73, 103, 30, 45),
(11, 6, 58, 117, 74, 105, 31, 46),
(11, 6, 59, 119, 76, 107, 31, 46),
(11, 6, 60, 121, 77, 109, 31, 47),
(11, 6, 61, 123, 78, 111, 31, 48),
(11, 6, 62, 126, 80, 113, 31, 48),
(11, 6, 63, 128, 81, 116, 32, 49),
(11, 6, 64, 131, 83, 118, 32, 49),
(11, 6, 65, 136, 84, 120, 32, 50),
(11, 6, 66, 140, 86, 123, 32, 51),
(11, 6, 67, 141, 87, 125, 33, 51),
(11, 6, 68, 141, 89, 127, 33, 52),
(11, 6, 69, 144, 90, 130, 33, 53),
(11, 6, 70, 147, 92, 132, 33, 53),
(11, 6, 71, 150, 94, 135, 34, 54),
(11, 6, 72, 152, 95, 137, 34, 55),
(11, 6, 73, 155, 97, 140, 34, 56),
(11, 6, 74, 162, 99, 142, 34, 56),
(11, 6, 75, 165, 100, 145, 35, 57),
(11, 6, 76, 167, 102, 146, 35, 58),
(11, 6, 77, 169, 104, 150, 35, 59),
(11, 6, 78, 170, 105, 152, 35, 59),
(11, 6, 79, 173, 107, 156, 36, 60),
(11, 6, 80, 176, 109, 159, 36, 61),
(11, 7, 1, 22, 17, 20, 22, 24),
(11, 7, 2, 23, 17, 21, 23, 25),
(11, 7, 3, 24, 18, 22, 24, 26),
(11, 7, 4, 25, 18, 23, 25, 27),
(11, 7, 5, 25, 19, 24, 26, 28),
(11, 7, 6, 26, 19, 25, 27, 29),
(11, 7, 7, 27, 20, 26, 28, 30),
(11, 7, 8, 28, 20, 27, 28, 31),
(11, 7, 9, 29, 21, 28, 29, 32),
(11, 7, 10, 30, 21, 29, 30, 33),
(11, 7, 11, 31, 22, 30, 31, 35),
(11, 7, 12, 32, 22, 31, 32, 36),
(11, 7, 13, 33, 23, 32, 33, 37),
(11, 7, 14, 34, 23, 33, 34, 38),
(11, 7, 15, 34, 24, 35, 35, 39),
(11, 7, 16, 35, 24, 36, 36, 40),
(11, 7, 17, 36, 25, 37, 38, 42),
(11, 7, 18, 37, 25, 38, 39, 43),
(11, 7, 19, 38, 26, 39, 40, 44),
(11, 7, 20, 39, 26, 40, 41, 45),
(11, 7, 21, 40, 27, 41, 42, 46),
(11, 7, 22, 41, 27, 43, 43, 48),
(11, 7, 23, 43, 28, 44, 44, 49),
(11, 7, 24, 44, 28, 45, 45, 50),
(11, 7, 25, 45, 29, 46, 46, 51),
(11, 7, 26, 46, 30, 47, 48, 53),
(11, 7, 27, 47, 30, 49, 49, 54),
(11, 7, 28, 48, 31, 50, 50, 55),
(11, 7, 29, 49, 31, 51, 51, 57),
(11, 7, 30, 50, 32, 53, 52, 58),
(11, 7, 31, 51, 33, 54, 53, 59),
(11, 7, 32, 52, 33, 55, 55, 61),
(11, 7, 33, 53, 34, 56, 56, 62),
(11, 7, 34, 55, 34, 58, 57, 64),
(11, 7, 35, 56, 35, 59, 58, 65),
(11, 7, 36, 57, 36, 60, 60, 66),
(11, 7, 37, 58, 36, 62, 61, 68),
(11, 7, 38, 59, 37, 63, 62, 69),
(11, 7, 39, 61, 38, 65, 63, 71),
(11, 7, 40, 62, 38, 66, 65, 72),
(11, 7, 41, 63, 39, 67, 66, 74),
(11, 7, 42, 64, 40, 69, 67, 75),
(11, 7, 43, 65, 40, 70, 69, 77),
(11, 7, 44, 67, 41, 72, 70, 78),
(11, 7, 45, 68, 42, 73, 71, 80),
(11, 7, 46, 69, 42, 75, 73, 81),
(11, 7, 47, 71, 43, 76, 74, 83),
(11, 7, 48, 72, 44, 78, 76, 84),
(11, 7, 49, 73, 45, 79, 77, 86),
(11, 7, 50, 74, 45, 81, 78, 88),
(11, 7, 51, 76, 46, 82, 80, 89),
(11, 7, 52, 77, 47, 84, 81, 91),
(11, 7, 53, 78, 47, 85, 83, 92),
(11, 7, 54, 80, 48, 87, 84, 94),
(11, 7, 55, 81, 49, 88, 86, 96),
(11, 7, 56, 83, 50, 90, 87, 97),
(11, 7, 57, 84, 50, 91, 89, 99),
(11, 7, 58, 85, 51, 93, 90, 101),
(11, 7, 59, 87, 52, 95, 92, 102),
(11, 7, 60, 88, 53, 96, 93, 104),
(11, 7, 61, 90, 54, 98, 95, 106),
(11, 7, 62, 91, 54, 99, 96, 108),
(11, 7, 63, 93, 55, 101, 98, 109),
(11, 7, 64, 94, 56, 103, 99, 111),
(11, 7, 65, 95, 57, 104, 101, 113),
(11, 7, 66, 97, 58, 106, 103, 115),
(11, 7, 67, 98, 58, 108, 104, 117),
(11, 7, 68, 100, 59, 110, 106, 118),
(11, 7, 69, 101, 60, 111, 107, 120),
(11, 7, 70, 103, 61, 113, 109, 122),
(11, 7, 71, 104, 62, 115, 122, 124),
(11, 7, 72, 106, 63, 117, 124, 127),
(11, 7, 73, 108, 64, 119, 126, 129),
(11, 7, 74, 110, 65, 122, 128, 131),
(11, 7, 75, 112, 66, 124, 130, 133),
(11, 7, 76, 114, 67, 126, 133, 136),
(11, 7, 77, 115, 68, 128, 135, 138),
(11, 7, 78, 117, 69, 130, 137, 140),
(11, 7, 79, 119, 70, 133, 139, 143),
(11, 7, 80, 121, 71, 135, 141, 145),
(11, 8, 1, 21, 17, 19, 24, 24),
(11, 8, 2, 21, 17, 19, 25, 25),
(11, 8, 3, 21, 17, 20, 27, 27),
(11, 8, 4, 21, 17, 20, 28, 28),
(11, 8, 5, 21, 18, 20, 29, 29),
(11, 8, 6, 21, 18, 20, 31, 31),
(11, 8, 7, 21, 18, 21, 32, 32),
(11, 8, 8, 22, 18, 21, 34, 33),
(11, 8, 9, 22, 18, 21, 35, 35),
(11, 8, 10, 22, 19, 22, 37, 36),
(11, 8, 11, 22, 19, 22, 38, 37),
(11, 8, 12, 22, 19, 22, 40, 39),
(11, 8, 13, 22, 19, 23, 41, 40),
(11, 8, 14, 22, 19, 23, 43, 42),
(11, 8, 15, 22, 19, 23, 44, 43),
(11, 8, 16, 22, 20, 24, 46, 45),
(11, 8, 17, 23, 20, 24, 47, 46),
(11, 8, 18, 23, 20, 24, 49, 48),
(11, 8, 19, 23, 20, 25, 50, 49),
(11, 8, 20, 23, 21, 25, 52, 51),
(11, 8, 21, 23, 21, 26, 54, 52),
(11, 8, 22, 23, 21, 26, 55, 54),
(11, 8, 23, 23, 21, 26, 57, 56),
(11, 8, 24, 24, 21, 27, 59, 57),
(11, 8, 25, 24, 22, 27, 60, 59),
(11, 8, 26, 24, 22, 27, 62, 60),
(11, 8, 27, 24, 22, 28, 64, 62),
(11, 8, 28, 24, 22, 28, 65, 64),
(11, 8, 29, 24, 23, 29, 67, 65),
(11, 8, 30, 24, 23, 29, 69, 67),
(11, 8, 31, 25, 23, 30, 71, 69),
(11, 8, 32, 25, 23, 30, 73, 71),
(11, 8, 33, 25, 24, 30, 74, 72),
(11, 8, 34, 25, 24, 31, 76, 74),
(11, 8, 35, 25, 24, 31, 78, 76),
(11, 8, 36, 26, 24, 32, 80, 78),
(11, 8, 37, 26, 25, 32, 82, 79),
(11, 8, 38, 26, 25, 33, 84, 81),
(11, 8, 39, 26, 25, 33, 86, 83),
(11, 8, 40, 26, 26, 34, 87, 85),
(11, 8, 41, 27, 26, 34, 89, 87),
(11, 8, 42, 27, 26, 35, 91, 89),
(11, 8, 43, 27, 27, 35, 93, 91),
(11, 8, 44, 27, 27, 36, 95, 92),
(11, 8, 45, 27, 27, 36, 97, 94),
(11, 8, 46, 28, 27, 37, 99, 96),
(11, 8, 47, 28, 28, 37, 101, 98),
(11, 8, 48, 28, 28, 38, 103, 100),
(11, 8, 49, 28, 28, 38, 105, 102),
(11, 8, 50, 29, 29, 39, 107, 104),
(11, 8, 51, 29, 29, 39, 110, 106),
(11, 8, 52, 29, 29, 40, 112, 108),
(11, 8, 53, 29, 30, 40, 114, 110),
(11, 8, 54, 30, 30, 41, 116, 112),
(11, 8, 55, 30, 30, 41, 118, 114),
(11, 8, 56, 30, 31, 42, 120, 116),
(11, 8, 57, 30, 31, 42, 122, 118),
(11, 8, 58, 31, 31, 43, 125, 121),
(11, 8, 59, 31, 32, 43, 127, 123),
(11, 8, 60, 31, 32, 44, 129, 125),
(11, 8, 61, 31, 33, 45, 131, 127),
(11, 8, 62, 32, 33, 45, 133, 129),
(11, 8, 63, 32, 33, 46, 136, 131),
(11, 8, 64, 32, 34, 46, 138, 134),
(11, 8, 65, 33, 34, 47, 140, 136),
(11, 8, 66, 33, 34, 48, 143, 138),
(11, 8, 67, 33, 35, 48, 145, 140),
(11, 8, 68, 33, 35, 49, 147, 142),
(11, 8, 69, 34, 36, 49, 150, 145),
(11, 8, 70, 34, 36, 50, 152, 147),
(11, 8, 71, 34, 36, 51, 155, 150),
(11, 8, 72, 34, 37, 52, 161, 153),
(11, 8, 73, 34, 37, 53, 161, 156),
(11, 8, 74, 35, 38, 53, 164, 158),
(11, 8, 75, 35, 38, 54, 167, 161),
(11, 8, 76, 35, 38, 55, 170, 164),
(11, 8, 77, 36, 39, 56, 173, 167),
(11, 8, 78, 36, 39, 56, 176, 170),
(11, 8, 79, 36, 40, 57, 179, 173),
(11, 8, 80, 37, 40, 58, 182, 176),
(11, 4, 1, 24, 20, 23, 17, 23),
(11, 4, 2, 25, 21, 24, 17, 23),
(11, 4, 3, 25, 23, 24, 17, 24),
(11, 4, 4, 26, 24, 25, 17, 24),
(11, 4, 5, 27, 26, 26, 18, 24),
(11, 4, 6, 28, 27, 26, 18, 25),
(11, 4, 7, 29, 29, 27, 18, 25),
(11, 4, 8, 29, 30, 28, 18, 26),
(11, 4, 9, 30, 32, 29, 18, 26),
(11, 4, 10, 31, 33, 29, 19, 26),
(11, 4, 11, 32, 35, 30, 19, 27),
(11, 4, 12, 33, 37, 31, 19, 27),
(11, 4, 13, 34, 38, 32, 19, 28),
(11, 4, 14, 34, 40, 32, 19, 28),
(11, 4, 15, 35, 41, 33, 19, 28),
(11, 4, 16, 36, 43, 34, 20, 29),
(11, 4, 17, 37, 45, 35, 20, 29),
(11, 4, 18, 38, 46, 36, 20, 30),
(11, 4, 19, 39, 48, 37, 20, 30),
(11, 4, 20, 40, 50, 37, 21, 31),
(11, 4, 21, 41, 52, 38, 21, 31),
(11, 4, 22, 42, 53, 39, 21, 31),
(11, 4, 23, 43, 55, 40, 21, 32),
(11, 4, 24, 43, 57, 41, 21, 32),
(11, 4, 25, 44, 59, 42, 22, 33),
(11, 4, 26, 45, 60, 43, 22, 33),
(11, 4, 27, 46, 62, 44, 22, 34),
(11, 4, 28, 47, 64, 44, 22, 34),
(11, 4, 29, 48, 66, 45, 23, 35),
(11, 4, 30, 49, 68, 46, 23, 35),
(11, 4, 31, 50, 70, 47, 23, 36),
(11, 4, 32, 51, 72, 48, 23, 36),
(11, 4, 33, 53, 73, 49, 24, 37),
(11, 4, 34, 54, 75, 50, 24, 38),
(11, 4, 35, 55, 77, 51, 24, 38),
(11, 4, 36, 56, 79, 52, 24, 39),
(11, 4, 37, 57, 81, 53, 25, 39),
(11, 4, 38, 58, 83, 54, 25, 40),
(11, 4, 39, 59, 85, 55, 25, 40),
(11, 4, 40, 60, 87, 56, 26, 41),
(11, 4, 41, 61, 89, 57, 26, 41),
(11, 4, 42, 62, 91, 58, 26, 42),
(11, 4, 43, 63, 93, 59, 27, 43),
(11, 4, 44, 65, 95, 60, 27, 43),
(11, 4, 45, 66, 98, 61, 27, 44),
(11, 4, 46, 67, 100, 62, 27, 44),
(11, 4, 47, 68, 102, 64, 28, 45),
(11, 4, 48, 69, 104, 65, 28, 46),
(11, 4, 49, 71, 106, 66, 28, 46),
(11, 4, 50, 72, 108, 67, 29, 47),
(11, 4, 51, 73, 110, 68, 29, 48),
(11, 4, 52, 74, 113, 69, 29, 48),
(11, 4, 53, 75, 115, 70, 30, 49),
(11, 4, 54, 77, 117, 71, 30, 50),
(11, 4, 55, 78, 119, 73, 30, 50),
(11, 4, 56, 79, 122, 74, 31, 51),
(11, 4, 57, 80, 124, 75, 31, 52),
(11, 4, 58, 82, 126, 76, 31, 52),
(11, 4, 59, 83, 129, 77, 32, 53),
(11, 4, 60, 84, 131, 78, 32, 54),
(11, 4, 61, 86, 133, 80, 33, 54),
(11, 4, 62, 87, 136, 81, 33, 55),
(11, 4, 63, 88, 138, 82, 33, 56),
(11, 4, 64, 90, 140, 83, 34, 57),
(11, 4, 65, 91, 143, 85, 34, 57),
(11, 4, 66, 92, 145, 86, 34, 58),
(11, 4, 67, 94, 148, 87, 35, 59),
(11, 4, 68, 95, 150, 88, 35, 59),
(11, 4, 69, 97, 153, 90, 36, 60),
(11, 4, 70, 98, 155, 91, 36, 61),
(11, 4, 71, 100, 158, 92, 36, 62),
(11, 4, 72, 102, 161, 94, 37, 62),
(11, 4, 73, 103, 164, 99, 37, 63),
(11, 4, 74, 105, 167, 100, 38, 64),
(11, 4, 75, 107, 170, 102, 38, 65),
(11, 4, 76, 108, 173, 102, 38, 66),
(11, 4, 77, 110, 176, 102, 39, 67),
(11, 4, 78, 112, 180, 103, 39, 68),
(11, 4, 79, 114, 183, 105, 40, 69),
(11, 4, 80, 116, 186, 107, 40, 70),
(11, 9, 1, 20, 20, 21, 22, 22),
(11, 9, 2, 20, 20, 22, 23, 23),
(11, 9, 3, 21, 21, 22, 24, 24),
(11, 9, 4, 21, 21, 23, 26, 25),
(11, 9, 5, 21, 21, 23, 27, 27),
(11, 9, 6, 21, 22, 24, 28, 28),
(11, 9, 7, 22, 22, 24, 29, 29),
(11, 9, 8, 22, 23, 25, 30, 30),
(11, 9, 9, 22, 23, 26, 32, 31),
(11, 9, 10, 23, 23, 26, 33, 33),
(11, 9, 11, 23, 24, 27, 34, 34),
(11, 9, 12, 23, 24, 27, 35, 35),
(11, 9, 13, 24, 25, 28, 37, 36),
(11, 9, 14, 24, 25, 29, 38, 38),
(11, 9, 15, 24, 25, 29, 39, 39),
(11, 9, 16, 25, 26, 30, 41, 40),
(11, 9, 17, 25, 26, 31, 42, 42),
(11, 9, 18, 25, 27, 31, 43, 43),
(11, 9, 19, 26, 27, 32, 45, 44),
(11, 9, 20, 26, 28, 33, 46, 46),
(11, 9, 21, 26, 28, 33, 48, 47),
(11, 9, 22, 27, 29, 34, 49, 49),
(11, 9, 23, 27, 29, 35, 51, 50),
(11, 9, 24, 28, 30, 35, 52, 51),
(11, 9, 25, 28, 30, 36, 53, 53),
(11, 9, 26, 28, 31, 37, 55, 54),
(11, 9, 27, 29, 31, 37, 56, 56),
(11, 9, 28, 29, 32, 38, 58, 57),
(11, 9, 29, 30, 32, 39, 59, 59),
(11, 9, 30, 30, 33, 40, 61, 60),
(11, 9, 31, 30, 33, 40, 62, 62),
(11, 9, 32, 31, 34, 41, 64, 63),
(11, 9, 33, 31, 34, 42, 66, 65),
(11, 9, 34, 32, 35, 43, 67, 66),
(11, 9, 35, 32, 35, 44, 69, 68),
(11, 9, 36, 33, 36, 44, 70, 69),
(11, 9, 37, 33, 36, 45, 72, 71),
(11, 9, 38, 34, 37, 46, 74, 73),
(11, 9, 39, 34, 38, 47, 75, 74),
(11, 9, 40, 35, 38, 48, 77, 76),
(11, 9, 41, 35, 39, 48, 79, 78),
(11, 9, 42, 35, 39, 49, 80, 79),
(11, 9, 43, 36, 40, 50, 82, 81),
(11, 9, 44, 36, 40, 51, 84, 83),
(11, 9, 45, 37, 41, 52, 85, 84),
(11, 9, 46, 37, 42, 53, 87, 86),
(11, 9, 47, 38, 42, 54, 89, 88),
(11, 9, 48, 38, 43, 55, 91, 89),
(11, 9, 49, 39, 44, 55, 93, 91),
(11, 9, 50, 40, 44, 56, 94, 93),
(11, 9, 51, 40, 45, 57, 96, 95),
(11, 9, 52, 41, 45, 58, 98, 97),
(11, 9, 53, 41, 46, 59, 100, 98),
(11, 9, 54, 42, 47, 60, 102, 100),
(11, 9, 55, 42, 47, 61, 103, 102),
(11, 9, 56, 43, 48, 62, 105, 104),
(11, 9, 57, 43, 49, 63, 107, 106),
(11, 9, 58, 44, 49, 64, 109, 108),
(11, 9, 59, 44, 50, 65, 111, 109),
(11, 9, 60, 45, 51, 66, 113, 111),
(11, 9, 61, 46, 51, 67, 115, 113),
(11, 9, 62, 46, 52, 68, 117, 115),
(11, 9, 63, 47, 53, 69, 119, 117),
(11, 9, 64, 47, 54, 70, 121, 119),
(11, 9, 65, 48, 54, 71, 123, 121),
(11, 9, 66, 49, 55, 72, 125, 123),
(11, 9, 67, 49, 56, 73, 127, 125),
(11, 9, 68, 50, 57, 74, 129, 127),
(11, 9, 69, 50, 57, 75, 131, 129),
(11, 9, 70, 51, 58, 76, 133, 131),
(11, 9, 71, 52, 59, 78, 135, 146),
(11, 9, 72, 53, 59, 79, 138, 148),
(11, 9, 73, 54, 60, 80, 140, 151),
(11, 9, 74, 54, 61, 89, 143, 154),
(11, 9, 75, 55, 62, 91, 145, 156),
(11, 9, 76, 56, 63, 92, 148, 159),
(11, 9, 77, 57, 64, 93, 151, 162),
(11, 9, 78, 57, 65, 95, 153, 165),
(11, 9, 79, 58, 66, 96, 156, 168),
(11, 9, 80, 59, 67, 97, 159, 170),
(11, 11, 1, 26, 15, 22, 17, 24),
(11, 11, 2, 27, 16, 23, 18, 25),
(11, 11, 3, 27, 16, 23, 19, 26),
(11, 11, 4, 28, 17, 24, 20, 27),
(11, 11, 5, 28, 17, 25, 21, 29),
(11, 11, 6, 29, 18, 25, 22, 30),
(11, 11, 7, 29, 18, 26, 23, 31),
(11, 11, 8, 30, 19, 27, 24, 32),
(11, 11, 9, 30, 19, 27, 26, 34),
(11, 11, 10, 31, 20, 28, 27, 35),
(11, 11, 11, 32, 20, 29, 28, 36),
(11, 11, 12, 32, 21, 29, 29, 37),
(11, 11, 13, 33, 21, 30, 30, 39),
(11, 11, 14, 33, 22, 31, 31, 40),
(11, 11, 15, 34, 23, 32, 32, 41),
(11, 11, 16, 35, 23, 32, 34, 43),
(11, 11, 17, 35, 24, 33, 35, 44),
(11, 11, 18, 36, 24, 34, 36, 45),
(11, 11, 19, 37, 25, 35, 37, 47),
(11, 11, 20, 37, 26, 35, 39, 48),
(11, 11, 21, 38, 26, 36, 40, 50),
(11, 11, 22, 39, 27, 37, 41, 51),
(11, 11, 23, 39, 28, 38, 42, 52),
(11, 11, 24, 40, 28, 39, 44, 54),
(11, 11, 25, 41, 29, 39, 45, 55),
(11, 11, 26, 41, 30, 40, 46, 57),
(11, 11, 27, 42, 30, 41, 47, 58),
(11, 11, 28, 43, 31, 42, 49, 60),
(11, 11, 29, 44, 32, 43, 50, 61),
(11, 11, 30, 44, 32, 44, 52, 63),
(11, 11, 31, 45, 33, 44, 53, 64),
(11, 11, 32, 46, 34, 45, 54, 66),
(11, 11, 33, 47, 34, 46, 56, 67),
(11, 11, 34, 47, 35, 47, 57, 69),
(11, 11, 35, 48, 36, 48, 58, 71),
(11, 11, 36, 49, 36, 49, 60, 72),
(11, 11, 37, 50, 37, 50, 61, 74),
(11, 11, 38, 51, 38, 51, 63, 76),
(11, 11, 39, 52, 39, 52, 64, 77),
(11, 11, 40, 52, 39, 53, 66, 79),
(11, 11, 41, 53, 40, 54, 67, 81),
(11, 11, 42, 54, 41, 55, 69, 82),
(11, 11, 43, 55, 42, 56, 70, 84),
(11, 11, 44, 56, 43, 57, 72, 86),
(11, 11, 45, 57, 43, 57, 73, 87),
(11, 11, 46, 57, 44, 58, 75, 89),
(11, 11, 47, 58, 45, 60, 76, 91),
(11, 11, 48, 59, 46, 61, 78, 93),
(11, 11, 49, 60, 47, 62, 79, 94),
(11, 11, 50, 61, 47, 63, 81, 96),
(11, 11, 51, 62, 48, 64, 83, 98),
(11, 11, 52, 63, 49, 65, 84, 100),
(11, 11, 53, 64, 50, 66, 86, 102),
(11, 11, 54, 65, 51, 67, 87, 104),
(11, 11, 55, 66, 51, 68, 89, 105),
(11, 11, 56, 67, 52, 69, 91, 107),
(11, 11, 57, 68, 53, 70, 92, 109),
(11, 11, 58, 69, 54, 71, 94, 111),
(11, 11, 59, 70, 55, 72, 96, 113),
(11, 11, 60, 71, 56, 73, 97, 115),
(11, 11, 61, 72, 57, 74, 99, 117),
(11, 11, 62, 73, 58, 76, 101, 119),
(11, 11, 63, 74, 59, 77, 103, 121),
(11, 11, 64, 75, 59, 78, 104, 123),
(11, 11, 65, 76, 60, 79, 106, 125),
(11, 11, 66, 77, 61, 80, 108, 127),
(11, 11, 67, 78, 62, 81, 110, 129),
(11, 11, 68, 79, 63, 83, 111, 131),
(11, 11, 69, 80, 64, 84, 113, 133),
(11, 11, 70, 81, 65, 85, 115, 135),
(11, 11, 71, 83, 66, 86, 117, 137),
(11, 11, 72, 84, 68, 88, 120, 140),
(11, 11, 73, 85, 69, 89, 122, 142),
(11, 11, 74, 86, 70, 91, 124, 145),
(11, 11, 75, 88, 71, 92, 126, 147),
(11, 11, 76, 89, 72, 94, 128, 150),
(11, 11, 77, 90, 73, 95, 131, 153),
(11, 11, 78, 92, 75, 97, 133, 155),
(11, 11, 79, 93, 76, 98, 136, 158),
(11, 11, 80, 94, 77, 100, 138, 185),
(10, 1, 1, 23, 20, 22, 20, 20),
(10, 1, 2, 24, 21, 23, 20, 20),
(10, 1, 3, 26, 22, 24, 20, 21),
(10, 1, 4, 27, 22, 26, 20, 21),
(10, 1, 5, 28, 23, 27, 20, 21),
(10, 1, 6, 30, 24, 28, 20, 21),
(10, 1, 7, 31, 25, 29, 21, 22),
(10, 1, 8, 32, 26, 30, 21, 22),
(10, 1, 9, 34, 26, 32, 21, 22),
(10, 1, 10, 35, 27, 33, 21, 23),
(10, 1, 11, 36, 28, 34, 21, 23),
(10, 1, 12, 38, 29, 35, 21, 23),
(10, 1, 13, 39, 30, 37, 21, 24),
(10, 1, 14, 41, 31, 38, 21, 24),
(10, 1, 15, 42, 32, 39, 21, 24),
(10, 1, 16, 44, 33, 41, 21, 25),
(10, 1, 17, 45, 34, 42, 22, 25),
(10, 1, 18, 47, 34, 43, 22, 25),
(10, 1, 19, 48, 35, 45, 22, 26),
(10, 1, 20, 50, 36, 46, 22, 26),
(10, 1, 21, 51, 37, 48, 22, 26),
(10, 1, 22, 53, 38, 49, 22, 27),
(10, 1, 23, 54, 39, 51, 22, 27),
(10, 1, 24, 56, 40, 52, 23, 28),
(10, 1, 25, 58, 41, 53, 23, 28),
(10, 1, 26, 59, 42, 55, 23, 28),
(10, 1, 27, 61, 43, 56, 23, 29),
(10, 1, 28, 63, 44, 58, 23, 29),
(10, 1, 29, 64, 45, 59, 23, 30),
(10, 1, 30, 66, 46, 61, 24, 30),
(10, 1, 31, 68, 47, 62, 24, 30),
(10, 1, 32, 69, 48, 64, 24, 31),
(10, 1, 33, 71, 50, 66, 24, 31),
(10, 1, 34, 73, 51, 67, 24, 32),
(10, 1, 35, 74, 52, 69, 24, 32),
(10, 1, 36, 76, 53, 70, 25, 33),
(10, 1, 37, 78, 54, 72, 25, 33),
(10, 1, 38, 80, 55, 74, 25, 34),
(10, 1, 39, 82, 56, 75, 25, 34),
(10, 1, 40, 83, 57, 77, 25, 35),
(10, 1, 41, 85, 58, 79, 26, 35),
(10, 1, 42, 87, 60, 80, 26, 35),
(10, 1, 43, 89, 61, 82, 26, 36),
(10, 1, 44, 91, 62, 84, 26, 36),
(10, 1, 45, 93, 63, 85, 26, 37),
(10, 1, 46, 95, 64, 87, 27, 37),
(10, 1, 47, 97, 66, 89, 27, 38),
(10, 1, 48, 99, 67, 91, 27, 38),
(10, 1, 49, 101, 68, 93, 27, 39),
(10, 1, 50, 103, 69, 94, 28, 40),
(10, 1, 51, 105, 71, 96, 28, 40),
(10, 1, 52, 107, 72, 98, 28, 41),
(10, 1, 53, 109, 73, 100, 28, 41),
(10, 1, 54, 111, 74, 102, 29, 42),
(10, 1, 55, 113, 76, 103, 29, 42),
(10, 1, 56, 115, 77, 105, 29, 43),
(10, 1, 57, 117, 78, 107, 29, 43),
(10, 1, 58, 119, 79, 109, 30, 44),
(10, 1, 59, 121, 81, 111, 30, 44),
(10, 1, 60, 123, 82, 113, 30, 45),
(10, 1, 61, 125, 83, 115, 30, 46),
(10, 1, 62, 127, 85, 117, 31, 46),
(10, 1, 63, 129, 86, 119, 31, 47),
(10, 1, 64, 132, 88, 121, 31, 47),
(10, 1, 65, 134, 89, 123, 32, 48),
(10, 1, 66, 136, 90, 125, 32, 49),
(10, 1, 67, 138, 92, 127, 32, 49),
(10, 1, 68, 140, 93, 129, 32, 50),
(10, 1, 69, 143, 95, 131, 33, 50),
(10, 1, 70, 145, 96, 133, 33, 51),
(10, 1, 71, 148, 97, 140, 33, 53),
(10, 1, 72, 156, 99, 143, 33, 54),
(10, 1, 73, 162, 101, 148, 33, 55),
(10, 1, 74, 162, 102, 148, 34, 55),
(10, 1, 75, 165, 104, 150, 34, 56),
(10, 1, 76, 171, 106, 156, 34, 57),
(10, 1, 77, 171, 108, 157, 35, 58),
(10, 1, 78, 174, 109, 159, 35, 58),
(10, 1, 79, 181, 111, 165, 35, 59),
(10, 1, 80, 184, 113, 168, 36, 60),
(10, 7, 1, 24, 17, 23, 18, 25),
(10, 7, 2, 25, 17, 24, 19, 26),
(10, 7, 3, 26, 18, 25, 20, 27),
(10, 7, 4, 26, 18, 26, 21, 28),
(10, 7, 5, 27, 19, 27, 22, 29),
(10, 7, 6, 28, 19, 28, 23, 30),
(10, 7, 7, 29, 20, 29, 24, 31),
(10, 7, 8, 30, 20, 30, 25, 32),
(10, 7, 9, 31, 21, 31, 26, 33),
(10, 7, 10, 32, 21, 32, 27, 34),
(10, 7, 11, 33, 22, 33, 28, 36),
(10, 7, 12, 34, 22, 34, 29, 37),
(10, 7, 13, 34, 23, 35, 30, 38),
(10, 7, 14, 35, 23, 36, 31, 39),
(10, 7, 15, 36, 24, 37, 32, 40),
(10, 7, 16, 37, 24, 39, 33, 41),
(10, 7, 17, 38, 25, 40, 34, 43),
(10, 7, 18, 39, 25, 41, 35, 44),
(10, 7, 19, 40, 26, 42, 36, 45),
(10, 7, 20, 41, 26, 43, 37, 46),
(10, 7, 21, 42, 27, 44, 38, 47),
(10, 7, 22, 43, 27, 45, 39, 49),
(10, 7, 23, 44, 28, 47, 40, 50),
(10, 7, 24, 45, 28, 48, 41, 51),
(10, 7, 25, 47, 29, 49, 43, 52),
(10, 7, 26, 48, 30, 50, 44, 54),
(10, 7, 27, 49, 30, 52, 45, 55),
(10, 7, 28, 50, 31, 53, 46, 56),
(10, 7, 29, 51, 31, 54, 47, 58),
(10, 7, 30, 52, 32, 55, 48, 59),
(10, 7, 31, 53, 33, 57, 50, 60),
(10, 7, 32, 54, 33, 58, 51, 62),
(10, 7, 33, 55, 34, 59, 52, 63),
(10, 7, 34, 57, 34, 61, 53, 65),
(10, 7, 35, 58, 35, 62, 55, 66),
(10, 7, 36, 59, 36, 63, 56, 67),
(10, 7, 37, 60, 36, 65, 57, 69),
(10, 7, 38, 61, 37, 66, 58, 70),
(10, 7, 39, 62, 38, 67, 60, 72),
(10, 7, 40, 64, 38, 69, 61, 73),
(10, 7, 41, 65, 39, 70, 62, 75),
(10, 7, 42, 66, 40, 72, 64, 76),
(10, 7, 43, 67, 40, 73, 65, 78),
(10, 7, 44, 69, 41, 74, 66, 79),
(10, 7, 45, 70, 42, 76, 68, 81),
(10, 7, 46, 71, 42, 77, 69, 82),
(10, 7, 47, 72, 43, 79, 70, 84),
(10, 7, 48, 74, 44, 80, 72, 85),
(10, 7, 49, 75, 45, 82, 73, 87),
(10, 7, 50, 76, 45, 83, 75, 89),
(10, 7, 51, 78, 46, 85, 76, 90),
(10, 7, 52, 79, 47, 86, 77, 92),
(10, 7, 53, 80, 47, 88, 79, 93),
(10, 7, 54, 82, 48, 90, 80, 95),
(10, 7, 55, 83, 49, 91, 82, 97),
(10, 7, 56, 85, 50, 93, 83, 98),
(10, 7, 57, 86, 50, 94, 85, 100),
(10, 7, 58, 87, 51, 96, 86, 102),
(10, 7, 59, 89, 52, 97, 88, 103),
(10, 7, 60, 90, 53, 99, 89, 105),
(10, 7, 61, 92, 54, 101, 91, 107),
(10, 7, 62, 93, 54, 102, 92, 109),
(10, 7, 63, 95, 55, 104, 94, 110),
(10, 7, 64, 96, 56, 106, 95, 112),
(10, 7, 65, 97, 57, 107, 97, 114),
(10, 7, 66, 99, 58, 109, 99, 116),
(10, 7, 67, 100, 58, 111, 100, 118),
(10, 7, 68, 102, 59, 113, 102, 119),
(10, 7, 69, 103, 60, 114, 103, 121),
(10, 7, 70, 105, 61, 116, 105, 123),
(10, 7, 71, 106, 62, 118, 117, 125),
(10, 7, 72, 108, 63, 120, 119, 128),
(10, 7, 73, 110, 64, 122, 122, 130),
(10, 7, 74, 112, 65, 125, 124, 132),
(10, 7, 75, 114, 66, 127, 126, 134),
(10, 7, 76, 116, 67, 129, 128, 137),
(10, 7, 77, 117, 68, 131, 128, 139),
(10, 7, 78, 119, 69, 133, 133, 141),
(10, 7, 79, 121, 70, 136, 135, 144),
(10, 7, 80, 123, 71, 138, 137, 146),
(10, 11, 1, 26, 15, 22, 17, 24),
(10, 11, 2, 27, 16, 23, 18, 25),
(10, 11, 3, 27, 16, 23, 19, 26),
(10, 11, 4, 28, 17, 24, 20, 27),
(10, 11, 5, 28, 17, 25, 21, 29),
(10, 11, 6, 29, 18, 25, 22, 30),
(10, 11, 7, 29, 18, 26, 23, 31),
(10, 11, 8, 30, 19, 27, 24, 32),
(10, 11, 9, 30, 19, 27, 26, 34),
(10, 11, 10, 31, 20, 28, 27, 35),
(10, 11, 11, 32, 20, 29, 28, 36),
(10, 11, 12, 32, 21, 29, 29, 37),
(10, 11, 13, 33, 21, 30, 30, 39),
(10, 11, 14, 33, 22, 31, 31, 40),
(10, 11, 15, 34, 23, 32, 32, 41),
(10, 11, 16, 35, 23, 32, 34, 43),
(10, 11, 17, 35, 24, 33, 35, 44),
(10, 11, 18, 36, 24, 34, 36, 45),
(10, 11, 19, 37, 25, 35, 37, 47),
(10, 11, 20, 37, 26, 35, 39, 48),
(10, 11, 21, 38, 26, 36, 40, 50),
(10, 11, 22, 39, 27, 37, 41, 51),
(10, 11, 23, 39, 28, 38, 42, 52),
(10, 11, 24, 40, 28, 39, 44, 54),
(10, 11, 25, 41, 29, 39, 45, 55),
(10, 11, 26, 41, 30, 40, 46, 57),
(10, 11, 27, 42, 30, 41, 47, 58),
(10, 11, 28, 43, 31, 42, 49, 60),
(10, 11, 29, 44, 32, 43, 50, 61),
(10, 11, 30, 44, 32, 44, 52, 63),
(10, 11, 31, 45, 33, 44, 53, 64),
(10, 11, 32, 46, 34, 45, 54, 66),
(10, 11, 33, 47, 34, 46, 56, 67),
(10, 11, 34, 47, 35, 47, 57, 69),
(10, 11, 35, 48, 36, 48, 58, 71),
(10, 11, 36, 49, 36, 49, 60, 72),
(10, 11, 37, 50, 37, 50, 61, 74),
(10, 11, 38, 51, 38, 51, 63, 76),
(10, 11, 39, 52, 39, 52, 64, 77),
(10, 11, 40, 52, 39, 53, 66, 79),
(10, 11, 41, 53, 40, 54, 67, 81),
(10, 11, 42, 54, 41, 55, 69, 82),
(10, 11, 43, 55, 42, 56, 70, 84),
(10, 11, 44, 56, 43, 57, 72, 86),
(10, 11, 45, 57, 43, 57, 73, 87),
(10, 11, 46, 57, 44, 58, 75, 89),
(10, 11, 47, 58, 45, 60, 76, 91),
(10, 11, 48, 59, 46, 61, 78, 93),
(10, 11, 49, 60, 47, 62, 79, 94),
(10, 11, 50, 61, 47, 63, 81, 96),
(10, 11, 51, 62, 48, 64, 83, 98),
(10, 11, 52, 63, 49, 65, 84, 100),
(10, 11, 53, 64, 50, 66, 86, 102),
(10, 11, 54, 65, 51, 67, 87, 104),
(10, 11, 55, 66, 51, 68, 89, 105),
(10, 11, 56, 67, 52, 69, 91, 107),
(10, 11, 57, 68, 53, 70, 92, 109),
(10, 11, 58, 69, 54, 71, 94, 111),
(10, 11, 59, 70, 55, 72, 96, 113),
(10, 11, 60, 71, 56, 73, 97, 115),
(10, 11, 61, 72, 57, 74, 99, 117),
(10, 11, 62, 73, 58, 76, 101, 119),
(10, 11, 63, 74, 59, 77, 103, 121),
(10, 11, 64, 75, 59, 78, 104, 123),
(10, 11, 65, 76, 60, 79, 106, 125),
(10, 11, 66, 77, 61, 80, 108, 127),
(10, 11, 67, 78, 62, 81, 110, 129),
(10, 11, 68, 79, 63, 83, 111, 131),
(10, 11, 69, 80, 64, 84, 113, 133),
(10, 11, 70, 81, 65, 85, 115, 135),
(10, 11, 71, 83, 66, 86, 117, 137),
(10, 11, 72, 84, 68, 88, 120, 140),
(10, 11, 73, 85, 69, 89, 122, 142),
(10, 11, 74, 86, 70, 91, 124, 145),
(10, 11, 75, 88, 71, 92, 126, 147),
(10, 11, 76, 89, 72, 94, 128, 150),
(10, 11, 77, 90, 73, 95, 131, 153),
(10, 11, 78, 92, 75, 97, 133, 155),
(10, 11, 79, 93, 76, 98, 136, 158),
(10, 11, 80, 94, 77, 100, 138, 185),
(3, 7, 1, 24, 17, 23, 18, 25),
(3, 7, 2, 25, 17, 24, 19, 26),
(3, 7, 3, 26, 18, 25, 20, 27),
(3, 7, 4, 26, 18, 26, 21, 28),
(3, 7, 5, 27, 19, 27, 22, 29),
(3, 7, 6, 28, 19, 28, 23, 30),
(3, 7, 7, 29, 20, 29, 24, 31),
(3, 7, 8, 30, 20, 30, 25, 32),
(3, 7, 9, 31, 21, 31, 26, 33),
(3, 7, 10, 32, 21, 32, 27, 34),
(3, 7, 11, 33, 22, 33, 28, 36),
(3, 7, 12, 34, 22, 34, 29, 37),
(3, 7, 13, 34, 23, 35, 30, 38),
(3, 7, 14, 35, 23, 36, 31, 39),
(3, 7, 15, 36, 24, 37, 32, 40),
(3, 7, 16, 37, 24, 39, 33, 41),
(3, 7, 17, 38, 25, 40, 34, 43),
(3, 7, 18, 39, 25, 41, 35, 44),
(3, 7, 19, 40, 26, 42, 36, 45),
(3, 7, 20, 41, 26, 43, 37, 46),
(3, 7, 21, 42, 27, 44, 38, 47),
(3, 7, 22, 43, 27, 45, 39, 49),
(3, 7, 23, 44, 28, 47, 40, 50),
(3, 7, 24, 45, 28, 48, 41, 51),
(3, 7, 25, 47, 29, 49, 43, 52),
(3, 7, 26, 48, 30, 50, 44, 54),
(3, 7, 27, 49, 30, 52, 45, 55),
(3, 7, 28, 50, 31, 53, 46, 56),
(3, 7, 29, 51, 31, 54, 47, 58),
(3, 7, 30, 52, 32, 55, 48, 59),
(3, 7, 31, 53, 33, 57, 50, 60),
(3, 7, 32, 54, 33, 58, 51, 62),
(3, 7, 33, 55, 34, 59, 52, 63),
(3, 7, 34, 57, 34, 61, 53, 65),
(3, 7, 35, 58, 35, 62, 55, 66),
(3, 7, 36, 59, 36, 63, 56, 67),
(3, 7, 37, 60, 36, 65, 57, 69),
(3, 7, 38, 61, 37, 66, 58, 70),
(3, 7, 39, 62, 38, 67, 60, 72),
(3, 7, 40, 64, 38, 69, 61, 73),
(3, 7, 41, 65, 39, 70, 62, 75),
(3, 7, 42, 66, 40, 72, 64, 76),
(3, 7, 43, 67, 40, 73, 65, 78),
(3, 7, 44, 69, 41, 74, 66, 79),
(3, 7, 45, 70, 42, 76, 68, 81),
(3, 7, 46, 71, 42, 77, 69, 82),
(3, 7, 47, 72, 43, 79, 70, 84),
(3, 7, 48, 74, 44, 80, 72, 85),
(3, 7, 49, 75, 45, 82, 73, 87),
(3, 7, 50, 76, 45, 83, 75, 89),
(3, 7, 51, 78, 46, 85, 76, 90),
(3, 7, 52, 79, 47, 86, 77, 92),
(3, 7, 53, 80, 47, 88, 79, 93),
(3, 7, 54, 82, 48, 90, 80, 95),
(3, 7, 55, 83, 49, 91, 82, 97),
(3, 7, 56, 85, 50, 93, 83, 98),
(3, 7, 57, 86, 50, 94, 85, 100),
(3, 7, 58, 87, 51, 96, 86, 102),
(3, 7, 59, 89, 52, 97, 88, 103),
(3, 7, 60, 90, 53, 99, 89, 105),
(3, 7, 61, 92, 54, 101, 91, 107),
(3, 7, 62, 93, 54, 102, 92, 109),
(3, 7, 63, 95, 55, 104, 94, 110),
(3, 7, 64, 96, 56, 106, 95, 112),
(3, 7, 65, 97, 57, 107, 97, 114),
(3, 7, 66, 99, 58, 109, 99, 116),
(3, 7, 67, 100, 58, 111, 100, 118),
(3, 7, 68, 102, 59, 113, 102, 119),
(3, 7, 69, 103, 60, 114, 103, 121),
(3, 7, 70, 105, 61, 116, 105, 123),
(3, 7, 71, 106, 62, 118, 117, 125),
(3, 7, 72, 108, 63, 120, 119, 128),
(3, 7, 73, 110, 64, 122, 122, 130),
(3, 7, 74, 112, 65, 125, 124, 132),
(3, 7, 75, 114, 66, 127, 126, 134),
(3, 7, 76, 116, 67, 129, 128, 137),
(3, 7, 77, 117, 68, 131, 128, 139),
(3, 7, 78, 119, 69, 133, 133, 141),
(3, 7, 79, 121, 70, 136, 135, 144),
(3, 7, 80, 123, 71, 138, 137, 146),
(3, 8, 1, 20, 20, 20, 23, 22),
(3, 8, 2, 20, 20, 20, 24, 23),
(3, 8, 3, 20, 20, 21, 26, 25),
(3, 8, 4, 20, 20, 21, 27, 26),
(3, 8, 5, 20, 21, 21, 28, 27),
(3, 8, 6, 20, 21, 21, 30, 29),
(3, 8, 7, 21, 21, 22, 31, 30),
(3, 8, 8, 21, 21, 22, 33, 31),
(3, 8, 9, 21, 21, 22, 34, 33),
(3, 8, 10, 21, 21, 23, 36, 34),
(3, 8, 11, 21, 22, 23, 37, 36),
(3, 8, 12, 21, 22, 23, 39, 37),
(3, 8, 13, 21, 22, 24, 40, 38),
(3, 8, 14, 21, 22, 24, 42, 40),
(3, 8, 15, 21, 22, 24, 43, 41),
(3, 8, 16, 21, 23, 25, 45, 43),
(3, 8, 17, 22, 23, 25, 46, 44),
(3, 8, 18, 22, 23, 25, 48, 46),
(3, 8, 19, 22, 23, 26, 49, 47),
(3, 8, 20, 22, 23, 26, 51, 49),
(3, 8, 21, 22, 24, 26, 53, 51),
(3, 8, 22, 22, 24, 27, 54, 52),
(3, 8, 23, 22, 24, 27, 56, 54),
(3, 8, 24, 23, 24, 28, 58, 55),
(3, 8, 25, 23, 25, 28, 59, 57),
(3, 8, 26, 23, 25, 28, 61, 59),
(3, 8, 27, 23, 25, 29, 63, 60),
(3, 8, 28, 23, 25, 29, 65, 62),
(3, 8, 29, 23, 25, 30, 66, 64),
(3, 8, 30, 24, 26, 30, 68, 65),
(3, 8, 31, 24, 26, 30, 70, 67),
(3, 8, 32, 24, 26, 31, 72, 69),
(3, 8, 33, 24, 27, 31, 73, 70),
(3, 8, 34, 24, 27, 32, 75, 72),
(3, 8, 35, 24, 27, 32, 77, 74),
(3, 8, 36, 25, 27, 33, 79, 76),
(3, 8, 37, 25, 28, 33, 81, 78),
(3, 8, 38, 25, 28, 34, 83, 79),
(3, 8, 39, 25, 28, 34, 85, 81),
(3, 8, 40, 25, 28, 35, 87, 83),
(3, 8, 41, 26, 29, 35, 88, 85),
(3, 8, 42, 26, 29, 35, 90, 87),
(3, 8, 43, 26, 29, 36, 92, 89),
(3, 8, 44, 26, 30, 36, 94, 91),
(3, 8, 45, 26, 30, 37, 96, 92),
(3, 8, 46, 27, 30, 37, 98, 94),
(3, 8, 47, 27, 31, 38, 100, 96),
(3, 8, 48, 27, 31, 38, 102, 98),
(3, 8, 49, 27, 31, 39, 104, 100),
(3, 8, 50, 28, 32, 40, 106, 102),
(3, 8, 51, 28, 32, 40, 109, 104),
(3, 8, 52, 28, 32, 41, 111, 106),
(3, 8, 53, 28, 33, 41, 113, 108),
(3, 8, 54, 29, 33, 42, 115, 110),
(3, 8, 55, 29, 33, 42, 117, 112),
(3, 8, 56, 29, 34, 43, 119, 114),
(3, 8, 57, 29, 34, 43, 121, 117),
(3, 8, 58, 30, 34, 44, 124, 119),
(3, 8, 59, 30, 35, 44, 126, 121),
(3, 8, 60, 30, 35, 45, 128, 123),
(3, 8, 61, 30, 35, 46, 130, 125),
(3, 8, 62, 31, 36, 46, 132, 127),
(3, 8, 63, 31, 36, 47, 135, 129),
(3, 8, 64, 31, 37, 47, 137, 132),
(3, 8, 65, 32, 37, 48, 139, 134),
(3, 8, 66, 32, 37, 49, 142, 136),
(3, 8, 67, 32, 38, 49, 144, 138),
(3, 8, 68, 32, 38, 50, 146, 140),
(3, 8, 69, 33, 39, 50, 149, 143),
(3, 8, 70, 33, 39, 51, 151, 145),
(3, 8, 71, 33, 39, 52, 154, 152),
(3, 8, 72, 33, 40, 53, 160, 155),
(3, 8, 73, 33, 40, 54, 160, 158),
(3, 8, 74, 34, 41, 54, 163, 160),
(3, 8, 75, 34, 41, 55, 166, 163),
(3, 8, 76, 34, 41, 56, 169, 166),
(3, 8, 77, 35, 42, 57, 172, 169),
(3, 8, 78, 35, 42, 57, 175, 173),
(3, 8, 79, 35, 43, 58, 178, 176),
(3, 8, 80, 36, 43, 59, 181, 179),
(3, 9, 1, 20, 20, 21, 22, 22),
(3, 9, 2, 20, 20, 22, 23, 23),
(3, 9, 3, 21, 21, 22, 24, 24),
(3, 9, 4, 21, 21, 23, 26, 25),
(3, 9, 5, 21, 21, 23, 27, 27),
(3, 9, 6, 21, 22, 24, 28, 28),
(3, 9, 7, 22, 22, 24, 29, 29),
(3, 9, 8, 22, 23, 25, 30, 30),
(3, 9, 9, 22, 23, 26, 32, 31),
(3, 9, 10, 23, 23, 26, 33, 33),
(3, 9, 11, 23, 24, 27, 34, 34),
(3, 9, 12, 23, 24, 27, 35, 35),
(3, 9, 13, 24, 25, 28, 37, 36),
(3, 9, 14, 24, 25, 29, 38, 38),
(3, 9, 15, 24, 25, 29, 39, 39),
(3, 9, 16, 25, 26, 30, 41, 40),
(3, 9, 17, 25, 26, 31, 42, 42),
(3, 9, 18, 25, 27, 31, 43, 43),
(3, 9, 19, 26, 27, 32, 45, 44),
(3, 9, 20, 26, 28, 33, 46, 46),
(3, 9, 21, 26, 28, 33, 48, 47),
(3, 9, 22, 27, 29, 34, 49, 49),
(3, 9, 23, 27, 29, 35, 51, 50),
(3, 9, 24, 28, 30, 35, 52, 51),
(3, 9, 25, 28, 30, 36, 53, 53),
(3, 9, 26, 28, 31, 37, 55, 54),
(3, 9, 27, 29, 31, 37, 56, 56),
(3, 9, 28, 29, 32, 38, 58, 57),
(3, 9, 29, 30, 32, 39, 59, 59),
(3, 9, 30, 30, 33, 40, 61, 60),
(3, 9, 31, 30, 33, 40, 62, 62),
(3, 9, 32, 31, 34, 41, 64, 63),
(3, 9, 33, 31, 34, 42, 66, 65),
(3, 9, 34, 32, 35, 43, 67, 66),
(3, 9, 35, 32, 35, 44, 69, 68),
(3, 9, 36, 33, 36, 44, 70, 69),
(3, 9, 37, 33, 36, 45, 72, 71),
(3, 9, 38, 34, 37, 46, 74, 73),
(3, 9, 39, 34, 38, 47, 75, 74),
(3, 9, 40, 35, 38, 48, 77, 76),
(3, 9, 41, 35, 39, 48, 79, 78),
(3, 9, 42, 35, 39, 49, 80, 79),
(3, 9, 43, 36, 40, 50, 82, 81),
(3, 9, 44, 36, 40, 51, 84, 83),
(3, 9, 45, 37, 41, 52, 85, 84),
(3, 9, 46, 37, 42, 53, 87, 86),
(3, 9, 47, 38, 42, 54, 89, 88),
(3, 9, 48, 38, 43, 55, 91, 89),
(3, 9, 49, 39, 44, 55, 93, 91),
(3, 9, 50, 40, 44, 56, 94, 93),
(3, 9, 51, 40, 45, 57, 96, 95),
(3, 9, 52, 41, 45, 58, 98, 97),
(3, 9, 53, 41, 46, 59, 100, 98),
(3, 9, 54, 42, 47, 60, 102, 100),
(3, 9, 55, 42, 47, 61, 103, 102),
(3, 9, 56, 43, 48, 62, 105, 104),
(3, 9, 57, 43, 49, 63, 107, 106),
(3, 9, 58, 44, 49, 64, 109, 108),
(3, 9, 59, 44, 50, 65, 111, 109),
(3, 9, 60, 45, 51, 66, 113, 111),
(3, 9, 61, 46, 51, 67, 115, 113),
(3, 9, 62, 46, 52, 68, 117, 115),
(3, 9, 63, 47, 53, 69, 119, 117),
(3, 9, 64, 47, 54, 70, 121, 119),
(3, 9, 65, 48, 54, 71, 123, 121),
(3, 9, 66, 49, 55, 72, 125, 123),
(3, 9, 67, 49, 56, 73, 127, 125),
(3, 9, 68, 50, 57, 74, 129, 127),
(3, 9, 69, 50, 57, 75, 131, 129),
(3, 9, 70, 51, 58, 76, 133, 131),
(3, 9, 71, 52, 59, 78, 135, 146),
(3, 9, 72, 53, 59, 79, 138, 148),
(3, 9, 73, 54, 60, 80, 140, 151),
(3, 9, 74, 54, 61, 89, 143, 154),
(3, 9, 75, 55, 62, 91, 145, 156),
(3, 9, 76, 56, 63, 92, 148, 159),
(3, 9, 77, 57, 64, 93, 151, 162),
(3, 9, 78, 57, 65, 95, 153, 165),
(3, 9, 79, 58, 66, 96, 156, 168),
(3, 9, 80, 59, 67, 97, 159, 170),
(3, 11, 1, 26, 15, 22, 17, 24),
(3, 11, 2, 27, 16, 23, 18, 25),
(3, 11, 3, 27, 16, 23, 19, 26),
(3, 11, 4, 28, 17, 24, 20, 27),
(3, 11, 5, 28, 17, 25, 21, 29),
(3, 11, 6, 29, 18, 25, 22, 30),
(3, 11, 7, 29, 18, 26, 23, 31),
(3, 11, 8, 30, 19, 27, 24, 32),
(3, 11, 9, 30, 19, 27, 26, 34),
(3, 11, 10, 31, 20, 28, 27, 35),
(3, 11, 11, 32, 20, 29, 28, 36),
(3, 11, 12, 32, 21, 29, 29, 37),
(3, 11, 13, 33, 21, 30, 30, 39),
(3, 11, 14, 33, 22, 31, 31, 40),
(3, 11, 15, 34, 23, 32, 32, 41),
(3, 11, 16, 35, 23, 32, 34, 43),
(3, 11, 17, 35, 24, 33, 35, 44),
(3, 11, 18, 36, 24, 34, 36, 45),
(3, 11, 19, 37, 25, 35, 37, 47),
(3, 11, 20, 37, 26, 35, 39, 48),
(3, 11, 21, 38, 26, 36, 40, 50),
(3, 11, 22, 39, 27, 37, 41, 51),
(3, 11, 23, 39, 28, 38, 42, 52),
(3, 11, 24, 40, 28, 39, 44, 54),
(3, 11, 25, 41, 29, 39, 45, 55),
(3, 11, 26, 41, 30, 40, 46, 57),
(3, 11, 27, 42, 30, 41, 47, 58),
(3, 11, 28, 43, 31, 42, 49, 60),
(3, 11, 29, 44, 32, 43, 50, 61),
(3, 11, 30, 44, 32, 44, 52, 63),
(3, 11, 31, 45, 33, 44, 53, 64),
(3, 11, 32, 46, 34, 45, 54, 66),
(3, 11, 33, 47, 34, 46, 56, 67),
(3, 11, 34, 47, 35, 47, 57, 69),
(3, 11, 35, 48, 36, 48, 58, 71),
(3, 11, 36, 49, 36, 49, 60, 72),
(3, 11, 37, 50, 37, 50, 61, 74),
(3, 11, 38, 51, 38, 51, 63, 76),
(3, 11, 39, 52, 39, 52, 64, 77),
(3, 11, 40, 52, 39, 53, 66, 79),
(3, 11, 41, 53, 40, 54, 67, 81),
(3, 11, 42, 54, 41, 55, 69, 82),
(3, 11, 43, 55, 42, 56, 70, 84),
(3, 11, 44, 56, 43, 57, 72, 86),
(3, 11, 45, 57, 43, 57, 73, 87),
(3, 11, 46, 57, 44, 58, 75, 89),
(3, 11, 47, 58, 45, 60, 76, 91),
(3, 11, 48, 59, 46, 61, 78, 93),
(3, 11, 49, 60, 47, 62, 79, 94),
(3, 11, 50, 61, 47, 63, 81, 96),
(3, 11, 51, 62, 48, 64, 83, 98),
(3, 11, 52, 63, 49, 65, 84, 100),
(3, 11, 53, 64, 50, 66, 86, 102),
(3, 11, 54, 65, 51, 67, 87, 104),
(3, 11, 55, 66, 51, 68, 89, 105),
(3, 11, 56, 67, 52, 69, 91, 107),
(3, 11, 57, 68, 53, 70, 92, 109),
(3, 11, 58, 69, 54, 71, 94, 111),
(3, 11, 59, 70, 55, 72, 96, 113),
(3, 11, 60, 71, 56, 73, 97, 115),
(3, 11, 61, 72, 57, 74, 99, 117),
(3, 11, 62, 73, 58, 76, 101, 119),
(3, 11, 63, 74, 59, 77, 103, 121),
(3, 11, 64, 75, 59, 78, 104, 123),
(3, 11, 65, 76, 60, 79, 106, 125),
(3, 11, 66, 77, 61, 80, 108, 127),
(3, 11, 67, 78, 62, 81, 110, 129),
(3, 11, 68, 79, 63, 83, 111, 131),
(3, 11, 69, 80, 64, 84, 113, 133),
(3, 11, 70, 81, 65, 85, 115, 135),
(3, 11, 71, 83, 66, 86, 117, 137),
(3, 11, 72, 84, 68, 88, 120, 140),
(3, 11, 73, 85, 69, 89, 122, 142),
(3, 11, 74, 86, 70, 91, 124, 145),
(3, 11, 75, 88, 71, 92, 126, 147),
(3, 11, 76, 89, 72, 94, 128, 150),
(3, 11, 77, 90, 73, 95, 131, 153),
(3, 11, 78, 92, 75, 97, 133, 155),
(3, 11, 79, 93, 76, 98, 136, 158),
(3, 11, 80, 94, 77, 100, 138, 185),
(7, 2, 1, 22, 20, 22, 20, 21),
(7, 2, 2, 23, 21, 23, 21, 22),
(7, 2, 3, 24, 21, 24, 21, 22),
(7, 2, 4, 25, 22, 25, 22, 23),
(7, 2, 5, 26, 22, 26, 23, 24),
(7, 2, 6, 28, 23, 27, 23, 25),
(7, 2, 7, 29, 24, 28, 24, 25),
(7, 2, 8, 30, 24, 29, 25, 26),
(7, 2, 9, 31, 25, 30, 25, 27),
(7, 2, 10, 32, 25, 32, 26, 27),
(7, 2, 11, 33, 26, 33, 27, 28),
(7, 2, 12, 35, 27, 34, 27, 29),
(7, 2, 13, 36, 27, 35, 28, 30),
(7, 2, 14, 37, 28, 36, 29, 31),
(7, 2, 15, 38, 29, 37, 30, 31),
(7, 2, 16, 40, 29, 38, 30, 32),
(7, 2, 17, 41, 30, 40, 31, 33),
(7, 2, 18, 42, 31, 41, 32, 34),
(7, 2, 19, 43, 31, 42, 33, 35),
(7, 2, 20, 45, 32, 43, 33, 35),
(7, 2, 21, 46, 33, 45, 34, 36),
(7, 2, 22, 47, 33, 46, 35, 37),
(7, 2, 23, 49, 34, 47, 36, 38),
(7, 2, 24, 50, 35, 48, 37, 39),
(7, 2, 25, 51, 36, 50, 37, 40),
(7, 2, 26, 53, 36, 51, 38, 41),
(7, 2, 27, 54, 37, 52, 39, 42),
(7, 2, 28, 56, 38, 54, 40, 43),
(7, 2, 29, 57, 39, 55, 41, 43),
(7, 2, 30, 58, 39, 56, 42, 44),
(7, 2, 31, 60, 40, 58, 43, 45),
(7, 2, 32, 61, 41, 59, 43, 46),
(7, 2, 33, 63, 42, 60, 44, 47),
(7, 2, 34, 64, 43, 62, 45, 48),
(7, 2, 35, 66, 44, 63, 46, 49),
(7, 2, 36, 67, 44, 65, 47, 50),
(7, 2, 37, 69, 45, 66, 48, 51),
(7, 2, 38, 70, 46, 67, 49, 52),
(7, 2, 39, 72, 47, 69, 50, 53),
(7, 2, 40, 73, 48, 70, 51, 54),
(7, 2, 41, 75, 49, 72, 52, 55),
(7, 2, 42, 77, 49, 73, 53, 56),
(7, 2, 43, 78, 50, 75, 54, 57),
(7, 2, 44, 80, 51, 76, 55, 58),
(7, 2, 45, 81, 52, 78, 56, 59),
(7, 2, 46, 83, 53, 79, 57, 61),
(7, 2, 47, 85, 54, 81, 58, 62),
(7, 2, 48, 86, 55, 83, 59, 63),
(7, 2, 49, 88, 56, 84, 60, 64),
(7, 2, 50, 90, 57, 86, 61, 65),
(7, 2, 51, 91, 58, 87, 62, 66),
(7, 2, 52, 93, 59, 89, 63, 67),
(7, 2, 53, 95, 60, 91, 64, 68),
(7, 2, 54, 97, 61, 92, 65, 69),
(7, 2, 55, 98, 61, 94, 66, 71),
(7, 2, 56, 100, 62, 95, 67, 72),
(7, 2, 57, 102, 63, 97, 68, 73),
(7, 2, 58, 104, 64, 99, 69, 74),
(7, 2, 59, 105, 65, 101, 70, 75),
(7, 2, 60, 107, 66, 102, 71, 77),
(7, 2, 61, 109, 67, 104, 73, 78),
(7, 2, 62, 111, 69, 106, 74, 79),
(7, 2, 63, 113, 70, 107, 75, 80),
(7, 2, 64, 115, 71, 109, 76, 81),
(7, 2, 65, 116, 72, 111, 77, 83),
(7, 2, 66, 118, 73, 113, 78, 84),
(7, 2, 67, 120, 74, 115, 79, 85),
(7, 2, 68, 122, 75, 116, 81, 86),
(7, 2, 69, 124, 76, 118, 82, 88),
(7, 2, 70, 126, 77, 120, 83, 89),
(7, 2, 71, 148, 78, 122, 84, 92),
(7, 2, 72, 150, 79, 125, 86, 94),
(7, 2, 73, 152, 80, 127, 87, 96),
(7, 2, 74, 156, 82, 129, 89, 97),
(7, 2, 75, 158, 83, 131, 90, 99),
(7, 2, 76, 162, 84, 134, 92, 100),
(7, 2, 77, 164, 86, 136, 93, 103),
(7, 2, 78, 167, 87, 138, 95, 105),
(7, 2, 79, 170, 88, 153, 96, 106),
(7, 2, 80, 173, 90, 160, 98, 108),
(7, 3, 1, 23, 20, 23, 17, 24),
(7, 3, 2, 23, 21, 24, 18, 25),
(7, 3, 3, 24, 23, 25, 18, 25),
(7, 3, 4, 24, 24, 26, 19, 26),
(7, 3, 5, 25, 25, 27, 19, 26),
(7, 3, 6, 25, 27, 28, 20, 27),
(7, 3, 7, 26, 28, 28, 21, 28),
(7, 3, 8, 26, 30, 29, 21, 28),
(7, 3, 9, 26, 31, 30, 22, 29),
(7, 3, 10, 27, 33, 31, 22, 30),
(7, 3, 11, 27, 34, 32, 23, 30),
(7, 3, 12, 28, 36, 33, 24, 31),
(7, 3, 13, 28, 37, 34, 24, 32),
(7, 3, 14, 29, 39, 35, 25, 33),
(7, 3, 15, 29, 40, 36, 26, 33),
(7, 3, 16, 30, 42, 37, 26, 34),
(7, 3, 17, 30, 43, 39, 27, 35),
(7, 3, 18, 31, 45, 40, 28, 35),
(7, 3, 19, 31, 47, 41, 28, 36),
(7, 3, 20, 32, 48, 42, 29, 37),
(7, 3, 21, 32, 50, 43, 30, 38),
(7, 3, 22, 33, 51, 44, 31, 39),
(7, 3, 23, 34, 53, 45, 31, 39),
(7, 3, 24, 34, 55, 46, 32, 40),
(7, 3, 25, 35, 57, 47, 33, 41),
(7, 3, 26, 35, 58, 48, 34, 42),
(7, 3, 27, 36, 60, 50, 34, 43),
(7, 3, 28, 36, 62, 51, 35, 43),
(7, 3, 29, 37, 63, 52, 36, 44),
(7, 3, 30, 38, 65, 53, 37, 45),
(7, 3, 31, 38, 67, 54, 37, 46),
(7, 3, 32, 39, 69, 56, 38, 47),
(7, 3, 33, 39, 71, 57, 39, 48),
(7, 3, 34, 40, 72, 58, 40, 49),
(7, 3, 35, 41, 74, 59, 41, 49),
(7, 3, 36, 41, 76, 61, 42, 50),
(7, 3, 37, 42, 78, 62, 42, 51),
(7, 3, 38, 43, 80, 63, 43, 52),
(7, 3, 39, 43, 82, 64, 44, 53),
(7, 3, 40, 44, 84, 66, 45, 54),
(7, 3, 41, 45, 86, 67, 46, 55),
(7, 3, 42, 45, 88, 68, 47, 56),
(7, 3, 43, 46, 90, 70, 47, 57),
(7, 3, 44, 47, 91, 71, 48, 58),
(7, 3, 45, 47, 93, 72, 49, 59),
(7, 3, 46, 48, 95, 74, 50, 60),
(7, 3, 47, 49, 98, 75, 51, 61),
(7, 3, 48, 50, 100, 77, 52, 62),
(7, 3, 49, 50, 102, 78, 53, 63),
(7, 3, 50, 51, 104, 79, 54, 64),
(7, 3, 51, 52, 106, 81, 55, 65),
(7, 3, 52, 52, 108, 82, 56, 66),
(7, 3, 53, 53, 110, 84, 57, 67),
(7, 3, 54, 54, 112, 85, 58, 68),
(7, 3, 55, 55, 114, 87, 59, 69),
(7, 3, 56, 55, 116, 88, 60, 70),
(7, 3, 57, 56, 118, 90, 61, 71),
(7, 3, 58, 57, 121, 91, 62, 72),
(7, 3, 59, 58, 123, 93, 63, 73),
(7, 3, 60, 59, 125, 94, 64, 74),
(7, 3, 61, 59, 127, 96, 65, 76),
(7, 3, 62, 60, 130, 97, 66, 77),
(7, 3, 63, 61, 132, 99, 67, 78),
(7, 3, 64, 62, 134, 100, 68, 79),
(7, 3, 65, 63, 136, 102, 69, 80),
(7, 3, 66, 64, 139, 104, 70, 81),
(7, 3, 67, 64, 141, 105, 71, 82),
(7, 3, 68, 65, 143, 107, 72, 84),
(7, 3, 69, 66, 146, 108, 73, 85),
(7, 3, 70, 67, 148, 110, 74, 86),
(7, 3, 71, 68, 151, 112, 75, 87),
(7, 3, 72, 69, 154, 114, 76, 88),
(7, 3, 73, 70, 157, 116, 77, 90),
(7, 3, 74, 71, 160, 118, 79, 91),
(7, 3, 75, 72, 163, 120, 80, 93),
(7, 3, 76, 73, 166, 122, 81, 94),
(7, 3, 77, 74, 169, 124, 83, 96),
(7, 3, 78, 75, 172, 126, 84, 97),
(7, 3, 79, 76, 175, 128, 85, 99),
(7, 3, 80, 77, 178, 130, 87, 100),
(7, 5, 1, 20, 20, 20, 22, 23),
(7, 5, 2, 20, 20, 20, 23, 24),
(7, 5, 3, 20, 20, 21, 25, 26),
(7, 5, 4, 20, 21, 21, 26, 27),
(7, 5, 5, 21, 21, 21, 27, 28),
(7, 5, 6, 21, 21, 22, 29, 30),
(7, 5, 7, 21, 21, 22, 30, 31),
(7, 5, 8, 21, 22, 23, 31, 33),
(7, 5, 9, 21, 22, 23, 33, 34),
(7, 5, 10, 21, 22, 23, 34, 36),
(7, 5, 11, 22, 22, 24, 36, 37),
(7, 5, 12, 22, 23, 24, 37, 39),
(7, 5, 13, 22, 23, 25, 38, 40),
(7, 5, 14, 22, 23, 25, 40, 42),
(7, 5, 15, 22, 23, 25, 41, 43),
(7, 5, 16, 23, 24, 26, 43, 45),
(7, 5, 17, 23, 24, 26, 44, 46),
(7, 5, 18, 23, 24, 27, 46, 48),
(7, 5, 19, 23, 24, 27, 47, 49),
(7, 5, 20, 23, 25, 28, 49, 51),
(7, 5, 21, 24, 25, 28, 51, 53),
(7, 5, 22, 24, 25, 29, 52, 54),
(7, 5, 23, 24, 26, 29, 54, 56),
(7, 5, 24, 24, 26, 30, 55, 58),
(7, 5, 25, 25, 26, 30, 57, 59),
(7, 5, 26, 25, 27, 31, 59, 61),
(7, 5, 27, 25, 27, 31, 60, 63),
(7, 5, 28, 25, 27, 32, 62, 65),
(7, 5, 29, 25, 28, 32, 64, 66),
(7, 5, 30, 26, 28, 33, 65, 68),
(7, 5, 31, 26, 28, 33, 67, 70),
(7, 5, 32, 26, 29, 34, 69, 72),
(7, 5, 33, 27, 29, 34, 70, 73),
(7, 5, 34, 27, 29, 35, 72, 75),
(7, 5, 35, 27, 30, 35, 74, 77),
(7, 5, 36, 27, 30, 36, 76, 79),
(7, 5, 37, 28, 30, 36, 78, 81),
(7, 5, 38, 28, 31, 37, 79, 83),
(7, 5, 39, 28, 31, 38, 81, 85),
(7, 5, 40, 28, 31, 38, 83, 87),
(7, 5, 41, 29, 32, 39, 85, 88),
(7, 5, 42, 29, 32, 39, 87, 90),
(7, 5, 43, 29, 33, 40, 89, 92),
(7, 5, 44, 30, 33, 40, 91, 94),
(7, 5, 45, 30, 33, 41, 92, 96),
(7, 5, 46, 30, 34, 42, 94, 98),
(7, 5, 47, 31, 34, 42, 96, 100),
(7, 5, 48, 31, 35, 43, 98, 102),
(7, 5, 49, 31, 35, 44, 100, 104),
(7, 5, 50, 32, 36, 44, 102, 106),
(7, 5, 51, 32, 36, 45, 104, 109),
(7, 5, 52, 32, 36, 45, 106, 111),
(7, 5, 53, 33, 37, 46, 108, 113),
(7, 5, 54, 33, 37, 47, 110, 115),
(7, 5, 55, 33, 38, 47, 112, 117),
(7, 5, 56, 34, 38, 48, 114, 119),
(7, 5, 57, 34, 39, 49, 117, 121),
(7, 5, 58, 34, 39, 49, 119, 124),
(7, 5, 59, 35, 40, 50, 121, 126),
(7, 5, 60, 35, 40, 51, 123, 128),
(7, 5, 61, 35, 41, 51, 125, 130),
(7, 5, 62, 36, 41, 52, 127, 132),
(7, 5, 63, 36, 41, 53, 129, 135),
(7, 5, 64, 37, 42, 54, 132, 137),
(7, 5, 65, 37, 42, 54, 134, 139),
(7, 5, 66, 37, 43, 55, 136, 142),
(7, 5, 67, 38, 43, 56, 138, 144),
(7, 5, 68, 38, 44, 57, 140, 146),
(7, 5, 69, 39, 44, 57, 143, 149),
(7, 5, 70, 39, 45, 58, 145, 151),
(7, 5, 71, 39, 46, 59, 148, 158),
(7, 5, 72, 40, 46, 59, 151, 161),
(7, 5, 73, 40, 47, 60, 154, 164),
(7, 5, 74, 41, 47, 61, 156, 167),
(7, 5, 75, 41, 48, 62, 159, 170),
(7, 5, 76, 41, 49, 63, 162, 174),
(7, 5, 77, 42, 49, 64, 165, 177),
(7, 5, 78, 42, 50, 65, 168, 180),
(7, 5, 79, 43, 50, 66, 171, 183),
(7, 5, 80, 43, 51, 67, 174, 186),
(7, 7, 1, 24, 17, 23, 18, 25),
(7, 7, 2, 25, 17, 24, 19, 26),
(7, 7, 3, 26, 18, 25, 20, 27),
(7, 7, 4, 26, 18, 26, 21, 28),
(7, 7, 5, 27, 19, 27, 22, 29),
(7, 7, 6, 28, 19, 28, 23, 30),
(7, 7, 7, 29, 20, 29, 24, 31),
(7, 7, 8, 30, 20, 30, 25, 32),
(7, 7, 9, 31, 21, 31, 26, 33),
(7, 7, 10, 32, 21, 32, 27, 34),
(7, 7, 11, 33, 22, 33, 28, 36),
(7, 7, 12, 34, 22, 34, 29, 37),
(7, 7, 13, 34, 23, 35, 30, 38),
(7, 7, 14, 35, 23, 36, 31, 39),
(7, 7, 15, 36, 24, 37, 32, 40),
(7, 7, 16, 37, 24, 39, 33, 41),
(7, 7, 17, 38, 25, 40, 34, 43),
(7, 7, 18, 39, 25, 41, 35, 44),
(7, 7, 19, 40, 26, 42, 36, 45),
(7, 7, 20, 41, 26, 43, 37, 46),
(7, 7, 21, 42, 27, 44, 38, 47),
(7, 7, 22, 43, 27, 45, 39, 49),
(7, 7, 23, 44, 28, 47, 40, 50),
(7, 7, 24, 45, 28, 48, 41, 51),
(7, 7, 25, 47, 29, 49, 43, 52),
(7, 7, 26, 48, 30, 50, 44, 54),
(7, 7, 27, 49, 30, 52, 45, 55),
(7, 7, 28, 50, 31, 53, 46, 56),
(7, 7, 29, 51, 31, 54, 47, 58),
(7, 7, 30, 52, 32, 55, 48, 59),
(7, 7, 31, 53, 33, 57, 50, 60),
(7, 7, 32, 54, 33, 58, 51, 62),
(7, 7, 33, 55, 34, 59, 52, 63),
(7, 7, 34, 57, 34, 61, 53, 65),
(7, 7, 35, 58, 35, 62, 55, 66),
(7, 7, 36, 59, 36, 63, 56, 67),
(7, 7, 37, 60, 36, 65, 57, 69),
(7, 7, 38, 61, 37, 66, 58, 70),
(7, 7, 39, 62, 38, 67, 60, 72),
(7, 7, 40, 64, 38, 69, 61, 73),
(7, 7, 41, 65, 39, 70, 62, 75),
(7, 7, 42, 66, 40, 72, 64, 76),
(7, 7, 43, 67, 40, 73, 65, 78),
(7, 7, 44, 69, 41, 74, 66, 79),
(7, 7, 45, 70, 42, 76, 68, 81),
(7, 7, 46, 71, 42, 77, 69, 82),
(7, 7, 47, 72, 43, 79, 70, 84),
(7, 7, 48, 74, 44, 80, 72, 85),
(7, 7, 49, 75, 45, 82, 73, 87),
(7, 7, 50, 76, 45, 83, 75, 89),
(7, 7, 51, 78, 46, 85, 76, 90),
(7, 7, 52, 79, 47, 86, 77, 92),
(7, 7, 53, 80, 47, 88, 79, 93),
(7, 7, 54, 82, 48, 90, 80, 95),
(7, 7, 55, 83, 49, 91, 82, 97),
(7, 7, 56, 85, 50, 93, 83, 98),
(7, 7, 57, 86, 50, 94, 85, 100),
(7, 7, 58, 87, 51, 96, 86, 102),
(7, 7, 59, 89, 52, 97, 88, 103),
(7, 7, 60, 90, 53, 99, 89, 105),
(7, 7, 61, 92, 54, 101, 91, 107),
(7, 7, 62, 93, 54, 102, 92, 109),
(7, 7, 63, 95, 55, 104, 94, 110),
(7, 7, 64, 96, 56, 106, 95, 112),
(7, 7, 65, 97, 57, 107, 97, 114),
(7, 7, 66, 99, 58, 109, 99, 116),
(7, 7, 67, 100, 58, 111, 100, 118),
(7, 7, 68, 102, 59, 113, 102, 119),
(7, 7, 69, 103, 60, 114, 103, 121),
(7, 7, 70, 105, 61, 116, 105, 123),
(7, 7, 71, 106, 62, 118, 117, 125),
(7, 7, 72, 108, 63, 120, 119, 128),
(7, 7, 73, 110, 64, 122, 122, 130),
(7, 7, 74, 112, 65, 125, 124, 132),
(7, 7, 75, 114, 66, 127, 126, 134),
(7, 7, 76, 116, 67, 129, 128, 137),
(7, 7, 77, 117, 68, 131, 128, 139),
(7, 7, 78, 119, 69, 133, 133, 141),
(7, 7, 79, 121, 70, 136, 135, 144),
(7, 7, 80, 123, 71, 138, 137, 146),
(7, 11, 1, 18, 25, 19, 22, 22),
(7, 11, 2, 19, 25, 20, 23, 23),
(7, 11, 3, 19, 26, 20, 24, 24),
(7, 11, 4, 20, 26, 21, 25, 26),
(7, 11, 5, 20, 27, 22, 26, 27),
(7, 11, 6, 21, 27, 22, 27, 28),
(7, 11, 7, 21, 28, 23, 28, 29),
(7, 11, 8, 22, 28, 24, 29, 30),
(7, 11, 9, 23, 29, 24, 30, 32),
(7, 11, 10, 23, 29, 25, 32, 33),
(7, 11, 11, 24, 30, 26, 33, 34),
(7, 11, 12, 24, 31, 26, 34, 35),
(7, 11, 13, 25, 31, 27, 35, 37),
(7, 11, 14, 26, 32, 28, 36, 38),
(7, 11, 15, 26, 32, 29, 37, 39),
(7, 11, 16, 27, 33, 29, 38, 41),
(7, 11, 17, 28, 33, 30, 40, 42),
(7, 11, 18, 28, 34, 31, 41, 43),
(7, 11, 19, 29, 35, 32, 42, 45),
(7, 11, 20, 30, 35, 32, 43, 46),
(7, 11, 21, 30, 36, 33, 45, 48),
(7, 11, 22, 31, 36, 34, 46, 49),
(7, 11, 23, 32, 37, 35, 47, 51),
(7, 11, 24, 32, 38, 36, 48, 52),
(7, 11, 25, 33, 38, 36, 50, 53),
(7, 11, 26, 34, 39, 37, 51, 55),
(7, 11, 27, 35, 40, 38, 52, 56),
(7, 11, 28, 35, 40, 39, 54, 58),
(7, 11, 29, 36, 41, 40, 55, 59),
(7, 11, 30, 37, 42, 41, 56, 61),
(7, 11, 31, 38, 42, 42, 58, 62),
(7, 11, 32, 38, 43, 42, 59, 64),
(7, 11, 33, 39, 44, 43, 60, 66),
(7, 11, 34, 40, 44, 44, 62, 67),
(7, 11, 35, 41, 45, 45, 63, 69),
(7, 11, 36, 42, 46, 46, 65, 70),
(7, 11, 37, 42, 47, 47, 66, 72),
(7, 11, 38, 43, 47, 48, 67, 74),
(7, 11, 39, 44, 48, 49, 69, 75),
(7, 11, 40, 45, 49, 50, 70, 77),
(7, 11, 41, 46, 50, 51, 72, 79),
(7, 11, 42, 46, 50, 52, 73, 80),
(7, 11, 43, 47, 51, 53, 75, 82),
(7, 11, 44, 48, 52, 54, 76, 84),
(7, 11, 45, 49, 53, 55, 78, 85),
(7, 11, 46, 50, 54, 56, 79, 87),
(7, 11, 47, 51, 54, 57, 81, 89),
(7, 11, 48, 52, 55, 58, 83, 91),
(7, 11, 49, 53, 56, 59, 84, 93),
(7, 11, 50, 53, 57, 60, 86, 94),
(7, 11, 51, 54, 58, 61, 87, 96),
(7, 11, 52, 55, 59, 62, 89, 98),
(7, 11, 53, 56, 59, 63, 91, 100),
(7, 11, 54, 57, 60, 64, 92, 102),
(7, 11, 55, 58, 61, 65, 94, 103),
(7, 11, 56, 59, 62, 66, 95, 105),
(7, 11, 57, 60, 63, 67, 97, 107),
(7, 11, 58, 61, 64, 68, 99, 109),
(7, 11, 59, 62, 65, 69, 101, 111),
(7, 11, 60, 63, 66, 70, 102, 113),
(7, 11, 61, 64, 66, 72, 104, 115),
(7, 11, 62, 65, 67, 73, 106, 117),
(7, 11, 63, 66, 68, 74, 107, 119),
(7, 11, 64, 67, 69, 75, 109, 121),
(7, 11, 65, 68, 70, 76, 111, 123),
(7, 11, 66, 69, 71, 77, 113, 125),
(7, 11, 67, 70, 72, 78, 115, 127),
(7, 11, 68, 71, 73, 80, 116, 129),
(7, 11, 69, 72, 74, 81, 118, 131),
(7, 11, 70, 73, 75, 82, 120, 133),
(7, 11, 71, 75, 76, 83, 122, 135),
(7, 11, 72, 76, 78, 85, 125, 138),
(7, 11, 73, 77, 79, 86, 127, 140),
(7, 11, 74, 78, 80, 88, 131, 143),
(7, 11, 75, 80, 81, 89, 133, 145),
(7, 11, 76, 81, 82, 91, 134, 148),
(7, 11, 77, 82, 83, 92, 136, 151),
(7, 11, 78, 84, 85, 94, 138, 153),
(7, 11, 79, 85, 86, 95, 141, 156),
(7, 11, 80, 86, 87, 97, 143, 159),
(1, 3, 1, 23, 20, 23, 17, 24),
(1, 3, 2, 23, 21, 24, 18, 25),
(1, 3, 3, 24, 23, 25, 18, 25),
(1, 3, 4, 24, 24, 26, 19, 26),
(1, 3, 5, 25, 25, 27, 19, 26),
(1, 3, 6, 25, 27, 28, 20, 27),
(1, 3, 7, 26, 28, 28, 21, 28),
(1, 3, 8, 26, 30, 29, 21, 28),
(1, 3, 9, 26, 31, 30, 22, 29),
(1, 3, 10, 27, 33, 31, 22, 30),
(1, 3, 11, 27, 34, 32, 23, 30),
(1, 3, 12, 28, 36, 33, 24, 31),
(1, 3, 13, 28, 37, 34, 24, 32),
(1, 3, 14, 29, 39, 35, 25, 33),
(1, 3, 15, 29, 40, 36, 26, 33),
(1, 3, 16, 30, 42, 37, 26, 34),
(1, 3, 17, 30, 43, 39, 27, 35),
(1, 3, 18, 31, 45, 40, 28, 35),
(1, 3, 19, 31, 47, 41, 28, 36),
(1, 3, 20, 32, 48, 42, 29, 37),
(1, 3, 21, 32, 50, 43, 30, 38),
(1, 3, 22, 33, 51, 44, 31, 39),
(1, 3, 23, 34, 53, 45, 31, 39),
(1, 3, 24, 34, 55, 46, 32, 40),
(1, 3, 25, 35, 57, 47, 33, 41),
(1, 3, 26, 35, 58, 48, 34, 42),
(1, 3, 27, 36, 60, 50, 34, 43),
(1, 3, 28, 36, 62, 51, 35, 43),
(1, 3, 29, 37, 63, 52, 36, 44),
(1, 3, 30, 38, 65, 53, 37, 45),
(1, 3, 31, 38, 67, 54, 37, 46),
(1, 3, 32, 39, 69, 56, 38, 47),
(1, 3, 33, 39, 71, 57, 39, 48),
(1, 3, 34, 40, 72, 58, 40, 49),
(1, 3, 35, 41, 74, 59, 41, 49),
(1, 3, 36, 41, 76, 61, 42, 50),
(1, 3, 37, 42, 78, 62, 42, 51),
(1, 3, 38, 43, 80, 63, 43, 52),
(1, 3, 39, 43, 82, 64, 44, 53),
(1, 3, 40, 44, 84, 66, 45, 54),
(1, 3, 41, 45, 86, 67, 46, 55),
(1, 3, 42, 45, 88, 68, 47, 56),
(1, 3, 43, 46, 90, 70, 47, 57),
(1, 3, 44, 47, 91, 71, 48, 58),
(1, 3, 45, 47, 93, 72, 49, 59),
(1, 3, 46, 48, 95, 74, 50, 60),
(1, 3, 47, 49, 98, 75, 51, 61),
(1, 3, 48, 50, 100, 77, 52, 62),
(1, 3, 49, 50, 102, 78, 53, 63),
(1, 3, 50, 51, 104, 79, 54, 64),
(1, 3, 51, 52, 106, 81, 55, 65),
(1, 3, 52, 52, 108, 82, 56, 66),
(1, 3, 53, 53, 110, 84, 57, 67),
(1, 3, 54, 54, 112, 85, 58, 68),
(1, 3, 55, 55, 114, 87, 59, 69),
(1, 3, 56, 55, 116, 88, 60, 70),
(1, 3, 57, 56, 118, 90, 61, 71),
(1, 3, 58, 57, 121, 91, 62, 72),
(1, 3, 59, 58, 123, 93, 63, 73),
(1, 3, 60, 59, 125, 94, 64, 74),
(1, 3, 61, 59, 127, 96, 65, 76),
(1, 3, 62, 60, 130, 97, 66, 77),
(1, 3, 63, 61, 132, 99, 67, 78),
(1, 3, 64, 62, 134, 100, 68, 79),
(1, 3, 65, 63, 136, 102, 69, 80),
(1, 3, 66, 64, 139, 104, 70, 81),
(1, 3, 67, 64, 141, 105, 71, 82),
(1, 3, 68, 65, 143, 107, 72, 84),
(1, 3, 69, 66, 146, 108, 73, 85),
(1, 3, 70, 67, 148, 110, 74, 86),
(1, 3, 71, 68, 151, 112, 75, 87),
(1, 3, 72, 69, 154, 114, 76, 88),
(1, 3, 73, 70, 157, 116, 77, 90),
(1, 3, 74, 71, 160, 118, 79, 91),
(1, 3, 75, 72, 163, 120, 80, 93),
(1, 3, 76, 73, 166, 122, 81, 94),
(1, 3, 77, 74, 169, 124, 83, 96),
(1, 3, 78, 75, 172, 126, 84, 97),
(1, 3, 79, 76, 175, 128, 85, 99),
(1, 3, 80, 77, 178, 130, 87, 100),
(1, 7, 1, 24, 17, 23, 18, 25),
(1, 7, 2, 25, 17, 24, 19, 26),
(1, 7, 3, 26, 18, 25, 20, 27),
(1, 7, 4, 26, 18, 26, 21, 28),
(1, 7, 5, 27, 19, 27, 22, 29),
(1, 7, 6, 28, 19, 28, 23, 30),
(1, 7, 7, 29, 20, 29, 24, 31),
(1, 7, 8, 30, 20, 30, 25, 32),
(1, 7, 9, 31, 21, 31, 26, 33),
(1, 7, 10, 32, 21, 32, 27, 34),
(1, 7, 11, 33, 22, 33, 28, 36),
(1, 7, 12, 34, 22, 34, 29, 37),
(1, 7, 13, 34, 23, 35, 30, 38),
(1, 7, 14, 35, 23, 36, 31, 39),
(1, 7, 15, 36, 24, 37, 32, 40),
(1, 7, 16, 37, 24, 39, 33, 41),
(1, 7, 17, 38, 25, 40, 34, 43),
(1, 7, 18, 39, 25, 41, 35, 44),
(1, 7, 19, 40, 26, 42, 36, 45),
(1, 7, 20, 41, 26, 43, 37, 46),
(1, 7, 21, 42, 27, 44, 38, 47),
(1, 7, 22, 43, 27, 45, 39, 49),
(1, 7, 23, 44, 28, 47, 40, 50),
(1, 7, 24, 45, 28, 48, 41, 51),
(1, 7, 25, 47, 29, 49, 43, 52),
(1, 7, 26, 48, 30, 50, 44, 54),
(1, 7, 27, 49, 30, 52, 45, 55),
(1, 7, 28, 50, 31, 53, 46, 56),
(1, 7, 29, 51, 31, 54, 47, 58),
(1, 7, 30, 52, 32, 55, 48, 59),
(1, 7, 31, 53, 33, 57, 50, 60),
(1, 7, 32, 54, 33, 58, 51, 62),
(1, 7, 33, 55, 34, 59, 52, 63),
(1, 7, 34, 57, 34, 61, 53, 65),
(1, 7, 35, 58, 35, 62, 55, 66),
(1, 7, 36, 59, 36, 63, 56, 67),
(1, 7, 37, 60, 36, 65, 57, 69),
(1, 7, 38, 61, 37, 66, 58, 70),
(1, 7, 39, 62, 38, 67, 60, 72),
(1, 7, 40, 64, 38, 69, 61, 73),
(1, 7, 41, 65, 39, 70, 62, 75),
(1, 7, 42, 66, 40, 72, 64, 76),
(1, 7, 43, 67, 40, 73, 65, 78),
(1, 7, 44, 69, 41, 74, 66, 79),
(1, 7, 45, 70, 42, 76, 68, 81),
(1, 7, 46, 71, 42, 77, 69, 82),
(1, 7, 47, 72, 43, 79, 70, 84),
(1, 7, 48, 74, 44, 80, 72, 85),
(1, 7, 49, 75, 45, 82, 73, 87),
(1, 7, 50, 76, 45, 83, 75, 89),
(1, 7, 51, 78, 46, 85, 76, 90),
(1, 7, 52, 79, 47, 86, 77, 92),
(1, 7, 53, 80, 47, 88, 79, 93),
(1, 7, 54, 82, 48, 90, 80, 95),
(1, 7, 55, 83, 49, 91, 82, 97),
(1, 7, 56, 85, 50, 93, 83, 98),
(1, 7, 57, 86, 50, 94, 85, 100),
(1, 7, 58, 87, 51, 96, 86, 102),
(1, 7, 59, 89, 52, 97, 88, 103),
(1, 7, 60, 90, 53, 99, 89, 105),
(1, 7, 61, 92, 54, 101, 91, 107),
(1, 7, 62, 93, 54, 102, 92, 109),
(1, 7, 63, 95, 55, 104, 94, 110),
(1, 7, 64, 96, 56, 106, 95, 112),
(1, 7, 65, 97, 57, 107, 97, 114),
(1, 7, 66, 99, 58, 109, 99, 116),
(1, 7, 67, 100, 58, 111, 100, 118),
(1, 7, 68, 102, 59, 113, 102, 119),
(1, 7, 69, 103, 60, 114, 103, 121),
(1, 7, 70, 105, 61, 116, 105, 123),
(1, 7, 71, 106, 62, 118, 117, 125),
(1, 7, 72, 108, 63, 120, 119, 128),
(1, 7, 73, 110, 64, 122, 122, 130),
(1, 7, 74, 112, 65, 125, 124, 132),
(1, 7, 75, 114, 66, 127, 126, 134),
(1, 7, 76, 116, 67, 129, 128, 137),
(1, 7, 77, 117, 68, 131, 128, 139),
(1, 7, 78, 119, 69, 133, 133, 141),
(1, 7, 79, 121, 70, 136, 135, 144),
(1, 7, 80, 123, 71, 138, 137, 146),
(1, 11, 1, 18, 25, 19, 22, 22),
(1, 11, 2, 19, 25, 20, 23, 23),
(1, 11, 3, 19, 26, 20, 24, 24),
(1, 11, 4, 20, 26, 21, 25, 26),
(1, 11, 5, 20, 27, 22, 26, 27),
(1, 11, 6, 21, 27, 22, 27, 28),
(1, 11, 7, 21, 28, 23, 28, 29),
(1, 11, 8, 22, 28, 24, 29, 30),
(1, 11, 9, 23, 29, 24, 30, 32),
(1, 11, 10, 23, 29, 25, 32, 33),
(1, 11, 11, 24, 30, 26, 33, 34),
(1, 11, 12, 24, 31, 26, 34, 35),
(1, 11, 13, 25, 31, 27, 35, 37),
(1, 11, 14, 26, 32, 28, 36, 38),
(1, 11, 15, 26, 32, 29, 37, 39),
(1, 11, 16, 27, 33, 29, 38, 41),
(1, 11, 17, 28, 33, 30, 40, 42),
(1, 11, 18, 28, 34, 31, 41, 43),
(1, 11, 19, 29, 35, 32, 42, 45),
(1, 11, 20, 30, 35, 32, 43, 46),
(1, 11, 21, 30, 36, 33, 45, 48),
(1, 11, 22, 31, 36, 34, 46, 49),
(1, 11, 23, 32, 37, 35, 47, 51),
(1, 11, 24, 32, 38, 36, 48, 52),
(1, 11, 25, 33, 38, 36, 50, 53),
(1, 11, 26, 34, 39, 37, 51, 55),
(1, 11, 27, 35, 40, 38, 52, 56),
(1, 11, 28, 35, 40, 39, 54, 58),
(1, 11, 29, 36, 41, 40, 55, 59),
(1, 11, 30, 37, 42, 41, 56, 61),
(1, 11, 31, 38, 42, 42, 58, 62),
(1, 11, 32, 38, 43, 42, 59, 64),
(1, 11, 33, 39, 44, 43, 60, 66),
(1, 11, 34, 40, 44, 44, 62, 67),
(1, 11, 35, 41, 45, 45, 63, 69),
(1, 11, 36, 42, 46, 46, 65, 70),
(1, 11, 37, 42, 47, 47, 66, 72),
(1, 11, 38, 43, 47, 48, 67, 74),
(1, 11, 39, 44, 48, 49, 69, 75),
(1, 11, 40, 45, 49, 50, 70, 77),
(1, 11, 41, 46, 50, 51, 72, 79),
(1, 11, 42, 46, 50, 52, 73, 80),
(1, 11, 43, 47, 51, 53, 75, 82),
(1, 11, 44, 48, 52, 54, 76, 84),
(1, 11, 45, 49, 53, 55, 78, 85),
(1, 11, 46, 50, 54, 56, 79, 87),
(1, 11, 47, 51, 54, 57, 81, 89),
(1, 11, 48, 52, 55, 58, 83, 91),
(1, 11, 49, 53, 56, 59, 84, 93),
(1, 11, 50, 53, 57, 60, 86, 94),
(1, 11, 51, 54, 58, 61, 87, 96),
(1, 11, 52, 55, 59, 62, 89, 98),
(1, 11, 53, 56, 59, 63, 91, 100),
(1, 11, 54, 57, 60, 64, 92, 102),
(1, 11, 55, 58, 61, 65, 94, 103),
(1, 11, 56, 59, 62, 66, 95, 105),
(1, 11, 57, 60, 63, 67, 97, 107),
(1, 11, 58, 61, 64, 68, 99, 109),
(1, 11, 59, 62, 65, 69, 101, 111),
(1, 11, 60, 63, 66, 70, 102, 113),
(1, 11, 61, 64, 66, 72, 104, 115),
(1, 11, 62, 65, 67, 73, 106, 117),
(1, 11, 63, 66, 68, 74, 107, 119),
(1, 11, 64, 67, 69, 75, 109, 121),
(1, 11, 65, 68, 70, 76, 111, 123),
(1, 11, 66, 69, 71, 77, 113, 125),
(1, 11, 67, 70, 72, 78, 115, 127),
(1, 11, 68, 71, 73, 80, 116, 129),
(1, 11, 69, 72, 74, 81, 118, 131),
(1, 11, 70, 73, 75, 82, 120, 133),
(1, 11, 71, 75, 76, 83, 122, 135),
(1, 11, 72, 76, 78, 85, 125, 138),
(1, 11, 73, 77, 79, 86, 127, 140),
(1, 11, 74, 78, 80, 88, 131, 143),
(1, 11, 75, 80, 81, 89, 133, 145),
(1, 11, 76, 81, 82, 91, 134, 148),
(1, 11, 77, 82, 83, 92, 136, 151),
(1, 11, 78, 84, 85, 94, 138, 153),
(1, 11, 79, 85, 86, 95, 141, 156),
(1, 11, 80, 86, 87, 97, 143, 159),
(4, 2, 1, 22, 20, 22, 20, 21),
(4, 2, 2, 23, 21, 23, 21, 22),
(4, 2, 3, 24, 21, 24, 21, 22),
(4, 2, 4, 25, 22, 25, 22, 23),
(4, 2, 5, 26, 22, 26, 23, 24),
(4, 2, 6, 28, 23, 27, 23, 25),
(4, 2, 7, 29, 24, 28, 24, 25),
(4, 2, 8, 30, 24, 29, 25, 26),
(4, 2, 9, 31, 25, 30, 25, 27),
(4, 2, 10, 32, 25, 32, 26, 27),
(4, 2, 11, 33, 26, 33, 27, 28),
(4, 2, 12, 35, 27, 34, 27, 29),
(4, 2, 13, 36, 27, 35, 28, 30),
(4, 2, 14, 37, 28, 36, 29, 31),
(4, 2, 15, 38, 29, 37, 30, 31),
(4, 2, 16, 40, 29, 38, 30, 32),
(4, 2, 17, 41, 30, 40, 31, 33),
(4, 2, 18, 42, 31, 41, 32, 34),
(4, 2, 19, 43, 31, 42, 33, 35),
(4, 2, 20, 45, 32, 43, 33, 35),
(4, 2, 21, 46, 33, 45, 34, 36),
(4, 2, 22, 47, 33, 46, 35, 37),
(4, 2, 23, 49, 34, 47, 36, 38),
(4, 2, 24, 50, 35, 48, 37, 39),
(4, 2, 25, 51, 36, 50, 37, 40),
(4, 2, 26, 53, 36, 51, 38, 41),
(4, 2, 27, 54, 37, 52, 39, 42),
(4, 2, 28, 56, 38, 54, 40, 43),
(4, 2, 29, 57, 39, 55, 41, 43),
(4, 2, 30, 58, 39, 56, 42, 44),
(4, 2, 31, 60, 40, 58, 43, 45),
(4, 2, 32, 61, 41, 59, 43, 46),
(4, 2, 33, 63, 42, 60, 44, 47),
(4, 2, 34, 64, 43, 62, 45, 48),
(4, 2, 35, 66, 44, 63, 46, 49),
(4, 2, 36, 67, 44, 65, 47, 50),
(4, 2, 37, 69, 45, 66, 48, 51),
(4, 2, 38, 70, 46, 67, 49, 52),
(4, 2, 39, 72, 47, 69, 50, 53),
(4, 2, 40, 73, 48, 70, 51, 54),
(4, 2, 41, 75, 49, 72, 52, 55),
(4, 2, 42, 77, 49, 73, 53, 56),
(4, 2, 43, 78, 50, 75, 54, 57),
(4, 2, 44, 80, 51, 76, 55, 58),
(4, 2, 45, 81, 52, 78, 56, 59),
(4, 2, 46, 83, 53, 79, 57, 61),
(4, 2, 47, 85, 54, 81, 58, 62),
(4, 2, 48, 86, 55, 83, 59, 63),
(4, 2, 49, 88, 56, 84, 60, 64),
(4, 2, 50, 90, 57, 86, 61, 65),
(4, 2, 51, 91, 58, 87, 62, 66),
(4, 2, 52, 93, 59, 89, 63, 67),
(4, 2, 53, 95, 60, 91, 64, 68),
(4, 2, 54, 97, 61, 92, 65, 69),
(4, 2, 55, 98, 61, 94, 66, 71),
(4, 2, 56, 100, 62, 95, 67, 72),
(4, 2, 57, 102, 63, 97, 68, 73),
(4, 2, 58, 104, 64, 99, 69, 74),
(4, 2, 59, 105, 65, 101, 70, 75),
(4, 2, 60, 107, 66, 102, 71, 77),
(4, 2, 61, 109, 67, 104, 73, 78),
(4, 2, 62, 111, 69, 106, 74, 79),
(4, 2, 63, 113, 70, 107, 75, 80),
(4, 2, 64, 115, 71, 109, 76, 81),
(4, 2, 65, 116, 72, 111, 77, 83),
(4, 2, 66, 118, 73, 113, 78, 84),
(4, 2, 67, 120, 74, 115, 79, 85),
(4, 2, 68, 122, 75, 116, 81, 86),
(4, 2, 69, 124, 76, 118, 82, 88),
(4, 2, 70, 126, 77, 120, 83, 89),
(4, 2, 71, 148, 78, 122, 84, 92),
(4, 2, 72, 150, 79, 125, 86, 94),
(4, 2, 73, 152, 80, 127, 87, 96),
(4, 2, 74, 156, 82, 129, 89, 97),
(4, 2, 75, 158, 83, 131, 90, 99),
(4, 2, 76, 162, 84, 134, 92, 100),
(4, 2, 77, 164, 86, 136, 93, 103),
(4, 2, 78, 167, 87, 138, 95, 105),
(4, 2, 79, 170, 88, 153, 96, 106),
(4, 2, 80, 173, 90, 160, 98, 108),
(4, 7, 1, 24, 17, 23, 18, 25),
(4, 7, 2, 25, 17, 24, 19, 26),
(4, 7, 3, 26, 18, 25, 20, 27),
(4, 7, 4, 26, 18, 26, 21, 28),
(4, 7, 5, 27, 19, 27, 22, 29),
(4, 7, 6, 28, 19, 28, 23, 30),
(4, 7, 7, 29, 20, 29, 24, 31),
(4, 7, 8, 30, 20, 30, 25, 32),
(4, 7, 9, 31, 21, 31, 26, 33),
(4, 7, 10, 32, 21, 32, 27, 34),
(4, 7, 11, 33, 22, 33, 28, 36),
(4, 7, 12, 34, 22, 34, 29, 37),
(4, 7, 13, 34, 23, 35, 30, 38),
(4, 7, 14, 35, 23, 36, 31, 39),
(4, 7, 15, 36, 24, 37, 32, 40),
(4, 7, 16, 37, 24, 39, 33, 41),
(4, 7, 17, 38, 25, 40, 34, 43),
(4, 7, 18, 39, 25, 41, 35, 44),
(4, 7, 19, 40, 26, 42, 36, 45),
(4, 7, 20, 41, 26, 43, 37, 46),
(4, 7, 21, 42, 27, 44, 38, 47),
(4, 7, 22, 43, 27, 45, 39, 49),
(4, 7, 23, 44, 28, 47, 40, 50),
(4, 7, 24, 45, 28, 48, 41, 51),
(4, 7, 25, 47, 29, 49, 43, 52),
(4, 7, 26, 48, 30, 50, 44, 54),
(4, 7, 27, 49, 30, 52, 45, 55),
(4, 7, 28, 50, 31, 53, 46, 56),
(4, 7, 29, 51, 31, 54, 47, 58),
(4, 7, 30, 52, 32, 55, 48, 59),
(4, 7, 31, 53, 33, 57, 50, 60),
(4, 7, 32, 54, 33, 58, 51, 62),
(4, 7, 33, 55, 34, 59, 52, 63),
(4, 7, 34, 57, 34, 61, 53, 65),
(4, 7, 35, 58, 35, 62, 55, 66),
(4, 7, 36, 59, 36, 63, 56, 67),
(4, 7, 37, 60, 36, 65, 57, 69),
(4, 7, 38, 61, 37, 66, 58, 70),
(4, 7, 39, 62, 38, 67, 60, 72),
(4, 7, 40, 64, 38, 69, 61, 73),
(4, 7, 41, 65, 39, 70, 62, 75),
(4, 7, 42, 66, 40, 72, 64, 76),
(4, 7, 43, 67, 40, 73, 65, 78),
(4, 7, 44, 69, 41, 74, 66, 79),
(4, 7, 45, 70, 42, 76, 68, 81),
(4, 7, 46, 71, 42, 77, 69, 82),
(4, 7, 47, 72, 43, 79, 70, 84),
(4, 7, 48, 74, 44, 80, 72, 85),
(4, 7, 49, 75, 45, 82, 73, 87),
(4, 7, 50, 76, 45, 83, 75, 89),
(4, 7, 51, 78, 46, 85, 76, 90),
(4, 7, 52, 79, 47, 86, 77, 92),
(4, 7, 53, 80, 47, 88, 79, 93),
(4, 7, 54, 82, 48, 90, 80, 95),
(4, 7, 55, 83, 49, 91, 82, 97),
(4, 7, 56, 85, 50, 93, 83, 98),
(4, 7, 57, 86, 50, 94, 85, 100),
(4, 7, 58, 87, 51, 96, 86, 102),
(4, 7, 59, 89, 52, 97, 88, 103),
(4, 7, 60, 90, 53, 99, 89, 105),
(4, 7, 61, 92, 54, 101, 91, 107),
(4, 7, 62, 93, 54, 102, 92, 109),
(4, 7, 63, 95, 55, 104, 94, 110),
(4, 7, 64, 96, 56, 106, 95, 112),
(4, 7, 65, 97, 57, 107, 97, 114),
(4, 7, 66, 99, 58, 109, 99, 116),
(4, 7, 67, 100, 58, 111, 100, 118),
(4, 7, 68, 102, 59, 113, 102, 119),
(4, 7, 69, 103, 60, 114, 103, 121),
(4, 7, 70, 105, 61, 116, 105, 123),
(4, 7, 71, 106, 62, 118, 117, 125),
(4, 7, 72, 108, 63, 120, 119, 128),
(4, 7, 73, 110, 64, 122, 122, 130),
(4, 7, 74, 112, 65, 125, 124, 132),
(4, 7, 75, 114, 66, 127, 126, 134),
(4, 7, 76, 116, 67, 129, 128, 137),
(4, 7, 77, 117, 68, 131, 128, 139),
(4, 7, 78, 119, 69, 133, 133, 141),
(4, 7, 79, 121, 70, 136, 135, 144),
(4, 7, 80, 123, 71, 138, 137, 146),
(4, 8, 1, 20, 20, 20, 23, 22),
(4, 8, 2, 20, 20, 20, 24, 23),
(4, 8, 3, 20, 20, 21, 26, 25),
(4, 8, 4, 20, 20, 21, 27, 26),
(4, 8, 5, 20, 21, 21, 28, 27),
(4, 8, 6, 20, 21, 21, 30, 29),
(4, 8, 7, 21, 21, 22, 31, 30),
(4, 8, 8, 21, 21, 22, 33, 31),
(4, 8, 9, 21, 21, 22, 34, 33),
(4, 8, 10, 21, 21, 23, 36, 34),
(4, 8, 11, 21, 22, 23, 37, 36),
(4, 8, 12, 21, 22, 23, 39, 37),
(4, 8, 13, 21, 22, 24, 40, 38),
(4, 8, 14, 21, 22, 24, 42, 40),
(4, 8, 15, 21, 22, 24, 43, 41),
(4, 8, 16, 21, 23, 25, 45, 43),
(4, 8, 17, 22, 23, 25, 46, 44),
(4, 8, 18, 22, 23, 25, 48, 46),
(4, 8, 19, 22, 23, 26, 49, 47),
(4, 8, 20, 22, 23, 26, 51, 49),
(4, 8, 21, 22, 24, 26, 53, 51),
(4, 8, 22, 22, 24, 27, 54, 52),
(4, 8, 23, 22, 24, 27, 56, 54),
(4, 8, 24, 23, 24, 28, 58, 55),
(4, 8, 25, 23, 25, 28, 59, 57),
(4, 8, 26, 23, 25, 28, 61, 59),
(4, 8, 27, 23, 25, 29, 63, 60),
(4, 8, 28, 23, 25, 29, 65, 62),
(4, 8, 29, 23, 25, 30, 66, 64),
(4, 8, 30, 24, 26, 30, 68, 65),
(4, 8, 31, 24, 26, 30, 70, 67),
(4, 8, 32, 24, 26, 31, 72, 69),
(4, 8, 33, 24, 27, 31, 73, 70),
(4, 8, 34, 24, 27, 32, 75, 72),
(4, 8, 35, 24, 27, 32, 77, 74),
(4, 8, 36, 25, 27, 33, 79, 76),
(4, 8, 37, 25, 28, 33, 81, 78),
(4, 8, 38, 25, 28, 34, 83, 79),
(4, 8, 39, 25, 28, 34, 85, 81),
(4, 8, 40, 25, 28, 35, 87, 83),
(4, 8, 41, 26, 29, 35, 88, 85),
(4, 8, 42, 26, 29, 35, 90, 87),
(4, 8, 43, 26, 29, 36, 92, 89),
(4, 8, 44, 26, 30, 36, 94, 91),
(4, 8, 45, 26, 30, 37, 96, 92),
(4, 8, 46, 27, 30, 37, 98, 94),
(4, 8, 47, 27, 31, 38, 100, 96),
(4, 8, 48, 27, 31, 38, 102, 98),
(4, 8, 49, 27, 31, 39, 104, 100),
(4, 8, 50, 28, 32, 40, 106, 102),
(4, 8, 51, 28, 32, 40, 109, 104),
(4, 8, 52, 28, 32, 41, 111, 106),
(4, 8, 53, 28, 33, 41, 113, 108),
(4, 8, 54, 29, 33, 42, 115, 110),
(4, 8, 55, 29, 33, 42, 117, 112),
(4, 8, 56, 29, 34, 43, 119, 114),
(4, 8, 57, 29, 34, 43, 121, 117),
(4, 8, 58, 30, 34, 44, 124, 119),
(4, 8, 59, 30, 35, 44, 126, 121),
(4, 8, 60, 30, 35, 45, 128, 123),
(4, 8, 61, 30, 35, 46, 130, 125),
(4, 8, 62, 31, 36, 46, 132, 127),
(4, 8, 63, 31, 36, 47, 135, 129),
(4, 8, 64, 31, 37, 47, 137, 132),
(4, 8, 65, 32, 37, 48, 139, 134),
(4, 8, 66, 32, 37, 49, 142, 136),
(4, 8, 67, 32, 38, 49, 144, 138),
(4, 8, 68, 32, 38, 50, 146, 140),
(4, 8, 69, 33, 39, 50, 149, 143),
(4, 8, 70, 33, 39, 51, 151, 145),
(4, 8, 71, 33, 39, 52, 154, 152),
(4, 8, 72, 33, 40, 53, 160, 155),
(4, 8, 73, 33, 40, 54, 160, 158),
(4, 8, 74, 34, 41, 54, 163, 160),
(4, 8, 75, 34, 41, 55, 166, 163),
(4, 8, 76, 34, 41, 56, 169, 166),
(4, 8, 77, 35, 42, 57, 172, 169),
(4, 8, 78, 35, 42, 57, 175, 173),
(4, 8, 79, 35, 43, 58, 178, 176),
(4, 8, 80, 36, 43, 59, 181, 179),
(4, 9, 1, 20, 20, 21, 22, 22),
(4, 9, 2, 20, 20, 22, 23, 23),
(4, 9, 3, 21, 21, 22, 24, 24),
(4, 9, 4, 21, 21, 23, 26, 25),
(4, 9, 5, 21, 21, 23, 27, 27),
(4, 9, 6, 21, 22, 24, 28, 28),
(4, 9, 7, 22, 22, 24, 29, 29),
(4, 9, 8, 22, 23, 25, 30, 30),
(4, 9, 9, 22, 23, 26, 32, 31),
(4, 9, 10, 23, 23, 26, 33, 33),
(4, 9, 11, 23, 24, 27, 34, 34),
(4, 9, 12, 23, 24, 27, 35, 35),
(4, 9, 13, 24, 25, 28, 37, 36),
(4, 9, 14, 24, 25, 29, 38, 38),
(4, 9, 15, 24, 25, 29, 39, 39),
(4, 9, 16, 25, 26, 30, 41, 40),
(4, 9, 17, 25, 26, 31, 42, 42),
(4, 9, 18, 25, 27, 31, 43, 43),
(4, 9, 19, 26, 27, 32, 45, 44),
(4, 9, 20, 26, 28, 33, 46, 46),
(4, 9, 21, 26, 28, 33, 48, 47),
(4, 9, 22, 27, 29, 34, 49, 49),
(4, 9, 23, 27, 29, 35, 51, 50),
(4, 9, 24, 28, 30, 35, 52, 51),
(4, 9, 25, 28, 30, 36, 53, 53),
(4, 9, 26, 28, 31, 37, 55, 54),
(4, 9, 27, 29, 31, 37, 56, 56),
(4, 9, 28, 29, 32, 38, 58, 57),
(4, 9, 29, 30, 32, 39, 59, 59),
(4, 9, 30, 30, 33, 40, 61, 60),
(4, 9, 31, 30, 33, 40, 62, 62),
(4, 9, 32, 31, 34, 41, 64, 63),
(4, 9, 33, 31, 34, 42, 66, 65),
(4, 9, 34, 32, 35, 43, 67, 66),
(4, 9, 35, 32, 35, 44, 69, 68),
(4, 9, 36, 33, 36, 44, 70, 69),
(4, 9, 37, 33, 36, 45, 72, 71),
(4, 9, 38, 34, 37, 46, 74, 73),
(4, 9, 39, 34, 38, 47, 75, 74),
(4, 9, 40, 35, 38, 48, 77, 76),
(4, 9, 41, 35, 39, 48, 79, 78),
(4, 9, 42, 35, 39, 49, 80, 79),
(4, 9, 43, 36, 40, 50, 82, 81),
(4, 9, 44, 36, 40, 51, 84, 83),
(4, 9, 45, 37, 41, 52, 85, 84),
(4, 9, 46, 37, 42, 53, 87, 86),
(4, 9, 47, 38, 42, 54, 89, 88),
(4, 9, 48, 38, 43, 55, 91, 89),
(4, 9, 49, 39, 44, 55, 93, 91),
(4, 9, 50, 40, 44, 56, 94, 93),
(4, 9, 51, 40, 45, 57, 96, 95),
(4, 9, 52, 41, 45, 58, 98, 97),
(4, 9, 53, 41, 46, 59, 100, 98),
(4, 9, 54, 42, 47, 60, 102, 100),
(4, 9, 55, 42, 47, 61, 103, 102),
(4, 9, 56, 43, 48, 62, 105, 104),
(4, 9, 57, 43, 49, 63, 107, 106),
(4, 9, 58, 44, 49, 64, 109, 108),
(4, 9, 59, 44, 50, 65, 111, 109),
(4, 9, 60, 45, 51, 66, 113, 111),
(4, 9, 61, 46, 51, 67, 115, 113),
(4, 9, 62, 46, 52, 68, 117, 115),
(4, 9, 63, 47, 53, 69, 119, 117),
(4, 9, 64, 47, 54, 70, 121, 119),
(4, 9, 65, 48, 54, 71, 123, 121),
(4, 9, 66, 49, 55, 72, 125, 123),
(4, 9, 67, 49, 56, 73, 127, 125),
(4, 9, 68, 50, 57, 74, 129, 127),
(4, 9, 69, 50, 57, 75, 131, 129),
(4, 9, 70, 51, 58, 76, 133, 131),
(4, 9, 71, 52, 59, 78, 135, 146),
(4, 9, 72, 53, 59, 79, 138, 148),
(4, 9, 73, 54, 60, 80, 140, 151),
(4, 9, 74, 54, 61, 89, 143, 154),
(4, 9, 75, 55, 62, 91, 145, 156),
(4, 9, 76, 56, 63, 92, 148, 159),
(4, 9, 77, 57, 64, 93, 151, 162),
(4, 9, 78, 57, 65, 95, 153, 165),
(4, 9, 79, 58, 66, 96, 156, 168),
(4, 9, 80, 59, 67, 97, 159, 170),
(2, 5, 1, 20, 20, 20, 22, 23),
(2, 5, 2, 20, 20, 20, 23, 24),
(2, 5, 3, 20, 20, 21, 25, 26),
(2, 5, 4, 20, 21, 21, 26, 27),
(2, 5, 5, 21, 21, 21, 27, 28),
(2, 5, 6, 21, 21, 22, 29, 30),
(2, 5, 7, 21, 21, 22, 30, 31),
(2, 5, 8, 21, 22, 23, 31, 33),
(2, 5, 9, 21, 22, 23, 33, 34),
(2, 5, 10, 21, 22, 23, 34, 36),
(2, 5, 11, 22, 22, 24, 36, 37),
(2, 5, 12, 22, 23, 24, 37, 39),
(2, 5, 13, 22, 23, 25, 38, 40),
(2, 5, 14, 22, 23, 25, 40, 42),
(2, 5, 15, 22, 23, 25, 41, 43),
(2, 5, 16, 23, 24, 26, 43, 45),
(2, 5, 17, 23, 24, 26, 44, 46),
(2, 5, 18, 23, 24, 27, 46, 48),
(2, 5, 19, 23, 24, 27, 47, 49),
(2, 5, 20, 23, 25, 28, 49, 51),
(2, 5, 21, 24, 25, 28, 51, 53),
(2, 5, 22, 24, 25, 29, 52, 54),
(2, 5, 23, 24, 26, 29, 54, 56),
(2, 5, 24, 24, 26, 30, 55, 58),
(2, 5, 25, 25, 26, 30, 57, 59),
(2, 5, 26, 25, 27, 31, 59, 61),
(2, 5, 27, 25, 27, 31, 60, 63),
(2, 5, 28, 25, 27, 32, 62, 65),
(2, 5, 29, 25, 28, 32, 64, 66),
(2, 5, 30, 26, 28, 33, 65, 68),
(2, 5, 31, 26, 28, 33, 67, 70),
(2, 5, 32, 26, 29, 34, 69, 72),
(2, 5, 33, 27, 29, 34, 70, 73),
(2, 5, 34, 27, 29, 35, 72, 75),
(2, 5, 35, 27, 30, 35, 74, 77),
(2, 5, 36, 27, 30, 36, 76, 79),
(2, 5, 37, 28, 30, 36, 78, 81),
(2, 5, 38, 28, 31, 37, 79, 83),
(2, 5, 39, 28, 31, 38, 81, 85),
(2, 5, 40, 28, 31, 38, 83, 87),
(2, 5, 41, 29, 32, 39, 85, 88),
(2, 5, 42, 29, 32, 39, 87, 90),
(2, 5, 43, 29, 33, 40, 89, 92),
(2, 5, 44, 30, 33, 40, 91, 94),
(2, 5, 45, 30, 33, 41, 92, 96),
(2, 5, 46, 30, 34, 42, 94, 98),
(2, 5, 47, 31, 34, 42, 96, 100),
(2, 5, 48, 31, 35, 43, 98, 102),
(2, 5, 49, 31, 35, 44, 100, 104),
(2, 5, 50, 32, 36, 44, 102, 106),
(2, 5, 51, 32, 36, 45, 104, 109),
(2, 5, 52, 32, 36, 45, 106, 111),
(2, 5, 53, 33, 37, 46, 108, 113),
(2, 5, 54, 33, 37, 47, 110, 115),
(2, 5, 55, 33, 38, 47, 112, 117),
(2, 5, 56, 34, 38, 48, 114, 119),
(2, 5, 57, 34, 39, 49, 117, 121),
(2, 5, 58, 34, 39, 49, 119, 124),
(2, 5, 59, 35, 40, 50, 121, 126),
(2, 5, 60, 35, 40, 51, 123, 128),
(2, 5, 61, 35, 41, 51, 125, 130),
(2, 5, 62, 36, 41, 52, 127, 132),
(2, 5, 63, 36, 41, 53, 129, 135),
(2, 5, 64, 37, 42, 54, 132, 137),
(2, 5, 65, 37, 42, 54, 134, 139),
(2, 5, 66, 37, 43, 55, 136, 142),
(2, 5, 67, 38, 43, 56, 138, 144),
(2, 5, 68, 38, 44, 57, 140, 146),
(2, 5, 69, 39, 44, 57, 143, 149),
(2, 5, 70, 39, 45, 58, 145, 151),
(2, 5, 71, 39, 46, 59, 148, 158),
(2, 5, 72, 40, 46, 59, 151, 161),
(2, 5, 73, 40, 47, 60, 154, 164),
(2, 5, 74, 41, 47, 61, 156, 167),
(2, 5, 75, 41, 48, 62, 159, 170),
(2, 5, 76, 41, 49, 63, 162, 174),
(2, 5, 77, 42, 49, 64, 165, 177),
(2, 5, 78, 42, 50, 65, 168, 180),
(2, 5, 79, 43, 50, 66, 171, 183),
(2, 5, 80, 43, 51, 67, 174, 186),
(2, 2, 1, 22, 20, 22, 20, 21),
(2, 2, 2, 23, 21, 23, 21, 22),
(2, 2, 3, 24, 21, 24, 21, 22),
(2, 2, 4, 25, 22, 25, 22, 23),
(2, 2, 5, 26, 22, 26, 23, 24),
(2, 2, 6, 28, 23, 27, 23, 25),
(2, 2, 7, 29, 24, 28, 24, 25),
(2, 2, 8, 30, 24, 29, 25, 26),
(2, 2, 9, 31, 25, 30, 25, 27),
(2, 2, 10, 32, 25, 32, 26, 27),
(2, 2, 11, 33, 26, 33, 27, 28),
(2, 2, 12, 35, 27, 34, 27, 29),
(2, 2, 13, 36, 27, 35, 28, 30),
(2, 2, 14, 37, 28, 36, 29, 31),
(2, 2, 15, 38, 29, 37, 30, 31),
(2, 2, 16, 40, 29, 38, 30, 32),
(2, 2, 17, 41, 30, 40, 31, 33),
(2, 2, 18, 42, 31, 41, 32, 34),
(2, 2, 19, 43, 31, 42, 33, 35),
(2, 2, 20, 45, 32, 43, 33, 35),
(2, 2, 21, 46, 33, 45, 34, 36),
(2, 2, 22, 47, 33, 46, 35, 37),
(2, 2, 23, 49, 34, 47, 36, 38),
(2, 2, 24, 50, 35, 48, 37, 39),
(2, 2, 25, 51, 36, 50, 37, 40),
(2, 2, 26, 53, 36, 51, 38, 41),
(2, 2, 27, 54, 37, 52, 39, 42),
(2, 2, 28, 56, 38, 54, 40, 43),
(2, 2, 29, 57, 39, 55, 41, 43),
(2, 2, 30, 58, 39, 56, 42, 44),
(2, 2, 31, 60, 40, 58, 43, 45),
(2, 2, 32, 61, 41, 59, 43, 46),
(2, 2, 33, 63, 42, 60, 44, 47),
(2, 2, 34, 64, 43, 62, 45, 48),
(2, 2, 35, 66, 44, 63, 46, 49),
(2, 2, 36, 67, 44, 65, 47, 50),
(2, 2, 37, 69, 45, 66, 48, 51),
(2, 2, 38, 70, 46, 67, 49, 52),
(2, 2, 39, 72, 47, 69, 50, 53),
(2, 2, 40, 73, 48, 70, 51, 54),
(2, 2, 41, 75, 49, 72, 52, 55),
(2, 2, 42, 77, 49, 73, 53, 56),
(2, 2, 43, 78, 50, 75, 54, 57),
(2, 2, 44, 80, 51, 76, 55, 58),
(2, 2, 45, 81, 52, 78, 56, 59),
(2, 2, 46, 83, 53, 79, 57, 61),
(2, 2, 47, 85, 54, 81, 58, 62),
(2, 2, 48, 86, 55, 83, 59, 63),
(2, 2, 49, 88, 56, 84, 60, 64),
(2, 2, 50, 90, 57, 86, 61, 65),
(2, 2, 51, 91, 58, 87, 62, 66),
(2, 2, 52, 93, 59, 89, 63, 67),
(2, 2, 53, 95, 60, 91, 64, 68),
(2, 2, 54, 97, 61, 92, 65, 69),
(2, 2, 55, 98, 61, 94, 66, 71),
(2, 2, 56, 100, 62, 95, 67, 72),
(2, 2, 57, 102, 63, 97, 68, 73),
(2, 2, 58, 104, 64, 99, 69, 74),
(2, 2, 59, 105, 65, 101, 70, 75),
(2, 2, 60, 107, 66, 102, 71, 77),
(2, 2, 61, 109, 67, 104, 73, 78),
(2, 2, 62, 111, 69, 106, 74, 79),
(2, 2, 63, 113, 70, 107, 75, 80),
(2, 2, 64, 115, 71, 109, 76, 81),
(2, 2, 65, 116, 72, 111, 77, 83),
(2, 2, 66, 118, 73, 113, 78, 84),
(2, 2, 67, 120, 74, 115, 79, 85),
(2, 2, 68, 122, 75, 116, 81, 86),
(2, 2, 69, 124, 76, 118, 82, 88),
(2, 2, 70, 126, 77, 120, 83, 89),
(2, 2, 71, 148, 78, 122, 84, 92),
(2, 2, 72, 150, 79, 125, 86, 94),
(2, 2, 73, 152, 80, 127, 87, 96),
(2, 2, 74, 156, 82, 129, 89, 97),
(2, 2, 75, 158, 83, 131, 90, 99),
(2, 2, 76, 162, 84, 134, 92, 100),
(2, 2, 77, 164, 86, 136, 93, 103),
(2, 2, 78, 167, 87, 138, 95, 105),
(2, 2, 79, 170, 88, 153, 96, 106),
(2, 2, 80, 173, 90, 160, 98, 108),
(2, 8, 1, 20, 20, 20, 23, 22),
(2, 8, 2, 20, 20, 20, 24, 23),
(2, 8, 3, 20, 20, 21, 26, 25),
(2, 8, 4, 20, 20, 21, 27, 26),
(2, 8, 5, 20, 21, 21, 28, 27),
(2, 8, 6, 20, 21, 21, 30, 29),
(2, 8, 7, 21, 21, 22, 31, 30),
(2, 8, 8, 21, 21, 22, 33, 31),
(2, 8, 9, 21, 21, 22, 34, 33),
(2, 8, 10, 21, 21, 23, 36, 34),
(2, 8, 11, 21, 22, 23, 37, 36),
(2, 8, 12, 21, 22, 23, 39, 37),
(2, 8, 13, 21, 22, 24, 40, 38),
(2, 8, 14, 21, 22, 24, 42, 40),
(2, 8, 15, 21, 22, 24, 43, 41),
(2, 8, 16, 21, 23, 25, 45, 43),
(2, 8, 17, 22, 23, 25, 46, 44),
(2, 8, 18, 22, 23, 25, 48, 46),
(2, 8, 19, 22, 23, 26, 49, 47),
(2, 8, 20, 22, 23, 26, 51, 49),
(2, 8, 21, 22, 24, 26, 53, 51),
(2, 8, 22, 22, 24, 27, 54, 52),
(2, 8, 23, 22, 24, 27, 56, 54),
(2, 8, 24, 23, 24, 28, 58, 55),
(2, 8, 25, 23, 25, 28, 59, 57),
(2, 8, 26, 23, 25, 28, 61, 59),
(2, 8, 27, 23, 25, 29, 63, 60),
(2, 8, 28, 23, 25, 29, 65, 62),
(2, 8, 29, 23, 25, 30, 66, 64),
(2, 8, 30, 24, 26, 30, 68, 65),
(2, 8, 31, 24, 26, 30, 70, 67),
(2, 8, 32, 24, 26, 31, 72, 69),
(2, 8, 33, 24, 27, 31, 73, 70),
(2, 8, 34, 24, 27, 32, 75, 72),
(2, 8, 35, 24, 27, 32, 77, 74),
(2, 8, 36, 25, 27, 33, 79, 76),
(2, 8, 37, 25, 28, 33, 81, 78),
(2, 8, 38, 25, 28, 34, 83, 79),
(2, 8, 39, 25, 28, 34, 85, 81),
(2, 8, 40, 25, 28, 35, 87, 83),
(2, 8, 41, 26, 29, 35, 88, 85),
(2, 8, 42, 26, 29, 35, 90, 87),
(2, 8, 43, 26, 29, 36, 92, 89),
(2, 8, 44, 26, 30, 36, 94, 91),
(2, 8, 45, 26, 30, 37, 96, 92),
(2, 8, 46, 27, 30, 37, 98, 94),
(2, 8, 47, 27, 31, 38, 100, 96),
(2, 8, 48, 27, 31, 38, 102, 98),
(2, 8, 49, 27, 31, 39, 104, 100),
(2, 8, 50, 28, 32, 40, 106, 102),
(2, 8, 51, 28, 32, 40, 109, 104),
(2, 8, 52, 28, 32, 41, 111, 106),
(2, 8, 53, 28, 33, 41, 113, 108),
(2, 8, 54, 29, 33, 42, 115, 110),
(2, 8, 55, 29, 33, 42, 117, 112),
(2, 8, 56, 29, 34, 43, 119, 114),
(2, 8, 57, 29, 34, 43, 121, 117),
(2, 8, 58, 30, 34, 44, 124, 119),
(2, 8, 59, 30, 35, 44, 126, 121),
(2, 8, 60, 30, 35, 45, 128, 123),
(2, 8, 61, 30, 35, 46, 130, 125),
(2, 8, 62, 31, 36, 46, 132, 127),
(2, 8, 63, 31, 36, 47, 135, 129),
(2, 8, 64, 31, 37, 47, 137, 132),
(2, 8, 65, 32, 37, 48, 139, 134),
(2, 8, 66, 32, 37, 49, 142, 136),
(2, 8, 67, 32, 38, 49, 144, 138),
(2, 8, 68, 32, 38, 50, 146, 140),
(2, 8, 69, 33, 39, 50, 149, 143),
(2, 8, 70, 33, 39, 51, 151, 145),
(2, 8, 71, 33, 39, 52, 154, 152),
(2, 8, 72, 33, 40, 53, 160, 155),
(2, 8, 73, 33, 40, 54, 160, 158),
(2, 8, 74, 34, 41, 54, 163, 160),
(2, 8, 75, 34, 41, 55, 166, 163),
(2, 8, 76, 34, 41, 56, 169, 166),
(2, 8, 77, 35, 42, 57, 172, 169),
(2, 8, 78, 35, 42, 57, 175, 173),
(2, 8, 79, 35, 43, 58, 178, 176),
(2, 8, 80, 36, 43, 59, 181, 179),
(2, 11, 1, 26, 15, 22, 17, 24),
(2, 11, 2, 27, 16, 23, 18, 25),
(2, 11, 3, 27, 16, 23, 19, 26),
(2, 11, 4, 28, 17, 24, 20, 27),
(2, 11, 5, 28, 17, 25, 21, 29),
(2, 11, 6, 29, 18, 25, 22, 30),
(2, 11, 7, 29, 18, 26, 23, 31),
(2, 11, 8, 30, 19, 27, 24, 32),
(2, 11, 9, 30, 19, 27, 26, 34),
(2, 11, 10, 31, 20, 28, 27, 35),
(2, 11, 11, 32, 20, 29, 28, 36),
(2, 11, 12, 32, 21, 29, 29, 37),
(2, 11, 13, 33, 21, 30, 30, 39),
(2, 11, 14, 33, 22, 31, 31, 40),
(2, 11, 15, 34, 23, 32, 32, 41),
(2, 11, 16, 35, 23, 32, 34, 43),
(2, 11, 17, 35, 24, 33, 35, 44),
(2, 11, 18, 36, 24, 34, 36, 45),
(2, 11, 19, 37, 25, 35, 37, 47),
(2, 11, 20, 37, 26, 35, 39, 48),
(2, 11, 21, 38, 26, 36, 40, 50),
(2, 11, 22, 39, 27, 37, 41, 51),
(2, 11, 23, 39, 28, 38, 42, 52),
(2, 11, 24, 40, 28, 39, 44, 54),
(2, 11, 25, 41, 29, 39, 45, 55),
(2, 11, 26, 41, 30, 40, 46, 57),
(2, 11, 27, 42, 30, 41, 47, 58),
(2, 11, 28, 43, 31, 42, 49, 60),
(2, 11, 29, 44, 32, 43, 50, 61),
(2, 11, 30, 44, 32, 44, 52, 63),
(2, 11, 31, 45, 33, 44, 53, 64),
(2, 11, 32, 46, 34, 45, 54, 66),
(2, 11, 33, 47, 34, 46, 56, 67),
(2, 11, 34, 47, 35, 47, 57, 69),
(2, 11, 35, 48, 36, 48, 58, 71),
(2, 11, 36, 49, 36, 49, 60, 72),
(2, 11, 37, 50, 37, 50, 61, 74),
(2, 11, 38, 51, 38, 51, 63, 76),
(2, 11, 39, 52, 39, 52, 64, 77),
(2, 11, 40, 52, 39, 53, 66, 79),
(2, 11, 41, 53, 40, 54, 67, 81),
(2, 11, 42, 54, 41, 55, 69, 82),
(2, 11, 43, 55, 42, 56, 70, 84),
(2, 11, 44, 56, 43, 57, 72, 86),
(2, 11, 45, 57, 43, 57, 73, 87),
(2, 11, 46, 57, 44, 58, 75, 89),
(2, 11, 47, 58, 45, 60, 76, 91),
(2, 11, 48, 59, 46, 61, 78, 93),
(2, 11, 49, 60, 47, 62, 79, 94),
(2, 11, 50, 61, 47, 63, 81, 96),
(2, 11, 51, 62, 48, 64, 83, 98),
(2, 11, 52, 63, 49, 65, 84, 100),
(2, 11, 53, 64, 50, 66, 86, 102),
(2, 11, 54, 65, 51, 67, 87, 104),
(2, 11, 55, 66, 51, 68, 89, 105),
(2, 11, 56, 67, 52, 69, 91, 107),
(2, 11, 57, 68, 53, 70, 92, 109),
(2, 11, 58, 69, 54, 71, 94, 111),
(2, 11, 59, 70, 55, 72, 96, 113),
(2, 11, 60, 71, 56, 73, 97, 115),
(2, 11, 61, 72, 57, 74, 99, 117),
(2, 11, 62, 73, 58, 76, 101, 119),
(2, 11, 63, 74, 59, 77, 103, 121),
(2, 11, 64, 75, 59, 78, 104, 123),
(2, 11, 65, 76, 60, 79, 106, 125),
(2, 11, 66, 77, 61, 80, 108, 127),
(2, 11, 67, 78, 62, 81, 110, 129),
(2, 11, 68, 79, 63, 83, 111, 131),
(2, 11, 69, 80, 64, 84, 113, 133),
(2, 11, 70, 81, 65, 85, 115, 135),
(2, 11, 71, 83, 66, 86, 117, 137),
(2, 11, 72, 84, 68, 88, 120, 140),
(2, 11, 73, 85, 69, 89, 122, 142),
(2, 11, 74, 86, 70, 91, 124, 145),
(2, 11, 75, 88, 71, 92, 126, 147),
(2, 11, 76, 89, 72, 94, 128, 150),
(2, 11, 77, 90, 73, 95, 131, 153),
(2, 11, 78, 92, 75, 97, 133, 155),
(2, 11, 79, 93, 76, 98, 136, 158),
(2, 11, 80, 94, 77, 100, 138, 185),
(8, 2, 1, 22, 20, 22, 20, 21),
(8, 2, 2, 23, 21, 23, 21, 22),
(8, 2, 3, 24, 21, 24, 21, 22),
(8, 2, 4, 25, 22, 25, 22, 23),
(8, 2, 5, 26, 22, 26, 23, 24),
(8, 2, 6, 28, 23, 27, 23, 25),
(8, 2, 7, 29, 24, 28, 24, 25),
(8, 2, 8, 30, 24, 29, 25, 26),
(8, 2, 9, 31, 25, 30, 25, 27),
(8, 2, 10, 32, 25, 32, 26, 27),
(8, 2, 11, 33, 26, 33, 27, 28),
(8, 2, 12, 35, 27, 34, 27, 29),
(8, 2, 13, 36, 27, 35, 28, 30),
(8, 2, 14, 37, 28, 36, 29, 31),
(8, 2, 15, 38, 29, 37, 30, 31),
(8, 2, 16, 40, 29, 38, 30, 32),
(8, 2, 17, 41, 30, 40, 31, 33),
(8, 2, 18, 42, 31, 41, 32, 34),
(8, 2, 19, 43, 31, 42, 33, 35),
(8, 2, 20, 45, 32, 43, 33, 35),
(8, 2, 21, 46, 33, 45, 34, 36),
(8, 2, 22, 47, 33, 46, 35, 37),
(8, 2, 23, 49, 34, 47, 36, 38),
(8, 2, 24, 50, 35, 48, 37, 39),
(8, 2, 25, 51, 36, 50, 37, 40),
(8, 2, 26, 53, 36, 51, 38, 41),
(8, 2, 27, 54, 37, 52, 39, 42),
(8, 2, 28, 56, 38, 54, 40, 43),
(8, 2, 29, 57, 39, 55, 41, 43),
(8, 2, 30, 58, 39, 56, 42, 44),
(8, 2, 31, 60, 40, 58, 43, 45),
(8, 2, 32, 61, 41, 59, 43, 46),
(8, 2, 33, 63, 42, 60, 44, 47),
(8, 2, 34, 64, 43, 62, 45, 48),
(8, 2, 35, 66, 44, 63, 46, 49),
(8, 2, 36, 67, 44, 65, 47, 50),
(8, 2, 37, 69, 45, 66, 48, 51),
(8, 2, 38, 70, 46, 67, 49, 52),
(8, 2, 39, 72, 47, 69, 50, 53),
(8, 2, 40, 73, 48, 70, 51, 54),
(8, 2, 41, 75, 49, 72, 52, 55),
(8, 2, 42, 77, 49, 73, 53, 56),
(8, 2, 43, 78, 50, 75, 54, 57),
(8, 2, 44, 80, 51, 76, 55, 58),
(8, 2, 45, 81, 52, 78, 56, 59),
(8, 2, 46, 83, 53, 79, 57, 61),
(8, 2, 47, 85, 54, 81, 58, 62),
(8, 2, 48, 86, 55, 83, 59, 63),
(8, 2, 49, 88, 56, 84, 60, 64),
(8, 2, 50, 90, 57, 86, 61, 65),
(8, 2, 51, 91, 58, 87, 62, 66),
(8, 2, 52, 93, 59, 89, 63, 67),
(8, 2, 53, 95, 60, 91, 64, 68),
(8, 2, 54, 97, 61, 92, 65, 69),
(8, 2, 55, 98, 61, 94, 66, 71),
(8, 2, 56, 100, 62, 95, 67, 72),
(8, 2, 57, 102, 63, 97, 68, 73),
(8, 2, 58, 104, 64, 99, 69, 74),
(8, 2, 59, 105, 65, 101, 70, 75),
(8, 2, 60, 107, 66, 102, 71, 77),
(8, 2, 61, 109, 67, 104, 73, 78),
(8, 2, 62, 111, 69, 106, 74, 79),
(8, 2, 63, 113, 70, 107, 75, 80),
(8, 2, 64, 115, 71, 109, 76, 81),
(8, 2, 65, 116, 72, 111, 77, 83),
(8, 2, 66, 118, 73, 113, 78, 84),
(8, 2, 67, 120, 74, 115, 79, 85),
(8, 2, 68, 122, 75, 116, 81, 86),
(8, 2, 69, 124, 76, 118, 82, 88),
(8, 2, 70, 126, 77, 120, 83, 89),
(8, 2, 71, 148, 78, 122, 84, 92),
(8, 2, 72, 150, 79, 125, 86, 94),
(8, 2, 73, 152, 80, 127, 87, 96),
(8, 2, 74, 156, 82, 129, 89, 97),
(8, 2, 75, 158, 83, 131, 90, 99),
(8, 2, 76, 162, 84, 134, 92, 100),
(8, 2, 77, 164, 86, 136, 93, 103),
(8, 2, 78, 167, 87, 138, 95, 105),
(8, 2, 79, 170, 88, 153, 96, 106),
(8, 2, 80, 173, 90, 160, 98, 108),
(8, 9, 1, 20, 20, 21, 22, 22),
(8, 9, 2, 20, 20, 22, 23, 23),
(8, 9, 3, 21, 21, 22, 24, 24),
(8, 9, 4, 21, 21, 23, 26, 25),
(8, 9, 5, 21, 21, 23, 27, 27),
(8, 9, 6, 21, 22, 24, 28, 28),
(8, 9, 7, 22, 22, 24, 29, 29),
(8, 9, 8, 22, 23, 25, 30, 30),
(8, 9, 9, 22, 23, 26, 32, 31),
(8, 9, 10, 23, 23, 26, 33, 33),
(8, 9, 11, 23, 24, 27, 34, 34),
(8, 9, 12, 23, 24, 27, 35, 35),
(8, 9, 13, 24, 25, 28, 37, 36),
(8, 9, 14, 24, 25, 29, 38, 38),
(8, 9, 15, 24, 25, 29, 39, 39),
(8, 9, 16, 25, 26, 30, 41, 40),
(8, 9, 17, 25, 26, 31, 42, 42),
(8, 9, 18, 25, 27, 31, 43, 43),
(8, 9, 19, 26, 27, 32, 45, 44),
(8, 9, 20, 26, 28, 33, 46, 46),
(8, 9, 21, 26, 28, 33, 48, 47),
(8, 9, 22, 27, 29, 34, 49, 49),
(8, 9, 23, 27, 29, 35, 51, 50),
(8, 9, 24, 28, 30, 35, 52, 51),
(8, 9, 25, 28, 30, 36, 53, 53),
(8, 9, 26, 28, 31, 37, 55, 54),
(8, 9, 27, 29, 31, 37, 56, 56),
(8, 9, 28, 29, 32, 38, 58, 57),
(8, 9, 29, 30, 32, 39, 59, 59),
(8, 9, 30, 30, 33, 40, 61, 60),
(8, 9, 31, 30, 33, 40, 62, 62),
(8, 9, 32, 31, 34, 41, 64, 63),
(8, 9, 33, 31, 34, 42, 66, 65),
(8, 9, 34, 32, 35, 43, 67, 66),
(8, 9, 35, 32, 35, 44, 69, 68),
(8, 9, 36, 33, 36, 44, 70, 69),
(8, 9, 37, 33, 36, 45, 72, 71),
(8, 9, 38, 34, 37, 46, 74, 73),
(8, 9, 39, 34, 38, 47, 75, 74),
(8, 9, 40, 35, 38, 48, 77, 76),
(8, 9, 41, 35, 39, 48, 79, 78),
(8, 9, 42, 35, 39, 49, 80, 79),
(8, 9, 43, 36, 40, 50, 82, 81),
(8, 9, 44, 36, 40, 51, 84, 83),
(8, 9, 45, 37, 41, 52, 85, 84),
(8, 9, 46, 37, 42, 53, 87, 86),
(8, 9, 47, 38, 42, 54, 89, 88),
(8, 9, 48, 38, 43, 55, 91, 89),
(8, 9, 49, 39, 44, 55, 93, 91),
(8, 9, 50, 40, 44, 56, 94, 93),
(8, 9, 51, 40, 45, 57, 96, 95),
(8, 9, 52, 41, 45, 58, 98, 97),
(8, 9, 53, 41, 46, 59, 100, 98),
(8, 9, 54, 42, 47, 60, 102, 100),
(8, 9, 55, 42, 47, 61, 103, 102),
(8, 9, 56, 43, 48, 62, 105, 104),
(8, 9, 57, 43, 49, 63, 107, 106),
(8, 9, 58, 44, 49, 64, 109, 108),
(8, 9, 59, 44, 50, 65, 111, 109),
(8, 9, 60, 45, 51, 66, 113, 111),
(8, 9, 61, 46, 51, 67, 115, 113),
(8, 9, 62, 46, 52, 68, 117, 115),
(8, 9, 63, 47, 53, 69, 119, 117),
(8, 9, 64, 47, 54, 70, 121, 119),
(8, 9, 65, 48, 54, 71, 123, 121),
(8, 9, 66, 49, 55, 72, 125, 123),
(8, 9, 67, 49, 56, 73, 127, 125),
(8, 9, 68, 50, 57, 74, 129, 127),
(8, 9, 69, 50, 57, 75, 131, 129),
(8, 9, 70, 51, 58, 76, 133, 131),
(8, 9, 71, 52, 59, 78, 135, 146),
(8, 9, 72, 53, 59, 79, 138, 148),
(8, 9, 73, 54, 60, 80, 140, 151),
(8, 9, 74, 54, 61, 89, 143, 154),
(8, 9, 75, 55, 62, 91, 145, 156),
(8, 9, 76, 56, 63, 92, 148, 159),
(8, 9, 77, 57, 64, 93, 151, 162),
(8, 9, 78, 57, 65, 95, 153, 165),
(8, 9, 79, 58, 66, 96, 156, 168),
(8, 9, 80, 59, 67, 97, 159, 170),
(8, 11, 1, 18, 25, 19, 22, 22),
(8, 11, 2, 19, 25, 20, 23, 23),
(8, 11, 3, 19, 26, 20, 24, 24),
(8, 11, 4, 20, 26, 21, 25, 26),
(8, 11, 5, 20, 27, 22, 26, 27),
(8, 11, 6, 21, 27, 22, 27, 28),
(8, 11, 7, 21, 28, 23, 28, 29),
(8, 11, 8, 22, 28, 24, 29, 30),
(8, 11, 9, 23, 29, 24, 30, 32),
(8, 11, 10, 23, 29, 25, 32, 33),
(8, 11, 11, 24, 30, 26, 33, 34),
(8, 11, 12, 24, 31, 26, 34, 35),
(8, 11, 13, 25, 31, 27, 35, 37),
(8, 11, 14, 26, 32, 28, 36, 38),
(8, 11, 15, 26, 32, 29, 37, 39),
(8, 11, 16, 27, 33, 29, 38, 41),
(8, 11, 17, 28, 33, 30, 40, 42),
(8, 11, 18, 28, 34, 31, 41, 43),
(8, 11, 19, 29, 35, 32, 42, 45),
(8, 11, 20, 30, 35, 32, 43, 46),
(8, 11, 21, 30, 36, 33, 45, 48),
(8, 11, 22, 31, 36, 34, 46, 49),
(8, 11, 23, 32, 37, 35, 47, 51),
(8, 11, 24, 32, 38, 36, 48, 52),
(8, 11, 25, 33, 38, 36, 50, 53),
(8, 11, 26, 34, 39, 37, 51, 55),
(8, 11, 27, 35, 40, 38, 52, 56),
(8, 11, 28, 35, 40, 39, 54, 58),
(8, 11, 29, 36, 41, 40, 55, 59),
(8, 11, 30, 37, 42, 41, 56, 61),
(8, 11, 31, 38, 42, 42, 58, 62),
(8, 11, 32, 38, 43, 42, 59, 64),
(8, 11, 33, 39, 44, 43, 60, 66),
(8, 11, 34, 40, 44, 44, 62, 67),
(8, 11, 35, 41, 45, 45, 63, 69),
(8, 11, 36, 42, 46, 46, 65, 70),
(8, 11, 37, 42, 47, 47, 66, 72),
(8, 11, 38, 43, 47, 48, 67, 74),
(8, 11, 39, 44, 48, 49, 69, 75),
(8, 11, 40, 45, 49, 50, 70, 77),
(8, 11, 41, 46, 50, 51, 72, 79),
(8, 11, 42, 46, 50, 52, 73, 80),
(8, 11, 43, 47, 51, 53, 75, 82),
(8, 11, 44, 48, 52, 54, 76, 84),
(8, 11, 45, 49, 53, 55, 78, 85),
(8, 11, 46, 50, 54, 56, 79, 87),
(8, 11, 47, 51, 54, 57, 81, 89),
(8, 11, 48, 52, 55, 58, 83, 91),
(8, 11, 49, 53, 56, 59, 84, 93),
(8, 11, 50, 53, 57, 60, 86, 94),
(8, 11, 51, 54, 58, 61, 87, 96),
(8, 11, 52, 55, 59, 62, 89, 98),
(8, 11, 53, 56, 59, 63, 91, 100),
(8, 11, 54, 57, 60, 64, 92, 102),
(8, 11, 55, 58, 61, 65, 94, 103),
(8, 11, 56, 59, 62, 66, 95, 105),
(8, 11, 57, 60, 63, 67, 97, 107),
(8, 11, 58, 61, 64, 68, 99, 109),
(8, 11, 59, 62, 65, 69, 101, 111),
(8, 11, 60, 63, 66, 70, 102, 113),
(8, 11, 61, 64, 66, 72, 104, 115),
(8, 11, 62, 65, 67, 73, 106, 117),
(8, 11, 63, 66, 68, 74, 107, 119),
(8, 11, 64, 67, 69, 75, 109, 121),
(8, 11, 65, 68, 70, 76, 111, 123),
(8, 11, 66, 69, 71, 77, 113, 125),
(8, 11, 67, 70, 72, 78, 115, 127),
(8, 11, 68, 71, 73, 80, 116, 129),
(8, 11, 69, 72, 74, 81, 118, 131),
(8, 11, 70, 73, 75, 82, 120, 133),
(8, 11, 71, 75, 76, 83, 122, 135),
(8, 11, 72, 76, 78, 85, 125, 138),
(8, 11, 73, 77, 79, 86, 127, 140),
(8, 11, 74, 78, 80, 88, 131, 143),
(8, 11, 75, 80, 81, 89, 133, 145),
(8, 11, 76, 81, 82, 91, 134, 148),
(8, 11, 77, 82, 83, 92, 136, 151),
(8, 11, 78, 84, 85, 94, 138, 153),
(8, 11, 79, 85, 86, 95, 141, 156),
(8, 11, 80, 86, 87, 97, 143, 159),
(6, 2, 1, 22, 20, 22, 20, 21),
(6, 2, 2, 23, 21, 23, 21, 22),
(6, 2, 3, 24, 21, 24, 21, 22),
(6, 2, 4, 25, 22, 25, 22, 23),
(6, 2, 5, 26, 22, 26, 23, 24),
(6, 2, 6, 28, 23, 27, 23, 25),
(6, 2, 7, 29, 24, 28, 24, 25),
(6, 2, 8, 30, 24, 29, 25, 26),
(6, 2, 9, 31, 25, 30, 25, 27),
(6, 2, 10, 32, 25, 32, 26, 27),
(6, 2, 11, 33, 26, 33, 27, 28),
(6, 2, 12, 35, 27, 34, 27, 29),
(6, 2, 13, 36, 27, 35, 28, 30),
(6, 2, 14, 37, 28, 36, 29, 31),
(6, 2, 15, 38, 29, 37, 30, 31),
(6, 2, 16, 40, 29, 38, 30, 32),
(6, 2, 17, 41, 30, 40, 31, 33),
(6, 2, 18, 42, 31, 41, 32, 34),
(6, 2, 19, 43, 31, 42, 33, 35),
(6, 2, 20, 45, 32, 43, 33, 35),
(6, 2, 21, 46, 33, 45, 34, 36),
(6, 2, 22, 47, 33, 46, 35, 37),
(6, 2, 23, 49, 34, 47, 36, 38),
(6, 2, 24, 50, 35, 48, 37, 39),
(6, 2, 25, 51, 36, 50, 37, 40),
(6, 2, 26, 53, 36, 51, 38, 41),
(6, 2, 27, 54, 37, 52, 39, 42),
(6, 2, 28, 56, 38, 54, 40, 43),
(6, 2, 29, 57, 39, 55, 41, 43),
(6, 2, 30, 58, 39, 56, 42, 44),
(6, 2, 31, 60, 40, 58, 43, 45),
(6, 2, 32, 61, 41, 59, 43, 46),
(6, 2, 33, 63, 42, 60, 44, 47),
(6, 2, 34, 64, 43, 62, 45, 48),
(6, 2, 35, 66, 44, 63, 46, 49),
(6, 2, 36, 67, 44, 65, 47, 50),
(6, 2, 37, 69, 45, 66, 48, 51),
(6, 2, 38, 70, 46, 67, 49, 52),
(6, 2, 39, 72, 47, 69, 50, 53),
(6, 2, 40, 73, 48, 70, 51, 54),
(6, 2, 41, 75, 49, 72, 52, 55),
(6, 2, 42, 77, 49, 73, 53, 56),
(6, 2, 43, 78, 50, 75, 54, 57),
(6, 2, 44, 80, 51, 76, 55, 58),
(6, 2, 45, 81, 52, 78, 56, 59),
(6, 2, 46, 83, 53, 79, 57, 61),
(6, 2, 47, 85, 54, 81, 58, 62),
(6, 2, 48, 86, 55, 83, 59, 63),
(6, 2, 49, 88, 56, 84, 60, 64),
(6, 2, 50, 90, 57, 86, 61, 65),
(6, 2, 51, 91, 58, 87, 62, 66),
(6, 2, 52, 93, 59, 89, 63, 67),
(6, 2, 53, 95, 60, 91, 64, 68),
(6, 2, 54, 97, 61, 92, 65, 69),
(6, 2, 55, 98, 61, 94, 66, 71),
(6, 2, 56, 100, 62, 95, 67, 72),
(6, 2, 57, 102, 63, 97, 68, 73),
(6, 2, 58, 104, 64, 99, 69, 74),
(6, 2, 59, 105, 65, 101, 70, 75),
(6, 2, 60, 107, 66, 102, 71, 77),
(6, 2, 61, 109, 67, 104, 73, 78),
(6, 2, 62, 111, 69, 106, 74, 79),
(6, 2, 63, 113, 70, 107, 75, 80),
(6, 2, 64, 115, 71, 109, 76, 81),
(6, 2, 65, 116, 72, 111, 77, 83),
(6, 2, 66, 118, 73, 113, 78, 84),
(6, 2, 67, 120, 74, 115, 79, 85),
(6, 2, 68, 122, 75, 116, 81, 86),
(6, 2, 69, 124, 76, 118, 82, 88),
(6, 2, 70, 126, 77, 120, 83, 89),
(6, 2, 71, 148, 78, 122, 84, 92),
(6, 2, 72, 150, 79, 125, 86, 94),
(6, 2, 73, 152, 80, 127, 87, 96),
(6, 2, 74, 156, 82, 129, 89, 97),
(6, 2, 75, 158, 83, 131, 90, 99),
(6, 2, 76, 162, 84, 134, 92, 100),
(6, 2, 77, 164, 86, 136, 93, 103),
(6, 2, 78, 167, 87, 138, 95, 105),
(6, 2, 79, 170, 88, 153, 96, 106),
(6, 2, 80, 173, 90, 160, 98, 108),
(6, 4, 1, 24, 20, 23, 17, 23),
(6, 4, 2, 25, 21, 24, 17, 23),
(6, 4, 3, 25, 23, 24, 17, 24),
(6, 4, 4, 26, 24, 25, 17, 24),
(6, 4, 5, 27, 26, 26, 18, 24),
(6, 4, 6, 28, 27, 26, 18, 25),
(6, 4, 7, 29, 29, 27, 18, 25),
(6, 4, 8, 29, 30, 28, 18, 26),
(6, 4, 9, 30, 32, 29, 18, 26),
(6, 4, 10, 31, 33, 29, 19, 26),
(6, 4, 11, 32, 35, 30, 19, 27),
(6, 4, 12, 33, 37, 31, 19, 27),
(6, 4, 13, 34, 38, 32, 19, 28),
(6, 4, 14, 34, 40, 32, 19, 28),
(6, 4, 15, 35, 41, 33, 19, 28),
(6, 4, 16, 36, 43, 34, 20, 29),
(6, 4, 17, 37, 45, 35, 20, 29),
(6, 4, 18, 38, 46, 36, 20, 30),
(6, 4, 19, 39, 48, 37, 20, 30),
(6, 4, 20, 40, 50, 37, 21, 31),
(6, 4, 21, 41, 52, 38, 21, 31),
(6, 4, 22, 42, 53, 39, 21, 31),
(6, 4, 23, 43, 55, 40, 21, 32),
(6, 4, 24, 43, 57, 41, 21, 32),
(6, 4, 25, 44, 59, 42, 22, 33),
(6, 4, 26, 45, 60, 43, 22, 33),
(6, 4, 27, 46, 62, 44, 22, 34),
(6, 4, 28, 47, 64, 44, 22, 34),
(6, 4, 29, 48, 66, 45, 23, 35),
(6, 4, 30, 49, 68, 46, 23, 35),
(6, 4, 31, 50, 70, 47, 23, 36),
(6, 4, 32, 51, 72, 48, 23, 36),
(6, 4, 33, 53, 73, 49, 24, 37),
(6, 4, 34, 54, 75, 50, 24, 38),
(6, 4, 35, 55, 77, 51, 24, 38),
(6, 4, 36, 56, 79, 52, 24, 39),
(6, 4, 37, 57, 81, 53, 25, 39),
(6, 4, 38, 58, 83, 54, 25, 40),
(6, 4, 39, 59, 85, 55, 25, 40),
(6, 4, 40, 60, 87, 56, 26, 41),
(6, 4, 41, 61, 89, 57, 26, 41),
(6, 4, 42, 62, 91, 58, 26, 42),
(6, 4, 43, 63, 93, 59, 27, 43),
(6, 4, 44, 65, 95, 60, 27, 43),
(6, 4, 45, 66, 98, 61, 27, 44),
(6, 4, 46, 67, 100, 62, 27, 44),
(6, 4, 47, 68, 102, 64, 28, 45),
(6, 4, 48, 69, 104, 65, 28, 46),
(6, 4, 49, 71, 106, 66, 28, 46),
(6, 4, 50, 72, 108, 67, 29, 47),
(6, 4, 51, 73, 110, 68, 29, 48),
(6, 4, 52, 74, 113, 69, 29, 48),
(6, 4, 53, 75, 115, 70, 30, 49),
(6, 4, 54, 77, 117, 71, 30, 50),
(6, 4, 55, 78, 119, 73, 30, 50),
(6, 4, 56, 79, 122, 74, 31, 51),
(6, 4, 57, 80, 124, 75, 31, 52),
(6, 4, 58, 82, 126, 76, 31, 52),
(6, 4, 59, 83, 129, 77, 32, 53),
(6, 4, 60, 84, 131, 78, 32, 54),
(6, 4, 61, 86, 133, 80, 33, 54),
(6, 4, 62, 87, 136, 81, 33, 55),
(6, 4, 63, 88, 138, 82, 33, 56),
(6, 4, 64, 90, 140, 83, 34, 57),
(6, 4, 65, 91, 143, 85, 34, 57),
(6, 4, 66, 92, 145, 86, 34, 58),
(6, 4, 67, 94, 148, 87, 35, 59),
(6, 4, 68, 95, 150, 88, 35, 59),
(6, 4, 69, 97, 153, 90, 36, 60),
(6, 4, 70, 98, 155, 91, 36, 61),
(6, 4, 71, 100, 158, 92, 36, 62),
(6, 4, 72, 102, 161, 94, 37, 62),
(6, 4, 73, 103, 164, 99, 37, 63),
(6, 4, 74, 105, 167, 100, 38, 64),
(6, 4, 75, 107, 170, 102, 38, 65),
(6, 4, 76, 108, 173, 102, 38, 66),
(6, 4, 77, 110, 176, 102, 39, 67),
(6, 4, 78, 112, 180, 103, 39, 68),
(6, 4, 79, 114, 183, 105, 40, 69),
(6, 4, 80, 116, 186, 107, 40, 70),
(6, 5, 1, 20, 20, 20, 22, 23),
(6, 5, 2, 20, 20, 20, 23, 24),
(6, 5, 3, 20, 20, 21, 25, 26),
(6, 5, 4, 20, 21, 21, 26, 27),
(6, 5, 5, 21, 21, 21, 27, 28),
(6, 5, 6, 21, 21, 22, 29, 30),
(6, 5, 7, 21, 21, 22, 30, 31),
(6, 5, 8, 21, 22, 23, 31, 33),
(6, 5, 9, 21, 22, 23, 33, 34),
(6, 5, 10, 21, 22, 23, 34, 36),
(6, 5, 11, 22, 22, 24, 36, 37),
(6, 5, 12, 22, 23, 24, 37, 39),
(6, 5, 13, 22, 23, 25, 38, 40),
(6, 5, 14, 22, 23, 25, 40, 42),
(6, 5, 15, 22, 23, 25, 41, 43),
(6, 5, 16, 23, 24, 26, 43, 45),
(6, 5, 17, 23, 24, 26, 44, 46),
(6, 5, 18, 23, 24, 27, 46, 48),
(6, 5, 19, 23, 24, 27, 47, 49),
(6, 5, 20, 23, 25, 28, 49, 51),
(6, 5, 21, 24, 25, 28, 51, 53),
(6, 5, 22, 24, 25, 29, 52, 54),
(6, 5, 23, 24, 26, 29, 54, 56),
(6, 5, 24, 24, 26, 30, 55, 58),
(6, 5, 25, 25, 26, 30, 57, 59),
(6, 5, 26, 25, 27, 31, 59, 61),
(6, 5, 27, 25, 27, 31, 60, 63),
(6, 5, 28, 25, 27, 32, 62, 65),
(6, 5, 29, 25, 28, 32, 64, 66),
(6, 5, 30, 26, 28, 33, 65, 68),
(6, 5, 31, 26, 28, 33, 67, 70),
(6, 5, 32, 26, 29, 34, 69, 72),
(6, 5, 33, 27, 29, 34, 70, 73),
(6, 5, 34, 27, 29, 35, 72, 75),
(6, 5, 35, 27, 30, 35, 74, 77),
(6, 5, 36, 27, 30, 36, 76, 79),
(6, 5, 37, 28, 30, 36, 78, 81),
(6, 5, 38, 28, 31, 37, 79, 83),
(6, 5, 39, 28, 31, 38, 81, 85),
(6, 5, 40, 28, 31, 38, 83, 87),
(6, 5, 41, 29, 32, 39, 85, 88),
(6, 5, 42, 29, 32, 39, 87, 90),
(6, 5, 43, 29, 33, 40, 89, 92),
(6, 5, 44, 30, 33, 40, 91, 94),
(6, 5, 45, 30, 33, 41, 92, 96),
(6, 5, 46, 30, 34, 42, 94, 98),
(6, 5, 47, 31, 34, 42, 96, 100),
(6, 5, 48, 31, 35, 43, 98, 102),
(6, 5, 49, 31, 35, 44, 100, 104),
(6, 5, 50, 32, 36, 44, 102, 106),
(6, 5, 51, 32, 36, 45, 104, 109),
(6, 5, 52, 32, 36, 45, 106, 111),
(6, 5, 53, 33, 37, 46, 108, 113),
(6, 5, 54, 33, 37, 47, 110, 115),
(6, 5, 55, 33, 38, 47, 112, 117),
(6, 5, 56, 34, 38, 48, 114, 119),
(6, 5, 57, 34, 39, 49, 117, 121),
(6, 5, 58, 34, 39, 49, 119, 124),
(6, 5, 59, 35, 40, 50, 121, 126),
(6, 5, 60, 35, 40, 51, 123, 128),
(6, 5, 61, 35, 41, 51, 125, 130),
(6, 5, 62, 36, 41, 52, 127, 132),
(6, 5, 63, 36, 41, 53, 129, 135),
(6, 5, 64, 37, 42, 54, 132, 137),
(6, 5, 65, 37, 42, 54, 134, 139),
(6, 5, 66, 37, 43, 55, 136, 142),
(6, 5, 67, 38, 43, 56, 138, 144),
(6, 5, 68, 38, 44, 57, 140, 146),
(6, 5, 69, 39, 44, 57, 143, 149),
(6, 5, 70, 39, 45, 58, 145, 151),
(6, 5, 71, 39, 46, 59, 148, 158),
(6, 5, 72, 40, 46, 59, 151, 161),
(6, 5, 73, 40, 47, 60, 154, 164),
(6, 5, 74, 41, 47, 61, 156, 167),
(6, 5, 75, 41, 48, 62, 159, 170),
(6, 5, 76, 41, 49, 63, 162, 174),
(6, 5, 77, 42, 49, 64, 165, 177),
(6, 5, 78, 42, 50, 65, 168, 180),
(6, 5, 79, 43, 50, 66, 171, 183),
(6, 5, 80, 43, 51, 67, 174, 186),
(6, 8, 1, 20, 20, 20, 23, 22),
(6, 8, 2, 20, 20, 20, 24, 23),
(6, 8, 3, 20, 20, 21, 26, 25),
(6, 8, 4, 20, 20, 21, 27, 26),
(6, 8, 5, 20, 21, 21, 28, 27),
(6, 8, 6, 20, 21, 21, 30, 29),
(6, 8, 7, 21, 21, 22, 31, 30),
(6, 8, 8, 21, 21, 22, 33, 31),
(6, 8, 9, 21, 21, 22, 34, 33),
(6, 8, 10, 21, 21, 23, 36, 34),
(6, 8, 11, 21, 22, 23, 37, 36),
(6, 8, 12, 21, 22, 23, 39, 37),
(6, 8, 13, 21, 22, 24, 40, 38),
(6, 8, 14, 21, 22, 24, 42, 40),
(6, 8, 15, 21, 22, 24, 43, 41),
(6, 8, 16, 21, 23, 25, 45, 43),
(6, 8, 17, 22, 23, 25, 46, 44),
(6, 8, 18, 22, 23, 25, 48, 46),
(6, 8, 19, 22, 23, 26, 49, 47),
(6, 8, 20, 22, 23, 26, 51, 49),
(6, 8, 21, 22, 24, 26, 53, 51),
(6, 8, 22, 22, 24, 27, 54, 52),
(6, 8, 23, 22, 24, 27, 56, 54),
(6, 8, 24, 23, 24, 28, 58, 55),
(6, 8, 25, 23, 25, 28, 59, 57),
(6, 8, 26, 23, 25, 28, 61, 59),
(6, 8, 27, 23, 25, 29, 63, 60),
(6, 8, 28, 23, 25, 29, 65, 62),
(6, 8, 29, 23, 25, 30, 66, 64),
(6, 8, 30, 24, 26, 30, 68, 65),
(6, 8, 31, 24, 26, 30, 70, 67),
(6, 8, 32, 24, 26, 31, 72, 69),
(6, 8, 33, 24, 27, 31, 73, 70),
(6, 8, 34, 24, 27, 32, 75, 72),
(6, 8, 35, 24, 27, 32, 77, 74),
(6, 8, 36, 25, 27, 33, 79, 76),
(6, 8, 37, 25, 28, 33, 81, 78),
(6, 8, 38, 25, 28, 34, 83, 79),
(6, 8, 39, 25, 28, 34, 85, 81),
(6, 8, 40, 25, 28, 35, 87, 83),
(6, 8, 41, 26, 29, 35, 88, 85),
(6, 8, 42, 26, 29, 35, 90, 87),
(6, 8, 43, 26, 29, 36, 92, 89),
(6, 8, 44, 26, 30, 36, 94, 91),
(6, 8, 45, 26, 30, 37, 96, 92),
(6, 8, 46, 27, 30, 37, 98, 94),
(6, 8, 47, 27, 31, 38, 100, 96),
(6, 8, 48, 27, 31, 38, 102, 98),
(6, 8, 49, 27, 31, 39, 104, 100),
(6, 8, 50, 28, 32, 40, 106, 102),
(6, 8, 51, 28, 32, 40, 109, 104),
(6, 8, 52, 28, 32, 41, 111, 106),
(6, 8, 53, 28, 33, 41, 113, 108),
(6, 8, 54, 29, 33, 42, 115, 110),
(6, 8, 55, 29, 33, 42, 117, 112),
(6, 8, 56, 29, 34, 43, 119, 114),
(6, 8, 57, 29, 34, 43, 121, 117),
(6, 8, 58, 30, 34, 44, 124, 119),
(6, 8, 59, 30, 35, 44, 126, 121),
(6, 8, 60, 30, 35, 45, 128, 123),
(6, 8, 61, 30, 35, 46, 130, 125),
(6, 8, 62, 31, 36, 46, 132, 127),
(6, 8, 63, 31, 36, 47, 135, 129),
(6, 8, 64, 31, 37, 47, 137, 132),
(6, 8, 65, 32, 37, 48, 139, 134),
(6, 8, 66, 32, 37, 49, 142, 136),
(6, 8, 67, 32, 38, 49, 144, 138),
(6, 8, 68, 32, 38, 50, 146, 140),
(6, 8, 69, 33, 39, 50, 149, 143),
(6, 8, 70, 33, 39, 51, 151, 145),
(6, 8, 71, 33, 39, 52, 154, 152),
(6, 8, 72, 33, 40, 53, 160, 155),
(6, 8, 73, 33, 40, 54, 160, 158),
(6, 8, 74, 34, 41, 54, 163, 160),
(6, 8, 75, 34, 41, 55, 166, 163),
(6, 8, 76, 34, 41, 56, 169, 166),
(6, 8, 77, 35, 42, 57, 172, 169),
(6, 8, 78, 35, 42, 57, 175, 173),
(6, 8, 79, 35, 43, 58, 178, 176),
(6, 8, 80, 36, 43, 59, 181, 179),
(6, 9, 1, 20, 20, 21, 22, 22),
(6, 9, 2, 20, 20, 22, 23, 23),
(6, 9, 3, 21, 21, 22, 24, 24),
(6, 9, 4, 21, 21, 23, 26, 25),
(6, 9, 5, 21, 21, 23, 27, 27),
(6, 9, 6, 21, 22, 24, 28, 28),
(6, 9, 7, 22, 22, 24, 29, 29),
(6, 9, 8, 22, 23, 25, 30, 30),
(6, 9, 9, 22, 23, 26, 32, 31),
(6, 9, 10, 23, 23, 26, 33, 33),
(6, 9, 11, 23, 24, 27, 34, 34),
(6, 9, 12, 23, 24, 27, 35, 35),
(6, 9, 13, 24, 25, 28, 37, 36),
(6, 9, 14, 24, 25, 29, 38, 38),
(6, 9, 15, 24, 25, 29, 39, 39),
(6, 9, 16, 25, 26, 30, 41, 40),
(6, 9, 17, 25, 26, 31, 42, 42),
(6, 9, 18, 25, 27, 31, 43, 43),
(6, 9, 19, 26, 27, 32, 45, 44),
(6, 9, 20, 26, 28, 33, 46, 46),
(6, 9, 21, 26, 28, 33, 48, 47),
(6, 9, 22, 27, 29, 34, 49, 49),
(6, 9, 23, 27, 29, 35, 51, 50),
(6, 9, 24, 28, 30, 35, 52, 51),
(6, 9, 25, 28, 30, 36, 53, 53),
(6, 9, 26, 28, 31, 37, 55, 54),
(6, 9, 27, 29, 31, 37, 56, 56),
(6, 9, 28, 29, 32, 38, 58, 57),
(6, 9, 29, 30, 32, 39, 59, 59),
(6, 9, 30, 30, 33, 40, 61, 60),
(6, 9, 31, 30, 33, 40, 62, 62),
(6, 9, 32, 31, 34, 41, 64, 63),
(6, 9, 33, 31, 34, 42, 66, 65),
(6, 9, 34, 32, 35, 43, 67, 66),
(6, 9, 35, 32, 35, 44, 69, 68),
(6, 9, 36, 33, 36, 44, 70, 69),
(6, 9, 37, 33, 36, 45, 72, 71),
(6, 9, 38, 34, 37, 46, 74, 73),
(6, 9, 39, 34, 38, 47, 75, 74),
(6, 9, 40, 35, 38, 48, 77, 76),
(6, 9, 41, 35, 39, 48, 79, 78),
(6, 9, 42, 35, 39, 49, 80, 79),
(6, 9, 43, 36, 40, 50, 82, 81),
(6, 9, 44, 36, 40, 51, 84, 83),
(6, 9, 45, 37, 41, 52, 85, 84),
(6, 9, 46, 37, 42, 53, 87, 86),
(6, 9, 47, 38, 42, 54, 89, 88),
(6, 9, 48, 38, 43, 55, 91, 89),
(6, 9, 49, 39, 44, 55, 93, 91),
(6, 9, 50, 40, 44, 56, 94, 93),
(6, 9, 51, 40, 45, 57, 96, 95),
(6, 9, 52, 41, 45, 58, 98, 97),
(6, 9, 53, 41, 46, 59, 100, 98),
(6, 9, 54, 42, 47, 60, 102, 100),
(6, 9, 55, 42, 47, 61, 103, 102),
(6, 9, 56, 43, 48, 62, 105, 104),
(6, 9, 57, 43, 49, 63, 107, 106),
(6, 9, 58, 44, 49, 64, 109, 108),
(6, 9, 59, 44, 50, 65, 111, 109),
(6, 9, 60, 45, 51, 66, 113, 111),
(6, 9, 61, 46, 51, 67, 115, 113),
(6, 9, 62, 46, 52, 68, 117, 115),
(6, 9, 63, 47, 53, 69, 119, 117),
(6, 9, 64, 47, 54, 70, 121, 119),
(6, 9, 65, 48, 54, 71, 123, 121),
(6, 9, 66, 49, 55, 72, 125, 123),
(6, 9, 67, 49, 56, 73, 127, 125),
(6, 9, 68, 50, 57, 74, 129, 127),
(6, 9, 69, 50, 57, 75, 131, 129),
(6, 9, 70, 51, 58, 76, 133, 131),
(6, 9, 71, 52, 59, 78, 135, 146),
(6, 9, 72, 53, 59, 79, 138, 148),
(6, 9, 73, 54, 60, 80, 140, 151),
(6, 9, 74, 54, 61, 89, 143, 154),
(6, 9, 75, 55, 62, 91, 145, 156),
(6, 9, 76, 56, 63, 92, 148, 159),
(6, 9, 77, 57, 64, 93, 151, 162),
(6, 9, 78, 57, 65, 95, 153, 165),
(6, 9, 79, 58, 66, 96, 156, 168),
(6, 9, 80, 59, 67, 97, 159, 170),
(5, 2, 1, 22, 20, 22, 20, 21),
(5, 2, 2, 23, 21, 23, 21, 22),
(5, 2, 3, 24, 21, 24, 21, 22),
(5, 2, 4, 25, 22, 25, 22, 23),
(5, 2, 5, 26, 22, 26, 23, 24),
(5, 2, 6, 28, 23, 27, 23, 25),
(5, 2, 7, 29, 24, 28, 24, 25),
(5, 2, 8, 30, 24, 29, 25, 26),
(5, 2, 9, 31, 25, 30, 25, 27),
(5, 2, 10, 32, 25, 32, 26, 27),
(5, 2, 11, 33, 26, 33, 27, 28),
(5, 2, 12, 35, 27, 34, 27, 29),
(5, 2, 13, 36, 27, 35, 28, 30),
(5, 2, 14, 37, 28, 36, 29, 31),
(5, 2, 15, 38, 29, 37, 30, 31),
(5, 2, 16, 40, 29, 38, 30, 32),
(5, 2, 17, 41, 30, 40, 31, 33),
(5, 2, 18, 42, 31, 41, 32, 34),
(5, 2, 19, 43, 31, 42, 33, 35),
(5, 2, 20, 45, 32, 43, 33, 35),
(5, 2, 21, 46, 33, 45, 34, 36),
(5, 2, 22, 47, 33, 46, 35, 37),
(5, 2, 23, 49, 34, 47, 36, 38),
(5, 2, 24, 50, 35, 48, 37, 39),
(5, 2, 25, 51, 36, 50, 37, 40),
(5, 2, 26, 53, 36, 51, 38, 41),
(5, 2, 27, 54, 37, 52, 39, 42),
(5, 2, 28, 56, 38, 54, 40, 43),
(5, 2, 29, 57, 39, 55, 41, 43),
(5, 2, 30, 58, 39, 56, 42, 44),
(5, 2, 31, 60, 40, 58, 43, 45),
(5, 2, 32, 61, 41, 59, 43, 46),
(5, 2, 33, 63, 42, 60, 44, 47),
(5, 2, 34, 64, 43, 62, 45, 48),
(5, 2, 35, 66, 44, 63, 46, 49),
(5, 2, 36, 67, 44, 65, 47, 50),
(5, 2, 37, 69, 45, 66, 48, 51),
(5, 2, 38, 70, 46, 67, 49, 52),
(5, 2, 39, 72, 47, 69, 50, 53),
(5, 2, 40, 73, 48, 70, 51, 54),
(5, 2, 41, 75, 49, 72, 52, 55),
(5, 2, 42, 77, 49, 73, 53, 56),
(5, 2, 43, 78, 50, 75, 54, 57),
(5, 2, 44, 80, 51, 76, 55, 58),
(5, 2, 45, 81, 52, 78, 56, 59),
(5, 2, 46, 83, 53, 79, 57, 61),
(5, 2, 47, 85, 54, 81, 58, 62),
(5, 2, 48, 86, 55, 83, 59, 63),
(5, 2, 49, 88, 56, 84, 60, 64),
(5, 2, 50, 90, 57, 86, 61, 65),
(5, 2, 51, 91, 58, 87, 62, 66),
(5, 2, 52, 93, 59, 89, 63, 67),
(5, 2, 53, 95, 60, 91, 64, 68),
(5, 2, 54, 97, 61, 92, 65, 69),
(5, 2, 55, 98, 61, 94, 66, 71),
(5, 2, 56, 100, 62, 95, 67, 72),
(5, 2, 57, 102, 63, 97, 68, 73),
(5, 2, 58, 104, 64, 99, 69, 74),
(5, 2, 59, 105, 65, 101, 70, 75),
(5, 2, 60, 107, 66, 102, 71, 77),
(5, 2, 61, 109, 67, 104, 73, 78),
(5, 2, 62, 111, 69, 106, 74, 79),
(5, 2, 63, 113, 70, 107, 75, 80),
(5, 2, 64, 115, 71, 109, 76, 81),
(5, 2, 65, 116, 72, 111, 77, 83),
(5, 2, 66, 118, 73, 113, 78, 84),
(5, 2, 67, 120, 74, 115, 79, 85),
(5, 2, 68, 122, 75, 116, 81, 86),
(5, 2, 69, 124, 76, 118, 82, 88),
(5, 2, 70, 126, 77, 120, 83, 89),
(5, 2, 71, 148, 78, 122, 84, 92),
(5, 2, 72, 150, 79, 125, 86, 94),
(5, 2, 73, 152, 80, 127, 87, 96),
(5, 2, 74, 156, 82, 129, 89, 97),
(5, 2, 75, 158, 83, 131, 90, 99),
(5, 2, 76, 162, 84, 134, 92, 100),
(5, 2, 77, 164, 86, 136, 93, 103),
(5, 2, 78, 167, 87, 138, 95, 105),
(5, 2, 79, 170, 88, 153, 96, 106),
(5, 2, 80, 173, 90, 160, 98, 108),
(5, 3, 1, 23, 20, 23, 17, 24),
(5, 3, 2, 23, 21, 24, 18, 25),
(5, 3, 3, 24, 23, 25, 18, 25),
(5, 3, 4, 24, 24, 26, 19, 26),
(5, 3, 5, 25, 25, 27, 19, 26),
(5, 3, 6, 25, 27, 28, 20, 27),
(5, 3, 7, 26, 28, 28, 21, 28),
(5, 3, 8, 26, 30, 29, 21, 28),
(5, 3, 9, 26, 31, 30, 22, 29),
(5, 3, 10, 27, 33, 31, 22, 30),
(5, 3, 11, 27, 34, 32, 23, 30),
(5, 3, 12, 28, 36, 33, 24, 31),
(5, 3, 13, 28, 37, 34, 24, 32),
(5, 3, 14, 29, 39, 35, 25, 33),
(5, 3, 15, 29, 40, 36, 26, 33),
(5, 3, 16, 30, 42, 37, 26, 34),
(5, 3, 17, 30, 43, 39, 27, 35),
(5, 3, 18, 31, 45, 40, 28, 35),
(5, 3, 19, 31, 47, 41, 28, 36),
(5, 3, 20, 32, 48, 42, 29, 37),
(5, 3, 21, 32, 50, 43, 30, 38),
(5, 3, 22, 33, 51, 44, 31, 39),
(5, 3, 23, 34, 53, 45, 31, 39),
(5, 3, 24, 34, 55, 46, 32, 40),
(5, 3, 25, 35, 57, 47, 33, 41),
(5, 3, 26, 35, 58, 48, 34, 42),
(5, 3, 27, 36, 60, 50, 34, 43),
(5, 3, 28, 36, 62, 51, 35, 43),
(5, 3, 29, 37, 63, 52, 36, 44),
(5, 3, 30, 38, 65, 53, 37, 45),
(5, 3, 31, 38, 67, 54, 37, 46),
(5, 3, 32, 39, 69, 56, 38, 47),
(5, 3, 33, 39, 71, 57, 39, 48),
(5, 3, 34, 40, 72, 58, 40, 49),
(5, 3, 35, 41, 74, 59, 41, 49),
(5, 3, 36, 41, 76, 61, 42, 50),
(5, 3, 37, 42, 78, 62, 42, 51),
(5, 3, 38, 43, 80, 63, 43, 52),
(5, 3, 39, 43, 82, 64, 44, 53),
(5, 3, 40, 44, 84, 66, 45, 54),
(5, 3, 41, 45, 86, 67, 46, 55),
(5, 3, 42, 45, 88, 68, 47, 56),
(5, 3, 43, 46, 90, 70, 47, 57),
(5, 3, 44, 47, 91, 71, 48, 58),
(5, 3, 45, 47, 93, 72, 49, 59),
(5, 3, 46, 48, 95, 74, 50, 60),
(5, 3, 47, 49, 98, 75, 51, 61),
(5, 3, 48, 50, 100, 77, 52, 62),
(5, 3, 49, 50, 102, 78, 53, 63),
(5, 3, 50, 51, 104, 79, 54, 64),
(5, 3, 51, 52, 106, 81, 55, 65),
(5, 3, 52, 52, 108, 82, 56, 66),
(5, 3, 53, 53, 110, 84, 57, 67),
(5, 3, 54, 54, 112, 85, 58, 68),
(5, 3, 55, 55, 114, 87, 59, 69),
(5, 3, 56, 55, 116, 88, 60, 70),
(5, 3, 57, 56, 118, 90, 61, 71),
(5, 3, 58, 57, 121, 91, 62, 72),
(5, 3, 59, 58, 123, 93, 63, 73),
(5, 3, 60, 59, 125, 94, 64, 74),
(5, 3, 61, 59, 127, 96, 65, 76),
(5, 3, 62, 60, 130, 97, 66, 77),
(5, 3, 63, 61, 132, 99, 67, 78),
(5, 3, 64, 62, 134, 100, 68, 79),
(5, 3, 65, 63, 136, 102, 69, 80),
(5, 3, 66, 64, 139, 104, 70, 81),
(5, 3, 67, 64, 141, 105, 71, 82),
(5, 3, 68, 65, 143, 107, 72, 84),
(5, 3, 69, 66, 146, 108, 73, 85),
(5, 3, 70, 67, 148, 110, 74, 86),
(5, 3, 71, 68, 151, 112, 75, 87),
(5, 3, 72, 69, 154, 114, 76, 88),
(5, 3, 73, 70, 157, 116, 77, 90),
(5, 3, 74, 71, 160, 118, 79, 91),
(5, 3, 75, 72, 163, 120, 80, 93),
(5, 3, 76, 73, 166, 122, 81, 94),
(5, 3, 77, 74, 169, 124, 83, 96),
(5, 3, 78, 75, 172, 126, 84, 97),
(5, 3, 79, 76, 175, 128, 85, 99),
(5, 3, 80, 77, 178, 130, 87, 100),
(5, 7, 1, 24, 17, 23, 18, 25),
(5, 7, 2, 25, 17, 24, 19, 26),
(5, 7, 3, 26, 18, 25, 20, 27),
(5, 7, 4, 26, 18, 26, 21, 28),
(5, 7, 5, 27, 19, 27, 22, 29),
(5, 7, 6, 28, 19, 28, 23, 30),
(5, 7, 7, 29, 20, 29, 24, 31),
(5, 7, 8, 30, 20, 30, 25, 32),
(5, 7, 9, 31, 21, 31, 26, 33),
(5, 7, 10, 32, 21, 32, 27, 34),
(5, 7, 11, 33, 22, 33, 28, 36),
(5, 7, 12, 34, 22, 34, 29, 37),
(5, 7, 13, 34, 23, 35, 30, 38),
(5, 7, 14, 35, 23, 36, 31, 39),
(5, 7, 15, 36, 24, 37, 32, 40),
(5, 7, 16, 37, 24, 39, 33, 41),
(5, 7, 17, 38, 25, 40, 34, 43),
(5, 7, 18, 39, 25, 41, 35, 44),
(5, 7, 19, 40, 26, 42, 36, 45),
(5, 7, 20, 41, 26, 43, 37, 46),
(5, 7, 21, 42, 27, 44, 38, 47),
(5, 7, 22, 43, 27, 45, 39, 49),
(5, 7, 23, 44, 28, 47, 40, 50),
(5, 7, 24, 45, 28, 48, 41, 51),
(5, 7, 25, 47, 29, 49, 43, 52),
(5, 7, 26, 48, 30, 50, 44, 54),
(5, 7, 27, 49, 30, 52, 45, 55),
(5, 7, 28, 50, 31, 53, 46, 56),
(5, 7, 29, 51, 31, 54, 47, 58),
(5, 7, 30, 52, 32, 55, 48, 59),
(5, 7, 31, 53, 33, 57, 50, 60),
(5, 7, 32, 54, 33, 58, 51, 62),
(5, 7, 33, 55, 34, 59, 52, 63),
(5, 7, 34, 57, 34, 61, 53, 65),
(5, 7, 35, 58, 35, 62, 55, 66),
(5, 7, 36, 59, 36, 63, 56, 67),
(5, 7, 37, 60, 36, 65, 57, 69),
(5, 7, 38, 61, 37, 66, 58, 70),
(5, 7, 39, 62, 38, 67, 60, 72),
(5, 7, 40, 64, 38, 69, 61, 73),
(5, 7, 41, 65, 39, 70, 62, 75),
(5, 7, 42, 66, 40, 72, 64, 76),
(5, 7, 43, 67, 40, 73, 65, 78),
(5, 7, 44, 69, 41, 74, 66, 79),
(5, 7, 45, 70, 42, 76, 68, 81),
(5, 7, 46, 71, 42, 77, 69, 82),
(5, 7, 47, 72, 43, 79, 70, 84),
(5, 7, 48, 74, 44, 80, 72, 85),
(5, 7, 49, 75, 45, 82, 73, 87),
(5, 7, 50, 76, 45, 83, 75, 89),
(5, 7, 51, 78, 46, 85, 76, 90),
(5, 7, 52, 79, 47, 86, 77, 92),
(5, 7, 53, 80, 47, 88, 79, 93),
(5, 7, 54, 82, 48, 90, 80, 95),
(5, 7, 55, 83, 49, 91, 82, 97),
(5, 7, 56, 85, 50, 93, 83, 98),
(5, 7, 57, 86, 50, 94, 85, 100),
(5, 7, 58, 87, 51, 96, 86, 102),
(5, 7, 59, 89, 52, 97, 88, 103),
(5, 7, 60, 90, 53, 99, 89, 105),
(5, 7, 61, 92, 54, 101, 91, 107),
(5, 7, 62, 93, 54, 102, 92, 109),
(5, 7, 63, 95, 55, 104, 94, 110),
(5, 7, 64, 96, 56, 106, 95, 112),
(5, 7, 65, 97, 57, 107, 97, 114),
(5, 7, 66, 99, 58, 109, 99, 116),
(5, 7, 67, 100, 58, 111, 100, 118),
(5, 7, 68, 102, 59, 113, 102, 119),
(5, 7, 69, 103, 60, 114, 103, 121),
(5, 7, 70, 105, 61, 116, 105, 123),
(5, 7, 71, 106, 62, 118, 117, 125),
(5, 7, 72, 108, 63, 120, 119, 128),
(5, 7, 73, 110, 64, 122, 122, 130),
(5, 7, 74, 112, 65, 125, 124, 132),
(5, 7, 75, 114, 66, 127, 126, 134),
(5, 7, 76, 116, 67, 129, 128, 137),
(5, 7, 77, 117, 68, 131, 128, 139),
(5, 7, 78, 119, 69, 133, 133, 141),
(5, 7, 79, 121, 70, 136, 135, 144),
(5, 7, 80, 123, 71, 138, 137, 146),
(5, 11, 1, 18, 25, 19, 22, 22),
(5, 11, 2, 19, 25, 20, 23, 23),
(5, 11, 3, 19, 26, 20, 24, 24),
(5, 11, 4, 20, 26, 21, 25, 26),
(5, 11, 5, 20, 27, 22, 26, 27),
(5, 11, 6, 21, 27, 22, 27, 28),
(5, 11, 7, 21, 28, 23, 28, 29),
(5, 11, 8, 22, 28, 24, 29, 30),
(5, 11, 9, 23, 29, 24, 30, 32),
(5, 11, 10, 23, 29, 25, 32, 33),
(5, 11, 11, 24, 30, 26, 33, 34),
(5, 11, 12, 24, 31, 26, 34, 35),
(5, 11, 13, 25, 31, 27, 35, 37),
(5, 11, 14, 26, 32, 28, 36, 38),
(5, 11, 15, 26, 32, 29, 37, 39),
(5, 11, 16, 27, 33, 29, 38, 41),
(5, 11, 17, 28, 33, 30, 40, 42),
(5, 11, 18, 28, 34, 31, 41, 43),
(5, 11, 19, 29, 35, 32, 42, 45),
(5, 11, 20, 30, 35, 32, 43, 46),
(5, 11, 21, 30, 36, 33, 45, 48),
(5, 11, 22, 31, 36, 34, 46, 49),
(5, 11, 23, 32, 37, 35, 47, 51),
(5, 11, 24, 32, 38, 36, 48, 52),
(5, 11, 25, 33, 38, 36, 50, 53),
(5, 11, 26, 34, 39, 37, 51, 55),
(5, 11, 27, 35, 40, 38, 52, 56),
(5, 11, 28, 35, 40, 39, 54, 58),
(5, 11, 29, 36, 41, 40, 55, 59),
(5, 11, 30, 37, 42, 41, 56, 61),
(5, 11, 31, 38, 42, 42, 58, 62),
(5, 11, 32, 38, 43, 42, 59, 64),
(5, 11, 33, 39, 44, 43, 60, 66),
(5, 11, 34, 40, 44, 44, 62, 67),
(5, 11, 35, 41, 45, 45, 63, 69),
(5, 11, 36, 42, 46, 46, 65, 70),
(5, 11, 37, 42, 47, 47, 66, 72),
(5, 11, 38, 43, 47, 48, 67, 74),
(5, 11, 39, 44, 48, 49, 69, 75),
(5, 11, 40, 45, 49, 50, 70, 77),
(5, 11, 41, 46, 50, 51, 72, 79),
(5, 11, 42, 46, 50, 52, 73, 80),
(5, 11, 43, 47, 51, 53, 75, 82),
(5, 11, 44, 48, 52, 54, 76, 84),
(5, 11, 45, 49, 53, 55, 78, 85),
(5, 11, 46, 50, 54, 56, 79, 87),
(5, 11, 47, 51, 54, 57, 81, 89),
(5, 11, 48, 52, 55, 58, 83, 91),
(5, 11, 49, 53, 56, 59, 84, 93),
(5, 11, 50, 53, 57, 60, 86, 94),
(5, 11, 51, 54, 58, 61, 87, 96),
(5, 11, 52, 55, 59, 62, 89, 98),
(5, 11, 53, 56, 59, 63, 91, 100),
(5, 11, 54, 57, 60, 64, 92, 102),
(5, 11, 55, 58, 61, 65, 94, 103),
(5, 11, 56, 59, 62, 66, 95, 105),
(5, 11, 57, 60, 63, 67, 97, 107),
(5, 11, 58, 61, 64, 68, 99, 109),
(5, 11, 59, 62, 65, 69, 101, 111),
(5, 11, 60, 63, 66, 70, 102, 113),
(5, 11, 61, 64, 66, 72, 104, 115),
(5, 11, 62, 65, 67, 73, 106, 117),
(5, 11, 63, 66, 68, 74, 107, 119),
(5, 11, 64, 67, 69, 75, 109, 121),
(5, 11, 65, 68, 70, 76, 111, 123),
(5, 11, 66, 69, 71, 77, 113, 125),
(5, 11, 67, 70, 72, 78, 115, 127),
(5, 11, 68, 71, 73, 80, 116, 129),
(5, 11, 69, 72, 74, 81, 118, 131),
(5, 11, 70, 73, 75, 82, 120, 133),
(5, 11, 71, 75, 76, 83, 122, 135),
(5, 11, 72, 76, 78, 85, 125, 138),
(5, 11, 73, 77, 79, 86, 127, 140),
(5, 11, 74, 78, 80, 88, 131, 143),
(5, 11, 75, 80, 81, 89, 133, 145),
(5, 11, 76, 81, 82, 91, 134, 148),
(5, 11, 77, 82, 83, 92, 136, 151),
(5, 11, 78, 84, 85, 94, 138, 153),
(5, 11, 79, 85, 86, 95, 141, 156),
(5, 11, 80, 86, 87, 97, 143, 159);
CREATE TABLE IF NOT EXISTS `player_xp_for_level` (
`Level` int(3) unsigned NOT NULL,
`Experience` int(10) unsigned NOT NULL,
PRIMARY KEY (`Level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `player_xp_for_level` (`Level`, `Experience`) VALUES
(1, 400),
(2, 900),
(3, 1400),
(4, 2100),
(5, 2800),
(6, 3600),
(7, 4500),
(8, 5400),
(9, 6500),
(10, 7600),
(11, 8700),
(12, 9800),
(13, 11000),
(14, 12300),
(15, 13600),
(16, 15000),
(17, 16400),
(18, 17800),
(19, 19300),
(20, 20800),
(21, 22400),
(22, 24000),
(23, 25500),
(24, 27200),
(25, 28900),
(26, 30500),
(27, 32200),
(28, 33900),
(29, 36300),
(30, 38800),
(31, 41600),
(32, 44600),
(33, 48000),
(34, 51400),
(35, 55000),
(36, 58700),
(37, 62400),
(38, 66200),
(39, 70200),
(40, 74300),
(41, 78500),
(42, 82800),
(43, 87100),
(44, 91600),
(45, 96300),
(46, 101000),
(47, 105800),
(48, 110700),
(49, 115700),
(50, 120900),
(51, 126100),
(52, 131500),
(53, 137000),
(54, 142500),
(55, 148200),
(56, 154000),
(57, 159900),
(58, 165800),
(59, 172000),
(60, 290000),
(61, 317000),
(62, 349000),
(63, 386000),
(64, 428000),
(65, 475000),
(66, 527000),
(67, 585000),
(68, 648000),
(69, 717000),
(70, 1523800),
(71, 1539600),
(72, 1555700),
(73, 1571800),
(74, 1587900),
(75, 1604200),
(76, 1620700),
(77, 1637400),
(78, 1653900),
(79, 1670800);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment