arcturus-morningstar-defaul.../Catalog-SQLS/crafting_recipes_ingredients.sql
2023-03-10 17:23:16 +01:00

700 lines
48 KiB
SQL

/*
Navicat MySQL Data Transfer
Source Server : hotel
Source Server Version : 50505
Source Host : localhost:3306
Source Database : hotel
Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001
Date: 2020-12-18 10:12:05
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for crafting_recipes_ingredients
-- ----------------------------
DROP TABLE IF EXISTS `crafting_recipes_ingredients`;
CREATE TABLE `crafting_recipes_ingredients` (
`recipe_id` int(11) NOT NULL,
`item_id` int(11) NOT NULL,
`amount` int(11) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED;
-- ----------------------------
-- Records of crafting_recipes_ingredients
-- ----------------------------
INSERT INTO `crafting_recipes_ingredients` VALUES ('1', '8373', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('2', '8363', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('2', '8373', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('3', '8363', '8');
INSERT INTO `crafting_recipes_ingredients` VALUES ('4', '8404', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('4', '8363', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('5', '8404', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('6', '8363', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('7', '8370', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('8', '8362', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('15', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('15', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9621', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('14', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('13', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('13', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('12', '8362', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('12', '8370', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('11', '8365', '8');
INSERT INTO `crafting_recipes_ingredients` VALUES ('10', '8362', '8');
INSERT INTO `crafting_recipes_ingredients` VALUES ('9', '8365', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('9', '8362', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('159', '11153', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('160', '11147', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('161', '11162', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('162', '11154', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('25', '9431', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('26', '9444', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('27', '9434', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('28', '9411', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('28', '9435', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('29', '9436', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('29', '9411', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('30', '9455', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('30', '9411', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('31', '9444', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('31', '9431', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('31', '9434', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('32', '9457', '10');
INSERT INTO `crafting_recipes_ingredients` VALUES ('33', '9411', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('34', '9411', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('34', '9457', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('35', '9411', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('35', '9457', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('36', '9411', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('36', '9421', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('37', '9457', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('37', '9435', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('37', '9411', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('39', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('39', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('40', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('40', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('41', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('41', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('42', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('42', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('43', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('43', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('44', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('44', '9574', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('45', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('45', '9581', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('45', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('46', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('46', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('46', '9611', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('47', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('47', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('47', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('48', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('48', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('48', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('49', '9585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('49', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('49', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('50', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('50', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('51', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('51', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('52', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('52', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('53', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('53', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('54', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('54', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('55', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('55', '9574', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('56', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('56', '9581', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('56', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('57', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('57', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('57', '9611', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('58', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('58', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('58', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('59', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('59', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('59', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('60', '9627', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('60', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('60', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('61', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('61', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('62', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('62', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('63', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('63', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('64', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('64', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('65', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('65', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('66', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('66', '9574', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('67', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('67', '9581', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('67', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('68', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('68', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('68', '9611', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('69', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('69', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('69', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('70', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('70', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('70', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('71', '9632', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('71', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('71', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('72', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('72', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('73', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('73', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('74', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('74', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('75', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('75', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('76', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('76', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('77', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('77', '9574', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('78', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('78', '9581', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('78', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('79', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('79', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('79', '9611', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('80', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('80', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('80', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('81', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('81', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('81', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('82', '9622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('82', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('82', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('83', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('83', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('84', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('84', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('85', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('85', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('86', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('86', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('87', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('87', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('88', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('88', '9574', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('89', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('89', '9581', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('89', '9611', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('90', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('90', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('90', '9611', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('91', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('91', '9581', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('91', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('92', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('92', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('92', '9598', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('93', '9645', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('93', '9582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('93', '9621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('94', '9793', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('94', '9826', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('94', '9838', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('95', '9842', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('95', '9826', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('95', '9838', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('96', '9892', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('96', '9826', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('96', '9838', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('97', '9833', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('97', '9826', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('97', '9838', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('98', '9790', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('98', '9826', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('98', '9838', '6');
INSERT INTO `crafting_recipes_ingredients` VALUES ('99', '9801', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('99', '9826', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('99', '9838', '6');
INSERT INTO `crafting_recipes_ingredients` VALUES ('100', '10133', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('100', '10132', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('101', '10152', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('101', '10155', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('102', '10139', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('102', '10167', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('103', '10171', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('103', '10185', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('104', '10144', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('104', '10168', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10155', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10144', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10185', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10168', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10139', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10133', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10171', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10152', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10132', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('105', '10167', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('106', '10298', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('106', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('107', '10291', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('107', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('108', '10305', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('108', '10284', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('108', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('109', '10245', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('109', '10284', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('109', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('110', '10239', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('110', '10284', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('110', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('111', '10276', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('111', '10284', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('112', '10301', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('112', '10284', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('113', '10303', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('113', '10284', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('113', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('114', '10296', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('114', '10284', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('114', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('115', '10287', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('115', '10284', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('115', '10265', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('116', '10272', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('116', '10265', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('116', '10284', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('117', '10371', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('117', '10370', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('118', '10370', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('118', '10398', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('119', '10352', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('119', '10378', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('120', '10378', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('120', '10384', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('120', '10341', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('121', '10352', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('121', '10349', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('121', '10387', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('122', '10371', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('122', '10343', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('122', '10384', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('123', '10378', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('123', '10371', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('123', '10370', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('123', '10398', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('123', '10352', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('123', '10349', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('123', '10341', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('124', '10595', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('124', '10596', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('125', '10595', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('125', '10597', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('126', '10621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('126', '10596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('127', '10621', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('127', '10597', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('128', '10638', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('128', '10596', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('129', '10638', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('129', '10597', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('130', '10574', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('130', '10596', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('131', '10574', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('131', '10597', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('132', '10600', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('132', '10582', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('133', '10629', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('134', '10636', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('134', '10582', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('135', '10583', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('136', '10614', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('136', '10582', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('137', '10618', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('138', '10606', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('138', '10582', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('139', '10628', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('140', '10597', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('140', '10610', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('141', '10720', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('141', '10711', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('142', '10720', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('142', '10711', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('143', '10720', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('143', '10729', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('144', '10720', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('144', '10729', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('145', '10711', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('145', '10729', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('146', '10711', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('146', '10729', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('147', '10711', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('147', '10729', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('148', '10711', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('148', '10729', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('177', '8955', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('176', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('176', '8963', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('150', '10791', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('150', '10824', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('150', '10825', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('151', '10825', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('151', '10829', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('151', '10826', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('152', '10812', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('152', '10824', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('152', '10798', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('153', '10829', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('153', '10798', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('153', '10824', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('154', '10902', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('155', '10907', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('156', '10881', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('156', '10884', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('157', '10881', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('157', '10940', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('158', '10881', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('158', '10930', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('163', '10031', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('163', '10033', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('164', '10031', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('164', '10033', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('165', '10031', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('165', '10033', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('166', '10031', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('166', '10033', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('167', '8920', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('167', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('168', '8947', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('168', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('169', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('169', '8927', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('170', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('170', '8922', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('171', '8929', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('171', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('172', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('173', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('172', '8962', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('173', '8935', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('174', '8979', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('174', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('175', '8986', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('175', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('180', '8920', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('180', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('179', '8991', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('179', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('178', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('178', '8967', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('177', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('209', '9191', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('208', '9188', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('207', '9158', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('192', '8991', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('192', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('191', '8967', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('191', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('190', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('190', '8955', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('189', '8963', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('189', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('188', '8986', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('188', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('187', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('187', '8979', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('186', '8935', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('186', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('185', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('185', '8962', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('184', '8929', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('184', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('183', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('183', '8922', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('182', '8927', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('182', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('181', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('181', '8947', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('209', '9188', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('210', '9191', '10');
INSERT INTO `crafting_recipes_ingredients` VALUES ('211', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('211', '9194', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('212', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('212', '9150', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('213', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('213', '9149', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('214', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('214', '9161', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('215', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('215', '9190', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('216', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('216', '9174', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('217', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('217', '9176', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('218', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('218', '9185', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('219', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('219', '9182', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('220', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('220', '209', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('221', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('221', '5305', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('222', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('222', '5317', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('223', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('223', '207', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('224', '9152', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('224', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('224', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('225', '9186', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('225', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('225', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('226', '9179', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('226', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('226', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('227', '9187', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('227', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('227', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('228', '9162', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('228', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('228', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('229', '6218', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('229', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('229', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('230', '9173', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('230', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('230', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('230', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('231', '9156', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('231', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('231', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('231', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('232', '9178', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('232', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('232', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('232', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('233', '9170', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('233', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('233', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('233', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('234', '9177', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('234', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('234', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('234', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('235', '9153', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('235', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('235', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('235', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('236', '6215', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('236', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('236', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('236', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('237', '6183', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('237', '9158', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('237', '9188', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('237', '9191', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('193', '3541', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('193', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('194', '3605', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('194', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('195', '3189', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('195', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('196', '3426', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('196', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('197', '4604', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('197', '4580', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('197', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('198', '2757', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('198', '3165', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('198', '3984', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('199', '3530', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('199', '3123', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('199', '8936', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('200', '4103', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('200', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('201', '8245', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('201', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('202', '3530', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('202', '8119', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('202', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('203', '3162', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('203', '3407', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('203', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('204', '3145', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('204', '3153', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('204', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('205', '3541', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('205', '4102', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('205', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('206', '3541', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('206', '8101', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('206', '8120', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('206', '8921', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('238', '11212', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('238', '11182', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('239', '11195', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('239', '11199', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('240', '11172', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('240', '11199', '4');
INSERT INTO `crafting_recipes_ingredients` VALUES ('241', '11190', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('241', '11199', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('242', '11179', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('242', '11199', '6');
INSERT INTO `crafting_recipes_ingredients` VALUES ('243', '11209', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('244', '11178', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('245', '11183', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('246', '11215', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('247', '11189', '5');
INSERT INTO `crafting_recipes_ingredients` VALUES ('293', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('294', '11585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('296', '11592', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('296', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('298', '11592', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('297', '11592', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('297', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('298', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('295', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('295', '11585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('294', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('293', '11585', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('291', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('292', '11553', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('292', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('291', '11553', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('290', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('290', '11553', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('289', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('289', '11600', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('288', '11600', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('288', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('284', '11563', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('284', '11571', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('287', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('287', '11600', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('286', '11563', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('286', '11556', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('286', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('285', '11577', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('285', '11563', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('285', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('284', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('283', '11599', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('283', '11563', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('283', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('282', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('282', '11580', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('281', '11580', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('281', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('280', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('280', '11580', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('279', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('279', '11608', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('278', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('277', '11608', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('277', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('278', '11608', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('276', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('276', '11566', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('275', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('275', '11566', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('274', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('274', '11566', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('272', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('273', '11589', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('273', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('272', '11589', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('271', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('271', '11589', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('270', '11556', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('270', '11610', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('270', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('269', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('269', '11610', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('269', '11577', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('258', '11583', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('258', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('267', '11610', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('268', '11610', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('268', '11571', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('267', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('267', '11599', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('268', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('266', '11573', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('266', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('265', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('265', '11573', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('264', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('264', '11573', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('263', '11578', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('263', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('262', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('262', '11578', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('261', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('261', '11578', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('260', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('260', '11583', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('259', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('259', '11583', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('257', '11596', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('257', '11570', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('256', '11591', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('256', '11570', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('248', '11571', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('248', '11610', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('255', '11570', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('255', '11586', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('254', '11556', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('254', '11588', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('254', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('253', '11577', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('253', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('253', '11588', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('252', '11571', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('252', '11588', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('252', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('251', '11599', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('251', '11588', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('251', '11557', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('250', '11563', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('250', '11577', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('249', '11599', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('249', '11588', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('299', '11659', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('299', '11658', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('300', '11619', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('300', '11642', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('301', '11664', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('301', '11619', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('302', '11659', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('302', '11619', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('302', '11622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('303', '11664', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('303', '11658', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('303', '11622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11659', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11658', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11619', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11642', '2');
INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11622', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('305', '11659', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('305', '11642', '3');
INSERT INTO `crafting_recipes_ingredients` VALUES ('305', '11642', '1');
INSERT INTO `crafting_recipes_ingredients` VALUES ('304', '11664', '1');