-- phpMyAdmin SQL Dump -- version 4.9.5deb2 -- https://www.phpmyadmin.net/ -- -- Generation Time: Jul 18, 2026 at 09:38 PM -- Server version: 8.0.46-0ubuntu0.24.04.3 -- PHP Version: 7.4.3-4ubuntu2.29 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `PalAPI` -- -- -------------------------------------------------------- -- -- Table structure for table `bosspals` -- CREATE TABLE `bosspals` ( `ID` int NOT NULL, `DevName` varchar(50) NOT NULL, `DexKey` varchar(4) NOT NULL, `Image` varchar(100) NOT NULL, `Name` varchar(50) NOT NULL, `Wiki` varchar(100) NOT NULL, `WikiImage` varchar(200) NOT NULL, `Types` json DEFAULT NULL, `Suitability` json DEFAULT NULL, `Drops` json DEFAULT NULL, `Aura` json DEFAULT NULL, `Description` text, `Skills` json DEFAULT NULL, `Stats` json DEFAULT NULL, `Asset` varchar(50) NOT NULL, `Genus` varchar(50) NOT NULL, `Rarity` int NOT NULL, `Price` int NOT NULL, `Size` varchar(2) NOT NULL, `BattleBGM` varchar(50) NOT NULL, `Maps` json DEFAULT NULL, `AIResponse` varchar(20) NOT NULL, `Nocturnal` tinyint(1) NOT NULL, `Predator` tinyint(1) NOT NULL, `NooseTrap` tinyint(1) NOT NULL, `IsRaidBoss` tinyint(1) NOT NULL, `IgnoreStun` tinyint(1) NOT NULL, `IgnoreCombi` tinyint(1) NOT NULL, `FirstDefeatRewardItemID` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `bosspals` -- INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (1, 'GYM_WorldTreeDragon', '-01', '/public/images/pals/T_WorldTreeDragon_icon_normal.png', 'Zenara & Astralym', 'None', 'None', '[]', '[]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Unique WorldTreeDragon PaldiumShot\", \"Type\": \"None\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumCannon\", \"Type\": \"None\", \"Level\": 2, \"Power\": 700, \"Cooldown\": 20, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumRain\", \"Type\": \"None\", \"Level\": 3, \"Power\": 500, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumExplosion\", \"Type\": \"None\", \"Level\": 4, \"Power\": 800, \"Cooldown\": 60, \"Description\": \"\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 5, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 8, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}, {\"Name\": \"Meteorain\", \"Type\": \"Dragon\", \"Level\": 9, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Drops countless meteorites, generating an array of shock waves.\"}]', '{\"HP\": 240, \"Food\": 9, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": 400}, \"Attack\": {\"Melee\": 100, \"Ranged\": 200}, \"Defense\": 200, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 40.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 0.7, \"EnemyReceiveDamageRate\": 1.0}', 'GYM WorldTreeDragon', 'None', 8, 20000, 'XL', 'WorldTreeDragon', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 1, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (2, 'GYM_WorldTreeDragon_2', '-01', '/public/images/pals/T_WorldTreeDragon_Form2_icon_normal.png', 'Zenara & Astralym', 'None', 'None', '[]', '[]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Unique WorldTreeDragon PaldiumShot\", \"Type\": \"None\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumCannon\", \"Type\": \"None\", \"Level\": 2, \"Power\": 700, \"Cooldown\": 20, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumRain\", \"Type\": \"None\", \"Level\": 3, \"Power\": 500, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumExplosion\", \"Type\": \"None\", \"Level\": 4, \"Power\": 800, \"Cooldown\": 60, \"Description\": \"\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 5, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Psycho Gravity\", \"Type\": \"Dark\", \"Level\": 8, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Utilizes gravity to deprive enemies of their freedom, then slams them into the ground from high above.\"}, {\"Name\": \"Meteorain\", \"Type\": \"Dragon\", \"Level\": 9, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Drops countless meteorites, generating an array of shock waves.\"}]', '{\"HP\": 288, \"Food\": 9, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": 400}, \"Attack\": {\"Melee\": 100, \"Ranged\": 200}, \"Defense\": 200, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 405.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 0.45}', 'GYM WorldTreeDragon 2', 'None', 8, 40000, 'XL', 'WorldTreeDragon', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 1, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (3, 'GYM_BlackGriffon', '-02', '/public/images/pals/T_BossDemo_Image_Snow.png', 'Victor & Shadowbeak', 'https://palworld.fandom.com/wiki/Victor_Ashford', 'https://static.wikia.nocookie.net/palworld/images/5/5b/Victor_and_Shadowbeak.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Divine Disaster\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Charges forward, generating orbs of light that automatically target enemies and unleash a barrage of lasers.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 2, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 3, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 4, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 5, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 6, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 8, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 850, \"Ride\": 1300, \"Walk\": 80}, \"Attack\": {\"Melee\": 130, \"Ranged\": 120}, \"Defense\": 140, \"Stamina\": 100, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 28.0, \"Transportspeed\": 465, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM BlackGriffon', 'FourLegged', 10, 6490, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (4, 'GYM_ElecPanda', '-02', '/public/images/pals/T_BossDemo_Image_Grass.png', 'Zoe & Grizzbolt', 'https://palworld.fandom.com/wiki/Zoe_Rayne', 'https://static.wikia.nocookie.net/palworld/images/f/f9/Zoe_and_Grizzbolt.png', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Lightning Claw\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Grizzbolt\'s exclusive skill. After leaping at an enemy and tearing at it twice with its electrically charged claws, it attacks the ground, sending an electric shock throughout the area.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 2, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 3, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 4, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}, {\"Name\": \"Lock-on Laser\", \"Type\": \"Electricity\", \"Level\": 5, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"Takes aim at an enemy before firing a super high speed laser.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1100, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 12.0, \"Transportspeed\": 287, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM ElecPanda', 'Humanoid', 8, 7048, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (5, 'GYM_Horus', '-02', '/public/images/pals/T_BossDemo_Image_Desert.png', 'Marcus & Faleris', 'https://palworld.fandom.com/wiki/Marcus_Dryden', 'https://static.wikia.nocookie.net/palworld/images/9/9c/Marcus_and_Faleris.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Phoenix Flare\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"Faleris\' exclusive skill. After creating scorching tornadoes, it cloaks itself in hellfire and charges forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 2, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 3, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 4, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 5, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 6, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 8, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}]', '{\"HP\": 100, \"Food\": 8, \"Speed\": {\"Run\": 1000, \"Ride\": 1500, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 27.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM Horus', 'Bird', 9, 5370, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (6, 'GYM_LilyQueen', '-02', '/public/images/pals/T_BossDemo_Image_Forest.png', 'Lily & Lyleen', 'https://palworld.fandom.com/wiki/Lily_Everhart', 'https://static.wikia.nocookie.net/palworld/images/1/18/Lily_and_Lyleen.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Unique LilyQueen GYM Act\", \"Type\": \"Leaf\", \"Level\": 2, \"Power\": 1, \"Cooldown\": 60, \"Description\": \"\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 3, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Multicutter\", \"Type\": \"Leaf\", \"Level\": 4, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"The user fires three high-speed blades of wind in quick succession that fly straight at enemies.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 5, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 6, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}]', '{\"HP\": 110, \"Food\": 6, \"Speed\": {\"Run\": 450, \"Ride\": 650, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 25.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM LilyQueen', 'Humanoid', 9, 6854, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (7, 'GYM_ThunderDragonMan', '-02', '/public/images/pals/T_BossDemo_Image_Volcano.png', 'Axel & Orserk', 'https://palworld.fandom.com/wiki/Axel_Travers', 'https://static.wikia.nocookie.net/palworld/images/b/b0/Axel_and_Orserk.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Kerauno\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Orserk\'s exclusive skill. Summons a spear of lightning while leaping into the air before throwing it at an enemy.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 2, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 3, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 4, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 5, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 6, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Unique ThunderDragonMan GYM Act\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 1, \"Cooldown\": 30, \"Description\": \"\"}]', '{\"HP\": 100, \"Food\": 7, \"Speed\": {\"Run\": 900, \"Ride\": 1300, \"Walk\": 185}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 25.0, \"Transportspeed\": 542, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM ThunderDragonMan', 'Humanoid', 9, 8272, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (8, 'GYM_MoonQueen', '-02', '/public/images/pals/T_MoonQueen_icon_normal.png', 'Saya & Selyne', 'https://palworld.fandom.com/wiki/Saya_Kurosaki', 'https://static.wikia.nocookie.net/palworld/images/2/2f/Saya_and_Selyne.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Star Mine\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates stars around the enemy that explode on contact. Stars also explode after some time.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 2, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Moonlight Beam\", \"Type\": \"Neutral\", \"Level\": 3, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Selyne\'s exclusive skill. Stores energy in the moon on its back, then fires a crescent-shaped beam forward.\"}, {\"Name\": \"Seigetsu Blade\", \"Type\": \"Neutral\", \"Level\": 4, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Selyne\'s exclusive skill. Fires two consecutive high-speed blades imbued with the power of moonlight.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 5, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 6, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 8, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Unique MoonQueen GYM Act\", \"Type\": \"Neutral\", \"Level\": 9, \"Power\": 1, \"Cooldown\": 300, \"Description\": \"\"}]', '{\"HP\": 130, \"Food\": 2, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 54.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM MoonQueen', 'Humanoid', 9, 8190, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (9, 'GYM_SnowTigerBeastman', '-02', '/public/images/pals/T_SnowTigerBeastman_icon_normal.png', 'Bjorn & Bastigor', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Frost Talon\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Bastigor\'s exclusive skill. Stomps the ground, creating a fissure of ice ahead. Then, rapidly closes the distance and slashes with the right hand.\"}, {\"Name\": \"Glacial Impact\", \"Type\": \"Ice\", \"Level\": 2, \"Power\": 650, \"Cooldown\": 30, \"Description\": \"Bastigor\'s exclusive skill. Let out a mighty roar and leap into the air. Then, embed both arms into the ground to create a massive ice crack. Continue to channel power into the ground, ultimately causing a large explosion of ice energy\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 3, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 4, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 5, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 6, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 8, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 9, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 140, \"Food\": 6, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 225}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 62.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM SnowTigerBeastman', 'Humanoid', 10, 8850, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (10, 'GYM_BlueSkyDragon', '-01', '/public/images/pals/T_BlueSkyDragon_icon_normal.png', 'Auri & Shaolong', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Hydra Charge\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Shaolong\'s exclusive skill. Cloaks the body in water and charges straight forward.\"}, {\"Name\": \"Azure Dracoflare\", \"Type\": \"Dragon\", \"Level\": 2, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shaolong\'s exclusive skill. Breathes Dragon-elemental flames in a sweeping motion, scorching the surrounding area.\"}, {\"Name\": \"Geyser Gush\", \"Type\": \"Water\", \"Level\": 3, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Erupts massive pillars of water beneath and around the enemy.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 4, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 5, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}, {\"Name\": \"Charge Cannon\", \"Type\": \"Dragon\", \"Level\": 8, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Fires an energy orb infused with draconic power at the enemy. The orb causes a wide-area explosion upon impact.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 9, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2800, \"Walk\": 300}, \"Attack\": {\"Melee\": 100, \"Ranged\": 135}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 50.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 0.9, \"EnemyReceiveDamageRate\": 1.0}', 'GYM BlueSkyDragon', 'Dragon', 9, 9062, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (11, 'GYM_BlueSkyDragon_2', '-01', '/public/images/pals/T_BlueSkyDragon_icon_normal.png', 'Auri & Shaolong', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Hydra Charge\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Shaolong\'s exclusive skill. Cloaks the body in water and charges straight forward.\"}, {\"Name\": \"Azure Dracoflare\", \"Type\": \"Dragon\", \"Level\": 2, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shaolong\'s exclusive skill. Breathes Dragon-elemental flames in a sweeping motion, scorching the surrounding area.\"}, {\"Name\": \"Geyser Gush\", \"Type\": \"Water\", \"Level\": 3, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Erupts massive pillars of water beneath and around the enemy.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 4, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 5, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 6, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}, {\"Name\": \"Meteorain\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Drops countless meteorites, generating an array of shock waves.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 8, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 9, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 120, \"Food\": 2, \"Speed\": {\"Run\": 700, \"Ride\": -1, \"Walk\": 300}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 88.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 12.0, \"EnemyReceiveDamageRate\": 0.2}', 'GYM BlueSkyDragon', 'Dragon', 9, 9062, 'XL', 'TowerBoss', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (12, 'BOSS_Alpaca', '-01', '/public/images/pals/T_Alpaca_icon_normal.png', 'Melpaca', 'https://palworld.fandom.com/wiki/Melpaca', 'https://static.wikia.nocookie.net/palworld/images/7/7f/Melpaca_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Melpaca Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases Kingpaca\'s Defense and Movement Speed. Sometimes drops Wool when assigned to Ranch.\"}', 'Don\'t be fooled by this Pal\'s fluffy appearance. A hypersonic kick from one of its long legs may send you flying to the other side of the world.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Fluffy Tackle\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Melpaca\'s exclusive skill. Charges forward while surrounded by an adorable aura.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 108, \"Food\": 2, \"Speed\": {\"Run\": 500, \"Ride\": 1000, \"Walk\": 62}, \"Attack\": {\"Melee\": 90, \"Ranged\": 75}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 261, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Alpaca', 'FourLegged', 8, 1582, 'XL', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (13, 'BOSS_AmaterasuWolf', '-01', '/public/images/pals/T_AmaterasuWolf_icon_normal.png', 'Kitsun', 'https://palworld.fandom.com/wiki/Kitsun', 'https://static.wikia.nocookie.net/palworld/images/6/6b/Kitsun_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Kitsun Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Ice damage and are immune to Freeze. (Does not stack)\"}', 'Despite its appearance, Kitsun is extremely sensitive and will flee into a cave when spooked. Long ago, it was considered an ill omen if one ran away from you.', '[{\"Name\": \"Double Fang (Fire)\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Daring Flames\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Kitsun\'s exclusive skill. Charges forward with great speed while enveloped in intense blue flames.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 120, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 1200, \"Walk\": 130}, \"Attack\": {\"Melee\": 70, \"Ranged\": 115}, \"Defense\": 100, \"Stamina\": 140, \"Support\": 110, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 415, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS AmaterasuWolf', 'FourLegged', 8, 3488, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (14, 'Boss_Anubis', '-01', '/public/images/pals/T_Anubis_icon_normal.png', 'Anubis', 'https://palworld.fandom.com/wiki/Anubis', 'https://static.wikia.nocookie.net/palworld/images/2/21/Anubis_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"Anubis\'s Power Converter\", \"Image\": null, \"Description\": \"When activated, Anubis changes the player\'s attack type to Ground and increases Attack by 30%. Occasionally evades attacks with a flash sidestep during battle.\"}', 'Once seen as a symbol of nobility, and an idol for those who shunned wealth and power. Yet over time, this Pal became a token of death.', '[{\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spinning Roundhouse\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Anubis\' exclusive skill. Performs a spin kick with its strong legs, sweeping enemies over a wide area.\"}, {\"Name\": \"Forceful Charge\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Anubis\' exclusive skill. Rapidly pursues its foes while releasing energy and unleashing a powerful punch.\"}, {\"Name\": \"Ground Smash\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Anubis\' exclusive skill. Leaps high into the air and strikes a punch to the ground, causing a shockwave that deals damge over a wide area.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 800, \"Ride\": 1000, \"Walk\": 160}, \"Attack\": {\"Melee\": 130, \"Ranged\": 130}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 480, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'Boss Anubis', 'Humanoid', 8, 6434, 'XL', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/Boss_Anubis_day.png\", \"night\": \"/public/images/maps/Boss_Anubis_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Anubis Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Anubis.png\", \"Description\": \"Proof of defeating [Anubis, Guardian of the Dark Sun]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (15, 'BOSS_BadCatgirl', '-01', '/public/images/pals/T_BadCatgirl_icon_normal.png', 'Nyafia', 'https://palworld.fandom.com/wiki/Nyafia', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Nyafia.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Nyafia\'s Shotgun\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, Nyafia will fire a shotgun at nearby enemies for a limited time. While in party, increases the player\'s shotgun damage by 10%. (Does not stack)\"}', 'Strongly dislikes anyone catching a glimpse of its concealed eye. If you insist on trying, it\'ll burst into tears and ignore you for two weeks.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 132, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BadCatgirl', 'Humanoid', 5, 4364, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_BadCatgirl_day.png\", \"night\": \"/public/images/maps/BOSS_BadCatgirl_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Nyafia Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BadCatgirl.png\", \"Description\": \"Proof of defeating [Nyafia, Night Shade Hunter]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (16, 'BOSS_Baphomet', '-01', '/public/images/pals/T_Baphomet_icon_normal.png', 'Incineram', 'https://palworld.fandom.com/wiki/Incineram', 'https://static.wikia.nocookie.net/palworld/images/4/40/Incineram_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks the targeted enemy with Hellfire Claw. When this Pal uses Hellfire Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'In the dark of night, this Pal snatches prey to bring back to its territory. What happens to those poor souls afterwards isn\'t too hard to imagine.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Hellfire Claw\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Incineram\'s exclusive skill. Draws near enemies using its left claw to slash them into the air before cutting them down with its right claw.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 114, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 960, \"Walk\": 160}, \"Attack\": {\"Melee\": 150, \"Ranged\": 100}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Baphomet', 'Humanoid', 8, 2650, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (17, 'BOSS_Baphomet_Dark', '-01', '/public/images/pals/T_Baphomet_Dark_icon_normal.png', 'Incineram Noct', 'https://palworld.fandom.com/wiki/Incineram_Noct', 'https://static.wikia.nocookie.net/palworld/images/5/5b/Incineram_Noct_menu.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks the targeted enemy with Nightmare Claw. When this Pal uses Nightmare Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'It specifically targets baby Pals, taking them back to its domain. One can only imagine the profound despair of a parent whose child has been taken away.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Hellfire Claw\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Incineram\'s exclusive skill. Draws near enemies using its left claw to slash them into the air before cutting them down with its right claw.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 114, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 960, \"Walk\": 160}, \"Attack\": {\"Melee\": 150, \"Ranged\": 105}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Baphomet Dark', 'Humanoid', 8, 4072, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (18, 'BOSS_Bastet', '-01', '/public/images/pals/T_Bastet_icon_normal.png', 'Mau', 'https://palworld.fandom.com/wiki/Mau', 'https://static.wikia.nocookie.net/palworld/images/1/17/Mau_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 200, \"Min\": 100, \"Name\": \"Gold Coin\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes digs up Gold Coin when assigned to Ranch.\"}', 'Its hard tail does not deteriorate even when cut off. Some believed these severed tails bring good luck, but for the innumerable Mau who were poached as a result, they were anything but.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 475, \"Ride\": 550, \"Walk\": 105}, \"Attack\": {\"Melee\": 70, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 317, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Bastet', 'FourLegged', 5, 1330, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (19, 'BOSS_Bastet_Ice', '-01', '/public/images/pals/T_Bastet_Ice_icon_normal.png', 'Mau Cryst', 'https://palworld.fandom.com/wiki/Mau_Cryst', 'https://static.wikia.nocookie.net/palworld/images/7/7a/Mau_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Ice Organ when assigned to Ranch.\"}', 'Its crystalline tail is beautiful, but shatters when this Pal dies. Some believe it is good luck to raise them, so Mau Cryst in captivity are treated with great care.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 475, \"Ride\": 550, \"Walk\": 105}, \"Attack\": {\"Melee\": 70, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 317, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Bastet Ice', 'FourLegged', 5, 770, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (20, 'BOSS_BerryGoat', '-01', '/public/images/pals/T_BerryGoat_icon_normal.png', 'Caprity', 'https://palworld.fandom.com/wiki/Caprity', 'https://static.wikia.nocookie.net/palworld/images/a/a7/Caprity_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Caprity Meat\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Red Berries\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"Sometimes drops Red Berries from its back when assigned to Ranch. While in party, restores 100 Pal’s Hunger to the Pal with the lowest Hunger every 5 minutes. (Does not stack)\"}', 'The shrub on this Pal\'s back produces berries as long as it is properly fed. It offers these berries to potential mates, and if the flavor is to their liking, romance blossoms.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 70}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS BerryGoat', 'FourLegged', 5, 3286, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (21, 'BOSS_BirdDragon', '-01', '/public/images/pals/T_BirdDragon_icon_normal.png', 'Vanwyrm', 'https://palworld.fandom.com/wiki/Vanwyrm', 'https://static.wikia.nocookie.net/palworld/images/e/ea/Vanwyrm_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 1.0}, {\"Max\": 40, \"Min\": 10, \"Name\": \"Gold Coin\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": \"Vanwyrm Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases damage player deals to enemy weak points by 20%. (Does not stack)\"}', 'The melodies of a flute made from the exoskeleton of a Vanwyrm are said to cross whole mountain ranges. In ages past, such flutes were used to signal an attack.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 950, \"Walk\": 350}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 475, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BirdDragon', 'Bird', 7, 2928, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (22, 'BOSS_BirdDragon_Ice', '-01', '/public/images/pals/T_BirdDragon_Ice_icon_normal.png', 'Vanwyrm Cryst', 'https://palworld.fandom.com/wiki/Vanwyrm_Cryst', 'https://static.wikia.nocookie.net/palworld/images/1/19/Vanwyrm_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 2.0}]', '{\"Name\": null, \"Tech\": \"Vanwyrm Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases damage player deals to enemy weak points by 30%. (Does not stack)\"}', 'The melodies of a flute made from the exoskeleton of a Vanwyrm Cryst are said to cross whole mountain ranges. In ages past, such flutes were used to signal victory in battle.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 950, \"Walk\": 350}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 95, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 475, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BirdDragon Ice', 'Bird', 8, 3248, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (23, 'BOSS_BlackCentaur', '-01', '/public/images/pals/T_BlackCentaur_icon_normal.png', 'Necromus', 'https://palworld.fandom.com/wiki/Necromus', 'https://static.wikia.nocookie.net/palworld/images/1/13/Necromus_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Hexolite\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Necromus Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can double jump while mounted. When Twin Spears skill is activated, a Paladius in your party will appear and attack alongside you.\"}', 'Once one with Paladius. Its darkened form is the embodiment of negative emotions. However, a glimmer of compassion can still be seen deep within its eyes.', '[{\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Twin Spears\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Necromus\' exclusive skill. Clads its twin spears with vicious whirlwinds and charges forward, thrusting them one after the other.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 156, \"Food\": 9, \"Speed\": {\"Run\": 1300, \"Ride\": 2000, \"Walk\": 350}, \"Attack\": {\"Melee\": 100, \"Ranged\": 145}, \"Defense\": 120, \"Stamina\": 350, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8552631, \"Transportspeed\": 625, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.18}', 'BOSS BlackCentaur', 'FourLegged', 8, 8678, 'XL', 'Legend', '{\"day\": \"/public/images/maps/BOSS_BlackCentaur_day.png\", \"night\": \"/public/images/maps/BOSS_BlackCentaur_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (24, 'BOSS_BlackGriffon', '-01', '/public/images/pals/T_BlackGriffon_icon_normal.png', 'Shadowbeak', 'https://palworld.fandom.com/wiki/Shadowbeak', 'https://static.wikia.nocookie.net/palworld/images/0/0c/Shadowbeak_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Plasteel\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Carbon Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Shadowbeak Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While flying, Movement Speed is increased. Enhances Dark attacks by 15% while mounted.\"}', 'Born from the depths of insanity, its very existence defies reason. Having lost all genetic ties to other Pals, one wonders if it could still even be considered a Pal.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Divine Disaster\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Charges forward, generating orbs of light that automatically target enemies and unleash a barrage of lasers.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 850, \"Ride\": 1300, \"Walk\": 80}, \"Attack\": {\"Melee\": 130, \"Ranged\": 120}, \"Defense\": 140, \"Stamina\": 250, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 465, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BlackGriffon', 'FourLegged', 8, 6490, 'XL', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (25, 'BOSS_BlackMetalDragon', '-01', '/public/images/pals/T_BlackMetalDragon_icon_normal.png', 'Astegon', 'https://palworld.fandom.com/wiki/Astegon', 'https://static.wikia.nocookie.net/palworld/images/d/d4/Astegon_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Plasteel\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Astegon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. Increases the damage dealt to ores by 1100%, and you can obtain 1500% more Ore while mounted.\"}', 'A savage beast born of the abyss. Thou shall not stand before the beast. Thou shall not heed the beast.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 700, \"Ride\": 1200, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 125, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BlackMetalDragon', 'Monster', 8, 7588, 'XL', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_BlackMetalDragon_day.png\", \"night\": \"/public/images/maps/BOSS_BlackMetalDragon_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Astegon Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlackMetalDragon.png\", \"Description\": \"Proof of defeating [Astegon, Draconic Monarch of Steel]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (26, 'BOSS_BlueberryFairy', '-01', '/public/images/pals/T_BlueberryFairy_icon_normal.png', 'Prunelia', 'https://palworld.fandom.com/wiki/Prunelia', 'https://static.wikia.nocookie.net/palworld/images/7/72/Prunelia.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, Prunelia\'s prayers bless the crops, increasing their harvest by 18%.\"}', 'Intelligent and graceful in its demeanor, it was frequently employed as an attendant by the island\'s nobles. However, when encountered at night, its face looked so eerie that it quickly fell out of favor.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 126, \"Food\": 5, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BlueberryFairy', 'Humanoid', 8, 4126, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Prunelia Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlueberryFairy.png\", \"Description\": \"Proof of defeating [Prunelia, Indigo Handmaiden]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (27, 'BOSS_BlueDragon', '-01', '/public/images/pals/T_BlueDragon_icon_normal.png', 'Azurobe', 'https://palworld.fandom.com/wiki/Azurobe', 'https://static.wikia.nocookie.net/palworld/images/a/a0/Azurobe_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Azurobe Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While mounted, changes the player\'s attack type to Water and increases Attack by 1%.\"}', 'This Pal\'s white ribbon turns black if doused with impure water. Given its usefulness in detecting poison, this Pal was once overhunted. This past has left them bitter towards humanity.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 132, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 1000, \"Walk\": 150}, \"Attack\": {\"Melee\": 70, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BlueDragon', 'Fish', 8, 3662, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_BlueDragon_day.png\", \"night\": \"/public/images/maps/BOSS_BlueDragon_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Azurobe Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlueDragon.png\", \"Description\": \"Proof of defeating [Azurobe, Lady of the Lake]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (28, 'BOSS_BluePlatypus', '-01', '/public/images/pals/T_BluePlatypus_icon_normal.png', 'Fuack', 'https://palworld.fandom.com/wiki/Fuack', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Fuack_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Fuack body surfs towards an enemy and slams into them.\"}', 'Using its own body water, this Pal can create waves anywhere. It body surfs when in a hurry, but the resulting speed often ends in a fatal collision.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 72, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 105}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 202, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Blueplatypus', 'Humanoid', 5, 752, 'S', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_BluePlatypus_day.png\", \"night\": \"/public/images/maps/BOSS_BluePlatypus_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (29, 'BOSS_Boar', '-01', '/public/images/pals/T_Boar_icon_normal.png', 'Rushoar', 'https://palworld.fandom.com/wiki/Rushoar', 'https://static.wikia.nocookie.net/palworld/images/d/d0/Rushoar_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Rushoar Pork\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Rushoar Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, increases efficiency of destroying Stone by 500%.\"}', 'Being an extremely aggressive Pal, it often picks fights before gauging its opponents\' strength. Though small, its powerful charge can even send boulders flying.', '[{\"Name\": \"Reckless Charge\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Rushoar\'s exclusive skill. Takes aim at a foe and rushes at them with a fierce charge.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 500, \"Ride\": 900, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Boar', 'FourLegged', 5, 886, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (30, 'BOSS_BrownRabbit', '-01', '/public/images/pals/T_BrownRabbit_icon_normal.png', 'Lapiron', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s Defense by 50% while sprinting. (Does not stack)\"}', 'Listens to the earth as it runs, avoiding unstable footing with ease. However, uncooperative terrain will trick it into falling over constantly.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 84, \"Food\": 4, \"Speed\": {\"Run\": 480, \"Ride\": 720, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 220, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BrownRabbit', 'Humanoid', 5, 1554, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (31, 'BOSS_CaptainPenguin', '-01', '/public/images/pals/T_CaptainPenguin_icon_normal.png', 'Penking', 'https://palworld.fandom.com/wiki/Penking', 'https://static.wikia.nocookie.net/palworld/images/b/b5/Penking_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Penking Plume\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Penking\'s Rocket Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Fire Pals drop 40% more items when defeated. (Does not stack)\"}', 'Surprisingly, it is unrelated to Pengullet. However, since this Pal gets pampered as it pleases, for now, it\'s doing its best to strut arrogantly.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Emperor Slide\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"Penking\'s exclusive skill. Lies on its belly while generating frozen air all around it before sliding at enemies at high speed.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 114, \"Food\": 4, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 110}, \"Attack\": {\"Melee\": 70, \"Ranged\": 95}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 280, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS CaptainPenguin', 'Humanoid', 8, 2884, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_CaptainPenguin_day.png\", \"night\": \"/public/images/maps/BOSS_CaptainPenguin_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Penking Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CaptainPenguin.png\", \"Description\": \"Proof of defeating Penking, Pioneer of the Frozen Sea]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (32, 'BOSS_Carbunclo', '-01', '/public/images/pals/T_Carbunclo_icon_normal.png', 'Lifmunk', 'https://palworld.fandom.com/wiki/Lifmunk', 'https://static.wikia.nocookie.net/palworld/images/d/dc/Lifmunk_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 20.0}]', '{\"Name\": null, \"Tech\": \"Lifmunk\'s Submachine Gun\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, leaps onto the player\'s head and uses a submachine gun to follows up player attacks.\"}', 'Intelligent as a five to seven-year-old human child. It makes a wonderful partner, but there have been more than a few cases where they\'ve killed their master after learning to use weapons.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 40}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Carbunclo', 'Humanoid', 5, 960, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (33, 'BOSS_CatBat', '-01', '/public/images/pals/T_CatBat_icon_normal.png', 'Tombat', 'https://palworld.fandom.com/wiki/Tombat', 'https://static.wikia.nocookie.net/palworld/images/f/f2/Tombat_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"When activated, uses ultrasonic waves to detect nearby dungeons, treasure chests, and scrap.\"}', 'Often appears out of the blue to flaunt its prized wings in front of other Pals. Although this appears to be an intimidation tactic, the Pal seems to derive some kind of pleasure from the display.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 114, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS CatBat', 'Humanoid', 8, 2294, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (34, 'BOSS_CatMage', '-01', '/public/images/pals/T_CatMage_icon_normal.png', 'Katress', 'https://palworld.fandom.com/wiki/Katress', 'https://static.wikia.nocookie.net/palworld/images/9/9e/Katress_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Katress Hair\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Neutral Pals drop 40% more items when defeated. Also has a 50% chance to prevent Pal Sphere consumption when thrown. (Does not stack)\"}', 'With the power of shadows, it produces arcane phenomena. It prefers to eat food raw and is particularly hostile towards Wixen.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CatMage', 'Humanoid', 8, 2712, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Katress Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CatMage.png\", \"Description\": \"Proof of defeating [Katress, Phantasmal Feline]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (35, 'BOSS_CatMage_Fire', '-01', '/public/images/pals/T_CatMage_Fire_icon_normal.png', 'Katress Ignis', 'https://palworld.fandom.com/wiki/Katress_Ignis', 'https://static.wikia.nocookie.net/palworld/images/9/9e/Katress_Ignis.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Katress Hair\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Kindling Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Due to its upbringing, it no longer cares about whether its food is raw enough. This Pal stopped worrying about those details, and just prefers its food to be as spicy as possible. Not on good terms with Wixen Noct.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 114, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CatMage Fire', 'Humanoid', 8, 3350, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (36, 'BOSS_CatVampire', '-01', '/public/images/pals/T_CatVampire_icon_normal.png', 'Felbat', 'https://palworld.fandom.com/wiki/Felbat', 'https://static.wikia.nocookie.net/palworld/images/7/7d/Felbat_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, grants the player and Felbat a life steal effect that restores 5% of damage dealt as Health.\"}', 'Attacking from the shadows, this Pal traps its prey within its cloak-like wings. It\'s probably best not to know what happens within them, or why the inside of its wings are stained red.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 110, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 325, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CatVampire', 'Humanoid', 8, 3488, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Felbat Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CatVampire.png\", \"Description\": \"Proof of defeating [Felbat, Gloom-shrouded Bloodsucker]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (37, 'BOSS_ChickenPal', '-01', '/public/images/pals/T_ChickenPal_icon_normal.png', 'Chikipi', 'https://palworld.fandom.com/wiki/Chikipi', 'https://static.wikia.nocookie.net/palworld/images/f/f4/Chikipi_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Egg\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Chikipi Poultry\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes lays an Egg when assigned to Ranch.\"}', 'Extremely weak and far too delicious. It is one of the weakest Pals alongside Lamball. No matter how many are hunted, they just keep appearing.', '[{\"Name\": \"Chicken Rush\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Chikipi\'s exclusive skill. Flies at enemies in its sights, attacking them with its sharp beak.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}]', '{\"HP\": 72, \"Food\": 1, \"Speed\": {\"Run\": 375, \"Ride\": 550, \"Walk\": 50}, \"Attack\": {\"Melee\": 70, \"Ranged\": 60}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 212, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS ChickenPal', 'Bird', 5, 626, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (38, 'BOSS_ColorfulBird', '-01', '/public/images/pals/T_ColorfulBird_icon_normal.png', 'Tocotoco', 'https://palworld.fandom.com/wiki/Tocotoco', 'https://static.wikia.nocookie.net/palworld/images/5/5b/Tocotoco_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Gunpowder\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tocotoco Feather\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Tocotoco\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips to the player and transforms into an egg launcher.\"}', 'A frightening Pal that produces exploding eggs. It often fires these eggs from its rear end as a form of defense, but when spent, the Pal itself explodes.', '[{\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Megaton Implode\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 1200, \"Cooldown\": 60, \"Description\": \"Risks life to cause a massive explosion. Those who perish for their duty become glistening stars in the night sky.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 72, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 80, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 170, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS ColorfulBird', 'Bird', 5, 746, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (39, 'BOSS_CowPal', '-01', '/public/images/pals/T_CowPal_icon_normal.png', 'Mozzarina', 'https://palworld.fandom.com/wiki/Mozzarina', 'https://static.wikia.nocookie.net/palworld/images/3/3a/Mozzarina_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Mozzarina Meat\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Milk\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Milk when assigned to Ranch.\"}', 'Milk pours from this Pal like water from an open faucet, regardless of its gender. It\'s truly a mystery of life, although this mystery may be better left unsolved.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 108, \"Food\": 2, \"Speed\": {\"Run\": 580, \"Ride\": 700, \"Walk\": 55}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 317, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CowPal', 'FourLegged', 5, 1004, 'L', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (40, 'BOSS_CuteButterfly', '-01', '/public/images/pals/T_CuteButterfly_icon_normal.png', 'Cinnamoth', 'https://palworld.fandom.com/wiki/Cinnamoth', 'https://static.wikia.nocookie.net/palworld/images/7/7e/Cinnamoth_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Honey\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 75.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 75.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks the targeted enemy with Poison Fog. While at a base, increases the Farming Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Sniffing its scales produces a feeling of unparalleled euphoria. There was some effort to further regulate this byproduct, but the Free Pal Alliance have vehemently opposed these measures, putting a stop to them.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 84, \"Food\": 2, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CuteButterfly', 'Bird', 5, 1068, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (41, 'BOSS_CuteFox', '-01', '/public/images/pals/T_CuteFox_icon_normal.png', 'Vixy', 'https://palworld.fandom.com/wiki/Vixy', 'https://static.wikia.nocookie.net/palworld/images/9/9e/Vixy_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes digs up items from the ground when assigned to Ranch.\"}', 'The idol of Palpagos Island. If you bully a Vixy, you best be prepared to become enemies with the whole world.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 350, \"Ride\": 450, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 140, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS CuteFox', 'FourLegged', 5, 814, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (42, 'BOSS_CuteMole', '-01', '/public/images/pals/T_CuteMole_icon_normal.png', 'Fuddler', 'https://palworld.fandom.com/wiki/Fuddler', 'https://static.wikia.nocookie.net/palworld/images/6/64/Fuddler_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves player mining efficiency by 30% and reduces Stone weight by 34%. (Does not stack)\"}', 'Its large claws boast of diamond-like hardness. However, sharpening these claws consumes most of its energy, leading it to sometimes spending entire days doing nothing else.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 78, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS CuteMole', 'Humanoid', 5, 716, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (43, 'BOSS_DarkCrow', '-01', '/public/images/pals/T_DarkCrow_icon_normal.png', 'Cawgnito', 'https://palworld.fandom.com/wiki/Cawgnito', 'https://static.wikia.nocookie.net/palworld/images/f/f6/Cawgnito_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, grants Night Vision to see in dark places. Activate again to turn off. Sometimes digs up Bone when assigned to Ranch.\"}', 'Long ago it freely soared the skies. After losing a contest with Galeclaw, it abandoned the skies, and now lives a secretive life in the dark of night.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Phantom Peck\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Cawgnito\'s exclusive skill. Teleports next to an enemy before attacking with its beak.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 920, \"Ride\": 1200, \"Walk\": 170}, \"Attack\": {\"Melee\": 80, \"Ranged\": 95}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 545, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DarkCrow', 'Bird', 7, 1540, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (44, 'BOSS_DarkScorpion', '-01', '/public/images/pals/T_DarkScorpion_icon_normal.png', 'Menasting', 'https://palworld.fandom.com/wiki/Menasting', 'https://static.wikia.nocookie.net/palworld/images/5/57/Menasting_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"While in party, player\'s Defense increases by 50%, and Electric Pals drop 40% more items when defeated. (Does not stack)\"}', 'Being made of pure energy, its insides are completely hollow. This Pal crams still-living prey into its hollow body, where it absorbs them. Hellish screams of pain can often be heard coming from inside this Pal.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 6, \"Speed\": {\"Run\": 1000, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 130, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 600, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DarkScorpion', 'Other', 8, 4938, 'L', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_DarkScorpion_day.png\", \"night\": \"/public/images/maps/BOSS_DarkScorpion_night.png\"}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": \"Menasting Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_DarkScorpion.png\", \"Description\": \"Proof of defeating [Menasting, Unstoppable Stinger]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (45, 'BOSS_DarkScorpion_Ground', '-01', '/public/images/pals/T_DarkScorpion_Ground_icon_normal.png', 'Menasting Terra', 'https://palworld.fandom.com/wiki/Menasting_Terra', 'https://static.wikia.nocookie.net/palworld/images/b/b8/Menasting_Terra.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"While in party, player\'s Defense increases by 50%, and Electric Pals drop 40% more items when defeated. (Does not stack)\"}', 'Being made of pure energy, its insides are completely hollow. It stuffs earth and minerals into its outer shell, achieving overwhelming mass. Those who are struck by it can only let out hellish groans.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Jumping Stinger\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Menasting\'s exclusive skill. Jumps high and forcefully stabs its prey with its tail. The poison from the tail is deadly.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}]', '{\"HP\": 120, \"Food\": 6, \"Speed\": {\"Run\": 1000, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 130, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 600, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DarkScorpion Ground', 'Other', 8, 20000, 'L', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_DarkScorpion_Ground_day.png\", \"night\": \"/public/images/maps/BOSS_DarkScorpion_Ground_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Menasting Terra Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_DarkScorpion_Ground.png\", \"Description\": \"Proof of defeating [Menasting Terra, Gold-Piercing Spear]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (46, 'BOSS_Deer', '-01', '/public/images/pals/T_Deer_icon_normal.png', 'Eikthyrdeer', 'https://palworld.fandom.com/wiki/Eikthyrdeer', 'https://static.wikia.nocookie.net/palworld/images/4/40/Eikthyrdeer_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Eikthyrdeer Venison\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Eikthyrdeer Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted and increases lumbering efficiency by 220%.\"}', 'The one who possesses the most impressive antlers becomes the leader of the herd. If their antlers are broken, they become depressed and leave the herd never to be seen again.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Antler Uppercut\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"Eikthyrdeer\'s exclusive skill. Charges at foes and uses antlers to launch them into the air. When used while riding, the direction of the charge can be controlled.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 114, \"Food\": 2, \"Speed\": {\"Run\": 700, \"Ride\": 1000, \"Walk\": 120}, \"Attack\": {\"Melee\": 70, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Deer', 'FourLegged', 7, 1582, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (47, 'BOSS_Deer_Ground', '-01', '/public/images/pals/T_Deer_Ground_icon_normal.png', 'Eikthyrdeer Terra', 'https://palworld.fandom.com/wiki/Eikthyrdeer_Terra', 'https://static.wikia.nocookie.net/palworld/images/3/32/Eikthyrdeer_Terra_menu.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Eikthyrdeer Venison\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Eikthyrdeer Terra Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted. While at a base, increases the Lumbering Work Suitability Level for all other Base Pals by +1 (Does not stack)\"}', 'The individual with the hardest horns becomes the leader. Once the horns are lost, so too is its leadership status. It leaves the herd amidst farewell glances and quietly returns to the earth.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Antler Uppercut\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"Eikthyrdeer\'s exclusive skill. Charges at foes and uses antlers to launch them into the air. When used while riding, the direction of the charge can be controlled.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 114, \"Food\": 2, \"Speed\": {\"Run\": 700, \"Ride\": 1000, \"Walk\": 120}, \"Attack\": {\"Melee\": 70, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Deer Ground', 'FourLegged', 8, 1782, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (48, 'BOSS_DreamDemon', '-01', '/public/images/pals/T_DreamDemon_icon_normal.png', 'Daedream', 'https://palworld.fandom.com/wiki/Daedream', 'https://static.wikia.nocookie.net/palworld/images/e/e6/Daedream_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"Daedream\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Attacks hostile enemies with Dark magic bullets. These bullets will not reduce the target\'s Health below 1.\"}', 'It puts those it is interested in to sleep and shows them an endless stream of happy dreams. Those who fall under its spell are never to wake until death takes them.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 220, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS DreamDemon', 'Humanoid', 5, 794, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (49, 'BOSS_DrillGame', '-01', '/public/images/pals/T_DrillGame_icon_normal.png', 'Digtoise', 'https://palworld.fandom.com/wiki/Digtoise', 'https://static.wikia.nocookie.net/palworld/images/5/5b/Digtoise_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Predator Core\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 0.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 0.0}]', '{\"Name\": null, \"Tech\": \"Digtoise\'s Headband\", \"Image\": null, \"Description\": \"When activated, enters the Shell Spin state. Follows the player while spinning, increasing ore mining efficiency by 800%.\"}', 'A Digtoise possessing the strongest shell and the only drill capable of piercing it, ponders the contradictions of the world in the popular children\'s tale, |Digtoise\'s Fable|.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Shell Spin\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digtoise\'s exclusive skill. Moves while spinning its whole body at high speed. Drills through enemies, dealing continuous damage.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 96, \"Food\": 5, \"Speed\": {\"Run\": 300, \"Ride\": 420, \"Walk\": 120}, \"Attack\": {\"Melee\": 80, \"Ranged\": 95}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DrillGame', 'FourLegged', 8, 3154, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (50, 'BOSS_Eagle', '-01', '/public/images/pals/T_Eagle_icon_normal.png', 'Galeclaw', 'https://palworld.fandom.com/wiki/Galeclaw', 'https://static.wikia.nocookie.net/palworld/images/0/08/Galeclaw_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Galeclaw Poultry\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Galeclaw\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Enables high-speed gliding and allows shooting with the right hand.\"}', 'A Pal that can easily take flight even while grasping a human. It is, however, prone to letting go when tired, which has led to the sudden demise of more than a few souls.', '[{\"Name\": \"Gale Claw\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Galeclaw\'s exclusive skill. With talons outstretched, it glides forward in a ferocious charge.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 600, \"Ride\": 700, \"Walk\": 200}, \"Attack\": {\"Melee\": 120, \"Ranged\": 85}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Eagle', 'Bird', 5, 1004, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (51, 'BOSS_ElecCat', '-01', '/public/images/pals/T_ElecCat_icon_normal.png', 'Sparkit', 'https://palworld.fandom.com/wiki/Sparkit', 'https://static.wikia.nocookie.net/palworld/images/c/ce/Sparkit_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Electric Pals by 15%. (Does not stack) Sometimes drops Electric Organ when assigned to Ranch.\"}', 'During the dry season, this Pal is always on the verge of blowing a fuse. Sparks can fly with even the slightest provocation, even amongst allies.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 72, \"Food\": 1, \"Speed\": {\"Run\": 350, \"Ride\": 500, \"Walk\": 80}, \"Attack\": {\"Melee\": 60, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 80, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS ElecCat', 'Humanoid', 5, 820, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (52, 'BOSS_ElecPanda', '-01', '/public/images/pals/T_ElecPanda_icon_normal.png', 'Grizzbolt', 'https://palworld.fandom.com/wiki/Grizzbolt', 'https://static.wikia.nocookie.net/palworld/images/1/13/Grizzbolt_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Grizzbolt\'s Minigun\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a minigun while mounted.\"}', 'With a friendly smile and a hardy physique, it is docile towards one it recognizes as a partner. For reasons unexplained, its personality undergoes a drastic change when wielding a minigun.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Claw\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Grizzbolt\'s exclusive skill. After leaping at an enemy and tearing at it twice with its electrically charged claws, it attacks the ground, sending an electric shock throughout the area.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 144, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1100, \"Walk\": 140}, \"Attack\": {\"Melee\": 120, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 180, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ElecPanda', 'Humanoid', 8, 7048, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_ElecPanda_day.png\", \"night\": \"/public/images/maps/BOSS_ElecPanda_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": \"Grizzbolt Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ElecPanda.png\", \"Description\": \"Proof of defeating [Grizzbolt, Claws of Lightning]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (53, 'BOSS_FairyDragon', '-01', '/public/images/pals/T_FairyDragon_icon_normal.png', 'Elphidran', 'https://palworld.fandom.com/wiki/Elphidran', 'https://static.wikia.nocookie.net/palworld/images/a/a6/Elphidran_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Elphidran Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While flying, Movement Speed is increased. While in party, Dark Pals drop 40% more items when defeated. (Does not stack)\"}', 'It possesses a demeanor as pure as its appearance suggests. Perhaps because of this, it is sometimes unable to discern good from evil, often allowing wrongdoers to take advantage of it.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Mystic Whirlwind\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Elphidran\'s exclusive skill. Generates twin whirlwinds imbued with a mysterious power that pursues enemies.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 132, \"Food\": 3, \"Speed\": {\"Run\": 630, \"Ride\": 900, \"Walk\": 83}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 456, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FairyDragon', 'Humanoid', 8, 2410, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_FairyDragon_day.png\", \"night\": \"/public/images/maps/BOSS_FairyDragon_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Elphidran Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FairyDragon.png\", \"Description\": \"Proof of defeating [Elphidran, Gentle Sky Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (54, 'BOSS_FairyDragon_Water', '-01', '/public/images/pals/T_FairyDragon_Water_icon_normal.png', 'Elphidran Aqua', 'https://palworld.fandom.com/wiki/Elphidran_Aqua', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Elphidran_Aqua_menu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Elphidran Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While flying, Movement Speed is increased. While in party, player and party Pals take 15% less Fire damage and are immune to Burn. (Does not stack)\"}', 'It possesses a demeanor as pure as its appearance suggests. Perhaps because of this, it harbors no ill will in any of its actions and is indifferent even after killing someone.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Mystic Whirlwind\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Elphidran\'s exclusive skill. Generates twin whirlwinds imbued with a mysterious power that pursues enemies.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 138, \"Food\": 3, \"Speed\": {\"Run\": 630, \"Ride\": 900, \"Walk\": 83}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 95, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 456, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FairyDragon Water', 'Humanoid', 8, 3086, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (55, 'BOSS_FengyunDeeper', '-01', '/public/images/pals/T_FengyunDeeper_icon_normal.png', 'Fenglope', 'https://palworld.fandom.com/wiki/Fenglope', 'https://static.wikia.nocookie.net/palworld/images/6/68/Fenglope_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Fenglope Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can double jump while mounted.\"}', 'In ages past, its beautiful visage was a common sight in paintings. As time passed, its beautiful pelt and antlers were often seen in works of art.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Cloud Tempest\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fenglope\'s exclusive skill. Charges forward while manipulating the atmosphere to create a pressurized wind tunnel around itself.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 132, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1150, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 110}, \"Defense\": 90, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 417, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FengyunDeeper', 'FourLegged', 7, 3318, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_FengyunDeeper_day.png\", \"night\": \"/public/images/maps/BOSS_FengyunDeeper_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Fenglope Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FengyunDeeper.png\", \"Description\": \"Proof of defeating [Fenglope, Drifting Cloud]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (56, 'BOSS_FireKirin', '-01', '/public/images/pals/T_FireKirin_icon_normal.png', 'Pyrin', 'https://palworld.fandom.com/wiki/Pyrin', 'https://static.wikia.nocookie.net/palworld/images/e/e6/Pyrin_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Pyrin Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Fire and increases Attack by 1%.\"}', 'Its entire body has evolved into a highly efficient radiator, gifting it with astounding stamina. If someone rides it, this Pal takes caution not to burn them.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Charge\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Pyrin\'s exclusive skill. Charges forward while engulfed in a veil of flames. Flames continue to burn in its path.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 850, \"Ride\": 1400, \"Walk\": 150}, \"Attack\": {\"Melee\": 110, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FireKirin', 'FourLegged', 8, 2928, 'L', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Pyrin Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FireKirin.png\", \"Description\": \"Proof of defeating [Pyrin, Steed of Flames]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (57, 'BOSS_FireKirin_Dark', '-01', '/public/images/pals/T_FireKirin_Dark_icon_normal.png', 'Pyrin Noct', 'https://palworld.fandom.com/wiki/Pyrin_Noct', 'https://static.wikia.nocookie.net/palworld/images/2/2b/Pyrin_Noct_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Pyrin Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type toDark and increases Attack by 1%.\"}', 'It burns mysterious dark matter as energy and expels the remaining particles from its body. If someone rides it, they should take care so as not to gallop down the path of darkness.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Dark Charge\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Pyrin Noct\'s exclusive skill. Charges forward while engulfed in a veil of dark flames. Flames continue to burn in its path.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 850, \"Ride\": 1400, \"Walk\": 150}, \"Attack\": {\"Melee\": 110, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FireKirin Dark', 'FourLegged', 8, 4068, 'L', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (58, 'BOSS_FlameBambi', '-01', '/public/images/pals/T_FlameBambi_icon_normal.png', 'Rooby', 'https://palworld.fandom.com/wiki/Rooby', 'https://static.wikia.nocookie.net/palworld/images/2/21/Rooby_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Fire Pals by 15%. (Does not stack) Sometimes drops Flame Organ when assigned to Ranch.\"}', 'Wild Rooby surprisingly never get sick. Eating one piece of charcoal a day, made by burning a branch, is the secret to its eternal health.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 90, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS FlameBambi', 'FourLegged', 5, 918, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (59, 'BOSS_FlameBuffalo', '-01', '/public/images/pals/T_FlameBuffalo_icon_normal.png', 'Arsox', 'https://palworld.fandom.com/wiki/Arsox', 'https://static.wikia.nocookie.net/palworld/images/f/f5/Arsox_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Arsox Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player gains Cold Resistance +2. (Does not stack)\"}', 'In ancient times, carnivorous Pals pursued them relentlessly. The absurd fury in the cries of Arsox transformed into a raging inferno, which has been passed on to this day.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Blazing Horn\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Arsox\'s exclusive skill. Takes aim and charges with fierce momentum while raising its horn.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 102, \"Food\": 3, \"Speed\": {\"Run\": 700, \"Ride\": 1150, \"Walk\": 87}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 95, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 343, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FlameBuffalo', 'FourLegged', 7, 2352, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Arsox Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlameBuffalo.png\", \"Description\": \"Proof of defeating [Arsox, Blazing Brute]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (60, 'BOSS_FlowerDinosaur', '-01', '/public/images/pals/T_FlowerDinosaur_icon_normal.png', 'Dinossom', 'https://palworld.fandom.com/wiki/Dinossom', 'https://static.wikia.nocookie.net/palworld/images/b/b7/Dinossom_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dinossom Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increase Defense of Dragon Pals by 15%. (Does not stack)\"}', 'A Pal who once angered cannot be pacified. It rages on and on like an inferno. The phrase |step on a Dinossom\'s tail| has come to mean enraging someone.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Botanical Smash\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Dinossom\'s exclusive skill. Uses its large tail to strike the ground in front of it, delivering a shockwave in a straight line.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 132, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1130, \"Walk\": 120}, \"Attack\": {\"Melee\": 90, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 150, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 335, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS FlowerDinosaur', 'Humanoid', 8, 2630, 'XL', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (61, 'BOSS_FlowerDinosaur_Electric', '-01', '/public/images/pals/T_FlowerDinosaur_Electric_icon_normal.png', 'Dinossom Lux', 'https://palworld.fandom.com/wiki/Dinossom_Lux', 'https://static.wikia.nocookie.net/palworld/images/c/c7/Dinossom_Lux_menu.png', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dinossom Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases Defense of Electric Pals by 15%. (Does not stack)\"}', 'Though struck by lightning, it lives on. The phrase |struck by a Dinossom Lux\'s bolt| has come to mean narrowly escaping death.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}, {\"Name\": \"Botanical Smash\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Dinossom\'s exclusive skill. Uses its large tail to strike the ground in front of it, delivering a shockwave in a straight line.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 132, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1130, \"Walk\": 120}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 150, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 335, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FlowerDinosaur Electric', 'Humanoid', 8, 3086, 'XL', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_FlowerDinosaur_Electric_day.png\", \"night\": \"/public/images/maps/BOSS_FlowerDinosaur_Electric_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Dinossom Lux Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlowerDinosaur_Electric.png\", \"Description\": \"Proof of defeating [Dinossom Lux, Guardian of Lightning]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (62, 'BOSS_FlowerDoll', '-01', '/public/images/pals/T_FlowerDoll_icon_normal.png', 'Petallia', 'https://palworld.fandom.com/wiki/Petallia', 'https://static.wikia.nocookie.net/palworld/images/2/28/Petallia_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Potato Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, soothing blossoms restore the player\'s Health by 75/77/79/82/85%. While at a base, increases the Planting Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'A Pal that transforms into a massive plant when at the end of its life. Once every ten years, a beautiful flower blooms and a new Petallia is born.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FlowerDoll', 'Humanoid', 8, 3538, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Petallia Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlowerDoll.png\", \"Description\": \"Proof of defeating [Petallia, Lady of the Garden]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (63, 'BOSS_FlowerDoll_Fire', '-01', '/public/images/pals/T_FlowerDoll_Fire_icon_normal.png', 'Petallia Ignis', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, soothing blossoms restore the player\'s Health by 80/82/84/86/90%. While in party, player and party Pals take 15% less Grass damage, and are immune to Ivy-Covered. (Does not stack)\"}', 'A Pal that burns away into a pile of ash upon the end of its life. The surrounding soil becomes incredibly fertile, allowing an abundance of vegetation to thrive for the following decade.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 114, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FlowerDoll Fire', 'Humanoid', 8, 4714, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Petallia Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlowerDoll.png\", \"Description\": \"Proof of defeating [Petallia, Lady of the Garden]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (64, 'BOSS_FlowerRabbit', '-01', '/public/images/pals/T_FlowerRabbit_icon_normal.png', 'Flopie', 'https://palworld.fandom.com/wiki/Flopie', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Flopie_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 20.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Flopie\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Automatically picks up nearby items.\"}', 'It prefers places that have an abundance of vegetation, but hay fever has apparently become a problem for Flopie as of late.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FlowerRabbit', 'Humanoid', 5, 1024, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (65, 'BOSS_FlyingManta', '-01', '/public/images/pals/T_FlyingManta_icon_normal.png', 'Celaray', 'https://palworld.fandom.com/wiki/Celaray', 'https://static.wikia.nocookie.net/palworld/images/9/95/Celaray_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Celaray\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Prevents fall damage and extends the duration of high-speed gliding.\"}', 'Riding the wind, this Pal travels where it pleases. Should it find a partner along the way, the encounter will mark its journey\'s end.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 96, \"Food\": 2, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS FlyingManta', 'Other', 5, 1042, 'M', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_FlyingManta_day.png\", \"night\": \"/public/images/maps/BOSS_FlyingManta_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (66, 'BOSS_FoxMage', '-01', '/public/images/pals/T_FoxMage_icon_normal.png', 'Wixen', 'https://palworld.fandom.com/wiki/Wixen', 'https://static.wikia.nocookie.net/palworld/images/8/85/Wixen_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Wixen changes the player\'s attack type to Fire and increases Attack by 30%.\"}', 'With the power of light, it produces arcane phenomena. It prefers to eat food well-done and is particularly hostile towards Katress.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 50, \"Ranged\": 110}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FoxMage', 'Humanoid', 8, 2568, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Wixen Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FoxMage.png\", \"Description\": \"Proof of defeating [Wixen, Fire-Licked Furball]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (67, 'BOSS_FoxMage_Dark', '-01', '/public/images/pals/T_FoxMage_Dark_icon_normal.png', 'Wixen Noct', 'https://palworld.fandom.com/wiki/Wixen_Noct', 'https://static.wikia.nocookie.net/palworld/images/b/bd/Wixen_Noct.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Wixen Noct changes the player\'s attack type to Dark and increases Attack by 30%.\"}', 'Due to its upbringing, it no longer cares about whether its food is cooked enough. This Pal stopped worrying about those details, and just prefers its food to be as sweet as possible. Not on good terms with Katress Ignis.', '[{\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 50, \"Ranged\": 110}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FoxMage Dark', 'Humanoid', 8, 3018, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (68, 'BOSS_Ganesha', '-01', '/public/images/pals/T_Ganesha_icon_normal.png', 'Teafant', 'https://palworld.fandom.com/wiki/Teafant', 'https://static.wikia.nocookie.net/palworld/images/a/a7/Teafant_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"While in party, restores 20% of the player\'s Health when Health falls below 30%. (Does not stack) (120-second cooldown after activation)\"}', 'Large amounts of water pour from what is thought to be its nose, though some say that it is, in fact, just snot. This has sparked a fierce debate among Pal scholars.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 180, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Ganesha', 'FourLegged', 5, 710, 'L', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (69, 'BOSS_Garm', '-01', '/public/images/pals/T_Garm_icon_normal.png', 'Direhowl', 'https://palworld.fandom.com/wiki/Direhowl', 'https://static.wikia.nocookie.net/palworld/images/1/19/Direhowl_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 3.0}, {\"Max\": 20, \"Min\": 10, \"Name\": \"Gold Coin\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": \"Direhowl\'s Saddled Harness\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Moves slightly faster than most mounts.\"}', 'Long ago Direhowl would hunt alongside humans but over the years this bond faded.', '[{\"Name\": \"Double Fang\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Launches a rapid succession of bites at the enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 96, \"Food\": 2, \"Speed\": {\"Run\": 800, \"Ride\": 1150, \"Walk\": 180}, \"Attack\": {\"Melee\": 110, \"Ranged\": 90}, \"Defense\": 75, \"Stamina\": 70, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Garm', 'FourLegged', 5, 1222, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (70, 'BOSS_GhostBeast', '-01', '/public/images/pals/T_GhostBeast_icon_normal.png', 'Maraith', 'https://palworld.fandom.com/wiki/Maraith', 'https://static.wikia.nocookie.net/palworld/images/3/32/Maraith_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 15.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Crude Oil\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Maraith Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, all Party Pals\' Active Skill cooldowns are reduced by 30% whenever you defeat an enemy. (Does not stack)\"}', 'It relishes the peculiar scent living things give off when they are near death. If a Maraith has taken a liking to you, it is safe to assume that is why.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 1200, \"Walk\": 160}, \"Attack\": {\"Melee\": 50, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 365, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostBeast', 'FourLegged', 8, 2220, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (71, 'BOSS_GoldenHorse', '-01', '/public/images/pals/T_GoldenHorse_icon_normal.png', 'Gildane', 'https://palworld.fandom.com/wiki/Gildane', 'https://static.wikia.nocookie.net/palworld/images/4/42/Gildane.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Gildane Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Ground and increases Attack by 1%.\"}', 'During the golden age of alchemy on the island, its ever-glowing golden fur was highly prized as a catalyst for transmuting gold. In time, a remarkable revelation was made: the same golden hue could be achieved simply by processing its mane.', '[{\"Name\": \"Double Fang (Ground)\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Crash Dash\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Gildane\'s exclusive skill. Charges forward, hurling rocks to the left and right with great force.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 840, \"Ride\": 1260, \"Walk\": 270}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GoldenHorse', 'FourLegged', 8, 5244, 'M', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_GoldenHorse_day.png\", \"night\": \"/public/images/maps/BOSS_GoldenHorse_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Gildane Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GoldenHorse.png\", \"Description\": \"Proof of defeating [Gildane, Guardian Beast of Twilight]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (72, 'BOSS_Gorilla', '-01', '/public/images/pals/T_Gorilla_icon_normal.png', 'Gorirat', 'https://palworld.fandom.com/wiki/Gorirat', 'https://static.wikia.nocookie.net/palworld/images/b/b5/Gorirat_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, unleashes a primal fury that increases Gorirat\'s Attack by 75% for a limited time.\"}', 'It beats the ground rhythmically to communicate with its comrades. The meaning of each rhythm differs by troop, but the distinction between them is still largely unknown.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ground Pound\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Gorirat\'s exclusive skill. Pounds the ground twice before leaping into the air and delivers a powerful punch.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 550, \"Ride\": 720, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Gorilla', 'Humanoid', 8, 2428, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (73, 'BOSS_Gorilla_Ground', '-01', '/public/images/pals/T_Gorilla_Ground_icon_normal.png', 'Gorirat Terra', 'https://palworld.fandom.com/wiki/Gorirat_Terra', 'https://static.wikia.nocookie.net/palworld/images/2/26/Gorirat_Terra.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s climbing speed by 50%. (Does not stack)\"}', 'It beats the ground rhythmically to communicate with its comrades. Stronger than Gorirat, if every Gorirat Terra hit the ground at the same time, the island would sink in 1 second.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Ground Pound\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Gorirat\'s exclusive skill. Pounds the ground twice before leaping into the air and delivers a powerful punch.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 550, \"Ride\": 720, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 100}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Gorilla Ground', 'Humanoid', 8, 2568, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (74, 'BOSS_GrassMammoth', '-01', '/public/images/pals/T_GrassMammoth_icon_normal.png', 'Mammorest', 'https://palworld.fandom.com/wiki/Mammorest', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Mammorest_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Mammorest Meat\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Mammorest Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, increases logging efficiency by 220% and mining efficiency by 260%.\"}', 'The vegetation on its back varies between individuals. There is a long history of appreciating this veritable garden of a Pal, and there are even Mammorest pruning specialists.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Earth Impact\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Mammorest\'s exclusive skill. Uses its massive body to shake the earth, dealing damage over a wide area.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 180, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1130, \"Walk\": 135}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 180, \"Support\": 30, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 282, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassMammoth', 'FourLegged', 8, 4440, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_GrassMammoth_day.png\", \"night\": \"/public/images/maps/BOSS_GrassMammoth_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Mammorest Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassMammoth.png\", \"Description\": \"Proof of defeating [Mammorest, King of the Forest]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (75, 'BOSS_GrassMammoth_Ice', '-01', '/public/images/pals/T_GrassMammoth_Ice_icon_normal.png', 'Mammorest Cryst', 'https://palworld.fandom.com/wiki/Mammorest_Cryst', 'https://static.wikia.nocookie.net/palworld/images/d/db/Mammorest_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Mammorest Meat\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Mammorest Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, increases logging efficiency by 220% and mining efficiency by 260%.\"}', 'The vegetation on its back varies between individuals. There was a time when seeds of presumed extinct plants were found still frozen on the back of a Mammorest Cryst.', '[{\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Earth Impact\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Mammorest\'s exclusive skill. Uses its massive body to shake the earth, dealing damage over a wide area.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 180, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1130, \"Walk\": 135}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 180, \"Support\": 30, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 282, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassMammoth Ice', 'FourLegged', 8, 4848, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (76, 'BOSS_GrassPanda', '-01', '/public/images/pals/T_GrassPanda_icon_normal.png', 'Mossanda', 'https://palworld.fandom.com/wiki/Mossanda', 'https://static.wikia.nocookie.net/palworld/images/d/db/Mossanda_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Mossanda\'s Grenade Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a grenade launcher while mounted.\"}', 'A Pal so powerful it\'s hard to believe. In one experiment, this Pal tore through 3,000 sheets of paper at once! It\'s only by some miracle that this Pal isn\'t a meat-eater.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Crushing Punch\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Mossanda\'s exclusive skill. Winds up its right arm before striking an enemy with a devastating punch.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 600, \"Ride\": 1100, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassPanda', 'Humanoid', 8, 2950, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (77, 'BOSS_GrassPanda_Electric', '-01', '/public/images/pals/T_GrassPanda_Electric_icon_normal.png', 'Mossanda Lux', 'https://palworld.fandom.com/wiki/Mossanda_Lux', 'https://static.wikia.nocookie.net/palworld/images/0/05/Mossanda_Lux_menu.png', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Mossanda Lux\'s Grenade Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a grenade launcher while mounted.\"}', 'A Pal whose power is truly shocking. By altering the electrical currents in its body, this Pal\'s been able to overload its own strength. When it comes to sheer power, this Pal may be top of the list.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Blast Punch\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Mossanda Lux\'s exclusive skill. Winds up its right arm before delivering an electrically charged punch.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 600, \"Ride\": 1100, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassPanda Electric', 'Humanoid', 8, 3612, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_GrassPanda_Electric_day.png\", \"night\": \"/public/images/maps/BOSS_GrassPanda_Electric_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Mossanda Lux Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassPanda_Electric.png\", \"Description\": \"Proof of defeating [Mossanda Lux, Inheritor of the Storm]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (78, 'BOSS_GrassRabbitMan', '-01', '/public/images/pals/T_GrassRabbitMan_icon_normal.png', 'Verdash', 'https://palworld.fandom.com/wiki/Verdash', 'https://static.wikia.nocookie.net/palworld/images/4/43/Verdash_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, grants 1 additional jump and 1 additional mid-air dash. (Does not stack)\"}', 'Land that Verdash has run across becomes extremely fertile, with thick vegetation growing soon after. It will not run anywhere that herbicide has been used.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 700, \"Walk\": 195}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassRabbitMan', 'Humanoid', 8, 3894, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Verdash Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassRabbitMan.png\", \"Description\": \"Proof of defeating [Verdash, Gale of the Forest]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (79, 'BOSS_HadesBird', '-01', '/public/images/pals/T_HadesBird_icon_normal.png', 'Helzephyr', 'https://palworld.fandom.com/wiki/Helzephyr', 'https://static.wikia.nocookie.net/palworld/images/3/3c/Helzephyr_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": \"Helzephyr Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Dark and increases Attack by 1%.\"}', 'It calls forth lightning from the depths of hell. Those who dies from Helzephyr\'s lightning are sure to have their soul sent to the underworld.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 700, \"Ride\": 1200, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 100, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS HadesBird', 'Bird', 8, 4218, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (80, 'BOSS_HadesBird_Electric', '-01', '/public/images/pals/T_HadesBird_Electric_icon_normal.png', 'Helzephyr Lux', 'https://palworld.fandom.com/wiki/Helzephyr_Lux', 'https://static.wikia.nocookie.net/palworld/images/0/0f/Helzephyr_Lux.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": \"Helzephyr Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Electric and increases Attack by 1%.\"}', 'It calls forth lightning from the depths of hell. While considered a subspecies of Helzephyr, there\'s a theory that suggests Helzephyr Lux, struck by lightning from hell, will transform into Helzephyr.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 126, \"Food\": 7, \"Speed\": {\"Run\": 700, \"Ride\": 1200, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 100, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS HadesBird Electric', 'Bird', 8, 4938, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (81, 'BOSS_HawkBird', '-01', '/public/images/pals/T_HawkBird_icon_normal.png', 'Nitewing', 'https://palworld.fandom.com/wiki/Nitewing', 'https://static.wikia.nocookie.net/palworld/images/3/34/Nitewing_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Nitewing Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount.\"}', 'It carries newborn Pals to its nest and raises them as a surrogate parent. Once the baby Pal has fattened up, it hunts them.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Tornado Attack\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Nitewing\'s exclusive skill. Generates a tornado ahead before soaring towards its target.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 120, \"Food\": 2, \"Speed\": {\"Run\": 600, \"Ride\": 850, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS HawkBird', 'Bird', 5, 2024, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_HawkBird_day.png\", \"night\": \"/public/images/maps/BOSS_HawkBird_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Nitewing Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_HawkBird.png\", \"Description\": \"Proof of defeating [Nitewing, Wings of the Firmament]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (82, 'BOSS_Hedgehog', '-01', '/public/images/pals/T_Hedgehog_icon_normal.png', 'Jolthog', 'https://palworld.fandom.com/wiki/Jolthog', 'https://static.wikia.nocookie.net/palworld/images/5/52/Jolthog_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Jolthog\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips Jolthog to the player to be thrown at an enemy, causing an Electric explosion upon impact.\"}', 'It releases the electricity stored in its body when under attack. The voltage it generates exceeds 10 million volts, making it more lethal than any conventional heavy firearms when thrown.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 215, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Hedgehog', 'FourLegged', 5, 834, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (83, 'BOSS_Hedgehog_Ice', '-01', '/public/images/pals/T_Hedgehog_Ice_icon_normal.png', 'Jolthog Cryst', 'https://palworld.fandom.com/wiki/Jolthog_Cryst', 'https://static.wikia.nocookie.net/palworld/images/7/72/Jolthog_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Jolthog Cryst\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips Jolthog Cryst to the player to be thrown at an enemy, causing an Ice explosion upon impact.\"}', 'It releases the cold air stored in its body when under attack. The frigid blast it radiates is cold enough to freeze the surrounding air and easily pierces through any attacker\'s body.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 215, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Hedgehog Ice', 'FourLegged', 5, 944, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (84, 'BOSS_HerculesBeetle', '-01', '/public/images/pals/T_HerculesBeetle_icon_normal.png', 'Warsect', 'https://palworld.fandom.com/wiki/Warsect', 'https://static.wikia.nocookie.net/palworld/images/3/3a/Warsect.png/revision/latest?cb=20240124101144', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Honey\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Warsect Saddle\", \"Image\": null, \"Description\": \"While in your party, generates a barrier around the player after 5 melee hits are landed within 5 seconds. (Does not stack)\"}', 'The ultra-hard armor surrounding its body is extremely strong and heat resistant. Even a napalm blast would hardly leave a scratch.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Giga Horn\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Warsect\'s exclusive skill. Skewers enemies with its four sturdy horns.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 144, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 600, \"Walk\": 110}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 110, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS HerculesBeetle', 'Humanoid', 8, 5826, 'L', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Warsect Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_HerculesBeetle.png\", \"Description\": \"Proof of defeating [Warsect, Unyielding Colossus]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (85, 'BOSS_Horus', '-01', '/public/images/pals/T_Horus_icon_normal.png', 'Faleris', 'https://palworld.fandom.com/wiki/Faleris', 'https://static.wikia.nocookie.net/palworld/images/9/99/Faleris_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Faleris Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, Ice Pals drop 40% more items when defeated. (Does not stack)\"}', 'When it finds its prey it unleashes a whirlwind of flames, burning the entire area to ash. Faleris breath is known for its pleasing scent.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Phoenix Flare\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"Faleris\' exclusive skill. After creating scorching tornadoes, it cloaks itself in hellfire and charges forward.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 126, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1500, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 115, \"Stamina\": 230, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Horus', 'Bird', 8, 5370, 'XL', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (86, 'BOSS_IceDeer', '-01', '/public/images/pals/T_IceDeer_icon_normal.png', 'Reindrix', 'https://palworld.fandom.com/wiki/Reindrix', 'https://static.wikia.nocookie.net/palworld/images/c/c1/Reindrix_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Reindrix Venison\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Reindrix Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player gains Heat Resistance +2. (Does not stack)\"}', 'Its transparent cerulean antlers glow with the cold of absolute zero. Any who touch them with their bare hands are instantly frozen and smashed to pieces.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Freezing Charge\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Reindrix\'s exclusive skill. Charges at an enemy with antlers adorned in ice.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1170, \"Walk\": 70}, \"Attack\": {\"Melee\": 80, \"Ranged\": 85}, \"Defense\": 110, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 310, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS IceDeer', 'FourLegged', 7, 2928, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (87, 'BOSS_IceFox', '-01', '/public/images/pals/T_IceFox_icon_normal.png', 'Foxcicle', 'https://palworld.fandom.com/wiki/Foxcicle', 'https://static.wikia.nocookie.net/palworld/images/2/21/Foxcicle_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"en_text Saddle\", \"Image\": null, \"Description\": \"While in party, increases Attack of Ice Pals by 15%. (Does not stack) Sometimes drops Ice Organ when assigned to Ranch.\"}', 'On nights when the aurora is visible, it looks up towards the sky and begins to howl a beautiful song. This does, however, leave it vulnerable to attacks from enemies.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 315, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS IceFox', 'FourLegged', 8, 3086, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Foxicle Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceFox.png\", \"Description\": \"Proof of defeating [Foxicle, Frostbound Fox]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (88, 'BOSS_IceHorse', '-01', '/public/images/pals/T_IceHorse_icon_normal.png', 'Frostallion', 'https://palworld.fandom.com/wiki/Frostallion', 'https://static.wikia.nocookie.net/palworld/images/0/00/Frostallion_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Frostallion Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Ice, inflict Freeze 1, increases Attack by 1%.\"}', 'Guardian deity of Palpagos Island, known as the Winter Caller. In the past, when a calamity struck the land, it soared into the sky and sealed away the threat by casting the island into eternal winter.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Wing\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Frostallion\'s exclusive skill. Dashes forward while concentrating frigid air around its wings, using them to slash enemies with icy blade.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 1200, \"Ride\": 1900, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 140}, \"Defense\": 120, \"Stamina\": 300, \"Support\": 70, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.728395, \"Transportspeed\": 440, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.18}', 'BOSS IceHorse', 'FourLegged', 8, 9390, 'XL', 'Legend', '{\"day\": \"/public/images/maps/BOSS_IceHorse_day.png\", \"night\": \"/public/images/maps/BOSS_IceHorse_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": \"Frostallion Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceHorse.png\", \"Description\": \"Proof of defeating [Frostallion, Legendary Steed of Ice]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (89, 'BOSS_IceHorse_Dark', '-01', '/public/images/pals/T_IceHorse_Dark_icon_normal.png', 'Frostallion Noct', 'https://palworld.fandom.com/wiki/Frostallion_Noct', 'https://static.wikia.nocookie.net/palworld/images/1/14/Frostallion_Noct_menu.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Frostallion Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Dark, inflict Blind 1, increases Attack by 1%.\"}', 'Guardian deity of Palpagos Island, known as the Night Caller. In the past, when a calamity struck the land, it soared into the sky and sealed away the threat by casting the island into eternal darkness.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Crystal Wing\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Frostallion\'s exclusive skill. Dashes forward while concentrating frigid air around its wings, using them to slash enemies with icy blade.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 1200, \"Ride\": 1900, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 140}, \"Defense\": 135, \"Stamina\": 300, \"Support\": 70, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.728395, \"Transportspeed\": 440, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.18}', 'BOSS IceHorse Dark', 'FourLegged', 8, 10000, 'XL', 'Legend', '{\"day\": \"/public/images/maps/BOSS_IceHorse_Dark_day.png\", \"night\": \"/public/images/maps/BOSS_IceHorse_Dark_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": \"Frostallion Noct Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceHorse_Dark.png\", \"Description\": \"Proof of defeating [Frostallion Noct, Legendary Steed of Darkness]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (90, 'BOSS_JetDragon', '-01', '/public/images/pals/T_JetDragon_icon_normal.png', 'Jetragon', 'https://palworld.fandom.com/wiki/Jetragon', 'https://static.wikia.nocookie.net/palworld/images/e/e5/Jetragon_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 8}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Soralite\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Thermal Core\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"Jetragon\'s Missile Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. Can rapidly fire a missile launcher while mounted.\"}', 'Watches over Palpagos Island from high above. When calamity returns to the land, the earth will split open, and the skies will burn. It is destined to strike down the calamity in a flash of total destruction.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Beam Comet\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Jetragon\'s exclusive skill. Illuminates its wings and fires innumerable beams as it flies towards the enemy. The beams explode on impact.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 138, \"Food\": 9, \"Speed\": {\"Run\": 1700, \"Ride\": 3300, \"Walk\": 800}, \"Attack\": {\"Melee\": 100, \"Ranged\": 140}, \"Defense\": 120, \"Stamina\": 110, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.6666667, \"Transportspeed\": 1250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.18}', 'BOSS JetDragon', 'Dragon', 8, 8904, 'XL', 'Legend', '{\"day\": \"/public/images/maps/BOSS_JetDragon_day.png\", \"night\": \"/public/images/maps/BOSS_JetDragon_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": \"Jetragon Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_JetDragon.png\", \"Description\": \"Proof of defeating [Jetragon, Legendary Celestial Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (91, 'BOSS_Kelpie', '-01', '/public/images/pals/T_Kelpie_icon_normal.png', 'Kelpsea', 'https://palworld.fandom.com/wiki/Kelpsea', 'https://static.wikia.nocookie.net/palworld/images/1/1b/Kelpsea_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Raw Kelpsea\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Water Pals by 15%. (Does not stack) Sometimes drops Aquatic Pal Fluids when assigned to Ranch.\"}', 'Its personality changes depending on the quality of the water it was born into. Kelpsea born into polluted waters are generally ill-tempered and quickly become delinquents.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Kelpie', 'Dragon', 5, 814, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_Kelpie_day.png\", \"night\": \"/public/images/maps/BOSS_Kelpie_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (92, 'BOSS_Kelpie_Fire', '-01', '/public/images/pals/T_Kelpie_Fire_icon_normal.png', 'Kelpsea Ignis', 'https://palworld.fandom.com/wiki/Kelpsea_Ignis', 'https://static.wikia.nocookie.net/palworld/images/b/ba/Kelpsea_Ignis_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Raw Kelpsea\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Fire Pals by 15%. (Does not stack) Sometimes drops Flame Organ when assigned to Ranch.\"}', 'Its personality changes depending on the temperature of the water it was born into. Kelpsea born in warm waters generally have a passionate, motivated personality.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Kelpie Fire', 'Dragon', 5, 814, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_Kelpie_Fire_day.png\", \"night\": \"/public/images/maps/BOSS_Kelpie_Fire_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (93, 'BOSS_KingAlpaca', '-01', '/public/images/pals/T_KingAlpaca_icon_normal.png', 'Kingpaca', 'https://palworld.fandom.com/wiki/Kingpaca', 'https://static.wikia.nocookie.net/palworld/images/9/9d/Kingpaca_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Kingpaca Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. This Pal\'s Defense and Movement Speed increase by 5% for each Melpaca in party.\"}', 'Melpaca serve this Pal. Contests between Kingpaca offer up their vassals as a wager. Those seen alone are losers of such contests.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Kingly Slam\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Kingpaca\'s exclusive skill. Leaps high into the air before smashing into an enemy with its chubby, massive body.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 144, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1140, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 290, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KingAlpaca', 'FourLegged', 8, 2548, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_KingAlpaca_day.png\", \"night\": \"/public/images/maps/BOSS_KingAlpaca_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Kingpaca Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KingAlpaca.png\", \"Description\": \"Proof of defeating [Kingpaca, Supreme Fluff Commander]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (94, 'BOSS_KingAlpaca_Ice', '-01', '/public/images/pals/T_KingAlpaca_Ice_icon_normal.png', 'Kingpaca Cryst', 'https://palworld.fandom.com/wiki/Kingpaca_Cryst', 'https://static.wikia.nocookie.net/palworld/images/4/49/Kingpaca_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 3, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Kingpaca Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. This Pal\'s Defense and Movement Speed increase by 5% for each Melpaca in party.\"}', 'With a heart of ice, this Pal is terrible at expressing its emotions. A solitary individual is pitiable, seen as too clumsy in the eyes of a Melpaca.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Kingly Slam\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Kingpaca\'s exclusive skill. Leaps high into the air before smashing into an enemy with its chubby, massive body.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 144, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1140, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 290, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KingAlpaca Ice', 'FourLegged', 8, 3248, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_KingAlpaca_Ice_day.png\", \"night\": \"/public/images/maps/BOSS_KingAlpaca_Ice_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Ice Kingpaca Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KingAlpaca_Ice.png\", \"Description\": \"Proof of defeating [Kingpaca Cryst, Azure Fluff Commander]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (95, 'BOSS_KingBahamut', '-01', '/public/images/pals/T_KingBahamut_icon_normal.png', 'Blazamut', 'https://palworld.fandom.com/wiki/Blazamut', 'https://static.wikia.nocookie.net/palworld/images/e/ee/Blazamut_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Coal\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Blazamut Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases the Attack and Defense of the Pal fighting alongside you by 5% whenever you defeat an enemy. This effect lasts 20 seconds and stacks up to five times.\"}', 'Legends say it was born during a volcanic eruption. A strange group even claims that this continent is laid upon the back of a giant Blazamut.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 120, \"Food\": 9, \"Speed\": {\"Run\": 800, \"Ride\": 1300, \"Walk\": 400}, \"Attack\": {\"Melee\": 150, \"Ranged\": 125}, \"Defense\": 120, \"Stamina\": 190, \"Support\": 50, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KingBahamut', 'FourLegged', 8, 6940, 'XL', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_KingBahamut_day.png\", \"night\": \"/public/images/maps/BOSS_KingBahamut_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Blazamut Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KingBahamut.png\", \"Description\": \"Proof of defeating [Blazamut, Cursed Tyrant]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (96, 'BOSS_KingBahamut_Dragon', '-01', '/public/images/pals/T_KingBahamut_Dragon_icon_normal.png', 'Blazamut Ryu', 'https://palworld.fandom.com/wiki/Blazamut_Ryu', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Blazamut_Ryu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Coal\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"Blazamut Ryu Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, improves player\'s and Pals\' Dragon damage to enemy weak points by 25%. (Does not stack)\"}', 'Long ago, it emerged from the depths of the earth. With relentless, raging flames showing no mercy, it burned the entire island until nothing remained. It was known as the Eternal Flame.', '[{\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Beam Slicer\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the area in front with a beam imbued with dragon power. The area struck by the beam will also explode after a short delay.\"}, {\"Name\": \"Brawn Impact\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Blazamut\'s exclusive skill. Raises and inflates its arms, then slams them together, causing a massive explosion in the surrounding area.\"}, {\"Name\": \"Magna Crush\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Blazamut Ryu\'s exclusive skill. After a big jump, moves at high speed in the air, gathering strength to unleash a powerful punch.\"}]', '{\"HP\": 126, \"Food\": 9, \"Speed\": {\"Run\": 800, \"Ride\": 1300, \"Walk\": 400}, \"Attack\": {\"Melee\": 150, \"Ranged\": 130}, \"Defense\": 125, \"Stamina\": 190, \"Support\": 50, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KingBahamut Dragon', 'FourLegged', 8, 7302, 'XL', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (97, 'BOSS_Kirin', '-01', '/public/images/pals/T_Kirin_icon_normal.png', 'Univolt', 'https://palworld.fandom.com/wiki/Univolt', 'https://static.wikia.nocookie.net/palworld/images/0/0e/Univolt_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Univolt Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, improves player\'s and Pals\' Electric damage to weak points by 25%. (Does not stack)\"}', 'It used to be considered an emissary of the Thunder God, and thus was not hunted by people. However, after witnesses observed one die from a lightning strike, its reverence faded, and it quite literally fell into the role of a workhorse.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lock-on Laser\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"Takes aim at an enemy before firing a super high speed laser.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 96, \"Food\": 3, \"Speed\": {\"Run\": 720, \"Ride\": 1200, \"Walk\": 130}, \"Attack\": {\"Melee\": 110, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 425, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Kirin', 'FourLegged', 8, 2776, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_Kirin_day.png\", \"night\": \"/public/images/maps/BOSS_Kirin_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Univolt Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Kirin.png\", \"Description\": \"Proof of defeating [Univolt, Swift Deity]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (98, 'BOSS_Kirin_Ice', '-01', '/public/images/pals/T_Kirin_Ice_icon_normal.png', 'Univolt Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Univolt Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Ice and increases Attack by 1%.\"}', 'It used to be considered an emissary of the Winter God, and thus was not hunted by people. However, after witnesses observed one lose its footing on the ice, its reverence faded, and it quite literally slid into the role of a workhorse.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}, {\"Name\": \"Absolute Frost\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Throws icicles in a wide area from under the enemy\'s feet.\"}]', '{\"HP\": 96, \"Food\": 3, \"Speed\": {\"Run\": 720, \"Ride\": 1200, \"Walk\": 130}, \"Attack\": {\"Melee\": 110, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 425, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Kirin Ice', 'FourLegged', 8, 3948, 'L', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Univolt Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Kirin.png\", \"Description\": \"Proof of defeating [Univolt, Swift Deity]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (99, 'BOSS_Kitsunebi', '-01', '/public/images/pals/T_Kitsunebi_icon_normal.png', 'Foxparks', 'https://palworld.fandom.com/wiki/Foxparks', 'https://static.wikia.nocookie.net/palworld/images/d/d7/Foxparks_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Foxparks\' Harness\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips to the player and transforms into a flamethrower.\"}', 'It is unskilled at controlling fire from the moment it is born and tends to choke on the flames it breathes unintentionally. Foxparks sneezes are one of the leading causes of forest fires.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 78, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 80}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Kitsunebi', 'FourLegged', 5, 788, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (100, 'BOSS_LavaGirl', '-01', '/public/images/pals/T_LavaGirl_icon_normal.png', 'Flambelle', 'https://palworld.fandom.com/wiki/Flambelle', 'https://static.wikia.nocookie.net/palworld/images/2/20/Flambelle_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"While in party, recovers Health of the player and Party Pals by 0.1% per second outside of combat. (Does not stack) Sometimes drops Flame Organ when assigned to Ranch.\"}', 'When it starts crying, this Pal produces magma in place of tears. The magma that pours out is absorbed back into its body, causing it to get hotter and hotter. The more it cries, the stronger it becomes.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 72, \"Food\": 2, \"Speed\": {\"Run\": 250, \"Ride\": 375, \"Walk\": 98}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 140, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LavaGirl', 'Humanoid', 5, 872, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (101, 'BOSS_LazyCatfish', '-01', '/public/images/pals/T_LazyCatfish_icon_normal.png', 'Dumud', 'https://palworld.fandom.com/wiki/Dumud', 'https://static.wikia.nocookie.net/palworld/images/3/32/Dumud_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Raw Dumud\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Ground Pals by 15%. (Does not stack) Sometimes drops High Quality Pal Oil when assigned to Ranch.\"}', 'When too relaxed, its reaction time drastically declines. Even if it were sliced from head to tail, it probably wouldn\'t even realize that it should be dead until the next morning.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 120, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS LazyCatfish', 'Fish', 7, 1990, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_LazyCatfish_day.png\", \"night\": \"/public/images/maps/BOSS_LazyCatfish_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Dumud Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LazyCatfish.png\", \"Description\": \"Proof of defeating [Dumud, Perpetual Procrastinator]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (102, 'BOSS_LazyDragon', '-01', '/public/images/pals/T_LazyDragon_icon_normal.png', 'Relaxaurus', 'https://palworld.fandom.com/wiki/Relaxaurus', 'https://static.wikia.nocookie.net/palworld/images/0/01/Relaxaurus_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"Relaxaurus\' Missile Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a missile launcher while mounted.\"}', 'Contrary to its blasé appearance, it\'s quite ferocious. It perceives everything in its sight as prey and will stop at nothing to devour it.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 144, \"Food\": 7, \"Speed\": {\"Run\": 650, \"Ride\": 1100, \"Walk\": 60}, \"Attack\": {\"Melee\": 110, \"Ranged\": 115}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LazyDragon', 'Monster', 8, 4730, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (103, 'BOSS_LazyDragon_Electric', '-01', '/public/images/pals/T_LazyDragon_Electric_icon_normal.png', 'Relaxaurus Lux', 'https://palworld.fandom.com/wiki/Relaxaurus_Lux', 'https://static.wikia.nocookie.net/palworld/images/4/40/Relaxaurus_Lux_menu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"Relaxaurus Lux\'s Missile Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a missile launcher while mounted.\"}', 'One day, Relaxaurus had an idea. Maybe it was about time for a change. Just then, an electric shock raced through its body!', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 144, \"Food\": 7, \"Speed\": {\"Run\": 650, \"Ride\": 1100, \"Walk\": 60}, \"Attack\": {\"Melee\": 110, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LazyDragon Electric', 'Monster', 8, 5370, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Relaxaurus Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LazyDragon_Electric.png\", \"Description\": \"Proof of defeating [Relaxaurus Lux, Gluttonous Thunder Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (104, 'BOSS_LilyQueen', '-01', '/public/images/pals/T_LilyQueen_icon_normal.png', 'Lyleen', 'https://palworld.fandom.com/wiki/Lyleen', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Lyleen_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"High Quality Recovery Meds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": \"Lyleen\'s Floral Ornament\", \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, the queen\'s soothing graces restore the Health of the player and Party Pals by 80/82/84/86/90%.\"}', 'A docile Pal full of love. It watches over small Pals who have lost their parents. It uses a full-power Solar Blast to discipline naughty Pals.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LilyQueen', 'Humanoid', 8, 6854, 'L', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_LilyQueen_day.png\", \"night\": \"/public/images/maps/BOSS_LilyQueen_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": \"Lyleen Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LilyQueen.png\", \"Description\": \"Proof of defeating [Lyleen, Empress of Lilies]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (105, 'BOSS_LilyQueen_Dark', '-01', '/public/images/pals/T_LilyQueen_Dark_icon_normal.png', 'Lyleen Noct', 'https://palworld.fandom.com/wiki/Lyleen_Noct', 'https://static.wikia.nocookie.net/palworld/images/3/30/Lyleen_Noct_menu.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"High Quality Recovery Meds\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, the queen\'s soothing graces restore the Health of the player and Party Pals by 85/87/89/91/95%.\"}', 'An elegant Pal full of grace. It admonishes any who are disrespectful with a painful slap. Some Pals actively seek out this punishment.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 138, \"Food\": 8, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LilyQueen Dark', 'Humanoid', 8, 7080, 'L', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": \"/public/images/maps/BOSS_LilyQueen_Dark_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": \"Lyleen Noct Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LilyQueen_Dark.png\", \"Description\": \"Proof of defeating [Lyleen Noct, Empress of the Abyss]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (106, 'BOSS_LittleBriarRose', '-01', '/public/images/pals/T_LittleBriarRose_icon_normal.png', 'Bristla', 'https://palworld.fandom.com/wiki/Bristla', 'https://static.wikia.nocookie.net/palworld/images/1/13/Bristla_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Grass Pals by 15%. (Does not stack)\"}', 'This prickly Pal\'s thorns are highly poisonous. It is friendly with Cinnamoth and only smiles while a Cinnamoth is drinking its nectar.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 96, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LittleBriarRose', 'Humanoid', 5, 1512, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (107, 'BOSS_LizardMan', '-01', '/public/images/pals/T_LizardMan_icon_normal.png', 'Leezpunk', 'https://palworld.fandom.com/wiki/Leezpunk', 'https://static.wikia.nocookie.net/palworld/images/0/09/Leezpunk_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Copper Key\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Silver Key\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leezpunk Crest\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Leezpunk and the player become invisible, making them undetectable to enemies for 10/12/14/16/20 seconds.\"}', 'A Pal that always takes great care to maintain a stylish stance. Always on the hunt for the coolest poses, if given a mirror it will spend all day posing in front of it.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 96, \"Food\": 2, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 140}, \"Attack\": {\"Melee\": 90, \"Ranged\": 80}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS LizardMan', 'Humanoid', 5, 952, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (108, 'BOSS_LizardMan_Fire', '-01', '/public/images/pals/T_LizardMan_Fire_icon_normal.png', 'Leezpunk Ignis', 'https://palworld.fandom.com/wiki/Leezpunk_Ignis', 'https://static.wikia.nocookie.net/palworld/images/e/ea/Leezpunk_Ignis_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Silver Key\", \"Rate\": 2.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leezpunk Crest\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Leezpunk Ignis and the player become invisible, making them undetectable to enemies for 10/12/14/16/20 seconds.\"}', 'A Pal that has an unusual obsession with their standing posture. Always in search of the hottest pose, this Pal\'s owner is constantly presented with fervent stances.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 96, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 90, \"Ranged\": 80}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LizardMan Fire', 'Humanoid', 5, 986, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (109, 'BOSS_Manticore', '-01', '/public/images/pals/T_Manticore_icon_normal.png', 'Blazehowl', 'https://palworld.fandom.com/wiki/Blazehowl', 'https://static.wikia.nocookie.net/palworld/images/3/33/Blazehowl_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Blazehowl Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Grass Pals drop 40% more items when defeated. (Does not stack)\"}', 'While it prefers raw meat, it always ends up eating well-done meat. This is due to its blistering claws, which it uses as its weapon—it simply doesn\'t realize its prey gets burned to a crisp.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 126, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 1300, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 80, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 465, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Manticore', 'FourLegged', 8, 3588, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Blazehowl Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Manticore.png\", \"Description\": \"Proof of defeating [Blazehowl, Crimson Goliath]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (110, 'BOSS_Manticore_Dark', '-01', '/public/images/pals/T_Manticore_Dark_icon_normal.png', 'Blazehowl Noct', 'https://palworld.fandom.com/wiki/Blazehowl_Noct', 'https://static.wikia.nocookie.net/palworld/images/5/5d/Blazehowl_Noct_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Blazehowl Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Neutral Pals drop 40% more items when defeated. (Does not stack)\"}', 'While it prefers raw meat, it always ends up eating tainted meat. This is due to its dark claws, which it uses as its weapon—it simply doesn\'t realize its prey gets cursed.', '[{\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 126, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 1300, \"Walk\": 90}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 80, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 420, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Manticore Dark', 'FourLegged', 8, 3764, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (111, 'BOSS_Monkey', '-01', '/public/images/pals/T_Monkey_icon_normal.png', 'Tanzee', 'https://palworld.fandom.com/wiki/Tanzee', 'https://static.wikia.nocookie.net/palworld/images/4/40/Tanzee_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Mushroom\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Tanzee\'s Assault Rifle\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, Tanzee will mercilessly fire an assault rifle at nearby enemies for a limited time.\"}', 'Long ago, this Pal used long objects like tree branches as weapons. After coming into contact with humans, however, it found something slightly more effective: guns.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 48}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 174, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Monkey', 'Humanoid', 5, 1024, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (112, 'BOSS_Monkey_Fire', '-01', '/public/images/pals/T_Monkey_Fire_icon_normal.png', 'Tanzee Ignis', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Tanzee Ignis\'s Assault Rifle\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, Tanzee Ignis will mercilessly fire a Fire assault rifle at nearby enemies for a limited time.\"}', 'Its palms have evolved to handle burning objects without getting scorched. When its gun runs out of ammo, it may grab the heated barrel with its bare hands and use it to club its foes.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 48}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 174, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Monkey Fire', 'Humanoid', 5, 1052, 'S', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (113, 'BOSS_MopBaby', '-01', '/public/images/pals/T_MopBaby_icon_normal.png', 'Swee', 'https://palworld.fandom.com/wiki/Swee', 'https://static.wikia.nocookie.net/palworld/images/b/b5/Swee_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Swee Hair\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack and Defense of Sweepa.\"}', 'Crawling along the ground, it eats microscopic organic matter. After a while, it discharges any substances that provide no nutrition. By using it as a mop for cleaning, everyone wins!', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 72, \"Food\": 1, \"Speed\": {\"Run\": 250, \"Ride\": 400, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 175, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS MopBaby', 'Other', 5, 626, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (114, 'BOSS_MopKing', '-01', '/public/images/pals/T_MopKing_icon_normal.png', 'Sweepa', 'https://palworld.fandom.com/wiki/Sweepa', 'https://static.wikia.nocookie.net/palworld/images/f/f3/Sweepa_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Sweepa Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. This Pal\'s Attack and Defense increase by 12% for each Swee in party.\"}', 'While hibernating, a large number of Swee hide within its voluminous body hair. The most ever recorded is 101.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 650, \"Ride\": 1120, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS MopKing', 'Other', 8, 2488, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_MopKing_day.png\", \"night\": \"/public/images/maps/BOSS_MopKing_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Sweepa Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_MopKing.png\", \"Description\": \"Proof of defeating [Sweepa, Majesty of Fuzz]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (115, 'BOSS_Mutant', '-01', '/public/images/pals/T_Mutant_icon_normal.png', 'Lunaris', 'https://palworld.fandom.com/wiki/Lunaris', 'https://static.wikia.nocookie.net/palworld/images/3/38/Lunaris_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Paldium Fragment\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, spheres home in on Pals, and carrying capacity increases by 300. (Does not stack)\"}', 'It can control those who carelessly stare into its eyes. Those seen with a Lunaris are in its mind, simply under its control.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 500, \"Ride\": 650, \"Walk\": 130}, \"Attack\": {\"Melee\": 80, \"Ranged\": 100}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 315, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Mutant', 'Humanoid', 8, 3690, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Lunaris Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Mutant.png\", \"Description\": \"Proof of defeating [Lunaris, Extraterrestrial]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (116, 'BOSS_NaughtyCat', '-01', '/public/images/pals/T_NaughtyCat_icon_normal.png', 'Grintale', 'https://palworld.fandom.com/wiki/Grintale', 'https://static.wikia.nocookie.net/palworld/images/c/c3/Grintale_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Grintale Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, picking up a Pal Egg has a 50% chance of receiving one extra. (Does not stack)\"}', 'Grintale\'s eyes light up the moment anyone enters its territory. This is no figure of speech—its eyes literally light up.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Cat Press\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Grintale\'s exclusive skill. Grins menacingly before leaping into the air and smashing foes with its body.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 132, \"Food\": 4, \"Speed\": {\"Run\": 650, \"Ride\": 1100, \"Walk\": 64}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 332, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS NaughtyCat', 'FourLegged', 8, 2148, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_NaughtyCat_day.png\", \"night\": \"/public/images/maps/BOSS_NaughtyCat_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Grintale Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_NaughtyCat.png\", \"Description\": \"Proof of defeating [Grintale, Marshmallow Body]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (117, 'BOSS_NegativeKoala', '-01', '/public/images/pals/T_NegativeKoala_icon_normal.png', 'Depresso', 'https://palworld.fandom.com/wiki/Depresso', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Depresso_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, Depresso chugs an entire energy drink, increasing its Movement Speed and Work Speed by 100%. Sometimes drops Venom Gland when assigned to Ranch.\"}', 'It has few friends because of the perpetually grouchy look on its face, but it is in fact kindhearted. Some have seen it feeding Vixy who have strayed from their pack.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 20}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS NegativeKoala', 'Humanoid', 5, 872, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (118, 'BOSS_NegativeOctopus', '-01', '/public/images/pals/T_NegativeOctopus_icon_normal.png', 'Killamari', 'https://palworld.fandom.com/wiki/Killamari', 'https://static.wikia.nocookie.net/palworld/images/8/80/Killamari_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Killamari Tentacle\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Killamari\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Enables gentle floating while gliding for an extended time.\"}', 'It wraps itself around an enemy\'s head, sucking out their insides. Pal mummies are occasionally found, but these are in fact Killamari victims.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 72, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 260, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS NegativeOctopus', 'Other', 5, 752, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": \"/public/images/maps/BOSS_NegativeOctopus_night.png\"}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (119, 'BOSS_NightFox', '-01', '/public/images/pals/T_NightFox_icon_normal.png', 'Nox', 'https://palworld.fandom.com/wiki/Nox', 'https://static.wikia.nocookie.net/palworld/images/5/55/Nox_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 40.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"When activated, detects the location of nearby Pal Effigies.\"}', 'If you find Nox hair in your bedding, you should leave it where it lays and leave immediately. Picking it up is a one-way-ticket to a never ending night.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 500, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 85}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 140, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 164, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS NightFox', 'FourLegged', 8, 1004, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (120, 'BOSS_Penguin', '-01', '/public/images/pals/T_Penguin_icon_normal.png', 'Pengullet', 'https://palworld.fandom.com/wiki/Pengullet', 'https://static.wikia.nocookie.net/palworld/images/3/38/Pengullet_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Pengullet Rocket Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, the player equips a Rocket Launcher to fire Pengullet as ammunition. Pengullet explodes on impact and is incapacitated.\"}', 'The feathers of this Pal have all but disappeared, but sadly, its desire to fly has remained as strong as ever. Even now, it tries to fly again in any way it can.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 500, \"Ride\": 650, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 265, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS Penguin', 'Humanoid', 5, 926, 'S', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_Penguin_day.png\", \"night\": \"/public/images/maps/BOSS_Penguin_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (121, 'BOSS_PinkCat', '-01', '/public/images/pals/T_PinkCat_icon_normal.png', 'Cattiva', 'https://palworld.fandom.com/wiki/Cattiva', 'https://static.wikia.nocookie.net/palworld/images/5/51/Cattiva_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Punch Flurry\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Cattiva\'s exclusive skill. Chases after enemies, swinging both arms and delivering a flurry of punches.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 160, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS PinkCat', 'Humanoid', 5, 872, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (122, 'BOSS_PinkLizard', '-01', '/public/images/pals/T_PinkLizard_icon_normal.png', 'Lovander', 'https://palworld.fandom.com/wiki/Lovander', 'https://static.wikia.nocookie.net/palworld/images/c/c8/Lovander_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Cake\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Suspicious Juice\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Strange Juice\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Memory Wiping Medicine\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, grants the player and Lovander a life steal effect that restores 5% of damage dealt as Health.\"}', 'Seeking a night of love, it is always chasing someone around. At first it only showed interest in other Pals, but in recent years even humans have become the target of its debauchery.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 144, \"Food\": 4, \"Speed\": {\"Run\": 750, \"Ride\": 850, \"Walk\": 170}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 140, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS PinkLizard', 'Humanoid', 8, 2112, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (123, 'BOSS_PinkRabbit', '-01', '/public/images/pals/T_PinkRabbit_icon_normal.png', 'Ribbuny', 'https://palworld.fandom.com/wiki/Ribbuny', 'https://static.wikia.nocookie.net/palworld/images/7/7e/Ribbuny_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 5.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ribbuny Ribbon\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Berry Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Neutral Pals by 15%. (Does not stack) While at a base, increases the Handiwork Work Suitability Level for all other Base Pals by +17. (Does not stack)\"}', 'A Pal that\'s never without a bright smile. Occasionally, its tentacles get tied up in knots by Cattiva\'s pranks. During those moments, its expression turns demonic.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 1, \"Speed\": {\"Run\": 245, \"Ride\": 350, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 172, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS PinkRabbit', 'Humanoid', 5, 842, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (124, 'BOSS_PlantSlime', '-01', '/public/images/pals/T_PlantSlime_icon_normal.png', 'Gumoss', 'https://palworld.fandom.com/wiki/Gumoss', 'https://static.wikia.nocookie.net/palworld/images/2/2e/Gumoss_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Berry Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Gumoss Leaf\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves logging efficiency by 30% and reduces weight of all types of wood by 35%. (Does not stack)\"}', 'A strange Pal with a body resembling tree sap. It gradually loses strength if it has nothing to cover its body with, eventually rotting away.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 175, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS PlantSlime', 'Other', 8, 788, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_PlantSlime_day.png\", \"night\": \"/public/images/maps/BOSS_PlantSlime_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Gumoss Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_PlantSlime.png\", \"Description\": \"Proof of defeating [Gumoss, Suddenly Transformed]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (125, 'BOSS_QueenBee', '-01', '/public/images/pals/T_QueenBee_icon_normal.png', 'Elizabee', 'https://palworld.fandom.com/wiki/Elizabee', 'https://static.wikia.nocookie.net/palworld/images/a/a0/Elizabee_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Honey\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Elizabee\'s Staff\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"This Pal\'s Attack increases by 12% for each Beegarde in party.\"}', 'A chosen queen to rule over Beegardes. There is a never ending stream of servants willing to work themselves to death for the pleasure of serving their queen.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Spinning Staff\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Elizabee\'s exclusive skill. Channels power into its staff, and unleashes it in a whirl.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 5, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS QueenBee', 'Humanoid', 8, 3538, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_QueenBee_day.png\", \"night\": \"/public/images/maps/BOSS_QueenBee_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Elizabee Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_QueenBee.png\", \"Description\": \"Proof of defeating [Elizabee, Empress of the Hive]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (126, 'BOSS_RaijinDaughter', '-01', '/public/images/pals/T_RaijinDaughter_icon_normal.png', 'Dazzi', 'https://palworld.fandom.com/wiki/Dazzi', 'https://static.wikia.nocookie.net/palworld/images/b/b0/Dazzi_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Dazzi Cloud\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dazzi\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Attacks hostile enemies with Electric bolts. These bolts will not reduce the target\'s Health below 1.\"}', 'Often kind to lonely Pals. However, the moment a Pal mistakes this for actual friendship, it seizes the opportunity to blast them with a thunderbolt.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 84, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 200}, \"Attack\": {\"Melee\": 110, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS RaijinDaughter', 'Humanoid', 5, 1232, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (127, 'BOSS_RedArmorBird', '-01', '/public/images/pals/T_RedArmorBird_icon_normal.png', 'Ragnahawk', 'https://palworld.fandom.com/wiki/Ragnahawk', 'https://static.wikia.nocookie.net/palworld/images/d/dd/Ragnahawk_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Ragnahawk Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Fire and increases Attack by 1%.\"}', 'Some think it is a related species to Beakon, but there is in fact no connection. It mainly eats rocks, and after many long years its beak and head have hardened to accommodate this diet.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 114, \"Food\": 7, \"Speed\": {\"Run\": 800, \"Ride\": 1400, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 120, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS RedArmorBird', 'Bird', 8, 4526, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (128, 'BOSS_RobinHood', '-01', '/public/images/pals/T_RobinHood_icon_normal.png', 'Robinquill', 'https://palworld.fandom.com/wiki/Robinquill', 'https://static.wikia.nocookie.net/palworld/images/b/bb/Robinquill_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Potato Seeds\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Arrow\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s bow damage by 10%. (Does not stack)\"}', 'A Pal that is very similar to humans who hunt and live in the forests. It may prove to be a key for understanding what Pals are and how they diverged from humans in the distant past.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Focus Shot\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Robinquill\'s exclusive skill. Takes aim while drawing its bow before releasing a powerful shot at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS RobinHood', 'Humanoid', 8, 2670, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (129, 'BOSS_RobinHood_Ground', '-01', '/public/images/pals/T_RobinHood_Ground_icon_normal.png', 'Robinquill Terra', 'https://palworld.fandom.com/wiki/Robinquill_Terra', 'https://static.wikia.nocookie.net/palworld/images/4/45/Robinquill_Terra_menu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Potato Seeds\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Arrow\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s bow charge speed by 15%. (Does not stack)\"}', 'A Pal that is very similar to humans who hunt and live in the rocky areas. When Robinquill Terra bones are found in ruins, there are always human bones found nearby as well.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Focus Shot\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Robinquill\'s exclusive skill. Takes aim while drawing its bow before releasing a powerful shot at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS RobinHood Ground', 'Humanoid', 8, 2588, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (130, 'BOSS_Ronin', '-01', '/public/images/pals/T_Ronin_icon_normal.png', 'Bushi', 'https://palworld.fandom.com/wiki/Bushi', 'https://static.wikia.nocookie.net/palworld/images/7/73/Bushi_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ingot\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Iaigiri. When this Pal uses Iaigiri, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'Its body becomes a blade upon death, to be taken up by the next generation. If someone other than a Bushi wields this blade, the soul within torments them until they are driven mad.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iaigiri\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Bushi\'s exclusive skill. Taking hold of the sword, it appears in front of an enemy in an instant and unleashes an ultra-fast sword draw attack.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 96, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Ronin', 'Humanoid', 8, 2884, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Bushi Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Ronin.png\", \"Description\": \"Proof of defeating [Bushi, Vagrant Warrior]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (131, 'BOSS_Ronin_Dark', '-01', '/public/images/pals/T_Ronin_Dark_icon_normal.png', 'Bushi Noct', 'https://palworld.fandom.com/wiki/Bushi_Noct', 'https://static.wikia.nocookie.net/palworld/images/5/56/Bushi_Noct.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ingot\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 40.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Iaigiri. When this Pal uses Iaigiri, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s melee weapon damage by 30% but only when not in combat. (Does not stack)\"}', 'Its body becomes a blade upon death, to be taken up by the next generation. If the Bushi who inherits it has a weak heart, the voices of the dead will drive it mad. The madness turns it into Bushi Noct that endlessly wanders.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}]', '{\"HP\": 96, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Ronin Dark', 'Humanoid', 8, 3714, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (132, 'BOSS_SaintCentaur', '-01', '/public/images/pals/T_SaintCentaur_icon_normal.png', 'Paladius', 'https://palworld.fandom.com/wiki/Paladius', 'https://static.wikia.nocookie.net/palworld/images/0/09/Paladius_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Hexolite\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Paladius Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can triple jump while mounted. Activate Spear Thrust to have Necromus stay by your side and attack enemies in tandem.\"}', 'Once one with Necromus. Its gleaming form is free of all negative emotions. However, a glimmer of hatred can still be seen deep within its eyes.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Spear Thrust\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Paladius\' exclusive skill. Charges forward while enveloped in holy power with its spear thrust ahead. The shield in its other hand blocks all attacks during the charge.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 156, \"Food\": 9, \"Speed\": {\"Run\": 800, \"Ride\": 1900, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 120}, \"Defense\": 145, \"Stamina\": 400, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8552631, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.18}', 'BOSS SaintCentaur', 'FourLegged', 8, 8678, 'XL', 'Legend', '{\"day\": \"/public/images/maps/BOSS_SaintCentaur_day.png\", \"night\": \"/public/images/maps/BOSS_SaintCentaur_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": \"Twin Knights Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SaintCentaur.png\", \"Description\": \"Proof of defeating [Paladius, Holy Knight of Legend] or [Necromus, Dark Knight of Legend]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (133, 'BOSS_SakuraSaurus', '-01', '/public/images/pals/T_SakuraSaurus_icon_normal.png', 'Broncherry', 'https://palworld.fandom.com/wiki/Broncherry', 'https://static.wikia.nocookie.net/palworld/images/b/bd/Broncherry_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Broncherry Meat\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Broncherry Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Pal Eggs you pick up have a 35% chance of becoming an Alpha Pal Egg. (Does not stack)\"}', 'Its scent drastically changes before and after pairing. It exudes a pleasing aroma after finding a partner, which is called the |Fragrance of First Love.|', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Muscle Slam\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Broncherry\'s exclusive skill. Turns sideways before tackling enemies in front of it, sending them flying into the air.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 144, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 1120, \"Walk\": 75}, \"Attack\": {\"Melee\": 80, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SakuraSaurus', 'FourLegged', 8, 4028, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_SakuraSaurus_day.png\", \"night\": \"/public/images/maps/BOSS_SakuraSaurus_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Broncherry Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SakuraSaurus.png\", \"Description\": \"Proof of defeating [Broncherry, Winds of Spring]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (134, 'BOSS_SakuraSaurus_Water', '-01', '/public/images/pals/T_SakuraSaurus_Water_icon_normal.png', 'Broncherry Aqua', 'https://palworld.fandom.com/wiki/Broncherry_Aqua', 'https://static.wikia.nocookie.net/palworld/images/d/db/Broncherry_Aqua_menu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Broncherry Meat\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Broncherry Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Pal Eggs you pick up have a 45% chance of becoming an Alpha Pal Egg. (Does not stack)\"}', 'Its scent drastically changes before and after pairing. It exudes a pleasing aroma before finding a partner, which is called the |Perfume of Purity.|', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Muscle Slam\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Broncherry\'s exclusive skill. Turns sideways before tackling enemies in front of it, sending them flying into the air.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 144, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 1120, \"Walk\": 75}, \"Attack\": {\"Melee\": 80, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SakuraSaurus Water', 'FourLegged', 8, 4518, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_SakuraSaurus_Water_day.png\", \"night\": \"/public/images/maps/BOSS_SakuraSaurus_Water_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Broncherry Aqua Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SakuraSaurus_Water.png\", \"Description\": \"Proof of defeating [Broncherry Aqua, Waves of Summer]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (135, 'BOSS_Serpent', '-01', '/public/images/pals/T_Serpent_icon_normal.png', 'Surfent', 'https://palworld.fandom.com/wiki/Surfent', 'https://static.wikia.nocookie.net/palworld/images/1/1d/Surfent_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Surfent Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. Sometimes drops Leather when assigned to Ranch.\"}', 'Its hydrodynamic form is well suited for activities on water. Poachers often catch them and use them in place of surfboards.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 500, \"Ride\": 900, \"Walk\": 200}, \"Attack\": {\"Melee\": 70, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Serpent', 'Fish', 5, 1936, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_Serpent_day.png\", \"night\": \"/public/images/maps/BOSS_Serpent_night.png\"}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (136, 'BOSS_Serpent_Ground', '-01', '/public/images/pals/T_Serpent_Ground_icon_normal.png', 'Surfent Terra', 'https://palworld.fandom.com/wiki/Surfent_Terra', 'https://static.wikia.nocookie.net/palworld/images/f/ff/Surfent_Terra_menu.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Surfent Terra Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player\'s attacks inflict Muddy 2. (Does not stack)\"}', 'Its aerodynamic form is well suited for activities on sand. Poachers often catch them and use them in place of surfboards.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 500, \"Ride\": 900, \"Walk\": 200}, \"Attack\": {\"Melee\": 70, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Serpent Ground', 'Fish', 8, 2410, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_Serpent_Ground_day.png\", \"night\": \"/public/images/maps/BOSS_Serpent_Ground_night.png\"}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (137, 'BOSS_SharkKid', '-01', '/public/images/pals/T_SharkKid_icon_normal.png', 'Gobfin', 'https://palworld.fandom.com/wiki/Gobfin', 'https://static.wikia.nocookie.net/palworld/images/f/ff/Gobfin_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Aqua Gun. When this Pal uses Aqua Gun, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s Attack by 10%.\"}', 'Long ago, it was a giant and powerful aquatic Pal. However, as food became scarce, it evolved to live on land. Since walking requires much energy, it gradually became smaller and is now a small and puny Pal.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 108, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 500, \"Walk\": 80}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SharkKid', 'Humanoid', 5, 1700, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (138, 'BOSS_SharkKid_Fire', '-01', '/public/images/pals/T_SharkKid_Fire_icon_normal.png', 'Gobfin Ignis', 'https://palworld.fandom.com/wiki/Gobfin_Ignis', 'https://static.wikia.nocookie.net/palworld/images/9/9c/Gobfin_Ignis_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Spirit Fire. When this Pal uses Spirit Fire, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s Attack by 10%.\"}', 'Long ago, it was a giant and powerful aquatic Pal. However, as food became scarce, it evolved to live on land. Since walking burns many calories, it astonishingly awakened its power to control fire!', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 108, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 500, \"Walk\": 80}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SharkKid Fire', 'Humanoid', 5, 1700, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (139, 'BOSS_SheepBall', '-01', '/public/images/pals/T_SheepBall_icon_normal.png', 'Lamball', 'https://palworld.fandom.com/wiki/Lamball', 'https://static.wikia.nocookie.net/palworld/images/0/01/Lamball_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Lamball Mutton\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, equips to the player and becomes a shield. Sometimes drops Wool when assigned to Ranch.\"}', 'A walk up a hill tends to end with this Pal tumbling back down. This causes it to become dizzy and unable to move, making it easy to capture and kill. As a result, this Pal has tumbled down to the very bottom of the food chain itself.', '[{\"Name\": \"Roly Poly\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Lamball\'s exclusive skill. Curls into a ball, rolling after any enemies in its way. Becomes dizzy and unable to move after the attack ends.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 40}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 160, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS SheepBall', 'Humanoid', 5, 842, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (140, 'BOSS_SkyDragon', '-01', '/public/images/pals/T_SkyDragon_icon_normal.png', 'Quivern', 'https://palworld.fandom.com/wiki/Quivern', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Quivern_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Quivern Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases Attack of Dragon Pals by 15%. (Does not stack)\"}', 'Sleeping while cuddling a Quivern is said to be a heavenly experience, but there are some who have been crushed and sent to heaven by ones that toss and turn in their sleep.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 126, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 1050, \"Walk\": 240}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 470, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SkyDragon', 'Dragon', 8, 4162, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Quivern Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SkyDragon.png\", \"Description\": \"Proof of defeating [Quivern, Wings of White]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (141, 'BOSS_SkyDragon_Grass', '-01', '/public/images/pals/T_SkyDragon_Grass_icon_normal.png', 'Quivern Botan', 'https://palworld.fandom.com/wiki/Quivern_Botan', 'https://static.wikia.nocookie.net/palworld/images/6/67/Quivern_Botan.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}]', '{\"Name\": null, \"Tech\": \"Quivern Botan Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Grass and increases Attack by 1%.\"}', 'When you hug Quivern Botan, if it smells like sunshine and meadows, tomorrow will be sunny. If it smells damp, tomorrow will be wet and miserable.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}]', '{\"HP\": 126, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 1050, \"Walk\": 240}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 470, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SkyDragon Grass', 'Dragon', 8, 4470, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (142, 'BOSS_SoldierBee', '-01', '/public/images/pals/T_SoldierBee_icon_normal.png', 'Beegarde', 'https://palworld.fandom.com/wiki/Beegarde', 'https://static.wikia.nocookie.net/palworld/images/7/7b/Beegarde_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Honey\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Elizabee\'s Attack. Sometimes drops Honey when assigned to Ranch.\"}', 'A servant that pledges loyalty to Elizabee. Any that cause harm to the queen are immediately expelled from the hive. It will gladly give its life to protect its queen.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bee Quiet\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion, but receives the honor of falling in battle.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 96, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SoldierBee', 'Humanoid', 7, 2332, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (143, 'BOSS_Suzaku', '-01', '/public/images/pals/T_Suzaku_icon_normal.png', 'Suzaku', 'https://palworld.fandom.com/wiki/Suzaku', 'https://static.wikia.nocookie.net/palworld/images/b/b4/Suzaku_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Suzaku Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal’s Movement Speed increases by 5% for each other Fire Pal in your party. (Excluding Suzaku)\"}', 'It was once believed to usher in the dry season. Whenever there was a drought the previous year, people would relentlessly seek to cull its numbers, hoping to bring about a plentiful harvest in the next year.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 144, \"Food\": 7, \"Speed\": {\"Run\": 850, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 350, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Suzaku', 'Bird', 8, 4818, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_Suzaku_day.png\", \"night\": \"/public/images/maps/BOSS_Suzaku_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Suzaku Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Suzaku.png\", \"Description\": \"Proof of defeating [Suzaku, Ruler of the Crimson Dawn]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (144, 'BOSS_Suzaku_Water', '-01', '/public/images/pals/T_Suzaku_Water_icon_normal.png', 'Suzaku Aqua', 'https://palworld.fandom.com/wiki/Suzaku_Aqua', 'https://static.wikia.nocookie.net/palworld/images/a/a1/Suzaku_Aqua_menu.png', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Suzaku Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal’s Movement Speed increases by 5% for each other Water Pal in your party. (Excluding Suzaku Aqua)\"}', 'It was once believed to usher in the rainy season. Whenever there was a flood the previous year, people would relentlessly seek to cull its numbers, hoping to avert disaster in the coming year.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 150, \"Food\": 7, \"Speed\": {\"Run\": 850, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 350, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Suzaku Water', 'Bird', 8, 5464, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (145, 'BOSS_SweetsSheep', '-01', '/public/images/pals/T_SweetsSheep_icon_normal.png', 'Woolipop', 'https://palworld.fandom.com/wiki/Woolipop', 'https://static.wikia.nocookie.net/palworld/images/f/fa/Woolipop_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Cotton Candy\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Cotton Candy when assigned to Ranch. While at a base, reduces Hunger depletion rate of Base Pals by -10%. (Does not stack)\"}', 'Its entire body is 18,000 times sweeter than sugar. Carnivorous Pals lured by its scent will find themselves overwhelmed by sweetness and even pass out should they take a bite of this Pal.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 100}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SweetsSheep', 'FourLegged', 5, 1004, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (146, 'BOSS_SweetsSheep_Ground', '-01', '/public/images/pals/T_SweetsSheep_Ground_icon_normal.png', 'Woolipop Terra', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Caramel Cotton Candy\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Caramel Cotton Candy when assigned to Ranch. While at a base, reduces Hunger depletion rate of Base Pals by -15%. (Does not stack)\"}', 'Its fur emits a sweet smell, but its meat is disgustingly bitter. Carnivorous Pals lured by its scent into taking a bite will find themselves overwhelmed by the foul taste and pass out.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 100}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SweetsSheep Ground', 'FourLegged', 7, 1672, 'M', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (147, 'BOSS_TentacleTurtle', '-01', '/public/images/pals/T_TentacleTurtle_icon_normal.png', 'Turtacle', 'https://palworld.fandom.com/wiki/Turtacle', 'https://static.wikia.nocookie.net/palworld/images/c/c2/Turtacle.png/revision/latest?cb=20260405153715', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces Ore weight by 80%. (Does not stack)\"}', 'To protect its fragile body, it developed an incredibly tough shell. Unfortunately, it\'s utterly defenseless underneath. Even a little tickle could knock it out cold.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Hydro Spin\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Turtacle\'s exclusive skill. Uses jet-powered propulsion to spin rapidly and launch itself at the enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 320, \"Ride\": 500, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS TentacleTurtle', 'Other', 5, 1322, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_TentacleTurtle_day.png\", \"night\": \"/public/images/maps/BOSS_TentacleTurtle_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (148, 'BOSS_ThunderBird', '-01', '/public/images/pals/T_ThunderBird_icon_normal.png', 'Beakon', 'https://palworld.fandom.com/wiki/Beakon', 'https://static.wikia.nocookie.net/palworld/images/a/a0/Beakon_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Beakon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Electric and increases Attack by 13%. This Pal’s Movement Speed increases by 5% for each other Electric Pal in your party. (Excluding Beakon)\"}', 'Some think it is a related species to Ragnahawk, but there is in fact no connection. Using its sharp beak, it descends on its prey in a quick motion that resembles a bolt of lightning.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 126, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1300, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 80, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ThunderBird', 'Bird', 8, 3868, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_ThunderBird_day.png\", \"night\": \"/public/images/maps/BOSS_ThunderBird_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Beakon Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ThunderBird.png\", \"Description\": \"Proof of defeating [Beakon, Wings of Thunderbolt]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (149, 'BOSS_ThunderBird_Ice', '-01', '/public/images/pals/T_ThunderBird_Ice_icon_normal.png', 'Beakon Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Beakon Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Ice and increases Attack by 13%. This Pal’s Movement Speed increases by 5% for each other Ice Pal in your party. (Excluding Beakon Cryst)\"}', 'Perfectly adapted to colder environments, it hardly feels the cold despite its slender form. Its diving plunge carries tremendous force, as if a giant icicle were dropping straight from the sky.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 126, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1300, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 85, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ThunderBird Ice', 'Bird', 8, 4454, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Beakon Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ThunderBird.png\", \"Description\": \"Proof of defeating [Beakon, Wings of Thunderbolt]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (150, 'BOSS_ThunderDog', '-01', '/public/images/pals/T_ThunderDog_icon_normal.png', 'Rayhound', 'https://palworld.fandom.com/wiki/Rayhound', 'https://static.wikia.nocookie.net/palworld/images/3/3f/Rayhound_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Rayhound Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted. This Pal’s Movement Speed increases by 5% for each other Electric Pal in your party. (Excluding Rayhound)\"}', 'At full speed, it could be mistaken for a bolt of lightning. When two Rayhounds collide, a thunderous roar echoes through the air.', '[{\"Name\": \"Double Fang (Electric)\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1250, \"Walk\": 210}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 455, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ThunderDog', 'FourLegged', 8, 2410, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (151, 'BOSS_ThunderDog_Ice', '-01', '/public/images/pals/T_ThunderDog_Ice_icon_normal.png', 'Rayhound Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted. While in party, increases Defense of Ice Pals by 15%. (Does not stack)\"}', 'Sprinting across the tundra at full speed kicks up a blinding blizzard, leading to constant Rayhound Cryst collisions due to zero visibility.', '[{\"Name\": \"Double Fang (Ice)\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Frostcall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Rayhound Cryst\'s exclusive skill. Generates ice pillars ahead and charges forward at high speed through the gaps between them.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1250, \"Walk\": 210}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 455, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ThunderDog Ice', 'FourLegged', 8, 2276, 'L', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (152, 'BOSS_ThunderDragonMan', '-01', '/public/images/pals/T_ThunderDragonMan_icon_normal.png', 'Orserk', 'https://palworld.fandom.com/wiki/Orserk', 'https://static.wikia.nocookie.net/palworld/images/6/6e/Orserk_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_ThunderDragonMan.png\", \"Description\": \"While in party, hitting an enemy with a bullet increases the Attack and Defense of the Pal fighting alongside you by 1% for 5 seconds. This effect stacks up to 30 times. (Does not stack.)\"}', 'It sends electricity into its foes\' wounds, roasting them from the inside out. Fights between Orserk end in the blink of an eye.', '[{\"Name\": \"Kerauno\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Orserk\'s exclusive skill. Summons a spear of lightning while leaping into the air before throwing it at an enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 144, \"Food\": 9, \"Speed\": {\"Run\": 900, \"Ride\": 1200, \"Walk\": 185}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ThunderDragonMan', 'Humanoid', 8, 8272, 'L', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (153, 'BOSS_Umihebi', '-01', '/public/images/pals/T_Umihebi_icon_normal.png', 'Jormuntide', 'https://palworld.fandom.com/wiki/Jormuntide', 'https://static.wikia.nocookie.net/palworld/images/8/8e/Jormuntide_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Jormuntide Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While in party, increases player\'s and Pals\' damage to enemies afflicted with Soak by 50%. (Does not stack)\"}', 'Legend says the Jormuntide was once a wise man who, after being wrongly convicted and cast into a whirlpool, returned as this Pal to annihilate the kingdom.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 156, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 1100, \"Walk\": 175}, \"Attack\": {\"Melee\": 150, \"Ranged\": 120}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Umihebi', 'Fish', 8, 7446, 'XL', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_Umihebi_day.png\", \"night\": \"/public/images/maps/BOSS_Umihebi_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Jormuntide Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Umihebi.png\", \"Description\": \"Proof of defeating [Jormuntide, Emperor of the Sea]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (154, 'BOSS_Umihebi_Fire', '-01', '/public/images/pals/T_Umihebi_Fire_icon_normal.png', 'Jormuntide Ignis', 'https://palworld.fandom.com/wiki/Jormuntide_Ignis', 'https://static.wikia.nocookie.net/palworld/images/0/0d/Jormuntide_Ignis_menu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Jormuntide Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, nullifies lava damage and increases player\'s and Pals\' damage to enemies afflicted with Burn by 50%. (Does not stack)\"}', 'Legend says the Jormuntide Ignis was once a warrior who, after being wrongly convicted and cast into a volcano, returned as this Pal to annihilate the kingdom.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 156, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 1100, \"Walk\": 175}, \"Attack\": {\"Melee\": 150, \"Ranged\": 130}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Umihebi Fire', 'Fish', 8, 7154, 'XL', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (155, 'BOSS_VioletFairy', '-01', '/public/images/pals/T_VioletFairy_icon_normal.png', 'Vaelet', 'https://palworld.fandom.com/wiki/Vaelet', 'https://static.wikia.nocookie.net/palworld/images/2/24/Vaelet_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Ground Pals drop 40% more items when defeated. (Does not stack) Sometimes drops various seeds when assigned to Ranch.\"}', 'The castle was filled with the king\'s favorite flowers. A great battle ensued, and flames approached the castle. Amidst the chaos, the spirit of a flower appeared. - From the fairy tale, |The King\'s Flower.|', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS VioletFairy', 'Humanoid', 8, 4190, 'M', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Vaelet Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VioletFairy.png\", \"Description\": \"Proof of defeating [Vaelet, Voice of the Violets]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (156, 'BOSS_VolcanicMonster', '-01', '/public/images/pals/T_VolcanicMonster_icon_normal.png', 'Reptyro', 'https://palworld.fandom.com/wiki/Reptyro', 'https://static.wikia.nocookie.net/palworld/images/d/d0/Reptyro_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Reptyro Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, reduces weight of all types of ore by 30%. (Does not stack)\"}', 'Magma-like blood runs throughout its body. If a large amount of water is thrown on it, the water rapidly heats, causing an immense vapor explosion.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Volcanic Burst\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Reptyro\'s exclusive skill. Raises its front legs and slams them into the ground, causing a volcanic eruptions under its enemies. It simultaneously bombards them with volcanic bombs from above.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 132, \"Food\": 7, \"Speed\": {\"Run\": 550, \"Ride\": 1100, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 120, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS VolcanicMonster', 'FourLegged', 8, 5152, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_VolcanicMonster_day.png\", \"night\": \"/public/images/maps/BOSS_VolcanicMonster_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Reptyro Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VolcanicMonster.png\", \"Description\": \"Proof of defeating [Reptyro, Lava-Devouring Juggernaut]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (157, 'BOSS_VolcanicMonster_Ice', '-01', '/public/images/pals/T_VolcanicMonster_Ice_icon_normal.png', 'Reptyro Cryst', 'https://palworld.fandom.com/wiki/Reptyro_Cryst', 'https://static.wikia.nocookie.net/palworld/images/0/09/Reptyro_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Reptyro Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, reduces weight of all types of ore by 35%. (Does not stack)\"}', 'Ice cold blood runs throughout its body. If heated rapidly, its blood evaporates, causing an immense vapor explosion.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Frost Burst\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Reptyro Cryst\'s exclusive skill. Raises its front legs and slams them into the ground, causing a frozen blast under its enemies. It simultaneously bombards them with snow balls from above.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 132, \"Food\": 7, \"Speed\": {\"Run\": 550, \"Ride\": 1100, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 130, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS VolcanicMonster Ice', 'FourLegged', 8, 5594, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (158, 'BOSS_WeaselDragon', '-01', '/public/images/pals/T_WeaselDragon_icon_normal.png', 'Chillet', 'https://palworld.fandom.com/wiki/Chillet', 'https://static.wikia.nocookie.net/palworld/images/4/49/Chillet_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Chillet Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Dragon and increases Attack by 1%.\"}', 'It can curl up its body and roll around at extremely high speeds. Long ago, people would tie bags of milk to domesticated Chillet as they grazed to produce butter using this spinning force.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 750, \"Ride\": 1150, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS WeaselDragon', 'FourLegged', 7, 2540, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_WeaselDragon_day.png\", \"night\": \"/public/images/maps/BOSS_WeaselDragon_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Chillet Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WeaselDragon.png\", \"Description\": \"Proof of defeating [Chillet, Dancer on the Plains]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (159, 'BOSS_WeaselDragon_Fire', '-01', '/public/images/pals/T_WeaselDragon_Fire_icon_normal.png', 'Chillet Ignis', 'https://palworld.fandom.com/wiki/Chillet_Ignis', 'https://static.wikia.nocookie.net/palworld/images/e/e2/Chillet_Ignis.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Chillet Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Fire and increases Attack by 1%.\"}', 'It can curl up its body and roll around so fast that sparks fly. Sparks also fly when it feels excited. If you stroke it too much, this pal will get fired up, literally!', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Rocket Slam\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Chillet\'s exclusive skill. Gathers a bit of strength and leaps forward. Always shuts its eyes tight in fear when landing.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 750, \"Ride\": 1150, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS WeaselDragon Fire', 'FourLegged', 8, 3340, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (160, 'BOSS_Werewolf', '-01', '/public/images/pals/T_Werewolf_icon_normal.png', 'Loupmoon', 'https://palworld.fandom.com/wiki/Loupmoon', 'https://static.wikia.nocookie.net/palworld/images/0/00/Loupmoon_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Jumping Claw. When this Pal uses Jumping Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s melee weapon attack speed by 15%. (Does not stack)\"}', 'The horns on its head grow under the moonlight. It doesn\'t hate the sun, but its horns itch when sunlight hits them.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Jumping Claw\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Loupmoon\'s exclusive skill. Leaps forward and attacks twice with vicious claws imbued with dark energy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 96, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 175}, \"Attack\": {\"Melee\": 130, \"Ranged\": 100}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Werewolf', 'Humanoid', 7, 1684, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (161, 'BOSS_WhiteMoth', '-01', '/public/images/pals/T_WhiteMoth_icon_normal.png', 'Sibelyx', 'https://palworld.fandom.com/wiki/Sibelyx', 'https://static.wikia.nocookie.net/palworld/images/6/66/Sibelyx_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Blizzard Spike. When this Pal uses Blizzard Spike, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. Sometimes makes High Quality Cloth when assigned to Ranch.\"}', 'A Pal that likes the rain, and will often bask in rain showers until the weather clears up. On rainy days, Foxparks can often be found taking shelter beneath it.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 132, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WhiteMoth', 'Humanoid', 8, 3178, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Sibelyx Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteMoth.png\", \"Description\": \"Proof of defeating [Sibelyx, Pallid Lady]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (162, 'BOSS_WhiteMoth_Neutral', '-01', '/public/images/pals/T_WhiteMoth_Neutral_icon_normal.png', 'Sibelyx Primo', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Neutral Pals by 15%. (Does not stack) Sometimes makes High Quality Cloth when assigned to Ranch.\"}', 'A Pal that loves gazing into the void, and will often remain completely still. It frequently becomes a gathering spot for smaller Pals.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 138, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WhiteMoth Neutral', 'Humanoid', 8, 4188, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Sibelyx Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteMoth.png\", \"Description\": \"Proof of defeating [Sibelyx, Pallid Lady]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (163, 'BOSS_WhiteTiger', '-01', '/public/images/pals/T_WhiteTiger_icon_normal.png', 'Cryolinx', 'https://palworld.fandom.com/wiki/Cryolinx', 'https://static.wikia.nocookie.net/palworld/images/9/9d/Cryolinx_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Dragon Pals drop 40% more items when defeated. (Does not stack)\"}', 'It can easily climb steep mountains with its hard claws. However, its short legs make it difficult to descend, often leaving it stranded in high places.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 720, \"Ride\": 900, \"Walk\": 280}, \"Attack\": {\"Melee\": 140, \"Ranged\": 100}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WhiteTiger', 'Humanoid', 8, 3974, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (164, 'BOSS_WindChimes', '-01', '/public/images/pals/T_WindChimes_icon_normal.png', 'Hangyu', 'https://palworld.fandom.com/wiki/Hangyu', 'https://static.wikia.nocookie.net/palworld/images/0/08/Hangyu_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Hangyu\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WindChimes', 'Other', 5, 1082, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (165, 'BOSS_WindChimes_Ice', '-01', '/public/images/pals/T_WindChimes_Ice_icon_normal.png', 'Hangyu Cryst', 'https://palworld.fandom.com/wiki/Hangyu_Cryst', 'https://static.wikia.nocookie.net/palworld/images/4/49/Hangyu_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Hangyu Cryst\'s Glove\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 70, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WindChimes Ice', 'Other', 7, 1456, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (166, 'BOSS_WizardOwl', '-01', '/public/images/pals/T_WizardOwl_icon_normal.png', 'Hoocrates', 'https://palworld.fandom.com/wiki/Hoocrates', 'https://static.wikia.nocookie.net/palworld/images/e/ef/Hoocrates_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Dark Pals by 15%. (Does not stack)\"}', 'Often lost in thought, it sometimes finds it difficult to sleep. |I think, therefore I am.|', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 380, \"Ride\": 550, \"Walk\": 70}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 225, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS WizardOwl', 'Bird', 5, 886, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (167, 'BOSS_WoolFox', '-01', '/public/images/pals/T_WoolFox_icon_normal.png', 'Cremis', 'https://palworld.fandom.com/wiki/Cremis', 'https://static.wikia.nocookie.net/palworld/images/a/a1/Cremis_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Neutral Pals by 15%. (Does not stack) Sometimes drops Wool when assigned to Ranch.\"}', 'Compared to Lamball, it has finer wool and a temperament more suited for domestication. However, it has historically always been kept as a pet. Cuteness is considered a virtue.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 40}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 170, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS WoolFox', 'FourLegged', 5, 978, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (168, 'BOSS_Yeti', '-01', '/public/images/pals/T_Yeti_icon_normal.png', 'Wumpo', 'https://palworld.fandom.com/wiki/Wumpo', 'https://static.wikia.nocookie.net/palworld/images/0/0e/Wumpo_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 20.0}]', '{\"Name\": null, \"Tech\": \"Wumpo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While at a base, increases the Transporting Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Researchers once tried to shave off its hair to reveal its true form. In the end, only hair was left, as if that was all there was to begin with.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 168, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 1150, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 100, \"Stamina\": 240, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Yeti', 'Humanoid', 8, 5182, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (169, 'BOSS_Yeti_Grass', '-01', '/public/images/pals/T_Yeti_Grass_icon_normal.png', 'Wumpo Botan', 'https://palworld.fandom.com/wiki/Wumpo_Botan', 'https://static.wikia.nocookie.net/palworld/images/6/68/Wumpo_Botan_menu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 20.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Wumpo Botan Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Ground damage and are immune to Muddy status. (Does not stack)\"}', 'Researchers once tried to cut the grass off its body to reveal its true form. In the end, only grass was left, as if that was all there was to begin with.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 168, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 1150, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 110, \"Stamina\": 240, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Yeti Grass', 'Humanoid', 8, 5486, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_Yeti_Grass_day.png\", \"night\": \"/public/images/maps/BOSS_Yeti_Grass_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Wumpo Botan Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Yeti_Grass.png\", \"Description\": \"Proof of defeating [Wumpo Botan, Guardian of the Grassy Fields]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (170, 'BOSS_NightLady', '-01', '/public/images/pals/T_NightLady_icon_normal.png', 'Bellanoir', 'https://palworld.fandom.com/wiki/Bellanoir', 'https://static.wikia.nocookie.net/palworld/images/8/8a/Bellanoir.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Nightmare Ray. When this Pal uses Nightmare Ray, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'Without existing, she quietly gazed upon the world. One day, she was seized with a longing to be seen. With unbridled lust for vengeance against reality, thus was born the Eclipsed Siren.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Nightmare Ray\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Bellanoir\'s exclusive skill. Disappears suddenly, then reappears while firing a barrage of beams.\"}]', '{\"HP\": 144, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 150}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS NightLady', 'Humanoid', 8, 7334, 'L', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (171, 'BOSS_NightLady_Dark', '-01', '/public/images/pals/T_NightLady_Dark_icon_normal.png', 'Bellanoir Libero', 'https://palworld.fandom.com/wiki/Bellanoir_Libero', 'https://static.wikia.nocookie.net/palworld/images/c/c0/Bellanoir_Libero.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Nightmare Bloom. When this Pal uses Nightmare Bloom, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'With her desires set loose, she was soon overwhelmed. She longed for a self to gaze upon herself. And the sisters who gazed, resenting reality, were driven into the abyss and, at last, closed their eyes.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Flame Waltz\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Bellanoir Libero\'s exclusive skill. With a graceful dance, conjuries expanding rings of fire, then unleashes eerie flames that seek the enemies.\"}, {\"Name\": \"Nightmare Bloom\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Bellanoir Libero\'s exclusive skill. Disappears suddenly, then reappears while firing a barrage of beams. The beams spread like a beautiful flower in bloom.\"}]', '{\"HP\": 144, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 150}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS NightLady Dark', 'Humanoid', 8, 7994, 'L', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (172, 'BOSS_MoonQueen', '-01', '/public/images/pals/T_MoonQueen_icon_normal.png', 'Selyne', 'https://palworld.fandom.com/wiki/Selyne', 'https://static.wikia.nocookie.net/palworld/images/1/17/Selyne.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 7}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"High Quality Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Sapphire\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Selyne Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, enhances Neutral and Dark attacks by 15%.\"}', 'The object floating behind, resembling the moon, is said to gradually become more circular with each passing generation. No one knows what will happen when the moon is full.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Seigetsu Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Selyne\'s exclusive skill. Fires two consecutive high-speed blades imbued with the power of moonlight.\"}, {\"Name\": \"Star Mine\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates stars around the enemy that explode on contact. Stars also explode after some time.\"}, {\"Name\": \"Moonlight Beam\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Selyne\'s exclusive skill. Stores energy in the moon on its back, then fires a crescent-shaped beam forward.\"}]', '{\"HP\": 156, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 110, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MoonQueen', 'Humanoid', 8, 8190, 'L', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (173, 'BOSS_KendoFrog', '-01', '/public/images/pals/T_KendoFrog_icon_normal.png', 'Croajiro', 'https://palworld.fandom.com/wiki/Croajiro', 'https://static.wikia.nocookie.net/palworld/images/1/17/Croajiro.png', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 25.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Croajiro Noct channels its loyalty and puffs up its abdomen to store energy. Climbing on top will propel the player high into the air. While airborne before landing, the player\'s Attack is increased by 50%.\"}', 'Those who disgrace the honor of the herd are forced to take their own life. By piercing their inflated vocal sac with a tree branch, they are blown away into the atmosphere and return to the afterlife.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 96, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 66}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KendoFrog', 'Humanoid', 5, 1168, 'S', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_KendoFrog_day.png\", \"night\": \"/public/images/maps/BOSS_KendoFrog_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (174, 'BOSS_LeafPrincess', '-01', '/public/images/pals/T_LeafPrincess_icon_normal.png', 'Lullu', 'https://palworld.fandom.com/wiki/Lullu', 'https://static.wikia.nocookie.net/palworld/images/1/14/Lullu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, Lullu fills farms with good spirits, increasing the growth rate of the crops by 50%.\"}', 'In early spring, pollen floats on the wind throughout the island. Flopie\'s hay fever is Lullu\'s fault.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Multicutter\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"The user fires three high-speed blades of wind in quick succession that fly straight at enemies.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 400, \"Ride\": 800, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LeafPrincess', 'Humanoid', 5, 2522, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (175, 'BOSS_MushroomDragon', '-01', '/public/images/pals/T_MushroomDragon_icon_normal.png', 'Shroomer', 'https://palworld.fandom.com/wiki/Shroomer', 'https://static.wikia.nocookie.net/palworld/images/a/a6/Shroomer.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}]', '{\"Name\": null, \"Tech\": \"Shroomer Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Sometimes drops Mushroom or Cavern Mushroom when assigned to Ranch.\"}', 'Inhaling large amounts of its spores will put you into a trance. Sometimes, if Shroomer appears motionless, it\'s not because it\'s mimicking a mushroom, but rather because it\'s high off its own spores.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 132, \"Food\": 5, \"Speed\": {\"Run\": 740, \"Ride\": 1150, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 90, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MushroomDragon', 'Humanoid', 5, 2734, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (176, 'BOSS_MushroomDragon_Dark', '-01', '/public/images/pals/T_MushroomDragon_Dark_icon_normal.png', 'Shroomer Noct', 'https://palworld.fandom.com/wiki/Shroomer_Noct', 'https://static.wikia.nocookie.net/palworld/images/6/66/Shroomer_Noct.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Mysterious Mushroom\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Shroomer Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While at a base, its mysterious spores slow the rate at which the SAN value of allies at the base decreases by 10%.\"}', 'The abundance of spores released by this Pal blocks out sunlight. Sometimes, if Shroomer Noct appears motionless, it\'s not because it\'s mimicking a mushroom, but rather because its own spores don\'t let it see anything.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 132, \"Food\": 5, \"Speed\": {\"Run\": 740, \"Ride\": 1150, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MushroomDragon Dark', 'Humanoid', 8, 2798, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (177, 'BOSS_SmallArmadillo', '-01', '/public/images/pals/T_SmallArmadillo_icon_normal.png', 'Kikit', 'https://palworld.fandom.com/wiki/Kikit', 'https://static.wikia.nocookie.net/palworld/images/e/e0/Kikit.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 60.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Crude Oil\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Ground Pals by 15%. (Does not stack)\"}', 'A decade ago, Kikit soccer was popular. However, it quickly fell out of favor due to fierce opposition from the Free Pal Alliance. Nevertheless, the Kikit\'s themselves didn\'t mind because it helped shed their old carapace.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 800, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SmallArmadillo', 'FourLegged', 5, 2304, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (178, 'BOSS_FeatherOstrich', '-01', '/public/images/pals/T_FeatherOstrich_icon_normal.png', 'Dazemu', 'https://palworld.fandom.com/wiki/Dazemu', 'https://static.wikia.nocookie.net/palworld/images/b/b0/Dazemu.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dazemu Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 50% while mounted on sand.\"}', 'Take one step forward and forget your doubts. Take two steps forward and forget your worries. Take three steps forward and forget your fears. Face any enemy.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Earth Dash\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Dazemu\'s exclusive skill. Accelerates all at once and dashes forward at high speed.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 114, \"Food\": 3, \"Speed\": {\"Run\": 900, \"Ride\": 1200, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FeatherOstrich', 'Other', 8, 1792, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (179, 'BOSS_ScorpionMan', '-01', '/public/images/pals/T_ScorpionMan_icon_normal.png', 'Prixter', 'https://palworld.fandom.com/wiki/Prixter', 'https://static.wikia.nocookie.net/palworld/images/d/dd/Prixter.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases player\'s and Pals\' damage to enemies afflicted with Poison by 50%. (Does not stack)\"}', 'It has about 5,000 types of venom. Some of them are deadly enough to cause instant death, but none are present in a high enough concentration to have any effect.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Upper Smash\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Prixter\'s exclusive skill. Closes the distance to the enemy at high speed, then swings its pincers upward with full force.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 5, \"Speed\": {\"Run\": 720, \"Ride\": -1, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ScorpionMan', 'Humanoid', 8, 3298, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (180, 'BOSS_ScorpionMan_Electric', '-01', '/public/images/pals/T_ScorpionMan_Electric_icon_normal.png', 'Prixter Lux', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Prixter Lux changes the player\'s attack type to Electric and increases Attack by 30%.\"}', 'It pierces foes with its tail to deliver an electric jolt directly into their bodies. However, the current it generates is extremely weak, so a simple punch would do far more damage.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"All Range Thunder\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates lightning strikes that travel in a straight line in all directions.\"}, {\"Name\": \"Thunder Uppercut\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Prixter Lux\'s exclusive skill. Uses superconductivity to closes the distance to the enemy at high speed, then swings its pincers upward with full force.\"}]', '{\"HP\": 108, \"Food\": 5, \"Speed\": {\"Run\": 720, \"Ride\": -1, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ScorpionMan Electric', 'Humanoid', 8, 3546, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_ScorpionMan_Electric_day.png\", \"night\": \"/public/images/maps/BOSS_ScorpionMan_Electric_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Prixter Lux Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ScorpionMan_Electric.png\", \"Description\": \"Proof of defeating [Prixter Lux, Thunderlad]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (181, 'BOSS_WingGolem', '-01', '/public/images/pals/T_WingGolem_icon_normal.png', 'Knocklem', 'https://palworld.fandom.com/wiki/Knocklem', 'https://static.wikia.nocookie.net/palworld/images/3/3c/Knocklem.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"en_text Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, a steel resolve increases Knocklem\'s Attack by 50% and Defense by 75% for a limited time.\"}', 'Can be disassembled into 215 parts. It is capable of being reassembled and functioning again even if the parts are scattered. Mixing parts from different individuals will trigger a malfunction due to mistaken identity.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Ground Cutter\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Knocklem\'s exclusive skill. Takes a big swing and throws the ring from its back. The ring flies in a circular trajectory.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 126, \"Food\": 9, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 190}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 135, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS WingGolem', 'Humanoid', 8, 7534, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_WingGolem_day.png\", \"night\": \"/public/images/maps/BOSS_WingGolem_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Knocklem Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WingGolem.png\", \"Description\": \"Proof of defeating [Knocklem, Suit of Armor]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (182, 'BOSS_WingGolem_Fire', '-01', '/public/images/pals/T_WingGolem_Fire_icon_normal.png', 'Knocklem Ignis', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, a steel resolve increases Knocklem Ignis\'s Attack by 60% and Defense by 85% for a limited time.\"}', 'Upon disassembly, it is capable of being reassembled and functioning again. Mixing parts from different individuals will trigger a fatal cognitive error that causes its systems to overheat.', '[{\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 126, \"Food\": 9, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 190}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 135, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.48}', 'BOSS WingGolem Fire', 'Humanoid', 8, 7790, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Knocklem Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WingGolem.png\", \"Description\": \"Proof of defeating [Knocklem, Suit of Armor]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (183, 'BOSS_CandleGhost', '-01', '/public/images/pals/T_CandleGhost_icon_normal.png', 'Sootseer', 'https://palworld.fandom.com/wiki/Sootseer', 'https://static.wikia.nocookie.net/palworld/images/f/f0/Sootseer.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Crude Oil\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, player and party Pals take 15% less Neutral damage. (Does not stack) Sometimes digs up Bone when assigned to Ranch.\"}', 'It was once believed that as the world approached its end, the flame would weaken. Doomsayers would repeatedly rejoice when the flame began to weaken, but in the end, it turned out to be a prank by Sootseer. At least, for now.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}]', '{\"HP\": 126, \"Food\": 7, \"Speed\": {\"Run\": 800, \"Ride\": 1000, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CandleGhost', 'Other', 8, 4082, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (184, 'BOSS_GuardianDog', '-01', '/public/images/pals/T_GuardianDog_icon_normal.png', 'Yakumo', 'https://palworld.fandom.com/wiki/Yakumo', 'https://static.wikia.nocookie.net/palworld/images/b/ba/Yakumo.png', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Yakumo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While fighting together, 15% increased chance of encountering pals with the same Passive Skill as this Pal. (Excludes certain Passive Skills)\"}', 'It has a strong sense of justice and despises evil. In the past they were faithful and loving companions to the islanders. Nowadays, Yakumos are hostile to humans wherever they spot them.', '[{\"Name\": \"Double Fang\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 102, \"Food\": 3, \"Speed\": {\"Run\": 750, \"Ride\": 1180, \"Walk\": 110}, \"Attack\": {\"Melee\": 80, \"Ranged\": 85}, \"Defense\": 85, \"Stamina\": 140, \"Support\": 110, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 165, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GuardianDog', 'FourLegged', 5, 2476, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (185, 'BOSS_SifuDog', '-01', '/public/images/pals/T_SifuDog_icon_normal.png', 'Dogen', 'https://palworld.fandom.com/wiki/Dogen', 'https://static.wikia.nocookie.net/palworld/images/1/13/Dogen.png', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, teleports to the nearest base. Cannot be used inside dungeons or similar areas.\"}', 'Striving for a state of selflessness, it meditates endlessly. After confronting its worldly desires, it eats a meal and reflects. It ate too much today.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Wholehearted Stance\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Dogen\'s exclusive skill. Adopts an aiki stance. While in this stance, nulify any incoming attack, instantly close in on the enemy, and counter with a full-forced palm strike.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 108, \"Food\": 5, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 75}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 187, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SifuDog', 'Humanoid', 8, 3366, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (186, 'BOSS_MimicDog', '-01', '/public/images/pals/T_MimicDog_icon_normal.png', 'Mimog', 'https://palworld.fandom.com/wiki/Mimog', 'https://static.wikia.nocookie.net/palworld/images/d/d6/Mimog.png', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2000, \"Min\": 1000, \"Name\": \"Gold Coin\", \"Rate\": 100.0}, {\"Max\": 21, \"Min\": 14, \"Name\": \"Dog Coin\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Training Manual (XL)\", \"Rate\": 20.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, Mimog can open treasure chests without using a key.\"}', 'There was once a tradition of handing out an award to the person who met their end in the most foolish way. The first award was given for |being unaware of Mimog, opening the chest, and being bitten to death.|', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 72, \"Food\": 3, \"Speed\": {\"Run\": 2000, \"Ride\": -1, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 130, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MimicDog', 'FourLegged', 8, 7000, 'M', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (187, 'BOSS_DarkAlien', '-01', '/public/images/pals/T_DarkAlien_icon_normal.png', 'Xenovader', 'https://palworld.fandom.com/wiki/Xenovader', 'https://static.wikia.nocookie.net/palworld/images/a/a4/Xenovader.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 3, \"Name\": \"Meteorite Fragment\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the damage of the last bullet fired from a full-auto weapon by 100%. (Does not stack)\"}', 'Can send information and convert it into energy by forgetting it. Regularly seems to be sending information to someone. - Respond. Target located. Proceed to immediate destruction.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Evil Slash\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Xenovader\'s exclusive skill. Swiftly pounces and slashes with its left hand.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 108, \"Food\": 4, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 245}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DarkAlien', 'Humanoid', 8, 3086, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (188, 'BOSS_WhiteAlienDragon', '-01', '/public/images/pals/T_WhiteAlienDragon_icon_normal.png', 'Xenogard', 'https://palworld.fandom.com/wiki/Xenogard', 'https://static.wikia.nocookie.net/palworld/images/b/b2/Xenogard.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 12, \"Min\": 5, \"Name\": \"Meteorite Fragment\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Xenogard Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases the player\'s energy weapon damage by 10%. (Does not stack)\"}', 'Consumes information and turns it into energy. Regularly seems to be sending information to someone. - Hello? What was the message you just sent? I devoured it before checking.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Beam Slicer\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the area in front with a beam imbued with dragon power. The area struck by the beam will also explode after a short delay.\"}]', '{\"HP\": 132, \"Food\": 7, \"Speed\": {\"Run\": 790, \"Ride\": 1200, \"Walk\": 230}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 130, \"Stamina\": 250, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WhiteAlienDragon', 'FourLegged', 8, 5690, 'XL', 'FieldBoss_Tier_2', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (189, 'BOSS_VolcanoDragon', '-01', '/public/images/pals/T_VolcanoDragon_icon_normal.png', 'Moldron', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Moldron Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden as a mount. This Pal\'s Attack increases by 4% for each other Fire or Ground Pal in your party.\"}', 'In a healthy individual, the lava on its back flows smoothly. However, a poor lifestyle will gradually worsen its circulation, eventually causing a lava clog that results in a sudden, massive explosion.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Magma Spit\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Moldron\'s exclusive skill. Spits a mass of magma from its mouth. The impact creates magma pools that damage enemies on contact.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 340, \"Ride\": 776, \"Walk\": 220}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 115, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS VolcanoDragon', 'FourLegged', 8, 5822, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_VolcanoDragon_day.png\", \"night\": \"/public/images/maps/BOSS_VolcanoDragon_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Moldron Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VolcanoDragon.png\", \"Description\": \"Proof of defeating [Moldron, Scorched Wanderer]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (190, 'BOSS_VolcanoDragon_Ice', '-01', '/public/images/pals/T_VolcanoDragon_Ice_icon_normal.png', 'Moldron Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Moldron Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, improves player\'s and Pals\' Ice damage to enemy weak points by 25%. (Does not stack)\"}', 'In a healthy individual, the substance flowing along its back maintains a stable temperature. However, if its heartbeat quickens, the temperature destabilizes, eventually triggering vaporization or crystallization that results in a sudden, abrupt death from shock.', '[{\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Ice Spit\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Moldron Cryst\'s exclusive skill. Spits a chunk of ice from its mouth. The impact creates frost pools that freeze and damage enemies on contact.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 340, \"Ride\": 776, \"Walk\": 220}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 120, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS VolcanoDragon Ice', 'FourLegged', 8, 6656, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_VolcanoDragon_Ice_day.png\", \"night\": \"/public/images/maps/BOSS_VolcanoDragon_Ice_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Moldron Cryst Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VolcanoDragon_Ice.png\", \"Description\": \"Proof of defeating [Moldron Cryst, Frigid Voyager]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (191, 'BOSS_DarkMechaDragon', '-01', '/public/images/pals/T_DarkMechaDragon_icon_normal.png', 'Xenolord', 'https://palworld.fandom.com/wiki/Xenolord', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 15, \"Min\": 7, \"Name\": \"Meteorite Fragment\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Xenolord Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, damage done by Partner Skills of weapon-wielding Pals increases by 20%. (Does not stack)\"}', '-Destination reached. Priority: Locate entity |Supersonic Dragon| -Note: Conquest deadline exceeded by <://Error_Code:126DC> years. -Update: No conquest traces found. Naturalization confirmed. Commence elimination protocol. -Staff Memo: Refrain from forgetting or consuming critical data!', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Satellite Bit\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Xenolord\'s exclusive skill. Generates four satellite-like wings with auto-attack functionality. These wings will automatically track and attack the enemy when the next attack is launched.\"}, {\"Name\": \"Beam Slash\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Xenolord\'s exclusive skill. Generates a high-output beam sword with the right hand and delivers two powerful slashes while moving at high speed.\"}, {\"Name\": \"Astral Ray\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Xenolord\'s exclusive skill. Concentrates energy filled with darkness and releases it all at once in a straight line.\"}, {\"Name\": \"Cosmic Meteor\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Xenolord\'s exclusive skill. Soars into the air at the speed of light and releases countless meteor projectiles. Afterwards, transforms into a comet and charges forward, causing a massive explosion upon impact.\"}, {\"Name\": \"Omega Laser\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Xenolord\'s exclusive skill. Summons the light of destruction from subspace and continuously fires it in all directions, burning everything in its sight to ashes.\"}]', '{\"HP\": 156, \"Food\": 8, \"Speed\": {\"Run\": 550, \"Ride\": 660, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 120, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DarkMechaDragon', 'Bird', 8, 7244, 'XL', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (192, 'BOSS_GhostRabbit', '-01', '/public/images/pals/T_GhostRabbit_icon_normal.png', 'Nitemary', 'https://palworld.fandom.com/wiki/Nitemary', 'https://static.wikia.nocookie.net/palworld/images/5/55/Nitemary.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While fighting together, Pals drop +100% more Pal Souls when defeated. (Does not stack)\"}', 'What it carries is its own soul. When it falls for someone, it forcibly extracts their soul and merges it with its own, yearning to become one.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 126, \"Food\": 6, \"Speed\": {\"Run\": 380, \"Ride\": 500, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 180, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostRabbit', 'Humanoid', 8, 5188, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Nitemary Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GhostRabbit.png\", \"Description\": \"Proof of defeating [Nitemary, Soul of the Dark Rabbit]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (193, 'BOSS_GhostRabbit_Grass', '-01', '/public/images/pals/T_GhostRabbit_Grass_icon_normal.png', 'Nitemary Botan', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Grass Pals by 15%. (Does not stack)\"}', 'What it carries is its own soul. When it falls for someone, it flings its soul at them to merge it with theirs, yearning to become one.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 132, \"Food\": 6, \"Speed\": {\"Run\": 380, \"Ride\": 500, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 180, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostRabbit Grass', 'Humanoid', 8, 4268, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Nitemary Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GhostRabbit.png\", \"Description\": \"Proof of defeating [Nitemary, Soul of the Dark Rabbit]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (194, 'BOSS_NightBlueHorse', '-01', '/public/images/pals/T_NightBlueHorse_icon_normal.png', 'Starryon', 'https://palworld.fandom.com/wiki/Starryon', 'https://static.wikia.nocookie.net/palworld/images/6/6b/Starryon.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Starryon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Boosts jumping ability while mounted. This Pal\'s movement speed increases by +50% at night.\"}', 'It takes great pride in its flowing, gorgeous mane. If it finds a split end, it becomes so mortified it can\'t focus on running properly. Because static electricity makes its hair frizzy, it avoids Azurmane at all costs.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Lethal Step\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Starryon\'s exclusive skill. Confuses enemies with flickering steps and launches slashing attack with its sharp horn.\"}]', '{\"HP\": 132, \"Food\": 6, \"Speed\": {\"Run\": 900, \"Ride\": 1250, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 230, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS NightBlueHorse', 'FourLegged', 8, 4028, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_NightBlueHorse_day.png\", \"night\": \"/public/images/maps/BOSS_NightBlueHorse_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Starryon Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_NightBlueHorse.png\", \"Description\": \"Proof of defeating [Starryon, Midnight Blue Mane]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (195, 'BOSS_NightBlueHorse_Neutral', '-01', '/public/images/pals/T_NightBlueHorse_Neutral_icon_normal.png', 'Starryon Primo', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Nightstar Sand\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Starryon Primo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Boosts Jump Power while mounted. This Pal’s Movement Speed increases by 5% for each other Neutral Pal in your party. (Excluding Starryon Primo)\"}', 'It takes great pride in its glowing, gorgeous mane. If it gets even slightly dirty, it becomes so mortified it can\'t focus on running properly. Because skin oils ruin its coat, it wants to avoid being touched too much, even by its favorite Pal Tamer.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Silver Steed\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Starryon Primo\'s exclusive skill. Cloaks the body in radiant flames and charges toward the enemy.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}]', '{\"HP\": 132, \"Food\": 6, \"Speed\": {\"Run\": 900, \"Ride\": 1250, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 230, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS NightBlueHorse Neutral', 'FourLegged', 8, 5028, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Starryon Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_NightBlueHorse.png\", \"Description\": \"Proof of defeating [Starryon, Midnight Blue Mane]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (196, 'BOSS_BlackPuppy_Ice', '-01', '/public/images/pals/T_BlackPuppy_Ice_icon_normal.png', 'Smokie Cryst', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Smokie Cryst\'s Harness\", \"Image\": null, \"Description\": \"While at a base, increases the Cooling Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'The blue flames are merely cool to the touch, but anything left in contact with them slowly freezes. Hold a milk bottle over them, and you get a frozen milkshake!', '[{\"Name\": \"Double Fang (Dark)\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 102, \"Food\": 3, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BlackPuppy Ice', 'FourLegged', 5, 3256, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Smokie Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlackPuppy.png\", \"Description\": \"Proof of defeating [Smokie, Jet-Black Little Hero]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (197, 'BOSS_WhiteDeer_Dark', '-01', '/public/images/pals/T_WhiteDeer_Dark_icon_normal.png', 'Celesdir Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Celesdir Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the Pal fighting alongside you gradually loses Health in exchange for 40% Attack increase. (Does not stack)\"}', 'Where blinding radiance shines, dark shadows are born. It scatters an all-enveloping darkness to reclaim the chaos that ought to be. Balance is what the world requires.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 800, \"Ride\": 1200, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 100, \"Stamina\": 260, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WhiteDeer Dark', 'FourLegged', 8, 7056, 'L', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_WhiteDeer_Dark_day.png\", \"night\": \"/public/images/maps/BOSS_WhiteDeer_Dark_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Celesdir Noct Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteDeer_Dark.png\", \"Description\": \"Proof of defeating [Celesdir Noct, Beast of Chaos]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (198, 'BOSS_RockBeast_Ice', '-01', '/public/images/pals/T_RockBeast_Ice_icon_normal.png', 'Pierdon Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Soralite\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Pure Quartz\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, player and party Pals take 15% less Dragon damage. (Does not stack)\"}', 'It basks in the sun, rotating just enough to melt its ice into its preferred shape. Lopsided ones should be left alone, much like a person who was a little too bold with their sideburns.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}, {\"Name\": \"Ice Burst\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Pierdon Cryst\'s exclusive skill. Rakes the ground with its horn, then hurls a snow chunk at enemies.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 350, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 230, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS RockBeast Ice', 'FourLegged', 8, 5370, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Kuprok Cryst Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_RockBeast_Ice.png\", \"Description\": \"Proof of defeating [Kuprok Cryst, Shuffling Glacier]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (199, 'BOSS_OctopusGirl_Neutral', '-01', '/public/images/pals/T_OctopusGirl_Neutral_icon_normal.png', 'Gloopie Primo', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Gloopie Tentacle\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Water Pals by 15%. (Does not stack)\"}', 'Be sure to check your plans for the next day before falling asleep with this Pal. Its suction cups leave marks that look suspiciously like bite marks. One sleepy cuddle session could lead to some truly unnecessary concern.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Smoke Jet\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Gloopie\'s exclusive skill. Releases smoke to conceal itself, then launches a surprise headbutt from the shadows.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Geyser Gush\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Erupts massive pillars of water beneath and around the enemy.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 500, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS OctopusGirl Neutral', 'Humanoid', 8, 3224, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_OctopusGirl_Neutral_day.png\", \"night\": \"/public/images/maps/BOSS_OctopusGirl_Neutral_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (200, 'BOSS_BerryGoat_Dark', '-01', '/public/images/pals/T_BerryGoat_Dark_icon_normal.png', 'Caprity Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Caprity Meat\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Red Berries\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"Sometimes drops Venom Gland from its back when assigned to Ranch. While in party, restores 100 Pal’s Hunger to the Pal with the lowest Hunger every 5 minutes. (Does not stack)\"}', 'The berries that grow on its back change flavor according to its emotions. The harsher the environment it grows in, the sweeter the berries become. This is why most Caprity Noct raised in captivity have never known love.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Multicutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"The user fires three high-speed blades of wind in quick succession that fly straight at enemies.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 70}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BerryGoat Dark', 'FourLegged', 5, 1856, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_BerryGoat_Dark_day.png\", \"night\": \"/public/images/maps/BOSS_BerryGoat_Dark_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Caprity Noct Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BerryGoat_Dark.png\", \"Description\": \"Proof of defeating [Caprity Noct Tainted Farm]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (201, 'BOSS_Kitsunebi_Ice', '-01', '/public/images/pals/T_Kitsunebi_Ice_icon_normal.png', 'Foxparks Cryst', 'https://palworld.fandom.com/wiki/Foxparks_Cryst', 'https://static.wikia.nocookie.net/palworld/images/1/14/Foxparks_Cryst.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Foxparks Cryst\'s Harness\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips to the player and attacks using frigid air.\"}', 'It is unskilled at controlling cold air from the moment it is born and tends to choke on the frost it breathes unintentionally. When Foxparks Cryst catches a cold, its nasal discharge freezes, making it difficult to breathe and causing it to panic.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 78, \"Food\": 1, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Kitsunebi Ice', 'FourLegged', 5, 944, 'S', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_Kitsunebi_Ice_day.png\", \"night\": \"/public/images/maps/BOSS_Kitsunebi_Ice_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Foxparks Cryst Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Kitsunebi_Ice.png\", \"Description\": \"Proof of defeating [Foxparks Cryst, Icy Blossom Voyager]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (202, 'BOSS_RaijinDaughter_Water', '-01', '/public/images/pals/T_RaijinDaughter_Water_icon_normal.png', 'Dazzi Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Dazzi Cloud\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dazzi Noct\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Attacks hostile enemies with Dark bolts. These bolts will not reduce the target\'s Health below 1.\"}', 'Often kind to lonely Pals, it plots to lure them into dropping their guard before striking them down. Yet, unable to find the right moment, it ends up making friends with them instead.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}]', '{\"HP\": 84, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS RaijinDaughter Water', 'Humanoid', 5, 1198, 'S', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_RaijinDaughter_Water_day.png\", \"night\": \"/public/images/maps/BOSS_RaijinDaughter_Water_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Dazzi Noct Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_RaijinDaughter_Water.png\", \"Description\": \"Proof of defeating [Dazzi Noct, Born of the Thunderclouds]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (203, 'BOSS_SnowTigerBeastman', '-01', '/public/images/pals/T_SnowTigerBeastman_icon_normal.png', 'Bastigor', 'https://palworld.fandom.com/wiki/Bastigor', 'https://static.wikia.nocookie.net/palworld/images/4/4f/Bastigor.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Bastigor\'s Hammer\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, delivers crushing blows with a hammer forged from Ice.\"}', 'The sight of anything round gives it an uncontrollable urge to punch it. For Bastigor the toughest challenge, after simply living, is making a snowman.', '[{\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Frost Talon\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Bastigor\'s exclusive skill. Stomps the ground, creating a fissure of ice ahead. Then, rapidly closes the distance and slashes with the right hand.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 750, \"Ride\": 1200, \"Walk\": 225}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 120, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SnowTigerBeastman', 'Humanoid', 8, 8850, 'L', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (204, 'BOSS_Werewolf_Ice', '-01', '/public/images/pals/T_Werewolf_Ice_icon_normal.png', 'Loupmoon Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Snow Claw. When this Pal uses Snow Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s melee weapon attack speed by 15%. (Does not stack)\"}', 'The horns on its head are made of a mysterious ice that never melts. Shaved ice made by breaking off a horn is truly exquisite, but both the one who tries it and Loupmoon Cryst end up with a headache.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Snow Claw\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Loupmoon Cryst\'s exclusive skill. Leaps forward and attacks twice with vicious claws imbued with ice element.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 96, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 175}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Werewolf Ice', 'Humanoid', 5, 2352, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_Werewolf_Ice_day.png\", \"night\": \"/public/images/maps/BOSS_Werewolf_Ice_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Loupmoon Cryst Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Werewolf_Ice.png\", \"Description\": \"Proof of defeating [Loupmoon Cryst, Enraptured by the Frozen Moonlight]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (205, 'BOSS_WhiteTiger_Ground', '-01', '/public/images/pals/T_WhiteTiger_Ground_icon_normal.png', 'Cryolinx Terra', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when attacking enemy weak point, increases the power of the next weak point attack by 30%. (Does not stack)\"}', 'It can easily carry many items with its large hands. However, its short legs slow its pace, often leaving it overtaken by nightfall.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Stone Claw\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Cryolinx Terra\'s exclusive skill. First, it strikes with its claws, followed by a second slash, and culminates with a powerful slash using its entire body. When swinging the claws, rocks are launched forward in a fan shape.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 720, \"Ride\": 900, \"Walk\": 280}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WhiteTiger Ground', 'Humanoid', 8, 4968, 'L', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_WhiteTiger_Ground_day.png\", \"night\": \"/public/images/maps/BOSS_WhiteTiger_Ground_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Cryolinx Terra Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteTiger_Ground.png\", \"Description\": \"Proof of defeating [Cryolinx Terra, Predator of the Earth]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (206, 'BOSS_Horus_Water', '-01', '/public/images/pals/T_Horus_Water_icon_normal.png', 'Faleris Aqua', 'https://palworld.fandom.com/wiki/Faleris_Aqua', 'https://static.wikia.nocookie.net/palworld/images/2/22/Faleris_Aqua.png', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Faleris Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, Fire Pals drop 40% more items when defeated. (Does not stack)\"}', 'When it finds its prey, it unleashes a mighty torrent, sweeping the entire area. More often than not, the prey gets swept away in the chaos, leaving one to wonder whether this truly counts as hunting.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Phoenix Tide\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"Faleris Aqua\'s exclusive skill. After summoning a massive tornado, it envelops its body in water and charges forward.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 132, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1400, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 115, \"Stamina\": 230, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Horus Water', 'Bird', 8, 5594, 'XL', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_Horus_Water_day.png\", \"night\": \"/public/images/maps/BOSS_Horus_Water_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": \"Faleris Aqua Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Horus_Water.png\", \"Description\": \"Proof of defeating [Faleris Aqua, Sentinel of the Tides]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (207, 'BOSS_FengyunDeeper_Electric', '-01', '/public/images/pals/T_FengyunDeeper_Electric_icon_normal.png', 'Fenglope Lux', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Fenglope Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can double jump while mounted. While in party, Water Pals drop 40% more items when defeated. (Does not stack)\"}', 'In ages past, it was believed that drawing a picture of Fenglope Lux would result in being struck down by lightning. As time passes, artworks depicting Fenglope Lux became revered as charms to ward off lightning, making them a common presence.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Thunder Tempest\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Charges forward while manipulating the atmosphere and enveloping itself in thunderclouds.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 132, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1050, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 417, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FengyunDeeper Electric', 'FourLegged', 5, 4328, 'L', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_FengyunDeeper_Electric_day.png\", \"night\": \"/public/images/maps/BOSS_FengyunDeeper_Electric_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Fenglope Lux Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FengyunDeeper_Electric.png\", \"Description\": \"Proof of defeating [Fenglope Lux, Drifting Thundercloud]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (208, 'BOSS_AmaterasuWolf_Dark', '-01', '/public/images/pals/T_AmaterasuWolf_Dark_icon_normal.png', 'Kitsun Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Kitsun Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Dark damage and are immune to Blind. (Does not stack)\"}', 'Despite its appearance, Kitsun Noct is extremely sensitive and will flee into a cave when spooked. It has become quite gloomy from being a shut-in for too long.', '[{\"Name\": \"Double Fang (Dark)\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Daring Shadowstorm\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Kitsun Noct\'s exclusive skill. Charges forward with great speed while enveloped in intense purple flames.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 120, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 1200, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 105, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 415, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS AmaterasuWolf Dark', 'FourLegged', 8, 4028, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_AmaterasuWolf_Dark_day.png\", \"night\": \"/public/images/maps/BOSS_AmaterasuWolf_Dark_night.png\"}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": \"Kitsun Noct Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_AmaterasuWolf_Dark.png\", \"Description\": \"Proof of defeating [Kitsun Noct, Guardian of the Dark Flame]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (209, 'BOSS_PinkRabbit_Grass', '-01', '/public/images/pals/T_PinkRabbit_Grass_icon_normal.png', 'Ribbuny Botan', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ribbuny Ribbon\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves player\'s and Pals\' Grass damage to enemy weak points by 25%. (Does not stack) Increases efficiency by 27% when working at a Weapon Workbench, Weapon Assembly Line, or other related facilities.\"}', 'Always wears a cheerful smile. Sometimes, thanks to Cattiva\'s pranks, they end up tangled in tentacles and have to fight their way out! Even in tough situations, they keep smiling cheerfully.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 245, \"Ride\": 350, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 172, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS PinkRabbit Grass', 'Humanoid', 5, 1052, 'S', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_PinkRabbit_Grass_day.png\", \"night\": \"/public/images/maps/BOSS_PinkRabbit_Grass_night.png\"}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Ribbuny Botan Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_PinkRabbit_Grass.png\", \"Description\": \"Proof of defeating [Ribbuny Botan, Sparkling Smile]. Simply possessing it permanently increases the stats of the Pals in your team\"}'), (210, 'BOSS_SnakeGirl', '-01', '/public/images/pals/T_SnakeGirl_icon_normal.png', 'Venusa', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Blind 2. (Does not stack)\"}', 'Whenever it\'s confused, it resorts to consulting with the snakes on its head. However, since they\'re all ultimately the same being, it comes to understand that nothing is understood.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 96, \"Food\": 6, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SnakeGirl', 'Humanoid', 8, 5360, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (211, 'BOSS_GhostAnglerfish', '-01', '/public/images/pals/T_GhostAnglerfish_icon_normal.png', 'Ghangler', 'https://palworld.fandom.com/wiki/Ghangler', 'https://static.wikia.nocookie.net/palworld/images/e/e5/Ghangler.png/revision/latest?cb=20260405161813', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Ghangler Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. This Pal’s Movement Speed increases by 5% for each other Dark or Water Pal in your party. (Excluding Ghangler)\"}', 'With its shining lure, it illuminates the darkness. The wandering Pals drawn in by the light stand no chance of escape once spotted by Ghangler. No matter how far, it will keep guiding them until they get home safe and sound.', '[]', '{\"HP\": 108, \"Food\": 7, \"Speed\": {\"Run\": 500, \"Ride\": 900, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 105, \"Stamina\": 320, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostAnglerfish', 'Fish', 8, 4526, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": \"/public/images/maps/BOSS_GhostAnglerfish_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (212, 'BOSS_IceWitch', '-01', '/public/images/pals/T_IceWitch_icon_normal.png', 'Icelyn', 'https://palworld.fandom.com/wiki/Icelyn', 'https://static.wikia.nocookie.net/palworld/images/c/c0/Icelyn.png/revision/latest?cb=20260405160651', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Icelyn changes the player\'s attack type to Ice and increases Attack by 30%.\"}', 'Though its body melts in the heat, it just can’t resist sunbathing. Though its body melts in the warmth, it likes hot springs too much. If it\'s going to melt anyway, it hopes it’ll be in a steaming outdoor bath under a clear blue sky.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 114, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS IceWitch', 'Humanoid', 5, 4554, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (213, 'BOSS_ClownRabbit', '-01', '/public/images/pals/T_ClownRabbit_icon_normal.png', 'Dupin', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player\'s Health falls below 50%, Dupin generates an explosion around the player (Fire / Power: 100 / Burn buildup: 777). Additionally, while the player\'s Health is below 50%, the player\'s Attack is increased by 110%. (Does not stack)\"}', 'A copy it created might quietly replace it, leaving even the Dupin itself unsure whether it is still the original.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ClownRabbit', 'Humanoid', 8, 6382, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (214, 'BOSS_LegendDeer', '-01', '/public/images/pals/T_LegendDeer_icon_normal.png', 'Hartalis', 'https://palworld.fandom.com/wiki/Hartalis', 'https://static.wikia.nocookie.net/palworld/images/7/74/Hartalis.png/revision/latest?cb=20260405152515', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 7}]', '[\"None\"]', '{\"Name\": null, \"Tech\": \"Hartalis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, it generates a barrier that blocks all attacks. Can triple jump while mounted.\"}', 'The silence is unsettling, yet strangely soothing. No one else remains. All have been delivered. O King of Salvation, carry me too into eternal stillness. -The ancient text cuts off here.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Radiant Barrage\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Unleashes a sphere of light that slowly tracks down an enemy. As it nears its target, it splits into countless light bullets that strike all at once.\"}, {\"Name\": \"Divine Wing\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Hartalis\' exclusive skill. Leaps back and sprouts wings of light, then dives toward the enemy.\"}, {\"Name\": \"Sacred Rain\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 800, \"Cooldown\": 30, \"Description\": \"Hartalis\' exclusive skill. Fades from sight, then calls down a massive barrage of light pillars centered on its position.\"}, {\"Name\": \"Purifying Light\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 250, \"Cooldown\": 100, \"Description\": \"Hartalis\' exclusive skill. Leaps high into the air, condensing immense energy into a descending sphere of light. When it strikes the ground, it purifies all on the ground below.\"}]', '{\"HP\": 162, \"Food\": 9, \"Speed\": {\"Run\": 900, \"Ride\": 2000, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 110, \"Stamina\": 400, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LegendDeer', 'FourLegged', 8, 8512, 'XL', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (215, 'BOSS_LeafMomonga', '-01', '/public/images/pals/T_LeafMomonga_icon_normal.png', 'Herbil', 'https://palworld.fandom.com/wiki/Herbil', 'https://static.wikia.nocookie.net/palworld/images/9/9d/Herbil.png/revision/latest?cb=20260405151937', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Herbil\'s Harness\", \"Image\": null, \"Description\": \"While in party, Herbil uses its healing powers to restore 30/36/42/48/60% of the player\'s Max Health when incapacitated.\"}', 'When in doubt, punch it till it works—that’s Herbil\'s approach to fixing things. With strength perfectly tuned for humans, sometimes just one punch is enough to restart a stopped heart.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Konoha Flip\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Herbil\'s exclusive skill. After a brief moment of preparation, charges at the enemy at high speed, finishing with a flip.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 350, \"Ride\": 600, \"Walk\": 30}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LeafMomonga', 'FourLegged', 5, 1082, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (216, 'BOSS_SmallYeti', '-01', '/public/images/pals/T_SmallYeti_icon_normal.png', 'Snugloo', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the chance of being detected by enemies. (Does not stack)\"}', '“To look at a Snugloo\'s eyes” is an expression which means to seek the unseen essence of things. Ironically, no researcher has ever confirmed whether Snugloos have eyes in the first place.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 96, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 85}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SmallYeti', 'Humanoid', 5, 1854, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (217, 'BOSS_IceCrocodile', '-01', '/public/images/pals/T_IceCrocodile_icon_normal.png', 'Munchill', 'https://palworld.fandom.com/wiki/Munchill', 'https://static.wikia.nocookie.net/palworld/images/0/0b/Munchill.png/revision/latest?cb=20250626092247', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Munchill Meat\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the weight of ingredient and food by 30%. When paired with another Ice Pal, their Rot Speed also reduces by 35%. (Does not stack)\"}', 'The inside of its mouth stays pleasantly cold, making it a natural fridge when closed. Its saliva contains enzymes that prevent food from rotting. Thus, it can serve as a food locker for humans— whether it is sanitary or not is another matter entirely.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Chaotic Spray\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Munchill\'s exclusive skill. Coughs up three cold grenades kept undigested inside its body and lobs them at enemies. May occasionally spit out something more dangerous...?\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 40}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 40, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS IceCrocodile', 'Humanoid', 5, 1596, 'M', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_IceCrocodile_day.png\", \"night\": \"/public/images/maps/BOSS_IceCrocodile_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (218, 'BOSS_CactusDoll', '-01', '/public/images/pals/T_CactusDoll_icon_normal.png', 'Needoll', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases player\'s and Pals\' damage to enemies afflicted with Ivy-Covered by 50%. (Does not stack)\"}', 'Its spikes react to its emotions. A dearly cherished Needoll is something one may instinctively want to embrace. But more often than not, it ends in a tragic accident.', '[{\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 525, \"Ride\": 630, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CactusDoll', 'FourLegged', 5, 1404, 'S', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_CactusDoll_day.png\", \"night\": \"/public/images/maps/BOSS_CactusDoll_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Needoll Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CactusDoll.png\", \"Description\": \"Proof of defeating [Needoll, Prickly Welcome]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (219, 'BOSS_CactusDoll_Dark', '-01', '/public/images/pals/T_CactusDoll_Dark_icon_normal.png', 'Needoll Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Ivy-Covered 2. (Does not stack)\"}', 'Its spikes react to its emotions. A well-loved Needoll Noct clings to its owner, but accepting that love means accepting the pain too.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 525, \"Ride\": 630, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CactusDoll Dark', 'FourLegged', 5, 1498, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (220, 'BOSS_MushroomLady', '-01', '/public/images/pals/T_MushroomLady_icon_normal.png', 'Mycora', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Mysterious Mushroom\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Medicine Production Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'It views humans as nothing more than convenient parasitic hosts. The reason Mycora has taken this form is to deceive humans into lowering their guard, allowing its spores to spread more efficiently.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 126, \"Food\": 7, \"Speed\": {\"Run\": 300, \"Ride\": 600, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MushroomLady', 'Humanoid', 8, 6174, 'L', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_MushroomLady_day.png\", \"night\": \"/public/images/maps/BOSS_MushroomLady_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Shroomly Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_MushroomLady.png\", \"Description\": \"Proof of defeating [Shroomly, Cute as a Button]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (221, 'BOSS_StuffedShark', '-01', '/public/images/pals/T_StuffedShark_icon_normal.png', 'Finsider', 'https://palworld.fandom.com/wiki/Finsider', 'https://static.wikia.nocookie.net/palworld/images/4/41/Finsider.png/revision/latest?cb=20260405161615', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Finsider changes the player\'s attack type to Water and increases Attack by 30%.\"}', 'It looks like something is peeking out from inside a costume, but even if you reach inside, there’s nothing there. In fact, you can keep reaching deeper and deeper. Perhaps the universe itself lies within.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Trigger Happy\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Finsider\'s exclusive skill. Draws twin water blasters from its mouth, firing six shots alternately left and right, then finishes by combining both blasters to unleash one powerful shot.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 250, \"Ride\": 400, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS StuffedShark', 'Humanoid', 5, 1354, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_StuffedShark_day.png\", \"night\": \"/public/images/maps/BOSS_StuffedShark_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (222, 'BOSS_FoxExorcist', '-01', '/public/images/pals/T_FoxExorcist_icon_normal.png', 'Flaracle', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 3, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player attacks an enemy afflicted with Burn, the enemy explodes, dealing damage equal to 40% of the player\'s attack damage to nearby enemies. (Does not stack.)\"}', 'It focuses its mind and reads the future through flames. Should it glimpse an inconvenient destiny, it relentlessly rerolls the prophecy until it gets a favorable result. That is why the future of Flaracle is always exceptionally bright!', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 500, \"Ride\": 600, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FoxExorcist', 'Humanoid', 8, 6434, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_FoxExorcist_day.png\", \"night\": \"/public/images/maps/BOSS_FoxExorcist_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Flaracle Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FoxExorcist.png\", \"Description\": \"Proof of defeating [Flaracle, Self-Serving Seer]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (223, 'BOSS_IceSeal', '-01', '/public/images/pals/T_IceSeal_icon_normal.png', 'Polapup', 'https://palworld.fandom.com/wiki/Polapup', 'https://static.wikia.nocookie.net/palworld/images/f/ff/Polapup.png/revision/latest?cb=20260405153203', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Polapup Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 80% while mounted on snow. Can also slide quickly down slopes.\"}', 'Among Polapups, the fastest slider on the snow earns the highest respect. Sometimes, a too-forceful leap sends one tumbling from the sky— a common sight during territorial season. Forecast: clear skies with a chance of flying Polapups.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 114, \"Food\": 4, \"Speed\": {\"Run\": 250, \"Ride\": 475, \"Walk\": 45}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS IceSeal', 'FourLegged', 8, 3588, 'M', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_IceSeal_day.png\", \"night\": \"/public/images/maps/BOSS_IceSeal_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (224, 'BOSS_IceSeal_Ground', '-01', '/public/images/pals/T_IceSeal_Ground_icon_normal.png', 'Polapup Terra', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Polapup Terra Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 80% while mounted on snow. Can also slide quickly down slopes. While it starts out slow, the top speed it can hit while sliding is no joke.\"}', 'Among Polapup Terras, the fastest slider on the snow earns the highest respect. Sometimes, a too-forceful leap leaves one buried in the snow— a common sight during particularly competitive seasons. Traffic forecast: heavy Polapup Terra congestion.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 114, \"Food\": 4, \"Speed\": {\"Run\": 250, \"Ride\": 475, \"Walk\": 45}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS IceSeal Ground', 'FourLegged', 8, 3884, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (225, 'BOSS_CloverFairy', '-01', '/public/images/pals/T_CloverFairy_icon_normal.png', 'Clovee', 'https://palworld.fandom.com/wiki/Clovee', 'https://static.wikia.nocookie.net/palworld/images/a/a4/Clovee.png/revision/latest?cb=20260710125217', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Berry Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Gathering Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Some individuals once had three or more leaves on their foreheads. Regarded as symbols of good fortune, those with more leaves were heavily hunted, leading the species to evolve fewer leaves over time.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 96, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 65, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CloverFairy', 'Humanoid', 5, 814, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (226, 'BOSS_ElecPomeranian', '-01', '/public/images/pals/T_ElecPomeranian_icon_normal.png', 'Puffolt', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Generating Electricity Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Its fluffy fur absorbs tremendous amounts of water when soaked. Shaking it dry releases a powerful electrical discharge, making bath time together a serious gamble.', '[{\"Name\": \"Double Fang (Electric)\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}, {\"Name\": \"All Range Thunder\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates lightning strikes that travel in a straight line in all directions.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 200, \"Ride\": 400, \"Walk\": 70}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ElecPomeranian', 'FourLegged', 5, 1112, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (227, 'BOSS_GhostBlackCat', '-01', '/public/images/pals/T_GhostBlackCat_icon_normal.png', 'Wispaw', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the capture rate when awarded a back bonus. (Does not stack)\"}', 'The ghostly hands behind it embody the souls of all humans who have raised its kind. Lately, they seem to have reached a unanimous consensus to dote on Wispaw.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 102, \"Food\": 6, \"Speed\": {\"Run\": 360, \"Ride\": 540, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostBlackCat', 'Humanoid', 8, 1654, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (228, 'BOSS_ThiefBird', '-01', '/public/images/pals/T_ThiefBird_icon_normal.png', 'Roujay', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Roujay Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases player\'s and Pals\' damage to enemies afflicted with Blind by 50%. (Does not stack)\"}', 'A thief by nature, it snatches items when no one is looking. No reason to be concerned when caught in the act. Once it swiftly steals your eyes, you won’t be seeing anything anyway.', '[{\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 950, \"Ride\": 1450, \"Walk\": 170}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 95, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ThiefBird', 'Bird', 8, 4526, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (229, 'BOSS_OniGhostGirl', '-01', '/public/images/pals/T_OniGhostGirl_icon_normal.png', 'Bakemi', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, attacking enemies afflicted with Poison reduces their Attack by 40%. (Does not stack)\"}', 'It lives entirely for the thrill of the scare, but is utterly un-frightening. As most cannot help but indulge it with feigned surprise for its cuteness, Bakemi now leaves a trail of smiles in its wake.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 84, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS OniGhostGirl', 'Humanoid', 5, 3250, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (230, 'BOSS_Plesiosaur', '-01', '/public/images/pals/T_Plesiosaur_icon_normal.png', 'Braloha', 'https://palworld.fandom.com/wiki/Braloha', 'https://static.wikia.nocookie.net/palworld/images/8/89/Braloha.png/revision/latest?cb=20260405151811', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Braloha Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in your base, increases the egg production speed of Pals assigned to Breeding Farm by 20%. (Does not stack)\"}', 'Its breath carries a miraculous, pollen-like substance that pollinates any plant it touches. For plant-based Pals, being near it can be a bit… complicated.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Deep Breath\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Braloha\'s exclusive skill. From the base of its long neck to the tip of its snout, it gradually spreads the breath of grass element.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 156, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 1120, \"Walk\": 95}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 120, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Plesiosaur', 'FourLegged', 8, 5724, 'XL', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (231, 'BOSS_TropicalOstrich', '-01', '/public/images/pals/T_TropicalOstrich_icon_normal.png', 'Palumba', 'https://palworld.fandom.com/wiki/Palumba', 'https://static.wikia.nocookie.net/palworld/images/f/f4/Palumba.png/revision/latest?cb=20260405155738', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Palumba Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 155% while mounted on grass.\"}', 'Disrupts enemies’ rhythm with a signature dance. In turf battles, the first to fall in sync with the other’s rhythm loses. Courtship, boredom, battle—it all comes down to dance! Now then, what could a dance aimed at a human possibly mean?', '[{\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Dash Kick\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Palumba\'s exclusive skill. Dashes to build up speed, then launches a devastating airborne kick at its target.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 126, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 1100, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 115, \"Stamina\": 180, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS TropicalOstrich', 'Other', 8, 5058, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (232, 'BOSS_GrassGolem', '-01', '/public/images/pals/T_GrassGolem_icon_normal.png', 'Dualith', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dualith Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. When activated, Dualith fires a powerful Grass laser from its right hand.\"}', 'One entity, two minds. When their wills clash, it\'s impossible to tell where the armor will wander until they reconcile.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rocket Arm\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Dualiths exclusive skill. Detaches its left arm to sweep enemies, then launches its right arm.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 125, \"Stamina\": 210, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassGolem', 'Humanoid', 8, 6226, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_GrassGolem_day.png\", \"night\": \"/public/images/maps/BOSS_GrassGolem_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Dualith Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassGolem.png\", \"Description\": \"Proof of defeating [Dualith, Twinhearted Azure Construct]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (233, 'BOSS_GrassGolem_Dark', '-01', '/public/images/pals/T_GrassGolem_Dark_icon_normal.png', 'Dualith Noct', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Mysterious Mushroom\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dualith Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. When activated, Dualith Noct fires a powerful Dark laser from its right hand.\"}', 'One entity, two minds. They rarely agree and bicker constantly, but once battle begins, mind and body instantly unite as one!', '[{\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rocket Arm\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Dualiths exclusive skill. Detaches its left arm to sweep enemies, then launches its right arm.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 125, \"Stamina\": 210, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassGolem Dark', 'Humanoid', 8, 6468, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_GrassGolem_Dark_day.png\", \"night\": \"/public/images/maps/BOSS_GrassGolem_Dark_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Dualith Noct Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassGolem_Dark.png\", \"Description\": \"Proof of defeating [Dualith Noct, Twinhearted Violet Construct]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (234, 'BOSS_SnowPeafowl', '-01', '/public/images/pals/T_SnowPeafowl_icon_normal.png', 'Frostplume', 'https://palworld.fandom.com/wiki/Frostplume', 'https://static.wikia.nocookie.net/palworld/images/e/e4/Frostplume.png/revision/latest?cb=20260405161129', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, Frostplume\'s icy aura sharpens focus, increasing the player\'s reload speeds by 20%. (Does not stack)\"}', 'So precise is its sense of time that it awakens at the exact same hour every morning. According to Palpagos lore, a day was divided into 24 parts because when Frostplume spreads its tail feathers wide, it reveals a pattern with 24 distinct spaces.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 132, \"Food\": 5, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SnowPeafowl', 'Other', 5, 4764, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (235, 'BOSS_CubeTurtle', '-01', '/public/images/pals/T_CubeTurtle_icon_normal.png', 'Tetroise ', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Tetroise Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden While at a base, increases the Mining Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Those stones on its back are not just cargo. Set them down somewhere distant and they will slowly make their way back home.', '[{\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Cube Press\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Tetroise \'s exclusive skill. Leaps into the air and crushes enemies with its massive weight.\"}]', '{\"HP\": 114, \"Food\": 8, \"Speed\": {\"Run\": 360, \"Ride\": 640, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 135, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 360, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CubeTurtle', 'FourLegged', 8, 4872, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_CubeTurtle_day.png\", \"night\": \"/public/images/maps/BOSS_CubeTurtle_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Tetroise Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CubeTurtle.png\", \"Description\": \"Proof of defeating [Tetroise, Sandsea Monolith]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (236, 'BOSS_CubeTurtle_Neutral', '-01', '/public/images/pals/T_CubeTurtle_Neutral_icon_normal.png', 'Tetroise Primo', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Emerald\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Tetroise Primo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases the durability of all weapons and armor by 80%. (Does not stack)\"}', 'Even if the stones on its back were to be removed, Tetroise Primo will know where they are. No matter how far apart, it will always track them down.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}]', '{\"HP\": 114, \"Food\": 8, \"Speed\": {\"Run\": 360, \"Ride\": 640, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 140, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 360, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CubeTurtle Neutral', 'FourLegged', 8, 5890, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Tetroise Primo Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CubeTurtle_Neutral.png\", \"Description\": \"Proof of defeating [Tetroise Primo, Sandsea Wardenstone]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (237, 'BOSS_LongCat', '-01', '/public/images/pals/T_LongCat_icon_normal.png', 'Valentail', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the effects of gravity on the player, making them more floaty while jumping and falling. (Does not stack)\"}', 'In older paintings, it is depicted as much smaller than it is today. For reasons unknown, various parts of its body have begun to elongate rapidly in recent years, and it is predicted to reach nearly ten times its current size within the next century.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 70}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LongCat', 'FourLegged', 5, 3368, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (238, 'BOSS_JellyfishGhost', '-01', '/public/images/pals/T_JellyfishGhost_icon_normal.png', 'Jellroy', 'https://palworld.fandom.com/wiki/Jellroy', 'https://static.wikia.nocookie.net/palworld/images/2/28/Jellroy.png/revision/latest?cb=20260405154455', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Jellroy Bell Flesh\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, increases items obtained from salvaging by 55%. While Jelliette and Jellroy are in your base, Jellroy\'s watering speed increases by 65%. (Does not stack)\"}', 'A Pal that closely resembles Jelliette. It sometimes appears as a substitute when Jelliette is unavailable. Its acting is so flawless that no one ever notices the switch.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 108, \"Food\": 3, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS JellyfishGhost', 'Humanoid', 5, 2656, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": \"/public/images/maps/BOSS_JellyfishGhost_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (239, 'BOSS_ThunderFluffyBird', '-01', '/public/images/pals/T_ThunderFluffyBird_icon_normal.png', 'Dynamoff', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Dynamoff Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While at a base, shortens the time it takes to incubate eggs by 20%. (Does not stack)\"}', 'With so little to eat at high altitudes, it will occasionally even feast on its enemies\' brains. It is thought that groups seeking a more dependable food source descended to lower skies, ultimately diverging into Beakon.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}]', '{\"HP\": 90, \"Food\": 6, \"Speed\": {\"Run\": 700, \"Ride\": 1100, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ThunderFluffyBird', 'Bird', 8, 3926, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_ThunderFluffyBird_day.png\", \"night\": \"/public/images/maps/BOSS_ThunderFluffyBird_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Dynamoff Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ThunderFluffyBird.png\", \"Description\": \"Proof of defeating [Dynamoff, Buzzy Bundle]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (240, 'BOSS_MoonChild', '-01', '/public/images/pals/T_MoonChild_icon_normal.png', 'Wistella', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Nightstar Sand\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Dark Pals by 15%. (Does not stack)\"}', 'At the end of its life, a new star appears somewhere in the skies, glowing with the weight of its memories.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Comet Barrage\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Drops meteorites one after another, generating shock waves around the impact areas.\"}, {\"Name\": \"Star Mine\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates stars around the enemy that explode on contact. Stars also explode after some time.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 96, \"Food\": 5, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MoonChild', 'Humanoid', 5, 4842, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": \"Wistella Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_MoonChild.png\", \"Description\": \"Proof of defeating [Wistella, Mantle of the Night Sky]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (241, 'BOSS_SamuraiDog', '-01', '/public/images/pals/T_SamuraiDog_icon_normal.png', 'Pupperai', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s melee weapon damage by 10%. (Does not stack)\"}', 'Pupperai territorial disputes begin with a staredown and end in a single, quick strike. Training them to |stay| is risky business, as the |go| command triggers that same attack instinct.', '[{\"Name\": \"Double Fang (Ground)\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Persistent Slash\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"Pupperai\'s exclusive skill. Charges at full speed, delivering two consecutive slashes with the wooden stick held in its mouth.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 45}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SamuraiDog', 'FourLegged', 5, 952, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (242, 'BOSS_PoseidonOrca', '-01', '/public/images/pals/T_PoseidonOrca_icon_normal.png', 'Neptilius', 'https://palworld.fandom.com/wiki/Neptilius', 'https://static.wikia.nocookie.net/palworld/images/f/fb/Neptilius.png/revision/latest?cb=20260405152548', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Coralum Ore\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"Hexolite\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"Neptilius Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"While in party, it follows up the player\'s attacks with Water spear strikes. Can be ridden to travel on water. While mounted, it can leap high into the air over water.\"}', 'After the sealing of the calamity, a champion from Feybreak emerged. It stares out to sea, awaiting one it deems worthy. For such encounters are no coincidence—they are fate.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}, {\"Name\": \"Geyser Gush\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Erupts massive pillars of water beneath and around the enemy.\"}]', '{\"HP\": 126, \"Food\": 9, \"Speed\": {\"Run\": 750, \"Ride\": 1220, \"Walk\": 300}, \"Attack\": {\"Melee\": 100, \"Ranged\": 145}, \"Defense\": 125, \"Stamina\": 410, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 3.738395, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS PoseidonOrca', 'Other', 8, 8554, 'XL', 'Legend', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": \"Neptilius Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_PoseidonOrca.png\", \"Description\": \"Proof of defeating [Neptilius, Legend of the Seas]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (243, 'BOSS_SwordCutlassfish', '-01', '/public/images/pals/T_SwordCutlassfish_icon_normal.png', 'Skutlass', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Skutlass Sashimi\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_SwordCutlassfish.png\", \"Description\": \"When activated, Skutlass becomes the player\'s katana (Attack: 2600/2700/3000/3400/3900). If it does not revert to its normal form quickly, Skutlass will become incapacitated. It will also become incapacitated if Iaigiri is used.\"}', 'A bizarre species which temporarily separates its body and uses its bones to slice through enemies, at the risk of perishing itself upon taking too long. While unconfirmed, older individuals are said to deliberately stay separated in order to trigger their survival instincts and prolong their lifespans.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 84, \"Food\": 5, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SwordCutlassfish', 'Fish', 8, 2684, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_SwordCutlassfish_day.png\", \"night\": \"/public/images/maps/BOSS_SwordCutlassfish_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (244, 'BOSS_SwordCutlassfish_Fire', '-01', '/public/images/pals/T_SwordCutlassfish_Fire_icon_normal.png', 'Skutlass Ignis', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Skutlass Sashimi\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Skutlass Ignis becomes the player\'s katana (Attack: 2900/3000/3300/3700/4200). If it does not revert to its normal form quickly, Skutlass Ignis will become incapacitated. It will also become incapacitated if Iaigiri is used.\"}', 'A bizarre species which temporarily separates its body and uses its bones to slice through enemies, at the risk of perishing itself upon taking too long. While unconfirmed, older individuals are said to deliberately stay separated in order to trigger their survival instincts and prolong their lifespans.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 84, \"Food\": 5, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SwordCutlassfish Fire', 'Fish', 8, 2884, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_SwordCutlassfish_Fire_day.png\", \"night\": \"/public/images/maps/BOSS_SwordCutlassfish_Fire_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (245, 'BOSS_NegativeOctopus_Neutral', '-01', '/public/images/pals/T_NegativeOctopus_Neutral_icon_normal.png', 'Killamari Primo', 'https://palworld.fandom.com/wiki/Killamari_Primo', 'https://static.wikia.nocookie.net/palworld/images/4/40/Killamari_Primo.png/revision/latest?cb=20250626192639', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Killamari Tentacle\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Killamari Primo\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Enables gentle floating while gliding for an extended time.\"}', 'It sinks its fangs into the enemy’s neck, draining every last drop of blood. When two Killamari Primos latch onto each other, they become locked in a relentless struggle—each trying to suck the other dry until one withers away.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 84, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 260, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS NegativeOctopus Neutral', 'Other', 5, 842, 'M', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_NegativeOctopus_Neutral_day.png\", \"night\": \"/public/images/maps/BOSS_NegativeOctopus_Neutral_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (246, 'BOSS_Penguin_Electric', '-01', '/public/images/pals/T_Penguin_Electric_icon_normal.png', 'Pengullet Lux', 'https://palworld.fandom.com/wiki/Pengullet_Lux', 'https://static.wikia.nocookie.net/palworld/images/b/b4/Pengullet_Lux.png/revision/latest?cb=20250626191737', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Pengullet Lux\'s Rocket Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, the player equips Pengullet Lux to fire Rocket Launcher as ammunition. Pengullet Lux explodes on impact and is incapacitated.\"}', 'The feathers of this Pal have all but disappeared, and it can no longer fly. Yet its longing for the sky has turned to jealousy— so it harnessed electricity to strike down those who still soar.', '[{\"Name\": \"Thunder Spear\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high-speed lightning spear straight ahead towards the enemy.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}]', '{\"HP\": 84, \"Food\": 1, \"Speed\": {\"Run\": 500, \"Ride\": 650, \"Walk\": 60}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 265, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS Penguin Electric', 'Humanoid', 5, 1122, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": \"/public/images/maps/BOSS_Penguin_Electric_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (247, 'BOSS_CaptainPenguin_Black', '-01', '/public/images/pals/T_CaptainPenguin_Black_icon_normal.png', 'Penking Lux', 'https://palworld.fandom.com/wiki/Penking_Lux', 'https://static.wikia.nocookie.net/palworld/images/3/32/Penking_Lux.png/revision/latest?cb=20250626215853', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Penking Plume\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves player\'s and Pals\' Water damage to enemy weak points by 25%. (Does not stack)\"}', 'Its body changed color after gaining electricity to improve underwater hunting. As a result, it lost the affection of Pengullet— but strangely enough, it now has a loyal follower: Pengullet Lux.', '[{\"Name\": \"Thunder Spear\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high-speed lightning spear straight ahead towards the enemy.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Thunderslide\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Penking Lux\'s exclusive skill. Lies on its belly while generating electric charge all around it before sliding at enemies at high speed.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 110}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 280, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CaptainPenguin Black', 'Humanoid', 8, 3366, 'L', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_CaptainPenguin_Black_day.png\", \"night\": \"/public/images/maps/BOSS_CaptainPenguin_Black_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (248, 'BOSS_FlyingManta_Thunder', '-01', '/public/images/pals/T_FlyingManta_Thunder_icon_normal.png', 'Celaray Lux', 'https://palworld.fandom.com/wiki/Celaray_Lux', 'https://static.wikia.nocookie.net/palworld/images/9/96/Celaray_Lux.png/revision/latest?cb=20250626105029', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Celaray Lux\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Prevents fall damage and extends the duration of high-speed gliding.\"}', 'Its flashy patterns help it attract a partner. But after a long history of electrocution incidents involving Celaray Lux, yellow-and-black stripes are now seen across the island as a sign of danger.', '[{\"Name\": \"Thunder Spear\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high-speed lightning spear straight ahead towards the enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 96, \"Food\": 2, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FlyingManta Thunder', 'Other', 5, 1316, 'M', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_FlyingManta_Thunder_day.png\", \"night\": \"/public/images/maps/BOSS_FlyingManta_Thunder_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (249, 'BOSS_BluePlatypus_Fire', '-01', '/public/images/pals/T_BluePlatypus_Fire_icon_normal.png', 'Fuack Ignis', 'https://palworld.fandom.com/wiki/Fuack_Ignis', 'https://static.wikia.nocookie.net/palworld/images/e/e2/Fuack_Ignis.png/revision/latest?cb=20250626215132', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Fuack Ignis fire surfs towards an enemy and slams into them.\"}', 'With a belly built for friction, this Pal sparks flames as it body surfs. But when it gets carried away, it often ends up a rolling fireball.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}]', '{\"HP\": 72, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 105}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 202, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BluePlatypus Fire', 'Humanoid', 5, 926, 'S', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_BluePlatypus_Fire_day.png\", \"night\": \"/public/images/maps/BOSS_BluePlatypus_Fire_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (250, 'BOSS_LazyCatfish_Gold', '-01', '/public/images/pals/T_LazyCatfish_Gold_icon_normal.png', 'Dumud Gild', 'https://palworld.fandom.com/wiki/Dumud_Gild', 'https://static.wikia.nocookie.net/palworld/images/b/b1/Dumud_Gild.png/revision/latest?cb=20250626005752', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Raw Dumud\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 200, \"Min\": 100, \"Name\": \"Gold Coin\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, increases amount of Gold Coin dropped by enemies by +100%. Sometimes drops High Quality Pal Oil when assigned to Ranch, with a small chance to drop Gold Coin. (Does not stack)\"}', 'Its body reflects light with astounding clarity. Even more shocking, its reflexes are somehow even slower than Dumud.', '[]', '{\"HP\": 126, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LazyCatfish Gold', 'Fish', 8, 39800, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_LazyCatfish_Gold_day.png\", \"night\": \"/public/images/maps/BOSS_LazyCatfish_Gold_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (251, 'BOSS_TentacleTurtle_Ground', '-01', '/public/images/pals/T_TentacleTurtle_Ground_icon_normal.png', 'Turtacle Terra', 'https://palworld.fandom.com/wiki/Turtacle_Terra', 'https://static.wikia.nocookie.net/palworld/images/b/bf/Turtacle_Terra.png/revision/latest?cb=20250625215805', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces weight of Sulfur and Coal by 80%. Also improves player\'s and Pals\' Ground damage to enemy weak points by 80%. (Does not stack)\"}', 'To protect its fragile body, it developed an incredibly tough shell. With most of its senses concentrated in its limbs and shell, it can’t even tell if someone quietly touches its core.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Hydro Spin\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Turtacle\'s exclusive skill. Uses jet-powered propulsion to spin rapidly and launch itself at the enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 102, \"Food\": 3, \"Speed\": {\"Run\": 320, \"Ride\": 500, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 125, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS TentacleTurtle Ground', 'Other', 5, 29900, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_TentacleTurtle_Ground_day.png\", \"night\": \"/public/images/maps/BOSS_TentacleTurtle_Ground_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (252, 'BOSS_KendoFrog_Dark', '-01', '/public/images/pals/T_KendoFrog_Dark_icon_normal.png', 'Croajiro Noct', 'https://palworld.fandom.com/wiki/Croajiro_Noct', 'https://static.wikia.nocookie.net/palworld/images/f/fb/Croajiro_Noct.png/revision/latest?cb=20250626220124', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 25.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Croajiro Noct channels its loyalty and puffs up its abdomen to store energy. Climbing on top will propel the player high into the air. While in party, improves player\'s and Pals\' Dark damage to enemy weak points by 25%. (Does not stack)\"}', 'The Croajiro who have forsaken their honor gather and form splinter groups. They will use any underhanded means to take down their chosen prey. If you encounter a pack of Croajiro Noct in the dead of the night, it\'s your life that\'s on the line.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Shot\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a dark energy projectile that accelerates over time.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 102, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 66}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KendoFrog Dark', 'Humanoid', 8, 2508, 'S', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_KendoFrog_Dark_day.png\", \"night\": \"/public/images/maps/BOSS_KendoFrog_Dark_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (253, 'BOSS_BlueDragon_Ice', '-01', '/public/images/pals/T_BlueDragon_Ice_icon_normal.png', 'Azurobe Cryst', 'https://palworld.fandom.com/wiki/Azurobe_Cryst', 'https://static.wikia.nocookie.net/palworld/images/3/30/Azurobe_Cryst.png/revision/latest?cb=20250628162856', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Azurobe Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While mounted, changes the player’s attack type to Ice and increases Attack by 1%.\"}', 'This Pal’s white ribbon continuously absorbs heat from its surroundings, yet its temperature remains curiously unchanged. This strange ability once made it a target of relentless hunting, leaving it with a deep mistrust of humans to this day.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Charge Cannon\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Fires an energy orb infused with draconic power at the enemy. The orb causes a wide-area explosion upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 138, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BlueDragon Ice', 'Fish', 8, 4218, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_BlueDragon_Ice_day.png\", \"night\": \"/public/images/maps/BOSS_BlueDragon_Ice_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (254, 'BOSS_IceNarwhal_Fire', '-01', '/public/images/pals/T_IceNarwhal_Fire_icon_normal.png', 'Whalaska Ignis', 'https://palworld.fandom.com/wiki/Whalaska_Ignis', 'https://static.wikia.nocookie.net/palworld/images/b/b9/Whalaska_Ignis.png/revision/latest?cb=20250627234236', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Coralum Ore\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"Whalaska Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden. While in party, fishing minigame begins with the capture gauge 7% higher than usual, and capture progress increases by 9% while the bars overlap. (Does not stack)\"}', 'Determined never to be mistaken for drift ice again, it turned bright red through sheer will. Unfortunately, some Pals can’t see red. So despite its efforts, its personal space continues to be invaded.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"High Breach\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Whalaska\'s exclusive skill. Charges straight ahead and briefly submerges, then bursts high into the air to launch an attack. An ice-element explosion occurs upon emerging.\"}]', '{\"HP\": 126, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 850, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS IceNarwhal Fire', 'Fish', 8, 6194, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_IceNarwhal_Fire_day.png\", \"night\": \"/public/images/maps/BOSS_IceNarwhal_Fire_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Whalaska Ignis Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceNarwhal_Fire.png\", \"Description\": \"Proof of defeating [Whalaska Ignis, Gentle Crimson Lance]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (255, 'BOSS_GhostAnglerfish_Fire', '-01', '/public/images/pals/T_GhostAnglerfish_Fire_icon_normal.png', 'Ghangler Ignis', 'https://palworld.fandom.com/wiki/Ghangler_Ignis', 'https://static.wikia.nocookie.net/palworld/images/2/2c/Ghangler_Ignis.png/revision/latest?cb=20250630115249', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"Ghangler Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. This Pal’s Movement Speed increases by 5% for each other Fire or Water Pal in your party. (Excluding Ghangler Ignis)\"}', 'Its blazing lure doubles as a grill for roasting prey. Drawn in by the delicious aroma, Pals have no hope of escape once Ghangler Ignis sets its sights on them. In the end, they’re treated to a hearty meal—until everyone’s full.', '[]', '{\"HP\": 108, \"Food\": 7, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 105, \"Stamina\": 320, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostAnglerfish Fire', 'Fish', 8, 4848, 'L', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_GhostAnglerfish_Fire_day.png\", \"night\": \"/public/images/maps/BOSS_GhostAnglerfish_Fire_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (256, 'BOSS_StuffedShark_Fire', '-01', '/public/images/pals/T_StuffedShark_Fire_icon_normal.png', 'Finsider Ignis', 'https://palworld.fandom.com/wiki/Finsider_Ignis', 'https://static.wikia.nocookie.net/palworld/images/3/39/Finsider_Ignis.png/revision/latest?cb=20250629111115', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, Finsider Ignis helps carry supplies, reducing the weight of weapons in your inventory by 60%. Also improves player\'s and Pals\' Fire damage to enemy weak points by 70%. (Does not stack)\"}', 'Even if you reach into its mouth, there’s nothing inside—it just keeps going. Thinking it might be an interdimensional space, one researcher tried climbing in like a sleeping bag. But when the gag reflex kicked in, they realized... it’s definitely part of the creature’s body.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Trigger Happy\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Finsider\'s exclusive skill. Draws twin water blasters from its mouth, firing six shots alternately left and right, then finishes by combining both blasters to unleash one powerful shot.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 250, \"Ride\": 400, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS StuffedShark Fire', 'Humanoid', 5, 1498, 'M', 'FieldBoss_Tier_4', '{\"day\": \"/public/images/maps/BOSS_StuffedShark_Fire_day.png\", \"night\": \"/public/images/maps/BOSS_StuffedShark_Fire_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (257, 'BOSS_MummyPal', '-01', '/public/images/pals/T_MummyPal_icon_normal.png', 'Gildra', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, when Gildra is incapacitated, it revives with its Hunger reduced to 0.\"}', 'The golden, bandage-like organs covering its body are highly elastic. However, they are prone to tearing under extremely dry conditions, so daily moisture checks are absolutely essential.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Mummy Rush\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Gildra\'s exclusive skill. Extends bandages from its hands to deliver a series of attacks.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 126, \"Food\": 6, \"Speed\": {\"Run\": 480, \"Ride\": 720, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MummyPal', 'Humanoid', 8, 5058, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (258, 'BOSS_KingSunfish', '-01', '/public/images/pals/T_KingSunfish_icon_normal.png', 'Solmora', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Solmora Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While in party, makes it easier to fish up talented Pals. (Does not stack)\"}', 'Its corkscrew tail acts as a propeller. Research claims that if its body could withstand the strain, it could reach speeds beyond 88 mph.', '[{\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 108, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 1000, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 85, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KingSunfish', 'Fish', 5, 3272, 'L', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_KingSunfish_day.png\", \"night\": \"/public/images/maps/BOSS_KingSunfish_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (259, 'BOSS_KingSunfish_Thunder', '-01', '/public/images/pals/T_KingSunfish_Thunder_icon_normal.png', 'Solmora Lux', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Solmora Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While mounted, changes the player\'s attack type to Electric and increases Attack by 1%. While in party, makes it easier to fish up talented Pals. (Does not stack)\"}', 'Its corkscrew tail acts as a propeller. Research claims that if its body could withstand the strain, it could generate over 1.21 gigawatts of power.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 108, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 1000, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 85, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KingSunfish Thunder', 'Fish', 8, 3686, 'L', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_KingSunfish_Thunder_day.png\", \"night\": \"/public/images/maps/BOSS_KingSunfish_Thunder_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (260, 'BOSS_MonochromeQueen', '-01', '/public/images/pals/T_MonochromeQueen_icon_normal.png', 'Solenne', 'https://palworld.fandom.com/wiki/Solenne', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"High Quality Recovery Meds\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s Attack by 30% if all Pals in party are different species. (Does not stack)\"}', 'Joy and misery come in equal measure for Solenne. Those who choose to take care of one must be prepared for what that entails.', '[{\"Name\": \"Dark Shot\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a dark energy projectile that accelerates over time.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Black Quilled Ballet\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Solenne\'s exclusive skill. Jumps diagonally and throws sharp black feathers at enemies.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 132, \"Food\": 9, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS MonochromeQueen', 'Humanoid', 8, 7734, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (261, 'BOSS_ElecSnail', '-01', '/public/images/pals/T_ElecSnail_icon_normal.png', 'Snock', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Electrify 2. (Does not stack)\"}', 'Tossing an Snock into the bath for a shock spa is considered a traditional health practice. That is to say, the results may be rather shocking.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}, {\"Name\": \"All Range Thunder\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates lightning strikes that travel in a straight line in all directions.\"}, {\"Name\": \"Shell Charge\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Snock\'s exclusive skill. Withdraws into its shell to reduce damage taken while building electric charge. Once fully charged, it discharges, damaging nearby enemies. After discharging, the Attack of this Pal\'s Electric skills is increased for a limited time.\"}]', '{\"HP\": 78, \"Food\": 4, \"Speed\": {\"Run\": 360, \"Ride\": 945, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ElecSnail', 'FourLegged', 5, 3046, 'M', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_ElecSnail_day.png\", \"night\": \"/public/images/maps/BOSS_ElecSnail_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Snock Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ElecSnail.png\", \"Description\": \"Proof of defeating [Snock, Sluggish Blue Bolt]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (262, 'BOSS_ElecSnail_Ground', '-01', '/public/images/pals/T_ElecSnail_Ground_icon_normal.png', 'Snock Lux', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, player and party Pals take 15% less Water damage, and are immune to Soak. (Does not stack)\"}', 'Tossing a heated Snock Lux into the bath for a scorching spa was once a fad of the distant past. Owing to a recent revival, it is now quite literally a hot trend.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Shell Charge\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Snock\'s exclusive skill. Withdraws into its shell to reduce damage taken while building electric charge. Once fully charged, it discharges, damaging nearby enemies. After discharging, the Attack of this Pal\'s Electric skills is increased for a limited time.\"}]', '{\"HP\": 78, \"Food\": 4, \"Speed\": {\"Run\": 360, \"Ride\": 945, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ElecSnail Ground', 'FourLegged', 5, 3246, 'M', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (263, 'BOSS_LanternButler', '-01', '/public/images/pals/T_LanternButler_icon_normal.png', 'Loomen', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s arrows explode on contact, dealing additional damage equal to 15% of the player\'s attack damage. (Does not stack)\"}', 'Its lantern glows with an eerie light that lays bare the truth of the world. If that light strikes you as blinding, then you most likely have something to hide.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 108, \"Food\": 7, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 175, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LanternButler', 'Humanoid', 8, 4618, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (264, 'BOSS_SumoDog', '-01', '/public/images/pals/T_SumoDog_icon_normal.png', 'Bulldosu', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Bulldosu Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Electric damage and are immune to Electrify. (Does not stack)\"}', 'In the old islands, Bulldosu sumo was widely enjoyed. At the highest levels, even a charging Rushoar would be sent flying instead.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Sumo Stomp\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Bulldosu\'s exclusive skill. Raises its right hind leg high and stomps the ground, creating a shockwave that strikes enemies in a fan-shaped area ahead.\"}]', '{\"HP\": 138, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 700, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 110, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SumoDog', 'FourLegged', 5, 3624, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (265, 'BOSS_VenusFlytrap', '-01', '/public/images/pals/T_VenusFlytrap_icon_normal.png', 'Carnibora', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, when the player performs a dodge roll or dodge step, Carnibora creates a whirlwind that deals damage to enemies it touches (Grass / Power: 40). (Does not stack)\"}', 'Prone to eating indiscriminately, the mouth atop its head frequently breaks out in agonizing ulcers, causing it to use the mouth on its face instead. However, its behavior doesn\'t change, which leads to both mouths suffering the same ulcers.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 102, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 330, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS VenusFlytrap', 'Humanoid', 8, 3750, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (266, 'BOSS_StrawHatCat', '-01', 'Missing', 'Unidentified Pal', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', 'en_text', '[]', '{\"HP\": 120, \"Food\": 2, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS StrawHatCat', 'FourLegged', 5, 6000, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (267, 'BOSS_CandleWitch', '-01', 'Missing', 'Unidentified Pal', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', 'en_text', '[]', '{\"HP\": 120, \"Food\": 2, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS CandleWitch', 'Humanoid', 5, 6000, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (268, 'BOSS_FluffyBird', '-01', '/public/images/pals/T_FluffyBird_icon_normal.png', 'Muffly', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the capture rate of Pals afflicted with Freeze. (Does not stack)\"}', 'Its soft facial fluff softens any hit, but it cannot groom itself well nor scratch its itches, leaving it in a constant state of mild frustration.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 72, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 110}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 55, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 75, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS FluffyBird', 'Other', 5, 770, 'S', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (269, 'BOSS_DandelionGirl', '-01', '/public/images/pals/T_DandelionGirl_icon_normal.png', 'Souffline', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the capture rate of Pals afflicted with Ivy-Covered. (Does not stack)\"}', 'Its fluff can be used to hide away unpleasant memories. Once carried off by the wind, you can bid farewell to the darkness they carried.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 84, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 50, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DandelionGirl', 'Other', 5, 3220, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (270, 'BOSS_VolcanicTurtle', '-01', 'Missing', 'Unidentified Pal', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', 'en_text', '[]', '{\"HP\": 120, \"Food\": 2, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS VolcanicTurtle', 'FourLegged', 5, 6000, 'M', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (271, 'BOSS_ClioneTwins', '-01', '/public/images/pals/T_ClioneTwins_icon_normal.png', 'Amione', 'https://palworld.fandom.com/wiki/Amione', 'https://static.wikia.nocookie.net/palworld/images/5/51/Animone.webp/revision/latest?cb=20260712110015', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Watering Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'If one disappears, another simply shows up to take its place, and life goes on like nothing happened. For Amione, companionship is everything.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 78, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 65, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS ClioneTwins', 'Other', 5, 842, 'S', 'FieldBoss_Tier_5', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (272, 'BOSS_DarkFlameFox', '-01', '/public/images/pals/T_DarkFlameFox_icon_normal.png', 'Majex', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player attacks an enemy afflicted with Burn, the enemy creates flames around itself, dealing continuous damage equal to 15% of the player\'s attack damage to enemies that come into contact with them. (Does not stack.)\"}', 'It appears to be striking a heroic pose, but the reality is that it\'s simply bracing itself against the weight of its tail and hair to avoid toppling over.', '[{\"Name\": \"Dark Shot\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a dark energy projectile that accelerates over time.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DarkFlameFox', 'Humanoid', 8, 4694, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (273, 'BOSS_RedFlowerBird', '-01', '/public/images/pals/T_RedFlowerBird_icon_normal.png', 'Tropicaw', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, extends the invincibility period during dodge rolls and dodge steps by 15%. (Does not stack)\"}', 'While some say that it flails around to mimic flowers swaying in the wind and avoid predators, others argue that a crimson flower thrashing violently at high speeds is simply so unsettling that nothing dares approach it.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Flower Stomp\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Tropicaw\'s exclusive skill. Leaps lightly into the air, then forcefully slams its sharp claws into the ground.\"}]', '{\"HP\": 102, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS RedFlowerBird', 'Humanoid', 8, 3688, 'L', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (274, 'BOSS_LotusDragon', '-01', '/public/images/pals/T_LotusDragon_icon_normal.png', 'Ophydia', 'https://palworld.fandom.com/wiki/Ophydia', 'https://static.wikia.nocookie.net/palworld/images/5/55/Water_Lily_Pal_PreLaunch_Teaser.png/revision/latest?cb=20260120144101', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Ophydia Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player\'s attacks inflict Soak 2. (Does not stack)\"}', 'Waters where Ophydias dwell are often filled with flowers that mimic its form. Many attempts have been made to directly propagate these blooms, but they inevitably wither the moment human hands interfere.', '[{\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}, {\"Name\": \"Lotus Bloom\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Ophydia\'s exclusive skill. Burrows into the ground and vanishes. It then emerges at the surface as a flower bud, blooms, and unleashes a wide-area attack.\"}]', '{\"HP\": 156, \"Food\": 9, \"Speed\": {\"Run\": 700, \"Ride\": 1500, \"Walk\": 175}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS LotusDragon', 'Dragon', 8, 7768, 'XL', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_LotusDragon_day.png\", \"night\": \"/public/images/maps/BOSS_LotusDragon_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Ophydia Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LotusDragon.png\", \"Description\": \"Proof of defeating [Ophydia, Pure Bloom Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (275, 'BOSS_BlueSkyDragon', '-01', '/public/images/pals/T_BlueSkyDragon_icon_normal.png', 'Shaolong', 'https://palworld.fandom.com/wiki/Shaolong', 'https://static.wikia.nocookie.net/palworld/images/1/17/Shaolong.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Shaolong Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal\'s Attack increases by 4% for each other Dragon Pal in your party.\"}', 'Its ring is reserved for a special occasion: upon meeting its destined companion, the rings are traded, a symbol of their eternal partnership.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Blast Cannon\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires an energy bullet imbued with dragon power at the enemy\'s location. Upon impact, the bullet shatters and creates a frontal long-range explosion.\"}, {\"Name\": \"Hydra Charge\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Shaolong\'s exclusive skill. Cloaks the body in water and charges straight forward.\"}, {\"Name\": \"Azure Dracoflare\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shaolong\'s exclusive skill. Breathes Dragon-elemental flames in a sweeping motion, scorching the surrounding area.\"}, {\"Name\": \"Celestial Vortex\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Shaolong\'s exclusive skill. Summons a massive vortex reaching into the heavens. The vortex draws in and eliminates all surrounding enemies at once.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2800, \"Walk\": 300}, \"Attack\": {\"Melee\": 100, \"Ranged\": 135}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS BlueSkyDragon', 'Dragon', 8, 9062, 'XL', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (276, 'BOSS_PandaGirl', '-01', '/public/images/pals/T_PandaGirl_icon_normal.png', 'Leafan', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"This Pal\'s Attack and Defense increase by 2% for each other Grass Pal in your party.\"}', 'To hone the martial art passed down through a single bloodline: Daily training is the only way! Being distracted by romance? Unthinkable! Daily discipline is the only way! The time has come! Shoot my shot! Instant rejection, that’s all there is! The techniques of love were never passed down... Lingering regret, that’s all there is!', '[{\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Multicutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"The user fires three high-speed blades of wind in quick succession that fly straight at enemies.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Rapid Kick\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Leafan\'s exclusive skill. Rapidly delivers a series of consecutive roundhouse kicks, finishing with an engery blast.\"}, {\"Name\": \"Raid Cutter\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Shoots countless wind swords that fly straight towards the enemy.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS PandaGirl', 'Humanoid', 8, 3612, 'M', 'FieldBoss_Tier_4', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (277, 'BOSS_GrassMinotaur', '-01', '/public/images/pals/T_GrassMinotaur_icon_normal.png', 'Elgrove', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Elgrove changes the player\'s attack type to Grass and increases Attack by 30%.\"}', 'The leaf on its horn cannot be removed, no matter how hard it is pulled. When the leaf falls on its own, Elgrove accepts its time has come.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Bull Rush\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Elgrove\'s exclusive skill. Enters a wild frenzy and unleashes two consecutive Grass-element charge attacks.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}]', '{\"HP\": 132, \"Food\": 8, \"Speed\": {\"Run\": 700, \"Ride\": 1000, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassMinotaur', 'Humanoid', 8, 4082, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (278, 'BOSS_GrassMinotaur_Ice', '-01', '/public/images/pals/T_GrassMinotaur_Ice_icon_normal.png', 'Elgrove Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, grants the player the ability to Freeze enemies afflicted with Soak in one strike.\"}', 'Its frozen horn stays solid through its life. When water begins to drip from this ice, Elgrove Cryst feels the chill of its own life slipping away.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Snow Rush\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Elgrove Cryst\'s exclusive skill. Enters a wild frenzy and unleashes two consecutive Ice-element charge attacks.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 700, \"Ride\": 1000, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GrassMinotaur Ice', 'Humanoid', 8, 4968, 'XL', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (279, 'BOSS_SleeveRabbit', '-01', '/public/images/pals/T_SleeveRabbit_icon_normal.png', 'Lapure', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the Partner Skill cooldowns for other party Pals by 10%. (Does not stack)\"}', 'It uses the long, flowing fur on its hands to attract attention, always taking the utmost care to keep them maintained. Highly sensitive to dirt and meticulously clean, kicking up dust nearby will invite a very disgusted glare.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 126, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 700, \"Walk\": 40}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS SleeveRabbit', 'Humanoid', 5, 4928, 'L', 'FieldBoss_Tier_3', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (280, 'BOSS_Mothman', '-01', '/public/images/pals/T_Mothman_icon_normal.png', 'Silvance', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 8}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ancient Civilization Core\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player attacks an enemy afflicted with Ivy-Covered, the enemy explodes, dealing additional damage equal to 1% of the player\'s attack damage. (Does not stack) Also grants immunity to the World Tree\'s Explosive Spores to both the player and their Pals.\"}', 'Since ancient times, it has remained within the World Tree, continuing its vigil. What it protects, and for what purpose, Silvance does not know. After all, the World Tree will tell it everything. The spores it commands surely know who the enemy is.', '[{\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Giant Spore\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Silvance\'s exclusive skill. Fires a massive tracking spore that pursues enemies. It explodes on impact, releasing a wide-area blast.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.3, \"EnemyReceiveDamageRate\": 0.04}', 'BOSS Mothman', 'Humanoid', 8, 8872, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_Mothman_day.png\", \"night\": \"/public/images/maps/BOSS_Mothman_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": \"Silvance\'s Plume\", \"Image\": \"/public/images/essential/T_itemicon_Essential_BossDefeatReward_Mothman.png\", \"Description\": \"Proof of defeating Silvance. One of the keys used to remove the barrier of the sealed chamber located in the deepest part of the World Tree.\"}'), (281, 'BOSS_GhostDragon', '-01', '/public/images/pals/T_GhostDragon_icon_normal.png', 'Eidrolon', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Eidrolon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal\'s Attack and Movement Speed increase by 2% for each other Dragonor Dark Pal in your party.\"}', 'A new Pal that was only recently discovered. Calm and entirely docile, it spends its time as it pleases. It is no longer bound by anything.', '[{\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Beam Slicer\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the area in front with a beam imbued with dragon power. The area struck by the beam will also explode after a short delay.\"}, {\"Name\": \"Comet Barrage\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Drops meteorites one after another, generating shock waves around the impact areas.\"}, {\"Name\": \"Tail Slash\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Eidrolon\'s exclusive skill. Closes in on the enemy at high speed to deliver a cleaving swipe with its tail.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}, {\"Name\": \"Blazing Beam\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Eidrolon\'s exclusive skill. Emits a superheated light beam for a short time. At the final moment, the targeted area is engulfed in a massive explosion.\"}]', '{\"HP\": 138, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2750, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 120, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostDragon', 'Dragon', 8, 6646, 'XL', 'FieldBoss_Tier_1', '{\"day\": \"/public/images/maps/BOSS_GhostDragon_day.png\", \"night\": \"/public/images/maps/BOSS_GhostDragon_night.png\"}', 'Boss', 1, 1, 0, 0, 0, 0, '{\"Name\": \"Eidrolon Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GhostDragon.png\", \"Description\": \"Proof of defeating [Eidrolon, Wings of Freedom]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (282, 'BOSS_GhostDragon_Fire', '-01', '/public/images/pals/T_GhostDragon_Fire_icon_normal.png', 'Eidrolon Ignis', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Eidrolon Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal\'s Attack and Movement Speed increase by 2% or each other Dragon or Fire Pal in your party. (Excluding Eidrolon Ignis)\"}', 'A new Pal that was only recently discovered. It trusts nothing and no one, and its tempermental nature leads to it constantly venting its rage at the nearest target.', '[]', '{\"HP\": 138, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2750, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 120, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS GhostDragon Fire', 'Dragon', 8, 7042, 'XL', 'FieldBoss_Tier_1', '{\"day\": null, \"night\": null}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (283, 'BOSS_FlowerPrince', '-01', '/public/images/pals/T_FlowerPrince_icon_normal.png', 'Dandilord', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ancient Civilization Core\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"When activated, the player\'s attacks inflict Poison 2. While in party, grants the player and party Pals immunity to Poison, and nullifies the effects of toxic gas in the World Tree area. (Does not stack)\"}', 'Since ancient times, it has remained within the World Tree, continuing its vigil. What it protects, and for what purpose, Dandilord does not care. After all, the World Tree knows everything. Only the mist it wields can reveal the truth.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}, {\"Name\": \"Poison Promenade\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Dandilord\'s exclusive skill. Charges forward while sliding along the ground, spraying corrosive mist. The mist remains in the area for a limited time.\"}]', '{\"HP\": 150, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1000, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 135}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.3, \"EnemyReceiveDamageRate\": 0.04}', 'BOSS FlowerPrince', 'Humanoid', 8, 8884, 'L', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_FlowerPrince_day.png\", \"night\": \"/public/images/maps/BOSS_FlowerPrince_night.png\"}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": \"Dandilord\'s Petal\", \"Image\": \"/public/images/essential/T_itemicon_Essential_BossDefeatReward_FlowerPrince.png\", \"Description\": \"Proof of defeating Dandilord. One of the keys used to remove the barrier of the sealed chamber located in the deepest part of the World Tree.\"}'), (284, 'BOSS_WorldTreeDragon', '-01', '/public/images/pals/T_WorldTreeDragon_icon_normal.png', 'Astralym', 'None', 'None', '[]', '[]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_000.png\", \"Description\": \"This Pal\'s abilities are still being investigated.\"}', 'A shadow of its former self, this mysterious Pal descended upon the Palpagos long ago. Bringing ruin and calamity, it was sealed away for millennia until it was ultimately defeated by a certain Pal Tamer', '[]', '{\"HP\": 240, \"Food\": 9, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": 400}, \"Attack\": {\"Melee\": 100, \"Ranged\": 200}, \"Defense\": 200, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS WorldTreeDragon', 'None', 8, 20000, 'XL', 'WorldTreeDragon', '{\"day\": \"/public/images/maps/BOSS_WorldTreeDragon_day.png\", \"night\": \"/public/images/maps/BOSS_WorldTreeDragon_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (285, 'BOSS_KabukiMan', '-01', '/public/images/pals/T_KabukiMan_icon_normal.png', 'Renjishi', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Burn 2. (Does not stack)\"}', 'At a glance, its movements appear exaggerated and full of openings. Strangely, however, any opponents become overwhelmed, and become unable to look away, as if transfixed.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 126, \"Food\": 8, \"Speed\": {\"Run\": 400, \"Ride\": 500, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KabukiMan', 'Humanoid', 8, 8056, 'XL', 'FieldBoss_Tier_3', '{\"day\": \"/public/images/maps/BOSS_KabukiMan_day.png\", \"night\": \"/public/images/maps/BOSS_KabukiMan_night.png\"}', 'Boss', 0, 0, 0, 0, 0, 0, '{\"Name\": \"Renjishi Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KabukiMan.png\", \"Description\": \"Proof of defeating [Renjishi, Scorching Ovation]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'); INSERT INTO `bosspals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `BattleBGM`, `Maps`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (286, 'BOSS_DomeArmorDragon', '-01', '/public/images/pals/T_DomeArmorDragon_icon_normal.png', 'Aegidron', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 8}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Thermal Core\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Aegidron Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 60% less damage from explosive attacks, and are immune to Stun. (Does not stack)\"}', 'In ancient times, when means of communication were limited, the light within Aegidron\'s wings was used to send simple flash signals.', '[{\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Blast Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires an energy bullet imbued with dragon power at the enemy\'s location. Upon impact, the bullet shatters and creates a frontal long-range explosion.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Charge Cannon\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Fires an energy orb infused with draconic power at the enemy. The orb causes a wide-area explosion upon impact.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 126, \"Food\": 9, \"Speed\": {\"Run\": 850, \"Ride\": 1100, \"Walk\": 230}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 140, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 360, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS DomeArmorDragon', 'Dragon', 8, 8232, 'XL', 'FieldBoss_Tier_2', '{\"day\": \"/public/images/maps/BOSS_DomeArmorDragon_day.png\", \"night\": \"/public/images/maps/BOSS_DomeArmorDragon_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 0, '{\"Name\": \"Aegidron Bounty Token\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_DomeArmorDragon.png\", \"Description\": \"Proof of defeating [Aegidron, Guardian of Luminous Trails]. Simply possessing it permanently increases the stats of the Pals in your team.\"}'), (287, 'BOSS_YakushimaBoss001', '-01', '/public/images/pals/T_YakushimaBoss001_icon_normal.png', 'Eye of Cthulhu', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Hallowed Bar\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, Eye of Cthulhu charges and attacks targeted enemy.\"}', '[Tides of Terraria] A monster from another world, now tameable in this realm.', '[{\"Name\": \"Lock-On Lunge\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 15, \"Description\": \"Eye of Cthulhu\'s exclusive skill. Repeatedly charges at the enemy.\"}]', '{\"HP\": 125, \"Food\": 3, \"Speed\": {\"Run\": 900, \"Ride\": 1200, \"Walk\": 450}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 600, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS YakushimaBoss001', 'Other', 6, 6000, 'L', 'EyeofCthulhu', '{\"day\": null, \"night\": null}', 'Boss', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (288, 'GYM_ElecPanda_Otomo', '-02', '/public/images/pals/T_Human_GYM_ElecPanda_Otomo_icon_normal.png', 'Zoe & Grizzbolt', 'https://palworld.fandom.com/wiki/Zoe_Rayne', 'https://static.wikia.nocookie.net/palworld/images/f/f9/Zoe_and_Grizzbolt.png', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 3, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 10, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}]', '{\"HP\": 125, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 1000, \"Walk\": 140}, \"Attack\": {\"Melee\": 120, \"Ranged\": 110}, \"Defense\": 105, \"Stamina\": 180, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GYM ElecPanda', 'Humanoid', 8, 7048, 'XL', 'Strong', '{\"day\": null, \"night\": null}', 'Warlike', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (289, 'BOSS_KingWhale_otomo', '-01', '/public/images/pals/T_KingWhale_icon_normal.png', 'Panthalus', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_KingWhale.png\", \"Description\": \"Can be ridden as a flying mount. Only 1 can be summoned to a base. While at a base, it constantly patrols the skies and bombards intruders from high above.\"}', 'The last of its species, keeping its sacred duty close to heart. Even should its long obligation ever be fulfilled, its cries for its mother would only be answered by a solitary echo.', '[{\"Name\": \"Bubble Rain\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Panthalus\'s exclusive skill. Fires a large cluster of homing bubbles that remain in place upon landing. Bubbles burst and deal damage upon contact or after several seconds.\"}, {\"Name\": \"Creeping Bubbles\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Panthalus\'s exclusive skill. Generates a multitude of bubbles around the enemy to surround and attack them.\"}, {\"Name\": \"Aqua Blade\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Panthalus\'s exclusive skill. Launches sharp water blades at enemies.\"}, {\"Name\": \"Tidal Charge\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Panthalus\'s exclusive skill. Slams the body into the enemy, generating a massive wave on impact.\"}, {\"Name\": \"Maelstrom\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Panthalus\'s exclusive skill. Creates a vortex around the enemy. The vortex pulls targets toward its center while shrinking, ending in a high-pressure water pillar explosion.\"}, {\"Name\": \"Grand Breach\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Panthalus\'s exclusive skill. Dives underwater and leaps out after a short delay. The momentum of the leap creates ripples that damage the surrounding area.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}]', '{\"HP\": 200, \"Food\": 9, \"Speed\": {\"Run\": 2000, \"Ride\": 3000, \"Walk\": 330}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 180, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 50.0, \"Transportspeed\": 1000, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 'BOSS KingWhale otomo', 'Fish', 10, 9826, 'XL', 'KingWhale', '{\"day\": null, \"night\": null}', 'Boss', 0, 0, 0, 0, 1, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (290, 'BOSS_ElecPanda_BossRush', '-01', '/public/images/pals/T_ElecPanda_icon_normal.png', 'Grizzbolt', 'https://palworld.fandom.com/wiki/Grizzbolt', 'https://static.wikia.nocookie.net/palworld/images/1/13/Grizzbolt_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Grizzbolt\'s Minigun\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a minigun while mounted.\"}', 'With a friendly smile and a hardy physique, it is docile towards one it recognizes as a partner. For reasons unexplained, its personality undergoes a drastic change when wielding a minigun.', '[{\"Name\": \"Lightning Claw\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Grizzbolt\'s exclusive skill. After leaping at an enemy and tearing at it twice with its electrically charged claws, it attacks the ground, sending an electric shock throughout the area.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}]', '{\"HP\": 144, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1100, \"Walk\": 140}, \"Attack\": {\"Melee\": 120, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 180, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 4.0, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS ElecPanda BossRush', 'Humanoid', 8, 7048, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_ElecPanda_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_ElecPanda_BossRush_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": \"Modified Pal\'s Contaminated Core\", \"Image\": \"/public/images/essential/T_itemicon_Essential_BossDefeatReward_BossRush.png\", \"Description\": \"Proof of defeating Highly Modified Pals. One of the keys used to remove the barrier of the sealed chamber located in the deepest part of the World Tree.\"}'), (291, 'BOSS_LilyQueen_BossRush', '-01', '/public/images/pals/T_LilyQueen_icon_normal.png', 'Lyleen', 'https://palworld.fandom.com/wiki/Lyleen', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Lyleen_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"High Quality Recovery Meds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": \"Lyleen\'s Floral Ornament\", \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, the queen\'s soothing graces restore the Health of the player and Party Pals by 80/82/84/86/90%.\"}', 'A docile Pal full of love. It watches over small Pals who have lost their parents. It uses a full-power Solar Blast to discipline naughty Pals.', '[{\"Name\": \"Unique LilyQueen LilyHealing Boss\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 300, \"Description\": \"\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 450, \"Ride\": 650, \"Walk\": 100}, \"Attack\": {\"Melee\": 120, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 4.0, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS LilyQueen BossRush', 'Humanoid', 8, 6854, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_LilyQueen_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_LilyQueen_BossRush_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (292, 'BOSS_ThunderDragonMan_BossRush', '-01', '/public/images/pals/T_ThunderDragonMan_icon_normal.png', 'Orserk', 'https://palworld.fandom.com/wiki/Orserk', 'https://static.wikia.nocookie.net/palworld/images/6/6e/Orserk_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_ThunderDragonMan.png\", \"Description\": \"While in party, hitting an enemy with a bullet increases the Attack and Defense of the Pal fighting alongside you by 1% for 5 seconds. This effect stacks up to 30 times. (Does not stack.)\"}', 'It sends electricity into its foes\' wounds, roasting them from the inside out. Fights between Orserk end in the blink of an eye.', '[{\"Name\": \"Polykeraunos\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Orserk\'s exclusive skill. Summons numerous thunder spears and hurls them at the enemy. The first spear is imbued with the power of lightning and explodes after a few seconds.\"}]', '{\"HP\": 144, \"Food\": 9, \"Speed\": {\"Run\": 900, \"Ride\": 1300, \"Walk\": 185}, \"Attack\": {\"Melee\": 120, \"Ranged\": 130}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS ThunderDragonMan BossRush', 'Humanoid', 8, 8272, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_ThunderDragonMan_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_ThunderDragonMan_BossRush_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (293, 'BOSS_Horus_BossRush', '-01', '/public/images/pals/T_Horus_icon_normal.png', 'Faleris', 'https://palworld.fandom.com/wiki/Faleris', 'https://static.wikia.nocookie.net/palworld/images/9/99/Faleris_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Faleris Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, Ice Pals drop 40% more items when defeated. (Does not stack)\"}', 'When it finds its prey it unleashes a whirlwind of flames, burning the entire area to ash. Faleris breath is known for its pleasing scent.', '[{\"Name\": \"Raging Flame Wave\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 650, \"Cooldown\": 30, \"Description\": \"Faleris\' exclusive skill. Generates multiple scorching tornadoes and charges forward while gliding. The tornadoes converge in the center and eventually merge into a single massive tornado.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}]', '{\"HP\": 126, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1500, \"Walk\": 200}, \"Attack\": {\"Melee\": 120, \"Ranged\": 110}, \"Defense\": 115, \"Stamina\": 230, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS Horus BossRush', 'Humanoid', 8, 5370, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_Horus_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_Horus_BossRush_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (294, 'BOSS_BlackGriffon_BossRush', '-01', '/public/images/pals/T_BlackGriffon_icon_normal.png', 'Shadowbeak', 'https://palworld.fandom.com/wiki/Shadowbeak', 'https://static.wikia.nocookie.net/palworld/images/0/0c/Shadowbeak_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Plasteel\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Carbon Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Shadowbeak Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While flying, Movement Speed is increased. Enhances Dark attacks by 15% while mounted.\"}', 'Born from the depths of insanity, its very existence defies reason. Having lost all genetic ties to other Pals, one wonders if it could still even be considered a Pal.', '[{\"Name\": \"Divine Disaster\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Charges forward, generating orbs of light that automatically target enemies and unleash a barrage of lasers.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}]', '{\"HP\": 144, \"Food\": 8, \"Speed\": {\"Run\": 850, \"Ride\": 1300, \"Walk\": 80}, \"Attack\": {\"Melee\": 120, \"Ranged\": 120}, \"Defense\": 140, \"Stamina\": 250, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 465, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS BlackGriffon BossRush', 'Humanoid', 8, 6490, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_BlackGriffon_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_BlackGriffon_BossRush_night.png\"}', 'Boss', 1, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (295, 'BOSS_MoonQueen_BossRush', '-01', '/public/images/pals/T_MoonQueen_icon_normal.png', 'Selyne', 'https://palworld.fandom.com/wiki/Selyne', 'https://static.wikia.nocookie.net/palworld/images/1/17/Selyne.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 7}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"High Quality Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Sapphire\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Selyne Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, enhances Neutral and Dark attacks by 15%.\"}', 'The object floating behind, resembling the moon, is said to gradually become more circular with each passing generation. No one knows what will happen when the moon is full.', '[{\"Name\": \"Moonlight Beam\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Selyne\'s exclusive skill. Stores energy in the moon on its back, then fires a crescent-shaped beam forward.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}]', '{\"HP\": 156, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1700, \"Walk\": 150}, \"Attack\": {\"Melee\": 120, \"Ranged\": 115}, \"Defense\": 110, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS MoonQueen BossRush', 'Humanoid', 8, 8190, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_MoonQueen_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_MoonQueen_BossRush_night.png\"}', 'Boss', 1, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (296, 'BOSS_SnowTigerBeastman_BossRush', '-01', '/public/images/pals/T_SnowTigerBeastman_icon_normal.png', 'Bastigor', 'https://palworld.fandom.com/wiki/Bastigor', 'https://static.wikia.nocookie.net/palworld/images/4/4f/Bastigor.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Bastigor\'s Hammer\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, delivers crushing blows with a hammer forged from Ice.\"}', 'The sight of anything round gives it an uncontrollable urge to punch it. For Bastigor the toughest challenge, after simply living, is making a snowman.', '[{\"Name\": \"Frost Talon\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Bastigor\'s exclusive skill. Stomps the ground, creating a fissure of ice ahead. Then, rapidly closes the distance and slashes with the right hand.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 750, \"Ride\": 1200, \"Walk\": 225}, \"Attack\": {\"Melee\": 120, \"Ranged\": 130}, \"Defense\": 120, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS SnowTigerBeastman BossRush', 'Humanoid', 8, 8850, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_SnowTigerBeastman_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_SnowTigerBeastman_BossRush_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (297, 'BOSS_BlueSkyDragon_BossRush', '-01', '/public/images/pals/T_BlueSkyDragon_icon_normal.png', 'Shaolong', 'https://palworld.fandom.com/wiki/Shaolong', 'https://static.wikia.nocookie.net/palworld/images/1/17/Shaolong.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Shaolong Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal\'s Attack increases by 4% for each other Dragon Pal in your party.\"}', 'Its ring is reserved for a special occasion: upon meeting its destined companion, the rings are traded, a symbol of their eternal partnership.', '[{\"Name\": \"Hydra Charge\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Shaolong\'s exclusive skill. Cloaks the body in water and charges straight forward.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 168, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2900, \"Walk\": 300}, \"Attack\": {\"Melee\": 120, \"Ranged\": 135}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.12}', 'BOSS BlueSkyDragon BossRush', 'Humanoid', 8, 9062, 'XL', 'FieldBoss_Tier_5', '{\"day\": \"/public/images/maps/BOSS_BlueSkyDragon_BossRush_day.png\", \"night\": \"/public/images/maps/BOSS_BlueSkyDragon_BossRush_night.png\"}', 'Boss', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); -- -------------------------------------------------------- -- -- Table structure for table `bosspalsi18n` -- CREATE TABLE `bosspalsi18n` ( `ID` int NOT NULL, `BossPalsID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Types` json DEFAULT NULL, `Suitability` json DEFAULT NULL, `Drops` json DEFAULT NULL, `Aura` json DEFAULT NULL, `Description` text, `Skills` json DEFAULT NULL, `FirstDefeatRewardItemID` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `bosspalsi18n` -- INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (1, 1, 'zh-Hans', '泽娜拉 & 枯星龙', '[]', '[]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Unique WorldTreeDragon PaldiumShot\", \"Type\": \"None\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumCannon\", \"Type\": \"None\", \"Level\": 2, \"Power\": 700, \"Cooldown\": 20, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumRain\", \"Type\": \"None\", \"Level\": 3, \"Power\": 500, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumExplosion\", \"Type\": \"None\", \"Level\": 4, \"Power\": 800, \"Cooldown\": 60, \"Description\": \"\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 5, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 8, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}, {\"Name\": \"陨星雨\", \"Type\": \"Dragon\", \"Level\": 9, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"召唤无数陨石落下, 并在撞击点产生冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (2, 2, 'zh-Hans', '泽娜拉 & 枯星龙', '[]', '[]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"Unique WorldTreeDragon PaldiumShot\", \"Type\": \"None\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumCannon\", \"Type\": \"None\", \"Level\": 2, \"Power\": 700, \"Cooldown\": 20, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumRain\", \"Type\": \"None\", \"Level\": 3, \"Power\": 500, \"Cooldown\": 5, \"Description\": \"\"}, {\"Name\": \"Unique WorldTreeDragon PaldiumExplosion\", \"Type\": \"None\", \"Level\": 4, \"Power\": 800, \"Cooldown\": 60, \"Description\": \"\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 5, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"念动引力\", \"Type\": \"Dark\", \"Level\": 8, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"用重力剥夺敌人的行动自由, 并将其从高处砸向地面。\"}, {\"Name\": \"陨星雨\", \"Type\": \"Dragon\", \"Level\": 9, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"召唤无数陨石落下, 并在撞击点产生冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (3, 3, 'zh-Hans', '维克托 & 异构格里芬', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"神圣灾祸\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"异构格里芬的专用技能。 在向前猛冲的同时制造出光球。 光球会自动捕捉敌人,并射出大量激光。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 2, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 3, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 4, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 5, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 6, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 8, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (4, 4, 'zh-Hans', '佐伊 & 暴电熊', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"霹雳连爪\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"暴电熊的专用技能。 飞扑向敌人,并用带电流的爪子将其劈开。 飞扑2次后,面向地面伸出爪子, 大范围扩散电流。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 2, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 3, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 4, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}, {\"Name\": \"锁定雷射\", \"Type\": \"Electricity\", \"Level\": 5, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"瞄准敌人后 发射超高速的雷电激光。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (5, 5, 'zh-Hans', '马库斯 & 荷鲁斯', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"凤凰翔波\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"荷鲁斯的专用技能。 扇起炙热龙卷风后, 身体被狱火包围,一边滑翔一边突袭敌人。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 2, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 3, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 4, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 5, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 6, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 8, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (6, 6, 'zh-Hans', '莉莉 & 百合女王', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"Unique LilyQueen GYM Act\", \"Type\": \"Leaf\", \"Level\": 2, \"Power\": 1, \"Cooldown\": 60, \"Description\": \"\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 3, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"三重风刃\", \"Type\": \"Leaf\", \"Level\": 4, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"瞄准敌人发射 3发直线飞行的超高速风刃。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 5, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 6, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (7, 7, 'zh-Hans', '阿克塞尔 & 波鲁杰克斯', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"雷神之枪\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"波鲁杰克斯的专用技能。 向上跳起后召唤雷枪, 将之丢向敌人。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 2, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 3, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 4, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 5, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 6, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"Unique ThunderDragonMan GYM Act\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 1, \"Cooldown\": 30, \"Description\": \"\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (8, 8, 'zh-Hans', '纱夜 & 辉月伊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"诡雷繁星\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人周围生成一碰就爆炸的星星。 星星在经过一定时间后,没有触碰也会爆炸。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 2, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"皎月射线\", \"Type\": \"Neutral\", \"Level\": 3, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"辉月伊的专用技能。 将能量积蓄于背后的月亮, 然后向前方发出新月形的射线。\"}, {\"Name\": \"青月刃\", \"Type\": \"Neutral\", \"Level\": 4, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"辉月伊的专用技能。 挥出蕴含月光力量的高速二连斩击。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 5, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 6, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 8, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"Unique MoonQueen GYM Act\", \"Type\": \"Neutral\", \"Level\": 9, \"Power\": 1, \"Cooldown\": 300, \"Description\": \"\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (9, 9, 'zh-Hans', '比约恩 & 霜牙王', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"烈冻爪\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"霜牙王的专用技能。 踩踏地面,在前方产生断裂的冰川。 之后一口气接近敌人,用右手将其撕裂。\"}, {\"Name\": \"冰川碎击\", \"Type\": \"Ice\", \"Level\": 2, \"Power\": 650, \"Cooldown\": 30, \"Description\": \"霜牙王的专用技能。 大声咆哮的同时高高跳起, 落地后将双臂埋入地面,产生巨大的龟裂冰川。 之后不断向地面积蓄力量,最终引发巨大的冰属性爆炸。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 3, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 4, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 5, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 6, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 8, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 9, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (10, 10, 'zh-Hans', '苍璃 & 霄龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"水龙突进\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"霄龙的专用技能。 周身缠绕水流,笔直地向前猛冲。\"}, {\"Name\": \"苍龙炎\", \"Type\": \"Dragon\", \"Level\": 2, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"霄龙的专用技能。 喷吐龙属性烈焰横扫四方, 将周围尽数化为焦土。\"}, {\"Name\": \"潮涌迸发\", \"Type\": \"Water\", \"Level\": 3, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人所在位置及其周围区域 喷出大量水柱。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 4, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 5, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}, {\"Name\": \"龙息炮\", \"Type\": \"Dragon\", \"Level\": 8, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"向敌人发射积蓄着龙属性力量的能量弹。 能量弹在着弹时将引发大范围爆炸。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 9, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (11, 11, 'zh-Hans', '苍璃 & 霄龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"水龙突进\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"霄龙的专用技能。 周身缠绕水流,笔直地向前猛冲。\"}, {\"Name\": \"苍龙炎\", \"Type\": \"Dragon\", \"Level\": 2, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"霄龙的专用技能。 喷吐龙属性烈焰横扫四方, 将周围尽数化为焦土。\"}, {\"Name\": \"潮涌迸发\", \"Type\": \"Water\", \"Level\": 3, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人所在位置及其周围区域 喷出大量水柱。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 4, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 5, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 6, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}, {\"Name\": \"陨星雨\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"召唤无数陨石落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 8, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 9, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (12, 12, 'zh-Hans', '美露帕', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"美露帕的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,君王美露帕的防御力和移动速度将会提升。 将它分派到家畜牧场,它就有机会掉落羊毛。\"}', '可别被它那毛茸茸的外表给骗了。 若挨下由它那双长腿甩出的一记超高速踢击, 整个人可是会飞到地球的另一端。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"绒毛冲撞\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"美露帕的专用技能。 散发出可爱的气场并朝向前方冲刺。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (13, 13, 'zh-Hans', '苍焰狼', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"苍焰狼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的冰属性伤害减轻15%,并且不会陷入冻结状态。(不可叠加)\"}', '性格极为纤细敏感, 遇到讨厌的事物,就会躲在洞窟里不愿出来。 而古人们也认为,若苍焰狼躲藏起来则是一种不吉之兆。', '[{\"Name\": \"狂炎双牙\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"风林火山\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"苍焰狼的专用技能。 带着缠绕全身的青蓝火焰,气势汹汹地向前猛冲。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (14, 14, 'zh-Hans', '阿努比斯', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"Anubis电源转换器\", \"Image\": null, \"Description\": \"发动后,阿努比斯会将力量分给玩家,让玩家的攻击转变为地属性,且攻击力提升30%。 战斗时偶尔会以高速移步回避攻击。\"}', '它的外表曾被视作高贵的象征。 而在那些蔑视权贵的人眼里,它就成了醒目的标靶。 于是在不知不觉间,阿努比斯成为了死亡的象征。', '[{\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"回旋踢\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"阿努比斯的专用技能。 用强健的腿脚回旋飞踢,大范围横扫周围的敌人。\"}, {\"Name\": \"巨力冲锋\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"阿努比斯的专用技能。 快速移动追击敌人, 释放能量同时不断挥出强劲利拳。\"}, {\"Name\": \"粉碎大地\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"阿努比斯的专用技能。 高高跃起后,对地面使出猛力一击。 产生的衝击波将对大范围的目标造成伤害。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": \"阿努比斯的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Anubis.png\", \"Description\": \"「暮日守护者 阿努比斯」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (15, 15, 'zh-Hans', '妮瞅莎', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"妮瞅莎的霰弹枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后,妮瞅莎会在一段时间内用霰弹枪攻击附近的敌人。 若它在队伍中,玩家的霰弹枪攻击伤害提升10%。(不可叠加)\"}', '异常讨厌被人看到双眼。 如果有人强行盯着,它就会突然哭出来 之后两周左右的时间,对对方不理不睬。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"妮瞅莎的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BadCatgirl.png\", \"Description\": \"「暗影猎人 妮瞅莎」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (16, 16, 'zh-Hans', '炎魔羊', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以狱火爪攻击锁定的目标敌人。 此帕鲁使用的狱火爪的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '它会在夜晚捕猎后,将猎物带回自己的领地。 那些被抓住的帕鲁,之后会遭受何种对待, 就不难想象了。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"狱火爪\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"炎魔羊及亚种的专用技能。 接近目标后跳起同时以左手爪子向上挥击, 再用右手爪子迅速向下挥砍。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (17, 17, 'zh-Hans', '暗魔羊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以恶梦爪攻击锁定的目标敌人。 此帕鲁使用的恶梦爪的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '它只对帕鲁幼崽感兴趣,会将其掠走带回自己的领地。 不难想象,那些被夺走幼崽的帕鲁们会陷入多么绝望的境地。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"狱火爪\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"炎魔羊及亚种的专用技能。 接近目标后跳起同时以左手爪子向上挥击, 再用右手爪子迅速向下挥砍。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (18, 18, 'zh-Hans', '喵丝特', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 200, \"Min\": 100, \"Name\": \"金币\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会从地里挖出金币。\"}', '它尾部的硬化组织即使割下后也不会发生劣化。 人们迷信它的尾部能够招来财运, 导致许多喵丝特因此殒命。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (19, 19, 'zh-Hans', '冰丝特', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会掉落结冰器官。\"}', '它尾部的结晶非常美丽,但它死去时结晶也会随之崩解。 人们迷信大量饲养它能够招来财运, 于是冰丝特通常都会得到悉心的照料。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (20, 20, 'zh-Hans', '灌木羊', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"灌木羊的香草肉\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"红色野莓\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"将它分派到家畜牧场,就有机会从背上掉落红色野莓。 若它在队伍中,每5分钟会让当前饱腹度最低的帕鲁恢复100点饱腹度。(不可叠加)\"}', '只要它肚子不饿,它背上的草丛就会结出野莓。 若它遇见中意的对象,它会请对方吃掉自己的野莓, 抓住了对方的胃,就诞生了一对新的伴侣。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (21, 21, 'zh-Hans', '烽歌龙', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 1.0}, {\"Max\": 40, \"Min\": 10, \"Name\": \"金币\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": \"烽歌龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,玩家攻击敌方弱点部位造成的伤害将提升20%。(不可叠加)\"}', '据说用烽歌龙的外骨骼制成的笛子, 所奏的笛声可越遍千山万水, 因此在古代战事中通常会被用来发出攻击信号。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (22, 22, 'zh-Hans', '霜歌龙', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 2.0}]', '{\"Name\": null, \"Tech\": \"霜歌龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,玩家攻击敌方弱点部位造成的伤害将提升30%。(不可叠加)\"}', '据说用霜歌龙的外骨骼制成的笛子, 所奏的笛声可越遍千山万水, 因此在古代战事中通常会被用来吹奏胜利凯歌。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (23, 23, 'zh-Hans', '混沌骑士', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"六棱晶锭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"混沌骑士的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃,发动双枪一闪后,会召唤出1只队伍中的圣光骑士,一起进行攻击。\"}', '曾与圣光骑士同为一体。 虽是分离后的负面情感所构成的存在, 但其眼眸深处仍留有着一丝慈悲。', '[{\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"双枪一闪\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"混沌骑士的专用技能。 以旋风包覆双手的长枪后, 朝前方冲刺并左右交替刺击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (24, 24, 'zh-Hans', '异构格里芬', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"塑钢\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"碳纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"异构格里芬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间的暗属性攻击将提升15%。 且飞行时移动速度会提升。\"}', '于癫狂尽头诞生的禁忌之存在。 它已与其他帕鲁毫无任何基因上的关联, 可能其存在早已脱离了帕鲁的范畴。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"神圣灾祸\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"异构格里芬的专用技能。 在向前猛冲的同时制造出光球。 光球会自动捕捉敌人,并射出大量激光。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (25, 25, 'zh-Hans', '魔渊龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"塑钢\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"魔渊龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间对矿石造成的伤害将提升1100%,且金属矿石的掉落量提升1500%。\"}', '来自深渊,暴乱之兽。 汝不得立于此兽之前。 汝不得聆听此兽之声。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"魔渊龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlackMetalDragon.png\", \"Description\": \"「钢铁龙王 魔渊龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (26, 26, 'zh-Hans', '梅莉姆', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"低品质药品\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,梅莉姆会进行祈祷, 让作物的收获量提升18%。\"}', '因为它头脑聪明,行为举止富有格调 在岛上的贵族间,曾被作为照顾起居的近侍。 但是由于在晚上碰到的话,非常容易被脸吓到 很快就失去了人气。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"梅莉姆的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlueberryFairy.png\", \"Description\": \"「靛青的侍女 梅莉姆」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (27, 27, 'zh-Hans', '碧海龙', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"碧海龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 骑乘期间玩家的攻击会转变为水属性,且攻击力提升1%。\"}', '它的白色飘带遇到不纯之水就会变黑。 由于它的这种特质可以用于鉴毒,曾致使人类对其疯狂猎捕, 导致它至今仍对人类抱有戒心。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"碧海龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlueDragon.png\", \"Description\": \"「湖中女王 碧海龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (28, 28, 'zh-Hans', '冲浪鸭', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,冲浪鸭会乘着浪头冲向敌人。\"}', '它产生的水可在任何地方形成波浪。 在事态紧急时可用身体冲浪形式移动。 但经常因为势头过猛,而发生撞墙而死的惨剧。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (29, 29, 'zh-Hans', '草莽猪', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"草莽猪的猪肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"草莽猪的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间破坏岩石的效率将提升500%。\"}', '它十分好战,会在弄清双方力量差距前挑事。 虽然身材娇小,但拥有惊人的冲锋威力, 甚至能弹飞巨大岩石。', '[{\"Name\": \"猪突猛进\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"草莽猪的专用技能。 瞄准敌人后,猛烈地冲向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (30, 30, 'zh-Hans', '詹兔曼', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家在冲刺期间的防御力提升50%。(不可叠加)\"}', '聆听大地的声响,避开不稳固的落脚点奔跑。 但若与某些地面不投缘,它就会被迷了眼, 然后摔得兔仰马翻。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (31, 31, 'zh-Hans', '企丸王', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"企丸王的羽饰\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"企丸王的火箭发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒火属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '其实它与企丸丸是毫无关系的物种。 但因为什么都不做就能获得大家的追捧, 所以就努力摆出一副高傲的态度。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"王者滑击\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"企丸王的专用技能。 全身散发寒气,并采用腹部着地之姿滑行, 往敌人的方向用力撞去。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": \"企丸王的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CaptainPenguin.png\", \"Description\": \"「冰海开拓者 企丸王」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (32, 32, 'zh-Hans', '翠叶鼠', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"低品质药品\", \"Rate\": 20.0}]', '{\"Name\": null, \"Tech\": \"翠叶鼠的冲锋枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后它会坐在玩家的头上,配合玩家的攻击用冲锋枪进行追击。\"}', '拥有等同于5至7岁儿童的智力。 虽然很适合作为伙伴,但也有不少的记录显示, 有些个体在学会使用武器后杀害了自己的主人。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (33, 33, 'zh-Hans', '猫蝠怪', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"发动后能够发出超声波,来探测附近地下城、宝箱以及废品的位置。\"}', '它喜欢突然出现在其他帕鲁面前,傲慢地张开双翼炫耀自己。 虽然是一种恐吓行为, 但它脸上却带有几分陶醉的神情。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (34, 34, 'zh-Hans', '暗巫猫', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"暗巫猫的体毛\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒无属性帕鲁时获得的掉落道具增加40%。 此外,玩家投掷帕鲁球时,有50%的概率不会消耗帕鲁球。(不可叠加)\"}', '这种帕鲁能操控阴之力量,施展奇妙的法术。 不论任何食物都喜欢生吃。 和焰巫狐的关系相当不好。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"暗巫猫的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CatMage.png\", \"Description\": \"「暗黑猫魔导士 暗巫猫」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (35, 35, 'zh-Hans', '炽巫猫', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"暗巫猫的体毛\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的生火工作适应性等级+1。(不可叠加)\"}', '经过双亲的教育,已经不再挑食 只要是辣的东西,无论什么都喜欢。 和幽巫狐的关系相当不好。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (36, 36, 'zh-Hans', '夜幕魔蝠', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"与它并肩作战时,会为玩家和夜幕魔蝠赋予生命窃取效果,攻击造成伤害时将恢复等同于伤害量5%的HP。\"}', '它会在黑暗中袭击猎物,用斗篷般的翅膀将其包裹起来。 至于翅膀内侧到底发生了什么,以及为什么会沾染上红色, 这类问题还是不要深究为妙。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"夜幕魔蝠的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CatVampire.png\", \"Description\": \"「黄昏吸血鬼 夜幕魔蝠」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (37, 37, 'zh-Hans', '皮皮鸡', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蛋\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮皮鸡的鸡肉\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会产下蛋。\"}', '它非常弱小,却又非常美味。 与棉悠悠同样都是极为弱小的帕鲁。 但不论再怎么对这种帕鲁展开围猎,它们也还是会从某处冒出来。', '[{\"Name\": \"皮皮冲鸡\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"皮皮鸡的专用技能。 瞄准并飞扑向敌人后,用尖喙突袭敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (38, 38, 'zh-Hans', '炸蛋鸟', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"火药\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"炸蛋鸟的羽毛\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"炸蛋鸟的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后会化身为装备在玩家身上的发射器,并制造出会爆炸的蛋。\"}', '这类帕鲁产下的蛋会爆炸,相当恐怖。 平时会将从屁股射出的蛋用作武器, 不过若它无计可施,它就会采取自爆手段了。', '[{\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"超自爆\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 1200, \"Cooldown\": 60, \"Description\": \"赌上性命引发大爆炸。 使用后便会化作夜空中闪耀的明星。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (39, 39, 'zh-Hans', '波霸牛', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"波霸牛的牛肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"牛奶\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会产出牛奶。\"}', '这种帕鲁不须特意照料,无论其性别为何, 都会像水龙头般地分泌大量牛奶。 这就是生命的神秘之处吧。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (40, 40, 'zh-Hans', '幻悦蝶', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蜂蜜\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 75.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 75.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以毒雾攻击锁定的目标敌人。 若它在据点里,其他据点帕鲁的牧场的工作适应性等级+1。(不可叠加)\"}', '吸入它的鳞粉后,会获得升天般的愉悦感。 虽然有人试图对这种帕鲁严加管理, 但受到帕鲁保护团体的反对,至今没有进展。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (41, 41, 'zh-Hans', '玉藻狐', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会从地里挖出道具。\"}', '帕洛斯群岛的偶像。 胆敢欺负玉藻狐的人, 会在转眼间成为全民公敌。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (42, 42, 'zh-Hans', '遁地鼠', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家采矿时造成的伤害将提升30%,石头的重量将减轻34%。(不可叠加)\"}', '它的巨大爪子的硬度宛如钻石般坚固。 因为磨爪子需要消耗不少能量, 所以有时候等它磨完爪子,一天就过去了。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (43, 43, 'zh-Hans', '黑鸦隐士', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后可以使用夜视,即使在黑暗中也能看得一清二楚。 再次发动即可解除该效果。 将它分派到家畜牧场,它就有机会从地里挖出骨头。\"}', '它曾经在天空中自由翱翔, 但在与天擒鸟的竞争中败北, 于是舍弃天空,过起了与黑夜共生的低调生活。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"幻影突袭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"黑鸦隐士的专用技能。 瞬间移动至敌人身旁, 再以鸟喙发动攻击。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (44, 44, 'zh-Hans', '冥铠蝎', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"若它在队伍中,玩家的防御力将提升50%,且击倒雷属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的本体是一种能量体,内部是空的。 它会将猎物活生生地塞进外壳并将其吸收。 周围总是不断回响着地狱般的呻吟声。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"冥铠蝎的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_DarkScorpion.png\", \"Description\": \"「贯穿星辰之枪 冥铠蝎」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (45, 45, 'zh-Hans', '金铠蝎', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"若它在队伍中,玩家的防御力将提升50%,且击倒雷属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的本体是一种能量体,内部是空的。 通过将砂石和矿物填充进外壳,得以实现了压倒性的质量。 被其击中的生物只能发出如地狱般的呻吟声。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"跳跃重刺\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"冥铠蝎及亚种的专用技能。 高高跃起,用尾巴狠狠地将猎物刺穿。 尾部含有毒素。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}]', '{\"Name\": \"金铠蝎的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_DarkScorpion_Ground.png\", \"Description\": \"「镀金重矛 金铠蝎」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (46, 46, 'zh-Hans', '紫霞鹿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"紫霞鹿的鹿肉\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"紫霞鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃,破坏树木的效率也会提升220%。\"}', '拥有最富有力量感的双角的个体,会成为这种帕鲁的领袖。 犄角断裂时,内心也会大受打击。 这时候它就会默默离开族群,在远离人烟的地方结束一生。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"尖角顶击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"紫霞鹿及亚种的专用技能。 面向敌人冲刺,扬起尖角攻击敌人。 如在骑乘时发动,可操控前进方向。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (47, 47, 'zh-Hans', '祇岳鹿', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"紫霞鹿的鹿肉\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"祇岳鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。骑乘期间可以进行2段跳跃。 若它在据点里,其他据点帕鲁的伐木工作适应性等级+1。(不可叠加)\"}', '拥有最坚硬双角的个体,会成为这种帕鲁的领袖。 一旦失去了角,它的领袖地位也将不复存在。 这时候它只能在同伴的目送下离开,悄然回归尘土。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"尖角顶击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"紫霞鹿及亚种的专用技能。 面向敌人冲刺,扬起尖角攻击敌人。 如在骑乘时发动,可操控前进方向。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (48, 48, 'zh-Hans', '寐魔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"寐魔的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现于玩家身边。 它会用暗属性的魔弹追击敌对个体。 且该追击不会使猎物毙命。\"}', '它可以使心仪的对象陷入熟睡当中, 并使对方永远做着幸福的美梦。 直到死亡来临之前都不会醒来。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (49, 49, 'zh-Hans', '碎岩龟', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"捕食者核心\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 0.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 0.0}]', '{\"Name\": null, \"Tech\": \"碎岩龟的头巾\", \"Image\": null, \"Description\": \"发动后会进入甲壳回旋状态。 它会一边旋转一边跟随玩家,且破坏矿石的效率将提升800%。\"}', '过去有则寓言故事叫做「碎岩龟的钻头」。 那是个关于拥有最强甲壳和钻头的碎岩龟 思考矛盾的道德故事。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"甲壳回旋\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"碎岩龟的专用技能。 以全身高速旋转的方式移动, 并以钻头刨削敌人,持续对目标造成伤害。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (50, 50, 'zh-Hans', '天擒鸟', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"天擒鸟的鸟肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"天擒鸟的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能。 能够高速滑翔,且右手能在滑翔期间使用枪械射击。\"}', '即使它抓着人,也能毫不费力地飞向天空。 可是在疲惫至极时就会二话不说地松开脚爪, 因而导致的高空坠落死亡事故屡见不鲜。', '[{\"Name\": \"滑空爪\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"天擒鸟的专用技能。 向前伸出脚爪, 以滑翔的姿态猛力冲向目标。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (51, 51, 'zh-Hans', '伏特喵', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,雷属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落发电器官。\"}', '它在旱季时期容易精神紧绷,总是一触即发。 一旦和同伴发生摩擦, 就会演变成电火花四溅的大战。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (52, 52, 'zh-Hans', '暴电熊', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"暴电熊的机关枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用机关枪连续攻击。\"}', '它拥有豪迈的笑容和强壮的体格。 在自己认可的搭档面前会表现得相当温顺。 可是不知为何,一旦拿到机关枪时就会性情大变。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"霹雳连爪\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"暴电熊的专用技能。 飞扑向敌人,并用带电流的爪子将其劈开。 飞扑2次后,面向地面伸出爪子, 大范围扩散电流。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": \"暴电熊的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ElecPanda.png\", \"Description\": \"「雷鸣双爪 暴电熊」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (53, 53, 'zh-Hans', '精灵龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"精灵龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 飞行时移动速度会提升。 若它在队伍中,击倒暗属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的性格正如外表一样单纯无害。 正因为如此,它无法很好地区分善恶, 容易被内心歹毒的人利用。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"神秘旋风\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"精灵龙及亚种的专用技能。 发射2股蕴含不可思议能力的龙卷风, 追击敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"精灵龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FairyDragon.png\", \"Description\": \"「温厚的天空龙 精灵龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (54, 54, 'zh-Hans', '水灵龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"水灵龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 飞行时移动速度会提升。 若它在队伍中,玩家和帕鲁受到的火属性伤害减轻15%,并且不会陷入点燃状态。(不可叠加)\"}', '它的性格正如外表一样单纯无害。 正因为如此,它所采取的所有行动都无恶意, 即便是杀死了谁,也不会有任何想法。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"神秘旋风\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"精灵龙及亚种的专用技能。 发射2股蕴含不可思议能力的龙卷风, 追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (55, 55, 'zh-Hans', '云海鹿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"云海鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃。\"}', '在遥远的过去,它因美丽的外观而常被选作绘画题材, 是人们相当熟悉的存在。 随着时代变迁,它那美丽的皮毛和角成为了艺术品的材料, 使这种帕鲁更广为人知。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"阴云之岚\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"云海鹿的专用技能。 操控大气,借助风压向前猛冲。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": \"云海鹿的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FengyunDeeper.png\", \"Description\": \"「游云 云海鹿」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (56, 56, 'zh-Hans', '火麒麟', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"火麒麟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为火属性,且攻击力提升1%。\"}', '这种帕鲁全身都是高效的散热器官, 使它能够发挥惊人的耐力。 当有人坐在它身上时,它会注意不烫伤对方。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰冲撞\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"火麒麟的专用技能。 带着缠绕全身的火焰向前猛冲。 途经之处均会留下滚滚火焰。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": \"火麒麟的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FireKirin.png\", \"Description\": \"「热砂上奔驰的骏马 火麒麟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (57, 57, 'zh-Hans', '邪麒麟', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"邪麒麟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为暗属性,且攻击力提升1%。\"}', '这种帕鲁会燃烧神秘的暗物质以获取能量, 并将剩余的暗粒子排出体外。 当有人坐在它身上时,会控制排放量,以免该人被黑暗侵蚀。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"暗焰冲撞\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"邪麒麟的专用技能。 带着缠绕全身的暗黑火焰向前猛冲。 途经之处均会留下滚滚火焰。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (58, 58, 'zh-Hans', '燎火鹿', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,火属性帕鲁的防御力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落喷火器官。\"}', '野生的燎火鹿从不生病,让人相当惊讶。 据说这种帕鲁永保健康的秘诀, 就是每天吃掉一根用树枝烧成的木炭。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (59, 59, 'zh-Hans', '炽焰牛', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"炽焰牛的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家的耐寒能力+2。(不可叠加)\"}', '昔日这种帕鲁常常被肉食帕鲁所猎杀。 炽焰牛对此深感不平, 于是这股愤怒化作炽热的火焰,在世代之间代代相传。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"炽热角击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"炽焰牛的专用技能。 锁定敌人后, 以凶猛气势顶着锐利牛角冲向对方。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": \"炽焰牛的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlameBuffalo.png\", \"Description\": \"「炽烈燃烧的角兽 炽焰牛」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (60, 60, 'zh-Hans', '花冠龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"花冠龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,龙属性帕鲁的防御力会提升15%。(不可叠加)\"}', '它只要生气便会暴走,如同烈火一般不受控制。 因此「踩了花冠龙尾巴」这句话就是 指激怒某人的意思。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"花龙摆尾\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"花冠龙及亚种的专用技能。 使用巨大的尾巴拍打前方地面, 对直线范围造成冲击。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (61, 61, 'zh-Hans', '雷冠龙', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雷冠龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,雷属性帕鲁的防御力会提升15%。(不可叠加)\"}', '它曾被落雷击中,但幸运地捡回一条命。 因此「雷落雷冠龙」这句话就是 指九死一生,大难不死的意思。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}, {\"Name\": \"花龙摆尾\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"花冠龙及亚种的专用技能。 使用巨大的尾巴拍打前方地面, 对直线范围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": \"雷冠龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlowerDinosaur_Electric.png\", \"Description\": \"「雷电守护龙 雷冠龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (62, 62, 'zh-Hans', '花丽娜', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"土豆种薯\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后可通过花朵的治愈能力,来恢复玩家75/77/79/82/85%的生命值。 若它在据点里,其他据点帕鲁的播种工作适应性等级+1。(不可叠加)\"}', '它在寿命已尽时,会变成一株巨大的植物。 之后每十年绽放出美丽的花朵, 而新的花丽娜将会从中诞生。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"花丽娜的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlowerDoll.png\", \"Description\": \"「花园公主 花丽娜」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (63, 63, 'zh-Hans', '樱丽娜', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后,它会用花朵的治愈之力让玩家的生命值恢复80/82/84/86/90%。 若它在队伍中,玩家和帕鲁受到的草属性伤害减轻15%,并且不会陷入缠绕状态。(不可叠加)\"}', '它在寿命已尽时,会自燃化作灰烬。 这周围的土壤则会因此变得非常肥沃, 此后的10年左右,无数的草木在此繁荣茂盛。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": \"花丽娜的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FlowerDoll.png\", \"Description\": \"「花园公主 花丽娜」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (64, 64, 'zh-Hans', '波娜兔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"低品质药品\", \"Rate\": 20.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"波娜兔的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现在玩家身边。 它会自动前去拾取附近的道具。\"}', '它喜欢植物众多的地方, 但是最近,波娜兔似乎集体染上了花粉症。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (65, 65, 'zh-Hans', '鲁米儿', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"鲁米儿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能,并使玩家免受坠落伤害。 滑翔期间能够长时间快速移动。\"}', '它会乘着风任其带它翱翔四方。 只要在旅途中找到命中之人, 就会结束自己的旅程。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (66, 66, 'zh-Hans', '焰巫狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,焰巫狐会将力量分给玩家,让玩家的攻击转变为火属性,且攻击力提升30%。\"}', '这种帕鲁能操控阳之力量,施展奇妙的法术。 不论任何食物都喜欢吃全熟。 和暗巫猫的关系相当不好。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"焰巫狐的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FoxMage.png\", \"Description\": \"「炎狐魔导士 焰巫狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (67, 67, 'zh-Hans', '幽巫狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,幽巫狐会将力量分给玩家,让玩家的攻击转变为暗属性,且攻击力提升30%。\"}', '经过双亲的教育,已经不再挑食 只要是甜的东西,无论什么都喜欢。 和炽巫猫的关系相当不好。', '[{\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (68, 68, 'zh-Hans', '壶小象', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"若它在队伍中,若玩家的生命值低于30%,恢复20%的生命值。(不可叠加) ※发动后需120秒冷却方可再次触发\"}', '它那被认为是鼻子的器官会喷出大量的水。 虽然也有人指出那只是鼻涕罢了, 但是研究者们仍然为此进行了热烈的讨论。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (69, 69, 'zh-Hans', '猎狼', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 3.0}, {\"Max\": 20, \"Min\": 10, \"Name\": \"金币\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": \"猎狼的挽具鞍具组合\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间的移动速度会稍微变快一点。\"}', '猎狼与人类之间的关联早已淡化, 但过去与人类共同狩猎的模式, 构成了它们如今的狩猎体系。', '[{\"Name\": \"狂野双牙\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (70, 70, 'zh-Hans', '噬魂兽', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 15.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"原油\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"噬魂兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,每次打倒敌人时,全体队伍帕鲁的主动技能冷却时间缩短30%。(不可叠加)\"}', '它喜欢生物濒死时身体所散发的独特气味。 因此一旦被噬魂兽黏上了, 也就代表着大限将至。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (71, 71, 'zh-Hans', '金驰兽', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"金驰兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为地属性,且攻击力提升1%。\"}', '在岛上还盛行炼金术的时候, 它持续闪耀的金色毛发作为炼金的触媒很受欢迎。 不久之后,人们提出了跨时代的见解。 既然同是金色的,那么炼金就只加工金毛不就好了嘛。', '[{\"Name\": \"碎岩双牙\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"碎岩冲锋\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"金驰兽的专用技能。 在气势汹汹突进的同时,令碎岩向左右飞溅。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": \"金驰兽的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GoldenHorse.png\", \"Description\": \"「黄昏的守护兽 金驰兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (72, 72, 'zh-Hans', '铁拳猿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后会解放野性之力,并在一定时间内铁拳猿的攻击力将提升75%。\"}', '它会用不同的节奏敲击地面与同伴沟通。 每种节奏所对应的意思会根据族群有所差异, 但人类至今仍未能完全理解其具体分类。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"猩猩连打\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"铁拳猿及亚种的专用技能。 猛击地面两次后高高跳起, 再赏给对方强力的一拳。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (73, 73, 'zh-Hans', '石掌猿', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攀爬速度提升50%。(不可叠加)\"}', '它会用不同的节奏敲击地面与同伴沟通。 有着比铁拳猿更霸道的腕力, 假如所有的石掌猿同时捶击大地, 帕洛斯群岛将在1秒内沉没。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"猩猩连打\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"铁拳猿及亚种的专用技能。 猛击地面两次后高高跳起, 再赏给对方强力的一拳。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (74, 74, 'zh-Hans', '森猛犸', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"森猛犸的巨兽肉\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"森猛犸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间破坏树木的效率会提高220%,破坏矿石的效率会提高260%。\"}', '这种帕鲁背部的植被因个体而异。 有段时间曾被视为观赏帕鲁而受人喜爱 甚至曾经出现过森猛犸的专业修剪师。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"地震\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"森猛犸及亚种的专用技能。 以巨大的身躯撼动大地, 对四周大范围的目标造成伤害。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"森猛犸的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassMammoth.png\", \"Description\": \"「暴乱双牙 森猛犸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (75, 75, 'zh-Hans', '雪猛犸', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"森猛犸的巨兽肉\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雪猛犸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间破坏树木的效率会提高220%,破坏矿石的效率会提高260%。\"}', '这种帕鲁背部的植被因个体而异。 在雪猛犸的背上曾发现过被认为已经灭绝的冰冻植物种子, 在冷冻状态下保存良好。', '[{\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"地震\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"森猛犸及亚种的专用技能。 以巨大的身躯撼动大地, 对四周大范围的目标造成伤害。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (76, 76, 'zh-Hans', '叶胖达', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"叶胖达的榴弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用榴弹发射器连续攻击。\"}', '它拥有令人难以置信的力量。 在某次实验中,它甚至可以轻松撕破3000张叠在一起的纸。 你我都该庆幸它并不是肉食性帕鲁。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"筋肉重拳\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"叶胖达的专用技能。 不停转动右臂,向前方猛力出拳攻击。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (77, 77, 'zh-Hans', '雷胖达', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雷胖达的榴弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用榴弹发射器连续攻击。\"}', '它拥有令人难以置信的力量。 可以将电力转为神经信号,突破身体能力的极限。 只要提到最强生物,就必定有它。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"爆裂拳击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"雷胖达的专用技能。 不停转动右臂,向前方挥出带电拳击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": \"雷胖达的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassPanda_Electric.png\", \"Description\": \"「遭雷劈的异类 雷胖达」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (78, 78, 'zh-Hans', '踏春兔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,可以额外进行+1次跳跃和+1次空中冲刺。(不可叠加)\"}', '踏春兔跑过的地面会变得土质肥沃,草木也会长得很茂盛。 但如果喷上除草剂后, 它们就不会在这里跑动了。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"踏春兔的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassRabbitMan.png\", \"Description\": \"「穿梭森林的疾风 踏春兔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (79, 79, 'zh-Hans', '雷冥鸟', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": \"雷冥鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为暗属性,且攻击力提升1%。\"}', '它能从地狱召唤雷电。 如果被雷冥鸟释放的电流电死, 灵魂就会坠入地狱。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (80, 80, 'zh-Hans', '雷鸣鸟', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": \"雷鸣鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为雷属性,且攻击力提升1%。\"}', '它能从地狱召唤雷电。 虽被分类为雷冥鸟的亚种, 但是也有学说称、实际应该是雷鸣鸟被来自地狱的雷电击中, 变异成了雷冥鸟。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (81, 81, 'zh-Hans', '疾风隼', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"疾风隼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。\"}', '它会将刚出生的帕鲁抓到巢中, 代替父母养育它长大。 等到能吃的时候,就会猎杀它。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"龙卷风\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"疾风隼的专用技能。 在前方制造出龙卷风后, 以滑翔的姿态冲向敌人。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": \"疾风隼的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_HawkBird.png\", \"Description\": \"「翔空之翼 疾风隼」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (82, 82, 'zh-Hans', '电棘鼠', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"电棘鼠的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后就能将电棘鼠装备在手上,若将它投向敌人且命中目标,便会引发雷属性爆炸。\"}', '它在受到冲击后会释放储存的电力。 它的电压超过1000万伏特。 将它扔出去的话,威力比普通的重型炮弹危险得多。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (83, 83, 'zh-Hans', '冰刺鼠', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"冰刺鼠的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后就能将冰刺鼠装备在手上,若将它投向敌人且命中目标,便会引发冰属性爆炸。\"}', '它在受到冲击后会释放储存的冷气。 它发射的冷气呈放射状,可冻结大气。 攻击它的对象会被击穿身体。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (84, 84, 'zh-Hans', '铠格力斯', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"蜂蜜\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"抓着鞍\", \"Image\": null, \"Description\": \"若它在队伍中,当玩家的近战攻击在5秒内命中5次时,它会在玩家周边生成护盾。(不可叠加)\"}', '它全身包裹着超强力装甲, 拥有难以比拟的强度和耐热性。 即使是凝固汽油弹也拿它毫无办法。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"终极角击\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"铠格力斯及亚种的专用技能。 以四支粗壮的角串起敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"铠格力斯的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_HerculesBeetle.png\", \"Description\": \"「重铠斗士 铠格力斯」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (85, 85, 'zh-Hans', '荷鲁斯', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"荷鲁斯的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,击倒冰属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '一旦它发现猎物的族群, 就会用灼热的旋风,将那片区域焚烧殆尽。 因此荷鲁斯的栖息地总是飘荡着美味的气息。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"凤凰翔波\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"荷鲁斯的专用技能。 扇起炙热龙卷风后, 身体被狱火包围,一边滑翔一边突袭敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (86, 86, 'zh-Hans', '严冬鹿', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"严冬鹿的鹿肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"严冬鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家的耐暑能力+2。(不可叠加)\"}', '它碧蓝通透的尖角闪耀着绝对零度的光芒。 如果用手直接碰触,全身会立即冻结, 连同性命一起崩解四散。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"霜角猛攻\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"严冬鹿的专用技能。 向前冲刺并以雄伟的冰角刺穿敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (87, 87, 'zh-Hans', '吹雪狐', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Fubish Fox马鞍\", \"Image\": null, \"Description\": \"若它在队伍中,冰属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落结冰器官。\"}', '当极光在夜空中闪耀时, 这种帕鲁会仰望天空,以美妙的嗓音歌唱。 但这个习性也让它非常容易被敌人锁定。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": \"吹雪狐的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceFox.png\", \"Description\": \"「冰结白狐 吹雪狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (88, 88, 'zh-Hans', '唤冬兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"唤冬兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为冰属性,攻击力提升1%,且攻击会附加1点冻结异常状态值。\"}', '帕洛斯群岛之守护神,拥有呼唤严冬之力。 其曾于灾厄席捲大地之际腾空而起, 唤来无尽寒冬,试图封印灾厄。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"冰晶之翼\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"唤冬兽及亚种的专用技能。 凝结冷空气,让翅膀覆上冰晶, 并在全力奔跑的同时以冰翼撕裂敌人。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": \"唤冬兽的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceHorse.png\", \"Description\": \"「传说中的冰天马 唤冬兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (89, 89, 'zh-Hans', '唤夜兽', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"唤夜兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为暗属性,攻击力提升1%,且攻击会附加1点黑暗异常状态值。\"}', '帕洛斯群岛之守护神,拥有呼唤黑夜之力。 其曾于灾厄席捲大地之际腾空而起, 唤来无尽暗夜,试图封印灾厄。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"冰晶之翼\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"唤冬兽及亚种的专用技能。 凝结冷空气,让翅膀覆上冰晶, 并在全力奔跑的同时以冰翼撕裂敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"唤夜兽的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceHorse_Dark.png\", \"Description\": \"「传说中的黑天马 唤夜兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (90, 90, 'zh-Hans', '空涡龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 8}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"烈阳金属\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"超高热核心\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"空涡龙的导弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间它还能用导弹发射器连续攻击。\"}', '居于遥远高空,守护帕洛斯群岛。 当灾厄再度甦醒,大地崩裂,天空化作火海之际, 它将以破灭万物之光摧毁灾厄。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"光束彗星\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"空涡龙的专用技能。 展开发光的翅膀, 并发射大量光束朝敌人飞去。 光束命中目标便会引发爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"空涡龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_JetDragon.png\", \"Description\": \"「传说中的流星龙 空涡龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (91, 91, 'zh-Hans', '水灵儿', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水灵儿的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,水属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落水栖帕鲁的黏液。\"}', '它的性格会因出生地水质的不同而有所差异。 诞生于肮脏水源地的水灵儿大多都性格恶劣, 一副街边混混的派头。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (92, 92, 'zh-Hans', '火灵儿', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水灵儿的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,火属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落喷火器官。\"}', '它的性格会因出生地水温的不同而有所差异。 诞生于温暖水源地的水灵儿往往较为热情, 充满源源不绝的干劲。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (93, 93, 'zh-Hans', '君王美露帕', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"君王美露帕的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 此帕鲁的防御力和移动速度会按照队伍中美露帕的数量提升,每只增加5%。\"}', '统领着美露帕们。 君王美露帕之间的决斗,会以族群的统治权为赌注。 孤身一只的个体就是输家。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"泰山压顶\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"君王美露帕及亚种的专用技能。 向上高高跳起后, 用丰满的庞大身躯辗压敌人。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": \"君王美露帕的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KingAlpaca.png\", \"Description\": \"「毛茸茸的霸主 君王美露帕」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (94, 94, 'zh-Hans', '冰帝美露帕', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 3, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"冰帝美露帕的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 此帕鲁的防御力和移动速度会按照队伍中美露帕的数量提升,每只增加5%。\"}', '这种帕鲁性格冷淡,不擅长表达情感。 这个孤独的个体对美露帕来说没有什么价值,简直是个悲剧。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"泰山压顶\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"君王美露帕及亚种的专用技能。 向上高高跳起后, 用丰满的庞大身躯辗压敌人。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": \"冰帝美露帕的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KingAlpaca_Ice.png\", \"Description\": \"「蓝色绒毛的霸主 冰帝美露帕」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (95, 95, 'zh-Hans', '焰煌', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"石炭\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"焰煌的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,打倒敌人时,一同并肩作战的帕鲁的攻击力与防御力会提升5%。 该效果最多可累积5层,持续20秒。(不可叠加)\"}', '传说它是火山喷发之际一同诞生的产物。 曾有可疑的团体主张, 这片大陆其实就是巨大焰煌的背。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": \"焰煌的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KingBahamut.png\", \"Description\": \"「炼狱暴君 焰煌」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (96, 96, 'zh-Hans', '殁殃', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"石炭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"殁殃的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁以龙属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '自太古时期,其于地底现身。 焚天的烈火在将一切焚烧殆尽前,永远都不会熄灭。 此谓「永炎」。', '[{\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"切割龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用龙属性的射线一扫前方。 被扫过地方将产生延迟爆炸。\"}, {\"Name\": \"焚天爆炎\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"焰煌及亚种的专用技能。 伸展开手臂,使肌肉剧烈膨胀后, 猛地拍击在一起引发巨大爆炸。\"}, {\"Name\": \"龙陨震击\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"殁殃的专用技能。 高高跃上空中后,边在空中高速移动,边积蓄力量。 然后打出全力一击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (97, 97, 'zh-Hans', '雷角马', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"雷角马的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁以雷属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '以前,它被认为是雷神的使者,不会被人类狩猎。 然而,当有人目击到它被闪电击中后死亡, 信仰逐渐消失,它也字面意思上沦落到当牛做马。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"锁定雷射\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"瞄准敌人后 发射超高速的雷电激光。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": \"雷角马的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Kirin.png\", \"Description\": \"「疾风迅雷 雷角马」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (98, 98, 'zh-Hans', '凌角马', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"凌角马的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为冰属性,且攻击力提升1%。\"}', '昔日,它被视为冬之神的使者,无人敢猎捕。 然而当有人目睹它在冰面滑倒的瞬间, 信仰逐渐消失,一失足即成千古牛马。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}, {\"Name\": \"冰极冻域\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"大范围的在敌人脚下生成冰柱穿刺。\"}]', '{\"Name\": \"雷角马的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Kirin.png\", \"Description\": \"「疾风迅雷 雷角马」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (99, 99, 'zh-Hans', '火绒狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"火绒狐的背带\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后,它会化身为装备在玩家身上的火焰喷射器。\"}', '它刚出生时无法很好地操纵火焰, 动不动就不小心喷出火焰,结果呛到自己。 火绒狐的喷嚏会引起森林火灾。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (100, 100, 'zh-Hans', '融焰娘', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"若它在队伍中,非战斗时每秒令玩家与队伍帕鲁的生命值恢复0.1%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落喷火器官。\"}', '这种帕鲁哭泣时流的不是眼泪,而是岩浆。 而这些岩浆更会被身体吸收,使它的躯体越来越炎热。 换言之,流过的眼泪越多,它就越强。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (101, 101, 'zh-Hans', '趴趴鲶', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"趴趴鲶的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,地属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落优质帕鲁油。\"}', '这种帕鲁过于放松时,所有反应都会变得极为迟缓。 即使身中28刀,大概也要到隔天早上 它才会发现自己早该死去。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": \"趴趴鲶的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LazyCatfish.png\", \"Description\": \"「明天开始努力 趴趴鲶」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (102, 102, 'zh-Hans', '佩克龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"佩克龙的导弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用导弹发射器连续攻击。\"}', '虽然看起来无精打采,但实际上相当凶猛。 它将眼中所见之物全部视为食物, 并不惜一切代价捕食。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (103, 103, 'zh-Hans', '派克龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 5.0}]', '{\"Name\": null, \"Tech\": \"派克龙的导弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用导弹发射器连续攻击。\"}', '佩克龙突发奇想, 是时候让自己做出些改变了。 那个瞬间,灵感就像雷电贯穿了它的全身!', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": \"派克龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LazyDragon_Electric.png\", \"Description\": \"「雷鸣的暴食龙 派克龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (104, 104, 'zh-Hans', '百合女王', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"高品质恢复药\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": \"利利金花装饰\", \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后便能通过女王的疗愈能力,为玩家和队伍内的帕鲁恢复80/82/84/86/90%的生命值。\"}', '这是一种充满慈爱且温和的帕鲁。 会照顾失去双亲的小帕鲁们。 管教方式是全力释放太阳光束。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"百合女王的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LilyQueen.png\", \"Description\": \"「百合花女帝 百合女王」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (105, 105, 'zh-Hans', '黑月女王 ', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"高品质恢复药\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后便能通过女王的疗愈能力,为玩家和队伍内的帕鲁恢复85/87/89/91/95%的生命值。\"}', '这是一种风度翩翩且行为优雅的帕鲁。 会使用超强巴掌对付无礼之人。 但偶尔也会出现以此为乐的帕鲁。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"黑月女王的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LilyQueen_Dark.png\", \"Description\": \"「深渊女帝 黑月女王 」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (106, 106, 'zh-Hans', '荊棘魔仙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,草属性帕鲁的攻击力会提升15%。(不可叠加)\"}', '它的刺上有毒,被刺到会有危险。 与幻悦蝶关系很好, 只有让它吸花蜜时,才会露出开心的表情。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (107, 107, 'zh-Hans', '朋克蜥', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"铜钥匙\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"银钥匙\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"朋克蜥的头冠\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后10/12/14/16/20秒内,朋克蜥与玩家将变得透明,在敌方视野中隐去身形。\"}', '这种帕鲁对站姿的讲究异常执着。 它总是追求着最帅气的姿势。 给它一面镜子的话,它能为研究姿势而站一整天。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (108, 108, 'zh-Hans', '热血蜥', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"银钥匙\", \"Rate\": 2.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"朋克蜥的头冠\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后10/12/14/16/20秒内,热血蜥与玩家将变得透明,在敌方视野中隐去身形。\"}', '这种帕鲁对站姿的讲究异常执着。 它总是在寻找最热血的姿势, 因此它的饲主会被迫整天欣赏热血到让人烦躁的姿势。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (109, 109, 'zh-Hans', '狱焰王', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"狱焰王的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,击倒草属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它比较喜欢吃生肉,但每次吃到肚里的都成了全熟的肉。 这是因为它以灼热利爪为武器, 但却不知猎物会因此被烤成焦炭。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": \"狱焰王的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Manticore.png\", \"Description\": \"「百焰之王 狱焰王」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (110, 110, 'zh-Hans', '狱阎王', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"狱阎王的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,击倒无属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它比较喜欢吃正常的肉,但每次吃到肚里的都成了受污染的肉。 这是因为它以暗黑利爪为武器, 但却不知猎物会因此受到诅咒。', '[{\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (111, 111, 'zh-Hans', '新叶猿', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蘑菇\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"新叶猿的突击步枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后,新叶猿会在一定时间内用突击步枪猛烈扫射附近的敌人。\"}', '在古时这种帕鲁会使用树枝等细长状的物品作为武器。 但在它们与人类频繁接触后,便不再使用这些物品。 因为它们发现了同样细长,却更为高效的「枪械」。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (112, 112, 'zh-Hans', '秋叶猿', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"秋叶猿的突击步枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后,秋叶猿会在一定时间内以火属性突击步枪猛烈扫射附近的敌人。\"}', '手掌部位得到了进化, 能够握住烧红的物品而不被烫伤。 若是把子弹打光了,说不定能够握住高温的枪管, 然后抡起枪身揍人。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (113, 113, 'zh-Hans', '毛掸儿', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"毛掸儿的棉毛\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,毛老爹的防御力和攻击力会有所提升。\"}', '在地面爬行,并以微小的有机物为食的帕鲁。 摄入的没营养的物质一段时间后会排出体外。 将它用作拖把进行清洁的话,就能构筑双赢的关系。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (114, 114, 'zh-Hans', '毛老爹', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"毛老爹的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 此帕鲁的防御力和攻击力会按照队伍中毛掸儿的数量提升,每只增加12%。\"}', '由于它拥有相当丰厚的体毛, 因此在冬眠期间会有大量的毛掸儿躲在它的体毛里。 过去的最高记录竟然高达101只。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": \"毛老爹的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_MopKing.png\", \"Description\": \"「神秘的毛茸茸之王 毛老爹」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (115, 115, 'zh-Hans', '秘斯媞雅', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"帕鲁矿碎块\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,投掷出去的帕鲁球将会自动追踪帕鲁,且玩家的负重上限提高300。 (不可叠加)\"}', '要是不小心和它对视,就会被操纵。 大部分带着秘斯媞雅的人 都以为自己才是主人。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": \"秘斯媞雅的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Mutant.png\", \"Description\": \"「来自宇宙 秘斯媞雅」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (116, 116, 'zh-Hans', '笑魇猫', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"笑魇猫的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,捡到帕鲁蛋时将有50%的概率再捡到1颗。(不可叠加)\"}', '如果进入笑魇猫的领地, 它监视来者的眼睛就会闪闪发光。 这并不是比喻,而是真的会发光。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"喵咪扑击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"笑魇猫的专用技能。 带着无所畏惧的笑容跳起, 再用全身的力量辗压敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": \"笑魇猫的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_NaughtyCat.png\", \"Description\": \"「棉花糖体型的 笑魇猫」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (117, 117, 'zh-Hans', '瞅什魔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后,瞅什魔会大量饮用能量饮料,瞅什魔的移动速度和工作速度会因此提升100%。 将它分派到家畜牧场,它就有机会掉落毒腺。\"}', '它眼神凶恶,朋友也很少, 但其实心地很善良。 有人曾目击到它向离群的玉藻狐分享食物。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (118, 118, 'zh-Hans', '勾魂鱿', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"勾魂鱿的触手\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"勾魂鱿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能。 滑翔期间能够长时间漂浮在空中。\"}', '它会咬住敌人的脖子,将对方身体吸干。 帕鲁木乃伊极为罕见, 而它们基本上都是勾魂鱿的牺牲品。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (119, 119, 'zh-Hans', '露娜蒂', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 40.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"发动后,它会探测附近的帕鲁雕像。\"}', '如果在夜路上发现了露娜蒂的毛, 最好不要將它捡起,而是直接原路返回。 因为那是通往无尽黑夜的单程票。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (120, 120, 'zh-Hans', '企丸丸', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"企丸丸的火箭发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后玩家将装备火箭发射器,并可将企丸丸当作炮弹射出。 命中目标后企丸丸会爆炸,并陷入濒死状态。\"}', '它的翅膀已完全退化,无法飞翔。 但基因中刻着对天空的向往。 因此它想尽办法,想要再一次飞翔。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (121, 121, 'zh-Hans', '捣蛋猫', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"喵喵拳\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"捣蛋猫的专用技能。 挥舞双臂追击敌人, 连续挥出利拳。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (122, 122, 'zh-Hans', '博爱蜥', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蛋糕\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"可疑果汁\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"怪异果汁\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"消除记忆药\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"与它并肩作战时,会为玩家和博爱蜥赋予生命窃取效果,攻击造成伤害时将恢复等同于伤害量5%的HP。\"}', '它总是为了寻求一夜之欢而纠缠他人。 一开始只对帕鲁有兴趣, 但近年来,它的魔爪也开始伸向人类。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (123, 123, 'zh-Hans', '姬小兔', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 5.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"姬小兔的发带\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"野莓种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,无属性帕鲁的攻击力会提升15%。(不可叠加) 若它在据点里,其他据点帕鲁的手工作业工作适应性等级+17。(不可叠加)\"}', '这种帕鲁的脸上总是挂著微笑。 捣蛋猫偶尔会恶作剧,把它的缎带打成死结, 只有这种时候它才会露出恶鬼般的神色。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (124, 124, 'zh-Hans', '叶泥泥', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"野莓种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"叶泥泥的叶子\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家伐木时造成的伤害将提升30%,所有木材种类的重量都将减轻35%。(不可叠加)\"}', '身体如树汁一般,是一种非常不可思议的帕鲁。 如果失去了头顶的新芽,便会渐渐枯萎。 最终走向腐烂殆尽的结局。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"叶泥泥的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_PlantSlime.png\", \"Description\": \"「突然变异 叶泥泥」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (125, 125, 'zh-Hans', '女皇蜂', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"蜂蜜\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"女皇蜂之杖\", \"Rate\": 3.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"此帕鲁的攻击力会按照队伍中骑士蜂的数量提升,每只增加12%。\"}', '它是统御骑士蜂的天选女王。 为伟大女王效力的喜悦 让无数甘愿为其劳动至死的仆人络绎不绝。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"回旋杖击\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"女皇蜂的专用技能。 以法杖聚集力量后,再旋转法杖来释放能量。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"女皇蜂的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_QueenBee.png\", \"Description\": \"「万军之女王 女皇蜂」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (126, 126, 'zh-Hans', '雷鸣童子', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"雷鸣童子的云朵\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雷鸣童子的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现于玩家身边。 它会用雷属性的落雷追击敌对个体。 且该追击不会使猎物毙命。\"}', '它对落单的帕鲁往往很和蔼可亲。 但要是有误会了什么的帕鲁因此缠上它, 它就会立即找来落雷解决掉对方。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (127, 127, 'zh-Hans', '燧火鸟', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"燧火鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为火属性,且攻击力提升1%。\"}', '虽说与迅雷鸟外形相似,但并无任何关系。 它主要以岩石为食,因此经年累月后, 不只是鸟喙,它的整个头部也变得十分坚硬。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (128, 128, 'zh-Hans', '羽箭射手', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"土豆种薯\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"箭\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家使用弓箭时的伤害提升10%。(不可叠加)\"}', '这类帕鲁在森林里过着狩猎生活,特征习性等与人类十分接近。 在远古时代,便走上了与人类不同的进化之路。 但也许它们就是能解答「帕鲁为何物」这个问题的关键。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"精准狙击\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"羽箭射手及亚种的专用技能。 拉满弓弦全神贯注瞄准敌人后, 对敌人进行射击。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (129, 129, 'zh-Hans', '山岳射手', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"土豆种薯\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"箭\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家使用弓箭时的蓄力速度提升15%。(不可叠加)\"}', '这类帕鲁在岩石地带过着狩猎生活,特征习性等与人类十分接近。 每当从遗址中发现山岳射手的骨头时, 那里总是一定会有人类的骨头。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"精准狙击\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"羽箭射手及亚种的专用技能。 拉满弓弦全神贯注瞄准敌人后, 对敌人进行射击。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (130, 130, 'zh-Hans', '浪刃武士', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属锭\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以居合斩攻击锁定的目标敌人。 此帕鲁使用的居合斩的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '它在死亡时身体会化为刀,由下一代继承。 浪刃武士以外的生物拿到这把刀时, 会因承受不住它的亡者之声而发狂。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"居合斩\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"浪刃武士及亚种的专用技能。 摆出迎战姿势后瞬间移动至敌人面前, 并使出超高速的拔刀攻击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": \"浪刃武士的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Ronin.png\", \"Description\": \"「流浪武士 浪刃武士」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (131, 131, 'zh-Hans', '鬼刃武士', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属锭\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 40.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以居合斩攻击锁定的目标敌人。 此帕鲁使用的居合斩的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的近战武器攻击伤害在非战斗时提升30%。(不可叠加)\"}', '它在死亡时身体会化为刀,由下一代继承。 若是继承的浪刃武士内心懦弱, 就会因为承受不住刀内亡魂的咒怨 化身为鬼刃武士,四处徘徊。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (132, 132, 'zh-Hans', '圣光骑士', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"六棱晶锭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"圣光骑士的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行3段跳跃,发动闪枪冲锋后,会召唤出1只队伍中的混沌骑士,一起进行攻击。\"}', '曾与混沌骑士同为一体。 虽然它是被去除负面情感后诞生的存在, 但它的眼眸深处仍留有些许憎恨。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"闪枪冲锋\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"圣光骑士的专用技能。 让神圣的力量覆满自身, 并以左手持长枪向前冲锋。 右手的盾牌在冲锋时能挡下所有攻击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": \"双骑士的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SaintCentaur.png\", \"Description\": \"双骑士的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (133, 133, 'zh-Hans', '连理龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"连理龙的恐龙肉\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"连理龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,捡到的帕鲁蛋将有35%的概率变为头目帕鲁蛋。(不可叠加)\"}', '它在交配前后,体味会发生巨大变化。 人们认为它找到伴侣后的香味芳香迷人, 并将其称为「初恋之香」。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"铁山靠\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连理龙及亚种的专用技能。 侧身站立, 然后向前猛撞敌人,并将其击飞。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"连理龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SakuraSaurus.png\", \"Description\": \"「告春之风 连理龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (134, 134, 'zh-Hans', '海誓龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"连理龙的恐龙肉\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"海誓龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,捡到的帕鲁蛋将有45%的概率变为头目帕鲁蛋。(不可叠加)\"}', '它在交配前后,体味会发生巨大变化。 人们认为它找到伴侣前的香味芳香迷人, 将其称为「纯洁之香」。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"铁山靠\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连理龙及亚种的专用技能。 侧身站立, 然后向前猛撞敌人,并将其击飞。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": \"海誓龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SakuraSaurus_Water.png\", \"Description\": \"「告夏之波 海誓龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (135, 135, 'zh-Hans', '滑水蛇', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"滑水蛇的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 将它分派到家畜牧场,它就有机会掉落皮革。\"}', '它流线型的外形很适合在水上活动。 因此经常被非法捕鱼团捕捉, 并被拿来代替冲浪板使用。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (136, 136, 'zh-Hans', '流沙蛇', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"流沙蛇的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,会为玩家的攻击附加2点泥泞异常状态值。(不可叠加)\"}', '它流线型的外形很适合在沙上活动。 因此经常被非法捕鱼团捕捉, 并被拿来代替冲浪板使用。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (137, 137, 'zh-Hans', '鲨小子', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以水枪攻击锁定的目标敌人。 此帕鲁使用的水枪的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的攻击力提升10%。\"}', '这种帕鲁在很久以前是相当强大的巨型水栖帕鲁, 但食物减少后,它们就搬到了陆地上。 由于走路会消耗许多能量, 导致它们的体型逐渐变小,现在已经是非常弱小的帕鲁了。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (138, 138, 'zh-Hans', '红小鲨', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以烈焰溅射攻击锁定的目标敌人。 此帕鲁使用的烈焰溅射的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的攻击力提升10%。\"}', '这种帕鲁在很久以前是相当强大的巨型水栖帕鲁, 但食物减少后,它们就搬到了陆地上。 由于走路会燃烧许多热量, 意外地让它们体内的火之力量觉醒了!', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (139, 139, 'zh-Hans', '棉悠悠', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"棉悠悠的羊肉\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,它会化身为装备在玩家身上的盾牌。 将它分派到家畜牧场,它就有机会掉落羊毛。\"}', '它只要走在坡道上就肯定会跌倒并滚动起来。 而且还会因为眼冒金星而无法动弹, 非常容易被当做是猎物,是食物链的底层。', '[{\"Name\": \"滚滚毛球\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"棉悠悠的专用技能。 咕噜咕噜地滚动并追击敌人。 攻击后会因晕眩而无法动弹。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (140, 140, 'zh-Hans', '天羽龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"天羽龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,龙属性帕鲁的攻击力会提升15%。(不可叠加)\"}', '将天羽龙当作抱枕一同入睡, 就能体验如同身处天堂一般的舒适感。 但如果个体的睡相很差,那么会因被压扁而进入天堂。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"天羽龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_SkyDragon.png\", \"Description\": \"「纯白之翼 天羽龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (141, 141, 'zh-Hans', '翠羽龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}]', '{\"Name\": null, \"Tech\": \"翠羽龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为草属性,且攻击力提升1%。\"}', '在拥抱翠羽龙时, 如果闻到了太阳的味道和草原的馨香,那明天就是晴天。 如果闻到一股发霉的味道,那明天就是倾盆大雨。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (142, 142, 'zh-Hans', '骑士蜂', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"蜂蜜\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"将它分派到家畜牧场,它就有机会掉落蜂蜜。 若它在队伍中,女皇蜂的攻击力会有所提升。\"}', '它是发誓效忠女皇蜂的仆人。 誓死消灭对女王有害的一切事物。 甚至不惜采取自爆手段,也要守卫女王到最后一刻。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"蜂!蜂!蜂!\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 是种为了荣誉而牺牲自己的技能。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (143, 143, 'zh-Hans', '朱雀', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"朱雀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 朱雀的移动速度,会随着队伍中其他火属性帕鲁的数量提升,每只增加5%。\"}', '过去人们认为它是带来旱季的使者。 只要前一年发生干旱,人们就会全力驱逐这种帕鲁, 祈祷今年能够获得丰收。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": \"朱雀的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Suzaku.png\", \"Description\": \"「天空王者 朱雀」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (144, 144, 'zh-Hans', '清雀', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"清雀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 清雀的移动速度,会随着队伍中其他水属性帕鲁的数量提升,每只增加5%。\"}', '过去人们认为它是带来雨季的使者。 只要前一年发生水患,人们就会全力驱逐这种帕鲁, 祈祷今年能够平安度过。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (145, 145, 'zh-Hans', '棉花糖', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"棉花糖\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会掉落棉花糖。 若它在据点里,据点帕鲁的饱腹度的减少幅度将会-10%。(不可叠加)\"}', '它全身上下都比糖还要甜18000倍。 被其气味吸引的肉食性帕鲁,若是咬上一口, 就会被甜到翻白眼昏迷。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (146, 146, 'zh-Hans', '可可棉花糖', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"焦糖棉花糖\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会掉落焦糖棉花糖。 若它在据点里,据点帕鲁的饱腹度的减少幅度将会-15%。(不可叠加)\"}', '虽然棉毛上散发出香甜浓郁的气息,但是肉质却苦涩到令人战栗。 被其气味吸引的肉食性帕鲁,若是咬上一口, 就会因难以忍受的苦味,翻着白眼再起不能。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (147, 147, 'zh-Hans', '盔盔仔', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,金属矿石的重量会减轻80%。(不可叠加)\"}', '为保护脆弱的本体,获得了坚硬的甲壳。 作为代价则完全舍弃了本体的防御力, 现在的它甚至会因为挠痒而陷入昏厥。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"漩涡回旋\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"盔盔仔及亚种的专用技能。 利用水流喷射推进力, 一边高速旋转一边向敌人飞旋而去。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (148, 148, 'zh-Hans', '迅雷鸟', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"迅雷鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为雷属性,且攻击力提升13%。 迅雷鸟的移动速度,会随着队伍中其他雷属性帕鲁的数量提升,每只增加5%。\"}', '虽说与燧火鸟外形相似,但并无任何关系。 它会采用快速俯冲,并用尖锐的喙击败敌人。 那身姿宛如落雷一般。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": \"迅雷鸟的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ThunderBird.png\", \"Description\": \"「雷霆之翼 迅雷鸟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (149, 149, 'zh-Hans', '疾霜鸟', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"疾霜鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为冰属性,且攻击力提升13%。 疾霜鸟的移动速度,会随着队伍中其他冰属性帕鲁的数量提升,每只增加5%。\"}', '特化适应了寒冷环境,即便身形纤细也能抵御严寒。 从高空俯冲攻击的威力惊人, 要比喻的话,就像巨大的冰锥从天而降一般。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": \"迅雷鸟的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ThunderBird.png\", \"Description\": \"「雷霆之翼 迅雷鸟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (150, 150, 'zh-Hans', '霹雳犬', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"霹雳犬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间可以进行2段跳跃。 霹雳犬的移动速度,会随着队伍中其他雷属性帕鲁的数量提升,每只增加5%。\"}', '当它全速冲刺时就宛如一道闪电一般。 如果霹雳犬同类之间发生冲突, 更会不断响起雷鸣般的轰隆声。', '[{\"Name\": \"狂雷双牙\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (151, 151, 'zh-Hans', '凛光犬', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃。 若它在队伍中,冰属性帕鲁的防御力会提升15%。(不可叠加)\"}', '它若在雪原上全速奔跑,就会扬起大量飞雪。 由于完全看不到彼此, 导致凛光犬间经常发生交通事故。', '[{\"Name\": \"寒冰双牙\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"召雪\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"凛光犬的专用技能。 在前方连续不断生成冰柱, 并在冰柱之间高速突进。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (152, 152, 'zh-Hans', '波鲁杰克斯', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_ThunderDragonMan.png\", \"Description\": \"若它在队伍中,子弹击中敌人时,一同并肩作战的帕鲁的攻击力与防御力会提升1%。 该效果最多可累积30层,持续5秒。(不可叠加)\"}', '它的电击能从伤口进入,以此灼烧对手的全身。 波鲁杰克斯同类之间发生的争吵, 能在一瞬间决出胜负。', '[{\"Name\": \"雷神之枪\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"波鲁杰克斯的专用技能。 向上跳起后召唤雷枪, 将之丢向敌人。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (153, 153, 'zh-Hans', '覆海龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"覆海龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 若它在队伍中,玩家和帕鲁对浸湿状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '传说有位贤者因冤罪而被推入漩涡, 随后以覆海龙之姿重生, 并一举毁灭了整个国家。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"覆海龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Umihebi.png\", \"Description\": \"「海上霸者 覆海龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (154, 154, 'zh-Hans', '腾炎龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"腾炎龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,能让熔岩伤害无效化,且玩家和帕鲁对点燃状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '传说有位战士因冤罪而被推落火山, 随后以腾炎龙之姿重生, 并把整个国家烧成一片焦土。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (155, 155, 'zh-Hans', '薇莉塔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"低品质药品\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒地属性帕鲁时获得的掉落道具增加40%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落各种各样的种子。\"}', '城堡里开满了国王最喜欢的花朵。 但大型战争爆发,战火即将波及城堡。 这时,一只花朵精灵凭空出现了。 ──摘自童话《国王的花朵》。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"薇莉塔的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VioletFairy.png\", \"Description\": \"「紫罗兰之梦 薇莉塔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (156, 156, 'zh-Hans', '熔岩兽', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"熔岩兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,所有矿石种类的重量会减轻30%。(不可叠加)\"}', '它的全身上下都流淌着如岩浆般的血液。 若往它身上大量泼水,这些水会瞬间遇热蒸发。 随后便会引发大规模的水蒸气爆炸。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"火山爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"熔岩兽的专用技能。 举起前脚猛击地面, 使岩浆于敌人所在处喷发。 喷发时四周更会有火山弹倾泻而下。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": \"熔岩兽的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VolcanicMonster.png\", \"Description\": \"「吞食熔岩之兽 熔岩兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (157, 157, 'zh-Hans', '寒霜兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"寒霜兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,所有矿石种类的重量会减轻35%。(不可叠加)\"}', '它的全身上下都流淌着超低温的血液。 若突然往它身上施加热量,其血液会蒸发。 随后便会引发大规模的蒸气爆炸。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"霜冻爆裂\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"寒霜兽的专用技能。 举起前脚猛击地面, 使冰雪于敌人所在处喷发。 喷发时四周更会有雪球倾泻而下。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (158, 158, 'zh-Hans', '疾旋鼬', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"疾旋鼬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为龙属性,且攻击力提升1%。\"}', '它能将身体蜷缩起来,并以迅疾的速度旋转移动。 过去人们会在被驯服的疾旋鼬身上装上放牛奶的袋子再放牧, 以此利用它的旋转能力来制作黄油。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"疾旋鼬的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WeaselDragon.png\", \"Description\": \"「草原舞者 疾旋鼬」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (159, 159, 'zh-Hans', '桃旋鼬', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"桃旋鼬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为火属性,且攻击力提升1%。\"}', '它能将身体蜷缩起来,一路火花带闪电地旋转移动。 另外在情绪激动时也会放出火花。 如果过度抚摸就会燃起来。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"火箭冲撞\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"疾旋鼬及亚种的专用技能。 短时间蓄力后,向前跃起。 在着地时因为害怕一直都是紧闭着眼睛。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (160, 160, 'zh-Hans', '月镰魔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以飞跃爪击攻击锁定的目标敌人。 此帕鲁使用的飞跃爪击的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的近战武器攻击速度提升15%。(不可叠加)\"}', '它头上的角可通过沐浴月光生长。 虽然这种帕鲁并不讨厌阳光, 可是它的角在被太阳照射时会发痒。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"飞跃爪击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"月镰魔的专用技能。 向前一跃,迅速斩下两击。 且每次斩击都充满了暗属性的力量。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (161, 161, 'zh-Hans', '绸笠蛾', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"优质的布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以钻石星辰攻击锁定的目标敌人。 此帕鲁使用的钻石星辰的威力将提升至1.1/1.3/1.6/2/2.5倍。 将它分派到家畜牧场,它就有机会制造出优质的布。\"}', '它喜欢下雨天气,每当下雨, 它总会站在原地不动享受雨水。 火绒狐会常常跑来躲雨。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": \"绸笠蛾的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteMoth.png\", \"Description\": \"「纯白贵妇 绸笠蛾」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (162, 162, 'zh-Hans', '绢笠蛾', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"优质的布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,无属性帕鲁的防御力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会制作优质的布。\"}', '它喜欢凝望天空, 常常静静地伫立在那里。 经常成为小型帕鲁们聚会的场所。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": \"绸笠蛾的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteMoth.png\", \"Description\": \"「纯白贵妇 绸笠蛾」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (163, 163, 'zh-Hans', '冰棘兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒龙属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的那双坚硬的爪子可使它轻而易举地登上险峻的山岭。 可是因为腿短的关系,并不擅长下山, 因此常常把自己困在山上,难以抽身。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (164, 164, 'zh-Hans', '吊缚灵', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"吊缚灵的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (165, 165, 'zh-Hans', '冰缚灵', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"冰缚灵的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (166, 166, 'zh-Hans', '啼卡尔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,暗属性帕鲁的攻击力会提升15%。(不可叠加)\"}', '这类帕鲁经常会陷入沉思, 且会因过度思考而失眠。 「我思故我在」。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (167, 167, 'zh-Hans', '米露菲', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,无属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落羊毛。\"}', '与棉悠悠相较,这种帕鲁的毛质更加优良, 个性也更适合作为家畜。 但历史上这种帕鲁总是被当成宠物。 毕竟可爱就是正义。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (168, 168, 'zh-Hans', '白绒雪怪', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 20.0}]', '{\"Name\": null, \"Tech\": \"白绒雪怪的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,其他据点帕鲁的搬运工作适应性等级+1。(不可叠加)\"}', '研究者为了揭开它的内部结构,而将它的毛都剃光。 结果只剩下满地毛发, 仿佛从最开始这团毛里面就空无一物。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (169, 169, 'zh-Hans', '绿苔绒怪', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 20.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"绿苔绒怪的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的地属性伤害减轻15%,并且不会陷入泥泞状态。(不可叠加)\"}', '研究者为了揭开它的内部结构,而将它身上的草都剃光。 结果只剩下满地杂草, 仿佛从最开始这团草里面就空无一物。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"绿苔绒怪的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Yeti_Grass.png\", \"Description\": \"「南国巨人 绿苔绒怪」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (170, 170, 'zh-Hans', '贝菈诺娃', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以噩梦射线攻击锁定的目标敌人。 此帕鲁使用的噩梦射线的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '不为实体存在的她,曾经只是静静的凝视着这个世界。 不知从何时开始,萌生出了被他人注视的渴望。 不断膨胀的欲望甚至凝聚成对外界的恶意 渐渐她被人们称作狂乱淑女。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"噩梦射线\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"贝菈诺娃的专用技能。 趁敌人不注意时隐去身影,并在再次现身的瞬间射出无数光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (171, 171, 'zh-Hans', '贝菈露洁', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以噩梦绽放攻击锁定的目标敌人。 此帕鲁使用的噩梦绽放的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '被解放的欲望,终于再也无法抑制。 「『我』渴望得到『自我』的注视。」 凝聚为恶意的,渴望被注视的姐妹 终于被放逐回世界的狭缝,闭上了凝视的眼睛。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"烈焰华尔兹\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"贝菈露洁的专用技能。 在摇曳起舞的同时製造一圈圈火焰, 使之向周围扩散, 并发射妖异的火球来追击敌人。\"}, {\"Name\": \"噩梦绽放\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"贝菈露洁的专用技能。 趁敌人不注意时隐去身影,并在现身的瞬间射出无数光线, 且光线会犹如绽放的花朵般扩散。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (172, 172, 'zh-Hans', '辉月伊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 7}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"优质的布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"蓝宝石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"辉月伊的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可坐在它背后的月亮在空中飞行。 骑乘期间的无属性和暗属性攻击将强化15%。\"}', '据传,其身后漂浮的形似新月的物体, 会随着世代的交替一点点的接近圆形。 至于到满月月相时会发生什么,就没有人知道了。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"青月刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"辉月伊的专用技能。 挥出蕴含月光力量的高速二连斩击。\"}, {\"Name\": \"诡雷繁星\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人周围生成一碰就爆炸的星星。 星星在经过一定时间后,没有触碰也会爆炸。\"}, {\"Name\": \"皎月射线\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"辉月伊的专用技能。 将能量积蓄于背后的月亮, 然后向前方发出新月形的射线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (173, 173, 'zh-Hans', '武道蛙', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 25.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,武道蛙会靠忠诚心和膨胀的腹部积蓄力量。玩家在踩上去后能高高跳起。 在落地前,玩家的攻击力提升50%。\"}', '族群中犯下大错的个体会被逼迫自裁。 用树枝刺穿自己那膨胀到极限的鸣囊, 就会像泄气的气球一样飞向大气圈的远方,魂归天国。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (174, 174, 'zh-Hans', '春彩娘', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,春彩娘会为农园注入元气,使作物的生长加速50%。\"}', '一到开春时节,就会乘风在岛上散布花粉。 波娜兔之所以会得花粉症, 都怪春彩娘。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"三重风刃\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"瞄准敌人发射 3发直线飞行的超高速风刃。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (175, 175, 'zh-Hans', '菇咚', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}]', '{\"Name\": null, \"Tech\": \"菇咚的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 将它分派到家畜牧场,它就有机会掉落蘑菇或者洞穴蘑菇。\"}', '吸入了大量菇咚的孢子会陷入一种神志不清的状态。 偶尔会见到它呆站着一动不动, 它这不是在模仿蘑菇, 而是吸自己的孢子吸嗨了。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (176, 176, 'zh-Hans', '菇波', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"不可思议的蘑菇\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"菇波的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,菇波的神奇孢子将会使据点内帕鲁的SAN值下降速度减缓10%。\"}', '散布的大量孢子可以轻易遮挡阳光。 偶尔会见到它呆站着一动不动, 它这不是在模仿蘑菇, 而是被自己的孢子遮住,什么都看不见。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (177, 177, 'zh-Hans', '球犰', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 60.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"原油\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,地属性帕鲁的防御力提升15%。(不可叠加)\"}', '曾经有一段时间流行过球犰足球这项运动。 虽然因为收到帕鲁保护组织的强烈反对,很快就被废除, 但其实被当球踢能够清理死皮,球犰也并非不情不愿。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (178, 178, 'zh-Hans', '战冠雀', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"战冠雀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在砂地上移动时,移动速度会提高50%。\"}', '行一步,断迷茫。 行两步,舍忧虑。 行三步,离怯懦。 敌虽魍魉,吾亦往。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"地之冲锋\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"战冠雀的专用技能。 一口气提高速度,向前方突进。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (179, 179, 'zh-Hans', '蛊刺妖', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁对中毒状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '身怀5000多种毒素。 虽然其中甚至有能够立刻致死的可怕剧毒, 但是由于剂量都太低了,并没有什么卵用。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"升虫拳\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"蛊刺妖的专用技能。 快速缩短和敌人的距离, 狠狠的用钳子使出上勾拳。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (180, 180, 'zh-Hans', '电针妖', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,电针妖会将力量分给玩家,让玩家的攻击转变为雷属性,且攻击力提升30%。\"}', '能将尾针刺入敌人体内,并释放电流。 但是,由于电流实在太弱了, 还是直接抡起钳子更有杀伤力。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"雷动八方\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"向八个方向召唤直线推进的雷击。\"}, {\"Name\": \"升雷拳\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"电针妖的专用技能。 通过超导快速缩短和敌人的距离, 狠狠的用钳子使出上勾拳。\"}]', '{\"Name\": \"电针妖的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ScorpionMan_Electric.png\", \"Description\": \"「电针小子 电针妖」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (181, 181, 'zh-Hans', '泰锋', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"Goujin -o马鞍\", \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后会以钢铁般的意志,在一定时间内提高泰锋的攻击力50%,防御力75%。\"}', '即便被拆解成215块零件,只要再拼装到一起, 便又能完好如初正常活动的神奇帕鲁。 需注意如果拼装过程中混进其他个体的零件, 它就会因为失去人格同一性而陷入抑郁。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"回旋岩锯\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"泰锋的专用技能。 大幅回旋身体投掷出背后的岩盘。 岩盘将会以圆弧轨道状飞行。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": \"泰锋的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WingGolem.png\", \"Description\": \"「会动的巨大铠甲 泰锋」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (182, 182, 'zh-Hans', '丹烽', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后会以钢铁般的意志,在一定时间内提高丹烽的攻击力60%,防御力85%。\"}', '即便被拆解,只要再拼装到一起, 便又能完好如初正常活动的神奇帕鲁。 如果拼装过程中混进其他个体的零件,其思维就会发生致命错误, 最终导致过热。', '[{\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": \"泰锋的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WingGolem.png\", \"Description\": \"「会动的巨大铠甲 泰锋」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (183, 183, 'zh-Hans', '恐炬灵', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"原油\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁受到的无属性伤害减轻15%。(不可叠加) 将它分派到家畜牧场,它就有机会从地里挖出骨头。\"}', '古人曾认为,越接近世界末日,恐炬灵的火焰就越弱。 末日主义者曾屡次因火焰减弱了而产生骚乱, 最后发现火势强弱全看它的心情, 至少到目前还是这样的。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (184, 184, 'zh-Hans', '八云犬', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"八云犬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 与它并肩作战时,遇到和它有着相同被动技能的帕鲁的概率将提升15%。 ※部分被动技能除外\"}', '有着辟邪的特性, 昔日曾经作为优秀的伙伴,和岛民构筑起了良好的关系。 而现在,八云犬和人们之间已经垒起了名为「邪念」的高墙。', '[{\"Name\": \"狂野双牙\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (185, 185, 'zh-Hans', '汪宗师', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后可以移动至最近的据点。 无法在地下城里使用。\"}', '为了到达「无我」的境地而不停的冥想。 直面烦恼并顿悟之后,它都会胃口大开吃到撑, 每当此时就会有所感悟——今天吃太多了。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"气合返\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"汪宗师的专用技能。 摆出合气道的架势,在架势中受到的攻击将无效化, 同时一瞬间迫近敌人,使出全身力量掌击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (186, 186, 'zh-Hans', '旺财', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2000, \"Min\": 1000, \"Name\": \"金币\", \"Rate\": 100.0}, {\"Max\": 21, \"Min\": 14, \"Name\": \"汪汪币\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"修炼之书(特大)\", \"Rate\": 20.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"与它并肩作战时,能借助旺财的力量,在不使用钥匙的情况下打开宝箱。\"}', '曾经岛上存在过一个王国, 王国里有一个传统,每年都会赐予死法最愚蠢的人奖赏。 值得纪念的最初的死因便是「没有识破旺财,打开箱子而被咬死。」', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (187, 187, 'zh-Hans', '杰诺贝达', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 3, \"Name\": \"陨石碎片\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,全自动武器的弹匣中最后一发子弹的伤害提升100%。(不可叠加)\"}', '具有将信息传输中的损耗变换为能量的能力。 会定期的向不明对象发送情报。 「发现目标,请立刻前往破坏,见信速回。」', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"恶之爪\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"杰诺贝达的专用技能。 灵活的跃起,用左手撕裂敌人。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (188, 188, 'zh-Hans', '杰诺路达', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 12, \"Min\": 5, \"Name\": \"陨石碎片\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"杰诺路达的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家使用能量武器时的伤害提升10%。(不可叠加)\"}', '具有吞食信息并转换为能量的能力。 会定期的向不明对象发送情报。 「喂喂?在查看刚才的讯息前不小心吃掉了,你说了啥?」', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"切割龙息\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用龙属性的射线一扫前方。 被扫过地方将产生延迟爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (189, 189, 'zh-Hans', '流焰龙', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"流焰龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 流焰龙的攻击力,会随着队伍中其他火属性或地属性帕鲁的数量提升,每只增加4%。\"}', '健康的个体,背部熔岩的流动也会十分顺畅。 如果生活习惯不健康,熔岩流动也会越来越滞涩。 最坏会发生熔岩堵塞,最后突然大爆发。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"熔岩喷溅\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"流焰龙的专用技能。 从口中吐出岩浆团进行攻击。 在落点形成岩浆池, 对碰到的敌人造成伤害。\"}]', '{\"Name\": \"流焰龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VolcanoDragon.png\", \"Description\": \"「焦土漫步 流焰龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (190, 190, 'zh-Hans', '川霜龙', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"川霜龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁以冰属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '健康的个体,背部物质的温度也会十分稳定。 但一旦心跳过快,温度便会失去稳定。 最坏会发生气化或凝固, 最后突然休克而亡。', '[{\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"寒冰喷溅\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"川霜龙的专用技能。 从口中吐出冰块进行攻击。 落地后会使地面冻结,并形成霜层, 冻结碰到的敌人并对其造成伤害。\"}]', '{\"Name\": \"川霜龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_VolcanoDragon_Ice.png\", \"Description\": \"「冻土漫步 川霜龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (191, 191, 'zh-Hans', '杰诺多兰', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 15, \"Min\": 7, \"Name\": \"陨石碎片\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"杰诺多兰的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,持有武器的帕鲁的伙伴技能伤害将提升20%。(不可叠加)\"}', '- 已抵达目的地,优先搜索个体:流星龙。 - 备注:镇压完成时限 < ://Error_Code:126DC >年前。 - 追记:未发现镇压痕迹,确认目标已被同化,开始清剿。 - 业务联络:不可以忘掉或吃掉重要情报!', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"唤星\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"杰诺多兰的专用技能。 召唤4个有自动攻击能力的卫星型羽毛。 羽毛在进行攻击时会自动追踪敌人。\"}, {\"Name\": \"光连斩\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"杰诺多兰的专用技能。 在右手生成高功率的光剑, 高速移动同时进行二连斩击。\"}, {\"Name\": \"星幽炮\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"杰诺多兰的专用技能。 集中充盈暗黑力量的能量, 一口气以直线状放出。\"}, {\"Name\": \"苍穹落星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"杰诺多兰的专用技能。 以光速飞上高空,射出无数的流星弹。 之后将自身化为彗星向地面突进, 在撞击的地点引发大范围的爆炸。\"}, {\"Name\": \"欧米伽雷射\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"杰诺多兰的专用技能。 从亚空间呼唤毁灭的光束不断进行横向垂直扫射, 将视野范围内的一切燃烧殆尽。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (192, 192, 'zh-Hans', '魅爱莉', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒帕鲁时帕鲁之魂的获得量提升+100%。(不可叠加)\"}', '它手里捧着的,是自己的灵魂。 当它找到了心仪的对象,就会将对方的灵魂强行抽出 并与自己的灵魂融合,以求成为一心同体。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": \"魅爱莉的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GhostRabbit.png\", \"Description\": \"「猎魂的黑兔 魅爱莉」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (193, 193, 'zh-Hans', '碧艾莉', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,草属性帕鲁的防御力提升15%。(不可叠加)\"}', '它手里捧着的,是自己的灵魂。 当它找到了心仪的对象,就会将自己的灵魂抛向对方 渴望与对方的灵魂融合,成为一心同体。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": \"魅爱莉的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GhostRabbit.png\", \"Description\": \"「猎魂的黑兔 魅爱莉」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (194, 194, 'zh-Hans', '夜冥驹', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"夜冥驹的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。骑乘期间跳跃能力提升。 夜晚期间,此帕鲁的移动速度提升50%。(不可叠加)\"}', '它最为自豪的,就是自己如流水般柔顺的鬃毛。 如果发现了毛发分叉,就会害羞的无法集中精力奔跑。 由于静电会导致炸毛,绝对不会让驭雷马靠近。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"致命舞步\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"夜冥驹的专用技能。 用鬼魅般的步伐玩弄敌人, 同时用锐利的角挥出斩击。\"}]', '{\"Name\": \"夜冥驹的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_NightBlueHorse.png\", \"Description\": \"「绀青之鬃 夜冥驹」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (195, 195, 'zh-Hans', '日耀驹', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"夜星砂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"日耀驹的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动,骑乘期间跳跃能力提升。 日耀驹的移动速度,会随着队伍中其他无属性帕鲁的数量提升,每只增加5%。\"}', '它最为自豪的就是自己光彩夺目的鬃毛。 只要有一点脏污,就会害羞的无法集中精力奔跑。 因为容易沾上皮脂污垢,即便是最喜欢的帕鲁驯养师,也不希望被黏糊糊的摸个不停。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"银影疾驰\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"日耀驹的专用技能。 周身缠绕炽烈火焰,朝敌人冲锋。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}]', '{\"Name\": \"夜冥驹的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_NightBlueHorse.png\", \"Description\": \"「绀青之鬃 夜冥驹」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (196, 196, 'zh-Hans', '冬丸', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"冬丸的背带\", \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的冷却工作适应性等级+1。(不可叠加)\"}', '苍白的火焰即便摸上去也只感到些微的凉意, 但是持续接触的物体则会逐渐冻结。 放上一瓶牛奶,就能得到一瓶冰冻牛奶!', '[{\"Name\": \"暗影双牙\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"墨丸的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BlackPuppy.png\", \"Description\": \"「漆黑的小小勇者 墨丸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (197, 197, 'zh-Hans', '织夜鹿', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"织夜鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,一同并肩作战的帕鲁的生命值会逐渐减少,但攻击力将提升40%。(不可叠加)\"}', '光芒越是耀眼,阴影就越是深邃。 散布笼罩万物的黑暗,重拾本应存在的混沌。 平衡对这个世界是必要的。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": \"织夜鹿的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteDeer_Dark.png\", \"Description\": \"「混沌之兽 织夜鹿」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (198, 198, 'zh-Hans', '寒峰兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"烈阳金属\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"纯水晶\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁受到的龙属性伤害减轻15%。(不可叠加)\"}', '通过变换姿势晒日光浴,来将冰块融成中意的形状。 至于那些形态失衡的个体还是不要去打扰了。 用人来类比的话,就像不小心剪多了鬓角。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}, {\"Name\": \"冰角爆\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"寒峰兽的专用技能。 以角刨开地面并顺势上挑, 朝敌人飞射雪块。\"}]', '{\"Name\": \"寒峰兽的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_RockBeast_Ice.png\", \"Description\": \"「会走路的大冰矿 寒峰兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (199, 199, 'zh-Hans', '梦沫姬', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"墨沫姬的章鱼足\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,水属性帕鲁的防御力提升15%。(不可叠加)\"}', '若要和它一起睡觉,最好确认下明天的行程。 吸盘的痕迹看起来就像咬痕, 如果被睡糊涂的它吸住,就会增加不必要的烦恼。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"墨沫头槌\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"墨沫姬及亚种的专用技能。 向前方释放烟雾遮蔽自身, 从隐蔽状态中突然发动头槌,猛击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"潮涌迸发\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人所在位置及其周围区域 喷出大量水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (200, 200, 'zh-Hans', '郁木羊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"灌木羊的香草肉\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"红色野莓\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"将它分派到家畜牧场,有机会从背上掉落毒腺。 若它在队伍中,每5分钟会让当前饱腹度最低的帕鲁恢复100点饱腹度。(不可叠加)\"}', '它背上的灌木结出的果实,会根据其精神状态改变味道。 越是在恶劣的环境下生长,味道就会越来越甜 所以被饲养的绝大多数郁木羊,都不曾知晓爱。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"三重风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"瞄准敌人发射 3发直线飞行的超高速风刃。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"郁木羊的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_BerryGoat_Dark.png\", \"Description\": \"「忧郁的农场 郁木羊」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (201, 201, 'zh-Hans', '雪绒狐', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雪绒狐的背带\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后,它会化身为装备在玩家身上的冷冻喷射器。\"}', '它刚出生时无法很好地操纵冷气 动不动就不小心喷出冷气,结果噎住自己。 感冒时鼻涕会结冰,导致呼吸困难,手足无措。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": \"雪绒狐的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Kitsunebi_Ice.png\", \"Description\": \"「冰纷旅途 雪绒狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (202, 202, 'zh-Hans', '天阴童子', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"雷鸣童子的云朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"天阴童子的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现于玩家身边。 它会用暗属性的落雷追击敌对个体。 且该追击不会使猎物毙命。\"}', '会温柔的对待落单的帕鲁 趁放松警惕时,招来落雷解决对方。 虽然是这么打算的,但是由于抓不住时机 结果就那么一直和睦相处了。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}]', '{\"Name\": \"天阴童子的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_RaijinDaughter_Water.png\", \"Description\": \"「阴云末裔 天阴童子」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (203, 203, 'zh-Hans', '霜牙王', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"霜牙王的巨锤\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能挥下冰属性的大锤进行攻击。\"}', '一旦看见了圆形的物体,就不自觉的想要来上一拳。 对于霜牙王来说,仅次于生存的难题 就是完成堆雪人。', '[{\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"烈冻爪\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"霜牙王的专用技能。 踩踏地面,在前方产生断裂的冰川。 之后一口气接近敌人,用右手将其撕裂。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (204, 204, 'zh-Hans', '霜镰魔', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以吹雪爪击攻击锁定的目标敌人。 此帕鲁使用的吹雪爪击的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的近战武器攻击速度提升15%。(不可叠加)\"}', '它头上的角是绝对不会融化的,不可思议的冰。 用它折断的角制成的刨冰,那可真称的上是绝顶美味, 无论是吃刨冰的人,还是霜镰魔,头都很疼。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"吹雪爪击\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"霜镰魔的专用技能。 向前一跃,迅速斩下两击。 且每次斩击都充满了冰属性的力量。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": \"霜镰魔的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Werewolf_Ice.png\", \"Description\": \"「沉醉霜月 霜镰魔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (205, 205, 'zh-Hans', '金棘兽', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,攻击击中弱点部位时,下次击中弱点部位的攻击威力提升30%。(不可叠加)\"}', '它的那双巨大的爪子可使它轻轻松松搬起大量东西。 可是因为腿短的关系,走起来很慢, 经常在半路上天就黑了。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"碎岩爪\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"金棘兽的专用技能。 在两次挥击后,使出浑身力气大幅挥动巨爪。 每次挥动巨爪时,都会向前方扇形区域飞出碎岩。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": \"金棘兽的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_WhiteTiger_Ground.png\", \"Description\": \"「大地的捕食者 金棘兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (206, 206, 'zh-Hans', '伊西斯', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"伊西斯的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,击倒火属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '一旦它发现猎物的族群, 就会用强力的水流,将那片区域冲刷殆尽。 由于基本上都会把猎物冲到不知道什么地方去, 这一行为究竟能否定义为捕猎,非常的有待商榷。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"凤凰浪涛\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"伊西斯的专用技能。 扇起漩涡龙卷风后, 化身为波涛,一边滑翔一边突袭敌人。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": \"伊西斯的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_Horus_Water.png\", \"Description\": \"「水天霸者 伊西斯」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (207, 207, 'zh-Hans', '雷隐鹿', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雷隐鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃。 若它在队伍中,击倒水属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '在遥远的过去,有着如果画出雷隐鹿 就会被落雷劈死的迷信。 随着时代变迁,仿照雷隐鹿样子的艺术品 被视作有着避雷效果的护身符,成为了人们熟悉的存在。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"雷云之岚\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"雷隐鹿的专用技能。 操控大气,身缠雷云向前猛冲。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": \"雷隐鹿的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FengyunDeeper_Electric.png\", \"Description\": \"「滚雷 雷隐鹿」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (208, 208, 'zh-Hans', '幽焰狼', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"幽焰狼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的暗属性伤害减轻15%,并且不会陷入黑暗状态。(不可叠加)\"}', '性格极为纤细敏感, 遇到讨厌的事物,就会躲在洞窟里不愿出来。 由于过于家里蹲,兽生也变得阴暗起来。', '[{\"Name\": \"暗影双牙\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"火阴山雷\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"幽焰狼的专用技能。 带着缠绕全身的紫色火焰,气势汹汹地向前猛冲。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": \"幽焰狼的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_AmaterasuWolf_Dark.png\", \"Description\": \"「幽炎守护神 幽焰狼」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (209, 209, 'zh-Hans', '艾小兔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"姬小兔的发带\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁以草属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加) 艾小兔在武器制作台或武器工厂等处工作时,工作效率将会提升27%。\"}', '这种帕鲁的脸上总是挂著微笑。 捣蛋猫偶尔会恶作剧,把它的缎带打成死结, 每到这时,它都会笑眯眯的把捣蛋猫暴揍一顿。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": \"艾小兔的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_PinkRabbit_Grass.png\", \"Description\": \"「亮闪闪微笑 艾小兔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (210, 210, 'zh-Hans', '梅杜娜', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点黑暗异常状态值。(不可叠加)\"}', '一遇到不明白的事情,就会和脑袋上的蛇一起开会。 但由于所有的蛇本质上都是它自己, 因此它唯一能弄明白的是,自己什么都不明白。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (211, 211, 'zh-Hans', '冥灯鱼', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"冥灯鱼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 冥灯鱼的移动速度,会随着队伍中其他暗属性或水属性帕鲁的数量提升,每只增加5%。\"}', '散发着光芒的拟饵照亮了黑暗。 被这光亮吸引来的帕鲁如果被冥灯鱼发现的话,那可是插翅难逃了。 它会一直作为其向导,直到该帕鲁平安返回自己的家。', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (212, 212, 'zh-Hans', '冰姬灵', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,冰姬灵会将力量分给玩家,让玩家的攻击转变为冰属性,且攻击力提升30%。\"}', '就算身体会在酷暑时融化,它还是痴迷于日光浴。 就算身体会在高温时融化,它依然痴迷于泡温泉。 反正最终都是一死,那么不如融化在艳阳高照的露天温泉里。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (213, 213, 'zh-Hans', '拉比耶尔', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,当玩家的生命值低于50%时,拉比耶尔会在玩家周边掀起爆炸冲击波(火属性 / 威力: 100 / 点燃积蓄值: 777)。)。 此外,玩家的生命值低于50%期间,玩家的攻击力提升110%。(不可叠加)\"}', '有时会被自己召唤的分身打败,并被取而代之。 就连它自己也不太清楚昨天的拉比耶尔和今天的拉比耶尔还是同一只吗。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (214, 214, 'zh-Hans', '默世鹿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 7}]', '[\"None\"]', '{\"Name\": null, \"Tech\": \"默世鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可生成护盾,抵御一切攻击。 此外,骑乘期间可进行3段跳跃。\"}', '于此幽寂之地,不觉心神凝定。 此处已无人,众人皆蒙救度。 救赎之王,请携我共赴无尽之寂。 ——古文书至此戛然而止。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"辉耀弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"发射一个缓慢追踪敌人的光球。 光球在接近目标时会分裂成无数光弹攻击敌人。\"}, {\"Name\": \"流光翼彩\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"默世鹿的专用技能。 向后方跳跃并在背后展开光翼, 从空中向敌人发起突击。\"}, {\"Name\": \"光之雨\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 800, \"Cooldown\": 30, \"Description\": \"默世鹿的专用技能。 一瞬间隐去身姿,然后以自身为中心在大范围召唤大量光柱落下。\"}, {\"Name\": \"神光尽灭\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 250, \"Cooldown\": 100, \"Description\": \"默世鹿的专用技能。 跃向空中,凝聚巨大的能量然后投向地面。 煌煌天光,涤净尘世。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (215, 215, 'zh-Hans', '达鼠泥', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"达鼠泥的背带\", \"Image\": null, \"Description\": \"若它在队伍中,达鼠泥会在玩家陷入濒死状态时,通过疗愈能力让玩家以最大HP30/36/42/48/60%的状态复活。\"}', '在达鼠泥看来,坏了的东西只要捶一下就好了。 而它的力道掌控,对人类而言堪称完美。 只要被其捶一下,停止跳动的心脏就能顺利起搏。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"叶返\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"达鼠泥的专用技能。 短暂蓄力后高速撞击敌人, 同时做出后空翻动作。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (216, 216, 'zh-Hans', '雪墩墩', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会使玩家不容易被敌人发现。(不可叠加)\"}', '「直视雪墩墩的眼睛」 这句话的意思是要透过现象看本质。 说起来不知为何,从来没有想要探究雪墩墩到底有没有眼睛的研究者。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (217, 217, 'zh-Hans', '肚肚鳄', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"肚肚鳄的鳄鱼肉\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,食材和料理的重量会减轻30%。并在冰属性帕鲁原有的防腐效果基础上,让腐败速度进一步35%。(不可叠加)\"}', '它的口腔内部十分凉爽,只要把嘴闭上就是移动冷库。 其唾液中所含的特殊成份也有食品保鲜的作用。 虽然也不是不能被人类当做保存食物的冰箱, 至于卫生方面的问题,还是闭上嘴比较好。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"妙玉连珠\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"肚肚鳄的专用技能。 连续喷吐3颗体内尚未消化 但已经冷却的手榴弹进行攻击。 有时还会喷出更危险的东西……?\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (218, 218, 'zh-Hans', '球抱苞', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁对缠绕状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '当某种感情变得强烈时,它的尖刺就会伸缩。 被精心养育的球抱苞,会令人忍不住想要拥入怀中, 但是十有八九都是悲剧结尾。', '[{\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": \"球抱苞的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CactusDoll.png\", \"Description\": \"「千根针的欢迎 球抱苞」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (219, 219, 'zh-Hans', '妖抱苞', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点缠绕异常状态值。(不可叠加)\"}', '当某种感情变得强烈时,它的尖刺就会伸缩。 在满满的爱意中成长的妖抱苞, 总是动不动就爱往主人怀里钻, 但若要接纳它的爱,就要一并接纳它带来的痛。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (220, 220, 'zh-Hans', '红菇娘', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"不可思议的蘑菇\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的制药工作适应性等级+1。(不可叠加)\"}', '在它眼中,人类不过是方便的寄生对象罢了。 红菇娘之所以演化成现在的模样, 就是为了让人类放松警惕,从而更高效地传播孢子。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": \"红菇娘的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_MushroomLady.png\", \"Description\": \"「可爱的菇 红菇娘」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (221, 221, 'zh-Hans', '布偶鲨', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,布偶鲨会将力量分给玩家,让玩家的攻击转变为水属性,且攻击力提升30%。\"}', '虽然看上去就像是什么生物自布偶中向外窥视一样, 但是试着将手探进去却又什么也摸不到。 不仅如此,手甚至可以无止境地向深处伸去, 也许,这里面就是宇宙吧。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"午时已到\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"布偶鲨及亚种的专用技能。 从口中取出两把水枪, 左右轮流射出6发水弹。 最后双枪合并,射出一发强力水弹。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (222, 222, 'zh-Hans', '昭炎狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 3, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攻击击中点燃状态的敌人时,会使敌人爆炸,额外造成相当于玩家攻击力40%的伤害。(不可叠加)\"}', '聚精会神,从火焰中窥探未来。 要是看见了不合心意的未来,就会一直重抽,直到抽出满意的结果。 所以昭炎狐的未来一直都是一片光明!', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}]', '{\"Name\": \"昭炎狐的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_FoxExorcist.png\", \"Description\": \"「刷首抽的未来预测 昭炎狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (223, 223, 'zh-Hans', '香草豹冰', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"香草豹冰的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在雪地上时,移动速度提升80%。 并且可以在斜坡处快速向下滑行。\"}', '种群内能在雪上滑行最快的个体,就是最了不起的个体。 有时会有因为冲太快飞跃起来的个体突然从天而降, 在争夺首领地位时这种情况尤其多发。 今天晴转多云,部分地区大到「豹」雨。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (224, 224, 'zh-Hans', '巧克力豹冰', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"巧克力豹冰的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在雪地上时,移动速度提升80%。 并且可以在斜坡处快速向下滑行。 滑行时初始速度较慢,但最高速度更快。\"}', '种群内能在雪上滑行最快的个体,就是最了不起的个体。 有时会有因为冲太快飞跃起来的个体一头扎进雪里。 在争夺首领地位时这种情况尤其多发。 今日路况拥挤,当心连环「豹扎」。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (225, 225, 'zh-Hans', '幸叶茸', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"野莓种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的采集工作适应性等级+1。(不可叠加)\"}', '曾经存在过额头上的叶子有3片以上的个体, 但是因为被当作了幸运的象征,叶片多的个体被滥捕, 最终导致整个种族开始向着叶片数量少的方向进化了。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (226, 226, 'zh-Hans', '电汪汪', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的发电工作适应性等级+1。(不可叠加)\"}', '泡在水里的话,蓬松的毛会大量吸水。 在它抖动身体甩干水分时,会伴随剧烈的放电, 和它一起泡澡可是赌命的行为。', '[{\"Name\": \"狂雷双牙\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}, {\"Name\": \"雷动八方\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"向八个方向召唤直线推进的雷击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (227, 227, 'zh-Hans', '念影喵', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,触发背面奖励时的捕获概率增加。(不可叠加)\"}', '迄今为止,所有养育过它们一族的人类的思念, 全都凝聚在它背后的手里。 近来,尽情宠爱念影喵似乎已成了大家的共识。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (228, 228, 'zh-Hans', '盗影鸦', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"盗影鸦的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,玩家和帕鲁对黑暗状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '爪子有些不太老实,会趁人不注意顺爪牵羊。 就算快暴露了也没关系。 只要迅速连「眼睛」一起偷走,那就不会被目击到行窃现场了。', '[{\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (229, 229, 'zh-Hans', '吓丝妮', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,攻击陷入中毒状态的敌人时,会使该敌人的攻击力降低40%。(不可叠加)\"}', '吓唬人就是它的生存意义,但是却完全不可怕。 但因为它太过可爱,大家总会忍不住装出被吓到的样子。 吓丝妮已经成为给人们带来笑容的使者了。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (230, 230, 'zh-Hans', '梁叶龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"梁叶龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,分派到配种牧场的帕鲁产蛋速度加快20%。(不可叠加)\"}', '吐息中混合着的疑似花粉的, 无论什么植物都能授粉成功的奇妙物质。 对于那些身上长有植物的帕鲁而言,这是个令兽心情复杂的家伙。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"花粉吐息\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"梁叶龙的专用技能。 从修长的颈部缓缓释放出草属性的气息, 逐渐向四周扩散。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (231, 231, 'zh-Hans', '咕咕桑葩', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"咕咕桑葩的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在草地上移动时,移动速度会提高155%。\"}', '会用其独特的舞蹈打乱对手的节奏。 在领地争夺时,首先被对方带节奏的那一方就是败者。 求爱、消遣、万事唯有舞蹈! 话说,当它面向人类跳舞时,那又代表着什么意思呢?', '[{\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"冲锋踢\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"咕咕桑葩的专用技能。 冲刺助跑后向敌人发动猛烈踢击。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (232, 232, 'zh-Hans', '双心岩傀', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"双心岩傀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 发动后,双心岩傀的右手处会发射草属性的强力激光。\"}', '一副身躯,两个意识。 有时会因为思路分歧而发生争吵。 在它们和好前,完全不知道躯体会往哪里去!', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"火箭飞拳\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"双心岩傀及亚种的专用技能。 将左臂从本体分离,横扫敌人。 随后再射出右臂。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}]', '{\"Name\": \"双心岩傀的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassGolem.png\", \"Description\": \"「苍脉的异心同体 双心岩傀」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (233, 233, 'zh-Hans', '咒心岩傀', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"不可思议的蘑菇\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"咒心岩傀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 发动后,咒心岩傀的右手处会发射暗属性的强力激光。\"}', '一副身躯,两个意识。 平时意见向来不合,总是吵个没完, 可一旦进入战斗,它们就会在转瞬之间身心合一!', '[{\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"火箭飞拳\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"双心岩傀及亚种的专用技能。 将左臂从本体分离,横扫敌人。 随后再射出右臂。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": \"咒心岩傀的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GrassGolem_Dark.png\", \"Description\": \"「紫脉的异心同体 咒心岩傀」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (234, 234, 'zh-Hans', '白真雪雀', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,受到白真雪雀释放的冷气影响,玩家会更专注,武器重新装弹的速度提升20%。(不可叠加)\"}', '对时间很敏感,每天早晨必然在固定的时间醒来。 帕洛斯群岛的一天之所以被分为24个片段, 据说就是因为从正面看开屏的白真雪雀时, 尾羽上分割的空白区域有24个的缘故。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (235, 235, 'zh-Hans', '重岩龟', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"重岩龟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,其他据点帕鲁的采矿工作适应性等级+1。(不可叠加)\"}', '背部堆砌的石头有一定自我意识。 若是取下来放到别处, 就会自己移动,试图回到本体所在的地方。', '[{\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"巨石压顶\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"重岩龟的专用技能。 高高跃起至空中, 随即以压倒性的重量将敌人压垮。\"}]', '{\"Name\": \"重岩龟的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CubeTurtle.png\", \"Description\": \"「沙海的巨岩 重岩龟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (236, 236, 'zh-Hans', '净岩龟', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"绿宝石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"净岩龟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,武器和防具的耐久度损耗减缓80%。(不可叠加)\"}', '背部堆砌的石头即便被拿到某处, 净岩龟也能感应石头的位置。 就算相隔天涯海角,它也一定要去找出来。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}]', '{\"Name\": \"净岩龟的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_CubeTurtle_Neutral.png\", \"Description\": \"「沙海的守护岩 净岩龟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (237, 237, 'zh-Hans', '喵璐璐', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家承受的重力减弱,跳跃或坠落时会漂浮落地。(不可叠加)\"}', '它在旧画籍上被描绘的体型要比现在娇小得多。 不知为何,近年来该物种的各方面体长数据都观察到急速上升。 照目前增长速度,预计100年后体长会达到现在的10倍。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (238, 238, 'zh-Hans', '海月灵', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"海月灵的水母伞\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,打捞时获得的道具增加55%。(不可叠加) 此外,当海月仙和海月灵同时在据点里时,海月灵浇水的工作速度提升65%。(不可叠加)\"}', '和海月仙样貌非常接近的帕鲁。 有时会为了计划冲突的海月仙,作为它的替身代替其赴约。 由于演技过于逼真,谁都没有注意到是替身。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (239, 239, 'zh-Hans', '雷云鹫', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雷云鹫的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在据点里,帕鲁蛋的孵化速度加快20%。(不可叠加)\"}', '要在食物匮乏的高空生存 有时甚至会连猎物的脑子都吃。 一种说法是,雷云鹫为了寻求更稳定的食物来源, 一部分族群从高空迁移到了低空,最终演化成了迅雷鸟。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}]', '{\"Name\": \"雷云鹫的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ThunderFluffyBird.png\", \"Description\": \"「雷击的蓬松松 雷云鹫」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (240, 240, 'zh-Hans', '缀夜星', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"夜星砂\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,暗属性帕鲁的防御力提升15%。(不可叠加)\"}', '当其生命走到尽头时,夜空中的某处便会多出一颗星星。 一生中的回忆越多,其光芒越是璀璨。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"三重陨星\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"召唤陨石接连落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"诡雷繁星\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人周围生成一碰就爆炸的星星。 星星在经过一定时间后,没有触碰也会爆炸。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"缀夜星的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_MoonChild.png\", \"Description\": \"「星夜羽织 缀夜星」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (241, 241, 'zh-Hans', '宗铭丸', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家使用近战武器时的伤害提升10%。(不可叠加)\"}', '互相紧盯然后拔刀一闪,这便是宗铭丸间的领地争夺。 说起来,最好不要训练被饲养的个体「等下」命令, 它会无法忍耐接到「好」的命令之后,发自本能的拔刀行为。', '[{\"Name\": \"碎岩双牙\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"汪汪连斩\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"宗铭丸的专用技能。 全速奔跑的同时,用口中衔着的木棒斩击敌人。 连续施展2段攻击。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (242, 242, 'zh-Hans', '海皇鲸', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"珊瑚矿石\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"六棱晶锭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"海皇鲸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"与玩家并肩作战时,它会配合玩家的攻击用水属性的长枪进行追击。 可骑在它的背上在水上移动。 骑乘期间可在水面高高跃起。\"}', '自灾厄被封印之后,来自天坠的强者与其邂逅。 自此,其便常在近海现身于强者眼前。 相逢乃是必然。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}, {\"Name\": \"潮涌迸发\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人所在位置及其周围区域 喷出大量水柱。\"}]', '{\"Name\": \"海皇鲸的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_PoseidonOrca.png\", \"Description\": \"「传说中的海兽 海皇鲸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (243, 243, 'zh-Hans', '鞘刀鱼', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"鞘刀鱼排\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_SwordCutlassfish.png\", \"Description\": \"发动后,鞘刀鱼会化身为玩家的刀(攻击:2600/2700/3000/3400/3900)。 若不及时解除,鞘刀鱼将陷入濒死状态。 发动居合斩后同样会陷入濒死状态。\"}', '有着将骨骼和身躯暂时分离,用骨骼斩断敌人的疯狂生态。 如若不赶快收回体内,自己也会力竭倒下。 有传言在年轻的个体间流行着比赛身体分离时长的危险游戏,但真假未知。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (244, 244, 'zh-Hans', '炼刃鱼', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"鞘刀鱼排\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,炼刃鱼会化身为玩家的刀(攻击:2900/3000/3300/3700/4200)。 若不及时解除,炼刃鱼将陷入濒死状态。 发动居合斩后同样会陷入濒死状态。\"}', '能将骨骼和身体暂时分离,用骨头斩断敌人。 如若不赶快收回体内,自己也会力竭倒下。 据传闻,年老的个体会故意长时间分离,借此激发求生本能, 以期达到延寿的效果,但真假未知。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (245, 245, 'zh-Hans', '蚀魂鱿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"勾魂鱿的触手\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"蚀魂鱿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能。 滑翔期间能够长时间漂浮在空中。\"}', '它会咬住敌人的脖子,将对方浑身血液吸干。 蚀魂鱿同族之间互相咬住的话, 因为双方都想要将对手吸干, 在任意一方被榨干之前,彼此将无法分开。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (246, 246, 'zh-Hans', '闪丸丸', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"闪丸丸的火箭发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后玩家将装备火箭发射器,并可将闪丸丸当作炮弹射出。 命中目标后闪丸丸会爆炸,并陷入濒死状态。\"}', '它的翅膀已完全退化,无法飞翔。 对天空的向往逐渐变成嫉妒 为了击落天空中会飞的家伙,得到了雷电的力量!', '[{\"Name\": \"雷矛\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"向敌人发射高速直线飞行的雷枪。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (247, 247, 'zh-Hans', '闪丸王', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"企丸王的羽饰\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁以水属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '为了能在水中狩猎,得到了雷电的力量从而改变了体色。 虽然因此失去了企丸丸们的追随。 可谁曾想, 现在反倒是有了叫做闪丸丸的小弟。', '[{\"Name\": \"雷矛\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"向敌人发射高速直线飞行的雷枪。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"王者闪击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"闪丸王的专用技能。 全身电流涌动,腹部着地滑行 并用力撞向敌人。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (248, 248, 'zh-Hans', '雷米儿', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"雷米儿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能,并使玩家免受坠落伤害。 滑翔期间能够长时间快速移动。\"}', '鲜艳的外表能帮助它找到命中之人。 自古以来,就有因为雷米儿而触电的事故。 现今的岛上,黄黑相间的纹理被认作危险的颜色。', '[{\"Name\": \"雷矛\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"向敌人发射高速直线飞行的雷枪。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (249, 249, 'zh-Hans', '热浪鸭', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,热浪鸭会乘着焰浪冲向敌人。\"}', '腹部的摩擦系数很高, 身体冲浪时会产生火花。 经常因为势头过猛,从而变成一团火球。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (250, 250, 'zh-Hans', '梆梆鲶', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"趴趴鲶的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 200, \"Min\": 100, \"Name\": \"金币\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,打倒的敌人掉落的金币提升100%。(不可叠加) 将它分派到家畜牧场,它就会掉落优质帕鲁油或者小概率掉落金币。\"}', '身体表面有着惊人的反射率。 不仅如此,它各处神经的反射速度比趴趴鲶还慢!', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (251, 251, 'zh-Hans', '金盔仔', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,硫磺和石炭的重量将减轻80%,且玩家和帕鲁以地属性攻击命中敌方弱点时的伤害提升84%。(不可叠加)\"}', '为保护脆弱的本体,获得了坚硬的甲壳。 大半的触觉神经都集中在了手部和甲壳上, 偷偷摸一下它的本体也不会被发现。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"漩涡回旋\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"盔盔仔及亚种的专用技能。 利用水流喷射推进力, 一边高速旋转一边向敌人飞旋而去。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (252, 252, 'zh-Hans', '极道蛙', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 25.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,极道蛙会靠忠诚心和膨胀的腹部积蓄力量。 玩家在踩上去后能高高跳起。 若它在队伍中,玩家和帕鲁以暗属性攻击命中敌方弱点时的伤害提升25%。(不可叠加)\"}', '抛弃荣誉的武道蛙聚集在一起,衍生出的分支族群。 不论用上多么下作的手段也要狩猎掉盯上的猎物。 如果在午夜遇到了一群极道蛙, 那魂归天国的就是这边了。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗能弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射逐渐加速的黑暗能量弹\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (253, 253, 'zh-Hans', '碧月龙', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"碧月龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 骑乘期间玩家的攻击会转变为冰属性,且攻击力提升1%。\"}', '它的白色飘带会一直吸收周围的热量。 不可思议的是,飘带的温度不会有丝毫变化。 因为它的这种性质,曾致使人类对其疯狂猎捕, 导致它至今仍对人类抱有戒心。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"龙息炮\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"向敌人发射积蓄着龙属性力量的能量弹。 能量弹在着弹时将引发大范围爆炸。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (254, 254, 'zh-Hans', '桃晶鲸', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"珊瑚矿石\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": null, \"Tech\": \"桃晶鲸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 若它在队伍中,垂钓的捕获计量槽在小游戏开始时的初始位置升高7%,并且在判定条与鱼的图标重合期间,捕获计量槽的上升量增加9%。(不可叠加)\"}', '为了不再被错认成浮冰,硬生生将身体变为红色。 但是对于那些红色盲的帕鲁来说毫无意义, 努力只换来了空虚,到头来私人空间还是继续受到侵犯。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"冰鲸跃\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"凉晶鲸及亚种的专用技能。 笔直突进后短暂潜伏, 接着高高跃起进行攻击。 跃起时会引发冰属性爆炸。\"}]', '{\"Name\": \"桃晶鲸的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_IceNarwhal_Fire.png\", \"Description\": \"「红温冰山 桃晶鲸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (255, 255, 'zh-Hans', '炙灯鱼', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": \"炙灯鱼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 炙灯鱼的移动速度,会随着队伍中其他火属性或水属性帕鲁的数量提升,每只增加5%。\"}', '剧烈燃烧的拟饵,在烧烤猎物时也能用上。 被烤肉香气吸引来的帕鲁如果被炙灯鱼发现的话,那可是插翅难逃了。 它会一直热情款待,直到被吸引来的帕鲁肚子吃撑。', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (256, 256, 'zh-Hans', '粉粉布偶鲨', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,粉粉布偶鲨会帮忙分担负重,背包内武器的重量减轻60%,且玩家和帕鲁以火属性攻击命中敌方弱点时的伤害提升70%。(不可叠加)\"}', '从口部伸手进去也什么都摸不到,甚至能无止境地探向深处。 认为这是某种异次元空间的研究者们,突发奇想将其当作睡袋 试图把整个身子挤进去,但却导致它干呕了。 看来,还是有体内这个概念的。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"午时已到\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"布偶鲨及亚种的专用技能。 从口中取出两把水枪, 左右轮流射出6发水弹。 最后双枪合并,射出一发强力水弹。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (257, 257, 'zh-Hans', '缚乃伊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"与玩家并肩作战时,若缚乃伊陷入濒死状态,缚乃伊会消耗全部的饱腹度并复活。\"}', '如同金色绷带般的器官有着伸缩自如的特性。 若是处于极端干燥的环境下会发生断裂, 所以每天检查保湿必不可少。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"突袭木乃伊\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"缚乃伊的专用技能。 从手中伸长绷带,对敌人进行连续攻击。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (258, 258, 'zh-Hans', '曼波王', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"曼波王的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 若它在队伍中,会更容易钓上高潜力帕鲁。(不可叠加)\"}', '通过旋转螺旋桨般的尾巴获得推进力。 根据以前的研究,若是能忽视肉体的崩溃, 理论上能够实现时速141.6km/h的游泳速度。', '[{\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (259, 259, 'zh-Hans', '曼波皇', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"曼波皇的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 骑乘期间玩家的攻击会转变为雷属性,且攻击力提升1%。 此外,若它在队伍中,会更容易钓上高潜力帕鲁。(不可叠加)\"}', '通过旋转螺旋桨般的尾巴从而产生电力。 虽然理论上能产生1.21吉瓦的电力, 但是肉体会在瞬间崩溃,并没有实际应用价值。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (260, 260, 'zh-Hans', '墨罗娜', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"高品质恢复药\", \"Rate\": 50.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,并且所有队伍帕鲁的种类都不同时,玩家的攻击力会提升30%。(不可叠加)\"}', '经历过美好的体验之后,若不经历同等程度糟糕的体验就无法释怀。 若要精心养育墨罗娜的话, 必须要做好相应的心理准备。', '[{\"Name\": \"暗能弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射逐渐加速的黑暗能量弹\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑天鹅之舞\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"墨罗娜的专用技能。 向斜前方跃起,投掷黑色锋利的羽刃进行攻击。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (261, 261, 'zh-Hans', '电涡蜗', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点感电异常状态值。(不可叠加)\"}', '传统的健康疗法中有着,向浴缸中放入电涡蜗, 然后享受电疗浴的做法。 换句话说就是,古老偏方,切勿模仿。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}, {\"Name\": \"雷动八方\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"向八个方向召唤直线推进的雷击。\"}, {\"Name\": \"涡壳充电\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"电涡蜗及亚种的专用技能。 缩入壳中减伤并积蓄电能。 充满后释放电流,对周围敌人造成伤害。 放电后,短时间内自身雷属性技能攻击力提升。\"}]', '{\"Name\": \"电涡蜗的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_ElecSnail.png\", \"Description\": \"「慢吞吞的苍电 电涡蜗」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (262, 262, 'zh-Hans', '金涡蜗', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁受到的水属性伤害减轻15%,并且不会陷入浸湿状态。(不可叠加)\"}', '将滚烫的金涡蜗放进浴缸, 享受一场火热浴,这在遥远的古代曾经十分流行。 由于近年复古风潮兴起,它也再度成为了火热新趋势。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"涡壳充电\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"电涡蜗及亚种的专用技能。 缩入壳中减伤并积蓄电能。 充满后释放电流,对周围敌人造成伤害。 放电后,短时间内自身雷属性技能攻击力提升。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (263, 263, 'zh-Hans', '妖焰灯', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家射箭命中目标时会爆炸,额外造成相当于玩家攻击力15%的伤害。(不可叠加)\"}', '闪烁着妖异光芒的提灯,映照出世界的真实样貌。 若是感到提灯的光芒刺眼, 那想必是做了亏心事吧。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (264, 264, 'zh-Hans', '力士獒', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"力士獒的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的雷属性伤害减轻15%,并且不会陷入感电状态。(不可叠加)\"}', '曾经岛上有过力士獒相扑的娱乐活动, 若是最高级别的力士獒的话, 在受到草莽猪的突进攻击时, 结果反而是草莽猪会被击飞。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"四股踏\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"力士獒的专用技能。 高高抡起右后腿重踏地面,释放冲击波, 对前方扇形范围造成攻击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (265, 265, 'zh-Hans', '颚莉丝', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,玩家进行翻滚或滑步动作时,颚莉丝会卷起旋风攻击接触到的敌人(草属性 / 威力: 40)。(不可叠加)\"}', '什么奇怪的东西都毫不在意地往嘴里塞, 导致头顶的嘴有时会患上口腔溃疡。 每当这种时候,就由脸部的嘴来替代。 但是胡乱吃东西的毛病依然不改,最终两张嘴都得了口腔溃疡。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (266, 268, 'zh-Hans', '雪绵啾', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,提升对陷入冻结状态帕鲁的捕获概率。(不可叠加)\"}', '它脸颊周围的绒毛能吸收冲击力。 就算被击飞几米也没什么大不了的, 但整理羽毛很麻烦,痒的地方又挠不到, 总觉得有些烦乱、郁闷。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (267, 269, 'zh-Hans', '蒲蒲飞芽', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,提升对陷入缠绕状态帕鲁的捕获概率。(不可叠加)\"}', '它会将不好的记忆封存在绒毛球里。 风一吹,绒毛乘风而去, 忧郁的心情也随之飘散。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (268, 271, 'zh-Hans', '莉欧·莉涅', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的浇水工作适应性等级+1。(不可叠加)\"}', '要是缺了其中一方,就会从不知何处出现替补者。 然后两者就会像无事发生般,开始和睦的生活在一起。 对于莉欧·莉涅来说,最重要的是「和睦相处」。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (269, 272, 'zh-Hans', '紫狐娇', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攻及击中点燃状态的敌人时,会使敌人周边燃烧,对碰到火焰的敌人持续造成相当于玩家攻击力15%的伤害。(不可叠加)\"}', '虽然摆出一副双手叉腰,一副如画般的神气姿态, 但是实际上,由于尾巴和头发过于沉重, 它不过是为了不摔倒而拼命保持平衡罢了。', '[{\"Name\": \"暗能弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射逐渐加速的黑暗能量弹\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (270, 273, 'zh-Hans', '大红呱', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家进行翻滚或滑步动作时,无敌时间延长15%。(不可叠加)\"}', '有人认为它之所以经常摇头晃脑的,是为了拟态成被风吹动的花朵。 但是也有人反驳, 难道不是快速扭来扭去的红花看起来太掉SAN,所以谁都不想接近吗。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"落花踏\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"大红呱的专用技能。 先轻柔地浮空,再以利爪重重砸向地面。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (271, 274, 'zh-Hans', '沁莲龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"沁莲龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,会为玩家的攻击附加2点浸湿异常状态值。(不可叠加)\"}', '沁莲龙居住的水边,生有大量的外观相似的花朵。 研究者虽多次实验人工繁育花朵, 但只要进行了人为干预,无论怎样花朵都会枯萎。', '[{\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}, {\"Name\": \"怒放莲华\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"沁莲龙的专用技能。 潜入地下隐匿身形。 随后化作花苞现身地表,绽放时对大范围敌人发动攻击。\"}]', '{\"Name\": \"沁莲龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_LotusDragon.png\", \"Description\": \"「清涟不染之龙 沁莲龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (272, 275, 'zh-Hans', '霄龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"霄龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 霄龙的攻击力,会随着队伍中其他龙属性帕鲁的数量提升,每只增加4%。\"}', '灵环寄吾心,长相伴君身。 悠悠青天鉴,袅袅霄龙吟。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"绽裂龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"向敌人的位置发射充满龙属性的能量弹。 能量弹在着弹时将向周围扩散,在前方广范围引发爆炸。\"}, {\"Name\": \"水龙突进\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"霄龙的专用技能。 周身缠绕水流,笔直地向前猛冲。\"}, {\"Name\": \"苍龙炎\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"霄龙的专用技能。 喷吐龙属性烈焰横扫四方, 将周围尽数化为焦土。\"}, {\"Name\": \"天变之涡\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"霄龙的专用技能。 召唤直冲天际的巨大漩涡。 吞噬周围的敌人,将其一网打尽。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `bosspalsi18n` (`ID`, `BossPalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (273, 276, 'zh-Hans', '莉芳', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"莉芳的攻击力和防御力,会随着队伍中其他草属性帕鲁的数量提升,每只增加2%。\"}', '磨砺一脉相传的武术,唯有日日精进! 沉溺情爱乃荒唐无稽!唯有日日修行! 时机已至!向心仪之人发起攻势!唯有失恋! 恋爱之术未曾传承!此情唯有未竟!', '[{\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"三重风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"瞄准敌人发射 3发直线飞行的超高速风刃。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"连续回旋踢\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"莉芳的专用技能。 迅速连续施展回旋踢后,释放气功波进行攻击。\"}, {\"Name\": \"连环风刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"瞄准敌人射出无数风刃。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (274, 277, 'zh-Hans', '密林陶洛斯', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,密林陶洛斯会将力量分给玩家,让玩家的攻击转变为草属性,且攻击力提升30%。\"}', '角上的那片叶子,无论如何拉扯也不会掉落。 而当它自行飘落时, 密林陶洛斯便感应到自身大限将至。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"蛮牛奔袭\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"密林陶洛斯的专用技能。 狂暴地激发力量, 连续发动2次草属性突进。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (275, 278, 'zh-Hans', '冰峰陶洛斯', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家攻击浸湿状态的敌人时,一击就会让敌人陷入冻结状态。\"}', '只要一息尚存,头上的冰角就不会融化。 当水滴从冰角上滴落之时, 冰峰陶洛斯便会感觉到自己的身体逐渐变得冰冷。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"蛮牛冰袭\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"冰峰陶洛斯的专用技能。 狂暴地激发力量, 连续发动2次冰属性突进。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (276, 279, 'zh-Hans', '兔绣袖', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,其他队伍帕鲁的伙伴技能冷却时间缩短10%。(不可叠加)\"}', '爪尖的长毛是炫耀的资本。 它对于污渍很敏感,一直都小心翼翼的护理着毛发。 要是附近扬起了灰尘,就会露出非常嫌弃的表情。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (277, 280, 'zh-Hans', '暮尘蛾', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 8}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"古代文明核心\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攻击击中缠绕状态的敌人时,会使敌人爆炸,额外造成相当于玩家攻击力1%的伤害。(不可叠加) 另外,能让玩家与帕鲁不受世界树的爆炸孢子影响。\"}', '其自古时起便静静伫立在“世界树”旁,一直守护着什么。 现今暮尘蛾已然不知道要守护什么,又为什么要守护了。 毕竟,“世界树”会给予指引。 毕竟,被操纵的孢子们,也理应知晓敌人是谁。', '[{\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"巨大孢子\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"暮尘蛾的专用技能。 发射追踪敌人的巨大孢子。 命中后爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": \"暮尘蛾的羽毛\", \"Image\": \"/public/images/essential/T_itemicon_Essential_BossDefeatReward_Mothman.png\", \"Description\": \"成功讨伐「暮尘蛾」的证明。 可用于解除世界树最深处封印之室的屏障。\"}'), (278, 281, 'zh-Hans', '灵曦龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"灵曦龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 灵曦龙的攻击力和移动速度,会随着队伍中其他龙属性或暗属性帕鲁的数量提升,每只增加2%。\"}', '直到最近才被目击到的全新帕鲁。 性情沉稳又安静,只是想要自由的生活着。 已经,不再有任何束缚了。', '[{\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"切割龙息\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用龙属性的射线一扫前方。 被扫过地方将产生延迟爆炸。\"}, {\"Name\": \"三重陨星\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"召唤陨石接连落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"曳尾斩\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"灵曦龙的专用技能。 高速逼近敌人,以尾巴进行斩击。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}, {\"Name\": \"火花射线\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"灵曦龙及亚种的专用技能。 持续喷吐高温光线。 最终在光线落点引发剧烈爆炸。\"}]', '{\"Name\": \"灵曦龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_GhostDragon.png\", \"Description\": \"「自由之翼 灵曦龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (279, 282, 'zh-Hans', '狱熙龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"狱熙龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 狱熙龙的攻击力和移动速度,会随着队伍中其他龙属性或火属性帕鲁的数量提升,每只增加2%。\"}', '最近才开始被目击到的新型帕鲁。 性情暴躁,总是对什么东西发泄怒气。 已经,不会再去相信任何事物。', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (280, 283, 'zh-Hans', '夜蔓爵', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"古代文明核心\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"发动后,为玩家的攻击附加2点中毒异常状态值。(不可叠加) 若它在队伍中,玩家和帕鲁不会陷入中毒状态,并且不受世界树区域的毒气影响。\"}', '其自古时起便静静伫立在“世界树”旁,一直守护着什么。 现今夜蔓爵已经看不到要守护什么,又为什么要守护了。 毕竟,“世界树”知晓一切。 毕竟,唯有它操纵的浓雾能揭露那片真相。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}, {\"Name\": \"毒雾花滑\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"夜蔓爵的专用技能。 喷吐腐蚀雾的同时贴地滑行突进。 雾气会在原地残留一段时间。\"}]', '{\"Name\": \"夜蔓爵的花瓣\", \"Image\": \"/public/images/essential/T_itemicon_Essential_BossDefeatReward_FlowerPrince.png\", \"Description\": \"成功讨伐「夜蔓爵」的证明。 可用于解除世界树最深处封印之室的屏障。\"}'), (281, 284, 'zh-Hans', '枯星龙', '[]', '[]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_000.png\", \"Description\": \"这个帕鲁擅长的事情仍在调查中。\"}', '于遥远过去降临于帕洛斯群岛,神秘的帕鲁迎来其终焉。 作为灾厄带来过无数毁灭,后被长久封印。 最终被某位帕鲁驯养师所击败。', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (282, 285, 'zh-Hans', '燎火舞伶', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点点燃异常状态值。(不可叠加)\"}', '和敌人对峙时, 总是会做一些看似破绽百出的夸张动作。 可神奇的是,对手往往会被震慑住,愣愣地盯着它看。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": \"燎火舞伶的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_KabukiMan.png\", \"Description\": \"「燃尽喝彩的狂徒 燎火舞伶」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (283, 286, 'zh-Hans', '磐甲龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 8}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"超高热核心\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"磐甲龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的爆炸攻击伤害减轻60%,并且不会陷入眩晕状态。(不可叠加)\"}', '很久以前,在通信手段匮乏的年代, 人们曾通过闪烁磐甲龙翅膀内侧的光芒, 传递简单的信号。', '[{\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"绽裂龙息\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"向敌人的位置发射充满龙属性的能量弹。 能量弹在着弹时将向周围扩散,在前方广范围引发爆炸。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"龙息炮\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"向敌人发射积蓄着龙属性力量的能量弹。 能量弹在着弹时将引发大范围爆炸。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": \"磐甲龙的讨伐证明\", \"Image\": \"/public/images/other/T_icon_item_BossDefeatReward_DomeArmorDragon.png\", \"Description\": \"「编织光痕的守护龙 磐甲龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。\"}'), (284, 287, 'zh-Hans', '克苏鲁之眼', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"神圣锭\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后,克苏鲁之眼会向前方突进并攻击锁定的敌人。\"}', '【泰拉瑞亚联动】 来自异世界的怪物。 在这里似乎可以将其驯服。', '[{\"Name\": \"凝视突击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 15, \"Description\": \"克苏鲁之眼的专用技能。 多次朝敌人发起冲锋。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (285, 288, 'zh-Hans', '佐伊 & 暴电熊', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '\"Tower Boss Drops Missing.\"', '{\"Name\": null, \"Tech\": null, \"Image\": null, \"Description\": \"\"}', '', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 3, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 10, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (286, 289, 'zh-Hans', '奥沧鲸', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_KingWhale.png\", \"Description\": \"可骑在它的背上在空中飞行。 在据点最多只能召唤1只。 若它在据点里,会在据点上空持续盘旋,远程炮轰入侵据点的敌人。\"}', '怀揣着使命一直等待着,种群中最后的幸存者。 即便履行了职责的它呼唤着母亲, 回应的,也已经只剩余音。', '[{\"Name\": \"泡沫之雨\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"奥沧鲸的专用技能。 发射大量追踪泡泡。 泡泡着地后会停留在原地。 触碰或数秒后爆裂,对周围造成伤害。\"}, {\"Name\": \"泡沫聚涌\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"奥沧鲸的专用技能。 在敌人周围生成大量泡泡,将其团团包围并发动攻击。\"}, {\"Name\": \"波涛万仞\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"奥沧鲸的专用技能。 释放锋利的水刃,对敌人进行攻击。\"}, {\"Name\": \"潮涌袭浪\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"奥沧鲸的专用技能。 利用全身猛然撞击敌人,掀起波浪。\"}, {\"Name\": \"漩涡风暴\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"奥沧鲸的专用技能。 在敌人周围生成漩涡。 将敌人卷入并不断向中心收缩, 最终爆裂,掀起水柱。\"}, {\"Name\": \"巨鲸跃\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"奥沧鲸的专用技能。 潜入水中,片刻后破水而出。 借鲸跃之势,在周围掀起扩散的波纹。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (287, 290, 'zh-Hans', '暴电熊', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"暴电熊的机关枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用机关枪连续攻击。\"}', '它拥有豪迈的笑容和强壮的体格。 在自己认可的搭档面前会表现得相当温顺。 可是不知为何,一旦拿到机关枪时就会性情大变。', '[{\"Name\": \"霹雳连爪\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"暴电熊的专用技能。 飞扑向敌人,并用带电流的爪子将其劈开。 飞扑2次后,面向地面伸出爪子, 大范围扩散电流。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}]', '{\"Name\": \"改造帕鲁的污染核心\", \"Image\": \"/public/images/essential/T_itemicon_Essential_BossDefeatReward_BossRush.png\", \"Description\": \"成功讨伐被改造的帕鲁们的证明。 可用于解除世界树最深处封印之室的屏障。\"}'), (288, 291, 'zh-Hans', '百合女王', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"高品质恢复药\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}]', '{\"Name\": null, \"Tech\": \"利利金花装饰\", \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后便能通过女王的疗愈能力,为玩家和队伍内的帕鲁恢复80/82/84/86/90%的生命值。\"}', '这是一种充满慈爱且温和的帕鲁。 会照顾失去双亲的小帕鲁们。 管教方式是全力释放太阳光束。', '[{\"Name\": \"Unique LilyQueen LilyHealing Boss\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 300, \"Description\": \"\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (289, 292, 'zh-Hans', '波鲁杰克斯', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_ThunderDragonMan.png\", \"Description\": \"若它在队伍中,子弹击中敌人时,一同并肩作战的帕鲁的攻击力与防御力会提升1%。 该效果最多可累积30层,持续5秒。(不可叠加)\"}', '它的电击能从伤口进入,以此灼烧对手的全身。 波鲁杰克斯同类之间发生的争吵, 能在一瞬间决出胜负。', '[{\"Name\": \"雷神之怒\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"波鲁杰克斯的专用技能。 召唤数把雷枪,向敌人投掷而出,并引发爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (290, 293, 'zh-Hans', '荷鲁斯', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"荷鲁斯的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,击倒冰属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '一旦它发现猎物的族群, 就会用灼热的旋风,将那片区域焚烧殆尽。 因此荷鲁斯的栖息地总是飘荡着美味的气息。', '[{\"Name\": \"炎凰烈波\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 650, \"Cooldown\": 30, \"Description\": \"荷鲁斯的专用技能。 卷起数个灼热的龙卷风, 同时身缠烈焰,飞空向敌人突进。 龙卷风最终将融合为巨大火龙卷。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (291, 294, 'zh-Hans', '异构格里芬', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"塑钢\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"碳纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"异构格里芬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间的暗属性攻击将提升15%。 且飞行时移动速度会提升。\"}', '于癫狂尽头诞生的禁忌之存在。 它已与其他帕鲁毫无任何基因上的关联, 可能其存在早已脱离了帕鲁的范畴。', '[{\"Name\": \"神圣灾祸\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"异构格里芬的专用技能。 在向前猛冲的同时制造出光球。 光球会自动捕捉敌人,并射出大量激光。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (292, 295, 'zh-Hans', '辉月伊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 7}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"优质的布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"蓝宝石\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"辉月伊的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可坐在它背后的月亮在空中飞行。 骑乘期间的无属性和暗属性攻击将强化15%。\"}', '据传,其身后漂浮的形似新月的物体, 会随着世代的交替一点点的接近圆形。 至于到满月月相时会发生什么,就没有人知道了。', '[{\"Name\": \"皎月射线\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"辉月伊的专用技能。 将能量积蓄于背后的月亮, 然后向前方发出新月形的射线。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (293, 296, 'zh-Hans', '霜牙王', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"霜牙王的巨锤\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能挥下冰属性的大锤进行攻击。\"}', '一旦看见了圆形的物体,就不自觉的想要来上一拳。 对于霜牙王来说,仅次于生存的难题 就是完成堆雪人。', '[{\"Name\": \"烈冻爪\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"霜牙王的专用技能。 踩踏地面,在前方产生断裂的冰川。 之后一口气接近敌人,用右手将其撕裂。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (294, 297, 'zh-Hans', '霄龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": null, \"Tech\": \"霄龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 霄龙的攻击力,会随着队伍中其他龙属性帕鲁的数量提升,每只增加4%。\"}', '灵环寄吾心,长相伴君身。 悠悠青天鉴,袅袅霄龙吟。', '[{\"Name\": \"水龙突进\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"霄龙的专用技能。 周身缠绕水流,笔直地向前猛冲。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); -- -------------------------------------------------------- -- -- Table structure for table `breeding` -- CREATE TABLE `breeding` ( `ID` int NOT NULL, `EggPalID` int NOT NULL, `P1PalID` int NOT NULL, `P2PalID` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `breeding` -- INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (1, 1, 1, 1), (232, 1, 1, 232), (495, 1, 2, 225), (695, 1, 3, 156), (798, 1, 3, 259), (1288, 1, 5, 214), (1339, 1, 5, 265), (1460, 1, 6, 120), (1585, 1, 6, 245), (1635, 1, 7, 30), (1868, 1, 7, 263), (1888, 1, 8, 19), (2100, 1, 8, 231), (2372, 1, 9, 240), (2384, 1, 9, 252), (4812, 1, 19, 105), (5628, 1, 22, 169), (5812, 1, 23, 104), (5875, 1, 23, 167), (6558, 1, 26, 109), (6709, 1, 26, 260), (6753, 1, 27, 59), (6838, 1, 27, 144), (7542, 1, 30, 119), (8175, 1, 32, 269), (8232, 1, 33, 87), (8359, 1, 33, 214), (8742, 1, 35, 122), (8888, 1, 35, 268), (9295, 1, 37, 204), (9329, 1, 37, 238), (9440, 1, 38, 115), (9468, 1, 38, 143), (9746, 1, 39, 188), (9781, 1, 39, 223), (10399, 1, 42, 146), (10455, 1, 42, 202), (10923, 1, 44, 213), (10943, 1, 44, 233), (11104, 1, 45, 167), (11272, 1, 46, 109), (11343, 1, 46, 180), (11566, 1, 47, 178), (11623, 1, 47, 235), (12031, 1, 49, 196), (12040, 1, 49, 205), (12231, 1, 50, 174), (12239, 1, 50, 182), (12707, 1, 52, 208), (12767, 1, 52, 268), (12810, 1, 53, 92), (13097, 1, 54, 161), (13104, 1, 54, 168), (13496, 1, 56, 127), (13507, 1, 56, 138), (14240, 1, 59, 229), (14296, 1, 60, 73), (14337, 1, 60, 114), (14510, 1, 61, 76), (14672, 1, 61, 238), (14881, 1, 62, 236), (14962, 1, 63, 108), (15114, 1, 63, 260), (15269, 1, 64, 207), (15326, 1, 64, 264), (15509, 1, 65, 239), (15532, 1, 65, 262), (15631, 1, 66, 155), (15785, 1, 67, 103), (15838, 1, 67, 156), (16646, 1, 71, 154), (16729, 1, 71, 237), (16844, 1, 72, 151), (16871, 1, 72, 178), (16973, 1, 73, 81), (17476, 1, 75, 189), (17510, 1, 75, 223), (17587, 1, 76, 104), (17985, 1, 78, 111), (17986, 1, 78, 112), (18220, 1, 79, 153), (18283, 1, 79, 216), (18379, 1, 80, 120), (18451, 1, 80, 192), (18693, 1, 81, 243), (18989, 1, 83, 159), (19261, 1, 84, 243), (19280, 1, 84, 262), (19378, 1, 85, 172), (19461, 1, 85, 255), (19486, 1, 86, 94), (19488, 1, 86, 96), (19793, 1, 87, 216), (20270, 1, 90, 144), (20326, 1, 90, 200), (20629, 1, 92, 142), (21268, 1, 95, 247), (21278, 1, 95, 257), (21386, 1, 96, 189), (21990, 1, 99, 271), (22626, 1, 103, 224), (22994, 1, 105, 257), (23460, 1, 108, 228), (23985, 1, 111, 267), (24120, 1, 112, 242), (24231, 1, 113, 193), (24302, 1, 113, 264), (24345, 1, 114, 149), (24492, 1, 115, 139), (24648, 1, 116, 137), (24872, 1, 117, 206), (24917, 1, 117, 251), (25230, 1, 119, 255), (25494, 1, 121, 213), (25510, 1, 121, 229), (25649, 1, 122, 218), (26170, 1, 126, 147), (26358, 1, 127, 190), (26508, 1, 128, 195), (26561, 1, 128, 248), (26604, 1, 129, 148), (26665, 1, 129, 209), (27218, 1, 133, 196), (27229, 1, 133, 207), (27637, 1, 136, 203), (27693, 1, 136, 259), (27773, 1, 137, 204), (27848, 1, 138, 145), (28012, 1, 139, 175), (28293, 1, 141, 193), (28390, 1, 142, 160), (28602, 1, 143, 242), (28817, 1, 145, 202), (28993, 1, 146, 252), (29114, 1, 147, 246), (29222, 1, 148, 230), (29289, 1, 149, 174), (29583, 1, 151, 224), (29759, 1, 153, 161), (29891, 1, 154, 175), (30253, 1, 157, 188), (30263, 1, 157, 198), (30539, 1, 159, 246), (30576, 1, 160, 171), (30916, 1, 163, 180), (30973, 1, 163, 237), (31054, 1, 164, 210), (31496, 1, 168, 227), (31589, 1, 169, 217), (31909, 1, 172, 233), (31951, 1, 173, 176), (31984, 1, 173, 209), (32245, 1, 176, 177), (32349, 1, 177, 186), (32532, 1, 179, 181), (32573, 1, 179, 222), (32729, 1, 181, 195), (32855, 1, 182, 231), (32962, 1, 183, 248), (32984, 1, 183, 270), (32989, 1, 184, 187), (33022, 1, 184, 220), (33225, 1, 186, 250), (33521, 1, 190, 212), (33630, 1, 191, 240), (33635, 1, 191, 245), (33728, 1, 192, 258), (33837, 1, 194, 210), (33878, 1, 194, 251), (34090, 1, 197, 235), (34146, 1, 198, 217), (34406, 1, 201, 261), (34416, 1, 201, 271), (34537, 1, 203, 253), (34682, 1, 205, 263), (34729, 1, 206, 244), (34835, 1, 208, 221), (35049, 1, 211, 249), (35092, 1, 212, 232), (35464, 1, 218, 265), (35616, 1, 221, 261), (35639, 1, 222, 234), (35788, 1, 225, 239), (35907, 1, 227, 267), (35918, 1, 228, 234), (36253, 1, 236, 253), (36580, 1, 247, 250), (36746, 1, 254, 269), (129, 2, 1, 129), (173, 2, 1, 173), (272, 2, 2, 2), (353, 2, 2, 83), (604, 2, 3, 65), (764, 2, 3, 225), (871, 2, 4, 64), (940, 2, 4, 133), (1243, 2, 5, 169), (1272, 2, 5, 198), (1454, 2, 6, 114), (1514, 2, 6, 174), (1676, 2, 7, 71), (1768, 2, 7, 163), (1878, 2, 8, 9), (2015, 2, 8, 146), (2314, 2, 9, 182), (2926, 2, 11, 271), (3640, 2, 14, 208), (3693, 2, 14, 261), (3811, 2, 15, 122), (3957, 2, 15, 268), (4099, 2, 16, 154), (4182, 2, 16, 237), (4256, 2, 17, 56), (4390, 2, 17, 190), (4634, 2, 18, 180), (4691, 2, 18, 237), (5296, 2, 21, 87), (5423, 2, 21, 214), (5619, 2, 22, 160), (5914, 2, 23, 206), (5959, 2, 23, 251), (6534, 2, 26, 85), (6682, 2, 26, 233), (6875, 2, 27, 181), (6916, 2, 27, 222), (7395, 2, 29, 214), (7446, 2, 29, 265), (7489, 2, 30, 66), (7643, 2, 30, 220), (8154, 2, 32, 248), (8176, 2, 32, 270), (8333, 2, 33, 188), (8343, 2, 33, 198), (8492, 2, 34, 109), (8643, 2, 34, 260), (9413, 2, 38, 88), (9495, 2, 38, 170), (10201, 2, 41, 179), (10217, 2, 41, 195), (10335, 2, 42, 82), (10472, 2, 42, 219), (10531, 2, 43, 49), (10615, 2, 43, 133), (10913, 2, 44, 203), (10946, 2, 44, 236), (11143, 2, 45, 206), (11248, 2, 46, 85), (11282, 2, 46, 119), (11535, 2, 47, 147), (12022, 2, 49, 187), (12241, 2, 50, 184), (12486, 2, 51, 208), (12546, 2, 51, 268), (13022, 2, 54, 86), (13125, 2, 54, 189), (13519, 2, 56, 150), (13853, 2, 57, 269), (14167, 2, 59, 156), (14270, 2, 59, 259), (14285, 2, 60, 62), (14378, 2, 60, 155), (14726, 2, 62, 81), (15067, 2, 63, 213), (15087, 2, 63, 233), (15273, 2, 64, 211), (15406, 2, 65, 136), (15731, 2, 66, 255), (15907, 2, 67, 225), (15965, 2, 68, 79), (15973, 2, 68, 87), (16257, 2, 69, 168), (16356, 2, 69, 267), (16697, 2, 71, 205), (16840, 2, 72, 147), (16852, 2, 72, 159), (16972, 2, 73, 80), (17150, 2, 73, 258), (17693, 2, 76, 210), (17734, 2, 76, 251), (18032, 2, 78, 158), (18089, 2, 78, 215), (18174, 2, 79, 107), (18373, 2, 80, 114), (18703, 2, 81, 253), (18785, 2, 82, 145), (19069, 2, 83, 239), (19154, 2, 84, 136), (19271, 2, 84, 253), (19619, 2, 86, 227), (20003, 2, 88, 242), (20095, 2, 89, 151), (20122, 2, 89, 178), (20254, 2, 90, 128), (20307, 2, 90, 181), (20455, 2, 91, 148), (20516, 2, 91, 209), (20644, 2, 92, 157), (20704, 2, 92, 217), (21159, 2, 95, 138), (21223, 2, 95, 202), (21985, 2, 99, 266), (22160, 2, 100, 269), (22170, 2, 101, 108), (22322, 2, 101, 260), (22546, 2, 103, 144), (22602, 2, 103, 200), (22883, 2, 105, 146), (22939, 2, 105, 202), (23012, 2, 106, 109), (23083, 2, 106, 180), (23229, 2, 107, 161), (23733, 2, 110, 176), (23743, 2, 110, 186), (23911, 2, 111, 193), (24071, 2, 112, 193), (24142, 2, 112, 264), (24249, 2, 113, 211), (24549, 2, 115, 196), (24560, 2, 115, 207), (24689, 2, 116, 178), (24746, 2, 116, 235), (24906, 2, 117, 240), (24911, 2, 117, 245), (25138, 2, 119, 163), (25291, 2, 120, 164), (25321, 2, 120, 194), (25484, 2, 121, 203), (25540, 2, 121, 259), (25596, 2, 122, 165), (26266, 2, 126, 243), (26285, 2, 126, 262), (26345, 2, 127, 177), (26418, 2, 127, 250), (26688, 2, 129, 232), (27048, 2, 132, 167), (27336, 2, 134, 176), (27369, 2, 134, 209), (27953, 2, 138, 250), (28007, 2, 139, 170), (28567, 2, 143, 207), (28624, 2, 143, 264), (28644, 2, 144, 156), (28765, 2, 145, 150), (29177, 2, 148, 185), (29270, 2, 149, 155), (29559, 2, 151, 200), (29740, 2, 152, 261), (29750, 2, 152, 271), (29787, 2, 153, 189), (29821, 2, 153, 223), (30421, 2, 158, 242), (30517, 2, 159, 224), (30622, 2, 160, 217), (31036, 2, 164, 192), (31217, 2, 165, 265), (31590, 2, 169, 218), (31912, 2, 172, 236), (31987, 2, 173, 212), (32064, 2, 174, 191), (32167, 2, 175, 196), (32176, 2, 175, 205), (32375, 2, 177, 212), (32607, 2, 179, 256), (32815, 2, 182, 191), (33033, 2, 184, 231), (33224, 2, 186, 249), (33323, 2, 187, 263), (33360, 2, 188, 216), (33539, 2, 190, 230), (33667, 2, 192, 197), (33872, 2, 194, 245), (33903, 2, 195, 199), (34250, 2, 199, 248), (34587, 2, 204, 235), (34977, 2, 210, 238), (35147, 2, 213, 228), (35301, 2, 215, 267), (35313, 2, 216, 223), (35504, 2, 219, 252), (35567, 2, 220, 263), (35634, 2, 222, 229), (35913, 2, 228, 229), (36001, 2, 230, 232), (36183, 2, 234, 256), (36348, 2, 239, 246), (36378, 2, 240, 244), (36482, 2, 243, 258), (36504, 2, 244, 252), (36567, 2, 246, 262), (36579, 2, 247, 249), (36743, 2, 254, 266), (36747, 2, 254, 270), (542, 3, 3, 3), (109, 4, 1, 109), (180, 4, 1, 180), (237, 4, 1, 237), (392, 4, 2, 122), (535, 4, 2, 265), (538, 4, 2, 268), (811, 4, 4, 4), (850, 4, 4, 43), (1018, 4, 4, 211), (1501, 4, 6, 161), (1508, 4, 6, 168), (1607, 4, 6, 267), (1781, 4, 7, 176), (1791, 4, 7, 186), (1814, 4, 7, 209), (2210, 4, 9, 78), (2374, 4, 9, 242), (2399, 4, 9, 267), (4900, 4, 19, 193), (4914, 4, 19, 207), (4971, 4, 19, 264), (9301, 4, 37, 210), (9326, 4, 37, 235), (9463, 4, 38, 138), (9471, 4, 38, 146), (9527, 4, 38, 202), (10432, 4, 42, 179), (10448, 4, 42, 195), (10487, 4, 42, 234), (10693, 4, 43, 211), (12143, 4, 50, 86), (12250, 4, 50, 193), (13477, 4, 56, 108), (13603, 4, 56, 234), (13629, 4, 56, 260), (14309, 4, 60, 86), (14412, 4, 60, 189), (14446, 4, 60, 223), (14612, 4, 61, 178), (14669, 4, 61, 235), (15439, 4, 65, 169), (15458, 4, 65, 188), (15468, 4, 65, 198), (17153, 4, 73, 261), (17163, 4, 73, 271), (18020, 4, 78, 146), (18065, 4, 78, 191), (18147, 4, 79, 80), (18193, 4, 79, 126), (18325, 4, 79, 258), (18420, 4, 80, 161), (18427, 4, 80, 168), (18638, 4, 81, 188), (18639, 4, 81, 189), (18673, 4, 81, 223), (18952, 4, 83, 122), (19044, 4, 83, 214), (19095, 4, 83, 265), (19206, 4, 84, 188), (19216, 4, 84, 198), (19241, 4, 84, 223), (19354, 4, 85, 148), (19415, 4, 85, 209), (19541, 4, 86, 149), (19703, 4, 87, 126), (19823, 4, 87, 246), (19835, 4, 87, 258), (20332, 4, 90, 206), (20643, 4, 92, 156), (20690, 4, 92, 203), (20746, 4, 92, 259), (22562, 4, 103, 160), (22569, 4, 103, 167), (22721, 4, 104, 151), (22748, 4, 104, 178), (22805, 4, 104, 235), (23377, 4, 108, 145), (23422, 4, 108, 190), (23585, 4, 109, 190), (23627, 4, 109, 232), (24465, 4, 114, 269), (24467, 4, 114, 271), (25123, 4, 119, 148), (25151, 4, 119, 176), (25184, 4, 119, 209), (25393, 4, 120, 266), (25397, 4, 120, 270), (25670, 4, 122, 239), (26237, 4, 126, 214), (26307, 4, 127, 139), (26322, 4, 127, 154), (26405, 4, 127, 237), (27779, 4, 137, 210), (27820, 4, 137, 251), (27842, 4, 138, 139), (27857, 4, 138, 154), (28039, 4, 139, 202), (28794, 4, 145, 179), (28849, 4, 145, 234), (28983, 4, 146, 242), (29225, 4, 148, 233), (29304, 4, 149, 189), (29526, 4, 151, 167), (29928, 4, 154, 212), (30110, 4, 156, 160), (30664, 4, 160, 259), (30774, 4, 161, 258), (31342, 4, 167, 178), (31460, 4, 168, 191), (31597, 4, 169, 225), (32142, 4, 174, 269), (32273, 4, 176, 205), (32603, 4, 179, 252), (32655, 4, 180, 212), (32675, 4, 180, 232), (32893, 4, 182, 269), (33171, 4, 186, 196), (33180, 4, 186, 205), (33271, 4, 187, 211), (33569, 4, 190, 260), (33657, 4, 191, 267), (33736, 4, 192, 266), (33780, 4, 193, 231), (33944, 4, 195, 240), (33956, 4, 195, 252), (34027, 4, 196, 247), (34037, 4, 196, 257), (34154, 4, 198, 225), (34457, 4, 202, 242), (34666, 4, 205, 247), (34797, 4, 207, 247), (34807, 4, 207, 257), (34853, 4, 208, 239), (34857, 4, 208, 243), (34876, 4, 208, 262), (35097, 4, 212, 237), (35223, 4, 214, 246), (36074, 4, 231, 264), (36110, 4, 232, 260), (36370, 4, 239, 268), (36382, 4, 240, 248), (36404, 4, 240, 270), (36485, 4, 243, 261), (36495, 4, 243, 271), (36527, 4, 245, 248), (36545, 4, 245, 266), (36549, 4, 245, 270), (36570, 4, 246, 265), (36606, 4, 248, 252), (36789, 4, 257, 264), (36837, 4, 261, 262), (36853, 4, 262, 268), (1079, 5, 5, 5), (239, 6, 1, 239), (262, 6, 1, 262), (397, 6, 2, 127), (482, 6, 2, 212), (715, 6, 3, 176), (748, 6, 3, 209), (896, 6, 4, 89), (923, 6, 4, 116), (1182, 6, 5, 108), (1308, 6, 5, 234), (1346, 6, 6, 6), (1531, 6, 6, 191), (2109, 6, 8, 240), (2121, 6, 8, 252), (2212, 6, 9, 80), (2390, 6, 9, 258), (4067, 6, 16, 122), (4210, 6, 16, 265), (4425, 6, 17, 225), (4668, 6, 18, 214), (4719, 6, 18, 265), (4754, 6, 19, 47), (4904, 6, 19, 197), (5672, 6, 22, 213), (5692, 6, 22, 233), (5774, 6, 23, 66), (6637, 6, 26, 188), (6672, 6, 26, 223), (6733, 6, 27, 39), (6851, 6, 27, 157), (7515, 6, 30, 92), (7583, 6, 30, 160), (7944, 6, 32, 38), (8148, 6, 32, 242), (8324, 6, 33, 179), (8379, 6, 33, 234), (8462, 6, 34, 79), (8470, 6, 34, 87), (8729, 6, 35, 109), (8880, 6, 35, 260), (9204, 6, 37, 113), (9232, 6, 37, 141), (9579, 6, 38, 254), (9648, 6, 39, 90), (10100, 6, 41, 78), (10289, 6, 41, 267), (10427, 6, 42, 174), (10435, 6, 42, 182), (10598, 6, 43, 116), (10686, 6, 43, 204), (11173, 6, 45, 236), (11351, 6, 46, 188), (11361, 6, 46, 198), (11645, 6, 47, 257), (12002, 6, 49, 167), (12221, 6, 50, 164), (12251, 6, 50, 194), (12608, 6, 52, 109), (12679, 6, 52, 180), (12874, 6, 53, 156), (12977, 6, 53, 259), (13184, 6, 54, 248), (13206, 6, 54, 270), (13256, 6, 55, 103), (13309, 6, 55, 156), (13442, 6, 56, 73), (13483, 6, 56, 114), (14340, 6, 60, 117), (14467, 6, 60, 244), (14498, 6, 61, 64), (14547, 6, 61, 113), (15043, 6, 63, 189), (15077, 6, 63, 223), (15166, 6, 64, 104), (15352, 6, 65, 82), (15420, 6, 65, 150), (15552, 6, 66, 76), (15858, 6, 67, 176), (15868, 6, 67, 186), (16358, 6, 69, 269), (16661, 6, 71, 169), (16940, 6, 72, 247), (16950, 6, 72, 257), (17082, 6, 73, 190), (17377, 6, 75, 90), (17703, 6, 76, 220), (18073, 6, 78, 199), (18168, 6, 79, 101), (18450, 6, 80, 191), (18669, 6, 81, 219), (18694, 6, 81, 244), (18724, 6, 82, 84), (18957, 6, 83, 127), (18968, 6, 83, 138), (19237, 6, 84, 219), (19338, 6, 85, 132), (19614, 6, 86, 222), (19620, 6, 86, 228), (19683, 6, 87, 106), (19969, 6, 88, 208), (20022, 6, 88, 261), (20155, 6, 89, 211), (20458, 6, 91, 151), (20485, 6, 91, 178), (20742, 6, 92, 255), (20981, 6, 94, 137), (21141, 6, 95, 120), (21266, 6, 95, 245), (21858, 6, 99, 139), (21873, 6, 99, 154), (22223, 6, 101, 161), (22587, 6, 103, 185), (22703, 6, 104, 133), (22977, 6, 105, 240), (22982, 6, 105, 245), (23117, 6, 106, 214), (23450, 6, 108, 218), (23792, 6, 110, 235), (23984, 6, 111, 266), (24341, 6, 114, 145), (24815, 6, 117, 149), (25377, 6, 120, 250), (26169, 6, 126, 146), (26225, 6, 126, 202), (26506, 6, 128, 193), (26577, 6, 128, 264), (26603, 6, 129, 147), (26615, 6, 129, 159), (27114, 6, 132, 233), (27189, 6, 133, 167), (27338, 6, 134, 178), (27395, 6, 134, 235), (27582, 6, 136, 148), (27643, 6, 136, 209), (27710, 6, 137, 141), (27949, 6, 138, 246), (28091, 6, 139, 254), (28433, 6, 142, 203), (28489, 6, 142, 259), (28789, 6, 145, 174), (28999, 6, 146, 258), (29041, 6, 147, 173), (29245, 6, 148, 253), (29309, 6, 149, 194), (29463, 6, 150, 225), (29544, 6, 151, 185), (29793, 6, 153, 195), (29846, 6, 153, 248), (29917, 6, 154, 201), (30294, 6, 157, 229), (30440, 6, 158, 261), (30450, 6, 158, 271), (30523, 6, 159, 230), (30668, 6, 160, 263), (30905, 6, 163, 169), (30934, 6, 163, 198), (31075, 6, 164, 231), (31525, 6, 168, 256), (31682, 6, 170, 208), (31742, 6, 170, 268), (31778, 6, 171, 203), (31811, 6, 171, 236), (32355, 6, 177, 192), (32567, 6, 179, 216), (32664, 6, 180, 221), (32727, 6, 181, 193), (32876, 6, 182, 252), (32921, 6, 183, 207), (32978, 6, 183, 264), (33199, 6, 186, 224), (33264, 6, 187, 204), (33298, 6, 187, 238), (33455, 6, 189, 228), (33552, 6, 190, 243), (33720, 6, 192, 250), (33920, 6, 195, 216), (34086, 6, 197, 231), (34244, 6, 199, 242), (34285, 6, 200, 211), (34382, 6, 201, 237), (34461, 6, 202, 246), (34988, 6, 210, 249), (35099, 6, 212, 239), (35136, 6, 213, 217), (35305, 6, 215, 271), (35374, 6, 217, 229), (35459, 6, 218, 260), (35542, 6, 220, 238), (35592, 6, 221, 237), (35749, 6, 224, 247), (35906, 6, 227, 266), (35910, 6, 227, 270), (36093, 6, 232, 243), (36112, 6, 232, 262), (36777, 6, 256, 267), (916, 7, 4, 109), (987, 7, 4, 180), (1067, 7, 4, 260), (1612, 7, 7, 7), (1801, 7, 7, 196), (1810, 7, 7, 205), (6780, 7, 27, 86), (6883, 7, 27, 189), (9260, 7, 37, 169), (9289, 7, 37, 198), (9391, 7, 38, 66), (9561, 7, 38, 236), (10591, 7, 43, 109), (10662, 7, 43, 180), (10719, 7, 43, 237), (14603, 7, 61, 169), (15615, 7, 66, 139), (15630, 7, 66, 154), (18077, 7, 78, 203), (18110, 7, 78, 236), (18133, 7, 78, 259), (18170, 7, 79, 103), (18218, 7, 79, 151), (18245, 7, 79, 178), (19402, 7, 85, 196), (19413, 7, 85, 207), (19470, 7, 85, 264), (19482, 7, 86, 90), (19621, 7, 86, 229), (19728, 7, 87, 151), (19755, 7, 87, 178), (19812, 7, 87, 235), (20315, 7, 90, 189), (20349, 7, 90, 223), (20753, 7, 92, 266), (20757, 7, 92, 270), (22563, 7, 103, 161), (22570, 7, 103, 168), (23443, 7, 108, 211), (23606, 7, 109, 211), (25171, 7, 119, 196), (25180, 7, 119, 205), (25182, 7, 119, 207), (25641, 7, 122, 210), (25682, 7, 122, 251), (27738, 7, 137, 169), (27757, 7, 137, 188), (27767, 7, 137, 198), (28057, 7, 139, 220), (28250, 7, 141, 150), (29387, 7, 150, 141), (29520, 7, 151, 161), (29903, 7, 154, 187), (29936, 7, 154, 220), (30111, 7, 156, 161), (30118, 7, 156, 168), (30217, 7, 156, 267), (30671, 7, 160, 266), (31528, 7, 168, 259), (32471, 7, 178, 214), (32630, 7, 180, 187), (33297, 7, 187, 237), (33762, 7, 193, 213), (33778, 7, 193, 229), (33782, 7, 193, 233), (34526, 7, 203, 242), (34551, 7, 203, 267), (34693, 7, 206, 208), (34746, 7, 206, 261), (34753, 7, 206, 268), (34783, 7, 207, 233), (34865, 7, 208, 251), (35004, 7, 210, 265), (35007, 7, 210, 268), (35060, 7, 211, 260), (35183, 7, 213, 264), (35212, 7, 214, 235), (35541, 7, 220, 237), (36153, 7, 233, 264), (36229, 7, 235, 265), (36242, 7, 236, 242), (36688, 7, 251, 268), (36819, 7, 259, 267), (3, 8, 1, 3), (136, 8, 1, 136), (287, 8, 2, 17), (500, 8, 2, 230), (751, 8, 3, 212), (990, 8, 4, 183), (1287, 8, 5, 213), (1303, 8, 5, 229), (1457, 8, 6, 117), (1534, 8, 6, 194), (1806, 8, 7, 201), (1826, 8, 7, 221), (1877, 8, 8, 8), (2051, 8, 8, 182), (2296, 8, 9, 164), (2329, 8, 9, 197), (2794, 8, 11, 139), (2809, 8, 11, 154), (3123, 8, 12, 208), (3183, 8, 12, 268), (3612, 8, 14, 180), (3669, 8, 14, 237), (3798, 8, 15, 109), (3949, 8, 15, 260), (4114, 8, 16, 169), (4283, 8, 17, 83), (4623, 8, 18, 169), (4652, 8, 18, 198), (4823, 8, 19, 116), (4911, 8, 19, 204), (5388, 8, 21, 179), (5443, 8, 21, 234), (5662, 8, 22, 203), (5695, 8, 22, 236), (5768, 8, 23, 60), (5857, 8, 23, 149), (6417, 8, 25, 214), (6468, 8, 25, 265), (6727, 8, 27, 33), (6910, 8, 27, 216), (7289, 8, 29, 108), (7415, 8, 29, 234), (8113, 8, 32, 207), (8170, 8, 32, 264), (8374, 8, 33, 229), (8571, 8, 34, 188), (8606, 8, 34, 223), (8705, 8, 35, 85), (8853, 8, 35, 233), (9202, 8, 37, 111), (9203, 8, 37, 112), (9382, 8, 38, 57), (9425, 8, 38, 100), (9661, 8, 39, 103), (9714, 8, 39, 156), (9869, 8, 40, 78), (10033, 8, 40, 242), (10215, 8, 41, 193), (10437, 8, 42, 184), (10858, 8, 44, 148), (10997, 8, 45, 60), (11018, 8, 45, 81), (11255, 8, 46, 92), (11534, 8, 47, 146), (11590, 8, 47, 202), (11691, 8, 48, 79), (11773, 8, 48, 161), (12041, 8, 49, 206), (12133, 8, 50, 76), (12295, 8, 50, 238), (12387, 8, 51, 109), (12458, 8, 51, 180), (12584, 8, 52, 85), (12618, 8, 52, 119), (12783, 8, 53, 65), (12943, 8, 53, 225), (13378, 8, 55, 225), (13431, 8, 56, 62), (13524, 8, 56, 155), (13723, 8, 57, 139), (14187, 8, 59, 176), (14220, 8, 59, 209), (14546, 8, 61, 112), (14577, 8, 61, 143), (14835, 8, 62, 190), (15272, 8, 64, 210), (15313, 8, 64, 251), (15412, 8, 65, 142), (15809, 8, 67, 127), (15894, 8, 67, 212), (16065, 8, 68, 179), (16081, 8, 68, 195), (16355, 8, 69, 266), (16359, 8, 69, 270), (16652, 8, 71, 160), (16831, 8, 72, 138), (16895, 8, 72, 202), (17069, 8, 73, 177), (17142, 8, 73, 250), (17390, 8, 75, 103), (17438, 8, 75, 151), (17632, 8, 76, 149), (17992, 8, 78, 118), (18192, 8, 79, 125), (18376, 8, 80, 117), (18503, 8, 80, 244), (18621, 8, 81, 171), (18886, 8, 82, 246), (18980, 8, 83, 150), (19160, 8, 84, 142), (19189, 8, 84, 171), (19648, 8, 86, 256), (19702, 8, 87, 125), (19708, 8, 87, 131), (20191, 8, 89, 247), (20201, 8, 89, 257), (20279, 8, 90, 153), (20342, 8, 90, 216), (20454, 8, 91, 147), (20466, 8, 91, 159), (20650, 8, 92, 163), (21022, 8, 94, 178), (21079, 8, 94, 235), (21135, 8, 95, 114), (21195, 8, 95, 174), (21348, 8, 96, 151), (21375, 8, 96, 178), (21707, 8, 98, 161), (21714, 8, 98, 168), (21915, 8, 99, 196), (21924, 8, 99, 205), (22133, 8, 100, 242), (22251, 8, 101, 189), (22285, 8, 101, 223), (22400, 8, 102, 168), (22499, 8, 102, 267), (22685, 8, 104, 115), (22713, 8, 104, 143), (22911, 8, 105, 174), (22919, 8, 105, 182), (23091, 8, 106, 188), (23101, 8, 106, 198), (23263, 8, 107, 195), (23316, 8, 107, 248), (23397, 8, 108, 165), (23749, 8, 110, 192), (23855, 8, 111, 137), (24248, 8, 113, 210), (24446, 8, 114, 250), (24520, 8, 115, 167), (24768, 8, 116, 257), (25088, 8, 118, 267), (25196, 8, 119, 221), (25376, 8, 120, 249), (25429, 8, 121, 148), (25490, 8, 121, 209), (25566, 8, 122, 135), (25597, 8, 122, 166), (25851, 8, 123, 271), (25989, 8, 124, 261), (25999, 8, 124, 271), (26242, 8, 126, 219), (26392, 8, 127, 224), (26524, 8, 128, 211), (26695, 8, 129, 239), (26718, 8, 129, 262), (26954, 8, 131, 214), (27117, 8, 132, 236), (27228, 8, 133, 206), (27273, 8, 133, 251), (27307, 8, 134, 147), (27563, 8, 135, 265), (27666, 8, 136, 232), (27796, 8, 137, 227), (27927, 8, 138, 224), (28238, 8, 140, 269), (28335, 8, 141, 235), (28664, 8, 144, 176), (28674, 8, 144, 186), (28770, 8, 145, 155), (28938, 8, 146, 197), (29484, 8, 150, 246), (29633, 8, 152, 154), (29716, 8, 152, 237), (30107, 8, 156, 157), (30324, 8, 157, 259), (30478, 8, 159, 185), (30568, 8, 160, 163), (30834, 8, 162, 208), (30887, 8, 162, 261), (31035, 8, 164, 191), (31212, 8, 165, 260), (31327, 8, 166, 268), (31339, 8, 167, 175), (32018, 8, 173, 243), (32037, 8, 173, 262), (32406, 8, 177, 243), (32925, 8, 183, 211), (33054, 8, 184, 252), (33175, 8, 186, 200), (33562, 8, 190, 253), (33584, 8, 191, 194), (33719, 8, 192, 249), (33748, 8, 193, 199), (34034, 8, 196, 254), (34266, 8, 199, 264), (34321, 8, 200, 247), (34350, 8, 201, 205), (34501, 8, 203, 217), (34583, 8, 204, 231), (34804, 8, 207, 254), (35137, 8, 213, 218), (35300, 8, 215, 266), (35404, 8, 217, 259), (35432, 8, 218, 233), (35510, 8, 219, 258), (36008, 8, 230, 239), (36048, 8, 231, 238), (36103, 8, 232, 253), (36434, 8, 241, 269), (36510, 8, 244, 258), (1931, 9, 8, 62), (2141, 9, 9, 9), (2404, 10, 10, 10), (2418, 10, 10, 24), (3210, 10, 13, 36), (3267, 10, 13, 93), (5017, 10, 20, 58), (5035, 10, 20, 77), (5992, 10, 24, 36), (7012, 10, 28, 74), (13872, 10, 58, 74), (17772, 10, 77, 93), (2425, 11, 10, 31), (2666, 11, 11, 11), (2409, 12, 10, 15), (2445, 12, 10, 51), (2713, 12, 11, 58), (2732, 12, 11, 77), (2927, 12, 12, 12), (3081, 12, 12, 166), (3188, 12, 13, 14), (3326, 12, 13, 152), (3456, 12, 14, 24), (3725, 12, 15, 36), (4980, 12, 20, 21), (4988, 12, 20, 29), (5283, 12, 21, 74), (6007, 12, 24, 51), (6326, 12, 25, 123), (6327, 12, 25, 124), (6995, 12, 28, 57), (7038, 12, 28, 100), (7274, 12, 29, 93), (7768, 12, 31, 102), (7784, 12, 31, 118), (9021, 12, 36, 165), (9861, 12, 40, 70), (10017, 12, 40, 226), (11709, 12, 48, 97), (11853, 12, 48, 241), (13642, 12, 57, 58), (15960, 12, 68, 74), (16391, 12, 70, 100), (17831, 12, 77, 152), (20831, 12, 93, 165), (21470, 12, 97, 98), (21676, 12, 98, 130), (22362, 12, 102, 130), (25047, 12, 118, 226), (25711, 12, 123, 131), (25863, 12, 124, 135), (26015, 12, 125, 140), (26116, 12, 125, 241), (26880, 12, 131, 140), (27460, 12, 135, 162), (30792, 12, 162, 166), (2422, 13, 10, 28), (2452, 13, 10, 58), (3187, 13, 13, 13), (3251, 13, 13, 77), (4990, 13, 20, 31), (5184, 13, 20, 226), (6014, 13, 24, 58), (6033, 13, 24, 77), (6974, 13, 28, 36), (7740, 13, 31, 74), (8926, 13, 36, 70), (16384, 13, 70, 93), (17220, 13, 74, 130), (20892, 13, 93, 226), (1084, 14, 5, 10), (1110, 14, 5, 36), (2612, 14, 10, 218), (2670, 14, 11, 15), (2820, 14, 11, 165), (2931, 14, 12, 16), (2933, 14, 12, 18), (3209, 14, 13, 35), (3226, 14, 13, 52), (3446, 14, 14, 14), (3483, 14, 14, 51), (3841, 14, 15, 152), (4111, 14, 16, 166), (4616, 14, 18, 162), (5111, 14, 20, 153), (5174, 14, 20, 216), (5249, 14, 21, 40), (5309, 14, 21, 100), (5991, 14, 24, 35), (6174, 14, 24, 218), (6291, 14, 25, 88), (6373, 14, 25, 170), (7037, 14, 28, 99), (7139, 14, 28, 201), (7238, 14, 29, 57), (7281, 14, 29, 100), (7698, 14, 31, 32), (7865, 14, 31, 199), (8132, 14, 32, 226), (8181, 14, 33, 36), (8238, 14, 33, 93), (8506, 14, 34, 123), (8507, 14, 34, 124), (9859, 14, 40, 68), (10119, 14, 41, 97), (10152, 14, 41, 130), (11681, 14, 48, 69), (11827, 14, 48, 215), (12430, 14, 51, 152), (12576, 14, 52, 77), (13010, 14, 54, 74), (13749, 14, 57, 165), (13999, 14, 58, 201), (14019, 14, 58, 221), (16004, 14, 68, 118), (16187, 14, 69, 98), (16390, 14, 70, 99), (16545, 14, 70, 254), (17243, 14, 74, 153), (17900, 14, 77, 221), (19892, 14, 88, 131), (20882, 14, 93, 216), (21628, 14, 97, 256), (22185, 14, 101, 123), (22202, 14, 101, 140), (22339, 14, 102, 107), (23027, 14, 106, 124), (23065, 14, 106, 162), (23186, 14, 107, 118), (26033, 14, 125, 158), (26090, 14, 125, 215), (26797, 14, 130, 199), (26898, 14, 131, 158), (27468, 14, 135, 170), (35849, 14, 226, 254), (36421, 14, 241, 256), (1132, 15, 5, 58), (1151, 15, 5, 77), (2448, 15, 10, 54), (2547, 15, 10, 153), (2723, 15, 11, 68), (2762, 15, 11, 107), (3016, 15, 12, 101), (3207, 15, 13, 33), (3390, 15, 13, 216), (3453, 15, 14, 21), (3461, 15, 14, 29), (3704, 15, 15, 15), (3854, 15, 15, 165), (4070, 15, 16, 125), (4076, 15, 16, 131), (4479, 15, 18, 25), (4585, 15, 18, 131), (5069, 15, 20, 111), (5070, 15, 20, 112), (5361, 15, 21, 152), (6109, 15, 24, 153), (6172, 15, 24, 216), (6309, 15, 25, 106), (6973, 15, 28, 35), (7156, 15, 28, 218), (7232, 15, 29, 51), (7867, 15, 31, 201), (7887, 15, 31, 221), (8046, 15, 32, 140), (8147, 15, 32, 241), (8222, 15, 33, 77), (8518, 15, 34, 135), (8690, 15, 35, 70), (8910, 15, 36, 54), (9083, 15, 36, 227), (9860, 15, 40, 69), (10006, 15, 40, 215), (10145, 15, 41, 123), (10146, 15, 41, 124), (11782, 15, 48, 170), (12443, 15, 51, 165), (12569, 15, 52, 70), (12725, 15, 52, 226), (13691, 15, 57, 107), (14016, 15, 58, 218), (16038, 15, 68, 152), (16189, 15, 69, 100), (17202, 15, 74, 112), (17233, 15, 74, 143), (19859, 15, 88, 98), (19863, 15, 88, 102), (20777, 15, 93, 111), (20893, 15, 93, 227), (21471, 15, 97, 99), (21626, 15, 97, 254), (21716, 15, 98, 170), (21849, 15, 99, 130), (22228, 15, 101, 166), (22390, 15, 102, 158), (23038, 15, 106, 135), (24979, 15, 118, 158), (25036, 15, 118, 215), (25779, 15, 123, 199), (25984, 15, 124, 256), (26799, 15, 130, 201), (28168, 15, 140, 199), (30882, 15, 162, 256), (31224, 15, 166, 34), (35581, 15, 221, 226), (36419, 15, 241, 254), (3729, 16, 15, 40), (3961, 16, 16, 16), (53, 17, 1, 53), (142, 17, 1, 142), (332, 17, 2, 62), (523, 17, 2, 253), (782, 17, 3, 243), (801, 17, 3, 262), (861, 17, 4, 54), (1034, 17, 4, 227), (1693, 17, 7, 88), (1763, 17, 7, 158), (2033, 17, 8, 164), (2066, 17, 8, 197), (2242, 17, 9, 110), (2381, 17, 9, 249), (2602, 17, 10, 208), (2662, 17, 10, 268), (3024, 17, 12, 109), (3095, 17, 12, 180), (3296, 17, 13, 122), (3439, 17, 13, 265), (3601, 17, 14, 169), (3630, 17, 14, 198), (3877, 17, 15, 188), (3912, 17, 15, 223), (4158, 17, 16, 213), (4178, 17, 16, 233), (4217, 17, 17, 17), (4430, 17, 17, 230), (4667, 17, 18, 213), (4683, 17, 18, 229), (4801, 17, 19, 94), (4848, 17, 19, 141), (5229, 17, 20, 271), (5295, 17, 21, 86), (5607, 17, 22, 148), (5764, 17, 23, 56), (5853, 17, 23, 145), (6078, 17, 24, 122), (6224, 17, 24, 268), (6311, 17, 25, 108), (6437, 17, 25, 234), (6552, 17, 26, 103), (6605, 17, 26, 156), (6728, 17, 27, 34), (6800, 17, 27, 106), (7017, 17, 28, 79), (7025, 17, 28, 87), (7267, 17, 29, 86), (7370, 17, 29, 189), (7488, 17, 30, 65), (7507, 17, 30, 84), (7834, 17, 31, 168), (7933, 17, 31, 267), (7967, 17, 32, 61), (8010, 17, 32, 104), (8473, 17, 34, 90), (9064, 17, 36, 208), (9117, 17, 36, 261), (9132, 17, 37, 41), (9290, 17, 37, 199), (9465, 17, 38, 140), (9566, 17, 38, 241), (9734, 17, 39, 176), (9744, 17, 39, 186), (10159, 17, 41, 137), (10329, 17, 42, 76), (10491, 17, 42, 238), (10593, 17, 43, 111), (10709, 17, 43, 227), (10869, 17, 44, 159), (10993, 17, 45, 56), (11127, 17, 45, 190), (11319, 17, 46, 156), (11422, 17, 46, 259), (11562, 17, 47, 174), (11570, 17, 47, 182), (11807, 17, 48, 195), (11860, 17, 48, 248), (11895, 17, 49, 60), (11916, 17, 49, 81), (12121, 17, 50, 64), (12170, 17, 50, 113), (12466, 17, 51, 188), (12476, 17, 51, 198), (12591, 17, 52, 92), (12930, 17, 53, 212), (13147, 17, 54, 211), (13280, 17, 55, 127), (13365, 17, 55, 212), (13885, 17, 58, 87), (14012, 17, 58, 214), (14158, 17, 59, 147), (14356, 17, 60, 133), (14633, 17, 61, 199), (14728, 17, 62, 83), (14957, 17, 63, 103), (15005, 17, 63, 151), (15211, 17, 64, 149), (15525, 17, 65, 255), (15591, 17, 66, 115), (15619, 17, 66, 143), (15755, 17, 67, 73), (15925, 17, 67, 243), (16079, 17, 68, 193), (16285, 17, 69, 196), (16296, 17, 69, 207), (16370, 17, 70, 79), (16452, 17, 70, 161), (16695, 17, 71, 203), (16728, 17, 71, 236), (16807, 17, 72, 114), (16867, 17, 72, 174), (17116, 17, 73, 224), (17359, 17, 74, 269), (17473, 17, 75, 186), (17534, 17, 75, 247), (17628, 17, 76, 145), (17893, 17, 77, 214), (17944, 17, 77, 265), (17971, 17, 78, 97), (18004, 17, 78, 130), (18713, 17, 81, 263), (18769, 17, 82, 129), (18813, 17, 82, 173), (18985, 17, 83, 155), (19281, 17, 84, 263), (19376, 17, 85, 170), (19880, 17, 88, 119), (20064, 17, 89, 120), (20189, 17, 89, 245), (20227, 17, 90, 101), (20445, 17, 91, 138), (20509, 17, 91, 202), (20708, 17, 92, 221), (20927, 17, 93, 261), (20937, 17, 93, 271), (21101, 17, 94, 257), (21138, 17, 95, 117), (21215, 17, 95, 194), (21444, 17, 96, 247), (21454, 17, 96, 257), (21614, 17, 97, 242), (21794, 17, 98, 248), (21816, 17, 98, 270), (21886, 17, 99, 167), (22498, 17, 102, 266), (22502, 17, 102, 270), (22824, 17, 104, 254), (22901, 17, 105, 164), (22931, 17, 105, 194), (23132, 17, 106, 229), (23261, 17, 107, 193), (23332, 17, 107, 264), (23367, 17, 108, 135), (23561, 17, 109, 166), (23703, 17, 110, 146), (23905, 17, 111, 187), (24065, 17, 112, 187), (24098, 17, 112, 220), (24269, 17, 113, 231), (24420, 17, 114, 224), (24751, 17, 116, 240), (24756, 17, 116, 245), (24916, 17, 117, 250), (25087, 17, 118, 266), (25145, 17, 119, 170), (25327, 17, 120, 200), (25428, 17, 121, 147), (25440, 17, 121, 159), (25719, 17, 123, 139), (25734, 17, 123, 154), (25882, 17, 124, 154), (25965, 17, 124, 237), (26054, 17, 125, 179), (26070, 17, 125, 195), (26207, 17, 126, 184), (26353, 17, 127, 185), (26523, 17, 128, 210), (26606, 17, 129, 150), (26865, 17, 130, 267), (26919, 17, 131, 179), (26974, 17, 131, 234), (27171, 17, 133, 149), (27306, 17, 134, 146), (27362, 17, 134, 202), (27558, 17, 135, 260), (27673, 17, 136, 239), (27696, 17, 136, 262), (27825, 17, 137, 256), (27888, 17, 138, 185), (27977, 17, 139, 140), (28331, 17, 141, 231), (28462, 17, 142, 232), (28580, 17, 143, 220), (28680, 17, 144, 192), (29209, 17, 148, 217), (29468, 17, 150, 230), (29587, 17, 151, 228), (29648, 17, 152, 169), (29809, 17, 153, 211), (30080, 17, 155, 246), (30241, 17, 157, 176), (30274, 17, 157, 209), (30384, 17, 158, 205), (30606, 17, 160, 201), (30626, 17, 160, 221), (30742, 17, 161, 226), (30806, 17, 162, 180), (30863, 17, 162, 237), (30939, 17, 163, 203), (30995, 17, 163, 259), (31141, 17, 165, 189), (31175, 17, 165, 223), (31319, 17, 166, 260), (31418, 17, 167, 254), (31495, 17, 168, 226), (31765, 17, 171, 190), (31807, 17, 171, 232), (31901, 17, 172, 225), (31994, 17, 173, 219), (32207, 17, 175, 236), (32382, 17, 177, 219), (32407, 17, 177, 244), (32479, 17, 178, 222), (32485, 17, 178, 228), (32769, 17, 181, 235), (32821, 17, 182, 197), (32924, 17, 183, 210), (32965, 17, 183, 251), (33060, 17, 184, 258), (33639, 17, 191, 249), (33670, 17, 192, 200), (33995, 17, 196, 215), (34592, 17, 204, 240), (34604, 17, 204, 252), (34634, 17, 205, 215), (34894, 17, 209, 217), (35640, 17, 222, 235), (35804, 17, 225, 255), (36321, 17, 238, 252), (36355, 17, 239, 253), (36407, 17, 241, 242), (36502, 17, 244, 250), (1085, 18, 5, 11), (1088, 18, 5, 14), (1125, 18, 5, 51), (1226, 18, 5, 152), (2433, 18, 10, 39), (2469, 18, 10, 75), (2490, 18, 10, 96), (2551, 18, 10, 157), (2688, 18, 11, 33), (2808, 18, 11, 153), (2871, 18, 11, 216), (2941, 18, 12, 26), (2961, 18, 12, 46), (2978, 18, 12, 63), (3143, 18, 12, 228), (3196, 18, 13, 22), (3213, 18, 13, 39), (3331, 18, 13, 157), (3391, 18, 13, 217), (3465, 18, 14, 33), (3467, 18, 14, 35), (3650, 18, 14, 218), (3724, 18, 15, 35), (3741, 18, 15, 52), (3907, 18, 15, 218), (3910, 18, 15, 221), (3963, 18, 16, 18), (3979, 18, 16, 34), (4051, 18, 16, 106), (4472, 18, 18, 18), (4560, 18, 18, 106), (5052, 18, 20, 94), (5054, 18, 20, 96), (5071, 18, 20, 113), (5099, 18, 20, 141), (5308, 18, 21, 99), (5410, 18, 21, 201), (5430, 18, 21, 221), (5463, 18, 21, 254), (5487, 18, 22, 28), (5517, 18, 22, 58), (5536, 18, 22, 77), (5995, 18, 24, 39), (6031, 18, 24, 75), (6113, 18, 24, 157), (6173, 18, 24, 217), (6249, 18, 25, 46), (6274, 18, 25, 71), (6366, 18, 25, 163), (6378, 18, 25, 175), (6584, 18, 26, 135), (6611, 18, 26, 162), (6615, 18, 26, 166), (7070, 18, 28, 132), (7233, 18, 29, 52), (7280, 18, 29, 99), (7382, 18, 29, 201), (7402, 18, 29, 221), (7974, 18, 32, 68), (7975, 18, 32, 69), (8013, 18, 32, 107), (8202, 18, 33, 57), (8297, 18, 33, 152), (8471, 18, 34, 88), (8553, 18, 34, 170), (8671, 18, 35, 51), (8785, 18, 35, 165), (8895, 18, 36, 39), (8931, 18, 36, 75), (8950, 18, 36, 94), (8952, 18, 36, 96), (9845, 18, 40, 54), (9902, 18, 40, 111), (9944, 18, 40, 153), (10018, 18, 40, 227), (10091, 18, 41, 69), (10180, 18, 41, 158), (10237, 18, 41, 215), (11298, 18, 46, 135), (11329, 18, 46, 166), (11724, 18, 48, 112), (11727, 18, 48, 115), (11755, 18, 48, 143), (11787, 18, 48, 175), (12330, 18, 51, 52), (12496, 18, 51, 218), (12664, 18, 52, 165), (12993, 18, 54, 57), (13036, 18, 54, 100), (13054, 18, 54, 118), (13737, 18, 57, 153), (13800, 18, 57, 216), (13930, 18, 58, 132), (14015, 18, 58, 217), (14978, 18, 63, 124), (15016, 18, 63, 162), (15020, 18, 63, 166), (15136, 18, 64, 74), (15985, 18, 68, 99), (16087, 18, 68, 201), (16140, 18, 68, 254), (16288, 18, 69, 199), (16345, 18, 69, 256), (16423, 18, 70, 132), (16617, 18, 71, 125), (16623, 18, 71, 131), (16627, 18, 71, 135), (17184, 18, 74, 94), (17203, 18, 74, 113), (17231, 18, 74, 141), (17380, 18, 75, 93), (17811, 18, 77, 132), (17836, 18, 77, 157), (17896, 18, 77, 217), (19862, 18, 88, 101), (20017, 18, 88, 256), (20760, 18, 93, 94), (20762, 18, 93, 96), (20807, 18, 93, 141), (21500, 18, 97, 128), (21555, 18, 97, 183), (21657, 18, 98, 111), (21658, 18, 98, 112), (21661, 18, 98, 115), (21689, 18, 98, 143), (21826, 18, 99, 107), (22044, 18, 100, 153), (22107, 18, 100, 216), (22118, 18, 100, 227), (22220, 18, 101, 158), (22232, 18, 101, 170), (22343, 18, 102, 111), (22344, 18, 102, 112), (22375, 18, 102, 143), (22459, 18, 102, 227), (23073, 18, 106, 170), (23267, 18, 107, 199), (23322, 18, 107, 254), (23836, 18, 111, 118), (23996, 18, 112, 118), (24478, 18, 115, 125), (24484, 18, 115, 131), (25048, 18, 118, 227), (25708, 18, 123, 128), (25761, 18, 123, 181), (25802, 18, 123, 222), (25808, 18, 123, 228), (25909, 18, 124, 181), (25950, 18, 124, 222), (25956, 18, 124, 228), (26018, 18, 125, 143), (26050, 18, 125, 175), (26453, 18, 128, 140), (26554, 18, 128, 241), (26781, 18, 130, 183), (26903, 18, 131, 163), (26915, 18, 131, 175), (27461, 18, 135, 163), (28150, 18, 140, 181), (28152, 18, 140, 183), (28191, 18, 140, 222), (29695, 18, 152, 216), (29697, 18, 152, 218), (30435, 18, 158, 256), (30848, 18, 162, 222), (30854, 18, 162, 228), (30902, 18, 163, 166), (31153, 18, 165, 201), (31173, 18, 165, 221), (32775, 18, 181, 241), (32955, 18, 183, 241), (34217, 18, 199, 215), (35290, 18, 215, 256), (4726, 19, 19, 19), (24154, 19, 113, 116), (4979, 20, 20, 20), (5051, 20, 20, 93), (8930, 20, 36, 74), (17183, 20, 74, 93), (1171, 21, 5, 97), (1204, 21, 5, 130), (2509, 21, 10, 115), (2569, 21, 10, 175), (2743, 21, 11, 88), (2825, 21, 11, 170), (3014, 21, 12, 99), (3169, 21, 12, 254), (3286, 21, 13, 112), (3317, 21, 13, 143), (3590, 21, 14, 158), (3647, 21, 14, 215), (3758, 21, 15, 69), (3985, 21, 16, 40), (4045, 21, 16, 100), (4494, 21, 18, 40), (4572, 21, 18, 118), (5005, 21, 20, 46), (5121, 21, 20, 163), (5230, 21, 21, 21), (5277, 21, 21, 68), (6071, 21, 24, 115), (6099, 21, 24, 143), (6244, 21, 25, 41), (6402, 21, 25, 199), (6523, 21, 26, 74), (6992, 21, 28, 54), (7165, 21, 28, 227), (7249, 21, 29, 68), (7288, 21, 29, 107), (7699, 21, 31, 33), (7882, 21, 31, 216), (8041, 21, 32, 135), (8072, 21, 32, 166), (8275, 21, 33, 130), (8481, 21, 34, 98), (8485, 21, 34, 102), (8760, 21, 35, 140), (8861, 21, 35, 241), (8927, 21, 36, 71), (9031, 21, 36, 175), (10153, 21, 41, 131), (11237, 21, 46, 74), (11713, 21, 48, 101), (12347, 21, 51, 69), (12493, 21, 51, 215), (12622, 21, 52, 123), (12639, 21, 52, 140), (13006, 21, 54, 70), (13754, 21, 57, 170), (13909, 21, 58, 111), (14025, 21, 58, 227), (16444, 21, 70, 153), (16585, 21, 71, 93), (17790, 21, 77, 111), (17791, 21, 77, 112), (19913, 21, 88, 152), (20829, 21, 93, 163), (21590, 21, 97, 218), (21647, 21, 98, 101), (21881, 21, 99, 162), (22338, 21, 102, 106), (23021, 21, 106, 118), (23233, 21, 107, 165), (25801, 21, 123, 221), (25929, 21, 124, 201), (25949, 21, 124, 221), (26131, 21, 125, 256), (26996, 21, 131, 256), (27497, 21, 135, 199), (29637, 21, 152, 158), (29824, 21, 153, 226), (30827, 21, 162, 201), (31313, 21, 166, 254), (35316, 21, 216, 226), (35440, 21, 218, 241), (13, 22, 1, 13), (24, 22, 1, 24), (282, 22, 2, 12), (432, 22, 2, 162), (709, 22, 3, 170), (1119, 22, 5, 45), (1245, 22, 5, 171), (1437, 22, 6, 97), (1470, 22, 6, 130), (1967, 22, 8, 98), (1971, 22, 8, 102), (2163, 22, 9, 31), (2358, 22, 9, 226), (2584, 22, 10, 190), (2626, 22, 10, 232), (2784, 22, 11, 129), (2828, 22, 11, 173), (3154, 22, 12, 239), (3386, 22, 13, 212), (3449, 22, 14, 17), (3662, 22, 14, 230), (3771, 22, 15, 82), (3839, 22, 15, 150), (4081, 22, 16, 136), (4198, 22, 16, 253), (4251, 22, 17, 51), (4516, 22, 18, 62), (4707, 22, 18, 253), (5001, 22, 20, 42), (5103, 22, 20, 145), (5326, 22, 21, 117), (5453, 22, 21, 244), (5481, 22, 22, 22), (5676, 22, 22, 217), (5741, 22, 23, 33), (5924, 22, 23, 216), (6188, 22, 24, 232), (6276, 22, 25, 73), (6446, 22, 25, 243), (6479, 22, 26, 30), (6704, 22, 26, 255), (7076, 22, 28, 138), (7140, 22, 28, 202), (7400, 22, 29, 219), (7425, 22, 29, 244), (7486, 22, 30, 63), (7857, 22, 31, 191), (8016, 22, 32, 110), (8155, 22, 32, 249), (8190, 22, 33, 45), (8538, 22, 34, 155), (8673, 22, 35, 53), (8762, 22, 35, 142), (8912, 22, 36, 56), (9046, 22, 36, 190), (9886, 22, 40, 95), (10041, 22, 40, 250), (10327, 22, 42, 74), (10781, 22, 44, 71), (10873, 22, 44, 163), (11335, 22, 46, 172), (11418, 22, 46, 255), (11457, 22, 47, 69), (11603, 22, 47, 215), (11786, 22, 48, 174), (11794, 22, 48, 182), (12057, 22, 49, 222), (12063, 22, 49, 228), (12428, 22, 51, 150), (12552, 22, 52, 53), (12554, 22, 52, 55), (13140, 22, 54, 204), (13174, 22, 54, 238), (13374, 22, 55, 221), (13462, 22, 56, 93), (13757, 22, 57, 173), (13761, 22, 57, 177), (13925, 22, 58, 127), (13936, 22, 58, 138), (14126, 22, 59, 115), (14186, 22, 59, 175), (14751, 22, 62, 106), (15117, 22, 63, 263), (15190, 22, 64, 128), (15243, 22, 64, 181), (15770, 22, 67, 88), (15852, 22, 67, 170), (16003, 22, 68, 117), (16080, 22, 68, 194), (16286, 22, 69, 197), (16437, 22, 70, 146), (16493, 22, 70, 202), (16613, 22, 71, 121), (16851, 22, 72, 158), (16908, 22, 72, 215), (17023, 22, 73, 131), (17342, 22, 74, 252), (17636, 22, 76, 153), (17699, 22, 76, 216), (17806, 22, 77, 127), (17891, 22, 77, 212), (18356, 22, 80, 97), (18500, 22, 80, 241), (18805, 22, 82, 165), (18954, 22, 83, 124), (18992, 22, 83, 162), (19985, 22, 88, 224), (20055, 22, 89, 111), (20056, 22, 89, 112), (20406, 22, 91, 99), (20508, 22, 91, 201), (20811, 22, 93, 145), (21139, 22, 95, 118), (21728, 22, 98, 182), (21853, 22, 99, 134), (22068, 22, 100, 177), (22141, 22, 100, 250), (22246, 22, 101, 184), (22337, 22, 102, 105), (22855, 22, 105, 118), (23058, 22, 106, 155), (23232, 22, 107, 164), (23262, 22, 107, 194), (23811, 22, 110, 254), (23834, 22, 111, 116), (24078, 22, 112, 200), (24166, 22, 113, 128), (24221, 22, 113, 183), (24321, 22, 114, 125), (24327, 22, 114, 131), (24497, 22, 115, 144), (24738, 22, 116, 227), (25456, 22, 121, 175), (25706, 22, 123, 126), (25826, 22, 123, 246), (25974, 22, 124, 246), (26049, 22, 125, 174), (26163, 22, 126, 140), (26608, 22, 129, 152), (26789, 22, 130, 191), (27038, 22, 132, 157), (27098, 22, 132, 217), (27203, 22, 133, 181), (27244, 22, 133, 222), (27414, 22, 134, 254), (27541, 22, 135, 243), (27560, 22, 135, 262), (28227, 22, 140, 258), (28283, 22, 141, 183), (28448, 22, 142, 218), (28504, 22, 143, 144), (28560, 22, 143, 200), (28967, 22, 146, 226), (29709, 22, 152, 230), (29836, 22, 153, 238), (30403, 22, 158, 224), (30908, 22, 163, 172), (31171, 22, 165, 219), (31298, 22, 166, 239), (31321, 22, 166, 262), (31793, 22, 171, 218), (33090, 22, 185, 201), (33110, 22, 185, 221), (34251, 22, 199, 249), (34579, 22, 204, 227), (35947, 22, 228, 263), (36423, 22, 241, 258), (5634, 23, 22, 175), (5731, 23, 23, 23), (2407, 24, 10, 13), (2471, 24, 10, 77), (3198, 24, 13, 24), (4987, 24, 20, 28), (5029, 24, 20, 70), (5980, 24, 24, 24), (7031, 24, 28, 93), (8914, 24, 36, 58), (8933, 24, 36, 77), (13891, 24, 58, 93), (16365, 24, 70, 74), (17316, 24, 74, 226), (5987, 25, 24, 31), (6228, 25, 25, 25), (564, 26, 3, 25), (674, 26, 3, 135), (1231, 26, 5, 157), (1291, 26, 5, 217), (1889, 26, 8, 20), (1962, 26, 8, 93), (2489, 26, 10, 95), (2644, 26, 10, 250), (2765, 26, 11, 110), (2904, 26, 11, 249), (2987, 26, 12, 72), (3139, 26, 12, 224), (3347, 26, 13, 173), (3351, 26, 13, 177), (3523, 26, 14, 91), (3566, 26, 14, 134), (3744, 26, 15, 55), (3874, 26, 15, 185), (4004, 26, 16, 59), (4089, 26, 16, 144), (4228, 26, 17, 28), (4270, 26, 17, 70), (4513, 26, 18, 59), (4575, 26, 18, 121), (5140, 26, 20, 182), (5351, 26, 21, 142), (5380, 26, 21, 171), (5492, 26, 22, 33), (5675, 26, 22, 216), (5815, 26, 23, 107), (6133, 26, 24, 177), (6206, 26, 24, 250), (6339, 26, 25, 136), (6475, 26, 26, 26), (6512, 26, 26, 63), (7168, 26, 28, 230), (7234, 26, 29, 53), (7323, 26, 29, 142), (7679, 26, 30, 256), (7748, 26, 31, 82), (7885, 26, 31, 219), (7970, 26, 32, 64), (8039, 26, 32, 133), (8362, 26, 33, 217), (8427, 26, 34, 44), (8555, 26, 34, 172), (8659, 26, 35, 39), (8695, 26, 35, 75), (8951, 26, 36, 95), (8961, 26, 36, 105), (9776, 26, 39, 218), (10071, 26, 41, 49), (10285, 26, 41, 263), (10816, 26, 44, 106), (11005, 26, 45, 68), (11044, 26, 45, 107), (11226, 26, 46, 63), (11391, 26, 46, 228), (11512, 26, 47, 124), (11550, 26, 47, 162), (11674, 26, 48, 62), (11767, 26, 48, 155), (12034, 26, 49, 199), (12369, 26, 51, 91), (12463, 26, 51, 185), (12574, 26, 52, 75), (12595, 26, 52, 96), (12883, 26, 53, 165), (13318, 26, 55, 165), (13833, 26, 57, 249), (13927, 26, 58, 129), (14028, 26, 58, 230), (14770, 26, 62, 125), (15316, 26, 64, 254), (15817, 26, 67, 135), (15848, 26, 67, 166), (16057, 26, 68, 171), (16165, 26, 69, 76), (16327, 26, 69, 238), (16441, 26, 70, 150), (16673, 26, 71, 181), (16714, 26, 71, 222), (16855, 26, 72, 162), (17264, 26, 74, 174), (17272, 26, 74, 182), (17808, 26, 77, 129), (17852, 26, 77, 173), (18866, 26, 82, 226), (19850, 26, 88, 89), (19877, 26, 88, 116), (20114, 26, 89, 170), (20771, 26, 93, 105), (21045, 26, 94, 201), (21065, 26, 94, 221), (21418, 26, 96, 221), (21489, 26, 97, 117), (21616, 26, 97, 244), (21701, 26, 98, 155), (21832, 26, 99, 113), (21860, 26, 99, 141), (22234, 26, 101, 172), (22317, 26, 101, 255), (22416, 26, 102, 184), (23024, 26, 106, 121), (23709, 26, 110, 152), (24292, 26, 113, 254), (24481, 26, 115, 128), (24536, 26, 115, 183), (24669, 26, 116, 158), (24907, 26, 117, 241), (25005, 26, 118, 184), (25744, 26, 123, 164), (25777, 26, 123, 197), (25925, 26, 124, 197), (26128, 26, 125, 253), (26488, 26, 128, 175), (26817, 26, 130, 219), (26842, 26, 130, 244), (26876, 26, 131, 136), (26993, 26, 131, 253), (27034, 26, 132, 153), (27097, 26, 132, 216), (27221, 26, 133, 199), (27312, 26, 134, 152), (28133, 26, 140, 164), (28163, 26, 140, 194), (28301, 26, 141, 201), (28543, 26, 143, 183), (29464, 26, 150, 226), (30283, 26, 157, 218), (30383, 26, 158, 204), (30958, 26, 163, 222), (30964, 26, 163, 228), (31283, 26, 166, 224), (31674, 26, 170, 200), (32152, 26, 175, 181), (33868, 26, 194, 241), (34567, 26, 204, 215), (35272, 26, 215, 238), (36773, 26, 256, 263), (976, 27, 4, 169), (995, 27, 4, 188), (1005, 27, 4, 198), (1642, 27, 7, 37), (1666, 27, 7, 61), (1709, 27, 7, 104), (1772, 27, 7, 167), (4829, 27, 19, 122), (4915, 27, 19, 208), (4921, 27, 19, 214), (4972, 27, 19, 265), (4975, 27, 19, 268), (6721, 27, 27, 27), (6784, 27, 27, 90), (6923, 27, 27, 229), (9210, 27, 37, 119), (9304, 27, 37, 213), (9324, 27, 37, 233), (9531, 27, 38, 206), (10651, 27, 43, 169), (10680, 27, 43, 198), (12179, 27, 50, 122), (12265, 27, 50, 208), (12318, 27, 50, 261), (12325, 27, 50, 268), (12328, 27, 50, 271), (14431, 27, 60, 208), (14484, 27, 60, 261), (14492, 27, 60, 269), (14494, 27, 60, 271), (14519, 27, 61, 85), (14553, 27, 61, 119), (14639, 27, 61, 205), (14667, 27, 61, 233), (15539, 27, 65, 269), (15742, 27, 66, 266), (18022, 27, 78, 148), (18215, 27, 79, 148), (18243, 27, 79, 176), (18253, 27, 79, 186), (18276, 27, 79, 209), (18314, 27, 79, 247), (18711, 27, 81, 261), (18719, 27, 81, 269), (18721, 27, 81, 271), (19287, 27, 84, 269), (19289, 27, 84, 271), (19290, 27, 85, 37), (19310, 27, 85, 104), (19343, 27, 85, 137), (19753, 27, 87, 176), (19763, 27, 87, 186), (19786, 27, 87, 209), (19824, 27, 87, 247), (19834, 27, 87, 257), (20339, 27, 90, 213), (20355, 27, 90, 229), (20680, 27, 92, 193), (20683, 27, 92, 196), (20694, 27, 92, 207), (20751, 27, 92, 264), (22510, 27, 103, 108), (22581, 27, 103, 179), (22597, 27, 103, 195), (22636, 27, 103, 234), (22650, 27, 103, 248), (22689, 27, 104, 119), (22766, 27, 104, 196), (22775, 27, 104, 205), (23383, 27, 108, 151), (23410, 27, 108, 178), (23467, 27, 108, 235), (23573, 27, 109, 178), (23605, 27, 109, 210), (23630, 27, 109, 235), (23646, 27, 109, 251), (25112, 27, 119, 137), (25142, 27, 119, 167), (25662, 27, 122, 231), (25678, 27, 122, 247), (25688, 27, 122, 257), (27782, 27, 137, 213), (27798, 27, 137, 229), (27802, 27, 137, 233), (28043, 27, 139, 206), (28088, 27, 139, 251), (29153, 27, 148, 161), (29160, 27, 148, 168), (29259, 27, 148, 267), (29323, 27, 149, 208), (29376, 27, 149, 261), (29383, 27, 149, 268), (29386, 27, 149, 271), (29538, 27, 151, 179), (29554, 27, 151, 195), (29593, 27, 151, 234), (29619, 27, 151, 260), (29922, 27, 154, 206), (29926, 27, 154, 210), (29967, 27, 154, 251), (30129, 27, 156, 179), (30145, 27, 156, 195), (30184, 27, 156, 234), (30198, 27, 156, 248), (30220, 27, 156, 270), (30598, 27, 160, 193), (30601, 27, 160, 196), (30610, 27, 160, 205), (30612, 27, 160, 207), (30669, 27, 160, 264), (30692, 27, 161, 176), (30702, 27, 161, 186), (30725, 27, 161, 209), (31360, 27, 167, 196), (31369, 27, 167, 205), (31371, 27, 167, 207), (31445, 27, 168, 176), (31478, 27, 168, 209), (31559, 27, 169, 187), (31583, 27, 169, 211), (32282, 27, 176, 214), (32436, 27, 178, 179), (32491, 27, 178, 234), (32517, 27, 178, 260), (32610, 27, 179, 259), (32649, 27, 180, 206), (32653, 27, 180, 210), (32678, 27, 180, 235), (32694, 27, 180, 251), (33189, 27, 186, 214), (33240, 27, 186, 265), (33355, 27, 188, 211), (33907, 27, 195, 203), (33963, 27, 195, 259), (34140, 27, 198, 211), (34532, 27, 203, 248), (34550, 27, 203, 266), (34554, 27, 203, 270), (34722, 27, 206, 237), (34845, 27, 208, 231), (34944, 27, 209, 267), (34976, 27, 210, 237), (34999, 27, 210, 260), (35023, 27, 211, 223), (35224, 27, 214, 247), (35234, 27, 214, 257), (35818, 27, 225, 269), (36071, 27, 231, 261), (36075, 27, 231, 265), (36078, 27, 231, 268), (36162, 27, 234, 235), (36224, 27, 235, 260), (36248, 27, 236, 248), (36266, 27, 236, 266), (36270, 27, 236, 270), (36286, 27, 237, 251), (36595, 27, 247, 265), (36613, 27, 248, 259), (36790, 27, 257, 265), (36793, 27, 257, 268), (36818, 27, 259, 266), (36822, 27, 259, 270), (2491, 28, 10, 97), (2635, 28, 10, 241), (3205, 28, 13, 31), (3304, 28, 13, 130), (5081, 28, 20, 123), (5082, 28, 20, 124), (6053, 28, 24, 97), (6086, 28, 24, 130), (6966, 28, 28, 28), (7008, 28, 28, 70), (7743, 28, 31, 77), (8996, 28, 36, 140), (9097, 28, 36, 241), (13868, 28, 58, 70), (14024, 28, 58, 226), (17214, 28, 74, 124), (17252, 28, 74, 162), (17905, 28, 77, 226), (20789, 28, 93, 123), (20806, 28, 93, 140), (1105, 29, 5, 31), (1300, 29, 5, 226), (2506, 29, 10, 112), (2537, 29, 10, 143), (2813, 29, 11, 158), (2870, 29, 11, 215), (2947, 29, 12, 32), (3114, 29, 12, 199), (3285, 29, 13, 111), (3401, 29, 13, 227), (3501, 29, 14, 69), (3757, 29, 15, 68), (3796, 29, 15, 107), (4047, 29, 16, 102), (4063, 29, 16, 118), (4552, 29, 18, 98), (4556, 29, 18, 102), (5030, 29, 20, 71), (5133, 29, 20, 175), (5238, 29, 21, 29), (5374, 29, 21, 165), (6067, 29, 24, 111), (6068, 29, 24, 112), (6459, 29, 25, 256), (7091, 29, 28, 153), (7154, 29, 28, 216), (7210, 29, 29, 29), (7884, 29, 31, 218), (8068, 29, 32, 162), (8215, 29, 33, 70), (8371, 29, 33, 226), (8431, 29, 34, 48), (8508, 29, 34, 125), (8717, 29, 35, 97), (8750, 29, 35, 130), (8971, 29, 36, 115), (8999, 29, 36, 143), (9961, 29, 40, 170), (10157, 29, 41, 135), (10188, 29, 41, 166), (11718, 29, 48, 106), (12385, 29, 51, 107), (12596, 29, 52, 97), (12740, 29, 52, 241), (12994, 29, 54, 58), (13013, 29, 54, 77), (13672, 29, 57, 88), (13742, 29, 57, 158), (13951, 29, 58, 153), (16241, 29, 69, 152), (16507, 29, 70, 216), (16566, 29, 71, 74), (17253, 29, 74, 163), (17906, 29, 77, 227), (19861, 29, 88, 100), (20781, 29, 93, 115), (20841, 29, 93, 175), (21652, 29, 98, 106), (21842, 29, 99, 123), (21843, 29, 99, 124), (22061, 29, 100, 170), (22187, 29, 101, 125), (22193, 29, 101, 131), (25781, 29, 123, 201), (25982, 29, 124, 254), (26816, 29, 130, 218), (27554, 29, 135, 256), (28170, 29, 140, 201), (28190, 29, 140, 221), (29694, 29, 152, 215), (30880, 29, 162, 254), (31116, 29, 165, 68), (31258, 29, 166, 199), (35596, 29, 221, 241), (57, 30, 1, 57), (100, 30, 1, 100), (428, 30, 2, 158), (485, 30, 2, 215), (651, 30, 3, 112), (682, 30, 3, 143), (1191, 30, 5, 117), (1268, 30, 5, 194), (1361, 30, 6, 21), (1369, 30, 6, 29), (1903, 30, 8, 34), (1970, 30, 8, 101), (2147, 30, 9, 15), (2297, 30, 9, 165), (2570, 30, 10, 176), (2603, 30, 10, 209), (2782, 30, 11, 127), (2867, 30, 11, 212), (3062, 30, 12, 147), (3360, 30, 13, 186), (3421, 30, 13, 247), (3570, 30, 14, 138), (3634, 30, 14, 202), (3835, 30, 15, 146), (4018, 30, 16, 73), (4059, 30, 16, 114), (4299, 30, 17, 99), (4401, 30, 17, 201), (4568, 30, 18, 114), (4628, 30, 18, 174), (4735, 30, 19, 28), (4765, 30, 19, 58), (5289, 30, 21, 80), (5482, 30, 22, 23), (5504, 30, 22, 45), (5925, 30, 23, 217), (6132, 30, 24, 176), (6142, 30, 24, 186), (6323, 30, 25, 120), (6448, 30, 25, 245), (6633, 30, 26, 184), (7169, 30, 28, 231), (7372, 30, 29, 191), (7453, 30, 30, 30), (7678, 30, 30, 255), (7726, 30, 31, 60), (7815, 30, 31, 149), (8035, 30, 32, 129), (8079, 30, 32, 173), (8309, 30, 33, 164), (8339, 30, 33, 194), (8565, 30, 34, 182), (8839, 30, 35, 219), (8864, 30, 35, 244), (9004, 30, 36, 148), (9065, 30, 36, 209), (9762, 30, 39, 204), (9796, 30, 39, 238), (9981, 30, 40, 190), (10023, 30, 40, 232), (10199, 30, 41, 177), (10272, 30, 41, 250), (10301, 30, 42, 48), (10351, 30, 42, 98), (10759, 30, 44, 49), (11069, 30, 45, 132), (11347, 30, 46, 184), (11442, 30, 47, 54), (11541, 30, 47, 153), (11864, 30, 48, 252), (12007, 30, 49, 172), (12127, 30, 50, 70), (12283, 30, 50, 226), (12424, 30, 51, 146), (12480, 30, 51, 202), (12581, 30, 52, 82), (12718, 30, 52, 219), (13008, 30, 54, 72), (13471, 30, 56, 102), (13487, 30, 56, 118), (13796, 30, 57, 212), (14055, 30, 58, 257), (14075, 30, 59, 64), (14124, 30, 59, 113), (14353, 30, 60, 130), (14716, 30, 62, 71), (14820, 30, 62, 175), (15183, 30, 64, 121), (15410, 30, 65, 140), (15511, 30, 65, 241), (15793, 30, 67, 111), (15794, 30, 67, 112), (15966, 30, 68, 80), (16144, 30, 68, 258), (16172, 30, 69, 83), (16335, 30, 69, 246), (16522, 30, 70, 231), (16647, 30, 71, 155), (16920, 30, 72, 227), (17491, 30, 75, 204), (17640, 30, 76, 157), (17700, 30, 76, 217), (17926, 30, 77, 247), (17936, 30, 77, 257), (18547, 30, 81, 97), (18580, 30, 81, 130), (18861, 30, 82, 221), (19045, 30, 83, 215), (19115, 30, 84, 97), (19259, 30, 84, 241), (20000, 30, 88, 239), (20023, 30, 88, 262), (20038, 30, 89, 94), (20040, 30, 89, 96), (20490, 30, 91, 183), (20814, 30, 93, 148), (21044, 30, 94, 200), (21277, 30, 95, 256), (21313, 30, 96, 116), (21691, 30, 98, 145), (21949, 30, 99, 230), (22123, 30, 100, 232), (22167, 30, 101, 105), (22377, 30, 102, 145), (23077, 30, 106, 174), (23085, 30, 106, 182), (23194, 30, 107, 126), (23326, 30, 107, 258), (23685, 30, 110, 128), (23738, 30, 110, 181), (23942, 30, 111, 224), (24182, 30, 113, 144), (24489, 30, 115, 136), (24606, 30, 115, 253), (24625, 30, 116, 75), (24884, 30, 117, 218), (25011, 30, 118, 190), (25262, 30, 120, 135), (25414, 30, 121, 133), (25805, 30, 123, 225), (25887, 30, 124, 159), (26115, 30, 125, 240), (26127, 30, 125, 252), (26320, 30, 127, 152), (26447, 30, 128, 134), (26710, 30, 129, 254), (26980, 30, 131, 240), (26985, 30, 131, 245), (27052, 30, 132, 171), (27153, 30, 133, 44), (27343, 30, 134, 183), (27490, 30, 135, 192), (27577, 30, 136, 143), (27855, 30, 138, 152), (28194, 30, 140, 225), (28244, 30, 141, 144), (28300, 30, 141, 200), (29030, 30, 147, 162), (29341, 30, 149, 226), (29439, 30, 150, 201), (29459, 30, 150, 221), (29795, 30, 153, 197), (29997, 30, 155, 163), (30303, 30, 157, 238), (30418, 30, 158, 239), (30455, 30, 159, 162), (31060, 30, 164, 216), (31143, 30, 165, 191), (31251, 30, 166, 192), (31717, 30, 170, 243), (31736, 30, 170, 262), (31939, 30, 172, 263), (31974, 30, 173, 199), (32224, 30, 175, 253), (32362, 30, 177, 199), (32783, 30, 181, 249), (34071, 30, 197, 216), (35443, 30, 218, 244), (35654, 30, 222, 249), (35729, 30, 224, 227), (36023, 30, 230, 254), (36655, 30, 250, 256), (36757, 30, 255, 263), (2406, 31, 10, 12), (2560, 31, 10, 166), (2939, 31, 12, 24), (3298, 31, 13, 124), (3336, 31, 13, 162), (4984, 31, 20, 25), (5089, 31, 20, 131), (6118, 31, 24, 162), (6296, 31, 25, 93), (7078, 31, 28, 140), (7179, 31, 28, 241), (7697, 31, 31, 31), (7796, 31, 31, 130), (8991, 31, 36, 135), (9022, 31, 36, 166), (13921, 31, 58, 123), (13938, 31, 58, 140), (16388, 31, 70, 97), (16532, 31, 70, 241), (17215, 31, 74, 125), (17221, 31, 74, 131), (17802, 31, 77, 123), (17803, 31, 77, 124), (20801, 31, 93, 135), (21598, 31, 97, 226), (26824, 31, 130, 226), (1090, 32, 5, 16), (1092, 32, 5, 18), (1180, 32, 5, 106), (2453, 32, 10, 59), (2483, 32, 10, 89), (2538, 32, 10, 144), (2594, 32, 10, 200), (2783, 32, 11, 128), (2836, 32, 11, 181), (2877, 32, 11, 222), (2883, 32, 11, 228), (2954, 32, 12, 39), (2990, 32, 12, 75), (3011, 32, 12, 96), (3072, 32, 12, 157), (3218, 32, 13, 44), (3233, 32, 13, 59), (3295, 32, 13, 121), (3318, 32, 13, 144), (3458, 32, 14, 26), (3495, 32, 14, 63), (3654, 32, 14, 222), (3660, 32, 14, 228), (3715, 32, 15, 26), (3735, 32, 15, 46), (3752, 32, 15, 63), (3852, 32, 15, 163), (3978, 32, 16, 33), (4161, 32, 16, 216), (4163, 32, 16, 218), (4487, 32, 18, 33), (4489, 32, 18, 35), (4672, 32, 18, 218), (5047, 32, 20, 89), (5074, 32, 20, 116), (5162, 32, 20, 204), (5196, 32, 20, 238); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (5280, 32, 21, 71), (5324, 32, 21, 115), (5372, 32, 21, 163), (5384, 32, 21, 175), (5484, 32, 22, 25), (5584, 32, 22, 125), (5590, 32, 22, 131), (5594, 32, 22, 135), (6015, 32, 24, 59), (6077, 32, 24, 121), (6100, 32, 24, 144), (6156, 32, 24, 200), (6335, 32, 25, 132), (6360, 32, 25, 157), (6420, 32, 25, 217), (6500, 32, 26, 51), (6614, 32, 26, 165), (6968, 32, 28, 30), (6982, 32, 28, 44), (7110, 32, 28, 172), (7193, 32, 28, 255), (7227, 32, 29, 46), (7252, 32, 29, 71), (7344, 32, 29, 163), (7356, 32, 29, 175), (7454, 32, 30, 31), (7493, 32, 30, 70), (7649, 32, 30, 226), (7715, 32, 31, 49), (7799, 32, 31, 133), (7929, 32, 31, 263), (7938, 32, 32, 32), (7947, 32, 32, 41), (8105, 32, 32, 199), (8160, 32, 32, 254), (8315, 32, 33, 170), (8418, 32, 34, 35), (8435, 32, 34, 52), (8601, 32, 34, 218), (8604, 32, 34, 221), (8721, 32, 35, 101), (8726, 32, 35, 106), (8945, 32, 36, 89), (8972, 32, 36, 116), (9000, 32, 36, 144), (9056, 32, 36, 200), (9693, 32, 39, 135), (9720, 32, 39, 162), (9724, 32, 39, 166), (9919, 32, 40, 128), (9974, 32, 40, 183), (10121, 32, 41, 99), (10223, 32, 41, 201), (10276, 32, 41, 254), (10768, 32, 44, 58), (10787, 32, 44, 77), (11214, 32, 46, 51), (11328, 32, 46, 165), (11744, 32, 48, 132), (11932, 32, 49, 97), (11965, 32, 49, 130), (12061, 32, 49, 226), (12341, 32, 51, 63), (12506, 32, 51, 228), (12600, 32, 52, 101), (12605, 32, 52, 106), (13024, 32, 54, 88), (13094, 32, 54, 158), (13106, 32, 54, 170), (13151, 32, 54, 215), (13712, 32, 57, 128), (13765, 32, 57, 181), (13767, 32, 57, 183), (13806, 32, 57, 222), (13919, 32, 58, 121), (13970, 32, 58, 172), (14053, 32, 58, 255), (14088, 32, 59, 77), (15006, 32, 63, 152), (15159, 32, 64, 97), (15192, 32, 64, 130), (15202, 32, 64, 140), (15303, 32, 64, 241), (15957, 32, 68, 71), (16001, 32, 68, 115), (16029, 32, 68, 143), (16061, 32, 68, 175), (16200, 32, 69, 111), (16201, 32, 69, 112), (16232, 32, 69, 143), (16316, 32, 69, 227), (16463, 32, 70, 172), (16546, 32, 70, 255), (16554, 32, 70, 263), (16657, 32, 71, 165), (17166, 32, 74, 76), (17206, 32, 74, 116), (17294, 32, 74, 204), (17328, 32, 74, 238), (17411, 32, 75, 124), (17449, 32, 75, 162), (17453, 32, 75, 166), (17800, 32, 77, 121), (17851, 32, 77, 172), (19914, 32, 88, 153), (19977, 32, 88, 216), (19988, 32, 88, 227), (20037, 32, 89, 93), (20782, 32, 93, 116), (20866, 32, 93, 200), (20870, 32, 93, 204), (20967, 32, 94, 123), (20968, 32, 94, 124), (20984, 32, 94, 140), (21006, 32, 94, 162), (21320, 32, 96, 123), (21321, 32, 96, 124), (21359, 32, 96, 162), (21485, 32, 97, 113), (21505, 32, 97, 133), (21918, 32, 99, 199), (21975, 32, 99, 256), (22019, 32, 100, 128), (22072, 32, 100, 181), (22074, 32, 100, 183), (22263, 32, 101, 201), (22283, 32, 101, 221), (23121, 32, 106, 218), (23180, 32, 107, 112), (23183, 32, 107, 115), (23211, 32, 107, 143), (23243, 32, 107, 175), (23876, 32, 111, 158), (23933, 32, 111, 215), (24093, 32, 112, 215), (24161, 32, 113, 123), (24178, 32, 113, 140), (24279, 32, 113, 241), (25004, 32, 118, 183), (25721, 32, 123, 141), (25869, 32, 124, 141), (26007, 32, 125, 132), (26731, 32, 130, 133), (26861, 32, 130, 263), (26872, 32, 131, 132), (26957, 32, 131, 217), (27263, 32, 133, 241), (27455, 32, 135, 157), (27515, 32, 135, 217), (28110, 32, 140, 141), (28341, 32, 141, 241), (29660, 32, 152, 181), (29701, 32, 152, 222), (29707, 32, 152, 228), (29756, 32, 153, 158), (29768, 32, 153, 170), (30231, 32, 157, 166), (30406, 32, 158, 227), (30901, 32, 163, 165), (31276, 32, 166, 217), (31690, 32, 170, 216), (34256, 32, 199, 254), (34401, 32, 201, 256), (35261, 32, 215, 227), (35611, 32, 221, 256), (35850, 32, 226, 255), (35858, 32, 226, 263), (36733, 32, 254, 256), (1107, 33, 5, 33), (1227, 33, 5, 153), (1290, 33, 5, 216), (2719, 33, 11, 64), (2768, 33, 11, 113), (2788, 33, 11, 133), (3004, 33, 12, 89), (3031, 33, 12, 116), (3119, 33, 12, 204), (3284, 33, 13, 110), (3423, 33, 13, 249), (3526, 33, 14, 94), (3545, 33, 14, 113), (3573, 33, 14, 141), (3764, 33, 15, 75), (3783, 33, 15, 94), (3785, 33, 15, 96), (4073, 33, 16, 128), (4126, 33, 16, 181), (4128, 33, 16, 183), (4582, 33, 18, 128), (4635, 33, 18, 181), (4676, 33, 18, 222), (5113, 33, 20, 155), (5142, 33, 20, 184), (5248, 33, 21, 39), (5366, 33, 21, 157), (5426, 33, 21, 217), (5527, 33, 22, 68), (5566, 33, 22, 107), (5831, 33, 23, 123), (5848, 33, 23, 140), (5949, 33, 23, 241), (6205, 33, 24, 249), (6262, 33, 25, 59), (6347, 33, 25, 144), (6403, 33, 25, 200), (6550, 33, 26, 101), (6705, 33, 26, 256), (7029, 33, 28, 91), (7072, 33, 28, 134), (7123, 33, 28, 185), (7220, 33, 29, 39), (7256, 33, 29, 75), (7338, 33, 29, 157), (7463, 33, 30, 40), (7525, 33, 30, 102), (7541, 33, 30, 118), (7719, 33, 31, 53), (7721, 33, 31, 55), (7808, 33, 31, 142), (7977, 33, 32, 71), (8021, 33, 32, 115), (8081, 33, 32, 175), (8178, 33, 33, 33), (8361, 33, 33, 216), (8446, 33, 34, 63), (8605, 33, 34, 222), (8611, 33, 34, 228), (8674, 33, 35, 54), (8773, 33, 35, 153), (8847, 33, 35, 227), (9040, 33, 36, 184), (9723, 33, 39, 165), (9840, 33, 40, 49), (10054, 33, 40, 263), (10068, 33, 41, 46), (10093, 33, 41, 71), (10185, 33, 41, 163), (10758, 33, 44, 48), (10808, 33, 44, 98), (10835, 33, 44, 125), (11034, 33, 45, 97), (11077, 33, 45, 140), (11178, 33, 45, 241), (11419, 33, 46, 256), (11733, 33, 48, 121), (11784, 33, 48, 172), (11892, 33, 49, 57), (11935, 33, 49, 100), (12372, 33, 51, 94), (12374, 33, 51, 96), (12419, 33, 51, 141), (12553, 33, 52, 54), (12610, 33, 52, 111), (12726, 33, 52, 227), (12848, 33, 53, 130), (12944, 33, 53, 226), (13154, 33, 54, 218), (13223, 33, 55, 70), (13379, 33, 55, 226), (13648, 33, 57, 64), (13717, 33, 57, 133), (13889, 33, 58, 91), (13908, 33, 58, 110), (13932, 33, 58, 134), (14136, 33, 59, 125), (14142, 33, 59, 131), (14719, 33, 62, 74), (14955, 33, 63, 101), (15214, 33, 64, 152), (16043, 33, 68, 157), (16103, 33, 68, 217), (16221, 33, 69, 132), (16382, 33, 70, 91), (16476, 33, 70, 185), (16691, 33, 71, 199), (17245, 33, 74, 155), (17452, 33, 75, 165), (17606, 33, 76, 123), (17607, 33, 76, 124), (17623, 33, 76, 140), (17789, 33, 77, 110), (17813, 33, 77, 134), (17928, 33, 77, 249), (20079, 33, 89, 135), (20110, 33, 89, 166), (20850, 33, 93, 184), (21362, 33, 96, 165), (21514, 33, 97, 142), (21543, 33, 97, 171), (21718, 33, 98, 172), (21801, 33, 98, 255), (21831, 33, 99, 112), (21834, 33, 99, 115), (21862, 33, 99, 143), (22024, 33, 100, 133), (22154, 33, 100, 263), (22290, 33, 101, 228), (22404, 33, 102, 172), (22487, 33, 102, 255), (23084, 33, 106, 181), (23125, 33, 106, 222), (23131, 33, 106, 228), (23200, 33, 107, 132), (23285, 33, 107, 217), (23919, 33, 111, 201), (23939, 33, 111, 221), (24079, 33, 112, 201), (24099, 33, 112, 221), (24190, 33, 113, 152), (24607, 33, 115, 254), (24673, 33, 116, 162), (24677, 33, 116, 166), (25076, 33, 118, 255), (25084, 33, 118, 263), (25406, 33, 121, 125), (25412, 33, 121, 131), (25818, 33, 123, 238), (25932, 33, 124, 204), (25966, 33, 124, 238), (26740, 33, 130, 142), (26769, 33, 130, 171), (26884, 33, 131, 144), (27442, 33, 135, 144), (27498, 33, 135, 200), (28252, 33, 141, 152), (28561, 33, 143, 201), (28614, 33, 143, 254), (29816, 33, 153, 218), (30830, 33, 162, 204), (30864, 33, 162, 238), (30935, 33, 163, 199), (30992, 33, 163, 256), (31259, 33, 166, 200), (31657, 33, 170, 183), (31816, 33, 171, 241), (32170, 33, 175, 199), (32225, 33, 175, 254), (33115, 33, 185, 226), (35308, 33, 216, 218), (35582, 33, 221, 227), (1095, 34, 5, 21), (1103, 34, 5, 29), (2458, 34, 10, 64), (2507, 34, 10, 113), (2766, 34, 11, 111), (2767, 34, 11, 112), (3043, 34, 12, 128), (3098, 34, 12, 183), (3268, 34, 13, 94), (3315, 34, 13, 141), (3486, 34, 14, 54), (3659, 34, 14, 227), (3842, 34, 15, 153), (3905, 34, 15, 216), (3986, 34, 16, 41), (4201, 34, 16, 256), (4710, 34, 18, 256), (5008, 34, 20, 49), (5221, 34, 20, 263), (5427, 34, 21, 218), (5490, 34, 22, 31), (5589, 34, 22, 130), (6069, 34, 24, 113), (6097, 34, 24, 141), (6425, 34, 25, 222), (6431, 34, 25, 228), (6497, 34, 26, 48), (6574, 34, 26, 125), (6977, 34, 28, 39), (7013, 34, 28, 75), (7214, 34, 29, 33), (7497, 34, 30, 74), (7883, 34, 31, 217), (7994, 34, 32, 88), (8076, 34, 32, 170), (8310, 34, 33, 165), (8417, 34, 34, 34), (8484, 34, 34, 101), (8688, 34, 35, 68), (8727, 34, 35, 107), (8920, 34, 36, 64), (8989, 34, 36, 133), (9628, 34, 39, 70), (9906, 34, 40, 115), (9966, 34, 40, 175), (11211, 34, 46, 48), (11261, 34, 46, 98), (11928, 34, 49, 93), (12332, 34, 51, 54), (12431, 34, 51, 153), (12606, 34, 52, 107), (13696, 34, 57, 112), (13727, 34, 57, 143), (13873, 34, 58, 75), (13894, 34, 58, 96), (14979, 34, 63, 125), (14985, 34, 63, 131), (16104, 34, 68, 218), (16290, 34, 69, 201), (16310, 34, 69, 221), (16448, 34, 70, 157), (16594, 34, 71, 102), (16610, 34, 71, 118), (17353, 34, 74, 263), (17773, 34, 77, 94), (17775, 34, 77, 96), (20015, 34, 88, 254), (20799, 34, 93, 133), (21504, 34, 97, 132), (21709, 34, 98, 163), (21877, 34, 99, 158), (21934, 34, 99, 215), (22006, 34, 100, 115), (22034, 34, 100, 143), (22168, 34, 101, 106), (22395, 34, 102, 163), (23870, 34, 111, 152), (24996, 34, 118, 175), (26479, 34, 128, 166), (26730, 34, 130, 132), (26968, 34, 131, 228), (27479, 34, 135, 181), (27520, 34, 135, 222), (29706, 34, 152, 227), (30291, 34, 157, 226), (30433, 34, 158, 254), (30809, 34, 162, 183), (31168, 34, 165, 216), (31240, 34, 166, 181), (31673, 34, 170, 199), (34360, 34, 201, 215), (35371, 34, 217, 226), (8549, 35, 34, 166), (8655, 35, 35, 35), (2430, 36, 10, 36), (2487, 36, 10, 93), (3194, 36, 13, 20), (3248, 36, 13, 74), (4983, 36, 20, 24), (6049, 36, 24, 93), (8892, 36, 36, 36), (17167, 36, 74, 77), (1003, 37, 4, 196), (1014, 37, 4, 207), (1071, 37, 4, 264), (4745, 37, 19, 38), (4785, 37, 19, 78), (4949, 37, 19, 242), (6786, 37, 27, 92), (6854, 37, 27, 160), (9128, 37, 37, 37), (9152, 37, 37, 61), (9228, 37, 37, 137), (9572, 37, 38, 247), (9582, 37, 38, 257), (10675, 37, 43, 193), (10689, 37, 43, 207), (10746, 37, 43, 264), (12135, 37, 50, 78), (12225, 37, 50, 168), (12324, 37, 50, 267), (14302, 37, 60, 79), (14384, 37, 60, 161), (14391, 37, 60, 168), (14571, 37, 61, 137), (15357, 37, 65, 87), (15484, 37, 65, 214), (15535, 37, 65, 265), (15562, 37, 66, 86), (15665, 37, 66, 189), (18105, 37, 78, 231), (18148, 37, 79, 81), (18151, 37, 79, 84), (18537, 37, 81, 87), (18611, 37, 81, 161), (19105, 37, 84, 87), (19232, 37, 84, 214), (19612, 37, 86, 220), (20286, 37, 90, 160), (20293, 37, 90, 167), (20700, 37, 92, 213), (20716, 37, 92, 229), (22571, 37, 103, 169), (22707, 37, 104, 137), (23543, 37, 109, 148), (23604, 37, 109, 209), (25396, 37, 120, 269), (25398, 37, 120, 271), (25590, 37, 122, 159), (25656, 37, 122, 225), (28023, 37, 139, 186), (28084, 37, 139, 247), (28094, 37, 139, 257), (29076, 37, 147, 208), (29129, 37, 147, 261), (29136, 37, 147, 268), (29172, 37, 148, 180), (29252, 37, 148, 260), (29276, 37, 149, 161), (29283, 37, 149, 168), (29382, 37, 149, 267), (29892, 37, 154, 176), (29902, 37, 154, 186), (29963, 37, 154, 247), (30119, 37, 156, 169), (30148, 37, 156, 198), (30501, 37, 159, 208), (30561, 37, 159, 268), (30634, 37, 160, 229), (31631, 37, 169, 259), (32248, 37, 176, 180), (32305, 37, 176, 237), (32652, 37, 180, 209), (33212, 37, 186, 237), (33253, 37, 187, 193), (33324, 37, 187, 264), (33347, 37, 188, 203), (33380, 37, 188, 236), (33403, 37, 188, 259), (33463, 37, 189, 236), (33731, 37, 192, 261), (33741, 37, 192, 271), (33769, 37, 193, 220), (33910, 37, 195, 206), (33991, 37, 196, 211), (34132, 37, 198, 203), (34188, 37, 198, 259), (34507, 37, 203, 223), (34630, 37, 205, 211), (34733, 37, 206, 248), (34755, 37, 206, 270), (34761, 37, 207, 211), (34914, 37, 209, 237), (35005, 37, 210, 266), (35009, 37, 210, 270), (35202, 37, 214, 225), (35690, 37, 223, 236), (35814, 37, 225, 265), (36052, 37, 231, 242), (36077, 37, 231, 267), (36403, 37, 240, 269), (36452, 37, 242, 257), (36548, 37, 245, 269), (36605, 37, 248, 251), (36686, 37, 251, 266), (36690, 37, 251, 270), (9217, 38, 37, 126), (9363, 38, 38, 38), (26147, 38, 126, 37), (31, 39, 1, 31), (226, 39, 1, 226), (318, 39, 2, 48), (395, 39, 2, 125), (640, 39, 3, 101), (1165, 39, 5, 91), (1208, 39, 5, 134), (1352, 39, 6, 12), (1502, 39, 6, 162), (1880, 39, 8, 11), (2021, 39, 8, 152), (2255, 39, 9, 123), (2256, 39, 9, 124), (2634, 39, 10, 240), (2639, 39, 10, 245), (2837, 39, 11, 182), (2995, 39, 12, 80), (3216, 39, 13, 42), (3426, 39, 13, 252), (3527, 39, 14, 95), (3537, 39, 14, 105), (3866, 39, 15, 177), (3939, 39, 15, 250), (3992, 39, 16, 47), (4142, 39, 16, 197), (4268, 39, 17, 68), (4307, 39, 17, 107), (4501, 39, 18, 47), (4526, 39, 18, 72), (5150, 39, 20, 192), (5338, 39, 21, 129), (5439, 39, 21, 230), (5553, 39, 22, 94), (5600, 39, 22, 141), (5820, 39, 23, 112), (5851, 39, 23, 143), (6196, 39, 24, 240), (6208, 39, 24, 252), (6329, 39, 25, 126), (6449, 39, 25, 246), (6593, 39, 26, 144), (6649, 39, 26, 200), (6994, 39, 28, 56), (7128, 39, 28, 190), (7310, 39, 29, 129), (7354, 39, 29, 173), (7606, 39, 30, 183), (7878, 39, 31, 212), (8061, 39, 32, 155), (8236, 39, 33, 91), (8330, 39, 33, 185), (8450, 39, 34, 67), (8607, 39, 34, 224), (8730, 39, 35, 110), (8869, 39, 35, 249), (8976, 39, 36, 120), (9101, 39, 36, 245), (9597, 39, 39, 39), (9633, 39, 39, 75), (9864, 39, 40, 73), (9905, 39, 40, 114), (10084, 39, 41, 62), (10275, 39, 41, 253), (10330, 39, 42, 77), (10891, 39, 44, 181), (10932, 39, 44, 222), (11048, 39, 45, 111), (11049, 39, 45, 112), (11252, 39, 46, 89), (11363, 39, 46, 200), (11851, 39, 48, 239), (12373, 39, 51, 95), (12528, 39, 51, 250), (12748, 39, 52, 249), (12772, 39, 53, 54), (12871, 39, 53, 153), (13078, 39, 54, 142), (13306, 39, 55, 153), (13369, 39, 55, 216), (13427, 39, 56, 58), (13758, 39, 57, 174), (13766, 39, 57, 182), (13943, 39, 58, 145), (14074, 39, 59, 63), (14239, 39, 59, 228), (14844, 39, 62, 199), (14998, 39, 63, 144), (15783, 39, 67, 101), (16116, 39, 68, 230), (16171, 39, 69, 82), (16308, 39, 69, 219), (16481, 39, 70, 190), (16523, 39, 70, 232), (16608, 39, 71, 116), (16696, 39, 71, 204), (16799, 39, 72, 106), (17010, 39, 73, 118), (17237, 39, 74, 147), (17444, 39, 75, 157), (17598, 39, 76, 115), (17626, 39, 76, 143), (17824, 39, 77, 145), (18425, 39, 80, 166), (18955, 39, 83, 125), (18961, 39, 83, 131), (19878, 39, 88, 117), (19955, 39, 88, 194), (20107, 39, 89, 163), (20786, 39, 93, 120), (20858, 39, 93, 192), (21061, 39, 94, 217), (21354, 39, 96, 157), (21414, 39, 96, 217), (21499, 39, 97, 127), (21510, 39, 97, 138), (21785, 39, 98, 239), (21808, 39, 98, 262), (21903, 39, 99, 184), (22005, 39, 100, 114), (22065, 39, 100, 174), (22475, 39, 102, 243), (22494, 39, 102, 262), (22889, 39, 105, 152), (23127, 39, 106, 224), (23218, 39, 107, 150), (23775, 39, 110, 218), (23889, 39, 111, 171), (24170, 39, 113, 132), (24591, 39, 115, 238), (24674, 39, 116, 163), (24824, 39, 117, 158), (25064, 39, 118, 243), (25503, 39, 121, 222), (25509, 39, 121, 228), (25726, 39, 123, 146), (25919, 39, 124, 191), (26158, 39, 126, 135), (26298, 39, 127, 130), (26485, 39, 128, 172), (26568, 39, 128, 255), (26810, 39, 130, 212), (26986, 39, 131, 246), (27022, 39, 132, 141), (27378, 39, 134, 218), (27556, 39, 135, 258), (27690, 39, 136, 256), (27944, 39, 138, 241), (28115, 39, 140, 146), (28171, 39, 140, 202), (28457, 39, 142, 227), (30033, 39, 155, 199), (30423, 39, 158, 244), (30817, 39, 162, 191), (31014, 39, 164, 170), (31125, 39, 165, 173), (31129, 39, 165, 177), (31317, 39, 166, 258), (31668, 39, 170, 194), (31802, 39, 171, 227), (31857, 39, 172, 181), (32175, 39, 175, 204), (32209, 39, 175, 238), (32969, 39, 183, 255), (33056, 39, 184, 254), (33105, 39, 185, 216), (34456, 39, 202, 241), (35253, 39, 215, 219), (35278, 39, 215, 244), (35827, 39, 226, 232), (36715, 39, 253, 256), (2435, 40, 10, 41), (2650, 40, 10, 256), (2753, 40, 11, 98), (2757, 40, 11, 102), (2936, 40, 12, 21), (2983, 40, 12, 68), (3275, 40, 13, 101), (3480, 40, 14, 48), (3557, 40, 14, 125), (3714, 40, 15, 25), (3820, 40, 15, 131), (4015, 40, 16, 70), (4171, 40, 16, 226), (4482, 40, 18, 28), (4524, 40, 18, 70), (4991, 40, 20, 32), (5212, 40, 20, 254), (5375, 40, 21, 166), (6212, 40, 24, 256), (6368, 40, 25, 165), (7044, 40, 28, 106), (7347, 40, 29, 166), (7836, 40, 31, 170), (7999, 40, 32, 93), (8441, 40, 34, 58), (8460, 40, 34, 77), (8897, 40, 36, 41), (9055, 40, 36, 199), (9831, 40, 40, 40), (9891, 40, 40, 100), (11764, 40, 48, 152), (12403, 40, 51, 125), (12409, 40, 51, 131), (13686, 40, 57, 102), (13702, 40, 57, 118), (13904, 40, 58, 106), (16048, 40, 68, 162), (16212, 40, 69, 123), (16229, 40, 69, 140), (17189, 40, 74, 99), (17344, 40, 74, 254), (17780, 40, 77, 101), (19858, 40, 88, 97), (19891, 40, 88, 130), (20865, 40, 93, 199), (21530, 40, 97, 158), (21698, 40, 98, 152), (22009, 40, 100, 118), (23192, 40, 107, 124), (23230, 40, 107, 162), (26768, 40, 130, 170), (27432, 40, 135, 29), (27463, 40, 135, 165), (28184, 40, 140, 215), (30420, 40, 158, 241), (35275, 40, 215, 241), (9922, 41, 40, 131), (10063, 41, 41, 41), (192, 42, 1, 192), (517, 42, 2, 247), (527, 42, 2, 257), (750, 42, 3, 211), (874, 42, 4, 67), (1031, 42, 4, 224), (1400, 42, 6, 60), (1421, 42, 6, 81), (1721, 42, 7, 116), (1809, 42, 7, 204), (2197, 42, 9, 65), (2216, 42, 9, 84), (4351, 42, 17, 151), (4378, 42, 17, 178), (4790, 42, 19, 83), (4953, 42, 19, 246), (5638, 42, 22, 179), (5693, 42, 22, 234), (5921, 42, 23, 213), (5941, 42, 23, 233), (6610, 42, 26, 161), (6617, 42, 26, 168), (6836, 42, 27, 142), (6865, 42, 27, 171), (7611, 42, 30, 188), (7646, 42, 30, 223), (9182, 42, 37, 91), (9225, 42, 37, 134), (9453, 42, 38, 128), (9506, 42, 38, 181), (9806, 42, 39, 248), (9828, 42, 39, 270), (10295, 42, 42, 42), (10505, 42, 42, 252), (10554, 42, 43, 72), (10706, 42, 43, 224), (10796, 42, 44, 86), (11150, 42, 45, 213), (11166, 42, 45, 229), (11242, 42, 46, 79), (11324, 42, 46, 161), (11575, 42, 47, 187), (11608, 42, 47, 220), (12004, 42, 49, 169), (12033, 42, 49, 198), (12183, 42, 50, 126), (12315, 42, 50, 258), (12808, 42, 53, 90), (13207, 42, 54, 271), (13609, 42, 56, 240), (13614, 42, 56, 245), (14204, 42, 59, 193), (14275, 42, 59, 264), (14303, 42, 60, 80), (14544, 42, 61, 110), (14568, 42, 61, 134), (15022, 42, 63, 168), (15121, 42, 63, 267), (15416, 42, 65, 146), (15640, 42, 66, 164), (15673, 42, 66, 197), (15893, 42, 67, 211), (16579, 42, 71, 87), (16706, 42, 71, 214), (16880, 42, 72, 187), (17040, 42, 73, 148), (17101, 42, 73, 209), (17553, 42, 75, 266), (17557, 42, 75, 270), (17568, 42, 76, 85), (17716, 42, 76, 233), (18096, 42, 78, 222), (18102, 42, 78, 228), (18230, 42, 79, 163), (18408, 42, 80, 149), (18641, 42, 81, 191), (18743, 42, 82, 103), (18796, 42, 82, 156), (19087, 42, 83, 257), (19209, 42, 84, 191), (19444, 42, 85, 238), (19564, 42, 86, 172), (19740, 42, 87, 163), (20140, 42, 89, 196), (20149, 42, 89, 205), (20268, 42, 90, 142), (20444, 42, 91, 137), (20671, 42, 92, 184), (21227, 42, 95, 206), (21463, 42, 96, 266), (22552, 42, 103, 150), (22680, 42, 104, 110), (22819, 42, 104, 249), (23364, 42, 108, 132), (23926, 42, 111, 208), (23979, 42, 111, 261), (24086, 42, 112, 208), (24146, 42, 112, 268), (24344, 42, 114, 148), (24475, 42, 115, 122), (24618, 42, 115, 265), (24716, 42, 116, 205), (24869, 42, 117, 203), (24902, 42, 117, 236), (25179, 42, 119, 204), (25213, 42, 119, 238), (25317, 42, 120, 190), (25359, 42, 120, 232), (25474, 42, 121, 193), (25574, 42, 122, 143), (26254, 42, 126, 231), (26315, 42, 127, 147), (26327, 42, 127, 159), (26452, 42, 128, 139), (26691, 42, 129, 235), (27115, 42, 132, 234), (27191, 42, 133, 169), (27754, 42, 137, 185), (27862, 42, 138, 159), (28020, 42, 139, 183), (28628, 42, 143, 268), (28695, 42, 144, 207), (28752, 42, 144, 264), (28855, 42, 145, 240), (28867, 42, 145, 252), (28966, 42, 146, 225), (29080, 42, 147, 212), (29373, 42, 149, 258), (29389, 42, 150, 151), (29867, 42, 153, 269), (29899, 42, 154, 183), (30169, 42, 156, 219), (30260, 42, 157, 195), (30313, 42, 157, 248), (31413, 42, 167, 249), (31804, 42, 171, 229), (31865, 42, 172, 189), (31985, 42, 173, 210), (32185, 42, 175, 214), (32236, 42, 175, 265), (32311, 42, 176, 243), (32330, 42, 176, 262), (32373, 42, 177, 210), (32414, 42, 177, 251), (32487, 42, 178, 230), (32568, 42, 179, 217), (32776, 42, 181, 242), (33214, 42, 186, 239), (33237, 42, 186, 262), (33407, 42, 188, 263), (33482, 42, 189, 255), (33554, 42, 190, 245), (33702, 42, 192, 232), (33863, 42, 194, 236), (33921, 42, 195, 217), (33980, 42, 196, 200), (34075, 42, 197, 220), (34192, 42, 198, 263), (34281, 42, 200, 207), (34440, 42, 202, 225), (34528, 42, 203, 244), (34735, 42, 206, 250), (34920, 42, 209, 243), (35359, 42, 216, 269), (35511, 42, 219, 259), (35647, 42, 222, 242), (35709, 42, 223, 255), (35901, 42, 227, 261), (35911, 42, 227, 271), (35951, 42, 228, 267), (36004, 42, 230, 235), (36056, 42, 231, 246), (36349, 42, 239, 247), (36511, 42, 244, 259), (36650, 42, 250, 251), (9133, 43, 37, 42), (10294, 43, 42, 37), (10525, 43, 43, 43), (15, 44, 1, 15), (165, 44, 1, 165), (288, 44, 2, 18), (376, 44, 2, 106), (565, 44, 3, 26), (585, 44, 3, 46), (1091, 44, 5, 17), (1304, 44, 5, 230), (1498, 44, 6, 158), (1555, 44, 6, 215), (1901, 44, 8, 32), (2123, 44, 8, 254), (2201, 44, 9, 69), (2697, 44, 11, 42), (2800, 44, 11, 145), (2996, 44, 12, 81), (2999, 44, 12, 84), (3488, 44, 14, 56), (3622, 44, 14, 190), (3921, 44, 15, 232), (4028, 44, 16, 83), (4191, 44, 16, 246), (4233, 44, 17, 33), (4537, 44, 18, 83), (4804, 44, 19, 97), (4948, 44, 19, 241), (5168, 44, 20, 210), (5209, 44, 20, 251), (5336, 44, 21, 127), (5347, 44, 21, 138), (5550, 44, 22, 91), (5644, 44, 22, 185), (5802, 44, 23, 94), (5849, 44, 23, 141), (6428, 44, 25, 225), (6585, 44, 26, 136), (7086, 44, 28, 148), (7147, 44, 28, 209), (7308, 44, 29, 127), (7393, 44, 29, 212), (7567, 44, 30, 144), (7623, 44, 30, 200), (7852, 44, 31, 186), (7913, 44, 31, 247), (8088, 44, 32, 182), (8295, 44, 33, 150), (8622, 44, 34, 239), (8645, 44, 34, 262), (8749, 44, 35, 129), (8793, 44, 35, 173), (9062, 44, 36, 206), (9611, 44, 39, 53), (9700, 44, 39, 142), (10031, 44, 40, 240), (10036, 44, 40, 245), (10136, 44, 41, 114), (10196, 44, 41, 174), (10310, 44, 42, 57), (10754, 44, 44, 44), (10831, 44, 44, 121), (11031, 44, 45, 94), (11033, 44, 45, 96), (11230, 44, 46, 67), (11503, 44, 47, 115), (11563, 44, 47, 175), (11759, 44, 48, 147), (11924, 44, 49, 89), (11951, 44, 49, 116), (12180, 44, 50, 123), (12197, 44, 50, 140), (12468, 44, 51, 190), (12510, 44, 51, 232), (12672, 44, 52, 173), (12676, 44, 52, 177), (12875, 44, 53, 157), (13155, 44, 54, 219), (13180, 44, 54, 244), (13310, 44, 55, 157), (13370, 44, 55, 217), (13521, 44, 56, 152), (13836, 44, 57, 252), (13946, 44, 58, 148), (14183, 44, 59, 172), (14266, 44, 59, 255), (14347, 44, 60, 124), (14385, 44, 60, 162), (14867, 44, 62, 222), (14873, 44, 62, 228), (14990, 44, 63, 136), (15107, 44, 63, 253), (15266, 44, 64, 204), (15300, 44, 64, 238), (15405, 44, 65, 135), (15436, 44, 65, 166), (15845, 44, 67, 163), (16024, 44, 68, 138), (16088, 44, 68, 202), (16280, 44, 69, 191), (16467, 44, 70, 176), (16500, 44, 70, 209), (16564, 44, 71, 72), (16716, 44, 71, 224), (16868, 44, 72, 175), (17148, 44, 73, 256), (17300, 44, 74, 210), (17429, 44, 75, 142), (17458, 44, 75, 171), (17596, 44, 76, 113), (17624, 44, 76, 141), (18347, 44, 80, 88), (18417, 44, 80, 158), (18612, 44, 81, 162), (18793, 44, 82, 153), (18856, 44, 82, 216), (19184, 44, 84, 166), (20019, 44, 88, 258), (20207, 44, 89, 263), (20439, 44, 91, 132), (20872, 44, 93, 206), (20917, 44, 93, 251), (21120, 44, 95, 99), (21222, 44, 95, 201), (21368, 44, 96, 171), (21629, 44, 97, 257), (21738, 44, 98, 192), (21824, 44, 99, 105), (22131, 44, 100, 240), (22143, 44, 100, 252), (22305, 44, 101, 243), (22324, 44, 101, 262), (22352, 44, 102, 120), (22424, 44, 102, 192), (22991, 44, 105, 254), (23142, 44, 106, 239), (23214, 44, 107, 146), (23270, 44, 107, 202), (23835, 44, 111, 117), (23912, 44, 111, 194), (24042, 44, 112, 164), (24072, 44, 112, 194), (24276, 44, 113, 238), (24452, 44, 114, 256), (24550, 44, 115, 197), (24644, 44, 116, 133), (24893, 44, 117, 227), (24941, 44, 118, 120), (25066, 44, 118, 245), (25453, 44, 121, 172), (25729, 44, 123, 149), (25877, 44, 124, 149), (26022, 44, 125, 147), (26034, 44, 125, 159), (26193, 44, 126, 170), (26497, 44, 128, 184), (26674, 44, 129, 218), (26845, 44, 130, 247), (26855, 44, 130, 257), (26899, 44, 131, 159), (27015, 44, 132, 134), (27226, 44, 133, 204), (27523, 44, 135, 225), (28200, 44, 140, 231), (28524, 44, 143, 164), (28557, 44, 143, 197), (28743, 44, 144, 255), (28767, 44, 145, 152), (29454, 44, 150, 216), (29817, 44, 153, 219), (30015, 44, 155, 181), (30056, 44, 155, 222), (30960, 44, 163, 224), (31164, 44, 165, 212), (31732, 44, 170, 258), (32072, 44, 174, 199), (32294, 44, 176, 226), (32384, 44, 177, 221), (32823, 44, 182, 199), (32898, 44, 183, 184), (33106, 44, 185, 217), (33201, 44, 186, 226), (33605, 44, 191, 215), (34337, 44, 200, 263), (34395, 44, 201, 250), (35429, 44, 218, 230), (35605, 44, 221, 250), (35884, 44, 227, 244), (35937, 44, 228, 253), (36051, 44, 231, 241), (10843, 45, 44, 133), (10982, 45, 45, 45), (551, 46, 3, 12), (705, 46, 3, 166), (1096, 46, 5, 22), (1206, 46, 5, 132), (1943, 46, 8, 74), (2567, 46, 10, 173), (2571, 46, 10, 177), (2746, 46, 11, 91), (2789, 46, 11, 134), (2982, 46, 12, 67), (3303, 46, 13, 129), (3404, 46, 13, 230), (3487, 46, 14, 55), (3617, 46, 14, 185), (3742, 46, 15, 53), (3831, 46, 15, 142), (3989, 46, 16, 44), (4066, 46, 16, 121), (4258, 46, 17, 58), (4277, 46, 17, 77), (4498, 46, 18, 44), (4626, 46, 18, 172), (5053, 46, 20, 95), (5063, 46, 20, 105), (5232, 46, 21, 23), (5254, 46, 21, 45), (5677, 46, 22, 218), (5776, 46, 23, 68), (6085, 46, 24, 129), (6129, 46, 24, 173), (6265, 46, 25, 62), (6456, 46, 25, 253), (6495, 46, 26, 46), (6612, 46, 26, 163), (7020, 46, 28, 82), (7088, 46, 28, 150), (7226, 46, 29, 45), (7352, 46, 29, 171), (7457, 46, 30, 34), (7524, 46, 30, 101), (7783, 46, 31, 117), (7910, 46, 31, 244), (8019, 46, 32, 113), (8047, 46, 32, 141), (8277, 46, 33, 132), (8638, 46, 34, 255), (8777, 46, 35, 157), (8837, 46, 35, 217), (9033, 46, 36, 177), (9106, 46, 36, 250), (9610, 46, 39, 52), (9779, 46, 39, 221), (10040, 46, 40, 249), (10086, 46, 41, 64), (10155, 46, 41, 133), (11209, 46, 46, 46), (11511, 46, 47, 123), (11528, 46, 47, 140), (11796, 46, 48, 184), (12091, 46, 49, 256), (12331, 46, 51, 53), (12333, 46, 51, 55), (12656, 46, 52, 157), (13694, 46, 57, 110), (13718, 46, 57, 134), (13948, 46, 58, 150), (14181, 46, 59, 170), (14776, 46, 62, 131), (14925, 46, 63, 71), (15017, 46, 63, 163), (15261, 46, 64, 199), (15844, 46, 67, 162), (15962, 46, 68, 76), (16205, 46, 69, 116), (16293, 46, 69, 204), (16373, 46, 70, 82), (16510, 46, 70, 219), (16720, 46, 71, 228), (16816, 46, 72, 123), (16817, 46, 72, 124), (17195, 46, 74, 105), (17488, 46, 75, 201), (17508, 46, 75, 221), (17590, 46, 76, 107), (17909, 46, 77, 230), (19905, 46, 88, 144), (19961, 46, 88, 200), (20102, 46, 89, 158), (20159, 46, 89, 215), (20459, 46, 91, 152), (20761, 46, 93, 95), (20916, 46, 93, 250), (20943, 46, 94, 99), (21098, 46, 94, 254), (21296, 46, 96, 99), (21398, 46, 96, 201), (21536, 46, 97, 164), (21566, 46, 97, 194), (21730, 46, 98, 184), (22001, 46, 100, 110), (22140, 46, 100, 249), (22325, 46, 101, 263), (23075, 46, 106, 172), (23158, 46, 106, 255), (23306, 46, 107, 238), (23901, 46, 111, 183), (24006, 46, 112, 128), (24061, 46, 112, 183), (24237, 46, 113, 199), (24534, 46, 115, 181), (24575, 46, 115, 222), (24726, 46, 116, 215), (24796, 46, 117, 130), (25952, 46, 124, 224), (26030, 46, 125, 155), (26456, 46, 128, 143), (26792, 46, 130, 194), (26895, 46, 131, 155), (27278, 46, 133, 256), (27434, 46, 135, 136), (27551, 46, 135, 253), (27600, 46, 136, 166), (28166, 46, 140, 197), (28354, 46, 141, 254), (28395, 46, 142, 165), (28541, 46, 143, 181), (28658, 46, 144, 170), (29664, 46, 152, 185), (30379, 46, 158, 200), (30850, 46, 162, 224), (31085, 46, 164, 241), (31123, 46, 165, 171), (32193, 46, 175, 222), (32199, 46, 175, 228), (34096, 46, 197, 241), (35363, 46, 217, 218), (35478, 46, 219, 226), (35839, 46, 226, 244), (11215, 47, 46, 52), (11435, 47, 47, 47), (2564, 48, 10, 170), (2667, 48, 11, 12), (2817, 48, 11, 162), (2972, 48, 12, 57), (3262, 48, 13, 88), (3332, 48, 13, 158), (3555, 48, 14, 123), (3556, 48, 14, 124), (3829, 48, 15, 140), (3930, 48, 15, 241), (3981, 48, 16, 36), (4038, 48, 16, 93), (4474, 48, 18, 20), (4547, 48, 18, 93), (5064, 48, 20, 106), (5240, 48, 21, 31), (5339, 48, 21, 130), (6044, 48, 24, 88), (6126, 48, 24, 170), (6243, 48, 25, 40), (6321, 48, 25, 118), (7007, 48, 28, 69), (7278, 48, 29, 97), (7311, 48, 29, 130), (7734, 48, 31, 68), (8457, 48, 34, 74), (9926, 48, 40, 135), (11660, 48, 48, 48), (11710, 48, 48, 98), (12401, 48, 51, 123), (12418, 48, 51, 140), (13750, 48, 57, 166), (13867, 48, 58, 69), (14013, 48, 58, 215), (16112, 48, 68, 226), (16398, 48, 70, 107), (17196, 48, 74, 106), (17837, 48, 77, 158), (17894, 48, 77, 215), (21537, 48, 97, 165), (21671, 48, 98, 125), (22026, 48, 100, 135), (22057, 48, 100, 166), (22357, 48, 102, 125), (22363, 48, 102, 131), (23294, 48, 107, 226), (24952, 48, 118, 131), (25880, 48, 124, 152), (29641, 48, 152, 162), (31193, 48, 165, 241), (98, 49, 1, 98), (102, 49, 1, 102), (338, 49, 2, 68), (377, 49, 2, 107), (593, 49, 3, 54), (692, 49, 3, 153), (1121, 49, 5, 47), (1146, 49, 5, 72), (1354, 49, 6, 14), (1391, 49, 6, 51), (1885, 49, 8, 16), (2143, 49, 9, 11), (2284, 49, 9, 152), (2413, 49, 10, 19), (2651, 49, 10, 257), (2801, 49, 11, 146), (3155, 49, 12, 240), (3160, 49, 12, 245), (3224, 49, 13, 50), (3405, 49, 13, 231), (3623, 49, 14, 191), (3769, 49, 15, 80), (3947, 49, 15, 258), (4050, 49, 16, 105), (4241, 49, 17, 41), (4399, 49, 17, 199), (4549, 49, 18, 95), (4559, 49, 18, 105), (4731, 49, 19, 24), (5134, 49, 20, 176), (5144, 49, 20, 186), (5292, 49, 21, 83), (5455, 49, 21, 246), (5575, 49, 22, 116), (5663, 49, 22, 204), (6187, 49, 24, 231), (6245, 49, 25, 42), (6348, 49, 25, 145), (6559, 49, 26, 110), (6698, 49, 26, 249), (6998, 49, 28, 60), (7019, 49, 28, 81), (7307, 49, 29, 126), (7427, 49, 29, 246), (7487, 49, 30, 64), (7556, 49, 30, 133), (7731, 49, 31, 65), (7891, 49, 31, 225), (7988, 49, 32, 82), (8056, 49, 32, 150), (8217, 49, 33, 72), (8369, 49, 33, 224), (8560, 49, 34, 177), (8633, 49, 34, 250), (8784, 49, 35, 164), (8817, 49, 35, 197), (9103, 49, 36, 247), (9113, 49, 36, 257), (9702, 49, 39, 144), (9758, 49, 39, 200), (9918, 49, 40, 127), (9929, 49, 40, 138), (10252, 49, 41, 230), (10388, 49, 42, 135), (10804, 49, 44, 94), (10851, 49, 44, 141), (11412, 49, 46, 249), (11606, 49, 47, 218), (11802, 49, 48, 190), (11844, 49, 48, 232), (11884, 49, 49, 49), (12098, 49, 49, 263), (12134, 49, 50, 77), (12358, 49, 51, 80), (12663, 49, 52, 164), (12693, 49, 52, 194), (12846, 49, 53, 128), (12901, 49, 53, 183), (13072, 49, 54, 136), (13281, 49, 55, 128), (13334, 49, 55, 181), (13494, 49, 56, 125), (13500, 49, 56, 131), (13730, 49, 57, 146), (13786, 49, 57, 202), (13858, 49, 58, 60), (13947, 49, 58, 149), (14086, 49, 59, 75), (14107, 49, 59, 96), (14756, 49, 62, 111), (14757, 49, 62, 112), (14964, 49, 63, 110), (14988, 49, 63, 134), (15317, 49, 64, 255), (15496, 49, 65, 226), (15835, 49, 67, 153), (15898, 49, 67, 216), (15969, 49, 68, 83), (16332, 49, 69, 243), (16351, 49, 69, 262), (16372, 49, 70, 81), (16375, 49, 70, 84), (17050, 49, 73, 158), (17107, 49, 73, 215), (17266, 49, 74, 176), (17299, 49, 74, 209), (17431, 49, 75, 144), (17828, 49, 77, 149), (18894, 49, 82, 254), (19244, 49, 84, 226), (19875, 49, 88, 114), (19935, 49, 88, 174), (20101, 49, 89, 157), (20161, 49, 89, 217), (20529, 49, 91, 222), (20535, 49, 91, 228), (20852, 49, 93, 186), (20913, 49, 93, 247), (20965, 49, 94, 121), (21127, 49, 95, 106), (21318, 49, 96, 121), (21531, 49, 97, 159), (21778, 49, 98, 232), (21938, 49, 99, 219), (21963, 49, 99, 244), (22029, 49, 100, 138), (22093, 49, 100, 202), (22235, 49, 101, 173), (22239, 49, 101, 177), (22444, 49, 102, 212), (23153, 49, 106, 250), (23307, 49, 107, 239), (23971, 49, 111, 253), (24033, 49, 112, 155), (24210, 49, 113, 172), (24293, 49, 113, 255), (24354, 49, 114, 158), (24537, 49, 115, 184), (24728, 49, 116, 217), (24867, 49, 117, 201), (24887, 49, 117, 221), (24948, 49, 118, 127), (25033, 49, 118, 212), (25251, 49, 120, 124), (25289, 49, 120, 162), (25772, 49, 123, 192), (25920, 49, 124, 192), (26065, 49, 125, 190), (26188, 49, 126, 165), (26712, 49, 129, 256), (26823, 49, 130, 225), (26885, 49, 131, 145), (27085, 49, 132, 204), (27119, 49, 132, 238), (27285, 49, 133, 263), (27388, 49, 134, 228), (27550, 49, 135, 252), (27661, 49, 136, 227), (28116, 49, 140, 147), (28272, 49, 141, 172), (28413, 49, 142, 183), (28515, 49, 143, 155), (29109, 49, 147, 241), (29437, 49, 150, 199), (29670, 49, 152, 191), (30265, 49, 157, 200), (30534, 49, 159, 241), (30871, 49, 162, 245), (31210, 49, 165, 258), (31299, 49, 166, 240), (31311, 49, 166, 252), (31648, 49, 170, 174), (31656, 49, 170, 182), (32155, 49, 175, 184), (32719, 49, 181, 185), (33111, 49, 185, 222), (33848, 49, 194, 221), (34073, 49, 197, 218), (34389, 49, 201, 244), (35277, 49, 215, 243), (35314, 49, 216, 224), (35506, 49, 219, 254), (35893, 49, 227, 253), (36025, 49, 230, 256), (103, 50, 1, 103), (156, 50, 1, 156), (728, 50, 3, 189), (762, 50, 3, 223), (887, 50, 4, 80), (1065, 50, 4, 258), (1383, 50, 6, 43), (1527, 50, 6, 187), (1722, 50, 7, 117), (1849, 50, 7, 244), (1930, 50, 8, 61), (1973, 50, 8, 104), (2198, 50, 9, 66), (2352, 50, 9, 220), (4413, 50, 17, 213), (4429, 50, 17, 229), (4767, 50, 19, 60), (4856, 50, 19, 149), (5862, 50, 23, 154), (5945, 50, 23, 237), (6823, 50, 27, 129), (6924, 50, 27, 230), (7545, 50, 30, 122), (7691, 50, 30, 268), (9186, 50, 37, 95), (9196, 50, 37, 105), (9529, 50, 38, 204), (9563, 50, 38, 238), (10463, 50, 42, 210), (10562, 50, 43, 80), (10797, 50, 44, 87), (10924, 50, 44, 214), (11117, 50, 45, 180), (11174, 50, 45, 237), (11581, 50, 47, 193), (11652, 50, 47, 264), (12043, 50, 49, 208), (12096, 50, 49, 261), (12107, 50, 50, 50), (12288, 50, 50, 231), (12826, 50, 53, 108), (12978, 50, 53, 260), (13261, 50, 55, 108), (13387, 50, 55, 234), (13547, 50, 56, 178), (13604, 50, 56, 235), (14090, 50, 59, 79), (14172, 50, 59, 161), (14480, 50, 60, 257), (14539, 50, 61, 105), (14814, 50, 62, 169), (14843, 50, 62, 198), (15333, 50, 64, 271), (15446, 50, 65, 176), (15456, 50, 65, 186), (15622, 50, 66, 146), (15768, 50, 67, 86), (15871, 50, 67, 189), (16886, 50, 72, 193), (16984, 50, 73, 92), (17052, 50, 73, 160), (17622, 50, 76, 139), (17637, 50, 76, 154), (17963, 50, 78, 89), (17990, 50, 78, 116), (18188, 50, 79, 121), (18697, 50, 81, 247), (18707, 50, 81, 257), (18725, 50, 82, 85), (18873, 50, 82, 233), (19204, 50, 84, 186), (19265, 50, 84, 247), (19425, 50, 85, 219), (19616, 50, 86, 224), (19698, 50, 87, 121), (20211, 50, 89, 267), (20255, 50, 90, 129), (20299, 50, 90, 173), (20486, 50, 91, 179), (20502, 50, 91, 195), (20730, 50, 92, 243), (21158, 50, 95, 137), (22634, 50, 103, 232), (22752, 50, 104, 182), (23537, 50, 109, 142), (23566, 50, 109, 171), (23805, 50, 110, 248), (23827, 50, 110, 270), (24307, 50, 113, 269), (24356, 50, 114, 160), (24753, 50, 116, 242), (24871, 50, 117, 205), (25194, 50, 119, 219), (25219, 50, 119, 244), (25686, 50, 122, 255), (26234, 50, 126, 211), (26371, 50, 127, 203), (26427, 50, 127, 259), (27283, 50, 133, 261), (27293, 50, 133, 271), (27355, 50, 134, 195), (27408, 50, 134, 248), (27622, 50, 136, 188), (27657, 50, 136, 223), (27819, 50, 137, 250), (27906, 50, 138, 203), (27939, 50, 138, 236), (28075, 50, 139, 238), (28369, 50, 141, 269), (28490, 50, 142, 260), (28649, 50, 144, 161), (28656, 50, 144, 168), (28850, 50, 145, 235), (29151, 50, 148, 159), (29346, 50, 149, 231), (29451, 50, 150, 213), (29471, 50, 150, 233), (29549, 50, 151, 190), (29591, 50, 151, 232), (30003, 50, 155, 169), (30162, 50, 156, 212), (31040, 50, 164, 196), (31051, 50, 164, 207), (31338, 50, 167, 174), (31346, 50, 167, 182), (31469, 50, 168, 200), (31755, 50, 171, 180), (31890, 50, 172, 214), (31941, 50, 172, 265), (32293, 50, 176, 225), (32447, 50, 178, 190), (32536, 50, 179, 185), (33123, 50, 185, 234), (33251, 50, 187, 191), (33397, 50, 188, 253), (33610, 50, 191, 220), (33823, 50, 194, 196), (33832, 50, 194, 205), (34062, 50, 197, 207), (34119, 50, 197, 264), (34182, 50, 198, 253), (34341, 50, 200, 267), (34451, 50, 202, 236), (34594, 50, 204, 242), (34725, 50, 206, 240), (34730, 50, 206, 245), (34877, 50, 208, 263), (34902, 50, 209, 225), (34991, 50, 210, 252), (35058, 50, 211, 258), (35119, 50, 212, 259), (35957, 50, 229, 230), (36385, 50, 240, 251), (36643, 50, 249, 266), (36647, 50, 249, 270), (36672, 50, 251, 252), (36759, 50, 255, 265), (36862, 50, 263, 268), (1087, 51, 5, 13), (1098, 51, 5, 24), (2427, 51, 10, 33), (2610, 51, 10, 216), (2676, 51, 11, 21), (2684, 51, 11, 29), (2949, 51, 12, 34), (3021, 51, 12, 106), (3392, 51, 13, 218), (3447, 51, 14, 15), (3597, 51, 14, 165), (3740, 51, 15, 51), (3970, 51, 16, 25), (4080, 51, 16, 135), (4589, 51, 18, 135), (4620, 51, 18, 166), (5013, 51, 20, 54), (5185, 51, 20, 227), (5266, 51, 21, 57), (5989, 51, 24, 33), (6990, 51, 28, 52), (7159, 51, 28, 221), (7333, 51, 29, 152), (7765, 51, 31, 99), (7920, 51, 31, 254), (8003, 51, 32, 97), (8036, 51, 32, 130), (8545, 51, 34, 162), (8678, 51, 35, 58), (8697, 51, 35, 77), (9009, 51, 36, 153), (9072, 51, 36, 216), (9898, 51, 40, 107), (10162, 51, 41, 140), (10263, 51, 41, 241), (11700, 51, 48, 88), (11770, 51, 48, 158), (12329, 51, 51, 51), (12557, 51, 52, 58), (13029, 51, 54, 93), (13652, 51, 57, 68), (15986, 51, 68, 100), (16191, 51, 69, 102), (16207, 51, 69, 118), (16492, 51, 70, 201), (16512, 51, 70, 221), (17201, 51, 74, 111), (17317, 51, 74, 227), (17897, 51, 77, 218), (19886, 51, 88, 125), (20819, 51, 93, 153), (21571, 51, 97, 199), (21704, 51, 98, 158), (21761, 51, 98, 215), (21945, 51, 99, 226), (21998, 51, 100, 107), (22186, 51, 101, 124), (22224, 51, 101, 162), (22447, 51, 102, 215), (23069, 51, 106, 166), (25836, 51, 123, 256), (26045, 51, 125, 170), (26852, 51, 130, 254), (26910, 51, 131, 170), (28225, 51, 140, 256), (29644, 51, 152, 165), (34243, 51, 199, 241), (34371, 51, 201, 226), (1173, 52, 5, 99), (1275, 52, 5, 201), (1295, 52, 5, 221), (2447, 52, 10, 53), (2449, 52, 10, 55), (2579, 52, 10, 185), (2694, 52, 11, 39), (2812, 52, 11, 157), (2872, 52, 11, 217), (2959, 52, 12, 44), (3087, 52, 12, 172), (3170, 52, 12, 255), (3227, 52, 13, 53), (3316, 52, 13, 142), (3345, 52, 13, 171), (3454, 52, 14, 22), (3564, 52, 14, 132), (3649, 52, 14, 217), (3821, 52, 15, 132), (3991, 52, 16, 46), (4016, 52, 16, 71), (4108, 52, 16, 163), (4525, 52, 18, 71), (4617, 52, 18, 163), (4629, 52, 18, 175), (5049, 52, 20, 91), (5068, 52, 20, 110), (5092, 52, 20, 134), (5510, 52, 22, 51), (5611, 52, 22, 152), (5736, 52, 23, 28), (5766, 52, 23, 58), (5778, 52, 23, 70), (6009, 52, 24, 53), (6011, 52, 24, 55), (6098, 52, 24, 142), (6233, 52, 25, 30), (6252, 52, 25, 49), (6466, 52, 25, 263), (6537, 52, 26, 88), (6619, 52, 26, 170), (6983, 52, 28, 45), (7014, 52, 28, 76), (7558, 52, 30, 135), (7589, 52, 30, 166), (7782, 52, 31, 116), (7870, 52, 31, 204), (7904, 52, 31, 238), (7960, 52, 32, 54), (8059, 52, 32, 153), (8122, 52, 32, 216), (8244, 52, 33, 99), (8346, 52, 33, 201), (8399, 52, 33, 254), (8498, 52, 34, 115), (8526, 52, 34, 143), (8558, 52, 34, 175), (8672, 52, 35, 52), (8841, 52, 35, 221), (8911, 52, 36, 55), (8947, 52, 36, 91), (9041, 52, 36, 185), (9615, 52, 39, 57), (9658, 52, 39, 100), (9866, 52, 40, 75), (9885, 52, 40, 94), (9887, 52, 40, 96), (10076, 52, 41, 54), (10133, 52, 41, 111), (10249, 52, 41, 227), (10834, 52, 44, 124), (10872, 52, 44, 162), (10995, 52, 45, 58), (11014, 52, 45, 77), (11333, 52, 46, 170), (11676, 52, 48, 64), (11725, 52, 48, 113), (11745, 52, 48, 133), (11960, 52, 49, 125), (11966, 52, 49, 131), (12410, 52, 51, 132), (12551, 52, 52, 52), (12717, 52, 52, 218), (13135, 52, 54, 199), (13659, 52, 57, 75), (13741, 52, 57, 157), (13969, 52, 58, 171), (14134, 52, 59, 123), (14135, 52, 59, 124), (14151, 52, 59, 140), (14942, 52, 63, 88), (15012, 52, 63, 158), (15024, 52, 63, 170), (15160, 52, 64, 98), (15187, 52, 64, 125), (16069, 52, 68, 183), (16217, 52, 69, 128), (16270, 52, 69, 181), (16311, 52, 69, 222), (16367, 52, 70, 76), (16529, 52, 70, 238), (16598, 52, 71, 106), (17200, 52, 74, 110), (17224, 52, 74, 134), (17339, 52, 74, 249), (17387, 52, 75, 100), (17709, 52, 76, 226), (17821, 52, 77, 142), (17850, 52, 77, 171), (19989, 52, 88, 228), (20041, 52, 89, 97), (20074, 52, 89, 130), (20185, 52, 89, 241), (20400, 52, 91, 93), (20800, 52, 93, 134), (20851, 52, 93, 185), (20946, 52, 94, 102), (20962, 52, 94, 118), (21297, 52, 96, 100), (21315, 52, 96, 118), (21488, 52, 97, 116), (21572, 52, 97, 200), (21659, 52, 98, 113), (21687, 52, 98, 141), (21935, 52, 99, 216), (22174, 52, 101, 112), (22177, 52, 101, 115), (22205, 52, 101, 143), (22345, 52, 102, 113), (22373, 52, 102, 141), (23018, 52, 106, 115), (23078, 52, 106, 175), (23196, 52, 107, 128), (23251, 52, 107, 183), (23974, 52, 111, 256), (24134, 52, 112, 256), (24641, 52, 116, 130), (24962, 52, 118, 141), (25404, 52, 121, 123), (25405, 52, 121, 124), (25443, 52, 121, 162), (25724, 52, 123, 144), (26008, 52, 125, 133), (26802, 52, 130, 204), (26873, 52, 131, 133), (27003, 52, 131, 263), (27553, 52, 135, 255), (27561, 52, 135, 263), (28113, 52, 140, 144), (28169, 52, 140, 200), (28729, 52, 144, 241), (29636, 52, 152, 157), (29696, 52, 152, 217), (29797, 52, 153, 199), (29852, 52, 153, 254), (30401, 52, 158, 222), (30407, 52, 158, 228), (30798, 52, 162, 172), (31231, 52, 166, 172), (31314, 52, 166, 255), (32749, 52, 181, 215), (34229, 52, 199, 227), (34315, 52, 200, 241), (34363, 52, 201, 218), (34578, 52, 204, 226), (35256, 52, 215, 222), (35262, 52, 215, 228), (35344, 52, 216, 254), (35420, 52, 218, 221), (35833, 52, 226, 238), (35896, 52, 227, 256), (12662, 53, 52, 163), (12771, 53, 53, 53), (575, 54, 3, 36), (632, 54, 3, 93), (1189, 54, 5, 115), (1217, 54, 5, 143), (2530, 54, 10, 136), (2647, 54, 10, 253), (2699, 54, 11, 44), (2827, 54, 11, 172), (3057, 54, 12, 142), (3086, 54, 12, 171), (3236, 54, 13, 62), (3329, 54, 13, 155), (3462, 54, 14, 30), (3687, 54, 14, 255), (3738, 54, 15, 49), (3952, 54, 15, 263), (4077, 54, 16, 132), (5026, 54, 20, 67), (5182, 54, 20, 224), (5273, 54, 21, 64), (5322, 54, 21, 113), (5629, 54, 22, 170), (5733, 54, 23, 25), (5843, 54, 23, 135), (6018, 54, 24, 62), (6209, 54, 24, 253), (6279, 54, 25, 76), (6548, 54, 26, 99), (6650, 54, 26, 201), (7122, 54, 28, 184), (7245, 54, 29, 64), (7314, 54, 29, 133), (7474, 54, 30, 51), (7915, 54, 31, 249), (8128, 54, 32, 222), (8134, 54, 32, 228), (8257, 54, 33, 112), (8288, 54, 33, 143), (8691, 54, 35, 71), (8795, 54, 35, 175), (8992, 54, 36, 136), (9716, 54, 39, 158), (9773, 54, 39, 215), (9850, 54, 40, 59), (9935, 54, 40, 144), (10150, 54, 41, 128), (10203, 54, 41, 181), (10767, 54, 44, 57), (11072, 54, 45, 135), (11103, 54, 45, 166), (11364, 54, 46, 201), (11384, 54, 46, 221), (11728, 54, 48, 116), (11816, 54, 48, 204), (12000, 54, 49, 165), (12541, 54, 51, 263), (12570, 54, 52, 71), (12842, 54, 53, 124), (12880, 54, 53, 162), (12990, 54, 54, 54), (13163, 54, 54, 227), (13276, 54, 55, 123), (13277, 54, 55, 124), (13705, 54, 57, 121), (13982, 54, 58, 184), (14111, 54, 59, 100), (14953, 54, 63, 99), (15108, 54, 63, 254), (15775, 54, 67, 93), (15999, 54, 68, 113), (16027, 54, 68, 141), (16164, 54, 69, 75), (16185, 54, 69, 96), (16767, 54, 72, 74), (17314, 54, 74, 224), (17502, 54, 75, 215), (17614, 54, 76, 131), (17834, 54, 77, 155), (19918, 54, 88, 157), (19978, 54, 88, 217), (20042, 54, 89, 98), (20046, 54, 89, 102), (20447, 54, 91, 140), (20548, 54, 91, 241), (20951, 54, 94, 107), (21482, 54, 97, 110), (21506, 54, 97, 134), (21662, 54, 98, 116), (22012, 54, 100, 121), (22432, 54, 102, 200), (23209, 54, 107, 141), (23687, 54, 110, 130), (23871, 54, 111, 153), (23934, 54, 111, 216), (24094, 54, 112, 216), (24571, 54, 115, 218), (24965, 54, 118, 144), (25021, 54, 118, 200), (25765, 54, 123, 185), (26079, 54, 125, 204), (26113, 54, 125, 238), (26569, 54, 128, 256), (26847, 54, 130, 249), (26978, 54, 131, 238), (27187, 54, 133, 165), (27401, 54, 134, 241), (28154, 54, 140, 185), (28392, 54, 142, 162), (29651, 54, 152, 172), (29734, 54, 152, 255), (29825, 54, 153, 227), (30223, 54, 157, 158), (30898, 54, 163, 52), (30957, 54, 163, 221), (31230, 54, 166, 171), (31691, 54, 170, 217), (32189, 54, 175, 218), (32733, 54, 181, 199), (32970, 54, 183, 256), (34224, 54, 199, 222), (35938, 54, 228, 254), (5, 55, 1, 5), (33, 55, 1, 33), (216, 55, 1, 216), (218, 55, 1, 218), (296, 55, 2, 26), (316, 55, 2, 46), (333, 55, 2, 63), (498, 55, 2, 228), (583, 55, 3, 44), (598, 55, 3, 59), (660, 55, 3, 121), (711, 55, 3, 172), (904, 55, 4, 97), (930, 55, 4, 123), (947, 55, 4, 140), (1048, 55, 4, 241), (1264, 55, 5, 190), (1286, 55, 5, 212), (1306, 55, 5, 232), (1452, 55, 6, 112), (1455, 55, 6, 115), (1483, 55, 6, 143), (1515, 55, 6, 175), (2243, 55, 9, 111), (2244, 55, 9, 112), (2275, 55, 9, 143), (2359, 55, 9, 227), (2455, 55, 10, 61), (2498, 55, 10, 104), (2561, 55, 10, 167), (2861, 55, 11, 206), (2906, 55, 11, 251), (2981, 55, 12, 66), (3135, 55, 12, 220), (3151, 55, 12, 236), (3266, 55, 13, 92), (3334, 55, 13, 160), (3341, 55, 13, 167), (3837, 55, 15, 148), (4005, 55, 16, 60), (4010, 55, 16, 65), (4026, 55, 16, 81), (4029, 55, 16, 84), (4239, 55, 17, 39), (4275, 55, 17, 75), (4296, 55, 17, 96), (4357, 55, 17, 157), (4519, 55, 18, 65), (4535, 55, 18, 81), (4538, 55, 18, 84), (4679, 55, 18, 225), (4776, 55, 19, 69), (4865, 55, 19, 158), (4922, 55, 19, 215), (4996, 55, 20, 37), (5020, 55, 20, 61), (5095, 55, 20, 137), (5357, 55, 21, 148), (5385, 55, 21, 176), (5395, 55, 21, 186), (5418, 55, 21, 209), (5588, 55, 22, 129), (5632, 55, 22, 173), (5636, 55, 22, 177), (5709, 55, 22, 250), (5818, 55, 23, 110), (5957, 55, 23, 249), (6060, 55, 24, 104), (6116, 55, 24, 160), (6123, 55, 24, 167), (6359, 55, 25, 156), (6406, 55, 25, 203), (6439, 55, 25, 236), (6462, 55, 25, 259), (6532, 55, 26, 83), (6688, 55, 26, 239), (6695, 55, 26, 246), (7030, 55, 28, 92), (7329, 55, 29, 148), (7357, 55, 29, 176), (7390, 55, 29, 209), (7470, 55, 30, 47), (7495, 55, 30, 72), (7620, 55, 30, 197), (7647, 55, 30, 224), (8026, 55, 32, 120), (8098, 55, 32, 192), (8146, 55, 32, 240), (8151, 55, 32, 245), (8272, 55, 33, 127), (8357, 55, 33, 212), (8377, 55, 33, 232), (8448, 55, 34, 65), (8542, 55, 34, 159), (8608, 55, 34, 225), (8676, 55, 35, 56), (8765, 55, 35, 145), (8810, 55, 35, 190), (8852, 55, 35, 232), (8893, 55, 36, 37), (8917, 55, 36, 61), (8960, 55, 36, 104), (9023, 55, 36, 167), (9165, 55, 37, 74), (9184, 55, 37, 93), (9687, 55, 39, 129), (9708, 55, 39, 150), (9788, 55, 39, 230), (10001, 55, 40, 210), (10026, 55, 40, 235), (10042, 55, 40, 251), (10142, 55, 41, 120), (10169, 55, 41, 147), (10214, 55, 41, 192), (10305, 55, 42, 52), (10352, 55, 42, 99), (10454, 55, 42, 201), (10474, 55, 42, 221), (10605, 55, 43, 123), (10606, 55, 43, 124), (10622, 55, 43, 140), (10723, 55, 43, 241), (10777, 55, 44, 67), (10846, 55, 44, 136), (10934, 55, 44, 224), (11047, 55, 45, 110), (11071, 55, 45, 134), (11186, 55, 45, 249), (11246, 55, 46, 83), (11289, 55, 46, 126), (11409, 55, 46, 246), (11437, 55, 47, 49), (11643, 55, 47, 255), (11651, 55, 47, 263), (11715, 55, 48, 103), (11763, 55, 48, 151), (11768, 55, 48, 156), (11790, 55, 48, 178), (11999, 55, 49, 164), (12029, 55, 49, 194), (12032, 55, 49, 197), (12145, 55, 50, 88), (12215, 55, 50, 158), (12227, 55, 50, 170), (12272, 55, 50, 215), (12555, 55, 52, 56), (12644, 55, 52, 145), (12689, 55, 52, 190), (12773, 55, 53, 55), (12809, 55, 53, 91), (12852, 55, 53, 134), (12903, 55, 53, 185), (13063, 55, 54, 127), (13074, 55, 54, 138), (13082, 55, 54, 146), (13138, 55, 54, 202), (13208, 55, 55, 55), (13244, 55, 55, 91), (13338, 55, 55, 185), (13587, 55, 56, 218), (13590, 55, 56, 221), (13790, 55, 57, 206), (13794, 55, 57, 210), (13835, 55, 57, 251), (13890, 55, 58, 92), (13958, 55, 58, 160), (14073, 55, 59, 62), (14147, 55, 59, 136), (14264, 55, 59, 253), (14311, 55, 60, 88), (14393, 55, 60, 170), (14527, 55, 61, 93), (14734, 55, 62, 89), (14789, 55, 62, 144), (14845, 55, 62, 200), (14937, 55, 63, 83), (15093, 55, 63, 239), (15116, 55, 63, 262), (15179, 55, 64, 117), (15226, 55, 64, 164), (15256, 55, 64, 194), (15306, 55, 64, 244), (15376, 55, 65, 106), (15600, 55, 66, 124), (15638, 55, 66, 162), (15642, 55, 66, 166), (15803, 55, 67, 121), (15854, 55, 67, 172), (15937, 55, 67, 255), (16062, 55, 68, 176), (16072, 55, 68, 186), (16095, 55, 68, 209), (16133, 55, 68, 247), (16320, 55, 69, 231), (16336, 55, 69, 247), (16346, 55, 69, 257), (16572, 55, 71, 80), (16618, 55, 71, 126), (16738, 55, 71, 246), (16750, 55, 71, 258), (16865, 55, 72, 172), (16948, 55, 72, 255), (16956, 55, 72, 263), (17020, 55, 73, 128), (17073, 55, 73, 181), (17075, 55, 73, 183), (17114, 55, 73, 222), (17227, 55, 74, 137), (17369, 55, 75, 82), (17437, 55, 75, 150), (17517, 55, 75, 230), (17732, 55, 76, 249), (17771, 55, 77, 92), (17839, 55, 77, 160), (18374, 55, 80, 115), (18402, 55, 80, 143), (18434, 55, 80, 175), (18620, 55, 81, 170), (18734, 55, 82, 94), (18736, 55, 82, 96), (18781, 55, 82, 141), (18993, 55, 83, 163), (19124, 55, 84, 106), (19910, 55, 88, 149), (19992, 55, 88, 231), (20099, 55, 89, 155), (20128, 55, 89, 184), (20449, 55, 91, 142), (20478, 55, 91, 171), (20770, 55, 93, 104), (20803, 55, 93, 137), (20994, 55, 94, 150), (21063, 55, 94, 219), (21088, 55, 94, 244), (21153, 55, 95, 132), (21347, 55, 96, 150), (21416, 55, 96, 219), (21583, 55, 97, 211), (21649, 55, 98, 103), (21697, 55, 98, 151), (21724, 55, 98, 178), (21781, 55, 98, 235), (21959, 55, 99, 240), (21964, 55, 99, 245), (21971, 55, 99, 252), (22097, 55, 100, 206), (22101, 55, 100, 210), (22142, 55, 100, 251), (22209, 55, 101, 147), (22221, 55, 101, 159), (22287, 55, 101, 225), (22383, 55, 102, 151), (22410, 55, 102, 178), (22467, 55, 102, 235), (22527, 55, 103, 125), (22533, 55, 103, 131), (23128, 55, 106, 225), (23244, 55, 107, 176), (23254, 55, 107, 186), (23315, 55, 107, 247), (23325, 55, 107, 257), (23699, 55, 110, 142), (23728, 55, 110, 171), (23864, 55, 111, 146), (23909, 55, 111, 191), (23920, 55, 111, 202), (24024, 55, 112, 146), (24069, 55, 112, 191), (24155, 55, 113, 117), (24232, 55, 113, 194), (24257, 55, 113, 219), (24282, 55, 113, 244), (24324, 55, 114, 128), (24377, 55, 114, 181), (24379, 55, 114, 183), (24544, 55, 115, 191), (24611, 55, 115, 258), (24666, 55, 116, 155), (24695, 55, 116, 184), (24799, 55, 117, 133), (24807, 55, 117, 141), (24999, 55, 118, 178), (25031, 55, 118, 210), (25056, 55, 118, 235), (25326, 55, 120, 199), (25381, 55, 120, 254), (25417, 55, 121, 136), (25534, 55, 121, 253), (25767, 55, 123, 187), (25800, 55, 123, 220), (25915, 55, 124, 187), (25948, 55, 124, 220), (26026, 55, 125, 151), (26031, 55, 125, 156), (26134, 55, 125, 259), (26186, 55, 126, 163), (26198, 55, 126, 175), (26321, 55, 127, 153), (26384, 55, 127, 216), (26487, 55, 128, 174), (26556, 55, 128, 243), (26613, 55, 129, 157), (26673, 55, 129, 217), (26809, 55, 130, 211), (26896, 55, 131, 156), (26943, 55, 131, 203), (26999, 55, 131, 259), (27054, 55, 132, 173), (27058, 55, 132, 177), (27131, 55, 132, 250), (27186, 55, 133, 164), (27216, 55, 133, 194), (27219, 55, 133, 197), (27302, 55, 134, 142), (27331, 55, 134, 171), (27501, 55, 135, 203), (27534, 55, 135, 236), (27557, 55, 135, 259), (27578, 55, 136, 144), (27856, 55, 138, 153), (27919, 55, 138, 216), (27930, 55, 138, 227), (28156, 55, 140, 187), (28180, 55, 140, 211), (28319, 55, 141, 219), (28344, 55, 141, 244), (28415, 55, 142, 185), (28551, 55, 143, 191), (28643, 55, 144, 155), (28741, 55, 144, 253), (28816, 55, 145, 201), (28836, 55, 145, 221), (28968, 55, 146, 227), (29124, 55, 147, 256), (29157, 55, 148, 165), (29273, 55, 149, 158), (29285, 55, 149, 170), (29685, 55, 152, 206), (29800, 55, 153, 202), (29810, 55, 153, 212), (30034, 55, 155, 200), (30238, 55, 157, 173), (30295, 55, 157, 230), (30410, 55, 158, 231), (30549, 55, 159, 256), (30813, 55, 162, 187), (30846, 55, 162, 220), (30982, 55, 163, 246), (30994, 55, 163, 258), (31107, 55, 164, 263), (31161, 55, 165, 209), (31262, 55, 166, 203), (31295, 55, 166, 236), (31824, 55, 171, 249), (31900, 55, 172, 224), (31992, 55, 173, 217), (32056, 55, 174, 183), (32229, 55, 175, 258), (32380, 55, 177, 217), (32777, 55, 181, 243), (32796, 55, 181, 262), (32807, 55, 182, 183), (33006, 55, 184, 204), (33040, 55, 184, 238), (33527, 55, 190, 218), (33669, 55, 192, 199), (33726, 55, 192, 256), (34118, 55, 197, 263), (34247, 55, 199, 245), (34327, 55, 200, 253), (34385, 55, 201, 240), (34397, 55, 201, 252), (34442, 55, 202, 227), (35041, 55, 211, 241), (35076, 55, 212, 216), (35265, 55, 215, 231), (35291, 55, 215, 257), (35375, 55, 217, 230), (35431, 55, 218, 232), (35607, 55, 221, 252), (35644, 55, 222, 239), (35648, 55, 222, 243), (35667, 55, 222, 262), (35757, 55, 224, 255), (35923, 55, 228, 239), (35927, 55, 228, 243), (35946, 55, 228, 262), (36388, 55, 240, 254), (36533, 55, 245, 254), (36694, 55, 252, 254), (240, 56, 1, 240), (252, 56, 1, 252), (320, 56, 2, 50), (419, 56, 2, 149), (726, 56, 3, 187), (759, 56, 3, 220), (869, 56, 4, 62), (1060, 56, 4, 253), (1345, 56, 5, 271), (1565, 56, 6, 225), (1664, 56, 7, 59), (1749, 56, 7, 144), (2017, 56, 8, 148), (2078, 56, 8, 209), (2279, 56, 9, 147), (2291, 56, 9, 159), (4410, 56, 17, 210), (4451, 56, 17, 251), (4950, 56, 19, 243), (4969, 56, 19, 262), (5725, 56, 22, 266), (5729, 56, 22, 270), (5798, 56, 23, 90), (6487, 56, 26, 38), (6691, 56, 26, 242), (6770, 56, 27, 76), (6932, 56, 27, 238), (7616, 56, 30, 193), (8406, 56, 33, 261), (8416, 56, 33, 271), (8889, 56, 35, 269), (9144, 56, 37, 53), (9233, 56, 37, 142), (9388, 56, 38, 63), (10443, 56, 42, 190), (10485, 56, 42, 232), (10618, 56, 43, 136), (10735, 56, 43, 253), (10906, 56, 44, 196), (10917, 56, 44, 207), (11241, 56, 46, 78), (11405, 56, 46, 242), (11591, 56, 47, 203), (11624, 56, 47, 236), (11921, 56, 49, 86), (12024, 56, 49, 189), (12296, 56, 50, 239), (12779, 56, 53, 61), (13058, 56, 54, 122), (13204, 56, 54, 268), (13214, 56, 55, 61), (13257, 56, 55, 104), (13425, 56, 56, 56), (13514, 56, 56, 145), (14216, 56, 59, 205), (14306, 56, 60, 83), (14469, 56, 60, 246), (14856, 56, 62, 211), (14993, 56, 63, 139), (15250, 56, 64, 188), (15285, 56, 64, 223), (15350, 56, 65, 80), (15528, 56, 65, 258), (15543, 56, 66, 67), (15700, 56, 66, 224), (15902, 56, 67, 220), (16660, 56, 71, 168), (16759, 56, 71, 267), (16929, 56, 72, 236), (17139, 56, 73, 247), (17149, 56, 73, 257), (17573, 56, 76, 90), (18037, 56, 78, 163), (18182, 56, 79, 115), (18210, 56, 79, 143), (18484, 56, 80, 225), (18576, 56, 81, 126), (18696, 56, 81, 246), (18875, 56, 82, 235), (18979, 56, 83, 149), (19144, 56, 84, 126), (19276, 56, 84, 258), (19295, 56, 85, 89), (19406, 56, 85, 200), (19655, 56, 86, 263), (19689, 56, 87, 112), (19720, 56, 87, 143), (20177, 56, 89, 233), (20474, 56, 91, 167), (20597, 56, 92, 110), (20736, 56, 92, 249), (21013, 56, 94, 169), (22519, 56, 103, 117), (22596, 56, 103, 194), (22755, 56, 104, 185), (22885, 56, 105, 148), (23523, 56, 109, 128), (23578, 56, 109, 183), (23717, 56, 110, 160), (23932, 56, 111, 214); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (23983, 56, 111, 265), (24092, 56, 112, 214), (24226, 56, 113, 188), (24236, 56, 113, 198), (24382, 56, 114, 186), (24443, 56, 114, 247), (24514, 56, 115, 161), (24724, 56, 116, 213), (24744, 56, 116, 233), (24817, 56, 117, 151), (25119, 56, 119, 144), (25175, 56, 119, 200), (25254, 56, 120, 127), (25265, 56, 120, 138), (25477, 56, 121, 196), (25486, 56, 121, 205), (25658, 56, 122, 227), (26413, 56, 127, 245), (26493, 56, 128, 180), (26662, 56, 129, 206), (27129, 56, 132, 248), (27151, 56, 132, 270), (27211, 56, 133, 189), (27245, 56, 133, 223), (27320, 56, 134, 160), (27621, 56, 136, 187), (27711, 56, 137, 142), (27740, 56, 137, 171), (27895, 56, 138, 192), (28065, 56, 139, 228), (28269, 56, 141, 169), (28298, 56, 141, 198), (28805, 56, 145, 190), (28888, 56, 146, 147), (29448, 56, 150, 210), (29603, 56, 151, 244), (29806, 56, 153, 208), (29866, 56, 153, 268), (29938, 56, 154, 222), (29944, 56, 154, 228), (30045, 56, 155, 211), (30114, 56, 156, 164), (30144, 56, 156, 194), (30484, 56, 159, 191), (30691, 56, 161, 175), (31003, 56, 163, 267), (31103, 56, 164, 259), (31349, 56, 167, 185), (31444, 56, 168, 175), (31883, 56, 172, 207), (31940, 56, 172, 264), (32049, 56, 174, 176), (32059, 56, 174, 186), (32250, 56, 176, 182), (32476, 56, 178, 219), (32501, 56, 178, 244), (32624, 56, 180, 181), (32771, 56, 181, 237), (32833, 56, 182, 209), (32974, 56, 183, 260), (33672, 56, 192, 202), (33804, 56, 193, 255), (34058, 56, 197, 203), (34114, 56, 197, 259), (34565, 56, 204, 213), (34581, 56, 204, 229), (34715, 56, 206, 230), (34830, 56, 208, 216), (35100, 56, 212, 240), (35105, 56, 212, 245), (35351, 56, 216, 261), (35411, 56, 217, 266), (35468, 56, 218, 269), (35487, 56, 219, 235), (35642, 56, 222, 237), (35905, 56, 227, 265), (35965, 56, 229, 238), (36020, 56, 230, 251), (36049, 56, 231, 239), (36072, 56, 231, 262), (36102, 56, 232, 252), (36481, 56, 243, 257), (36758, 56, 255, 264), (2493, 57, 10, 99), (2595, 57, 10, 201), (2648, 57, 10, 254), (2712, 57, 11, 57), (2755, 57, 11, 100), (2984, 57, 12, 69), (3073, 57, 12, 158), (3130, 57, 12, 215), (3206, 57, 13, 32), (3373, 57, 13, 199), (3428, 57, 13, 254), (3472, 57, 14, 40), (3532, 57, 14, 100), (3550, 57, 14, 118), (3787, 57, 15, 98), (3791, 57, 15, 102), (3807, 57, 15, 118), (4042, 57, 16, 97), (4085, 57, 16, 140), (4186, 57, 16, 241), (4551, 57, 18, 97), (4584, 57, 18, 130), (4695, 57, 18, 241), (4994, 57, 20, 35), (5011, 57, 20, 52), (5179, 57, 20, 221), (5257, 57, 21, 48), (5334, 57, 21, 125), (5340, 57, 21, 131), (5988, 57, 24, 32), (6055, 57, 24, 99), (6210, 57, 24, 254), (6271, 57, 25, 68), (6310, 57, 25, 107), (6979, 57, 28, 41), (7194, 57, 28, 256), (7229, 57, 29, 48), (7279, 57, 29, 98), (7306, 57, 29, 125), (7700, 57, 31, 34), (7767, 57, 31, 101), (7772, 57, 31, 106), (7983, 57, 32, 77), (8513, 57, 34, 130), (8609, 57, 34, 226), (8694, 57, 35, 74), (8955, 57, 36, 99), (9057, 57, 36, 201), (9077, 57, 36, 221), (9842, 57, 40, 51), (9943, 57, 40, 152), (10080, 57, 41, 58), (10099, 57, 41, 77), (11777, 57, 48, 165), (12380, 57, 51, 102), (12396, 57, 51, 118), (12573, 57, 52, 74), (12592, 57, 52, 93), (13641, 57, 57, 57), (13736, 57, 57, 152), (13997, 57, 58, 199), (14054, 57, 58, 256), (16011, 57, 68, 125), (16017, 57, 68, 131), (16224, 57, 69, 135), (16255, 57, 69, 166), (16392, 57, 70, 101), (16547, 57, 70, 256), (17308, 57, 74, 218), (17878, 57, 77, 199), (19884, 57, 88, 123), (19885, 57, 88, 124), (19923, 57, 88, 162), (20867, 57, 93, 201), (20887, 57, 93, 221), (21478, 57, 97, 106), (21711, 57, 98, 165), (22043, 57, 100, 152), (22288, 57, 101, 226), (22397, 57, 102, 165), (23033, 57, 106, 130), (23199, 57, 107, 131), (23203, 57, 107, 135), (25750, 57, 123, 170), (25886, 57, 124, 158), (25898, 57, 124, 170), (28139, 57, 140, 170), (30341, 57, 158, 162), (30841, 57, 162, 215), (31274, 57, 166, 215), (2524, 58, 10, 130), (3244, 58, 13, 70), (3400, 58, 13, 226), (5098, 58, 20, 140), (5199, 58, 20, 241), (6182, 58, 24, 226), (6996, 58, 28, 58), (7015, 58, 28, 77), (7695, 58, 31, 10), (7696, 58, 31, 24), (8953, 58, 36, 97), (8986, 58, 36, 130), (13856, 58, 58, 58), (16368, 58, 70, 77), (17213, 58, 74, 123), (17230, 58, 74, 140), (20763, 58, 93, 97), (20907, 58, 93, 241), (68, 59, 1, 68), (69, 59, 1, 69), (107, 59, 1, 107), (311, 59, 2, 41), (469, 59, 2, 199), (526, 59, 2, 256), (667, 59, 3, 128), (720, 59, 3, 181), (722, 59, 3, 183), (761, 59, 3, 222), (1169, 59, 5, 95), (1179, 59, 5, 105), (1251, 59, 5, 177), (1324, 59, 5, 250), (1356, 59, 6, 16), (1358, 59, 6, 18), (1446, 59, 6, 106), (1904, 59, 8, 35), (1921, 59, 8, 52), (2087, 59, 8, 218), (2090, 59, 8, 221), (2148, 59, 9, 16), (2220, 59, 9, 88), (2302, 59, 9, 170), (2572, 59, 10, 178), (2604, 59, 10, 210), (2629, 59, 10, 235), (2775, 59, 11, 120), (2847, 59, 11, 192), (2900, 59, 11, 245), (2934, 59, 12, 19), (2965, 59, 12, 50), (3146, 59, 12, 231), (3172, 59, 12, 257), (3380, 59, 13, 206), (3384, 59, 13, 210), (3425, 59, 13, 251), (3552, 59, 14, 120), (3672, 59, 14, 240), (3677, 59, 14, 245), (3684, 59, 14, 252), (3731, 59, 15, 42), (3834, 59, 15, 145), (3929, 59, 15, 240), (3941, 59, 15, 252), (4025, 59, 16, 80), (4136, 59, 16, 191), (4254, 59, 17, 54), (4311, 59, 17, 111), (4312, 59, 17, 112), (4427, 59, 17, 227), (4534, 59, 18, 80), (4645, 59, 18, 191), (4712, 59, 18, 258), (4831, 59, 19, 124), (4869, 59, 19, 162), (4873, 59, 19, 166), (5061, 59, 20, 103), (5109, 59, 20, 151), (5114, 59, 20, 156), (5136, 59, 20, 178), (5265, 59, 21, 56), (5354, 59, 21, 145), (5399, 59, 21, 190), (5441, 59, 21, 232), (5708, 59, 22, 249), (5738, 59, 23, 30), (5757, 59, 23, 49), (5841, 59, 23, 133), (5971, 59, 23, 263), (6166, 59, 24, 210), (6191, 59, 24, 235), (6207, 59, 24, 251), (6253, 59, 25, 50), (6263, 59, 25, 60), (6284, 59, 25, 81), (6352, 59, 25, 149), (6496, 59, 26, 47), (6521, 59, 26, 72), (6613, 59, 26, 164), (6646, 59, 26, 197), (7144, 59, 28, 206), (7223, 59, 29, 42), (7237, 59, 29, 56), (7326, 59, 29, 145), (7371, 59, 29, 190), (7499, 59, 30, 76), (7627, 59, 30, 204), (7661, 59, 30, 238), (7814, 59, 31, 148), (7979, 59, 32, 73), (8145, 59, 32, 239), (8149, 59, 32, 243), (8168, 59, 32, 262), (8240, 59, 33, 95), (8318, 59, 33, 173), (8322, 59, 33, 177), (8395, 59, 33, 250), (8463, 59, 34, 80), (8509, 59, 34, 126), (8629, 59, 34, 246), (8641, 59, 34, 258), (8715, 59, 35, 95), (8725, 59, 35, 105), (8802, 59, 35, 182), (9007, 59, 36, 151), (9034, 59, 36, 178), (9091, 59, 36, 235), (9649, 59, 39, 91), (9668, 59, 39, 110), (9692, 59, 39, 134), (9807, 59, 39, 249), (9938, 59, 40, 147), (9950, 59, 40, 159), (10105, 59, 41, 83), (10261, 59, 41, 239), (10284, 59, 41, 262), (10304, 59, 42, 51), (10418, 59, 42, 165), (10799, 59, 44, 89), (10826, 59, 44, 116), (10910, 59, 44, 200), (10914, 59, 44, 204), (10986, 59, 45, 49), (11001, 59, 45, 64), (11070, 59, 45, 133), (11200, 59, 45, 263), (11210, 59, 46, 47), (11327, 59, 46, 164), (11357, 59, 46, 194), (11360, 59, 46, 197), (11451, 59, 47, 63), (11616, 59, 47, 228), (11677, 59, 48, 65), (11693, 59, 48, 81), (11696, 59, 48, 84), (11837, 59, 48, 225), (11911, 59, 49, 76), (12006, 59, 49, 171), (12192, 59, 50, 135), (12223, 59, 50, 166), (12518, 59, 51, 240), (12523, 59, 51, 245), (12530, 59, 51, 252), (12604, 59, 52, 105), (12673, 59, 52, 174), (12681, 59, 52, 182), (12782, 59, 53, 64), (12812, 59, 53, 94), (12831, 59, 53, 113), (12859, 59, 53, 141), (13065, 59, 54, 129), (13109, 59, 54, 173), (13166, 59, 54, 230), (13247, 59, 55, 94), (13249, 59, 55, 96), (13266, 59, 55, 113), (13294, 59, 55, 141), (13437, 59, 56, 68), (13534, 59, 56, 165), (13704, 59, 57, 120), (13731, 59, 57, 147), (13776, 59, 57, 192), (14004, 59, 58, 206), (14049, 59, 58, 251), (14070, 59, 59, 59), (14100, 59, 59, 89), (14155, 59, 59, 144), (14211, 59, 59, 200), (14348, 59, 60, 125), (14354, 59, 60, 131), (14358, 59, 60, 135), (14828, 59, 62, 183), (14926, 59, 63, 72), (15051, 59, 63, 197), (15078, 59, 63, 224), (15204, 59, 64, 142), (15233, 59, 64, 171), (15368, 59, 65, 98), (15372, 59, 65, 102), (15395, 59, 65, 125), (15810, 59, 67, 128), (15863, 59, 67, 181), (15904, 59, 67, 222), (15910, 59, 67, 228), (16076, 59, 68, 190), (16118, 59, 68, 232), (16216, 59, 69, 127), (16227, 59, 69, 138), (16301, 59, 69, 212), (16609, 59, 71, 117), (16656, 59, 71, 164), (16686, 59, 71, 194), (16736, 59, 71, 244), (16915, 59, 72, 222), (16921, 59, 72, 228), (16991, 59, 73, 99), (17093, 59, 73, 201), (17146, 59, 73, 254), (17193, 59, 74, 103), (17241, 59, 74, 151), (17246, 59, 74, 156), (17349, 59, 74, 259), (17378, 59, 75, 91), (17397, 59, 75, 110), (17421, 59, 75, 134), (17472, 59, 75, 185), (17738, 59, 76, 255), (17746, 59, 76, 263), (17885, 59, 77, 206), (17889, 59, 77, 210), (17930, 59, 77, 251), (18365, 59, 80, 106), (18575, 59, 81, 125), (18581, 59, 81, 131), (18751, 59, 82, 111), (18752, 59, 82, 112), (18755, 59, 82, 115), (18783, 59, 82, 143), (18931, 59, 83, 101), (19086, 59, 83, 256), (19116, 59, 84, 98), (19143, 59, 84, 125), (19149, 59, 84, 131), (19899, 59, 88, 138), (19907, 59, 88, 146), (19963, 59, 88, 202), (20065, 59, 89, 121), (20116, 59, 89, 172), (20401, 59, 91, 94), (20403, 59, 91, 96), (20769, 59, 93, 103), (20817, 59, 93, 151), (20844, 59, 93, 178), (20901, 59, 93, 235), (21029, 59, 94, 185), (21239, 59, 95, 218), (21331, 59, 96, 134), (21382, 59, 96, 185), (21520, 59, 97, 148), (21548, 59, 97, 176), (21581, 59, 97, 209), (21771, 59, 98, 225), (21833, 59, 99, 114), (21893, 59, 99, 174), (21962, 59, 99, 243), (22038, 59, 100, 147), (22050, 59, 100, 159), (22083, 59, 100, 192), (22188, 59, 101, 126), (22308, 59, 101, 246), (22320, 59, 101, 258), (22391, 59, 102, 159), (22457, 59, 102, 225), (22955, 59, 105, 218), (23029, 59, 106, 126), (23161, 59, 106, 258), (23258, 59, 107, 190), (23280, 59, 107, 212), (23300, 59, 107, 232), (23714, 59, 110, 157), (23774, 59, 110, 217), (23868, 59, 111, 150), (23948, 59, 111, 230), (24028, 59, 112, 150), (24097, 59, 112, 219), (24180, 59, 113, 142), (24209, 59, 113, 171), (24397, 59, 114, 201), (24417, 59, 114, 221), (24450, 59, 114, 254), (24470, 59, 115, 117), (24572, 59, 115, 219), (24597, 59, 115, 244), (24632, 59, 116, 121), (24683, 59, 116, 172), (24766, 59, 116, 255), (24829, 59, 117, 163), (24841, 59, 117, 175), (24968, 59, 118, 147), (24980, 59, 118, 159), (25046, 59, 118, 225), (25279, 59, 120, 152), (25425, 59, 121, 144), (25481, 59, 121, 200), (25756, 59, 123, 176), (25766, 59, 123, 186), (25827, 59, 123, 247), (25837, 59, 123, 257), (25914, 59, 124, 186), (25975, 59, 124, 247), (25985, 59, 124, 257), (26326, 59, 127, 158), (26383, 59, 127, 215), (26449, 59, 128, 136), (26566, 59, 128, 253), (26609, 59, 129, 153), (26672, 59, 129, 216), (26683, 59, 129, 227), (26746, 59, 130, 148), (26807, 59, 130, 209), (26889, 59, 131, 149), (27065, 59, 132, 184), (27164, 59, 133, 142), (27193, 59, 133, 171), (27317, 59, 134, 157), (27447, 59, 135, 149), (27529, 59, 135, 231), (27615, 59, 136, 181), (27617, 59, 136, 183), (27861, 59, 138, 158), (27918, 59, 138, 215), (28145, 59, 140, 176), (28155, 59, 140, 186), (28178, 59, 140, 209), (28216, 59, 140, 247), (28242, 59, 141, 142), (28285, 59, 141, 185), (28510, 59, 143, 150), (28579, 59, 143, 219), (28604, 59, 143, 244), (28688, 59, 144, 200), (28780, 59, 145, 165), (28899, 59, 146, 158), (28911, 59, 146, 170), (29233, 59, 148, 241), (29281, 59, 149, 166), (29465, 59, 150, 227), (29671, 59, 152, 192), (29719, 59, 152, 240), (29724, 59, 152, 245), (29771, 59, 153, 173), (29775, 59, 153, 177), (29828, 59, 153, 230), (30314, 59, 157, 249), (30381, 59, 158, 202), (30857, 59, 162, 231), (30873, 59, 162, 247), (30883, 59, 162, 257), (30900, 59, 163, 164), (30930, 59, 163, 194), (30933, 59, 163, 197), (31204, 59, 165, 252), (31290, 59, 166, 231), (31665, 59, 170, 191), (31676, 59, 170, 202), (31880, 59, 172, 204), (31914, 59, 172, 238), (31991, 59, 173, 216), (32074, 59, 174, 201), (32094, 59, 174, 221), (32165, 59, 175, 194), (32190, 59, 175, 219), (32215, 59, 175, 244), (32309, 59, 176, 241), (32379, 59, 177, 216), (32758, 59, 181, 224), (32825, 59, 182, 201), (32845, 59, 182, 221), (32967, 59, 183, 253), (33216, 59, 186, 241), (34241, 59, 199, 239), (34245, 59, 199, 243), (34264, 59, 199, 262), (34430, 59, 202, 215), (34607, 59, 204, 255), (34918, 59, 209, 241), (35075, 59, 212, 215), (35340, 59, 216, 250), (35394, 59, 217, 249), (35449, 59, 218, 250), (35629, 59, 222, 224), (35730, 59, 224, 228), (35870, 59, 227, 230), (36324, 59, 238, 255), (36332, 59, 238, 263), (36358, 59, 239, 256), (36478, 59, 243, 254), (36561, 59, 246, 256), (36739, 59, 254, 262), (210, 60, 1, 210), (235, 60, 1, 235), (251, 60, 1, 251), (274, 60, 2, 4), (313, 60, 2, 43), (457, 60, 2, 187), (481, 60, 2, 211), (732, 60, 3, 193), (735, 60, 3, 196), (746, 60, 3, 207), (803, 60, 3, 264), (890, 60, 4, 83), (1046, 60, 4, 239), (1069, 60, 4, 262), (1543, 60, 6, 203), (1576, 60, 6, 236), (1599, 60, 6, 259), (1652, 60, 7, 47), (1802, 60, 7, 197), (1829, 60, 7, 224), (1961, 60, 8, 92), (2029, 60, 8, 160), (2235, 60, 9, 103), (2288, 60, 9, 156), (2335, 60, 9, 203), (2391, 60, 9, 259), (4237, 60, 17, 37), (4337, 60, 17, 137), (4866, 60, 19, 159), (4932, 60, 19, 225), (5816, 60, 23, 108), (5887, 60, 23, 179), (5942, 60, 23, 234), (5968, 60, 23, 260), (6776, 60, 27, 82), (6811, 60, 27, 117), (6913, 60, 27, 219), (6938, 60, 27, 244), (7502, 60, 30, 79), (7510, 60, 30, 87), (7584, 60, 30, 161), (7591, 60, 30, 168), (9220, 60, 37, 129), (9264, 60, 37, 173), (9321, 60, 37, 230), (9384, 60, 38, 59), (9446, 60, 38, 121), (9469, 60, 38, 144), (9525, 60, 38, 200), (9827, 60, 39, 269), (9829, 60, 39, 271), (10565, 60, 43, 83), (10721, 60, 43, 239), (10728, 60, 43, 246), (10788, 60, 44, 78), (10878, 60, 44, 168), (10952, 60, 44, 242), (10977, 60, 44, 267), (11045, 60, 45, 108), (11116, 60, 45, 179), (11132, 60, 45, 195), (11171, 60, 45, 234), (11473, 60, 47, 85), (11507, 60, 47, 119), (11593, 60, 47, 205), (11914, 60, 49, 79), (11922, 60, 49, 87), (12049, 60, 49, 214), (12100, 60, 49, 265), (12122, 60, 50, 65), (12138, 60, 50, 81), (12141, 60, 50, 84), (12282, 60, 50, 225), (12913, 60, 53, 195), (12966, 60, 53, 248), (12984, 60, 53, 266), (12988, 60, 53, 270), (13401, 60, 55, 248), (13419, 60, 55, 266), (13423, 60, 55, 270), (13575, 60, 56, 206), (13620, 60, 56, 251), (14089, 60, 59, 78), (14150, 60, 59, 139), (14253, 60, 59, 242), (14283, 60, 60, 60), (14304, 60, 60, 81), (14307, 60, 60, 84), (14372, 60, 60, 149), (14563, 60, 61, 129), (14607, 60, 61, 173), (14611, 60, 61, 177), (14664, 60, 61, 230), (14731, 60, 62, 86), (14834, 60, 62, 189), (14838, 60, 62, 193), (15184, 60, 64, 122), (15276, 60, 64, 214), (15327, 60, 64, 265), (15330, 60, 64, 268), (15334, 60, 65, 19), (15419, 60, 65, 149), (15501, 60, 65, 231), (15556, 60, 66, 80), (15602, 60, 66, 126), (15722, 60, 66, 246), (15734, 60, 66, 258), (15878, 60, 67, 196), (15887, 60, 67, 205), (15889, 60, 67, 207), (15946, 60, 67, 264), (16812, 60, 72, 119), (16889, 60, 72, 196), (16898, 60, 72, 205), (17548, 60, 75, 261), (17556, 60, 75, 269), (17558, 60, 75, 271), (17591, 60, 76, 108), (17592, 60, 76, 109), (17717, 60, 76, 234), (17743, 60, 76, 260), (17995, 60, 78, 121), (18046, 60, 78, 172), (18322, 60, 79, 255), (18330, 60, 79, 263), (18462, 60, 80, 203), (18495, 60, 80, 236), (18599, 60, 81, 149), (18730, 60, 82, 90), (19017, 60, 83, 187), (19050, 60, 83, 220), (19167, 60, 84, 149), (19249, 60, 84, 231), (19370, 60, 85, 164), (19400, 60, 85, 194), (19403, 60, 85, 197), (19547, 60, 86, 155), (19645, 60, 86, 253), (19710, 60, 87, 133), (19840, 60, 87, 263), (20083, 60, 89, 139), (20098, 60, 89, 154), (20124, 60, 89, 180), (20181, 60, 89, 237), (20276, 60, 90, 150), (20345, 60, 90, 219), (20370, 60, 90, 244), (20573, 60, 91, 266), (20582, 60, 92, 95), (20592, 60, 92, 105), (20669, 60, 92, 182), (21052, 60, 94, 208), (21105, 60, 94, 261), (21112, 60, 94, 268), (21115, 60, 94, 271), (21181, 60, 95, 160), (21188, 60, 95, 167), (21405, 60, 96, 208), (21458, 60, 96, 261), (21468, 60, 96, 271), (22540, 60, 103, 138), (22548, 60, 103, 146), (22604, 60, 103, 202), (22699, 60, 104, 129), (22743, 60, 104, 173), (22747, 60, 104, 177), (22820, 60, 104, 250), (22897, 60, 105, 160), (23470, 60, 108, 238), (23511, 60, 109, 116), (23599, 60, 109, 204), (23633, 60, 109, 238), (24160, 60, 113, 122), (24246, 60, 113, 208), (24303, 60, 113, 265), (24306, 60, 113, 268), (24665, 60, 116, 154), (24691, 60, 116, 180), (24748, 60, 116, 237), (24879, 60, 117, 213), (24895, 60, 117, 229), (24899, 60, 117, 233), (25139, 60, 119, 164), (25172, 60, 119, 197), (25275, 60, 120, 148), (25303, 60, 120, 176), (25336, 60, 120, 209), (25523, 60, 121, 242), (25548, 60, 121, 267), (25564, 60, 122, 133), (25572, 60, 122, 141), (26210, 60, 126, 187), (26243, 60, 126, 220), (26319, 60, 127, 151), (26346, 60, 127, 178), (26403, 60, 127, 235), (26593, 60, 129, 137), (27236, 60, 133, 214), (27287, 60, 133, 265), (27627, 60, 136, 193), (27641, 60, 136, 207), (27698, 60, 136, 264), (27719, 60, 137, 150), (27799, 60, 137, 230), (27854, 60, 138, 151), (27881, 60, 138, 178), (27938, 60, 138, 235), (27981, 60, 139, 144), (28037, 60, 139, 200), (28308, 60, 141, 208), (28361, 60, 141, 261), (28368, 60, 141, 268), (28409, 60, 142, 179), (28425, 60, 142, 195), (28478, 60, 142, 248), (28500, 60, 142, 270), (28642, 60, 144, 154), (28730, 60, 144, 242), (28821, 60, 145, 206), (28892, 60, 146, 151), (28897, 60, 146, 156), (29000, 60, 146, 259), (29044, 60, 147, 176), (29054, 60, 147, 186), (29115, 60, 147, 247), (29125, 60, 147, 257), (29184, 60, 148, 192), (29232, 60, 148, 240), (29237, 60, 148, 245), (29561, 60, 151, 202), (29916, 60, 154, 200), (30023, 60, 155, 189), (30057, 60, 155, 223), (30141, 60, 156, 191), (30152, 60, 156, 202), (30334, 60, 157, 269), (30479, 60, 159, 186), (30540, 60, 159, 247), (30550, 60, 159, 257), (30655, 60, 160, 250), (30688, 60, 161, 172), (30771, 60, 161, 255), (30779, 60, 161, 263), (31057, 60, 164, 213), (31077, 60, 164, 233), (31337, 60, 167, 173), (31341, 60, 167, 177), (31414, 60, 167, 250), (31441, 60, 168, 172), (31524, 60, 168, 255), (31621, 60, 169, 249), (31754, 60, 171, 179), (31770, 60, 171, 195), (31809, 60, 171, 234), (31823, 60, 171, 248), (31943, 60, 172, 267), (32260, 60, 176, 192), (32459, 60, 178, 202), (32469, 60, 178, 212), (32647, 60, 180, 204), (32681, 60, 180, 238), (32990, 60, 184, 188), (32991, 60, 184, 189), (33000, 60, 184, 198), (33025, 60, 184, 223), (33155, 60, 185, 266), (33159, 60, 185, 270), (33167, 60, 186, 192), (33306, 60, 187, 246), (33515, 60, 190, 206), (33519, 60, 190, 210), (33560, 60, 190, 251), (33593, 60, 191, 203), (33626, 60, 191, 236), (33649, 60, 191, 259), (33679, 60, 192, 209), (33802, 60, 193, 253), (33840, 60, 194, 213), (33856, 60, 194, 229), (33860, 60, 194, 233), (34004, 60, 196, 224), (34088, 60, 197, 233), (34311, 60, 200, 237), (34589, 60, 204, 237), (34612, 60, 204, 260), (34643, 60, 205, 224), (34717, 60, 206, 232), (34774, 60, 207, 224), (34922, 60, 209, 245), (34951, 60, 210, 212), (34971, 60, 210, 232), (35039, 60, 211, 239), (35043, 60, 211, 243), (35062, 60, 211, 262), (35095, 60, 212, 235), (35163, 60, 213, 244), (35240, 60, 214, 263), (35414, 60, 217, 269), (35481, 60, 219, 229), (35550, 60, 220, 246), (35562, 60, 220, 258), (35780, 60, 225, 231), (35806, 60, 225, 257), (35971, 60, 229, 244), (36101, 60, 232, 251), (36258, 60, 236, 258), (36329, 60, 238, 260), (36723, 60, 253, 264), (36761, 60, 255, 267), (14344, 61, 60, 121), (14495, 61, 61, 61), (319, 62, 2, 49), (533, 62, 2, 263), (723, 62, 3, 184), (828, 62, 4, 21), (836, 62, 4, 29), (1321, 62, 5, 247), (1331, 62, 5, 257), (1434, 62, 6, 94), (1436, 62, 6, 96), (1702, 62, 7, 97), (1846, 62, 7, 241), (2013, 62, 8, 144), (2069, 62, 8, 200), (2171, 62, 9, 39), (2207, 62, 9, 75), (2582, 62, 10, 188), (2592, 62, 10, 198), (2942, 62, 12, 27), (3144, 62, 12, 229), (3363, 62, 13, 189), (3397, 62, 13, 223), (4048, 62, 16, 103), (4096, 62, 16, 151), (4245, 62, 17, 45), (4371, 62, 17, 171), (4605, 62, 18, 151), (4632, 62, 18, 178), (4740, 62, 19, 33), (4923, 62, 19, 216), (5252, 62, 21, 43), (5586, 62, 22, 127), (5597, 62, 22, 138), (5837, 62, 23, 129), (5938, 62, 23, 230), (6144, 62, 24, 188), (6179, 62, 24, 223), (6641, 62, 26, 192), (6860, 62, 27, 166), (7131, 62, 28, 193), (7392, 62, 29, 211), (7662, 62, 30, 239), (7685, 62, 30, 262), (7862, 62, 31, 196), (7873, 62, 31, 207), (8402, 62, 33, 257), (8618, 62, 34, 235), (8796, 62, 35, 176), (8806, 62, 35, 186), (9025, 62, 36, 169), (9054, 62, 36, 198), (9139, 62, 37, 48), (9216, 62, 37, 125), (9704, 62, 39, 146), (9951, 62, 40, 160), (10228, 62, 41, 206), (10381, 62, 42, 128), (10436, 62, 42, 183), (10550, 62, 43, 68), (10783, 62, 44, 73), (10824, 62, 44, 114), (11167, 62, 45, 230), (11310, 62, 46, 147), (11637, 62, 47, 249), (11673, 62, 48, 61), (11918, 62, 49, 83), (12111, 62, 50, 54), (12210, 62, 50, 153), (12675, 62, 52, 176), (12708, 62, 52, 209), (12800, 62, 53, 82), (12937, 62, 53, 219), (13085, 62, 54, 149), (13372, 62, 55, 219), (13397, 62, 55, 244), (13676, 62, 57, 92), (13884, 62, 58, 86), (14185, 62, 59, 174), (14193, 62, 59, 182), (14334, 62, 60, 111), (14450, 62, 60, 227), (14532, 62, 61, 98), (14707, 62, 62, 62), (14898, 62, 62, 253), (14974, 62, 63, 120), (15046, 62, 63, 192), (15188, 62, 64, 126), (15308, 62, 64, 246), (15385, 62, 65, 115), (15413, 62, 65, 143), (15545, 62, 66, 69), (15866, 62, 67, 184), (16073, 62, 68, 187), (16484, 62, 70, 193), (16555, 62, 70, 264), (16651, 62, 71, 159), (17064, 62, 73, 172), (17478, 62, 75, 191), (17612, 62, 76, 129), (17656, 62, 76, 173), (17765, 62, 77, 86), (17868, 62, 77, 189), (18353, 62, 80, 94), (18400, 62, 80, 141), (18561, 62, 81, 111), (18562, 62, 81, 112), (18782, 62, 82, 142), (18963, 62, 83, 133), (19130, 62, 84, 112), (19161, 62, 84, 143), (19329, 62, 85, 123), (19346, 62, 85, 140), (19964, 62, 88, 203), (20020, 62, 88, 259), (20039, 62, 89, 95), (20049, 62, 89, 105), (20261, 62, 90, 135), (20292, 62, 90, 166), (20424, 62, 91, 117), (20501, 62, 91, 194), (20587, 62, 92, 100), (20835, 62, 93, 169), (21137, 62, 95, 116), (21388, 62, 96, 191), (21577, 62, 97, 205), (21650, 62, 98, 104), (22051, 62, 100, 160), (22272, 62, 101, 210), (22336, 62, 102, 104), (22399, 62, 102, 167), (22937, 62, 105, 200), (23081, 62, 106, 178), (23138, 62, 106, 235), (23255, 62, 107, 187), (23288, 62, 107, 220), (23721, 62, 110, 164), (23754, 62, 110, 197), (24164, 62, 113, 126), (24296, 62, 113, 258), (24317, 62, 114, 121), (24578, 62, 115, 225), (24761, 62, 116, 250), (24851, 62, 117, 185), (24988, 62, 118, 167), (25115, 62, 119, 140), (25216, 62, 119, 241), (25355, 62, 120, 228), (25455, 62, 121, 174), (25813, 62, 123, 233), (25941, 62, 124, 213), (25961, 62, 124, 233), (26012, 62, 125, 137), (26300, 62, 127, 132), (26565, 62, 128, 252), (26794, 62, 130, 196), (26803, 62, 130, 205), (26877, 62, 131, 137), (27093, 62, 132, 212), (27268, 62, 133, 246), (27324, 62, 134, 164), (27354, 62, 134, 194), (27589, 62, 136, 155), (27920, 62, 138, 217), (28358, 62, 141, 258), (28380, 62, 142, 150), (28670, 62, 144, 182), (28798, 62, 145, 183), (28898, 62, 146, 157), (29031, 62, 147, 163), (29193, 62, 148, 201), (29213, 62, 148, 221), (29342, 62, 149, 227), (29409, 62, 150, 171), (29829, 62, 153, 231), (30087, 62, 155, 253), (30120, 62, 156, 170), (30267, 62, 157, 202), (30382, 62, 158, 203), (30415, 62, 158, 236), (30456, 62, 159, 163), (30839, 62, 162, 213), (30855, 62, 162, 229), (31163, 62, 165, 211), (31733, 62, 170, 259), (31919, 62, 172, 243), (32013, 62, 173, 238), (32196, 62, 175, 225), (32367, 62, 177, 204), (32401, 62, 177, 238), (32774, 62, 181, 240), (32786, 62, 181, 252), (33133, 62, 185, 244), (33193, 62, 186, 218), (34104, 62, 197, 249), (34432, 62, 202, 217), (34602, 62, 204, 250), (34741, 62, 206, 256), (34776, 62, 207, 226), (34898, 62, 209, 221), (35270, 62, 215, 236), (35321, 62, 216, 231), (35446, 62, 218, 247), (35645, 62, 222, 240), (35650, 62, 222, 245), (35859, 62, 226, 264), (35929, 62, 228, 245), (36365, 62, 239, 263), (36479, 62, 243, 255), (36676, 62, 251, 256), (36756, 62, 255, 262), (664, 63, 3, 125), (670, 63, 3, 131), (1113, 63, 5, 39), (1149, 63, 5, 75), (1879, 63, 8, 10), (1905, 63, 8, 36), (2499, 63, 10, 105), (2962, 63, 12, 47), (3112, 63, 12, 197), (3269, 63, 13, 95), (3424, 63, 13, 250), (3542, 63, 14, 110), (3681, 63, 14, 249), (3780, 63, 15, 91), (3823, 63, 15, 134), (4034, 63, 16, 89), (4145, 63, 16, 200), (4231, 63, 17, 31), (4426, 63, 17, 226), (4598, 63, 18, 144), (4654, 63, 18, 200), (5072, 63, 20, 114), (5132, 63, 20, 174), (5262, 63, 21, 53), (5264, 63, 21, 55), (5513, 63, 22, 54), (5612, 63, 22, 153), (5777, 63, 23, 69), (5923, 63, 23, 215), (6051, 63, 24, 95), (6061, 63, 24, 105), (6270, 63, 25, 67), (6427, 63, 25, 224), (6671, 63, 26, 222), (6677, 63, 26, 228), (7067, 63, 28, 129), (7111, 63, 28, 173), (7236, 63, 29, 55), (7366, 63, 29, 185), (7464, 63, 30, 41), (7622, 63, 30, 199), (7816, 63, 31, 150), (7955, 63, 32, 49), (8169, 63, 32, 263), (8184, 63, 33, 39), (8302, 63, 33, 157), (8442, 63, 34, 59), (8504, 63, 34, 121), (8714, 63, 35, 94), (8716, 63, 35, 96), (9038, 63, 36, 182), (9975, 63, 40, 184), (10277, 63, 41, 255), (10811, 63, 44, 101), (11006, 63, 45, 69), (11344, 63, 46, 181), (11385, 63, 46, 222), (11554, 63, 47, 166), (11748, 63, 48, 136), (11865, 63, 48, 253), (12089, 63, 49, 254), (12388, 63, 51, 110), (12412, 63, 51, 134), (12593, 63, 52, 94), (12640, 63, 52, 141), (12786, 63, 53, 68), (13068, 63, 54, 132), (13971, 63, 58, 173), (13975, 63, 58, 177), (14117, 63, 59, 106), (14743, 63, 62, 98), (14747, 63, 62, 102), (14917, 63, 63, 63), (15082, 63, 63, 228), (15161, 63, 64, 99), (15263, 63, 64, 201), (15813, 63, 67, 131), (16028, 63, 68, 142), (16420, 63, 70, 129), (16521, 63, 70, 230), (16620, 63, 71, 128), (16675, 63, 71, 183), (16828, 63, 72, 135), (16859, 63, 72, 166), (16966, 63, 73, 74), (17204, 63, 74, 114), (17505, 63, 75, 218), (17641, 63, 76, 158), (17698, 63, 76, 215), (17856, 63, 77, 177), (17929, 63, 77, 250), (18737, 63, 82, 97), (18770, 63, 82, 130), (19965, 63, 88, 204), (19999, 63, 88, 238), (20472, 63, 91, 165), (20840, 63, 93, 174), (20848, 63, 93, 182), (21415, 63, 96, 218), (21591, 63, 97, 219), (21799, 63, 98, 253), (21852, 63, 99, 133), (22075, 63, 100, 184), (22183, 63, 101, 121), (22387, 63, 102, 155), (23047, 63, 106, 144), (23210, 63, 107, 142), (23239, 63, 107, 171), (24239, 63, 113, 201), (24259, 63, 113, 221), (24681, 63, 116, 170), (24789, 63, 117, 123), (24806, 63, 117, 140), (24976, 63, 118, 155), (25774, 63, 123, 194), (25892, 63, 124, 164), (25922, 63, 124, 194), (26011, 63, 125, 136), (26476, 63, 128, 163), (26748, 63, 130, 150), (27108, 63, 132, 227), (27276, 63, 133, 254), (27522, 63, 135, 224), (28213, 63, 140, 244), (28321, 63, 141, 221), (29728, 63, 152, 249), (29815, 63, 153, 217), (30281, 63, 157, 216), (30417, 63, 158, 238), (30790, 63, 162, 164), (30823, 63, 162, 197), (30917, 63, 163, 181), (31137, 63, 165, 185), (31678, 63, 170, 204), (31932, 63, 172, 256), (32154, 63, 175, 183), (34265, 63, 199, 263), (35307, 63, 216, 217), (35493, 63, 219, 241), (35825, 63, 226, 230), (36409, 63, 241, 244), (36750, 63, 255, 256), (14972, 64, 63, 118), (15126, 64, 64, 64), (206, 65, 1, 206), (336, 65, 2, 66), (490, 65, 2, 220), (506, 65, 2, 236), (546, 65, 3, 7), (624, 65, 3, 85), (658, 65, 3, 119), (744, 65, 3, 205), (880, 65, 4, 73), (921, 65, 4, 114), (981, 65, 4, 174), (1050, 65, 4, 243), (1443, 65, 6, 103), (1491, 65, 6, 151), (1496, 65, 6, 156), (1518, 65, 6, 178), (1672, 65, 7, 67), (1741, 65, 7, 136), (1858, 65, 7, 253), (2283, 65, 9, 151), (2310, 65, 9, 178), (2367, 65, 9, 235), (4261, 65, 17, 61), (4304, 65, 17, 104), (4367, 65, 17, 167), (4827, 65, 19, 120), (4854, 65, 19, 147), (4899, 65, 19, 192), (5720, 65, 22, 261), (5728, 65, 22, 269), (5730, 65, 22, 271), (5903, 65, 23, 195), (5956, 65, 23, 248), (5974, 65, 23, 266), (5978, 65, 23, 270), (6741, 65, 27, 47), (6858, 65, 27, 164), (6888, 65, 27, 194), (6891, 65, 27, 197), (7461, 65, 30, 38), (7501, 65, 30, 78), (7665, 65, 30, 242), (7690, 65, 30, 267), (9173, 65, 37, 82), (9241, 65, 37, 150), (9310, 65, 37, 219), (9335, 65, 37, 244), (9369, 65, 38, 44), (9497, 65, 38, 172), (9580, 65, 38, 255), (9680, 65, 39, 122), (9766, 65, 39, 208), (9819, 65, 39, 261), (9826, 65, 39, 268), (10401, 65, 42, 148), (10429, 65, 42, 176), (10462, 65, 42, 209), (10555, 65, 43, 73), (10596, 65, 43, 114), (10725, 65, 43, 243), (10744, 65, 43, 262), (10849, 65, 44, 139), (10864, 65, 44, 154), (10947, 65, 44, 237), (11185, 65, 45, 248), (11203, 65, 45, 266), (11207, 65, 45, 270), (11601, 65, 47, 213), (11617, 65, 47, 229), (11621, 65, 47, 233), (11913, 65, 49, 78), (11996, 65, 49, 161), (12003, 65, 49, 168), (12102, 65, 49, 267), (12204, 65, 50, 147), (12216, 65, 50, 159), (13517, 65, 56, 148), (14120, 65, 59, 109), (14165, 65, 59, 154), (14191, 65, 59, 180), (14248, 65, 59, 237), (14288, 65, 60, 65), (14382, 65, 60, 159), (14448, 65, 60, 225), (14516, 65, 61, 82), (14584, 65, 61, 150), (14653, 65, 61, 219), (14841, 65, 62, 196), (14850, 65, 62, 205), (14852, 65, 62, 207), (14909, 65, 62, 264), (15141, 65, 64, 79), (15149, 65, 64, 87), (15223, 65, 64, 161), (15230, 65, 64, 168), (15335, 65, 65, 65), (15351, 65, 65, 81), (15354, 65, 65, 84), (15559, 65, 66, 83), (15715, 65, 66, 239), (15738, 65, 66, 262), (15767, 65, 67, 85), (15915, 65, 67, 233), (16778, 65, 72, 85), (16906, 65, 72, 213), (16922, 65, 72, 229), (16926, 65, 72, 233), (17079, 65, 73, 187), (17103, 65, 73, 211), (17409, 65, 75, 122), (17495, 65, 75, 208), (17552, 65, 75, 265), (17555, 65, 75, 268), (17662, 65, 76, 179), (17678, 65, 76, 195), (17731, 65, 76, 248), (17753, 65, 76, 270), (18129, 65, 78, 255), (18137, 65, 78, 263), (18180, 65, 79, 113), (18200, 65, 79, 133), (18208, 65, 79, 141), (18410, 65, 80, 151), (18415, 65, 80, 156), (18518, 65, 80, 259), (18534, 65, 81, 84), (18675, 65, 81, 225), (18744, 65, 82, 104), (18777, 65, 82, 137), (19033, 65, 83, 203), (19066, 65, 83, 236), (19243, 65, 84, 225), (19430, 65, 85, 224), (19576, 65, 86, 184), (19671, 65, 87, 94), (19690, 65, 87, 113), (19718, 65, 87, 141), (20052, 65, 89, 108), (20053, 65, 89, 109), (20178, 65, 89, 234), (20204, 65, 89, 260), (20243, 65, 90, 117), (20290, 65, 90, 164), (20320, 65, 90, 194), (20323, 65, 90, 197), (20476, 65, 91, 169), (20505, 65, 91, 198), (20616, 65, 92, 129), (20660, 65, 92, 173), (20664, 65, 92, 177), (20737, 65, 92, 250), (20966, 65, 94, 122), (21058, 65, 94, 214), (21109, 65, 94, 265), (21319, 65, 96, 122), (21411, 65, 96, 214), (21462, 65, 96, 265), (21465, 65, 96, 268), (22504, 65, 103, 80), (22593, 65, 103, 191), (22660, 65, 103, 258), (22720, 65, 104, 150), (22800, 65, 104, 230), (23348, 65, 108, 116), (23432, 65, 108, 200), (23436, 65, 108, 204), (23539, 65, 109, 144), (23595, 65, 109, 200), (23726, 65, 110, 169), (23745, 65, 110, 188), (23755, 65, 110, 198), (23780, 65, 110, 223), (24199, 65, 113, 161), (24252, 65, 113, 214), (24407, 65, 114, 211), (24690, 65, 116, 179), (24745, 65, 116, 234), (24771, 65, 116, 260), (24803, 65, 117, 137), (25093, 65, 119, 67), (25111, 65, 119, 136), (25199, 65, 119, 224), (25313, 65, 120, 186), (25374, 65, 120, 247), (25384, 65, 120, 257), (25420, 65, 121, 139), (25435, 65, 121, 154), (25461, 65, 121, 180), (25518, 65, 121, 237), (26179, 65, 126, 156), (26226, 65, 126, 203), (26259, 65, 126, 236), (26282, 65, 126, 259), (26374, 65, 127, 206), (26378, 65, 127, 210), (26419, 65, 127, 251), (26616, 65, 129, 160), (26623, 65, 129, 167), (27150, 65, 132, 269), (27152, 65, 132, 271), (27183, 65, 133, 161), (27190, 65, 133, 168), (27289, 65, 133, 267), (27329, 65, 134, 169), (27348, 65, 134, 188), (27358, 65, 134, 198), (27630, 65, 136, 196), (27639, 65, 136, 205), (27788, 65, 137, 219), (27813, 65, 137, 244), (27909, 65, 138, 206), (27913, 65, 138, 210), (27954, 65, 138, 251), (28009, 65, 139, 172), (28092, 65, 139, 255), (28314, 65, 141, 214), (28365, 65, 141, 265), (28496, 65, 142, 266), (28668, 65, 144, 180), (28725, 65, 144, 237), (28748, 65, 144, 260), (28763, 65, 145, 148), (28824, 65, 145, 209), (28919, 65, 146, 178), (28951, 65, 146, 210), (28976, 65, 146, 235), (29017, 65, 147, 149), (29099, 65, 147, 231), (29244, 65, 148, 252), (29274, 65, 149, 159), (29340, 65, 149, 225), (29405, 65, 150, 167), (29550, 65, 151, 191), (29888, 65, 154, 172), (30027, 65, 155, 193), (30030, 65, 155, 196), (30041, 65, 155, 207), (30098, 65, 155, 264), (30208, 65, 156, 258), (30273, 65, 157, 208), (30326, 65, 157, 261), (30333, 65, 157, 268), (30336, 65, 157, 271), (30524, 65, 159, 231), (30578, 65, 160, 173), (30582, 65, 160, 177), (30635, 65, 160, 230), (31073, 65, 164, 229), (31394, 65, 167, 230), (31532, 65, 168, 263), (31557, 65, 169, 185), (31841, 65, 171, 266), (31845, 65, 171, 270), (31918, 65, 172, 242), (32084, 65, 174, 211), (32308, 65, 176, 240), (32313, 65, 176, 245), (32320, 65, 176, 252), (32448, 65, 178, 191), (32555, 65, 179, 204), (32589, 65, 179, 238), (32643, 65, 180, 200), (32835, 65, 182, 211), (32995, 65, 184, 193), (33066, 65, 184, 264), (33215, 65, 186, 240), (33220, 65, 186, 245), (33227, 65, 186, 252), (33299, 65, 187, 239), (33303, 65, 187, 243), (33322, 65, 187, 262), (33393, 65, 188, 249), (33476, 65, 189, 249), (33625, 65, 191, 235), (33701, 65, 192, 231), (33717, 65, 192, 247), (33727, 65, 192, 257), (33908, 65, 195, 204), (33942, 65, 195, 238), (34033, 65, 196, 253), (34068, 65, 197, 213), (34084, 65, 197, 229), (34178, 65, 198, 249), (34334, 65, 200, 260), (34425, 65, 202, 210), (34450, 65, 202, 235), (34466, 65, 202, 251), (34530, 65, 203, 246), (34542, 65, 203, 258), (34586, 65, 204, 234), (34672, 65, 205, 253), (34697, 65, 206, 212), (34803, 65, 207, 253), (34831, 65, 208, 217), (34917, 65, 209, 240), (34929, 65, 209, 252), (35111, 65, 212, 251), (35143, 65, 213, 224), (35406, 65, 217, 261), (35416, 65, 217, 271), (35543, 65, 220, 239), (35547, 65, 220, 243), (35566, 65, 220, 262), (35703, 65, 223, 249), (35735, 65, 224, 233), (36165, 65, 234, 238), (36246, 65, 236, 246), (36317, 65, 238, 248), (36381, 65, 240, 247), (36450, 65, 242, 255), (36458, 65, 242, 263), (36526, 65, 245, 247), (36536, 65, 245, 257), (36564, 65, 246, 259), (36798, 65, 258, 259), (36861, 65, 263, 267), (15347, 66, 65, 77), (15542, 66, 66, 66), (75, 67, 1, 75), (94, 67, 1, 94), (96, 67, 1, 96), (329, 67, 2, 59), (414, 67, 2, 144), (470, 67, 2, 200), (606, 67, 3, 67), (611, 67, 3, 72), (763, 67, 3, 224), (895, 67, 4, 88), (965, 67, 4, 158), (977, 67, 4, 170), (1370, 67, 6, 30), (1595, 67, 6, 255), (1603, 67, 6, 263), (1630, 67, 7, 25), (1740, 67, 7, 135), (1771, 67, 7, 166), (1892, 67, 8, 23), (1914, 67, 8, 45), (2040, 67, 8, 171), (2181, 67, 9, 49), (2265, 67, 9, 133), (2395, 67, 9, 263), (2660, 67, 10, 266), (2664, 67, 10, 270), (2692, 67, 11, 37), (2716, 67, 11, 61), (2792, 67, 11, 137), (3111, 67, 12, 196), (3120, 67, 12, 205), (3122, 67, 12, 207), (3493, 67, 14, 61), (3536, 67, 14, 104), (3599, 67, 14, 167), (3849, 67, 15, 160), (3856, 67, 15, 167), (4011, 67, 16, 66), (4132, 67, 16, 187), (4165, 67, 16, 220), (4310, 67, 17, 110), (4334, 67, 17, 134), (4449, 67, 17, 249), (4520, 67, 18, 66), (4674, 67, 18, 220), (4822, 67, 19, 115), (4850, 67, 19, 143), (4882, 67, 19, 175), (5137, 67, 20, 179), (5153, 67, 20, 195), (5206, 67, 20, 248), (5301, 67, 21, 92), (5501, 67, 22, 42), (5604, 67, 22, 145), (5711, 67, 22, 252), (5882, 67, 23, 174), (5890, 67, 23, 182), (6222, 67, 24, 266), (6288, 67, 25, 85), (6322, 67, 25, 119), (6509, 67, 26, 60), (6530, 67, 26, 81), (6533, 67, 26, 84), (6792, 67, 27, 98), (6796, 67, 27, 102), (6812, 67, 27, 118), (7107, 67, 28, 169), (7273, 67, 29, 92), (7341, 67, 29, 160), (7503, 67, 30, 80), (7614, 67, 30, 191), (7854, 67, 31, 188), (7864, 67, 31, 198), (7889, 67, 31, 223), (8057, 67, 32, 151), (8084, 67, 32, 178), (8141, 67, 32, 235), (8586, 67, 34, 203), (8619, 67, 34, 236), (8826, 67, 35, 206), (9104, 67, 36, 248), (9122, 67, 36, 266), (9126, 67, 36, 270), (9148, 67, 37, 57), (9243, 67, 37, 152), (9614, 67, 39, 56), (9748, 67, 39, 190), (9790, 67, 39, 232), (9881, 67, 40, 90), (10125, 67, 41, 103), (10173, 67, 41, 151), (10178, 67, 41, 156), (10385, 67, 42, 132), (10470, 67, 42, 217), (10570, 67, 43, 88), (10652, 67, 43, 170), (10836, 67, 44, 126), (10956, 67, 44, 246), (10968, 67, 44, 258), (11042, 67, 45, 105), (11119, 67, 45, 182), (11223, 67, 46, 60), (11244, 67, 46, 81), (11312, 67, 46, 149), (11450, 67, 47, 62), (11524, 67, 47, 136), (11641, 67, 47, 253), (11825, 67, 48, 213), (11841, 67, 48, 229), (11845, 67, 48, 233), (11981, 67, 49, 146), (12026, 67, 49, 191), (12128, 67, 50, 71), (12220, 67, 50, 163), (12232, 67, 50, 175), (12382, 67, 51, 104), (12445, 67, 51, 167), (12705, 67, 52, 206), (12750, 67, 52, 251), (12813, 67, 53, 95), (12895, 67, 53, 177), (12968, 67, 53, 250), (13084, 67, 54, 148), (13112, 67, 54, 176), (13145, 67, 54, 209), (13326, 67, 55, 173), (13330, 67, 55, 177), (13403, 67, 55, 250), (13526, 67, 56, 157), (13586, 67, 56, 217), (13721, 67, 57, 137), (14094, 67, 59, 83), (14257, 67, 59, 246), (14386, 67, 60, 163), (14586, 67, 61, 152), (14809, 67, 62, 164), (14842, 67, 62, 197), (14919, 67, 63, 65), (14935, 67, 63, 81), (14938, 67, 63, 84), (15200, 67, 64, 138), (15208, 67, 64, 146), (15264, 67, 64, 202), (15492, 67, 65, 222), (15498, 67, 65, 228), (15582, 67, 66, 106), (15749, 67, 67, 67), (15906, 67, 67, 224), (16460, 67, 70, 169), (16489, 67, 70, 198), (16641, 67, 71, 149), (16723, 67, 71, 231), (16829, 67, 72, 136), (16946, 67, 72, 253), (17008, 67, 73, 116), (17096, 67, 73, 204), (17130, 67, 73, 238), (17269, 67, 74, 179), (17285, 67, 74, 195), (17324, 67, 74, 234), (17477, 67, 75, 190), (17519, 67, 75, 232), (17597, 67, 76, 114), (17657, 67, 76, 174), (17665, 67, 76, 182), (18431, 67, 80, 172), (18514, 67, 80, 255), (18889, 67, 82, 249), (18951, 67, 83, 121), (18974, 67, 83, 144), (19246, 67, 84, 228), (19331, 67, 85, 125), (19337, 67, 85, 131), (19489, 67, 86, 97), (19532, 67, 86, 140), (19633, 67, 86, 241), (19972, 67, 88, 211), (20183, 67, 89, 239), (20187, 67, 89, 243), (20206, 67, 89, 262), (20228, 67, 90, 102), (20244, 67, 90, 118), (20436, 67, 91, 129), (20480, 67, 91, 173), (20537, 67, 91, 230), (20652, 67, 92, 165), (20861, 67, 93, 195), (20914, 67, 93, 248), (20936, 67, 93, 270), (20971, 67, 94, 127), (21056, 67, 94, 212), (21163, 67, 95, 142), (21192, 67, 95, 171), (21409, 67, 96, 212), (21429, 67, 96, 232), (21561, 67, 97, 189), (21595, 67, 97, 223), (21759, 67, 98, 213), (21775, 67, 98, 229), (21929, 67, 99, 210), (21954, 67, 99, 235), (22028, 67, 100, 137), (22265, 67, 101, 203), (22298, 67, 101, 236), (22321, 67, 101, 259), (22461, 67, 102, 229), (22601, 67, 103, 199), (22658, 67, 103, 256), (22722, 67, 104, 152), (22879, 67, 105, 142), (22908, 67, 105, 171), (23139, 67, 106, 236), (23707, 67, 110, 150), (23787, 67, 110, 230), (23894, 67, 111, 176), (23904, 67, 111, 186), (23965, 67, 111, 247), (24064, 67, 112, 186), (24125, 67, 112, 247), (24135, 67, 112, 257), (24165, 67, 113, 127), (24176, 67, 113, 138), (24240, 67, 113, 202), (24400, 67, 114, 204), (24434, 67, 114, 238), (24584, 67, 115, 231), (24610, 67, 115, 257), (24754, 67, 116, 243), (24773, 67, 116, 262), (24850, 67, 117, 184), (25106, 67, 119, 131), (25110, 67, 119, 135), (25407, 67, 121, 126), (25527, 67, 121, 246), (25773, 67, 123, 193), (25844, 67, 123, 264), (25921, 67, 124, 193), (25935, 67, 124, 207), (25992, 67, 124, 264), (26088, 67, 125, 213), (26108, 67, 125, 233), (26195, 67, 126, 172), (26309, 67, 127, 141), (26460, 67, 128, 147), (26472, 67, 128, 159), (26590, 67, 129, 134), (26641, 67, 129, 185), (26786, 67, 130, 188), (26787, 67, 130, 189), (26821, 67, 130, 223), (26973, 67, 131, 233), (27121, 67, 132, 240), (27133, 67, 132, 252), (27168, 67, 133, 146), (27224, 67, 133, 202), (27390, 67, 134, 230), (27503, 67, 135, 205), (27658, 67, 136, 224), (27844, 67, 138, 141), (28162, 67, 140, 193), (28312, 67, 141, 212), (28480, 67, 142, 250), (28607, 67, 143, 247), (28617, 67, 143, 257), (28727, 67, 144, 239), (28772, 67, 145, 157), (28832, 67, 145, 217), (29051, 67, 147, 183), (29145, 67, 148, 153), (29208, 67, 148, 216), (29278, 67, 149, 163), (29487, 67, 150, 249), (29558, 67, 151, 199), (29807, 67, 153, 209), (29998, 67, 155, 164), (30028, 67, 155, 194), (30031, 67, 155, 197), (30206, 67, 156, 256), (30255, 67, 157, 190), (30390, 67, 158, 211), (30474, 67, 159, 181), (30476, 67, 159, 183), (30570, 67, 160, 165), (30822, 67, 162, 196), (30833, 67, 162, 207), (30890, 67, 162, 264), (31255, 67, 166, 196), (31264, 67, 166, 205), (31598, 67, 169, 226), (31661, 67, 170, 187), (31934, 67, 172, 258), (31960, 67, 173, 185), (32111, 67, 174, 238), (32202, 67, 175, 231), (32295, 67, 176, 227), (32348, 67, 177, 185), (32456, 67, 178, 199), (32511, 67, 178, 254), (32759, 67, 181, 225), (32996, 67, 184, 194), (33046, 67, 184, 244), (33202, 67, 186, 227), (33370, 67, 188, 226), (33468, 67, 189, 241), (33653, 67, 191, 263), (34108, 67, 197, 253), (34155, 67, 198, 226), (34313, 67, 200, 239), (34336, 67, 200, 262), (34355, 67, 201, 210), (34396, 67, 201, 251), (34595, 67, 204, 243), (34706, 67, 206, 221), (34904, 67, 209, 227), (34960, 67, 210, 221), (35015, 67, 211, 215), (35606, 67, 221, 251), (35630, 67, 222, 225), (35777, 67, 225, 228), (36218, 67, 235, 254), (36752, 67, 255, 258), (36769, 67, 256, 259), (1214, 68, 5, 140), (1315, 68, 5, 241), (2465, 68, 10, 71), (2557, 68, 10, 163), (2671, 68, 11, 16), (3116, 68, 12, 201), (3136, 68, 12, 221), (3289, 68, 13, 115), (3349, 68, 13, 175), (3520, 68, 14, 88), (3602, 68, 14, 170), (3847, 68, 15, 158), (3904, 68, 15, 215), (4002, 68, 16, 57), (4511, 68, 18, 57), (4554, 68, 18, 100), (4985, 68, 20, 26), (5022, 68, 20, 63), (5316, 68, 21, 107), (6027, 68, 24, 71), (6131, 68, 24, 175), (6235, 68, 25, 32), (6457, 68, 25, 254), (6542, 68, 26, 93), (7049, 68, 28, 111), (7050, 68, 28, 112), (7250, 68, 29, 69), (7720, 68, 31, 54), (7819, 68, 31, 153), (8037, 68, 32, 131), (8242, 68, 33, 97), (8386, 68, 33, 241), (8423, 68, 34, 40), (8501, 68, 34, 118), (8743, 68, 35, 123), (8744, 68, 35, 124), (8902, 68, 36, 46), (9019, 68, 36, 163), (9897, 68, 40, 106), (10070, 68, 41, 48), (10147, 68, 41, 125), (11256, 68, 46, 93), (11868, 68, 48, 256), (12366, 68, 51, 88), (12436, 68, 51, 158), (12623, 68, 52, 124), (12661, 68, 52, 162), (13162, 68, 54, 226), (13910, 68, 58, 112), (13941, 68, 58, 143), (14928, 68, 63, 74), (15954, 68, 68, 68), (15993, 68, 68, 107), (16254, 68, 69, 165), (16402, 68, 70, 111), (16518, 68, 70, 227), (17318, 68, 74, 228), (17794, 68, 77, 115), (17822, 68, 77, 143), (21588, 68, 97, 216), (21802, 68, 98, 256), (21854, 68, 99, 135), (21885, 68, 99, 166), (21997, 68, 100, 106), (22164, 68, 101, 102), (22180, 68, 101, 118), (25798, 68, 123, 218), (26074, 68, 125, 199), (26751, 68, 130, 153), (26814, 68, 130, 216), (26939, 68, 131, 199), (27552, 68, 135, 254), (28187, 68, 140, 218), (29649, 68, 152, 170), (30847, 68, 162, 221), (31167, 68, 165, 215), (31260, 68, 166, 201), (35822, 68, 226, 227), (16051, 69, 68, 165), (16158, 69, 69, 69), (2517, 70, 10, 123), (2534, 70, 10, 140), (2935, 70, 12, 20), (2989, 70, 12, 74), (3271, 70, 13, 97), (3415, 70, 13, 241), (5120, 70, 20, 162), (6096, 70, 24, 140), (6197, 70, 24, 241), (6969, 70, 28, 31), (7164, 70, 28, 226), (7724, 70, 31, 58), (8979, 70, 36, 123), (8980, 70, 36, 124), (13928, 70, 58, 130), (16361, 70, 70, 70), (16517, 70, 70, 226), (17256, 70, 74, 166), (17776, 70, 77, 97), (17809, 70, 77, 130), (20790, 70, 93, 124), (20828, 70, 93, 162), (662, 71, 3, 123), (679, 71, 3, 140), (2411, 71, 10, 17), (2544, 71, 10, 150), (2708, 71, 11, 53), (2797, 71, 11, 142), (2977, 71, 12, 62), (3070, 71, 12, 155), (3256, 71, 13, 82), (3393, 71, 13, 219), (3477, 71, 14, 45), (3603, 71, 14, 171), (3712, 71, 15, 23), (3765, 71, 15, 76), (3975, 71, 16, 30), (4208, 71, 16, 263), (4236, 71, 17, 36), (4503, 71, 18, 49), (4717, 71, 18, 263), (5087, 71, 20, 129), (5131, 71, 20, 173), (5325, 71, 21, 116), (5413, 71, 21, 204), (5660, 71, 22, 201), (5680, 71, 22, 221), (5759, 71, 23, 51), (6038, 71, 24, 82), (6106, 71, 24, 150), (6387, 71, 25, 184), (6564, 71, 26, 115), (6592, 71, 26, 143), (7055, 71, 28, 117), (7132, 71, 28, 194), (7385, 71, 29, 204), (7419, 71, 29, 238), (7713, 71, 31, 47), (7863, 71, 31, 197), (7945, 71, 32, 39), (7981, 71, 32, 75), (8447, 71, 34, 64), (8516, 71, 34, 133), (9086, 71, 36, 230), (9812, 71, 39, 254), (9882, 71, 40, 91), (9976, 71, 40, 185), (10116, 71, 41, 94), (10118, 71, 41, 96), (10798, 71, 44, 88), (10868, 71, 44, 158), (10988, 71, 45, 51), (11278, 71, 46, 115), (11338, 71, 46, 175), (11518, 71, 47, 130), (11861, 71, 48, 249), (11941, 71, 49, 106), (12631, 71, 52, 132), (12775, 71, 53, 57), (13064, 71, 54, 128), (13117, 71, 54, 181), (13210, 71, 55, 57), (13253, 71, 55, 100), (13915, 71, 58, 117), (14042, 71, 58, 244), (14080, 71, 59, 69), (14226, 71, 59, 215), (14807, 71, 62, 162), (14966, 71, 63, 112), (14997, 71, 63, 143), (15163, 71, 64, 101), (15822, 71, 67, 140), (15923, 71, 67, 241), (15975, 71, 68, 89), (16002, 71, 68, 116), (16233, 71, 69, 144), (16455, 71, 70, 164), (16485, 71, 70, 194), (16563, 71, 71, 71), (16655, 71, 71, 163), (16790, 71, 72, 97), (16823, 71, 72, 130), (17263, 71, 74, 173), (17267, 71, 74, 177), (17486, 71, 75, 199), (17648, 71, 76, 165), (17898, 71, 77, 219), (17923, 71, 77, 244), (19933, 71, 88, 172), (20051, 71, 89, 107), (20425, 71, 91, 118), (20795, 71, 93, 129), (20896, 71, 93, 230), (21100, 71, 94, 256), (21396, 71, 96, 199), (21596, 71, 97, 224), (21656, 71, 98, 110), (21795, 71, 98, 249), (21876, 71, 99, 157), (21936, 71, 99, 217), (22076, 71, 100, 185), (22175, 71, 101, 113), (22342, 71, 102, 110), (22366, 71, 102, 134), (23036, 71, 106, 133), (23268, 71, 107, 200), (23940, 71, 111, 222), (23946, 71, 111, 228), (24106, 71, 112, 228), (24955, 71, 118, 134), (25439, 71, 121, 158), (25496, 71, 121, 215), (25716, 71, 123, 136), (25864, 71, 124, 136), (25981, 71, 124, 253), (26466, 71, 128, 153), (27102, 71, 132, 221), (27482, 71, 135, 184), (28356, 71, 141, 256), (28382, 71, 142, 152), (29650, 71, 152, 171), (29781, 71, 153, 183), (30000, 71, 155, 166), (30319, 71, 157, 254), (30879, 71, 162, 253), (30911, 71, 163, 175), (31070, 71, 164, 226), (31190, 71, 165, 238), (31646, 71, 170, 172), (31729, 71, 170, 255), (32761, 71, 181, 227), (32930, 71, 183, 216), (34081, 71, 197, 226), (34362, 71, 201, 217), (35632, 71, 222, 227), (35743, 71, 224, 241), (49, 72, 1, 49), (64, 72, 1, 64), (133, 72, 1, 133), (346, 72, 2, 76), (474, 72, 2, 204), (508, 72, 2, 238), (656, 72, 3, 117), (703, 72, 3, 164), (733, 72, 3, 194), (825, 72, 4, 18), (841, 72, 4, 34), (913, 72, 4, 106), (1284, 72, 5, 210), (1325, 72, 5, 251), (1399, 72, 6, 59), (1461, 72, 6, 121), (1484, 72, 6, 144), (1653, 72, 7, 48), (1703, 72, 7, 98), (1707, 72, 7, 102), (1924, 72, 8, 55), (1960, 72, 8, 91), (2054, 72, 8, 185), (2176, 72, 9, 44), (2253, 72, 9, 121), (2304, 72, 9, 172), (2502, 72, 10, 108), (2573, 72, 10, 179), (2628, 72, 10, 234), (2682, 72, 11, 27), (2745, 72, 11, 90), (2884, 72, 11, 229), (3001, 72, 12, 86), (3104, 72, 12, 189), (3353, 72, 13, 179), (3369, 72, 13, 195), (3422, 72, 13, 248), (3522, 72, 14, 90), (3726, 72, 15, 37), (3826, 72, 15, 137), (4156, 72, 16, 211), (4384, 72, 17, 184), (4665, 72, 18, 211), (4733, 72, 19, 26), (4753, 72, 19, 46), (4770, 72, 19, 63), (5067, 72, 20, 109), (5138, 72, 20, 180), (5218, 72, 20, 260), (5270, 72, 21, 61), (5313, 72, 21, 104), (5376, 72, 21, 167), (5579, 72, 22, 120), (5651, 72, 22, 192), (5947, 72, 23, 239), (5951, 72, 23, 243), (5970, 72, 23, 262), (6135, 72, 24, 179), (6151, 72, 24, 195), (6190, 72, 24, 234), (6396, 72, 25, 193), (6410, 72, 25, 207), (6467, 72, 25, 264), (6680, 72, 26, 231), (6706, 72, 26, 257), (6751, 72, 27, 57), (6846, 72, 27, 152), (7204, 72, 28, 266), (7208, 72, 28, 270), (7218, 72, 29, 37), (7242, 72, 29, 61), (7285, 72, 29, 104), (7550, 72, 30, 127), (7561, 72, 30, 138), (7625, 72, 30, 202), (8109, 72, 32, 203), (8142, 72, 32, 236), (8165, 72, 32, 259), (8351, 72, 33, 206), (8355, 72, 33, 210), (8396, 72, 33, 251), (8426, 72, 34, 43), (8570, 72, 34, 187), (8798, 72, 35, 178), (8855, 72, 35, 235), (8964, 72, 36, 108), (9090, 72, 36, 234), (9116, 72, 36, 260), (9256, 72, 37, 165), (9798, 72, 39, 240), (9803, 72, 39, 245), (9810, 72, 39, 252), (9876, 72, 40, 85), (10004, 72, 40, 213), (10024, 72, 40, 233), (10088, 72, 41, 66), (10258, 72, 41, 236), (10328, 72, 42, 75), (10347, 72, 42, 94), (10349, 72, 42, 96), (10583, 72, 43, 101), (10588, 72, 43, 106), (10856, 72, 44, 146), (10901, 72, 44, 191), (11010, 72, 45, 73), (11180, 72, 45, 243), (11199, 72, 45, 262), (11410, 72, 46, 247), (11420, 72, 46, 257), (11460, 72, 47, 72), (11612, 72, 47, 224), (11808, 72, 48, 196), (11817, 72, 48, 205), (11962, 72, 49, 127), (12047, 72, 49, 212), (12120, 72, 50, 63), (12279, 72, 50, 222), (12285, 72, 50, 228), (12415, 72, 51, 137), (12650, 72, 52, 151), (12677, 72, 52, 178), (12734, 72, 52, 235), (12832, 72, 53, 114), (12892, 72, 53, 174), (12900, 72, 53, 182), (13327, 72, 55, 174), (13335, 72, 55, 182), (13463, 72, 56, 94), (13482, 72, 56, 113), (13510, 72, 56, 141), (13797, 72, 57, 213), (13813, 72, 57, 229), (14046, 72, 58, 248), (14064, 72, 58, 266), (14068, 72, 58, 270), (14091, 72, 59, 80), (14202, 72, 59, 191), (14351, 72, 60, 128), (14404, 72, 60, 181), (14445, 72, 60, 222), (14599, 72, 61, 165), (14727, 72, 62, 82), (14864, 72, 62, 219), (14889, 72, 62, 244), (15085, 72, 63, 231), (15252, 72, 64, 190), (15294, 72, 64, 232), (15453, 72, 65, 183), (15732, 72, 66, 256), (15846, 72, 67, 164), (15876, 72, 67, 194), (15879, 72, 67, 197), (15990, 72, 68, 104), (16053, 72, 68, 167), (16181, 72, 69, 92), (16249, 72, 69, 160), (16557, 72, 70, 266), (16668, 72, 71, 176), (16678, 72, 71, 186), (16739, 72, 71, 247), (16765, 72, 72, 72), (16890, 72, 72, 197), (17034, 72, 73, 142), (17063, 72, 73, 171), (17199, 72, 74, 109), (17270, 72, 74, 180), (17327, 72, 74, 237), (17527, 72, 75, 240), (17539, 72, 75, 252), (17722, 72, 76, 239), (17745, 72, 76, 262), (17874, 72, 77, 195), (17927, 72, 77, 248), (17949, 72, 77, 270), (18403, 72, 80, 144), (18459, 72, 80, 200), (18578, 72, 81, 128), (18631, 72, 81, 181), (18633, 72, 81, 183), (18795, 72, 82, 155), (18946, 72, 83, 116), (19034, 72, 83, 204), (19068, 72, 83, 238), (19146, 72, 84, 128), (19201, 72, 84, 183), (19308, 72, 85, 102), (19324, 72, 85, 118), (19554, 72, 86, 162), (19558, 72, 86, 166), (20070, 72, 89, 126), (20190, 72, 89, 246), (20202, 72, 89, 258), (20278, 72, 90, 152), (20402, 72, 91, 95), (20412, 72, 91, 105), (20702, 72, 92, 215), (20774, 72, 93, 108), (20775, 72, 93, 109), (20926, 72, 93, 260), (20989, 72, 94, 145), (21131, 72, 95, 110), (21155, 72, 95, 134), (21342, 72, 96, 145), (21449, 72, 96, 252), (21541, 72, 97, 169), (21665, 72, 98, 119), (21751, 72, 98, 205), (21822, 72, 99, 103), (21875, 72, 99, 156), (21978, 72, 99, 259), (22104, 72, 100, 213), (22120, 72, 100, 229), (22124, 72, 100, 233), (22249, 72, 101, 187), (22282, 72, 101, 220), (22351, 72, 102, 119), (22603, 72, 103, 201), (22623, 72, 103, 221), (22871, 72, 105, 134), (22922, 72, 105, 185), (23114, 72, 106, 211), (23228, 72, 107, 160), (23235, 72, 107, 167), (23734, 72, 110, 177), (23807, 72, 110, 250), (24026, 72, 112, 148), (24228, 72, 113, 190), (24270, 72, 113, 232), (24338, 72, 114, 142), (24367, 72, 114, 171), (24501, 72, 115, 148), (24529, 72, 115, 176), (24562, 72, 115, 209), (24637, 72, 116, 126), (24757, 72, 116, 246), (24802, 72, 117, 136), (24919, 72, 117, 253), (24940, 72, 118, 119), (25054, 72, 118, 233), (25284, 72, 120, 157), (25344, 72, 120, 217), (25472, 72, 121, 191), (25768, 72, 123, 188), (25778, 72, 123, 198), (25803, 72, 123, 223), (25916, 72, 124, 188), (25917, 72, 124, 189), (25951, 72, 124, 223), (26071, 72, 125, 196), (26080, 72, 125, 205), (26082, 72, 125, 207), (26223, 72, 126, 200), (26431, 72, 127, 263), (26936, 72, 131, 196), (26947, 72, 131, 207), (27004, 72, 131, 264), (27028, 72, 132, 147), (27073, 72, 132, 192), (27234, 72, 133, 212), (27254, 72, 133, 232), (27410, 72, 134, 250), (27491, 72, 135, 193), (27562, 72, 135, 264), (27628, 72, 136, 194), (27678, 72, 136, 244), (27734, 72, 137, 165), (27958, 72, 138, 255), (27966, 72, 138, 263), (28138, 72, 140, 169), (28157, 72, 140, 188), (28167, 72, 140, 198), (28245, 72, 141, 145), (28290, 72, 141, 190), (28404, 72, 142, 174), (28508, 72, 143, 148), (28569, 72, 143, 209), (28746, 72, 144, 258), (28913, 72, 146, 172), (28996, 72, 146, 255), (29296, 72, 149, 181), (29337, 72, 149, 222), (29343, 72, 149, 228), (29393, 72, 150, 155), (29422, 72, 150, 184), (29560, 72, 151, 201), (29580, 72, 151, 221), (29804, 72, 153, 206), (30053, 72, 155, 219), (30151, 72, 156, 201), (30204, 72, 156, 254), (30305, 72, 157, 240), (30310, 72, 157, 245), (30815, 72, 162, 189), (30849, 72, 162, 223), (30922, 72, 163, 186), (30983, 72, 163, 247), (30993, 72, 163, 257), (31068, 72, 164, 224), (31252, 72, 166, 193), (31613, 72, 169, 241), (31818, 72, 171, 243), (31878, 72, 172, 202), (32024, 72, 173, 249), (32147, 72, 175, 176), (32157, 72, 175, 186), (32180, 72, 175, 209), (32412, 72, 177, 249), (32478, 72, 178, 221), (32809, 72, 182, 185), (33032, 72, 184, 230), (33687, 72, 192, 217), (34079, 72, 197, 224), (34170, 72, 198, 241), (34205, 72, 199, 203), (34238, 72, 199, 236), (34332, 72, 200, 258), (34470, 72, 202, 255), (34538, 72, 203, 254), (34598, 72, 204, 246), (34701, 72, 206, 216), (34957, 72, 210, 218), (35123, 72, 212, 263), (35341, 72, 216, 251), (35390, 72, 217, 245), (35434, 72, 218, 235), (35505, 72, 219, 253), (35560, 72, 220, 256), (35915, 72, 228, 231), (36308, 72, 238, 239), (36505, 72, 244, 253), (36627, 72, 249, 250), (36736, 72, 254, 259), (16814, 73, 72, 121), (16965, 73, 73, 73), (17164, 74, 74, 74), (97, 75, 1, 97), (130, 75, 1, 130), (368, 75, 2, 98), (372, 75, 2, 102), (580, 75, 3, 41), (795, 75, 3, 256), (1184, 75, 5, 110), (1323, 75, 5, 249), (1475, 75, 6, 135), (1506, 75, 6, 166), (1883, 75, 8, 14), (1920, 75, 8, 51), (2144, 75, 9, 12), (2294, 75, 9, 162), (2514, 75, 10, 120), (2586, 75, 10, 192), (2769, 75, 11, 114), (2829, 75, 11, 174), (3106, 75, 12, 191), (3414, 75, 13, 240), (3419, 75, 13, 245), (3614, 75, 14, 182), (3784, 75, 15, 95), (3794, 75, 15, 105), (4109, 75, 16, 164), (4139, 75, 16, 194), (4269, 75, 17, 69), (4618, 75, 18, 164), (4651, 75, 18, 197), (5105, 75, 20, 147), (5117, 75, 20, 159), (5382, 75, 21, 173), (5386, 75, 21, 177), (5523, 75, 22, 64), (5572, 75, 22, 113), (5823, 75, 23, 115), (5883, 75, 23, 175), (6076, 75, 24, 120), (6201, 75, 24, 245), (6283, 75, 25, 80), (6461, 75, 25, 258), (6538, 75, 26, 89), (6565, 75, 26, 116), (6980, 75, 28, 42), (7083, 75, 28, 145), (7358, 75, 29, 177), (7431, 75, 29, 250), (7856, 75, 31, 190), (7898, 75, 31, 232), (7968, 75, 32, 62), (8159, 75, 32, 253), (8255, 75, 33, 110), (8279, 75, 33, 134), (8430, 75, 34, 47), (8455, 75, 34, 72), (9048, 75, 36, 192), (9652, 75, 39, 94), (9654, 75, 39, 96), (10034, 75, 40, 243), (10053, 75, 40, 262), (10158, 75, 41, 136), (10311, 75, 42, 58), (10838, 75, 44, 128), (10893, 75, 44, 183), (11052, 75, 45, 115), (11080, 75, 45, 143), (11279, 75, 46, 116), (11367, 75, 46, 204), (11494, 75, 47, 106); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (11695, 75, 48, 83), (11858, 75, 48, 246), (12383, 75, 51, 105), (12829, 75, 53, 111), (12945, 75, 53, 227), (12991, 75, 54, 55), (13121, 75, 54, 185), (13380, 75, 55, 227), (13439, 75, 56, 70), (13595, 75, 56, 226), (13657, 75, 57, 73), (13698, 75, 57, 114), (14050, 75, 58, 252), (14192, 75, 59, 181), (14233, 75, 59, 222), (14899, 75, 62, 254), (14943, 75, 63, 89), (15054, 75, 63, 200), (15194, 75, 64, 132), (15938, 75, 67, 256), (16015, 75, 68, 129), (16059, 75, 68, 173), (16239, 75, 69, 150), (16436, 75, 70, 145), (16568, 75, 71, 76), (16730, 75, 71, 238), (16794, 75, 72, 101), (16992, 75, 73, 100), (17249, 75, 74, 159), (17362, 75, 75, 75), (17383, 75, 75, 96), (17658, 75, 76, 175), (17919, 75, 77, 240), (17931, 75, 77, 252), (18394, 75, 80, 135), (18798, 75, 82, 158), (18855, 75, 82, 215), (18928, 75, 83, 98), (19980, 75, 88, 219), (20005, 75, 88, 244), (20460, 75, 91, 153), (20523, 75, 91, 216), (20813, 75, 93, 147), (21001, 75, 94, 157), (21186, 75, 95, 165), (21584, 75, 97, 212), (21874, 75, 99, 155), (22134, 75, 100, 243), (22286, 75, 101, 224), (22471, 75, 102, 239), (23100, 75, 106, 197), (23197, 75, 107, 129), (23298, 75, 107, 230), (23860, 75, 111, 142), (24020, 75, 112, 142), (24049, 75, 112, 171), (24255, 75, 113, 217), (24836, 75, 117, 170), (25060, 75, 118, 239), (25083, 75, 118, 262), (25409, 75, 121, 128), (25462, 75, 121, 181), (25718, 75, 123, 138), (25782, 75, 123, 202), (25874, 75, 124, 146), (25930, 75, 124, 202), (26001, 75, 125, 126), (26121, 75, 125, 246), (26154, 75, 126, 131), (26308, 75, 127, 140), (26409, 75, 127, 241), (26830, 75, 130, 232), (26998, 75, 131, 258), (27014, 75, 132, 133), (27376, 75, 134, 216), (27633, 75, 136, 199), (27843, 75, 138, 140), (28257, 75, 141, 157), (28317, 75, 141, 217), (28531, 75, 143, 171), (28710, 75, 144, 222), (28716, 75, 144, 228), (28903, 75, 146, 162), (29453, 75, 150, 215), (29653, 75, 152, 174), (29661, 75, 152, 182), (29783, 75, 153, 185), (30088, 75, 155, 254), (30398, 75, 158, 219), (30940, 75, 163, 204), (30974, 75, 163, 238), (31202, 75, 165, 250), (31250, 75, 166, 191), (31718, 75, 170, 244), (31859, 75, 172, 183), (33003, 75, 184, 201), (33023, 75, 184, 221), (33535, 75, 190, 226), (34255, 75, 199, 253), (34302, 75, 200, 228), (35101, 75, 212, 241), (35448, 75, 218, 249), (17403, 76, 75, 116), (17559, 76, 76, 76), (2464, 77, 10, 70), (2620, 77, 10, 226), (3202, 77, 13, 28), (3232, 77, 13, 58), (5055, 77, 20, 97), (5088, 77, 20, 130), (5984, 77, 24, 28), (6026, 77, 24, 70), (7702, 77, 31, 36), (7759, 77, 31, 93), (9082, 77, 36, 226), (13875, 77, 58, 77), (17187, 77, 74, 97), (17331, 77, 74, 241), (17756, 77, 77, 77), (20796, 77, 93, 130), (17952, 78, 78, 78), (18021, 79, 78, 147), (18146, 79, 79, 79), (73, 80, 1, 73), (243, 80, 1, 243), (408, 80, 2, 138), (472, 80, 2, 202), (725, 80, 3, 186), (786, 80, 3, 247), (951, 80, 4, 144), (1007, 80, 4, 200), (1253, 80, 5, 179), (1269, 80, 5, 195), (1420, 80, 6, 80), (1598, 80, 6, 258), (1911, 80, 8, 42), (2014, 80, 8, 145), (2258, 80, 9, 126), (2378, 80, 9, 246), (4032, 80, 16, 87), (4159, 80, 16, 214), (4347, 80, 17, 147), (4359, 80, 17, 159), (4533, 80, 18, 79), (4541, 80, 18, 87), (4779, 80, 19, 72), (4931, 80, 19, 224), (5486, 80, 22, 27), (5688, 80, 22, 229), (5911, 80, 23, 203), (5944, 80, 23, 236), (6535, 80, 26, 86), (6638, 80, 26, 189), (6911, 80, 27, 217), (8045, 80, 32, 139), (8060, 80, 32, 154), (8340, 80, 33, 195), (8393, 80, 33, 248), (8544, 80, 34, 161), (8551, 80, 34, 168), (8728, 80, 35, 108), (8854, 80, 35, 234), (9185, 80, 37, 94), (9187, 80, 37, 96), (9366, 80, 38, 41), (9524, 80, 38, 199), (10264, 80, 41, 242), (10358, 80, 42, 105), (10571, 80, 43, 89), (10682, 80, 43, 200), (11140, 80, 45, 203), (11196, 80, 45, 259), (11352, 80, 46, 189), (11386, 80, 46, 223), (11438, 80, 47, 50), (11619, 80, 47, 231), (11927, 80, 49, 92), (11995, 80, 49, 160), (12254, 80, 50, 197), (12607, 80, 52, 108), (12759, 80, 52, 260), (12821, 80, 53, 103), (12869, 80, 53, 151), (13202, 80, 54, 266), (13304, 80, 55, 151), (13331, 80, 55, 178), (13543, 80, 56, 174), (13551, 80, 56, 182), (14222, 80, 59, 211), (14387, 80, 60, 164), (14417, 80, 60, 194), (14528, 80, 61, 94), (14575, 80, 61, 141), (14793, 80, 62, 148), (14854, 80, 62, 209), (14940, 80, 63, 86), (15229, 80, 64, 167), (15489, 80, 65, 219), (15514, 80, 65, 244), (15680, 80, 66, 204), (15714, 80, 66, 238), (15929, 80, 67, 247), (15939, 80, 67, 257), (16155, 80, 68, 269), (16350, 80, 69, 261), (16360, 80, 69, 271), (16680, 80, 71, 188), (16690, 80, 71, 198), (16924, 80, 72, 231), (17124, 80, 73, 232), (17424, 80, 75, 137), (17719, 80, 76, 236), (18130, 80, 78, 256), (18173, 80, 79, 106), (18339, 80, 80, 80), (18567, 80, 81, 117), (18644, 80, 81, 194), (18865, 80, 82, 225), (18976, 80, 83, 146), (19032, 80, 83, 202), (19135, 80, 84, 117), (19262, 80, 84, 244), (19883, 80, 88, 122), (20029, 80, 88, 268), (20131, 80, 89, 187), (20283, 80, 90, 157), (20343, 80, 90, 217), (20542, 80, 91, 235), (20750, 80, 92, 263), (21261, 80, 95, 240), (21273, 80, 95, 252), (21334, 80, 96, 137), (21899, 80, 99, 180), (21956, 80, 99, 237), (22230, 80, 101, 168), (22329, 80, 101, 267), (22544, 80, 103, 142), (22683, 80, 104, 113), (22711, 80, 104, 141), (22989, 80, 105, 252), (23064, 80, 106, 161), (23337, 80, 107, 269), (23596, 80, 109, 201), (23616, 80, 109, 221), (23767, 80, 110, 210), (23808, 80, 110, 251), (24205, 80, 113, 167), (24386, 80, 114, 190), (24428, 80, 114, 232), (24522, 80, 115, 169), (24698, 80, 116, 187), (24731, 80, 116, 220), (25300, 80, 120, 173), (25304, 80, 120, 177), (25601, 80, 122, 170), (26214, 80, 126, 191), (26407, 80, 127, 239), (26430, 80, 127, 262), (26509, 80, 128, 196), (26520, 80, 128, 207), (26648, 80, 129, 192), (27094, 80, 132, 213), (27110, 80, 132, 229), (27182, 80, 133, 160), (27370, 80, 134, 210), (27610, 80, 136, 176), (27620, 80, 136, 186), (27942, 80, 138, 239), (28036, 80, 139, 199), (28386, 80, 142, 156), (28699, 80, 144, 211), (28797, 80, 145, 182), (28987, 80, 146, 246), (29098, 80, 147, 230), (29147, 80, 148, 155), (29279, 80, 149, 164), (29312, 80, 149, 197), (29397, 80, 150, 159), (29864, 80, 153, 266), (29868, 80, 153, 270), (29970, 80, 154, 254), (30121, 80, 156, 171), (30387, 80, 158, 208), (30447, 80, 158, 268), (30924, 80, 163, 188), (30959, 80, 163, 223), (31547, 80, 169, 175), (31739, 80, 170, 265), (31834, 80, 171, 259), (31967, 80, 173, 192), (32063, 80, 174, 190), (32169, 80, 175, 198), (32321, 80, 176, 253), (32408, 80, 177, 245), (32442, 80, 178, 185), (32569, 80, 179, 218), (32644, 80, 180, 201), (32741, 80, 181, 207), (32798, 80, 181, 264), (32910, 80, 183, 196), (32919, 80, 183, 205), (33124, 80, 185, 235), (33648, 80, 191, 258), (33771, 80, 193, 222), (33777, 80, 193, 228), (34572, 80, 204, 220), (34734, 80, 206, 249), (34829, 80, 208, 215), (34930, 80, 209, 253), (35103, 80, 212, 243), (35122, 80, 212, 262), (35295, 80, 215, 261), (35338, 80, 216, 248), (35360, 80, 216, 270), (35433, 80, 218, 234), (35477, 80, 219, 225), (35615, 80, 221, 260), (35669, 80, 222, 264), (35759, 80, 224, 257), (36289, 80, 237, 254), (36384, 80, 240, 250), (36451, 80, 242, 256), (36529, 80, 245, 250), (36628, 80, 249, 251), (18362, 81, 80, 103), (18531, 81, 81, 81), (23, 82, 1, 23), (76, 82, 1, 76), (454, 82, 2, 184), (713, 82, 3, 174), (721, 82, 3, 182), (812, 82, 4, 5), (840, 82, 4, 33), (1285, 82, 5, 211), (1431, 82, 6, 91), (1474, 82, 6, 134), (1712, 82, 7, 107), (1936, 82, 8, 67), (2093, 82, 8, 224), (2187, 82, 9, 55), (2317, 82, 9, 185), (2481, 82, 10, 87), (2608, 82, 10, 214), (2843, 82, 11, 188), (2878, 82, 11, 223), (3094, 82, 12, 179), (3149, 82, 12, 234), (3253, 82, 13, 79), (3335, 82, 13, 161), (3518, 82, 14, 86), (3621, 82, 14, 189), (3882, 82, 15, 193), (4035, 82, 16, 90), (4419, 82, 17, 219), (4444, 82, 17, 244), (4746, 82, 19, 39), (4864, 82, 19, 157), (5080, 82, 20, 122), (5226, 82, 20, 268), (5405, 82, 21, 196), (5416, 82, 21, 207), (5645, 82, 22, 186), (5706, 82, 22, 247), (5920, 82, 23, 212), (6035, 82, 24, 79), (6043, 82, 24, 87), (6451, 82, 25, 248), (6473, 82, 25, 270), (6684, 82, 26, 235), (6864, 82, 27, 170), (7016, 82, 28, 78), (7205, 82, 28, 267), (7388, 82, 29, 207), (7445, 82, 29, 264), (7570, 82, 30, 147), (7582, 82, 30, 159), (7704, 82, 31, 38), (7805, 82, 31, 139), (7998, 82, 32, 92), (8066, 82, 32, 160), (8188, 82, 33, 43), (8420, 82, 34, 37), (8520, 82, 34, 137), (9070, 82, 36, 214), (9121, 82, 36, 265), (9192, 82, 37, 101), (9551, 82, 38, 226), (9789, 82, 39, 231), (9960, 82, 40, 169), (10189, 82, 41, 167), (10342, 82, 42, 89), (10453, 82, 42, 200), (10698, 82, 43, 216), (10830, 82, 44, 120), (10902, 82, 44, 192), (11064, 82, 45, 127), (11149, 82, 45, 212), (11341, 82, 46, 178), (11398, 82, 46, 235), (11483, 82, 47, 95), (11638, 82, 47, 250), (12060, 82, 49, 225), (12132, 82, 50, 75), (12153, 82, 50, 96), (12364, 82, 51, 86), (12864, 82, 53, 146), (12920, 82, 53, 202), (13002, 82, 54, 66), (13156, 82, 54, 220), (13299, 82, 55, 146), (13485, 82, 56, 116), (13573, 82, 56, 204), (13772, 82, 57, 188), (13782, 82, 57, 198), (13966, 82, 58, 168), (14065, 82, 58, 267), (14251, 82, 59, 240), (14256, 82, 59, 245), (14317, 82, 60, 94), (14364, 82, 60, 141), (14535, 82, 61, 101), (14718, 82, 62, 73), (14888, 82, 62, 243), (15064, 82, 63, 210), (15127, 82, 64, 65), (15146, 82, 64, 84), (15403, 82, 65, 133), (15703, 82, 66, 227), (15864, 82, 67, 182), (16082, 82, 68, 196), (16091, 82, 68, 205), (16174, 82, 69, 85), (16208, 82, 69, 119), (16369, 82, 70, 78), (16533, 82, 70, 242), (16595, 82, 71, 103), (16643, 82, 71, 151), (16788, 82, 72, 95), (16798, 82, 72, 105), (17145, 82, 73, 253), (17298, 82, 74, 208), (17358, 82, 74, 268), (17518, 82, 75, 231), (17715, 82, 76, 232), (17840, 82, 77, 161), (17847, 82, 77, 168), (18369, 82, 80, 110), (18393, 82, 80, 134), (18563, 82, 81, 113), (18591, 82, 81, 141), (18722, 82, 82, 82), (18790, 82, 82, 150), (19131, 82, 84, 113), (19421, 82, 85, 215), (19974, 82, 88, 213), (19990, 82, 88, 229), (20089, 82, 89, 145), (20498, 82, 91, 191), (20741, 82, 92, 254), (20788, 82, 93, 122), (20931, 82, 93, 265), (20993, 82, 94, 149), (21346, 82, 96, 149), (21526, 82, 97, 154), (21609, 82, 97, 237), (22060, 82, 100, 169), (22089, 82, 100, 198), (22577, 82, 103, 175), (22826, 82, 104, 256), (22961, 82, 105, 224), (23040, 82, 106, 137), (23273, 82, 107, 205), (23356, 82, 108, 124), (23394, 82, 108, 162), (23518, 82, 109, 123), (23535, 82, 109, 140), (23815, 82, 110, 258), (23954, 82, 111, 236), (24081, 82, 112, 203), (24114, 82, 112, 236), (24332, 82, 114, 136), (24449, 82, 114, 253), (24509, 82, 115, 156), (24612, 82, 115, 259), (24656, 82, 116, 145), (24795, 82, 117, 129), (24896, 82, 117, 230), (25248, 82, 120, 121), (25526, 82, 121, 245), (25840, 82, 123, 260), (25988, 82, 124, 260), (26141, 82, 125, 266), (26272, 82, 126, 249), (26339, 82, 127, 171), (26650, 82, 129, 194), (26737, 82, 130, 139), (26752, 82, 130, 154), (27006, 82, 131, 266), (27010, 82, 131, 270), (27057, 82, 132, 176), (27067, 82, 132, 186), (27247, 82, 133, 225), (27493, 82, 135, 195), (27546, 82, 135, 248), (27608, 82, 136, 174), (27845, 82, 138, 142), (27874, 82, 138, 171), (28149, 82, 140, 180), (28432, 82, 142, 202), (28563, 82, 143, 203), (28619, 82, 143, 259), (28728, 82, 144, 240), (28740, 82, 144, 252), (29123, 82, 147, 255), (29457, 82, 150, 219), (29522, 82, 151, 163), (29668, 82, 152, 189), (29702, 82, 152, 223), (29785, 82, 153, 187), (29818, 82, 153, 220), (30077, 82, 155, 243), (30096, 82, 155, 262), (30125, 82, 156, 175), (30322, 82, 157, 257), (30392, 82, 158, 213), (30412, 82, 158, 233), (30556, 82, 159, 263), (30604, 82, 160, 199), (30860, 82, 162, 234), (30914, 82, 163, 178), (31017, 82, 164, 173), (31021, 82, 164, 177), (31145, 82, 165, 193), (31216, 82, 165, 264), (31238, 82, 166, 179), (31254, 82, 166, 195), (31420, 82, 167, 256), (31703, 82, 170, 229), (31868, 82, 172, 192), (31969, 82, 173, 194), (32360, 82, 177, 197), (32684, 82, 180, 241), (32740, 82, 181, 206), (33041, 82, 184, 239), (33080, 82, 185, 191), (33276, 82, 187, 216), (33513, 82, 190, 204), (33547, 82, 190, 238), (34105, 82, 197, 250), (34326, 82, 200, 252), (34707, 82, 206, 222), (34967, 82, 210, 228), (35018, 82, 211, 218), (35267, 82, 215, 233), (35392, 82, 217, 247), (35402, 82, 217, 257), (35656, 82, 222, 251), (35837, 82, 226, 242), (35935, 82, 228, 251), (36013, 82, 230, 244), (36088, 82, 232, 238), (36276, 82, 237, 241), (36635, 82, 249, 258), (177, 83, 1, 177), (250, 83, 1, 250), (396, 83, 2, 126), (516, 83, 2, 246), (620, 83, 3, 81), (623, 83, 3, 84), (856, 83, 4, 49), (1070, 83, 4, 263), (1413, 83, 6, 73), (1583, 83, 6, 243), (1631, 83, 7, 26), (1651, 83, 7, 46), (2007, 83, 8, 138), (2071, 83, 8, 202), (2246, 83, 9, 114), (2306, 83, 9, 174), (2924, 83, 11, 269), (3703, 83, 14, 271), (3897, 83, 15, 208), (3950, 83, 15, 261), (3983, 83, 16, 38), (4084, 83, 16, 139), (4242, 83, 17, 42), (4345, 83, 17, 145), (4593, 83, 18, 139), (4608, 83, 18, 154), (4891, 83, 19, 184), (5331, 83, 21, 122), (5474, 83, 21, 265), (5563, 83, 22, 104), (5626, 83, 22, 167), (5918, 83, 23, 210), (6568, 83, 26, 119), (6822, 83, 27, 128), (6877, 83, 27, 183), (7303, 83, 29, 122), (7449, 83, 29, 268), (7466, 83, 30, 43), (7610, 83, 30, 187), (8085, 83, 32, 179), (8101, 83, 32, 195), (8314, 83, 33, 169), (8563, 83, 34, 180), (8620, 83, 34, 237), (9650, 83, 39, 92), (9718, 83, 39, 160), (10130, 83, 41, 108), (10256, 83, 41, 234), (10403, 83, 42, 150), (10745, 83, 43, 263), (10776, 83, 44, 66), (11147, 83, 45, 210), (11188, 83, 45, 251), (11368, 83, 46, 205), (11547, 83, 47, 159), (12046, 83, 49, 211), (12119, 83, 50, 62), (12212, 83, 50, 155), (12539, 83, 51, 261), (12549, 83, 51, 271), (13124, 83, 54, 188), (13159, 83, 54, 223), (13498, 83, 56, 129), (13599, 83, 56, 230), (14214, 83, 59, 203), (14247, 83, 59, 236), (14359, 83, 60, 136), (14476, 83, 60, 253), (14566, 83, 61, 132), (14794, 83, 62, 149), (14939, 83, 63, 85), (14973, 83, 63, 119), (15337, 83, 65, 67), (15494, 83, 65, 224), (15648, 83, 66, 172), (15766, 83, 67, 84), (16100, 83, 68, 214), (16151, 83, 68, 265), (16168, 83, 69, 79), (16250, 83, 69, 161), (16688, 83, 71, 196), (16699, 83, 71, 207), (16918, 83, 72, 225), (17083, 83, 73, 191), (17379, 83, 75, 92), (17718, 83, 76, 235), (17962, 83, 78, 88), (18044, 83, 78, 170), (18502, 83, 80, 243), (18521, 83, 80, 262), (18586, 83, 81, 136), (18880, 83, 82, 240), (18892, 83, 82, 252), (18913, 83, 83, 83), (19076, 83, 83, 246), (19434, 83, 85, 228), (19503, 83, 86, 111), (19504, 83, 86, 112), (19684, 83, 87, 107), (20028, 83, 88, 267), (20047, 83, 89, 103), (20100, 83, 89, 156), (20309, 83, 90, 183), (21148, 83, 95, 127), (21233, 83, 95, 212), (21967, 83, 99, 248), (21989, 83, 99, 270), (22171, 83, 101, 109), (22242, 83, 101, 180), (22518, 83, 103, 116), (22702, 83, 104, 132), (22864, 83, 105, 127), (22875, 83, 105, 138), (23057, 83, 106, 154), (23140, 83, 106, 237), (23282, 83, 107, 214), (23488, 83, 108, 256), (23705, 83, 110, 148), (23766, 83, 110, 209), (23907, 83, 111, 189), (24387, 83, 114, 191), (24546, 83, 115, 193), (24617, 83, 115, 264), (24662, 83, 116, 151), (24786, 83, 117, 120), (24858, 83, 117, 192), (25371, 83, 120, 244), (25517, 83, 121, 236), (26262, 83, 126, 239), (26542, 83, 128, 229), (26646, 83, 129, 190), (27233, 83, 133, 211), (27308, 83, 134, 148), (28436, 83, 142, 206), (28553, 83, 143, 193), (28691, 83, 144, 203), (28747, 83, 144, 259), (28845, 83, 145, 230), (28915, 83, 146, 174), (28923, 83, 146, 182), (29032, 83, 147, 164), (29065, 83, 147, 197), (29368, 83, 149, 253), (29490, 83, 150, 252), (29563, 83, 151, 204), (29748, 83, 152, 269), (29786, 83, 153, 188), (29796, 83, 153, 198), (30065, 83, 155, 231), (30150, 83, 156, 200), (30225, 83, 157, 160), (30347, 83, 158, 168), (30446, 83, 158, 267), (30490, 83, 159, 197), (30731, 83, 161, 215), (30932, 83, 163, 196), (30941, 83, 163, 205), (31160, 83, 165, 208), (31220, 83, 165, 268), (31381, 83, 167, 217), (31484, 83, 168, 215), (31588, 83, 169, 216), (31716, 83, 170, 242), (31781, 83, 171, 206), (31826, 83, 171, 251), (31896, 83, 172, 220), (31965, 83, 173, 190), (32007, 83, 173, 232), (32178, 83, 175, 207), (32235, 83, 175, 264), (32317, 83, 176, 249), (32395, 83, 177, 232), (32461, 83, 178, 204), (32495, 83, 178, 238), (32550, 83, 179, 199), (32747, 83, 181, 213), (32763, 83, 181, 229), (32826, 83, 182, 202), (33059, 83, 184, 257), (33315, 83, 187, 255), (33454, 83, 189, 227), (33664, 83, 192, 194), (33958, 83, 195, 254), (34145, 83, 198, 216), (34236, 83, 199, 234), (34333, 83, 200, 259), (34411, 83, 201, 266), (34415, 83, 201, 270), (34926, 83, 209, 249), (35110, 83, 212, 250), (35141, 83, 213, 222), (35492, 83, 219, 240), (35497, 83, 219, 245), (35559, 83, 220, 255), (35621, 83, 221, 266), (35638, 83, 222, 233), (35681, 83, 223, 227), (35727, 83, 224, 225), (35917, 83, 228, 233), (36202, 83, 235, 238), (36360, 83, 239, 258), (36497, 83, 244, 245), (36608, 83, 248, 254), (36770, 83, 256, 260), (36801, 83, 258, 262), (16374, 84, 70, 83), (18912, 84, 83, 70), (19102, 84, 84, 84), (1677, 85, 7, 72), (16764, 85, 72, 7), (19291, 85, 85, 85), (894, 86, 4, 87), (929, 86, 4, 122), (1021, 86, 4, 214), (1072, 86, 4, 265), (6873, 86, 27, 179), (6889, 86, 27, 195), (6942, 86, 27, 248), (6964, 86, 27, 270), (9199, 86, 37, 108), (9200, 86, 37, 109), (9271, 86, 37, 180), (9351, 86, 37, 260), (9417, 86, 38, 92), (9485, 86, 38, 160), (10604, 86, 43, 122), (10696, 86, 43, 214), (10747, 86, 43, 265), (10750, 86, 43, 268), (14543, 86, 61, 109), (14614, 86, 61, 180), (14671, 86, 61, 237), (14694, 86, 61, 260), (15684, 86, 66, 208), (15737, 86, 66, 261), (15744, 86, 66, 268), (15747, 86, 66, 271), (17966, 86, 78, 92), (18278, 86, 79, 211), (19472, 86, 85, 266), (19478, 86, 86, 86), (19581, 86, 86, 189), (19615, 86, 86, 223), (19788, 86, 87, 211), (20305, 86, 90, 179), (20321, 86, 90, 195), (20360, 86, 90, 234), (20374, 86, 90, 248), (20626, 86, 92, 139), (20729, 86, 92, 242), (22679, 86, 104, 109), (22724, 86, 104, 154), (22750, 86, 104, 180), (22807, 86, 104, 237), (23369, 86, 108, 137), (23532, 86, 109, 137), (25618, 86, 122, 187), (25651, 86, 122, 220), (27803, 86, 137, 234), (27829, 86, 137, 260), (27997, 86, 139, 160), (28004, 86, 139, 167), (29876, 86, 154, 160), (29883, 86, 154, 167), (30219, 86, 156, 269), (30647, 86, 160, 242), (31344, 86, 167, 180), (31401, 86, 167, 237), (31568, 86, 169, 196), (31577, 86, 169, 205), (31579, 86, 169, 207), (31636, 86, 169, 264), (33268, 86, 187, 208), (33325, 86, 187, 265), (33328, 86, 187, 268), (33337, 86, 188, 193), (33351, 86, 188, 207), (33408, 86, 188, 264), (33420, 86, 189, 193), (33747, 86, 193, 198), (33772, 86, 193, 223), (33933, 86, 195, 229), (33978, 86, 196, 198), (34136, 86, 198, 207), (34193, 86, 198, 264), (34553, 86, 203, 269), (34555, 86, 203, 271), (34834, 86, 208, 220), (35014, 86, 211, 214), (35065, 86, 211, 265), (35167, 86, 213, 248), (35185, 86, 213, 266), (35189, 86, 213, 270), (35565, 86, 220, 261), (35572, 86, 220, 268), (35718, 86, 223, 264), (35975, 86, 229, 248), (35993, 86, 229, 266), (35997, 86, 229, 270), (36155, 86, 233, 266), (36159, 86, 233, 270), (36261, 86, 236, 261), (36269, 86, 236, 269), (36271, 86, 236, 271), (36821, 86, 259, 269), (19664, 87, 87, 87), (1172, 88, 5, 98), (1176, 88, 5, 102), (2754, 88, 11, 99), (2856, 88, 11, 201), (3027, 88, 12, 112), (3058, 88, 12, 143), (3464, 88, 14, 32), (3686, 88, 14, 254), (3730, 88, 15, 41), (3888, 88, 15, 199), (4014, 88, 16, 69), (4160, 88, 16, 215), (4523, 88, 18, 69), (4981, 88, 20, 22), (5090, 88, 20, 132), (5310, 88, 21, 101), (5533, 88, 22, 74), (6257, 88, 25, 54), (6430, 88, 25, 227), (6546, 88, 26, 97), (6579, 88, 26, 130), (7066, 88, 28, 128), (7119, 88, 28, 181), (7437, 88, 29, 256), (7729, 88, 31, 63), (7894, 88, 31, 228), (7957, 88, 32, 51), (8193, 88, 33, 48), (8243, 88, 33, 98), (8451, 88, 34, 68), (8490, 88, 34, 107), (8660, 88, 35, 40), (8738, 88, 35, 118), (9843, 88, 40, 52), (10187, 88, 41, 165), (11260, 88, 46, 97), (11404, 88, 46, 241), (11828, 88, 48, 216), (12477, 88, 51, 199), (12599, 88, 52, 100), (13067, 88, 54, 131), (13785, 88, 57, 201), (13805, 88, 57, 221), (13926, 88, 58, 128), (13981, 88, 58, 183), (14984, 88, 63, 130), (15987, 88, 68, 101), (16472, 88, 70, 181), (16513, 88, 70, 222), (16615, 88, 71, 123), (16632, 88, 71, 140), (17307, 88, 74, 217), (17862, 88, 77, 183), (19849, 88, 88, 88), (19931, 88, 88, 170), (20798, 88, 93, 132), (21871, 88, 99, 152), (22112, 88, 100, 221), (22450, 88, 102, 218), (23010, 88, 106, 107), (23853, 88, 111, 135), (23884, 88, 111, 166), (24044, 88, 112, 166), (24477, 88, 115, 124), (24515, 88, 115, 162), (25039, 88, 118, 218), (25755, 88, 123, 175), (25903, 88, 124, 175), (26028, 88, 125, 153), (26091, 88, 125, 216), (26893, 88, 131, 153), (27525, 88, 135, 227), (28132, 88, 140, 163), (28522, 88, 143, 162), (29733, 88, 152, 254), (30349, 88, 158, 170), (30977, 88, 163, 241), (31208, 88, 165, 256), (35631, 88, 222, 226), (35823, 88, 226, 228), (88, 89, 1, 88), (158, 89, 1, 158), (170, 89, 1, 170), (215, 89, 1, 215), (302, 89, 2, 32), (369, 89, 2, 99), (471, 89, 2, 201), (524, 89, 2, 254), (1082, 89, 5, 8), (1188, 89, 5, 114), (1248, 89, 5, 174), (1256, 89, 5, 182), (1374, 89, 6, 34), (1441, 89, 6, 101), (1596, 89, 6, 256), (1902, 89, 8, 33), (2022, 89, 8, 153), (2085, 89, 8, 216), (2150, 89, 9, 18), (2166, 89, 9, 34), (2233, 89, 9, 101), (2238, 89, 9, 106), (2497, 89, 10, 103), (2545, 89, 10, 151), (2550, 89, 10, 156), (2653, 89, 10, 259), (2802, 89, 11, 147), (2814, 89, 11, 159), (2880, 89, 11, 225), (3091, 89, 12, 176), (3101, 89, 12, 186), (3124, 89, 12, 209), (3162, 89, 12, 247), (3277, 89, 13, 103), (3325, 89, 13, 151), (3352, 89, 13, 178), (3409, 89, 13, 235), (3579, 89, 14, 147), (3591, 89, 14, 159), (3624, 89, 14, 192), (3809, 89, 15, 120), (3881, 89, 15, 192), (3934, 89, 15, 245), (4072, 89, 16, 127), (4083, 89, 16, 138), (4091, 89, 16, 146), (4147, 89, 16, 202), (4271, 89, 17, 71), (4315, 89, 17, 115), (4343, 89, 17, 143), (4375, 89, 17, 175), (4592, 89, 18, 138), (4600, 89, 18, 146), (4656, 89, 18, 202), (4732, 89, 19, 25), (4832, 89, 19, 125), (4838, 89, 19, 131), (4842, 89, 19, 135), (5161, 89, 20, 203), (5194, 89, 20, 236), (5217, 89, 20, 259), (5251, 89, 21, 42), (5449, 89, 21, 240), (5454, 89, 21, 245), (5461, 89, 21, 252), (5521, 89, 22, 62), (5614, 89, 22, 155), (5643, 89, 22, 184), (5752, 89, 23, 44), (5829, 89, 23, 121), (5880, 89, 23, 172), (5963, 89, 23, 255), (6059, 89, 24, 103), (6107, 89, 24, 151), (6112, 89, 24, 156), (6134, 89, 24, 178), (6434, 89, 25, 231), (6450, 89, 25, 247), (6460, 89, 25, 257), (6566, 89, 26, 117), (6643, 89, 26, 194), (6668, 89, 26, 219), (6693, 89, 26, 244), (7148, 89, 28, 210), (7173, 89, 28, 235), (7189, 89, 28, 251), (7301, 89, 29, 120), (7421, 89, 29, 240), (7426, 89, 29, 245), (7433, 89, 29, 252), (7468, 89, 30, 45), (7476, 89, 30, 53), (7565, 89, 30, 142), (7594, 89, 30, 171), (7872, 89, 31, 206), (7917, 89, 31, 251), (7989, 89, 32, 83), (8032, 89, 32, 126), (8152, 89, 32, 246), (8250, 89, 33, 105), (8319, 89, 33, 174), (8327, 89, 33, 182), (8529, 89, 34, 146), (8574, 89, 34, 191), (8693, 89, 35, 73), (8734, 89, 35, 114), (8794, 89, 35, 174), (8863, 89, 35, 243), (8959, 89, 36, 103), (9012, 89, 36, 156), (9059, 89, 36, 203), (9115, 89, 36, 259), (9742, 89, 39, 184), (9856, 89, 40, 65), (9872, 89, 40, 81), (9875, 89, 40, 84), (10016, 89, 40, 225), (10102, 89, 41, 80), (10148, 89, 41, 126), (10268, 89, 41, 246), (10280, 89, 41, 258), (10321, 89, 42, 68), (10360, 89, 42, 107), (10755, 89, 44, 45), (10786, 89, 44, 76), (10948, 89, 44, 238), (11109, 89, 45, 172), (11192, 89, 45, 255), (11245, 89, 46, 82), (11280, 89, 46, 117), (11382, 89, 46, 219), (11407, 89, 46, 244), (11516, 89, 47, 128), (11569, 89, 47, 181), (11571, 89, 47, 183), (11610, 89, 47, 222), (11662, 89, 48, 50), (11672, 89, 48, 60), (11761, 89, 48, 149), (11843, 89, 48, 231), (11888, 89, 49, 53), (11890, 89, 49, 55), (11977, 89, 49, 142), (12020, 89, 49, 185), (12155, 89, 50, 98), (12182, 89, 50, 125), (12188, 89, 50, 131), (12398, 89, 51, 120), (12425, 89, 51, 147), (12470, 89, 51, 192), (12572, 89, 52, 73), (12613, 89, 52, 114), (12742, 89, 52, 243), (12761, 89, 52, 262), (12851, 89, 53, 133), (12981, 89, 53, 263), (13031, 89, 54, 95), (13041, 89, 54, 105), (13113, 89, 54, 177), (13186, 89, 54, 250), (13217, 89, 55, 64), (13286, 89, 55, 133), (13416, 89, 55, 263), (13438, 89, 56, 69), (13476, 89, 56, 107), (13584, 89, 56, 215), (13649, 89, 57, 65), (13743, 89, 57, 159), (13809, 89, 57, 225), (13976, 89, 58, 178), (14008, 89, 58, 210), (14033, 89, 58, 235), (14087, 89, 59, 76), (14127, 89, 59, 116), (14215, 89, 59, 204), (14249, 89, 59, 238), (14321, 89, 60, 98), (14325, 89, 60, 102), (14341, 89, 60, 118), (14777, 89, 62, 132), (14971, 89, 63, 117), (15018, 89, 63, 164), (15048, 89, 63, 194), (15098, 89, 63, 244), (15153, 89, 64, 91), (15196, 89, 64, 134), (15247, 89, 64, 185), (15370, 89, 65, 100), (15388, 89, 65, 118), (15550, 89, 66, 74), (15865, 89, 67, 183), (16031, 89, 68, 145), (16126, 89, 68, 240), (16138, 89, 68, 252), (16234, 89, 69, 145), (16279, 89, 69, 190), (16321, 89, 69, 232), (16497, 89, 70, 206), (16501, 89, 70, 210), (16542, 89, 70, 251), (16574, 89, 71, 82), (16642, 89, 71, 150), (16711, 89, 71, 219), (16821, 89, 72, 128), (16874, 89, 72, 181), (16876, 89, 72, 183), (17110, 89, 73, 218), (17113, 89, 73, 221), (17293, 89, 74, 203), (17326, 89, 74, 236), (17536, 89, 75, 249), (17604, 89, 76, 121), (17655, 89, 76, 172), (17830, 89, 77, 151), (17857, 89, 77, 178), (17914, 89, 77, 235), (18360, 89, 80, 101), (18515, 89, 80, 256), (18548, 89, 81, 98), (18552, 89, 81, 102), (18568, 89, 81, 118), (18803, 89, 82, 163), (18815, 89, 82, 175), (18929, 89, 83, 99), (19029, 89, 83, 199), (19084, 89, 83, 254), (19118, 89, 84, 100), (19120, 89, 84, 102), (19136, 89, 84, 118), (19888, 89, 88, 127), (19973, 89, 88, 212), (19993, 89, 88, 232), (20033, 89, 89, 89), (20060, 89, 89, 116), (20088, 89, 89, 144), (20144, 89, 89, 200), (20420, 89, 91, 113), (20440, 89, 91, 133), (20448, 89, 91, 141), (20822, 89, 93, 156), (20869, 89, 93, 203), (20902, 89, 93, 236), (20925, 89, 93, 259), (20954, 89, 94, 110), (20978, 89, 94, 134), (21093, 89, 94, 249), (21174, 89, 95, 153), (21237, 89, 95, 216), (21248, 89, 95, 227), (21307, 89, 96, 110), (21446, 89, 96, 249), (21695, 89, 98, 149), (21958, 89, 99, 239), (21981, 89, 99, 262), (22116, 89, 100, 225), (22253, 89, 101, 191), (22381, 89, 102, 149), (22890, 89, 105, 153), (22953, 89, 105, 216), (23049, 89, 106, 146), (23094, 89, 106, 191), (23105, 89, 106, 202), (23213, 89, 107, 145), (23320, 89, 107, 252), (23670, 89, 110, 113), (23698, 89, 110, 141), (23847, 89, 111, 129), (23891, 89, 111, 173), (23895, 89, 111, 177), (23968, 89, 111, 250), (24007, 89, 112, 129), (24051, 89, 112, 173), (24055, 89, 112, 177), (24108, 89, 112, 230), (24172, 89, 113, 134), (24223, 89, 113, 185), (24414, 89, 114, 218), (24482, 89, 115, 129), (24503, 89, 115, 150), (24583, 89, 115, 230), (24655, 89, 116, 144), (24711, 89, 116, 200), (24894, 89, 117, 228), (25292, 89, 120, 165), (25485, 89, 121, 204), (25519, 89, 121, 238), (25728, 89, 123, 148), (25789, 89, 123, 209), (25876, 89, 124, 148), (25904, 89, 124, 176), (25937, 89, 124, 209), (26024, 89, 125, 149), (26106, 89, 125, 231), (26222, 89, 126, 199), (26279, 89, 126, 256), (26338, 89, 127, 170), (26510, 89, 128, 197), (26537, 89, 128, 224), (26599, 89, 129, 143), (26804, 89, 130, 206), (26971, 89, 131, 231), (26997, 89, 131, 257), (27036, 89, 132, 155), (27134, 89, 132, 253), (27207, 89, 133, 185), (27301, 89, 134, 141), (27484, 89, 135, 186), (27545, 89, 135, 247), (27555, 89, 135, 257), (27873, 89, 138, 170), (28117, 89, 140, 148), (28349, 89, 141, 249), (28485, 89, 142, 255), (28493, 89, 142, 263), (28533, 89, 143, 173), (28590, 89, 143, 230), (28692, 89, 144, 204), (28726, 89, 144, 238), (29020, 89, 147, 152), (29154, 89, 148, 162), (29401, 89, 150, 163), (29413, 89, 150, 175), (29638, 89, 152, 159), (29848, 89, 153, 250), (30051, 89, 155, 217), (30249, 89, 157, 184), (30369, 89, 158, 190), (30391, 89, 158, 212), (30411, 89, 158, 232), (30802, 89, 162, 176), (30812, 89, 162, 186), (30835, 89, 162, 209), (30955, 89, 163, 219), (30980, 89, 163, 244), (31025, 89, 164, 181), (31066, 89, 164, 222), (31072, 89, 164, 228), (31144, 89, 165, 192), (31192, 89, 165, 240), (31197, 89, 165, 245), (31235, 89, 166, 176), (31245, 89, 166, 186), (31306, 89, 166, 247), (31316, 89, 166, 257), (31686, 89, 170, 212), (31747, 89, 171, 172), (31830, 89, 171, 255), (31838, 89, 171, 263), (32002, 89, 173, 227), (32091, 89, 174, 218), (32201, 89, 175, 230), (32390, 89, 177, 227), (32731, 89, 181, 197), (32840, 89, 182, 216), (32842, 89, 182, 218), (32938, 89, 183, 224), (33019, 89, 184, 217), (33524, 89, 190, 215), (33849, 89, 194, 222), (33855, 89, 194, 228), (34077, 89, 197, 222), (34083, 89, 197, 228), (34248, 89, 199, 246), (34260, 89, 199, 258), (34278, 89, 200, 204), (34384, 89, 201, 239), (34388, 89, 201, 243), (34407, 89, 201, 262), (34711, 89, 206, 226), (34965, 89, 210, 226), (35266, 89, 215, 232), (35594, 89, 221, 239), (35598, 89, 221, 243), (35617, 89, 221, 262), (35846, 89, 226, 251), (35890, 89, 227, 250), (36356, 89, 239, 254), (36559, 89, 246, 254), (36768, 89, 256, 258), (15801, 90, 67, 119), (20216, 90, 90, 90), (54, 91, 1, 54), (111, 91, 1, 111), (153, 91, 1, 153), (227, 91, 1, 227), (398, 91, 2, 128), (451, 91, 2, 181), (453, 91, 2, 183), (492, 91, 2, 222), (628, 91, 3, 89), (655, 91, 3, 116), (683, 91, 3, 144), (739, 91, 3, 200), (819, 91, 4, 12), (931, 91, 4, 124), (969, 91, 4, 162), (973, 91, 4, 166), (1116, 91, 5, 42), (1130, 91, 5, 56), (1219, 91, 5, 145), (1326, 91, 5, 252), (1366, 91, 6, 26), (1386, 91, 6, 46), (1411, 91, 6, 71), (1503, 91, 6, 163), (1891, 91, 8, 22), (2001, 91, 8, 132), (2086, 91, 8, 217), (2203, 91, 9, 71), (2247, 91, 9, 115), (2295, 91, 9, 163), (2307, 91, 9, 175), (2431, 91, 10, 37), (2531, 91, 10, 137), (2833, 91, 11, 178), (2865, 91, 11, 210), (2890, 91, 11, 235), (2958, 91, 12, 43), (3102, 91, 12, 187), (3126, 91, 12, 211), (3211, 91, 13, 37), (3235, 91, 13, 61), (3278, 91, 13, 104), (3311, 91, 13, 137), (3638, 91, 14, 206), (3642, 91, 14, 210), (3683, 91, 14, 251), (3895, 91, 15, 206), (3940, 91, 15, 251), (3964, 91, 16, 19), (3995, 91, 16, 50), (4094, 91, 16, 149), (4176, 91, 16, 231), (4264, 91, 17, 64), (4294, 91, 17, 94), (4313, 91, 17, 113), (4341, 91, 17, 141), (4504, 91, 18, 50), (4514, 91, 18, 60), (4603, 91, 18, 149), (4685, 91, 18, 231), (4795, 91, 19, 88), (4877, 91, 19, 170), (4986, 91, 20, 27), (5048, 91, 20, 90), (5187, 91, 20, 229), (5554, 91, 22, 95), (5564, 91, 22, 105), (5641, 91, 22, 182), (5863, 91, 23, 155), (5892, 91, 23, 184), (5993, 91, 24, 37), (6017, 91, 24, 61), (6093, 91, 24, 137), (6269, 91, 25, 66), (6390, 91, 25, 187), (6423, 91, 25, 220), (6529, 91, 26, 80), (6575, 91, 26, 126), (6707, 91, 26, 258), (6768, 91, 27, 74), (6787, 91, 27, 93), (7042, 91, 28, 104), (7098, 91, 28, 160), (7105, 91, 28, 167), (7540, 91, 30, 117), (7587, 91, 30, 164), (7617, 91, 30, 194), (7667, 91, 30, 244), (7758, 91, 31, 92), (7826, 91, 31, 160), (8053, 91, 32, 147), (8065, 91, 32, 159), (8187, 91, 33, 42), (8201, 91, 33, 56), (8290, 91, 33, 145), (8335, 91, 33, 190), (8443, 91, 34, 60), (8464, 91, 34, 81), (8467, 91, 34, 84), (8532, 91, 34, 149), (8662, 91, 35, 42), (8860, 91, 35, 240), (8865, 91, 35, 245), (8872, 91, 35, 252), (8946, 91, 36, 90), (8993, 91, 36, 137), (9168, 91, 37, 77), (9653, 91, 39, 95), (9731, 91, 39, 173), (9735, 91, 39, 177), (9808, 91, 39, 250), (9894, 91, 40, 103), (9942, 91, 40, 151), (9947, 91, 40, 156), (9969, 91, 40, 178), (10087, 91, 41, 65), (10181, 91, 41, 159), (10247, 91, 41, 225), (10471, 91, 42, 218), (10617, 91, 43, 135), (10644, 91, 43, 162), (10648, 91, 43, 166), (10757, 91, 44, 47), (10782, 91, 44, 72), (10874, 91, 44, 164), (10907, 91, 44, 197), (11121, 91, 45, 184), (11243, 91, 46, 80), (11354, 91, 46, 191), (11421, 91, 46, 258), (11447, 91, 47, 59), (11509, 91, 47, 121), (11560, 91, 47, 172), (11815, 91, 48, 203), (11848, 91, 48, 236), (11871, 91, 48, 259), (11917, 91, 49, 82), (11952, 91, 49, 117), (12054, 91, 49, 219), (12079, 91, 49, 244), (12163, 91, 50, 106), (12484, 91, 51, 206), (12488, 91, 51, 210), (12529, 91, 51, 251), (12619, 91, 52, 120), (12739, 91, 52, 240), (12744, 91, 52, 245), (12751, 91, 52, 252), (12828, 91, 53, 110), (12967, 91, 53, 249), (13126, 91, 54, 190), (13148, 91, 54, 212), (13168, 91, 54, 232), (13263, 91, 55, 110), (13287, 91, 55, 134), (13402, 91, 55, 249), (13522, 91, 56, 153), (13585, 91, 56, 216), (13735, 91, 57, 151), (13762, 91, 57, 178), (13819, 91, 57, 235), (13859, 91, 58, 61), (13902, 91, 58, 104), (13965, 91, 58, 167), (14078, 91, 59, 67), (14083, 91, 59, 72), (14235, 91, 59, 224), (14324, 91, 60, 101), (14329, 91, 60, 106), (14511, 91, 61, 77), (14721, 91, 62, 76), (14761, 91, 62, 116), (14849, 91, 62, 204), (14883, 91, 62, 238), (14934, 91, 63, 80), (14980, 91, 63, 126), (15100, 91, 63, 246), (15112, 91, 63, 258), (15144, 91, 64, 82), (15212, 91, 64, 150), (15281, 91, 64, 219), (15371, 91, 65, 101), (15526, 91, 65, 256), (15601, 91, 66, 125), (15607, 91, 66, 131), (15611, 91, 66, 135), (15771, 91, 67, 89), (15826, 91, 67, 144), (15882, 91, 67, 200), (16034, 91, 68, 148), (16237, 91, 69, 148), (16265, 91, 69, 176), (16275, 91, 69, 186), (16298, 91, 69, 209), (16383, 91, 70, 92), (16451, 91, 70, 160), (16458, 91, 70, 167), (16638, 91, 71, 146), (16683, 91, 71, 191), (16837, 91, 72, 144), (17180, 91, 74, 90), (17303, 91, 74, 213), (17319, 91, 74, 229), (17416, 91, 75, 129), (17460, 91, 75, 173), (17464, 91, 75, 177), (17537, 91, 75, 250), (17638, 91, 76, 155), (17667, 91, 76, 184), (17783, 91, 77, 104), (17846, 91, 77, 167), (18422, 91, 80, 163), (18551, 91, 81, 101), (18556, 91, 81, 106), (18753, 91, 82, 113), (18773, 91, 82, 133), (18958, 91, 83, 128), (19011, 91, 83, 181), (19052, 91, 83, 222), (19058, 91, 83, 228), (19119, 91, 84, 101), (19274, 91, 84, 256), (19947, 91, 88, 186), (20008, 91, 88, 247), (20018, 91, 88, 257), (20080, 91, 89, 136), (20197, 91, 89, 253), (20219, 91, 90, 93), (20398, 91, 91, 91), (20417, 91, 91, 110), (20441, 91, 91, 134), (20492, 91, 91, 185), (20617, 91, 92, 130), (20713, 91, 92, 226), (20973, 91, 94, 129), (21017, 91, 94, 173), (21074, 91, 94, 230), (21178, 91, 95, 157), (21238, 91, 95, 217), (21326, 91, 96, 129), (21370, 91, 96, 173), (21374, 91, 96, 177), (21427, 91, 96, 230), (21702, 91, 98, 156), (21749, 91, 98, 203), (21782, 91, 98, 236), (21805, 91, 98, 259), (21839, 91, 99, 120), (21866, 91, 99, 147), (21911, 91, 99, 192), (21994, 91, 100, 103), (22042, 91, 100, 151), (22069, 91, 100, 178), (22126, 91, 100, 235), (22335, 91, 102, 103), (22388, 91, 102, 156), (22435, 91, 102, 203), (22491, 91, 102, 259), (22520, 91, 103, 118), (22869, 91, 105, 132), (22894, 91, 105, 157), (22954, 91, 105, 217), (23052, 91, 106, 149), (23216, 91, 107, 148), (23277, 91, 107, 209), (23742, 91, 110, 185), (23845, 91, 111, 127), (23856, 91, 111, 138), (23930, 91, 111, 212), (24005, 91, 112, 127), (24016, 91, 112, 138), (24080, 91, 112, 202), (24090, 91, 112, 212), (24188, 91, 113, 150), (24268, 91, 113, 230), (24491, 91, 115, 138), (24499, 91, 115, 146), (24555, 91, 115, 202), (24647, 91, 116, 136), (24764, 91, 116, 253), (24921, 91, 117, 255), (24929, 91, 117, 263), (24972, 91, 118, 151), (24977, 91, 118, 156), (25080, 91, 118, 259), (25328, 91, 120, 201), (25348, 91, 120, 221), (25401, 91, 121, 72), (25478, 91, 121, 197), (25505, 91, 121, 224), (25791, 91, 123, 211), (25939, 91, 124, 211), (26078, 91, 125, 203), (26111, 91, 125, 236), (26245, 91, 126, 222), (26251, 91, 126, 228), (26311, 91, 127, 143), (26395, 91, 127, 227), (26552, 91, 128, 239), (26575, 91, 128, 262), (26597, 91, 129, 141), (26960, 91, 131, 220), (26976, 91, 131, 236), (27055, 91, 132, 174), (27063, 91, 132, 182), (27172, 91, 133, 150), (27241, 91, 133, 219), (27266, 91, 133, 244), (27345, 91, 134, 185), (27485, 91, 135, 187), (27518, 91, 135, 220), (27634, 91, 136, 200), (27638, 91, 136, 204), (27846, 91, 138, 143), (28330, 91, 141, 230), (28479, 91, 142, 249), (28506, 91, 143, 146), (28562, 91, 143, 202), (28712, 91, 144, 224), (28831, 91, 145, 216), (28833, 91, 145, 218), (28916, 91, 146, 175), (29067, 91, 147, 199), (29122, 91, 147, 254), (29689, 91, 152, 210), (29714, 91, 152, 235), (29730, 91, 152, 251), (29788, 91, 153, 190), (29830, 91, 153, 232), (30038, 91, 155, 204), (30072, 91, 155, 238), (30242, 91, 157, 177), (30315, 91, 157, 250), (30355, 91, 158, 176), (30365, 91, 158, 186), (30426, 91, 158, 247), (30436, 91, 158, 257), (30492, 91, 159, 199), (30547, 91, 159, 254), (30631, 91, 160, 226), (30837, 91, 162, 211), (30927, 91, 163, 191), (31016, 91, 164, 172), (31099, 91, 164, 255), (31158, 91, 165, 206), (31246, 91, 166, 187), (31279, 91, 166, 220), (31705, 91, 170, 231), (31721, 91, 170, 247), (31731, 91, 170, 257), (31759, 91, 171, 184), (31870, 91, 172, 194), (31873, 91, 172, 197), (32162, 91, 175, 191), (32173, 91, 175, 202), (32283, 91, 176, 215), (32773, 91, 181, 239), (32780, 91, 181, 246), (32953, 91, 183, 239), (32957, 91, 183, 243), (32976, 91, 183, 262), (33138, 91, 185, 249), (33190, 91, 186, 215), (33525, 91, 190, 216), (33671, 91, 192, 201), (33691, 91, 192, 221), (33724, 91, 192, 254), (33882, 91, 194, 255), (33890, 91, 194, 263), (34110, 91, 197, 255), (34227, 91, 199, 225), (34298, 91, 200, 224), (34390, 91, 201, 245), (34605, 91, 204, 253), (34892, 91, 209, 215), (35087, 91, 212, 227), (35281, 91, 215, 247), (35322, 91, 216, 232), (35395, 91, 217, 250), (35439, 91, 218, 240), (35451, 91, 218, 252), (35515, 91, 219, 263), (35595, 91, 221, 240), (35600, 91, 221, 245), (35651, 91, 222, 246), (35805, 91, 225, 256), (35872, 91, 227, 232), (35930, 91, 228, 246), (35942, 91, 228, 258), (36322, 91, 238, 253), (36515, 91, 244, 263), (79, 92, 1, 79), (87, 92, 1, 87), (122, 92, 1, 122), (208, 92, 1, 208), (214, 92, 1, 214), (261, 92, 1, 261), (265, 92, 1, 265), (268, 92, 1, 268), (269, 92, 1, 269), (271, 92, 1, 271), (834, 92, 4, 27), (844, 92, 4, 37), (868, 92, 4, 61), (897, 92, 4, 90), (911, 92, 4, 104), (944, 92, 4, 137), (974, 92, 4, 167), (1036, 92, 4, 229), (1609, 92, 6, 269), (1611, 92, 6, 271), (1708, 92, 7, 103), (1756, 92, 7, 151), (1761, 92, 7, 156), (1783, 92, 7, 178), (1808, 92, 7, 203), (1815, 92, 7, 210), (1840, 92, 7, 235), (1841, 92, 7, 236), (1864, 92, 7, 259), (2340, 92, 9, 208), (2393, 92, 9, 261), (2401, 92, 9, 269), (2403, 92, 9, 271), (4815, 92, 19, 108), (4886, 92, 19, 179), (4902, 92, 19, 195), (4941, 92, 19, 234), (4955, 92, 19, 248), (4973, 92, 19, 266), (4977, 92, 19, 270), (6737, 92, 27, 43), (6760, 92, 27, 66), (6850, 92, 27, 156), (6881, 92, 27, 187), (6897, 92, 27, 203), (6905, 92, 27, 211), (6914, 92, 27, 220), (6930, 92, 27, 236), (6953, 92, 27, 259), (9134, 92, 37, 43), (9157, 92, 37, 66), (9278, 92, 37, 187), (9302, 92, 37, 211), (9311, 92, 37, 220), (9390, 92, 38, 65), (9445, 92, 38, 120), (9472, 92, 38, 147), (9484, 92, 38, 159), (9517, 92, 38, 192), (9550, 92, 38, 225), (9565, 92, 38, 240), (9570, 92, 38, 245), (9577, 92, 38, 252), (10331, 92, 42, 78), (10332, 92, 42, 79), (10340, 92, 42, 87), (10375, 92, 42, 122), (10414, 92, 42, 161), (10421, 92, 42, 168), (10467, 92, 42, 214), (10495, 92, 42, 242), (10518, 92, 42, 265), (10520, 92, 42, 267), (10521, 92, 42, 268), (10543, 92, 43, 61), (10572, 92, 43, 90), (10586, 92, 43, 104), (10619, 92, 43, 137), (10649, 92, 43, 167), (10695, 92, 43, 213), (10711, 92, 43, 229), (12165, 92, 50, 108), (12166, 92, 50, 109), (12236, 92, 50, 179), (12252, 92, 50, 195), (12291, 92, 50, 234), (12305, 92, 50, 248), (12317, 92, 50, 260), (12323, 92, 50, 266), (12327, 92, 50, 270), (13448, 92, 56, 79), (13456, 92, 56, 87), (13491, 92, 56, 122), (13530, 92, 56, 161), (13537, 92, 56, 168), (13577, 92, 56, 208), (13583, 92, 56, 214), (13630, 92, 56, 261), (13634, 92, 56, 265), (13636, 92, 56, 267), (13637, 92, 56, 268), (14331, 92, 60, 108), (14332, 92, 60, 109), (14402, 92, 60, 179), (14403, 92, 60, 180), (14418, 92, 60, 195), (14457, 92, 60, 234), (14460, 92, 60, 237), (14471, 92, 60, 248), (14483, 92, 60, 260), (14489, 92, 60, 266), (14493, 92, 60, 270), (14621, 92, 61, 187), (14645, 92, 61, 211), (14654, 92, 61, 220), (15378, 92, 65, 108), (15379, 92, 65, 109), (15409, 92, 65, 139), (15424, 92, 65, 154), (15449, 92, 65, 179), (15450, 92, 65, 180), (15465, 92, 65, 195), (15504, 92, 65, 234), (15507, 92, 65, 237), (15530, 92, 65, 260), (15561, 92, 66, 85), (15566, 92, 66, 90), (15595, 92, 66, 119), (15613, 92, 66, 137), (15689, 92, 66, 213), (15705, 92, 66, 229), (15709, 92, 66, 233), (17994, 92, 78, 120), (18019, 92, 78, 145), (18033, 92, 78, 159), (18066, 92, 78, 192), (18114, 92, 78, 240), (18119, 92, 78, 245), (18126, 92, 78, 252), (18187, 92, 79, 120), (18212, 92, 79, 145), (18257, 92, 79, 190), (18259, 92, 79, 192), (18299, 92, 79, 232), (18307, 92, 79, 240), (18312, 92, 79, 245), (18319, 92, 79, 252), (18528, 92, 80, 269), (18558, 92, 81, 108), (18559, 92, 81, 109), (18604, 92, 81, 154), (18629, 92, 81, 179), (18630, 92, 81, 180), (18645, 92, 81, 195), (18684, 92, 81, 234), (18687, 92, 81, 237), (18698, 92, 81, 248), (18710, 92, 81, 260), (18720, 92, 81, 270), (19126, 92, 84, 108), (19127, 92, 84, 109), (19157, 92, 84, 139), (19172, 92, 84, 154), (19197, 92, 84, 179), (19198, 92, 84, 180), (19213, 92, 84, 195), (19252, 92, 84, 234), (19255, 92, 84, 237), (19266, 92, 84, 248), (19278, 92, 84, 260), (19309, 92, 85, 103), (19357, 92, 85, 151), (19362, 92, 85, 156), (19384, 92, 85, 178), (19409, 92, 85, 203), (19426, 92, 85, 220), (19441, 92, 85, 235), (19442, 92, 85, 236), (19465, 92, 85, 259), (19570, 92, 86, 178), (19598, 92, 86, 206), (19602, 92, 86, 210), (19627, 92, 86, 235), (19643, 92, 86, 251), (19697, 92, 87, 120), (19722, 92, 87, 145), (19767, 92, 87, 190), (19789, 92, 87, 212), (19809, 92, 87, 232), (19817, 92, 87, 240), (19822, 92, 87, 245), (19829, 92, 87, 252), (20313, 92, 90, 187), (20329, 92, 90, 203), (20337, 92, 90, 211), (20346, 92, 90, 220), (20362, 92, 90, 236), (20385, 92, 90, 259), (20579, 92, 92, 92), (20591, 92, 92, 104), (20647, 92, 92, 160), (20654, 92, 92, 167), (22521, 92, 103, 119), (22595, 92, 103, 193), (22598, 92, 103, 196), (22607, 92, 103, 205), (22609, 92, 103, 207), (22615, 92, 103, 213), (22631, 92, 103, 229), (22635, 92, 103, 233), (22666, 92, 103, 264), (22757, 92, 104, 187), (22781, 92, 104, 211), (23381, 92, 108, 149), (23457, 92, 108, 225), (23463, 92, 108, 231), (23542, 92, 109, 147), (23544, 92, 109, 149), (23554, 92, 109, 159), (23620, 92, 109, 225), (25126, 92, 119, 151), (25131, 92, 119, 156), (25153, 92, 119, 178), (25178, 92, 119, 203), (25210, 92, 119, 235), (25211, 92, 119, 236), (25234, 92, 119, 259), (25266, 92, 120, 139), (25281, 92, 120, 154), (25288, 92, 120, 161), (25295, 92, 120, 168), (25364, 92, 120, 237), (25369, 92, 120, 242), (25394, 92, 120, 267), (25558, 92, 122, 127), (25569, 92, 122, 138), (25576, 92, 122, 145), (25621, 92, 122, 190), (25633, 92, 122, 202), (25643, 92, 122, 212), (25663, 92, 122, 232), (25683, 92, 122, 252), (26376, 92, 127, 208), (26382, 92, 127, 214), (26429, 92, 127, 261), (26433, 92, 127, 265), (26436, 92, 127, 268), (26437, 92, 127, 269), (26439, 92, 127, 271), (27756, 92, 137, 187), (27780, 92, 137, 211), (27789, 92, 137, 220), (27911, 92, 138, 208), (27964, 92, 138, 261), (27968, 92, 138, 265), (27971, 92, 138, 268), (27972, 92, 138, 269), (27974, 92, 138, 271), (27984, 92, 139, 147), (27996, 92, 139, 159), (28029, 92, 139, 192), (28062, 92, 139, 225), (28077, 92, 139, 240), (28082, 92, 139, 245), (28776, 92, 145, 161), (28783, 92, 145, 168), (28823, 92, 145, 208), (28829, 92, 145, 214), (28880, 92, 145, 265), (28882, 92, 145, 267), (28883, 92, 145, 268), (28949, 92, 146, 208), (29002, 92, 146, 261), (29009, 92, 146, 268), (29010, 92, 146, 269), (29012, 92, 146, 271), (29013, 92, 147, 78), (29022, 92, 147, 154), (29036, 92, 147, 168), (29048, 92, 147, 180), (29105, 92, 147, 237), (29110, 92, 147, 242), (29128, 92, 147, 260), (29135, 92, 147, 267), (29161, 92, 148, 169), (29180, 92, 148, 188), (29181, 92, 148, 189), (29190, 92, 148, 198), (29215, 92, 148, 223), (29258, 92, 148, 266), (29294, 92, 149, 179), (29295, 92, 149, 180), (29310, 92, 149, 195), (29349, 92, 149, 234), (29363, 92, 149, 248), (29375, 92, 149, 260), (29381, 92, 149, 266), (29385, 92, 149, 270), (29552, 92, 151, 193), (29555, 92, 151, 196), (29564, 92, 151, 205), (29566, 92, 151, 207), (29572, 92, 151, 213), (29592, 92, 151, 233), (29623, 92, 151, 264), (29875, 92, 154, 159), (29908, 92, 154, 192), (29941, 92, 154, 225), (29961, 92, 154, 245), (30146, 92, 156, 196), (30155, 92, 156, 205), (30157, 92, 156, 207), (30163, 92, 156, 213), (30179, 92, 156, 229), (30183, 92, 156, 233), (30214, 92, 156, 264), (30451, 92, 159, 108), (30473, 92, 159, 180), (30530, 92, 159, 237), (30535, 92, 159, 242), (30553, 92, 159, 260), (30560, 92, 159, 267), (30572, 92, 160, 167), (30616, 92, 160, 211), (30706, 92, 161, 190), (30708, 92, 161, 192), (30748, 92, 161, 232), (30756, 92, 161, 240), (30761, 92, 161, 245), (30768, 92, 161, 252), (31375, 92, 167, 211), (31459, 92, 168, 190), (31461, 92, 168, 192), (31509, 92, 168, 240), (31514, 92, 168, 245), (31521, 92, 168, 252), (31548, 92, 169, 176), (31558, 92, 169, 186), (31578, 92, 169, 206), (31581, 92, 169, 209), (31619, 92, 169, 247), (32256, 92, 176, 188), (32266, 92, 176, 198), (32316, 92, 176, 248), (32334, 92, 176, 266), (32338, 92, 176, 270), (32450, 92, 178, 193), (32453, 92, 178, 196), (32462, 92, 178, 205), (32464, 92, 178, 207), (32490, 92, 178, 233), (32521, 92, 178, 264), (32576, 92, 179, 225), (32582, 92, 179, 231), (32598, 92, 179, 247), (32608, 92, 179, 257), (32635, 92, 180, 192), (32668, 92, 180, 225), (33170, 92, 186, 195), (33173, 92, 186, 198), (33223, 92, 186, 248), (33241, 92, 186, 266), (33245, 92, 186, 270), (33273, 92, 187, 213), (33289, 92, 187, 229), (33293, 92, 187, 233), (33350, 92, 188, 206), (33353, 92, 188, 209), (33354, 92, 188, 210), (33395, 92, 188, 251), (33433, 92, 189, 206), (33437, 92, 189, 210), (33462, 92, 189, 235), (33478, 92, 189, 251), (33517, 92, 190, 208), (33523, 92, 190, 214), (33570, 92, 190, 261), (33574, 92, 190, 265), (33577, 92, 190, 268), (33580, 92, 190, 271), (33651, 92, 191, 261), (33659, 92, 191, 269), (33661, 92, 191, 271), (33707, 92, 192, 237), (33712, 92, 192, 242), (33737, 92, 192, 267), (33755, 92, 193, 206), (33759, 92, 193, 210), (33784, 92, 193, 235), (33800, 92, 193, 251), (33935, 92, 195, 231), (33951, 92, 195, 247), (33961, 92, 195, 257), (33983, 92, 196, 203), (33986, 92, 196, 206), (33990, 92, 196, 210), (34015, 92, 196, 235), (34031, 92, 196, 251), (34039, 92, 196, 259), (34135, 92, 198, 206), (34138, 92, 198, 209), (34180, 92, 198, 251), (34423, 92, 202, 208), (34476, 92, 202, 261), (34483, 92, 202, 268), (34484, 92, 202, 269), (34486, 92, 202, 271), (34489, 92, 203, 205), (34497, 92, 203, 213), (34513, 92, 203, 229), (34517, 92, 203, 233), (34629, 92, 205, 210), (34654, 92, 205, 235), (34655, 92, 205, 236), (34670, 92, 205, 251), (34678, 92, 205, 259), (34692, 92, 206, 207), (34708, 92, 206, 223), (34749, 92, 206, 264), (34760, 92, 207, 210), (34785, 92, 207, 235), (34801, 92, 207, 251), (34809, 92, 207, 259), (34826, 92, 208, 212), (34846, 92, 208, 232), (34900, 92, 209, 223), (34943, 92, 209, 266), (34947, 92, 209, 270), (34962, 92, 210, 223), (35003, 92, 210, 264), (35074, 92, 212, 214), (35121, 92, 212, 261), (35125, 92, 212, 265), (35128, 92, 212, 268), (35129, 92, 212, 269), (35131, 92, 212, 271), (35139, 92, 213, 220), (35155, 92, 213, 236), (35178, 92, 213, 259), (35209, 92, 214, 232), (35217, 92, 214, 240), (35222, 92, 214, 245), (35229, 92, 214, 252), (35533, 92, 220, 229), (35537, 92, 220, 233), (35705, 92, 223, 251), (35783, 92, 225, 234), (35786, 92, 225, 237), (35791, 92, 225, 242), (35809, 92, 225, 260), (35963, 92, 229, 236), (35986, 92, 229, 259), (36044, 92, 231, 234), (36058, 92, 231, 248), (36070, 92, 231, 260), (36076, 92, 231, 266), (36080, 92, 231, 270), (36111, 92, 232, 261), (36115, 92, 232, 265), (36118, 92, 232, 268), (36121, 92, 232, 271), (36125, 92, 233, 236), (36148, 92, 233, 259), (36184, 92, 234, 257), (36228, 92, 235, 264), (36376, 92, 240, 242), (36399, 92, 240, 265), (36401, 92, 240, 267), (36440, 92, 242, 245), (36447, 92, 242, 252), (36546, 92, 245, 267), (36578, 92, 247, 248), (36596, 92, 247, 266), (36600, 92, 247, 270), (36611, 92, 248, 257), (36684, 92, 251, 264), (36705, 92, 252, 265), (36707, 92, 252, 267), (36791, 92, 257, 266), (36795, 92, 257, 270), (36808, 92, 258, 269), (2414, 93, 10, 20), (2468, 93, 10, 74), (4995, 93, 20, 36), (6030, 93, 24, 74), (8949, 93, 36, 93), (20759, 93, 93, 93), (123, 94, 1, 123), (124, 94, 1, 124), (327, 94, 2, 57), (370, 94, 2, 100), (638, 94, 3, 99), (793, 94, 3, 254), (1258, 94, 5, 184), (1388, 94, 6, 48), (1465, 94, 6, 125), (1890, 94, 8, 21), (1898, 94, 8, 29), (2157, 94, 9, 25), (2263, 94, 9, 131), (2553, 94, 10, 159), (2894, 94, 11, 239), (2917, 94, 11, 262), (3042, 94, 12, 127), (3053, 94, 12, 138), (3321, 94, 13, 147), (3505, 94, 14, 73), (3675, 94, 14, 243), (3803, 94, 15, 114), (3863, 94, 15, 174), (4027, 94, 16, 82), (4164, 94, 16, 219), (4288, 94, 17, 88), (4370, 94, 17, 170), (4673, 94, 18, 219), (4698, 94, 18, 244), (5024, 94, 20, 65), (5042, 94, 20, 84), (5314, 94, 21, 105), (5489, 94, 22, 30), (5722, 94, 22, 263), (5734, 94, 23, 26), (5754, 94, 23, 46), (6103, 94, 24, 147), (6115, 94, 24, 159), (6349, 94, 25, 146), (6525, 94, 26, 76), (7058, 94, 28, 120), (7183, 94, 28, 245), (7363, 94, 29, 182), (7555, 94, 30, 132), (7708, 94, 31, 42), (7918, 94, 31, 252), (7973, 94, 32, 67), (8130, 94, 32, 224), (8500, 94, 34, 117), (8577, 94, 34, 194), (8775, 94, 35, 155), (9081, 94, 36, 225), (9622, 94, 39, 64), (9691, 94, 39, 133), (9874, 94, 40, 83), (10037, 94, 40, 246), (10069, 94, 41, 47), (10094, 94, 41, 72), (10383, 94, 42, 130), (10983, 94, 45, 46), (11100, 94, 45, 163), (11644, 94, 47, 256), (11692, 94, 48, 80), (11992, 94, 49, 157), (12052, 94, 49, 217), (12351, 94, 51, 73), (12392, 94, 51, 114), (12561, 94, 52, 62), (12654, 94, 52, 155), (12833, 94, 53, 115), (12893, 94, 53, 175), (13046, 94, 54, 110), (13185, 94, 54, 249), (13268, 94, 55, 115), (13296, 94, 55, 143), (13466, 94, 56, 97), (13610, 94, 56, 241), (13823, 94, 57, 239), (13918, 94, 58, 120), (13990, 94, 58, 192), (14866, 94, 62, 221), (14930, 94, 63, 76), (15092, 94, 63, 238), (15137, 94, 64, 75), (15363, 94, 65, 93), (15936, 94, 67, 254), (15981, 94, 68, 95), (15991, 94, 68, 105), (16262, 94, 69, 173), (16266, 94, 69, 177), (16531, 94, 70, 240), (16536, 94, 70, 245), (16634, 94, 71, 142), (16663, 94, 71, 171), (16892, 94, 72, 199), (17171, 94, 74, 81), (17174, 94, 74, 84), (17400, 94, 75, 113), (17871, 94, 77, 192), (18357, 94, 80, 98), (18930, 94, 83, 100), (19991, 94, 88, 230), (20125, 94, 89, 181), (20418, 94, 91, 111), (20419, 94, 91, 112), (20891, 94, 93, 225), (20938, 94, 94, 94), (20985, 94, 94, 141), (21128, 94, 95, 107), (21310, 94, 96, 113), (21338, 94, 96, 141), (21517, 94, 97, 145), (21804, 94, 98, 258), (21855, 94, 99, 136), (22226, 94, 101, 164), (22256, 94, 101, 194), (22358, 94, 102, 126), (22490, 94, 102, 258), (23020, 94, 106, 117), (23147, 94, 106, 244), (23318, 94, 107, 250), (23784, 94, 110, 227), (23852, 94, 111, 134), (24063, 94, 112, 185), (24692, 94, 116, 181), (24733, 94, 116, 222), (24947, 94, 118, 126), (25067, 94, 118, 246), (25812, 94, 123, 232), (25940, 94, 124, 212), (26066, 94, 125, 191), (26330, 94, 127, 162), (26513, 94, 128, 200), (26614, 94, 129, 158), (26671, 94, 129, 215), (26743, 94, 130, 145), (26931, 94, 131, 191), (27136, 94, 132, 255), (27179, 94, 133, 157), (27387, 94, 134, 227), (27444, 94, 135, 146), (27500, 94, 135, 202), (27635, 94, 136, 201), (27869, 94, 138, 166), (28159, 94, 140, 190), (28201, 94, 140, 232), (28405, 94, 142, 175), (28545, 94, 143, 185), (28671, 94, 144, 183), (29408, 94, 150, 170), (29722, 94, 152, 243), (29741, 94, 152, 262), (29847, 94, 153, 249), (30409, 94, 158, 230), (30838, 94, 162, 212), (30907, 94, 163, 171), (31126, 94, 165, 174), (31134, 94, 165, 182), (31261, 94, 166, 202), (31990, 94, 173, 215), (32914, 94, 183, 200), (33020, 94, 184, 218), (33550, 94, 190, 241), (34111, 94, 197, 256), (34226, 94, 199, 224), (34398, 94, 201, 253), (34574, 94, 204, 222), (34580, 94, 204, 228), (35408, 94, 217, 263), (35608, 94, 221, 253), (35835, 94, 226, 240), (35847, 94, 226, 252), (35922, 94, 228, 238), (21116, 95, 95, 95), (140, 96, 1, 140), (241, 96, 1, 241), (310, 96, 2, 40), (388, 96, 2, 118), (571, 96, 3, 32), (738, 96, 3, 199), (1365, 96, 6, 25), (1471, 96, 6, 131), (1884, 96, 8, 15), (2034, 96, 8, 165), (2267, 96, 9, 135), (2298, 96, 9, 166), (2541, 96, 10, 147), (2728, 96, 11, 73), (2898, 96, 11, 243), (3061, 96, 12, 146), (3117, 96, 12, 202), (3294, 96, 13, 120), (3366, 96, 13, 192), (3546, 96, 14, 114), (3606, 96, 14, 174), (3871, 96, 15, 182), (4062, 96, 16, 117), (4189, 96, 16, 244), (4358, 96, 17, 158), (4415, 96, 17, 215), (4571, 96, 18, 117), (4648, 96, 18, 194), (5183, 96, 20, 225), (5304, 96, 21, 95), (5459, 96, 21, 250), (5508, 96, 22, 49), (5592, 96, 22, 133), (5779, 96, 23, 71), (5871, 96, 23, 163), (6148, 96, 24, 192), (6394, 96, 25, 191), (6653, 96, 26, 204), (6687, 96, 26, 238), (7178, 96, 28, 240), (7190, 96, 28, 252), (7276, 96, 29, 95), (7286, 96, 29, 105), (7722, 96, 31, 56), (7811, 96, 31, 145), (8042, 96, 32, 136), (8394, 96, 33, 249), (8547, 96, 34, 164), (8580, 96, 34, 197), (8804, 96, 35, 184), (9003, 96, 36, 147), (9015, 96, 36, 159), (9671, 96, 39, 113), (9699, 96, 39, 141), (10030, 96, 40, 239), (10089, 96, 41, 67), (10246, 96, 41, 224), (10323, 96, 42, 70), (10479, 96, 42, 226), (11008, 96, 45, 71), (11112, 96, 45, 175), (11239, 96, 46, 76), (11401, 96, 46, 238), (11489, 96, 47, 101), (11738, 96, 48, 126), (11870, 96, 48, 258), (11967, 96, 49, 132), (12452, 96, 51, 174), (12460, 96, 51, 182), (12683, 96, 52, 184), (12830, 96, 53, 112), (12861, 96, 53, 143), (13027, 96, 54, 91), (13070, 96, 54, 134), (13264, 96, 55, 111), (13265, 96, 55, 112), (13499, 96, 56, 130), (13827, 96, 57, 243), (13846, 96, 57, 262), (14038, 96, 58, 240), (14043, 96, 58, 245), (14139, 96, 59, 128), (14194, 96, 59, 183), (14744, 96, 62, 99), (14846, 96, 62, 201), (14970, 96, 63, 116), (15058, 96, 63, 204), (15219, 96, 64, 157), (15279, 96, 64, 217), (15344, 96, 65, 74), (15881, 96, 67, 199), (16063, 96, 68, 177), (16136, 96, 68, 250), (16218, 96, 69, 129), (16319, 96, 69, 230), (16543, 96, 70, 252), (16949, 96, 72, 256), (17044, 96, 73, 152), (17315, 96, 74, 225), (17381, 96, 75, 94), (17428, 96, 75, 141), (17646, 96, 76, 163), (17799, 96, 77, 120), (17924, 96, 77, 245), (18384, 96, 80, 125), (18390, 96, 80, 131), (18728, 96, 82, 88), (18810, 96, 82, 170), (18932, 96, 83, 102), (18948, 96, 83, 118), (19911, 96, 88, 150), (20166, 96, 89, 222), (20172, 96, 89, 228), (20534, 96, 91, 227), (20825, 96, 93, 159), (20940, 96, 94, 96), (21293, 96, 96, 96), (21562, 96, 97, 190), (21604, 96, 97, 232), (21672, 96, 98, 126), (21792, 96, 98, 246), (21972, 96, 99, 253); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (22130, 96, 100, 239), (22153, 96, 100, 262), (22259, 96, 101, 197), (22478, 96, 102, 246), (22902, 96, 105, 165), (23067, 96, 106, 164), (23097, 96, 106, 194), (23241, 96, 107, 173), (23245, 96, 107, 177), (23710, 96, 110, 153), (23773, 96, 110, 216), (23903, 96, 111, 185), (24195, 96, 113, 157), (24348, 96, 114, 152), (24495, 96, 115, 142), (24524, 96, 115, 171), (24739, 96, 116, 228), (25464, 96, 121, 183), (25707, 96, 123, 127), (25792, 96, 123, 212), (25855, 96, 124, 127), (25866, 96, 124, 138), (26133, 96, 125, 258), (26457, 96, 128, 144), (26788, 96, 130, 190), (27144, 96, 132, 263), (27239, 96, 133, 217), (27313, 96, 134, 153), (27489, 96, 135, 191), (27688, 96, 136, 254), (27865, 96, 138, 162), (28181, 96, 140, 212), (28373, 96, 142, 143), (28669, 96, 144, 181), (28841, 96, 145, 226), (28907, 96, 146, 166), (29396, 96, 150, 158), (30035, 96, 155, 201), (30055, 96, 155, 221), (30828, 96, 162, 202), (31693, 96, 170, 219), (31750, 96, 171, 175), (32734, 96, 181, 200), (33116, 96, 185, 227), (34296, 96, 200, 222), (35264, 96, 215, 230), (35339, 96, 216, 249), (35758, 96, 224, 256), (36091, 96, 232, 241), (36713, 96, 253, 254), (2519, 97, 10, 125), (2525, 97, 10, 131), (2943, 97, 12, 28), (2973, 97, 12, 58), (3199, 97, 13, 25), (3309, 97, 13, 135), (5056, 97, 20, 98), (5060, 97, 20, 102), (5981, 97, 24, 25), (6087, 97, 24, 131), (7100, 97, 28, 162), (7789, 97, 31, 123), (7806, 97, 31, 140), (8904, 97, 36, 48), (8981, 97, 36, 125), (11705, 97, 48, 93), (13964, 97, 58, 166), (16415, 97, 70, 124), (16453, 97, 70, 162), (17192, 97, 74, 102), (17208, 97, 74, 118), (17814, 97, 77, 135), (17845, 97, 77, 166), (20764, 97, 93, 98), (21469, 97, 97, 97), (21613, 97, 97, 241), (25806, 97, 123, 226), (25954, 97, 124, 226), (26738, 97, 130, 140), (26839, 97, 130, 241), (2410, 98, 10, 16), (2412, 98, 10, 18), (2790, 98, 11, 135), (2821, 98, 11, 166), (2929, 98, 12, 14), (3067, 98, 12, 152), (3344, 98, 13, 170), (3594, 98, 14, 162), (3812, 98, 15, 123), (3813, 98, 15, 124), (3969, 98, 16, 24), (4490, 98, 18, 36), (4993, 98, 20, 34), (5059, 98, 20, 101), (5306, 98, 21, 97), (5450, 98, 21, 241), (6260, 98, 25, 57), (6303, 98, 25, 100), (7096, 98, 28, 158), (7153, 98, 28, 215), (7321, 98, 29, 140), (7422, 98, 29, 241), (7773, 98, 31, 107), (8476, 98, 34, 93), (8962, 98, 36, 106), (9916, 98, 40, 125), (11714, 98, 48, 102), (11730, 98, 48, 118), (12402, 98, 51, 124), (12440, 98, 51, 162), (13719, 98, 57, 135), (13886, 98, 58, 88), (13956, 98, 58, 158), (15983, 98, 68, 97), (16016, 98, 68, 130), (16159, 98, 69, 70), (16315, 98, 69, 226), (16506, 98, 70, 215), (17191, 98, 74, 101), (17767, 98, 77, 88), (17849, 98, 77, 170), (20772, 98, 93, 106), (21644, 98, 98, 98), (21648, 98, 98, 102), (22022, 98, 100, 131), (23198, 98, 107, 130), (24946, 98, 118, 125), (25745, 98, 123, 165), (26870, 98, 131, 40), (28134, 98, 140, 165), (29645, 98, 152, 166), (1115, 99, 5, 41), (1330, 99, 5, 256), (2417, 99, 10, 23), (2470, 99, 10, 76), (2632, 99, 10, 238), (2979, 99, 12, 64), (3028, 99, 12, 113), (3048, 99, 12, 133), (3290, 99, 13, 116), (3378, 99, 13, 204), (3412, 99, 13, 238), (3615, 99, 14, 183), (3817, 99, 15, 128), (3870, 99, 15, 181), (3872, 99, 15, 183), (4056, 99, 16, 111), (4057, 99, 16, 112), (4172, 99, 16, 227), (4508, 99, 18, 54), (4565, 99, 18, 111), (4681, 99, 18, 227), (5004, 99, 20, 45), (5100, 99, 20, 142), (5129, 99, 20, 171), (5272, 99, 21, 63), (5431, 99, 21, 222), (5437, 99, 21, 228), (5499, 99, 22, 40), (5561, 99, 22, 102), (5577, 99, 22, 118), (5744, 99, 23, 36), (5801, 99, 23, 93), (6032, 99, 24, 76), (6160, 99, 24, 204), (6194, 99, 24, 238), (6297, 99, 25, 94), (6299, 99, 25, 96), (6344, 99, 25, 141), (6517, 99, 26, 68), (6556, 99, 26, 107), (7027, 99, 28, 89), (7082, 99, 28, 144), (7138, 99, 28, 200), (7362, 99, 29, 181), (7403, 99, 29, 222), (7409, 99, 29, 228), (7546, 99, 30, 123), (7563, 99, 30, 140), (7664, 99, 30, 241), (7710, 99, 31, 44), (7725, 99, 31, 59), (7787, 99, 31, 121), (7941, 99, 32, 35), (7958, 99, 32, 52), (8127, 99, 32, 221), (8246, 99, 33, 101), (8401, 99, 33, 256), (8437, 99, 34, 54), (8536, 99, 34, 153), (8599, 99, 34, 216), (8661, 99, 35, 41), (8819, 99, 35, 199), (8901, 99, 36, 45), (8932, 99, 36, 76), (9606, 99, 39, 48), (9656, 99, 39, 98), (9683, 99, 39, 125), (9923, 99, 40, 132), (10240, 99, 41, 218), (10807, 99, 44, 97), (10840, 99, 44, 130), (11030, 99, 45, 93), (11232, 99, 46, 69), (11270, 99, 46, 107), (11687, 99, 48, 75), (11769, 99, 48, 157), (11958, 99, 49, 123), (11959, 99, 49, 124), (11997, 99, 49, 162), (12406, 99, 51, 128), (12461, 99, 51, 183), (12698, 99, 52, 199), (12753, 99, 52, 254), (12792, 99, 53, 74), (13042, 99, 54, 106), (13887, 99, 58, 89), (13914, 99, 58, 116), (13998, 99, 58, 200), (14081, 99, 59, 70), (14237, 99, 59, 226), (14922, 99, 63, 68), (14961, 99, 63, 107), (15224, 99, 64, 162), (15228, 99, 64, 166), (16114, 99, 68, 228), (16160, 99, 69, 71), (16252, 99, 69, 163), (16435, 99, 70, 144), (16491, 99, 70, 200), (16650, 99, 71, 158), (16707, 99, 71, 215), (17232, 99, 74, 142), (17261, 99, 74, 171), (17412, 99, 75, 125), (17418, 99, 75, 131), (17768, 99, 77, 89), (17795, 99, 77, 116), (17883, 99, 77, 204), (19876, 99, 88, 115), (19904, 99, 88, 143), (19936, 99, 88, 175), (20837, 99, 93, 171), (20975, 99, 94, 131), (20979, 99, 94, 135), (21322, 99, 96, 125), (21328, 99, 96, 131), (21544, 99, 97, 172), (21627, 99, 97, 255), (21703, 99, 98, 157), (21763, 99, 98, 217), (21818, 99, 99, 99), (21920, 99, 99, 201), (21940, 99, 99, 221), (22023, 99, 100, 132), (22215, 99, 101, 153), (22278, 99, 101, 216), (22389, 99, 102, 157), (22449, 99, 102, 217), (23056, 99, 106, 153), (23130, 99, 106, 227), (24048, 99, 112, 170), (24173, 99, 113, 135), (24204, 99, 113, 166), (24511, 99, 115, 158), (24523, 99, 115, 170), (24953, 99, 118, 132), (25038, 99, 118, 217), (25411, 99, 121, 130), (25507, 99, 121, 226), (25843, 99, 123, 263), (25861, 99, 124, 133), (25991, 99, 124, 263), (26478, 99, 128, 165), (26770, 99, 130, 172), (27184, 99, 133, 162), (27439, 99, 135, 141), (28224, 99, 140, 255), (28232, 99, 140, 263), (28266, 99, 141, 166), (28530, 99, 143, 170), (28714, 99, 144, 226), (30354, 99, 158, 175), (30951, 99, 163, 215), (31133, 99, 165, 181), (31174, 99, 165, 222), (31917, 99, 172, 241), (32186, 99, 175, 215), (34220, 99, 199, 218), (34399, 99, 201, 254), (35455, 99, 218, 256), (35609, 99, 221, 254), (36420, 99, 241, 255), (2426, 100, 10, 32), (2593, 100, 10, 199), (2695, 100, 11, 40), (2773, 100, 11, 118), (3022, 100, 12, 107), (3215, 100, 13, 41), (3430, 100, 13, 256), (3530, 100, 14, 98), (3534, 100, 14, 102), (3737, 100, 15, 48), (3814, 100, 15, 125), (3976, 100, 16, 31), (4075, 100, 16, 130), (4485, 100, 18, 31), (4680, 100, 18, 226), (5057, 100, 20, 99), (5159, 100, 20, 201), (5234, 100, 21, 25), (5344, 100, 21, 135), (5997, 100, 24, 41), (6155, 100, 24, 199), (6232, 100, 25, 29), (6972, 100, 28, 34), (7039, 100, 28, 101), (7312, 100, 29, 131), (7942, 100, 32, 36), (8453, 100, 34, 70), (9110, 100, 36, 254), (9848, 100, 40, 57), (11663, 100, 48, 51), (12376, 100, 51, 98), (13684, 100, 57, 100), (13899, 100, 58, 101), (16021, 100, 68, 135), (16052, 100, 68, 166), (16213, 100, 69, 124), (16251, 100, 69, 162), (16397, 100, 70, 106), (17291, 100, 74, 201), (17311, 100, 74, 221), (17935, 100, 77, 256), (19901, 100, 88, 140), (20002, 100, 88, 241), (20765, 100, 93, 99), (20920, 100, 93, 254), (21542, 100, 97, 170), (21991, 100, 100, 100), (22384, 100, 102, 152), (23129, 100, 106, 226), (23234, 100, 107, 166), (24973, 100, 118, 152), (25738, 100, 123, 158), (25795, 100, 123, 215), (25943, 100, 124, 215), (26040, 100, 125, 165), (26905, 100, 131, 165), (28127, 100, 140, 158), (31715, 100, 170, 241), (1142, 101, 5, 68), (1181, 101, 5, 107), (2443, 101, 10, 49), (2527, 101, 10, 133), (2657, 101, 10, 263), (2770, 101, 11, 115), (2798, 101, 11, 143), (2830, 101, 11, 175), (3238, 101, 13, 64), (3287, 101, 13, 113), (3307, 101, 13, 133), (3543, 101, 14, 111), (3544, 101, 14, 112), (3575, 101, 14, 143), (3743, 101, 15, 54), (3800, 101, 15, 111), (3916, 101, 15, 227), (3977, 101, 16, 32), (4144, 101, 16, 199), (4199, 101, 16, 254), (4486, 101, 18, 32), (4495, 101, 18, 41), (4653, 101, 18, 199), (4989, 101, 20, 30), (5130, 101, 20, 172), (5213, 101, 20, 255), (5242, 101, 21, 33), (5362, 101, 21, 153), (5425, 101, 21, 216), (5556, 101, 22, 97), (5599, 101, 22, 140), (5700, 101, 22, 241), (6005, 101, 24, 49), (6020, 101, 24, 64), (6089, 101, 24, 133), (6331, 101, 25, 128), (6384, 101, 25, 181), (6386, 101, 25, 183), (6547, 101, 26, 98), (6551, 101, 26, 102), (6567, 101, 26, 118), (7032, 101, 28, 94), (7034, 101, 28, 96), (7079, 101, 28, 141), (7235, 101, 29, 54), (7334, 101, 29, 153), (7397, 101, 29, 216), (7459, 101, 30, 36), (7516, 101, 30, 93), (7705, 101, 31, 39), (7741, 101, 31, 75), (7823, 101, 31, 157), (8213, 101, 33, 68), (8252, 101, 33, 107), (8424, 101, 34, 41), (8639, 101, 34, 256), (8689, 101, 35, 69), (8835, 101, 35, 215), (8905, 101, 36, 49), (9119, 101, 36, 263), (9688, 101, 39, 130), (9784, 101, 39, 226), (9837, 101, 40, 46), (9862, 101, 40, 71), (9954, 101, 40, 163), (10128, 101, 41, 106), (10784, 101, 44, 74), (11265, 101, 46, 102), (11281, 101, 46, 118), (11675, 101, 48, 63), (11834, 101, 48, 222), (11840, 101, 48, 228), (12389, 101, 51, 111), (12390, 101, 51, 112), (12505, 101, 51, 227), (12568, 101, 52, 69), (12657, 101, 52, 158), (12714, 101, 52, 215), (13101, 101, 54, 165), (13655, 101, 57, 71), (13699, 101, 57, 115), (13759, 101, 57, 175), (13892, 101, 58, 94), (13911, 101, 58, 113), (13939, 101, 58, 141), (14952, 101, 63, 98), (14956, 101, 63, 102), (15139, 101, 64, 77), (16102, 101, 68, 216), (16307, 101, 69, 218), (16366, 101, 70, 75), (16385, 101, 70, 94), (16387, 101, 70, 96), (16592, 101, 71, 100), (17262, 101, 74, 172), (17345, 101, 74, 255), (17513, 101, 75, 226), (17792, 101, 77, 113), (17820, 101, 77, 141), (19860, 101, 88, 99), (19962, 101, 88, 201), (19982, 101, 88, 221), (20921, 101, 93, 255), (20929, 101, 93, 263), (21423, 101, 96, 226), (21529, 101, 97, 157), (21589, 101, 97, 217), (21774, 101, 98, 228), (21889, 101, 99, 170), (22054, 101, 100, 163), (22066, 101, 100, 175), (22163, 101, 101, 101), (22318, 101, 101, 256), (23102, 101, 106, 199), (23159, 101, 106, 256), (23286, 101, 107, 218), (24030, 101, 112, 152), (24505, 101, 115, 152), (24984, 101, 118, 163), (25712, 101, 123, 132), (26056, 101, 125, 181), (26097, 101, 125, 222), (26103, 101, 125, 228), (26444, 101, 128, 131), (26448, 101, 128, 135), (26755, 101, 130, 157), (26815, 101, 130, 217), (26921, 101, 131, 181), (26962, 101, 131, 222), (27021, 101, 132, 140), (27122, 101, 132, 241), (27481, 101, 135, 183), (28512, 101, 143, 152), (29763, 101, 153, 165), (30380, 101, 158, 201), (30400, 101, 158, 221), (31179, 101, 165, 227), (31242, 101, 166, 183), (31675, 101, 170, 201), (31728, 101, 170, 254), (35255, 101, 215, 221), (35386, 101, 217, 241), (2428, 102, 10, 34), (2500, 102, 10, 106), (2680, 102, 11, 25), (2786, 102, 11, 131), (2930, 102, 12, 15), (2966, 102, 12, 51), (3190, 102, 13, 16), (3192, 102, 13, 18), (3567, 102, 14, 135), (3598, 102, 14, 166), (3851, 102, 15, 162), (4022, 102, 16, 77), (4478, 102, 18, 24), (5214, 102, 20, 256), (5332, 102, 21, 123), (5349, 102, 21, 140), (6062, 102, 24, 106), (6355, 102, 25, 152), (7026, 102, 28, 88), (7108, 102, 28, 170), (7304, 102, 29, 123), (7305, 102, 29, 124), (7735, 102, 31, 69), (7881, 102, 31, 215), (8419, 102, 34, 36), (8957, 102, 36, 101), (9839, 102, 40, 48), (9889, 102, 40, 98), (10096, 102, 41, 74), (11712, 102, 48, 100), (12444, 102, 51, 166), (13709, 102, 57, 125), (13715, 102, 57, 131), (13968, 102, 58, 170), (16026, 102, 68, 140), (16127, 102, 68, 241), (16219, 102, 69, 130), (16379, 102, 70, 88), (16449, 102, 70, 158), (17346, 102, 74, 256), (20767, 102, 93, 101), (21479, 102, 97, 107), (21664, 102, 98, 118), (22016, 102, 100, 125), (22334, 102, 102, 102), (22350, 102, 102, 118), (23309, 102, 107, 241), (25893, 102, 124, 165), (27450, 102, 135, 152), (30405, 102, 158, 226), (30791, 102, 162, 165), (35260, 102, 215, 226), (86, 103, 1, 86), (189, 103, 1, 189), (449, 103, 2, 179), (465, 103, 2, 195), (518, 103, 2, 248), (1845, 103, 7, 240), (1850, 103, 7, 245), (1857, 103, 7, 252), (2008, 103, 8, 139), (2023, 103, 8, 154), (2106, 103, 8, 237), (2301, 103, 9, 169), (4279, 103, 17, 79), (4287, 103, 17, 87), (4361, 103, 17, 161), (4799, 103, 19, 92), (4867, 103, 19, 160), (6841, 103, 27, 147), (6853, 103, 27, 159), (9151, 103, 37, 60), (9172, 103, 37, 81), (9175, 103, 37, 84), (9420, 103, 38, 95), (9430, 103, 38, 105), (9575, 103, 38, 250), (10449, 103, 42, 196), (10458, 103, 42, 205), (10460, 103, 42, 207), (11657, 103, 47, 269), (11659, 103, 47, 271), (12161, 103, 50, 104), (12224, 103, 50, 167), (13562, 103, 56, 193), (13576, 103, 56, 207), (13633, 103, 56, 264), (14284, 103, 60, 61), (14327, 103, 60, 104), (14515, 103, 61, 81), (14583, 103, 61, 149), (15407, 103, 65, 137), (15682, 103, 66, 206), (15686, 103, 66, 210), (15727, 103, 66, 251), (16962, 103, 72, 269), (17000, 103, 73, 108), (17001, 103, 73, 109), (17152, 103, 73, 260), (18047, 103, 78, 173), (18051, 103, 78, 177), (18124, 103, 78, 250), (18217, 103, 79, 150), (18297, 103, 79, 230), (18587, 103, 81, 137), (18727, 103, 82, 87), (18854, 103, 82, 214), (18905, 103, 82, 265), (19025, 103, 83, 195), (19078, 103, 83, 248), (19100, 103, 83, 270), (19155, 103, 84, 137), (19326, 103, 85, 120), (19398, 103, 85, 192), (19451, 103, 85, 245), (19604, 103, 86, 212), (19624, 103, 86, 232), (19727, 103, 87, 150), (20285, 103, 90, 159), (20351, 103, 90, 225), (20734, 103, 92, 247), (20744, 103, 92, 257), (21160, 103, 95, 139), (21263, 103, 95, 242), (22505, 103, 103, 103), (22553, 103, 103, 151), (22558, 103, 103, 156), (22719, 103, 104, 149), (22876, 103, 105, 139), (22891, 103, 105, 154), (23475, 103, 108, 243), (23494, 103, 108, 262), (23509, 103, 109, 114), (23569, 103, 109, 174), (24376, 103, 114, 180), (24456, 103, 114, 260), (24788, 103, 117, 122), (24874, 103, 117, 208), (24934, 103, 117, 268), (25095, 103, 119, 120), (25215, 103, 119, 240), (25220, 103, 119, 245), (25360, 103, 120, 233), (25650, 103, 122, 219), (25675, 103, 122, 244), (26289, 103, 126, 266), (26293, 103, 126, 270), (26356, 103, 127, 188), (26357, 103, 127, 189), (26391, 103, 127, 223), (26617, 103, 129, 161), (26624, 103, 129, 168), (26723, 103, 129, 267), (27891, 103, 138, 188), (27901, 103, 138, 198), (27926, 103, 138, 223), (28811, 103, 145, 196), (28822, 103, 145, 207), (28879, 103, 145, 264), (28910, 103, 146, 169), (28939, 103, 146, 198), (29081, 103, 147, 213), (29097, 103, 147, 229), (29282, 103, 149, 167), (29452, 103, 150, 214), (29515, 103, 151, 156), (29618, 103, 151, 259), (29898, 103, 154, 182), (30128, 103, 156, 178), (30522, 103, 159, 229), (30636, 103, 160, 231), (30662, 103, 160, 257), (30746, 103, 161, 230), (31052, 103, 164, 208), (31105, 103, 164, 261), (31115, 103, 164, 271), (31395, 103, 167, 231), (31442, 103, 168, 173), (31499, 103, 168, 230), (31574, 103, 169, 202), (32042, 103, 173, 267), (32053, 103, 174, 180), (32110, 103, 174, 237), (32405, 103, 177, 242), (32430, 103, 177, 267), (32460, 103, 178, 203), (32516, 103, 178, 259), (32590, 103, 179, 239), (32613, 103, 179, 262), (32625, 103, 180, 182), (32861, 103, 182, 237), (33266, 103, 187, 206), (33346, 103, 188, 202), (33439, 103, 189, 212), (33502, 103, 190, 193), (33573, 103, 190, 264), (33683, 103, 192, 213), (33703, 103, 192, 233), (33781, 103, 193, 232), (33835, 103, 194, 208), (33888, 103, 194, 261), (33895, 103, 194, 268), (33943, 103, 195, 239), (34032, 103, 196, 252), (34116, 103, 197, 261), (34126, 103, 197, 271), (34131, 103, 198, 202), (34519, 103, 203, 235), (34659, 103, 205, 240), (34671, 103, 205, 252), (34705, 103, 206, 220), (34975, 103, 210, 236), (35083, 103, 212, 223), (35196, 103, 214, 219), (35517, 103, 219, 265), (35555, 103, 220, 251), (35771, 103, 224, 269), (36166, 103, 234, 239), (36170, 103, 234, 243), (36189, 103, 234, 262), (36200, 103, 235, 236), (36223, 103, 235, 259), (36445, 103, 242, 250), (36484, 103, 243, 260), (36517, 103, 244, 265), (36520, 103, 244, 268), (36553, 103, 246, 248), (36571, 103, 246, 266), (36575, 103, 246, 270), (36805, 103, 258, 266), (814, 104, 4, 7), (892, 104, 4, 85), (926, 104, 4, 119), (1012, 104, 4, 205), (1020, 104, 4, 213), (1040, 104, 4, 233), (1648, 104, 7, 43), (1671, 104, 7, 66), (1792, 104, 7, 187), (1816, 104, 7, 211), (1825, 104, 7, 220), (4816, 104, 19, 109), (4846, 104, 19, 139), (4861, 104, 19, 154), (4887, 104, 19, 180), (4944, 104, 19, 237), (4967, 104, 19, 260), (9183, 104, 37, 92), (9195, 104, 37, 104), (9251, 104, 37, 160), (9258, 104, 37, 167), (9375, 104, 38, 50), (9385, 104, 38, 60), (9406, 104, 38, 81), (9409, 104, 38, 84), (9474, 104, 38, 149), (9556, 104, 38, 231), (10461, 104, 42, 208), (10514, 104, 42, 261), (10522, 104, 42, 269), (10524, 104, 42, 271), (10567, 104, 43, 85), (10601, 104, 43, 119), (10678, 104, 43, 196), (10687, 104, 43, 205), (10715, 104, 43, 233), (12196, 104, 50, 139), (12211, 104, 50, 154), (12237, 104, 50, 180), (12294, 104, 50, 237), (12299, 104, 50, 242), (13638, 104, 56, 269), (13640, 104, 56, 271), (14301, 104, 60, 78), (14362, 104, 60, 139), (14377, 104, 60, 154), (14465, 104, 60, 242), (14490, 104, 60, 267), (14526, 104, 61, 92), (14538, 104, 61, 104), (14594, 104, 61, 160), (14601, 104, 61, 167), (15348, 104, 65, 78), (15349, 104, 65, 79), (15431, 104, 65, 161), (15438, 104, 65, 168), (15512, 104, 65, 242), (15537, 104, 65, 267), (15669, 104, 66, 193), (15672, 104, 66, 196), (15681, 104, 66, 205), (15683, 104, 66, 207), (15740, 104, 66, 264), (17955, 104, 78, 81), (17958, 104, 78, 84), (18023, 104, 78, 149), (18099, 104, 78, 225), (18214, 104, 79, 147), (18226, 104, 79, 159), (18292, 104, 79, 225), (18589, 104, 81, 139), (18618, 104, 81, 168), (18692, 104, 81, 242), (18717, 104, 81, 267), (19179, 104, 84, 161), (19186, 104, 84, 168), (19260, 104, 84, 242), (19285, 104, 84, 267), (19393, 104, 85, 187), (19417, 104, 85, 211), (19495, 104, 86, 103), (19543, 104, 86, 151), (19548, 104, 86, 156), (19595, 104, 86, 203), (19628, 104, 86, 236), (19651, 104, 86, 259), (19724, 104, 87, 147), (19736, 104, 87, 159), (19769, 104, 87, 192), (19802, 104, 87, 225), (20218, 104, 90, 92), (20624, 104, 92, 137), (22590, 104, 103, 188), (22591, 104, 103, 189), (22600, 104, 103, 198), (22625, 104, 103, 223), (22674, 104, 104, 104), (22730, 104, 104, 160), (22737, 104, 104, 167), (23380, 104, 108, 148), (23408, 104, 108, 176), (23418, 104, 108, 186), (23441, 104, 108, 209), (23479, 104, 108, 247), (23489, 104, 108, 257), (23571, 104, 109, 176), (23581, 104, 109, 186), (23626, 104, 109, 231), (23642, 104, 109, 247), (23652, 104, 109, 257), (25162, 104, 119, 187), (25186, 104, 119, 211), (25195, 104, 119, 220), (25249, 104, 120, 122), (25335, 104, 120, 208), (25341, 104, 120, 214), (25388, 104, 120, 261), (25392, 104, 120, 265), (25395, 104, 120, 268), (25578, 104, 122, 147), (25623, 104, 122, 192), (25671, 104, 122, 240), (25676, 104, 122, 245), (27729, 104, 137, 160), (27736, 104, 137, 167), (27986, 104, 139, 149), (28068, 104, 139, 231), (28876, 104, 145, 261), (28884, 104, 145, 269), (28886, 104, 145, 271), (29029, 104, 147, 161), (29082, 104, 147, 214), (29133, 104, 147, 265), (29171, 104, 148, 179), (29187, 104, 148, 195), (29226, 104, 148, 234), (29240, 104, 148, 248), (29262, 104, 148, 270), (29269, 104, 149, 154), (29352, 104, 149, 237), (29357, 104, 149, 242), (29528, 104, 151, 169), (29547, 104, 151, 188), (29548, 104, 151, 189), (29557, 104, 151, 198), (29582, 104, 151, 223), (29947, 104, 154, 231), (29973, 104, 154, 257), (30138, 104, 156, 188), (30139, 104, 156, 189), (30143, 104, 156, 193), (30173, 104, 156, 223), (30454, 104, 159, 161), (30461, 104, 159, 168), (30507, 104, 159, 214), (30558, 104, 159, 265), (30741, 104, 161, 225), (31494, 104, 168, 225), (31550, 104, 169, 178), (31582, 104, 169, 210), (31607, 104, 169, 235), (31623, 104, 169, 251), (32247, 104, 176, 179), (32263, 104, 176, 195), (32302, 104, 176, 234), (32328, 104, 176, 260), (32445, 104, 178, 188), (32446, 104, 178, 189), (32455, 104, 178, 198), (32480, 104, 178, 223), (32537, 104, 179, 186), (32560, 104, 179, 209), (32629, 104, 180, 186), (32674, 104, 180, 231), (32690, 104, 180, 247), (32700, 104, 180, 257), (33209, 104, 186, 234), (33235, 104, 186, 260), (33256, 104, 187, 196), (33265, 104, 187, 205), (33267, 104, 187, 207), (33379, 104, 188, 235), (33430, 104, 189, 203), (33486, 104, 189, 259), (33578, 104, 190, 269), (33678, 104, 192, 208), (33684, 104, 192, 214), (33735, 104, 192, 265), (33738, 104, 192, 268), (33752, 104, 193, 203), (33785, 104, 193, 236), (33808, 104, 193, 259), (33913, 104, 195, 209), (34000, 104, 196, 220), (34016, 104, 196, 236), (34139, 104, 198, 210), (34164, 104, 198, 235), (34491, 104, 203, 207), (34548, 104, 203, 264), (34639, 104, 205, 220), (34751, 104, 206, 266), (34770, 104, 207, 220), (34786, 104, 207, 236), (34854, 104, 208, 240), (34859, 104, 208, 245), (34866, 104, 208, 252), (34911, 104, 209, 234), (34925, 104, 209, 248), (34937, 104, 209, 260), (35013, 104, 211, 213), (35029, 104, 211, 229), (35033, 104, 211, 233), (35568, 104, 220, 264), (35689, 104, 223, 235), (35713, 104, 223, 259), (35816, 104, 225, 267), (36047, 104, 231, 237), (36119, 104, 232, 269), (36174, 104, 234, 247), (36264, 104, 236, 264), (36282, 104, 237, 247), (36292, 104, 237, 257), (36395, 104, 240, 261), (36402, 104, 240, 268), (36405, 104, 240, 271), (36540, 104, 245, 261), (36544, 104, 245, 265), (36547, 104, 245, 268), (36550, 104, 245, 271), (36590, 104, 247, 260), (36701, 104, 252, 261), (36708, 104, 252, 268), (36709, 104, 252, 269), (36711, 104, 252, 271), (36785, 104, 257, 260), (36816, 104, 259, 264), (62, 105, 1, 62), (155, 105, 1, 155), (253, 105, 1, 253), (352, 105, 2, 82), (420, 105, 2, 150), (489, 105, 2, 219), (666, 105, 3, 127), (677, 105, 3, 138), (741, 105, 3, 202), (935, 105, 4, 128), (988, 105, 4, 181), (1029, 105, 4, 222), (1101, 105, 5, 27), (1164, 105, 5, 90), (1387, 105, 6, 47), (1504, 105, 6, 164), (1537, 105, 6, 197), (1637, 105, 7, 32), (1704, 105, 7, 99), (1859, 105, 7, 254), (1964, 105, 8, 95), (1974, 105, 8, 105), (2119, 105, 8, 250), (2179, 105, 9, 47), (2204, 105, 9, 72), (2356, 105, 9, 224), (2764, 105, 11, 109), (2835, 105, 11, 180), (2892, 105, 11, 237), (3037, 105, 12, 122), (3129, 105, 12, 214), (3180, 105, 12, 265), (3540, 105, 14, 108), (3541, 105, 14, 109), (3692, 105, 14, 260), (3797, 105, 15, 108), (3868, 105, 15, 179), (3923, 105, 15, 234), (4133, 105, 16, 188), (4143, 105, 16, 198), (4168, 105, 16, 223), (4439, 105, 17, 239), (4443, 105, 17, 243), (4462, 105, 17, 262), (4642, 105, 18, 188), (4643, 105, 18, 189), (4677, 105, 18, 223), (4796, 105, 19, 89), (4851, 105, 19, 144), (4907, 105, 19, 200), (5404, 105, 21, 195), (5457, 105, 21, 248), (5479, 105, 21, 270), (5562, 105, 22, 103), (5615, 105, 22, 156), (5718, 105, 22, 259), (5773, 105, 23, 65), (5789, 105, 23, 81), (5792, 105, 23, 84), (6282, 105, 25, 79), (6290, 105, 25, 87), (6364, 105, 25, 161), (6729, 105, 27, 35), (6912, 105, 27, 218), (7360, 105, 29, 179), (7376, 105, 29, 195), (7429, 105, 29, 248), (7571, 105, 30, 148), (7935, 105, 31, 269), (8102, 105, 32, 196), (8111, 105, 32, 205), (8235, 105, 33, 90), (8469, 105, 34, 86), (8572, 105, 34, 189), (8833, 105, 35, 213), (8849, 105, 35, 229), (9145, 105, 37, 54), (9244, 105, 37, 153), (9318, 105, 37, 227), (9365, 105, 38, 40), (9427, 105, 38, 102), (9443, 105, 38, 118), (9709, 105, 39, 151), (9736, 105, 39, 178), (9793, 105, 39, 235), (9930, 105, 40, 139), (9945, 105, 40, 154), (10218, 105, 41, 196), (10229, 105, 41, 207), (10286, 105, 41, 264), (10610, 105, 43, 128), (10663, 105, 43, 181), (10665, 105, 43, 183), (10886, 105, 44, 176), (10896, 105, 44, 186), (10919, 105, 44, 209), (11002, 105, 45, 65), (11021, 105, 45, 84), (11162, 105, 45, 225), (11579, 105, 47, 191), (11690, 105, 48, 78), (11780, 105, 48, 168), (11879, 105, 48, 267), (12146, 105, 50, 89), (12173, 105, 50, 116), (12261, 105, 50, 204), (12386, 105, 51, 108), (12512, 105, 51, 234), (12538, 105, 51, 260), (12712, 105, 52, 213), (12728, 105, 52, 229), (12732, 105, 52, 233), (12865, 105, 53, 147), (12877, 105, 53, 159), (12997, 105, 54, 61), (13073, 105, 54, 137), (13300, 105, 55, 147), (13312, 105, 55, 159), (13553, 105, 56, 184), (13738, 105, 57, 154), (13764, 105, 57, 180), (13821, 105, 57, 237), (14197, 105, 59, 186), (14258, 105, 59, 247), (14268, 105, 59, 257), (14299, 105, 60, 76), (14427, 105, 60, 204), (14461, 105, 60, 238), (14545, 105, 61, 111), (14661, 105, 61, 227), (14857, 105, 62, 212), (14877, 105, 62, 232), (15268, 105, 64, 206), (15441, 105, 65, 171), (15820, 105, 67, 138), (15828, 105, 67, 146), (15884, 105, 67, 202), (16134, 105, 68, 248), (16152, 105, 68, 266), (16156, 105, 68, 270), (16584, 105, 71, 92), (16839, 105, 72, 146), (16884, 105, 72, 191), (17021, 105, 73, 129), (17065, 105, 73, 173), (17122, 105, 73, 230), (17465, 105, 75, 178), (17522, 105, 75, 235), (17564, 105, 76, 81), (17567, 105, 76, 84), (17972, 105, 78, 98), (17976, 105, 78, 102), (18198, 105, 79, 131), (18202, 105, 79, 135), (18423, 105, 80, 164), (18453, 105, 80, 194), (18456, 105, 80, 197), (18688, 105, 81, 238), (18723, 105, 82, 83), (18879, 105, 82, 239), (19049, 105, 83, 219), (19074, 105, 83, 244), (19305, 105, 85, 99), (19407, 105, 85, 201), (19427, 105, 85, 221), (19493, 105, 86, 101), (19498, 105, 86, 106), (19712, 105, 87, 135), (19743, 105, 87, 166), (19930, 105, 88, 169), (20175, 105, 89, 231), (20344, 105, 90, 218), (20427, 105, 91, 120), (20499, 105, 91, 192), (20602, 105, 92, 115), (20662, 105, 92, 175), (21054, 105, 94, 210), (21095, 105, 94, 251), (21126, 105, 95, 105), (21203, 105, 95, 182), (21407, 105, 96, 210), (21432, 105, 96, 235), (21641, 105, 97, 269), (21643, 105, 97, 271), (21788, 105, 98, 242), (21813, 105, 98, 267), (21838, 105, 99, 119), (22030, 105, 100, 139), (22045, 105, 100, 154), (22128, 105, 100, 237), (22255, 105, 101, 193), (22474, 105, 102, 242), (22559, 105, 103, 157), (22619, 105, 103, 217), (22681, 105, 104, 111), (22682, 105, 104, 112), (22797, 105, 104, 227), (22842, 105, 105, 105), (23092, 105, 106, 189), (23126, 105, 106, 223), (23334, 105, 107, 266), (23338, 105, 107, 270), (23547, 105, 109, 152), (23677, 105, 110, 120), (23797, 105, 110, 240), (23802, 105, 110, 245), (23885, 105, 111, 167), (24045, 105, 112, 167), (24244, 105, 113, 206), (24289, 105, 113, 251), (24325, 105, 114, 129), (24369, 105, 114, 173), (24373, 105, 114, 177), (24513, 105, 115, 160), (24660, 105, 116, 149), (24742, 105, 116, 231), (24792, 105, 117, 126), (24912, 105, 117, 246), (24924, 105, 117, 258), (24960, 105, 118, 139), (25063, 105, 118, 242), (25176, 105, 119, 201), (25229, 105, 119, 254), (25261, 105, 120, 134), (25457, 105, 121, 176), (25467, 105, 121, 186), (25528, 105, 121, 247), (25555, 105, 122, 124), (25593, 105, 122, 162), (25788, 105, 123, 208), (25841, 105, 123, 261), (25848, 105, 123, 268), (25936, 105, 124, 208), (25996, 105, 124, 268), (26036, 105, 125, 161), (26043, 105, 125, 168), (26142, 105, 125, 267), (26217, 105, 126, 194), (26267, 105, 126, 244), (26304, 105, 127, 136), (26421, 105, 127, 253), (26500, 105, 128, 187), (26699, 105, 129, 243), (26867, 105, 130, 269), (26901, 105, 131, 161), (26908, 105, 131, 168), (27037, 105, 132, 156), (27084, 105, 132, 203), (27140, 105, 132, 259), (27352, 105, 134, 192), (27405, 105, 134, 245), (27512, 105, 135, 214), (27572, 105, 136, 138), (27646, 105, 136, 212), (27722, 105, 137, 153), (27785, 105, 137, 216), (28177, 105, 140, 208), (28230, 105, 140, 261), (28240, 105, 140, 271), (28306, 105, 141, 206), (28310, 105, 141, 210), (28351, 105, 141, 251), (28389, 105, 142, 159), (28455, 105, 142, 225), (28520, 105, 143, 160), (28527, 105, 143, 167), (28735, 105, 144, 247), (28745, 105, 144, 257), (28799, 105, 145, 184), (28965, 105, 146, 224), (29053, 105, 147, 185), (29164, 105, 148, 172), (29247, 105, 148, 255), (29319, 105, 149, 204), (29353, 105, 149, 238), (29477, 105, 150, 239), (29500, 105, 150, 262), (29516, 105, 151, 157), (29576, 105, 151, 217), (29659, 105, 152, 180), (29739, 105, 152, 260), (30024, 105, 155, 190), (30066, 105, 155, 232), (30167, 105, 156, 217), (30243, 105, 157, 178), (30580, 105, 160, 175), (30891, 105, 162, 265), (30894, 105, 162, 268), (31102, 105, 164, 258), (31131, 105, 165, 179), (31147, 105, 165, 195), (31186, 105, 165, 234), (31273, 105, 166, 214), (31324, 105, 166, 265), (31542, 105, 169, 170), (31672, 105, 170, 198), (31800, 105, 171, 225), (31852, 105, 172, 176), (31885, 105, 172, 209), (31949, 105, 173, 174), (32050, 105, 174, 177), (32123, 105, 174, 250), (32345, 105, 177, 182), (32745, 105, 181, 211), (32874, 105, 182, 250), (32901, 105, 183, 187), (32934, 105, 183, 220), (32992, 105, 184, 190), (33081, 105, 185, 192), (33587, 105, 191, 197), (33805, 105, 193, 256), (33885, 105, 194, 258), (33979, 105, 196, 199), (34207, 105, 199, 205), (34209, 105, 199, 207), (34305, 105, 200, 231), (34331, 105, 200, 257), (34378, 105, 201, 233), (34439, 105, 202, 224), (34673, 105, 205, 254), (34806, 105, 207, 256), (34932, 105, 209, 255), (35022, 105, 211, 222), (35028, 105, 211, 228), (35113, 105, 212, 253), (35140, 105, 213, 221), (35428, 105, 218, 229), (35498, 105, 219, 246), (35588, 105, 221, 233), (36012, 105, 230, 243), (36031, 105, 230, 262), (36383, 105, 240, 249), (36426, 105, 241, 261), (36436, 105, 241, 271), (36498, 105, 244, 246), (36528, 105, 245, 249), (36629, 105, 249, 252), (36774, 105, 256, 264), (1089, 106, 5, 15), (1239, 106, 5, 165), (2488, 106, 10, 94), (2535, 106, 10, 141), (2709, 106, 11, 54), (2882, 106, 11, 227), (3096, 106, 12, 181), (3137, 106, 12, 222), (3249, 106, 13, 75), (3270, 106, 13, 96), (3585, 106, 14, 153), (3648, 106, 14, 216), (3722, 106, 15, 33), (4046, 106, 16, 101), (4488, 106, 18, 34), (4555, 106, 18, 101), (5023, 106, 20, 64), (5091, 106, 20, 133), (5244, 106, 21, 35), (5261, 106, 21, 52), (5529, 106, 22, 70), (5685, 106, 22, 226), (6050, 106, 24, 94), (6052, 106, 24, 96), (6229, 106, 25, 26), (6266, 106, 25, 63), (6580, 106, 26, 131), (7095, 106, 28, 157), (7155, 106, 28, 217), (7216, 106, 29, 35), (7399, 106, 29, 218), (7798, 106, 31, 132), (8064, 106, 32, 158), (8121, 106, 32, 215), (8196, 106, 33, 51), (8489, 106, 34, 106), (8969, 106, 36, 113), (8997, 106, 36, 141), (9616, 106, 39, 58), (9635, 106, 39, 77), (9903, 106, 40, 112), (9934, 106, 40, 143), (10110, 106, 41, 88), (10192, 106, 41, 170), (11288, 106, 46, 125), (11294, 106, 46, 131), (11683, 106, 48, 71), (11775, 106, 48, 163), (11909, 106, 49, 74), (12494, 106, 51, 216), (12567, 106, 52, 68), (13088, 106, 54, 152), (13695, 106, 57, 111), (13811, 106, 57, 227), (13955, 106, 58, 157), (14989, 106, 63, 135), (15155, 106, 64, 93), (16107, 106, 68, 221), (16188, 106, 69, 99), (16343, 106, 69, 254), (16508, 106, 70, 217), (16590, 106, 71, 98), (17223, 106, 74, 133), (17364, 106, 75, 77), (19960, 106, 88, 199), (20779, 106, 93, 113), (21721, 106, 98, 175), (22002, 106, 100, 111), (22003, 106, 100, 112), (22347, 106, 102, 115), (22407, 106, 102, 175), (23009, 106, 106, 106), (23269, 106, 107, 201), (23289, 106, 107, 221), (24471, 106, 115, 118), (24964, 106, 118, 143), (25763, 106, 123, 183), (25856, 106, 124, 128), (25911, 106, 124, 183), (26038, 106, 125, 163), (26475, 106, 128, 162), (27107, 106, 132, 226), (27526, 106, 135, 228), (29632, 106, 152, 153), (30378, 106, 158, 199), (30807, 106, 162, 181), (31170, 106, 165, 218), (31281, 106, 166, 222), (31287, 106, 166, 228), (31730, 106, 170, 256), (35288, 106, 215, 254), (1086, 107, 5, 12), (1197, 107, 5, 123), (1198, 107, 5, 124), (1236, 107, 5, 162), (2420, 107, 10, 26), (2440, 107, 10, 46), (2457, 107, 10, 63), (2622, 107, 10, 228), (2673, 107, 11, 18), (2689, 107, 11, 34), (2756, 107, 11, 101), (2761, 107, 11, 106), (2950, 107, 12, 35), (2967, 107, 12, 52), (3133, 107, 12, 218), (3200, 107, 13, 26), (3220, 107, 13, 46), (3245, 107, 13, 71), (3337, 107, 13, 163), (3448, 107, 14, 16), (3450, 107, 14, 18), (3538, 107, 14, 106), (3705, 107, 15, 16), (3777, 107, 15, 88), (3859, 107, 15, 170), (3996, 107, 16, 51), (4097, 107, 16, 152), (4505, 107, 18, 51), (4606, 107, 18, 152), (5086, 107, 20, 128), (5139, 107, 20, 181), (5180, 107, 20, 222), (5186, 107, 20, 228), (5278, 107, 21, 69), (5297, 107, 21, 88), (5367, 107, 21, 158), (5424, 107, 21, 215), (5982, 107, 24, 26), (6002, 107, 24, 46), (6019, 107, 24, 63), (6119, 107, 24, 163), (6255, 107, 25, 52), (6302, 107, 25, 99), (6404, 107, 25, 201), (6424, 107, 25, 221), (6485, 107, 26, 36), (7009, 107, 28, 71), (7053, 107, 28, 115), (7081, 107, 28, 143), (7113, 107, 28, 175), (7269, 107, 29, 88), (7339, 107, 29, 158), (7351, 107, 29, 170), (7396, 107, 29, 215), (7777, 107, 31, 111), (7778, 107, 31, 112), (7809, 107, 31, 143), (7893, 107, 31, 227), (7954, 107, 32, 48), (8004, 107, 32, 98), (8008, 107, 32, 102), (8031, 107, 32, 125), (8268, 107, 33, 123), (8269, 107, 33, 124), (8285, 107, 33, 140), (8307, 107, 33, 162), (8440, 107, 34, 57), (8483, 107, 34, 100), (8535, 107, 34, 152), (8755, 107, 35, 135), (8782, 107, 35, 162), (8786, 107, 35, 166), (8919, 107, 36, 63), (9078, 107, 36, 222), (9084, 107, 36, 228), (9832, 107, 40, 41), (9892, 107, 40, 101), (10047, 107, 40, 256), (10120, 107, 41, 98), (10124, 107, 41, 102), (10140, 107, 41, 118), (11240, 107, 46, 77), (11711, 107, 48, 99), (11811, 107, 48, 199), (11866, 107, 48, 254), (12448, 107, 51, 170), (12634, 107, 52, 135), (12665, 107, 52, 166), (13033, 107, 54, 97), (13066, 107, 54, 130), (13076, 107, 54, 140), (13177, 107, 54, 241), (13685, 107, 57, 101), (13690, 107, 57, 106), (13869, 107, 58, 71), (13913, 107, 58, 115), (13961, 107, 58, 163), (13973, 107, 58, 175), (14947, 107, 63, 93), (15955, 107, 68, 69), (16044, 107, 68, 158), (16101, 107, 68, 215), (16196, 107, 69, 107), (16403, 107, 70, 112), (16406, 107, 70, 115), (16434, 107, 70, 143), (16466, 107, 70, 175), (16569, 107, 71, 77), (17218, 107, 74, 128), (17271, 107, 74, 181), (17273, 107, 74, 183), (17312, 107, 74, 222), (17842, 107, 77, 163), (17854, 107, 77, 175), (19926, 107, 88, 165), (20847, 107, 93, 181), (20888, 107, 93, 222), (20894, 107, 93, 228), (21483, 107, 97, 111), (21525, 107, 97, 153), (21599, 107, 97, 227), (21745, 107, 98, 199), (21800, 107, 98, 254), (21844, 107, 99, 125), (21850, 107, 99, 131), (21992, 107, 100, 101), (22147, 107, 100, 256), (22431, 107, 102, 199), (22488, 107, 102, 256), (23055, 107, 106, 152), (23175, 107, 107, 107), (23283, 107, 107, 215), (23848, 107, 111, 130), (23944, 107, 111, 226), (24008, 107, 112, 130), (24104, 107, 112, 226), (24579, 107, 115, 226), (25020, 107, 118, 199), (25077, 107, 118, 256), (25733, 107, 123, 153), (25796, 107, 123, 216), (25944, 107, 124, 216), (25946, 107, 124, 218), (26076, 107, 125, 201), (26129, 107, 125, 254), (26825, 107, 130, 227), (26941, 107, 131, 201), (26961, 107, 131, 221), (26994, 107, 131, 254), (27499, 107, 135, 201), (27519, 107, 135, 221), (28122, 107, 140, 153), (28185, 107, 140, 216), (28586, 107, 143, 226), (29839, 107, 153, 241), (30344, 107, 158, 165), (30844, 107, 162, 218), (31122, 107, 165, 170), (31277, 107, 166, 218), (31280, 107, 166, 221), (35331, 107, 216, 241), (35881, 107, 227, 241), (23340, 108, 108, 108), (24193, 108, 113, 155), (23391, 109, 108, 159), (23504, 109, 109, 109), (112, 110, 1, 112), (115, 110, 1, 115), (143, 110, 1, 143), (615, 110, 3, 76), (743, 110, 3, 204), (777, 110, 3, 238), (832, 110, 4, 25), (938, 110, 4, 131), (942, 110, 4, 135), (1194, 110, 5, 120), (1314, 110, 5, 240), (1319, 110, 5, 245), (1403, 110, 6, 63), (1562, 110, 6, 222), (1568, 110, 6, 228), (1908, 110, 8, 39), (1944, 110, 8, 75), (2026, 110, 8, 157), (2158, 110, 9, 26), (2178, 110, 9, 46), (2195, 110, 9, 63), (2421, 110, 10, 27), (2484, 110, 10, 90), (2623, 110, 10, 229), (2758, 110, 11, 103), (2806, 110, 11, 151), (2811, 110, 11, 156), (3264, 110, 13, 90), (3583, 110, 14, 151), (3610, 110, 14, 178), (3667, 110, 14, 235), (3899, 110, 15, 210), (3924, 110, 15, 235), (4131, 110, 16, 186), (4192, 110, 16, 247), (4202, 110, 16, 257), (4249, 110, 17, 49), (4333, 110, 17, 133), (4463, 110, 17, 263), (4473, 110, 18, 19), (4701, 110, 18, 247), (4711, 110, 18, 257), (4741, 110, 19, 34), (4813, 110, 19, 106), (5043, 110, 20, 85), (5171, 110, 20, 213), (5191, 110, 20, 233), (5415, 110, 21, 206), (5460, 110, 21, 251), (5532, 110, 22, 73), (5573, 110, 22, 114), (5633, 110, 22, 174), (5770, 110, 23, 62), (5844, 110, 23, 136), (5961, 110, 23, 253), (5983, 110, 24, 27), (6046, 110, 24, 90), (6246, 110, 25, 43), (6414, 110, 25, 211), (6595, 110, 26, 146), (6640, 110, 26, 191), (6730, 110, 27, 36), (6975, 110, 28, 37), (6999, 110, 28, 61), (7075, 110, 28, 137), (7387, 110, 29, 206), (7391, 110, 29, 210), (7432, 110, 29, 251), (7505, 110, 30, 82), (7573, 110, 30, 150), (7642, 110, 30, 219), (7770, 110, 31, 104), (7833, 110, 31, 167), (7971, 110, 32, 65), (7990, 110, 32, 84), (8131, 110, 32, 225), (8385, 110, 33, 240), (8390, 110, 33, 245), (8397, 110, 33, 252), (8433, 110, 34, 50), (8614, 110, 34, 231), (8740, 110, 35, 120), (8812, 110, 35, 192), (9069, 110, 36, 213), (9085, 110, 36, 229), (9149, 110, 37, 58), (9161, 110, 37, 70), (9663, 110, 39, 105), (9740, 110, 39, 182), (9994, 110, 40, 203), (10027, 110, 40, 236), (10050, 110, 40, 259), (10082, 110, 41, 60), (10103, 110, 41, 81), (10106, 110, 41, 84), (10307, 110, 42, 54), (10406, 110, 42, 153), (10469, 110, 42, 216), (10607, 110, 43, 125), (10613, 110, 43, 131), (10827, 110, 44, 117), (10904, 110, 44, 194), (10954, 110, 44, 244), (10999, 110, 45, 62), (11092, 110, 45, 155), (11190, 110, 45, 253), (11309, 110, 46, 146), (11365, 110, 46, 202), (11477, 110, 47, 89), (11532, 110, 47, 144), (11588, 110, 47, 200), (11678, 110, 48, 66), (11799, 110, 48, 187), (11832, 110, 48, 220), (11985, 110, 49, 150), (12065, 110, 49, 230), (12158, 110, 50, 101), (12456, 110, 51, 178), (12513, 110, 51, 235), (12646, 110, 52, 147), (12691, 110, 52, 192), (12902, 110, 53, 184), (12992, 110, 54, 56), (13081, 110, 54, 145), (13337, 110, 55, 184), (13480, 110, 56, 111), (13596, 110, 56, 227), (13687, 110, 57, 103), (13740, 110, 57, 156), (13843, 110, 57, 259), (13935, 110, 58, 137), (14175, 110, 59, 164), (14205, 110, 59, 194), (14208, 110, 59, 197), (14479, 110, 60, 256), (14504, 110, 61, 70), (14660, 110, 61, 226), (14816, 110, 62, 171), (15045, 110, 63, 191), (15191, 110, 64, 129), (15235, 110, 64, 173), (15292, 110, 64, 230), (15469, 110, 65, 199), (15524, 110, 65, 254), (15574, 110, 66, 98), (15578, 110, 66, 102), (15798, 110, 67, 116), (15886, 110, 67, 204), (15920, 110, 67, 238), (16092, 110, 68, 206), (16395, 110, 70, 104), (16619, 110, 71, 127), (16630, 110, 71, 138), (16694, 110, 71, 202), (16782, 110, 72, 89), (16809, 110, 72, 116), (16893, 110, 72, 200), (17024, 110, 73, 132), (17175, 110, 74, 85), (17209, 110, 74, 119), (17323, 110, 74, 233), (17382, 110, 75, 95), (17392, 110, 75, 105), (17619, 110, 76, 136), (17736, 110, 76, 253), (17816, 110, 77, 137), (18440, 110, 80, 181), (18481, 110, 80, 222), (18487, 110, 80, 228), (18649, 110, 81, 199), (18706, 110, 81, 256), (18895, 110, 82, 255), (18903, 110, 82, 263), (19013, 110, 83, 183), (19217, 110, 84, 199), (19909, 110, 88, 148), (19937, 110, 88, 176), (19970, 110, 88, 209), (20168, 110, 89, 224), (20556, 110, 91, 249), (20584, 110, 92, 97), (20627, 110, 92, 140), (20728, 110, 92, 241), (20879, 110, 93, 213), (20895, 110, 93, 229), (20899, 110, 93, 233), (20939, 110, 94, 95), (21021, 110, 94, 177), (21094, 110, 94, 250), (21117, 110, 95, 96), (21302, 110, 96, 105), (21447, 110, 96, 250), (21532, 110, 97, 160), (21766, 110, 98, 220), (21878, 110, 99, 159), (21944, 110, 99, 225), (22047, 110, 100, 156), (22094, 110, 100, 203), (22150, 110, 100, 259), (22211, 110, 101, 149), (22293, 110, 101, 231), (22468, 110, 102, 236), (22554, 110, 103, 152), (22796, 110, 104, 226), (23134, 110, 106, 231), (23160, 110, 106, 257), (23667, 110, 110, 110), (23691, 110, 110, 134), (23806, 110, 110, 249), (23908, 110, 111, 190), (23950, 110, 111, 232), (24068, 110, 112, 190), (24110, 110, 112, 232), (24167, 110, 113, 129), (24211, 110, 113, 173), (24215, 110, 113, 177), (24328, 110, 114, 132), (24413, 110, 114, 217), (24480, 110, 115, 127), (24565, 110, 115, 212), (24735, 110, 116, 224), (24787, 110, 117, 121), (24838, 110, 117, 172), (25024, 110, 118, 203), (25057, 110, 118, 236), (25345, 110, 120, 218), (25445, 110, 121, 164), (25475, 110, 121, 194), (26062, 110, 125, 187), (26095, 110, 125, 220), (26151, 110, 126, 128), (26204, 110, 126, 181), (26206, 110, 126, 183), (26343, 110, 127, 175), (26559, 110, 128, 246), (26571, 110, 128, 258), (26589, 110, 129, 133), (26758, 110, 130, 160), (26765, 110, 130, 167), (26927, 110, 131, 187), (27124, 110, 132, 243), (27252, 110, 133, 230), (27409, 110, 134, 249), (27509, 110, 135, 211), (27672, 110, 136, 238), (27866, 110, 138, 163), (27878, 110, 138, 175), (28273, 110, 141, 173), (28277, 110, 141, 177), (28350, 110, 141, 250), (28385, 110, 142, 155), (28414, 110, 142, 184), (28572, 110, 143, 212), (28592, 110, 143, 232), (28652, 110, 144, 164), (28685, 110, 144, 197), (28768, 110, 145, 153), (28842, 110, 145, 227), (28904, 110, 146, 163), (29069, 110, 147, 201), (29089, 110, 147, 221), (29150, 110, 148, 158), (29207, 110, 148, 215), (29371, 110, 149, 256), (29501, 110, 150, 263), (29511, 110, 151, 152), (29657, 110, 152, 178), (29850, 110, 153, 252), (30005, 110, 155, 171), (30239, 110, 157, 174), (30247, 110, 157, 182), (30388, 110, 158, 209), (30494, 110, 159, 201), (30514, 110, 159, 221), (30646, 110, 160, 241), (30938, 110, 163, 202), (31162, 110, 165, 210), (31203, 110, 165, 251), (31270, 110, 166, 211), (31390, 110, 167, 226), (31650, 110, 170, 176), (31660, 110, 170, 186), (31683, 110, 170, 209), (31895, 110, 172, 219), (31920, 110, 172, 244), (32090, 110, 174, 217), (32183, 110, 175, 212), (32792, 110, 181, 258), (32841, 110, 182, 217), (32960, 110, 183, 246), (33536, 110, 190, 227), (33618, 110, 191, 228), (33688, 110, 192, 218), (34055, 110, 197, 200), (34576, 110, 204, 224), (35330, 110, 216, 240), (35342, 110, 216, 252), (35444, 110, 218, 245), (35507, 110, 219, 255), (35663, 110, 222, 258), (35803, 110, 225, 254), (36507, 110, 244, 255), (552, 111, 3, 13), (616, 111, 3, 77), (1120, 111, 5, 46), (1237, 111, 5, 163), (2466, 111, 10, 72), (2618, 111, 10, 224), (2799, 111, 11, 144), (2855, 111, 11, 200), (3006, 111, 12, 91), (3100, 111, 12, 185), (3241, 111, 13, 67), (3491, 111, 14, 59), (3553, 111, 14, 121), (3733, 111, 15, 44), (3861, 111, 15, 172), (3984, 111, 16, 39), (4102, 111, 16, 157), (4611, 111, 18, 157), (4671, 111, 18, 217), (5122, 111, 20, 164), (5155, 111, 20, 197), (5239, 111, 21, 30), (5472, 111, 21, 263), (5493, 111, 22, 34), (5565, 111, 22, 106), (5756, 111, 23, 48), (5806, 111, 23, 98), (6023, 111, 24, 67), (6180, 111, 24, 224), (6256, 111, 25, 53), (6345, 111, 25, 142), (6484, 111, 26, 35), (6667, 111, 26, 218), (7000, 111, 28, 62), (7191, 111, 28, 253), (7211, 111, 29, 30), (7436, 111, 29, 255), (7850, 111, 31, 184), (8089, 111, 32, 183), (8216, 111, 33, 71), (8308, 111, 33, 163), (8515, 111, 34, 132), (8683, 111, 35, 63), (8903, 111, 36, 47), (8928, 111, 36, 72), (9907, 111, 40, 116), (9995, 111, 40, 204), (10761, 111, 44, 51), (10985, 111, 45, 48), (11062, 111, 45, 125), (11381, 111, 46, 218), (11481, 111, 47, 93), (11903, 111, 49, 68), (11942, 111, 49, 107), (12399, 111, 51, 121), (12562, 111, 52, 63), (12727, 111, 52, 228), (12853, 111, 53, 135), (13051, 111, 54, 115), (13079, 111, 54, 143), (13288, 111, 55, 135), (13319, 111, 55, 166), (13673, 111, 57, 89), (13784, 111, 57, 200), (13934, 111, 58, 136), (14051, 111, 58, 253), (14163, 111, 59, 152), (14715, 111, 62, 70), (15131, 111, 64, 69), (16149, 111, 68, 263), (16202, 111, 69, 113), (16446, 111, 70, 155), (16708, 111, 71, 216), (17254, 111, 74, 164), (17284, 111, 74, 194), (17457, 111, 75, 170), (17581, 111, 76, 98), (17585, 111, 76, 102), (17815, 111, 77, 136), (19855, 111, 88, 94), (19857, 111, 88, 96), (20044, 111, 89, 100), (20469, 111, 91, 162), (20863, 111, 93, 197), (21002, 111, 94, 158), (21367, 111, 96, 170), (21847, 111, 99, 128), (21900, 111, 99, 181), (22007, 111, 100, 116), (22194, 111, 101, 132), (22470, 111, 102, 238), (23120, 111, 106, 217), (23201, 111, 107, 133), (23680, 111, 110, 123), (23681, 111, 110, 124), (23829, 111, 111, 111), (23830, 111, 111, 112), (24105, 111, 112, 227), (24253, 111, 113, 215), (24506, 111, 115, 153), (25025, 111, 118, 204), (25059, 111, 118, 238), (25829, 111, 123, 249), (25862, 111, 124, 134), (26046, 111, 125, 171), (26567, 111, 128, 254), (26782, 111, 130, 184), (26882, 111, 131, 142), (26911, 111, 131, 171), (27322, 111, 134, 162), (28218, 111, 140, 249), (28258, 111, 141, 158), (28315, 111, 141, 215), (28587, 111, 143, 227), (28640, 111, 144, 152), (29773, 111, 153, 175), (30060, 111, 155, 226), (31124, 111, 165, 172), (31207, 111, 165, 255), (31244, 111, 166, 185), (32187, 111, 175, 216), (32735, 111, 181, 201), (32968, 111, 183, 254), (34367, 111, 201, 222), (35577, 111, 221, 222), (35583, 111, 221, 228), (567, 112, 3, 28), (597, 112, 3, 58), (1100, 112, 5, 26), (1137, 112, 5, 63), (2441, 112, 10, 47), (2591, 112, 10, 197), (2744, 112, 11, 89), (2771, 112, 11, 116), (3025, 112, 12, 110), (3049, 112, 12, 134), (3246, 112, 13, 72), (3398, 112, 13, 224), (3576, 112, 14, 144), (3632, 112, 14, 200), (3748, 112, 15, 59), (3810, 112, 15, 121), (4020, 112, 16, 75), (4041, 112, 16, 96), (4493, 112, 18, 39), (4529, 112, 18, 75), (5075, 112, 20, 117), (5152, 112, 20, 194), (5381, 112, 21, 172), (5464, 112, 21, 255), (5560, 112, 22, 101), (5810, 112, 23, 102), (5826, 112, 23, 118), (6003, 112, 24, 47), (6028, 112, 24, 72), (6258, 112, 25, 55), (6388, 112, 25, 185), (6482, 112, 26, 33), (7074, 112, 28, 136), (7225, 112, 29, 44), (7353, 112, 29, 172), (7491, 112, 30, 68), (7530, 112, 30, 107), (7728, 112, 31, 62), (7821, 112, 31, 155), (8191, 112, 33, 46), (8540, 112, 34, 157), (8600, 112, 34, 217), (8842, 112, 35, 222), (8848, 112, 35, 228), (9020, 112, 36, 164), (9053, 112, 36, 197), (9664, 112, 39, 106), (9867, 112, 40, 76), (10029, 112, 40, 238), (10875, 112, 44, 165), (11035, 112, 45, 98), (11039, 112, 45, 102), (11379, 112, 46, 216), (11754, 112, 48, 142), (11783, 112, 48, 171), (11904, 112, 49, 69), (12337, 112, 51, 59), (12422, 112, 51, 144), (12680, 112, 52, 181), (12721, 112, 52, 222), (12843, 112, 53, 125), (12849, 112, 53, 131), (13007, 112, 54, 71), (13111, 112, 54, 175), (13284, 112, 55, 131), (13700, 112, 57, 116), (13788, 112, 57, 204), (13865, 112, 58, 67), (14871, 112, 62, 226), (15072, 112, 63, 218), (15220, 112, 64, 158), (15277, 112, 64, 215), (15759, 112, 67, 77), (16141, 112, 68, 255), (16222, 112, 69, 133), (16427, 112, 70, 136), (16544, 112, 70, 253), (16645, 112, 71, 153), (17207, 112, 74, 117), (17334, 112, 74, 244), (17601, 112, 76, 118), (17903, 112, 77, 224), (19874, 112, 88, 113), (19902, 112, 88, 141), (20096, 112, 89, 152), (20442, 112, 91, 135), (20473, 112, 91, 166), (20830, 112, 93, 164), (20860, 112, 93, 194), (21014, 112, 94, 170), (21556, 112, 97, 184), (21717, 112, 98, 171), (21902, 112, 99, 183), (22095, 112, 100, 204), (22129, 112, 100, 238), (22279, 112, 101, 217), (23060, 112, 106, 157), (23331, 112, 107, 263), (23719, 112, 110, 162), (23833, 112, 111, 115), (23861, 112, 111, 143), (23990, 112, 112, 112), (24021, 112, 112, 143), (24196, 112, 113, 158), (24580, 112, 115, 227), (25446, 112, 121, 165), (25977, 112, 124, 249), (26017, 112, 125, 142), (26514, 112, 128, 201), (26534, 112, 128, 221), (26753, 112, 130, 155), (27137, 112, 132, 256), (27237, 112, 133, 215), (27326, 112, 134, 166), (27483, 112, 135, 185), (28270, 112, 141, 170), (29679, 112, 152, 200), (29761, 112, 153, 163), (30875, 112, 162, 249), (30952, 112, 163, 216), (32198, 112, 175, 227), (32755, 112, 181, 221), (32915, 112, 183, 201), (33043, 112, 184, 241), (35427, 112, 218, 228), (35848, 112, 226, 253), (25, 113, 1, 25), (135, 113, 1, 135), (166, 113, 1, 166), (284, 113, 2, 14), (285, 113, 2, 15), (321, 113, 2, 51), (574, 113, 3, 35), (591, 113, 3, 52), (757, 113, 3, 218), (1136, 113, 5, 62), (1210, 113, 5, 136), (1327, 113, 5, 253), (1380, 113, 6, 40), (1440, 113, 6, 100), (1458, 113, 6, 118), (1938, 113, 8, 69), (2084, 113, 8, 215), (2230, 113, 9, 98), (2234, 113, 9, 102), (2250, 113, 9, 118), (2454, 113, 10, 60), (2475, 113, 10, 81), (2478, 113, 10, 84), (2781, 113, 11, 126), (2901, 113, 11, 246), (2913, 113, 11, 258), (2971, 113, 12, 56), (3105, 113, 12, 190), (3147, 113, 12, 232), (3239, 113, 13, 65), (3258, 113, 13, 84), (3399, 113, 13, 225), (3515, 113, 14, 83), (3678, 113, 14, 246), (3928, 113, 15, 239), (3951, 113, 15, 262), (4074, 113, 16, 129), (4118, 113, 16, 173), (4175, 113, 16, 230), (4218, 113, 17, 18), (4234, 113, 17, 34), (4306, 113, 17, 106), (4583, 113, 18, 129), (4684, 113, 18, 230), (4781, 113, 19, 74), (5009, 113, 20, 50), (5107, 113, 20, 149), (5189, 113, 20, 231), (5282, 113, 21, 73), (5323, 113, 21, 114), (5452, 113, 21, 243), (5503, 113, 22, 44), (5518, 113, 22, 59), (5580, 113, 22, 121), (5836, 113, 23, 128), (5889, 113, 23, 181), (5930, 113, 23, 222), (6021, 113, 24, 65), (6037, 113, 24, 81), (6040, 113, 24, 84), (6330, 113, 25, 127), (6415, 113, 25, 212), (6502, 113, 26, 53), (6504, 113, 26, 55), (6591, 113, 26, 142), (7085, 113, 28, 147), (7097, 113, 28, 159), (7254, 113, 29, 73), (7424, 113, 29, 243), (7443, 113, 29, 262), (7462, 113, 30, 39), (7498, 113, 30, 75), (7519, 113, 30, 96), (7786, 113, 31, 120), (7858, 113, 31, 192), (8070, 113, 32, 164), (8100, 113, 32, 194), (8103, 113, 32, 197), (8207, 113, 33, 62), (8300, 113, 33, 155), (8398, 113, 33, 253), (8465, 113, 34, 82), (8533, 113, 34, 150), (8687, 113, 35, 67), (8756, 113, 35, 136), (8916, 113, 36, 60), (8937, 113, 36, 81), (9005, 113, 36, 149), (9730, 113, 39, 172), (9813, 113, 39, 255), (9871, 113, 40, 80), (9982, 113, 40, 191), (10139, 113, 41, 117), (10216, 113, 41, 194), (10266, 113, 41, 244), (10376, 113, 42, 123), (10377, 113, 42, 124), (10393, 113, 42, 140), (10867, 113, 44, 157), (10927, 113, 44, 217), (11118, 113, 45, 181), (11159, 113, 45, 222), (11165, 113, 45, 228), (11216, 113, 46, 53), (11218, 113, 46, 55), (11348, 113, 46, 185), (11487, 113, 47, 99), (11589, 113, 47, 201), (11642, 113, 47, 254), (11750, 113, 48, 138), (11758, 113, 48, 146), (11814, 113, 48, 202), (11929, 113, 49, 94), (11931, 113, 49, 96), (11976, 113, 49, 141), (12131, 113, 50, 74), (12150, 113, 50, 93), (12361, 113, 51, 83), (12517, 113, 51, 239), (12566, 113, 52, 67), (12723, 113, 52, 224), (12781, 113, 53, 63), (13120, 113, 54, 184), (13316, 113, 55, 163), (13493, 113, 56, 124), (13531, 113, 56, 162), (13664, 113, 57, 80), (13710, 113, 57, 126), (13842, 113, 57, 258), (13957, 113, 58, 159), (14023, 113, 58, 225), (14143, 113, 59, 132), (14316, 113, 60, 93), (14861, 113, 62, 216), (14996, 113, 63, 142), (15025, 113, 63, 171), (15175, 113, 64, 113), (15203, 113, 64, 141), (15903, 113, 67, 221), (15959, 113, 68, 73), (16000, 113, 68, 114), (16060, 113, 68, 174), (16194, 113, 69, 105), (16271, 113, 69, 182), (16438, 113, 70, 147), (16450, 113, 70, 159), (16583, 113, 71, 91), (16626, 113, 71, 134), (16677, 113, 71, 185), (16792, 113, 72, 99), (16894, 113, 72, 201), (16914, 113, 72, 221), (17321, 113, 74, 231), (17542, 113, 75, 255), (17550, 113, 75, 263), (17611, 113, 76, 128), (17664, 113, 76, 181), (17666, 113, 76, 183), (17755, 113, 77, 65), (17904, 113, 77, 225), (18359, 113, 80, 100), (18741, 113, 82, 101), (18982, 113, 83, 152), (19856, 113, 88, 95), (19938, 113, 88, 177), (20011, 113, 88, 250), (20470, 113, 91, 163), (20482, 113, 91, 175), (20815, 113, 93, 149), (21107, 113, 94, 263), (21179, 113, 95, 158), (21236, 113, 95, 215), (21460, 113, 96, 263), (21492, 113, 97, 120), (21612, 113, 97, 240), (21617, 113, 97, 245), (21692, 113, 98, 146), (21748, 113, 98, 202), (21916, 113, 99, 197), (22149, 113, 100, 258), (22212, 113, 101, 150), (22281, 113, 101, 219), (22378, 113, 102, 146), (22423, 113, 102, 191), (22895, 113, 105, 158), (22952, 113, 105, 215), (23053, 113, 106, 150), (23133, 113, 106, 230), (23182, 113, 107, 114), (23242, 113, 107, 174), (23250, 113, 107, 182), (23672, 113, 110, 115), (23700, 113, 110, 143), (23732, 113, 110, 175), (24127, 113, 112, 249), (24151, 113, 113, 113), (24171, 113, 113, 133), (24487, 113, 115, 134), (24602, 113, 115, 249), (24865, 113, 117, 199), (24922, 113, 117, 256), (25012, 113, 118, 191), (25257, 113, 120, 130), (25413, 113, 121, 132), (25498, 113, 121, 217), (25725, 113, 123, 145), (25832, 113, 123, 252), (25873, 113, 124, 145), (26002, 113, 125, 127), (26013, 113, 125, 138), (26077, 113, 125, 202), (26175, 113, 126, 152), (26299, 113, 127, 131), (26551, 113, 128, 238), (26790, 113, 130, 192), (26843, 113, 130, 245), (26878, 113, 131, 138), (26952, 113, 131, 212), (27025, 113, 132, 144), (27154, 113, 133, 94), (27163, 113, 133, 141), (27335, 113, 134, 175), (27510, 113, 135, 212), (27530, 113, 135, 232), (27652, 113, 136, 218), (28209, 113, 140, 240), (28221, 113, 140, 252), (28458, 113, 142, 228), (28609, 113, 143, 249), (28777, 113, 145, 162), (29094, 113, 147, 226), (29725, 113, 152, 246), (29753, 113, 153, 155), (29782, 113, 153, 184), (30050, 113, 155, 216), (30237, 113, 157, 172), (30320, 113, 157, 255), (30429, 113, 158, 250), (30816, 113, 162, 190), (30921, 113, 163, 185), (31043, 113, 164, 199), (31098, 113, 164, 254), (31191, 113, 165, 239), (31195, 113, 165, 243), (31214, 113, 165, 262), (31249, 113, 166, 190), (31291, 113, 166, 232), (31647, 113, 170, 173), (31651, 113, 170, 177), (31724, 113, 170, 250), (31797, 113, 171, 222), (31803, 113, 171, 228), (31893, 113, 172, 217), (32918, 113, 183, 204), (32952, 113, 183, 238), (33029, 113, 184, 227), (33696, 113, 192, 226), (33826, 113, 194, 199), (34109, 113, 197, 254), (34369, 113, 201, 224), (35452, 113, 218, 253), (35508, 113, 219, 256), (35579, 113, 221, 224), (36375, 113, 240, 241), (36410, 113, 241, 245), (36417, 113, 241, 252), (36508, 113, 244, 256), (4820, 114, 19, 113), (24150, 114, 113, 19), (24310, 114, 114, 114), (570, 115, 3, 31), (669, 115, 3, 130), (1202, 115, 5, 128), (1255, 115, 5, 181), (2511, 115, 10, 117), (2638, 115, 10, 244), (2678, 115, 11, 23), (2731, 115, 11, 76), (3338, 115, 13, 164), (3368, 115, 13, 194), (3636, 115, 14, 204), (3670, 115, 14, 238), (3778, 115, 15, 89), (3805, 115, 15, 116), (4009, 115, 16, 64), (4058, 115, 16, 113), (4274, 115, 17, 74), (4567, 115, 18, 113), (4595, 115, 18, 141), (5040, 115, 20, 82), (5108, 115, 20, 150), (5268, 115, 21, 59), (5353, 115, 21, 144), (5491, 115, 22, 32), (5658, 115, 22, 199), (5765, 115, 23, 57), (6073, 115, 24, 117), (6150, 115, 24, 194), (6313, 115, 25, 110), (6452, 115, 25, 249), (6503, 115, 26, 54), (6676, 115, 26, 227), (6985, 115, 28, 47), (7010, 115, 28, 72), (7325, 115, 29, 144), (7381, 115, 29, 200), (7581, 115, 30, 158); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (7638, 115, 30, 215), (7733, 115, 31, 67), (8038, 115, 32, 132), (8326, 115, 33, 181), (8367, 115, 33, 222), (8477, 115, 34, 94), (8479, 115, 34, 96), (8803, 115, 35, 183), (9075, 115, 36, 219), (9100, 115, 36, 244), (9814, 115, 39, 256), (9933, 115, 40, 142), (9962, 115, 40, 171), (10179, 115, 41, 157), (10239, 115, 41, 217), (10817, 115, 44, 107), (10994, 115, 45, 57), (11037, 115, 45, 100), (11274, 115, 46, 111), (11390, 115, 46, 227), (11446, 115, 47, 58), (11703, 115, 48, 91), (11797, 115, 48, 185), (11923, 115, 49, 88), (12005, 115, 49, 170), (12394, 115, 51, 116), (12482, 115, 51, 204), (12820, 115, 53, 102), (12836, 115, 53, 118), (12999, 115, 54, 63), (13251, 115, 55, 98), (13255, 115, 55, 102), (13995, 115, 58, 197), (14079, 115, 59, 68), (14785, 115, 62, 140), (14886, 115, 62, 241), (15007, 115, 63, 153), (15908, 115, 67, 226), (16007, 115, 68, 121), (16261, 115, 69, 172), (16344, 115, 69, 255), (16363, 115, 70, 72), (16515, 115, 70, 224), (16604, 115, 71, 112), (16635, 115, 71, 143), (17240, 115, 74, 150), (17388, 115, 75, 101), (17635, 115, 76, 152), (17843, 115, 77, 164), (17876, 115, 77, 197), (18733, 115, 82, 93), (20024, 115, 88, 263), (20109, 115, 89, 165), (20432, 115, 91, 125), (20885, 115, 93, 219), (20950, 115, 94, 106), (21298, 115, 96, 101), (21508, 115, 97, 136), (21625, 115, 97, 253), (21731, 115, 98, 185), (22062, 115, 100, 171), (23044, 115, 106, 141), (23189, 115, 107, 121), (23688, 115, 110, 131), (23881, 115, 111, 163), (24041, 115, 112, 163), (24468, 115, 115, 115), (24528, 115, 115, 175), (24963, 115, 118, 142), (25735, 115, 123, 155), (25912, 115, 124, 184), (26009, 115, 125, 134), (26531, 115, 128, 218), (26734, 115, 130, 136), (26874, 115, 131, 134), (27135, 115, 132, 254), (27192, 115, 133, 170), (27547, 115, 135, 249), (28124, 115, 140, 155), (28535, 115, 143, 175), (29717, 115, 152, 238), (29826, 115, 153, 228), (30321, 115, 157, 256), (30442, 115, 158, 263), (30810, 115, 162, 184), (31152, 115, 165, 200), (32932, 115, 183, 218), (34219, 115, 199, 217), (35289, 115, 215, 255), (35312, 115, 216, 222), (35318, 115, 216, 228), (35728, 115, 224, 226), (36418, 115, 241, 253), (16, 116, 1, 16), (18, 116, 1, 18), (305, 116, 2, 35), (322, 116, 2, 52), (491, 116, 2, 221), (561, 116, 3, 22), (671, 116, 3, 132), (1147, 116, 5, 73), (1317, 116, 5, 243), (1336, 116, 5, 262), (1372, 116, 6, 32), (1381, 116, 6, 41), (1539, 116, 6, 199), (1923, 116, 8, 54), (1980, 116, 8, 111), (2096, 116, 8, 227), (2173, 116, 9, 41), (2388, 116, 9, 256), (2597, 116, 10, 203), (2630, 116, 10, 236), (2720, 116, 11, 65), (2736, 116, 11, 81), (2739, 116, 11, 84), (3063, 116, 12, 148), (3330, 116, 13, 156), (3377, 116, 13, 203), (3433, 116, 13, 259), (3497, 116, 14, 65), (3657, 116, 14, 225), (3836, 116, 15, 147), (3848, 116, 15, 159), (4157, 116, 16, 212), (4177, 116, 16, 232), (4226, 116, 17, 26), (4246, 116, 17, 46), (4363, 116, 17, 163), (4581, 116, 18, 127), (4666, 116, 18, 212), (4755, 116, 19, 48), (4805, 116, 19, 98), (4809, 116, 19, 102), (5025, 116, 20, 66), (5145, 116, 20, 187), (5178, 116, 20, 220), (5329, 116, 21, 120), (5401, 116, 21, 192), (5595, 116, 22, 136), (5712, 116, 22, 253), (5767, 116, 23, 59), (5852, 116, 23, 144), (5908, 116, 23, 200), (6159, 116, 24, 203), (6192, 116, 24, 236), (6215, 116, 24, 259), (6379, 116, 25, 176), (6389, 116, 25, 186), (6412, 116, 25, 209), (6531, 116, 26, 82), (6599, 116, 26, 150), (7041, 116, 28, 103), (7089, 116, 28, 151), (7116, 116, 28, 178), (7328, 116, 29, 147), (7373, 116, 29, 192), (7478, 116, 30, 55), (7514, 116, 30, 91), (7608, 116, 30, 185), (7876, 116, 31, 210), (7901, 116, 31, 235), (7986, 116, 32, 80), (8164, 116, 32, 258), (8218, 116, 33, 73), (8259, 116, 33, 114), (8388, 116, 33, 243), (8510, 116, 34, 127), (8521, 116, 34, 138), (8585, 116, 34, 202), (8859, 116, 35, 239), (8882, 116, 35, 262), (8922, 116, 36, 66), (9092, 116, 36, 236), (9620, 116, 39, 62), (9713, 116, 39, 155), (9841, 116, 40, 50), (9851, 116, 40, 60), (9940, 116, 40, 149), (10213, 116, 41, 191), (10322, 116, 42, 69), (10411, 116, 42, 158), (10468, 116, 42, 215), (10556, 116, 43, 74), (10763, 116, 44, 53), (10852, 116, 44, 142), (10881, 116, 44, 171), (10996, 116, 45, 59), (11058, 116, 45, 121), (11081, 116, 45, 144), (11313, 116, 46, 150), (11393, 116, 46, 230), (11859, 116, 48, 247), (11869, 116, 48, 257), (11926, 116, 49, 91), (11945, 116, 49, 110), (11969, 116, 49, 134), (12159, 116, 50, 102), (12175, 116, 50, 118), (12437, 116, 51, 159), (12503, 116, 51, 225), (12582, 116, 52, 83), (12738, 116, 52, 239), (12890, 116, 53, 172), (12973, 116, 53, 255), (13110, 116, 54, 174), (13118, 116, 54, 182), (13325, 116, 55, 172), (13408, 116, 55, 255), (13457, 116, 56, 88), (13527, 116, 56, 158), (13539, 116, 56, 170), (13644, 116, 57, 60), (13665, 116, 57, 81), (13668, 116, 57, 84), (13901, 116, 58, 103), (13949, 116, 58, 151), (13954, 116, 58, 156), (14182, 116, 59, 171), (14323, 116, 60, 100), (14802, 116, 62, 157), (14862, 116, 62, 217), (14936, 116, 63, 82), (15004, 116, 63, 150), (15073, 116, 63, 219), (15172, 116, 64, 110), (15311, 116, 64, 249), (15422, 116, 65, 152), (15569, 116, 66, 93), (15814, 116, 67, 132), (16006, 116, 68, 120), (16078, 116, 68, 192), (16131, 116, 68, 245), (16329, 116, 69, 240), (16341, 116, 69, 252), (16442, 116, 70, 151), (16469, 116, 70, 178), (16526, 116, 70, 235), (16621, 116, 71, 129), (16665, 116, 71, 173), (16722, 116, 71, 230), (17108, 116, 73, 216), (17277, 116, 74, 187), (17310, 116, 74, 220), (17442, 116, 75, 155), (17471, 116, 75, 184), (17572, 116, 76, 89), (17627, 116, 76, 144), (17683, 116, 76, 200), (17782, 116, 77, 103), (17835, 116, 77, 156), (17938, 116, 77, 259), (18458, 116, 80, 199), (18513, 116, 80, 254), (18550, 116, 81, 100), (18868, 116, 82, 228), (19031, 116, 83, 201), (19051, 116, 83, 221), (19170, 116, 84, 152), (19906, 116, 88, 145), (19951, 116, 88, 190), (20148, 116, 89, 204), (20182, 116, 89, 238), (20570, 116, 91, 263), (20886, 116, 93, 220), (21028, 116, 94, 184), (21132, 116, 95, 111), (21133, 116, 95, 112), (21164, 116, 95, 143), (21381, 116, 96, 184), (21578, 116, 97, 206), (21582, 116, 97, 210), (21623, 116, 97, 251), (21777, 116, 98, 231), (21803, 116, 98, 257), (21845, 116, 99, 126), (21965, 116, 99, 246), (21977, 116, 99, 258), (22040, 116, 100, 149), (22200, 116, 101, 138), (22208, 116, 101, 146), (22264, 116, 101, 202), (22463, 116, 102, 231), (22848, 116, 105, 111), (22849, 116, 105, 112), (22964, 116, 105, 227), (23030, 116, 106, 127), (23041, 116, 106, 138), (23115, 116, 106, 212), (23188, 116, 107, 120), (23308, 116, 107, 240), (23313, 116, 107, 245), (23690, 116, 110, 133), (24128, 116, 112, 250), (24287, 116, 113, 249), (24349, 116, 114, 153), (24412, 116, 114, 216), (24526, 116, 115, 173), (24530, 116, 115, 177), (24603, 116, 115, 250), (24627, 116, 116, 116), (24715, 116, 116, 204), (24749, 116, 116, 238), (24794, 116, 117, 128), (24847, 116, 117, 181), (24888, 116, 117, 222), (24970, 116, 118, 149), (25052, 116, 118, 231), (25423, 116, 121, 142), (25452, 116, 121, 171), (26061, 116, 125, 186), (26122, 116, 125, 247), (26132, 116, 125, 257), (26224, 116, 126, 201), (26277, 116, 126, 254), (26477, 116, 128, 164), (26507, 116, 128, 194), (26619, 116, 129, 163), (26631, 116, 129, 175), (26808, 116, 130, 210), (26849, 116, 130, 251), (26916, 116, 131, 176), (26926, 116, 131, 186), (26987, 116, 131, 247), (27017, 116, 132, 136), (27156, 116, 133, 134), (27271, 116, 133, 249), (27423, 116, 134, 263), (27446, 116, 135, 148), (27474, 116, 135, 176), (27507, 116, 135, 209), (27651, 116, 136, 217), (28175, 116, 140, 206), (28402, 116, 142, 172), (28537, 116, 143, 177), (28610, 116, 143, 250), (28773, 116, 145, 158), (28830, 116, 145, 215), (28997, 116, 146, 256), (29033, 116, 147, 165), (29158, 116, 148, 166), (29704, 116, 152, 225), (29772, 116, 153, 174), (29780, 116, 153, 182), (29991, 116, 155, 157), (30318, 116, 157, 253), (30458, 116, 159, 165), (30966, 116, 163, 230), (31027, 116, 164, 183), (31268, 116, 166, 209), (31664, 116, 170, 190), (31706, 116, 170, 232), (31950, 116, 173, 175), (32089, 116, 174, 216), (32148, 116, 175, 177), (32483, 116, 178, 226), (32728, 116, 181, 194), (32778, 116, 181, 244), (32851, 116, 182, 227), (32908, 116, 183, 194), (32911, 116, 183, 197), (33144, 116, 185, 255), (33152, 116, 185, 263), (33589, 116, 191, 199), (33646, 116, 191, 256), (34312, 116, 200, 238), (34391, 116, 201, 246), (34726, 116, 206, 241), (35286, 116, 215, 252), (35398, 116, 217, 253), (35438, 116, 218, 239), (35442, 116, 218, 243), (35461, 116, 218, 262), (35474, 116, 219, 222), (35480, 116, 219, 228), (35601, 116, 221, 246), (35649, 116, 222, 244), (35830, 116, 226, 235), (35928, 116, 228, 244), (36416, 116, 241, 251), (36735, 116, 254, 258), (144, 117, 1, 144), (200, 117, 1, 200), (361, 117, 2, 91), (404, 117, 2, 134), (712, 117, 3, 173), (716, 117, 3, 177), (906, 117, 4, 99), (1008, 117, 4, 201), (1310, 117, 5, 236), (1385, 117, 6, 45), (1511, 117, 6, 171), (1620, 117, 7, 15), (1656, 117, 7, 51), (2024, 117, 8, 155), (2155, 117, 9, 23), (2208, 117, 9, 76), (2472, 117, 10, 78), (2636, 117, 10, 242), (2862, 117, 11, 207), (2919, 117, 11, 264), (3212, 117, 13, 38), (3313, 117, 13, 139), (3628, 117, 14, 196), (3637, 117, 14, 205), (3808, 117, 15, 119), (4049, 117, 16, 104), (4112, 117, 16, 167), (4247, 117, 17, 47), (4272, 117, 17, 72), (4621, 117, 18, 167), (5119, 117, 20, 161), (5126, 117, 20, 168), (5422, 117, 21, 213), (5442, 117, 21, 233), (5519, 117, 22, 60), (5608, 117, 22, 149), (5899, 117, 23, 191), (5994, 117, 24, 38), (6198, 117, 24, 242), (6801, 117, 27, 107), (7118, 117, 28, 180), (7175, 117, 28, 237), (7266, 117, 29, 85), (7414, 117, 29, 233), (7663, 117, 30, 240), (7675, 117, 30, 252), (7774, 117, 31, 108), (7926, 117, 31, 260), (8348, 117, 33, 203), (8381, 117, 33, 236), (8475, 117, 34, 92), (8543, 117, 34, 160), (8686, 117, 35, 66), (8840, 117, 35, 220), (8934, 117, 36, 78), (9123, 117, 36, 267), (9179, 117, 37, 88), (9261, 117, 37, 170), (9623, 117, 39, 65), (9642, 117, 39, 84), (9877, 117, 40, 86), (10425, 117, 42, 172), (10508, 117, 42, 255), (10683, 117, 43, 201), (10703, 117, 43, 221), (10766, 117, 44, 56), (10855, 117, 44, 145), (11128, 117, 45, 191), (11538, 117, 47, 150), (11800, 117, 48, 188), (11810, 117, 48, 198), (11955, 117, 49, 120), (12080, 117, 49, 245), (12189, 117, 50, 132), (12483, 117, 51, 205), (12686, 117, 52, 187), (12719, 117, 52, 220), (12844, 117, 53, 126), (12976, 117, 53, 258), (13039, 117, 54, 103), (13092, 117, 54, 156), (13279, 117, 55, 126), (13399, 117, 55, 246), (13490, 117, 56, 121), (13777, 117, 57, 193), (13848, 117, 57, 264), (13952, 117, 58, 154), (14035, 117, 58, 237), (14201, 117, 59, 190), (14243, 117, 59, 232), (14440, 117, 60, 217), (14604, 117, 61, 170), (14740, 117, 62, 95), (14750, 117, 62, 105), (15254, 117, 64, 192), (15345, 117, 65, 75), (15694, 117, 66, 218), (15811, 117, 67, 129), (15855, 117, 67, 173), (16099, 117, 68, 213), (16115, 117, 68, 229), (16179, 117, 69, 90), (16400, 117, 70, 109), (16471, 117, 70, 180), (16698, 117, 71, 206), (16743, 117, 71, 251), (16923, 117, 72, 230), (17169, 117, 74, 79), (17251, 117, 74, 161), (17512, 117, 75, 225), (17629, 117, 76, 146), (17818, 117, 77, 139), (17833, 117, 77, 154), (18401, 117, 80, 142), (18430, 117, 80, 171), (18607, 117, 81, 157), (18667, 117, 81, 217), (18804, 117, 82, 164), (18837, 117, 82, 197), (18921, 117, 83, 91), (19015, 117, 83, 185), (19175, 117, 84, 157), (19371, 117, 85, 165), (19510, 117, 86, 118), (19898, 117, 88, 137), (20071, 117, 89, 127), (20156, 117, 89, 212), (20588, 117, 92, 101), (20834, 117, 93, 168), (20933, 117, 93, 267), (21003, 117, 94, 159), (21274, 117, 95, 253), (21422, 117, 96, 225), (21551, 117, 97, 179), (21606, 117, 97, 234), (21734, 117, 98, 188), (21769, 117, 98, 223), (21930, 117, 99, 211), (22084, 117, 100, 193), (22421, 117, 102, 189), (22455, 117, 102, 223), (22629, 117, 103, 227), (22892, 117, 105, 155), (23063, 117, 106, 160), (23297, 117, 107, 229), (23362, 117, 108, 130), (23621, 117, 109, 226), (23796, 117, 110, 239), (23819, 117, 110, 262), (23869, 117, 111, 151), (23896, 117, 111, 178), (24056, 117, 112, 178), (24113, 117, 112, 235), (24185, 117, 113, 147), (24563, 117, 115, 210), (24638, 117, 116, 127), (24649, 117, 116, 138), (24783, 117, 117, 117), (24910, 117, 117, 244), (25010, 117, 118, 189), (25140, 117, 119, 165), (25260, 117, 120, 133), (25471, 117, 121, 190), (25828, 117, 123, 248), (25850, 117, 123, 270), (25994, 117, 124, 266), (25998, 117, 124, 270), (26044, 117, 125, 169), (26073, 117, 125, 198), (26489, 117, 128, 176), (26522, 117, 128, 209), (26680, 117, 129, 224), (26832, 117, 130, 234), (26909, 117, 131, 169), (27030, 117, 132, 149), (27214, 117, 133, 192), (27399, 117, 134, 239), (27611, 117, 136, 177), (27684, 117, 136, 250), (27727, 117, 137, 158), (27907, 117, 138, 204), (28164, 117, 140, 195), (28217, 117, 140, 248), (28247, 117, 141, 147), (28259, 117, 141, 159), (28488, 117, 142, 258), (28595, 117, 143, 235), (28720, 117, 144, 232), (28979, 117, 146, 238), (29173, 117, 148, 181), (29214, 117, 148, 222), (29435, 117, 150, 197), (29586, 117, 151, 227), (29675, 117, 152, 196), (29686, 117, 152, 207), (29754, 117, 153, 156), (29857, 117, 153, 259), (30892, 117, 162, 266), (30942, 117, 163, 206), (31063, 117, 164, 219), (31847, 117, 172, 145), (32057, 117, 174, 184), (32181, 117, 175, 210), (32222, 117, 175, 251), (32251, 117, 176, 183), (32592, 117, 179, 241), (32743, 117, 181, 209), (32808, 117, 182, 184), (32900, 117, 183, 186), (33135, 117, 185, 246), (33281, 117, 187, 221), (33846, 117, 194, 219), (33871, 117, 194, 244), (33945, 117, 195, 241), (34286, 117, 200, 212), (34419, 117, 202, 204), (34453, 117, 202, 238), (34500, 117, 203, 216), (35054, 117, 211, 254), (35349, 117, 216, 259), (35732, 117, 224, 230), (35855, 117, 226, 260), (36397, 117, 240, 263), (36473, 117, 243, 249), (36542, 117, 245, 263), (36639, 117, 249, 262), (36652, 117, 250, 253), (36695, 117, 252, 255), (2495, 118, 10, 101), (2703, 118, 11, 48), (2780, 118, 11, 125), (2944, 118, 12, 29), (3080, 118, 12, 165), (3208, 118, 13, 34), (3280, 118, 13, 106), (3457, 118, 14, 25), (3563, 118, 14, 131), (3824, 118, 15, 135), (3855, 118, 15, 166), (3973, 118, 16, 28), (4003, 118, 16, 58), (4512, 118, 18, 58), (4531, 118, 18, 77), (5000, 118, 20, 41), (5157, 118, 20, 199), (5333, 118, 21, 124), (5371, 118, 21, 162), (5990, 118, 24, 34), (6057, 118, 24, 101), (6254, 118, 25, 51), (7343, 118, 29, 162), (7754, 118, 31, 88), (7824, 118, 31, 158), (7980, 118, 32, 74), (9112, 118, 36, 256), (9893, 118, 40, 102), (9909, 118, 40, 118), (10115, 118, 41, 93), (11669, 118, 48, 57), (12413, 118, 51, 135), (13682, 118, 57, 98), (16009, 118, 68, 123), (16010, 118, 68, 124), (16186, 118, 69, 97), (16330, 118, 69, 241), (16461, 118, 70, 170), (17289, 118, 74, 199), (17785, 118, 77, 106), (19987, 118, 88, 226), (20922, 118, 93, 256), (21587, 118, 97, 215), (21646, 118, 98, 100), (21993, 118, 100, 102), (23191, 118, 107, 123), (23208, 118, 107, 140), (24939, 118, 118, 118), (26027, 118, 125, 152), (26756, 118, 130, 158), (26813, 118, 130, 215), (26892, 118, 131, 152), (31118, 118, 165, 166), (31700, 118, 170, 226), (915, 119, 4, 108), (986, 119, 4, 179), (1041, 119, 4, 234), (1690, 119, 7, 85), (1724, 119, 7, 119), (1838, 119, 7, 233), (6887, 119, 27, 193), (6901, 119, 27, 207), (6958, 119, 27, 264), (9279, 119, 37, 188), (9280, 119, 37, 189), (9314, 119, 37, 223), (9481, 119, 38, 156), (9528, 119, 38, 203), (9584, 119, 38, 259), (10590, 119, 43, 108), (10716, 119, 43, 234), (10742, 119, 43, 260), (14622, 119, 61, 188), (14632, 119, 61, 198), (14657, 119, 61, 223), (15585, 119, 66, 109), (15656, 119, 66, 180), (15713, 119, 66, 237), (17977, 119, 78, 103), (18025, 119, 78, 151), (18030, 119, 78, 156), (18277, 119, 79, 210), (18302, 119, 79, 235), (19325, 119, 85, 119), (19411, 119, 85, 205), (19529, 119, 86, 137), (19787, 119, 87, 210), (19828, 119, 87, 251), (20319, 119, 90, 193), (20390, 119, 90, 264), (22644, 119, 103, 242), (22669, 119, 103, 267), (22739, 119, 104, 169), (22758, 119, 104, 188), (22768, 119, 104, 198), (23419, 119, 108, 187), (23582, 119, 109, 187), (23615, 119, 109, 220), (25094, 119, 119, 119), (25637, 119, 122, 206), (27758, 119, 137, 189), (27792, 119, 137, 223), (28040, 119, 139, 203), (28073, 119, 139, 236), (28096, 119, 139, 259), (29261, 119, 148, 269), (29263, 119, 148, 271), (29527, 119, 151, 168), (29626, 119, 151, 267), (29919, 119, 154, 203), (29952, 119, 154, 236), (30192, 119, 156, 242), (30694, 119, 161, 178), (30751, 119, 161, 235), (31333, 119, 167, 169), (31362, 119, 167, 198), (31447, 119, 168, 178), (31504, 119, 168, 235), (32337, 119, 176, 269), (32524, 119, 178, 267), (32562, 119, 179, 211), (32663, 119, 180, 220), (33320, 119, 187, 260), (33915, 119, 195, 211), (33993, 119, 196, 213), (34009, 119, 196, 229), (34013, 119, 196, 233), (34632, 119, 205, 213), (34652, 119, 205, 233), (34699, 119, 206, 214), (34750, 119, 206, 265), (34763, 119, 207, 213), (34779, 119, 207, 229), (34946, 119, 209, 269), (34953, 119, 210, 214), (35034, 119, 211, 234), (35228, 119, 214, 251), (35564, 119, 220, 260), (35991, 119, 229, 264), (36237, 119, 236, 237), (36454, 119, 242, 259), (36685, 119, 251, 265), (60, 120, 1, 60), (81, 120, 1, 81), (699, 120, 3, 160), (1026, 120, 4, 219), (1051, 120, 4, 244), (1516, 120, 6, 176), (1526, 120, 6, 186), (1658, 120, 7, 53), (1660, 120, 7, 55), (2020, 120, 8, 151), (2047, 120, 8, 178), (2379, 120, 9, 247), (2389, 120, 9, 257), (4266, 120, 17, 66), (4420, 120, 17, 220), (4853, 120, 19, 146), (4909, 120, 19, 202), (5497, 120, 22, 38), (5598, 120, 22, 139), (5901, 120, 23, 193), (5972, 120, 23, 264), (6657, 120, 26, 208), (6710, 120, 26, 261), (6943, 120, 27, 249), (7689, 120, 30, 266), (9246, 120, 37, 155), (9457, 120, 38, 132), (9738, 120, 39, 180), (9795, 120, 39, 237), (10412, 120, 42, 159), (10564, 120, 43, 82), (10701, 120, 43, 219), (11144, 120, 45, 207), (11201, 120, 45, 264), (11424, 120, 46, 261), (11434, 120, 46, 271), (12083, 120, 49, 248), (12105, 120, 49, 270), (12184, 120, 50, 127), (12195, 120, 50, 138), (12923, 120, 53, 205), (13272, 120, 55, 119), (13434, 120, 56, 65), (13594, 120, 56, 225), (14180, 120, 59, 169), (14435, 120, 60, 212), (14496, 120, 61, 62), (14589, 120, 61, 155), (14749, 120, 62, 104), (15062, 120, 63, 208), (15122, 120, 63, 268), (15241, 120, 64, 179), (15257, 120, 64, 195), (15460, 120, 65, 190), (15706, 120, 66, 230), (15774, 120, 67, 92), (15842, 120, 67, 160), (16761, 120, 71, 269), (17102, 120, 73, 210), (17143, 120, 73, 251), (17396, 120, 75, 109), (17467, 120, 75, 180), (17676, 120, 76, 193), (18250, 120, 79, 183), (18435, 120, 80, 176), (18468, 120, 80, 209), (18682, 120, 81, 232), (18827, 120, 82, 187), (19208, 120, 84, 190), (19250, 120, 84, 232), (19297, 120, 85, 91), (19391, 120, 85, 185), (19596, 120, 86, 204), (19630, 120, 86, 238), (19705, 120, 87, 128), (19760, 120, 87, 183), (20132, 120, 89, 188), (20167, 120, 89, 223), (20540, 120, 91, 233), (20711, 120, 92, 224), (20952, 120, 94, 108), (21104, 120, 94, 260), (21124, 120, 95, 103), (21177, 120, 95, 156), (21306, 120, 96, 109), (21457, 120, 96, 260), (22507, 120, 103, 105), (22823, 120, 104, 253), (22888, 120, 105, 151), (23373, 120, 108, 141), (23770, 120, 110, 213), (23786, 120, 110, 229), (24217, 120, 113, 179), (24272, 120, 113, 234), (24406, 120, 114, 210), (24700, 120, 116, 189), (24734, 120, 116, 223), (24877, 120, 117, 211), (25160, 120, 119, 185), (25247, 120, 120, 120), (25319, 120, 120, 192), (25653, 120, 122, 222), (25659, 120, 122, 228), (26171, 120, 126, 148), (26317, 120, 127, 149), (26527, 120, 128, 214), (26692, 120, 129, 236), (27123, 120, 132, 242), (27217, 120, 133, 195), (27270, 120, 133, 248), (27373, 120, 134, 213), (27393, 120, 134, 233), (27601, 120, 136, 167), (27753, 120, 137, 184), (27934, 120, 138, 231), (28054, 120, 139, 217), (28334, 120, 141, 234), (28426, 120, 142, 196), (28435, 120, 142, 205), (28657, 120, 144, 169), (28686, 120, 144, 198), (28840, 120, 145, 225), (28998, 120, 146, 257), (29108, 120, 147, 240), (29120, 120, 147, 252), (29250, 120, 148, 258), (29327, 120, 149, 212), (29425, 120, 150, 187), (29458, 120, 150, 220), (29873, 120, 154, 157), (29933, 120, 154, 217), (30200, 120, 156, 250), (30302, 120, 157, 237), (30545, 120, 159, 252), (31007, 120, 163, 271), (31417, 120, 167, 253), (31771, 120, 171, 196), (31782, 120, 171, 207), (31978, 120, 173, 203), (32011, 120, 173, 236), (32108, 120, 174, 235), (32240, 120, 175, 269), (32366, 120, 177, 203), (32422, 120, 177, 259), (32439, 120, 178, 182), (32748, 120, 181, 214), (32799, 120, 181, 265), (32859, 120, 182, 235), (33166, 120, 186, 191), (33344, 120, 188, 200), (33431, 120, 189, 204), (33637, 120, 191, 247), (33715, 120, 192, 245), (34129, 120, 198, 200), (34446, 120, 202, 231), (34728, 120, 206, 243), (34747, 120, 206, 262), (34935, 120, 209, 258), (35044, 120, 211, 244), (35670, 120, 222, 265), (35952, 120, 228, 268), (35976, 120, 229, 249), (36475, 120, 243, 251), (36658, 120, 250, 259), (36860, 120, 263, 266), (36864, 120, 263, 270), (21, 121, 1, 21), (29, 121, 1, 29), (304, 121, 2, 34), (371, 121, 2, 101), (602, 121, 3, 63), (767, 121, 3, 228), (1203, 121, 5, 129), (1247, 121, 5, 173), (1428, 121, 6, 88), (1510, 121, 6, 170), (1968, 121, 8, 99), (2070, 121, 8, 201), (2290, 121, 9, 158), (2347, 121, 9, 215), (2600, 121, 10, 206), (2645, 121, 10, 251), (2895, 121, 11, 240), (2907, 121, 11, 252), (2975, 121, 12, 60), (3064, 121, 12, 149), (3474, 121, 14, 42), (3577, 121, 14, 145), (3745, 121, 15, 56), (3879, 121, 15, 190), (4071, 121, 16, 126), (4203, 121, 16, 258), (4353, 121, 17, 153), (4416, 121, 17, 216), (4580, 121, 18, 126), (4700, 121, 18, 246), (4830, 121, 19, 123), (4847, 121, 19, 140), (5193, 121, 20, 235), (5421, 121, 21, 212), (5569, 121, 22, 110), (5593, 121, 22, 134), (5772, 121, 23, 64), (5821, 121, 23, 113), (6162, 121, 24, 206), (6268, 121, 25, 65), (6287, 121, 25, 84), (6516, 121, 26, 67), (6673, 121, 26, 224), (7413, 121, 29, 232), (7512, 121, 30, 89), (7539, 121, 30, 116), (7842, 121, 31, 176), (7875, 121, 31, 209), (8020, 121, 32, 114), (8080, 121, 32, 174), (8274, 121, 33, 129), (8375, 121, 33, 230), (8466, 121, 34, 83), (8797, 121, 35, 177), (8870, 121, 35, 250), (9066, 121, 36, 210), (9107, 121, 36, 251), (9613, 121, 39, 55), (9743, 121, 39, 185), (9911, 121, 40, 120), (9983, 121, 40, 192), (10095, 121, 41, 73), (10265, 121, 41, 243), (10405, 121, 42, 152), (10769, 121, 44, 59), (10854, 121, 44, 144), (11050, 121, 45, 113), (11078, 121, 45, 141), (11235, 121, 46, 72), (11387, 121, 46, 224), (11459, 121, 47, 71), (11551, 121, 47, 163), (11771, 121, 48, 159), (12039, 121, 49, 204), (12073, 121, 49, 238), (12181, 121, 50, 124), (12219, 121, 50, 162), (12334, 121, 51, 56), (12423, 121, 51, 145), (12594, 121, 52, 95), (12749, 121, 52, 250), (12793, 121, 53, 75), (12814, 121, 53, 96), (13018, 121, 54, 82), (13086, 121, 54, 150), (13228, 121, 55, 75), (13824, 121, 57, 240), (13829, 121, 57, 245), (14132, 121, 59, 121), (14389, 121, 60, 166), (14773, 121, 62, 128), (14826, 121, 62, 181), (14921, 121, 63, 67), (15138, 121, 64, 76), (15401, 121, 65, 131), (16013, 121, 68, 127), (16098, 121, 68, 212), (16235, 121, 69, 146), (16291, 121, 69, 202), (16439, 121, 70, 148), (16689, 121, 71, 197), (16856, 121, 72, 163), (17091, 121, 73, 199), (17268, 121, 74, 178), (17325, 121, 74, 235), (17616, 121, 76, 133), (18429, 121, 80, 170), (18585, 121, 81, 135), (18616, 121, 81, 166), (18867, 121, 82, 227), (18936, 121, 83, 106), (19153, 121, 84, 135), (19952, 121, 88, 191), (20199, 121, 89, 255), (20464, 121, 91, 157), (20524, 121, 91, 217), (20876, 121, 93, 210), (20986, 121, 94, 142), (21015, 121, 94, 171), (21242, 121, 95, 221), (21339, 121, 96, 142), (21558, 121, 97, 186), (21619, 121, 97, 247), (21693, 121, 98, 147), (21705, 121, 98, 159), (21901, 121, 99, 182), (22011, 121, 100, 120), (22136, 121, 100, 245), (22301, 121, 101, 239), (22379, 121, 102, 147), (22938, 121, 105, 201), (22958, 121, 105, 221), (23149, 121, 106, 246), (23195, 121, 107, 127), (23206, 121, 107, 138), (23689, 121, 110, 132), (23937, 121, 111, 219), (23962, 121, 111, 244), (23995, 121, 112, 117), (24122, 121, 112, 244), (24395, 121, 114, 199), (24517, 121, 115, 164), (24547, 121, 115, 194), (24774, 121, 116, 263), (24809, 121, 117, 143), (25013, 121, 118, 192), (25402, 121, 121, 121), (25811, 121, 123, 231), (25959, 121, 124, 231), (26100, 121, 125, 225), (26468, 121, 128, 155), (26774, 121, 130, 176), (26784, 121, 130, 186), (26965, 121, 131, 225), (27130, 121, 132, 249), (27260, 121, 133, 238), (27377, 121, 134, 217), (27656, 121, 136, 222), (27662, 121, 136, 228), (28226, 121, 140, 257), (28271, 121, 141, 171), (28554, 121, 143, 194), (28660, 121, 144, 172), (28956, 121, 146, 215), (29218, 121, 148, 226), (29277, 121, 149, 162), (29391, 121, 150, 153), (29731, 121, 152, 252), (30017, 121, 155, 183), (30250, 121, 157, 185), (30370, 121, 158, 191), (31019, 121, 164, 175), (31142, 121, 165, 190), (31184, 121, 165, 232), (31876, 121, 172, 200), (31993, 121, 173, 218), (32127, 121, 174, 254), (32168, 121, 175, 197), (32381, 121, 177, 218), (32787, 121, 181, 253), (32878, 121, 182, 254), (34329, 121, 200, 255), (34615, 121, 204, 263), (34903, 121, 209, 226), (35320, 121, 216, 230), (35479, 121, 219, 227), (35658, 121, 222, 253), (36412, 121, 241, 247), (36422, 121, 241, 257), (36480, 121, 243, 256), (36772, 121, 256, 262), (25553, 122, 122, 122), (2434, 123, 10, 40), (2494, 123, 10, 100), (2675, 123, 11, 20), (2748, 123, 11, 93), (3012, 123, 12, 97), (3156, 123, 12, 241), (3276, 123, 13, 102), (3292, 123, 13, 118), (3506, 123, 14, 74), (5110, 123, 20, 152), (5996, 123, 24, 40), (6074, 123, 24, 118), (6234, 123, 25, 31), (6429, 123, 25, 226), (6986, 123, 28, 48), (7063, 123, 28, 125), (7801, 123, 31, 135), (8913, 123, 36, 57), (8956, 123, 36, 100), (11670, 123, 48, 58), (13677, 123, 57, 93), (13896, 123, 58, 98), (16416, 123, 70, 125), (16422, 123, 70, 131), (17242, 123, 74, 152), (17777, 123, 77, 98), (17781, 123, 77, 102), (21538, 123, 97, 166), (25703, 123, 123, 123), (25704, 123, 123, 124), (25868, 123, 124, 140), (26733, 123, 130, 135), (26764, 123, 130, 166), (26966, 123, 131, 226), (28131, 123, 140, 162), (30867, 123, 162, 241), (2405, 124, 10, 11), (2451, 124, 10, 57), (2691, 124, 11, 36), (3038, 124, 12, 123), (3055, 124, 12, 140), (3214, 124, 13, 40), (3274, 124, 13, 100), (3452, 124, 14, 20), (3525, 124, 14, 93), (3763, 124, 15, 74), (5010, 124, 20, 51), (6013, 124, 24, 57), (6056, 124, 24, 100), (6300, 124, 25, 97), (6333, 124, 25, 130), (7036, 124, 28, 98), (7040, 124, 28, 102), (7791, 124, 31, 125), (7797, 124, 31, 131), (9008, 124, 36, 152), (9868, 124, 40, 77), (11682, 124, 48, 70), (11838, 124, 48, 226), (12352, 124, 51, 74), (13900, 124, 58, 102), (13916, 124, 58, 118), (16389, 124, 70, 98), (17797, 124, 77, 118), (20818, 124, 93, 152), (21507, 124, 97, 135), (25742, 124, 123, 162), (25852, 124, 124, 124), (25890, 124, 124, 162), (26101, 124, 125, 226), (26729, 124, 130, 131), (27539, 124, 135, 241), (28135, 124, 140, 166), (31300, 124, 166, 241), (2482, 125, 10, 88), (2552, 125, 10, 158), (2778, 125, 11, 123), (2779, 125, 11, 124), (2955, 125, 12, 40), (3015, 125, 12, 100), (3243, 125, 13, 69), (3389, 125, 13, 215), (3572, 125, 14, 140), (3673, 125, 14, 241), (3786, 125, 15, 97), (3819, 125, 15, 130), (3965, 125, 16, 20), (4019, 125, 16, 74), (4528, 125, 18, 74), (5279, 125, 21, 70), (5435, 125, 21, 226), (6114, 125, 24, 158), (6171, 125, 24, 215), (6301, 125, 25, 98), (6305, 125, 25, 102), (7006, 125, 28, 68), (7045, 125, 28, 107), (7212, 125, 29, 31), (7407, 125, 29, 226), (7831, 125, 31, 165), (8944, 125, 36, 88), (9026, 125, 36, 170), (9957, 125, 40, 166), (11737, 125, 48, 125), (11743, 125, 48, 131), (12375, 125, 51, 97), (12519, 125, 51, 241), (13708, 125, 57, 124), (13746, 125, 57, 162), (13905, 125, 58, 107), (15956, 125, 68, 70), (16166, 125, 69, 77), (20836, 125, 93, 170), (21677, 125, 98, 131), (22053, 125, 100, 162), (22367, 125, 102, 135), (24956, 125, 118, 135), (24987, 125, 118, 166), (25732, 125, 123, 152), (26000, 125, 125, 125), (26763, 125, 130, 165), (28121, 125, 140, 152), (8, 126, 1, 8), (182, 126, 1, 182), (276, 126, 2, 6), (461, 126, 2, 191), (589, 126, 3, 50), (770, 126, 3, 231), (851, 126, 4, 44), (979, 126, 4, 172), (1340, 126, 5, 266), (1423, 126, 6, 83), (1786, 126, 7, 181), (1827, 126, 7, 222), (2101, 126, 8, 232), (2371, 126, 9, 239), (2394, 126, 9, 262), (3958, 126, 15, 269), (4113, 126, 16, 168), (4212, 126, 16, 267), (4320, 126, 17, 120), (4445, 126, 17, 245), (4532, 126, 18, 78), (4721, 126, 18, 267), (4843, 126, 19, 136), (4960, 126, 19, 253), (5470, 126, 21, 261), (5480, 126, 21, 271), (5596, 126, 22, 137), (5811, 126, 23, 103), (5859, 126, 23, 151), (6656, 126, 26, 207), (6713, 126, 26, 264), (7452, 126, 29, 271), (8015, 126, 32, 109), (8166, 126, 32, 260), (8421, 126, 34, 38), (8625, 126, 34, 242), (8868, 126, 35, 248), (8890, 126, 35, 270), (9248, 126, 37, 157), (9308, 126, 37, 217), (9426, 126, 38, 101), (9619, 126, 39, 61), (9662, 126, 39, 104), (10202, 126, 41, 180), (10259, 126, 41, 237), (10426, 126, 42, 173), (10430, 126, 42, 177), (10526, 126, 43, 44), (10603, 126, 43, 121), (11088, 126, 45, 151), (11115, 126, 45, 178), (11356, 126, 46, 193), (11427, 126, 46, 264), (11469, 126, 47, 81), (11472, 126, 47, 84), (12124, 126, 50, 67), (12694, 126, 52, 195), (12747, 126, 52, 248), (12928, 126, 53, 210), (13363, 126, 55, 210), (13404, 126, 55, 251), (13464, 126, 56, 95), (13619, 126, 56, 250), (14198, 126, 59, 187), (14231, 126, 59, 220), (14295, 126, 60, 72), (14447, 126, 60, 224), (14591, 126, 61, 157), (14892, 126, 62, 247), (14902, 126, 62, 257), (15050, 126, 63, 196), (15061, 126, 63, 207), (15434, 126, 65, 164), (15467, 126, 65, 197), (15620, 126, 66, 144), (15676, 126, 66, 200), (15831, 126, 67, 149), (16094, 126, 68, 208), (16147, 126, 68, 261), (16211, 126, 69, 122), (16354, 126, 69, 265), (16578, 126, 71, 86), (16774, 126, 72, 81), (17030, 126, 73, 138), (17094, 126, 73, 202), (17391, 126, 75, 104), (17454, 126, 75, 167), (17586, 126, 76, 103), (17639, 126, 76, 156), (17980, 126, 78, 106), (18155, 126, 79, 88), (18237, 126, 79, 170), (18342, 126, 80, 83), (18505, 126, 80, 246), (18832, 126, 82, 192), (19215, 126, 84, 197), (19334, 126, 85, 128), (19389, 126, 85, 183), (19567, 126, 86, 175), (19665, 126, 87, 88), (19735, 126, 87, 158), (20180, 126, 89, 236), (20513, 126, 91, 206), (20600, 126, 92, 113), (20628, 126, 92, 141), (21004, 126, 94, 160), (21211, 126, 95, 190), (21364, 126, 96, 167), (21827, 126, 99, 108), (21953, 126, 99, 234), (22201, 126, 101, 139), (22927, 126, 105, 190), (22969, 126, 105, 232), (23145, 126, 106, 242), (23276, 126, 107, 208), (23336, 126, 107, 268), (23486, 126, 108, 254), (23594, 126, 109, 199), (23887, 126, 111, 169), (23916, 126, 111, 198), (24066, 126, 112, 188), (24076, 126, 112, 198), (24323, 126, 114, 127), (24334, 126, 114, 138), (24542, 126, 115, 189), (24576, 126, 115, 223), (24714, 126, 116, 203), (24747, 126, 116, 236), (24825, 126, 117, 159), (25103, 126, 119, 128), (25156, 126, 119, 181), (25277, 126, 120, 150), (25468, 126, 121, 187), (26149, 126, 126, 126), (26281, 126, 126, 258), (26342, 126, 127, 174), (26696, 126, 129, 240), (26708, 126, 129, 252), (27665, 126, 136, 231), (27786, 126, 137, 217), (28260, 126, 141, 160), (28465, 126, 142, 235), (28548, 126, 143, 188), (28583, 126, 143, 223), (28708, 126, 144, 220), (28792, 126, 145, 177), (28865, 126, 145, 250), (28984, 126, 146, 243), (29003, 126, 146, 262), (29087, 126, 147, 219), (29112, 126, 147, 244), (29339, 126, 149, 224), (29430, 126, 150, 192), (29972, 126, 154, 256), (30020, 126, 155, 186), (30081, 126, 155, 247), (30188, 126, 156, 238), (30393, 126, 158, 214), (30537, 126, 159, 244), (30686, 126, 161, 170), (30929, 126, 163, 193), (31069, 126, 164, 225), (31221, 126, 165, 269), (31599, 126, 169, 227), (31753, 126, 171, 178), (31810, 126, 171, 235), (31887, 126, 172, 211), (32027, 126, 173, 252), (32085, 126, 174, 212), (32160, 126, 175, 189), (32252, 126, 176, 184), (32552, 126, 179, 201), (32572, 126, 179, 221), (32642, 126, 180, 199), (32836, 126, 182, 212), (32947, 126, 183, 233), (33011, 126, 184, 209), (33095, 126, 185, 206), (33140, 126, 185, 251), (33629, 126, 191, 239), (33852, 126, 194, 225), (33925, 126, 195, 221), (34008, 126, 196, 228), (34379, 126, 201, 234), (34458, 126, 202, 243), (34488, 126, 203, 204), (34611, 126, 204, 259), (34641, 126, 205, 222), (34647, 126, 205, 228), (35055, 126, 211, 255), (35192, 126, 214, 215), (35299, 126, 215, 265), (35465, 126, 218, 266), (35469, 126, 218, 270), (36009, 126, 230, 240), (36014, 126, 230, 245), (36291, 126, 237, 256), (36328, 126, 238, 259), (36563, 126, 246, 258), (36716, 126, 253, 257), (36737, 126, 254, 260), (18766, 127, 82, 126), (26148, 127, 126, 82), (26295, 127, 127, 127), (280, 128, 2, 10), (306, 128, 2, 36), (550, 128, 3, 11), (596, 128, 3, 57), (1123, 128, 5, 49), (1337, 128, 5, 263), (1900, 128, 8, 31), (2095, 128, 8, 226), (2633, 128, 10, 239), (2791, 128, 11, 136), (2932, 128, 12, 17), (3065, 128, 12, 150), (3417, 128, 13, 243), (3436, 128, 13, 262), (3494, 128, 14, 62), (3685, 128, 14, 253), (3844, 128, 15, 155), (4087, 128, 16, 142), (4116, 128, 16, 171), (4362, 128, 17, 162), (4499, 128, 18, 45), (4625, 128, 18, 171), (5084, 128, 20, 126), (5204, 128, 20, 246), (5530, 128, 22, 71), (5622, 128, 22, 163), (5742, 128, 23, 34), (5814, 128, 23, 106), (6195, 128, 24, 239), (6218, 128, 24, 262), (6422, 128, 25, 219), (6447, 128, 25, 244), (7052, 128, 28, 114), (7112, 128, 28, 174), (7365, 128, 29, 184), (7458, 128, 30, 35), (7641, 128, 30, 218), (7771, 128, 31, 105), (8050, 128, 32, 144), (8106, 128, 32, 200), (8194, 128, 33, 49), (8278, 128, 33, 133), (8459, 128, 34, 76), (8875, 128, 35, 255), (8939, 128, 36, 83), (9673, 128, 39, 115), (9701, 128, 39, 143), (9863, 128, 40, 72), (10015, 128, 40, 224), (10111, 128, 41, 89), (10138, 128, 41, 116), (10911, 128, 44, 201), (10931, 128, 44, 221), (11043, 128, 45, 106), (11295, 128, 46, 132), (11490, 128, 47, 102), (11506, 128, 47, 118), (11776, 128, 48, 164), (11806, 128, 48, 194), (12340, 128, 51, 62), (12433, 128, 51, 155), (12671, 128, 52, 172), (12754, 128, 52, 255), (12888, 128, 53, 170), (13049, 128, 54, 113), (13077, 128, 54, 141), (13241, 128, 55, 88), (13323, 128, 55, 170), (13651, 128, 57, 67), (13871, 128, 58, 73), (13912, 128, 58, 114), (14110, 128, 59, 99), (14265, 128, 59, 254), (15215, 128, 64, 153), (15278, 128, 64, 216), (15782, 128, 67, 100), (16199, 128, 69, 110), (16223, 128, 69, 134), (16465, 128, 70, 174), (16473, 128, 70, 182), (16709, 128, 71, 217), (16811, 128, 72, 118), (16969, 128, 73, 77), (17216, 128, 74, 126), (17348, 128, 74, 258), (17399, 128, 75, 112), (17430, 128, 75, 143), (17584, 128, 76, 101), (17922, 128, 77, 243), (18775, 128, 82, 135), (18806, 128, 82, 166), (18923, 128, 83, 93), (19946, 128, 88, 185), (20143, 128, 89, 199), (20465, 128, 91, 158), (20522, 128, 91, 215), (20912, 128, 93, 246), (20955, 128, 94, 111), (21071, 128, 94, 227), (21118, 128, 95, 97), (21151, 128, 95, 130), (21308, 128, 96, 111), (21309, 128, 96, 112), (21622, 128, 97, 250), (21710, 128, 98, 164), (21743, 128, 98, 197), (21840, 128, 99, 121), (22115, 128, 100, 224), (22300, 128, 101, 238), (22429, 128, 102, 197), (22867, 128, 105, 130), (23317, 128, 107, 249), (24191, 128, 113, 153), (24510, 128, 115, 157), (24767, 128, 116, 256), (24791, 128, 117, 125), (24797, 128, 117, 131), (25482, 128, 121, 201), (25709, 128, 123, 129), (25753, 128, 123, 173), (25857, 128, 124, 129), (25958, 128, 124, 230), (26069, 128, 125, 194), (26441, 128, 128, 128), (26496, 128, 128, 183), (26984, 128, 131, 244), (27044, 128, 132, 163), (27238, 128, 133, 216), (27375, 128, 134, 215), (27517, 128, 135, 219), (27586, 128, 136, 152), (28142, 128, 140, 173), (28146, 128, 140, 177), (28327, 128, 141, 227), (28742, 128, 144, 254), (29404, 128, 150, 166), (29732, 128, 152, 253), (30240, 128, 157, 175), (30364, 128, 158, 185), (30856, 128, 162, 230), (31136, 128, 165, 184), (31897, 128, 172, 221), (32188, 128, 175, 217), (32404, 128, 177, 241), (32717, 128, 181, 183), (32850, 128, 182, 226), (34202, 128, 199, 200), (34608, 128, 204, 256), (35462, 128, 218, 263), (36415, 128, 241, 250), (20072, 129, 89, 128), (26440, 129, 128, 89), (26585, 129, 129, 129), (2419, 130, 10, 25), (2529, 130, 10, 135), (2928, 130, 12, 13), (2992, 130, 12, 77), (3340, 130, 13, 166), (5007, 130, 20, 48), (5083, 130, 20, 125), (6091, 130, 24, 135), (6122, 130, 24, 166), (6239, 130, 25, 36), (7061, 130, 28, 123), (7062, 130, 28, 124), (7763, 130, 31, 97), (7907, 130, 31, 241), (8987, 130, 36, 131), (11686, 130, 48, 74), (13922, 130, 58, 124), (13960, 130, 58, 162), (16414, 130, 70, 123), (16431, 130, 70, 140), (17188, 130, 74, 98), (17841, 130, 77, 162), (20791, 130, 93, 125), (20797, 130, 93, 131), (21502, 130, 97, 130), (26728, 130, 130, 130), (28195, 130, 140, 226), (35836, 130, 226, 241), (2463, 131, 10, 69), (2609, 131, 10, 215), (2752, 131, 11, 97), (2795, 131, 11, 140), (2896, 131, 11, 241), (3013, 131, 12, 98), (3017, 131, 12, 102), (3033, 131, 12, 118), (3242, 131, 13, 68), (3281, 131, 13, 107), (3463, 131, 14, 31), (3529, 131, 14, 97), (3562, 131, 14, 130), (3720, 131, 15, 31), (3759, 131, 15, 70), (3915, 131, 15, 226), (5046, 131, 20, 88), (5116, 131, 20, 158), (5128, 131, 20, 170), (5237, 131, 21, 28), (5267, 131, 21, 58), (5286, 131, 21, 77), (6025, 131, 24, 69), (6063, 131, 24, 107), (6251, 131, 25, 48), (6328, 131, 25, 125), (6334, 131, 25, 131), (6967, 131, 28, 29), (7103, 131, 28, 165), (7239, 131, 29, 58), (7251, 131, 29, 70), (7717, 131, 31, 51), (8925, 131, 36, 69), (9014, 131, 36, 158), (9071, 131, 36, 215), (9914, 131, 40, 123), (9915, 131, 40, 124), (9953, 131, 40, 162), (11747, 131, 48, 135), (11778, 131, 48, 166), (12408, 131, 51, 130), (12504, 131, 51, 226), (13707, 131, 57, 123), (13724, 131, 57, 140), (13825, 131, 57, 241), (13866, 131, 58, 68), (15963, 131, 68, 77), (16456, 131, 70, 165), (17178, 131, 74, 88), (17260, 131, 74, 170), (17786, 131, 77, 107), (19854, 131, 88, 93), (20824, 131, 93, 158), (20881, 131, 93, 215), (21524, 131, 97, 152), (21681, 131, 98, 135), (21712, 131, 98, 166), (22014, 131, 100, 123), (22015, 131, 100, 124), (22031, 131, 100, 140), (22394, 131, 102, 162), (22398, 131, 102, 166), (24945, 131, 118, 124), (24983, 131, 118, 162), (26006, 131, 125, 131), (26010, 131, 125, 135), (26750, 131, 130, 152), (26871, 131, 131, 131), (29720, 131, 152, 241), (31178, 131, 165, 226), (10, 132, 1, 10), (20, 132, 1, 20), (36, 132, 1, 36), (74, 132, 1, 74), (93, 132, 1, 93), (301, 132, 2, 31), (367, 132, 2, 97), (393, 132, 2, 123), (394, 132, 2, 124), (400, 132, 2, 130), (410, 132, 2, 140), (511, 132, 2, 241), (607, 132, 3, 68), (608, 132, 3, 69), (627, 132, 3, 88), (646, 132, 3, 107), (697, 132, 3, 158), (754, 132, 3, 215), (1097, 132, 5, 23), (1150, 132, 5, 76), (1163, 132, 5, 89), (1190, 132, 5, 116), (1274, 132, 5, 200), (1278, 132, 5, 204), (1312, 132, 5, 238), (1353, 132, 6, 13), (1368, 132, 6, 28), (1371, 132, 6, 31), (1398, 132, 6, 58), (1410, 132, 6, 70), (1417, 132, 6, 77), (1566, 132, 6, 226), (1881, 132, 8, 12), (1894, 132, 8, 25), (1917, 132, 8, 48), (1994, 132, 8, 125), (2000, 132, 8, 131), (2004, 132, 8, 135), (2035, 132, 8, 166), (2142, 132, 9, 10), (2145, 132, 9, 13), (2156, 132, 9, 24), (2160, 132, 9, 28), (2190, 132, 9, 58), (2202, 132, 9, 70), (2209, 132, 9, 77), (2521, 132, 10, 127), (2532, 132, 10, 138), (2540, 132, 10, 146), (2596, 132, 10, 202), (2606, 132, 10, 212), (2672, 132, 11, 17), (2737, 132, 11, 82), (2772, 132, 11, 117), (2805, 132, 11, 150), (2874, 132, 11, 219), (2885, 132, 11, 230), (2899, 132, 11, 244), (2988, 132, 12, 73), (3029, 132, 12, 114), (3089, 132, 12, 174), (3097, 132, 12, 182), (3158, 132, 12, 243), (3177, 132, 12, 262), (3301, 132, 13, 127), (3312, 132, 13, 138), (3320, 132, 13, 146), (3365, 132, 13, 191), (3376, 132, 13, 202), (3514, 132, 14, 82), (3549, 132, 14, 117), (3582, 132, 14, 150), (3596, 132, 14, 164), (3626, 132, 14, 194), (3651, 132, 14, 219), (3676, 132, 14, 244), (3736, 132, 15, 47), (3806, 132, 15, 117), (3853, 132, 15, 164), (3883, 132, 15, 194), (3886, 132, 15, 197), (3908, 132, 15, 219), (3933, 132, 15, 244), (4007, 132, 16, 62), (4100, 132, 16, 155), (4129, 132, 16, 184), (4240, 132, 17, 40), (4257, 132, 17, 57), (4300, 132, 17, 100), (4302, 132, 17, 102), (4318, 132, 17, 118), (4352, 132, 17, 152), (4609, 132, 18, 155), (4638, 132, 18, 184), (4703, 132, 18, 249), (5015, 132, 20, 56), (5085, 132, 20, 127), (5096, 132, 20, 138), (5148, 132, 20, 190), (5170, 132, 20, 212), (5190, 132, 20, 232), (5256, 132, 21, 47), (5276, 132, 21, 67), (5281, 132, 21, 72), (5373, 132, 21, 164), (5403, 132, 21, 194), (5406, 132, 21, 197), (5433, 132, 21, 224), (5591, 132, 22, 132), (5642, 132, 22, 183), (5743, 132, 23, 35), (5760, 132, 23, 52), (5807, 132, 23, 99), (5909, 132, 23, 201), (5926, 132, 23, 218), (5929, 132, 23, 221), (6083, 132, 24, 127), (6094, 132, 24, 138), (6102, 132, 24, 146), (6147, 132, 24, 191), (6158, 132, 24, 202), (6168, 132, 24, 212), (6298, 132, 25, 95), (6308, 132, 25, 105), (6317, 132, 25, 114), (6377, 132, 25, 174), (6385, 132, 25, 182), (6453, 132, 25, 250), (6498, 132, 26, 49), (6513, 132, 26, 64), (6543, 132, 26, 94), (6562, 132, 26, 113), (6582, 132, 26, 133), (6590, 132, 26, 141), (6712, 132, 26, 263), (7018, 132, 28, 80), (7064, 132, 28, 126), (7084, 132, 28, 146), (7129, 132, 28, 191), (7196, 132, 28, 258), (7228, 132, 29, 47), (7253, 132, 29, 72), (7298, 132, 29, 117), (7345, 132, 29, 164), (7375, 132, 29, 194), (7378, 132, 29, 197), (7405, 132, 29, 224), (7469, 132, 30, 46), (7494, 132, 30, 71), (7535, 132, 30, 112), (7538, 132, 30, 115), (7566, 132, 30, 143), (7586, 132, 30, 163), (7598, 132, 30, 175), (7746, 132, 31, 80), (7749, 132, 31, 83), (7792, 132, 31, 126), (7912, 132, 31, 246), (7924, 132, 31, 258), (7959, 132, 32, 53), (7961, 132, 32, 55), (7997, 132, 32, 91), (8040, 132, 32, 134), (8048, 132, 32, 142), (8077, 132, 32, 171), (8091, 132, 32, 185), (8221, 132, 33, 76), (8234, 132, 33, 89), (8261, 132, 33, 116), (8289, 132, 33, 144), (8345, 132, 33, 200), (8349, 132, 33, 204), (8383, 132, 33, 238), (8493, 132, 34, 110), (8517, 132, 34, 134), (8567, 132, 34, 184), (8632, 132, 34, 249), (8665, 132, 35, 45), (8696, 132, 35, 76), (8736, 132, 35, 116), (8791, 132, 35, 171), (8824, 132, 35, 204), (8858, 132, 35, 238), (8983, 132, 36, 127), (8994, 132, 36, 138), (9002, 132, 36, 146), (9058, 132, 36, 202), (9068, 132, 36, 212), (9088, 132, 36, 232), (9686, 132, 39, 128), (9739, 132, 39, 181), (9741, 132, 39, 183), (9780, 132, 39, 222), (9873, 132, 40, 82), (9920, 132, 40, 129), (9941, 132, 40, 150), (9964, 132, 40, 173), (9968, 132, 40, 177), (10021, 132, 40, 230), (10075, 132, 41, 53), (10077, 132, 41, 55), (10113, 132, 41, 91), (10132, 132, 41, 110), (10156, 132, 41, 134), (10207, 132, 41, 185), (10271, 132, 41, 249), (10764, 132, 44, 54), (10821, 132, 44, 111), (10822, 132, 44, 112), (10825, 132, 44, 115), (10853, 132, 44, 143), (10885, 132, 44, 175), (10937, 132, 44, 227), (10989, 132, 45, 52), (11036, 132, 45, 99), (11138, 132, 45, 201), (11155, 132, 45, 218), (11158, 132, 45, 221), (11191, 132, 45, 254), (11212, 132, 46, 49), (11227, 132, 46, 64), (11276, 132, 46, 113), (11296, 132, 46, 133), (11304, 132, 46, 141), (11426, 132, 46, 263), (11456, 132, 47, 68), (11495, 132, 47, 107), (11553, 132, 47, 165), (11707, 132, 48, 95), (11717, 132, 48, 105), (11741, 132, 48, 129), (11785, 132, 48, 173), (11789, 132, 48, 177), (11862, 132, 48, 250), (11898, 132, 49, 63), (11906, 132, 49, 71), (11950, 132, 49, 115), (11998, 132, 49, 163), (12010, 132, 49, 175), (12360, 132, 51, 82), (12395, 132, 51, 117), (12442, 132, 51, 164), (12472, 132, 51, 194), (12475, 132, 51, 197), (12497, 132, 51, 219), (12522, 132, 51, 244), (12575, 132, 52, 76), (12641, 132, 52, 142), (12670, 132, 52, 171), (12703, 132, 52, 204), (12737, 132, 52, 238), (12817, 132, 53, 99), (12917, 132, 53, 199), (12919, 132, 53, 201), (12939, 132, 53, 221), (12972, 132, 53, 254), (12995, 132, 54, 59), (13025, 132, 54, 89), (13052, 132, 54, 116), (13057, 132, 54, 121), (13080, 132, 54, 144), (13136, 132, 54, 200), (13252, 132, 55, 99), (13352, 132, 55, 199), (13354, 132, 55, 201), (13407, 132, 55, 254), (13409, 132, 55, 256), (13443, 132, 56, 74), (13666, 132, 57, 82), (13713, 132, 57, 129), (13734, 132, 57, 150), (13803, 132, 57, 219), (13814, 132, 57, 230), (13828, 132, 57, 244), (13878, 132, 58, 80), (13944, 132, 58, 146), (13989, 132, 58, 191), (14000, 132, 58, 202), (14056, 132, 58, 258), (14122, 132, 59, 111), (14123, 132, 59, 112), (14154, 132, 59, 143), (14164, 132, 59, 153), (14227, 132, 59, 216), (14238, 132, 59, 227), (14714, 132, 62, 69), (14733, 132, 62, 88), (14803, 132, 62, 158), (14815, 132, 62, 170), (14860, 132, 62, 215), (14918, 132, 63, 64), (14948, 132, 63, 94), (14950, 132, 63, 96), (14967, 132, 63, 113), (14987, 132, 63, 133), (14995, 132, 63, 141), (15133, 132, 64, 71), (15225, 132, 64, 163), (15284, 132, 64, 222), (15290, 132, 64, 228), (15750, 132, 67, 68), (15751, 132, 67, 69), (15789, 132, 67, 107), (15840, 132, 67, 158), (15897, 132, 67, 215), (15958, 132, 68, 72), (16050, 132, 68, 164), (16083, 132, 68, 197), (16110, 132, 68, 224), (16161, 132, 69, 72), (16225, 132, 69, 136), (16313, 132, 69, 224), (16342, 132, 69, 253), (16371, 132, 70, 80), (16417, 132, 70, 126), (16482, 132, 70, 191), (16537, 132, 70, 246), (16549, 132, 70, 258), (16625, 132, 71, 133), (16664, 132, 71, 172), (16747, 132, 71, 255), (16755, 132, 71, 263), (16800, 132, 72, 107), (16858, 132, 72, 165), (17015, 132, 73, 123), (17016, 132, 73, 124), (17027, 132, 73, 135), (17032, 132, 73, 140), (17054, 132, 73, 162), (17058, 132, 73, 166), (17217, 132, 74, 127), (17235, 132, 74, 145), (17280, 132, 74, 190), (17302, 132, 74, 212), (17322, 132, 74, 232), (17415, 132, 75, 128), (17468, 132, 75, 181), (17470, 132, 75, 183), (17509, 132, 75, 222), (17515, 132, 75, 228), (17684, 132, 76, 201), (17701, 132, 76, 218), (17704, 132, 76, 221), (17759, 132, 77, 80), (17817, 132, 77, 138), (17825, 132, 77, 146), (17870, 132, 77, 191), (17881, 132, 77, 202), (18389, 132, 80, 130), (18485, 132, 80, 226), (18740, 132, 82, 100), (18792, 132, 82, 152), (18927, 132, 83, 97), (18953, 132, 83, 123), (18960, 132, 83, 130), (18970, 132, 83, 140), (19056, 132, 83, 226), (19071, 132, 83, 241), (19897, 132, 88, 136), (19916, 132, 88, 155), (19945, 132, 88, 184), (20014, 132, 88, 253), (20097, 132, 89, 153), (20160, 132, 89, 216), (20162, 132, 89, 218), (20171, 132, 89, 227), (20408, 132, 91, 101), (20506, 132, 91, 199), (20561, 132, 91, 254), (20563, 132, 91, 256), (20793, 132, 93, 127), (20804, 132, 93, 138), (20856, 132, 93, 190), (20868, 132, 93, 202), (20878, 132, 93, 212), (20898, 132, 93, 232), (20972, 132, 94, 128), (21025, 132, 94, 181), (21027, 132, 94, 183), (21066, 132, 94, 222), (21072, 132, 94, 228), (21119, 132, 95, 98), (21123, 132, 95, 102), (21146, 132, 95, 125), (21152, 132, 95, 131), (21156, 132, 95, 135), (21325, 132, 96, 128), (21378, 132, 96, 181), (21380, 132, 96, 183), (21419, 132, 96, 222), (21425, 132, 96, 228), (21498, 132, 97, 126), (21611, 132, 97, 239), (21618, 132, 97, 246), (21630, 132, 97, 258), (21634, 132, 97, 262), (21651, 132, 98, 105), (21675, 132, 98, 129), (21719, 132, 98, 173), (21723, 132, 98, 177), (21776, 132, 98, 230), (21796, 132, 98, 250), (21861, 132, 99, 142), (21890, 132, 99, 171), (21904, 132, 99, 185), (22020, 132, 100, 129), (22041, 132, 100, 150), (22064, 132, 100, 173), (22110, 132, 100, 219), (22121, 132, 100, 230), (22172, 132, 101, 110), (22196, 132, 101, 134), (22311, 132, 101, 249), (22361, 132, 102, 129), (22405, 132, 102, 173), (22409, 132, 102, 177), (22462, 132, 102, 230), (22482, 132, 102, 250), (22862, 132, 105, 125), (22868, 132, 105, 131), (22872, 132, 105, 135), (22903, 132, 105, 166), (23013, 132, 106, 110), (23087, 132, 106, 184), (23152, 132, 106, 249), (23204, 132, 107, 136), (23265, 132, 107, 197), (23292, 132, 107, 224), (23756, 132, 110, 199), (23813, 132, 110, 256), (23839, 132, 111, 121), (23862, 132, 111, 144), (23890, 132, 111, 172), (23918, 132, 111, 200), (23973, 132, 111, 255), (23999, 132, 112, 121), (24022, 132, 112, 144), (24050, 132, 112, 172), (24133, 132, 112, 255), (24201, 132, 113, 163), (24219, 132, 113, 181), (24260, 132, 113, 222), (24266, 132, 113, 228), (24319, 132, 114, 123), (24320, 132, 114, 124), (24331, 132, 114, 135), (24358, 132, 114, 162), (24362, 132, 114, 166), (24474, 132, 115, 121), (24525, 132, 115, 172), (24608, 132, 115, 255), (24616, 132, 115, 263), (24664, 132, 116, 153), (24727, 132, 116, 216), (24729, 132, 116, 218), (24818, 132, 117, 152), (24831, 132, 117, 165), (24950, 132, 118, 129), (24971, 132, 118, 150), (24994, 132, 118, 173), (24998, 132, 118, 177), (25051, 132, 118, 230), (25071, 132, 118, 250), (25424, 132, 121, 143), (25434, 132, 121, 153), (25508, 132, 121, 227), (25819, 132, 123, 239), (25823, 132, 123, 243), (25842, 132, 123, 262), (25902, 132, 124, 174), (25967, 132, 124, 239), (25971, 132, 124, 243), (25990, 132, 124, 262), (26048, 132, 125, 173), (26052, 132, 125, 177), (26057, 132, 125, 182), (26125, 132, 125, 250), (26153, 132, 126, 130), (26249, 132, 126, 226), (26264, 132, 126, 241), (26454, 132, 128, 141), (26470, 132, 128, 157), (26530, 132, 128, 217), (26837, 132, 130, 239), (26844, 132, 130, 246), (26856, 132, 130, 258), (26914, 132, 131, 174), (26917, 132, 131, 177), (26922, 132, 131, 182), (26990, 132, 131, 250), (27013, 132, 132, 132), (27185, 132, 133, 163), (27197, 132, 133, 175), (27250, 132, 133, 228), (27359, 132, 134, 199), (27416, 132, 134, 256), (27472, 132, 135, 174), (27480, 132, 135, 182), (27592, 132, 136, 158), (27604, 132, 136, 170), (27649, 132, 136, 215), (28208, 132, 140, 239), (28212, 132, 140, 243), (28215, 132, 140, 246), (28231, 132, 140, 262), (28281, 132, 141, 181), (28322, 132, 141, 222), (28328, 132, 141, 228), (28429, 132, 142, 199), (28431, 132, 142, 201), (28451, 132, 142, 221), (28484, 132, 142, 254), (28532, 132, 143, 172), (28615, 132, 143, 255), (28623, 132, 143, 263), (28641, 132, 144, 153), (28704, 132, 144, 216), (28715, 132, 144, 227), (29390, 132, 150, 152), (29673, 132, 152, 194), (29698, 132, 152, 219), (29723, 132, 152, 244), (29798, 132, 153, 200), (29802, 132, 153, 204), (29992, 132, 155, 158), (30004, 132, 155, 170), (30049, 132, 155, 215), (30246, 132, 157, 181), (30248, 132, 157, 183), (30432, 132, 158, 253), (30800, 132, 162, 174), (30808, 132, 162, 182), (30865, 132, 162, 239), (30869, 132, 162, 243), (30888, 132, 162, 262), (30991, 132, 163, 255), (30999, 132, 163, 263), (31009, 132, 164, 165), (31146, 132, 165, 194), (31149, 132, 165, 197), (31196, 132, 165, 244), (31233, 132, 166, 174), (31241, 132, 166, 182), (31302, 132, 166, 243), (31658, 132, 170, 184), (31727, 132, 170, 253), (31776, 132, 171, 201), (31796, 132, 171, 221), (31829, 132, 171, 254), (31851, 132, 172, 175), (31903, 132, 172, 227), (32226, 132, 175, 255), (32234, 132, 175, 263), (32931, 132, 183, 217), (33088, 132, 185, 199), (33143, 132, 185, 254), (33145, 132, 185, 256), (33616, 132, 191, 226), (34290, 132, 200, 216), (34301, 132, 200, 227), (34568, 132, 204, 216), (34570, 132, 204, 218), (35258, 132, 215, 224), (35287, 132, 215, 253), (35328, 132, 216, 238), (35437, 132, 218, 238), (35593, 132, 221, 238), (35841, 132, 226, 246), (35853, 132, 226, 258), (36343, 132, 239, 241), (36408, 132, 241, 243), (36411, 132, 241, 246), (36427, 132, 241, 262), (36633, 132, 249, 256), (48, 133, 1, 48), (125, 133, 1, 125), (131, 133, 1, 131), (291, 133, 2, 21), (299, 133, 2, 29), (435, 133, 2, 165), (544, 133, 3, 5), (572, 133, 3, 33), (755, 133, 3, 216), (1141, 133, 5, 67), (1298, 133, 5, 224), (1351, 133, 6, 11), (1397, 133, 6, 57), (1492, 133, 6, 152), (1957, 133, 8, 88), (2027, 133, 8, 158), (2039, 133, 8, 170), (2172, 133, 9, 40), (2189, 133, 9, 57), (2232, 133, 9, 100), (2444, 133, 10, 50), (2543, 133, 10, 149), (2625, 133, 10, 231), (2735, 133, 11, 80), (2846, 133, 11, 191), (2957, 133, 12, 42), (3060, 133, 12, 145), (3167, 133, 12, 252), (3234, 133, 13, 60), (3255, 133, 13, 81), (3323, 133, 13, 149), (3512, 133, 14, 80), (3558, 133, 14, 126), (3690, 133, 14, 258), (3772, 133, 15, 83), (3815, 133, 15, 126), (3935, 133, 15, 246), (4040, 133, 16, 95), (4122, 133, 16, 177), (4195, 133, 16, 250), (4301, 133, 17, 101), (4456, 133, 17, 256), (4627, 133, 18, 173), (4631, 133, 18, 177), (4704, 133, 18, 250), (4727, 133, 19, 20), (4743, 133, 19, 36), (4800, 133, 19, 93), (5205, 133, 20, 247), (5215, 133, 20, 257), (5448, 133, 21, 239), (5471, 133, 21, 262), (5548, 133, 22, 89), (5603, 133, 22, 144), (5659, 133, 22, 200), (5891, 133, 23, 183), (6006, 133, 24, 50), (6016, 133, 24, 60), (6105, 133, 24, 149), (6259, 133, 25, 56), (6393, 133, 25, 190), (6435, 133, 25, 232), (6540, 133, 26, 91), (6583, 133, 26, 134), (6634, 133, 26, 185), (7003, 133, 28, 65), (7022, 133, 28, 84), (7163, 133, 28, 225), (7264, 133, 29, 83), (7420, 133, 29, 239), (7517, 133, 30, 94), (7536, 133, 30, 113), (7564, 133, 30, 141), (7813, 133, 31, 147), (7825, 133, 31, 159), (8023, 133, 32, 117), (8125, 133, 32, 219), (8150, 133, 32, 244), (8212, 133, 33, 67), (8281, 133, 33, 136), (8512, 133, 34, 129), (8556, 133, 34, 173), (8613, 133, 34, 230), (8667, 133, 35, 47), (8692, 133, 35, 72), (8844, 133, 35, 224), (8906, 133, 36, 50), (9087, 133, 36, 231), (9602, 133, 39, 44), (9617, 133, 39, 59), (9679, 133, 39, 121), (9937, 133, 40, 146), (9993, 133, 40, 202), (10104, 133, 41, 82), (10172, 133, 41, 150), (10241, 133, 41, 219), (10415, 133, 42, 162), (10419, 133, 42, 166), (10785, 133, 44, 75), (10806, 133, 44, 96), (11065, 133, 45, 128), (11120, 133, 45, 183), (11254, 133, 46, 91), (11273, 133, 46, 110), (11297, 133, 46, 134), (11440, 133, 47, 52), (11609, 133, 47, 221), (11739, 133, 48, 127), (11824, 133, 48, 212), (11899, 133, 49, 64), (11948, 133, 49, 113), (11968, 133, 49, 133), (12404, 133, 51, 126), (12524, 133, 51, 246), (12536, 133, 51, 258), (12571, 133, 52, 72), (12696, 133, 52, 197), (12899, 133, 53, 181), (12940, 133, 53, 222), (12946, 133, 53, 228), (12998, 133, 54, 62), (13091, 133, 54, 155), (13189, 133, 54, 253), (13216, 133, 55, 63), (13375, 133, 55, 222), (13381, 133, 55, 228), (13504, 133, 56, 135), (13535, 133, 56, 166), (13775, 133, 57, 191), (13863, 133, 58, 65), (13879, 133, 58, 81), (13882, 133, 58, 84), (14168, 133, 59, 157), (14228, 133, 59, 217), (14300, 133, 60, 77), (14798, 133, 62, 153), (14872, 133, 62, 227), (14945, 133, 63, 91), (15039, 133, 63, 185), (15195, 133, 64, 133), (15325, 133, 64, 263), (15340, 133, 65, 70), (15900, 133, 67, 218), (16125, 133, 68, 239), (16129, 133, 68, 243), (16148, 133, 68, 262), (16162, 133, 69, 73), (16203, 133, 69, 114), (16263, 133, 69, 174); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (16516, 133, 70, 225), (16602, 133, 71, 110), (16741, 133, 71, 249), (16911, 133, 72, 218), (16999, 133, 73, 107), (17276, 133, 74, 186), (17337, 133, 74, 247), (17347, 133, 74, 257), (17408, 133, 75, 121), (17459, 133, 75, 172), (17760, 133, 77, 81), (17763, 133, 77, 84), (18411, 133, 80, 152), (18839, 133, 82, 199), (18896, 133, 82, 256), (18995, 133, 83, 165), (19866, 133, 88, 105), (19943, 133, 88, 182), (20076, 133, 89, 132), (20897, 133, 93, 231), (20923, 133, 93, 257), (21016, 133, 94, 172), (21099, 133, 94, 255), (21191, 133, 95, 170), (21369, 133, 96, 172), (21452, 133, 96, 255), (21519, 133, 97, 147), (21564, 133, 97, 192), (21673, 133, 98, 127), (21684, 133, 98, 138), (21758, 133, 98, 212), (21836, 133, 99, 117), (21883, 133, 99, 164), (21913, 133, 99, 194), (22037, 133, 100, 146), (22082, 133, 100, 191), (22191, 133, 101, 129), (22292, 133, 101, 230), (22359, 133, 102, 127), (22370, 133, 102, 138), (22434, 133, 102, 202), (22907, 133, 105, 170), (23032, 133, 106, 129), (23076, 133, 106, 173), (23080, 133, 106, 177), (23311, 133, 107, 243), (23330, 133, 107, 262), (23720, 133, 110, 163), (23873, 133, 111, 155), (23902, 133, 111, 184), (24062, 133, 112, 184), (24301, 133, 113, 263), (24411, 133, 114, 215), (24643, 133, 116, 132), (24920, 133, 117, 254), (24959, 133, 118, 138), (24967, 133, 118, 146), (25023, 133, 118, 202), (25250, 133, 120, 123), (25267, 133, 120, 140), (25368, 133, 120, 241), (25438, 133, 121, 157), (25820, 133, 123, 240), (25825, 133, 123, 245), (25968, 133, 124, 240), (25973, 133, 124, 245), (25980, 133, 124, 252), (26087, 133, 125, 212), (26107, 133, 125, 232), (26455, 133, 128, 142), (26484, 133, 128, 171), (26745, 133, 130, 147), (26757, 133, 130, 159), (26930, 133, 131, 190), (26972, 133, 131, 232), (27081, 133, 132, 200), (27155, 133, 133, 133), (27323, 133, 134, 163), (27443, 133, 135, 145), (27488, 133, 135, 190), (27587, 133, 136, 153), (27650, 133, 136, 216), (28161, 133, 140, 192), (28214, 133, 140, 245), (28355, 133, 141, 255), (28363, 133, 141, 263), (28411, 133, 142, 181), (28452, 133, 142, 222), (28544, 133, 143, 184), (28645, 133, 144, 157), (28705, 133, 144, 217), (28781, 133, 145, 166), (29494, 133, 150, 256), (29737, 133, 152, 258), (29851, 133, 153, 253), (30061, 133, 155, 227), (30353, 133, 158, 174), (30361, 133, 158, 182), (30519, 133, 159, 226), (30866, 133, 162, 240), (30878, 133, 162, 252), (30985, 133, 163, 249), (31045, 133, 164, 201), (31065, 133, 164, 221), (31198, 133, 165, 246), (31756, 133, 171, 181), (31758, 133, 171, 183), (32088, 133, 174, 215), (32220, 133, 175, 249), (32839, 133, 182, 215), (33117, 133, 185, 228), (33711, 133, 192, 241), (33828, 133, 194, 201), (33881, 133, 194, 254), (34056, 133, 197, 201), (34076, 133, 197, 221), (34221, 133, 199, 219), (34246, 133, 199, 244), (34291, 133, 200, 217), (35343, 133, 216, 253), (35423, 133, 218, 224), (35775, 133, 225, 226), (36506, 133, 244, 254), (20977, 134, 94, 133), (27294, 134, 134, 134), (2415, 135, 10, 21), (2462, 135, 10, 68), (2501, 135, 10, 107), (2686, 135, 11, 31), (2785, 135, 11, 130), (2881, 135, 11, 226), (2963, 135, 12, 48), (3040, 135, 12, 125), (3046, 135, 12, 131), (3195, 135, 13, 21), (3203, 135, 13, 29), (3339, 135, 13, 165), (3460, 135, 14, 28), (3502, 135, 14, 70), (3658, 135, 14, 226), (3717, 135, 15, 28), (3747, 135, 15, 58), (3766, 135, 15, 77), (5028, 135, 20, 69), (5173, 135, 20, 215), (5233, 135, 21, 24), (5985, 135, 24, 29), (6024, 135, 24, 68), (6338, 135, 25, 135), (6369, 135, 25, 166), (6989, 135, 28, 51), (7258, 135, 29, 77), (7723, 135, 31, 57), (7818, 135, 31, 152), (8924, 135, 36, 68), (8963, 135, 36, 107), (9888, 135, 40, 97), (9931, 135, 40, 140), (10032, 135, 40, 241), (11736, 135, 48, 124), (11774, 135, 48, 162), (12336, 135, 51, 58), (12348, 135, 51, 70), (13681, 135, 57, 97), (13714, 135, 57, 130), (13963, 135, 58, 165), (16163, 135, 69, 74), (16182, 135, 69, 93), (16443, 135, 70, 152), (17248, 135, 74, 158), (17305, 135, 74, 215), (17844, 135, 77, 165), (20773, 135, 93, 107), (21472, 135, 97, 100), (21669, 135, 98, 123), (21670, 135, 98, 124), (21708, 135, 98, 162), (22021, 135, 100, 130), (22132, 135, 100, 241), (22355, 135, 102, 123), (22356, 135, 102, 124), (22372, 135, 102, 140), (24944, 135, 118, 123), (24961, 135, 118, 140), (25062, 135, 118, 241), (26037, 135, 125, 162), (26041, 135, 125, 166), (26875, 135, 131, 135), (26906, 135, 131, 166), (27433, 135, 135, 135), (29705, 135, 152, 226), (39, 136, 1, 39), (157, 136, 1, 157), (217, 136, 1, 217), (314, 136, 2, 44), (391, 136, 2, 121), (442, 136, 2, 172), (675, 136, 3, 136), (792, 136, 3, 253), (876, 136, 4, 69), (1022, 136, 4, 215), (1222, 136, 5, 148), (1283, 136, 5, 209), (1389, 136, 6, 49), (1404, 136, 6, 64), (1473, 136, 6, 133), (1617, 136, 7, 12), (1729, 136, 7, 124), (1767, 136, 7, 162), (1945, 136, 8, 76), (2073, 136, 8, 204), (2107, 136, 8, 238), (2196, 136, 9, 64), (2245, 136, 9, 113), (2273, 136, 9, 141), (2759, 136, 11, 104), (2822, 136, 11, 167), (3000, 136, 12, 85), (3034, 136, 12, 119), (3343, 136, 13, 169), (3524, 136, 14, 92), (3592, 136, 14, 160), (3781, 136, 15, 92), (4148, 136, 16, 203), (4181, 136, 16, 236), (4255, 136, 17, 55), (4291, 136, 17, 91), (4385, 136, 17, 185), (4657, 136, 18, 203), (4690, 136, 18, 236), (4713, 136, 18, 259), (4818, 136, 19, 111), (4819, 136, 19, 112), (4934, 136, 19, 227), (5224, 136, 20, 266), (5228, 136, 20, 270), (5515, 136, 22, 56), (5649, 136, 22, 190), (5691, 136, 22, 232), (5803, 136, 23, 95), (5813, 136, 23, 105), (5958, 136, 23, 250), (6416, 136, 25, 213), (6432, 136, 25, 229), (6436, 136, 25, 233), (6514, 136, 26, 65), (6674, 136, 26, 225), (6742, 136, 27, 48), (6819, 136, 27, 125), (6825, 136, 27, 131), (7126, 136, 28, 188), (7136, 136, 28, 198), (7161, 136, 28, 223), (7549, 136, 30, 126), (7669, 136, 30, 246), (7681, 136, 30, 258), (7752, 136, 31, 86), (7855, 136, 31, 189), (8116, 136, 32, 210), (8157, 136, 32, 251), (8293, 136, 33, 148), (8321, 136, 33, 176), (8354, 136, 33, 209), (8486, 136, 34, 103), (8539, 136, 34, 156), (8642, 136, 34, 259), (9131, 136, 37, 40), (9191, 136, 37, 100), (9209, 136, 37, 118), (9685, 136, 39, 127), (9770, 136, 39, 212), (9852, 136, 40, 61), (9928, 136, 40, 137), (10200, 136, 41, 178), (10257, 136, 41, 235), (10551, 136, 43, 69), (10640, 136, 43, 158), (10697, 136, 43, 215), (10793, 136, 44, 83), (10949, 136, 44, 239), (11032, 136, 45, 95), (11114, 136, 45, 177), (11187, 136, 45, 250), (11228, 136, 46, 65), (11247, 136, 46, 84), (11388, 136, 46, 225), (11543, 136, 47, 155), (11572, 136, 47, 184), (11702, 136, 48, 90), (11915, 136, 49, 80), (12093, 136, 49, 258), (12169, 136, 50, 112), (12172, 136, 50, 115), (12200, 136, 50, 143), (12370, 136, 51, 92), (12438, 136, 51, 160), (12847, 136, 53, 129), (12891, 136, 53, 173), (12948, 136, 53, 230), (13122, 136, 54, 186), (13183, 136, 54, 247), (13193, 136, 54, 257), (13282, 136, 55, 129), (13383, 136, 55, 230), (13501, 136, 56, 132), (13645, 136, 57, 61), (13688, 136, 57, 104), (13751, 136, 57, 167), (13967, 136, 58, 169), (13986, 136, 58, 188), (13996, 136, 58, 198), (14250, 136, 59, 239), (14254, 136, 59, 243), (14273, 136, 59, 262), (14294, 136, 60, 71), (14338, 136, 60, 115), (14398, 136, 60, 175), (14534, 136, 61, 100), (14712, 136, 62, 67), (14717, 136, 62, 72), (14869, 136, 62, 224), (15013, 136, 63, 159), (15079, 136, 63, 225), (15253, 136, 64, 191), (15433, 136, 65, 163), (15564, 136, 66, 88), (15646, 136, 66, 170), (15818, 136, 67, 136), (15935, 136, 67, 253), (16300, 136, 69, 211), (16479, 136, 70, 188), (16480, 136, 70, 189), (16514, 136, 70, 223), (16573, 136, 71, 81), (16576, 136, 71, 84), (16848, 136, 72, 155), (16981, 136, 73, 89), (17036, 136, 73, 144), (17092, 136, 73, 200), (17338, 136, 74, 248), (17356, 136, 74, 266), (17360, 136, 74, 270), (17414, 136, 75, 127), (17425, 136, 75, 138), (17499, 136, 75, 212), (17578, 136, 76, 95), (17588, 136, 76, 105), (17848, 136, 77, 169), (17877, 136, 77, 198), (18392, 136, 80, 133), (18522, 136, 80, 263), (18613, 136, 81, 163), (18625, 136, 81, 175), (18731, 136, 82, 91), (18750, 136, 82, 110), (18774, 136, 82, 134), (19002, 136, 83, 172), (19085, 136, 83, 255), (19181, 136, 84, 163), (19341, 136, 85, 135), (19372, 136, 85, 166), (19522, 136, 86, 130), (19618, 136, 86, 226), (19948, 136, 88, 187), (19981, 136, 88, 220), (20058, 136, 89, 114), (20118, 136, 89, 174), (20224, 136, 90, 98), (20251, 136, 90, 125), (20457, 136, 91, 150), (20932, 136, 93, 266), (20982, 136, 94, 138), (20990, 136, 94, 146), (21046, 136, 94, 202), (21324, 136, 96, 127), (21335, 136, 96, 138), (21399, 136, 96, 202), (21565, 136, 97, 193), (21636, 136, 97, 264), (21925, 136, 99, 206), (21970, 136, 99, 251), (21995, 136, 100, 104), (22165, 136, 101, 103), (22213, 136, 101, 151), (22218, 136, 101, 156), (22369, 136, 102, 137), (22975, 136, 105, 238), (23059, 136, 106, 156), (23106, 136, 106, 203), (23162, 136, 106, 259), (23279, 136, 107, 211), (23776, 136, 110, 219), (23801, 136, 110, 244), (23949, 136, 111, 231), (23975, 136, 111, 257), (24109, 136, 112, 231), (24184, 136, 113, 146), (24229, 136, 113, 191), (24312, 136, 114, 116), (24396, 136, 114, 200), (24502, 136, 115, 149), (24685, 136, 116, 174), (24693, 136, 116, 182), (24915, 136, 117, 249), (24958, 136, 118, 137), (25137, 136, 119, 162), (25141, 136, 119, 166), (25255, 136, 120, 128), (25310, 136, 120, 183), (25520, 136, 121, 239), (25543, 136, 121, 262), (25776, 136, 123, 196), (25785, 136, 123, 205), (25787, 136, 123, 207), (25924, 136, 124, 196), (25933, 136, 124, 205), (26104, 136, 125, 229), (26278, 136, 126, 255), (26286, 136, 126, 263), (26505, 136, 128, 192), (26598, 136, 129, 142), (26791, 136, 130, 193), (26953, 136, 131, 213), (26969, 136, 131, 229), (27026, 136, 132, 145), (27071, 136, 132, 190), (27213, 136, 133, 191), (27310, 136, 134, 150), (27379, 136, 134, 219), (27511, 136, 135, 213), (27531, 136, 135, 233), (27570, 136, 136, 136), (28165, 136, 140, 196), (28176, 136, 140, 207), (28233, 136, 140, 264), (28246, 136, 141, 146), (28302, 136, 141, 202), (28403, 136, 142, 173), (28407, 136, 142, 177), (28509, 136, 143, 149), (28591, 136, 143, 231), (28731, 136, 144, 243), (28750, 136, 144, 262), (29049, 136, 147, 181), (29090, 136, 147, 222), (29096, 136, 147, 228), (29210, 136, 148, 218), (29290, 136, 149, 175), (29423, 136, 150, 185), (29615, 136, 151, 256), (29639, 136, 152, 160), (29646, 136, 152, 167), (29774, 136, 153, 176), (29784, 136, 153, 186), (29845, 136, 153, 247), (30058, 136, 155, 224), (30277, 136, 157, 212), (30297, 136, 157, 232), (30366, 136, 158, 187), (30399, 136, 158, 220), (30515, 136, 159, 222), (30521, 136, 159, 228), (30831, 136, 162, 205), (31028, 136, 164, 184), (31292, 136, 166, 233), (31694, 136, 170, 220), (31748, 136, 171, 173), (31752, 136, 171, 177), (31825, 136, 171, 250), (31922, 136, 172, 246), (32077, 136, 174, 204), (32284, 136, 176, 216), (32513, 136, 178, 256), (32726, 136, 181, 192), (32828, 136, 182, 204), (32862, 136, 182, 238), (32906, 136, 183, 192), (32959, 136, 183, 245), (32999, 136, 184, 197), (33119, 136, 185, 230), (33191, 136, 186, 216), (33275, 136, 187, 215), (33453, 136, 189, 226), (33526, 136, 190, 217), (33790, 136, 193, 241), (34212, 136, 199, 210), (34237, 136, 199, 235), (34317, 136, 200, 243), (34351, 136, 201, 206), (34739, 136, 206, 254), (34791, 136, 207, 241), (34893, 136, 209, 216), (34993, 136, 210, 254), (35377, 136, 217, 232), (35501, 136, 219, 249), (35680, 136, 223, 226), (35755, 136, 224, 253), (35887, 136, 227, 247), (35897, 136, 227, 257), (36220, 136, 235, 256), (36429, 136, 241, 264), (36501, 136, 244, 249), (36560, 136, 246, 255), (36674, 136, 251, 254), (36802, 136, 258, 263), (893, 137, 4, 86), (996, 137, 4, 189), (1000, 137, 4, 193), (1030, 137, 4, 223), (1697, 137, 7, 92), (1765, 137, 7, 160), (4786, 137, 19, 79), (4794, 137, 19, 87), (4868, 137, 19, 161), (4875, 137, 19, 168), (4974, 137, 19, 267), (6731, 137, 27, 37), (6755, 137, 27, 61), (6798, 137, 27, 104), (6831, 137, 27, 137), (6861, 137, 27, 167), (9181, 137, 37, 90), (9320, 137, 37, 229), (9473, 137, 38, 148), (9501, 137, 38, 176), (9511, 137, 38, 186), (9534, 137, 38, 209), (10568, 137, 43, 86), (10670, 137, 43, 188), (10671, 137, 43, 189), (10705, 137, 43, 223), (12136, 137, 50, 79), (12144, 137, 50, 87), (12218, 137, 50, 161), (12271, 137, 50, 214), (12322, 137, 50, 265), (14310, 137, 60, 87), (14345, 137, 60, 122), (14437, 137, 60, 214), (14488, 137, 60, 265), (14491, 137, 60, 268), (14524, 137, 61, 90), (14647, 137, 61, 213), (14663, 137, 61, 229), (15392, 137, 65, 122), (15478, 137, 65, 208), (15531, 137, 65, 261), (15538, 137, 65, 268), (15541, 137, 65, 271), (15645, 137, 66, 169), (15664, 137, 66, 188), (15674, 137, 66, 198), (15699, 137, 66, 223), (18050, 137, 78, 176), (18060, 137, 78, 186), (18083, 137, 78, 209), (18121, 137, 78, 247), (18131, 137, 78, 257), (18216, 137, 79, 149), (18298, 137, 79, 231), (18324, 137, 79, 257), (18572, 137, 81, 122), (18658, 137, 81, 208), (18664, 137, 81, 214), (18715, 137, 81, 265), (18718, 137, 81, 268), (19140, 137, 84, 122), (19226, 137, 84, 208), (19279, 137, 84, 261), (19283, 137, 84, 265), (19286, 137, 84, 268), (19298, 137, 85, 92), (19366, 137, 85, 160), (19373, 137, 85, 167), (19579, 137, 86, 187), (19603, 137, 86, 211), (19726, 137, 87, 149), (19808, 137, 87, 231), (20230, 137, 90, 104), (20263, 137, 90, 137), (20606, 137, 92, 119), (20692, 137, 92, 205), (20720, 137, 92, 233), (22668, 137, 103, 266), (22672, 137, 103, 270), (22783, 137, 104, 213), (22799, 137, 104, 229), (22803, 137, 104, 233), (23438, 137, 108, 206), (23442, 137, 108, 210), (23483, 137, 108, 251), (23601, 137, 109, 206), (25135, 137, 119, 160), (25580, 137, 122, 149), (27706, 137, 137, 137), (27985, 137, 139, 148), (28013, 137, 139, 176), (28046, 137, 139, 209), (29137, 137, 147, 269), (29139, 137, 147, 271), (29146, 137, 148, 154), (29229, 137, 148, 237), (29234, 137, 148, 242), (29329, 137, 149, 214), (29380, 137, 149, 265), (29607, 137, 151, 248), (29625, 137, 151, 266), (29629, 137, 151, 270), (29925, 137, 154, 209), (30216, 137, 156, 266), (30554, 137, 159, 261), (30562, 137, 159, 269), (30564, 137, 159, 271), (30618, 137, 160, 213), (30638, 137, 160, 233), (30747, 137, 161, 231), (30763, 137, 161, 247), (30773, 137, 161, 257), (31377, 137, 167, 213), (31393, 137, 167, 229), (31397, 137, 167, 233), (31455, 137, 168, 186), (31500, 137, 168, 231), (31516, 137, 168, 247), (31526, 137, 168, 257), (31575, 137, 169, 203), (31592, 137, 169, 220), (31608, 137, 169, 236), (32310, 137, 176, 242), (32335, 137, 176, 267), (32452, 137, 178, 195), (32505, 137, 178, 248), (32523, 137, 178, 266), (32527, 137, 178, 270), (32557, 137, 179, 206), (32561, 137, 179, 210), (32586, 137, 179, 235), (32602, 137, 179, 251), (33217, 137, 186, 242), (33242, 137, 186, 267), (33248, 137, 187, 188), (33249, 137, 187, 189), (33258, 137, 187, 198), (33283, 137, 187, 223), (33364, 137, 188, 220), (33438, 137, 189, 211), (33447, 137, 189, 220), (33739, 137, 192, 269), (33760, 137, 193, 211), (33914, 137, 195, 210), (33939, 137, 195, 235), (33955, 137, 195, 251), (34149, 137, 198, 220), (34165, 137, 198, 236), (34719, 137, 206, 234), (34745, 137, 206, 260), (34839, 137, 208, 225), (34919, 137, 209, 242), (34973, 137, 210, 234), (34987, 137, 210, 248), (35064, 137, 211, 264), (35208, 137, 214, 231), (35527, 137, 220, 223), (35810, 137, 225, 261), (35817, 137, 225, 268), (35820, 137, 225, 271), (36178, 137, 234, 251), (36212, 137, 235, 248), (36230, 137, 235, 266), (36234, 137, 235, 270), (36442, 137, 242, 247), (36597, 137, 247, 267), (36680, 137, 251, 260), (36792, 137, 257, 267), (6, 138, 1, 6), (9, 138, 1, 9), (80, 138, 1, 80), (146, 138, 1, 146), (191, 138, 1, 191), (202, 138, 1, 202), (312, 138, 2, 42), (390, 138, 2, 120), (462, 138, 2, 192), (510, 138, 2, 240), (515, 138, 2, 245), (522, 138, 2, 252), (745, 138, 3, 206), (749, 138, 3, 210), (774, 138, 3, 235), (790, 138, 3, 251), (860, 138, 4, 53), (862, 138, 4, 55), (898, 138, 4, 91), (949, 138, 4, 142), (978, 138, 4, 171), (992, 138, 4, 185), (1112, 138, 5, 38), (1152, 138, 5, 78), (1213, 138, 5, 139), (1242, 138, 5, 168), (1316, 138, 5, 242), (1341, 138, 5, 267), (1396, 138, 6, 56), (1485, 138, 6, 145), (1530, 138, 6, 190), (1552, 138, 6, 212), (1572, 138, 6, 232), (1644, 138, 7, 39), (1680, 138, 7, 75), (1699, 138, 7, 94), (1701, 138, 7, 96), (1718, 138, 7, 113), (1746, 138, 7, 141), (1934, 138, 8, 65), (1950, 138, 8, 81), (1953, 138, 8, 84), (2028, 138, 8, 159), (2094, 138, 8, 225), (2259, 138, 9, 127), (2270, 138, 9, 138), (2322, 138, 9, 190), (2344, 138, 9, 212), (2364, 138, 9, 232), (4214, 138, 16, 269), (4219, 138, 17, 19), (4250, 138, 17, 50), (4386, 138, 17, 186), (4431, 138, 17, 231), (4447, 138, 17, 247), (4457, 138, 17, 257), (4723, 138, 18, 269), (4789, 138, 19, 82), (4836, 138, 19, 129), (4857, 138, 19, 150), (4880, 138, 19, 173), (4937, 138, 19, 230), (5545, 138, 22, 86), (5648, 138, 22, 189), (5652, 138, 22, 193), (5666, 138, 22, 207), (5723, 138, 22, 264), (6644, 138, 26, 195), (6697, 138, 26, 248), (6715, 138, 26, 266), (6719, 138, 26, 270), (6724, 138, 27, 30), (6743, 138, 27, 49), (6758, 138, 27, 64), (6827, 138, 27, 133), (6949, 138, 27, 255), (6957, 138, 27, 263), (7513, 138, 30, 90), (7560, 138, 30, 137), (7652, 138, 30, 229), (7993, 138, 32, 87), (8028, 138, 32, 122), (8114, 138, 32, 208), (8120, 138, 32, 214), (8171, 138, 32, 265), (8174, 138, 32, 268), (8183, 138, 33, 38), (8223, 138, 33, 78), (8284, 138, 33, 139), (8299, 138, 33, 154), (8387, 138, 33, 242), (8412, 138, 33, 267), (8644, 138, 34, 261), (8652, 138, 34, 269), (8654, 138, 34, 271), (8698, 138, 35, 78), (8699, 138, 35, 79), (8781, 138, 35, 161), (8788, 138, 35, 168), (8862, 138, 35, 242), (8887, 138, 35, 267), (9135, 138, 37, 44), (9150, 138, 37, 59), (9212, 138, 37, 121), (9235, 138, 37, 144), (9263, 138, 37, 172), (9346, 138, 37, 255), (9379, 138, 38, 54), (9478, 138, 38, 153), (9541, 138, 38, 216), (9543, 138, 38, 218), (9751, 138, 39, 193), (9754, 138, 39, 196), (9763, 138, 39, 205), (9765, 138, 39, 207), (9822, 138, 39, 264), (10144, 138, 41, 122), (10230, 138, 41, 208), (10283, 138, 41, 261), (10287, 138, 41, 265), (10290, 138, 41, 268), (10293, 138, 41, 271), (10333, 138, 42, 80), (10336, 138, 42, 83), (10379, 138, 42, 126), (10499, 138, 42, 246), (10511, 138, 42, 258), (10535, 138, 43, 53), (10537, 138, 43, 55), (10573, 138, 43, 91), (10616, 138, 43, 134), (10624, 138, 43, 142), (10667, 138, 43, 185), (10771, 138, 44, 61), (10814, 138, 44, 104), (10847, 138, 44, 137), (11148, 138, 45, 211), (11342, 138, 46, 179), (11358, 138, 46, 195), (11411, 138, 46, 248), (11429, 138, 46, 266), (11433, 138, 46, 270), (11594, 138, 47, 206), (11925, 138, 49, 90), (12048, 138, 49, 213), (12064, 138, 49, 229), (12068, 138, 49, 233), (12186, 138, 50, 129), (12230, 138, 50, 173), (12234, 138, 50, 177), (12287, 138, 50, 230), (12307, 138, 50, 250), (12577, 138, 52, 78), (12578, 138, 52, 79), (12586, 138, 52, 87), (12660, 138, 52, 161), (12667, 138, 52, 168), (12766, 138, 52, 267), (12905, 138, 53, 187), (12929, 138, 53, 211), (13045, 138, 54, 109), (13075, 138, 54, 139), (13090, 138, 54, 154), (13116, 138, 54, 180), (13173, 138, 54, 237), (13340, 138, 55, 187), (13364, 138, 55, 211), (13373, 138, 55, 220), (13449, 138, 56, 80), (13495, 138, 56, 126), (13560, 138, 56, 191), (13615, 138, 56, 246), (13627, 138, 56, 258), (14072, 138, 59, 61), (14115, 138, 59, 104), (14148, 138, 59, 137), (14178, 138, 59, 167), (14318, 138, 60, 95), (14328, 138, 60, 105), (14352, 138, 60, 129), (14396, 138, 60, 173), (14400, 138, 60, 177), (14473, 138, 60, 250), (14555, 138, 61, 121), (14578, 138, 61, 144), (14606, 138, 61, 172), (14634, 138, 61, 200), (14748, 138, 62, 103), (14796, 138, 62, 151), (14823, 138, 62, 178), (14855, 138, 62, 210), (14880, 138, 62, 235), (15102, 138, 63, 248), (15120, 138, 63, 266), (15124, 138, 63, 270), (15147, 138, 64, 85), (15181, 138, 64, 119), (15275, 138, 64, 213), (15291, 138, 64, 229), (15295, 138, 64, 233), (15365, 138, 65, 95), (15375, 138, 65, 105), (15444, 138, 65, 174), (15452, 138, 65, 182), (15520, 138, 65, 250), (15567, 138, 66, 91), (15586, 138, 66, 110), (15610, 138, 66, 134), (15661, 138, 66, 185), (15725, 138, 66, 249), (15888, 138, 67, 206), (15892, 138, 67, 210), (15933, 138, 67, 251), (16600, 138, 71, 108), (16671, 138, 71, 179), (16687, 138, 71, 195), (16726, 138, 71, 234), (16740, 138, 71, 248), (16762, 138, 71, 270), (16899, 138, 72, 206), (16944, 138, 72, 251), (17012, 138, 73, 120), (17039, 138, 73, 147), (17051, 138, 73, 159), (17084, 138, 73, 192), (17406, 138, 75, 119), (17483, 138, 75, 196), (17492, 138, 75, 205), (17494, 138, 75, 207), (17551, 138, 75, 264), (17575, 138, 76, 92), (18090, 138, 78, 216), (18092, 138, 78, 218), (18166, 138, 79, 99), (18268, 138, 79, 201), (18288, 138, 79, 221), (18321, 138, 79, 254), (18404, 138, 80, 145), (18449, 138, 80, 190), (18491, 138, 80, 232), (18545, 138, 81, 95), (18555, 138, 81, 105), (18623, 138, 81, 173), (18627, 138, 81, 177), (18700, 138, 81, 250), (18816, 138, 82, 176), (18826, 138, 82, 186), (18849, 138, 82, 209), (18887, 138, 82, 247), (18897, 138, 82, 257), (18950, 138, 83, 120), (18975, 138, 83, 145), (19070, 138, 83, 240), (19075, 138, 83, 245), (19082, 138, 83, 252), (19113, 138, 84, 95), (19123, 138, 84, 105), (19195, 138, 84, 177), (19200, 138, 84, 182), (19268, 138, 84, 250), (19300, 138, 85, 94), (19302, 138, 85, 96), (19319, 138, 85, 113), (19339, 138, 85, 133), (19347, 138, 85, 141), (19524, 138, 86, 132), (19609, 138, 86, 217), (19676, 138, 87, 99), (19778, 138, 87, 201), (19798, 138, 87, 221), (19831, 138, 87, 254), (20036, 138, 89, 92), (20048, 138, 89, 104), (20104, 138, 89, 160), (20111, 138, 89, 167), (20259, 138, 90, 133), (20298, 138, 90, 172), (20381, 138, 90, 255), (20389, 138, 90, 263), (20494, 138, 91, 187), (20527, 138, 91, 220), (20603, 138, 92, 116), (20687, 138, 92, 200), (20691, 138, 92, 204), (20725, 138, 92, 238), (20963, 138, 94, 119), (21040, 138, 94, 196), (21049, 138, 94, 205), (21077, 138, 94, 233), (21170, 138, 95, 149), (21246, 138, 95, 225), (21316, 138, 96, 119), (21393, 138, 96, 196), (21402, 138, 96, 205), (21404, 138, 96, 207), (21841, 138, 99, 122), (21880, 138, 99, 161), (21933, 138, 99, 214), (21984, 138, 99, 265), (22270, 138, 101, 208), (22323, 138, 101, 261), (22331, 138, 101, 269), (22333, 138, 101, 271), (22557, 138, 103, 155), (22586, 138, 103, 184), (22691, 138, 104, 121), (22714, 138, 104, 144), (22770, 138, 104, 200), (22962, 138, 105, 225), (23172, 138, 106, 269), (23174, 138, 106, 271), (23343, 138, 108, 111), (23344, 138, 108, 112), (23347, 138, 108, 115), (23375, 138, 108, 143), (23407, 138, 108, 175), (23506, 138, 109, 111), (23507, 138, 109, 112), (23510, 138, 109, 115), (23538, 138, 109, 143), (23622, 138, 109, 227), (23744, 138, 110, 187), (23760, 138, 110, 203), (23777, 138, 110, 220), (23793, 138, 110, 236), (23872, 138, 111, 154), (23898, 138, 111, 180), (23955, 138, 111, 237), (23978, 138, 111, 260), (24058, 138, 112, 180), (24112, 138, 112, 234), (24115, 138, 112, 237), (24138, 138, 112, 260), (24157, 138, 113, 119), (24251, 138, 113, 213), (24267, 138, 113, 229), (24271, 138, 113, 233), (24343, 138, 114, 147), (24355, 138, 114, 159), (24388, 138, 114, 192), (24421, 138, 114, 225), (24532, 138, 115, 179), (24548, 138, 115, 195), (24587, 138, 115, 234), (24613, 138, 115, 260), (24671, 138, 116, 160), (24678, 138, 116, 167), (24814, 138, 117, 148), (24842, 138, 117, 176), (24852, 138, 117, 186), (24875, 138, 117, 209), (25116, 138, 119, 141), (25366, 138, 120, 239), (25370, 138, 120, 243), (25389, 138, 120, 262), (25418, 138, 121, 137), (25448, 138, 121, 167), (25630, 138, 122, 199), (25685, 138, 122, 254), (25687, 138, 122, 256), (26168, 138, 126, 145), (26213, 138, 126, 190), (26263, 138, 126, 240), (26275, 138, 126, 252), (26306, 138, 127, 138), (26314, 138, 127, 146), (26359, 138, 127, 191), (26370, 138, 127, 202), (26482, 138, 128, 169), (26511, 138, 128, 198), (26605, 138, 129, 149), (26687, 138, 129, 231), (26713, 138, 129, 257), (27070, 138, 132, 189), (27074, 138, 132, 193), (27104, 138, 132, 223), (27145, 138, 132, 264), (27235, 138, 133, 213), (27251, 138, 133, 229), (27255, 138, 133, 233), (27347, 138, 134, 187), (27380, 138, 134, 220), (27396, 138, 134, 236), (27612, 138, 136, 178), (27640, 138, 136, 206), (27644, 138, 136, 210), (27669, 138, 136, 235), (27685, 138, 136, 251), (27741, 138, 137, 172), (27824, 138, 137, 255), (27841, 138, 138, 138), (27849, 138, 138, 146), (27905, 138, 138, 202), (27915, 138, 138, 212), (27990, 138, 139, 153), (28053, 138, 139, 216), (28064, 138, 139, 227), (28305, 138, 141, 205), (28313, 138, 141, 213), (28333, 138, 141, 233), (28441, 138, 142, 211), (28539, 138, 143, 179), (28540, 138, 143, 180), (28594, 138, 143, 234), (28620, 138, 143, 260), (28648, 138, 144, 160), (28655, 138, 144, 167), (28861, 138, 145, 246), (28873, 138, 145, 258), (28943, 138, 146, 202), (28953, 138, 146, 212), (28973, 138, 146, 232), (29042, 138, 147, 174), (29050, 138, 147, 182), (29111, 138, 147, 243), (29130, 138, 147, 262), (29156, 138, 148, 164), (29186, 138, 148, 194), (29189, 138, 148, 197), (29211, 138, 148, 219), (29236, 138, 148, 244), (29288, 138, 149, 173), (29292, 138, 149, 177), (29345, 138, 149, 230), (29365, 138, 149, 250), (29424, 138, 150, 186), (29469, 138, 150, 231), (29485, 138, 150, 247), (29495, 138, 150, 257), (29514, 138, 151, 155), (29543, 138, 151, 184), (29612, 138, 151, 253), (29752, 138, 153, 154), (29778, 138, 153, 180), (29835, 138, 153, 237), (29840, 138, 153, 242), (29932, 138, 154, 216), (29943, 138, 154, 227), (29990, 138, 155, 156), (30012, 138, 155, 178), (30069, 138, 155, 235), (30134, 138, 156, 184), (30258, 138, 157, 193), (30261, 138, 157, 196), (30270, 138, 157, 205), (30272, 138, 157, 207), (30329, 138, 157, 264), (30467, 138, 159, 174), (30475, 138, 159, 182), (30536, 138, 159, 243), (30605, 138, 160, 200), (30609, 138, 160, 204), (30643, 138, 160, 238), (30717, 138, 161, 201), (30734, 138, 161, 218), (30737, 138, 161, 221), (30915, 138, 163, 179), (30931, 138, 163, 195), (30970, 138, 163, 234), (30984, 138, 163, 248), (31002, 138, 163, 266), (31006, 138, 163, 270), (31053, 138, 164, 209), (31364, 138, 167, 200), (31470, 138, 168, 201), (31487, 138, 168, 218), (31490, 138, 168, 221), (31553, 138, 169, 181), (31555, 138, 169, 183), (31786, 138, 171, 211), (32006, 138, 173, 231), (32098, 138, 174, 225), (32150, 138, 175, 179), (32166, 138, 175, 195), (32205, 138, 175, 234), (32219, 138, 175, 248), (32231, 138, 175, 260), (32243, 138, 176, 150), (32262, 138, 176, 194), (32287, 138, 176, 219), (32312, 138, 176, 244), (32394, 138, 177, 231), (32441, 138, 178, 184), (32510, 138, 178, 253), (32670, 138, 180, 227), (32849, 138, 182, 225), (32902, 138, 183, 188), (32912, 138, 183, 198), (33005, 138, 184, 203), (33061, 138, 184, 259), (33076, 138, 185, 187), (33100, 138, 185, 211), (33109, 138, 185, 220), (33194, 138, 186, 219), (33219, 138, 186, 244), (33500, 138, 190, 191), (33567, 138, 190, 258), (33602, 138, 191, 212), (33622, 138, 191, 232), (33709, 138, 192, 239), (33713, 138, 192, 243), (33732, 138, 192, 262), (33766, 138, 193, 217), (33836, 138, 194, 209), (33997, 138, 196, 217), (34210, 138, 199, 208), (34216, 138, 199, 214), (34263, 138, 199, 261), (34267, 138, 199, 265), (34270, 138, 199, 268), (34359, 138, 201, 214), (34410, 138, 201, 265), (34427, 138, 202, 212), (34533, 138, 203, 249), (34709, 138, 206, 224), (34767, 138, 207, 217), (34870, 138, 208, 256), (34896, 138, 209, 219), (34921, 138, 209, 244), (34963, 138, 210, 224), (34992, 138, 210, 253), (35182, 138, 213, 263), (35198, 138, 214, 221), (35231, 138, 214, 254), (35327, 138, 216, 237), (35332, 138, 216, 242), (35409, 138, 217, 264), (35441, 138, 218, 242), (35466, 138, 218, 267), (35499, 138, 219, 247), (35509, 138, 219, 257), (35553, 138, 220, 249), (35622, 138, 221, 267), (35671, 138, 222, 266), (35753, 138, 224, 251), (35877, 138, 227, 237), (35900, 138, 227, 260), (35950, 138, 228, 266), (35954, 138, 228, 270), (35990, 138, 229, 263), (36000, 138, 230, 231), (36016, 138, 230, 247), (36026, 138, 230, 257), (36108, 138, 232, 258), (36217, 138, 235, 253), (36249, 138, 236, 249), (36342, 138, 239, 240), (36347, 138, 239, 245), (36354, 138, 239, 252), (36380, 138, 240, 246), (36396, 138, 240, 262), (36469, 138, 243, 245), (36499, 138, 244, 247), (36525, 138, 245, 246), (36541, 138, 245, 262), (36557, 138, 246, 252), (36636, 138, 249, 259), (36673, 138, 251, 253), (36698, 138, 252, 258), (36742, 138, 254, 265), (36745, 138, 254, 268), (36771, 138, 256, 261), (36778, 138, 256, 268), (36781, 138, 256, 271), (27976, 139, 139, 139), (2496, 140, 10, 102), (2512, 140, 10, 118), (2729, 140, 11, 74), (2946, 140, 12, 31), (3045, 140, 12, 130), (3222, 140, 13, 48), (3272, 140, 13, 98), (5016, 140, 20, 57), (5058, 140, 20, 100), (6054, 140, 24, 98), (6058, 140, 24, 102), (6231, 140, 25, 28), (6273, 140, 25, 70), (7069, 140, 28, 131), (7832, 140, 31, 166), (8896, 140, 36, 40), (8974, 140, 36, 118), (9884, 140, 40, 93), (11689, 140, 48, 77), (13658, 140, 57, 74), (13923, 140, 58, 125), (13929, 140, 58, 131), (16426, 140, 70, 135), (17804, 140, 77, 125), (20766, 140, 93, 100), (21496, 140, 97, 124), (21534, 140, 97, 162), (25720, 140, 123, 140), (25821, 140, 123, 241), (25969, 140, 124, 241), (26760, 140, 130, 162), (27524, 140, 135, 226), (28109, 140, 140, 140), (31285, 140, 166, 226), (12, 141, 1, 12), (162, 141, 1, 162), (281, 141, 2, 11), (422, 141, 2, 152), (740, 141, 3, 201), (760, 141, 3, 221), (1229, 141, 5, 155), (1438, 141, 6, 98), (1442, 141, 6, 102), (1937, 141, 8, 68), (1976, 141, 8, 107), (2180, 141, 9, 48), (2257, 141, 9, 125), (2459, 141, 10, 65), (2619, 141, 10, 225), (2738, 141, 11, 83), (3127, 141, 12, 212), (3333, 141, 13, 159), (3671, 141, 14, 239), (3694, 141, 14, 262), (3762, 141, 15, 73), (3932, 141, 15, 243), (3962, 141, 16, 17), (4095, 141, 16, 150), (4536, 141, 18, 82), (4604, 141, 18, 150), (5019, 141, 20, 60), (5039, 141, 20, 81), (5383, 141, 21, 174), (5391, 141, 21, 182), (5631, 141, 22, 172), (5714, 141, 22, 255), (5771, 141, 23, 63), (5936, 141, 23, 228), (6181, 141, 24, 225), (6341, 141, 25, 138), (6405, 141, 25, 202), (6494, 141, 26, 45), (6620, 141, 26, 171), (7130, 141, 28, 192), (7295, 141, 29, 114), (7355, 141, 29, 174), (7580, 141, 30, 157), (7640, 141, 30, 217), (7906, 141, 31, 240), (7911, 141, 31, 245), (7953, 141, 32, 47), (7978, 141, 32, 72), (8329, 141, 33, 184), (8602, 141, 34, 219), (8627, 141, 34, 244), (8682, 141, 35, 62), (8873, 141, 35, 253), (8921, 141, 36, 65), (8940, 141, 36, 84), (9607, 141, 39, 49), (9821, 141, 39, 263), (9917, 141, 40, 126), (10049, 141, 40, 258), (10186, 141, 41, 164), (10219, 141, 41, 197), (10350, 141, 42, 97), (10494, 141, 42, 241), (10842, 141, 44, 132), (11000, 141, 45, 63), (11305, 141, 46, 142), (11334, 141, 46, 171), (11587, 141, 47, 199), (11803, 141, 48, 191), (11910, 141, 49, 75), (12521, 141, 51, 243), (12540, 141, 51, 262), (12635, 141, 52, 136), (12752, 141, 52, 253), (12789, 141, 53, 71), (12881, 141, 53, 163), (13224, 141, 55, 71), (13328, 141, 55, 175), (13492, 141, 56, 123), (13509, 141, 56, 140), (13667, 141, 57, 83), (13830, 141, 57, 246), (13945, 141, 58, 147), (14297, 141, 60, 74), (14863, 141, 62, 218), (15156, 141, 64, 94), (15158, 141, 64, 96), (15781, 141, 67, 99), (15883, 141, 67, 201), (16068, 141, 68, 182), (16184, 141, 69, 95), (16339, 141, 69, 250), (16411, 141, 70, 120), (16483, 141, 70, 192), (16947, 141, 72, 254), (17057, 141, 73, 165), (17239, 141, 74, 149), (17420, 141, 75, 133), (17705, 141, 76, 222), (17711, 141, 76, 228), (17826, 141, 77, 147), (17838, 141, 77, 159), (18361, 141, 80, 102), (18377, 141, 80, 118), (18543, 141, 81, 93), (18746, 141, 82, 106), (19111, 141, 84, 93), (19890, 141, 88, 129), (19934, 141, 88, 173), (20127, 141, 89, 183), (20422, 141, 91, 115), (20450, 141, 91, 143), (20957, 141, 94, 113), (21330, 141, 96, 133), (21624, 141, 97, 252), (21737, 141, 98, 191), (21943, 141, 99, 224), (22017, 141, 100, 126), (22137, 141, 100, 246), (22179, 141, 101, 117), (22306, 141, 101, 244), (22844, 141, 105, 107), (23122, 141, 106, 219), (23668, 141, 110, 111), (23669, 141, 110, 112), (23967, 141, 111, 249), (24012, 141, 112, 134), (24179, 141, 113, 141), (24361, 141, 114, 165), (24538, 141, 115, 185), (24639, 141, 116, 128), (24694, 141, 116, 183), (25079, 141, 118, 258), (25353, 141, 120, 226), (25770, 141, 123, 190), (25918, 141, 124, 190), (25960, 141, 124, 232), (26021, 141, 125, 146), (26303, 141, 127, 135), (26334, 141, 127, 166), (26517, 141, 128, 204), (26626, 141, 129, 170), (26838, 141, 130, 240), (26850, 141, 130, 252), (26886, 141, 131, 146), (26942, 141, 131, 202), (27053, 141, 132, 172), (27303, 141, 134, 143), (27436, 141, 135, 138), (27655, 141, 136, 221), (28114, 141, 140, 145), (28241, 141, 141, 141), (28393, 141, 142, 163), (28856, 141, 145, 241), (29718, 141, 152, 239), (30052, 141, 155, 218), (30328, 141, 157, 263), (30352, 141, 158, 173), (30356, 141, 158, 177), (30858, 141, 162, 232), (31100, 141, 164, 256), (31271, 141, 166, 212), (31704, 141, 170, 230), (32156, 141, 175, 185), (32378, 141, 177, 215), (32738, 141, 181, 204), (32772, 141, 181, 238), (33018, 141, 184, 216), (33883, 141, 194, 256), (34054, 141, 197, 199), (35284, 141, 215, 250), (35400, 141, 217, 255), (35643, 141, 222, 238), (35756, 141, 224, 254), (35840, 141, 226, 245), (35889, 141, 227, 249), (35, 142, 1, 35), (52, 142, 1, 52), (221, 142, 1, 221), (341, 142, 2, 71), (433, 142, 2, 163), (445, 142, 2, 175), (569, 142, 3, 30), (794, 142, 3, 255), (802, 142, 3, 263), (838, 142, 4, 31), (937, 142, 4, 130), (1033, 142, 4, 226), (1201, 142, 5, 127), (1212, 142, 5, 138), (1276, 142, 5, 202), (1394, 142, 6, 54), (1451, 142, 6, 111), (1567, 142, 6, 227), (1997, 142, 8, 128), (2050, 142, 8, 181), (2052, 142, 8, 183), (2186, 142, 9, 54), (2285, 142, 9, 153), (2348, 142, 9, 216), (2486, 142, 10, 92), (2554, 142, 10, 160), (3071, 142, 12, 156), (3118, 142, 12, 203), (3174, 142, 12, 259), (3580, 142, 14, 148), (3641, 142, 14, 209), (3865, 142, 15, 176), (3875, 142, 15, 186), (3898, 142, 15, 209), (4104, 142, 16, 159), (4170, 142, 16, 225), (4222, 142, 17, 22), (4332, 142, 17, 132), (4417, 142, 17, 217), (4601, 142, 18, 147), (4613, 142, 18, 159), (4728, 142, 19, 21), (4775, 142, 19, 68), (4814, 142, 19, 107), (5062, 142, 20, 104), (5125, 142, 20, 167), (5456, 142, 21, 247), (5466, 142, 21, 257), (5609, 142, 22, 150), (5689, 142, 22, 230), (5799, 142, 23, 91), (5842, 142, 23, 134), (5893, 142, 23, 185), (6048, 142, 24, 92), (6306, 142, 25, 103), (6354, 142, 25, 151), (6381, 142, 25, 178), (6522, 142, 26, 73), (6692, 142, 26, 243), (6711, 142, 26, 262), (7367, 142, 29, 186), (7428, 142, 29, 247), (7438, 142, 29, 257), (7490, 142, 30, 67), (7559, 142, 30, 136), (7709, 142, 31, 43), (7877, 142, 31, 211), (7948, 142, 32, 42), (8051, 142, 32, 145), (8158, 142, 32, 252), (8283, 142, 33, 138), (8291, 142, 33, 146), (8347, 142, 33, 202), (8530, 142, 34, 147), (8575, 142, 34, 192), (8747, 142, 35, 127), (8832, 142, 35, 212), (8948, 142, 36, 92), (9016, 142, 36, 160), (9640, 142, 39, 82), (9777, 142, 39, 219), (9802, 142, 39, 244), (9997, 142, 40, 206), (10262, 142, 41, 240), (10267, 142, 41, 245), (10274, 142, 41, 252), (10452, 142, 42, 199), (10507, 142, 42, 254), (10579, 142, 43, 97), (10612, 142, 43, 130), (10772, 142, 44, 62), (10865, 142, 44, 155), (10963, 142, 44, 253), (10992, 142, 45, 55), (11028, 142, 45, 91), (11122, 142, 45, 185), (11402, 142, 46, 239), (11406, 142, 46, 243), (11425, 142, 46, 262), (11452, 142, 47, 64), (11501, 142, 47, 113), (11521, 142, 47, 133), (11822, 142, 48, 210), (11847, 142, 48, 235), (11902, 142, 49, 67), (11907, 142, 49, 72), (12059, 142, 49, 224), (12126, 142, 50, 69), (12164, 142, 50, 107), (12426, 142, 51, 148), (12454, 142, 51, 176), (12487, 142, 51, 209), (12711, 142, 52, 212), (12731, 142, 52, 232), (12860, 142, 53, 142), (12889, 142, 53, 171), (13127, 142, 54, 191), (13295, 142, 55, 142), (13324, 142, 55, 171), (13468, 142, 56, 99), (13570, 142, 56, 201), (13623, 142, 56, 254), (14166, 142, 59, 155), (14195, 142, 59, 184), (14292, 142, 60, 69), (14381, 142, 60, 158), (14438, 142, 60, 215), (14508, 142, 61, 74), (14766, 142, 62, 121), (14817, 142, 62, 172), (14927, 142, 63, 73), (14968, 142, 63, 114), (15097, 142, 63, 243), (15134, 142, 64, 72), (15259, 142, 64, 197), (15358, 142, 65, 88), (15440, 142, 65, 170), (15599, 142, 66, 123), (15616, 142, 66, 140), (15717, 142, 66, 241), (15945, 142, 67, 263), (16117, 142, 68, 231), (16143, 142, 68, 257), (16238, 142, 69, 149), (16502, 142, 70, 211), (16575, 142, 71, 83), (16731, 142, 71, 239), (16826, 142, 72, 133), (17120, 142, 73, 228), (17194, 142, 74, 104), (17257, 142, 74, 167), (17404, 142, 75, 117), (17506, 142, 75, 219), (17531, 142, 75, 244), (17574, 142, 76, 91), (17593, 142, 76, 110), (17617, 142, 76, 134), (18370, 142, 80, 111), (18371, 142, 80, 112), (18486, 142, 80, 227), (18538, 142, 81, 88), (18608, 142, 81, 158), (18665, 142, 81, 215), (18797, 142, 82, 157), (18857, 142, 82, 217), (18945, 142, 83, 115), (19005, 142, 83, 175), (19106, 142, 84, 88), (19176, 142, 84, 158), (19188, 142, 84, 170), (20826, 142, 93, 160), (20833, 142, 93, 167), (20961, 142, 94, 117), (21008, 142, 94, 164), (21038, 142, 94, 194), (21204, 142, 95, 183), (21314, 142, 96, 117), (21391, 142, 96, 194), (21441, 142, 96, 244), (21559, 142, 97, 187), (21592, 142, 97, 220), (21756, 142, 98, 210), (21797, 142, 98, 251), (21864, 142, 99, 145), (21909, 142, 99, 190), (22182, 142, 101, 120), (22254, 142, 101, 192), (22438, 142, 102, 206), (22442, 142, 102, 210), (22483, 142, 102, 251), (22537, 142, 103, 135), (22568, 142, 103, 166), (22865, 142, 105, 128), (22920, 142, 105, 183), (23050, 142, 106, 147), (23062, 142, 106, 159), (23299, 142, 107, 231), (23761, 142, 110, 204), (23795, 142, 110, 238), (23976, 142, 111, 258), (24004, 142, 112, 126), (24136, 142, 112, 258), (24202, 142, 113, 164), (24235, 142, 113, 197), (24418, 142, 114, 222), (24424, 142, 114, 228), (24479, 142, 115, 126), (24599, 142, 115, 246), (24760, 142, 116, 249), (25027, 142, 118, 206), (25072, 142, 118, 251), (25383, 142, 120, 256), (25436, 142, 121, 155), (25816, 142, 123, 236), (25931, 142, 124, 203), (25964, 142, 124, 236), (26053, 142, 125, 178), (26110, 142, 125, 235), (26166, 142, 126, 143), (26386, 142, 127, 218), (26495, 142, 128, 182), (26588, 142, 129, 132), (26785, 142, 130, 187), (26891, 142, 131, 151), (26918, 142, 131, 178), (26975, 142, 131, 235), (27111, 142, 132, 230), (27246, 142, 133, 224), (27398, 142, 134, 238), (27449, 142, 135, 151), (27454, 142, 135, 156), (27606, 142, 136, 172), (27689, 142, 136, 255), (27921, 142, 138, 218), (28189, 142, 140, 220), (28264, 142, 141, 164), (28294, 142, 141, 194), (28297, 142, 141, 197), (28372, 142, 142, 142), (28606, 142, 143, 246), (28618, 142, 143, 258), (28672, 142, 144, 184), (28869, 142, 145, 254), (28894, 142, 146, 153), (28957, 142, 146, 216), (29144, 142, 148, 152), (29330, 142, 149, 215), (29395, 142, 150, 157), (29455, 142, 150, 217), (29789, 142, 153, 191), (30116, 142, 156, 166), (30284, 142, 157, 219), (30829, 142, 162, 203), (30862, 142, 162, 236), (30885, 142, 162, 259), (30975, 142, 163, 239), (30998, 142, 163, 262), (31128, 142, 165, 176), (31138, 142, 165, 186), (31199, 142, 165, 247), (31318, 142, 166, 259), (31699, 142, 170, 225), (31760, 142, 171, 185), (31929, 142, 172, 253), (32054, 142, 174, 181), (32095, 142, 174, 222), (32101, 142, 174, 228), (32217, 142, 175, 246), (32716, 142, 181, 182), (32846, 142, 182, 222), (33002, 142, 184, 200), (33301, 142, 187, 241), (33510, 142, 190, 201), (33530, 142, 190, 221), (33617, 142, 191, 227), (34242, 142, 199, 240), (34254, 142, 199, 252), (34377, 142, 201, 232), (34431, 142, 202, 216), (34601, 142, 204, 249), (35026, 142, 211, 226), (35078, 142, 212, 218), (35545, 142, 220, 241), (35587, 142, 221, 232), (35765, 142, 224, 263), (36318, 142, 238, 249), (36390, 142, 240, 256), (36535, 142, 245, 256), (36714, 142, 253, 255), (609, 143, 3, 70), (765, 143, 3, 226), (1296, 143, 5, 222), (1302, 143, 5, 228), (2558, 143, 10, 164), (2588, 143, 10, 194), (2859, 143, 11, 204), (2893, 143, 11, 238), (3164, 143, 12, 249), (3221, 143, 13, 47), (3371, 143, 13, 197), (3521, 143, 14, 89), (3548, 143, 14, 116), (3833, 143, 15, 144), (3889, 143, 15, 200), (4039, 143, 16, 94), (4086, 143, 16, 141), (4548, 143, 18, 94), (4550, 143, 18, 96), (5177, 143, 20, 219), (5202, 143, 20, 244), (5253, 143, 21, 44), (5330, 143, 21, 121), (5500, 143, 22, 41), (5715, 143, 22, 256), (5748, 143, 23, 40), (5808, 143, 23, 100), (6120, 143, 24, 164), (6153, 143, 24, 197), (6294, 143, 25, 91), (6337, 143, 25, 134), (6602, 143, 26, 153), (6665, 143, 26, 216), (7005, 143, 28, 67), (7162, 143, 28, 224), (7240, 143, 29, 59), (7302, 143, 29, 121), (7492, 143, 30, 69), (7802, 143, 31, 136), (7919, 143, 31, 253), (8208, 143, 33, 63), (8373, 143, 33, 228), (8422, 143, 34, 39), (8458, 143, 34, 75), (8748, 143, 35, 128), (8801, 143, 35, 181), (8973, 143, 36, 117), (9050, 143, 36, 194), (9659, 143, 39, 101), (9836, 143, 40, 45), (10154, 143, 41, 132), (10778, 143, 44, 68), (11055, 143, 45, 118), (11217, 143, 46, 54), (11316, 143, 46, 153), (11465, 143, 47, 77), (11665, 143, 48, 53), (11667, 143, 48, 55), (11993, 143, 49, 158), (12050, 143, 49, 215), (12367, 143, 51, 89), (12478, 143, 51, 200), (12627, 143, 52, 128), (12682, 143, 52, 183), (12816, 143, 53, 98), (13099, 143, 54, 163), (13278, 143, 55, 125), (13660, 143, 57, 76), (13822, 143, 57, 238), (13870, 143, 58, 72), (14022, 143, 58, 224), (14176, 143, 59, 165), (14742, 143, 62, 97), (14775, 143, 62, 130), (15070, 143, 63, 216), (15150, 143, 64, 88), (15232, 143, 64, 170), (15752, 143, 67, 70), (16058, 143, 68, 172), (16352, 143, 69, 263), (16603, 143, 71, 111), (16719, 143, 71, 227), (16770, 143, 72, 77), (17172, 143, 74, 82), (17309, 143, 74, 219), (17393, 143, 75, 106), (17583, 143, 76, 100), (19894, 143, 88, 133), (20438, 143, 91, 131), (20783, 143, 93, 117), (20910, 143, 93, 244), (21303, 143, 96, 106), (21527, 143, 97, 155), (21688, 143, 98, 142), (22219, 143, 101, 157), (22374, 143, 102, 142), (22403, 143, 102, 171), (23240, 143, 107, 172), (23323, 143, 107, 255), (23692, 143, 110, 135), (23723, 143, 110, 166), (23893, 143, 111, 175), (23993, 143, 112, 115), (24053, 143, 112, 175), (24208, 143, 113, 170), (24663, 143, 116, 152), (24992, 143, 118, 171), (25764, 143, 123, 184), (26060, 143, 125, 185), (26851, 143, 130, 253), (26925, 143, 131, 185), (27080, 143, 132, 199), (27180, 143, 133, 158), (27295, 143, 134, 135), (27660, 143, 136, 226), (28153, 143, 140, 184), (28502, 143, 143, 115), (28503, 143, 143, 143), (28653, 143, 144, 165), (29683, 143, 152, 204), (30075, 143, 155, 241), (30963, 143, 163, 227), (31308, 143, 166, 249), (32752, 143, 181, 218), (32935, 143, 183, 221), (35297, 143, 215, 263), (35401, 143, 217, 256), (35421, 143, 218, 222), (24496, 144, 115, 143), (28632, 144, 144, 144), (120, 145, 1, 120), (245, 145, 1, 245), (289, 145, 2, 19), (501, 145, 2, 231), (543, 145, 3, 4), (582, 145, 3, 43), (943, 145, 4, 136), (1343, 145, 5, 269), (1405, 145, 6, 65), (1424, 145, 6, 84), (1694, 145, 7, 89), (1805, 145, 7, 200), (2357, 145, 9, 225), (4435, 145, 17, 235), (4946, 145, 19, 239), (5654, 145, 22, 195), (5707, 145, 22, 248), (5735, 145, 23, 27), (5937, 145, 23, 229), (6527, 145, 26, 78), (6716, 145, 26, 267), (6739, 145, 27, 45), (7509, 145, 30, 86), (7612, 145, 30, 189), (8414, 145, 33, 269), (9146, 145, 37, 55), (9276, 145, 37, 185), (9547, 145, 38, 222), (9553, 145, 38, 228), (9824, 145, 39, 266), (10309, 145, 42, 56), (10398, 145, 42, 145), (10549, 145, 43, 67), (10903, 145, 44, 193), (10974, 145, 44, 264), (11027, 145, 45, 90), (11331, 145, 46, 168), (11430, 145, 46, 267), (11454, 145, 47, 66), (12023, 145, 49, 188), (12058, 145, 49, 223), (12140, 145, 50, 83), (12303, 145, 50, 246), (12855, 145, 53, 137), (13144, 145, 54, 208), (13197, 145, 54, 261), (13290, 145, 55, 137), (13621, 145, 56, 252), (14207, 145, 59, 196), (14218, 145, 59, 207), (14349, 145, 60, 126), (14481, 145, 60, 258), (14525, 145, 61, 91), (14619, 145, 61, 185), (14932, 145, 63, 78), (15096, 145, 63, 242), (15231, 145, 64, 169), (15260, 145, 64, 198), (15461, 145, 65, 191), (15548, 145, 66, 72), (15869, 145, 67, 187), (16571, 145, 71, 79), (16653, 145, 71, 161), (16913, 145, 72, 220), (17068, 145, 73, 176), (17078, 145, 73, 186), (17696, 145, 76, 213), (17712, 145, 76, 229), (18242, 145, 79, 175), (18340, 145, 80, 81), (18343, 145, 80, 84), (18708, 145, 81, 258), (18791, 145, 82, 151), (18818, 145, 82, 178), (19061, 145, 83, 231), (19322, 145, 85, 116), (19410, 145, 85, 204), (19647, 145, 86, 255), (19692, 145, 87, 115), (19752, 145, 87, 175), (20063, 145, 89, 119), (20297, 145, 90, 171), (20411, 145, 91, 104), (22621, 145, 103, 219), (22646, 145, 103, 244), (22704, 145, 104, 134), (23724, 145, 110, 167), (23840, 145, 111, 122), (23986, 145, 111, 268), (24000, 145, 112, 122), (24143, 145, 112, 265), (24207, 145, 113, 169), (24372, 145, 114, 176), (24405, 145, 114, 209), (24567, 145, 115, 214), (24630, 145, 116, 119), (24822, 145, 117, 156), (24925, 145, 117, 259), (25339, 145, 120, 212), (25488, 145, 121, 207), (25545, 145, 121, 264), (26172, 145, 126, 149), (26360, 145, 127, 192), (26467, 145, 128, 154), (26550, 145, 128, 237), (26666, 145, 129, 210), (26707, 145, 129, 251), (27060, 145, 132, 179), (27076, 145, 132, 195), (27210, 145, 133, 188), (27220, 145, 133, 198), (27327, 145, 134, 167), (27645, 145, 136, 211), (27850, 145, 138, 147), (28018, 145, 139, 181), (28059, 145, 139, 222), (28574, 145, 143, 214), (28625, 145, 143, 265), (28684, 145, 144, 196), (28693, 145, 144, 205), (28760, 145, 145, 145), (28900, 145, 146, 159), (29070, 145, 147, 202), (29166, 145, 148, 174), (29174, 145, 148, 182), (29361, 145, 149, 246), (29416, 145, 150, 178), (29473, 145, 150, 235), (29578, 145, 151, 219), (29859, 145, 153, 261), (29869, 145, 153, 271), (29897, 145, 154, 181), (30194, 145, 156, 244), (30331, 145, 157, 266), (30335, 145, 157, 270), (30495, 145, 159, 202), (30654, 145, 160, 249), (30679, 145, 161, 163), (30904, 145, 163, 168), (31047, 145, 164, 203), (31080, 145, 164, 236), (31869, 145, 172, 193), (31981, 145, 173, 206), (32026, 145, 173, 251), (32082, 145, 174, 209), (32369, 145, 177, 206), (32626, 145, 180, 183), (32951, 145, 183, 237), (33218, 145, 186, 243), (33284, 145, 187, 224), (33490, 145, 189, 263), (33549, 145, 190, 240), (33561, 145, 190, 252), (33615, 145, 191, 225), (33682, 145, 192, 212), (33830, 145, 194, 203), (33886, 145, 194, 259), (34091, 145, 197, 236), (34279, 145, 200, 205), (34585, 145, 204, 233), (34841, 145, 208, 227), (34969, 145, 210, 230), (35053, 145, 211, 253), (35157, 145, 213, 238), (35361, 145, 216, 271), (35393, 145, 217, 248), (35415, 145, 217, 270), (35528, 145, 220, 224), (35717, 145, 223, 263), (35908, 145, 227, 268), (35926, 145, 228, 242), (36090, 145, 232, 240), (36095, 145, 232, 245), (36127, 145, 233, 238), (36359, 145, 239, 257), (36471, 145, 243, 247), (36592, 145, 247, 262), (36787, 145, 257, 262), (28787, 146, 145, 172), (28887, 146, 146, 146), (19, 147, 1, 19), (247, 147, 1, 247), (257, 147, 1, 257), (480, 147, 2, 210), (505, 147, 2, 235), (576, 147, 3, 37), (676, 147, 3, 137), (936, 147, 4, 129), (980, 147, 4, 173), (1037, 147, 4, 230), (1715, 147, 7, 110), (1854, 147, 7, 249), (2072, 147, 8, 203), (2105, 147, 8, 236), (2280, 147, 9, 148), (4411, 147, 17, 211), (4897, 147, 19, 190), (4939, 147, 19, 232), (5538, 147, 22, 79), (5620, 147, 22, 161), (5627, 147, 22, 168), (5896, 147, 23, 188), (5906, 147, 23, 198), (5931, 147, 23, 223), (6756, 147, 27, 62), (6849, 147, 27, 155), (7531, 147, 30, 108), (7602, 147, 30, 179), (7657, 147, 30, 234), (9158, 147, 37, 67), (9315, 147, 37, 224), (9400, 147, 38, 75), (9419, 147, 38, 94), (9421, 147, 38, 96), (9636, 147, 39, 78), (9800, 147, 39, 242), (9825, 147, 39, 267), (10313, 147, 42, 60), (10334, 147, 42, 81), (10402, 147, 42, 149), (10611, 147, 43, 129), (10655, 147, 43, 173), (10659, 147, 43, 177), (10905, 147, 44, 195), (10958, 147, 44, 248), (10980, 147, 44, 270), (11125, 147, 45, 188), (11126, 147, 45, 189), (11160, 147, 45, 223), (11492, 147, 47, 104), (11555, 147, 47, 167), (11943, 147, 49, 108), (11944, 147, 49, 109), (12095, 147, 49, 260), (12113, 147, 50, 56), (12202, 147, 50, 145), (12247, 147, 50, 190), (12804, 147, 53, 86), (12911, 147, 53, 193), (13346, 147, 55, 193), (13417, 147, 55, 264), (13518, 147, 56, 149), (13600, 147, 56, 231), (14277, 147, 59, 266), (14281, 147, 59, 270), (14368, 147, 60, 145), (14475, 147, 60, 252), (14501, 147, 61, 67), (14506, 147, 61, 72), (14658, 147, 61, 224), (14735, 147, 62, 90), (15123, 147, 63, 269), (15171, 147, 64, 109), (15242, 147, 64, 180), (15299, 147, 64, 237), (15390, 147, 65, 120), (15510, 147, 65, 240), (15515, 147, 65, 245), (15571, 147, 66, 95), (15581, 147, 66, 105), (15726, 147, 66, 250), (15819, 147, 67, 137), (16797, 147, 72, 104), (16860, 147, 72, 167), (16995, 147, 73, 103), (17043, 147, 73, 151), (17048, 147, 73, 156), (17365, 147, 75, 78), (17529, 147, 75, 242), (17652, 147, 76, 169), (17671, 147, 76, 188), (17681, 147, 76, 198), (18031, 147, 78, 157), (18199, 147, 79, 132), (18690, 147, 81, 240), (18702, 147, 81, 252), (19040, 147, 83, 210), (19081, 147, 83, 251), (19258, 147, 84, 240), (19263, 147, 84, 245), (19270, 147, 84, 252), (19534, 147, 86, 142), (19563, 147, 86, 171), (19709, 147, 87, 132), (20281, 147, 90, 155), (20379, 147, 90, 253), (20503, 147, 91, 196), (20514, 147, 91, 207), (20571, 147, 91, 264), (20604, 147, 92, 117), (20651, 147, 92, 164), (20681, 147, 92, 194), (20983, 147, 94, 139), (20998, 147, 94, 154), (21241, 147, 95, 220), (21336, 147, 96, 139), (21439, 147, 96, 242), (22516, 147, 103, 114), (22645, 147, 103, 243), (22794, 147, 104, 224), (22973, 147, 105, 236), (23495, 147, 108, 263), (23528, 147, 109, 133), (23753, 147, 110, 196), (23762, 147, 110, 205), (24192, 147, 113, 154), (24218, 147, 113, 180), (24275, 147, 113, 237), (24352, 147, 114, 156), (24455, 147, 114, 259), (25224, 147, 119, 249), (25352, 147, 120, 225), (25529, 147, 121, 248), (25547, 147, 121, 266), (25551, 147, 121, 270), (26229, 147, 126, 206), (26274, 147, 126, 251), (26344, 147, 127, 176), (26354, 147, 127, 186), (26415, 147, 127, 247), (26521, 147, 128, 208), (26574, 147, 128, 261), (26584, 147, 128, 271), (26667, 147, 129, 211), (27042, 147, 132, 161), (27202, 147, 133, 180), (27282, 147, 133, 260), (27356, 147, 134, 196), (27365, 147, 134, 205), (27367, 147, 134, 207), (27571, 147, 136, 137), (27879, 147, 138, 176), (27889, 147, 138, 186), (27912, 147, 138, 209), (27978, 147, 139, 141), (28254, 147, 141, 154), (28337, 147, 141, 237), (28419, 147, 142, 189), (28754, 147, 144, 266), (28764, 147, 145, 149), (28889, 147, 146, 148), (28950, 147, 146, 209), (29015, 147, 147, 147), (29027, 147, 147, 159), (29194, 147, 148, 202), (29602, 147, 151, 243), (29621, 147, 151, 262), (30063, 147, 155, 229), (30124, 147, 156, 174), (30233, 147, 157, 168), (30332, 147, 157, 267), (30485, 147, 159, 192), (30569, 147, 160, 164), (30599, 147, 160, 194), (30602, 147, 160, 197), (30733, 147, 161, 217), (31361, 147, 167, 197), (31486, 147, 168, 217), (31576, 147, 169, 204), (31610, 147, 169, 238), (31764, 147, 171, 189), (31798, 147, 171, 223), (31855, 147, 172, 179), (31871, 147, 172, 195), (31924, 147, 172, 248), (31962, 147, 173, 187), (32076, 147, 174, 203), (32132, 147, 174, 259), (32270, 147, 176, 202), (32350, 147, 177, 187), (32383, 147, 177, 220), (32496, 147, 178, 239), (32500, 147, 178, 243), (32519, 147, 178, 262), (32606, 147, 179, 255), (32795, 147, 181, 261), (32805, 147, 181, 271), (32827, 147, 182, 203), (32860, 147, 182, 236), (32883, 147, 182, 259), (32922, 147, 183, 208), (32975, 147, 183, 261), (32982, 147, 183, 268), (33015, 147, 184, 213), (33031, 147, 184, 229), (33035, 147, 184, 233), (33082, 147, 185, 193), (33096, 147, 185, 207), (33153, 147, 185, 264), (33187, 147, 186, 212), (33310, 147, 187, 250), (33540, 147, 190, 231), (33695, 147, 192, 225), (33959, 147, 195, 255), (34167, 147, 198, 238), (34424, 147, 202, 209), (34668, 147, 205, 249), (34731, 147, 206, 246), (34743, 147, 206, 258), (34985, 147, 210, 246), (35030, 147, 211, 230), (35107, 147, 212, 247), (35117, 147, 212, 257), (35412, 147, 217, 267), (35554, 147, 220, 250), (35674, 147, 222, 269), (35676, 147, 222, 271), (35794, 147, 225, 245), (35953, 147, 228, 269), (36042, 147, 231, 232), (36107, 147, 232, 257), (36182, 147, 234, 255), (36190, 147, 234, 263), (36203, 147, 235, 239), (36226, 147, 235, 262), (36556, 147, 246, 251), (36827, 147, 260, 263), (27581, 148, 136, 147), (29140, 148, 148, 148), (151, 149, 1, 151), (178, 149, 1, 178), (625, 149, 3, 86), (933, 149, 4, 126), (1053, 149, 4, 246), (1406, 149, 6, 66), (1560, 149, 6, 220), (1769, 149, 7, 164), (1799, 149, 7, 194), (2036, 149, 8, 167), (2368, 149, 9, 236), (4227, 149, 17, 27), (4290, 149, 17, 90), (4788, 149, 19, 81), (4791, 149, 19, 84), (5817, 149, 23, 109), (5888, 149, 23, 180), (6844, 149, 27, 150), (7637, 149, 30, 214), (7688, 149, 30, 265), (9268, 149, 37, 177), (9341, 149, 37, 250), (9414, 149, 38, 89), (9441, 149, 38, 116), (10459, 149, 42, 206), (10504, 149, 42, 251), (10608, 149, 43, 126), (10740, 149, 43, 258), (10789, 149, 44, 79), (10871, 149, 44, 161), (11046, 149, 45, 109), (11197, 149, 45, 260), (11584, 149, 47, 196), (11595, 149, 47, 207), (11957, 149, 49, 122), (12103, 149, 49, 268), (12117, 149, 50, 60), (12206, 149, 50, 149), (12897, 149, 53, 179), (12952, 149, 53, 234), (13332, 149, 55, 179), (13348, 149, 55, 195), (13579, 149, 56, 210), (14179, 149, 59, 168), (14278, 149, 59, 267), (14454, 149, 60, 231), (14529, 149, 61, 95), (14684, 149, 61, 250), (14833, 149, 62, 188), (14868, 149, 62, 223), (15270, 149, 64, 208), (15323, 149, 64, 261), (15517, 149, 65, 247), (15527, 149, 65, 257), (15667, 149, 66, 191), (15875, 149, 67, 193), (16900, 149, 72, 207), (16957, 149, 72, 264), (17663, 149, 76, 180), (17720, 149, 76, 237), (18018, 149, 78, 144), (18074, 149, 78, 200), (18239, 149, 79, 172), (18446, 149, 80, 187), (18479, 149, 80, 220), (18681, 149, 81, 231), (18853, 149, 82, 213), (18869, 149, 82, 229), (19041, 149, 83, 211), (19275, 149, 84, 257), (19323, 149, 85, 117), (19450, 149, 85, 244), (19528, 149, 86, 136), (19749, 149, 87, 172), (19832, 149, 87, 255), (20186, 149, 89, 242), (20356, 149, 90, 230), (20555, 149, 91, 248), (20577, 149, 91, 270), (20601, 149, 92, 114), (20661, 149, 92, 174), (21113, 149, 94, 269), (21125, 149, 95, 104), (21466, 149, 96, 269), (22529, 149, 103, 127), (22614, 149, 103, 212), (22675, 149, 104, 105), (22904, 149, 105, 167), (23374, 149, 108, 142), (23403, 149, 108, 171), (23823, 149, 110, 266), (24299, 149, 113, 261), (24309, 149, 113, 271), (24650, 149, 116, 139); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (24785, 149, 117, 119), (25169, 149, 119, 194), (25442, 149, 121, 161), (25449, 149, 121, 168), (25694, 149, 122, 263), (26324, 149, 127, 156), (27230, 149, 133, 208), (27290, 149, 133, 268), (27426, 149, 134, 266), (27430, 149, 134, 270), (27623, 149, 136, 189), (27742, 149, 137, 173), (27746, 149, 137, 177), (27859, 149, 138, 156), (27962, 149, 138, 259), (28041, 149, 139, 204), (28371, 149, 141, 271), (28464, 149, 142, 234), (28755, 149, 144, 267), (28825, 149, 145, 210), (28866, 149, 145, 251), (28944, 149, 146, 203), (28977, 149, 146, 236), (29016, 149, 147, 148), (29077, 149, 147, 209), (29264, 149, 149, 149), (29467, 149, 150, 229), (29571, 149, 151, 212), (29920, 149, 154, 204), (29954, 149, 154, 238), (30022, 149, 155, 188), (30032, 149, 155, 198), (30469, 149, 159, 176), (30502, 149, 159, 209), (30579, 149, 160, 174), (30587, 149, 160, 182), (31049, 149, 164, 205), (31556, 149, 169, 184), (31835, 149, 171, 260), (32489, 149, 178, 232), (33084, 149, 185, 195), (33137, 149, 185, 248), (33200, 149, 186, 225), (33318, 149, 187, 258), (33480, 149, 189, 253), (33544, 149, 190, 235), (33773, 149, 193, 224), (33977, 149, 196, 197), (34060, 149, 197, 205), (34316, 149, 200, 242), (34418, 149, 202, 203), (34474, 149, 202, 259), (34737, 149, 206, 252), (35046, 149, 211, 246), (35138, 149, 213, 219), (35232, 149, 214, 255), (35485, 149, 219, 233), (35707, 149, 223, 253), (35766, 149, 224, 264), (35796, 149, 225, 247), (36085, 149, 232, 235), (36133, 149, 233, 244), (36273, 149, 237, 238), (36859, 149, 263, 265), (45, 150, 1, 45), (171, 150, 1, 171), (425, 150, 2, 155), (612, 150, 3, 73), (653, 150, 3, 114), (960, 150, 4, 153), (1023, 150, 4, 216), (1450, 150, 6, 110), (1589, 150, 6, 249), (1674, 150, 7, 69), (1820, 150, 7, 215), (1916, 150, 8, 47), (1941, 150, 8, 72), (2223, 150, 9, 91), (2266, 150, 9, 134), (2516, 150, 10, 122), (2659, 150, 10, 265), (2824, 150, 11, 169), (2853, 150, 11, 198), (3023, 150, 12, 108), (3175, 150, 12, 260), (3261, 150, 13, 87), (3388, 150, 13, 214), (3620, 150, 14, 188), (3655, 150, 14, 223), (3775, 150, 15, 86), (3878, 150, 15, 189), (3972, 150, 16, 27), (4174, 150, 16, 229), (4282, 150, 17, 82), (4350, 150, 17, 150), (4481, 150, 18, 27), (4544, 150, 18, 90), (4782, 150, 19, 75), (4803, 150, 19, 96), (5166, 150, 20, 208), (5219, 150, 20, 261), (5402, 150, 21, 193), (5473, 150, 21, 264), (5635, 150, 22, 176), (5668, 150, 22, 209), (5898, 150, 23, 190), (5940, 150, 23, 232), (6170, 150, 24, 214), (6221, 150, 24, 265), (6382, 150, 25, 179), (6398, 150, 25, 195), (6600, 150, 26, 151), (6627, 150, 26, 178), (7099, 150, 28, 161), (7106, 150, 28, 168), (7374, 150, 29, 193), (7648, 150, 30, 225), (7744, 150, 31, 78), (7908, 150, 31, 242), (8073, 150, 32, 167), (8356, 150, 33, 211), (8978, 150, 36, 122), (9124, 150, 36, 268), (9347, 150, 37, 256), (9422, 150, 38, 97), (9455, 150, 38, 130), (9805, 150, 39, 247), (9815, 150, 39, 257), (10083, 150, 41, 61), (10126, 150, 41, 104), (10369, 150, 42, 116), (10457, 150, 42, 204), (10536, 150, 43, 54), (10635, 150, 43, 153), (10857, 150, 44, 147), (11169, 150, 45, 232), (11266, 150, 46, 103), (11314, 150, 46, 151), (11493, 150, 47, 105), (11878, 150, 48, 266), (11882, 150, 48, 270), (11900, 150, 49, 65), (11919, 150, 49, 84), (12151, 150, 50, 94), (12198, 150, 50, 141), (12467, 150, 51, 189), (12501, 150, 51, 223), (12845, 150, 53, 127), (12856, 150, 53, 138), (13123, 150, 54, 187), (13291, 150, 55, 138), (13355, 150, 55, 202), (13445, 150, 56, 76), (13607, 150, 56, 238), (13753, 150, 57, 169), (13877, 150, 58, 79), (13959, 150, 58, 161), (14131, 150, 59, 120), (14203, 150, 59, 192), (14287, 150, 60, 64), (14336, 150, 60, 113), (14690, 150, 61, 256), (14884, 150, 62, 239), (14907, 150, 62, 262), (15032, 150, 63, 178), (15089, 150, 63, 235), (15143, 150, 64, 81), (15533, 150, 65, 263), (15587, 150, 66, 111), (15588, 150, 66, 112), (15796, 150, 67, 114), (15856, 150, 67, 174), (16093, 150, 68, 207), (16150, 150, 68, 264), (16294, 150, 69, 205), (16459, 150, 70, 168), (16558, 150, 70, 267), (16648, 150, 71, 156), (16751, 150, 71, 259), (16875, 150, 72, 182), (17028, 150, 73, 136), (17351, 150, 74, 261), (17361, 150, 74, 271), (17544, 150, 75, 257), (17673, 150, 76, 190), (17758, 150, 77, 79), (17766, 150, 77, 87), (18100, 150, 78, 226), (18508, 150, 80, 249), (18583, 150, 81, 133), (18870, 150, 82, 230), (19014, 150, 83, 184), (19151, 150, 84, 133), (19294, 150, 85, 88), (19364, 150, 85, 158), (19557, 150, 86, 165), (19994, 150, 88, 233), (20184, 150, 89, 240), (20196, 150, 89, 252), (20232, 150, 90, 106), (20453, 150, 91, 146), (20586, 150, 92, 99), (20688, 150, 92, 201), (20874, 150, 93, 208), (20934, 150, 93, 268), (21075, 150, 94, 231), (21185, 150, 95, 164), (21218, 150, 95, 197), (21428, 150, 96, 231), (21511, 150, 97, 139), (21812, 150, 98, 266), (21879, 150, 99, 160), (22199, 150, 101, 137), (22565, 150, 103, 163), (22769, 150, 104, 199), (22934, 150, 105, 197), (23264, 150, 107, 196), (23275, 150, 107, 207), (23398, 150, 108, 166), (23519, 150, 109, 124), (23557, 150, 109, 162), (23748, 150, 110, 191), (23938, 150, 111, 220), (24187, 150, 113, 149), (24556, 150, 115, 203), (24589, 150, 115, 236), (24763, 150, 116, 252), (24839, 150, 117, 173), (24843, 150, 117, 177), (25133, 150, 119, 158), (25190, 150, 119, 215), (25271, 150, 120, 144), (25473, 150, 121, 192), (25760, 150, 123, 180), (25817, 150, 123, 237), (25908, 150, 124, 180), (26123, 150, 125, 248), (26145, 150, 125, 270), (26310, 150, 127, 142), (26519, 150, 128, 206), (26564, 150, 128, 251), (26675, 150, 129, 219), (26700, 150, 129, 244), (26840, 150, 130, 242), (26935, 150, 131, 195), (26988, 150, 131, 248), (27029, 150, 132, 148), (27090, 150, 132, 209), (27351, 150, 134, 191), (27477, 150, 135, 179), (27532, 150, 135, 234), (27677, 150, 136, 243), (28078, 150, 139, 241), (28123, 150, 140, 154), (28206, 150, 140, 237), (28249, 150, 141, 149), (28442, 150, 142, 212), (28596, 150, 143, 236), (28733, 150, 144, 245), (28819, 150, 145, 204), (28853, 150, 145, 238), (28926, 150, 146, 185), (29040, 150, 147, 172), (29388, 150, 150, 150), (29667, 150, 152, 188), (29677, 150, 152, 198), (29957, 150, 154, 241), (30073, 150, 155, 239), (30113, 150, 156, 163), (30251, 150, 157, 186), (30312, 150, 157, 247), (30465, 150, 159, 172), (30548, 150, 159, 255), (30659, 150, 160, 254), (30886, 150, 162, 260), (31094, 150, 164, 250), (31293, 150, 166, 234), (31363, 150, 167, 199), (31687, 150, 170, 213), (31707, 150, 170, 233), (31787, 150, 171, 212), (32019, 150, 173, 244), (32097, 150, 174, 224), (32174, 150, 175, 203), (32230, 150, 175, 259), (32285, 150, 176, 217), (32357, 150, 177, 194), (32744, 150, 181, 210), (32785, 150, 181, 251), (32848, 150, 182, 224), (32920, 150, 183, 206), (33048, 150, 184, 246), (33091, 150, 185, 202), (33192, 150, 186, 217), (33287, 150, 187, 227), (33877, 150, 194, 250), (34314, 150, 200, 240), (34319, 150, 200, 245), (34961, 150, 210, 222), (35016, 150, 211, 216), (35482, 150, 219, 230), (35531, 150, 220, 227), (35812, 150, 225, 263), (35862, 150, 226, 267), (35919, 150, 228, 235), (36477, 150, 243, 253), (36721, 150, 253, 262), (29414, 151, 150, 176), (29510, 151, 151, 151), (1094, 152, 5, 20), (1148, 152, 5, 74), (1167, 152, 5, 93), (2429, 152, 10, 35), (2446, 152, 10, 52), (2615, 152, 10, 221), (2669, 152, 11, 14), (2706, 152, 11, 51), (2807, 152, 11, 152), (3003, 152, 12, 88), (3085, 152, 12, 170), (3273, 152, 13, 99), (3375, 152, 13, 201), (3395, 152, 13, 221), (3489, 152, 14, 57), (3584, 152, 14, 152), (3746, 152, 15, 57), (3789, 152, 15, 100), (4068, 152, 16, 123), (4069, 152, 16, 124), (4107, 152, 16, 162), (4577, 152, 18, 123), (4578, 152, 18, 124), (4594, 152, 18, 140), (4992, 152, 20, 33), (5176, 152, 20, 218), (5307, 152, 21, 98), (5311, 152, 21, 102), (5327, 152, 21, 118), (6008, 152, 24, 52), (6157, 152, 24, 201), (6177, 152, 24, 221), (6272, 152, 25, 69), (6361, 152, 25, 158), (6418, 152, 25, 215), (6970, 152, 28, 32), (7137, 152, 28, 199), (7192, 152, 28, 254), (7221, 152, 29, 40), (7283, 152, 29, 102), (7299, 152, 29, 118), (7707, 152, 31, 41), (7922, 152, 31, 256), (7964, 152, 32, 58), (7976, 152, 32, 70), (8219, 152, 33, 74), (8480, 152, 34, 97), (8523, 152, 34, 140), (8624, 152, 34, 241), (8656, 152, 35, 36), (8713, 152, 35, 93), (8908, 152, 36, 52), (9074, 152, 36, 218), (9830, 152, 40, 15), (9956, 152, 40, 165), (10092, 152, 41, 70), (10248, 152, 41, 226), (11680, 152, 48, 68), (11719, 152, 48, 107), (12335, 152, 51, 57), (12378, 152, 51, 100), (13897, 152, 58, 99), (14052, 152, 58, 254), (15984, 152, 68, 98), (15988, 152, 68, 102), (16214, 152, 69, 125), (16220, 152, 69, 131), (16490, 152, 70, 199), (17306, 152, 74, 216), (17778, 152, 77, 99), (17880, 152, 77, 201), (17933, 152, 77, 254), (19896, 152, 88, 135), (19927, 152, 88, 166), (20884, 152, 93, 218), (21473, 152, 97, 101), (21653, 152, 98, 107), (22056, 152, 100, 165), (22192, 152, 101, 130), (22303, 152, 101, 241), (23026, 152, 106, 123), (23043, 152, 106, 140), (23144, 152, 106, 241), (23193, 152, 107, 125), (24986, 152, 118, 165), (26854, 152, 130, 256), (26955, 152, 131, 215), (27456, 152, 135, 158), (27513, 152, 135, 215), (29631, 152, 152, 152), (30345, 152, 158, 166), (30796, 152, 162, 170), (31229, 152, 166, 170), (34228, 152, 199, 226), (35851, 152, 226, 256), (559, 153, 3, 20), (613, 153, 3, 74), (1185, 153, 5, 111), (1186, 153, 5, 112), (2456, 153, 10, 62), (2549, 153, 10, 155), (2685, 153, 11, 30), (2910, 153, 11, 255), (2938, 153, 12, 23), (2960, 153, 12, 45), (3358, 153, 13, 184), (3481, 153, 14, 49), (3695, 153, 14, 263), (3753, 153, 15, 64), (3822, 153, 15, 133), (5094, 153, 20, 136), (5303, 153, 21, 94), (5350, 153, 21, 141), (5547, 153, 22, 88), (5617, 153, 22, 158), (5874, 153, 23, 166), (6111, 153, 24, 155), (6407, 153, 25, 204), (6441, 153, 25, 238), (6481, 153, 26, 32), (6703, 153, 26, 254), (7294, 153, 29, 113), (7322, 153, 29, 141), (7575, 153, 30, 152), (7776, 153, 31, 110), (7800, 153, 31, 134), (7969, 153, 32, 63), (8256, 153, 33, 111), (8372, 153, 33, 227), (8566, 153, 34, 183), (8735, 153, 35, 115), (8763, 153, 35, 143), (8918, 153, 36, 62), (9109, 153, 36, 253), (9627, 153, 39, 69), (9835, 153, 40, 44), (9912, 153, 40, 121), (10244, 153, 41, 222), (10250, 153, 41, 228), (10810, 153, 44, 100), (11099, 153, 45, 162), (11262, 153, 46, 99), (11417, 153, 46, 254), (11701, 153, 48, 89), (11812, 153, 48, 200), (11886, 153, 49, 51), (12411, 153, 51, 133), (12614, 153, 52, 115), (12674, 153, 52, 175), (12841, 153, 53, 123), (12858, 153, 53, 140), (13089, 153, 54, 153), (13152, 153, 54, 216), (13293, 153, 55, 140), (13394, 153, 55, 241), (13756, 153, 57, 172), (13839, 153, 57, 255), (14113, 153, 59, 102), (14129, 153, 59, 118), (15053, 153, 63, 199), (15227, 153, 64, 165), (15756, 153, 67, 74), (15980, 153, 68, 94), (15982, 153, 68, 96), (16246, 153, 69, 157), (16540, 153, 70, 249), (16693, 153, 71, 201), (16713, 153, 71, 221), (17394, 153, 75, 107), (17618, 153, 76, 135), (17649, 153, 76, 166), (17863, 153, 77, 184), (19893, 153, 88, 132), (20069, 153, 89, 125), (20404, 153, 91, 97), (20437, 153, 91, 130), (20802, 153, 93, 136), (20919, 153, 93, 253), (21304, 153, 96, 107), (21557, 153, 97, 185), (21690, 153, 98, 144), (21746, 153, 98, 200), (21882, 153, 99, 163), (22063, 153, 100, 172), (22190, 153, 101, 128), (22245, 153, 101, 183), (22376, 153, 102, 144), (23783, 153, 110, 226), (24096, 153, 112, 218), (24203, 153, 113, 165), (24636, 153, 116, 125), (24642, 153, 116, 131), (24942, 153, 118, 121), (25722, 153, 123, 142), (25870, 153, 124, 142), (25899, 153, 124, 171), (26732, 153, 130, 134), (26944, 153, 131, 204), (27051, 153, 132, 170), (27536, 153, 135, 238), (28578, 153, 143, 218), (29742, 153, 152, 263), (29751, 153, 153, 153), (30280, 153, 157, 215), (30396, 153, 158, 217), (30797, 153, 162, 171), (30937, 153, 163, 201), (32192, 153, 175, 221), (32790, 153, 181, 256), (33130, 153, 185, 241), (34230, 153, 199, 228), (35251, 153, 215, 217), (35317, 153, 216, 227), (35661, 153, 222, 256), (35844, 153, 226, 249), (29870, 154, 154, 154), (128, 155, 1, 128), (181, 155, 1, 181), (183, 155, 1, 183), (222, 155, 1, 222), (334, 155, 2, 64), (345, 155, 2, 75), (364, 155, 2, 94), (366, 155, 2, 96), (383, 155, 2, 113), (403, 155, 2, 133), (411, 155, 2, 141), (630, 155, 3, 91), (649, 155, 3, 110), (673, 155, 3, 134), (788, 155, 3, 249), (818, 155, 4, 11), (821, 155, 4, 14), (822, 155, 4, 15), (858, 155, 4, 51), (864, 155, 4, 57), (959, 155, 4, 152), (972, 155, 4, 165), (1093, 155, 5, 19), (1124, 155, 5, 50), (1134, 155, 5, 60), (1155, 155, 5, 81), (1158, 155, 5, 84), (1223, 155, 5, 149), (1305, 155, 5, 231), (1362, 155, 6, 22), (1379, 155, 6, 39), (1415, 155, 6, 75), (1472, 155, 6, 132), (1497, 155, 6, 157), (1557, 155, 6, 217), (1633, 155, 7, 28), (1636, 155, 7, 31), (1663, 155, 7, 58), (1675, 155, 7, 70), (1682, 155, 7, 77), (1735, 155, 7, 130), (1831, 155, 7, 226), (1899, 155, 8, 30), (1913, 155, 8, 44), (1928, 155, 8, 59), (1990, 155, 8, 121), (2041, 155, 8, 172), (2124, 155, 8, 255), (2132, 155, 8, 263), (2154, 155, 9, 22), (2264, 155, 9, 132), (2289, 155, 9, 157), (2349, 155, 9, 217), (2480, 155, 10, 86), (2583, 155, 10, 189), (2587, 155, 10, 193), (2601, 155, 10, 207), (2617, 155, 10, 223), (2658, 155, 10, 264), (2698, 155, 11, 43), (2866, 155, 11, 211), (2952, 155, 12, 37), (2976, 155, 12, 61), (3005, 155, 12, 90), (3019, 155, 12, 104), (3052, 155, 12, 137), (3260, 155, 13, 86), (3367, 155, 13, 193), (3370, 155, 13, 196), (3379, 155, 13, 205), (3381, 155, 13, 207), (3438, 155, 13, 264), (3475, 155, 14, 43), (3619, 155, 14, 187), (3643, 155, 14, 211), (3652, 155, 14, 220), (3732, 155, 15, 43), (3755, 155, 15, 66), (3876, 155, 15, 187), (3900, 155, 15, 211), (3909, 155, 15, 220), (4123, 155, 16, 178), (4151, 155, 16, 206), (4155, 155, 16, 210), (4180, 155, 16, 235), (4196, 155, 16, 251), (4223, 155, 17, 23), (4276, 155, 17, 76), (4289, 155, 17, 89), (4316, 155, 17, 116), (4400, 155, 17, 200), (4404, 155, 17, 204), (4438, 155, 17, 238), (4660, 155, 18, 206), (4664, 155, 18, 210), (4689, 155, 18, 235), (4705, 155, 18, 251), (4742, 155, 19, 35), (4759, 155, 19, 52), (4806, 155, 19, 99), (4908, 155, 19, 201), (4925, 155, 19, 218), (4928, 155, 19, 221), (5044, 155, 20, 86), (5127, 155, 20, 169), (5146, 155, 20, 188), (5147, 155, 20, 189), (5156, 155, 20, 198), (5181, 155, 20, 223), (5275, 155, 21, 66), (5396, 155, 21, 187), (5412, 155, 21, 203), (5429, 155, 21, 220), (5445, 155, 21, 236), (5468, 155, 21, 259), (5539, 155, 22, 80), (5605, 155, 22, 146), (5650, 155, 22, 191), (5661, 155, 22, 202), (5717, 155, 22, 258), (5790, 155, 23, 82), (5825, 155, 23, 117), (5858, 155, 23, 150), (5902, 155, 23, 194), (5927, 155, 23, 219), (5952, 155, 23, 244), (6042, 155, 24, 86), (6145, 155, 24, 189), (6149, 155, 24, 193), (6152, 155, 24, 196), (6163, 155, 24, 207), (6220, 155, 24, 264), (6240, 155, 25, 37), (6264, 155, 25, 61), (6307, 155, 25, 104), (6340, 155, 25, 137), (6363, 155, 25, 160), (6370, 155, 25, 167), (6491, 155, 26, 42), (6505, 155, 26, 56), (6569, 155, 26, 120), (6594, 155, 26, 145), (6689, 155, 26, 240), (6694, 155, 26, 245), (6701, 155, 26, 252), (6791, 155, 27, 97), (6817, 155, 27, 123), (6818, 155, 27, 124), (6824, 155, 27, 130), (6834, 155, 27, 140), (6856, 155, 27, 162), (6935, 155, 27, 241), (7023, 155, 28, 85), (7057, 155, 28, 119), (7134, 155, 28, 196), (7143, 155, 28, 205), (7145, 155, 28, 207), (7202, 155, 28, 264), (7224, 155, 29, 43), (7247, 155, 29, 66), (7368, 155, 29, 187), (7384, 155, 29, 203), (7401, 155, 29, 220), (7417, 155, 29, 236), (7496, 155, 30, 73), (7528, 155, 30, 105), (7537, 155, 30, 114), (7597, 155, 30, 174), (7605, 155, 30, 182), (7666, 155, 30, 243), (7751, 155, 31, 85), (7785, 155, 31, 119), (7871, 155, 31, 205), (7879, 155, 31, 213), (7895, 155, 31, 229), (7899, 155, 31, 233), (8054, 155, 32, 148), (8082, 155, 32, 176), (8092, 155, 32, 186), (8115, 155, 32, 209), (8153, 155, 32, 247), (8195, 155, 33, 50), (8205, 155, 33, 60), (8210, 155, 33, 65), (8226, 155, 33, 81), (8229, 155, 33, 84), (8294, 155, 33, 149), (8376, 155, 33, 231), (8589, 155, 34, 206), (8593, 155, 34, 210), (8634, 155, 34, 251), (8670, 155, 35, 50), (8680, 155, 35, 60), (8769, 155, 35, 149), (8851, 155, 35, 231), (8867, 155, 35, 247), (8877, 155, 35, 257), (8942, 155, 36, 86), (9044, 155, 36, 188), (9045, 155, 36, 189), (9049, 155, 36, 193), (9079, 155, 36, 223), (9120, 155, 36, 264), (9215, 155, 37, 124), (9222, 155, 37, 131), (9226, 155, 37, 135), (9253, 155, 37, 162), (9257, 155, 37, 166), (9638, 155, 39, 80), (9641, 155, 39, 83), (9684, 155, 39, 126), (9749, 155, 39, 191), (9804, 155, 39, 246), (9816, 155, 39, 258), (9883, 155, 40, 92), (10170, 155, 41, 148), (10198, 155, 41, 176), (10231, 155, 41, 209), (10299, 155, 42, 46), (10316, 155, 42, 63), (10416, 155, 42, 163), (10434, 155, 42, 181), (10475, 155, 42, 222), (10481, 155, 42, 228), (10533, 155, 43, 51), (10634, 155, 43, 152), (10647, 155, 43, 165), (10805, 155, 44, 95), (10815, 155, 44, 105), (10884, 155, 44, 174), (10887, 155, 44, 177), (10892, 155, 44, 182), (10960, 155, 44, 250), (11019, 155, 45, 82), (11054, 155, 45, 117), (11087, 155, 45, 150), (11101, 155, 45, 164), (11131, 155, 45, 194), (11156, 155, 45, 219), (11181, 155, 45, 244), (11283, 155, 46, 120), (11308, 155, 46, 145), (11355, 155, 46, 192), (11403, 155, 46, 240), (11408, 155, 46, 245), (11415, 155, 46, 252), (11441, 155, 47, 53), (11443, 155, 47, 55), (11479, 155, 47, 91), (11498, 155, 47, 110), (11522, 155, 47, 134), (11530, 155, 47, 142), (11573, 155, 47, 185), (11704, 155, 48, 92), (11716, 155, 48, 104), (11772, 155, 48, 160), (11779, 155, 48, 167), (11908, 155, 49, 73), (11949, 155, 49, 114), (12009, 155, 49, 174), (12017, 155, 49, 182), (12074, 155, 49, 239), (12078, 155, 49, 243), (12097, 155, 49, 262), (12109, 155, 50, 52), (12273, 155, 50, 216), (12275, 155, 50, 218), (12278, 155, 50, 221), (12344, 155, 51, 66), (12465, 155, 51, 187), (12489, 155, 51, 211), (12498, 155, 51, 220), (12648, 155, 52, 149), (12685, 155, 52, 186), (12730, 155, 52, 231), (12746, 155, 52, 247), (12756, 155, 52, 257), (12790, 155, 53, 72), (12835, 155, 53, 117), (12882, 155, 53, 164), (12912, 155, 53, 194), (12915, 155, 53, 197), (12962, 155, 53, 244), (12996, 155, 54, 60), (13001, 155, 54, 65), (13017, 155, 54, 81), (13020, 155, 54, 84), (13095, 155, 54, 159), (13161, 155, 54, 225), (13225, 155, 55, 72), (13270, 155, 55, 117), (13317, 155, 55, 164), (13347, 155, 55, 194), (13350, 155, 55, 197), (13377, 155, 55, 224), (13432, 155, 56, 63), (13497, 155, 56, 128), (13550, 155, 56, 181), (13552, 155, 56, 183), (13591, 155, 56, 222), (13597, 155, 56, 228), (13795, 155, 57, 211), (13917, 155, 58, 119), (13991, 155, 58, 193), (13994, 155, 58, 196), (14003, 155, 58, 205), (14005, 155, 58, 207), (14062, 155, 58, 264), (14106, 155, 59, 95), (14116, 155, 59, 105), (14140, 155, 59, 129), (14184, 155, 59, 173), (14188, 155, 59, 177), (14261, 155, 59, 250), (14376, 155, 60, 153), (14439, 155, 60, 216), (14441, 155, 60, 218), (14559, 155, 61, 125), (14565, 155, 61, 131), (14569, 155, 61, 135), (14596, 155, 61, 162), (14600, 155, 61, 166), (14800, 155, 62, 155), (14829, 155, 62, 184), (14894, 155, 62, 249), (14999, 155, 63, 145), (15044, 155, 63, 190), (15094, 155, 63, 240), (15099, 155, 63, 245), (15106, 155, 63, 252), (15135, 155, 64, 73), (15145, 155, 64, 83), (15176, 155, 64, 114), (15301, 155, 64, 239), (15305, 155, 64, 243), (15324, 155, 64, 262), (15381, 155, 65, 111), (15382, 155, 65, 112), (15423, 155, 65, 153), (15486, 155, 65, 216), (15497, 155, 65, 227), (15544, 155, 66, 68), (15583, 155, 66, 107), (15641, 155, 66, 165), (15773, 155, 67, 91), (15792, 155, 67, 110), (15816, 155, 67, 134), (15867, 155, 67, 185), (15931, 155, 67, 249), (16042, 155, 68, 156), (16089, 155, 68, 203), (16106, 155, 68, 220), (16122, 155, 68, 236), (16145, 155, 68, 259), (16192, 155, 69, 103), (16240, 155, 69, 151), (16245, 155, 69, 156), (16267, 155, 69, 178), (16292, 155, 69, 203), (16325, 155, 69, 236), (16348, 155, 69, 259), (16376, 155, 70, 85), (16410, 155, 70, 119), (16487, 155, 70, 196), (16496, 155, 70, 205), (16498, 155, 70, 207), (16524, 155, 70, 233), (16612, 155, 71, 120), (16639, 155, 71, 147), (16684, 155, 71, 192), (16732, 155, 71, 240), (16737, 155, 71, 245), (16744, 155, 71, 252), (16784, 155, 72, 91), (16803, 155, 72, 110), (16827, 155, 72, 134), (16878, 155, 72, 185), (16942, 155, 72, 249), (17005, 155, 73, 113), (17025, 155, 73, 133), (17147, 155, 73, 255), (17155, 155, 73, 263), (17176, 155, 74, 86), (17259, 155, 74, 169), (17278, 155, 74, 188), (17279, 155, 74, 189), (17288, 155, 74, 198), (17313, 155, 74, 223), (17367, 155, 75, 80), (17370, 155, 75, 83), (17413, 155, 75, 126), (17533, 155, 75, 246), (17545, 155, 75, 258), (17565, 155, 76, 82), (17600, 155, 76, 117), (17633, 155, 76, 150), (17702, 155, 76, 219), (17713, 155, 76, 230), (17727, 155, 76, 244), (17872, 155, 77, 193), (17875, 155, 77, 196), (17884, 155, 77, 205), (17886, 155, 77, 207), (17943, 155, 77, 264), (18355, 155, 80, 96), (18391, 155, 80, 132), (18416, 155, 80, 157), (18476, 155, 80, 217), (18603, 155, 81, 153), (18666, 155, 81, 216), (18668, 155, 81, 218), (18677, 155, 81, 227), (18756, 155, 82, 116), (18811, 155, 82, 171), (18844, 155, 82, 204), (18878, 155, 82, 238), (18924, 155, 83, 94), (18926, 155, 83, 96), (18943, 155, 83, 113), (18971, 155, 83, 141), (19129, 155, 84, 111), (19171, 155, 84, 153), (19234, 155, 84, 216), (19245, 155, 84, 227), (19303, 155, 85, 97), (19336, 155, 85, 130), (19432, 155, 85, 226), (19447, 155, 85, 241), (19485, 155, 86, 93), (19864, 155, 88, 103), (19912, 155, 88, 151), (19917, 155, 88, 156), (19939, 155, 88, 178), (19971, 155, 88, 210), (19996, 155, 88, 235), (20073, 155, 89, 129), (20094, 155, 89, 150), (20117, 155, 89, 173), (20121, 155, 89, 177), (20174, 155, 89, 230), (20194, 155, 89, 250), (20223, 155, 90, 97), (20249, 155, 90, 123), (20250, 155, 90, 124), (20266, 155, 90, 140), (20288, 155, 90, 162), (20367, 155, 90, 241), (20471, 155, 91, 164), (20504, 155, 91, 197), (20531, 155, 91, 224), (20585, 155, 92, 98), (20589, 155, 92, 102), (20605, 155, 92, 118), (20612, 155, 92, 125), (20618, 155, 92, 131), (20854, 155, 93, 188), (20855, 155, 93, 189), (20859, 155, 93, 193), (20864, 155, 93, 198), (20889, 155, 93, 223), (20970, 155, 94, 126), (21083, 155, 94, 239), (21090, 155, 94, 246), (21102, 155, 94, 258), (21106, 155, 94, 262), (21142, 155, 95, 121), (21165, 155, 95, 144), (21193, 155, 95, 172), (21221, 155, 95, 200), (21276, 155, 95, 255), (21323, 155, 96, 126), (21436, 155, 96, 239), (21443, 155, 96, 246), (21455, 155, 96, 258), (21491, 155, 97, 119), (21585, 155, 97, 213), (21601, 155, 97, 229), (21605, 155, 97, 233), (21706, 155, 98, 160), (21713, 155, 98, 167), (21867, 155, 99, 148), (21895, 155, 99, 176), (21905, 155, 99, 186), (21928, 155, 99, 209), (21966, 155, 99, 247), (21976, 155, 99, 257), (22102, 155, 100, 211), (22268, 155, 101, 206), (22313, 155, 101, 251), (22392, 155, 102, 160), (22509, 155, 103, 107), (22560, 155, 103, 158), (22572, 155, 103, 170), (22617, 155, 103, 215), (22695, 155, 104, 125), (22701, 155, 104, 131), (22705, 155, 104, 135), (22736, 155, 104, 166), (22858, 155, 105, 121), (22881, 155, 105, 144), (22909, 155, 105, 172), (22992, 155, 105, 255), (23109, 155, 106, 206), (23113, 155, 106, 210), (23154, 155, 106, 251), (23224, 155, 107, 156), (23271, 155, 107, 203), (23304, 155, 107, 236), (23327, 155, 107, 259), (23693, 155, 110, 136), (23781, 155, 110, 224), (23810, 155, 110, 253), (23865, 155, 111, 147), (23877, 155, 111, 159), (23943, 155, 111, 225), (24025, 155, 112, 147), (24037, 155, 112, 159), (24070, 155, 112, 192), (24103, 155, 112, 225), (24277, 155, 113, 239), (24281, 155, 113, 243), (24284, 155, 113, 246), (24300, 155, 113, 262), (24329, 155, 114, 133), (24368, 155, 114, 172), (24451, 155, 114, 255), (24459, 155, 114, 263), (24473, 155, 115, 120), (24500, 155, 115, 147), (24512, 155, 115, 159), (24545, 155, 115, 192), (24598, 155, 115, 245), (24640, 155, 116, 129), (24661, 155, 116, 150), (24684, 155, 116, 173), (24688, 155, 116, 177), (24741, 155, 116, 230), (24808, 155, 117, 142), (24837, 155, 117, 171), (24981, 155, 118, 160), (25105, 155, 119, 130), (25201, 155, 119, 226), (25270, 155, 120, 143), (25290, 155, 120, 163), (25302, 155, 120, 175), (25454, 155, 121, 173), (25458, 155, 121, 177), (25463, 155, 121, 182), (25531, 155, 121, 250), (25717, 155, 123, 137), (25793, 155, 123, 213), (25809, 155, 123, 229), (25865, 155, 124, 137), (25957, 155, 124, 229), (26035, 155, 125, 160), (26042, 155, 125, 167), (26164, 155, 126, 141), (26180, 155, 126, 157), (26240, 155, 126, 217), (26296, 155, 127, 128), (26351, 155, 127, 183), (26458, 155, 128, 145), (26503, 155, 128, 190), (26525, 155, 128, 212), (26545, 155, 128, 232), (26600, 155, 129, 144), (26656, 155, 129, 200), (26660, 155, 129, 204), (26694, 155, 129, 238), (26811, 155, 130, 213), (26827, 155, 130, 229), (26831, 155, 130, 233), (26900, 155, 131, 160), (26907, 155, 131, 167), (27019, 155, 132, 138), (27027, 155, 132, 146), (27072, 155, 132, 191), (27083, 155, 132, 202), (27196, 155, 133, 174), (27261, 155, 133, 239), (27265, 155, 133, 243), (27284, 155, 133, 262), (27296, 155, 134, 136), (27357, 155, 134, 197), (27384, 155, 134, 224), (27435, 155, 135, 137), (27465, 155, 135, 167), (27618, 155, 136, 184), (27683, 155, 136, 249), (27731, 155, 137, 162), (27735, 155, 137, 166), (27886, 155, 138, 183), (28182, 155, 140, 213), (28198, 155, 140, 229), (28202, 155, 140, 233), (28339, 155, 141, 239), (28343, 155, 141, 243), (28346, 155, 141, 246), (28362, 155, 141, 262), (28394, 155, 142, 164), (28424, 155, 142, 194), (28427, 155, 142, 197), (28449, 155, 142, 219), (28474, 155, 142, 244), (28507, 155, 143, 147), (28519, 155, 143, 159), (28552, 155, 143, 192), (28585, 155, 143, 225), (28661, 155, 144, 173), (28665, 155, 144, 177), (28718, 155, 144, 230), (28738, 155, 144, 250), (28796, 155, 145, 181), (28837, 155, 145, 222), (28843, 155, 145, 228), (28958, 155, 146, 217), (29043, 155, 147, 175), (29095, 155, 147, 227), (29191, 155, 148, 199), (29246, 155, 148, 254), (29248, 155, 148, 256), (29268, 155, 149, 153), (29331, 155, 149, 216), (29333, 155, 149, 218), (29442, 155, 150, 204), (29476, 155, 150, 238), (29517, 155, 151, 158), (29529, 155, 151, 170), (29574, 155, 151, 215), (29666, 155, 152, 187), (29690, 155, 152, 211), (29823, 155, 153, 225), (29989, 155, 155, 155), (30018, 155, 155, 184), (30108, 155, 156, 158), (30165, 155, 156, 215), (30256, 155, 157, 191), (30311, 155, 157, 246), (30323, 155, 157, 258), (30357, 155, 158, 178), (30414, 155, 158, 235), (30438, 155, 158, 259), (30468, 155, 159, 175), (30520, 155, 159, 227), (30928, 155, 163, 192), (30976, 155, 163, 240), (30981, 155, 163, 245), (30988, 155, 163, 252), (31015, 155, 164, 171), (31029, 155, 164, 185), (31139, 155, 165, 187), (31172, 155, 165, 220), (31188, 155, 165, 236), (31226, 155, 166, 167), (31652, 155, 170, 178), (31684, 155, 170, 210), (31709, 155, 170, 235), (31725, 155, 170, 251), (31769, 155, 171, 194), (31772, 155, 171, 197), (31794, 155, 171, 219), (31819, 155, 171, 244), (31850, 155, 172, 174), (31858, 155, 172, 182), (31926, 155, 172, 250), (31975, 155, 173, 200), (31979, 155, 173, 204), (32128, 155, 174, 255), (32136, 155, 174, 263), (32163, 155, 175, 192), (32211, 155, 175, 240), (32216, 155, 175, 245), (32267, 155, 176, 199), (32269, 155, 176, 201), (32289, 155, 176, 221), (32322, 155, 176, 254), (32363, 155, 177, 200), (32472, 155, 178, 215), (32724, 155, 181, 190), (32746, 155, 181, 212), (32766, 155, 181, 232), (32879, 155, 182, 255), (32887, 155, 182, 263), (32904, 155, 183, 190), (32926, 155, 183, 212), (32946, 155, 183, 232), (33055, 155, 184, 253), (33083, 155, 185, 194), (33086, 155, 185, 197), (33113, 155, 185, 224), (33174, 155, 186, 199), (33176, 155, 186, 201), (33196, 155, 186, 221), (33229, 155, 186, 254), (33531, 155, 190, 222), (33537, 155, 190, 228), (33607, 155, 191, 217), (34006, 155, 196, 226), (34211, 155, 199, 209), (34304, 155, 200, 230), (34324, 155, 200, 250), (34354, 155, 201, 209), (34376, 155, 201, 231), (34392, 155, 201, 247), (34402, 155, 201, 257), (34499, 155, 203, 215), (34571, 155, 204, 219), (34582, 155, 204, 230), (34645, 155, 205, 226), (34931, 155, 209, 254), (34933, 155, 209, 256), (35145, 155, 213, 226), (35160, 155, 213, 241), (35269, 155, 215, 235), (35293, 155, 215, 259), (35315, 155, 216, 225), (35403, 155, 217, 258), (35430, 155, 218, 231), (35456, 155, 218, 257), (35490, 155, 219, 238), (35586, 155, 221, 231), (35602, 155, 221, 247), (35612, 155, 221, 257), (35637, 155, 222, 232), (35657, 155, 222, 252), (35751, 155, 224, 249), (35776, 155, 225, 227), (35828, 155, 226, 233), (35916, 155, 228, 232), (35924, 155, 228, 240), (35936, 155, 228, 252), (35968, 155, 229, 241), (36007, 155, 230, 238), (36130, 155, 233, 241), (36313, 155, 238, 244), (36487, 155, 243, 263), (36584, 155, 247, 254), (36630, 155, 249, 253), (36734, 155, 254, 257), (36848, 155, 262, 263), (188, 156, 1, 188), (223, 156, 1, 223), (378, 156, 2, 108), (504, 156, 2, 234), (1013, 156, 4, 206), (1606, 156, 6, 266), (1725, 156, 7, 120), (1797, 156, 7, 192), (1907, 156, 8, 38), (2111, 156, 8, 242), (4414, 156, 17, 214), (4465, 156, 17, 265), (4811, 156, 19, 104), (4874, 156, 19, 167), (6759, 156, 27, 65), (6919, 156, 27, 225), (9141, 156, 37, 50), (9240, 156, 37, 149), (9507, 156, 38, 182), (10446, 156, 42, 193), (10517, 156, 42, 264), (10688, 156, 43, 206), (10733, 156, 43, 251), (12118, 156, 50, 61), (13455, 156, 56, 86), (14360, 156, 60, 137), (14665, 156, 61, 231), (15360, 156, 65, 90), (15711, 156, 66, 235), (17072, 156, 73, 180), (17129, 156, 73, 237), (17969, 156, 78, 95), (17979, 156, 78, 105), (18196, 156, 79, 129), (18240, 156, 79, 173), (18525, 156, 80, 266), (18529, 156, 80, 270), (18762, 156, 82, 122), (18908, 156, 82, 268), (19009, 156, 83, 179), (19064, 156, 83, 234), (19108, 156, 84, 90), (19353, 156, 85, 147), (19582, 156, 86, 190), (19706, 156, 87, 129), (19807, 156, 87, 230), (20663, 156, 92, 176), (20673, 156, 92, 186), (21288, 156, 95, 267), (22605, 156, 103, 203), (22661, 156, 103, 259), (22801, 156, 104, 231), (22979, 156, 105, 242), (23471, 156, 108, 239), (23638, 156, 109, 243), (23657, 156, 109, 262), (24350, 156, 114, 154), (24433, 156, 114, 237), (24927, 156, 117, 261), (24937, 156, 117, 271), (25167, 156, 119, 192), (25332, 156, 120, 205), (25581, 156, 122, 150), (26218, 156, 126, 195), (26271, 156, 126, 248), (26337, 156, 127, 169), (26366, 156, 127, 198), (27718, 156, 137, 149), (27872, 156, 138, 169), (28011, 156, 139, 174), (28019, 156, 139, 182), (28808, 156, 145, 193), (29101, 156, 147, 233), (29503, 156, 150, 265), (29562, 156, 151, 203), (29595, 156, 151, 236), (29890, 156, 154, 174), (30106, 156, 156, 156), (30209, 156, 156, 259), (30506, 156, 159, 213), (30526, 156, 159, 233), (30591, 156, 160, 186), (30652, 156, 160, 247), (30689, 156, 161, 173), (30693, 156, 161, 177), (31113, 156, 164, 269), (31421, 156, 167, 257), (31446, 156, 168, 177), (31519, 156, 168, 250), (32493, 156, 178, 236), (32597, 156, 179, 246), (32686, 156, 180, 243), (33270, 156, 187, 210), (33311, 156, 187, 251), (33356, 156, 188, 212), (33417, 156, 189, 190), (33459, 156, 189, 232), (33898, 156, 194, 271), (33950, 156, 195, 246), (34020, 156, 196, 240), (34025, 156, 196, 245), (34124, 156, 197, 269), (34141, 156, 198, 212), (34664, 156, 205, 245), (34790, 156, 207, 240), (34802, 156, 207, 252), (34833, 156, 208, 219), (34858, 156, 208, 244), (34959, 156, 210, 220), (35207, 156, 214, 230), (35520, 156, 219, 268), (35686, 156, 223, 232), (35778, 156, 225, 229), (36362, 156, 239, 260), (36513, 156, 244, 261), (36612, 156, 248, 258), (36666, 156, 250, 267), (36704, 156, 252, 264), (36809, 156, 258, 270), (36826, 156, 260, 262), (28, 157, 1, 28), (70, 157, 1, 70), (295, 157, 2, 25), (401, 157, 2, 131), (573, 157, 3, 34), (645, 157, 3, 106), (1129, 157, 5, 55), (1259, 157, 5, 185), (1463, 157, 6, 123), (1464, 157, 6, 124), (1926, 157, 8, 57), (1969, 157, 8, 100), (2272, 157, 9, 140), (2373, 157, 9, 241), (2436, 157, 10, 42), (2646, 157, 10, 252), (2750, 157, 11, 95), (2760, 157, 11, 105), (3041, 157, 12, 126), (3173, 157, 12, 258), (3230, 157, 13, 56), (3319, 157, 13, 145), (3609, 157, 14, 177), (3682, 157, 14, 250), (3818, 157, 15, 129), (3862, 157, 15, 173), (4017, 157, 16, 72), (4169, 157, 16, 224), (4221, 157, 17, 21), (4229, 157, 17, 29), (4521, 157, 18, 67), (4678, 157, 18, 224), (5078, 157, 20, 120), (5203, 157, 20, 245), (5359, 157, 21, 150), (5534, 157, 22, 75), (5555, 157, 22, 96), (5819, 157, 23, 111), (5935, 157, 23, 227), (5998, 157, 24, 42), (6101, 157, 24, 145), (6286, 157, 25, 83), (6508, 157, 26, 59), (6570, 157, 26, 121), (7170, 157, 28, 232), (7411, 157, 29, 230), (7551, 157, 30, 128), (7604, 157, 30, 181), (7793, 157, 31, 127), (7804, 157, 31, 138), (8090, 157, 32, 184), (8198, 157, 33, 53), (8200, 157, 33, 55), (8519, 157, 34, 136), (8711, 157, 35, 91), (8754, 157, 35, 134), (9096, 157, 36, 240), (9108, 157, 36, 252), (9715, 157, 39, 157), (9775, 157, 39, 217), (9965, 157, 40, 174), (9973, 157, 40, 182), (10177, 157, 41, 155), (10773, 157, 44, 63), (10938, 157, 44, 228), (10991, 157, 45, 54), (11164, 157, 45, 227), (11222, 157, 46, 59), (11307, 157, 46, 144), (11558, 157, 47, 170), (11855, 157, 48, 243), (11874, 157, 48, 262), (12018, 157, 49, 183), (12451, 157, 51, 173), (12455, 157, 51, 177), (12609, 157, 52, 110), (12633, 157, 52, 134), (12934, 157, 53, 216), (13107, 157, 54, 171), (13446, 157, 56, 77), (13689, 157, 57, 105), (13988, 157, 58, 190), (14030, 157, 58, 232), (14901, 157, 62, 256), (14975, 157, 63, 121), (15788, 157, 67, 106), (15968, 157, 68, 82), (16036, 157, 68, 150), (16206, 157, 69, 117), (16333, 157, 69, 244), (16503, 157, 70, 212), (16581, 157, 71, 89), (16692, 157, 71, 200), (16990, 157, 73, 98), (16994, 157, 73, 102), (17210, 157, 74, 120), (17282, 157, 74, 192), (17504, 157, 75, 217), (17594, 157, 76, 111), (17595, 157, 76, 112), (17869, 157, 77, 190), (18383, 157, 80, 124), (18421, 157, 80, 162), (18747, 157, 82, 107), (18965, 157, 83, 135), (19925, 157, 88, 164), (19958, 157, 88, 197), (20119, 157, 89, 175), (20525, 157, 91, 218), (20906, 157, 93, 240), (20911, 157, 93, 245), (20976, 157, 94, 132), (21173, 157, 95, 152), (21329, 157, 96, 132), (21518, 157, 97, 146), (21574, 157, 97, 202), (21789, 157, 98, 243), (22073, 157, 100, 182), (22198, 157, 101, 136), (22315, 157, 101, 253), (22346, 157, 102, 114), (23287, 157, 107, 219), (23778, 157, 110, 221), (24116, 157, 112, 238), (24314, 157, 114, 118), (24469, 157, 115, 116), (24557, 157, 115, 204), (24686, 157, 116, 175), (24881, 157, 117, 215), (24995, 157, 118, 174), (25771, 157, 123, 191), (26114, 157, 125, 239), (26137, 157, 125, 262), (26189, 157, 126, 166), (26394, 157, 127, 226), (26576, 157, 128, 263), (26621, 157, 129, 165), (26736, 157, 130, 138), (26800, 157, 130, 202), (26979, 157, 131, 239), (27544, 157, 135, 246), (28160, 157, 140, 191), (28383, 157, 142, 153), (28446, 157, 142, 216), (28564, 157, 143, 204), (28598, 157, 143, 238), (28651, 157, 144, 163), (28982, 157, 146, 241), (29729, 157, 152, 250), (29769, 157, 153, 171), (30090, 157, 155, 256), (30222, 157, 157, 157), (30343, 157, 158, 164), (30373, 157, 158, 194), (30884, 157, 162, 258), (30936, 157, 163, 200), (31182, 157, 165, 230), (31305, 157, 166, 246), (31671, 157, 170, 197), (31898, 157, 172, 222), (31904, 157, 172, 228), (32789, 157, 181, 255), (32977, 157, 183, 263), (33001, 157, 184, 199), (33107, 157, 185, 218), (33842, 157, 194, 215), (34394, 157, 201, 249), (35086, 157, 212, 226), (35604, 157, 221, 249), (35660, 157, 222, 255), (1122, 158, 5, 48), (1199, 158, 5, 125), (2687, 158, 11, 32), (2909, 158, 11, 254), (3026, 158, 12, 111), (3142, 158, 12, 227), (3302, 158, 13, 128), (3357, 158, 13, 183), (3473, 158, 14, 41), (3631, 158, 14, 199), (3945, 158, 15, 256), (4052, 158, 16, 107), (4522, 158, 18, 68), (4561, 158, 18, 107), (5243, 158, 21, 34), (5315, 158, 21, 106), (6139, 158, 24, 183), (6356, 158, 25, 153), (6419, 158, 25, 216), (6480, 158, 26, 31), (6675, 158, 26, 226), (7160, 158, 28, 222), (7166, 158, 28, 228), (7215, 158, 29, 34), (7282, 158, 29, 101), (7712, 158, 31, 46), (8058, 158, 32, 152), (8270, 158, 33, 125), (8276, 158, 33, 131), (8718, 158, 35, 98), (8722, 158, 35, 102), (9992, 158, 40, 201), (10012, 158, 40, 221), (10073, 158, 41, 51), (11293, 158, 46, 130), (11830, 158, 48, 218), (12534, 158, 51, 256), (12601, 158, 52, 102), (12617, 158, 52, 118), (13071, 158, 54, 135), (13102, 158, 54, 166), (13683, 158, 57, 99), (13838, 158, 57, 254), (13979, 158, 58, 181), (14020, 158, 58, 222), (14924, 158, 63, 70), (15080, 158, 63, 226), (15992, 158, 68, 106), (16259, 158, 69, 170), (16519, 158, 70, 228), (16589, 158, 71, 97), (16733, 158, 71, 241), (17222, 158, 74, 132), (17807, 158, 77, 128), (17860, 158, 77, 181), (19919, 158, 88, 158), (19976, 158, 88, 215), (21535, 158, 97, 163), (21764, 158, 98, 218), (21819, 158, 99, 100), (22092, 158, 100, 201), (22227, 158, 101, 165), (23880, 158, 111, 162), (24002, 158, 112, 124), (24040, 158, 112, 162), (24476, 158, 115, 123), (24493, 158, 115, 140), (25042, 158, 118, 221), (25723, 158, 123, 143), (25871, 158, 124, 143), (26761, 158, 130, 163), (26956, 158, 131, 216), (27451, 158, 135, 153), (28144, 158, 140, 175), (29678, 158, 152, 199), (30337, 158, 158, 158), (31286, 158, 166, 227), (31689, 158, 170, 215), (32212, 158, 175, 241), (176, 159, 1, 176), (186, 159, 1, 186), (209, 159, 1, 209), (373, 159, 2, 103), (421, 159, 2, 151), (448, 159, 2, 178), (566, 159, 3, 27), (629, 159, 3, 90), (902, 159, 4, 95), (984, 159, 4, 177), (1057, 159, 4, 250), (1546, 159, 6, 206), (1591, 159, 6, 251), (1789, 159, 7, 184), (1935, 159, 8, 66), (2056, 159, 8, 187), (2089, 159, 8, 220), (4749, 159, 19, 42), (4763, 159, 19, 56), (4852, 159, 19, 145), (5546, 159, 22, 87), (5673, 159, 22, 214), (5724, 159, 22, 265), (5877, 159, 23, 169), (6830, 159, 27, 136), (6947, 159, 27, 253), (7532, 159, 30, 109), (7603, 159, 30, 180), (7683, 159, 30, 260), (9138, 159, 37, 47), (9163, 159, 37, 72), (9288, 159, 37, 197), (9389, 159, 38, 64), (9438, 159, 38, 113), (9466, 159, 38, 141), (9637, 159, 39, 79), (9719, 159, 39, 161), (9726, 159, 39, 168), (10303, 159, 42, 50), (10484, 159, 42, 231), (10577, 159, 43, 95), (10587, 159, 43, 105), (10732, 159, 43, 250), (10818, 159, 44, 108), (10889, 159, 44, 179), (10944, 159, 44, 234), (11106, 159, 45, 169), (11135, 159, 45, 198), (11449, 159, 47, 61), (11525, 159, 47, 137), (11989, 159, 49, 154), (12015, 159, 49, 180), (12072, 159, 49, 237), (12297, 159, 50, 240), (12309, 159, 50, 252), (12906, 159, 53, 188), (12907, 159, 53, 189), (12941, 159, 53, 223), (13239, 159, 55, 86), (13342, 159, 55, 189), (13376, 159, 55, 223), (13616, 159, 56, 247), (13626, 159, 56, 257), (14190, 159, 59, 179), (14206, 159, 59, 195), (14259, 159, 59, 248), (14343, 159, 60, 120), (14463, 159, 60, 240), (14468, 159, 60, 245), (14598, 159, 61, 164), (14631, 159, 61, 197), (14858, 159, 62, 213), (14874, 159, 62, 229), (14878, 159, 62, 233), (15201, 159, 64, 139), (15216, 159, 64, 154), (15417, 159, 65, 147), (15462, 159, 65, 192), (15650, 159, 66, 174), (15658, 159, 66, 182), (15772, 159, 67, 90), (16830, 159, 72, 137), (17095, 159, 73, 203), (17128, 159, 73, 236), (17151, 159, 73, 259), (17448, 159, 75, 161), (17455, 159, 75, 168), (17554, 159, 75, 267), (17968, 159, 78, 94), (17970, 159, 78, 96), (18015, 159, 78, 141), (18224, 159, 79, 157), (18284, 159, 79, 217), (18465, 159, 80, 206), (18469, 159, 80, 210), (18510, 159, 80, 251), (18570, 159, 81, 120), (18642, 159, 81, 192), (18695, 159, 81, 245), (18732, 159, 82, 92), (18981, 159, 83, 151), (19008, 159, 83, 178), (19065, 159, 83, 235), (19138, 159, 84, 120), (19210, 159, 84, 192), (19361, 159, 85, 155), (19390, 159, 85, 184), (19483, 159, 86, 91), (19577, 159, 86, 185), (19734, 159, 87, 157), (19794, 159, 87, 217), (20210, 159, 89, 266), (20214, 159, 89, 270), (20262, 159, 90, 136), (20500, 159, 91, 193), (20706, 159, 92, 219), (20731, 159, 92, 244), (21086, 159, 94, 242), (21111, 159, 94, 267), (21208, 159, 95, 187), (21365, 159, 96, 168), (21464, 159, 96, 267), (22641, 159, 103, 239), (22664, 159, 103, 262), (22734, 159, 104, 164), (22764, 159, 104, 194), (22767, 159, 104, 197), (22924, 159, 105, 187), (22957, 159, 105, 220), (23404, 159, 108, 172), (23487, 159, 108, 255), (23650, 159, 109, 255), (23658, 159, 109, 263), (23750, 159, 110, 193), (23764, 159, 110, 207), (23821, 159, 110, 264), (24177, 159, 113, 139), (24280, 159, 113, 242), (24399, 159, 114, 203), (24432, 159, 114, 236), (24777, 159, 116, 266), (24826, 159, 117, 160), (24833, 159, 117, 167), (25159, 159, 119, 184), (25460, 159, 121, 179), (25476, 159, 121, 195), (25515, 159, 121, 234), (25563, 159, 122, 132), (26233, 159, 126, 210), (26258, 159, 126, 235), (26316, 159, 127, 148), (26377, 159, 127, 209), (26582, 159, 128, 269), (27095, 159, 132, 214), (27146, 159, 132, 265), (27161, 159, 133, 139), (27176, 159, 133, 154), (27259, 159, 133, 237), (27353, 159, 134, 193), (27424, 159, 134, 264), (27663, 159, 136, 229), (27793, 159, 137, 224), (27851, 159, 138, 148), (28342, 159, 141, 242), (28418, 159, 142, 188), (28428, 159, 142, 198), (28453, 159, 142, 223), (28683, 159, 144, 195), (28736, 159, 144, 248), (28758, 159, 144, 270), (28846, 159, 145, 231), (28872, 159, 145, 257), (29093, 159, 147, 225), (29204, 159, 148, 212), (29355, 159, 149, 240), (29360, 159, 149, 245), (29367, 159, 149, 252), (29598, 159, 151, 239), (30047, 159, 155, 213), (30067, 159, 155, 233), (30189, 159, 156, 239), (30193, 159, 156, 243), (30212, 159, 156, 262), (30226, 159, 157, 161), (30452, 159, 159, 159), (30518, 159, 159, 225), (30624, 159, 160, 219), (30649, 159, 160, 244), (31011, 159, 164, 167), (31358, 159, 167, 194), (31543, 159, 169, 171), (31763, 159, 171, 188), (31773, 159, 171, 198), (31910, 159, 172, 234), (31936, 159, 172, 260), (31986, 159, 173, 211), (32109, 159, 174, 236), (32280, 159, 176, 212), (32300, 159, 176, 232), (32374, 159, 177, 211), (32503, 159, 178, 246), (32706, 159, 180, 263), (32803, 159, 181, 269), (32844, 159, 182, 220), (32983, 159, 183, 269), (32985, 159, 183, 271), (33078, 159, 185, 189), (33165, 159, 186, 190), (33207, 159, 186, 232), (33556, 159, 190, 247), (33566, 159, 190, 257), (33596, 159, 191, 206), (34029, 159, 196, 249), (34322, 159, 200, 248), (34340, 159, 200, 266), (34344, 159, 200, 270), (34527, 159, 203, 243), (34799, 159, 207, 249), (34889, 159, 209, 212), (34997, 159, 210, 258), (35050, 159, 211, 250), (35172, 159, 213, 253), (35194, 159, 214, 217), (35980, 159, 229, 253), (36062, 159, 231, 252), (36097, 159, 232, 247), (36210, 159, 235, 246), (36298, 159, 237, 263), (36483, 159, 243, 259), (36641, 159, 249, 264), (36678, 159, 251, 258), (36754, 159, 255, 260), (36814, 159, 259, 262), (30472, 160, 159, 179), (30565, 160, 160, 160), (4772, 161, 19, 65), (30677, 161, 161, 161), (2408, 162, 10, 14), (2546, 162, 10, 152), (2668, 162, 11, 13), (2679, 162, 11, 24), (3039, 162, 12, 124), (3077, 162, 12, 162), (3231, 162, 13, 57), (3468, 162, 14, 36), (3709, 162, 15, 20), (3782, 162, 15, 93), (5123, 162, 20, 165), (6108, 162, 24, 152), (6343, 162, 25, 140), (6444, 162, 25, 241), (6978, 162, 28, 40), (7056, 162, 28, 118), (7255, 162, 29, 74), (7714, 162, 31, 48), (7764, 162, 31, 98), (8907, 162, 36, 51), (9849, 162, 40, 58), (11742, 162, 48, 130), (12371, 162, 51, 93), (13661, 162, 57, 77), (13898, 162, 58, 100), (16393, 162, 70, 102), (16409, 162, 70, 118), (17255, 162, 74, 165), (17779, 162, 77, 100), (21497, 162, 97, 125), (21503, 162, 97, 131), (21772, 162, 98, 226), (22458, 162, 102, 226), (25715, 162, 123, 135), (25746, 162, 123, 166), (25894, 162, 124, 166), (26005, 162, 125, 130), (26981, 162, 131, 241), (27438, 162, 135, 140), (30788, 162, 162, 162), (663, 163, 3, 124), (701, 163, 3, 162), (2523, 163, 10, 129), (2624, 163, 10, 230), (2710, 163, 11, 55), (2840, 163, 11, 185), (3051, 163, 12, 136), (3168, 163, 12, 253), (3191, 163, 13, 17), (3324, 163, 13, 150), (3485, 163, 14, 53), (3574, 163, 14, 142), (3734, 163, 15, 45), (3860, 163, 15, 171), (4117, 163, 16, 172), (4200, 163, 16, 255), (4224, 163, 17, 24), (4484, 163, 18, 30), (4709, 163, 18, 255), (5135, 163, 20, 177), (5208, 163, 20, 250), (5285, 163, 21, 76), (5447, 163, 21, 238), (5494, 163, 22, 35), (5511, 163, 22, 52), (5737, 163, 23, 29), (5873, 163, 23, 165), (6186, 163, 24, 230), (6358, 163, 25, 155), (6520, 163, 26, 71), (6624, 163, 26, 175), (7157, 163, 28, 219), (7182, 163, 28, 244), (7257, 163, 29, 76), (7529, 163, 30, 106), (7830, 163, 31, 164), (7860, 163, 31, 194), (8000, 163, 32, 94), (8002, 163, 32, 96), (8432, 163, 34, 49), (8646, 163, 34, 263), (8752, 163, 35, 132), (8985, 163, 36, 129), (9029, 163, 36, 173), (9657, 163, 39, 99), (9759, 163, 39, 201), (9901, 163, 40, 110), (9925, 163, 40, 134), (10135, 163, 41, 113), (10163, 163, 41, 141), (10880, 163, 44, 170), (11102, 163, 45, 165), (11234, 163, 46, 71), (11326, 163, 46, 163), (11485, 163, 47, 97), (11629, 163, 47, 241), (11936, 163, 49, 101), (12420, 163, 51, 142), (12449, 163, 51, 171), (12716, 163, 52, 217), (12870, 163, 53, 152), (13119, 163, 54, 183), (13305, 163, 55, 152), (13675, 163, 57, 91), (13769, 163, 57, 185), (13880, 163, 58, 82), (14017, 163, 58, 219), (14099, 163, 59, 88), (14169, 163, 59, 158), (14780, 163, 62, 135), (14811, 163, 62, 166), (14969, 163, 63, 115), (15029, 163, 63, 175), (15318, 163, 64, 256), (15805, 163, 67, 123), (15806, 163, 67, 124), (16090, 163, 68, 204), (16124, 163, 68, 238), (16178, 163, 69, 89), (16289, 163, 69, 200), (16408, 163, 70, 117), (16535, 163, 70, 244), (16833, 163, 72, 140), (16934, 163, 72, 241), (17185, 163, 74, 95), (17340, 163, 74, 250), (17386, 163, 75, 99), (17541, 163, 75, 254), (17761, 163, 77, 82), (17829, 163, 77, 150), (19882, 163, 88, 121), (20407, 163, 91, 100), (20839, 163, 93, 173), (20843, 163, 93, 177), (21043, 163, 94, 199), (21451, 163, 96, 254), (21569, 163, 97, 197), (22025, 163, 100, 134), (22195, 163, 101, 133), (22481, 163, 102, 249), (23166, 163, 106, 263), (23184, 163, 107, 116), (23272, 163, 107, 204), (23675, 163, 110, 118), (23846, 163, 111, 128), (23899, 163, 111, 181), (24059, 163, 112, 181), (24100, 163, 112, 222), (24294, 163, 113, 256), (24581, 163, 115, 228), (24892, 163, 117, 226), (25070, 163, 118, 249), (25451, 163, 121, 170), (25804, 163, 123, 224), (26059, 163, 125, 184), (26540, 163, 128, 227), (26762, 163, 130, 164), (26795, 163, 130, 197), (26924, 163, 131, 184), (27099, 163, 132, 218), (27453, 163, 135, 155), (27596, 163, 136, 162), (28193, 163, 140, 224), (28299, 163, 141, 199), (28582, 163, 143, 222), (28588, 163, 143, 228), (28646, 163, 144, 158), (28703, 163, 144, 215), (30266, 163, 157, 201), (30286, 163, 157, 221), (30899, 163, 163, 163), (31312, 163, 166, 253), (32941, 163, 183, 227), (33853, 163, 194, 226), (34289, 163, 200, 215), (35366, 163, 217, 221), (44, 164, 1, 44), (172, 164, 1, 172), (323, 164, 2, 53), (412, 164, 2, 142), (556, 164, 3, 17), (689, 164, 3, 150), (848, 164, 4, 41), (1006, 164, 4, 199), (1177, 164, 5, 103), (1230, 164, 5, 156), (1544, 164, 6, 204), (1578, 164, 6, 238), (1616, 164, 7, 11), (1662, 164, 7, 57), (2221, 164, 9, 89), (2248, 164, 9, 116), (2548, 164, 10, 154), (2631, 164, 10, 237), (2774, 164, 11, 119), (3084, 164, 12, 169), (3283, 164, 13, 109), (3354, 164, 13, 180), (3517, 164, 14, 85), (3665, 164, 14, 233), (3902, 164, 15, 213), (3918, 164, 15, 229), (4037, 164, 16, 92), (4336, 164, 17, 136), (4835, 164, 19, 128), (4890, 164, 19, 183), (4997, 164, 20, 38), (5200, 164, 20, 242), (5299, 164, 21, 90), (5524, 164, 22, 65), (5684, 164, 22, 225), (5834, 164, 23, 126), (5966, 164, 23, 258), (6136, 164, 24, 180), (6193, 164, 24, 237), (6391, 164, 25, 188), (6426, 164, 25, 223), (6597, 164, 26, 148), (6658, 164, 26, 209), (6723, 164, 27, 29), (6859, 164, 27, 165), (7046, 164, 28, 108), (7172, 164, 28, 234), (7271, 164, 29, 90), (7479, 164, 30, 56), (7613, 164, 30, 190), (7861, 164, 31, 195), (7914, 164, 31, 248), (7949, 164, 32, 43), (8093, 164, 32, 187), (8248, 164, 33, 103), (8296, 164, 33, 151), (8823, 164, 35, 203), (8879, 164, 35, 259), (8995, 164, 36, 139), (9010, 164, 36, 154), (9160, 164, 37, 69), (9418, 164, 38, 93), (9705, 164, 39, 147), (9717, 164, 39, 159), (9987, 164, 40, 196), (9998, 164, 40, 207), (10233, 164, 41, 211), (10302, 164, 42, 49), (10386, 164, 42, 133), (10681, 164, 43, 199), (10922, 164, 44, 212), (11063, 164, 45, 126), (11183, 164, 45, 246), (11311, 164, 46, 148), (11505, 164, 47, 117), (11632, 164, 47, 244), (11698, 164, 48, 86), (11980, 164, 49, 145), (12491, 164, 51, 213), (12511, 164, 51, 233), (12702, 164, 52, 203), (12735, 164, 52, 236), (12957, 164, 53, 239), (13171, 164, 54, 235), (13392, 164, 55, 239), (13415, 164, 55, 262), (13632, 164, 56, 263), (13789, 164, 57, 205), (13906, 164, 58, 108), (14058, 164, 58, 260), (14138, 164, 59, 127), (14149, 164, 59, 138), (14503, 164, 61, 69), (14649, 164, 61, 215), (14774, 164, 62, 129), (14818, 164, 62, 173), (15030, 164, 63, 176), (15063, 164, 63, 209), (15302, 164, 64, 240), (15314, 164, 64, 252), (15402, 164, 65, 132), (15575, 164, 66, 99), (15677, 164, 66, 201), (15764, 164, 67, 82), (15832, 164, 67, 150), (16470, 164, 70, 179), (16525, 164, 70, 234), (16912, 164, 72, 219), (16937, 164, 72, 244), (16983, 164, 73, 91), (17026, 164, 73, 134), (17168, 164, 74, 78), (17332, 164, 74, 242), (17434, 164, 75, 147), (17563, 164, 76, 80), (17741, 164, 76, 258), (17788, 164, 77, 109), (17939, 164, 77, 260), (18497, 164, 80, 238), (18864, 164, 82, 224), (18972, 164, 83, 142), (19001, 164, 83, 171), (19150, 164, 84, 132), (19358, 164, 85, 152), (19517, 164, 86, 125), (19928, 164, 88, 167), (20090, 164, 89, 146), (20550, 164, 91, 243), (20805, 164, 93, 139), (20964, 164, 94, 120), (21036, 164, 94, 192), (21205, 164, 95, 184), (21389, 164, 96, 192), (21638, 164, 97, 266), (21642, 164, 97, 270), (21739, 164, 98, 193), (21939, 164, 99, 220), (22087, 164, 100, 196), (22096, 164, 100, 205), (22425, 164, 102, 193), (22496, 164, 102, 264), (22728, 164, 104, 158), (22785, 164, 104, 215), (23205, 164, 107, 137), (23671, 164, 110, 114), (23731, 164, 110, 174), (23928, 164, 111, 210), (23969, 164, 111, 251), (24084, 164, 112, 206), (24129, 164, 112, 251), (24278, 164, 113, 240), (24283, 164, 113, 245), (24330, 164, 114, 134), (24702, 164, 116, 191), (24863, 164, 117, 197), (25028, 164, 118, 207), (25085, 164, 118, 264), (25127, 164, 119, 152), (25268, 164, 120, 141), (25408, 164, 121, 127), (25493, 164, 121, 212), (26064, 164, 125, 189), (26570, 164, 128, 257), (26709, 164, 129, 253), (26846, 164, 130, 248), (26868, 164, 130, 270), (26929, 164, 131, 189), (26963, 164, 131, 223), (27274, 164, 133, 252), (27486, 164, 135, 188), (27496, 164, 135, 198), (27664, 164, 136, 230), (27847, 164, 138, 144), (28345, 164, 141, 245), (28566, 164, 143, 206), (28690, 164, 144, 202), (28878, 164, 145, 263), (28941, 164, 146, 200), (29575, 164, 151, 216), (29776, 164, 153, 178), (29833, 164, 153, 235), (30007, 164, 155, 173), (30011, 164, 155, 177), (30168, 164, 156, 218), (30224, 164, 157, 159), (30346, 164, 158, 167), (30575, 164, 160, 170), (31008, 164, 164, 164), (31038, 164, 164, 194), (31181, 164, 165, 229), (31228, 164, 166, 169), (31257, 164, 166, 198), (31821, 164, 171, 246), (31908, 164, 172, 232), (32122, 164, 174, 249), (32296, 164, 176, 228), (32473, 164, 178, 216), (32577, 164, 179, 226), (32781, 164, 181, 247), (32791, 164, 181, 257), (32873, 164, 182, 249), (32945, 164, 183, 231), (33052, 164, 184, 250), (33132, 164, 185, 243), (33151, 164, 185, 262), (33197, 164, 186, 222), (33203, 164, 186, 228), (33314, 164, 187, 254), (33564, 164, 190, 255), (33594, 164, 191, 204), (33824, 164, 194, 197), (33930, 164, 195, 226), (34276, 164, 200, 202), (34966, 164, 210, 227), (35056, 164, 211, 256), (35370, 164, 217, 225), (35458, 164, 218, 259), (35476, 164, 219, 224), (35558, 164, 220, 254), (35591, 164, 221, 236), (35652, 164, 222, 247), (36022, 164, 230, 253), (36105, 164, 232, 255), (36431, 164, 241, 266), (1102, 165, 5, 28), (1144, 165, 5, 70), (2505, 165, 10, 111), (2621, 165, 10, 227), (2724, 165, 11, 69), (2956, 165, 12, 41), (3171, 165, 12, 256), (3228, 165, 13, 54), (3327, 165, 13, 153), (3500, 165, 14, 68), (3539, 165, 14, 107), (3710, 165, 15, 21), (3718, 165, 15, 29), (3993, 165, 16, 48), (4043, 165, 16, 98), (4502, 165, 18, 48), (4579, 165, 18, 125), (5073, 165, 20, 115), (5101, 165, 20, 143), (5260, 165, 21, 51), (6010, 165, 24, 54), (6183, 165, 24, 227), (6237, 165, 25, 34), (6304, 165, 25, 101), (6971, 165, 28, 33), (7346, 165, 29, 165), (7701, 165, 31, 35), (7718, 165, 31, 52), (8029, 165, 32, 123), (8030, 165, 32, 124), (8203, 165, 33, 58), (8514, 165, 34, 131), (8846, 165, 35, 226), (8967, 165, 36, 111), (8968, 165, 36, 112), (9879, 165, 40, 88), (9949, 165, 40, 158), (10184, 165, 41, 162), (12346, 165, 51, 68), (12629, 165, 52, 130), (13653, 165, 57, 69), (13799, 165, 57, 215), (14014, 165, 58, 216), (16509, 165, 70, 218), (17205, 165, 74, 115), (17265, 165, 74, 175), (17832, 165, 77, 153), (17895, 165, 77, 216), (19879, 165, 88, 118), (20778, 165, 93, 112), (20809, 165, 93, 143), (21573, 165, 97, 201), (21593, 165, 97, 221), (21859, 165, 99, 140), (21960, 165, 99, 241), (22049, 165, 100, 158), (22106, 165, 100, 215), (22197, 165, 101, 135), (22402, 165, 102, 170), (23028, 165, 106, 125), (23034, 165, 106, 131), (23220, 165, 107, 152), (24991, 165, 118, 170), (25834, 165, 123, 254), (25927, 165, 124, 199), (26819, 165, 130, 221), (28223, 165, 140, 254), (30825, 165, 162, 199), (31117, 165, 165, 165), (31315, 165, 166, 256), (34386, 165, 201, 241), (35425, 165, 218, 226), (2423, 166, 10, 29), (2559, 166, 10, 165), (2683, 166, 11, 28), (2725, 166, 11, 70), (2940, 166, 12, 25), (3050, 166, 12, 135), (3189, 166, 13, 15), (3225, 166, 13, 51), (3490, 166, 14, 58), (3509, 166, 14, 77), (3713, 166, 15, 24), (5027, 166, 20, 68), (5065, 166, 20, 107), (5245, 166, 21, 36), (5302, 166, 21, 93), (6121, 166, 24, 165), (6365, 166, 25, 162), (7090, 166, 28, 152), (7217, 166, 29, 36), (7706, 166, 31, 40), (7766, 166, 31, 100), (9921, 166, 40, 130), (11735, 166, 48, 123), (11752, 166, 48, 140), (12355, 166, 51, 77), (13654, 166, 57, 70), (13810, 166, 57, 226), (13950, 166, 58, 152), (15979, 166, 68, 93), (17197, 166, 74, 107), (21474, 166, 97, 102), (21490, 166, 97, 118), (21686, 166, 98, 140), (21787, 166, 98, 241), (22117, 166, 100, 226), (22473, 166, 102, 241), (24951, 166, 118, 130), (25705, 166, 123, 125), (25853, 166, 124, 125), (25859, 166, 124, 131), (26902, 166, 131, 162), (27464, 166, 135, 166), (31225, 166, 166, 166), (31331, 167, 167, 167), (31332, 167, 167, 168), (31437, 168, 168, 168), (7562, 169, 30, 139), (31541, 169, 169, 169), (1114, 170, 5, 40), (1131, 170, 5, 57), (1174, 170, 5, 100), (1192, 170, 5, 118), (2416, 170, 10, 22), (2526, 170, 10, 132); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (2611, 170, 10, 217), (2690, 170, 11, 35), (2707, 170, 11, 52), (2873, 170, 11, 218), (2876, 170, 11, 221), (2986, 170, 12, 71), (3030, 170, 12, 115), (3078, 170, 12, 163), (3090, 170, 12, 175), (3306, 170, 13, 132), (3484, 170, 14, 52), (3531, 170, 14, 99), (3633, 170, 14, 201), (3653, 170, 14, 221), (3721, 170, 15, 32), (3788, 170, 15, 99), (3890, 170, 15, 201), (3943, 170, 15, 254), (4033, 170, 16, 88), (4103, 170, 16, 158), (4115, 170, 16, 170), (4542, 170, 18, 88), (4612, 170, 18, 158), (4624, 170, 18, 170), (4669, 170, 18, 215), (4998, 170, 20, 39), (5033, 170, 20, 75), (5115, 170, 20, 157), (5175, 170, 20, 217), (5241, 170, 21, 32), (5250, 170, 21, 41), (5408, 170, 21, 199), (5465, 170, 21, 256), (5483, 170, 22, 24), (5495, 170, 22, 36), (5552, 170, 22, 93), (6088, 170, 24, 132), (6314, 170, 25, 111), (6315, 170, 25, 112), (6318, 170, 25, 115), (6346, 170, 25, 143), (6572, 170, 26, 123), (6573, 170, 26, 124), (6589, 170, 26, 140), (6690, 170, 26, 241), (7121, 170, 28, 183), (7213, 170, 29, 32), (7222, 170, 29, 41), (7380, 170, 29, 199), (7435, 170, 29, 254), (7794, 170, 31, 128), (7847, 170, 31, 181), (7849, 170, 31, 183), (7888, 170, 31, 222), (8071, 170, 32, 165), (8185, 170, 33, 40), (8245, 170, 33, 100), (8247, 170, 33, 102), (8263, 170, 33, 118), (8452, 170, 34, 69), (8541, 170, 34, 158), (8598, 170, 34, 215), (8677, 170, 35, 57), (8720, 170, 35, 100), (8772, 170, 35, 152), (8988, 170, 36, 132), (9013, 170, 36, 157), (9073, 170, 36, 217), (9632, 170, 39, 74), (9651, 170, 39, 93), (10007, 170, 40, 216), (10009, 170, 40, 218), (10090, 170, 41, 68), (10129, 170, 41, 107), (11286, 170, 46, 123), (11287, 170, 46, 124), (11303, 170, 46, 140), (11325, 170, 46, 162), (11666, 170, 48, 54), (11723, 170, 48, 111), (11765, 170, 48, 153), (11839, 170, 48, 227), (12377, 170, 51, 99), (12479, 170, 51, 201), (12499, 170, 51, 221), (12532, 170, 51, 254), (12556, 170, 52, 57), (12651, 170, 52, 152), (13034, 170, 54, 98), (13038, 170, 54, 102), (13061, 170, 54, 125), (13802, 170, 57, 218), (14951, 170, 63, 97), (14977, 170, 63, 123), (14994, 170, 63, 140), (15095, 170, 63, 241), (16085, 170, 68, 199), (16142, 170, 68, 256), (16190, 170, 69, 101), (16195, 170, 69, 106), (16419, 170, 70, 128), (16474, 170, 70, 183), (16616, 170, 71, 124), (16654, 170, 71, 162), (16658, 170, 71, 166), (17165, 170, 74, 75), (17186, 170, 74, 96), (17247, 170, 74, 157), (19867, 170, 88, 106), (20823, 170, 93, 157), (20883, 170, 93, 217), (21553, 170, 97, 181), (21594, 170, 97, 222), (21600, 170, 97, 228), (21699, 170, 98, 153), (21762, 170, 98, 216), (21773, 170, 98, 227), (21884, 170, 99, 165), (22109, 170, 100, 218), (22169, 170, 101, 107), (22277, 170, 101, 215), (22385, 170, 102, 153), (22448, 170, 102, 216), (23061, 170, 106, 158), (23118, 170, 106, 215), (23324, 170, 107, 256), (23843, 170, 111, 125), (23849, 170, 111, 131), (24003, 170, 112, 125), (24009, 170, 112, 131), (24013, 170, 112, 135), (24488, 170, 115, 135), (24519, 170, 115, 166), (24974, 170, 118, 153), (25037, 170, 118, 216), (25743, 170, 123, 163), (25891, 170, 124, 163), (26102, 170, 125, 227), (26443, 170, 128, 130), (26539, 170, 128, 226), (26779, 170, 130, 181), (26820, 170, 130, 222), (26826, 170, 130, 228), (26883, 170, 131, 143), (26967, 170, 131, 227), (27441, 170, 135, 143), (27473, 170, 135, 175), (28197, 170, 140, 228), (28526, 170, 143, 166), (29680, 170, 152, 201), (29700, 170, 152, 221), (30789, 170, 162, 163), (30801, 170, 162, 175), (31151, 170, 165, 199), (31206, 170, 165, 254), (31234, 170, 166, 175), (31644, 170, 170, 170), (32760, 170, 181, 226), (32940, 170, 183, 226), (35646, 170, 222, 241), (35925, 170, 228, 241), (32, 171, 1, 32), (99, 171, 1, 99), (199, 171, 1, 199), (201, 171, 1, 201), (254, 171, 1, 254), (381, 171, 2, 111), (382, 171, 2, 112), (385, 171, 2, 115), (413, 171, 2, 143), (497, 171, 2, 227), (588, 171, 3, 49), (603, 171, 3, 64), (652, 171, 3, 113), (672, 171, 3, 133), (680, 171, 3, 141), (820, 171, 4, 13), (835, 171, 4, 28), (865, 171, 4, 58), (877, 171, 4, 70), (884, 171, 4, 77), (1080, 171, 5, 6), (1083, 171, 5, 9), (1154, 171, 5, 80), (1220, 171, 5, 146), (1265, 171, 5, 191), (1373, 171, 6, 33), (1493, 171, 6, 153), (1556, 171, 6, 216), (1558, 171, 6, 218), (1895, 171, 8, 26), (1915, 171, 8, 46), (1932, 171, 8, 63), (2091, 171, 8, 222), (2097, 171, 8, 228), (2165, 171, 9, 33), (2167, 171, 9, 35), (2184, 171, 9, 52), (2350, 171, 9, 218), (2803, 171, 11, 148), (2831, 171, 11, 176), (2841, 171, 11, 186), (2864, 171, 11, 209), (2902, 171, 11, 247), (3018, 171, 12, 103), (3066, 171, 12, 151), (3093, 171, 12, 178), (3150, 171, 12, 235), (3385, 171, 13, 211), (3451, 171, 14, 19), (3608, 171, 14, 176), (3618, 171, 14, 186), (3679, 171, 14, 247), (3689, 171, 14, 257), (3708, 171, 15, 19), (3739, 171, 15, 50), (3920, 171, 15, 231), (3936, 171, 15, 247), (3946, 171, 15, 257), (4065, 171, 16, 120), (4092, 171, 16, 147), (4137, 171, 16, 192), (4190, 171, 16, 245), (4574, 171, 18, 120), (4646, 171, 18, 192), (4694, 171, 18, 240), (4699, 171, 18, 245), (4736, 171, 19, 29), (4758, 171, 19, 51), (4872, 171, 19, 165), (5050, 171, 20, 92), (5118, 171, 20, 160), (5259, 171, 21, 50), (5269, 171, 21, 60), (5290, 171, 21, 81), (5358, 171, 21, 149), (5440, 171, 21, 231), (5541, 171, 22, 82), (5576, 171, 22, 117), (5653, 171, 22, 194), (5678, 171, 22, 219), (5703, 171, 22, 244), (5753, 171, 23, 45), (5761, 171, 23, 53), (5763, 171, 23, 55), (5850, 171, 23, 142), (5879, 171, 23, 171), (6167, 171, 24, 211), (6409, 171, 25, 206), (6413, 171, 25, 210), (6438, 171, 25, 235), (6454, 171, 25, 251), (6554, 171, 26, 105), (6563, 171, 26, 114), (6623, 171, 26, 174), (6631, 171, 26, 182), (6981, 171, 28, 43), (7125, 171, 28, 187), (7149, 171, 28, 211), (7158, 171, 28, 220), (7231, 171, 29, 50), (7241, 171, 29, 60), (7330, 171, 29, 149), (7412, 171, 29, 231), (7485, 171, 30, 62), (7578, 171, 30, 155), (7607, 171, 30, 184), (7676, 171, 30, 253), (7732, 171, 31, 66), (7853, 171, 31, 187), (7886, 171, 31, 220), (7902, 171, 31, 236), (7962, 171, 32, 56), (8096, 171, 32, 190), (8118, 171, 32, 212), (8138, 171, 32, 232), (8225, 171, 33, 80), (8336, 171, 33, 191), (8403, 171, 33, 258), (8425, 171, 34, 42), (8503, 171, 34, 120), (8623, 171, 34, 240), (8628, 171, 34, 245), (8635, 171, 34, 252), (8758, 171, 35, 138), (8766, 171, 35, 146), (8811, 171, 35, 191), (8822, 171, 35, 202), (9605, 171, 39, 47), (9675, 171, 39, 117), (9722, 171, 39, 164), (9752, 171, 39, 194), (9755, 171, 39, 197), (9939, 171, 40, 148), (10000, 171, 40, 209), (10064, 171, 41, 42), (10078, 171, 41, 56), (10167, 171, 41, 145), (10212, 171, 41, 190), (10254, 171, 41, 232), (10354, 171, 42, 101), (10509, 171, 42, 256), (10540, 171, 43, 58), (10552, 171, 43, 70), (10559, 171, 43, 77), (10708, 171, 43, 226), (10894, 171, 44, 184), (10990, 171, 45, 53), (11079, 171, 45, 142), (11108, 171, 45, 171), (11236, 171, 46, 73), (11277, 171, 46, 114), (11337, 171, 46, 174), (11345, 171, 46, 182), (11463, 171, 47, 75), (11482, 171, 47, 94), (11484, 171, 47, 96), (11529, 171, 47, 141), (11818, 171, 48, 206), (11863, 171, 48, 251), (11897, 171, 49, 62), (11971, 171, 49, 136), (11990, 171, 49, 155), (12088, 171, 49, 253), (12125, 171, 50, 68), (12222, 171, 50, 165), (12464, 171, 51, 186), (12509, 171, 51, 231), (12525, 171, 51, 247), (12535, 171, 51, 257), (12626, 171, 52, 127), (12637, 171, 52, 138), (12645, 171, 52, 146), (12701, 171, 52, 202), (12794, 171, 53, 76), (12922, 171, 53, 204), (12956, 171, 53, 238), (13016, 171, 54, 80), (13019, 171, 54, 83), (13062, 171, 54, 126), (13182, 171, 54, 246), (13194, 171, 54, 258), (13229, 171, 55, 76), (13269, 171, 55, 116), (13357, 171, 55, 204), (13391, 171, 55, 238), (13568, 171, 56, 199), (13625, 171, 56, 256), (13732, 171, 57, 148), (13760, 171, 57, 176), (13770, 171, 57, 186), (13793, 171, 57, 209), (13985, 171, 58, 187), (14009, 171, 58, 211), (14121, 171, 59, 110), (14260, 171, 59, 249), (14291, 171, 60, 68), (14330, 171, 60, 107), (14778, 171, 62, 133), (14900, 171, 62, 255), (14908, 171, 62, 263), (14949, 171, 63, 95), (14959, 171, 63, 105), (15028, 171, 63, 174), (15036, 171, 63, 182), (15129, 171, 64, 67), (15198, 171, 64, 136), (15286, 171, 64, 224), (15315, 171, 64, 253), (15339, 171, 65, 69), (15377, 171, 65, 107), (15428, 171, 65, 158), (15485, 171, 65, 215), (15546, 171, 66, 70), (15573, 171, 66, 97), (15606, 171, 66, 130), (15702, 171, 66, 226), (15776, 171, 67, 94), (15795, 171, 67, 113), (15815, 171, 67, 133), (15823, 171, 67, 141), (15967, 171, 68, 81), (15970, 171, 68, 84), (16035, 171, 68, 149), (16170, 171, 69, 81), (16173, 171, 69, 84), (16314, 171, 69, 225), (16478, 171, 70, 187), (16511, 171, 70, 220), (16565, 171, 71, 73), (16606, 171, 71, 114), (16666, 171, 71, 174), (16735, 171, 71, 243), (16754, 171, 71, 262), (16768, 171, 72, 75), (16787, 171, 72, 94), (16789, 171, 72, 96), (16806, 171, 72, 113), (16834, 171, 72, 141), (17007, 171, 73, 115), (17055, 171, 73, 163), (17067, 171, 73, 175), (17182, 171, 74, 92), (17250, 171, 74, 160), (17451, 171, 75, 164), (17481, 171, 75, 194), (17484, 171, 75, 197), (17625, 171, 76, 142), (17654, 171, 76, 171), (17668, 171, 76, 185), (17890, 171, 77, 211), (18412, 171, 80, 153), (18475, 171, 80, 216), (18557, 171, 81, 107), (18772, 171, 82, 132), (18941, 171, 83, 111), (18942, 171, 83, 112), (18973, 171, 83, 143), (19057, 171, 83, 227), (19125, 171, 84, 107), (19233, 171, 84, 215), (19908, 171, 88, 147), (19920, 171, 88, 159), (19986, 171, 88, 225), (20035, 171, 89, 91), (20054, 171, 89, 110), (20078, 171, 89, 134), (20129, 171, 89, 185), (20193, 171, 89, 249), (20423, 171, 91, 116), (20507, 171, 91, 200), (20511, 171, 91, 204), (20545, 171, 91, 238), (20580, 171, 92, 93), (21041, 171, 94, 197), (21068, 171, 94, 224), (21149, 171, 95, 128), (21202, 171, 95, 181), (21243, 171, 95, 222), (21249, 171, 95, 228), (21361, 171, 96, 164), (21394, 171, 96, 197), (21421, 171, 96, 224), (21575, 171, 97, 203), (21608, 171, 97, 236), (21631, 171, 97, 259), (21752, 171, 98, 206), (21846, 171, 99, 127), (21857, 171, 99, 138), (21931, 171, 99, 212), (21951, 171, 99, 232), (22039, 171, 100, 148), (22067, 171, 100, 176), (22100, 171, 100, 209), (22207, 171, 101, 145), (22302, 171, 101, 240), (22307, 171, 101, 245), (22314, 171, 101, 252), (22525, 171, 103, 123), (22526, 171, 103, 124), (22542, 171, 103, 140), (22564, 171, 103, 162), (22918, 171, 105, 181), (22959, 171, 105, 222), (22965, 171, 105, 228), (23023, 171, 106, 120), (23095, 171, 106, 192), (23143, 171, 106, 240), (23148, 171, 106, 245), (23155, 171, 106, 252), (23217, 171, 107, 149), (23673, 171, 110, 116), (23701, 171, 110, 144), (23757, 171, 110, 200), (23844, 171, 111, 126), (23957, 171, 111, 239), (23964, 171, 111, 246), (24117, 171, 112, 239), (24124, 171, 112, 246), (24140, 171, 112, 262), (24174, 171, 113, 136), (24262, 171, 113, 224), (24359, 171, 114, 163), (24371, 171, 114, 175), (24592, 171, 115, 239), (24596, 171, 115, 243), (24615, 171, 115, 262), (24645, 171, 116, 134), (24696, 171, 116, 185), (24798, 171, 117, 132), (24823, 171, 117, 157), (24883, 171, 117, 217), (24969, 171, 118, 148), (25465, 171, 121, 184), (25530, 171, 121, 249), (25731, 171, 123, 151), (25736, 171, 123, 156), (25783, 171, 123, 203), (25839, 171, 123, 259), (25879, 171, 124, 151), (25884, 171, 124, 156), (25906, 171, 124, 178), (25987, 171, 124, 259), (26081, 171, 125, 206), (26085, 171, 125, 210), (26126, 171, 125, 251), (26176, 171, 126, 153), (26239, 171, 126, 216), (26250, 171, 126, 227), (26369, 171, 127, 201), (26389, 171, 127, 221), (26422, 171, 127, 254), (26442, 171, 128, 129), (26486, 171, 128, 173), (26490, 171, 128, 177), (26563, 171, 128, 250), (26639, 171, 129, 183), (26801, 171, 130, 203), (26818, 171, 130, 220), (26834, 171, 130, 236), (26946, 171, 131, 206), (26950, 171, 131, 210), (26991, 171, 131, 251), (27031, 171, 132, 150), (27100, 171, 132, 219), (27125, 171, 132, 244), (27158, 171, 133, 136), (27275, 171, 133, 253), (27304, 171, 134, 144), (27360, 171, 134, 200), (27364, 171, 134, 204), (27476, 171, 135, 178), (27508, 171, 135, 210), (27533, 171, 135, 235), (27549, 171, 135, 251), (27697, 171, 136, 263), (27904, 171, 138, 201), (27924, 171, 138, 221), (28125, 171, 140, 156), (28172, 171, 140, 203), (28205, 171, 140, 236), (28228, 171, 140, 259), (28324, 171, 141, 224), (28401, 171, 142, 171), (28468, 171, 142, 238), (28599, 171, 143, 239), (28603, 171, 143, 243), (28622, 171, 143, 262), (28737, 171, 144, 249), (28814, 171, 145, 199), (28871, 171, 145, 256), (28959, 171, 146, 218), (28962, 171, 146, 221), (29026, 171, 147, 158), (29038, 171, 147, 170), (29280, 171, 149, 165), (29521, 171, 151, 162), (29525, 171, 151, 166), (29655, 171, 152, 176), (29665, 171, 152, 186), (29688, 171, 152, 209), (29726, 171, 152, 247), (29736, 171, 152, 257), (29844, 171, 153, 246), (29856, 171, 153, 258), (30006, 171, 155, 172), (30089, 171, 155, 255), (30097, 171, 155, 263), (30112, 171, 156, 162), (30191, 171, 156, 241), (30229, 171, 157, 164), (30259, 171, 157, 194), (30262, 171, 157, 197), (30309, 171, 157, 244), (30338, 171, 158, 159), (30404, 171, 158, 225), (30463, 171, 159, 170), (30508, 171, 159, 215), (30804, 171, 162, 178), (30861, 171, 162, 235), (30910, 171, 163, 174), (30918, 171, 163, 182), (30979, 171, 163, 243), (31061, 171, 164, 217), (31183, 171, 165, 231), (31209, 171, 165, 257), (31237, 171, 166, 178), (31269, 171, 166, 210), (31294, 171, 166, 235), (31666, 171, 170, 192), (31746, 171, 171, 171), (31860, 171, 172, 184), (31956, 171, 173, 181), (31958, 171, 173, 183), (32210, 171, 175, 239), (32214, 171, 175, 243), (32233, 171, 175, 262), (32344, 171, 177, 181), (32346, 171, 177, 183), (32385, 171, 177, 222), (32784, 171, 181, 250), (32852, 171, 182, 228), (32944, 171, 183, 230), (32964, 171, 183, 250), (33057, 171, 184, 255), (33093, 171, 185, 204), (33127, 171, 185, 238), (33286, 171, 187, 226), (33508, 171, 190, 199), (33563, 171, 190, 254), (33565, 171, 190, 256), (33606, 171, 191, 216), (33608, 171, 191, 218), (33844, 171, 194, 217), (34234, 171, 199, 232), (34323, 171, 200, 249), (34347, 171, 201, 202), (34357, 171, 201, 212), (34433, 171, 202, 218), (34436, 171, 202, 221), (34525, 171, 203, 241), (35081, 171, 212, 221), (35114, 171, 212, 254), (35259, 171, 215, 225), (35348, 171, 216, 258), (35364, 171, 217, 219), (35389, 171, 217, 244), (35530, 171, 220, 226), (35655, 171, 222, 250), (35886, 171, 227, 246), (35898, 171, 227, 258), (35934, 171, 228, 250), (36104, 171, 232, 254), (36241, 171, 236, 241), (36424, 171, 241, 259), (36696, 171, 252, 256), (36722, 171, 253, 263), (14, 172, 1, 14), (51, 172, 1, 51), (286, 172, 2, 16), (610, 172, 3, 71), (702, 172, 3, 163), (1156, 172, 5, 82), (1224, 172, 5, 150), (1409, 172, 6, 69), (1910, 172, 8, 41), (2068, 172, 8, 199), (2200, 172, 9, 68), (2239, 172, 9, 107), (2711, 172, 11, 56), (2845, 172, 11, 190), (2980, 172, 12, 65), (3140, 172, 12, 225), (3322, 172, 13, 148), (3664, 172, 14, 232), (3816, 172, 15, 127), (3901, 172, 15, 212), (4184, 172, 16, 239), (4235, 172, 17, 35), (4418, 172, 17, 218), (4693, 172, 18, 239), (4716, 172, 18, 262), (4738, 172, 19, 31), (4837, 172, 19, 130), (5164, 172, 20, 206), (5355, 172, 21, 146), (5411, 172, 21, 202), (5512, 172, 22, 53), (5514, 172, 22, 55), (5783, 172, 23, 75), (5804, 172, 23, 96), (6350, 172, 25, 147), (6362, 172, 25, 159), (6511, 172, 26, 62), (6702, 172, 26, 253), (7114, 172, 28, 176), (7124, 172, 28, 186), (7319, 172, 29, 138), (7383, 172, 29, 202), (7482, 172, 30, 59), (7544, 172, 30, 121), (7923, 172, 31, 257), (8001, 172, 32, 95), (8011, 172, 32, 105), (8227, 172, 33, 82), (8364, 172, 33, 219), (8456, 172, 34, 73), (8626, 172, 34, 243), (8850, 172, 35, 230), (9603, 172, 39, 45), (9729, 172, 39, 171), (9833, 172, 40, 42), (10043, 172, 40, 252), (10204, 172, 41, 182), (10353, 172, 42, 100), (10882, 172, 44, 172), (10965, 172, 44, 255), (11012, 172, 45, 75), (11299, 172, 46, 136), (11416, 172, 46, 253), (11500, 172, 47, 112), (11531, 172, 47, 143), (11732, 172, 48, 120), (11804, 172, 48, 192), (11979, 172, 49, 144), (12035, 172, 49, 200), (12154, 172, 50, 97), (12298, 172, 50, 241), (12490, 172, 51, 212), (12628, 172, 52, 129), (12729, 172, 52, 230), (12935, 172, 53, 217), (13053, 172, 54, 117), (13130, 172, 54, 194), (13285, 172, 55, 132), (13426, 172, 56, 57), (13729, 172, 57, 145), (13974, 172, 58, 176), (14007, 172, 58, 209), (14274, 172, 59, 263), (14346, 172, 60, 123), (14363, 172, 60, 140), (14708, 172, 62, 63), (15009, 172, 63, 155), (15151, 172, 64, 89), (15178, 172, 64, 116), (15432, 172, 65, 162), (15753, 172, 67, 71), (15857, 172, 67, 175), (16032, 172, 68, 146), (16169, 172, 69, 80), (16477, 172, 70, 186), (16538, 172, 70, 247), (16808, 172, 72, 115), (16836, 172, 72, 143), (16993, 172, 73, 101), (17296, 172, 74, 206), (17341, 172, 74, 251), (17577, 172, 76, 94), (17579, 172, 76, 96), (17827, 172, 77, 148), (17888, 172, 77, 209), (18474, 172, 80, 215), (18573, 172, 81, 123), (18574, 172, 81, 124), (19000, 172, 83, 170), (19142, 172, 84, 124), (19180, 172, 84, 162), (19887, 172, 88, 126), (20007, 172, 88, 246), (20077, 172, 89, 133), (21082, 172, 94, 238), (21275, 172, 95, 254), (21603, 172, 97, 231), (21666, 172, 98, 120), (21791, 172, 98, 245), (21896, 172, 99, 177), (21969, 172, 99, 250), (22036, 172, 100, 145), (22176, 172, 101, 114), (22472, 172, 102, 240), (22477, 172, 102, 245), (22936, 172, 105, 199), (23146, 172, 106, 243), (23165, 172, 106, 262), (23259, 172, 107, 191), (23882, 172, 111, 164), (23915, 172, 111, 197), (24075, 172, 112, 197), (24242, 172, 113, 204), (24577, 172, 115, 224), (24626, 172, 116, 113), (24819, 172, 117, 153), (25061, 172, 118, 240), (25073, 172, 118, 252), (25536, 172, 121, 255), (26067, 172, 125, 192), (26181, 172, 126, 158), (26333, 172, 127, 165), (26677, 172, 129, 221), (26829, 172, 130, 231), (26887, 172, 131, 147), (27066, 172, 132, 185), (27222, 172, 133, 200), (27457, 172, 135, 159), (27597, 172, 136, 163), (27868, 172, 138, 165), (28118, 172, 140, 149), (28304, 172, 141, 204), (28338, 172, 141, 238), (28387, 172, 142, 157), (28447, 172, 142, 217), (28751, 172, 144, 263), (29356, 172, 149, 241), (29456, 172, 150, 218), (29669, 172, 152, 190), (29711, 172, 152, 232), (29842, 172, 153, 244), (30062, 172, 155, 228), (30236, 172, 157, 171), (30437, 172, 158, 258), (31071, 172, 164, 227), (31284, 172, 166, 225), (31720, 172, 170, 246), (31848, 172, 172, 172), (31976, 172, 173, 201), (31996, 172, 173, 221), (32129, 172, 174, 256), (32195, 172, 175, 224), (32364, 172, 177, 201), (32718, 172, 181, 184), (32880, 172, 182, 256), (33024, 172, 184, 222), (33854, 172, 194, 227), (35292, 172, 215, 258), (35309, 172, 216, 219), (35334, 172, 216, 244), (35842, 172, 226, 247), (35852, 172, 226, 257), (36653, 172, 250, 254), (110, 173, 1, 110), (134, 173, 1, 134), (249, 173, 1, 249), (317, 173, 2, 47), (342, 173, 2, 72), (494, 173, 2, 224), (665, 173, 3, 126), (785, 173, 3, 246), (797, 173, 3, 258), (878, 173, 4, 71), (922, 173, 4, 115), (982, 173, 4, 175), (1234, 173, 5, 160), (1241, 173, 5, 167), (1402, 173, 6, 62), (1495, 173, 6, 155), (1593, 173, 6, 253), (1623, 173, 7, 18), (1639, 173, 7, 34), (1711, 173, 7, 106), (1951, 173, 8, 82), (2019, 173, 8, 150), (2088, 173, 8, 219), (2287, 173, 9, 155), (2316, 173, 9, 184), (2663, 173, 10, 269), (2903, 173, 11, 248), (2921, 173, 11, 266), (2925, 173, 11, 270), (2953, 173, 12, 38), (2993, 173, 12, 78), (3157, 173, 12, 242), (3443, 173, 13, 269), (3445, 173, 13, 271), (3698, 173, 14, 266), (4141, 173, 16, 196), (4150, 173, 16, 205), (4152, 173, 16, 207), (4295, 173, 17, 95), (4305, 173, 17, 105), (4450, 173, 17, 250), (4650, 173, 18, 196), (4659, 173, 18, 205), (4737, 173, 19, 30), (4756, 173, 19, 49), (4970, 173, 19, 263), (5378, 173, 21, 169), (5407, 173, 21, 198), (5665, 173, 22, 206), (5710, 173, 22, 251), (5828, 173, 23, 120), (5900, 173, 23, 192), (5953, 173, 23, 245), (6225, 173, 24, 269), (6342, 173, 25, 139), (6357, 173, 25, 154), (6440, 173, 25, 237), (6515, 173, 26, 66), (6669, 173, 26, 220), (6726, 173, 27, 32), (6735, 173, 27, 41), (6893, 173, 27, 199), (7146, 173, 28, 208), (7199, 173, 28, 261), (7206, 173, 28, 268), (7350, 173, 29, 169), (7473, 173, 30, 50), (7654, 173, 30, 231), (7788, 173, 31, 122), (7880, 173, 31, 214), (7931, 173, 31, 265), (7996, 173, 32, 90), (8237, 173, 33, 92), (8305, 173, 33, 160), (8468, 173, 34, 85), (8502, 173, 34, 119), (8681, 173, 35, 61), (8724, 173, 35, 104), (8787, 173, 35, 167), (9143, 173, 37, 52), (9292, 173, 37, 201), (9312, 173, 37, 221), (9460, 173, 38, 135), (9491, 173, 38, 166), (9970, 173, 40, 179), (9986, 173, 40, 195), (10025, 173, 40, 234), (10235, 173, 41, 213), (10251, 173, 41, 229), (10306, 173, 42, 53), (10308, 173, 42, 55), (10395, 173, 42, 142), (10553, 173, 43, 71), (10645, 173, 43, 163), (10657, 173, 43, 175), (10770, 173, 44, 60), (10791, 173, 44, 81), (10859, 173, 44, 149), (11057, 173, 45, 120), (11177, 173, 45, 240), (11182, 173, 45, 245), (11229, 173, 46, 66), (11350, 173, 46, 187), (11383, 173, 46, 220), (11627, 173, 47, 239), (11650, 173, 47, 262), (11721, 173, 48, 109), (11792, 173, 48, 180), (11872, 173, 48, 260), (12082, 173, 49, 247), (12092, 173, 49, 257), (12229, 173, 50, 172), (12312, 173, 50, 255), (12560, 173, 52, 61), (12603, 173, 52, 104), (12863, 173, 53, 145), (12970, 173, 53, 252), (13209, 173, 55, 56), (13298, 173, 55, 145), (13460, 173, 56, 91), (13554, 173, 56, 185), (13779, 173, 57, 195), (13832, 173, 57, 248), (13854, 173, 57, 270), (14006, 173, 58, 208), (14059, 173, 58, 261), (14069, 173, 58, 271), (14076, 173, 59, 65), (14092, 173, 59, 81), (14095, 173, 59, 84), (14395, 173, 60, 172), (14655, 173, 61, 221), (14725, 173, 62, 80), (14836, 173, 62, 191), (14920, 173, 63, 66), (15090, 173, 63, 236), (15238, 173, 64, 176), (15248, 173, 64, 186), (15309, 173, 64, 247), (15414, 173, 65, 144), (15470, 173, 65, 200), (15765, 173, 67, 83), (15808, 173, 67, 126), (15928, 173, 67, 246), (16055, 173, 68, 169), (16074, 173, 68, 188), (16084, 173, 68, 198), (16175, 173, 69, 86), (16278, 173, 69, 189), (16312, 173, 69, 223), (16413, 173, 70, 122), (16499, 173, 70, 208), (16559, 173, 70, 268), (16679, 173, 71, 187), (16776, 173, 72, 83), (16932, 173, 72, 239), (17009, 173, 73, 117), (17056, 173, 73, 164), (17086, 173, 73, 194), (17603, 173, 76, 120), (17675, 173, 76, 192), (17940, 173, 77, 261), (17950, 173, 77, 271), (17998, 173, 78, 124), (18036, 173, 78, 162), (18164, 173, 79, 97), (18207, 173, 79, 140), (18308, 173, 79, 241), (18395, 173, 80, 136), (18512, 173, 80, 253), (18571, 173, 81, 121), (18745, 173, 82, 105), (18822, 173, 82, 182), (19054, 173, 83, 224), (19139, 173, 84, 121), (19162, 173, 84, 144), (19307, 173, 85, 101), (19550, 173, 86, 158), (19607, 173, 86, 215), (19674, 173, 87, 97), (19707, 173, 87, 130), (19818, 173, 87, 241), (19954, 173, 88, 193), (20025, 173, 88, 264), (20103, 173, 89, 159), (20169, 173, 89, 225), (20325, 173, 90, 199), (20380, 173, 90, 254), (20497, 173, 91, 190), (20539, 173, 91, 232), (20640, 173, 92, 153), (20703, 173, 92, 216), (20992, 173, 94, 148), (21053, 173, 94, 209), (21171, 173, 95, 150), (21251, 173, 95, 230), (21345, 173, 96, 148), (21586, 173, 97, 214), (21654, 173, 98, 108), (21655, 173, 98, 109), (21806, 173, 98, 260), (21856, 173, 99, 137), (22070, 173, 100, 179), (22086, 173, 100, 195), (22139, 173, 100, 248), (22181, 173, 101, 119), (22295, 173, 101, 233), (22340, 173, 102, 108), (22466, 173, 102, 234), (22492, 173, 102, 260), (22530, 173, 103, 128), (22585, 173, 103, 183), (22788, 173, 104, 218), (22887, 173, 105, 150), (23022, 173, 106, 119), (23108, 173, 106, 205), (23256, 173, 107, 188), (23266, 173, 107, 198), (23291, 173, 107, 223), (23350, 173, 108, 118), (23520, 173, 109, 125), (23769, 173, 110, 212), (23789, 173, 110, 232), (24214, 173, 113, 176), (24224, 173, 113, 186), (24247, 173, 113, 209), (24313, 173, 114, 117), (24390, 173, 114, 194), (24440, 173, 114, 244), (24564, 173, 115, 211), (24658, 173, 116, 147), (24670, 173, 116, 159), (24840, 173, 117, 174), (25000, 173, 118, 179), (25055, 173, 118, 234), (25400, 173, 121, 60), (25657, 173, 122, 226), (25741, 173, 123, 161), (25748, 173, 123, 168), (25847, 173, 123, 267), (25896, 173, 124, 168), (25995, 173, 124, 267), (26055, 173, 125, 180), (26112, 173, 125, 237), (26159, 173, 126, 136), (26417, 173, 127, 249), (26469, 173, 128, 156), (26572, 173, 128, 259), (26629, 173, 129, 173), (26633, 173, 129, 177), (26706, 173, 129, 250), (26812, 173, 130, 214), (26863, 173, 130, 265), (26894, 173, 131, 154), (26920, 173, 131, 180), (26977, 173, 131, 237), (27087, 173, 132, 206), (27091, 173, 132, 210), (27132, 173, 132, 251), (27208, 173, 133, 186), (27269, 173, 133, 247), (27279, 173, 133, 257), (27350, 173, 134, 190), (27392, 173, 134, 232), (27437, 173, 135, 139), (27452, 173, 135, 154), (27692, 173, 136, 258), (27770, 173, 137, 201), (27790, 173, 137, 221), (28003, 173, 139, 166), (28130, 173, 140, 161), (28137, 173, 140, 168), (28248, 173, 141, 148), (28276, 173, 141, 176), (28309, 173, 141, 209), (28470, 173, 142, 240), (28482, 173, 142, 252), (28571, 173, 143, 211), (28713, 173, 144, 225), (28800, 173, 145, 185), (28925, 173, 146, 184), (29072, 173, 147, 204), (29106, 173, 147, 238), (29287, 173, 149, 172), (29370, 173, 149, 255), (29542, 173, 151, 183), (29745, 173, 152, 266), (29749, 173, 152, 270), (30025, 173, 155, 191), (30131, 173, 156, 181), (30133, 173, 156, 183), (30372, 173, 158, 193), (30497, 173, 159, 204), (30621, 173, 160, 216), (30757, 173, 161, 241), (30868, 173, 162, 242), (30893, 173, 162, 267), (30923, 173, 163, 187), (30956, 173, 163, 220), (31087, 173, 164, 243), (31106, 173, 164, 262), (31301, 173, 166, 242), (31382, 173, 167, 218), (31667, 173, 170, 193), (31681, 173, 170, 207), (31738, 173, 170, 264), (31815, 173, 171, 240), (31820, 173, 171, 245), (31827, 173, 171, 252), (31948, 173, 173, 173), (31952, 173, 173, 177), (32092, 173, 174, 219), (32117, 173, 174, 244), (32182, 173, 175, 211), (32393, 173, 177, 230), (32737, 173, 181, 203), (32793, 173, 181, 259), (32843, 173, 182, 219), (32868, 173, 182, 244), (33004, 173, 184, 202), (33079, 173, 185, 190), (33442, 173, 189, 215), (33708, 173, 192, 238), (33870, 173, 194, 243), (34094, 173, 197, 239), (34098, 173, 197, 243), (34117, 173, 197, 262), (34231, 173, 199, 229), (34299, 173, 200, 225), (34506, 173, 203, 222), (34512, 173, 203, 228), (34702, 173, 206, 217), (35109, 173, 212, 249), (35175, 173, 213, 256), (35641, 173, 222, 236), (35664, 173, 222, 259), (35748, 173, 224, 246), (35860, 173, 226, 265), (35863, 173, 226, 268), (35920, 173, 228, 236), (35983, 173, 229, 256), (36019, 173, 230, 250), (36065, 173, 231, 255), (36073, 173, 231, 263), (36145, 173, 233, 256), (36717, 173, 253, 258), (36788, 173, 257, 263), (47, 174, 1, 47), (72, 174, 1, 72), (164, 174, 1, 164), (197, 174, 1, 197), (365, 174, 2, 95), (375, 174, 2, 105), (447, 174, 2, 177), (520, 174, 2, 250), (581, 174, 3, 42), (595, 174, 3, 56), (684, 174, 3, 145), (791, 174, 3, 252), (829, 174, 4, 22), (939, 174, 4, 132), (1081, 174, 5, 7), (1193, 174, 5, 119), (1270, 174, 5, 196), (1279, 174, 5, 205), (1357, 174, 6, 17), (1422, 174, 6, 82), (1490, 174, 6, 150), (1570, 174, 6, 230), (1638, 174, 7, 33), (1821, 174, 7, 216), (1823, 174, 7, 218), (1942, 174, 8, 73), (2108, 174, 8, 239), (2112, 174, 8, 243), (2131, 174, 8, 262), (2214, 174, 9, 82), (2282, 174, 9, 150), (2351, 174, 9, 219), (2376, 174, 9, 244), (2733, 174, 11, 78), (2816, 174, 11, 161), (2823, 174, 11, 168), (2922, 174, 11, 267), (3184, 174, 12, 269), (3470, 174, 14, 38), (3510, 174, 14, 78), (3674, 174, 14, 242), (3699, 174, 14, 267), (3727, 174, 15, 38), (3828, 174, 15, 139), (3843, 174, 15, 154), (3931, 174, 15, 242), (4211, 174, 16, 266), (4215, 174, 16, 270), (4280, 174, 17, 80), (4391, 174, 17, 191), (4458, 174, 17, 258), (4720, 174, 18, 266), (4730, 174, 19, 23), (4752, 174, 19, 45), (4849, 174, 19, 142), (4878, 174, 19, 171), (5318, 174, 21, 109), (5363, 174, 21, 154), (5389, 174, 21, 180), (5446, 174, 21, 237), (5502, 174, 22, 43), (5646, 174, 22, 187), (5679, 174, 22, 220), (5894, 174, 23, 186), (5955, 174, 23, 247), (5965, 174, 23, 257), (6411, 174, 25, 208), (6464, 174, 25, 261), (6474, 174, 25, 271), (6510, 174, 26, 61), (6553, 174, 26, 104), (6616, 174, 26, 167), (6805, 174, 27, 111), (6806, 174, 27, 112), (6837, 174, 27, 143), (6921, 174, 27, 227), (7320, 174, 29, 139), (7335, 174, 29, 154), (7361, 174, 29, 180), (7418, 174, 29, 237), (7633, 174, 30, 210), (7658, 174, 30, 235), (7674, 174, 30, 251), (7992, 174, 32, 86), (8094, 174, 32, 188), (8095, 174, 32, 189), (8129, 174, 32, 223), (8230, 174, 33, 85), (8264, 174, 33, 119), (8350, 174, 33, 205), (8816, 174, 35, 196), (8825, 174, 35, 205), (8827, 174, 35, 207), (8884, 174, 35, 264), (9137, 174, 37, 46), (9162, 174, 37, 71), (9254, 174, 37, 163), (9266, 174, 37, 175), (9376, 174, 38, 51), (9490, 174, 38, 165), (9624, 174, 39, 66), (9778, 174, 39, 220), (9794, 174, 39, 236), (9870, 174, 40, 79), (9878, 174, 40, 87), (9952, 174, 40, 161), (10005, 174, 40, 214), (10191, 174, 41, 169), (10210, 174, 41, 188), (10220, 174, 41, 198), (10245, 174, 41, 223), (10320, 174, 42, 67), (10389, 174, 42, 136), (10506, 174, 42, 253), (10614, 174, 43, 132), (10699, 174, 43, 217), (10916, 174, 44, 206), (10961, 174, 44, 251), (11168, 174, 45, 231), (11184, 174, 45, 247), (11194, 174, 45, 257), (11224, 174, 46, 61), (11267, 174, 46, 104), (11330, 174, 46, 167), (11578, 174, 47, 190), (11600, 174, 47, 212), (11620, 174, 47, 232), (11734, 174, 48, 122), (11820, 174, 48, 208), (11877, 174, 48, 265), (11880, 174, 48, 268), (11986, 174, 49, 151), (12013, 174, 49, 178), (12070, 174, 49, 235), (12110, 174, 50, 53), (12112, 174, 50, 55), (12199, 174, 50, 142), (12228, 174, 50, 171), (12356, 174, 51, 78), (12417, 174, 51, 139), (12520, 174, 51, 242), (12692, 174, 52, 193), (12695, 174, 52, 196), (12706, 174, 52, 207), (12763, 174, 52, 264), (12778, 174, 53, 60), (12867, 174, 53, 149), (12949, 174, 53, 231), (13021, 174, 54, 85), (13149, 174, 54, 213), (13165, 174, 54, 229), (13169, 174, 54, 233), (13213, 174, 55, 60), (13234, 174, 55, 81), (13302, 174, 55, 149), (13436, 174, 56, 67), (13441, 174, 56, 72), (13593, 174, 56, 224), (13663, 174, 57, 79), (13745, 174, 57, 161), (13752, 174, 57, 168), (13851, 174, 57, 267), (14314, 174, 60, 91), (14408, 174, 60, 185), (14505, 174, 61, 71), (14597, 174, 61, 163), (14765, 174, 62, 120), (14885, 174, 62, 240), (14890, 174, 62, 245), (14897, 174, 62, 252), (14958, 174, 63, 104), (15014, 174, 63, 160), (15021, 174, 63, 167), (15165, 174, 64, 103), (15213, 174, 64, 151), (15218, 174, 64, 156), (15240, 174, 64, 178), (15361, 174, 65, 91), (15380, 174, 65, 110), (15404, 174, 65, 134), (15519, 174, 65, 249), (15551, 174, 66, 75), (15633, 174, 66, 157), (15693, 174, 66, 217), (15827, 174, 67, 145), (15872, 174, 67, 190), (15995, 174, 68, 109), (16066, 174, 68, 180), (16123, 174, 68, 237), (16146, 174, 68, 260), (16197, 174, 69, 108), (16268, 174, 69, 179), (16323, 174, 69, 234), (16349, 174, 69, 260), (16629, 174, 71, 137), (16883, 174, 72, 190), (16925, 174, 72, 232), (17006, 174, 73, 114), (17066, 174, 73, 174), (17074, 174, 73, 182), (17490, 174, 75, 203), (17523, 174, 75, 236), (17659, 174, 76, 176), (17669, 174, 76, 186), (17730, 174, 76, 247), (17740, 174, 76, 257), (18026, 174, 78, 152), (18167, 174, 79, 100), (18185, 174, 79, 118), (18388, 174, 80, 129), (18409, 174, 80, 150), (18489, 174, 80, 230), (18541, 174, 81, 91), (18584, 174, 81, 134), (18635, 174, 81, 185), (18786, 174, 82, 146), (18831, 174, 82, 191), (18925, 174, 83, 95), (19003, 174, 83, 173), (19007, 174, 83, 177), (19080, 174, 83, 250), (19109, 174, 84, 91), (19128, 174, 84, 110), (19152, 174, 84, 134), (19203, 174, 84, 185), (19359, 174, 85, 153), (19422, 174, 85, 216), (19491, 174, 86, 99), (19593, 174, 86, 201), (19646, 174, 86, 254), (19677, 174, 87, 100), (19679, 174, 87, 102), (19695, 174, 87, 118), (19940, 174, 88, 179), (19956, 174, 88, 195), (20009, 174, 88, 248), (20031, 174, 88, 270), (20092, 174, 89, 148), (20153, 174, 89, 209), (20237, 174, 90, 111), (20238, 174, 90, 112), (20241, 174, 90, 115), (20269, 174, 90, 143), (20615, 174, 92, 128), (20668, 174, 92, 181), (20709, 174, 92, 222), (20715, 174, 92, 228), (21000, 174, 94, 156), (21047, 174, 94, 203), (21080, 174, 94, 236), (21103, 174, 94, 259), (21260, 174, 95, 239), (21283, 174, 95, 262), (21400, 174, 96, 203), (21433, 174, 96, 236), (21456, 174, 96, 259), (21668, 174, 98, 122), (21760, 174, 98, 214), (21811, 174, 98, 265), (21814, 174, 98, 268), (21908, 174, 99, 189), (21912, 174, 99, 193), (22052, 174, 100, 161), (22059, 174, 100, 168), (22231, 174, 101, 169), (22354, 174, 102, 122), (22446, 174, 102, 214), (22497, 174, 102, 265), (22515, 174, 103, 113), (22535, 174, 103, 133), (22543, 174, 103, 141), (22733, 174, 104, 163), (22976, 174, 105, 239), (22980, 174, 105, 243), (22999, 174, 105, 262), (23176, 174, 107, 108), (23177, 174, 107, 109), (23248, 174, 107, 180), (23328, 174, 107, 260), (23447, 174, 108, 215), (23782, 174, 110, 225), (23931, 174, 111, 213), (23947, 174, 111, 229), (24107, 174, 112, 229), (24189, 174, 113, 151), (24194, 174, 113, 156), (24297, 174, 113, 259), (24370, 174, 114, 174), (24378, 174, 114, 182), (24490, 174, 115, 137), (24659, 174, 116, 148), (24687, 174, 116, 176), (24720, 174, 116, 209), (24793, 174, 117, 127), (24804, 174, 117, 138), (24812, 174, 117, 146), (24868, 174, 117, 202), (25035, 174, 118, 214), (25086, 174, 118, 265), (25128, 174, 119, 153), (25191, 174, 119, 216), (25282, 174, 120, 155), (25311, 174, 120, 184), (25487, 174, 121, 206), (25556, 174, 122, 125), (26083, 174, 125, 208), (26136, 174, 125, 261), (26143, 174, 125, 268), (26152, 174, 126, 129), (26196, 174, 126, 173), (26200, 174, 126, 177), (26253, 174, 126, 230), (26332, 174, 127, 164), (26362, 174, 127, 194), (26365, 174, 127, 197), (26702, 174, 129, 246), (26714, 174, 129, 258), (26948, 174, 131, 208), (27001, 174, 131, 261), (27008, 174, 131, 268), (27011, 174, 131, 271), (27068, 174, 132, 187), (27092, 174, 132, 211), (27173, 174, 133, 151), (27200, 174, 133, 178), (27257, 174, 133, 235), (27385, 174, 134, 225), (27559, 174, 135, 261), (27567, 174, 135, 269), (27569, 174, 135, 271), (27579, 174, 136, 145), (27674, 174, 136, 240), (27686, 174, 136, 252), (27732, 174, 137, 163), (27744, 174, 137, 175), (27867, 174, 138, 164), (27897, 174, 138, 194), (27947, 174, 138, 244), (28002, 174, 139, 165), (28256, 174, 141, 156), (28303, 174, 141, 203), (28359, 174, 141, 259), (28379, 174, 142, 149), (28461, 174, 142, 231), (28839, 174, 145, 224), (28960, 174, 146, 219), (28985, 174, 146, 244), (29052, 174, 147, 184), (29192, 174, 148, 200), (29196, 174, 148, 204), (29300, 174, 149, 185), (29429, 174, 150, 191), (29647, 174, 152, 168), (29721, 174, 152, 242), (29746, 174, 152, 267), (29811, 174, 153, 213), (29831, 174, 153, 233), (29881, 174, 154, 165), (30026, 174, 155, 192), (30074, 174, 155, 240), (30079, 174, 155, 245), (30252, 174, 157, 187), (30285, 174, 157, 220), (30358, 174, 158, 179), (30374, 174, 158, 195), (30413, 174, 158, 234), (30427, 174, 158, 248), (30542, 174, 159, 249), (30586, 174, 160, 181), (30627, 174, 160, 222), (30633, 174, 160, 228), (30895, 174, 162, 269), (31056, 174, 164, 212), (31189, 174, 165, 237), (31328, 174, 166, 269), (31330, 174, 166, 271), (31392, 174, 167, 228), (31628, 174, 169, 256), (31669, 174, 170, 195), (31722, 174, 170, 248), (31740, 174, 170, 266), (31744, 174, 170, 270), (31806, 174, 171, 231), (31832, 174, 171, 257), (31882, 174, 172, 206), (31886, 174, 172, 210), (31927, 174, 172, 251), (32021, 174, 173, 246), (32033, 174, 173, 258), (32047, 174, 174, 174), (32116, 174, 174, 243), (32272, 174, 176, 204), (32306, 174, 176, 238), (32409, 174, 177, 246), (32520, 174, 178, 263), (32566, 174, 179, 215), (32867, 174, 182, 243), (32886, 174, 182, 262), (32994, 174, 184, 192), (33179, 174, 186, 204), (33213, 174, 186, 238), (33277, 174, 187, 217), (33343, 174, 188, 199), (33400, 174, 188, 256), (33426, 174, 189, 199), (33481, 174, 189, 254), (33533, 174, 190, 224), (33609, 174, 191, 219), (33750, 174, 193, 201), (33770, 174, 193, 221), (33829, 174, 194, 202), (33839, 174, 194, 212), (33919, 174, 195, 215), (33998, 174, 196, 218), (34067, 174, 197, 212), (34087, 174, 197, 232), (34128, 174, 198, 199), (34185, 174, 198, 256), (34225, 174, 199, 223), (34409, 174, 201, 264), (34434, 174, 202, 219), (34459, 174, 202, 244), (34561, 174, 204, 209), (34637, 174, 205, 218), (34740, 174, 206, 255), (34768, 174, 207, 218), (34771, 174, 207, 221), (34915, 174, 209, 238), (34994, 174, 210, 255), (35002, 174, 210, 263), (35146, 174, 213, 227), (35268, 174, 215, 234), (35323, 174, 216, 233), (35365, 174, 217, 220), (35619, 174, 221, 264), (35708, 174, 223, 254), (35734, 174, 224, 232), (35798, 174, 225, 249), (35869, 174, 227, 229), (35873, 174, 227, 233), (36027, 174, 230, 258), (36227, 174, 235, 263), (36316, 174, 238, 247), (36352, 174, 239, 250), (36387, 174, 240, 253), (36532, 174, 245, 253), (36555, 174, 246, 250), (36675, 174, 251, 255), (36693, 174, 252, 253), (636, 175, 3, 97), (780, 175, 3, 241), (1257, 175, 5, 183), (2476, 175, 10, 82), (2613, 175, 10, 219), (2700, 175, 11, 45), (2826, 175, 11, 171), (3099, 175, 12, 184), (3291, 175, 13, 117), (3418, 175, 13, 244), (3455, 175, 14, 23), (3508, 175, 14, 76), (3893, 175, 15, 204), (3927, 175, 15, 238), (3994, 175, 16, 49), (4078, 175, 16, 133), (4220, 175, 17, 20), (4293, 175, 17, 93), (4518, 175, 18, 64), (4587, 175, 18, 133), (5188, 175, 20, 230), (5298, 175, 21, 89), (5409, 175, 21, 200), (5558, 175, 22, 99), (5713, 175, 22, 254), (5860, 175, 23, 152), (6175, 175, 24, 219), (6200, 175, 24, 244), (6560, 175, 26, 111), (6561, 175, 26, 112), (7102, 175, 28, 164), (7135, 175, 28, 197), (7270, 175, 29, 89), (7297, 175, 29, 116), (7511, 175, 30, 88), (7593, 175, 30, 170), (7738, 175, 31, 72), (7890, 175, 31, 224), (8063, 175, 32, 157), (8123, 175, 32, 217), (8273, 175, 33, 128), (8328, 175, 33, 183), (8496, 175, 34, 113), (8524, 175, 34, 141), (8938, 175, 36, 82), (9006, 175, 36, 150), (9599, 175, 39, 41), (9757, 175, 39, 199), (9844, 175, 40, 53), (9846, 175, 40, 55), (10097, 175, 41, 75), (10779, 175, 44, 69), (10925, 175, 44, 215), (11089, 175, 45, 152), (11275, 175, 46, 112), (11306, 175, 46, 143), (11458, 175, 47, 70), (11614, 175, 47, 226), (11722, 175, 48, 110), (11746, 175, 48, 134), (12354, 175, 51, 76), (12516, 175, 51, 238), (12818, 175, 53, 100), (13158, 175, 54, 222), (13164, 175, 54, 228), (13271, 175, 55, 118), (13726, 175, 57, 142), (13755, 175, 57, 171), (13962, 175, 58, 164), (13992, 175, 58, 194), (14118, 175, 59, 107), (14768, 175, 62, 123), (14769, 175, 62, 124), (14965, 175, 63, 111), (15081, 175, 63, 227), (15168, 175, 64, 106), (15779, 175, 67, 97), (15812, 175, 67, 130), (16030, 175, 68, 144), (16086, 175, 68, 200), (16210, 175, 69, 121), (16488, 175, 70, 197), (16607, 175, 71, 115), (16667, 175, 71, 175), (16919, 175, 72, 226), (17219, 175, 74, 129), (17320, 175, 74, 230), (17543, 175, 75, 256), (17796, 175, 77, 117), (17873, 175, 77, 194), (20016, 175, 88, 255), (20405, 175, 91, 98), (20409, 175, 91, 102), (20816, 175, 93, 150), (20945, 175, 94, 101), (21453, 175, 96, 256), (21680, 175, 98, 134), (21851, 175, 99, 132), (22033, 175, 100, 142), (22203, 175, 101, 141), (22417, 175, 102, 185), (23016, 175, 106, 113), (23212, 175, 107, 144), (23682, 175, 110, 125), (24516, 175, 115, 163), (24676, 175, 116, 165), (25006, 175, 118, 185), (25833, 175, 123, 253), (25883, 175, 124, 155), (26124, 175, 125, 249), (26529, 175, 128, 216), (26822, 175, 130, 224), (26989, 175, 131, 249), (27082, 175, 132, 201), (27574, 175, 136, 140), (27675, 175, 136, 241), (28222, 175, 140, 253), (28523, 175, 143, 163), (29779, 175, 153, 181), (29820, 175, 153, 222), (29996, 175, 155, 162), (30264, 175, 157, 199), (30351, 175, 158, 172), (30434, 175, 158, 255), (31156, 175, 165, 204), (31243, 175, 166, 184), (31737, 175, 170, 263), (31891, 175, 172, 215), (32146, 175, 175, 175), (32750, 175, 181, 216), (35399, 175, 217, 254), (35868, 175, 227, 228), (211, 176, 1, 211), (407, 176, 2, 137), (734, 176, 3, 195), (787, 176, 3, 248), (809, 176, 3, 270), (863, 176, 4, 56), (997, 176, 4, 190), (1039, 176, 4, 232), (1500, 176, 6, 160), (1507, 176, 6, 167), (1613, 176, 7, 8), (1700, 176, 7, 95), (1710, 176, 7, 105), (1954, 176, 8, 85), (1988, 176, 8, 119), (2224, 176, 9, 92), (2292, 176, 9, 160), (4286, 176, 17, 86), (4389, 176, 17, 189), (5830, 176, 23, 122), (5922, 176, 23, 214), (5973, 176, 23, 265), (6767, 176, 27, 73), (6937, 176, 27, 243), (6956, 176, 27, 262), (9174, 176, 37, 83), (9337, 176, 37, 246), (9435, 176, 38, 110), (9459, 176, 38, 134), (9574, 176, 38, 249), (10319, 176, 42, 66), (10440, 176, 42, 187), (10473, 176, 42, 220), (10538, 176, 43, 56), (10627, 176, 43, 145), (10672, 176, 43, 190), (11024, 176, 45, 87), (11151, 176, 45, 214), (11202, 176, 45, 265), (12797, 176, 53, 79), (12879, 176, 53, 161), (12886, 176, 53, 168), (13314, 176, 55, 161), (13321, 176, 55, 168), (13420, 176, 55, 267), (13556, 176, 56, 187), (14280, 176, 59, 269), (14429, 176, 60, 206), (14474, 176, 60, 251), (14560, 176, 61, 126), (14680, 176, 61, 246), (14692, 176, 61, 258), (14753, 176, 62, 108), (14824, 176, 62, 179), (14879, 176, 62, 234), (15480, 176, 65, 210), (15505, 176, 65, 235), (15716, 176, 66, 240), (15728, 176, 66, 252), (15930, 176, 67, 248), (15948, 176, 67, 266), (15952, 176, 67, 270), (16959, 176, 72, 266), (17105, 176, 73, 213), (17121, 176, 73, 229), (17605, 176, 76, 122), (17748, 176, 76, 265), (17751, 176, 76, 268), (17965, 176, 78, 91), (18008, 176, 78, 134), (18059, 176, 78, 185), (18209, 176, 79, 142), (18238, 176, 79, 171), (18363, 176, 80, 104), (18426, 176, 80, 167), (18656, 176, 81, 206), (18660, 176, 81, 210), (18701, 176, 81, 251), (18828, 176, 82, 188), (18829, 176, 82, 189), (18863, 176, 82, 223), (18967, 176, 83, 137), (19228, 176, 84, 210), (19269, 176, 84, 251), (19380, 176, 85, 174), (19388, 176, 85, 182), (19542, 176, 86, 150), (19622, 176, 86, 230), (19719, 176, 87, 142), (19748, 176, 87, 171), (20205, 176, 89, 261), (20215, 176, 89, 271), (20365, 176, 90, 239), (20369, 176, 90, 243), (20388, 176, 90, 262), (20549, 176, 91, 242), (20574, 176, 91, 267), (20633, 176, 92, 146), (20678, 176, 92, 191), (21217, 176, 95, 196), (21226, 176, 95, 205), (22549, 176, 103, 147), (22561, 176, 103, 159), (22696, 176, 104, 126), (22828, 176, 104, 258), (22856, 176, 105, 119), (22942, 176, 105, 205), (23387, 176, 108, 155), (23579, 176, 109, 184), (23696, 176, 110, 139), (23799, 176, 110, 242), (24409, 176, 114, 213), (24425, 176, 114, 229), (24429, 176, 114, 233), (24719, 176, 116, 208), (24772, 176, 116, 261), (24782, 176, 116, 271), (24835, 176, 117, 169), (24864, 176, 117, 198), (25157, 176, 119, 182), (25330, 176, 120, 203), (25363, 176, 120, 236), (25386, 176, 120, 259), (25669, 176, 122, 238), (26649, 176, 129, 193), (26720, 176, 129, 264), (27402, 176, 134, 242), (27613, 176, 136, 179), (27629, 176, 136, 195), (27682, 176, 136, 248), (27815, 176, 137, 246), (28086, 176, 139, 249), (28391, 176, 142, 161), (28757, 176, 144, 269), (28802, 176, 145, 187), (28835, 176, 145, 220), (29019, 176, 147, 151), (29024, 176, 147, 156), (29178, 176, 148, 186), (29239, 176, 148, 247), (29249, 176, 148, 257), (29321, 176, 149, 206), (29427, 176, 150, 189), (29461, 176, 150, 223), (29518, 176, 151, 159), (29965, 176, 154, 249), (30068, 176, 155, 234), (30094, 176, 155, 260), (30142, 176, 156, 192), (30471, 176, 159, 178), (30596, 176, 160, 191), (31422, 176, 167, 258), (31454, 176, 168, 185), (31566, 176, 169, 194), (31616, 176, 169, 244), (31789, 176, 171, 214), (31968, 176, 173, 193), (31982, 176, 173, 207), (32039, 176, 173, 264), (32086, 176, 174, 213), (32106, 176, 174, 233), (32244, 176, 176, 176), (32254, 176, 176, 186), (32277, 176, 176, 209), (32359, 176, 177, 196), (32370, 176, 177, 207), (32427, 176, 177, 264), (32482, 176, 178, 225), (32604, 176, 179, 253), (32627, 176, 180, 184), (32857, 176, 182, 233), (33062, 176, 184, 260), (33156, 176, 185, 267), (33184, 176, 186, 209), (33363, 176, 188, 219), (33388, 176, 188, 244), (33520, 176, 190, 211), (33673, 176, 192, 203), (33729, 176, 192, 259), (33779, 176, 193, 230), (33957, 176, 195, 253), (34030, 176, 196, 250), (34148, 176, 198, 219), (34173, 176, 198, 244), (34343, 176, 200, 269), (34345, 176, 200, 271), (34529, 176, 203, 245), (34560, 176, 204, 208), (34613, 176, 204, 261), (34620, 176, 204, 268), (34669, 176, 205, 250), (34800, 176, 207, 250), (34852, 176, 208, 238), (34924, 176, 209, 247), (35032, 176, 211, 232), (35475, 176, 219, 223), (35556, 176, 220, 252), (35768, 176, 224, 266), (35772, 176, 224, 270), (35784, 176, 225, 235), (35970, 176, 229, 243), (36180, 176, 234, 253), (36240, 176, 236, 240), (36245, 176, 236, 245), (36337, 176, 238, 268), (434, 177, 2, 164), (467, 177, 2, 197), (545, 177, 3, 6), (619, 177, 3, 80), (853, 177, 4, 46), (970, 177, 4, 163), (1135, 177, 5, 61), (1178, 177, 5, 104), (1476, 177, 6, 136), (1706, 177, 7, 101), (1886, 177, 8, 17), (2099, 177, 8, 230), (2194, 177, 9, 62), (2385, 177, 9, 253), (2834, 177, 11, 179), (2850, 177, 11, 195), (3083, 177, 12, 168), (3182, 177, 12, 267), (3680, 177, 14, 248), (3702, 177, 14, 270), (3955, 177, 15, 266), (4138, 177, 16, 193), (4209, 177, 16, 264), (4382, 177, 17, 182), (4661, 177, 18, 207), (4718, 177, 18, 264), (4879, 177, 19, 172), (4962, 177, 19, 255), (5669, 177, 22, 210), (5855, 177, 23, 147), (6241, 177, 25, 38), (6445, 177, 25, 242), (6492, 177, 26, 43), (6636, 177, 26, 187), (6793, 177, 27, 99), (6948, 177, 27, 254), (7209, 177, 28, 271), (7670, 177, 30, 247), (7680, 177, 30, 257), (7874, 177, 31, 208), (7934, 177, 31, 268), (8119, 177, 32, 213), (8135, 177, 32, 229), (8249, 177, 33, 104), (8312, 177, 33, 167), (8579, 177, 34, 196), (8588, 177, 34, 205), (8657, 177, 35, 37), (8757, 177, 35, 137), (9309, 177, 37, 218), (9456, 177, 38, 131), (9764, 177, 39, 206), (9899, 177, 40, 108), (10051, 177, 40, 260), (10107, 177, 41, 85), (10255, 177, 41, 233), (10344, 177, 42, 91), (10438, 177, 42, 185), (10528, 177, 43, 46), (10760, 177, 44, 50), (10941, 177, 44, 231), (11129, 177, 45, 192), (11471, 177, 47, 83), (11634, 177, 47, 246), (11766, 177, 48, 154), (11849, 177, 48, 237), (12011, 177, 49, 176), (12021, 177, 49, 186), (12178, 177, 50, 121), (12544, 177, 51, 266), (12548, 177, 51, 270), (12636, 177, 52, 137), (12958, 177, 53, 240), (12963, 177, 53, 245), (13028, 177, 54, 92), (13096, 177, 54, 160), (13393, 177, 55, 240), (13405, 177, 55, 252), (13479, 177, 56, 110), (13503, 177, 56, 134), (13763, 177, 57, 179), (13818, 177, 57, 234), (14067, 177, 58, 269), (14071, 177, 59, 60), (14160, 177, 59, 149), (14367, 177, 60, 144), (14652, 177, 61, 218), (14791, 177, 62, 146), (15041, 177, 63, 187), (15074, 177, 63, 220), (15210, 177, 64, 148), (15271, 177, 64, 209), (15359, 177, 65, 89), (15386, 177, 65, 116), (15698, 177, 66, 222), (15704, 177, 66, 228), (15762, 177, 67, 80), (15940, 177, 67, 258), (16277, 177, 69, 188), (16287, 177, 69, 198), (16552, 177, 70, 261), (16562, 177, 70, 271), (16703, 177, 71, 211), (16819, 177, 72, 126), (16939, 177, 72, 246), (17111, 177, 73, 219), (17136, 177, 73, 244), (17630, 177, 76, 147), (17642, 177, 76, 159), (17948, 177, 77, 269), (18009, 177, 78, 135), (18040, 177, 78, 166), (18190, 177, 79, 123), (18191, 177, 79, 124), (18594, 177, 81, 144), (18650, 177, 81, 200), (18754, 177, 82, 114), (18814, 177, 82, 174), (19027, 177, 83, 197), (19107, 177, 84, 89), (19218, 177, 84, 200), (19462, 177, 85, 256), (19480, 177, 86, 88), (19562, 177, 86, 170), (19700, 177, 87, 123), (19717, 177, 87, 140), (19950, 177, 88, 189), (20225, 177, 90, 99), (20327, 177, 90, 201), (20452, 177, 91, 145), (20714, 177, 92, 227), (21150, 177, 95, 129), (21194, 177, 95, 173), (21494, 177, 97, 122), (21637, 177, 97, 265), (21726, 177, 98, 180), (21783, 177, 98, 237), (21999, 177, 100, 108), (22125, 177, 100, 234), (22267, 177, 101, 205), (22341, 177, 102, 109), (22412, 177, 102, 180), (22866, 177, 105, 129), (22967, 177, 105, 230), (23099, 177, 106, 196), (23110, 177, 106, 207), (23237, 177, 107, 169), (23513, 177, 109, 118), (23747, 177, 110, 190), (24186, 177, 113, 148), (24415, 177, 114, 219), (24736, 177, 116, 225), (24909, 177, 117, 243), (24928, 177, 117, 262), (25081, 177, 118, 260), (25231, 177, 119, 256), (25269, 177, 120, 142), (25298, 177, 120, 171), (25430, 177, 121, 149), (25561, 177, 122, 130), (25889, 177, 124, 161), (26014, 177, 125, 139), (26029, 177, 125, 154), (26247, 177, 126, 224), (26352, 177, 127, 184), (26516, 177, 128, 203), (26549, 177, 128, 236), (26866, 177, 130, 268), (26879, 177, 131, 139), (27116, 177, 132, 235), (27198, 177, 133, 176), (27231, 177, 133, 209), (27305, 177, 134, 145), (27540, 177, 135, 242), (27625, 177, 136, 191), (27887, 177, 138, 184), (28183, 177, 140, 214), (28475, 177, 142, 245), (28896, 177, 146, 155), (29412, 177, 150, 174), (29420, 177, 150, 182), (29674, 177, 152, 195), (29727, 177, 152, 248), (29758, 177, 153, 160), (30036, 177, 155, 202), (30271, 177, 157, 206), (30316, 177, 157, 251), (30368, 177, 158, 189), (30402, 177, 158, 223), (30531, 177, 159, 238), (30678, 177, 161, 162), (30794, 177, 162, 168), (30947, 177, 163, 211), (31083, 177, 164, 239), (31326, 177, 166, 267), (31380, 177, 167, 216), (31767, 177, 171, 192), (31907, 177, 172, 231), (32025, 177, 173, 250), (32340, 177, 177, 177), (32413, 177, 177, 250), (32770, 177, 181, 236), (32917, 177, 183, 203), (32973, 177, 183, 259), (33141, 177, 185, 252), (33238, 177, 186, 263), (33359, 177, 188, 215), (33558, 177, 190, 249), (33643, 177, 191, 253), (33866, 177, 194, 239), (33889, 177, 194, 262), (34215, 177, 199, 213), (34235, 177, 199, 233), (34577, 177, 204, 225), (34840, 177, 208, 226), (34956, 177, 210, 217), (35218, 177, 214, 241), (35257, 177, 215, 223), (35396, 177, 217, 251), (35532, 177, 220, 228), (35760, 177, 224, 258), (35856, 177, 226, 261), (35981, 177, 229, 254), (36099, 177, 232, 249), (36430, 177, 241, 265), (36468, 177, 243, 244), (36593, 177, 247, 263), (36751, 177, 255, 257), (193, 178, 1, 193), (207, 178, 1, 207), (264, 178, 1, 264), (536, 178, 2, 266), (540, 178, 2, 270), (808, 178, 3, 269), (955, 178, 4, 148), (1016, 178, 4, 209), (1509, 178, 6, 169), (1538, 178, 6, 198), (1647, 178, 7, 42), (1661, 178, 7, 56), (1750, 178, 7, 145), (1978, 178, 8, 109), (2049, 178, 8, 180), (2129, 178, 8, 260), (2320, 178, 9, 188), (2330, 178, 9, 198), (2355, 178, 9, 223), (4278, 178, 17, 78), (4368, 178, 17, 168), (4467, 178, 17, 267), (6814, 178, 27, 120), (6886, 178, 27, 192), (9156, 178, 37, 65), (9316, 178, 37, 225), (9454, 178, 38, 129), (9498, 178, 38, 173), (9502, 178, 38, 177), (10338, 178, 42, 85), (10372, 178, 42, 119), (10630, 178, 43, 148), (11596, 178, 47, 208), (11649, 178, 47, 261), (11656, 178, 47, 268), (12149, 178, 50, 92), (12217, 178, 50, 160), (13565, 178, 56, 196), (13574, 178, 56, 205), (14383, 178, 60, 160), (14390, 178, 60, 167), (14499, 178, 61, 65), (14518, 178, 61, 84), (14659, 178, 61, 225), (15374, 178, 65, 104), (15951, 178, 67, 269), (15953, 178, 67, 271), (16901, 178, 72, 208), (16954, 178, 72, 261), (16964, 178, 72, 271), (17071, 178, 73, 179), (17087, 178, 73, 195), (17126, 178, 73, 234), (18003, 178, 78, 129), (18104, 178, 78, 230), (18149, 178, 79, 82), (18286, 178, 79, 219), (18311, 178, 79, 244), (18428, 178, 80, 169), (18554, 178, 81, 104), (18617, 178, 81, 167), (18801, 178, 82, 161), (18808, 178, 82, 168), (19096, 178, 83, 266), (19122, 178, 84, 104), (19185, 178, 84, 167), (19446, 178, 85, 240), (19458, 178, 85, 252), (19519, 178, 86, 127), (19530, 178, 86, 138), (19594, 178, 86, 202), (19694, 178, 87, 117), (19796, 178, 87, 219), (19821, 178, 87, 244), (20273, 178, 90, 147), (20318, 178, 90, 192), (20636, 178, 92, 149), (20718, 178, 92, 231), (21175, 178, 95, 154), (21201, 178, 95, 180), (21258, 178, 95, 237), (22580, 178, 103, 178), (22637, 178, 103, 235), (22846, 178, 105, 109), (22917, 178, 105, 180), (22974, 178, 105, 237), (23346, 178, 108, 114), (23406, 178, 108, 174), (23414, 178, 108, 182), (23577, 178, 109, 182), (24375, 178, 114, 179), (24430, 178, 114, 234), (24880, 178, 117, 214), (24931, 178, 117, 265), (25120, 178, 119, 145), (25227, 178, 119, 252), (25340, 178, 120, 213), (25356, 178, 120, 229), (25595, 178, 122, 164), (25625, 178, 122, 194), (25628, 178, 122, 197), (26361, 178, 127, 193), (26698, 178, 129, 242), (27703, 178, 136, 269), (27728, 178, 137, 159), (27794, 178, 137, 225), (27892, 178, 138, 189), (28010, 178, 139, 173), (28014, 178, 139, 177), (28087, 178, 139, 250), (28820, 178, 145, 205), (28929, 178, 146, 188), (28930, 178, 146, 189), (28964, 178, 146, 223), (29203, 178, 148, 211), (29275, 178, 149, 160), (29399, 178, 150, 161), (29406, 178, 150, 168), (29505, 178, 150, 267), (29537, 178, 151, 178), (29594, 178, 151, 235), (29893, 178, 154, 177), (29966, 178, 154, 250), (30160, 178, 156, 210), (30185, 178, 156, 235), (30735, 178, 161, 219), (31109, 178, 164, 265), (31112, 178, 164, 268), (31563, 178, 169, 191), (32017, 178, 173, 242), (32107, 178, 174, 234), (32133, 178, 174, 260), (32279, 178, 176, 211), (32435, 178, 178, 178), (32594, 178, 179, 243), (32884, 178, 182, 260), (33335, 178, 188, 191), (33429, 178, 189, 202), (33505, 178, 190, 196), (33514, 178, 190, 205), (33516, 178, 190, 207), (33588, 178, 191, 198), (33699, 178, 192, 229), (33761, 178, 193, 212), (33841, 178, 194, 214), (33892, 178, 194, 265), (33947, 178, 195, 243), (33966, 178, 195, 262), (34012, 178, 196, 232), (34063, 178, 197, 208), (34123, 178, 197, 268), (34438, 178, 202, 223), (34490, 178, 203, 206), (34494, 178, 203, 210), (34535, 178, 203, 251), (34721, 178, 206, 236), (34782, 178, 207, 232), (34888, 178, 209, 211), (34998, 178, 210, 259), (35124, 178, 212, 264), (35159, 178, 213, 240), (35164, 178, 213, 245), (35221, 178, 214, 244), (35763, 178, 224, 261), (35773, 178, 224, 271), (35972, 178, 229, 245), (36011, 178, 230, 242), (36036, 178, 230, 267), (36114, 178, 232, 264), (36129, 178, 233, 240), (36134, 178, 233, 245), (36141, 178, 233, 252), (36251, 178, 236, 251), (36285, 178, 237, 250), (36350, 178, 239, 248), (36368, 178, 239, 266), (36372, 178, 239, 270), (36472, 178, 243, 248), (36616, 178, 248, 262), (36679, 178, 251, 259), (36855, 178, 262, 270), (1866, 179, 7, 261), (1876, 179, 7, 271), (18043, 179, 78, 169), (18072, 179, 78, 198), (18153, 179, 79, 86), (18256, 179, 79, 189), (19475, 179, 85, 269), (19479, 179, 86, 87), (23427, 179, 108, 195), (23480, 179, 108, 248), (23661, 179, 109, 266), (23665, 179, 109, 270), (25246, 179, 119, 271), (25638, 179, 122, 207), (25695, 179, 122, 264), (30705, 179, 161, 189), (30739, 179, 161, 223), (31457, 179, 168, 188), (31492, 179, 168, 223), (31614, 179, 169, 242), (32530, 179, 179, 179), (32585, 179, 179, 234), (32709, 179, 180, 266), (33411, 179, 188, 267); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (33763, 179, 193, 214), (33814, 179, 193, 265), (33938, 179, 195, 234), (33988, 179, 196, 208), (34048, 179, 196, 268), (34196, 179, 198, 267), (34627, 179, 205, 208), (34680, 179, 205, 261), (34818, 179, 207, 268), (36158, 179, 233, 269), (36614, 179, 248, 260), (36834, 179, 260, 270), (36867, 179, 264, 265), (9433, 180, 38, 108), (9504, 180, 38, 179), (9559, 180, 38, 234), (18053, 180, 78, 179), (18069, 180, 78, 195), (18122, 180, 78, 248), (18333, 180, 79, 266), (19661, 180, 86, 269), (23371, 180, 108, 139), (23386, 180, 108, 154), (23549, 180, 109, 154), (23575, 180, 109, 180), (23632, 180, 109, 237), (25600, 180, 122, 169), (28071, 180, 139, 234), (28097, 180, 139, 260), (29976, 180, 154, 260), (30782, 180, 161, 266), (30786, 180, 161, 270), (31517, 180, 168, 248), (31535, 180, 168, 266), (31539, 180, 168, 270), (31580, 180, 169, 208), (31640, 180, 169, 268), (32593, 180, 179, 242), (32623, 180, 180, 180), (32680, 180, 180, 237), (33352, 180, 188, 208), (33405, 180, 188, 261), (33415, 180, 188, 271), (33496, 180, 189, 269), (33498, 180, 189, 271), (33946, 180, 195, 242), (33971, 180, 195, 267), (34137, 180, 198, 208), (34190, 180, 198, 261), (34197, 180, 198, 268), (35715, 180, 223, 261), (35725, 180, 223, 271), (36169, 180, 234, 242), (36295, 180, 237, 260), (36621, 180, 248, 267), (36890, 180, 267, 270), (290, 181, 2, 20), (363, 181, 2, 93), (579, 181, 3, 40), (639, 181, 3, 100), (1138, 181, 5, 64), (1207, 181, 5, 133), (1897, 181, 8, 28), (1939, 181, 8, 70), (2637, 181, 10, 243), (2656, 181, 10, 262), (2717, 181, 11, 62), (2908, 181, 11, 253), (2997, 181, 12, 82), (3134, 181, 12, 219), (3247, 181, 13, 73), (3288, 181, 13, 114), (3587, 181, 14, 155), (3873, 181, 15, 184), (3968, 181, 16, 23), (3990, 181, 16, 45), (4323, 181, 17, 123), (4324, 181, 17, 124), (4477, 181, 18, 23), (4530, 181, 18, 76), (5041, 181, 20, 83), (5458, 181, 21, 249), (5574, 181, 22, 115), (6029, 181, 24, 73), (6199, 181, 24, 243), (6320, 181, 25, 117), (6397, 181, 25, 194), (7120, 181, 28, 182), (7475, 181, 30, 52), (7644, 181, 30, 221), (7761, 181, 31, 95), (7916, 181, 31, 250), (7965, 181, 32, 59), (8027, 181, 32, 121), (8209, 181, 33, 64), (8258, 181, 33, 113), (8587, 181, 34, 204), (8621, 181, 34, 238), (8669, 181, 35, 49), (8883, 181, 35, 263), (9095, 181, 36, 239), (9118, 181, 36, 262), (9669, 181, 39, 111), (9670, 181, 39, 112), (9858, 181, 40, 67), (10166, 181, 41, 144), (10222, 181, 41, 200), (10809, 181, 44, 99), (10964, 181, 44, 254), (11436, 181, 47, 48), (11486, 181, 47, 98), (11809, 181, 48, 197), (12053, 181, 49, 218), (12462, 181, 51, 184), (12762, 181, 52, 263), (12806, 181, 53, 88), (12876, 181, 53, 158), (13030, 181, 54, 94), (13032, 181, 54, 96), (13311, 181, 55, 158), (13368, 181, 55, 215), (13720, 181, 57, 136), (13837, 181, 57, 253), (13972, 181, 58, 174), (13980, 181, 58, 182), (14210, 181, 59, 199), (14797, 181, 62, 152), (15800, 181, 67, 118), (15996, 181, 68, 110), (16135, 181, 68, 249), (16180, 181, 69, 91), (16274, 181, 69, 185), (16396, 181, 70, 105), (16624, 181, 71, 132), (16791, 181, 72, 98), (16795, 181, 72, 102), (17173, 181, 74, 83), (17336, 181, 74, 246), (17398, 181, 75, 111), (17514, 181, 75, 227), (17589, 181, 76, 106), (17793, 181, 77, 114), (17853, 181, 77, 174), (18802, 181, 82, 162), (19903, 181, 88, 142), (20200, 181, 89, 256), (20905, 181, 93, 239), (20997, 181, 94, 153), (21247, 181, 95, 226), (21424, 181, 96, 227), (21545, 181, 97, 173), (21549, 181, 97, 177), (21891, 181, 99, 172), (22027, 181, 100, 136), (22178, 181, 101, 116), (22266, 181, 101, 204), (22456, 181, 102, 224), (22963, 181, 105, 226), (23141, 181, 106, 238), (23178, 181, 107, 110), (23202, 181, 107, 134), (24035, 181, 112, 157), (24254, 181, 113, 216), (24570, 181, 115, 217), (24801, 181, 117, 135), (25045, 181, 118, 224), (25535, 181, 121, 254), (25810, 181, 123, 230), (25878, 181, 124, 150), (26039, 181, 125, 164), (26072, 181, 125, 197), (26494, 181, 128, 181), (26535, 181, 128, 222), (26596, 181, 129, 140), (26697, 181, 129, 241), (26775, 181, 130, 177), (26848, 181, 130, 250), (26904, 181, 131, 164), (26934, 181, 131, 194), (27056, 181, 132, 175), (27240, 181, 133, 218), (27542, 181, 135, 244), (28199, 181, 140, 230), (28253, 181, 141, 153), (28316, 181, 141, 216), (28400, 181, 142, 170), (28517, 181, 143, 157), (28577, 181, 143, 217), (28687, 181, 144, 199), (29400, 181, 150, 162), (29634, 181, 152, 155), (31278, 181, 166, 219), (31303, 181, 166, 244), (31645, 181, 170, 171), (31877, 181, 172, 201), (32016, 181, 173, 241), (32145, 181, 175, 22), (32715, 181, 181, 181), (32936, 181, 183, 222), (32942, 181, 183, 228), (33104, 181, 185, 215), (34330, 181, 200, 256), (34400, 181, 201, 255), (35610, 181, 221, 255), (224, 182, 1, 224), (399, 182, 2, 129), (443, 182, 2, 173), (729, 182, 3, 190), (771, 182, 3, 232), (1159, 182, 5, 85), (1307, 182, 5, 233), (1559, 182, 6, 219), (1584, 182, 6, 244), (1640, 182, 7, 35), (1657, 182, 7, 52), (1983, 182, 8, 114), (2043, 182, 8, 174), (2249, 182, 9, 117), (2326, 182, 9, 194), (2693, 182, 11, 38), (2897, 182, 11, 242), (3176, 182, 12, 261), (3186, 182, 12, 271), (3571, 182, 14, 139), (3586, 182, 14, 154), (3869, 182, 15, 180), (3926, 182, 15, 237), (4326, 182, 17, 126), (4446, 182, 17, 246), (4783, 182, 19, 76), (4945, 182, 19, 238), (5317, 182, 21, 108), (5469, 182, 21, 260), (5525, 182, 22, 66), (5758, 182, 23, 50), (5939, 182, 23, 231), (6325, 182, 25, 122), (6471, 182, 25, 268), (6541, 182, 26, 92), (6609, 182, 26, 160), (6748, 182, 27, 54), (6847, 182, 27, 153), (7290, 182, 29, 109), (7441, 182, 29, 260), (7629, 182, 30, 206), (8099, 182, 32, 193), (8358, 182, 33, 213), (8378, 182, 33, 233), (8552, 182, 34, 169), (8581, 182, 34, 198), (8739, 182, 35, 119), (9206, 182, 37, 115), (9234, 182, 37, 143), (9477, 182, 38, 152), (9761, 182, 39, 203), (9817, 182, 39, 259), (9959, 182, 40, 168), (10058, 182, 40, 267), (10108, 182, 41, 86), (10211, 182, 41, 189), (10315, 182, 42, 62), (10408, 182, 42, 155), (10987, 182, 45, 50), (11086, 182, 45, 149), (11323, 182, 46, 160), (11515, 182, 47, 127), (11526, 182, 47, 138), (11699, 182, 48, 87), (11826, 182, 48, 214), (12045, 182, 49, 210), (12086, 182, 49, 251), (12432, 182, 51, 154), (12515, 182, 51, 237), (12704, 182, 52, 205), (12799, 182, 53, 81), (12802, 182, 53, 84), (13026, 182, 54, 90), (13218, 182, 55, 65), (13237, 182, 55, 84), (13505, 182, 56, 136), (13622, 182, 56, 253), (13662, 182, 57, 78), (13826, 182, 57, 242), (14159, 182, 59, 148), (14365, 182, 60, 142), (14394, 182, 60, 171), (14549, 182, 61, 115), (14609, 182, 61, 175), (14790, 182, 62, 145), (14946, 182, 63, 92), (15297, 182, 64, 235), (15455, 182, 65, 185), (15608, 182, 66, 132), (15748, 182, 67, 1), (15914, 182, 67, 232), (15994, 182, 68, 108), (16120, 182, 68, 234), (16284, 182, 69, 195), (16337, 182, 69, 248), (16596, 182, 71, 104), (16659, 182, 71, 167), (16820, 182, 72, 127), (16905, 182, 72, 212), (16987, 182, 73, 95), (16997, 182, 73, 105), (17443, 182, 75, 156), (17546, 182, 75, 259), (17714, 182, 76, 231), (17974, 182, 78, 100), (18165, 182, 79, 98), (18169, 182, 79, 102), (18341, 182, 80, 82), (18478, 182, 80, 219), (18592, 182, 81, 142), (18898, 182, 82, 258), (18959, 182, 83, 129), (19060, 182, 83, 230), (19424, 182, 85, 218), (19591, 182, 86, 199), (19675, 182, 87, 98), (20027, 182, 88, 266), (20120, 182, 89, 176), (20130, 182, 89, 186), (20353, 182, 90, 227), (20532, 182, 91, 225), (20947, 182, 94, 103), (20995, 182, 94, 151), (21264, 182, 95, 243), (21300, 182, 96, 103), (21353, 182, 96, 156), (21926, 182, 99, 207), (21983, 182, 99, 264), (22158, 182, 100, 267), (22250, 182, 101, 188), (22260, 182, 101, 198), (22393, 182, 102, 161), (22745, 182, 104, 175), (22851, 182, 105, 114), (23072, 182, 106, 169), (23247, 182, 107, 179), (23302, 182, 107, 234), (23560, 182, 109, 165), (23704, 182, 110, 147), (23716, 182, 110, 159), (24015, 182, 112, 137), (24216, 182, 113, 178), (24273, 182, 113, 235), (24697, 182, 116, 186), (24758, 182, 116, 247), (24857, 182, 117, 191), (24982, 182, 118, 161), (24989, 182, 118, 168), (25193, 182, 119, 218), (25562, 182, 122, 131), (25849, 182, 123, 269), (25997, 182, 124, 269), (26089, 182, 125, 214), (26140, 182, 125, 265), (26173, 182, 126, 150), (27005, 182, 131, 265), (27101, 182, 132, 220), (27232, 182, 133, 210), (27319, 182, 134, 159), (27506, 182, 135, 208), (27566, 182, 135, 268), (27624, 182, 136, 190), (27712, 182, 137, 143), (27900, 182, 138, 197), (27989, 182, 139, 152), (28251, 182, 141, 151), (28278, 182, 141, 178), (28636, 182, 144, 148), (28697, 182, 144, 209), (28868, 182, 145, 253), (28905, 182, 146, 164), (28935, 182, 146, 194), (29117, 182, 147, 249), (29286, 182, 149, 171), (29496, 182, 150, 258), (29827, 182, 153, 229), (30086, 182, 155, 252), (30268, 182, 157, 203), (30301, 182, 157, 236), (30445, 182, 158, 266), (30449, 182, 158, 270), (30897, 182, 162, 271), (30903, 182, 163, 167), (31046, 182, 164, 202), (31132, 182, 165, 180), (31267, 182, 166, 208), (31320, 182, 166, 261), (32014, 182, 173, 239), (32055, 182, 174, 182), (32268, 182, 176, 200), (32402, 182, 177, 239), (32425, 182, 177, 262), (32806, 182, 182, 182), (33042, 182, 184, 240), (33047, 182, 184, 245), (33114, 182, 185, 225), (33483, 182, 189, 256), (33634, 182, 191, 244), (33803, 182, 193, 254), (33981, 182, 196, 201), (34001, 182, 196, 221), (34057, 182, 197, 202), (34283, 182, 200, 209), (34352, 182, 201, 207), (34599, 182, 204, 247), (34609, 182, 204, 257), (34640, 182, 205, 221), (34748, 182, 206, 263), (35084, 182, 212, 224), (35135, 182, 213, 216), (35282, 182, 215, 248), (35304, 182, 215, 270), (35319, 182, 216, 229), (35381, 182, 217, 236), (35710, 182, 223, 256), (36015, 182, 230, 246), (36326, 182, 238, 257), (36474, 182, 243, 250), (36661, 182, 250, 262), (36683, 182, 251, 263), (36741, 182, 254, 264), (283, 183, 2, 13), (294, 183, 2, 24), (298, 183, 2, 28), (328, 183, 2, 58), (340, 183, 2, 70), (347, 183, 2, 77), (496, 183, 2, 226), (553, 183, 3, 14), (554, 183, 3, 15), (560, 183, 3, 21), (568, 183, 3, 29), (590, 183, 3, 51), (691, 183, 3, 152), (704, 183, 3, 165), (1104, 183, 5, 30), (1118, 183, 5, 44), (1133, 183, 5, 59), (1195, 183, 5, 121), (1218, 183, 5, 144), (1246, 183, 5, 172), (1329, 183, 5, 255), (1350, 183, 6, 10), (1360, 183, 6, 20), (1364, 183, 6, 24), (1376, 183, 6, 36), (1414, 183, 6, 74), (1433, 183, 6, 93), (1966, 183, 8, 97), (1992, 183, 8, 123), (1993, 183, 8, 124), (1999, 183, 8, 130), (2009, 183, 8, 140), (2031, 183, 8, 162), (2110, 183, 8, 241), (2152, 183, 9, 20), (2168, 183, 9, 36), (2206, 183, 9, 74), (2225, 183, 9, 93), (2474, 183, 10, 80), (2477, 183, 10, 83), (2520, 183, 10, 126), (2585, 183, 10, 191), (2640, 183, 10, 246), (2652, 183, 10, 258), (2702, 183, 11, 47), (2722, 183, 11, 67), (2727, 183, 11, 72), (2819, 183, 11, 164), (2849, 183, 11, 194), (2852, 183, 11, 197), (2879, 183, 11, 224), (3010, 183, 12, 95), (3020, 183, 12, 105), (3044, 183, 12, 129), (3088, 183, 12, 173), (3092, 183, 12, 177), (3145, 183, 12, 230), (3165, 183, 12, 250), (3254, 183, 13, 80), (3257, 183, 13, 83), (3300, 183, 13, 126), (3413, 183, 13, 239), (3420, 183, 13, 246), (3432, 183, 13, 258), (3479, 183, 14, 47), (3499, 183, 14, 67), (3504, 183, 14, 72), (3568, 183, 14, 136), (3629, 183, 14, 197), (3656, 183, 14, 224), (3751, 183, 15, 62), (3756, 183, 15, 67), (3761, 183, 15, 72), (3825, 183, 15, 136), (3913, 183, 15, 224), (3942, 183, 15, 253), (3998, 183, 16, 53), (4000, 183, 16, 55), (4036, 183, 16, 91), (4055, 183, 16, 110), (4079, 183, 16, 134), (4130, 183, 16, 185), (4194, 183, 16, 249), (4225, 183, 17, 25), (4248, 183, 17, 48), (4298, 183, 17, 98), (4325, 183, 17, 125), (4331, 183, 17, 131), (4335, 183, 17, 135), (4366, 183, 17, 166), (4507, 183, 18, 53), (4509, 183, 18, 55), (4545, 183, 18, 91), (4564, 183, 18, 110), (4588, 183, 18, 134), (4596, 183, 18, 142), (4639, 183, 18, 185), (5038, 183, 20, 80), (5104, 183, 20, 146), (5149, 183, 20, 191), (5160, 183, 20, 202), (5216, 183, 20, 258), (5271, 183, 21, 62), (5345, 183, 21, 136), (5364, 183, 21, 155), (5393, 183, 21, 184), (5462, 183, 21, 253), (5485, 183, 22, 26), (5505, 183, 22, 46), (5522, 183, 22, 63), (5587, 183, 22, 128), (5640, 183, 22, 181), (5681, 183, 22, 222), (5687, 183, 22, 228), (5740, 183, 23, 32), (5749, 183, 23, 41), (5809, 183, 23, 101), (5907, 183, 23, 199), (5962, 183, 23, 254), (5964, 183, 23, 256), (6036, 183, 24, 80), (6039, 183, 24, 83), (6082, 183, 24, 126), (6202, 183, 24, 246), (6214, 183, 24, 258), (6285, 183, 25, 82), (6332, 183, 25, 129), (6353, 183, 25, 150), (6376, 183, 25, 173), (6380, 183, 25, 177), (6433, 183, 25, 230), (6488, 183, 26, 39), (6524, 183, 26, 75), (6545, 183, 26, 96), (6581, 183, 26, 132), (6606, 183, 26, 157), (6666, 183, 26, 217), (7011, 183, 28, 73), (7021, 183, 28, 83), (7177, 183, 28, 239), (7181, 183, 28, 243), (7184, 183, 28, 246), (7200, 183, 28, 262), (7243, 183, 29, 62), (7248, 183, 29, 67), (7317, 183, 29, 136), (7336, 183, 29, 155), (7434, 183, 29, 253), (7456, 183, 30, 33), (7477, 183, 30, 54), (7534, 183, 30, 111), (7576, 183, 30, 153), (7639, 183, 30, 216), (7650, 183, 30, 227), (7739, 183, 31, 73), (7780, 183, 31, 114), (7840, 183, 31, 174), (7848, 183, 31, 182), (7905, 183, 31, 239), (7909, 183, 31, 243), (7928, 183, 31, 262), (7951, 183, 32, 45), (7982, 183, 32, 76), (7995, 183, 32, 89), (8022, 183, 32, 116), (8110, 183, 32, 204), (8144, 183, 32, 238), (8189, 183, 33, 44), (8204, 183, 33, 59), (8266, 183, 33, 121), (8317, 183, 33, 172), (8400, 183, 33, 255), (8408, 183, 33, 263), (8428, 183, 34, 45), (8436, 183, 34, 53), (8438, 183, 34, 55), (8474, 183, 34, 91), (8525, 183, 34, 142), (8554, 183, 34, 171), (8568, 183, 34, 185), (8664, 183, 35, 44), (8679, 183, 35, 59), (8709, 183, 35, 89), (8741, 183, 35, 121), (8764, 183, 35, 144), (8792, 183, 35, 172), (8820, 183, 35, 200), (8936, 183, 36, 80), (8982, 183, 36, 126), (9047, 183, 36, 191), (9102, 183, 36, 246), (9114, 183, 36, 258), (9604, 183, 39, 46), (9621, 183, 39, 63), (9629, 183, 39, 71), (9721, 183, 39, 163), (9733, 183, 39, 175), (9786, 183, 39, 228), (9838, 183, 40, 47), (9908, 183, 40, 117), (9955, 183, 40, 164), (9985, 183, 40, 194), (9988, 183, 40, 197), (10010, 183, 40, 219), (10035, 183, 40, 244), (10067, 183, 41, 45), (10098, 183, 41, 76), (10164, 183, 41, 142), (10193, 183, 41, 171), (10226, 183, 41, 204), (10260, 183, 41, 238), (10762, 183, 44, 52), (10863, 183, 44, 153), (10926, 183, 44, 216), (10928, 183, 44, 218), (11038, 183, 45, 101), (11136, 183, 45, 199), (11193, 183, 45, 256), (11238, 183, 46, 75), (11257, 183, 46, 94), (11259, 183, 46, 96), (11320, 183, 46, 157), (11380, 183, 46, 217), (11439, 183, 47, 51), (11445, 183, 47, 57), (11488, 183, 47, 100), (11540, 183, 47, 152), (11694, 183, 48, 82), (11729, 183, 48, 117), (11762, 183, 48, 150), (11831, 183, 48, 219), (11842, 183, 48, 230), (11856, 183, 48, 244), (11889, 183, 49, 54), (11946, 183, 49, 111), (11947, 183, 49, 112), (11978, 183, 49, 143), (11988, 183, 49, 153), (12051, 183, 49, 216), (12062, 183, 49, 227), (12345, 183, 51, 67), (12350, 183, 51, 72), (12414, 183, 51, 136), (12502, 183, 51, 224), (12531, 183, 51, 253), (12558, 183, 52, 59), (12588, 183, 52, 89), (12615, 183, 52, 116), (12620, 183, 52, 121), (12643, 183, 52, 144), (12699, 183, 52, 200), (12819, 183, 53, 101), (12824, 183, 53, 106), (12974, 183, 53, 256), (13000, 183, 54, 64), (13069, 183, 54, 133), (13108, 183, 54, 172), (13191, 183, 54, 255), (13199, 183, 54, 263), (13254, 183, 55, 101), (13259, 183, 55, 106), (13656, 183, 57, 72), (13701, 183, 57, 117), (13748, 183, 57, 164), (13778, 183, 57, 194), (13781, 183, 57, 197), (13808, 183, 57, 224), (13881, 183, 58, 83), (13924, 183, 58, 126), (14037, 183, 58, 239), (14041, 183, 58, 243), (14044, 183, 58, 246), (14060, 183, 58, 262), (14212, 183, 59, 201), (14229, 183, 59, 218), (14232, 183, 59, 221), (14713, 183, 62, 68), (14752, 183, 62, 107), (14810, 183, 62, 165), (14929, 183, 63, 75), (14986, 183, 63, 132), (15011, 183, 63, 157), (15071, 183, 63, 217), (15173, 183, 64, 111), (15174, 183, 64, 112), (15177, 183, 64, 115), (15205, 183, 64, 143), (15237, 183, 64, 175), (15289, 183, 64, 227), (15834, 183, 67, 152), (15847, 183, 67, 165), (16022, 183, 68, 136), (16041, 183, 68, 155), (16070, 183, 68, 184), (16139, 183, 68, 253), (16244, 183, 69, 155), (16273, 183, 69, 184), (16338, 183, 69, 249), (16364, 183, 70, 73), (16405, 183, 70, 114), (16530, 183, 70, 239), (16534, 183, 70, 243), (16553, 183, 70, 262), (16567, 183, 71, 75), (16586, 183, 71, 94), (16588, 183, 71, 96), (16605, 183, 71, 113), (16633, 183, 71, 141), (16649, 183, 71, 157), (16793, 183, 72, 100), (16845, 183, 72, 152), (16989, 183, 73, 97), (17022, 183, 73, 130), (17118, 183, 73, 226), (17133, 183, 73, 241), (17170, 183, 74, 80), (17228, 183, 74, 138), (17236, 183, 74, 146), (17281, 183, 74, 191), (17292, 183, 74, 202), (17402, 183, 75, 115), (17450, 183, 75, 163), (17462, 183, 75, 175), (17582, 183, 76, 99), (17682, 183, 76, 199), (17737, 183, 76, 254), (17739, 183, 76, 256), (17762, 183, 77, 83), (17805, 183, 77, 126), (17918, 183, 77, 239), (17925, 183, 77, 246), (17937, 183, 77, 258), (17941, 183, 77, 262), (18352, 183, 80, 93), (18738, 183, 82, 98), (18742, 183, 82, 102), (18758, 183, 82, 118), (18765, 183, 82, 125), (18771, 183, 82, 131), (19852, 183, 88, 91), (19871, 183, 88, 110), (19895, 183, 88, 134), (20010, 183, 88, 249), (20043, 183, 89, 99), (20145, 183, 89, 201), (20165, 183, 89, 221), (20198, 183, 89, 254), (20413, 183, 91, 106), (20477, 183, 91, 170), (20792, 183, 93, 126), (20812, 183, 93, 146), (20857, 183, 93, 191), (20924, 183, 93, 258), (20956, 183, 94, 112), (20959, 183, 94, 115), (20987, 183, 94, 143), (21007, 183, 94, 163), (21019, 183, 94, 175), (21144, 183, 95, 123), (21145, 183, 95, 124), (21161, 183, 95, 140), (21183, 183, 95, 162), (21187, 183, 95, 166), (21262, 183, 95, 241), (21312, 183, 96, 115), (21340, 183, 96, 143), (21360, 183, 96, 163), (21372, 183, 96, 175), (21477, 183, 97, 105), (21486, 183, 97, 114), (21546, 183, 97, 174), (21554, 183, 97, 182), (21615, 183, 97, 243), (21663, 183, 98, 117), (21696, 183, 98, 150), (21740, 183, 98, 194), (21765, 183, 98, 219), (21790, 183, 98, 244), (21835, 183, 99, 116), (21863, 183, 99, 144), (21919, 183, 99, 200), (21923, 183, 99, 204), (21957, 183, 99, 238), (22008, 183, 100, 117), (22055, 183, 100, 164), (22085, 183, 100, 194), (22088, 183, 100, 197), (22135, 183, 100, 244), (22204, 183, 101, 142), (22233, 183, 101, 171), (22247, 183, 101, 185), (22349, 183, 102, 117), (22382, 183, 102, 150), (22396, 183, 102, 164), (22426, 183, 102, 194), (22451, 183, 102, 219), (22476, 183, 102, 244), (22860, 183, 105, 123), (22861, 183, 105, 124), (22877, 183, 105, 140), (22899, 183, 105, 162), (22978, 183, 105, 241), (23037, 183, 106, 134), (23045, 183, 106, 142), (23074, 183, 106, 171), (23088, 183, 106, 185), (23223, 183, 107, 155), (23252, 183, 107, 184), (23321, 183, 107, 253), (23715, 183, 110, 158), (23727, 183, 110, 170), (23772, 183, 110, 215), (23831, 183, 111, 113), (23851, 183, 111, 133), (23859, 183, 111, 141), (23981, 183, 111, 263), (23991, 183, 112, 113), (24011, 183, 112, 133), (24019, 183, 112, 141), (24141, 183, 112, 263), (24153, 183, 113, 115), (24181, 183, 113, 143), (24213, 183, 113, 175), (24265, 183, 113, 227), (24326, 183, 114, 130), (24336, 183, 114, 140), (24422, 183, 114, 226), (24437, 183, 114, 241), (24486, 183, 115, 133), (24494, 183, 115, 141), (24710, 183, 116, 199), (24712, 183, 116, 201), (24732, 183, 116, 221), (24765, 183, 116, 254), (24784, 183, 117, 118), (24985, 183, 118, 164), (25015, 183, 118, 194), (25018, 183, 118, 197), (25040, 183, 118, 219), (25065, 183, 118, 244), (25497, 183, 121, 216), (25499, 183, 121, 218), (25502, 183, 121, 221), (25754, 183, 123, 174), (25757, 183, 123, 177), (25762, 183, 123, 182), (25830, 183, 123, 250), (25901, 183, 124, 173), (25905, 183, 124, 177), (25910, 183, 124, 182), (25978, 183, 124, 250), (26004, 183, 125, 129), (26025, 183, 125, 150), (26094, 183, 125, 219), (26105, 183, 125, 230), (26119, 183, 125, 244), (26445, 183, 128, 132), (26587, 183, 129, 131), (26591, 183, 129, 135), (26618, 183, 129, 162), (26622, 183, 129, 166), (26772, 183, 130, 174), (26780, 183, 130, 182), (26841, 183, 130, 243), (26860, 183, 130, 262), (26890, 183, 131, 150), (26913, 183, 131, 173), (26959, 183, 131, 219), (26970, 183, 131, 230), (27062, 183, 132, 181), (27064, 183, 132, 183), (27103, 183, 132, 222), (27109, 183, 132, 228), (27165, 183, 133, 143), (27175, 183, 133, 153), (27249, 183, 133, 227), (27318, 183, 134, 158), (27330, 183, 134, 170), (27448, 183, 135, 150), (27471, 183, 135, 173), (27475, 183, 135, 177), (27528, 183, 135, 230), (27548, 183, 135, 250), (27599, 183, 136, 165), (28143, 183, 140, 174), (28151, 183, 140, 182), (28219, 183, 140, 250), (28243, 183, 141, 143), (28263, 183, 141, 163), (28275, 183, 141, 175), (28486, 183, 142, 256), (28689, 183, 144, 201), (28706, 183, 144, 218), (28709, 183, 144, 221), (29643, 183, 152, 164), (29676, 183, 152, 197), (29703, 183, 152, 224), (29770, 183, 153, 172), (29853, 183, 153, 255), (29861, 183, 153, 263), (29999, 183, 155, 165), (30228, 183, 157, 163), (30287, 183, 157, 222), (30293, 183, 157, 228), (30363, 183, 158, 184), (30428, 183, 158, 249), (30799, 183, 162, 173), (30803, 183, 162, 177), (30876, 183, 162, 250), (30953, 183, 163, 217), (31176, 183, 165, 224), (31205, 183, 165, 253), (31232, 183, 166, 173), (31236, 183, 166, 177), (31289, 183, 166, 230), (31309, 183, 166, 250), (31659, 183, 170, 185), (31723, 183, 170, 249), (31774, 183, 171, 199), (31831, 183, 171, 256), (31892, 183, 172, 216), (31894, 183, 172, 218), (32099, 183, 174, 226), (32114, 183, 174, 241), (32751, 183, 181, 217), (32865, 183, 182, 241), (32897, 183, 183, 183), (33017, 183, 184, 215), (34206, 183, 199, 204), (34240, 183, 199, 238), (34275, 183, 200, 201), (34292, 183, 200, 218), (34295, 183, 200, 221), (34328, 183, 200, 254), (34349, 183, 201, 204), (34383, 183, 201, 238), (34573, 183, 204, 221), (34606, 183, 204, 254), (35283, 183, 215, 249), (35345, 183, 216, 255), (35353, 183, 216, 263), (35367, 183, 217, 222), (35373, 183, 217, 228), (35454, 183, 218, 255), (35834, 183, 226, 239), (35838, 183, 226, 243), (35857, 183, 226, 262), (35895, 183, 227, 255), (35903, 183, 227, 263), (36323, 183, 238, 254), (36325, 183, 238, 256), (32986, 184, 184, 184), (33074, 185, 185, 185), (33161, 186, 186, 186), (108, 187, 1, 108), (234, 187, 1, 234), (260, 187, 1, 260), (349, 187, 2, 79), (357, 187, 2, 87), (484, 187, 2, 214), (873, 187, 4, 66), (994, 187, 4, 187), (1027, 187, 4, 220), (1378, 187, 6, 38), (1418, 187, 6, 78), (1582, 187, 6, 242), (1624, 187, 7, 19), (1852, 187, 7, 247), (1862, 187, 7, 257), (2138, 187, 8, 269), (2140, 187, 8, 271), (2170, 187, 9, 38), (2271, 187, 9, 139), (2286, 187, 9, 154), (4903, 187, 19, 196), (4912, 187, 19, 205), (6842, 187, 27, 148), (9297, 187, 37, 206), (9342, 187, 37, 251), (9516, 187, 38, 191), (10501, 187, 42, 248), (10519, 187, 42, 266), (10523, 187, 42, 270), (10669, 187, 43, 187), (10702, 187, 43, 220), (12253, 187, 50, 196), (12264, 187, 50, 207), (12321, 187, 50, 264), (13548, 187, 56, 179), (13564, 187, 56, 195), (13617, 187, 56, 248), (14416, 187, 60, 193), (14487, 187, 60, 264), (14640, 187, 61, 206), (14644, 187, 61, 210), (14685, 187, 61, 251), (15356, 187, 65, 86), (15459, 187, 65, 189), (15493, 187, 65, 223), (15687, 187, 66, 211), (17014, 187, 73, 122), (17100, 187, 73, 208), (17160, 187, 73, 268), (17954, 187, 78, 80), (18132, 187, 78, 258), (18150, 187, 79, 83), (18313, 187, 79, 246), (18501, 187, 80, 242), (18526, 187, 80, 267), (18536, 187, 81, 86), (18643, 187, 81, 193), (18917, 187, 83, 87), (18991, 187, 83, 161), (19104, 187, 84, 86), (19207, 187, 84, 189), (19382, 187, 85, 176), (19392, 187, 85, 186), (19453, 187, 85, 247), (19816, 187, 87, 239), (20590, 187, 92, 103), (20638, 187, 92, 151), (20665, 187, 92, 178), (21290, 187, 95, 269), (22780, 187, 104, 210), (22821, 187, 104, 251), (23006, 187, 105, 269), (23444, 187, 108, 212), (23464, 187, 108, 232), (23522, 187, 109, 127), (23533, 187, 109, 138), (23607, 187, 109, 212), (24404, 187, 114, 208), (24457, 187, 114, 261), (24464, 187, 114, 268), (25161, 187, 119, 186), (25222, 187, 119, 247), (25232, 187, 119, 257), (25674, 187, 122, 243), (25693, 187, 122, 262), (26184, 187, 126, 161), (26191, 187, 126, 168), (26290, 187, 126, 267), (26348, 187, 127, 180), (26428, 187, 127, 260), (27775, 187, 137, 206), (27883, 187, 138, 180), (27940, 187, 138, 237), (27983, 187, 139, 146), (28028, 187, 139, 191), (28810, 187, 145, 195), (28863, 187, 145, 248), (28885, 187, 145, 270), (28895, 187, 146, 154), (28978, 187, 146, 237), (29037, 187, 147, 169), (29066, 187, 147, 198), (29205, 187, 148, 213), (29221, 187, 148, 229), (29308, 187, 149, 193), (29322, 187, 149, 207), (29379, 187, 149, 264), (29519, 187, 151, 160), (29918, 187, 154, 202), (30462, 187, 159, 169), (30481, 187, 159, 188), (30491, 187, 159, 198), (30583, 187, 160, 178), (30640, 187, 160, 235), (30762, 187, 161, 246), (31374, 187, 167, 210), (31399, 187, 167, 235), (31515, 187, 168, 246), (31527, 187, 168, 258), (32081, 187, 174, 208), (32134, 187, 174, 261), (32144, 187, 174, 271), (32281, 187, 176, 213), (32301, 187, 176, 233), (32541, 187, 179, 190), (32583, 187, 179, 232), (32645, 187, 180, 202), (32885, 187, 182, 261), (32895, 187, 182, 271), (33208, 187, 186, 233), (33247, 187, 187, 187), (33369, 187, 188, 225), (33452, 187, 189, 225), (33504, 187, 190, 195), (33543, 187, 190, 234), (33632, 187, 191, 242), (34011, 187, 196, 231), (34452, 187, 202, 237), (34650, 187, 205, 231), (34676, 187, 205, 257), (34781, 187, 207, 231), (34890, 187, 209, 213), (34906, 187, 209, 229), (34910, 187, 209, 233), (35020, 187, 211, 220), (35120, 187, 212, 260), (35216, 187, 214, 239), (35239, 187, 214, 262), (35679, 187, 223, 225), (36084, 187, 232, 234), (36367, 187, 239, 265), (36400, 187, 240, 266), (36489, 187, 243, 265), (36492, 187, 243, 268), (36706, 187, 252, 266), (36710, 187, 252, 270), (36806, 187, 258, 267), (36850, 187, 262, 265), (1078, 188, 4, 271), (1800, 188, 7, 195), (1853, 188, 7, 248), (6803, 188, 27, 109), (6874, 188, 27, 180), (9129, 188, 37, 38), (9333, 188, 37, 242), (9462, 188, 38, 137), (10751, 188, 43, 269), (14512, 188, 61, 78), (14676, 188, 61, 242), (17978, 188, 78, 104), (18159, 188, 79, 92), (18227, 188, 79, 160), (19385, 188, 85, 179), (19440, 188, 85, 234), (19669, 188, 87, 92), (20306, 188, 90, 180), (20363, 188, 90, 237), (22837, 188, 104, 267), (23445, 188, 108, 213), (23465, 188, 108, 233), (23624, 188, 109, 229), (25154, 188, 119, 179), (25170, 188, 119, 195), (27708, 188, 137, 139), (30566, 188, 160, 161), (31431, 188, 167, 267), (31436, 188, 168, 167), (31561, 188, 169, 189), (31595, 188, 169, 223), (33329, 188, 187, 269), (33332, 188, 188, 188), (33342, 188, 188, 198), (34046, 188, 196, 266), (34050, 188, 196, 270), (34152, 188, 198, 223), (34667, 188, 205, 248), (34689, 188, 205, 270), (34816, 188, 207, 266), (35061, 188, 211, 261), (35071, 188, 211, 271), (35179, 188, 213, 260), (35987, 188, 229, 260), (36123, 188, 233, 234), (33416, 189, 189, 189), (42, 190, 1, 42), (145, 190, 1, 145), (330, 190, 2, 60), (351, 190, 2, 81), (605, 190, 3, 66), (962, 190, 4, 155), (1282, 190, 5, 208), (1335, 190, 5, 261), (1487, 190, 6, 147), (1499, 190, 6, 159), (1649, 190, 7, 44), (1726, 190, 7, 121), (2045, 190, 8, 176), (2055, 190, 8, 186), (2324, 190, 9, 192), (4406, 190, 17, 206), (4780, 190, 19, 73), (4821, 190, 19, 114), (5845, 190, 23, 137), (6588, 190, 26, 139), (6603, 190, 26, 154), (6810, 190, 27, 116), (6898, 190, 27, 204), (7630, 190, 30, 207), (7687, 190, 30, 264), (8353, 190, 33, 208), (8413, 190, 33, 268), (8891, 190, 35, 271), (9136, 190, 37, 45), (9262, 190, 37, 171), (9371, 190, 38, 46), (9488, 190, 38, 163), (10465, 190, 42, 212), (10544, 190, 43, 62), (10637, 190, 43, 155), (10915, 190, 44, 205), (11074, 190, 45, 137), (11302, 190, 46, 139), (11544, 190, 47, 156), (11647, 190, 47, 259), (12028, 190, 49, 193), (12300, 190, 50, 243), (12319, 190, 50, 262), (12768, 190, 52, 269), (12822, 190, 53, 104), (12885, 190, 53, 167), (13150, 190, 54, 214), (13201, 190, 54, 265), (13320, 190, 55, 167), (13559, 190, 56, 190), (13601, 190, 56, 232), (14096, 190, 59, 85), (14130, 190, 59, 119), (14462, 190, 60, 239), (14576, 190, 61, 142), (14605, 190, 61, 171), (14832, 190, 62, 187), (15008, 190, 63, 154), (15091, 190, 63, 237), (15148, 190, 64, 86), (15251, 190, 64, 189), (15396, 190, 65, 126), (15516, 190, 65, 246), (15612, 190, 66, 136), (15918, 190, 67, 236), (16570, 190, 71, 78), (16734, 190, 71, 242), (16896, 190, 72, 203), (16952, 190, 72, 259), (17123, 190, 73, 231), (17456, 190, 75, 169), (18049, 190, 78, 175), (18178, 190, 79, 111), (18179, 190, 79, 112), (18418, 190, 80, 159), (18533, 190, 81, 83), (18850, 190, 82, 210), (18891, 190, 82, 251), (18914, 190, 83, 84), (19264, 190, 84, 246), (19350, 190, 85, 144), (19525, 190, 86, 133), (19688, 190, 87, 111), (19804, 190, 87, 227), (20157, 190, 89, 213), (20173, 190, 89, 229), (20330, 190, 90, 204), (20364, 190, 90, 238), (20399, 190, 91, 92), (20467, 190, 91, 160), (20621, 190, 92, 134), (21032, 190, 94, 188), (21042, 190, 94, 198), (21169, 190, 95, 148), (21230, 190, 95, 209), (21366, 190, 96, 169), (21395, 190, 96, 198), (22566, 190, 103, 164), (22599, 190, 103, 197), (22712, 190, 104, 142), (22913, 190, 105, 176), (22946, 190, 105, 209), (23360, 190, 108, 128), (23415, 190, 108, 183), (23576, 190, 109, 181), (23617, 190, 109, 222), (24039, 190, 112, 161), (24227, 190, 113, 189), (24261, 190, 113, 223), (24453, 190, 114, 257), (24521, 190, 115, 168), (24620, 190, 115, 267), (24740, 190, 116, 229), (24844, 190, 117, 178), (24901, 190, 117, 235), (25096, 190, 119, 121), (25273, 190, 120, 146), (25329, 190, 120, 202), (25584, 190, 122, 153), (25647, 190, 122, 216), (26248, 190, 126, 225), (26408, 190, 127, 240), (26420, 190, 127, 252), (26573, 190, 128, 260), (27147, 190, 132, 266), (27654, 190, 136, 220), (27943, 190, 138, 240), (27948, 190, 138, 245), (28288, 190, 141, 188), (28323, 190, 141, 223), (28521, 190, 143, 161), (28528, 190, 143, 168), (28721, 190, 144, 233), (28847, 190, 145, 232), (28933, 190, 146, 192), (29059, 190, 147, 191), (29242, 190, 148, 250), (29354, 190, 149, 239), (29377, 190, 149, 262), (29444, 190, 150, 206), (29489, 190, 150, 251), (29523, 190, 151, 164), (29553, 190, 151, 194), (29863, 190, 153, 265), (30147, 190, 156, 197), (30590, 190, 160, 185), (30978, 190, 163, 242), (31872, 190, 172, 196), (31881, 190, 172, 205), (32120, 190, 174, 247), (32130, 190, 174, 257), (32238, 190, 175, 267), (32451, 190, 178, 194), (32665, 190, 180, 222), (32671, 190, 180, 228), (32794, 190, 181, 260), (32810, 190, 182, 186), (32871, 190, 182, 247), (32948, 190, 183, 234), (33013, 190, 184, 211), (33313, 190, 187, 253), (33499, 190, 190, 190), (33812, 190, 193, 263), (34035, 190, 196, 255), (34287, 190, 200, 213), (34307, 190, 200, 233), (34460, 190, 202, 245), (34508, 190, 203, 224), (34805, 190, 207, 255), (34958, 190, 210, 219), (35112, 190, 212, 252), (35204, 190, 214, 227), (35358, 190, 216, 268), (35460, 190, 218, 261), (35470, 190, 218, 271), (35557, 190, 220, 253), (35624, 190, 221, 269), (35738, 190, 224, 236), (35807, 190, 225, 258), (35921, 190, 228, 237), (36053, 190, 231, 243), (36208, 190, 235, 244), (36858, 190, 263, 264), (2, 191, 1, 2), (83, 191, 1, 83), (126, 191, 1, 126), (246, 191, 1, 246), (258, 191, 1, 258), (326, 191, 2, 56), (415, 191, 2, 145), (460, 191, 2, 190), (502, 191, 2, 232), (687, 191, 3, 148), (830, 191, 4, 23), (852, 191, 4, 45), (883, 191, 4, 76), (1011, 191, 4, 204), (1045, 191, 4, 238), (1183, 191, 5, 109), (1228, 191, 5, 154), (1254, 191, 5, 180), (1311, 191, 5, 237), (1334, 191, 5, 260), (1349, 191, 6, 9), (1467, 191, 6, 127), (1478, 191, 6, 138), (1486, 191, 6, 146), (1542, 191, 6, 202), (1627, 191, 7, 22), (1737, 191, 7, 132), (1762, 191, 7, 157), (1822, 191, 7, 217), (1989, 191, 8, 120), (2016, 191, 8, 147), (2061, 191, 8, 192), (2114, 191, 8, 245), (2278, 191, 9, 146), (2323, 191, 9, 191), (2334, 191, 9, 202), (4153, 191, 16, 208), (4206, 191, 16, 261), (4213, 191, 16, 268), (4216, 191, 16, 271), (4260, 191, 17, 60), (4265, 191, 17, 65), (4281, 191, 17, 81), (4284, 191, 17, 84), (4349, 191, 17, 149), (4576, 191, 18, 122), (4662, 191, 18, 208), (4715, 191, 18, 261), (4722, 191, 18, 268), (4725, 191, 18, 271), (4824, 191, 19, 117), (4871, 191, 19, 164), (4901, 191, 19, 194), (4926, 191, 19, 219), (4951, 191, 19, 244), (5544, 191, 22, 85), (5578, 191, 22, 119), (5655, 191, 22, 196), (5664, 191, 22, 205), (5751, 191, 23, 43), (5895, 191, 23, 187), (5919, 191, 23, 211), (5928, 191, 23, 220), (6618, 191, 26, 169), (6647, 191, 26, 198), (6769, 191, 27, 75), (6788, 191, 27, 94), (6790, 191, 27, 96), (6807, 191, 27, 113), (6835, 191, 27, 141), (7460, 191, 30, 37), (7484, 191, 30, 61), (7527, 191, 30, 104), (7590, 191, 30, 167), (7984, 191, 32, 78), (7985, 191, 32, 79), (8067, 191, 32, 161), (8074, 191, 32, 168), (8173, 191, 32, 267), (8253, 191, 33, 108), (8254, 191, 33, 109), (8325, 191, 33, 180), (8382, 191, 33, 237), (8405, 191, 33, 260), (8505, 191, 34, 122), (8591, 191, 34, 208), (8597, 191, 34, 214), (8648, 191, 34, 265), (8651, 191, 34, 268), (8658, 191, 35, 38), (8759, 191, 35, 139), (8774, 191, 35, 154), (8800, 191, 35, 180), (8857, 191, 35, 237), (9140, 191, 37, 49), (9155, 191, 37, 64), (9224, 191, 37, 133), (9354, 191, 37, 263), (9377, 191, 38, 52), (9424, 191, 38, 99), (9526, 191, 38, 201), (9546, 191, 38, 221), (9643, 191, 39, 85), (9677, 191, 39, 119), (9771, 191, 39, 213), (9787, 191, 39, 229), (9791, 191, 39, 233), (10101, 191, 41, 79), (10109, 191, 41, 87), (10183, 191, 41, 161), (10190, 191, 41, 168), (10236, 191, 41, 214), (10326, 191, 42, 73), (10367, 191, 42, 114), (10492, 191, 42, 239), (10496, 191, 42, 243), (10515, 191, 42, 262), (10527, 191, 43, 45), (10558, 191, 43, 76), (10653, 191, 43, 171), (10720, 191, 43, 238), (10802, 191, 44, 92), (10870, 191, 44, 160), (10877, 191, 44, 167), (11003, 191, 45, 66), (11124, 191, 45, 187), (11157, 191, 45, 220), (11332, 191, 46, 169), (11536, 191, 47, 148), (11564, 191, 47, 176), (11574, 191, 47, 186), (11597, 191, 47, 209), (11635, 191, 47, 247), (11896, 191, 49, 61), (11939, 191, 49, 104), (11972, 191, 49, 137), (12139, 191, 50, 82), (12174, 191, 50, 117), (12207, 191, 50, 150), (12276, 191, 50, 219), (12301, 191, 50, 244), (12638, 191, 52, 139), (12653, 191, 52, 154), (12736, 191, 52, 237), (12741, 191, 52, 242), (12784, 191, 53, 66), (12921, 191, 53, 203), (12938, 191, 53, 220), (12954, 191, 53, 236), (13044, 191, 54, 108), (13115, 191, 54, 179), (13131, 191, 54, 195), (13170, 191, 54, 234), (13196, 191, 54, 260), (13219, 191, 55, 66), (13356, 191, 55, 203), (13389, 191, 55, 236), (13412, 191, 55, 259), (13452, 191, 56, 83), (13608, 191, 56, 239), (13612, 191, 56, 243), (13631, 191, 56, 262), (14103, 191, 59, 92), (14171, 191, 59, 160), (14305, 191, 60, 82), (14373, 191, 60, 150), (14442, 191, 60, 219), (14453, 191, 60, 230), (14567, 191, 61, 133), (14689, 191, 61, 255), (14697, 191, 61, 263), (14851, 191, 62, 206), (14896, 191, 62, 251), (15023, 191, 63, 169), (15042, 191, 63, 188), (15052, 191, 63, 198), (15152, 191, 64, 90), (15199, 191, 64, 137), (15399, 191, 65, 129), (15443, 191, 65, 173), (15447, 191, 65, 177), (15500, 191, 65, 230), (15618, 191, 66, 142), (15647, 191, 66, 171), (15830, 191, 67, 148), (15891, 191, 67, 209), (16758, 191, 71, 266), (16841, 191, 72, 148), (16869, 191, 72, 176), (16879, 191, 72, 186), (16902, 191, 72, 209), (17037, 191, 73, 145), (17132, 191, 73, 240), (17137, 191, 73, 245), (17144, 191, 73, 252), (17372, 191, 75, 85), (17500, 191, 75, 213), (17516, 191, 75, 229), (17520, 191, 75, 233), (17670, 191, 76, 187), (17694, 191, 76, 211), (17973, 191, 78, 99), (18075, 191, 78, 201), (18095, 191, 78, 221), (18128, 191, 78, 254), (18266, 191, 79, 199), (18323, 191, 79, 256), (18386, 191, 80, 127), (18397, 191, 80, 138), (18405, 191, 80, 146), (18461, 191, 80, 202), (18471, 191, 80, 212), (18532, 191, 81, 82), (18579, 191, 81, 129), (18600, 191, 81, 150), (18680, 191, 81, 230), (18789, 191, 82, 149), (18871, 191, 82, 231), (19020, 191, 83, 190), (19042, 191, 83, 212), (19062, 191, 83, 232), (19147, 191, 84, 129), (19168, 191, 84, 150), (19191, 191, 84, 173), (19248, 191, 84, 230), (19363, 191, 85, 157), (19423, 191, 85, 217), (19520, 191, 86, 128), (19573, 191, 86, 181), (19575, 191, 86, 183), (19678, 191, 87, 101), (19776, 191, 87, 199), (19833, 191, 87, 256), (20030, 191, 88, 269), (20032, 191, 88, 271), (20220, 191, 90, 94), (20222, 191, 90, 96), (20239, 191, 90, 113), (20267, 191, 90, 141), (20410, 191, 91, 103), (20463, 191, 91, 156), (20510, 191, 91, 203), (20543, 191, 91, 236), (20566, 191, 91, 259), (20608, 191, 92, 121), (20631, 191, 92, 144), (20659, 191, 92, 172), (21057, 191, 94, 213), (21073, 191, 94, 229), (21168, 191, 95, 147), (21180, 191, 95, 159), (21213, 191, 95, 192), (21410, 191, 96, 213), (21426, 191, 96, 229), (21430, 191, 96, 233), (21887, 191, 99, 168), (21961, 191, 99, 242), (21986, 191, 99, 267), (22184, 191, 101, 122), (22276, 191, 101, 214), (22327, 191, 101, 265), (22330, 191, 101, 268), (22512, 191, 103, 110), (22536, 191, 103, 134), (22651, 191, 103, 249), (22742, 191, 104, 172), (22825, 191, 104, 255), (22833, 191, 104, 263), (22857, 191, 105, 120), (22884, 191, 105, 147), (22896, 191, 105, 159), (22929, 191, 105, 192), (23025, 191, 106, 122), (23111, 191, 106, 208), (23164, 191, 106, 261), (23168, 191, 106, 265), (23171, 191, 106, 268), (23385, 191, 108, 153), (23448, 191, 108, 216), (23459, 191, 108, 227), (23548, 191, 109, 153), (23611, 191, 109, 216), (23613, 191, 109, 218), (23708, 191, 110, 151), (23713, 191, 110, 156), (23735, 191, 110, 178), (23816, 191, 110, 259), (23897, 191, 111, 179), (23913, 191, 111, 195), (23952, 191, 111, 234), (23966, 191, 111, 248), (23988, 191, 111, 270), (24057, 191, 112, 179), (24073, 191, 112, 195), (24126, 191, 112, 248), (24144, 191, 112, 266), (24148, 191, 112, 270), (24175, 191, 113, 137), (24316, 191, 114, 120), (24436, 191, 114, 240), (24441, 191, 114, 245), (24448, 191, 114, 252), (24601, 191, 115, 248), (24619, 191, 115, 266), (24623, 191, 115, 270), (24722, 191, 116, 211), (24897, 191, 117, 231), (24913, 191, 117, 247), (24923, 191, 117, 257), (25107, 191, 119, 132), (25132, 191, 119, 157), (25192, 191, 119, 217), (25301, 191, 120, 174), (25309, 191, 120, 182), (25441, 191, 121, 160), (26150, 191, 126, 127), (26161, 191, 126, 138), (26235, 191, 126, 212), (26255, 191, 126, 232), (26414, 191, 127, 246), (26426, 191, 127, 258), (26501, 191, 128, 188), (26502, 191, 128, 189), (26536, 191, 128, 223), (26681, 191, 129, 225), (27077, 191, 132, 196), (27086, 191, 132, 205), (27088, 191, 132, 207), (27159, 191, 133, 137), (27311, 191, 134, 151), (27316, 191, 134, 156), (27363, 191, 134, 203), (27419, 191, 134, 259), (27832, 191, 137, 263), (27894, 191, 138, 191), (27961, 191, 138, 258), (28038, 191, 139, 201), (28055, 191, 139, 218), (28058, 191, 139, 221), (28329, 191, 141, 229), (28417, 191, 142, 187), (28450, 191, 142, 220), (28466, 191, 142, 236), (28555, 191, 143, 195), (28608, 191, 143, 248), (28626, 191, 143, 266), (28630, 191, 143, 270), (28854, 191, 145, 239), (28858, 191, 145, 243), (28877, 191, 145, 262), (28932, 191, 146, 191), (29045, 191, 147, 177), (29118, 191, 147, 250), (29216, 191, 148, 224), (29265, 191, 149, 150), (29334, 191, 149, 219), (29359, 191, 149, 244), (29608, 191, 151, 249), (29777, 191, 153, 179), (29832, 191, 153, 234), (29858, 191, 153, 260), (29934, 191, 154, 218), (29937, 191, 154, 221), (30040, 191, 155, 206), (30044, 191, 155, 210), (30085, 191, 155, 251), (30135, 191, 156, 185), (30199, 191, 156, 249), (30278, 191, 157, 213), (30298, 191, 157, 233), (30448, 191, 158, 269), (30466, 191, 159, 173), (30470, 191, 159, 177), (30543, 191, 159, 250), (30577, 191, 160, 172), (30660, 191, 160, 255), (30715, 191, 161, 199), (30770, 191, 161, 254), (30772, 191, 161, 256), (31020, 191, 164, 176), (31030, 191, 164, 186), (31091, 191, 164, 247), (31101, 191, 164, 257), (31336, 191, 167, 172), (31419, 191, 167, 255), (31427, 191, 167, 263), (31468, 191, 168, 199), (31523, 191, 168, 254), (31594, 191, 169, 222), (31600, 191, 169, 228), (31735, 191, 170, 261), (31743, 191, 170, 269), (31745, 191, 170, 271), (31762, 191, 171, 187), (31795, 191, 171, 220), (32000, 191, 173, 225), (32065, 191, 174, 192), (32113, 191, 174, 240), (32118, 191, 174, 245), (32125, 191, 174, 252), (32237, 191, 175, 266), (32241, 191, 175, 270), (32265, 191, 176, 197), (32292, 191, 176, 224), (32388, 191, 177, 225), (32506, 191, 178, 249), (32578, 191, 179, 227), (32659, 191, 180, 216), (32661, 191, 180, 218), (32722, 191, 181, 188), (32723, 191, 181, 189), (32732, 191, 181, 198), (32757, 191, 181, 223), (32816, 191, 182, 192), (32864, 191, 182, 240), (32869, 191, 182, 245), (32903, 191, 183, 189), (32907, 191, 183, 193), (32937, 191, 183, 223), (33008, 191, 184, 206), (33012, 191, 184, 210), (33037, 191, 184, 235), (33053, 191, 184, 251), (33092, 191, 185, 203), (33125, 191, 185, 236), (33148, 191, 185, 259), (33169, 191, 186, 194), (33172, 191, 186, 197), (33366, 191, 188, 222), (33372, 191, 188, 228), (33449, 191, 189, 222), (33548, 191, 190, 239), (33555, 191, 190, 246), (33571, 191, 190, 262), (33581, 191, 191, 191), (33592, 191, 191, 202), (33858, 191, 194, 231), (33874, 191, 194, 247), (33884, 191, 194, 257), (33931, 191, 195, 227), (34064, 191, 197, 209), (34102, 191, 197, 247), (34112, 191, 197, 257), (34151, 191, 198, 222), (34157, 191, 198, 228), (34269, 191, 199, 267), (34387, 191, 201, 242), (34412, 191, 201, 267), (34473, 191, 202, 258), (34563, 191, 204, 211), (34636, 191, 205, 217), (34738, 191, 206, 253), (34901, 191, 209, 224), (35038, 191, 211, 238), (35106, 191, 212, 246), (35118, 191, 212, 258), (35233, 191, 214, 256), (35303, 191, 215, 269), (35324, 191, 216, 234), (35350, 191, 216, 260), (35378, 191, 217, 233), (35436, 191, 218, 237), (35483, 191, 219, 231), (35597, 191, 221, 242), (35628, 191, 222, 223), (35682, 191, 223, 228), (35779, 191, 225, 230), (35799, 191, 225, 250), (35874, 191, 227, 234), (35888, 191, 227, 248), (36054, 191, 231, 244), (36089, 191, 232, 239), (36096, 191, 232, 246), (36213, 191, 235, 249), (36377, 191, 240, 243), (36449, 191, 242, 254), (36476, 191, 243, 252), (36509, 191, 244, 257), (36702, 191, 252, 262), (36744, 191, 254, 267), (36775, 191, 256, 265), (50, 192, 1, 50), (149, 192, 1, 149), (231, 192, 1, 231), (476, 192, 2, 206), (521, 192, 2, 251), (600, 192, 3, 61), (643, 192, 3, 104), (706, 192, 3, 167), (824, 192, 4, 17), (889, 192, 4, 82), (957, 192, 4, 150), (1488, 192, 6, 148), (1549, 192, 6, 209), (1696, 192, 7, 91), (1739, 192, 7, 134), (1790, 192, 7, 185), (1972, 192, 8, 103), (2025, 192, 8, 156), (2128, 192, 8, 259), (2308, 192, 9, 176), (2318, 192, 9, 186), (2341, 192, 9, 209), (4243, 192, 17, 43), (4387, 192, 17, 187), (4834, 192, 19, 127), (4845, 192, 19, 138), (4919, 192, 19, 212), (5537, 192, 22, 78), (5701, 192, 22, 242), (5726, 192, 22, 267), (5794, 192, 23, 86), (5897, 192, 23, 189), (6718, 192, 26, 269), (6720, 192, 26, 271), (6878, 192, 27, 184), (7618, 192, 30, 195), (7671, 192, 30, 248), (7693, 192, 30, 270), (9153, 192, 37, 62), (9227, 192, 37, 136), (9344, 192, 37, 253), (9364, 192, 38, 39), (9482, 192, 38, 157), (9542, 192, 38, 217), (9697, 192, 39, 139), (9712, 192, 39, 154), (10318, 192, 42, 65), (10337, 192, 42, 84), (10478, 192, 42, 225), (10632, 192, 43, 150), (10712, 192, 43, 230), (10976, 192, 44, 266), (11023, 192, 45, 86), (11130, 192, 45, 193), (11432, 192, 46, 269), (11480, 192, 47, 92), (11548, 192, 47, 160), (12014, 192, 49, 179), (12030, 192, 49, 195), (12069, 192, 49, 234), (12269, 192, 50, 212), (12289, 192, 50, 232), (12914, 192, 53, 196), (12925, 192, 53, 207), (12982, 192, 53, 264), (13349, 192, 55, 196), (13358, 192, 55, 205), (13360, 192, 55, 207), (13429, 192, 56, 60), (13450, 192, 56, 81), (13453, 192, 56, 84), (14413, 192, 60, 190), (14455, 192, 60, 232), (14570, 192, 61, 136), (14687, 192, 61, 253), (14782, 192, 62, 137), (15115, 192, 63, 261), (15125, 192, 63, 271), (15170, 192, 64, 108), (15296, 192, 64, 234), (15322, 192, 64, 260), (15415, 192, 65, 145), (15522, 192, 65, 252), (15605, 192, 66, 129), (15649, 192, 66, 173), (15653, 192, 66, 177), (15786, 192, 67, 104), (15849, 192, 67, 167), (16785, 192, 72, 92), (16853, 192, 72, 160), (17070, 192, 73, 178), (17127, 192, 73, 235), (17426, 192, 75, 139), (17441, 192, 75, 154), (17524, 192, 75, 237), (17569, 192, 76, 86), (17672, 192, 76, 189), (17706, 192, 76, 223), (18006, 192, 78, 132), (18091, 192, 78, 217), (18407, 192, 80, 148), (18595, 192, 81, 145), (18640, 192, 81, 190), (18851, 192, 82, 211), (19036, 192, 83, 206), (19163, 192, 84, 145), (19316, 192, 85, 110), (19340, 192, 85, 134), (19455, 192, 85, 249), (20113, 192, 89, 169), (20142, 192, 89, 198), (20310, 192, 90, 184), (20426, 192, 91, 119), (20512, 192, 91, 205), (20684, 192, 92, 197), (20953, 192, 94, 109), (21024, 192, 94, 180), (21081, 192, 94, 237), (21224, 192, 95, 203), (21257, 192, 95, 236), (21280, 192, 95, 259), (21351, 192, 96, 154), (21377, 192, 96, 180), (21434, 192, 96, 237), (22576, 192, 103, 174), (22584, 192, 103, 182), (22706, 192, 104, 136), (22893, 192, 105, 156), (22940, 192, 105, 203), (22996, 192, 105, 259), (23345, 192, 108, 113), (23365, 192, 108, 133), (23508, 192, 109, 113), (23536, 192, 109, 141), (23676, 192, 110, 119), (23790, 192, 110, 233), (24298, 192, 113, 260), (24347, 192, 114, 151), (24374, 192, 114, 178), (24431, 192, 114, 235), (24680, 192, 116, 169), (24699, 192, 116, 188), (24709, 192, 116, 198), (25109, 192, 119, 134), (25274, 192, 120, 147), (25286, 192, 120, 159), (25559, 192, 122, 128), (25612, 192, 122, 181), (25614, 192, 122, 183), (26399, 192, 127, 231), (26425, 192, 127, 257), (26578, 192, 128, 265), (26581, 192, 128, 268), (26643, 192, 129, 187), (26676, 192, 129, 220), (27049, 192, 132, 168), (27148, 192, 132, 267), (27201, 192, 133, 179), (27256, 192, 133, 234), (27724, 192, 137, 155), (27822, 192, 137, 253), (27950, 192, 138, 247), (27960, 192, 138, 257), (27994, 192, 139, 157), (28280, 192, 141, 180), (28360, 192, 141, 260), (28423, 192, 142, 193), (28437, 192, 142, 207), (28494, 192, 142, 264), (28917, 192, 146, 176), (28927, 192, 146, 186), (28988, 192, 146, 247), (29060, 192, 147, 192), (29113, 192, 147, 245), (29183, 192, 148, 191), (29305, 192, 149, 190), (29347, 192, 149, 232), (29449, 192, 150, 211), (29533, 192, 151, 174), (29541, 192, 151, 182), (30132, 192, 156, 182), (30307, 192, 157, 242), (30533, 192, 159, 240), (30538, 192, 159, 245), (30629, 192, 160, 224), (31005, 192, 163, 269), (31388, 192, 167, 224), (31572, 192, 169, 200), (31768, 192, 171, 193), (31839, 192, 171, 264), (31942, 192, 172, 266), (31946, 192, 172, 270), (31995, 192, 173, 220), (32051, 192, 174, 178), (32259, 192, 176, 191), (32399, 192, 177, 236), (32614, 192, 179, 263), (32742, 192, 181, 208), (32802, 192, 181, 268), (32928, 192, 183, 214), (32979, 192, 183, 265), (33085, 192, 185, 196), (33094, 192, 185, 205), (33177, 192, 186, 202), (33290, 192, 187, 230), (33348, 192, 188, 204), (33382, 192, 188, 238), (33465, 192, 189, 238), (33599, 192, 191, 209), (33662, 192, 192, 192), (33967, 192, 195, 263), (34133, 192, 198, 204), (34462, 192, 202, 247), (34472, 192, 202, 257), (34534, 192, 203, 250), (34575, 192, 204, 223), (34724, 192, 206, 239), (34836, 192, 208, 222), (34842, 192, 208, 228), (34978, 192, 210, 239), (34982, 192, 210, 243), (35001, 192, 210, 262), (35019, 192, 211, 219), (35091, 192, 212, 231), (35168, 192, 213, 249), (35387, 192, 217, 242), (35534, 192, 220, 230), (35666, 192, 222, 261), (35673, 192, 222, 268), (35692, 192, 223, 238), (35789, 192, 225, 240), (35801, 192, 225, 252), (35945, 192, 228, 261), (35955, 192, 228, 271), (36138, 192, 233, 249), (36207, 192, 235, 243), (36250, 192, 236, 250), (36353, 192, 239, 251), (36609, 192, 248, 255), (36617, 192, 248, 263), (36682, 192, 251, 262), (36760, 192, 255, 266), (36764, 192, 255, 270), (886, 193, 4, 79), (968, 193, 4, 161), (975, 193, 4, 168), (1774, 193, 7, 169), (1793, 193, 7, 188), (1803, 193, 7, 198), (6960, 193, 27, 266), (9270, 193, 37, 179), (9286, 193, 37, 195), (9325, 193, 37, 234), (10561, 193, 43, 79), (10569, 193, 43, 87), (10643, 193, 43, 161), (14542, 193, 61, 108), (14613, 193, 61, 179), (14668, 193, 61, 234), (15598, 193, 66, 122), (15690, 193, 66, 214), (15741, 193, 66, 265), (18254, 193, 79, 187), (19375, 193, 85, 169), (19585, 193, 86, 193), (19599, 193, 86, 207), (19656, 193, 86, 264), (19764, 193, 87, 187), (19797, 193, 87, 220), (20392, 193, 90, 266), (20396, 193, 90, 270), (20641, 193, 92, 154), (20667, 193, 92, 180), (20724, 193, 92, 237), (22671, 193, 103, 269), (22673, 193, 103, 271), (22678, 193, 104, 108), (22804, 193, 104, 234), (22830, 193, 104, 260), (23399, 193, 108, 167), (23555, 193, 109, 160), (23562, 193, 109, 167), (25144, 193, 119, 169), (25173, 193, 119, 198), (25667, 193, 122, 236), (27748, 193, 137, 179), (27764, 193, 137, 195), (27817, 193, 137, 248), (29628, 193, 151, 269), (30211, 193, 156, 261), (30221, 193, 156, 271), (30585, 193, 160, 180), (30642, 193, 160, 237), (30727, 193, 161, 211), (31424, 193, 167, 260), (31480, 193, 168, 211), (32526, 193, 178, 269), (33274, 193, 187, 214), (33340, 193, 188, 196), (33349, 193, 188, 205), (33423, 193, 189, 196), (33434, 193, 189, 207), (33491, 193, 189, 264), (33742, 193, 193, 193), (34003, 193, 196, 223), (34134, 193, 198, 205), (34492, 193, 203, 208), (34545, 193, 203, 261), (34552, 193, 203, 268), (34642, 193, 205, 223), (34773, 193, 207, 223), (34850, 193, 208, 236), (34873, 193, 208, 259), (35067, 193, 211, 267), (35197, 193, 214, 220), (35569, 193, 220, 265), (36268, 193, 236, 268), (36813, 193, 259, 261), (36823, 193, 259, 271), (59, 194, 1, 59), (121, 194, 1, 121), (325, 194, 2, 55), (455, 194, 2, 185), (668, 194, 3, 129), (769, 194, 3, 230), (839, 194, 4, 32), (1061, 194, 4, 254), (1277, 194, 5, 203), (1333, 194, 5, 259), (1363, 194, 6, 23), (1416, 194, 6, 76), (1619, 194, 7, 14), (1757, 194, 7, 152), (2053, 194, 8, 184), (2336, 194, 9, 204), (2370, 194, 9, 238), (2432, 194, 10, 38), (2533, 194, 10, 139), (2851, 194, 11, 196), (2860, 194, 11, 205), (3328, 194, 13, 154), (3411, 194, 13, 237), (3551, 194, 14, 119), (3774, 194, 15, 85), (3922, 194, 15, 233), (4105, 194, 16, 160), (4267, 194, 17, 67), (4424, 194, 17, 224), (4546, 194, 18, 92), (4614, 194, 18, 160), (5036, 194, 20, 78), (5225, 194, 20, 267), (5236, 194, 21, 27), (5438, 194, 21, 229), (5540, 194, 22, 81), (5543, 194, 22, 84), (5788, 194, 23, 80), (6095, 194, 24, 139), (6110, 194, 24, 154), (6372, 194, 25, 169), (6401, 194, 25, 198), (6762, 194, 27, 68), (7047, 194, 28, 109), (7198, 194, 28, 260), (7394, 194, 29, 213), (7410, 194, 29, 229), (7465, 194, 30, 42), (7568, 194, 30, 145), (7845, 194, 31, 179), (7900, 194, 31, 234), (8117, 194, 32, 211), (8301, 194, 33, 156), (8404, 194, 33, 259), (8856, 194, 35, 236), (8894, 194, 36, 38), (9098, 194, 36, 242), (9249, 194, 37, 158), (9306, 194, 37, 215), (9783, 194, 39, 225), (9984, 194, 40, 193), (10055, 194, 40, 264), (10516, 194, 42, 263), (10581, 194, 43, 99), (10736, 194, 43, 254), (10900, 194, 44, 190), (10942, 194, 44, 232), (11017, 194, 45, 80), (11195, 194, 45, 258), (11470, 194, 47, 82), (11607, 194, 47, 219), (11801, 194, 48, 189), (11835, 194, 48, 223), (12075, 194, 49, 240), (12087, 194, 49, 252), (12363, 194, 51, 85), (12397, 194, 51, 119), (12565, 194, 52, 66), (12801, 194, 53, 83), (12964, 194, 53, 246), (13087, 194, 54, 151), (13114, 194, 54, 178), (13236, 194, 55, 83), (13541, 194, 56, 172), (13624, 194, 56, 255), (13780, 194, 57, 196), (13791, 194, 57, 207), (13907, 194, 58, 109), (13978, 194, 58, 180), (14223, 194, 59, 212), (14355, 194, 60, 132), (14522, 194, 61, 88), (14592, 194, 61, 158), (14822, 194, 62, 177), (14895, 194, 62, 250), (15002, 194, 63, 148), (15182, 194, 64, 120), (15307, 194, 64, 245), (15427, 194, 65, 157), (15487, 194, 65, 217), (15697, 194, 66, 221), (15912, 194, 67, 230), (15976, 194, 68, 90), (16226, 194, 69, 137), (16399, 194, 70, 108), (16551, 194, 70, 260), (16775, 194, 72, 82), (16843, 194, 72, 150), (17002, 194, 73, 110), (17141, 194, 73, 249), (17258, 194, 74, 168), (17357, 194, 74, 267), (17446, 194, 75, 159), (17674, 194, 76, 191), (17859, 194, 77, 180), (17916, 194, 77, 237), (17967, 194, 78, 93), (18582, 194, 81, 132), (19235, 194, 84, 217), (19490, 194, 86, 98), (19494, 194, 86, 102), (19865, 194, 88, 104), (20082, 194, 89, 138), (20146, 194, 89, 202), (20233, 194, 90, 107), (20546, 194, 91, 239), (20569, 194, 91, 262), (20593, 194, 92, 106), (20908, 194, 93, 242), (20991, 194, 94, 147), (21176, 194, 95, 155), (21344, 194, 96, 147), (21356, 194, 96, 159), (21567, 194, 97, 195), (21620, 194, 97, 248), (21735, 194, 98, 189), (21906, 194, 99, 187), (22098, 194, 100, 207), (22155, 194, 100, 264), (22555, 194, 103, 153), (22618, 194, 103, 216), (22740, 194, 104, 170), (22921, 194, 105, 184), (23458, 194, 108, 226), (23800, 194, 110, 243), (23953, 194, 111, 235), (24088, 194, 112, 210), (24158, 194, 113, 120), (24230, 194, 113, 192), (24445, 194, 114, 249), (24559, 194, 115, 206), (24604, 194, 115, 251), (24657, 194, 116, 146), (24713, 194, 116, 202), (24830, 194, 117, 164), (24860, 194, 117, 194), (25014, 194, 118, 193), (25513, 194, 121, 232), (25846, 194, 123, 266), (26063, 194, 125, 188), (26098, 194, 125, 223), (26165, 194, 126, 142), (26194, 194, 126, 171), (26312, 194, 127, 144), (26368, 194, 127, 200), (26499, 194, 128, 186), (26560, 194, 128, 247), (26592, 194, 129, 136), (26777, 194, 130, 179), (26793, 194, 130, 195), (26928, 194, 131, 188), (26938, 194, 131, 198), (27262, 194, 133, 240), (27267, 194, 133, 245), (27403, 194, 134, 243), (27422, 194, 134, 262), (27467, 194, 135, 169), (27607, 194, 136, 173), (27784, 194, 137, 215), (27903, 194, 138, 200), (28235, 194, 140, 266), (28239, 194, 140, 270), (28292, 194, 141, 192), (28476, 194, 142, 246), (28570, 194, 143, 210), (28611, 194, 143, 251), (28700, 194, 144, 212), (28870, 194, 145, 255), (28945, 194, 146, 204), (29220, 194, 148, 228), (29462, 194, 150, 224), (29512, 194, 151, 153), (29684, 194, 152, 205), (30084, 194, 155, 250), (30166, 194, 156, 216), (30290, 194, 157, 225), (31088, 194, 164, 244), (31165, 194, 165, 213), (31185, 194, 165, 233), (31334, 194, 167, 170), (31833, 194, 171, 258), (31866, 194, 172, 190), (32028, 194, 173, 253), (32177, 194, 175, 206), (32249, 194, 176, 181), (32290, 194, 176, 222), (32416, 194, 177, 253), (32484, 194, 178, 227), (32720, 194, 181, 186), (32961, 194, 183, 247), (32971, 194, 183, 257), (33128, 194, 185, 239), (33261, 194, 187, 201), (33628, 194, 191, 238), (33821, 194, 194, 194), (34074, 194, 197, 219), (34099, 194, 197, 244); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (34213, 194, 199, 211), (34365, 194, 201, 220), (34502, 194, 203, 218), (34899, 194, 209, 222), (34905, 194, 209, 228), (35435, 194, 218, 236), (35525, 194, 220, 221), (35829, 194, 226, 234), (35875, 194, 227, 235), (36413, 194, 241, 248), (36435, 194, 241, 270), (36703, 194, 252, 263), (1813, 195, 7, 208), (1873, 195, 7, 268), (9494, 195, 38, 169), (9523, 195, 38, 198), (18062, 195, 78, 188), (18097, 195, 78, 223), (18260, 195, 79, 193), (19467, 195, 85, 261), (19477, 195, 85, 271), (19553, 195, 86, 161), (19560, 195, 86, 168), (19770, 195, 87, 193), (19841, 195, 87, 264), (23498, 195, 108, 266), (23502, 195, 108, 270), (25183, 195, 119, 208), (25236, 195, 119, 261), (25627, 195, 122, 196), (25636, 195, 122, 205), (28006, 195, 139, 169), (31458, 195, 168, 189), (32546, 195, 179, 195), (32599, 195, 179, 248), (33386, 195, 188, 242), (33494, 195, 189, 267), (33899, 195, 195, 195), (34045, 195, 196, 265), (34171, 195, 198, 242), (34687, 195, 205, 268), (34764, 195, 207, 214), (34815, 195, 207, 265), (35188, 195, 213, 269), (35241, 195, 214, 264), (35721, 195, 223, 267), (35996, 195, 229, 269), (36160, 195, 233, 271), (36175, 195, 234, 248), (36197, 195, 234, 270), (36830, 195, 260, 266), (845, 196, 4, 38), (946, 196, 4, 139), (961, 196, 4, 154), (1044, 196, 4, 237), (1798, 196, 7, 193), (1812, 196, 7, 207), (1869, 196, 7, 264), (6863, 196, 27, 169), (6882, 196, 27, 188), (6892, 196, 27, 198), (6917, 196, 27, 223), (9368, 196, 38, 43), (9512, 196, 38, 187), (9545, 196, 38, 220), (10621, 196, 43, 139), (10636, 196, 43, 154), (10724, 196, 43, 242), (14700, 196, 61, 266), (15554, 196, 66, 78), (15644, 196, 66, 168), (15718, 196, 66, 242), (15743, 196, 66, 267), (18061, 196, 78, 187), (18094, 196, 78, 220), (18223, 196, 79, 156), (18270, 196, 79, 203), (18303, 196, 79, 236), (18326, 196, 79, 259), (19292, 196, 85, 86), (19395, 196, 85, 189), (19399, 196, 85, 193), (19511, 196, 86, 119), (19605, 196, 86, 213), (19625, 196, 86, 233), (19680, 196, 87, 103), (19733, 196, 87, 156), (19780, 196, 87, 203), (19836, 196, 87, 259), (20295, 196, 90, 169), (20314, 196, 90, 188), (20324, 196, 90, 198), (20666, 196, 92, 179), (20682, 196, 92, 195), (20721, 196, 92, 234), (20735, 196, 92, 248), (22524, 196, 103, 122), (22616, 196, 103, 214), (22667, 196, 103, 265), (22836, 196, 104, 266), (22840, 196, 104, 270), (25168, 196, 119, 193), (25239, 196, 119, 264), (25582, 196, 122, 151), (25609, 196, 122, 178), (25666, 196, 122, 235), (28024, 196, 139, 187), (28048, 196, 139, 211), (29573, 196, 151, 214), (29624, 196, 151, 265), (29627, 196, 151, 268), (29927, 196, 154, 211), (30164, 196, 156, 214), (30215, 196, 156, 265), (30584, 196, 160, 179), (30600, 196, 160, 195), (30653, 196, 160, 248), (30675, 196, 160, 270), (30719, 196, 161, 203), (30752, 196, 161, 236), (30775, 196, 161, 259), (31412, 196, 167, 248), (31430, 196, 167, 266), (31434, 196, 167, 270), (31472, 196, 168, 203), (31505, 196, 168, 236), (32465, 196, 178, 208), (32522, 196, 178, 265), (32525, 196, 178, 268), (32654, 196, 180, 211), (33302, 196, 187, 242), (33357, 196, 188, 213), (33373, 196, 188, 229), (33440, 196, 189, 213), (33456, 196, 189, 229), (33460, 196, 189, 233), (33754, 196, 193, 205), (33976, 196, 196, 196), (33985, 196, 196, 205), (33987, 196, 196, 207), (34044, 196, 196, 264), (34158, 196, 198, 229), (34626, 196, 205, 207), (34683, 196, 205, 264), (34754, 196, 206, 269), (34756, 196, 206, 271), (34824, 196, 208, 210), (34849, 196, 208, 235), (35000, 196, 210, 261), (35010, 196, 210, 271), (35037, 196, 211, 237), (35142, 196, 213, 223), (35236, 196, 214, 259), (35546, 196, 220, 242), (35571, 196, 220, 267), (35683, 196, 223, 229), (35687, 196, 223, 233), (36225, 196, 235, 261), (36232, 196, 235, 268), (36267, 196, 236, 267), (36681, 196, 251, 261), (36689, 196, 251, 269), (36691, 196, 251, 271), (30, 197, 1, 30), (255, 197, 1, 255), (263, 197, 1, 263), (293, 197, 2, 23), (315, 197, 2, 45), (441, 197, 2, 171), (621, 197, 3, 82), (758, 197, 3, 219), (783, 197, 3, 244), (908, 197, 4, 101), (1063, 197, 4, 256), (1225, 197, 5, 151), (1252, 197, 5, 178), (1309, 197, 5, 235), (1429, 197, 6, 89), (1456, 197, 6, 116), (1540, 197, 6, 200), (1645, 197, 7, 40), (1705, 197, 7, 100), (1723, 197, 7, 118), (1979, 197, 8, 110), (2003, 197, 8, 134), (2118, 197, 8, 249), (2191, 197, 9, 59), (2276, 197, 9, 144), (2332, 197, 9, 200), (2503, 197, 10, 109), (2574, 197, 10, 180), (2654, 197, 10, 260), (2740, 197, 11, 85), (2868, 197, 11, 213), (2888, 197, 11, 233), (3103, 197, 12, 188), (3113, 197, 12, 198), (3138, 197, 12, 223), (3282, 197, 13, 108), (3408, 197, 13, 234), (3434, 197, 13, 260), (3459, 197, 14, 27), (3645, 197, 14, 213), (3661, 197, 14, 229), (3716, 197, 15, 27), (3779, 197, 15, 90), (4262, 197, 17, 62), (4355, 197, 17, 155), (4453, 197, 17, 253), (4888, 197, 19, 181), (4929, 197, 19, 222), (4935, 197, 19, 228), (5097, 197, 20, 139), (5112, 197, 20, 154), (5195, 197, 20, 237), (5246, 197, 21, 37), (5346, 197, 21, 137), (5606, 197, 22, 147), (5618, 197, 22, 159), (5791, 197, 23, 83), (5954, 197, 23, 246), (6064, 197, 24, 108), (6065, 197, 24, 109), (6216, 197, 24, 260), (6289, 197, 25, 86), (6392, 197, 25, 189), (6625, 197, 26, 176), (6635, 197, 26, 186), (6696, 197, 26, 247), (6745, 197, 27, 51), (7117, 197, 28, 179), (7133, 197, 28, 195), (7186, 197, 28, 248), (7318, 197, 29, 137), (7635, 197, 30, 212), (7655, 197, 30, 232), (7932, 197, 31, 266), (7936, 197, 31, 270), (7972, 197, 32, 66), (8126, 197, 32, 220), (8323, 197, 33, 178), (8380, 197, 33, 235), (8594, 197, 34, 211), (8723, 197, 35, 103), (8771, 197, 35, 151), (8776, 197, 35, 156), (8965, 197, 36, 109), (9036, 197, 36, 180), (9093, 197, 36, 237), (9159, 197, 37, 68), (9198, 197, 37, 107), (9399, 197, 38, 74), (9678, 197, 39, 120), (9750, 197, 39, 192), (9910, 197, 40, 119), (9996, 197, 40, 205), (10065, 197, 41, 43), (10209, 197, 41, 187), (10242, 197, 41, 220), (10317, 197, 42, 64), (10366, 197, 42, 113), (10394, 197, 42, 141), (10738, 197, 43, 256), (10837, 197, 44, 127), (10848, 197, 44, 138), (10912, 197, 44, 202), (11020, 197, 45, 83), (11176, 197, 45, 239), (11339, 197, 46, 176), (11349, 197, 46, 186), (11372, 197, 46, 209), (11552, 197, 47, 164), (11582, 197, 47, 194), (11585, 197, 47, 197), (11805, 197, 48, 193), (11819, 197, 48, 207), (11876, 197, 48, 264), (11891, 197, 49, 56), (12025, 197, 49, 190), (12067, 197, 49, 232), (12185, 197, 50, 128), (12238, 197, 50, 181), (12368, 197, 51, 90), (12507, 197, 51, 229), (12602, 197, 52, 103), (12655, 197, 52, 156), (12758, 197, 52, 259), (12791, 197, 53, 73), (12961, 197, 53, 243), (12980, 197, 53, 262), (13142, 197, 54, 206), (13146, 197, 54, 210), (13187, 197, 54, 251), (13226, 197, 55, 73), (13267, 197, 55, 114), (13396, 197, 55, 243), (13433, 197, 56, 64), (13502, 197, 56, 133), (13669, 197, 57, 85), (13703, 197, 57, 119), (13817, 197, 57, 233), (13977, 197, 58, 179), (13993, 197, 58, 195), (14032, 197, 58, 234), (14157, 197, 59, 146), (14213, 197, 59, 202), (14406, 197, 60, 183), (14502, 197, 61, 68), (14541, 197, 61, 107), (14795, 197, 62, 150), (14875, 197, 62, 230), (15040, 197, 63, 186), (15101, 197, 63, 247), (15111, 197, 63, 257), (15207, 197, 64, 145), (15675, 197, 66, 199), (15730, 197, 66, 254), (15799, 197, 67, 117), (15901, 197, 67, 219), (15926, 197, 67, 244), (16023, 197, 68, 137), (16193, 197, 69, 104), (16256, 197, 69, 167), (16486, 197, 70, 195), (16539, 197, 70, 248), (16561, 197, 70, 270), (16640, 197, 71, 148), (16701, 197, 71, 209), (16810, 197, 72, 117), (16857, 197, 72, 164), (16887, 197, 72, 194), (17077, 197, 73, 185), (17229, 197, 74, 139), (17244, 197, 74, 154), (17407, 197, 75, 120), (17479, 197, 75, 192), (17532, 197, 75, 245), (17566, 197, 76, 83), (17609, 197, 76, 126), (17729, 197, 76, 246), (17787, 197, 77, 108), (17858, 197, 77, 179), (17913, 197, 77, 234), (18348, 197, 80, 89), (18375, 197, 80, 116), (18463, 197, 80, 204), (18776, 197, 82, 136), (18893, 197, 82, 253), (19306, 197, 85, 100), (19523, 197, 86, 131), (19527, 197, 86, 135), (19853, 197, 88, 92), (19921, 197, 88, 160), (20135, 197, 89, 191), (20291, 197, 90, 165), (20421, 197, 91, 114), (20481, 197, 91, 174), (20489, 197, 91, 182), (20645, 197, 92, 158), (20657, 197, 92, 170), (20820, 197, 93, 154), (20846, 197, 93, 180), (20903, 197, 93, 237), (21084, 197, 94, 240), (21089, 197, 94, 245), (21096, 197, 94, 252), (21270, 197, 95, 249), (21317, 197, 96, 120), (21437, 197, 96, 240), (21442, 197, 96, 245), (21742, 197, 98, 196), (21753, 197, 98, 207), (21810, 197, 98, 264), (21922, 197, 99, 203), (21955, 197, 99, 236), (22010, 197, 100, 119), (22273, 197, 101, 211), (22428, 197, 102, 196), (22437, 197, 102, 205), (22439, 197, 102, 207), (22620, 197, 103, 218), (22677, 197, 104, 107), (22847, 197, 105, 110), (22986, 197, 105, 249), (23739, 197, 110, 182), (23924, 197, 111, 206), (24183, 197, 113, 145), (24290, 197, 113, 252), (24381, 197, 114, 185), (24769, 197, 116, 258), (24890, 197, 117, 224), (25017, 197, 118, 196), (25026, 197, 118, 205), (25419, 197, 121, 138), (25427, 197, 121, 146), (25483, 197, 121, 202), (25749, 197, 123, 169), (25897, 197, 124, 169), (25926, 197, 124, 198), (26068, 197, 125, 193), (26139, 197, 125, 264), (26227, 197, 126, 204), (26261, 197, 126, 238), (26340, 197, 127, 172), (26423, 197, 127, 255), (26462, 197, 128, 149), (26544, 197, 128, 231), (26611, 197, 129, 155), (26640, 197, 129, 184), (26864, 197, 130, 266), (26933, 197, 131, 193), (27040, 197, 132, 159), (27106, 197, 132, 225), (27167, 197, 133, 145), (27212, 197, 133, 190), (27334, 197, 134, 174), (27342, 197, 134, 182), (27487, 197, 135, 189), (27521, 197, 135, 223), (27584, 197, 136, 150), (27653, 197, 136, 219), (27875, 197, 138, 172), (28340, 197, 141, 240), (28352, 197, 141, 252), (28469, 197, 142, 239), (28473, 197, 142, 243), (28492, 197, 142, 262), (28634, 197, 144, 146), (28679, 197, 144, 191), (29025, 197, 147, 157), (29085, 197, 147, 217), (29155, 197, 148, 163), (29167, 197, 148, 175), (29298, 197, 149, 183), (29491, 197, 150, 253), (29577, 197, 151, 218), (29692, 197, 152, 213), (29708, 197, 152, 229), (29712, 197, 152, 233), (29808, 197, 153, 210), (29849, 197, 153, 251), (30064, 197, 155, 230), (30171, 197, 156, 221), (30257, 197, 157, 192), (30339, 197, 158, 160), (30510, 197, 159, 217), (30620, 197, 160, 215), (30795, 197, 162, 169), (30814, 197, 162, 188), (30824, 197, 162, 198), (30912, 197, 163, 176), (30945, 197, 163, 209), (31041, 197, 164, 197), (31247, 197, 166, 188), (31248, 197, 166, 189), (31282, 197, 166, 223), (31379, 197, 167, 215), (31814, 197, 171, 239), (31837, 197, 171, 262), (31888, 197, 172, 212), (31959, 197, 173, 184), (32058, 197, 174, 185), (32347, 197, 177, 184), (32475, 197, 178, 218), (32765, 197, 181, 231), (32896, 197, 183, 50), (33259, 197, 187, 199), (33316, 197, 187, 256), (33572, 197, 190, 263), (33590, 197, 191, 200), (33851, 197, 194, 224), (34052, 197, 197, 197), (34222, 197, 199, 220), (34348, 197, 201, 203), (34381, 197, 201, 236), (34404, 197, 201, 259), (34505, 197, 203, 221), (34610, 197, 204, 258), (34712, 197, 206, 227), (34955, 197, 210, 216), (35115, 197, 212, 255), (35325, 197, 216, 235), (35614, 197, 221, 259), (35636, 197, 222, 231), (35662, 197, 222, 257), (35746, 197, 224, 244), (35843, 197, 226, 248), (35861, 197, 226, 266), (35865, 197, 226, 270), (35891, 197, 227, 251), (35931, 197, 228, 247), (35941, 197, 228, 257), (36113, 197, 232, 263), (36254, 197, 236, 254), (36315, 197, 238, 246), (36327, 197, 238, 258), (1076, 198, 4, 269), (1713, 198, 7, 108), (1714, 198, 7, 109), (1759, 198, 7, 154), (1784, 198, 7, 179), (1785, 198, 7, 180), (1839, 198, 7, 234), (1842, 198, 7, 237), (1865, 198, 7, 260), (6732, 198, 27, 38), (6772, 198, 27, 78), (6833, 198, 27, 139), (6848, 198, 27, 154), (6862, 198, 27, 168), (6931, 198, 27, 237), (6936, 198, 27, 242), (6961, 198, 27, 267), (9169, 198, 37, 78), (9170, 198, 37, 79), (9178, 198, 37, 87), (9252, 198, 37, 161), (9259, 198, 37, 168), (9305, 198, 37, 214), (9356, 198, 37, 265), (9358, 198, 37, 267), (9410, 198, 38, 85), (9415, 198, 38, 90), (9538, 198, 38, 213), (9554, 198, 38, 229), (9558, 198, 38, 233), (14513, 198, 61, 79), (14521, 198, 61, 87), (14556, 198, 61, 122), (14595, 198, 61, 161), (14602, 198, 61, 168), (14648, 198, 61, 214), (14699, 198, 61, 265), (14701, 198, 61, 267), (17964, 198, 78, 90), (18011, 198, 78, 137), (18087, 198, 78, 213), (18103, 198, 78, 229), (18171, 198, 79, 104), (18204, 198, 79, 137), (18234, 198, 79, 167), (19314, 198, 85, 108), (19315, 198, 85, 109), (19345, 198, 85, 139), (19360, 198, 85, 154), (19386, 198, 85, 180), (19443, 198, 85, 237), (19466, 198, 85, 260), (19571, 198, 86, 179), (19587, 198, 86, 195), (19640, 198, 86, 248), (19658, 198, 86, 266), (19662, 198, 86, 270), (19681, 198, 87, 104), (19714, 198, 87, 137), (19737, 198, 87, 160), (19744, 198, 87, 167), (20265, 198, 90, 139), (20280, 198, 90, 154), (20287, 198, 90, 161), (20294, 198, 90, 168), (20368, 198, 90, 242), (20393, 198, 90, 267), (20609, 198, 92, 122), (20695, 198, 92, 208), (20701, 198, 92, 214), (20748, 198, 92, 261), (20752, 198, 92, 265), (20755, 198, 92, 268), (20758, 198, 92, 271), (22692, 198, 104, 122), (22731, 198, 104, 161), (22738, 198, 104, 168), (22784, 198, 104, 214), (22835, 198, 104, 265), (22838, 198, 104, 268), (23351, 198, 108, 119), (23425, 198, 108, 193), (23428, 198, 108, 196), (23437, 198, 108, 205), (23439, 198, 108, 207), (23496, 198, 108, 264), (23514, 198, 109, 119), (23591, 198, 109, 196), (23600, 198, 109, 205), (23602, 198, 109, 207), (23608, 198, 109, 213), (23628, 198, 109, 233), (25114, 198, 119, 139), (25129, 198, 119, 154), (25155, 198, 119, 180), (25209, 198, 119, 234), (25212, 198, 119, 237), (25235, 198, 119, 260), (25591, 198, 122, 160), (25598, 198, 122, 167), (27730, 198, 137, 161), (27737, 198, 137, 168), (27783, 198, 137, 214), (27811, 198, 137, 242), (27836, 198, 137, 267), (28050, 198, 139, 213), (28066, 198, 139, 229), (28070, 198, 139, 233), (29929, 198, 154, 213), (29945, 198, 154, 229), (29949, 198, 154, 233), (30613, 198, 160, 208), (30619, 198, 160, 214), (30666, 198, 160, 261), (30670, 198, 160, 265), (30673, 198, 160, 268), (30676, 198, 160, 271), (30683, 198, 161, 167), (31372, 198, 167, 208), (31378, 198, 167, 214), (31429, 198, 167, 265), (31432, 198, 167, 268), (31560, 198, 169, 188), (31570, 198, 169, 198), (32544, 198, 179, 193), (32547, 198, 179, 196), (32556, 198, 179, 205), (32558, 198, 179, 207), (32615, 198, 179, 264), (32639, 198, 180, 196), (32648, 198, 180, 205), (32656, 198, 180, 213), (32672, 198, 180, 229), (32676, 198, 180, 233), (33410, 198, 188, 266), (33414, 198, 188, 270), (33422, 198, 189, 195), (33475, 198, 189, 248), (33493, 198, 189, 266), (33497, 198, 189, 270), (33744, 198, 193, 195), (33783, 198, 193, 234), (33797, 198, 193, 248), (33815, 198, 193, 266), (33819, 198, 193, 270), (33900, 198, 195, 196), (33909, 198, 195, 205), (33911, 198, 195, 207), (33968, 198, 195, 264), (34014, 198, 196, 234), (34028, 198, 196, 248), (34040, 198, 196, 260), (34127, 198, 198, 198), (34195, 198, 198, 266), (34653, 198, 205, 234), (34656, 198, 205, 237), (34679, 198, 205, 260), (34784, 198, 207, 234), (34798, 198, 207, 248), (34810, 198, 207, 260), (34820, 198, 207, 270), (35069, 198, 211, 269), (35156, 198, 213, 237), (35161, 198, 213, 242), (35702, 198, 223, 248), (35720, 198, 223, 266), (35724, 198, 223, 270), (35964, 198, 229, 237), (35969, 198, 229, 242), (35994, 198, 229, 267), (36126, 198, 233, 237), (36131, 198, 233, 242), (36149, 198, 233, 260), (36191, 198, 234, 264), (36618, 198, 248, 264), (36828, 198, 260, 264), (36868, 198, 264, 266), (36872, 198, 264, 270), (7059, 199, 28, 121), (34201, 199, 199, 199), (34274, 200, 200, 200), (7316, 201, 29, 135), (34346, 201, 201, 201), (9690, 202, 39, 132), (34417, 202, 202, 202), (67, 203, 1, 67), (34487, 203, 203, 203), (34556, 204, 204, 204), (12240, 205, 50, 183), (34624, 205, 205, 205), (34691, 206, 206, 206), (9176, 207, 37, 85), (34757, 207, 207, 207), (1683, 208, 7, 78), (34822, 208, 208, 208), (92, 209, 1, 92), (104, 209, 1, 104), (160, 209, 1, 160), (167, 209, 1, 167), (277, 209, 2, 7), (297, 209, 2, 27), (355, 209, 2, 85), (360, 209, 2, 90), (389, 209, 2, 119), (475, 209, 2, 205), (483, 209, 2, 213), (499, 209, 2, 229), (503, 209, 2, 233), (647, 209, 3, 108), (648, 209, 3, 109), (678, 209, 3, 139), (693, 209, 3, 154), (718, 209, 3, 179), (719, 209, 3, 180), (773, 209, 3, 234), (776, 209, 3, 237), (799, 209, 3, 260), (849, 209, 4, 42), (927, 209, 4, 120), (952, 209, 4, 145), (954, 209, 4, 147), (999, 209, 4, 192), (1047, 209, 4, 240), (1052, 209, 4, 245), (1059, 209, 4, 252), (1367, 209, 6, 27), (1377, 209, 6, 37), (1401, 209, 6, 61), (1430, 209, 6, 90), (1444, 209, 6, 104), (1477, 209, 6, 137), (1569, 209, 6, 229), (1678, 209, 7, 73), (1688, 209, 7, 83), (1719, 209, 7, 114), (1779, 209, 7, 174), (1787, 209, 7, 182), (1844, 209, 7, 239), (1848, 209, 7, 243), (1867, 209, 7, 262), (1955, 209, 8, 86), (2058, 209, 8, 189), (2062, 209, 8, 193), (2065, 209, 8, 196), (2074, 209, 8, 205), (2076, 209, 8, 207), (2092, 209, 8, 223), (2133, 209, 8, 264), (2169, 209, 9, 37), (2193, 209, 9, 61), (2222, 209, 9, 90), (2236, 209, 9, 104), (2269, 209, 9, 137), (2299, 209, 9, 167), (4369, 209, 17, 169), (4388, 209, 17, 188), (4398, 209, 17, 198), (4423, 209, 17, 223), (4858, 209, 19, 151), (4885, 209, 19, 178), (4913, 209, 19, 206), (4917, 209, 19, 210), (4942, 209, 19, 235), (4958, 209, 19, 251), (5916, 209, 23, 208), (5969, 209, 23, 261), (5976, 209, 23, 268), (5977, 209, 23, 269), (5979, 209, 23, 271), (6774, 209, 27, 80), (6777, 209, 27, 83), (6820, 209, 27, 126), (6885, 209, 27, 191), (6933, 209, 27, 239), (6940, 209, 27, 246), (6952, 209, 27, 258), (9171, 209, 37, 80), (9218, 209, 37, 127), (9229, 209, 37, 138), (9237, 209, 37, 146), (9282, 209, 37, 191), (9293, 209, 37, 202), (9349, 209, 37, 258), (9387, 209, 38, 62), (9461, 209, 38, 136), (9480, 209, 38, 155), (9509, 209, 38, 184), (9578, 209, 38, 253), (10296, 209, 42, 43), (10464, 209, 42, 211), (10602, 209, 43, 120), (10629, 209, 43, 147), (10641, 209, 43, 159), (10674, 209, 43, 192), (10722, 209, 43, 240), (10727, 209, 43, 245), (10734, 209, 43, 252), (11059, 209, 45, 122), (11145, 209, 45, 208), (11198, 209, 45, 261), (11205, 209, 45, 268), (11206, 209, 45, 269), (11208, 209, 45, 271), (11496, 209, 47, 108), (11497, 209, 47, 109), (11567, 209, 47, 179), (11583, 209, 47, 195), (11622, 209, 47, 234), (11636, 209, 47, 248), (11648, 209, 47, 260), (11654, 209, 47, 266), (11658, 209, 47, 270), (12160, 209, 50, 103), (12208, 209, 50, 151), (12213, 209, 50, 156), (12235, 209, 50, 178), (12263, 209, 50, 206), (12267, 209, 50, 210), (12292, 209, 50, 235), (12308, 209, 50, 251), (12805, 209, 53, 87), (12840, 209, 53, 122), (12926, 209, 53, 208), (12932, 209, 53, 214), (12979, 209, 53, 261), (12983, 209, 53, 265), (12986, 209, 53, 268), (12989, 209, 53, 271), (13232, 209, 55, 79), (13240, 209, 55, 87), (13275, 209, 55, 122), (13361, 209, 55, 208), (13367, 209, 55, 214), (13414, 209, 55, 261), (13418, 209, 55, 265), (13421, 209, 55, 268), (13424, 209, 55, 271), (13461, 209, 56, 92), (13529, 209, 56, 160), (13580, 209, 56, 211), (14326, 209, 60, 103), (14374, 209, 60, 151), (14379, 209, 60, 156), (14401, 209, 60, 178), (14426, 209, 60, 203), (14433, 209, 60, 210), (14458, 209, 60, 235), (14482, 209, 60, 259), (14514, 209, 61, 80), (14561, 209, 61, 127), (14572, 209, 61, 138), (14580, 209, 61, 146), (14625, 209, 61, 191), (14636, 209, 61, 202), (14646, 209, 61, 212), (14723, 209, 62, 78), (14754, 209, 62, 109), (14784, 209, 62, 139), (14799, 209, 62, 154), (14825, 209, 62, 180), (14882, 209, 62, 237), (14887, 209, 62, 242), (14905, 209, 62, 260), (15336, 209, 65, 66), (15373, 209, 65, 103), (15421, 209, 65, 151), (15426, 209, 65, 156), (15448, 209, 65, 178), (15473, 209, 65, 203), (15506, 209, 65, 236), (15529, 209, 65, 259), (15596, 209, 66, 120), (15623, 209, 66, 147), (15635, 209, 66, 159), (15668, 209, 66, 192), (15701, 209, 66, 225), (15721, 209, 66, 245), (15790, 209, 67, 108), (15791, 209, 67, 109), (15836, 209, 67, 154), (15861, 209, 67, 179), (15862, 209, 67, 180), (15877, 209, 67, 195), (15916, 209, 67, 234), (15919, 209, 67, 237), (15942, 209, 67, 260), (16801, 209, 72, 108), (16802, 209, 72, 109), (16872, 209, 72, 179), (16873, 209, 72, 180), (16888, 209, 72, 195), (16927, 209, 72, 234), (16941, 209, 72, 248), (16953, 209, 72, 260), (16963, 209, 72, 270), (16977, 209, 73, 85), (17011, 209, 73, 119), (17085, 209, 73, 193), (17088, 209, 73, 196), (17097, 209, 73, 205), (17099, 209, 73, 207), (17125, 209, 73, 233), (17156, 209, 73, 264), (17691, 209, 76, 208), (17744, 209, 76, 261), (17752, 209, 76, 269), (17754, 209, 76, 271), (17984, 209, 78, 110), (18029, 209, 78, 155), (18058, 209, 78, 184), (18123, 209, 78, 249), (18158, 209, 79, 91), (18177, 209, 79, 110), (18201, 209, 79, 134), (18252, 209, 79, 185), (18316, 209, 79, 249), (18349, 209, 80, 90), (18396, 209, 80, 137), (18472, 209, 80, 213), (18488, 209, 80, 229), (18553, 209, 81, 103), (18601, 209, 81, 151), (18606, 209, 81, 156), (18628, 209, 81, 178), (18653, 209, 81, 203), (18685, 209, 81, 235), (18686, 209, 81, 236), (18709, 209, 81, 259), (18809, 209, 82, 169), (18838, 209, 82, 198), (18906, 209, 82, 266), (18910, 209, 82, 270), (18915, 209, 83, 85), (18920, 209, 83, 90), (18949, 209, 83, 119), (19043, 209, 83, 213), (19059, 209, 83, 229), (19063, 209, 83, 233), (19121, 209, 84, 103), (19169, 209, 84, 151), (19174, 209, 84, 156), (19196, 209, 84, 178), (19221, 209, 84, 203), (19253, 209, 84, 235), (19254, 209, 84, 236), (19277, 209, 84, 259), (19320, 209, 85, 114), (19332, 209, 85, 126), (19445, 209, 85, 239), (19449, 209, 85, 243), (19452, 209, 85, 246), (19468, 209, 85, 262), (19487, 209, 86, 95), (19497, 209, 86, 105), (19521, 209, 86, 129), (19565, 209, 86, 173), (19566, 209, 86, 174), (19569, 209, 86, 177), (19574, 209, 86, 182), (19642, 209, 86, 250), (19668, 209, 87, 91), (19687, 209, 87, 110), (19711, 209, 87, 134), (19762, 209, 87, 185), (19826, 209, 87, 249), (20213, 209, 89, 269), (20252, 209, 90, 126), (20317, 209, 90, 191), (20372, 209, 90, 246), (20384, 209, 90, 258), (20429, 209, 91, 122), (20468, 209, 91, 161), (20475, 209, 91, 168), (20515, 209, 91, 208), (20521, 209, 91, 214), (20572, 209, 91, 265), (20575, 209, 91, 268), (20614, 209, 92, 127), (20625, 209, 92, 138), (20632, 209, 92, 145), (20677, 209, 92, 190), (20689, 209, 92, 202), (20699, 209, 92, 212), (20719, 209, 92, 232), (21209, 209, 95, 188), (21210, 209, 95, 189), (21214, 209, 95, 193), (21219, 209, 95, 198), (21228, 209, 95, 207), (21244, 209, 95, 223), (21285, 209, 95, 264), (22551, 209, 103, 149), (22627, 209, 103, 225), (22633, 209, 103, 231), (22697, 209, 104, 127), (22708, 209, 104, 138), (22716, 209, 104, 146), (22761, 209, 104, 191), (22772, 209, 104, 202), (22782, 209, 104, 212), (22925, 209, 105, 188), (22926, 209, 105, 189), (22930, 209, 105, 193), (22933, 209, 105, 196), (22944, 209, 105, 207), (22960, 209, 105, 223), (23001, 209, 105, 264), (23368, 209, 108, 136), (23396, 209, 108, 164), (23429, 209, 108, 197), (23456, 209, 108, 224), (23485, 209, 108, 253), (23531, 209, 109, 136), (23550, 209, 109, 155), (23619, 209, 109, 224), (23648, 209, 109, 253), (23679, 209, 110, 122), (23718, 209, 110, 161), (23725, 209, 110, 168), (23771, 209, 110, 214), (23822, 209, 110, 265), (23824, 209, 110, 267), (24315, 209, 114, 119), (24389, 209, 114, 193), (24392, 209, 114, 196), (24401, 209, 114, 205), (24403, 209, 114, 207), (24460, 209, 114, 264), (24780, 209, 116, 269), (24845, 209, 117, 179), (24861, 209, 117, 195), (24914, 209, 117, 248), (24932, 209, 117, 266), (24936, 209, 117, 270), (25149, 209, 119, 174), (25214, 209, 119, 239), (25218, 209, 119, 243), (25221, 209, 119, 246), (25237, 209, 119, 262), (25314, 209, 120, 187), (25338, 209, 120, 211), (25347, 209, 120, 220), (25565, 209, 122, 134), (25573, 209, 122, 142), (25602, 209, 122, 171), (25616, 209, 122, 185), (26160, 209, 126, 137), (26236, 209, 126, 213), (26252, 209, 126, 229), (26256, 209, 126, 233), (26328, 209, 127, 160), (26335, 209, 127, 167), (26625, 209, 129, 169), (26644, 209, 129, 188), (26645, 209, 129, 189), (26654, 209, 129, 198), (26679, 209, 129, 223), (27321, 209, 134, 161), (27328, 209, 134, 168), (27374, 209, 134, 214), (27425, 209, 134, 265), (27427, 209, 134, 267), (27428, 209, 134, 268), (27573, 209, 136, 139), (27588, 209, 136, 154), (27614, 209, 136, 180), (27668, 209, 136, 234), (27671, 209, 136, 237), (27694, 209, 136, 260), (27707, 209, 137, 138), (27715, 209, 137, 146), (27760, 209, 137, 191), (27771, 209, 137, 202), (27827, 209, 137, 258), (27863, 209, 138, 160), (27870, 209, 138, 167), (27992, 209, 139, 155), (28021, 209, 139, 184), (28090, 209, 139, 253), (28438, 209, 142, 208), (28444, 209, 142, 214), (28491, 209, 142, 261), (28495, 209, 142, 265), (28498, 209, 142, 268), (28499, 209, 142, 269), (28501, 209, 142, 271), (28826, 209, 145, 211), (28901, 209, 146, 160), (28908, 209, 146, 167), (29055, 209, 147, 187), (29071, 209, 147, 203), (29088, 209, 147, 220), (29104, 209, 147, 236), (29127, 209, 147, 259), (29168, 209, 148, 176), (29198, 209, 148, 206), (29201, 209, 148, 209), (29266, 209, 149, 151), (29271, 209, 149, 156), (29293, 209, 149, 178), (29325, 209, 149, 210), (29350, 209, 149, 235), (29366, 209, 149, 251), (29374, 209, 149, 259), (29407, 209, 150, 169), (29426, 209, 150, 188), (29436, 209, 150, 198), (29504, 209, 150, 266), (29584, 209, 151, 225), (29590, 209, 151, 231), (29871, 209, 154, 155), (29900, 209, 154, 184), (29969, 209, 154, 253), (30014, 209, 155, 180), (30071, 209, 155, 237), (30076, 209, 155, 242), (30101, 209, 155, 267), (30109, 209, 156, 159), (30175, 209, 156, 225), (30480, 209, 159, 187), (30496, 209, 159, 203), (30513, 209, 159, 220), (30529, 209, 159, 236), (30552, 209, 159, 259), (30595, 209, 160, 190), (30607, 209, 160, 202), (30617, 209, 160, 212), (30637, 209, 160, 232), (30700, 209, 161, 184), (30701, 209, 161, 185), (30765, 209, 161, 249), (31023, 209, 164, 179), (31039, 209, 164, 195), (31078, 209, 164, 234), (31092, 209, 164, 248), (31110, 209, 164, 266), (31114, 209, 164, 270), (31355, 209, 167, 191), (31366, 209, 167, 202), (31376, 209, 167, 212), (31396, 209, 167, 232), (31453, 209, 168, 184), (31518, 209, 168, 249), (31545, 209, 169, 173), (31549, 209, 169, 177), (31591, 209, 169, 219), (31602, 209, 169, 230), (31622, 209, 169, 250), (31783, 209, 171, 208), (31836, 209, 171, 261), (31840, 209, 171, 265), (31843, 209, 171, 268), (31844, 209, 171, 269), (31846, 209, 171, 271), (31963, 209, 173, 188), (31964, 209, 173, 189), (31973, 209, 173, 198), (31998, 209, 173, 223), (32066, 209, 174, 193), (32069, 209, 174, 196), (32078, 209, 174, 205), (32080, 209, 174, 207), (32137, 209, 174, 264), (32274, 209, 176, 206), (32278, 209, 176, 210), (32319, 209, 176, 251), (32351, 209, 177, 188), (32352, 209, 177, 189), (32356, 209, 177, 193), (32361, 209, 177, 198), (32386, 209, 177, 223), (32488, 209, 178, 231), (32514, 209, 178, 257), (32545, 209, 179, 194), (32548, 209, 179, 197), (32575, 209, 179, 224), (32667, 209, 180, 224), (32696, 209, 180, 253), (32813, 209, 182, 189), (32817, 209, 182, 193), (32820, 209, 182, 196), (32829, 209, 182, 205), (32831, 209, 182, 207), (32888, 209, 182, 264), (33039, 209, 184, 237), (33044, 209, 184, 242), (33069, 209, 184, 267), (33097, 209, 185, 208), (33103, 209, 185, 214), (33150, 209, 185, 261), (33154, 209, 185, 265), (33157, 209, 185, 268), (33181, 209, 186, 206), (33185, 209, 186, 210), (33226, 209, 186, 251), (33252, 209, 187, 192), (33300, 209, 187, 240), (33305, 209, 187, 245), (33312, 209, 187, 252), (33374, 209, 188, 230), (33394, 209, 188, 250), (33457, 209, 189, 230), (33477, 209, 189, 250), (33681, 209, 192, 211), (33690, 209, 192, 220), (33706, 209, 192, 236), (33799, 209, 193, 250), (33822, 209, 194, 195), (33861, 209, 194, 234), (33875, 209, 194, 248), (33893, 209, 194, 266), (33897, 209, 194, 270), (33901, 209, 195, 197), (33928, 209, 195, 224), (33948, 209, 195, 244), (34019, 209, 196, 239), (34023, 209, 196, 243), (34042, 209, 196, 262), (34089, 209, 197, 234), (34103, 209, 197, 248), (34115, 209, 197, 260), (34121, 209, 197, 266), (34125, 209, 197, 270), (34159, 209, 198, 230), (34179, 209, 198, 250), (34509, 209, 203, 225), (34621, 209, 204, 269), (34623, 209, 204, 271), (34658, 209, 205, 239), (34662, 209, 205, 243), (34681, 209, 205, 262), (34694, 209, 206, 209), (34716, 209, 206, 231), (34732, 209, 206, 247), (34742, 209, 206, 257), (34793, 209, 207, 243), (34812, 209, 207, 262), (34886, 209, 209, 209), (34928, 209, 209, 251), (34970, 209, 210, 231), (34986, 209, 210, 247), (34996, 209, 210, 257), (35040, 209, 211, 240), (35045, 209, 211, 245), (35052, 209, 211, 252), (35158, 209, 213, 239), (35162, 209, 213, 243), (35165, 209, 213, 246), (35177, 209, 213, 258), (35181, 209, 213, 262), (35226, 209, 214, 249), (35500, 209, 219, 248), (35518, 209, 219, 266), (35522, 209, 219, 270), (35529, 209, 220, 225), (35544, 209, 220, 240), (35549, 209, 220, 245), (35684, 209, 223, 230), (35704, 209, 223, 250), (35736, 209, 224, 234), (35739, 209, 224, 237), (35750, 209, 224, 248), (35762, 209, 224, 260), (35785, 209, 225, 236), (35808, 209, 225, 259), (35966, 209, 229, 239), (35973, 209, 229, 246), (35985, 209, 229, 258), (35989, 209, 229, 262), (36045, 209, 231, 235), (36061, 209, 231, 251), (36128, 209, 233, 239), (36132, 209, 233, 243), (36135, 209, 233, 246), (36147, 209, 233, 258), (36151, 209, 233, 262), (36211, 209, 235, 247), (36221, 209, 235, 257), (36288, 209, 237, 253), (36330, 209, 238, 261), (36338, 209, 238, 269), (36340, 209, 238, 271), (36444, 209, 242, 249), (36448, 209, 242, 253), (36488, 209, 243, 264), (36500, 209, 244, 248), (36518, 209, 244, 266), (36522, 209, 244, 270), (36581, 209, 247, 251), (36642, 209, 249, 265), (36644, 209, 249, 267), (36663, 209, 250, 264), (36677, 209, 251, 257), (36719, 209, 253, 260), (85, 210, 1, 85), (119, 210, 1, 119), (233, 210, 1, 233), (439, 210, 2, 169), (468, 210, 2, 198), (661, 210, 3, 122), (804, 210, 3, 265), (807, 210, 3, 268), (826, 210, 4, 19), (1038, 210, 4, 231), (1064, 210, 4, 257), (1426, 210, 6, 86), (1533, 210, 6, 193), (1732, 210, 7, 127), (1743, 210, 7, 138), (1817, 210, 7, 212), (2064, 210, 8, 195), (2117, 210, 8, 248), (2139, 210, 8, 270), (2325, 210, 9, 193), (2339, 210, 9, 207), (2396, 210, 9, 264), (4354, 210, 17, 154), (4380, 210, 17, 180), (4437, 210, 17, 237), (4750, 210, 19, 43), (4918, 210, 19, 211), (6736, 210, 27, 42), (6750, 210, 27, 56), (6839, 210, 27, 145), (9211, 210, 37, 120), (9283, 210, 37, 192), (9336, 210, 37, 245), (9407, 210, 38, 82), (9544, 210, 38, 219), (9569, 210, 38, 244), (10343, 210, 42, 90), (10729, 210, 43, 247), (10739, 210, 43, 257), (11467, 210, 47, 79), (11475, 210, 47, 87), (11549, 210, 47, 161), (12268, 210, 50, 211), (13582, 210, 56, 213), (13598, 210, 56, 229), (14554, 210, 61, 120), (14626, 210, 61, 192), (14853, 210, 62, 208), (14906, 210, 62, 261), (14916, 210, 62, 271), (15362, 210, 65, 92), (15652, 210, 66, 176), (15662, 210, 66, 186), (15685, 210, 66, 209), (15804, 210, 67, 122), (15896, 210, 67, 214), (15947, 210, 67, 265), (16772, 210, 72, 79), (16780, 210, 72, 87), (16907, 210, 72, 214), (17991, 210, 78, 117), (18068, 210, 78, 194), (18118, 210, 78, 244), (18264, 210, 79, 197), (18345, 210, 80, 86), (18448, 210, 80, 189), (18779, 210, 82, 139), (18794, 210, 82, 154), (18999, 210, 83, 169), (19018, 210, 83, 188), (19028, 210, 83, 198), (19418, 210, 85, 212), (19438, 210, 85, 232), (19650, 210, 86, 258), (19801, 210, 87, 224), (20271, 210, 90, 145), (20378, 210, 90, 252), (20712, 210, 92, 225), (21200, 210, 95, 179), (21216, 210, 95, 195), (21255, 210, 95, 234), (22717, 210, 104, 147), (22762, 210, 104, 192), (22916, 210, 105, 179), (22932, 210, 105, 195), (22985, 210, 105, 248), (23405, 210, 108, 173), (23409, 210, 108, 177), (23482, 210, 108, 250), (23524, 210, 109, 129), (23568, 210, 109, 173), (23625, 210, 109, 230), (24462, 210, 114, 266), (24908, 210, 117, 242), (24933, 210, 117, 267), (25102, 210, 119, 127), (25187, 210, 119, 212), (25264, 210, 120, 137), (25567, 210, 122, 136), (26211, 210, 126, 188), (26212, 210, 126, 189), (26246, 210, 126, 223), (26373, 210, 127, 205), (26636, 210, 129, 180), (26716, 210, 129, 260), (27642, 210, 136, 208), (27702, 210, 136, 268), (27809, 210, 137, 240), (27814, 210, 137, 245), (27899, 210, 138, 196), (27908, 210, 138, 205), (27987, 210, 139, 150), (28056, 210, 139, 219), (28844, 210, 145, 229), (28937, 210, 146, 196), (28948, 210, 146, 207), (29005, 210, 146, 264), (29035, 210, 147, 167), (29195, 210, 148, 203), (29228, 210, 148, 236), (29392, 210, 150, 154), (29475, 210, 150, 237), (29565, 210, 151, 206), (30095, 210, 155, 261), (30105, 210, 155, 271), (30453, 210, 159, 160), (30460, 210, 159, 167), (30630, 210, 160, 225), (30680, 210, 161, 164), (30713, 210, 161, 197), (31012, 210, 164, 168), (31111, 210, 164, 267), (31463, 210, 168, 194), (31466, 210, 168, 197), (31611, 210, 169, 239), (32035, 210, 173, 260), (32139, 210, 174, 266), (32143, 210, 174, 270), (32288, 210, 176, 220), (32397, 210, 177, 234), (32423, 210, 177, 260), (32463, 210, 178, 206), (32508, 210, 178, 251), (32601, 210, 179, 250), (32673, 210, 180, 230), (32872, 210, 182, 248), (32890, 210, 182, 266), (32894, 210, 182, 270), (33071, 210, 184, 269), (33162, 210, 186, 187), (33195, 210, 186, 220), (33307, 210, 187, 247), (33317, 210, 187, 257), (33390, 210, 188, 246), (33485, 210, 189, 258), (33522, 210, 190, 213), (33538, 210, 190, 229), (33542, 210, 190, 233), (33583, 210, 191, 193), (33654, 210, 191, 264), (33894, 210, 194, 267), (33982, 210, 196, 202), (34175, 210, 198, 246), (34420, 210, 202, 205), (34422, 210, 202, 207), (34720, 210, 206, 235), (34867, 210, 208, 253), (34913, 210, 209, 236), (34949, 210, 210, 210), (34974, 210, 210, 235), (35031, 210, 211, 231), (35151, 210, 213, 232), (35201, 210, 214, 224), (35494, 210, 219, 242), (35551, 210, 220, 247), (35700, 210, 223, 246), (35712, 210, 223, 258), (35767, 210, 224, 265), (36006, 210, 230, 237), (36083, 210, 232, 233), (36177, 210, 234, 250), (36215, 210, 235, 251), (36439, 210, 242, 244), (36720, 210, 253, 261), (36727, 210, 253, 268), (38, 211, 1, 38), (78, 211, 1, 78), (139, 211, 1, 139), (154, 211, 1, 154), (161, 211, 1, 161), (168, 211, 1, 168), (242, 211, 1, 242), (267, 211, 1, 267), (478, 211, 2, 208), (531, 211, 2, 261), (539, 211, 2, 269), (541, 211, 2, 271), (899, 211, 4, 92), (967, 211, 4, 160), (1419, 211, 6, 79), (1427, 211, 6, 87), (1462, 211, 6, 122), (1548, 211, 6, 208), (1554, 211, 6, 214), (1601, 211, 6, 261), (1605, 211, 6, 265), (1608, 211, 6, 268), (1753, 211, 7, 148), (1811, 211, 7, 206), (1856, 211, 7, 251), (2211, 211, 9, 79), (2219, 211, 9, 87), (2254, 211, 9, 122), (2293, 211, 9, 161), (2300, 211, 9, 168), (2346, 211, 9, 214), (2397, 211, 9, 265), (2400, 211, 9, 268), (4793, 211, 19, 86), (4876, 211, 19, 169), (4895, 211, 19, 188), (4896, 211, 19, 189), (4905, 211, 19, 198), (4930, 211, 19, 223), (6797, 211, 27, 103), (6845, 211, 27, 151), (6872, 211, 27, 178), (6900, 211, 27, 206), (6904, 211, 27, 210), (6929, 211, 27, 235), (6945, 211, 27, 251), (9194, 211, 37, 103), (9242, 211, 37, 151), (9247, 211, 37, 156), (9269, 211, 37, 178), (9294, 211, 37, 203), (9327, 211, 37, 236), (9350, 211, 37, 259), (9367, 211, 38, 42), (9381, 211, 38, 56), (9452, 211, 38, 127), (9470, 211, 38, 145), (9515, 211, 38, 190), (9537, 211, 38, 212), (9557, 211, 38, 232), (10361, 211, 42, 108), (10362, 211, 42, 109), (10392, 211, 42, 139), (10407, 211, 42, 154), (10433, 211, 42, 180), (10490, 211, 42, 237), (10513, 211, 42, 260), (10574, 211, 43, 92), (10642, 211, 43, 160), (12226, 211, 50, 169), (12245, 211, 50, 188), (12246, 211, 50, 189), (12255, 211, 50, 198), (12280, 211, 50, 223), (13447, 211, 56, 78), (13478, 211, 56, 109), (13508, 211, 56, 139), (13523, 211, 56, 154), (13549, 211, 56, 180), (13606, 211, 56, 237), (13611, 211, 56, 242), (14392, 211, 60, 169), (14411, 211, 60, 188), (14421, 211, 60, 198), (14500, 211, 61, 66), (14537, 211, 61, 103), (14585, 211, 61, 151), (14590, 211, 61, 156), (14637, 211, 61, 203), (14670, 211, 61, 236), (14693, 211, 61, 259), (15518, 211, 65, 248), (15536, 211, 65, 266), (15540, 211, 65, 270), (15568, 211, 66, 92), (15580, 211, 66, 104), (15636, 211, 66, 160), (15643, 211, 66, 167), (17161, 211, 73, 269), (18001, 211, 78, 127), (18012, 211, 78, 138), (18064, 211, 78, 190), (18076, 211, 78, 202), (18086, 211, 78, 212), (18106, 211, 78, 232), (18194, 211, 79, 127), (18205, 211, 79, 138), (18213, 211, 79, 146), (18258, 211, 79, 191), (18269, 211, 79, 202), (18279, 211, 79, 212), (18346, 211, 80, 87), (18381, 211, 80, 122), (18467, 211, 80, 208), (18473, 211, 80, 214), (18520, 211, 80, 261), (18524, 211, 80, 265), (18527, 211, 80, 268), (18530, 211, 80, 271), (18619, 211, 81, 169), (18648, 211, 81, 198), (18716, 211, 81, 266), (19038, 211, 83, 208), (19091, 211, 83, 261), (19098, 211, 83, 268), (19099, 211, 83, 269), (19101, 211, 83, 271), (19187, 211, 84, 169), (19284, 211, 84, 266), (19288, 211, 84, 270), (19412, 211, 85, 206), (19416, 211, 85, 210), (19457, 211, 85, 251), (19540, 211, 86, 148), (19568, 211, 86, 176), (19578, 211, 86, 186), (19601, 211, 86, 209), (19623, 211, 86, 231), (19639, 211, 86, 247), (19649, 211, 86, 257), (19704, 211, 87, 127), (19715, 211, 87, 138), (19723, 211, 87, 146), (19768, 211, 87, 191), (19779, 211, 87, 202), (20229, 211, 90, 103), (20277, 211, 90, 151), (20282, 211, 90, 156), (20304, 211, 90, 178), (20336, 211, 90, 210), (20361, 211, 90, 235), (20377, 211, 90, 251), (20674, 211, 92, 187), (20698, 211, 92, 211), (20707, 211, 92, 220), (20723, 211, 92, 236), (22506, 211, 103, 104), (22539, 211, 103, 137), (22726, 211, 104, 156), (22773, 211, 104, 203), (22790, 211, 104, 220), (22806, 211, 104, 236), (22829, 211, 104, 259), (23352, 211, 108, 120), (23379, 211, 108, 147), (23424, 211, 108, 192), (23472, 211, 108, 240), (23477, 211, 108, 245), (23484, 211, 108, 252), (23515, 211, 109, 120), (23540, 211, 109, 145), (23587, 211, 109, 192), (23635, 211, 109, 240), (23640, 211, 109, 245), (23647, 211, 109, 252), (25181, 211, 119, 206), (25185, 211, 119, 210), (25226, 211, 119, 251), (25306, 211, 120, 179), (25307, 211, 120, 180), (25322, 211, 120, 195), (25361, 211, 120, 234), (25375, 211, 120, 248), (25387, 211, 120, 260), (25557, 211, 122, 126), (25577, 211, 122, 146), (25622, 211, 122, 191), (25677, 211, 122, 246), (25689, 211, 122, 258), (26231, 211, 126, 208), (26284, 211, 126, 261), (26288, 211, 126, 265), (26291, 211, 126, 268), (26292, 211, 126, 269), (26294, 211, 126, 271), (26329, 211, 127, 161), (26336, 211, 127, 168), (26410, 211, 127, 242), (26435, 211, 127, 267), (27720, 211, 137, 151), (27725, 211, 137, 156), (27747, 211, 137, 178), (27772, 211, 137, 203), (27804, 211, 137, 235), (27805, 211, 137, 236), (27828, 211, 137, 259), (27864, 211, 138, 161), (27871, 211, 138, 168), (27917, 211, 138, 214), (27945, 211, 138, 242), (27970, 211, 138, 267), (27982, 211, 139, 145), (28027, 211, 139, 190), (28049, 211, 139, 212), (28069, 211, 139, 232), (28089, 211, 139, 252), (28769, 211, 145, 154), (28795, 211, 145, 180), (28852, 211, 145, 237), (28857, 211, 145, 242), (28875, 211, 145, 260), (28902, 211, 146, 161), (28909, 211, 146, 168), (28955, 211, 146, 214), (29006, 211, 146, 265), (29008, 211, 146, 267), (29047, 211, 147, 179), (29063, 211, 147, 195), (29102, 211, 147, 234), (29116, 211, 147, 248), (29134, 211, 147, 266), (29138, 211, 147, 270), (29185, 211, 148, 193), (29188, 211, 148, 196), (29197, 211, 148, 205), (29199, 211, 148, 207), (29256, 211, 148, 264), (29284, 211, 149, 169), (29303, 211, 149, 188), (29313, 211, 149, 198), (29338, 211, 149, 223), (29588, 211, 151, 229), (29906, 211, 154, 190), (29948, 211, 154, 232), (29956, 211, 154, 240), (29968, 211, 154, 252), (30117, 211, 156, 167), (30488, 211, 159, 195), (30527, 211, 159, 234), (30541, 211, 159, 248), (30559, 211, 159, 266), (30563, 211, 159, 270), (30592, 211, 160, 187), (30608, 211, 160, 203), (30625, 211, 160, 220), (30641, 211, 160, 236), (30707, 211, 161, 191), (30718, 211, 161, 202), (30728, 211, 161, 212), (31351, 211, 167, 187), (31367, 211, 167, 203), (31384, 211, 167, 220), (31400, 211, 167, 236), (31423, 211, 167, 259), (31471, 211, 168, 202), (31481, 211, 168, 212), (31501, 211, 168, 232), (31603, 211, 169, 231), (31629, 211, 169, 257), (32257, 211, 176, 189), (32261, 211, 176, 193), (32264, 211, 176, 196), (32275, 211, 176, 207), (32291, 211, 176, 223), (32332, 211, 176, 264), (32470, 211, 178, 213), (32486, 211, 178, 229), (32529, 211, 179, 159), (32543, 211, 179, 192), (32591, 211, 179, 240), (32596, 211, 179, 245), (32633, 211, 180, 190), (32683, 211, 180, 240), (32688, 211, 180, 245), (32695, 211, 180, 252), (33163, 211, 186, 188), (33164, 211, 186, 189), (33168, 211, 186, 193), (33182, 211, 186, 207), (33198, 211, 186, 223), (33239, 211, 186, 264), (33375, 211, 188, 231), (33391, 211, 188, 247), (33401, 211, 188, 257), (33436, 211, 189, 209), (33458, 211, 189, 231), (33474, 211, 189, 247), (33484, 211, 189, 257), (33546, 211, 190, 237), (33551, 211, 190, 242), (33576, 211, 190, 267), (33598, 211, 191, 208), (33604, 211, 191, 214), (33655, 211, 191, 265), (33658, 211, 191, 268), (33665, 211, 192, 195), (33704, 211, 192, 234), (33718, 211, 192, 248), (33730, 211, 192, 260), (33740, 211, 192, 270), (33758, 211, 193, 209), (33796, 211, 193, 247), (33806, 211, 193, 257), (33929, 211, 195, 225), (33949, 211, 195, 245), (33989, 211, 196, 209), (34160, 211, 198, 231), (34176, 211, 198, 247), (34186, 211, 198, 257), (34429, 211, 202, 214), (34480, 211, 202, 265), (34482, 211, 202, 267), (34625, 211, 205, 206), (34628, 211, 205, 209), (34698, 211, 206, 213), (34714, 211, 206, 229), (34718, 211, 206, 233), (34759, 211, 207, 209), (34860, 211, 208, 246), (34872, 211, 208, 258), (34941, 211, 209, 264), (34952, 211, 210, 213), (34968, 211, 210, 229), (34972, 211, 210, 233), (35011, 211, 211, 211), (35102, 211, 212, 242), (35127, 211, 212, 267), (35154, 211, 213, 235), (35170, 211, 213, 251), (35235, 211, 214, 258), (35685, 211, 223, 231), (35701, 211, 223, 247), (35711, 211, 223, 257), (35797, 211, 225, 248), (35815, 211, 225, 266), (35819, 211, 225, 270), (35962, 211, 229, 235), (35978, 211, 229, 251), (36087, 211, 232, 237), (36092, 211, 232, 242), (36117, 211, 232, 267), (36124, 211, 233, 235), (36140, 211, 233, 251), (36167, 211, 234, 240), (36172, 211, 234, 245), (36179, 211, 234, 252), (36275, 211, 237, 240), (36280, 211, 237, 245), (36287, 211, 237, 252), (36363, 211, 239, 261), (36371, 211, 239, 269), (36373, 211, 239, 271), (36394, 211, 240, 260), (36493, 211, 243, 269), (36539, 211, 245, 260), (36566, 211, 246, 261), (36573, 211, 246, 268), (36574, 211, 246, 269), (36576, 211, 246, 271), (36594, 211, 247, 264), (36700, 211, 252, 260), (36800, 211, 258, 261), (36804, 211, 258, 265), (36807, 211, 258, 268), (36810, 211, 258, 271), (36854, 211, 262, 269), (36856, 211, 262, 271), (127, 212, 1, 127), (138, 212, 1, 138), (212, 212, 1, 212), (417, 212, 2, 147), (429, 212, 2, 159), (642, 212, 3, 103), (690, 212, 3, 151), (717, 212, 3, 178), (917, 212, 4, 110), (941, 212, 4, 134), (1056, 212, 4, 249), (1153, 212, 5, 79), (1161, 212, 5, 87), (1235, 212, 5, 161), (1382, 212, 6, 42), (1580, 212, 6, 240), (1592, 212, 6, 252), (1654, 212, 7, 49), (1669, 212, 7, 64), (1738, 212, 7, 133), (1919, 212, 8, 50), (1929, 212, 8, 60), (2018, 212, 8, 149), (2174, 212, 9, 42), (2188, 212, 9, 56), (2277, 212, 9, 145), (4348, 212, 17, 148), (4376, 212, 17, 176), (4409, 212, 17, 209), (4802, 212, 19, 95), (4884, 212, 19, 177), (4957, 212, 19, 250), (5647, 212, 22, 188), (5657, 212, 22, 198), (5682, 212, 22, 223), (5800, 212, 23, 92), (5868, 212, 23, 160), (6557, 212, 26, 108), (6628, 212, 26, 179), (6683, 212, 26, 234), (6738, 212, 27, 44), (6815, 212, 27, 121), (6866, 212, 27, 172), (7508, 212, 30, 85), (7636, 212, 30, 213), (7656, 212, 30, 233), (8167, 212, 32, 261), (8177, 212, 32, 271), (8224, 212, 33, 79), (8306, 212, 33, 161), (8313, 212, 33, 168), (8707, 212, 35, 87), (8834, 212, 35, 214), (8885, 212, 35, 265), (9180, 212, 37, 89), (9207, 212, 37, 116), (9291, 212, 37, 200), (9436, 212, 38, 111), (9437, 212, 38, 112), (9552, 212, 38, 227), (9644, 212, 39, 86), (9747, 212, 39, 189), (10291, 212, 41, 269), (10444, 212, 42, 191), (10592, 212, 43, 110), (10731, 212, 43, 249), (10800, 212, 44, 90), (10939, 212, 44, 229), (11029, 212, 45, 92), (11097, 212, 45, 160), (11271, 212, 46, 108), (11397, 212, 46, 234), (11423, 212, 46, 260), (11598, 212, 47, 210), (11639, 212, 47, 251), (11920, 212, 49, 85), (11954, 212, 49, 119), (12152, 212, 50, 95), (12162, 212, 50, 105), (12621, 212, 52, 122), (12713, 212, 52, 214), (12764, 212, 52, 265), (13014, 212, 54, 78), (13178, 212, 54, 242), (13203, 212, 54, 267), (13515, 212, 56, 146), (13571, 212, 56, 202), (14101, 212, 59, 90), (14397, 212, 60, 174), (14405, 212, 60, 182), (14523, 212, 61, 89), (14550, 212, 61, 116), (14638, 212, 61, 204), (14801, 212, 62, 156), (14848, 212, 62, 203), (14904, 212, 62, 259), (15033, 212, 63, 179), (15049, 212, 63, 195), (15088, 212, 63, 234), (15258, 212, 64, 196), (15267, 212, 64, 205), (15343, 212, 65, 73), (15384, 212, 65, 114), (15513, 212, 65, 243), (15660, 212, 66, 184), (15833, 212, 67, 151), (15860, 212, 67, 178), (15917, 212, 67, 235), (16601, 212, 71, 109), (16672, 212, 71, 180), (16752, 212, 71, 260), (16903, 212, 72, 210), (16928, 212, 72, 235), (16976, 212, 73, 84), (17117, 212, 73, 225), (17373, 212, 75, 86), (17480, 212, 75, 193), (17643, 212, 76, 160), (17650, 212, 76, 167), (18027, 212, 78, 153), (18101, 212, 78, 227), (18285, 212, 79, 218), (18499, 212, 80, 240), (18504, 212, 80, 245), (18511, 212, 80, 252), (18564, 212, 81, 114), (18624, 212, 81, 174), (18632, 212, 81, 182), (18788, 212, 82, 148), (18977, 212, 83, 147), (19022, 212, 83, 192), (19132, 212, 84, 114), (19192, 212, 84, 174), (19469, 212, 85, 263), (19549, 212, 86, 157), (19795, 212, 87, 218), (20081, 212, 89, 137), (20247, 212, 90, 121), (20518, 212, 91, 211), (20658, 212, 92, 171), (21037, 212, 94, 193), (21051, 212, 94, 207), (21108, 212, 94, 264), (21252, 212, 95, 231), (21390, 212, 96, 193), (21461, 212, 96, 264), (21927, 212, 99, 208), (21980, 212, 99, 261), (21987, 212, 99, 268), (22538, 212, 103, 136), (22655, 212, 103, 253), (22686, 212, 104, 116), (22774, 212, 104, 204), (22808, 212, 104, 238), (22886, 212, 105, 149), (22968, 212, 105, 231), (23395, 212, 108, 163), (23558, 212, 109, 163), (23570, 212, 109, 175), (23768, 212, 110, 211), (23857, 212, 111, 139), (23960, 212, 111, 242), (24017, 212, 112, 139), (24032, 212, 112, 154), (24234, 212, 113, 196), (24243, 212, 113, 205), (24245, 212, 113, 207), (24507, 212, 115, 154), (24533, 212, 115, 180), (24590, 212, 115, 237), (25108, 212, 119, 133), (25238, 212, 119, 263), (25253, 212, 120, 126), (25373, 212, 120, 246), (25385, 212, 120, 258), (25632, 212, 122, 201), (25652, 212, 122, 221), (26215, 212, 126, 192), (26268, 212, 126, 245), (26380, 212, 127, 212), (26400, 212, 127, 232), (26579, 212, 128, 266), (26583, 212, 128, 270), (26632, 212, 129, 176), (26642, 212, 129, 186), (26703, 212, 129, 247), (27050, 212, 132, 169), (27069, 212, 132, 188), (27079, 212, 132, 198), (27227, 212, 133, 205), (27371, 212, 134, 211), (27585, 212, 136, 151), (27590, 212, 136, 156), (27713, 212, 137, 144), (27769, 212, 137, 200), (27893, 212, 138, 190), (27935, 212, 138, 232), (27980, 212, 139, 143), (28296, 212, 141, 196), (28307, 212, 141, 207), (28364, 212, 141, 264), (28514, 212, 143, 154), (28597, 212, 143, 237), (28761, 212, 145, 146), (28806, 212, 145, 191), (28931, 212, 146, 190), (29107, 212, 147, 239), (29142, 212, 148, 150), (29297, 212, 149, 182), (29447, 212, 150, 209), (29766, 212, 153, 168), (29865, 212, 153, 267), (30037, 212, 155, 203), (30070, 212, 155, 236), (30093, 212, 155, 259), (30203, 212, 156, 253), (30254, 212, 157, 189), (30288, 212, 157, 223), (30532, 212, 159, 239), (30555, 212, 159, 262), (30732, 212, 161, 216), (30996, 212, 163, 260), (31050, 212, 164, 206), (31095, 212, 164, 251), (31368, 212, 167, 204), (31402, 212, 167, 238), (31485, 212, 168, 216), (31889, 212, 172, 213), (31905, 212, 172, 229), (31961, 212, 173, 186), (32022, 212, 173, 247), (32032, 212, 173, 257), (32151, 212, 175, 180), (32208, 212, 175, 237), (32298, 212, 176, 230), (32410, 212, 177, 247), (32420, 212, 177, 257), (32481, 212, 178, 224), (32579, 212, 179, 228), (32782, 212, 181, 248), (32800, 212, 181, 266), (32804, 212, 181, 270), (32980, 212, 183, 266), (33038, 212, 184, 236), (33205, 212, 186, 230), (33309, 212, 187, 249), (33361, 212, 188, 217), (33444, 212, 189, 217), (33511, 212, 190, 202), (33642, 212, 191, 252), (33716, 212, 192, 246), (33833, 212, 194, 206), (33926, 212, 195, 222), (33932, 212, 195, 228), (34061, 212, 197, 206), (34065, 212, 197, 210), (34106, 212, 197, 251), (34271, 212, 199, 269), (34273, 212, 199, 271), (34353, 212, 201, 208), (34413, 212, 201, 268), (34447, 212, 202, 232), (34868, 212, 208, 254), (34907, 212, 209, 230), (35072, 212, 212, 212), (35174, 212, 213, 255), (35195, 212, 214, 218), (35357, 212, 216, 267), (35368, 212, 217, 223), (35620, 212, 221, 265), (35623, 212, 221, 268), (35653, 212, 222, 248), (35675, 212, 222, 270), (35737, 212, 224, 235), (35792, 212, 225, 243), (35811, 212, 225, 262), (35882, 212, 227, 242), (35932, 212, 228, 248), (35982, 212, 229, 255), (36060, 212, 231, 250), (36144, 212, 233, 255), (36152, 212, 233, 263), (36392, 212, 240, 258), (36537, 212, 245, 258), (36656, 212, 250, 257), (36718, 212, 253, 259), (36738, 212, 254, 261), (36748, 212, 254, 271), (36779, 212, 256, 269), (1073, 213, 4, 266), (1695, 213, 7, 90), (4976, 213, 19, 269), (6779, 213, 27, 85), (6813, 213, 27, 119), (9298, 213, 37, 207), (9355, 213, 37, 264), (9560, 213, 38, 235), (10748, 213, 43, 266), (10752, 213, 43, 270), (14627, 213, 61, 193), (14698, 213, 61, 264), (15655, 213, 66, 179), (15671, 213, 66, 195), (18084, 213, 78, 210), (18125, 213, 78, 251), (19435, 213, 85, 229), (19559, 213, 86, 167), (20245, 213, 90, 119), (20675, 213, 92, 188), (20710, 213, 92, 223), (22582, 213, 103, 180), (22639, 213, 103, 237), (22763, 213, 104, 193), (23435, 213, 108, 203), (23468, 213, 108, 236), (23551, 213, 109, 156), (23654, 213, 109, 259), (25579, 213, 122, 148), (25640, 213, 122, 209), (27765, 213, 137, 196), (27776, 213, 137, 207), (28015, 213, 139, 178), (28072, 213, 139, 235), (29257, 213, 148, 265), (29513, 213, 151, 154), (29596, 213, 151, 237), (29894, 213, 154, 178), (30130, 213, 156, 180), (30594, 213, 160, 189), (30628, 213, 160, 223), (31475, 213, 168, 206), (32276, 213, 176, 208), (32336, 213, 176, 268), (33183, 213, 186, 208), (33236, 213, 186, 261), (33308, 213, 187, 248), (33330, 213, 187, 270), (33924, 213, 195, 220), (34544, 213, 203, 260), (34752, 213, 206, 267), (34945, 213, 209, 268), (34981, 213, 210, 242), (35132, 213, 213, 213), (35152, 213, 213, 233), (35552, 213, 220, 248), (35960, 213, 229, 233), (36079, 213, 231, 269), (36163, 213, 234, 236), (36591, 213, 247, 261), (36601, 213, 247, 271), (36687, 213, 251, 267), (36796, 213, 257, 271), (36812, 213, 259, 260), (9533, 214, 38, 208), (9586, 214, 38, 261), (9594, 214, 38, 269), (9596, 214, 38, 271), (17996, 214, 78, 122), (18082, 214, 78, 208), (18135, 214, 78, 261), (18142, 214, 78, 268), (18145, 214, 78, 271), (18154, 214, 79, 87), (18189, 214, 79, 122), (18281, 214, 79, 214), (18332, 214, 79, 265), (18335, 214, 79, 268), (19699, 214, 87, 122), (19738, 214, 87, 161), (19791, 214, 87, 214), (19842, 214, 87, 265), (25592, 214, 122, 161), (25599, 214, 122, 168), (25698, 214, 122, 267), (28098, 214, 139, 261), (28106, 214, 139, 269), (28108, 214, 139, 271), (29985, 214, 154, 269), (29987, 214, 154, 271), (30724, 214, 161, 208), (30730, 214, 161, 214), (30781, 214, 161, 265), (30784, 214, 161, 268), (31477, 214, 168, 208), (31483, 214, 168, 214), (31530, 214, 168, 261), (31534, 214, 168, 265), (31537, 214, 168, 268), (32712, 214, 180, 269), (34856, 214, 208, 242), (34881, 214, 208, 267), (35191, 214, 214, 214), (35242, 214, 214, 265), (36304, 214, 237, 269), (36456, 214, 242, 261), (36463, 214, 242, 268), (36464, 214, 242, 269), (36466, 214, 242, 271), (36842, 214, 261, 267), (36876, 214, 265, 267), (36888, 214, 267, 268), (36891, 214, 267, 271), (1099, 215, 5, 25), (1205, 215, 5, 131), (1209, 215, 5, 135), (1240, 215, 5, 166), (2522, 215, 10, 128), (2575, 215, 10, 181), (2577, 215, 10, 183), (2616, 215, 10, 222), (2696, 215, 11, 41), (2854, 215, 11, 199), (2911, 215, 11, 256), (2948, 215, 12, 33), (2969, 215, 12, 54), (3068, 215, 12, 153), (3131, 215, 12, 216), (3237, 215, 13, 63), (3355, 215, 13, 181), (3396, 215, 13, 222), (3402, 215, 13, 228), (3466, 215, 14, 34), (3533, 215, 14, 101), (3688, 215, 14, 256), (3707, 215, 15, 18), (3723, 215, 15, 34), (3790, 215, 15, 101), (3795, 215, 15, 106), (3966, 215, 16, 21), (3974, 215, 16, 29), (4013, 215, 16, 68), (4110, 215, 16, 165), (4475, 215, 18, 21), (4483, 215, 18, 29), (4619, 215, 18, 165), (5141, 215, 20, 183), (5379, 215, 21, 170), (6084, 215, 24, 128), (6137, 215, 24, 181), (6178, 215, 24, 222), (6184, 215, 24, 228), (6236, 215, 25, 33), (6238, 215, 25, 35), (6421, 215, 25, 218), (6477, 215, 26, 28), (6507, 215, 26, 58), (6519, 215, 26, 70), (6526, 215, 26, 77), (6984, 215, 28, 46), (7001, 215, 28, 63), (7101, 215, 28, 163), (7287, 215, 29, 106), (7737, 215, 31, 71), (7781, 215, 31, 115), (7829, 215, 31, 163), (7841, 215, 31, 175), (7946, 215, 32, 40), (7963, 215, 32, 57), (8006, 215, 32, 100), (8024, 215, 32, 118), (8280, 215, 33, 135), (8311, 215, 33, 166), (8434, 215, 34, 51), (8548, 215, 34, 165), (8668, 215, 35, 48), (8745, 215, 35, 125), (8751, 215, 35, 131), (8984, 215, 36, 128), (9037, 215, 36, 181), (9039, 215, 36, 183), (9890, 215, 40, 99), (9990, 215, 40, 199), (10045, 215, 40, 254), (10079, 215, 41, 57), (10122, 215, 41, 100), (10174, 215, 41, 152), (11221, 215, 46, 58), (11233, 215, 46, 70), (11389, 215, 46, 226), (11664, 215, 48, 52), (11813, 215, 48, 201), (11833, 215, 48, 221), (12379, 215, 51, 101), (12384, 215, 51, 106), (12597, 215, 52, 98), (12624, 215, 52, 125), (12630, 215, 52, 131), (13059, 215, 54, 123), (13060, 215, 54, 124), (13098, 215, 54, 162), (13783, 215, 57, 199), (13840, 215, 57, 256), (13861, 215, 58, 63), (14026, 215, 58, 228), (14931, 215, 63, 77), (15974, 215, 68, 88), (16056, 215, 68, 170), (16177, 215, 69, 88), (16247, 215, 69, 158), (16304, 215, 69, 215), (16362, 215, 70, 71), (16454, 215, 70, 163), (16622, 215, 71, 130), (16718, 215, 71, 226), (17901, 215, 77, 222), (17907, 215, 77, 228), (19868, 215, 88, 107), (20794, 215, 93, 128), (20849, 215, 93, 183), (21484, 215, 97, 112), (21487, 215, 97, 115), (21515, 215, 97, 143), (21547, 215, 97, 175); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (21645, 215, 98, 99), (21747, 215, 98, 201), (21767, 215, 98, 221), (21821, 215, 99, 102), (21837, 215, 99, 118), (22090, 215, 100, 199), (22145, 215, 100, 254), (22214, 215, 101, 152), (22433, 215, 102, 201), (22453, 215, 102, 221), (22486, 215, 102, 254), (23068, 215, 106, 165), (23226, 215, 107, 158), (23238, 215, 107, 170), (23841, 215, 111, 123), (23842, 215, 111, 124), (23858, 215, 111, 140), (23959, 215, 111, 241), (24001, 215, 112, 123), (24018, 215, 112, 140), (24119, 215, 112, 241), (24483, 215, 115, 130), (24594, 215, 115, 241), (25022, 215, 118, 201), (25075, 215, 118, 254), (25807, 215, 123, 227), (25881, 215, 124, 153), (25955, 215, 124, 227), (26093, 215, 125, 218), (26096, 215, 125, 221), (26741, 215, 130, 143), (26773, 215, 130, 175), (26958, 215, 131, 218), (27514, 215, 135, 216), (27516, 215, 135, 218), (28112, 215, 140, 143), (28196, 215, 140, 227), (28601, 215, 143, 241), (29735, 215, 152, 256), (29760, 215, 153, 162), (29764, 215, 153, 166), (30394, 215, 158, 215), (30842, 215, 162, 216), (30853, 215, 162, 227), (30962, 215, 163, 226), (31275, 215, 166, 216), (32197, 215, 175, 226), (35249, 215, 215, 215), (1128, 216, 5, 54), (1301, 216, 5, 227), (2578, 216, 10, 184), (2704, 216, 11, 49), (2918, 216, 11, 263), (2991, 216, 12, 76), (3153, 216, 12, 238), (3496, 216, 14, 64), (3565, 216, 14, 133), (3802, 216, 15, 113), (3830, 216, 15, 141), (4637, 216, 18, 183), (5021, 216, 20, 62), (5211, 216, 20, 253), (5284, 216, 21, 75), (5305, 216, 21, 96), (5528, 216, 22, 69), (5674, 216, 22, 215), (5832, 216, 23, 124), (5870, 216, 23, 162), (6140, 216, 24, 184), (6292, 216, 25, 89), (6319, 216, 25, 116), (6490, 216, 26, 41), (6648, 216, 26, 199), (7048, 216, 28, 110), (7187, 216, 28, 249), (7275, 216, 29, 94), (7277, 216, 29, 96), (7480, 216, 30, 57), (7523, 216, 30, 100), (7757, 216, 31, 91), (7851, 216, 31, 185), (7952, 216, 32, 46), (8069, 216, 32, 163), (8199, 216, 33, 54), (8298, 216, 33, 153), (8511, 216, 34, 128), (8564, 216, 34, 181), (8731, 216, 35, 111), (8732, 216, 35, 112), (9011, 216, 36, 155), (9626, 216, 39, 68), (9665, 216, 39, 107), (9963, 216, 40, 172), (10046, 216, 40, 255), (10085, 216, 41, 63), (10812, 216, 44, 102), (10828, 216, 44, 118), (11060, 216, 45, 123), (11061, 216, 45, 124), (11362, 216, 46, 199), (11671, 216, 48, 59), (11756, 216, 48, 144), (11987, 216, 49, 152), (12342, 216, 51, 64), (12391, 216, 51, 113), (12611, 216, 52, 112), (12642, 216, 52, 143), (12815, 216, 53, 97), (12959, 216, 53, 241), (13250, 216, 55, 97), (13283, 216, 55, 130), (13847, 216, 57, 263), (14047, 216, 58, 249), (14109, 216, 59, 98), (14738, 216, 62, 93), (15110, 216, 63, 256), (15961, 216, 68, 75), (16306, 216, 69, 217), (16401, 216, 70, 110), (16425, 216, 70, 134), (16591, 216, 71, 99), (16746, 216, 71, 254), (17226, 216, 74, 136), (17343, 216, 74, 253), (17645, 216, 76, 162), (20075, 216, 89, 131), (20533, 216, 91, 226), (20821, 216, 93, 155), (21009, 216, 94, 165), (21667, 216, 98, 121), (21894, 216, 99, 175), (22146, 216, 100, 255), (22243, 216, 101, 181), (22284, 216, 101, 222), (22353, 216, 102, 121), (23031, 216, 106, 128), (23086, 216, 106, 183), (23225, 216, 107, 157), (23936, 216, 111, 218), (24554, 216, 115, 201), (24574, 216, 115, 221), (24646, 216, 116, 135), (24993, 216, 118, 172), (25751, 216, 123, 171), (26019, 216, 125, 144), (26075, 216, 125, 200), (26783, 216, 130, 185), (26940, 216, 131, 200), (27039, 216, 132, 158), (27096, 216, 132, 215), (27174, 216, 133, 152), (27386, 216, 134, 226), (27502, 216, 135, 204), (28111, 216, 140, 142), (28140, 216, 140, 171), (28265, 216, 141, 165), (28471, 216, 142, 241), (28581, 216, 143, 221), (29814, 216, 153, 216), (30990, 216, 163, 254), (31263, 216, 166, 204), (31297, 216, 166, 238), (32172, 216, 175, 201), (35306, 216, 216, 216), (35426, 216, 218, 227), (35940, 216, 228, 256), (58, 217, 1, 58), (77, 217, 1, 77), (405, 217, 2, 135), (436, 217, 2, 166), (555, 217, 3, 16), (557, 217, 3, 18), (1127, 217, 5, 53), (1216, 217, 5, 142), (1480, 217, 6, 140), (1581, 217, 6, 241), (1909, 217, 8, 40), (1987, 217, 8, 118), (2229, 217, 9, 97), (2262, 217, 9, 130), (2450, 217, 10, 56), (2539, 217, 10, 145), (2832, 217, 11, 177), (2905, 217, 11, 250), (2998, 217, 12, 83), (3161, 217, 12, 246), (3364, 217, 13, 190), (3406, 217, 13, 232), (3561, 217, 14, 129), (3605, 217, 14, 173), (3706, 217, 15, 17), (3919, 217, 15, 230), (4012, 217, 16, 67), (4365, 217, 17, 165), (4590, 217, 18, 136), (5198, 217, 20, 240), (5210, 217, 20, 252), (5291, 217, 21, 82), (5428, 217, 21, 219), (5498, 217, 22, 39), (5616, 217, 22, 157), (5762, 217, 23, 54), (5861, 217, 23, 153), (6012, 217, 24, 56), (6146, 217, 24, 190), (6442, 217, 25, 239), (6465, 217, 25, 262), (6493, 217, 26, 44), (6621, 217, 26, 172), (7065, 217, 28, 127), (7150, 217, 28, 212), (7263, 217, 29, 82), (7331, 217, 29, 150), (7645, 217, 30, 222), (7651, 217, 30, 228), (7812, 217, 31, 146), (7868, 217, 31, 202), (8287, 217, 33, 142), (8316, 217, 33, 171), (8445, 217, 34, 62), (8636, 217, 34, 253), (8675, 217, 35, 55), (8805, 217, 35, 185), (8898, 217, 36, 42), (9001, 217, 36, 145), (9896, 217, 40, 105), (10206, 217, 41, 184), (10346, 217, 42, 93), (10756, 217, 44, 46), (11090, 217, 45, 153), (11153, 217, 45, 216), (11284, 217, 46, 121), (11476, 217, 47, 88), (11546, 217, 47, 158), (11685, 217, 48, 73), (11726, 217, 48, 114), (11963, 217, 49, 128), (12016, 217, 49, 181), (12407, 217, 51, 129), (12508, 217, 51, 230), (12590, 217, 52, 91), (12684, 217, 52, 185), (12936, 217, 53, 218), (13012, 217, 54, 76), (13371, 217, 55, 218), (13679, 217, 57, 95), (13834, 217, 57, 250), (14010, 217, 58, 212), (14082, 217, 59, 71), (14174, 217, 59, 163), (14746, 217, 62, 101), (15026, 217, 63, 172), (15109, 217, 63, 255), (15245, 217, 64, 183), (16105, 217, 68, 219), (16130, 217, 68, 244), (16253, 217, 69, 164), (16283, 217, 69, 194), (16418, 217, 70, 127), (16429, 217, 70, 138), (16636, 217, 71, 144), (16781, 217, 72, 88), (16863, 217, 72, 170), (17017, 217, 73, 125), (17330, 217, 74, 240), (17335, 217, 74, 245), (17419, 217, 75, 132), (17710, 217, 76, 227), (17911, 217, 77, 232), (18382, 217, 80, 123), (18399, 217, 80, 140), (18996, 217, 83, 166), (20059, 217, 89, 115), (20087, 217, 89, 143), (20528, 217, 91, 221), (20918, 217, 93, 252), (21121, 217, 95, 100), (21563, 217, 97, 191), (21660, 217, 98, 114), (21720, 217, 98, 174), (21829, 217, 99, 110), (21968, 217, 99, 249), (21996, 217, 100, 105), (22217, 217, 101, 155), (22406, 217, 102, 174), (22414, 217, 102, 182), (23039, 217, 106, 136), (23156, 217, 106, 253), (23185, 217, 107, 117), (23312, 217, 107, 244), (23758, 217, 110, 201), (23922, 217, 111, 204), (23956, 217, 111, 238), (23994, 217, 112, 116), (24082, 217, 112, 204), (24553, 217, 115, 200), (24654, 217, 116, 143), (25003, 217, 118, 182), (25444, 217, 121, 163), (25838, 217, 123, 258), (25854, 217, 124, 126), (25986, 217, 124, 258), (26118, 217, 125, 243), (26185, 217, 126, 162), (26446, 217, 128, 133), (26744, 217, 130, 146), (26983, 217, 131, 243), (27002, 217, 131, 262), (27012, 217, 132, 39), (27205, 217, 133, 183), (27361, 217, 134, 201), (27381, 217, 134, 221), (27537, 217, 135, 239), (27929, 217, 138, 226), (28663, 217, 144, 175), (29403, 217, 150, 165), (29652, 217, 152, 173), (29656, 217, 152, 177), (30282, 217, 157, 217), (30376, 217, 158, 197), (30872, 217, 162, 246), (31059, 217, 164, 215), (31698, 217, 170, 224), (31791, 217, 171, 216), (32171, 217, 175, 200), (32797, 217, 181, 263), (33058, 217, 184, 256), (33631, 217, 191, 241), (34070, 217, 197, 215), (34441, 217, 202, 226), (35362, 217, 217, 217), (35668, 217, 222, 263), (35878, 217, 227, 238), (35939, 217, 228, 255), (36631, 217, 249, 254), (1109, 218, 5, 35), (1126, 218, 5, 52), (1292, 218, 5, 218), (2485, 218, 10, 91), (2504, 218, 10, 110), (2528, 218, 10, 134), (2643, 218, 10, 249), (2730, 218, 11, 75), (2749, 218, 11, 94), (2751, 218, 11, 96), (2796, 218, 11, 141), (2974, 218, 12, 59), (3036, 218, 12, 121), (3059, 218, 12, 144), (3115, 218, 12, 200), (3229, 218, 13, 55), (3265, 218, 13, 91), (3308, 218, 13, 134), (3359, 218, 13, 185), (3471, 218, 14, 39), (3507, 218, 14, 75), (3528, 218, 14, 96), (3589, 218, 14, 157), (3711, 218, 15, 22), (3728, 218, 15, 39), (3846, 218, 15, 157), (3906, 218, 15, 217), (3971, 218, 16, 26), (4008, 218, 16, 63), (4167, 218, 16, 222), (4173, 218, 16, 228), (4480, 218, 18, 26), (4500, 218, 18, 46), (4517, 218, 18, 63), (4682, 218, 18, 228), (5207, 218, 20, 249), (5231, 218, 21, 22), (5341, 218, 21, 132), (5488, 218, 22, 29), (5624, 218, 22, 165), (5739, 218, 23, 31), (5805, 218, 23, 97), (5838, 218, 23, 130), (5934, 218, 23, 226), (6047, 218, 24, 91), (6066, 218, 24, 110), (6090, 218, 24, 134), (6141, 218, 24, 185), (6247, 218, 25, 44), (6324, 218, 25, 121), (6375, 218, 25, 172), (6458, 218, 25, 255), (6483, 218, 26, 34), (6555, 218, 26, 106), (6991, 218, 28, 53), (6993, 218, 28, 55), (7080, 218, 28, 142), (7109, 218, 28, 171), (7313, 218, 29, 132), (7398, 218, 29, 217), (7471, 218, 30, 48), (7521, 218, 30, 98), (7548, 218, 30, 125), (7554, 218, 30, 131), (7711, 218, 31, 45), (7742, 218, 31, 76), (7837, 218, 31, 171), (8017, 218, 32, 111), (8018, 218, 32, 112), (8049, 218, 32, 143), (8133, 218, 32, 227), (8180, 218, 33, 35), (8197, 218, 33, 52), (8363, 218, 33, 218), (8366, 218, 33, 221), (8429, 218, 34, 46), (8454, 218, 34, 71), (8546, 218, 34, 163), (8836, 218, 35, 216), (8838, 218, 35, 218), (8966, 218, 36, 110), (8990, 218, 36, 134), (9105, 218, 36, 249), (9609, 218, 39, 51), (9710, 218, 39, 152), (9855, 218, 40, 64), (9904, 218, 40, 113), (9924, 218, 40, 133), (9932, 218, 40, 141), (10134, 218, 41, 112), (10137, 218, 41, 115), (10165, 218, 41, 143), (10197, 218, 41, 175), (10841, 218, 44, 131), (10845, 218, 44, 135), (10876, 218, 44, 166), (11007, 218, 45, 70), (11067, 218, 45, 130), (11163, 218, 45, 226), (11264, 218, 46, 101), (11269, 218, 46, 106), (11661, 218, 48, 49), (11867, 218, 48, 255), (11875, 218, 48, 263), (11933, 218, 49, 98), (11937, 218, 49, 102), (11953, 218, 49, 118), (12353, 218, 51, 75), (12435, 218, 51, 157), (12495, 218, 51, 217), (12652, 218, 52, 153), (12715, 218, 52, 216), (12776, 218, 53, 58), (12788, 218, 53, 70), (12795, 218, 53, 77), (13035, 218, 54, 99), (13137, 218, 54, 201), (13157, 218, 54, 221), (13190, 218, 54, 254), (13211, 218, 55, 58), (13230, 218, 55, 77), (13678, 218, 57, 94), (13680, 218, 57, 96), (13697, 218, 57, 113), (13725, 218, 57, 141), (13940, 218, 58, 142), (13983, 218, 58, 185), (14146, 218, 59, 135), (14173, 218, 59, 162), (14177, 218, 59, 166), (14960, 218, 63, 106), (15162, 218, 64, 100), (15164, 218, 64, 102), (15180, 218, 64, 118), (16018, 218, 68, 132), (16272, 218, 69, 183), (16433, 218, 70, 142), (16462, 218, 70, 171), (16593, 218, 71, 101), (16748, 218, 71, 256), (17274, 218, 74, 184), (17439, 218, 75, 152), (17580, 218, 76, 97), (17613, 218, 76, 130), (17724, 218, 76, 241), (17770, 218, 77, 91), (17864, 218, 77, 185), (19889, 218, 88, 128), (19942, 218, 88, 181), (19944, 218, 88, 183), (19983, 218, 88, 222), (20067, 218, 89, 123), (20068, 218, 89, 124), (20084, 218, 89, 140), (20106, 218, 89, 162), (20776, 218, 93, 110), (20915, 218, 93, 249), (20944, 218, 94, 100), (20996, 218, 94, 152), (21349, 218, 96, 152), (21576, 218, 97, 204), (21610, 218, 97, 238), (21679, 218, 98, 133), (21809, 218, 98, 263), (21830, 218, 99, 111), (21872, 218, 99, 153), (21946, 218, 99, 227), (22004, 218, 100, 113), (22032, 218, 100, 141), (22225, 218, 101, 163), (22237, 218, 101, 175), (22365, 218, 102, 133), (22495, 218, 102, 263), (23066, 218, 106, 163), (23917, 218, 111, 199), (23972, 218, 111, 254), (24077, 218, 112, 199), (24132, 218, 112, 254), (24156, 218, 113, 118), (24552, 218, 115, 199), (24609, 218, 115, 256), (24634, 218, 116, 123), (24635, 218, 116, 124), (24651, 218, 116, 140), (24752, 218, 116, 241), (24954, 218, 118, 133), (25416, 218, 121, 135), (25447, 218, 121, 166), (25780, 218, 123, 200), (25784, 218, 123, 204), (25872, 218, 124, 144), (25928, 218, 124, 200), (26047, 218, 125, 172), (26130, 218, 125, 255), (26138, 218, 125, 263), (26471, 218, 128, 158), (26483, 218, 128, 170), (26528, 218, 128, 215), (26836, 218, 130, 238), (26912, 218, 131, 172), (26995, 218, 131, 255), (27046, 218, 132, 165), (27470, 218, 135, 172), (28173, 218, 140, 204), (28207, 218, 140, 238), (28456, 218, 142, 226), (28559, 218, 143, 199), (28616, 218, 143, 256), (28650, 218, 144, 162), (28654, 218, 144, 166), (29799, 218, 153, 201), (29819, 218, 153, 221), (30230, 218, 157, 165), (30360, 218, 158, 181), (30362, 218, 158, 183), (30826, 218, 162, 200), (31169, 218, 165, 217), (31655, 218, 170, 181), (31696, 218, 170, 222), (31702, 218, 170, 228), (31801, 218, 171, 226), (32227, 218, 175, 256), (32929, 218, 183, 215), (34361, 218, 201, 216), (34372, 218, 201, 227), (34593, 218, 204, 241), (35311, 218, 216, 221), (35417, 218, 218, 218), (35894, 218, 227, 254), (36310, 218, 238, 241), (204, 219, 1, 204), (238, 219, 1, 238), (547, 219, 3, 8), (644, 219, 3, 105), (842, 219, 4, 35), (1025, 219, 4, 218), (1117, 219, 5, 43), (1261, 219, 5, 187), (1395, 219, 6, 55), (1525, 219, 6, 185), (1626, 219, 7, 21), (1673, 219, 7, 68), (2005, 219, 8, 136), (2185, 219, 9, 53), (2274, 219, 9, 142), (2473, 219, 10, 79), (2555, 219, 10, 161), (2741, 219, 11, 86), (2844, 219, 11, 189), (3110, 219, 12, 195), (3163, 219, 12, 248), (3342, 219, 13, 168), (3441, 219, 13, 267), (3625, 219, 14, 193), (3896, 219, 15, 207), (3953, 219, 15, 264), (4082, 219, 16, 137), (4317, 219, 17, 117), (4394, 219, 17, 194), (4491, 219, 18, 37), (4591, 219, 18, 137), (4729, 219, 19, 22), (4924, 219, 19, 217), (5172, 219, 20, 214), (5223, 219, 20, 265), (5414, 219, 21, 205), (5716, 219, 22, 257), (5835, 219, 23, 127), (5846, 219, 23, 138), (6117, 219, 24, 161), (6124, 219, 24, 168), (6469, 219, 25, 266), (6659, 219, 26, 210), (6700, 219, 26, 251), (6782, 219, 27, 88), (6852, 219, 27, 158), (6976, 219, 28, 38), (7180, 219, 28, 242), (7377, 219, 29, 196), (7386, 219, 29, 205), (7615, 219, 30, 192), (7820, 219, 31, 154), (7903, 219, 31, 237), (8332, 219, 33, 187), (8365, 219, 33, 220), (8444, 219, 34, 61), (8487, 219, 34, 104), (8831, 219, 35, 211), (8935, 219, 36, 79), (8943, 219, 36, 87), (9197, 219, 37, 106), (9395, 219, 38, 70), (9608, 219, 39, 50), (9707, 219, 39, 149), (9979, 219, 40, 188), (9989, 219, 40, 198), (10114, 219, 41, 92), (10182, 219, 41, 160), (10312, 219, 42, 59), (10397, 219, 42, 144), (10700, 219, 43, 218), (10950, 219, 44, 240), (10955, 219, 44, 245), (11075, 219, 45, 138), (11139, 219, 45, 202), (11373, 219, 46, 210), (11561, 219, 47, 173), (11565, 219, 47, 177), (11982, 219, 49, 147), (11994, 219, 49, 159), (12214, 219, 50, 157), (12471, 219, 51, 193), (12542, 219, 51, 264), (12710, 219, 52, 211), (12909, 219, 53, 191), (13172, 219, 54, 236), (13344, 219, 55, 191), (13458, 219, 56, 89), (13569, 219, 56, 200), (13773, 219, 57, 189), (13807, 219, 57, 223), (13876, 219, 58, 78), (14040, 219, 58, 242), (14263, 219, 59, 252), (14298, 219, 60, 75), (14319, 219, 60, 96), (14540, 219, 61, 106), (14759, 219, 62, 114), (14819, 219, 62, 174), (15060, 219, 63, 206), (15105, 219, 63, 251), (15287, 219, 64, 225), (15383, 219, 65, 113), (15411, 219, 65, 141), (15629, 219, 66, 153), (15692, 219, 66, 216), (15777, 219, 67, 95), (15787, 219, 67, 105), (16005, 219, 68, 119), (16302, 219, 69, 213), (16322, 219, 69, 233), (16430, 219, 70, 139), (16670, 219, 71, 178), (16727, 219, 71, 235), (16870, 219, 72, 177), (16943, 219, 72, 250), (17047, 219, 73, 155), (17212, 219, 74, 122), (17355, 219, 74, 265), (17436, 219, 75, 149), (17610, 219, 76, 127), (17695, 219, 76, 212), (17757, 219, 77, 78), (17946, 219, 77, 267), (18350, 219, 80, 91), (18444, 219, 80, 185), (18544, 219, 81, 94), (18546, 219, 81, 96), (18859, 219, 82, 219), (18884, 219, 82, 244), (19079, 219, 83, 249), (19112, 219, 84, 94), (19159, 219, 84, 141), (19313, 219, 85, 107), (19544, 219, 86, 152), (19670, 219, 87, 93), (19851, 219, 88, 90), (20134, 219, 89, 190), (20296, 219, 90, 170), (20565, 219, 91, 258), (20686, 219, 92, 199), (20880, 219, 93, 214), (21245, 219, 95, 224), (21481, 219, 97, 109), (21552, 219, 97, 180), (22079, 219, 100, 188), (22114, 219, 100, 223), (22166, 219, 101, 104), (22229, 219, 101, 167), (22401, 219, 102, 169), (22517, 219, 103, 115), (22545, 219, 103, 143), (23187, 219, 107, 119), (23355, 219, 108, 123), (23372, 219, 108, 140), (23636, 219, 109, 241), (23683, 219, 110, 126), (23803, 219, 110, 246), (23921, 219, 111, 203), (23977, 219, 111, 259), (24034, 219, 112, 156), (24137, 219, 112, 259), (24263, 219, 113, 225), (24351, 219, 114, 155), (24504, 219, 115, 151), (24701, 219, 116, 190), (24743, 219, 116, 232), (24816, 219, 117, 150), (24990, 219, 118, 169), (25019, 219, 118, 198), (25299, 219, 120, 172), (25382, 219, 120, 255), (25521, 219, 121, 240), (25533, 219, 121, 252), (25814, 219, 123, 234), (25907, 219, 124, 179), (25962, 219, 124, 234), (26157, 219, 126, 134), (26620, 219, 129, 164), (26653, 219, 129, 197), (26778, 219, 130, 180), (26835, 219, 130, 237), (27128, 219, 132, 247), (27138, 219, 132, 257), (27181, 219, 133, 159), (27418, 219, 134, 258), (27564, 219, 135, 266), (27568, 219, 135, 270), (27616, 219, 136, 182), (28063, 219, 139, 226), (28229, 219, 140, 260), (28376, 219, 142, 146), (28516, 219, 143, 156), (28633, 219, 144, 145), (28815, 219, 145, 200), (28912, 219, 146, 171), (29131, 219, 147, 263), (29482, 219, 150, 244), (29534, 219, 151, 175), (29942, 219, 154, 226), (30296, 219, 157, 231), (30408, 219, 158, 229), (30661, 219, 160, 256), (30805, 219, 162, 179), (30821, 219, 162, 195), (30971, 219, 163, 235), (31074, 219, 164, 230), (31148, 219, 165, 196), (31159, 219, 165, 207), (31307, 219, 166, 248), (31329, 219, 166, 270), (31777, 219, 171, 202), (31921, 219, 172, 245), (31972, 219, 173, 197), (32126, 219, 174, 253), (32149, 219, 175, 178), (32877, 219, 182, 253), (33045, 219, 184, 243), (33064, 219, 184, 262), (33725, 219, 192, 255), (33857, 219, 194, 230), (34511, 219, 203, 227), (34584, 219, 204, 232), (34713, 219, 206, 228), (35098, 219, 212, 238), (35134, 219, 213, 215), (35263, 219, 215, 229), (35310, 219, 216, 220), (35376, 219, 217, 231), (35471, 219, 219, 219), (35752, 219, 224, 250), (35876, 219, 227, 236), (36425, 219, 241, 260), (36554, 219, 246, 249), (179, 220, 1, 179), (195, 220, 1, 195), (248, 220, 1, 248), (270, 220, 1, 270), (348, 220, 2, 78), (431, 220, 2, 161), (438, 220, 2, 168), (537, 220, 2, 267), (1010, 220, 4, 203), (1043, 220, 4, 236), (1066, 220, 4, 259), (1479, 220, 6, 139), (1494, 220, 6, 154), (1520, 220, 6, 180), (1577, 220, 6, 237), (1655, 220, 7, 50), (1665, 220, 7, 60), (1754, 220, 7, 149), (1836, 220, 7, 231), (1991, 220, 8, 122), (2077, 220, 8, 208), (2130, 220, 8, 261), (2137, 220, 8, 268), (2241, 220, 9, 109), (2312, 220, 9, 180), (2369, 220, 9, 237), (2392, 220, 9, 260), (4792, 220, 19, 85), (4826, 220, 19, 119), (4920, 220, 19, 213), (4940, 220, 19, 233), (6870, 220, 27, 176), (6880, 220, 27, 186), (6903, 220, 27, 209), (6941, 220, 27, 247), (9405, 220, 38, 80), (9451, 220, 38, 126), (9571, 220, 38, 246), (9583, 220, 38, 258), (10548, 220, 43, 66), (10685, 220, 43, 203), (10718, 220, 43, 236), (12142, 220, 50, 85), (12176, 220, 50, 119), (12262, 220, 50, 205), (13635, 220, 56, 266), (13639, 220, 56, 270), (14419, 220, 60, 196), (14428, 220, 60, 205), (14430, 220, 60, 207), (15463, 220, 65, 193), (15477, 220, 65, 207), (15534, 220, 65, 264), (15663, 220, 66, 187), (15696, 220, 66, 220), (16971, 220, 73, 79), (16979, 220, 73, 87), (17106, 220, 73, 214), (17157, 220, 73, 265), (17957, 220, 78, 83), (18000, 220, 78, 126), (18120, 220, 78, 246), (18306, 220, 79, 239), (18310, 220, 79, 243), (18329, 220, 79, 262), (18398, 220, 80, 139), (18413, 220, 80, 154), (18496, 220, 80, 237), (18646, 220, 81, 196), (18655, 220, 81, 205), (18657, 220, 81, 207), (18714, 220, 81, 264), (18998, 220, 83, 168), (19072, 220, 83, 242), (19097, 220, 83, 267), (19211, 220, 84, 193), (19214, 220, 84, 196), (19225, 220, 84, 207), (19282, 220, 84, 264), (19437, 220, 85, 231), (19463, 220, 85, 257), (19539, 220, 86, 147), (19551, 220, 86, 159), (19617, 220, 86, 225), (19691, 220, 87, 114), (19820, 220, 87, 243), (19839, 220, 87, 262), (20274, 220, 90, 148), (20302, 220, 90, 176), (20312, 220, 90, 186), (20335, 220, 90, 209), (20697, 220, 92, 210), (20722, 220, 92, 235), (20738, 220, 92, 251), (21229, 220, 95, 208), (21282, 220, 95, 261), (21292, 220, 95, 271), (22776, 220, 104, 206), (22945, 220, 105, 208), (22998, 220, 105, 261), (23005, 220, 105, 268), (23008, 220, 105, 271), (23359, 220, 108, 127), (23370, 220, 108, 138), (23378, 220, 108, 146), (23434, 220, 108, 202), (23541, 220, 109, 146), (23586, 220, 109, 191), (23597, 220, 109, 202), (24318, 220, 114, 122), (24410, 220, 114, 214), (24461, 220, 114, 265), (25124, 220, 119, 149), (25206, 220, 119, 231), (25296, 220, 120, 169), (25315, 220, 120, 188), (25325, 220, 120, 198), (25605, 220, 122, 174), (25613, 220, 122, 182), (26162, 220, 126, 139), (26265, 220, 126, 242), (26347, 220, 127, 179), (26363, 220, 127, 195), (26402, 220, 127, 234), (26725, 220, 129, 269), (27717, 220, 137, 148), (27882, 220, 138, 179), (27937, 220, 138, 234), (27963, 220, 138, 260), (28095, 220, 139, 258), (28881, 220, 145, 266), (28921, 220, 146, 180), (29001, 220, 146, 260), (29056, 220, 147, 188), (29057, 220, 147, 189), (29091, 220, 147, 223), (29311, 220, 149, 196), (29320, 220, 149, 205), (29907, 220, 154, 191), (29974, 220, 154, 258), (30161, 220, 156, 211), (30482, 220, 159, 189), (30516, 220, 159, 223), (30611, 220, 160, 206), (30615, 220, 160, 210), (30656, 220, 160, 251), (30755, 220, 161, 239), (30759, 220, 161, 243), (30778, 220, 161, 262), (31370, 220, 167, 206), (31415, 220, 167, 251), (31508, 220, 168, 239), (31531, 220, 168, 262), (31564, 220, 169, 192), (31612, 220, 169, 240), (31617, 220, 169, 245), (32044, 220, 173, 269), (32087, 220, 174, 214), (32138, 220, 174, 265), (32141, 220, 174, 268), (32297, 220, 176, 229), (32432, 220, 177, 269), (32434, 220, 177, 271), (32563, 220, 179, 212), (32634, 220, 180, 191), (32832, 220, 182, 208), (32889, 220, 182, 265), (32892, 220, 182, 268), (33188, 220, 186, 213), (33204, 220, 186, 229), (33280, 220, 187, 220), (33296, 220, 187, 236), (33336, 220, 188, 192), (33557, 220, 190, 248), (33575, 220, 190, 266), (33579, 220, 190, 270), (33627, 220, 191, 237), (33668, 220, 192, 198), (33693, 220, 192, 223), (33774, 220, 193, 225), (33916, 220, 195, 212), (33936, 220, 195, 232), (34174, 220, 198, 245), (34449, 220, 202, 234), (34475, 220, 202, 260), (34495, 220, 203, 211), (35036, 220, 211, 236), (35059, 220, 211, 259), (35094, 220, 212, 234), (35108, 220, 212, 248), (35166, 220, 213, 247), (35176, 220, 213, 257), (35220, 220, 214, 243), (35524, 220, 220, 220), (35813, 220, 225, 264), (35974, 220, 229, 247), (35984, 220, 229, 257), (36043, 220, 231, 233), (36098, 220, 232, 248), (36116, 220, 232, 266), (36120, 220, 232, 270), (36136, 220, 233, 247), (36146, 220, 233, 257), (36369, 220, 239, 267), (36441, 220, 242, 246), (36453, 220, 242, 258), (36572, 220, 246, 267), (36660, 220, 250, 261), (36668, 220, 250, 269), (36670, 220, 250, 271), (1106, 221, 5, 32), (1273, 221, 5, 199), (1328, 221, 5, 254), (2439, 221, 10, 45), (2536, 221, 10, 142), (2565, 221, 10, 171), (2677, 221, 11, 22), (2787, 221, 11, 132), (2945, 221, 12, 30), (2964, 221, 12, 49), (3178, 221, 12, 263), (3197, 221, 13, 23), (3219, 221, 13, 45), (3250, 221, 13, 76), (4060, 221, 16, 115), (4088, 221, 16, 143), (4120, 221, 16, 175), (4566, 221, 18, 112), (4569, 221, 18, 115), (4597, 221, 18, 143), (5012, 221, 20, 53), (5014, 221, 20, 55), (5143, 221, 20, 185), (5337, 221, 21, 128), (5390, 221, 21, 181), (5392, 221, 21, 183), (5516, 221, 22, 57), (5559, 221, 22, 100), (5732, 221, 23, 24), (5785, 221, 23, 77), (6001, 221, 24, 45), (6127, 221, 24, 171), (6267, 221, 25, 64), (6316, 221, 25, 113), (6336, 221, 25, 133), (6518, 221, 26, 69), (6607, 221, 26, 158), (6664, 221, 26, 215), (7054, 221, 28, 116), (7142, 221, 28, 204), (7176, 221, 28, 238), (7309, 221, 29, 128), (7364, 221, 29, 183), (7547, 221, 30, 124), (7585, 221, 30, 162), (7755, 221, 31, 89), (7810, 221, 31, 144), (7866, 221, 31, 200), (7939, 221, 32, 33), (8124, 221, 32, 218), (8186, 221, 33, 41), (8344, 221, 33, 199), (8494, 221, 34, 111), (8495, 221, 34, 112), (8610, 221, 34, 227), (8719, 221, 35, 99), (8821, 221, 35, 201), (8874, 221, 35, 254), (8909, 221, 36, 53), (8998, 221, 36, 142), (9027, 221, 36, 171), (9598, 221, 39, 40), (9660, 221, 39, 102), (9676, 221, 39, 118), (9948, 221, 40, 157), (10008, 221, 40, 217), (10175, 221, 41, 153), (10238, 221, 41, 216), (10833, 221, 44, 123), (10850, 221, 44, 140), (10951, 221, 44, 241), (11251, 221, 46, 88), (11321, 221, 46, 158), (11378, 221, 46, 215), (11706, 221, 48, 94), (11708, 221, 48, 96), (11753, 221, 48, 141), (11970, 221, 49, 135), (12001, 221, 49, 166), (12598, 221, 52, 99), (12700, 221, 52, 201), (12720, 221, 52, 221), (12811, 221, 53, 93), (13037, 221, 54, 101), (13192, 221, 54, 256), (13227, 221, 55, 74), (13246, 221, 55, 93), (13716, 221, 57, 132), (13801, 221, 57, 217), (13874, 221, 58, 76), (14002, 221, 58, 204), (14036, 221, 58, 238), (14108, 221, 59, 97), (14141, 221, 59, 130), (14252, 221, 59, 241), (14923, 221, 63, 69), (15069, 221, 63, 215), (15193, 221, 64, 131), (15197, 221, 64, 135), (16014, 221, 68, 128), (16067, 221, 68, 181), (16108, 221, 68, 222), (16317, 221, 69, 228), (16380, 221, 70, 89), (16407, 221, 70, 116), (16495, 221, 70, 204), (16580, 221, 71, 88), (16662, 221, 71, 170), (17181, 221, 74, 91), (17275, 221, 74, 185), (17385, 221, 75, 98), (17389, 221, 75, 102), (17405, 221, 75, 118), (17560, 221, 76, 77), (17917, 221, 77, 238), (19924, 221, 88, 163), (20170, 221, 89, 226), (20808, 221, 93, 142), (20942, 221, 94, 98), (20969, 221, 94, 125), (21295, 221, 96, 98), (21299, 221, 96, 102), (21493, 221, 97, 121), (21516, 221, 97, 144), (21937, 221, 99, 218), (22048, 221, 100, 157), (22108, 221, 100, 217), (22173, 221, 101, 111), (22289, 221, 101, 227), (23014, 221, 106, 111), (23015, 221, 106, 112), (23046, 221, 106, 143), (23249, 221, 107, 181), (23290, 221, 107, 222), (23296, 221, 107, 228), (24163, 221, 113, 125), (24169, 221, 113, 131), (24737, 221, 116, 226), (24978, 221, 118, 157), (25421, 221, 121, 140), (25522, 221, 121, 241), (25752, 221, 123, 172), (25835, 221, 123, 255), (25900, 221, 124, 172), (25983, 221, 124, 255), (26016, 221, 125, 141), (26742, 221, 130, 144), (26798, 221, 130, 200), (26881, 221, 131, 141), (27033, 221, 132, 152), (27157, 221, 133, 135), (27188, 221, 133, 166), (28141, 221, 140, 172), (29854, 221, 153, 256), (30342, 221, 158, 163), (30881, 221, 162, 255), (30889, 221, 162, 263), (30906, 221, 163, 170), (31135, 221, 165, 183), (31322, 221, 166, 263), (31649, 221, 170, 175), (34218, 221, 199, 216), (34300, 221, 200, 226), (34366, 221, 201, 221), (35346, 221, 216, 256), (35453, 221, 218, 254), (35576, 221, 221, 221), (344, 222, 2, 74), (641, 222, 3, 102), (657, 222, 3, 118), (1187, 222, 5, 113), (1215, 222, 5, 141), (1927, 222, 8, 58), (1946, 222, 8, 77), (2467, 222, 10, 73), (2508, 222, 10, 114), (2810, 222, 11, 155), (3032, 222, 12, 117), (3159, 222, 12, 244), (3348, 222, 13, 174), (3356, 222, 13, 182), (3616, 222, 14, 184), (4021, 222, 16, 76), (4183, 222, 16, 238), (4340, 222, 17, 140), (4441, 222, 17, 241), (4658, 222, 18, 204), (4692, 222, 18, 238), (5197, 222, 20, 239), (5220, 222, 20, 262), (5319, 222, 21, 110), (5343, 222, 21, 134), (5571, 222, 22, 112), (5602, 222, 22, 143), (5878, 222, 23, 170), (6070, 222, 24, 114), (6130, 222, 24, 174), (6367, 222, 25, 164), (6400, 222, 25, 197), (6632, 222, 26, 183), (7033, 222, 28, 95), (7043, 222, 28, 105), (7291, 222, 29, 110), (7430, 222, 29, 249), (7522, 222, 30, 99), (7624, 222, 30, 201), (7839, 222, 31, 173), (7843, 222, 31, 177), (7950, 222, 32, 44), (8078, 222, 32, 172), (8239, 222, 33, 94), (8286, 222, 33, 141), (8472, 222, 34, 89), (8499, 222, 34, 116), (8684, 222, 35, 64), (8753, 222, 35, 133), (8929, 222, 36, 73), (9099, 222, 36, 243), (9612, 222, 39, 54), (9785, 222, 39, 227), (9927, 222, 40, 136), (10044, 222, 40, 253), (10081, 222, 41, 59), (10143, 222, 41, 121), (10909, 222, 44, 199), (11025, 222, 45, 88), (11107, 222, 45, 170), (11513, 222, 47, 125), (11519, 222, 47, 131), (11684, 222, 48, 72), (11836, 222, 48, 224), (11887, 222, 49, 52), (12056, 222, 49, 221), (12632, 222, 52, 133), (12787, 222, 53, 69), (12933, 222, 53, 215), (13011, 222, 54, 75), (13222, 222, 55, 69), (13646, 222, 57, 62), (13739, 222, 57, 155), (13903, 222, 58, 105), (14267, 222, 59, 256), (14745, 222, 62, 100), (14982, 222, 63, 128), (15037, 222, 63, 183), (15280, 222, 64, 218), (15780, 222, 67, 98), (15784, 222, 67, 102), (15977, 222, 68, 91), (16020, 222, 68, 134), (16386, 222, 70, 95), (16541, 222, 70, 250), (16818, 222, 72, 125), (17329, 222, 74, 239), (17440, 222, 75, 153), (17861, 222, 77, 182), (18763, 222, 82, 123), (18764, 222, 82, 124), (19932, 222, 88, 171), (20045, 222, 89, 101), (20414, 222, 91, 107), (20909, 222, 93, 243), (20928, 222, 93, 262), (21060, 222, 94, 216), (21350, 222, 96, 153), (21413, 222, 96, 216), (21501, 222, 97, 129), (21602, 222, 97, 230), (21770, 222, 98, 224), (21974, 222, 99, 255), (22144, 222, 100, 253), (22262, 222, 101, 200), (23019, 222, 106, 116), (23107, 222, 106, 204), (23253, 222, 107, 185), (23875, 222, 111, 157), (23935, 222, 111, 217), (24095, 222, 112, 217), (24256, 222, 113, 218), (24485, 222, 115, 132), (24832, 222, 117, 166), (24957, 222, 118, 136), (25480, 222, 121, 199), (25730, 222, 123, 150), (25947, 222, 124, 219), (26541, 222, 128, 228), (26586, 222, 129, 130), (26771, 222, 130, 173), (26937, 222, 131, 197), (27024, 222, 132, 143), (27462, 222, 135, 164), (27492, 222, 135, 194), (28119, 222, 140, 150), (28388, 222, 142, 158), (28445, 222, 142, 215), (28744, 222, 144, 256), (29663, 222, 152, 184), (30292, 222, 157, 227), (30350, 222, 158, 171), (30845, 222, 162, 219), (30870, 222, 162, 244), (31201, 222, 165, 249), (31253, 222, 166, 194), (31930, 222, 172, 254), (32389, 222, 177, 226), (32756, 222, 181, 222), (32762, 222, 181, 228), (34408, 222, 201, 263), (35618, 222, 221, 263), (35627, 222, 222, 222), (35845, 222, 226, 250), (36010, 222, 230, 241), (36732, 222, 254, 255), (1015, 223, 4, 208), (1068, 223, 4, 261), (1075, 223, 4, 268), (1871, 223, 7, 266), (1875, 223, 7, 270), (6802, 223, 27, 108), (6928, 223, 27, 234), (6954, 223, 27, 260), (9230, 223, 37, 139), (9245, 223, 37, 154), (9328, 223, 37, 237), (9386, 223, 38, 61), (9429, 223, 38, 104), (9492, 223, 38, 167), (10690, 223, 43, 208), (10743, 223, 43, 261), (10753, 223, 43, 271), (14573, 223, 61, 139), (14588, 223, 61, 154), (15745, 223, 66, 269), (18034, 223, 78, 160), (18041, 223, 78, 167), (19401, 223, 85, 195), (19454, 223, 85, 248), (19476, 223, 85, 270), (19561, 223, 86, 169), (19580, 223, 86, 188), (19590, 223, 86, 198), (20234, 223, 90, 108), (20235, 223, 90, 109), (20386, 223, 90, 260), (20648, 223, 92, 161), (20655, 223, 92, 168), (20754, 223, 92, 267), (22709, 223, 104, 139), (22812, 223, 104, 242), (23461, 223, 108, 229), (25223, 223, 119, 248), (25241, 223, 119, 266), (25245, 223, 119, 270), (25642, 223, 122, 211), (27723, 223, 137, 154), (27749, 223, 137, 180), (27806, 223, 137, 237), (30573, 223, 160, 168), (30672, 223, 160, 267), (31406, 223, 167, 242), (31565, 223, 169, 193), (32564, 223, 179, 213), (32580, 223, 179, 229), (32584, 223, 179, 233), (33321, 223, 187, 261), (33331, 223, 187, 271), (33333, 223, 188, 189), (33367, 223, 188, 223), (33425, 223, 189, 198), (33450, 223, 189, 223), (33917, 223, 195, 213), (33937, 223, 195, 233), (34685, 223, 205, 266), (34825, 223, 208, 211), (35068, 223, 211, 268), (35153, 223, 213, 234), (35573, 223, 220, 269), (35575, 223, 220, 271), (35677, 223, 223, 223), (35961, 223, 229, 234), (36137, 223, 233, 248), (113, 224, 1, 113), (141, 224, 1, 141), (359, 224, 2, 89), (386, 224, 2, 116), (586, 224, 3, 47), (736, 224, 3, 197), (823, 224, 4, 16), (1280, 224, 5, 206), (1384, 224, 6, 44), (1512, 224, 6, 172), (1730, 224, 7, 125), (1736, 224, 7, 131), (1922, 224, 8, 53), (2011, 224, 8, 142), (2162, 224, 9, 30), (2387, 224, 9, 255), (2589, 224, 10, 195), (2642, 224, 10, 248), (3108, 224, 12, 193), (3179, 224, 12, 264), (3440, 224, 13, 266), (3444, 224, 13, 270), (3469, 224, 14, 37), (3569, 224, 14, 137), (3750, 224, 15, 61), (3793, 224, 15, 104), (3988, 224, 16, 43), (4497, 224, 18, 43), (4641, 224, 18, 187), (4778, 224, 19, 71), (4870, 224, 19, 163), (5066, 224, 20, 108), (5192, 224, 20, 234), (5369, 224, 21, 160), (5699, 224, 22, 240), (5704, 224, 22, 245), (5781, 224, 23, 73), (5822, 224, 23, 114), (6204, 224, 24, 248), (6226, 224, 24, 270), (6399, 224, 25, 196), (6408, 224, 25, 205), (6499, 224, 26, 50), (6598, 224, 26, 149), (6734, 224, 27, 40), (6794, 224, 27, 100), (7348, 224, 29, 167), (7569, 224, 30, 146), (7835, 224, 31, 169), (8009, 224, 32, 103), (8062, 224, 32, 156), (8449, 224, 34, 66), (8603, 224, 34, 220), (8830, 224, 35, 210), (8871, 224, 35, 251), (9035, 224, 36, 179), (9051, 224, 36, 195), (9142, 224, 37, 51), (9600, 224, 39, 42), (9703, 224, 39, 145), (10020, 224, 40, 229), (10225, 224, 41, 203), (10281, 224, 41, 259), (10410, 224, 42, 157), (10790, 224, 44, 80), (11051, 224, 45, 114), (11111, 224, 45, 174), (11213, 224, 46, 50), (11394, 224, 46, 231), (11455, 224, 47, 67), (11697, 224, 48, 85), (11731, 224, 48, 119), (11973, 224, 49, 138), (12037, 224, 49, 202), (12339, 224, 51, 61), (12709, 224, 52, 210), (12823, 224, 53, 105), (13248, 224, 55, 95), (13258, 224, 55, 105), (13444, 224, 56, 75), (13465, 224, 56, 96), (13674, 224, 57, 90), (14137, 224, 59, 126), (14269, 224, 59, 258), (14286, 224, 60, 63), (14451, 224, 60, 228), (14762, 224, 62, 117), (14839, 224, 62, 194), (15003, 224, 63, 149), (15189, 224, 64, 127), (15274, 224, 64, 212), (15398, 224, 65, 128), (15451, 224, 65, 181), (15577, 224, 66, 101), (15754, 224, 67, 72), (15978, 224, 68, 92), (16046, 224, 68, 160), (16749, 224, 71, 257), (16917, 224, 72, 224), (16968, 224, 73, 76), (17198, 224, 74, 108), (17350, 224, 74, 260), (17432, 224, 75, 145), (17726, 224, 76, 243), (17945, 224, 77, 266), (18380, 224, 80, 121), (18672, 224, 81, 222), (18678, 224, 81, 228), (18824, 224, 82, 184), (18919, 224, 83, 89), (19030, 224, 83, 200), (19199, 224, 84, 181), (19240, 224, 84, 222), (19304, 224, 85, 98), (19515, 224, 86, 123), (19516, 224, 86, 124), (20226, 224, 90, 100), (20484, 224, 91, 177), (20557, 224, 91, 250), (20594, 224, 92, 107), (20845, 224, 93, 179), (20900, 224, 93, 234), (21034, 224, 94, 190), (21076, 224, 94, 232), (21206, 224, 95, 185), (21387, 224, 96, 190), (21560, 224, 97, 188), (21570, 224, 97, 198), (21779, 224, 98, 233), (21870, 224, 99, 151), (21897, 224, 99, 178), (22445, 224, 102, 213), (22465, 224, 102, 233), (22656, 224, 103, 254), (22735, 224, 104, 165), (23090, 224, 106, 187), (23123, 224, 106, 220), (23686, 224, 110, 129), (23730, 224, 110, 173), (23866, 224, 111, 148), (23927, 224, 111, 209), (24054, 224, 112, 176), (24087, 224, 112, 209), (24250, 224, 113, 212), (24539, 224, 115, 186), (24600, 224, 115, 247), (24750, 224, 116, 239), (24821, 224, 117, 155), (25034, 224, 118, 213), (25050, 224, 118, 229), (25100, 224, 119, 125), (25259, 224, 120, 132), (25539, 224, 121, 258), (25769, 224, 123, 189), (26167, 224, 126, 144), (26301, 224, 127, 133), (26538, 224, 128, 225), (26705, 224, 129, 249), (26767, 224, 130, 169), (26796, 224, 130, 198), (26945, 224, 131, 205), (27126, 224, 132, 245), (27160, 224, 133, 138), (27333, 224, 134, 173), (27337, 224, 134, 177), (27494, 224, 135, 196), (27505, 224, 135, 207), (27598, 224, 136, 164), (27631, 224, 136, 197), (27721, 224, 137, 152), (28158, 224, 140, 189), (28192, 224, 140, 223), (28332, 224, 141, 232), (28412, 224, 142, 182), (28536, 224, 143, 176), (28546, 224, 143, 186), (28734, 224, 144, 246), (29004, 224, 146, 263), (29219, 224, 148, 227), (29613, 224, 151, 254), (30078, 224, 155, 244), (30149, 224, 156, 199), (30317, 224, 157, 252), (30819, 224, 162, 193), (30967, 224, 163, 231), (31097, 224, 164, 253), (31119, 224, 165, 167), (31266, 224, 166, 207), (31323, 224, 166, 264), (31685, 224, 170, 211), (31749, 224, 171, 174), (31757, 224, 171, 182), (31867, 224, 172, 191), (32218, 224, 175, 247), (32228, 224, 175, 257), (32458, 224, 178, 201), (32939, 224, 183, 225), (33021, 224, 184, 219), (33139, 224, 185, 250), (33385, 224, 188, 241), (33645, 224, 191, 255), (33880, 224, 194, 253), (34261, 224, 199, 259), (34320, 224, 200, 246), (34380, 224, 201, 235), (34478, 224, 202, 263), (34540, 224, 203, 256), (34591, 224, 204, 239), (34614, 224, 204, 262), (34703, 224, 206, 218), (35385, 224, 217, 240), (35397, 224, 217, 252), (35450, 224, 218, 251), (35590, 224, 221, 235), (35695, 224, 223, 241), (35726, 224, 224, 224), (36018, 224, 230, 249), (36256, 224, 236, 256), (36312, 224, 238, 243), (36331, 224, 238, 262), (148, 225, 1, 148), (426, 225, 2, 156), (473, 225, 2, 203), (529, 225, 2, 259), (752, 225, 3, 213), (768, 225, 3, 229), (772, 225, 3, 233), (815, 225, 4, 8), (912, 225, 4, 105), (989, 225, 4, 182), (1550, 225, 6, 210), (1575, 225, 6, 235), (1667, 225, 7, 62), (1760, 225, 7, 155), (1912, 225, 8, 43), (2080, 225, 8, 211), (2338, 225, 9, 206), (2342, 225, 9, 210), (2383, 225, 9, 251), (4292, 225, 17, 92), (4360, 225, 17, 160), (4947, 225, 19, 240), (4952, 225, 19, 245), (4959, 225, 19, 252), (5581, 225, 22, 122), (5667, 225, 22, 208), (5727, 225, 22, 268), (6761, 225, 27, 67), (6766, 225, 27, 72), (6918, 225, 27, 224), (7577, 225, 30, 154), (7660, 225, 30, 237), (9208, 225, 37, 117), (9255, 225, 37, 164), (9285, 225, 37, 194), (9374, 225, 38, 49), (9458, 225, 38, 133), (9588, 225, 38, 263), (9645, 225, 39, 87), (9772, 225, 39, 214), (9823, 225, 39, 265), (10439, 225, 42, 186), (10500, 225, 42, 247), (10510, 225, 42, 257), (10656, 225, 43, 174), (10664, 225, 43, 182), (10819, 225, 44, 109), (10890, 225, 44, 180), (10970, 225, 44, 260), (11478, 225, 47, 90), (11974, 225, 49, 139), (12077, 225, 49, 242), (12177, 225, 50, 120), (12249, 225, 50, 192), (12302, 225, 50, 245), (12887, 225, 53, 169), (12916, 225, 53, 198), (13322, 225, 55, 169), (13341, 225, 55, 188), (13351, 225, 55, 198), (13545, 225, 56, 176), (13555, 225, 56, 186), (13578, 225, 56, 209), (14119, 225, 59, 108), (14245, 225, 59, 234), (14271, 225, 59, 260), (14370, 225, 60, 147), (14415, 225, 60, 192), (14551, 225, 61, 117), (14628, 225, 61, 194), (14678, 225, 61, 244), (14730, 225, 62, 85), (14764, 225, 62, 119), (15140, 225, 64, 78), (15304, 225, 64, 242), (15329, 225, 64, 267), (15429, 225, 65, 159), (15495, 225, 65, 225), (15549, 225, 66, 73), (15590, 225, 66, 114), (15719, 225, 66, 243), (15895, 225, 67, 213), (15911, 225, 67, 229), (16783, 225, 72, 90), (17112, 225, 73, 220), (17366, 225, 75, 79), (17374, 225, 75, 87), (17501, 225, 75, 214), (17749, 225, 76, 266), (17987, 225, 78, 113), (18007, 225, 78, 133), (18161, 225, 79, 94), (18163, 225, 79, 96), (18437, 225, 80, 178), (18494, 225, 80, 235), (18597, 225, 81, 147), (18609, 225, 81, 159), (18800, 225, 82, 160), (18807, 225, 82, 167), (18933, 225, 83, 103), (18986, 225, 83, 156), (19089, 225, 83, 259), (19165, 225, 84, 147), (19177, 225, 84, 159), (19342, 225, 85, 136), (19459, 225, 85, 253), (19502, 225, 86, 110), (19526, 225, 86, 134), (19641, 225, 86, 249), (19673, 225, 87, 96), (20123, 225, 89, 179), (20139, 225, 89, 195), (20192, 225, 89, 248), (20350, 225, 90, 224), (20495, 225, 91, 188), (20496, 225, 91, 189), (20530, 225, 91, 223), (20637, 225, 92, 150), (20717, 225, 92, 230), (21005, 225, 94, 161), (21012, 225, 94, 168), (21232, 225, 95, 211), (21358, 225, 96, 161), (22528, 225, 103, 126), (22648, 225, 103, 246), (22687, 225, 104, 117), (22789, 225, 104, 219), (22814, 225, 104, 244), (22948, 225, 105, 211), (23353, 225, 108, 121), (23376, 225, 108, 144), (23516, 225, 109, 121), (23567, 225, 109, 172), (23746, 225, 110, 189), (24206, 225, 113, 168), (24305, 225, 113, 267), (24383, 225, 114, 187), (24416, 225, 114, 220), (24706, 225, 116, 195), (24759, 225, 116, 248), (24781, 225, 116, 270), (25130, 225, 119, 155), (25228, 225, 119, 253), (25276, 225, 120, 149), (25358, 225, 120, 231), (25541, 225, 121, 260), (25588, 225, 122, 157), (25648, 225, 122, 217), (26174, 225, 126, 151), (26201, 225, 126, 178), (27089, 225, 132, 208), (27142, 225, 132, 261), (27149, 225, 132, 268), (27264, 225, 133, 242), (27349, 225, 134, 189), (27383, 225, 134, 223), (27647, 225, 136, 213), (27667, 225, 136, 233), (27733, 225, 137, 164), (27763, 225, 137, 194), (27766, 225, 137, 197), (27975, 225, 139, 30), (28100, 225, 139, 263), (28261, 225, 141, 161), (28268, 225, 141, 168), (28367, 225, 141, 267), (28399, 225, 142, 169), (28667, 225, 144, 179), (28722, 225, 144, 234), (28791, 225, 145, 176), (28801, 225, 145, 186), (28862, 225, 145, 247), (28947, 225, 146, 206), (28992, 225, 146, 251), (29182, 225, 148, 190), (29224, 225, 148, 232), (29307, 225, 149, 192), (29398, 225, 150, 160), (29605, 225, 151, 246), (29617, 225, 151, 258), (29971, 225, 154, 255), (29979, 225, 154, 263), (30039, 225, 155, 205), (30196, 225, 156, 246), (30279, 225, 157, 214), (30330, 225, 157, 265), (31383, 225, 167, 219), (31408, 225, 167, 244), (31856, 225, 172, 180), (31913, 225, 172, 237), (32060, 225, 174, 187), (32093, 225, 174, 220), (32258, 225, 176, 190), (32515, 225, 178, 258), (32551, 225, 179, 200), (32698, 225, 180, 255), (32811, 225, 182, 187), (32998, 225, 184, 196), (33007, 225, 184, 205), (33009, 225, 184, 207), (33077, 225, 185, 188), (33087, 225, 185, 198), (33112, 225, 185, 223), (33518, 225, 190, 209), (33600, 225, 191, 210), (33641, 225, 191, 251), (33798, 225, 193, 249), (33904, 225, 195, 200), (34308, 225, 200, 234), (34421, 225, 202, 206), (34523, 225, 203, 239), (34546, 225, 203, 262), (34600, 225, 204, 248), (34618, 225, 204, 266), (34622, 225, 204, 270), (34909, 225, 209, 232), (35410, 225, 217, 265), (35413, 225, 217, 268), (35731, 225, 224, 229), (35774, 225, 225, 225), (36050, 225, 231, 240), (36055, 225, 231, 245), (36142, 225, 233, 253), (36222, 225, 235, 258), (36239, 225, 236, 239), (36243, 225, 236, 243), (36262, 225, 236, 262), (36290, 225, 237, 255), (36335, 225, 238, 266), (36339, 225, 238, 270), (36361, 225, 239, 259), (36391, 225, 240, 257), (36582, 225, 247, 252), (36697, 225, 252, 257), (2518, 226, 10, 124), (2556, 226, 10, 162), (2951, 226, 12, 36), (3008, 226, 12, 93), (3297, 226, 13, 123), (3314, 226, 13, 140), (5093, 226, 20, 135), (5124, 226, 20, 166), (6079, 226, 24, 123), (6080, 226, 24, 124), (6277, 226, 25, 74), (7035, 226, 28, 97), (7068, 226, 28, 130), (7736, 226, 31, 70), (7892, 226, 31, 226), (9018, 226, 36, 162), (13895, 226, 58, 97), (14039, 226, 58, 241), (16421, 226, 70, 130), (17225, 226, 74, 135), (17819, 226, 77, 140), (17920, 226, 77, 241), (20832, 226, 93, 166), (35821, 226, 226, 226), (549, 227, 3, 10), (563, 227, 3, 24), (1145, 227, 5, 71), (1249, 227, 5, 175), (2461, 227, 10, 67), (2714, 227, 11, 59), (2776, 227, 11, 121), (2968, 227, 12, 53), (2970, 227, 12, 55), (3310, 227, 13, 136), (3427, 227, 13, 253), (3476, 227, 14, 44), (3604, 227, 14, 172), (3719, 227, 15, 30), (3944, 227, 15, 255), (3967, 227, 16, 22), (4162, 227, 16, 217), (4476, 227, 18, 22), (4586, 227, 18, 132), (5006, 227, 20, 47), (5031, 227, 20, 72), (5258, 227, 21, 49), (5342, 227, 21, 133), (5833, 227, 23, 125), (5839, 227, 23, 131), (6092, 227, 24, 136), (6248, 227, 25, 45), (6374, 227, 25, 171), (6501, 227, 26, 52), (6670, 227, 26, 221), (7093, 227, 28, 155), (7230, 227, 29, 49), (7444, 227, 29, 263), (7588, 227, 30, 165), (8034, 227, 32, 128), (8087, 227, 32, 181), (8260, 227, 33, 115), (8320, 227, 33, 175), (8666, 227, 35, 46), (8783, 227, 35, 163), (8923, 227, 36, 67), (9080, 227, 36, 224), (9646, 227, 39, 88), (9728, 227, 39, 170), (9880, 227, 40, 89), (9991, 227, 40, 200), (10205, 227, 41, 183), (10862, 227, 44, 152), (11068, 227, 45, 131), (11462, 227, 47, 74), (11688, 227, 48, 76), (11850, 227, 48, 238), (12450, 227, 51, 172), (12533, 227, 51, 255), (12550, 227, 52, 46), (12884, 227, 53, 166), (13047, 227, 54, 111), (13048, 227, 54, 112), (13315, 227, 55, 162), (13643, 227, 57, 59), (13728, 227, 57, 144), (13860, 227, 58, 62), (13953, 227, 58, 155), (14722, 227, 62, 77), (15055, 227, 63, 201), (15075, 227, 63, 221), (15130, 227, 64, 68), (15169, 227, 64, 107), (16019, 227, 68, 133), (16183, 227, 69, 94), (16230, 227, 69, 141), (16475, 227, 70, 184), (16710, 227, 71, 218), (16786, 227, 72, 93), (17287, 227, 74, 197), (17375, 227, 75, 88), (17445, 227, 75, 158), (17608, 227, 76, 125), (17932, 227, 77, 253), (20062, 227, 89, 118), (20430, 227, 91, 123), (20431, 227, 91, 124), (20890, 227, 93, 224), (21059, 227, 94, 215), (21355, 227, 96, 158), (21412, 227, 96, 215), (21621, 227, 97, 249), (21750, 227, 98, 204), (21784, 227, 98, 238), (21941, 227, 99, 222), (21947, 227, 99, 228), (22035, 227, 100, 144), (22091, 227, 100, 200), (22348, 227, 102, 116), (22436, 227, 102, 204), (23035, 227, 106, 132), (23181, 227, 107, 113), (23697, 227, 110, 140), (23798, 227, 110, 241), (23945, 227, 111, 227), (24031, 227, 112, 153), (24569, 227, 115, 216), (24629, 227, 116, 118), (25433, 227, 121, 152), (25714, 227, 123, 134), (25913, 227, 124, 185), (26512, 227, 128, 199), (27300, 227, 134, 140), (27440, 227, 135, 142), (27469, 227, 135, 171), (28396, 227, 142, 166), (28513, 227, 143, 153), (28576, 227, 143, 216), (30235, 227, 157, 170), (30811, 227, 162, 185), (30954, 227, 163, 218), (31215, 227, 165, 263), (32788, 227, 181, 254), (32913, 227, 183, 199), (33028, 227, 184, 226), (34373, 227, 201, 228), (35659, 227, 222, 254), (35867, 227, 227, 227), (36414, 227, 241, 249), (587, 228, 3, 48), (637, 228, 3, 98), (1168, 228, 5, 94), (1170, 228, 5, 96), (1882, 228, 8, 13), (1893, 228, 8, 24), (2568, 228, 10, 174), (2576, 228, 10, 182), (2839, 228, 11, 184), (3079, 228, 12, 164), (3109, 228, 12, 194), (3279, 228, 13, 105), (3799, 228, 15, 110), (3938, 228, 15, 249), (4061, 228, 16, 116), (4149, 228, 16, 204), (4297, 228, 17, 97), (4330, 228, 17, 130), (4543, 228, 18, 89), (4570, 228, 18, 116), (5032, 228, 20, 73), (5201, 228, 20, 243), (5300, 228, 21, 91), (5394, 228, 21, 185), (5570, 228, 22, 111), (5686, 228, 22, 227), (5796, 228, 23, 88), (5866, 228, 23, 158), (6138, 228, 24, 182), (6250, 228, 25, 47), (6275, 228, 25, 72), (6577, 228, 26, 128), (6630, 228, 26, 181), (7115, 228, 28, 177), (7188, 228, 28, 250), (7272, 228, 29, 91), (7315, 228, 29, 134), (7455, 228, 30, 32), (7677, 228, 30, 254), (7795, 228, 31, 129), (7896, 228, 31, 230), (8161, 228, 32, 255), (8220, 228, 33, 75), (8241, 228, 33, 96), (8527, 228, 34, 144), (8583, 228, 34, 200), (8733, 228, 35, 113), (8761, 228, 35, 141), (8970, 228, 36, 114), (9030, 228, 36, 174), (9711, 228, 39, 153), (9774, 228, 39, 216), (9853, 228, 40, 62), (9946, 228, 40, 155), (10066, 228, 41, 44), (10194, 228, 41, 172), (10966, 228, 44, 256), (11095, 228, 45, 158), (11152, 228, 45, 215), (11291, 228, 46, 128), (11346, 228, 46, 183), (11523, 228, 47, 135), (11679, 228, 48, 67), (11934, 228, 49, 99), (12036, 228, 49, 201), (12527, 228, 51, 249), (12563, 228, 52, 64), (12612, 228, 52, 113), (12825, 228, 53, 107), (13093, 228, 54, 157), (13153, 228, 54, 217), (13221, 228, 55, 68), (13260, 228, 55, 107), (13768, 228, 57, 184), (13893, 228, 58, 95), (14048, 228, 58, 250), (14112, 228, 59, 101), (14763, 228, 62, 118), (15035, 228, 63, 181), (15076, 228, 63, 222), (15283, 228, 64, 221), (15807, 228, 67, 125), (16071, 228, 68, 185), (16231, 228, 69, 142), (16260, 228, 69, 171), (16464, 228, 70, 173), (16468, 228, 70, 177), (16824, 228, 72, 131), (16985, 228, 73, 93), (17333, 228, 74, 243), (17352, 228, 74, 262), (17503, 228, 75, 216), (17571, 228, 76, 88), (17653, 228, 76, 170), (17774, 228, 77, 95), (17784, 228, 77, 105), (18780, 228, 82, 140), (18881, 228, 82, 241), (20050, 228, 89, 106), (20780, 228, 93, 114), (21062, 228, 94, 218), (21522, 228, 97, 150), (21682, 228, 98, 136), (21982, 228, 99, 263), (22046, 228, 100, 155), (22206, 228, 101, 144), (22368, 228, 102, 136), (22485, 228, 102, 253), (23103, 228, 106, 200), (23722, 228, 110, 165), (23850, 228, 111, 132), (24010, 228, 112, 132), (24790, 228, 117, 124), (24828, 228, 117, 162), (25074, 228, 118, 253), (25537, 228, 121, 256), (25799, 228, 123, 219), (25824, 228, 123, 244), (25972, 228, 124, 244), (26099, 228, 125, 224), (26682, 228, 129, 226), (26828, 228, 130, 230), (26964, 228, 131, 224), (27223, 228, 133, 201), (27243, 228, 133, 221), (27325, 228, 134, 165), (27495, 228, 135, 197), (28188, 228, 140, 219), (28318, 228, 141, 218), (29479, 228, 150, 241), (29755, 228, 153, 157), (30820, 228, 162, 194), (30919, 228, 163, 183), (31010, 228, 164, 166), (31256, 228, 166, 197), (31712, 228, 170, 238), (31790, 228, 171, 215), (31875, 228, 172, 199), (32001, 228, 173, 226), (34257, 228, 199, 255), (35372, 228, 217, 227), (35633, 228, 222, 228), (35912, 228, 228, 228), (36740, 228, 254, 263), (1742, 229, 7, 137), (4968, 229, 19, 261), (4978, 229, 19, 271), (6907, 229, 27, 213), (6927, 229, 27, 233), (9287, 229, 37, 196), (9296, 229, 37, 205), (9535, 229, 38, 210), (9576, 229, 38, 251), (12326, 229, 50, 269), (14630, 229, 61, 196), (14641, 229, 61, 207), (15724, 229, 66, 248), (15746, 229, 66, 270), (18080, 229, 78, 206), (19296, 229, 85, 90), (19484, 229, 86, 92), (19552, 229, 86, 160), (19725, 229, 87, 148), (20359, 229, 90, 233), (20676, 229, 92, 189), (22511, 229, 103, 109), (22662, 229, 103, 260), (22777, 229, 104, 207), (22834, 229, 104, 264), (23388, 229, 108, 156), (23491, 229, 108, 259), (23546, 229, 109, 151), (25607, 229, 122, 176), (25617, 229, 122, 186), (27774, 229, 137, 205), (28047, 229, 139, 210), (29206, 229, 148, 214), (29384, 229, 149, 269), (29539, 229, 151, 180), (29951, 229, 154, 235), (30210, 229, 156, 260), (31357, 229, 167, 193), (31428, 229, 167, 264), (32333, 229, 176, 265), (32437, 229, 178, 180), (32494, 229, 178, 237), (32554, 229, 179, 203), (32587, 229, 179, 236), (33243, 229, 186, 268), (33326, 229, 187, 266), (33940, 229, 195, 236), (34518, 229, 203, 234), (34727, 229, 206, 242), (34861, 229, 208, 247), (34871, 229, 208, 257), (34891, 229, 209, 214), (34942, 229, 209, 265), (35148, 229, 213, 229), (35570, 229, 220, 266), (35574, 229, 220, 270), (35956, 229, 229, 229), (36081, 229, 231, 271), (36186, 229, 234, 259), (36201, 229, 235, 237), (36446, 229, 242, 251), (36598, 229, 247, 268), (36786, 229, 257, 261), (55, 230, 1, 55), (91, 230, 1, 91), (185, 230, 1, 185), (273, 230, 2, 3), (337, 230, 2, 67), (406, 230, 2, 136), (622, 230, 3, 83), (778, 230, 3, 239), (918, 230, 4, 111), (919, 230, 4, 112), (950, 230, 4, 143), (1166, 230, 5, 92), (1524, 230, 6, 184), (1621, 230, 7, 16), (1775, 230, 7, 170), (1986, 230, 8, 117), (2063, 230, 8, 194), (2113, 230, 8, 244), (2655, 230, 10, 261), (2665, 230, 10, 271), (3054, 230, 12, 139), (3069, 230, 12, 154), (3152, 230, 12, 237), (3382, 230, 13, 208), (3435, 230, 13, 261), (3442, 230, 13, 268), (3858, 230, 15, 169), (3887, 230, 15, 198), (4030, 230, 16, 85), (4064, 230, 16, 119), (4329, 230, 17, 129), (4373, 230, 17, 173), (4377, 230, 17, 177), (4539, 230, 18, 85), (4573, 230, 18, 119), (4687, 230, 18, 233), (4771, 230, 19, 64), (4840, 230, 19, 133), (5227, 230, 20, 269), (5397, 230, 21, 188), (5398, 230, 21, 189), (5432, 230, 21, 223), (5750, 230, 23, 42), (5948, 230, 23, 240), (5960, 230, 23, 252), (6164, 230, 24, 208), (6217, 230, 24, 261), (6227, 230, 24, 271), (6312, 230, 25, 109), (6383, 230, 25, 180), (6463, 230, 25, 260), (6652, 230, 26, 203), (6685, 230, 26, 236), (6708, 230, 26, 259), (6795, 230, 27, 101), (6950, 230, 27, 256), (7060, 230, 28, 122), (7152, 230, 28, 214), (7203, 230, 28, 265), (7369, 230, 29, 188), (7379, 230, 29, 198), (7404, 230, 29, 223), (7483, 230, 30, 60), (7504, 230, 30, 81), (7572, 230, 30, 149), (7745, 230, 31, 79), (7753, 230, 31, 87), (7827, 230, 31, 161), (7943, 230, 32, 37), (8043, 230, 32, 137), (8596, 230, 34, 213), (8612, 230, 34, 229), (8616, 230, 34, 233), (8712, 230, 35, 92), (8780, 230, 35, 160), (9125, 230, 36, 269), (9127, 230, 36, 271), (9190, 230, 37, 99), (9345, 230, 37, 254), (9448, 230, 38, 123), (9449, 230, 38, 124), (9487, 230, 38, 162), (9706, 230, 39, 148), (9767, 230, 39, 209), (10039, 230, 40, 248), (10057, 230, 40, 266), (10061, 230, 40, 270), (10112, 230, 41, 90), (10298, 230, 42, 45), (10424, 230, 42, 171), (10594, 230, 43, 112), (10597, 230, 43, 115), (10625, 230, 43, 143), (10775, 230, 44, 65), (10794, 230, 44, 84), (10935, 230, 44, 225), (11082, 230, 45, 145), (11189, 230, 45, 252), (11366, 230, 46, 203), (11399, 230, 46, 236), (11461, 230, 47, 73), (11502, 230, 47, 114), (11631, 230, 47, 243), (11720, 230, 48, 108), (11791, 230, 48, 179), (11846, 230, 48, 234), (11885, 230, 49, 50), (11984, 230, 49, 149), (12066, 230, 49, 231), (12190, 230, 50, 133), (12320, 230, 50, 263), (12447, 230, 51, 169), (12659, 230, 52, 160), (12666, 230, 52, 167), (12774, 230, 53, 56), (12908, 230, 53, 190), (12950, 230, 53, 232), (13343, 230, 55, 190), (13385, 230, 55, 232), (13511, 230, 56, 142), (13540, 230, 56, 171), (13850, 230, 57, 266), (13920, 230, 58, 122), (14063, 230, 58, 265), (14066, 230, 58, 268), (14170, 230, 59, 159), (14236, 230, 59, 225), (14478, 230, 60, 255), (14486, 230, 60, 263), (14533, 230, 61, 99), (14635, 230, 61, 201), (14688, 230, 61, 254), (14771, 230, 62, 126), (14891, 230, 62, 246), (14903, 230, 62, 258), (15010, 230, 63, 156), (15057, 230, 63, 203), (15113, 230, 63, 259), (15293, 230, 64, 231), (15319, 230, 64, 257), (15391, 230, 65, 121), (15442, 230, 65, 172), (15547, 230, 66, 71), (15639, 230, 66, 163), (15651, 230, 66, 175), (15921, 230, 67, 239), (15944, 230, 67, 262), (15972, 230, 68, 86), (16075, 230, 68, 189), (16109, 230, 68, 223), (16282, 230, 69, 193), (16353, 230, 69, 264), (16378, 230, 70, 87), (16505, 230, 70, 214), (16556, 230, 70, 265), (16712, 230, 71, 220), (16766, 230, 72, 73), (16936, 230, 72, 243), (16955, 230, 72, 262), (17089, 230, 73, 197), (17435, 230, 75, 148), (17463, 230, 75, 176), (17496, 230, 75, 209), (17723, 230, 76, 240), (17728, 230, 76, 245), (17735, 230, 76, 252), (17801, 230, 77, 122), (17887, 230, 77, 208), (17947, 230, 77, 268), (17997, 230, 78, 123), (18014, 230, 78, 140), (18115, 230, 78, 241), (18197, 230, 79, 130), (18293, 230, 79, 226), (18414, 230, 80, 155), (18443, 230, 80, 184), (18622, 230, 81, 172), (18705, 230, 81, 255), (18735, 230, 82, 95), (18817, 230, 82, 177), (18890, 230, 82, 250), (18966, 230, 83, 136), (19083, 230, 83, 253), (19190, 230, 84, 172), (19273, 230, 84, 255), (19312, 230, 85, 106), (19499, 230, 86, 107), (19803, 230, 87, 226), (19957, 230, 88, 196), (19966, 230, 88, 205), (19968, 230, 88, 207), (20091, 230, 89, 147), (20136, 230, 89, 192), (20382, 230, 90, 256), (20434, 230, 91, 127), (20519, 230, 91, 212), (20705, 230, 92, 218), (20935, 230, 93, 269), (21020, 230, 94, 176), (21030, 230, 94, 186), (21091, 230, 94, 247); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (21240, 230, 95, 219), (21265, 230, 95, 244), (21373, 230, 96, 176), (21383, 230, 96, 186), (21406, 230, 96, 209), (21533, 230, 97, 161), (21540, 230, 97, 168), (21639, 230, 97, 267), (21725, 230, 98, 179), (21741, 230, 98, 195), (21780, 230, 98, 234), (21823, 230, 99, 104), (22157, 230, 100, 266), (22161, 230, 100, 270), (22275, 230, 101, 213), (22291, 230, 101, 229), (22411, 230, 102, 179), (22427, 230, 102, 195), (22480, 230, 102, 248), (22583, 230, 103, 181), (22624, 230, 103, 222), (22630, 230, 103, 228), (22771, 230, 104, 201), (22791, 230, 104, 221), (22854, 230, 105, 117), (22956, 230, 105, 219), (22981, 230, 105, 244), (23116, 230, 106, 213), (23136, 230, 106, 233), (23257, 230, 107, 189), (23357, 230, 108, 125), (23363, 230, 108, 131), (23526, 230, 109, 131), (23530, 230, 109, 135), (23684, 230, 110, 127), (23695, 230, 110, 138), (23759, 230, 110, 202), (23929, 230, 111, 211), (24089, 230, 112, 211), (24285, 230, 113, 247), (24295, 230, 113, 257), (24360, 230, 114, 164), (24393, 230, 114, 197), (24540, 230, 115, 187), (24573, 230, 115, 220), (24631, 230, 116, 120), (24703, 230, 116, 192), (24848, 230, 117, 182), (25016, 230, 118, 195), (25069, 230, 118, 248), (25091, 230, 118, 270), (25331, 230, 120, 204), (25365, 230, 120, 238), (25506, 230, 121, 225), (25822, 230, 123, 242), (25867, 230, 124, 139), (25970, 230, 124, 242), (26109, 230, 125, 234), (26135, 230, 125, 260), (26178, 230, 126, 155), (26276, 230, 126, 253), (26302, 230, 127, 134), (26464, 230, 128, 151), (26491, 230, 128, 178), (26548, 230, 128, 235), (26686, 230, 129, 230), (26759, 230, 130, 161), (26766, 230, 130, 168), (27000, 230, 131, 260), (27253, 230, 133, 231), (27298, 230, 134, 138), (27372, 230, 134, 212), (27478, 230, 135, 180), (27535, 230, 135, 237), (27680, 230, 136, 246), (27768, 230, 137, 199), (27823, 230, 137, 254), (27952, 230, 138, 249), (27999, 230, 139, 162), (28211, 230, 140, 242), (28236, 230, 140, 267), (28286, 230, 141, 186), (28347, 230, 141, 247), (28357, 230, 141, 257), (28375, 230, 142, 145), (28420, 230, 142, 190), (28547, 230, 143, 187), (28635, 230, 144, 147), (28647, 230, 144, 159), (28786, 230, 145, 171), (28990, 230, 146, 249), (29068, 230, 147, 200), (29149, 230, 148, 157), (29378, 230, 149, 263), (29411, 230, 150, 173), (29415, 230, 150, 177), (29488, 230, 150, 250), (29540, 230, 151, 181), (29581, 230, 151, 222), (29878, 230, 154, 162), (29882, 230, 154, 166), (30092, 230, 155, 258), (30172, 230, 156, 222), (30178, 230, 156, 228), (30375, 230, 158, 196), (30386, 230, 158, 207), (30443, 230, 158, 264), (30493, 230, 159, 200), (30623, 230, 160, 218), (30972, 230, 163, 236), (31018, 230, 164, 174), (31026, 230, 164, 182), (31121, 230, 165, 169), (31140, 230, 165, 188), (31150, 230, 165, 198), (31239, 230, 166, 180), (31296, 230, 166, 237), (31365, 230, 167, 201), (31385, 230, 167, 221), (31510, 230, 168, 241), (31670, 230, 170, 196), (31679, 230, 170, 205), (32005, 230, 173, 230), (32067, 230, 174, 194), (32070, 230, 174, 197), (32158, 230, 175, 187), (32191, 230, 175, 220), (32438, 230, 178, 181), (32440, 230, 178, 183), (32818, 230, 182, 194), (32949, 230, 183, 235), (32993, 230, 184, 191), (33101, 230, 185, 212), (33121, 230, 185, 232), (33674, 230, 192, 204), (33764, 230, 193, 215), (34464, 230, 202, 249), (34597, 230, 204, 245), (34765, 230, 207, 215), (35027, 230, 211, 227), (35203, 230, 214, 226), (35298, 230, 215, 264), (35502, 230, 219, 250), (35741, 230, 224, 239), (35745, 230, 224, 243), (35764, 230, 224, 262), (35943, 230, 228, 259), (35999, 230, 230, 230), (36309, 230, 238, 240), (36314, 230, 238, 245), (36432, 230, 241, 267), (36558, 230, 246, 253), (203, 231, 1, 203), (236, 231, 1, 236), (259, 231, 1, 259), (362, 231, 2, 92), (708, 231, 3, 169), (727, 231, 3, 188), (737, 231, 3, 198), (813, 231, 4, 6), (816, 231, 4, 9), (998, 231, 4, 191), (1551, 231, 6, 211), (1687, 231, 7, 82), (1755, 231, 7, 150), (1824, 231, 7, 219), (1906, 231, 8, 37), (2006, 231, 8, 137), (2175, 231, 9, 43), (2319, 231, 9, 187), (4285, 231, 17, 85), (4319, 231, 17, 119), (4433, 231, 17, 233), (4757, 231, 19, 50), (4938, 231, 19, 231), (5746, 231, 23, 38), (5847, 231, 23, 139), (5950, 231, 23, 242), (6867, 231, 27, 173), (6871, 231, 27, 177), (6944, 231, 27, 250), (7631, 231, 30, 208), (7684, 231, 30, 261), (7694, 231, 30, 271), (9265, 231, 37, 174), (9273, 231, 37, 182), (9370, 231, 38, 45), (9401, 231, 38, 76), (10404, 231, 42, 151), (10431, 231, 42, 178), (10488, 231, 42, 235), (10628, 231, 43, 146), (10673, 231, 43, 191), (10832, 231, 44, 122), (10975, 231, 44, 265), (10978, 231, 44, 268), (11076, 231, 45, 139), (11091, 231, 45, 154), (11474, 231, 47, 86), (11577, 231, 47, 189), (12104, 231, 49, 269), (12106, 231, 49, 271), (12304, 231, 50, 247), (12314, 231, 50, 257), (12827, 231, 53, 109), (12898, 231, 53, 180), (12955, 231, 53, 237), (13262, 231, 55, 109), (13333, 231, 55, 180), (13413, 231, 55, 260), (13472, 231, 56, 103), (13520, 231, 56, 151), (13525, 231, 56, 156), (14098, 231, 59, 87), (14225, 231, 59, 214), (14276, 231, 59, 265), (14399, 231, 60, 176), (14409, 231, 60, 186), (14470, 231, 60, 247), (14548, 231, 61, 114), (14608, 231, 61, 174), (14616, 231, 61, 182), (15331, 231, 64, 269), (15418, 231, 65, 148), (15479, 231, 65, 209), (15603, 231, 66, 127), (15614, 231, 66, 138), (15678, 231, 66, 202), (15870, 231, 67, 188), (15880, 231, 67, 198), (15905, 231, 67, 223), (16779, 231, 72, 86), (16882, 231, 72, 189), (16916, 231, 72, 223), (16996, 231, 73, 104), (17059, 231, 73, 167), (17561, 231, 76, 78), (17725, 231, 76, 242), (18078, 231, 78, 204), (18112, 231, 78, 238), (18156, 231, 79, 89), (18211, 231, 79, 144), (18267, 231, 79, 200), (18470, 231, 80, 211), (18626, 231, 81, 176), (18636, 231, 81, 186), (18659, 231, 81, 209), (18759, 231, 82, 119), (18845, 231, 82, 205), (19166, 231, 84, 148), (19194, 231, 84, 176), (19227, 231, 84, 209), (19356, 231, 85, 150), (19436, 231, 85, 230), (19589, 231, 86, 197), (19721, 231, 87, 144), (19777, 231, 87, 200), (20105, 231, 89, 161), (20112, 231, 89, 168), (20221, 231, 90, 95), (20303, 231, 90, 177), (20376, 231, 90, 250), (20415, 231, 91, 108), (20541, 231, 91, 234), (20567, 231, 91, 260), (20726, 231, 92, 239), (20749, 231, 92, 262), (22547, 231, 103, 145), (22592, 231, 103, 190), (22684, 231, 104, 114), (22744, 231, 104, 174), (22874, 231, 105, 137), (23366, 231, 108, 134), (23417, 231, 108, 185), (23580, 231, 109, 185), (23736, 231, 110, 179), (23752, 231, 110, 195), (23791, 231, 110, 234), (24363, 231, 114, 167), (24672, 231, 116, 161), (24679, 231, 116, 168), (24778, 231, 116, 267), (24862, 231, 117, 196), (24873, 231, 117, 207), (24930, 231, 117, 264), (25125, 231, 119, 150), (25333, 231, 120, 206), (25337, 231, 120, 210), (25378, 231, 120, 251), (25403, 231, 121, 122), (25495, 231, 121, 214), (25546, 231, 121, 265), (25603, 231, 122, 172), (26404, 231, 127, 236), (26669, 231, 129, 213), (26685, 231, 129, 229), (26689, 231, 129, 233), (27291, 231, 133, 269), (27339, 231, 134, 179), (27394, 231, 134, 234), (27603, 231, 136, 169), (27632, 231, 136, 198), (27751, 231, 137, 182), (27923, 231, 138, 220), (28008, 231, 139, 171), (28384, 231, 142, 154), (28410, 231, 142, 180), (28467, 231, 142, 237), (28702, 231, 144, 214), (28766, 231, 145, 151), (28793, 231, 145, 178), (28928, 231, 146, 187), (28961, 231, 146, 220), (29217, 231, 148, 225), (29301, 231, 149, 186), (29362, 231, 149, 247), (29372, 231, 149, 257), (29887, 231, 154, 171), (30140, 231, 156, 190), (30182, 231, 156, 232), (30644, 231, 160, 239), (30648, 231, 160, 243), (30667, 231, 160, 262), (30716, 231, 161, 200), (31037, 231, 164, 193), (31108, 231, 164, 264), (31407, 231, 167, 243), (31473, 231, 168, 204), (31625, 231, 169, 253), (31812, 231, 171, 237), (31884, 231, 172, 208), (31944, 231, 172, 268), (31988, 231, 173, 213), (32004, 231, 173, 229), (32392, 231, 177, 229), (32509, 231, 178, 252), (32600, 231, 179, 249), (33068, 231, 184, 266), (33149, 231, 185, 260), (33262, 231, 187, 202), (33368, 231, 188, 224), (33451, 231, 189, 224), (33568, 231, 190, 259), (33601, 231, 191, 211), (33676, 231, 192, 206), (33721, 231, 192, 251), (33743, 231, 193, 194), (33746, 231, 193, 197), (33834, 231, 194, 207), (33891, 231, 194, 264), (33953, 231, 195, 249), (33999, 231, 196, 219), (34024, 231, 196, 244), (34435, 231, 202, 220), (34496, 231, 203, 212), (34516, 231, 203, 232), (34619, 231, 204, 267), (34638, 231, 205, 219), (34663, 231, 205, 244), (34794, 231, 207, 244), (34869, 231, 208, 255), (34979, 231, 210, 240), (34984, 231, 210, 245), (35096, 231, 212, 236), (35149, 231, 213, 230), (35678, 231, 223, 224), (36002, 231, 230, 233), (36041, 231, 231, 231), (36067, 231, 231, 257), (36109, 231, 232, 259), (36204, 231, 235, 240), (36216, 231, 235, 252), (36311, 231, 238, 242), (36336, 231, 238, 267), (36530, 231, 245, 251), (36603, 231, 248, 249), (36755, 231, 255, 261), (36762, 231, 255, 268), (36838, 231, 261, 263), (36865, 231, 263, 271), (56, 232, 1, 56), (190, 232, 1, 190), (335, 232, 2, 65), (354, 232, 2, 84), (742, 232, 3, 203), (775, 232, 3, 236), (991, 232, 4, 184), (1196, 232, 5, 122), (1342, 232, 5, 268), (1532, 232, 6, 192), (1777, 232, 7, 172), (1860, 232, 7, 255), (2116, 232, 8, 247), (2126, 232, 8, 257), (2252, 232, 9, 120), (2377, 232, 9, 245), (4881, 232, 19, 174), (4889, 232, 19, 182), (5745, 232, 23, 37), (5769, 232, 23, 61), (6629, 232, 26, 180), (6686, 232, 26, 237), (6783, 232, 27, 89), (6894, 232, 27, 200), (7619, 232, 30, 196), (7628, 232, 30, 205), (8267, 232, 33, 122), (8410, 232, 33, 265), (8828, 232, 35, 208), (8881, 232, 35, 261), (9167, 232, 37, 76), (9396, 232, 38, 71), (9500, 232, 38, 175), (9727, 232, 39, 169), (9756, 232, 39, 198), (10380, 232, 42, 127), (10391, 232, 42, 138), (10666, 232, 43, 184), (10795, 232, 44, 85), (10829, 232, 44, 119), (10998, 232, 45, 61), (11041, 232, 45, 104), (11317, 232, 46, 154), (11400, 232, 46, 237), (11491, 232, 47, 103), (11539, 232, 47, 151), (12042, 232, 49, 207), (12099, 232, 49, 264), (12130, 232, 50, 73), (12171, 232, 50, 114), (12760, 232, 52, 261), (12770, 232, 52, 271), (12878, 232, 53, 160), (13015, 232, 54, 79), (13023, 232, 54, 87), (13245, 232, 55, 92), (13313, 232, 55, 160), (13581, 232, 56, 212), (14224, 232, 59, 213), (14244, 232, 59, 233), (14466, 232, 60, 243), (14485, 232, 60, 262), (14711, 232, 62, 66), (14865, 232, 62, 220), (14963, 232, 63, 109), (15034, 232, 63, 180), (15255, 232, 64, 193), (15353, 232, 65, 83), (15729, 232, 66, 253), (15885, 232, 67, 203), (15941, 232, 67, 259), (16631, 232, 71, 139), (16796, 232, 72, 103), (16849, 232, 72, 156), (17041, 232, 73, 149), (17475, 232, 75, 188), (17485, 232, 75, 198), (17620, 232, 76, 137), (17989, 232, 78, 115), (18017, 232, 78, 143), (18294, 232, 79, 227), (18406, 232, 80, 147), (18689, 232, 81, 239), (18712, 232, 81, 262), (18846, 232, 82, 206), (19055, 232, 83, 225), (19257, 232, 84, 239), (19327, 232, 85, 121), (19505, 232, 86, 113), (19533, 232, 86, 141), (19730, 232, 87, 153), (20034, 232, 89, 90), (20242, 232, 90, 116), (20672, 232, 92, 185), (21033, 232, 94, 189), (21067, 232, 94, 223), (21197, 232, 95, 176), (21207, 232, 95, 186), (21385, 232, 96, 188), (21420, 232, 96, 223), (21988, 232, 99, 269), (22741, 232, 104, 171), (22923, 232, 105, 186), (22984, 232, 105, 247), (23413, 232, 108, 181), (23454, 232, 108, 222), (23623, 232, 109, 228), (23879, 232, 111, 161), (23886, 232, 111, 168), (24046, 232, 112, 168), (24145, 232, 112, 267), (24427, 232, 114, 231), (24595, 232, 115, 242), (24876, 232, 117, 210), (25147, 232, 119, 172), (25318, 232, 120, 191), (25514, 232, 121, 233), (26182, 232, 126, 159), (26313, 232, 127, 145), (26492, 232, 128, 179), (26547, 232, 128, 234), (27215, 232, 133, 193), (27286, 232, 133, 264), (27670, 232, 136, 236), (27807, 232, 137, 238), (27955, 232, 138, 252), (28000, 232, 139, 163), (28289, 232, 141, 189), (28397, 232, 142, 167), (28627, 232, 143, 267), (28701, 232, 144, 213), (28717, 232, 144, 229), (28827, 232, 145, 212), (28981, 232, 146, 240), (28986, 232, 146, 245), (29126, 232, 147, 258), (29165, 232, 148, 173), (29169, 232, 148, 177), (29358, 232, 149, 243), (29556, 232, 151, 197), (29812, 232, 153, 214), (29879, 232, 154, 163), (30021, 232, 155, 187), (30054, 232, 155, 220), (30174, 232, 156, 224), (30234, 232, 157, 169), (30551, 232, 159, 258), (30743, 232, 161, 227), (31022, 232, 164, 178), (31079, 232, 164, 235), (31335, 232, 167, 171), (32104, 232, 174, 231), (32213, 232, 175, 242), (32318, 232, 176, 250), (32372, 232, 177, 209), (32454, 232, 178, 197), (32534, 232, 179, 183), (32768, 232, 181, 234), (32881, 232, 182, 257), (32909, 232, 183, 195), (33541, 232, 190, 232), (33582, 232, 191, 192), (33862, 232, 194, 235), (34043, 232, 196, 263), (34303, 232, 200, 229), (34414, 232, 201, 269), (34455, 232, 202, 240), (34467, 232, 202, 252), (34674, 232, 205, 255), (34704, 232, 206, 219), (34813, 232, 207, 263), (34832, 232, 208, 218), (34927, 232, 209, 250), (34983, 232, 210, 244), (35193, 232, 214, 216), (35355, 232, 216, 265), (35467, 232, 218, 268), (35503, 232, 219, 251), (35626, 232, 221, 271), (35665, 232, 222, 260), (35761, 232, 224, 259), (35795, 232, 225, 246), (35944, 232, 228, 260), (36082, 232, 232, 232), (36503, 232, 244, 251), (1002, 233, 4, 195), (1055, 233, 4, 248), (1077, 233, 4, 270), (1632, 233, 7, 27), (1818, 233, 7, 213), (1834, 233, 7, 229), (6890, 233, 27, 196), (6899, 233, 27, 205), (9177, 233, 37, 86), (9284, 233, 37, 193), (9428, 233, 38, 103), (9476, 233, 38, 151), (9503, 233, 38, 178), (10661, 233, 43, 179), (10677, 233, 43, 195), (10730, 233, 43, 248), (14520, 233, 61, 86), (14623, 233, 61, 189), (15584, 233, 66, 108), (15710, 233, 66, 234), (15736, 233, 66, 260), (18052, 233, 78, 178), (18109, 233, 78, 235), (18273, 233, 79, 206), (18318, 233, 79, 251), (19419, 233, 85, 213), (19439, 233, 85, 233), (19496, 233, 86, 104), (19783, 233, 87, 206), (20322, 233, 90, 196), (20331, 233, 90, 205), (20333, 233, 90, 207), (20656, 233, 92, 169), (20685, 233, 92, 198), (22541, 233, 103, 139), (22556, 233, 103, 154), (22759, 233, 104, 189), (22793, 233, 104, 223), (23452, 233, 108, 220), (23598, 233, 109, 203), (23631, 233, 109, 236), (25188, 233, 119, 213), (25204, 233, 119, 229), (25208, 233, 119, 233), (27762, 233, 137, 193), (27833, 233, 137, 264), (27988, 233, 139, 151), (27993, 233, 139, 156), (29200, 233, 148, 208), (29253, 233, 148, 261), (29260, 233, 148, 268), (29601, 233, 151, 242), (29872, 233, 154, 156), (29975, 233, 154, 259), (30187, 233, 156, 237), (30574, 233, 160, 169), (30593, 233, 160, 188), (30603, 233, 160, 198), (30722, 233, 161, 206), (30726, 233, 161, 210), (30767, 233, 161, 251), (31352, 233, 167, 188), (31353, 233, 167, 189), (31387, 233, 167, 223), (31479, 233, 168, 210), (31520, 233, 168, 251), (32329, 233, 176, 261), (32339, 233, 176, 271), (32499, 233, 178, 242), (32538, 233, 179, 187), (32571, 233, 179, 220), (32646, 233, 180, 203), (32679, 233, 180, 236), (32702, 233, 180, 259), (33244, 233, 186, 269), (33246, 233, 186, 271), (33255, 233, 187, 195), (33294, 233, 187, 234), (34521, 233, 203, 237), (34648, 233, 205, 229), (34823, 233, 208, 209), (34938, 233, 209, 261), (34948, 233, 209, 271), (35006, 233, 210, 267), (35048, 233, 211, 248), (35066, 233, 211, 266), (35070, 233, 211, 270), (35538, 233, 220, 234), (36122, 233, 233, 233), (36206, 233, 235, 242), (36231, 233, 235, 267), (36260, 233, 236, 260), (36294, 233, 237, 259), (36599, 233, 247, 269), (36794, 233, 257, 269), (1874, 234, 7, 269), (18255, 234, 79, 188), (18265, 234, 79, 198), (18290, 234, 79, 223), (19514, 234, 86, 122), (19606, 234, 86, 214), (19657, 234, 86, 265), (19765, 234, 87, 188), (19766, 234, 87, 189), (19800, 234, 87, 223), (23411, 234, 108, 179), (23466, 234, 108, 234), (23574, 234, 109, 179), (23590, 234, 109, 195), (23643, 234, 109, 248), (25244, 234, 119, 269), (25624, 234, 122, 193), (28103, 234, 139, 266), (29982, 234, 154, 266), (29986, 234, 154, 270), (30685, 234, 161, 169), (30704, 234, 161, 188), (30714, 234, 161, 198), (31438, 234, 168, 169), (31467, 234, 168, 198), (31639, 234, 169, 267), (32611, 234, 179, 260), (32638, 234, 180, 195), (32691, 234, 180, 248), (32713, 234, 180, 270), (33441, 234, 189, 214), (33492, 234, 189, 265), (33757, 234, 193, 208), (33817, 234, 193, 268), (33964, 234, 195, 260), (34041, 234, 196, 261), (34051, 234, 196, 271), (34688, 234, 205, 269), (34690, 234, 205, 271), (34758, 234, 207, 208), (34811, 234, 207, 261), (34821, 234, 207, 271), (34878, 234, 208, 264), (35200, 234, 214, 223), (36161, 234, 234, 234), (36187, 234, 234, 260), (36283, 234, 237, 248), (36301, 234, 237, 266), (36305, 234, 237, 270), (36839, 234, 261, 264), (36870, 234, 264, 268), (7, 235, 1, 7), (196, 235, 1, 196), (205, 235, 1, 205), (747, 235, 3, 208), (800, 235, 3, 261), (810, 235, 3, 271), (983, 235, 4, 176), (993, 235, 4, 186), (1054, 235, 4, 247), (1528, 235, 6, 188), (1529, 235, 6, 189), (1563, 235, 6, 223), (1795, 235, 7, 190), (1837, 235, 7, 232), (1977, 235, 8, 108), (2048, 235, 8, 179), (2103, 235, 8, 234), (2218, 235, 9, 86), (2321, 235, 9, 189), (4238, 235, 17, 38), (4339, 235, 17, 139), (4442, 235, 17, 242), (6934, 235, 27, 240), (6939, 235, 27, 245), (6946, 235, 27, 252), (9238, 235, 37, 147), (9250, 235, 37, 159), (9475, 235, 38, 150), (9555, 235, 38, 230), (10466, 235, 42, 213), (10482, 235, 42, 229), (10486, 235, 42, 233), (10658, 235, 43, 176), (10668, 235, 43, 186), (10691, 235, 43, 209), (11510, 235, 47, 122), (11602, 235, 47, 214), (11653, 235, 47, 265), (13454, 235, 56, 85), (13488, 235, 56, 119), (13602, 235, 56, 233), (14315, 235, 60, 92), (14581, 235, 61, 147), (14593, 235, 61, 159), (14914, 235, 62, 269), (15430, 235, 65, 160), (15437, 235, 65, 167), (15624, 235, 66, 148), (15890, 235, 67, 208), (15943, 235, 67, 261), (15950, 235, 67, 268), (16815, 235, 72, 122), (16958, 235, 72, 265), (16961, 235, 72, 268), (17140, 235, 73, 248), (17158, 235, 73, 266), (17162, 235, 73, 270), (17956, 235, 78, 82), (18024, 235, 78, 150), (18093, 235, 78, 219), (18184, 235, 79, 117), (18231, 235, 79, 164), (18261, 235, 79, 194), (18447, 235, 80, 188), (18457, 235, 80, 198), (18482, 235, 80, 223), (18542, 235, 81, 92), (18610, 235, 81, 160), (18882, 235, 82, 242), (18907, 235, 82, 267), (19110, 235, 84, 92), (19178, 235, 84, 160), (19351, 235, 85, 145), (19396, 235, 85, 190), (19538, 235, 86, 146), (19583, 235, 86, 191), (19741, 235, 87, 164), (19771, 235, 87, 194), (19774, 235, 87, 197), (20246, 235, 90, 120), (20366, 235, 90, 240), (20371, 235, 90, 245), (21129, 235, 95, 108), (21130, 235, 95, 109), (21281, 235, 95, 260), (22608, 235, 103, 206), (22612, 235, 103, 210), (22653, 235, 103, 251), (22729, 235, 104, 159), (22795, 235, 104, 225), (22845, 235, 105, 108), (22971, 235, 105, 234), (22997, 235, 105, 260), (23572, 235, 109, 177), (23645, 235, 109, 250), (24391, 235, 114, 195), (24444, 235, 114, 248), (24466, 235, 114, 270), (24827, 235, 117, 161), (24834, 235, 117, 168), (25165, 235, 119, 190), (25207, 235, 119, 232), (25655, 235, 122, 224), (26192, 235, 126, 169), (26221, 235, 126, 198), (26364, 235, 127, 196), (26375, 235, 127, 207), (26432, 235, 127, 264), (26595, 235, 129, 139), (26610, 235, 129, 154), (26693, 235, 129, 237), (27695, 235, 136, 261), (27705, 235, 136, 271), (27716, 235, 137, 147), (27761, 235, 137, 192), (27896, 235, 138, 193), (27910, 235, 138, 207), (27967, 235, 138, 264), (28067, 235, 139, 230), (28828, 235, 145, 213), (28848, 235, 145, 233), (28934, 235, 146, 193), (29179, 235, 148, 187), (29212, 235, 148, 220), (29480, 235, 150, 242), (29569, 235, 151, 210), (29610, 235, 151, 251), (29889, 235, 154, 173), (29946, 235, 154, 230), (30103, 235, 155, 269), (30156, 235, 156, 206), (30201, 235, 156, 251), (30710, 235, 161, 194), (30760, 235, 161, 244), (31058, 235, 164, 214), (31389, 235, 167, 225), (31488, 235, 168, 219), (31513, 235, 168, 244), (31618, 235, 169, 246), (31630, 235, 169, 258), (31955, 235, 173, 180), (32012, 235, 173, 237), (32052, 235, 174, 179), (32068, 235, 174, 195), (32121, 235, 174, 248), (32255, 235, 176, 187), (32343, 235, 177, 180), (32400, 235, 177, 237), (32467, 235, 178, 210), (32492, 235, 178, 235), (32533, 235, 179, 182), (32693, 235, 180, 250), (32819, 235, 182, 195), (32858, 235, 182, 234), (33186, 235, 186, 211), (33269, 235, 187, 209), (33402, 235, 188, 258), (33418, 235, 189, 191), (33613, 235, 191, 223), (33751, 235, 193, 202), (33992, 235, 196, 212), (34069, 235, 197, 214), (34120, 235, 197, 265), (34187, 235, 198, 258), (34479, 235, 202, 264), (34631, 235, 205, 212), (34651, 235, 205, 232), (34744, 235, 206, 259), (34762, 235, 207, 212), (34838, 235, 208, 224), (34897, 235, 209, 220), (35047, 235, 211, 247), (35057, 235, 211, 257), (35171, 235, 213, 252), (35519, 235, 219, 267), (35770, 235, 224, 268), (35967, 235, 229, 240), (35979, 235, 229, 252), (36199, 235, 235, 235), (36490, 235, 243, 266), (36494, 235, 243, 270), (36519, 235, 244, 267), (36659, 235, 250, 260), (36728, 235, 253, 269), (36730, 235, 253, 271), (36851, 235, 262, 266), (266, 236, 1, 266), (308, 236, 2, 38), (409, 236, 2, 139), (424, 236, 2, 154), (507, 236, 2, 237), (512, 236, 2, 242), (910, 236, 4, 103), (958, 236, 4, 151), (963, 236, 4, 156), (985, 236, 4, 178), (1042, 236, 4, 235), (1448, 236, 6, 108), (1449, 236, 6, 109), (1519, 236, 6, 179), (1574, 236, 6, 234), (1600, 236, 6, 260), (1670, 236, 7, 65), (1686, 236, 7, 81), (1689, 236, 7, 84), (1830, 236, 7, 225), (1948, 236, 8, 79), (1956, 236, 8, 87), (2030, 236, 8, 161), (2083, 236, 8, 214), (2134, 236, 8, 265), (2240, 236, 9, 108), (2311, 236, 9, 179), (2327, 236, 9, 195), (2366, 236, 9, 234), (2380, 236, 9, 248), (4461, 236, 17, 261), (4469, 236, 17, 269), (4471, 236, 17, 271), (4734, 236, 19, 27), (4797, 236, 19, 90), (4936, 236, 19, 229), (6744, 236, 27, 50), (6843, 236, 27, 149), (6925, 236, 27, 231), (6951, 236, 27, 257), (9239, 236, 37, 148), (9267, 236, 37, 176), (9277, 236, 37, 186), (9300, 236, 37, 209), (9338, 236, 37, 247), (9408, 236, 38, 83), (9564, 236, 38, 239), (9568, 236, 38, 243), (9587, 236, 38, 262), (10422, 236, 42, 169), (10441, 236, 42, 188), (10451, 236, 42, 198), (10476, 236, 42, 223), (10585, 236, 43, 103), (10633, 236, 43, 151), (10638, 236, 43, 156), (10660, 236, 43, 178), (10741, 236, 43, 259), (12147, 236, 50, 90), (12270, 236, 50, 213), (12286, 236, 50, 229), (12290, 236, 50, 233), (13538, 236, 56, 169), (13567, 236, 56, 198), (14308, 236, 60, 85), (14342, 236, 60, 119), (14436, 236, 60, 213), (14452, 236, 60, 229), (14456, 236, 60, 233), (14582, 236, 61, 148), (14610, 236, 61, 176), (14620, 236, 61, 186), (14643, 236, 61, 209), (15355, 236, 65, 85), (15389, 236, 65, 119), (15466, 236, 65, 196), (15475, 236, 65, 205), (15632, 236, 66, 156), (15679, 236, 66, 203), (15712, 236, 66, 236), (15735, 236, 66, 259), (16970, 236, 73, 78), (17053, 236, 73, 161), (17060, 236, 73, 168), (17134, 236, 73, 242), (17159, 236, 73, 267), (17988, 236, 78, 114), (18113, 236, 78, 239), (18117, 236, 78, 243), (18136, 236, 78, 262), (18172, 236, 79, 105), (18181, 236, 79, 114), (18241, 236, 79, 174), (18249, 236, 79, 182), (18367, 236, 80, 108), (18368, 236, 80, 109), (18439, 236, 80, 180), (18493, 236, 80, 234), (18519, 236, 80, 260), (18535, 236, 81, 85), (18569, 236, 81, 119), (18663, 236, 81, 213), (18683, 236, 81, 233), (18909, 236, 82, 269), (18969, 236, 83, 139), (18984, 236, 83, 154), (19010, 236, 83, 180), (19067, 236, 83, 237), (19103, 236, 84, 85), (19137, 236, 84, 119), (19223, 236, 84, 205), (19251, 236, 84, 233), (19355, 236, 85, 149), (19512, 236, 86, 120), (19584, 236, 86, 192), (19632, 236, 86, 240), (19637, 236, 86, 245), (19672, 236, 87, 95), (19682, 236, 87, 105), (19751, 236, 87, 174), (19759, 236, 87, 182), (20357, 236, 90, 231), (20373, 236, 90, 247), (20383, 236, 90, 257), (20693, 236, 92, 206), (21143, 236, 95, 122), (21235, 236, 95, 214), (21286, 236, 95, 265), (21289, 236, 95, 268), (22589, 236, 103, 187), (22613, 236, 103, 211), (22622, 236, 103, 220), (22718, 236, 104, 148), (22746, 236, 104, 176), (22779, 236, 104, 209), (22859, 236, 105, 122), (22951, 236, 105, 214), (23002, 236, 105, 265), (23423, 236, 108, 191), (23490, 236, 108, 258), (23521, 236, 109, 126), (23641, 236, 109, 246), (23653, 236, 109, 258), (24357, 236, 114, 161), (24364, 236, 114, 168), (24463, 236, 114, 267), (25200, 236, 119, 225), (25316, 236, 120, 189), (25320, 236, 120, 193), (25350, 236, 120, 223), (25604, 236, 122, 173), (25608, 236, 122, 177), (25681, 236, 122, 250), (26177, 236, 126, 154), (26203, 236, 126, 180), (26260, 236, 126, 237), (26283, 236, 126, 260), (26416, 236, 127, 248), (26434, 236, 127, 266), (26438, 236, 127, 270), (26664, 236, 129, 208), (26717, 236, 129, 261), (26724, 236, 129, 268), (26727, 236, 129, 271), (27745, 236, 137, 176), (27755, 236, 137, 186), (27778, 236, 137, 209), (27816, 236, 137, 247), (27826, 236, 137, 257), (27898, 236, 138, 195), (27951, 236, 138, 248), (27969, 236, 138, 266), (27973, 236, 138, 270), (28076, 236, 139, 239), (28083, 236, 139, 246), (28099, 236, 139, 262), (28784, 236, 145, 169), (28803, 236, 145, 188), (28813, 236, 145, 198), (28920, 236, 146, 179), (28936, 236, 146, 195), (28975, 236, 146, 234), (28989, 236, 146, 248), (29011, 236, 146, 270), (29061, 236, 147, 193), (29064, 236, 147, 196), (29075, 236, 147, 207), (29132, 236, 147, 264), (29159, 236, 148, 167), (29328, 236, 149, 213), (29344, 236, 149, 229), (29348, 236, 149, 233), (29507, 236, 150, 269), (29509, 236, 150, 271), (29546, 236, 151, 187), (29570, 236, 151, 211), (29955, 236, 154, 239), (29962, 236, 154, 246), (30137, 236, 156, 187), (30170, 236, 156, 220), (30486, 236, 159, 193), (30489, 236, 159, 196), (30498, 236, 159, 205), (30500, 236, 159, 207), (30557, 236, 159, 264), (30690, 236, 161, 174), (30698, 236, 161, 182), (31373, 236, 167, 209), (31443, 236, 168, 174), (31451, 236, 168, 182), (31512, 236, 168, 243), (31562, 236, 169, 190), (31624, 236, 169, 252), (31983, 236, 173, 208), (32036, 236, 173, 261), (32043, 236, 173, 268), (32046, 236, 173, 271), (32140, 236, 174, 267), (32371, 236, 177, 208), (32424, 236, 177, 261), (32428, 236, 177, 265), (32431, 236, 177, 268), (32468, 236, 178, 211), (32542, 236, 179, 191), (32553, 236, 179, 202), (32689, 236, 180, 246), (32701, 236, 180, 258), (32838, 236, 182, 214), (33263, 236, 187, 203), (33319, 236, 187, 259), (33384, 236, 188, 240), (33389, 236, 188, 245), (33396, 236, 188, 252), (33419, 236, 189, 192), (33467, 236, 189, 240), (33472, 236, 189, 245), (33479, 236, 189, 252), (33585, 236, 191, 195), (33624, 236, 191, 234), (33650, 236, 191, 260), (33663, 236, 192, 193), (33734, 236, 192, 264), (33906, 236, 195, 202), (34005, 236, 196, 225), (34169, 236, 198, 240), (34181, 236, 198, 252), (34463, 236, 202, 248), (34481, 236, 202, 266), (34485, 236, 202, 270), (34504, 236, 203, 220), (34520, 236, 203, 236), (34644, 236, 205, 225), (34775, 236, 207, 225), (34844, 236, 208, 230), (34864, 236, 208, 250), (35035, 236, 211, 235), (35126, 236, 212, 266), (35130, 236, 212, 270), (35150, 236, 213, 231), (35227, 236, 214, 250), (35521, 236, 219, 269), (35540, 236, 220, 236), (35563, 236, 220, 259), (35694, 236, 223, 240), (35699, 236, 223, 245), (35706, 236, 223, 252), (35958, 236, 229, 231), (36030, 236, 230, 261), (36038, 236, 230, 269), (36040, 236, 230, 271), (36236, 236, 236, 236), (36281, 236, 237, 246), (36293, 236, 237, 258), (36344, 236, 239, 242), (36438, 236, 242, 243), (36457, 236, 242, 262), (36491, 236, 243, 267), (36664, 236, 250, 265), (36667, 236, 250, 268), (36799, 236, 258, 260), (36852, 236, 262, 267), (9434, 237, 38, 109), (9479, 237, 38, 154), (9505, 237, 38, 180), (9562, 237, 38, 237), (9585, 237, 38, 260), (17982, 237, 78, 108), (17983, 237, 78, 109), (18054, 237, 78, 180), (18108, 237, 78, 234), (18134, 237, 78, 260), (18246, 237, 79, 179), (18262, 237, 79, 195), (18301, 237, 79, 234), (18315, 237, 79, 248), (18337, 237, 79, 270), (19756, 237, 87, 179), (19772, 237, 87, 195), (19825, 237, 87, 248), (19843, 237, 87, 266), (19847, 237, 87, 270), (23393, 237, 108, 161), (23400, 237, 108, 168), (23474, 237, 108, 242), (23499, 237, 108, 267), (23534, 237, 109, 139), (23637, 237, 109, 242), (23662, 237, 109, 267), (25697, 237, 122, 266), (25701, 237, 122, 270), (27991, 237, 139, 154), (28017, 237, 139, 180), (28074, 237, 139, 237), (29896, 237, 154, 180), (29953, 237, 154, 237), (30695, 237, 161, 179), (30711, 237, 161, 195), (30750, 237, 161, 234), (30764, 237, 161, 248), (31448, 237, 168, 179), (31464, 237, 168, 195), (31503, 237, 168, 234), (31529, 237, 168, 260), (31633, 237, 169, 261), (31641, 237, 169, 269), (31643, 237, 169, 271), (32618, 237, 179, 267), (32685, 237, 180, 242), (33413, 237, 188, 269), (33918, 237, 195, 214), (34198, 237, 198, 269), (34200, 237, 198, 271), (35225, 237, 214, 248), (35243, 237, 214, 266), (35247, 237, 214, 270), (35723, 237, 223, 269), (36194, 237, 234, 267), (36272, 237, 237, 237), (36277, 237, 237, 242), (36455, 237, 242, 260), (36619, 237, 248, 265), (36831, 237, 260, 267), (36875, 237, 265, 266), (36879, 237, 265, 270), (36883, 237, 266, 268), (34, 238, 1, 34), (41, 238, 1, 41), (101, 238, 1, 101), (106, 238, 1, 106), (256, 238, 1, 256), (275, 238, 2, 5), (303, 238, 2, 33), (324, 238, 2, 54), (423, 238, 2, 153), (486, 238, 2, 216), (488, 238, 2, 218), (578, 238, 3, 39), (614, 238, 3, 75), (633, 238, 3, 94), (635, 238, 3, 96), (696, 238, 3, 157), (756, 238, 3, 217), (817, 238, 4, 10), (827, 238, 4, 20), (831, 238, 4, 24), (843, 238, 4, 36), (881, 238, 4, 74), (900, 238, 4, 93), (1157, 238, 5, 83), (1200, 238, 5, 126), (1313, 238, 5, 239), (1320, 238, 5, 246), (1332, 238, 5, 258), (1375, 238, 6, 35), (1392, 238, 6, 52), (1439, 238, 6, 99), (1541, 238, 6, 201), (1561, 238, 6, 221), (1594, 238, 6, 254), (1940, 238, 8, 71), (1981, 238, 8, 112), (1984, 238, 8, 115), (2012, 238, 8, 143), (2032, 238, 8, 163), (2044, 238, 8, 175), (2164, 238, 9, 32), (2231, 238, 9, 99), (2331, 238, 9, 199), (2333, 238, 9, 201), (2353, 238, 9, 221), (2386, 238, 9, 254), (2437, 238, 10, 43), (2460, 238, 10, 66), (2581, 238, 10, 187), (2605, 238, 10, 211), (2614, 238, 10, 220), (2674, 238, 11, 19), (2705, 238, 11, 50), (2715, 238, 11, 60), (2804, 238, 11, 149), (2886, 238, 11, 231), (2912, 238, 11, 257), (3121, 238, 12, 206), (3125, 238, 12, 210), (3166, 238, 12, 251), (3217, 238, 13, 43), (3240, 238, 13, 66), (3361, 238, 13, 187), (3394, 238, 13, 220), (3410, 238, 13, 236), (3482, 238, 14, 50), (3492, 238, 14, 60), (3513, 238, 14, 81), (3516, 238, 14, 84), (3581, 238, 14, 149), (3663, 238, 14, 231), (3749, 238, 15, 60), (3754, 238, 15, 65), (3770, 238, 15, 81), (3773, 238, 15, 84), (3838, 238, 15, 149), (3914, 238, 15, 225), (3987, 238, 16, 42), (4001, 238, 16, 56), (4090, 238, 16, 145), (4135, 238, 16, 190), (4185, 238, 16, 240), (4197, 238, 16, 252), (4263, 238, 17, 63), (4328, 238, 17, 128), (4381, 238, 17, 181), (4383, 238, 17, 183), (4422, 238, 17, 222), (4428, 238, 17, 228), (4496, 238, 18, 42), (4510, 238, 18, 56), (4599, 238, 18, 145), (4644, 238, 18, 190), (4686, 238, 18, 232), (4706, 238, 18, 252), (4747, 238, 19, 40), (4764, 238, 19, 57), (4807, 238, 19, 100), (4825, 238, 19, 118), (4859, 238, 19, 152), (5002, 238, 20, 43), (5169, 238, 20, 211), (5274, 238, 21, 65), (5293, 238, 21, 84), (5356, 238, 21, 147), (5368, 238, 21, 159), (5434, 238, 21, 225), (5506, 238, 22, 47), (5526, 238, 22, 67), (5531, 238, 22, 72), (5623, 238, 22, 164), (5656, 238, 22, 197), (5683, 238, 22, 224), (5784, 238, 23, 76), (5797, 238, 23, 89), (5824, 238, 23, 116), (5912, 238, 23, 204), (5946, 238, 23, 238), (5999, 238, 24, 43), (6022, 238, 24, 66), (6143, 238, 24, 187), (6176, 238, 24, 220), (6351, 238, 25, 148), (6544, 238, 26, 95), (6578, 238, 26, 129), (6622, 238, 26, 173), (6626, 238, 26, 177), (6679, 238, 26, 230), (6699, 238, 26, 250), (7004, 238, 28, 66), (7094, 238, 28, 156), (7141, 238, 28, 203), (7174, 238, 28, 236), (7197, 238, 28, 259), (7246, 238, 29, 65), (7262, 238, 29, 81), (7265, 238, 29, 84), (7340, 238, 29, 159), (7406, 238, 29, 225), (7533, 238, 30, 110), (7557, 238, 30, 134), (7672, 238, 30, 249), (7769, 238, 31, 103), (7817, 238, 31, 151), (7822, 238, 31, 156), (7844, 238, 31, 178), (7869, 238, 31, 203), (7925, 238, 31, 259), (8033, 238, 32, 127), (8044, 238, 32, 138), (8052, 238, 32, 146), (8097, 238, 32, 191), (8108, 238, 32, 202), (8228, 238, 33, 83), (8271, 238, 33, 126), (8384, 238, 33, 239), (8391, 238, 33, 246), (8407, 238, 33, 262), (8439, 238, 34, 56), (8528, 238, 34, 145), (8573, 238, 34, 190), (8595, 238, 34, 212), (8615, 238, 34, 232), (8700, 238, 35, 80), (8703, 238, 35, 83), (8746, 238, 35, 126), (8866, 238, 35, 246), (8878, 238, 35, 258), (8899, 238, 36, 43), (9043, 238, 36, 187), (9067, 238, 36, 211), (9076, 238, 36, 220), (9625, 238, 39, 67), (9630, 238, 39, 72), (9694, 238, 39, 136), (9782, 238, 39, 224), (9811, 238, 39, 253), (9967, 238, 40, 176), (9977, 238, 40, 186), (10022, 238, 40, 231), (10038, 238, 40, 247), (10048, 238, 40, 257), (10149, 238, 41, 127), (10160, 238, 41, 138), (10168, 238, 41, 146), (10224, 238, 41, 202), (10234, 238, 41, 212), (10341, 238, 42, 88), (10359, 238, 42, 106), (10423, 238, 42, 170), (10575, 238, 43, 93), (10765, 238, 44, 55), (10801, 238, 44, 91), (10820, 238, 44, 110), (10844, 238, 44, 134), (10895, 238, 44, 185), (10959, 238, 44, 249), (11013, 238, 45, 76), (11026, 238, 45, 89), (11053, 238, 45, 116), (11137, 238, 45, 200), (11141, 238, 45, 204), (11175, 238, 45, 238), (11258, 238, 46, 95), (11268, 238, 46, 105), (11292, 238, 46, 129), (11336, 238, 46, 173), (11340, 238, 46, 177), (11413, 238, 46, 250), (11520, 238, 47, 132), (11545, 238, 47, 157), (11605, 238, 47, 217), (11760, 238, 48, 148), (11788, 238, 48, 176), (11798, 238, 48, 186), (11821, 238, 48, 209), (12019, 238, 49, 184), (12084, 238, 49, 249), (12108, 238, 50, 51), (12114, 238, 50, 57), (12157, 238, 50, 100), (12209, 238, 50, 152), (12338, 238, 51, 60), (12343, 238, 51, 65), (12359, 238, 51, 81), (12362, 238, 51, 84), (12427, 238, 51, 149), (12579, 238, 52, 80), (12625, 238, 52, 126), (12690, 238, 52, 191), (12745, 238, 52, 246), (12757, 238, 52, 258), (12777, 238, 53, 59), (12807, 238, 53, 89), (12834, 238, 53, 116), (12839, 238, 53, 121), (12862, 238, 53, 144), (12918, 238, 53, 200), (13009, 238, 54, 73), (13050, 238, 54, 114), (13175, 238, 54, 239), (13179, 238, 54, 243), (13198, 238, 54, 262), (13212, 238, 55, 59), (13242, 238, 55, 89), (13274, 238, 55, 121), (13297, 238, 55, 144), (13353, 238, 55, 200), (13470, 238, 56, 101), (13475, 238, 56, 106), (13733, 238, 57, 149), (13815, 238, 57, 231), (13831, 238, 57, 247), (13841, 238, 57, 257), (13864, 238, 58, 66), (14001, 238, 58, 203), (14018, 238, 58, 220), (14034, 238, 58, 236), (14057, 238, 58, 259), (14102, 238, 59, 91), (14145, 238, 59, 134), (14153, 238, 59, 142), (14196, 238, 59, 185), (14375, 238, 60, 152), (14388, 238, 60, 165), (14709, 238, 62, 64), (14720, 238, 62, 75), (14739, 238, 62, 94), (14741, 238, 62, 96), (14758, 238, 62, 113), (14786, 238, 62, 141), (14983, 238, 63, 129), (15027, 238, 63, 173), (15031, 238, 63, 177), (15084, 238, 63, 230), (15104, 238, 63, 250), (15217, 238, 64, 155), (15246, 238, 64, 184), (15338, 238, 65, 68), (15435, 238, 65, 165), (15553, 238, 66, 77), (15757, 238, 67, 75), (15778, 238, 67, 96), (15839, 238, 67, 157), (15899, 238, 67, 217), (16033, 238, 68, 147), (16045, 238, 68, 159), (16111, 238, 68, 225), (16209, 238, 69, 120), (16236, 238, 69, 147), (16248, 238, 69, 159), (16281, 238, 69, 192), (16334, 238, 69, 245), (16394, 238, 70, 103), (16447, 238, 70, 156), (16494, 238, 70, 203), (16527, 238, 70, 236), (16550, 238, 70, 259), (16587, 238, 71, 95), (16597, 238, 71, 105), (16669, 238, 71, 177), (16674, 238, 71, 182), (16742, 238, 71, 250), (16825, 238, 72, 132), (16850, 238, 72, 157), (16910, 238, 72, 217), (17003, 238, 73, 111), (17004, 238, 73, 112), (17035, 238, 73, 143), (17045, 238, 73, 153), (17119, 238, 73, 227), (17301, 238, 74, 211), (17423, 238, 75, 136), (17511, 238, 75, 224), (17540, 238, 75, 253), (17599, 238, 76, 116), (17687, 238, 76, 204), (17721, 238, 76, 238), (17866, 238, 77, 187), (17882, 238, 77, 203), (17899, 238, 77, 220), (17915, 238, 77, 236), (18358, 238, 80, 99), (18460, 238, 80, 201), (18477, 238, 80, 218), (18480, 238, 80, 221), (18602, 238, 81, 152), (18615, 238, 81, 165), (18768, 238, 82, 128), (18821, 238, 82, 181), (18823, 238, 82, 183), (18862, 238, 82, 222), (18983, 238, 83, 153), (19046, 238, 83, 216), (19048, 238, 83, 218), (19183, 238, 84, 165), (19881, 238, 88, 120), (19953, 238, 88, 192), (20001, 238, 88, 240), (20006, 238, 88, 245), (20013, 238, 88, 252), (20086, 238, 89, 142), (20115, 238, 89, 171), (20428, 238, 91, 121), (20451, 238, 91, 144), (20479, 238, 91, 172), (20562, 238, 91, 255), (20853, 238, 93, 187), (20877, 238, 93, 211), (20980, 238, 94, 136), (20999, 238, 94, 155), (21097, 238, 94, 253), (21136, 238, 95, 115), (21184, 238, 95, 163), (21196, 238, 95, 175), (21333, 238, 96, 136), (21352, 238, 96, 155), (21450, 238, 96, 253), (21475, 238, 97, 103), (21523, 238, 97, 151), (21528, 238, 97, 156), (21550, 238, 97, 178), (21607, 238, 97, 235), (21694, 238, 98, 148), (21722, 238, 98, 176), (21732, 238, 98, 186), (21755, 238, 98, 209), (21793, 238, 98, 247), (21865, 238, 99, 146), (21910, 238, 99, 191), (21921, 238, 99, 202), (22077, 238, 100, 186), (22122, 238, 100, 231), (22138, 238, 100, 247), (22148, 238, 100, 257), (22189, 238, 101, 127), (22252, 238, 101, 190), (22274, 238, 101, 212), (22294, 238, 101, 232), (22380, 238, 102, 148), (22408, 238, 102, 176), (22418, 238, 102, 186), (22441, 238, 102, 209), (22479, 238, 102, 247), (22489, 238, 102, 257), (22532, 238, 103, 130), (22628, 238, 103, 226), (22643, 238, 103, 241), (22852, 238, 105, 115), (22880, 238, 105, 143), (22900, 238, 105, 163), (22912, 238, 105, 175), (23048, 238, 106, 145), (23093, 238, 106, 190), (23135, 238, 106, 232), (23215, 238, 107, 147), (23227, 238, 107, 159), (23260, 238, 107, 192), (23293, 238, 107, 225), (23678, 238, 110, 121), (23729, 238, 110, 172), (23812, 238, 110, 255), (23820, 238, 110, 263), (23832, 238, 111, 114), (23892, 238, 111, 174), (23900, 238, 111, 182), (23961, 238, 111, 243), (23980, 238, 111, 262), (23992, 238, 112, 114), (24052, 238, 112, 174), (24060, 238, 112, 182), (24121, 238, 112, 243), (24222, 238, 113, 184), (24291, 238, 113, 253), (24311, 238, 114, 115), (24339, 238, 114, 143), (24423, 238, 114, 227), (24527, 238, 115, 174), (24535, 238, 115, 182), (24653, 238, 116, 142), (24682, 238, 116, 171), (24849, 238, 117, 183), (24997, 238, 118, 176), (25007, 238, 118, 186), (25030, 238, 118, 209), (25068, 238, 118, 247), (25078, 238, 118, 257), (25285, 238, 120, 158), (25297, 238, 120, 170), (25342, 238, 120, 215), (25415, 238, 121, 134), (25466, 238, 121, 185), (25758, 238, 123, 178), (25786, 238, 123, 206), (25790, 238, 123, 210), (25815, 238, 123, 235), (25831, 238, 123, 251), (25934, 238, 124, 206), (25938, 238, 124, 210), (25963, 238, 124, 235), (25979, 238, 124, 251), (26023, 238, 125, 148), (26051, 238, 125, 176), (26084, 238, 125, 209), (26241, 238, 126, 218), (26244, 238, 126, 221), (26367, 238, 127, 199), (26424, 238, 127, 256), (26463, 238, 128, 150), (26532, 238, 128, 219), (26543, 238, 128, 230), (26557, 238, 128, 244), (26637, 238, 129, 181), (26678, 238, 129, 222), (26684, 238, 129, 228), (26749, 238, 130, 151), (26754, 238, 130, 156), (26776, 238, 130, 178), (26833, 238, 130, 235), (26857, 238, 130, 259), (26888, 238, 131, 148), (26949, 238, 131, 209), (27045, 238, 132, 164), (27075, 238, 132, 194), (27078, 238, 132, 197), (27105, 238, 132, 224), (27177, 238, 133, 155), (27206, 238, 133, 184), (27332, 238, 134, 172), (27415, 238, 134, 255), (27504, 238, 135, 206), (27575, 238, 136, 141), (27591, 238, 136, 157), (27902, 238, 138, 199), (27957, 238, 138, 254), (27959, 238, 138, 256), (28120, 238, 140, 151), (28147, 238, 140, 178), (28179, 238, 140, 210), (28204, 238, 140, 235), (28220, 238, 140, 251), (28255, 238, 141, 155), (28284, 238, 141, 184), (28353, 238, 141, 253), (28374, 238, 142, 144), (28430, 238, 142, 200), (28434, 238, 142, 204), (28534, 238, 143, 174), (28542, 238, 143, 182), (28659, 238, 144, 171), (28673, 238, 144, 185), (28785, 238, 145, 170), (28940, 238, 146, 199), (28942, 238, 146, 201), (28995, 238, 146, 254), (29083, 238, 147, 215), (29267, 238, 149, 152), (29419, 238, 150, 181), (29421, 238, 150, 183), (29460, 238, 150, 222), (29466, 238, 150, 228), (29585, 238, 151, 226), (29600, 238, 151, 241), (29710, 238, 152, 231), (29837, 238, 153, 239), (29841, 238, 153, 243), (29860, 238, 153, 262), (29988, 238, 155, 113), (30176, 238, 156, 226), (30289, 238, 157, 224), (30371, 238, 158, 192), (30419, 238, 158, 240), (30424, 238, 158, 245), (30431, 238, 158, 252), (30832, 238, 162, 206), (30836, 238, 162, 210), (30877, 238, 162, 251), (30909, 238, 163, 173), (30913, 238, 163, 177), (30986, 238, 163, 250), (31177, 238, 165, 225), (31265, 238, 166, 206), (31310, 238, 166, 251), (31714, 238, 170, 240), (31719, 238, 170, 245), (31726, 238, 170, 252), (31775, 238, 171, 200), (31779, 238, 171, 204), (31813, 238, 171, 238), (31861, 238, 172, 185), (31925, 238, 172, 249), (31997, 238, 173, 222), (32003, 238, 173, 228), (32048, 238, 174, 175), (32100, 238, 174, 227), (32153, 238, 175, 182), (32221, 238, 175, 250), (32391, 238, 177, 228), (32498, 238, 178, 241), (32753, 238, 181, 219), (32764, 238, 181, 230), (32933, 238, 183, 219), (32958, 238, 183, 244), (33065, 238, 184, 263), (33089, 238, 185, 200), (33591, 238, 191, 201), (33611, 238, 191, 221), (33644, 238, 191, 254), (33685, 238, 192, 215), (34072, 238, 197, 217), (34204, 238, 199, 202), (34214, 238, 199, 212), (34403, 238, 201, 258), (34469, 238, 202, 254), (34471, 238, 202, 256), (34510, 238, 203, 226), (34590, 238, 204, 238), (34980, 238, 210, 241), (35116, 238, 212, 256), (35274, 238, 215, 240), (35279, 238, 215, 245), (35329, 238, 216, 239), (35333, 238, 216, 243), (35336, 238, 216, 246), (35352, 238, 216, 262), (35369, 238, 217, 224), (35445, 238, 218, 246), (35457, 238, 218, 258), (35613, 238, 221, 258), (35635, 238, 222, 230), (35831, 238, 226, 236), (35854, 238, 226, 259), (35879, 238, 227, 239), (35883, 238, 227, 243), (35902, 238, 227, 262), (35914, 238, 228, 230), (36106, 238, 232, 256), (36205, 238, 235, 241), (36307, 238, 238, 238), (36632, 238, 249, 255), (36640, 238, 249, 263), (17, 239, 1, 17), (230, 239, 1, 230), (509, 239, 2, 239), (532, 239, 2, 262), (698, 239, 3, 159), (920, 239, 4, 113), (948, 239, 4, 141), (1262, 239, 5, 188), (1297, 239, 5, 223), (1348, 239, 6, 8), (1522, 239, 6, 182), (1720, 239, 7, 115), (1780, 239, 7, 175), (2060, 239, 8, 191), (2227, 239, 9, 95), (2237, 239, 9, 105), (2863, 239, 11, 208), (2916, 239, 11, 261), (3554, 239, 14, 122), (3700, 239, 14, 268), (3903, 239, 15, 214), (3954, 239, 15, 265), (4054, 239, 16, 109), (4125, 239, 16, 180), (4432, 239, 17, 232), (4563, 239, 18, 109), (4714, 239, 18, 260), (4956, 239, 19, 249), (5288, 239, 21, 79), (5370, 239, 21, 161), (5551, 239, 22, 92), (6662, 239, 26, 213), (6678, 239, 26, 229), (6757, 239, 27, 63), (6922, 239, 27, 228), (7260, 239, 29, 79), (7268, 239, 29, 87), (7659, 239, 30, 236), (8172, 239, 32, 266), (8334, 239, 33, 189), (8368, 239, 33, 223), (8491, 239, 34, 108), (8617, 239, 34, 234), (8789, 239, 35, 169), (8818, 239, 35, 198), (9274, 239, 37, 183), (9483, 239, 38, 158), (9540, 239, 38, 215), (10060, 239, 40, 269), (10270, 239, 41, 248), (10292, 239, 41, 270), (10370, 239, 42, 117), (10497, 239, 42, 244), (10546, 239, 43, 64), (10595, 239, 43, 113), (10866, 239, 44, 156), (10969, 239, 44, 259), (11376, 239, 46, 213), (11396, 239, 46, 233), (11508, 239, 47, 120), (11580, 239, 47, 192), (11901, 239, 49, 66), (12055, 239, 49, 220), (12400, 239, 51, 122), (12543, 239, 51, 265), (12668, 239, 52, 169), (12866, 239, 53, 148), (13129, 239, 54, 193), (13301, 239, 55, 148), (13362, 239, 55, 209), (13451, 239, 56, 82), (13588, 239, 56, 219), (13845, 239, 57, 261), (13855, 239, 57, 271), (14114, 239, 59, 103), (14162, 239, 59, 151), (14407, 239, 60, 184), (14710, 239, 62, 65), (14729, 239, 62, 84), (15083, 239, 63, 229), (15249, 239, 64, 187), (15523, 239, 65, 253), (15739, 239, 66, 263), (15829, 239, 67, 147), (15841, 239, 67, 159), (16047, 239, 68, 161), (16054, 239, 68, 168), (16167, 239, 69, 78), (16331, 239, 69, 242), (16577, 239, 71, 85), (16611, 239, 71, 119), (16885, 239, 72, 192), (17018, 239, 73, 126), (17138, 239, 73, 246), (17689, 239, 76, 206), (18433, 239, 80, 174), (18441, 239, 80, 182), (18605, 239, 81, 155), (18830, 239, 82, 190), (19073, 239, 83, 243), (19092, 239, 83, 262), (19173, 239, 84, 155), (19369, 239, 85, 163), (19545, 239, 86, 153), (19608, 239, 86, 216), (19742, 239, 87, 165), (19900, 239, 88, 139), (19915, 239, 88, 154), (20179, 239, 89, 235), (20348, 239, 90, 222), (20354, 239, 90, 228), (20483, 239, 91, 176), (20493, 239, 91, 186), (20619, 239, 92, 132), (21055, 239, 94, 211), (21167, 239, 95, 146), (22162, 239, 100, 271), (22241, 239, 101, 179), (22296, 239, 101, 234), (22523, 239, 103, 121), (22928, 239, 105, 191), (23011, 239, 106, 108), (23163, 239, 106, 260), (23236, 239, 107, 168), (23335, 239, 107, 267), (23804, 239, 110, 247), (23814, 239, 110, 257), (23925, 239, 111, 207), (23982, 239, 111, 264), (24074, 239, 112, 196), (24085, 239, 112, 207), (24322, 239, 114, 126), (24454, 239, 114, 258), (24558, 239, 115, 205), (24721, 239, 116, 210), (24918, 239, 117, 252), (25090, 239, 118, 269), (25150, 239, 119, 175), (25324, 239, 120, 197), (25437, 239, 121, 156), (26297, 239, 127, 129), (26341, 239, 127, 173), (26450, 239, 128, 137), (26668, 239, 129, 212), (27041, 239, 132, 160), (27209, 239, 133, 187), (27242, 239, 133, 220), (27346, 239, 134, 186), (27407, 239, 134, 247), (27659, 239, 136, 225), (27752, 239, 137, 183), (27876, 239, 138, 173), (27880, 239, 138, 177), (27995, 239, 139, 158), (28311, 239, 141, 211), (28556, 239, 143, 196), (28565, 239, 143, 205), (28639, 239, 144, 151), (28666, 239, 144, 178), (28834, 239, 145, 219), (28859, 239, 145, 244), (28991, 239, 146, 250), (29092, 239, 147, 224), (29299, 239, 149, 184), (29428, 239, 150, 190), (29470, 239, 150, 232), (29687, 239, 152, 208), (29747, 239, 152, 268), (29886, 239, 154, 170), (30969, 239, 163, 233), (31084, 239, 164, 240), (31089, 239, 164, 245), (31166, 239, 165, 214), (31711, 239, 170, 237), (31879, 239, 172, 203), (31935, 239, 172, 259), (32131, 239, 174, 258), (32253, 239, 176, 185), (32365, 239, 177, 202), (32457, 239, 178, 200), (33098, 239, 185, 209), (33362, 239, 188, 218), (33443, 239, 189, 216), (33776, 239, 193, 227), (33867, 239, 194, 240), (33879, 239, 194, 252), (33960, 239, 195, 256), (34100, 239, 197, 245), (34147, 239, 198, 218), (34268, 239, 199, 266), (34272, 239, 199, 270), (34309, 239, 200, 235), (34465, 239, 202, 250), (34539, 239, 203, 255), (34562, 239, 204, 210), (34603, 239, 204, 251), (34723, 239, 206, 238), (35090, 239, 212, 230), (35276, 239, 215, 242), (35802, 239, 225, 253), (35904, 239, 227, 264), (36255, 239, 236, 255), (36320, 239, 238, 251), (36341, 239, 239, 239), (36470, 239, 243, 246), (36610, 239, 248, 256), (36634, 239, 249, 257), (225, 240, 1, 225), (418, 240, 2, 148), (479, 240, 2, 209), (971, 240, 4, 164), (1004, 240, 4, 197), (1359, 240, 6, 19), (1571, 240, 6, 231), (1628, 240, 7, 23), (1650, 240, 7, 45), (2079, 240, 8, 210), (2120, 240, 8, 251), (2182, 240, 9, 50), (2281, 240, 9, 149), (4403, 240, 17, 203), (4459, 240, 17, 259), (4787, 240, 19, 80), (5568, 240, 22, 109), (5639, 240, 22, 180), (5913, 240, 23, 205), (6663, 240, 26, 214), (6714, 240, 26, 265), (6785, 240, 27, 91), (6879, 240, 27, 185), (9666, 240, 39, 108), (9792, 240, 39, 234), (10373, 240, 42, 120), (10445, 240, 42, 192), (10646, 240, 43, 164), (10676, 240, 43, 194), (10898, 240, 44, 188), (10908, 240, 44, 198), (11056, 240, 45, 119), (11285, 240, 46, 122), (11428, 240, 46, 265), (11599, 240, 47, 211), (12248, 240, 50, 191), (12931, 240, 53, 213), (12951, 240, 53, 233), (13366, 240, 55, 213), (13382, 240, 55, 229), (13516, 240, 56, 147), (14200, 240, 59, 189), (14234, 240, 59, 223), (14369, 240, 60, 146), (14425, 240, 60, 202), (14737, 240, 62, 92), (14805, 240, 62, 160), (14941, 240, 63, 87), (15068, 240, 63, 214), (15328, 240, 64, 266), (15397, 240, 65, 127), (15482, 240, 65, 212), (15695, 240, 66, 219), (15720, 240, 66, 244), (16700, 240, 71, 208), (16760, 240, 71, 268), (17466, 240, 75, 179), (17521, 240, 75, 234), (17679, 240, 76, 196), (17688, 240, 76, 205), (18057, 240, 78, 183), (18289, 240, 79, 222), (18295, 240, 79, 228), (18516, 240, 80, 257), (18588, 240, 81, 138), (18652, 240, 81, 202), (18876, 240, 82, 236), (19006, 240, 83, 176), (19039, 240, 83, 209), (19145, 240, 84, 127), (19156, 240, 84, 138), (19348, 240, 85, 142), (19377, 240, 85, 171), (19536, 240, 86, 144), (19592, 240, 86, 200), (19805, 240, 87, 228), (20137, 240, 89, 193), (20217, 240, 90, 91), (20260, 240, 90, 134), (20740, 240, 92, 253), (21039, 240, 94, 195), (21092, 240, 94, 248), (21256, 240, 95, 235), (21376, 240, 96, 179), (21392, 240, 96, 195), (22531, 240, 103, 129), (22575, 240, 103, 173), (22754, 240, 104, 184), (22947, 240, 105, 210), (23389, 240, 108, 157), (23612, 240, 109, 217), (23987, 240, 111, 269), (24147, 240, 112, 269), (24304, 240, 113, 266), (24308, 240, 113, 270), (24614, 240, 115, 261), (24624, 240, 115, 271), (24704, 240, 116, 193), (24775, 240, 116, 264), (24853, 240, 117, 187), (24886, 240, 117, 220), (25146, 240, 119, 171), (25379, 240, 120, 252), (25469, 240, 121, 188), (25504, 240, 121, 223), (25594, 240, 122, 163), (26209, 240, 126, 186), (26270, 240, 126, 247), (26481, 240, 128, 168), (26580, 240, 128, 267), (26612, 240, 129, 156), (27061, 240, 132, 180), (27118, 240, 132, 237), (27818, 240, 137, 249), (28348, 240, 141, 248), (28370, 240, 141, 270), (28463, 240, 142, 233), (28631, 240, 143, 271), (28677, 240, 144, 189), (28807, 240, 145, 192), (28890, 240, 146, 149), (29058, 240, 147, 190), (29231, 240, 148, 239), (29441, 240, 150, 203), (29474, 240, 150, 236), (29532, 240, 151, 173), (29536, 240, 151, 177), (29994, 240, 155, 160), (30180, 240, 156, 230), (30325, 240, 157, 260), (30483, 240, 159, 190), (30525, 240, 159, 232), (30697, 240, 161, 181), (30738, 240, 161, 222), (31004, 240, 163, 268), (31348, 240, 167, 184), (31450, 240, 168, 181), (31544, 240, 169, 172), (31627, 240, 169, 255), (31874, 240, 172, 198), (32079, 240, 174, 206), (32179, 240, 175, 208), (32232, 240, 175, 261), (32314, 240, 176, 246), (32341, 240, 177, 178), (32507, 240, 178, 250), (32830, 240, 182, 206), (32875, 240, 182, 251), (32981, 240, 183, 267), (33118, 240, 185, 229), (33221, 240, 186, 246), (33254, 240, 187, 194), (33621, 240, 191, 231), (34018, 240, 196, 238), (34066, 240, 197, 211), (34559, 240, 204, 207), (34616, 240, 204, 264), (34788, 240, 207, 238), (35085, 240, 212, 225), (35405, 240, 217, 260), (35548, 240, 220, 244), (36028, 240, 230, 259), (36214, 240, 235, 250), (36374, 240, 240, 240), (36379, 240, 240, 245), (36531, 240, 245, 252), (36588, 240, 247, 258), (36783, 240, 257, 258), (2442, 241, 10, 48), (2492, 241, 10, 98), (2985, 241, 12, 70), (3141, 241, 12, 226), (3299, 241, 13, 125), (3305, 241, 13, 131), (4999, 241, 20, 40), (5076, 241, 20, 118), (6004, 241, 24, 48), (6081, 241, 24, 125), (6261, 241, 25, 58), (6280, 241, 25, 77), (7073, 241, 28, 135), (7104, 241, 28, 166), (7790, 241, 31, 124), (7828, 241, 31, 162), (8954, 241, 36, 98), (8958, 241, 36, 102), (9865, 241, 40, 74), (13933, 241, 58, 135), (16457, 241, 70, 166), (17190, 241, 74, 100), (17810, 241, 77, 131), (20768, 241, 93, 102), (20784, 241, 93, 118), (21495, 241, 97, 123), (21512, 241, 97, 140), (25710, 241, 123, 130), (25858, 241, 124, 130), (28210, 241, 140, 241), (30852, 241, 162, 226), (36406, 241, 241, 241), (9403, 242, 38, 78), (9464, 242, 38, 139), (9493, 242, 38, 168), (9567, 242, 38, 242), (9592, 242, 38, 267), (18013, 242, 78, 139), (18028, 242, 78, 154), (18111, 242, 78, 237), (18116, 242, 78, 242), (18175, 242, 79, 108), (18176, 242, 79, 109), (18221, 242, 79, 154), (18247, 242, 79, 180), (18304, 242, 79, 237), (18327, 242, 79, 260), (19685, 242, 87, 108), (19686, 242, 87, 109), (19757, 242, 87, 180), (19811, 242, 87, 234), (19814, 242, 87, 237), (19837, 242, 87, 260), (23354, 242, 108, 122), (23446, 242, 108, 214), (23497, 242, 108, 265), (23500, 242, 108, 268), (23556, 242, 109, 161), (23563, 242, 109, 168), (23609, 242, 109, 214), (23660, 242, 109, 265), (25610, 242, 122, 179), (25626, 242, 122, 195), (25665, 242, 122, 234), (25679, 242, 122, 248), (25691, 242, 122, 260), (27998, 242, 139, 161), (28005, 242, 139, 168), (28079, 242, 139, 242), (28104, 242, 139, 267), (29877, 242, 154, 161), (29884, 242, 154, 168), (29958, 242, 154, 242), (29983, 242, 154, 267), (30696, 242, 161, 180), (30753, 242, 161, 237), (30776, 242, 161, 260), (31449, 242, 168, 180), (31506, 242, 168, 237), (32559, 242, 179, 208), (32565, 242, 179, 214), (32612, 242, 179, 261), (32616, 242, 179, 265), (32619, 242, 179, 268), (32657, 242, 180, 214), (32710, 242, 180, 267), (33912, 242, 195, 208), (33965, 242, 195, 261), (33969, 242, 195, 265), (33972, 242, 195, 268), (33975, 242, 195, 271), (34848, 242, 208, 234), (34862, 242, 208, 248), (34880, 242, 208, 266), (34884, 242, 208, 270), (35211, 242, 214, 234), (35237, 242, 214, 260), (36192, 242, 234, 265), (36195, 242, 234, 268), (36302, 242, 237, 267), (36437, 242, 242, 242), (36462, 242, 242, 267), (36615, 242, 248, 261), (36622, 242, 248, 268), (36625, 242, 248, 271), (36829, 242, 260, 265), (36841, 242, 261, 266), (36845, 242, 261, 270), (36884, 242, 266, 269), (36886, 242, 266, 271), (36894, 242, 268, 270), (36897, 242, 269, 270), (36900, 242, 270, 271), (117, 243, 1, 117), (194, 243, 1, 194), (219, 243, 1, 219), (244, 243, 1, 244), (278, 243, 2, 8), (384, 243, 2, 114), (444, 243, 2, 174), (452, 243, 2, 182), (659, 243, 3, 120), (731, 243, 3, 192), (779, 243, 3, 240), (784, 243, 3, 245), (846, 243, 4, 39), (882, 243, 4, 75), (964, 243, 4, 157), (1024, 243, 4, 217), (1267, 243, 5, 193), (1281, 243, 5, 207), (1338, 243, 5, 264), (1469, 243, 6, 129), (1513, 243, 6, 173), (1517, 243, 6, 177), (1590, 243, 6, 250), (1659, 243, 7, 54), (1716, 243, 7, 111), (1758, 243, 7, 153), (1832, 243, 7, 227), (1952, 243, 8, 83), (1995, 243, 8, 126), (2115, 243, 8, 246), (2149, 243, 9, 17), (2261, 243, 9, 129), (2305, 243, 9, 173), (2362, 243, 9, 230), (2734, 243, 11, 79), (2742, 243, 11, 87), (2869, 243, 11, 214), (2920, 243, 11, 265), (3511, 243, 14, 79), (3519, 243, 14, 87), (3593, 243, 14, 161), (3600, 243, 14, 168), (3767, 243, 15, 78), (3850, 243, 15, 161), (3857, 243, 15, 168), (3956, 243, 15, 267), (4124, 243, 16, 179), (4140, 243, 16, 195), (4179, 243, 16, 234), (4193, 243, 16, 248), (4338, 243, 17, 138), (4346, 243, 17, 146), (4402, 243, 17, 202), (4633, 243, 18, 179), (4649, 243, 18, 195), (4702, 243, 18, 248), (4724, 243, 18, 270); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (4760, 243, 19, 53), (4762, 243, 19, 55), (4798, 243, 19, 91), (4892, 243, 19, 185), (5247, 243, 21, 38), (5287, 243, 21, 78), (5348, 243, 21, 139), (5451, 243, 21, 242), (5670, 243, 22, 211), (5856, 243, 23, 148), (5884, 243, 23, 176), (5917, 243, 23, 209), (6472, 243, 25, 269), (6486, 243, 26, 37), (6586, 243, 26, 137), (6765, 243, 27, 71), (6809, 243, 27, 115), (6857, 243, 27, 163), (6869, 243, 27, 175), (7219, 243, 29, 38), (7259, 243, 29, 78), (7423, 243, 29, 242), (7448, 243, 29, 267), (7526, 243, 30, 103), (7574, 243, 30, 151), (7579, 243, 30, 156), (7601, 243, 30, 178), (8075, 243, 32, 169), (8104, 243, 32, 198), (8338, 243, 33, 193), (8341, 243, 33, 196), (8352, 243, 33, 207), (8409, 243, 33, 264), (8631, 243, 34, 248), (8649, 243, 34, 266), (8653, 243, 34, 270), (8706, 243, 35, 86), (8809, 243, 35, 189), (8813, 243, 35, 193), (9154, 243, 37, 63), (9313, 243, 37, 222), (9319, 243, 37, 228), (9393, 243, 38, 68), (9432, 243, 38, 107), (9601, 243, 39, 43), (9745, 243, 39, 187), (9769, 243, 39, 211), (9913, 243, 40, 122), (9999, 243, 40, 208), (10056, 243, 40, 265), (10059, 243, 40, 268), (10300, 243, 42, 47), (10325, 243, 42, 72), (10450, 243, 42, 197), (10477, 243, 42, 224), (10557, 243, 43, 75), (10578, 243, 43, 96), (10639, 243, 43, 157), (10888, 243, 44, 178), (10920, 243, 44, 210), (10945, 243, 44, 235), (11085, 243, 45, 148), (11113, 243, 45, 176), (11123, 243, 45, 186), (11146, 243, 45, 209), (11253, 243, 46, 90), (11300, 243, 46, 137), (11444, 243, 47, 56), (11533, 243, 47, 145), (11640, 243, 47, 252), (11873, 243, 48, 261), (11881, 243, 48, 269), (11883, 243, 48, 271), (11938, 243, 49, 103), (11991, 243, 49, 156), (12038, 243, 49, 203), (12094, 243, 49, 259), (12148, 243, 50, 91), (12167, 243, 50, 110), (12191, 243, 50, 134), (12242, 243, 50, 185), (12357, 243, 51, 79), (12439, 243, 51, 161), (12446, 243, 51, 168), (12545, 243, 51, 267), (12585, 243, 52, 86), (12688, 243, 52, 189), (12722, 243, 52, 223), (12904, 243, 53, 186), (12965, 243, 53, 247), (12975, 243, 53, 257), (13055, 243, 54, 119), (13132, 243, 54, 196), (13141, 243, 54, 205), (13384, 243, 55, 231), (13400, 243, 55, 247), (13410, 243, 55, 257), (13533, 243, 56, 164), (13563, 243, 56, 194), (13566, 243, 56, 197), (13671, 243, 57, 87), (13706, 243, 57, 122), (13798, 243, 57, 214), (13849, 243, 57, 265), (14217, 243, 59, 206), (14221, 243, 59, 210), (14262, 243, 59, 251), (14333, 243, 60, 110), (14357, 243, 60, 134), (14472, 243, 60, 249), (14497, 243, 61, 63), (14615, 243, 61, 181), (14656, 243, 61, 222), (14662, 243, 61, 228), (14792, 243, 62, 147), (14804, 243, 62, 159), (14837, 243, 62, 192), (14991, 243, 63, 137), (15265, 243, 64, 203), (15298, 243, 64, 236), (15321, 243, 64, 259), (15454, 243, 65, 184), (15570, 243, 66, 94), (15572, 243, 66, 96), (15589, 243, 66, 113), (15617, 243, 66, 141), (15802, 243, 67, 120), (15922, 243, 67, 240), (15927, 243, 67, 245), (15934, 243, 67, 252), (16025, 243, 68, 139), (16040, 243, 68, 154), (16128, 243, 68, 242), (16198, 243, 69, 109), (16243, 243, 69, 154), (16269, 243, 69, 180), (16326, 243, 69, 237), (16582, 243, 71, 90), (16721, 243, 71, 229), (16838, 243, 72, 145), (16933, 243, 72, 240), (16945, 243, 72, 252), (17131, 243, 73, 239), (17135, 243, 73, 243), (17154, 243, 73, 262), (17474, 243, 75, 187), (17507, 243, 75, 220), (17631, 243, 76, 148), (17692, 243, 76, 209), (18039, 243, 78, 165), (18219, 243, 79, 152), (18354, 243, 80, 95), (18432, 243, 80, 173), (18436, 243, 80, 177), (18509, 243, 80, 250), (18560, 243, 81, 110), (18699, 243, 81, 249), (18767, 243, 82, 127), (18778, 243, 82, 138), (18842, 243, 82, 202), (18852, 243, 82, 212), (18935, 243, 83, 105), (19004, 243, 83, 174), (19012, 243, 83, 182), (19267, 243, 84, 249), (19317, 243, 85, 111), (19318, 243, 85, 112), (19349, 243, 85, 143), (19433, 243, 85, 227), (19610, 243, 86, 218), (19613, 243, 86, 221), (19729, 243, 87, 152), (19869, 243, 88, 108), (19870, 243, 88, 109), (19995, 243, 88, 234), (20021, 243, 88, 260), (20150, 243, 89, 206), (20289, 243, 90, 163), (20301, 243, 90, 175), (20456, 243, 91, 149), (20538, 243, 91, 231), (20670, 243, 92, 183), (21031, 243, 94, 187), (21064, 243, 94, 220), (21147, 243, 95, 126), (21267, 243, 95, 246), (21279, 243, 95, 258), (21384, 243, 96, 187), (21417, 243, 96, 220), (21754, 243, 98, 208), (21807, 243, 98, 261), (21817, 243, 98, 271), (21888, 243, 99, 169), (21907, 243, 99, 188), (21917, 243, 99, 198), (21942, 243, 99, 223), (22013, 243, 100, 122), (22105, 243, 100, 214), (22156, 243, 100, 265), (22159, 243, 100, 268), (22328, 243, 101, 266), (22332, 243, 101, 270), (22440, 243, 102, 208), (22493, 243, 102, 261), (22500, 243, 102, 268), (22503, 243, 102, 271), (22657, 243, 103, 255), (22665, 243, 103, 263), (22698, 243, 104, 128), (22751, 243, 104, 181), (22792, 243, 104, 222), (22798, 243, 104, 228), (22863, 243, 105, 126), (22983, 243, 105, 246), (22995, 243, 105, 258), (23098, 243, 106, 195), (23151, 243, 106, 248), (23169, 243, 106, 266), (23173, 243, 106, 270), (23207, 243, 107, 139), (23222, 243, 107, 154), (23305, 243, 107, 237), (23390, 243, 108, 158), (23402, 243, 108, 170), (23553, 243, 109, 158), (23610, 243, 109, 215), (23706, 243, 110, 149), (23837, 243, 111, 119), (23951, 243, 111, 233), (23997, 243, 112, 119), (24091, 243, 112, 213), (24111, 243, 112, 233), (24241, 243, 113, 203), (24274, 243, 113, 236), (24435, 243, 114, 239), (24439, 243, 114, 243), (24458, 243, 114, 262), (24566, 243, 115, 213), (24582, 243, 115, 229), (24586, 243, 115, 233), (24856, 243, 117, 190), (24878, 243, 117, 212), (24898, 243, 117, 232), (24943, 243, 118, 122), (25029, 243, 118, 208), (25082, 243, 118, 261), (25089, 243, 118, 268), (25202, 243, 119, 227), (25263, 243, 120, 136), (25380, 243, 120, 253), (25491, 243, 121, 210), (25516, 243, 121, 235), (25532, 243, 121, 251), (26144, 243, 125, 269), (26146, 243, 125, 271), (26273, 243, 126, 250), (26318, 243, 127, 150), (26387, 243, 127, 219), (26412, 243, 127, 244), (26473, 243, 128, 160), (26480, 243, 128, 167), (26602, 243, 129, 146), (26647, 243, 129, 191), (27009, 243, 131, 269), (27178, 243, 133, 156), (27225, 243, 133, 203), (27258, 243, 133, 236), (27281, 243, 133, 259), (27309, 243, 134, 149), (27391, 243, 134, 231), (27626, 243, 136, 192), (27679, 243, 136, 245), (27797, 243, 137, 228), (27853, 243, 138, 150), (27922, 243, 138, 219), (28320, 243, 141, 220), (28336, 243, 141, 236), (28406, 243, 142, 176), (28416, 243, 142, 186), (28477, 243, 142, 247), (28487, 243, 142, 257), (28573, 243, 143, 213), (28589, 243, 143, 229), (28593, 243, 143, 233), (28694, 243, 144, 206), (28698, 243, 144, 210), (28739, 243, 144, 251), (28779, 243, 145, 164), (28812, 243, 145, 197), (28891, 243, 146, 150), (28971, 243, 146, 230), (29023, 243, 147, 155), (29121, 243, 147, 253), (29230, 243, 148, 238), (29364, 243, 149, 249), (29440, 243, 150, 202), (29531, 243, 151, 172), (29614, 243, 151, 255), (29622, 243, 151, 263), (29640, 243, 152, 161), (29693, 243, 152, 214), (29794, 243, 153, 196), (29803, 243, 153, 205), (29805, 243, 153, 207), (29993, 243, 155, 159), (30213, 243, 156, 263), (30276, 243, 157, 211), (30359, 243, 158, 180), (30439, 243, 158, 260), (30477, 243, 159, 184), (30588, 243, 160, 183), (31034, 243, 164, 190), (31076, 243, 164, 232), (31120, 243, 165, 168), (31194, 243, 165, 242), (31219, 243, 165, 267), (31345, 243, 167, 181), (31347, 243, 167, 183), (31386, 243, 167, 222), (31571, 243, 169, 199), (31626, 243, 169, 254), (31653, 243, 170, 179), (31708, 243, 170, 234), (31734, 243, 170, 260), (31751, 243, 171, 176), (31761, 243, 171, 186), (31784, 243, 171, 209), (31822, 243, 171, 247), (31854, 243, 172, 178), (31911, 243, 172, 235), (31966, 243, 173, 191), (32112, 243, 174, 239), (32135, 243, 174, 262), (32184, 243, 175, 213), (32200, 243, 175, 229), (32354, 243, 177, 191), (32421, 243, 177, 258), (32512, 243, 178, 255), (32658, 243, 180, 215), (32863, 243, 182, 239), (32870, 243, 182, 246), (33027, 243, 184, 225), (33120, 243, 185, 231), (33146, 243, 185, 257), (33345, 243, 188, 201), (33365, 243, 188, 221), (33398, 243, 188, 254), (33428, 243, 189, 201), (33448, 243, 189, 221), (33503, 243, 190, 194), (33506, 243, 190, 197), (33620, 243, 191, 230), (33723, 243, 192, 253), (33767, 243, 193, 218), (33859, 243, 194, 232), (33996, 243, 196, 216), (34130, 243, 198, 201), (34183, 243, 198, 254), (34280, 243, 200, 206), (34325, 243, 200, 251), (34368, 243, 201, 223), (34445, 243, 202, 230), (34635, 243, 205, 216), (34646, 243, 205, 227), (34766, 243, 207, 216), (35017, 243, 211, 217), (35079, 243, 212, 219), (35104, 243, 212, 244), (35271, 243, 215, 237), (35294, 243, 215, 260), (35354, 243, 216, 264), (35463, 243, 218, 264), (35578, 243, 221, 223), (35742, 243, 224, 240), (35747, 243, 224, 245), (35754, 243, 224, 252), (36094, 243, 232, 244), (36219, 243, 235, 255), (36467, 243, 243, 243), (36486, 243, 243, 262), (36657, 243, 250, 258), (36815, 243, 259, 263), (89, 244, 1, 89), (116, 244, 1, 116), (380, 244, 2, 110), (519, 244, 2, 249), (634, 244, 3, 95), (789, 244, 3, 250), (859, 244, 4, 52), (1028, 244, 4, 221), (1140, 244, 5, 66), (1294, 244, 5, 220), (1393, 244, 6, 53), (1482, 244, 6, 142), (1634, 244, 7, 29), (1770, 244, 7, 165), (2122, 244, 8, 253), (2177, 244, 9, 45), (2303, 244, 9, 171), (2562, 244, 10, 168), (2661, 244, 10, 267), (2848, 244, 11, 193), (3181, 244, 12, 266), (3185, 244, 12, 270), (3252, 244, 13, 78), (3416, 244, 13, 242), (3639, 244, 14, 207), (3696, 244, 14, 264), (3885, 244, 15, 196), (3894, 244, 15, 205), (3982, 244, 16, 37), (4006, 244, 16, 61), (4364, 244, 17, 164), (4397, 244, 17, 197), (4515, 244, 18, 61), (4558, 244, 18, 104), (4839, 244, 19, 132), (5037, 244, 20, 79), (5045, 244, 20, 87), (5294, 244, 21, 85), (5328, 244, 21, 119), (5509, 244, 22, 50), (5690, 244, 22, 231), (5854, 244, 23, 146), (5910, 244, 23, 202), (6034, 244, 24, 78), (6223, 244, 24, 267), (6655, 244, 26, 206), (6763, 244, 27, 69), (6909, 244, 27, 215), (7077, 244, 28, 139), (7092, 244, 28, 154), (7300, 244, 29, 119), (7543, 244, 30, 120), (7668, 244, 30, 245), (7775, 244, 31, 109), (7846, 244, 31, 180), (8211, 244, 33, 66), (8550, 244, 34, 167), (8663, 244, 35, 43), (8807, 244, 35, 187), (9017, 244, 36, 161), (9024, 244, 36, 168), (9383, 244, 38, 58), (9402, 244, 38, 77), (9618, 244, 39, 60), (9639, 244, 39, 81), (9980, 244, 40, 189), (10014, 244, 40, 223), (10297, 244, 42, 44), (10374, 244, 42, 121), (10534, 244, 43, 52), (10962, 244, 44, 252), (11083, 244, 45, 146), (11369, 244, 46, 206), (11414, 244, 46, 251), (11517, 244, 47, 129), (11618, 244, 47, 230), (11781, 244, 48, 169), (12027, 244, 49, 192), (12274, 244, 50, 217), (12474, 244, 51, 196), (12485, 244, 51, 207), (12798, 244, 53, 80), (13139, 244, 54, 203), (13195, 244, 54, 259), (13233, 244, 55, 80), (13411, 244, 55, 258), (13428, 244, 56, 59), (13513, 244, 56, 144), (13670, 244, 57, 86), (13937, 244, 58, 139), (14156, 244, 59, 145), (14380, 244, 60, 157), (14706, 244, 62, 8), (14827, 244, 62, 182), (15209, 244, 64, 147), (15221, 244, 64, 159), (15364, 244, 65, 94), (15366, 244, 65, 96), (15859, 244, 67, 177), (15932, 244, 67, 250), (15971, 244, 68, 85), (16119, 244, 68, 233), (16318, 244, 69, 229), (16445, 244, 70, 154), (16528, 244, 70, 237), (16702, 244, 71, 210), (16822, 244, 72, 129), (16866, 244, 72, 173), (17076, 244, 73, 184), (17177, 244, 74, 87), (17304, 244, 74, 214), (17368, 244, 75, 81), (17371, 244, 75, 84), (17621, 244, 76, 138), (17685, 244, 76, 202), (17921, 244, 77, 242), (18160, 244, 79, 93), (18757, 244, 82, 117), (18834, 244, 82, 194), (18940, 244, 83, 110), (18964, 244, 83, 134), (19114, 244, 84, 96), (19492, 244, 86, 100), (20176, 244, 89, 232), (20284, 244, 90, 158), (20341, 244, 90, 215), (20433, 244, 91, 126), (20553, 244, 91, 246), (20743, 244, 92, 256), (20827, 244, 93, 161), (21069, 244, 94, 225), (21157, 244, 95, 136), (21480, 244, 97, 108), (21632, 244, 97, 260), (21715, 244, 98, 169), (21744, 244, 98, 198), (22080, 244, 100, 189), (22222, 244, 101, 160), (22420, 244, 102, 188), (22430, 244, 102, 198), (22513, 244, 103, 111), (22514, 244, 103, 112), (22676, 244, 104, 106), (22873, 244, 105, 136), (22990, 244, 105, 253), (23070, 244, 106, 167), (23281, 244, 107, 213), (23301, 244, 107, 233), (23473, 244, 108, 241), (23525, 244, 109, 130), (23874, 244, 111, 156), (24029, 244, 112, 151), (24197, 244, 113, 159), (24380, 244, 114, 184), (24531, 244, 115, 178), (24588, 244, 115, 235), (24723, 244, 116, 212), (24885, 244, 117, 219), (25009, 244, 118, 188), (25044, 244, 118, 223), (25390, 244, 120, 263), (25426, 244, 121, 145), (25759, 244, 123, 179), (25775, 244, 123, 195), (25923, 244, 124, 195), (25976, 244, 124, 248), (26208, 244, 126, 185), (26372, 244, 127, 204), (26406, 244, 127, 238), (26461, 244, 128, 148), (26858, 244, 130, 260), (27112, 244, 132, 231), (27169, 244, 133, 147), (27406, 244, 134, 246), (27739, 244, 137, 170), (27941, 244, 138, 238), (28148, 244, 140, 179), (28203, 244, 140, 234), (28325, 244, 141, 225), (28421, 244, 142, 191), (28511, 244, 143, 151), (28538, 244, 143, 178), (28678, 244, 144, 190), (29175, 244, 148, 183), (29272, 244, 149, 157), (29332, 244, 149, 217), (29402, 244, 150, 164), (29432, 244, 150, 194), (29672, 244, 152, 193), (29743, 244, 152, 264), (29801, 244, 153, 203), (29834, 244, 153, 236), (30008, 244, 155, 174), (30016, 244, 155, 182), (30177, 244, 156, 227), (30874, 244, 162, 248), (30896, 244, 162, 270), (30946, 244, 163, 210), (30987, 244, 163, 251), (31157, 244, 165, 205), (31325, 244, 166, 266), (31766, 244, 171, 191), (31916, 244, 172, 240), (31928, 244, 172, 252), (31999, 244, 173, 224), (32206, 244, 175, 235), (32387, 244, 177, 224), (32669, 244, 180, 226), (32923, 244, 183, 209), (33147, 244, 185, 258), (33278, 244, 187, 218), (33509, 244, 190, 200), (33733, 244, 192, 263), (34085, 244, 197, 230), (34306, 244, 200, 232), (34356, 244, 201, 211), (34564, 244, 204, 212), (35021, 244, 211, 221), (35326, 244, 216, 236), (35419, 244, 218, 220), (35496, 244, 219, 244), (35832, 244, 226, 237), (35899, 244, 227, 259), (36168, 244, 234, 241), (36351, 244, 239, 249), (36389, 244, 240, 255), (36496, 244, 244, 244), (36534, 244, 245, 255), (65, 245, 1, 65), (84, 245, 1, 84), (631, 245, 3, 92), (924, 245, 4, 117), (1001, 245, 4, 194), (1587, 245, 6, 247), (1597, 245, 6, 257), (1747, 245, 7, 142), (1776, 245, 7, 171), (2104, 245, 8, 235), (2151, 245, 9, 19), (2363, 245, 9, 231), (4436, 245, 17, 236), (4898, 245, 19, 191), (5613, 245, 22, 154), (5696, 245, 22, 237), (5904, 245, 23, 196), (5915, 245, 23, 207), (6571, 245, 26, 122), (6717, 245, 26, 268), (6804, 245, 27, 110), (6828, 245, 27, 134), (9275, 245, 37, 184), (9667, 245, 39, 109), (9818, 245, 39, 260), (10400, 245, 42, 147), (10599, 245, 43, 117), (10726, 245, 43, 244), (10879, 245, 44, 169), (11133, 245, 45, 196), (11142, 245, 45, 205), (11371, 245, 46, 208), (11431, 245, 46, 268), (12101, 245, 49, 266), (12203, 245, 50, 146), (12259, 245, 50, 202), (12803, 245, 53, 85), (12837, 245, 53, 119), (13238, 245, 55, 85), (13386, 245, 55, 233), (13528, 245, 56, 159), (14199, 245, 59, 188), (14209, 245, 59, 198), (14350, 245, 60, 127), (14361, 245, 60, 138), (14618, 245, 61, 184), (14812, 245, 62, 167), (14976, 245, 63, 122), (15119, 245, 63, 265), (15310, 245, 64, 248), (15332, 245, 64, 270), (15502, 245, 65, 232), (15558, 245, 66, 82), (15626, 245, 66, 150), (16753, 245, 71, 261), (16763, 245, 71, 271), (17098, 245, 73, 206), (17395, 245, 75, 108), (17547, 245, 75, 260), (17690, 245, 76, 207), (17747, 245, 76, 264), (18195, 245, 79, 128), (18248, 245, 79, 181), (18445, 245, 80, 186), (18506, 245, 80, 247), (18577, 245, 81, 127), (18662, 245, 81, 212), (18860, 245, 82, 220), (18978, 245, 83, 148), (19230, 245, 84, 212), (19481, 245, 86, 89), (19508, 245, 86, 116), (19758, 245, 87, 181), (19799, 245, 87, 222), (20133, 245, 89, 189), (20236, 245, 90, 110), (20375, 245, 90, 249), (20520, 245, 91, 213), (20536, 245, 91, 229), (20623, 245, 92, 136), (21023, 245, 94, 179), (21078, 245, 94, 234), (21172, 245, 95, 151), (21199, 245, 95, 178), (21305, 245, 96, 108), (21431, 245, 96, 234), (22579, 245, 103, 177), (22652, 245, 103, 250), (22725, 245, 104, 155), (22915, 245, 105, 178), (22972, 245, 105, 235), (23552, 245, 109, 157), (24233, 245, 113, 195), (24286, 245, 113, 248), (24402, 245, 114, 206), (24447, 245, 114, 251), (24622, 245, 115, 269), (25117, 245, 119, 142), (25367, 245, 120, 240), (25372, 245, 120, 245), (25450, 245, 121, 169), (25479, 245, 121, 198), (26199, 245, 126, 176), (26232, 245, 126, 209), (26474, 245, 128, 161), (26659, 245, 129, 203), (26715, 245, 129, 259), (27020, 245, 132, 139), (27035, 245, 132, 154), (27288, 245, 133, 266), (27292, 245, 133, 270), (27389, 245, 134, 229), (27594, 245, 136, 160), (27852, 245, 138, 149), (28279, 245, 141, 179), (28295, 245, 141, 195), (28629, 245, 143, 269), (28676, 245, 144, 188), (28711, 245, 144, 223), (28762, 245, 145, 147), (28774, 245, 145, 159), (28972, 245, 146, 231), (29238, 245, 148, 246), (29317, 245, 149, 202), (29609, 245, 151, 250), (30001, 245, 155, 167), (30123, 245, 156, 173), (30127, 245, 156, 177), (30245, 245, 157, 180), (30658, 245, 160, 253), (30699, 245, 161, 183), (30944, 245, 163, 208), (30997, 245, 163, 261), (31055, 245, 164, 211), (31452, 245, 168, 183), (31780, 245, 171, 205), (32034, 245, 173, 259), (32083, 245, 174, 210), (32124, 245, 174, 251), (32242, 245, 175, 271), (32326, 245, 176, 258), (32660, 245, 180, 217), (32834, 245, 182, 210), (33102, 245, 185, 213), (33122, 245, 185, 233), (33233, 245, 186, 258), (33279, 245, 187, 219), (33304, 245, 187, 244), (33427, 245, 189, 200), (33534, 245, 190, 225), (33647, 245, 191, 257), (33710, 245, 192, 240), (33722, 245, 192, 252), (33753, 245, 193, 204), (33787, 245, 193, 238), (33838, 245, 194, 211), (34297, 245, 200, 223), (34514, 245, 203, 230), (34923, 245, 209, 246), (35199, 245, 214, 222), (35205, 245, 214, 228), (35382, 245, 217, 237), (35472, 245, 219, 220), (35781, 245, 225, 232), (35949, 245, 228, 265), (36005, 245, 230, 236), (36333, 245, 238, 264), (36524, 245, 245, 245), (95, 246, 1, 95), (105, 246, 1, 105), (350, 246, 2, 80), (528, 246, 2, 258), (599, 246, 3, 60), (688, 246, 3, 149), (837, 246, 4, 30), (1062, 246, 4, 255), (1579, 246, 6, 239), (1602, 246, 6, 262), (1668, 246, 7, 63), (1833, 246, 7, 228), (1996, 246, 8, 127), (2081, 246, 8, 212), (2205, 246, 9, 73), (2375, 246, 9, 243), (3701, 246, 14, 269), (3960, 246, 15, 271), (4023, 246, 16, 78), (4187, 246, 16, 242), (4440, 246, 17, 240), (4452, 246, 17, 252), (4492, 246, 18, 38), (4696, 246, 18, 242), (4769, 246, 19, 62), (4862, 246, 19, 155), (5417, 246, 21, 208), (5477, 246, 21, 268), (5496, 246, 22, 37), (5520, 246, 22, 61), (5886, 246, 23, 178), (5943, 246, 23, 235), (6645, 246, 26, 196), (6654, 246, 26, 205), (7389, 246, 29, 208), (7442, 246, 29, 261), (7634, 246, 30, 211), (8014, 246, 32, 108), (8140, 246, 32, 234), (8522, 246, 34, 139), (8537, 246, 34, 154), (8886, 246, 35, 266), (9223, 246, 37, 132), (9431, 246, 38, 106), (9725, 246, 39, 167), (10131, 246, 41, 109), (10282, 246, 41, 260), (10382, 246, 42, 129), (10483, 246, 42, 230), (10654, 246, 43, 172), (10737, 246, 43, 255), (10897, 246, 44, 187), (10930, 246, 44, 220), (11172, 246, 45, 235), (11359, 246, 46, 196), (11370, 246, 46, 207), (11453, 246, 47, 65), (11613, 246, 47, 225), (12193, 246, 50, 136), (12310, 246, 50, 253), (12547, 246, 51, 269), (12765, 246, 52, 266), (12769, 246, 52, 270), (12924, 246, 53, 206), (12969, 246, 53, 251), (13105, 246, 54, 169), (13134, 246, 54, 198), (13359, 246, 55, 206), (13542, 246, 56, 173), (13546, 246, 56, 177), (14077, 246, 59, 66), (14290, 246, 60, 67), (14651, 246, 61, 217), (14876, 246, 62, 231), (15059, 246, 63, 205), (15342, 246, 65, 72), (15597, 246, 66, 121), (15763, 246, 67, 81), (16008, 246, 68, 122), (16154, 246, 68, 268), (16176, 246, 69, 87), (16303, 246, 69, 214), (16685, 246, 71, 193), (16756, 246, 71, 264), (16777, 246, 72, 84), (17038, 246, 73, 146), (17447, 246, 75, 160), (17634, 246, 76, 151), (17661, 246, 76, 178), (18225, 246, 79, 158), (18282, 246, 79, 215), (18498, 246, 80, 239), (18674, 246, 81, 224), (18760, 246, 82, 120), (18885, 246, 82, 245), (18956, 246, 83, 126), (19088, 246, 83, 258), (19242, 246, 84, 224), (19387, 246, 85, 181), (19428, 246, 85, 222), (19507, 246, 86, 115), (19535, 246, 86, 143), (19792, 246, 87, 215), (19922, 246, 88, 161), (19929, 246, 88, 168), (20147, 246, 89, 203), (20203, 246, 89, 259), (20581, 246, 92, 94), (20583, 246, 92, 96), (21253, 246, 95, 232), (21357, 246, 96, 160), (21898, 246, 99, 179), (21914, 246, 99, 195), (22216, 246, 101, 154), (22299, 246, 101, 237), (22606, 246, 103, 204), (22640, 246, 103, 238), (22727, 246, 104, 157), (22787, 246, 104, 217), (22949, 246, 105, 212), (23042, 246, 106, 139), (23190, 246, 107, 122), (23333, 246, 107, 265), (23431, 246, 108, 199), (23651, 246, 109, 256), (23906, 246, 111, 188), (23941, 246, 111, 223), (24067, 246, 112, 189), (24101, 246, 112, 223), (24342, 246, 114, 146), (24398, 246, 114, 202), (24667, 246, 116, 156), (24770, 246, 116, 259), (24813, 246, 117, 147), (25197, 246, 119, 222), (25203, 246, 119, 228), (25346, 246, 120, 219), (25501, 246, 121, 220), (26269, 246, 126, 246), (26350, 246, 127, 182), (26526, 246, 128, 213), (26546, 246, 128, 233), (26601, 246, 129, 145), (27018, 246, 132, 137), (27583, 246, 136, 149), (27877, 246, 138, 174), (27885, 246, 138, 182), (28440, 246, 142, 210), (28481, 246, 142, 251), (28549, 246, 143, 189), (28724, 246, 144, 236), (28788, 246, 145, 173), (29062, 246, 147, 194), (29241, 246, 148, 249), (29478, 246, 150, 240), (29483, 246, 150, 245), (29597, 246, 151, 238), (29767, 246, 153, 169), (30091, 246, 155, 257), (30154, 246, 156, 204), (30232, 246, 157, 167), (30340, 246, 158, 161), (30457, 246, 159, 164), (30487, 246, 159, 194), (30943, 246, 163, 207), (31000, 246, 163, 264), (31213, 246, 165, 261), (31223, 246, 165, 271), (31439, 246, 168, 170), (31741, 246, 170, 267), (31785, 246, 171, 210), (31863, 246, 172, 187), (32075, 246, 174, 202), (32164, 246, 175, 193), (32353, 246, 177, 190), (32605, 246, 179, 254), (32699, 246, 180, 256), (32767, 246, 181, 233), (32927, 246, 183, 213), (32943, 246, 183, 229), (32988, 246, 184, 186), (33049, 246, 184, 247), (33371, 246, 188, 227), (33559, 246, 190, 250), (33633, 246, 191, 243), (33652, 246, 191, 262), (33689, 246, 192, 219), (33714, 246, 192, 244), (33905, 246, 195, 201), (34080, 246, 197, 225), (34156, 246, 198, 227), (34262, 246, 199, 260), (34277, 246, 200, 203), (34310, 246, 200, 236), (34393, 246, 201, 248), (35063, 246, 211, 263), (35603, 246, 221, 248), (35625, 246, 221, 270), (36021, 246, 230, 252), (36063, 246, 231, 253), (36100, 246, 232, 250), (36181, 246, 234, 254), (36551, 246, 246, 246), (4, 247, 1, 4), (43, 247, 1, 43), (187, 247, 1, 187), (307, 247, 2, 37), (331, 247, 2, 61), (374, 247, 2, 104), (805, 247, 3, 266), (934, 247, 4, 127), (1019, 247, 4, 212), (1432, 247, 6, 92), (1778, 247, 7, 173), (1782, 247, 7, 177), (1855, 247, 7, 250), (2082, 247, 8, 213), (2098, 247, 8, 229), (2102, 247, 8, 233), (4393, 247, 17, 193), (4407, 247, 17, 207), (4464, 247, 17, 264), (4855, 247, 19, 148), (4883, 247, 19, 176), (4916, 247, 19, 209), (5787, 247, 23, 79), (5795, 247, 23, 87), (5869, 247, 23, 161), (6808, 247, 27, 114), (6868, 247, 27, 174), (6876, 247, 27, 182), (9330, 247, 37, 239), (9353, 247, 37, 262), (9380, 247, 38, 55), (9416, 247, 38, 91), (9510, 247, 38, 185), (10456, 247, 42, 203), (10489, 247, 42, 236), (10694, 247, 43, 212), (10714, 247, 43, 232), (10979, 247, 44, 269), (11016, 247, 45, 79), (11098, 247, 45, 161), (11105, 247, 45, 168), (11557, 247, 47, 169), (12205, 247, 50, 148), (12796, 247, 53, 78), (12960, 247, 53, 242), (12985, 247, 53, 267), (13231, 247, 55, 78), (13395, 247, 55, 242), (13435, 247, 56, 66), (13589, 247, 56, 220), (14272, 247, 59, 261), (14282, 247, 59, 271), (14517, 247, 61, 83), (14673, 247, 61, 239), (14840, 247, 62, 195), (14893, 247, 62, 248), (14915, 247, 62, 270), (15476, 247, 65, 206), (15521, 247, 65, 251), (15621, 247, 66, 145), (15666, 247, 66, 190), (16982, 247, 73, 90), (17562, 247, 76, 79), (17570, 247, 76, 87), (17697, 247, 76, 214), (18016, 247, 78, 142), (18351, 247, 80, 92), (18419, 247, 80, 160), (18726, 247, 82, 86), (18833, 247, 82, 193), (18934, 247, 83, 104), (18997, 247, 83, 167), (19224, 247, 84, 206), (19301, 247, 85, 95), (19311, 247, 85, 105), (19456, 247, 85, 250), (19611, 247, 86, 219), (19636, 247, 86, 244), (19815, 247, 87, 238), (20066, 247, 89, 122), (20152, 247, 89, 208), (20212, 247, 89, 268), (20240, 247, 90, 114), (20300, 247, 90, 174), (20446, 247, 91, 139), (20461, 247, 91, 154), (20745, 247, 92, 258), (21140, 247, 95, 119), (21254, 247, 95, 233), (22522, 247, 103, 120), (22594, 247, 103, 192), (22647, 247, 103, 245), (22816, 247, 104, 246), (22950, 247, 105, 213), (22970, 247, 105, 233), (23416, 247, 108, 184), (23644, 247, 109, 249), (23711, 247, 110, 154), (23737, 247, 110, 180), (23794, 247, 110, 237), (24633, 247, 116, 122), (24776, 247, 116, 265), (24779, 247, 116, 268), (24854, 247, 117, 188), (24855, 247, 117, 189), (24889, 247, 117, 223), (25152, 247, 119, 177), (25225, 247, 119, 250), (25278, 247, 120, 151), (25283, 247, 120, 156), (25550, 247, 121, 269), (25552, 247, 121, 271), (25635, 247, 122, 204), (26183, 247, 126, 160), (26190, 247, 126, 167), (26379, 247, 127, 211), (26652, 247, 129, 196), (26661, 247, 129, 205), (26663, 247, 129, 207), (27299, 247, 134, 139), (27314, 247, 134, 154), (27397, 247, 134, 237), (27700, 247, 136, 266), (27704, 247, 136, 270), (27808, 247, 137, 239), (27812, 247, 137, 243), (27831, 247, 137, 262), (27914, 247, 138, 211), (28022, 247, 139, 185), (28398, 247, 142, 168), (28497, 247, 142, 267), (28696, 247, 144, 208), (28749, 247, 144, 261), (28759, 247, 144, 271), (28851, 247, 145, 236), (29046, 247, 147, 178), (29103, 247, 147, 235), (29223, 247, 148, 231), (29431, 247, 150, 193), (29502, 247, 150, 264), (29551, 247, 151, 192), (30013, 247, 155, 179), (30029, 247, 155, 195), (30082, 247, 155, 248), (30190, 247, 156, 240), (30195, 247, 156, 245), (30503, 247, 159, 210), (30528, 247, 159, 235), (30663, 247, 160, 258), (30687, 247, 161, 171), (31013, 247, 164, 169), (31032, 247, 164, 188), (31042, 247, 164, 198), (31410, 247, 167, 246), (31440, 247, 168, 171), (31569, 247, 169, 197), (31842, 247, 171, 267), (31945, 247, 172, 269), (31971, 247, 173, 196), (31980, 247, 173, 205), (32102, 247, 174, 229), (32315, 247, 176, 247), (32325, 247, 176, 257), (32368, 247, 177, 205), (32449, 247, 178, 192), (32535, 247, 179, 184), (32692, 247, 180, 249), (32837, 247, 182, 213), (32853, 247, 182, 229), (33036, 247, 184, 234), (33131, 247, 185, 242), (33222, 247, 186, 247), (33232, 247, 186, 257), (33250, 247, 187, 190), (33292, 247, 187, 232), (33338, 247, 188, 194), (33446, 247, 189, 219), (33471, 247, 189, 244), (33529, 247, 190, 220), (33825, 247, 194, 198), (33850, 247, 194, 223), (34010, 247, 196, 230), (34053, 247, 197, 198), (34282, 247, 200, 208), (34335, 247, 200, 261), (34342, 247, 200, 268), (34524, 247, 203, 240), (34536, 247, 203, 252), (34566, 247, 204, 214), (34617, 247, 204, 265), (34710, 247, 206, 225), (34780, 247, 207, 230), (34908, 247, 209, 231), (34934, 247, 209, 257), (34964, 247, 210, 225), (35012, 247, 211, 212), (35215, 247, 214, 238), (35536, 247, 220, 232), (35698, 247, 223, 244), (35800, 247, 225, 251), (36033, 247, 230, 264), (36252, 247, 236, 252), (36284, 247, 237, 249), (36334, 247, 238, 265), (36393, 247, 240, 259), (36538, 247, 245, 259), (36577, 247, 247, 247), (36607, 247, 248, 253), (36699, 247, 252, 259), (36725, 247, 253, 266), (36729, 247, 253, 270), (1727, 248, 7, 122), (1870, 248, 7, 265), (6963, 248, 27, 269), (9513, 248, 38, 188), (9548, 248, 38, 223), (17960, 248, 78, 86), (18063, 248, 78, 189), (18274, 248, 79, 207), (18331, 248, 79, 264), (19414, 248, 85, 208), (19474, 248, 85, 268), (19659, 248, 86, 267), (19773, 248, 87, 196), (19784, 248, 87, 207), (20395, 248, 90, 269), (25097, 248, 119, 122), (25243, 248, 119, 268), (28025, 248, 139, 188), (28035, 248, 139, 198), (29885, 248, 154, 169), (29914, 248, 154, 198), (30709, 248, 161, 193), (30780, 248, 161, 264), (31462, 248, 168, 193), (31609, 248, 169, 237), (32617, 248, 179, 266), (32621, 248, 179, 270), (33469, 248, 189, 242), (33952, 248, 195, 248), (33974, 248, 195, 270), (33994, 248, 196, 214), (34633, 248, 205, 214), (34684, 248, 205, 265), (34847, 248, 208, 233), (35180, 248, 213, 261), (35190, 248, 213, 271), (35696, 248, 223, 242), (35998, 248, 229, 271), (36150, 248, 233, 261), (36193, 248, 234, 266), (36602, 248, 248, 248), (26, 249, 1, 26), (46, 249, 1, 46), (63, 249, 1, 63), (71, 249, 1, 71), (163, 249, 1, 163), (175, 249, 1, 175), (228, 249, 1, 228), (292, 249, 2, 22), (309, 249, 2, 39), (402, 249, 2, 132), (427, 249, 2, 157), (487, 249, 2, 217), (562, 249, 3, 23), (584, 249, 3, 45), (592, 249, 3, 53), (594, 249, 3, 55), (681, 249, 3, 142), (710, 249, 3, 171), (724, 249, 3, 185), (847, 249, 4, 40), (855, 249, 4, 48), (905, 249, 4, 98), (907, 249, 4, 100), (909, 249, 4, 102), (925, 249, 4, 118), (932, 249, 4, 125), (1139, 249, 5, 65), (1221, 249, 5, 147), (1233, 249, 5, 159), (1266, 249, 5, 192), (1299, 249, 5, 225), (1468, 249, 6, 128), (1521, 249, 6, 181), (1523, 249, 6, 183), (1615, 249, 7, 10), (1618, 249, 7, 13), (1625, 249, 7, 20), (1629, 249, 7, 24), (1641, 249, 7, 36), (1679, 249, 7, 74), (1698, 249, 7, 93), (1918, 249, 8, 49), (1933, 249, 8, 64), (1963, 249, 8, 94), (1965, 249, 8, 96), (1982, 249, 8, 113), (2002, 249, 8, 133), (2010, 249, 8, 141), (2260, 249, 9, 128), (2313, 249, 9, 181), (2315, 249, 9, 183), (2354, 249, 9, 222), (2360, 249, 9, 228), (2479, 249, 10, 85), (2513, 249, 10, 119), (2590, 249, 10, 196), (2599, 249, 10, 205), (2607, 249, 10, 213), (2627, 249, 10, 233), (2721, 249, 11, 66), (2842, 249, 11, 187), (2858, 249, 11, 203), (2875, 249, 11, 220), (2891, 249, 11, 236), (2914, 249, 11, 259), (3007, 249, 12, 92), (3075, 249, 12, 160), (3082, 249, 12, 167), (3201, 249, 13, 27), (3259, 249, 13, 85), (3293, 249, 13, 119), (3387, 249, 13, 213), (3403, 249, 13, 229), (3407, 249, 13, 233), (3498, 249, 14, 66), (3535, 249, 14, 103), (3588, 249, 14, 156), (3635, 249, 14, 203), (3668, 249, 14, 236), (3691, 249, 14, 259), (3792, 249, 15, 103), (3840, 249, 15, 151), (3845, 249, 15, 156), (3867, 249, 15, 178), (3892, 249, 15, 203), (3925, 249, 15, 236), (3948, 249, 15, 259), (4093, 249, 16, 148), (4121, 249, 16, 176), (4154, 249, 16, 209), (4230, 249, 17, 30), (4244, 249, 17, 44), (4259, 249, 17, 59), (4321, 249, 17, 121), (4344, 249, 17, 144), (4372, 249, 17, 172), (4455, 249, 17, 255), (4602, 249, 18, 148), (4630, 249, 18, 176), (4640, 249, 18, 186), (4663, 249, 18, 209), (4739, 249, 19, 32), (4748, 249, 19, 41), (4808, 249, 19, 101), (4906, 249, 19, 199), (4961, 249, 19, 254), (4963, 249, 19, 256), (5077, 249, 20, 119), (5151, 249, 20, 193), (5154, 249, 20, 196), (5163, 249, 20, 205), (5165, 249, 20, 207), (5222, 249, 20, 264), (5312, 249, 21, 103), (5360, 249, 21, 151), (5365, 249, 21, 156), (5387, 249, 21, 178), (5419, 249, 21, 210), (5444, 249, 21, 235), (5542, 249, 22, 83), (5585, 249, 22, 126), (5698, 249, 22, 239), (5702, 249, 22, 243), (5705, 249, 22, 246), (5721, 249, 22, 262), (5755, 249, 23, 47), (5775, 249, 23, 67), (5780, 249, 23, 72), (5872, 249, 23, 164), (5905, 249, 23, 197), (5932, 249, 23, 224), (6041, 249, 24, 85), (6075, 249, 24, 119), (6161, 249, 24, 205), (6169, 249, 24, 213), (6185, 249, 24, 229), (6189, 249, 24, 233), (6295, 249, 25, 92), (6576, 249, 26, 127), (6587, 249, 26, 138), (6639, 249, 26, 190), (6651, 249, 26, 202), (6661, 249, 26, 212), (6681, 249, 26, 232), (6722, 249, 27, 28), (6725, 249, 27, 31), (6752, 249, 27, 58), (6764, 249, 27, 70), (6771, 249, 27, 77), (6920, 249, 27, 226), (7028, 249, 28, 90), (7151, 249, 28, 213), (7167, 249, 28, 229), (7171, 249, 28, 233), (7284, 249, 29, 103), (7332, 249, 29, 151), (7337, 249, 29, 156), (7359, 249, 29, 178), (7416, 249, 29, 235), (7440, 249, 29, 259), (7518, 249, 30, 95), (7552, 249, 30, 129), (7596, 249, 30, 173), (7600, 249, 30, 177), (7653, 249, 30, 230), (7673, 249, 30, 250), (7703, 249, 31, 37), (7727, 249, 31, 61), (7756, 249, 31, 90), (7803, 249, 31, 137), (7956, 249, 32, 50), (7966, 249, 32, 60), (7987, 249, 32, 81), (8055, 249, 32, 149), (8137, 249, 32, 231), (8163, 249, 32, 257), (8265, 249, 33, 120), (8292, 249, 33, 147), (8304, 249, 33, 159), (8337, 249, 33, 192), (8370, 249, 33, 225), (8531, 249, 34, 148), (8559, 249, 34, 176), (8569, 249, 34, 186), (8592, 249, 34, 209), (8630, 249, 34, 247), (8640, 249, 34, 257), (8685, 249, 35, 65), (8701, 249, 35, 81), (8704, 249, 35, 84), (8767, 249, 35, 147), (8779, 249, 35, 159), (8845, 249, 35, 225), (8941, 249, 36, 85), (8975, 249, 36, 119), (9052, 249, 36, 196), (9061, 249, 36, 205), (9063, 249, 36, 207), (9089, 249, 36, 233), (9188, 249, 37, 97), (9214, 249, 37, 123), (9221, 249, 37, 130), (9231, 249, 37, 140), (9317, 249, 37, 226), (9332, 249, 37, 241), (9631, 249, 39, 73), (9672, 249, 39, 114), (9732, 249, 39, 174), (9797, 249, 39, 239), (9801, 249, 39, 243), (9820, 249, 39, 262), (9834, 249, 40, 43), (9857, 249, 40, 66), (9978, 249, 40, 187), (10002, 249, 40, 211), (10011, 249, 40, 220), (10072, 249, 41, 50), (10171, 249, 41, 149), (10208, 249, 41, 186), (10253, 249, 41, 231), (10269, 249, 41, 247), (10279, 249, 41, 257), (10324, 249, 42, 71), (10364, 249, 42, 111), (10365, 249, 42, 112), (10368, 249, 42, 115), (10396, 249, 42, 143), (10428, 249, 42, 175), (10480, 249, 42, 227), (10530, 249, 43, 48), (10539, 249, 43, 57), (10580, 249, 43, 98), (10582, 249, 43, 100), (10584, 249, 43, 102), (10600, 249, 43, 118), (10792, 249, 44, 82), (10839, 249, 44, 129), (10860, 249, 44, 150), (10883, 249, 44, 173), (10929, 249, 44, 219), (10940, 249, 44, 230), (10984, 249, 45, 47), (11004, 249, 45, 67), (11009, 249, 45, 72), (11073, 249, 45, 136), (11134, 249, 45, 197), (11161, 249, 45, 224), (11219, 249, 46, 56), (11290, 249, 46, 127), (11301, 249, 46, 138), (11353, 249, 46, 190), (11375, 249, 46, 212), (11395, 249, 46, 232), (11464, 249, 47, 76), (11504, 249, 47, 116), (11559, 249, 47, 171), (11592, 249, 47, 204), (11626, 249, 47, 238), (11823, 249, 48, 211), (11930, 249, 49, 95), (11940, 249, 49, 105), (11964, 249, 49, 129), (12008, 249, 49, 173), (12012, 249, 49, 177), (12085, 249, 49, 250), (12156, 249, 50, 99), (12256, 249, 50, 199), (12258, 249, 50, 201), (12311, 249, 50, 254), (12313, 249, 50, 256), (12381, 249, 51, 103), (12429, 249, 51, 151), (12434, 249, 51, 156), (12481, 249, 51, 203), (12514, 249, 51, 236), (12537, 249, 51, 259), (12559, 249, 52, 60), (12564, 249, 52, 65), (12580, 249, 52, 81), (12583, 249, 52, 84), (12658, 249, 52, 159), (12724, 249, 52, 225), (12780, 249, 53, 62), (12785, 249, 53, 67), (12854, 249, 53, 136), (12873, 249, 53, 155), (12942, 249, 53, 224), (12971, 249, 53, 253), (13056, 249, 54, 120), (13083, 249, 54, 147), (13128, 249, 54, 192), (13176, 249, 54, 240), (13181, 249, 54, 245), (13188, 249, 54, 252), (13215, 249, 55, 62), (13220, 249, 55, 67), (13289, 249, 55, 136), (13308, 249, 55, 155), (13406, 249, 55, 253), (13440, 249, 56, 71), (13481, 249, 56, 112), (13484, 249, 56, 115), (13512, 249, 56, 143), (13532, 249, 56, 163), (13544, 249, 56, 175), (13650, 249, 57, 66), (13771, 249, 57, 187), (13787, 249, 57, 203), (13804, 249, 57, 220), (13820, 249, 57, 236), (13883, 249, 58, 85), (13888, 249, 58, 90), (14011, 249, 58, 213), (14027, 249, 58, 229), (14031, 249, 58, 233), (14093, 249, 59, 82), (14128, 249, 59, 117), (14161, 249, 59, 150), (14230, 249, 59, 219), (14241, 249, 59, 230), (14255, 249, 59, 244), (14322, 249, 60, 99), (14422, 249, 60, 199), (14424, 249, 60, 201), (14444, 249, 60, 221), (14477, 249, 60, 254), (14531, 249, 61, 97), (14557, 249, 61, 123), (14558, 249, 61, 124), (14564, 249, 61, 130), (14574, 249, 61, 140), (14675, 249, 61, 241), (14736, 249, 62, 91), (14755, 249, 62, 110), (14779, 249, 62, 134), (14787, 249, 62, 142), (14830, 249, 62, 185), (14981, 249, 63, 127), (14992, 249, 63, 138), (15000, 249, 63, 146), (15056, 249, 63, 202), (15066, 249, 63, 212), (15086, 249, 63, 232), (15157, 249, 64, 95), (15167, 249, 64, 105), (15236, 249, 64, 174), (15239, 249, 64, 177), (15244, 249, 64, 182), (15312, 249, 64, 250), (15369, 249, 65, 99), (15471, 249, 65, 201), (15488, 249, 65, 218), (15491, 249, 65, 221), (15576, 249, 66, 100), (15594, 249, 66, 118), (15628, 249, 66, 152), (15758, 249, 67, 76), (15824, 249, 67, 142), (15853, 249, 67, 171), (15989, 249, 68, 103), (16037, 249, 68, 151), (16064, 249, 68, 178), (16096, 249, 68, 210), (16121, 249, 68, 235), (16137, 249, 68, 251), (16295, 249, 69, 206), (16299, 249, 69, 210), (16324, 249, 69, 235), (16340, 249, 69, 251), (16381, 249, 70, 90), (16428, 249, 70, 137), (16504, 249, 70, 213), (16520, 249, 70, 229), (16637, 249, 71, 145), (16682, 249, 71, 190), (16704, 249, 71, 212), (16724, 249, 71, 232), (16769, 249, 72, 76), (16835, 249, 72, 142), (16864, 249, 72, 171), (16897, 249, 72, 204), (16931, 249, 72, 238), (16967, 249, 73, 75), (16986, 249, 73, 94), (16988, 249, 73, 96), (17033, 249, 73, 141), (17049, 249, 73, 157), (17109, 249, 73, 217), (17283, 249, 74, 193), (17286, 249, 74, 196), (17295, 249, 74, 205), (17297, 249, 74, 207), (17354, 249, 74, 264), (17401, 249, 75, 114), (17461, 249, 75, 174), (17469, 249, 75, 182), (17526, 249, 75, 239), (17530, 249, 75, 243), (17549, 249, 75, 262), (17647, 249, 76, 164), (17677, 249, 76, 194), (17680, 249, 76, 197), (17707, 249, 76, 224), (17764, 249, 77, 85), (17769, 249, 77, 90), (17798, 249, 77, 119), (17892, 249, 77, 213), (17908, 249, 77, 229), (17912, 249, 77, 233), (18387, 249, 80, 128), (18442, 249, 80, 183), (18549, 249, 81, 99), (18651, 249, 81, 201), (18671, 249, 81, 221), (18704, 249, 81, 254), (18729, 249, 82, 89), (18761, 249, 82, 121), (18784, 249, 82, 144), (18812, 249, 82, 172), (18840, 249, 82, 200), (18962, 249, 83, 132), (18987, 249, 83, 157), (19047, 249, 83, 217), (19117, 249, 84, 99), (19219, 249, 84, 201), (19236, 249, 84, 218), (19239, 249, 84, 221), (19272, 249, 84, 254), (19299, 249, 85, 93), (19967, 249, 88, 206), (20012, 249, 88, 251), (20061, 249, 89, 117), (20108, 249, 89, 164), (20138, 249, 89, 194), (20141, 249, 89, 197), (20163, 249, 89, 219), (20188, 249, 89, 244), (20256, 249, 90, 130), (20352, 249, 90, 226), (20443, 249, 91, 136), (20462, 249, 91, 155), (20491, 249, 91, 184), (20560, 249, 91, 253), (20610, 249, 92, 123), (20611, 249, 92, 124), (20622, 249, 92, 135), (20649, 249, 92, 162), (20653, 249, 92, 166), (20785, 249, 93, 119), (20862, 249, 93, 196), (20871, 249, 93, 205), (20873, 249, 93, 207), (20930, 249, 93, 264), (20949, 249, 94, 105), (20958, 249, 94, 114), (21018, 249, 94, 174), (21026, 249, 94, 182), (21087, 249, 94, 243), (21134, 249, 95, 113), (21154, 249, 95, 133), (21162, 249, 95, 141), (21284, 249, 95, 263), (21311, 249, 96, 114), (21371, 249, 96, 174), (21379, 249, 96, 182), (21440, 249, 96, 243), (21459, 249, 96, 262), (21476, 249, 97, 104), (21509, 249, 97, 137), (21539, 249, 97, 167), (21733, 249, 98, 187), (21757, 249, 98, 211), (21868, 249, 99, 149), (21950, 249, 99, 231), (22078, 249, 100, 187), (22111, 249, 100, 220), (22127, 249, 100, 236), (22210, 249, 101, 148), (22238, 249, 101, 176), (22248, 249, 101, 186), (22271, 249, 101, 209), (22309, 249, 101, 247), (22319, 249, 101, 257), (22419, 249, 102, 187), (22443, 249, 102, 211), (22452, 249, 102, 220), (22567, 249, 103, 165), (22693, 249, 104, 123), (22694, 249, 104, 124), (22700, 249, 104, 130), (22710, 249, 104, 140), (22732, 249, 104, 162), (22811, 249, 104, 241), (22850, 249, 105, 113), (22870, 249, 105, 133), (22878, 249, 105, 141), (23000, 249, 105, 263), (23051, 249, 106, 148), (23079, 249, 106, 176), (23089, 249, 106, 186), (23112, 249, 106, 209), (23150, 249, 106, 247), (23219, 249, 107, 151), (23246, 249, 107, 178), (23274, 249, 107, 206), (23278, 249, 107, 210), (23303, 249, 107, 235), (23319, 249, 107, 251), (23712, 249, 110, 155), (23741, 249, 110, 184), (23838, 249, 111, 120), (23863, 249, 111, 145), (23910, 249, 111, 192), (23958, 249, 111, 240), (23963, 249, 111, 245), (23970, 249, 111, 252), (23998, 249, 112, 120), (24023, 249, 112, 145), (24118, 249, 112, 240), (24123, 249, 112, 245), (24130, 249, 112, 252), (24152, 249, 113, 114), (24212, 249, 113, 174), (24220, 249, 113, 182), (24288, 249, 113, 250), (24337, 249, 114, 141), (24353, 249, 114, 157), (24498, 249, 115, 145), (24543, 249, 115, 190), (24585, 249, 115, 232), (24593, 249, 115, 240), (24605, 249, 115, 252), (24628, 249, 116, 117), (24675, 249, 116, 164), (24705, 249, 116, 194), (24708, 249, 116, 197), (24730, 249, 116, 219), (24755, 249, 116, 244), (24810, 249, 117, 144), (24866, 249, 117, 200), (24870, 249, 117, 204), (24904, 249, 117, 238), (25008, 249, 118, 187), (25032, 249, 118, 211), (25041, 249, 118, 220), (25280, 249, 120, 153), (25343, 249, 120, 216), (25354, 249, 120, 227), (25410, 249, 121, 129), (25431, 249, 121, 150), (25500, 249, 121, 219), (25511, 249, 121, 230), (25525, 249, 121, 244), (25740, 249, 123, 160), (25747, 249, 123, 167), (25888, 249, 124, 160), (25895, 249, 124, 167), (26086, 249, 125, 211), (26155, 249, 126, 132), (26331, 249, 127, 163), (26349, 249, 127, 181), (26390, 249, 127, 222), (26396, 249, 127, 228), (26451, 249, 128, 138), (26459, 249, 128, 146), (26504, 249, 128, 191), (26515, 249, 128, 202), (26628, 249, 129, 172), (26711, 249, 129, 255), (26719, 249, 129, 263), (26735, 249, 130, 137), (26951, 249, 131, 211), (27120, 249, 132, 239), (27127, 249, 132, 246), (27139, 249, 132, 258), (27143, 249, 132, 262), (27195, 249, 133, 173), (27199, 249, 133, 177), (27204, 249, 133, 182), (27272, 249, 133, 250), (27315, 249, 134, 155), (27344, 249, 134, 184), (27413, 249, 134, 253), (27458, 249, 135, 160), (27576, 249, 136, 142), (27605, 249, 136, 171), (27619, 249, 136, 185), (27709, 249, 137, 140), (27795, 249, 137, 226), (27810, 249, 137, 241), (27884, 249, 138, 181), (27925, 249, 138, 222), (27931, 249, 138, 228), (28129, 249, 140, 160), (28136, 249, 140, 167), (28274, 249, 141, 174), (28282, 249, 141, 182), (28454, 249, 142, 224), (28483, 249, 142, 253), (28505, 249, 143, 145), (28550, 249, 143, 190), (28600, 249, 143, 240), (28605, 249, 143, 245), (28612, 249, 143, 252), (28638, 249, 144, 150), (28682, 249, 144, 194), (28707, 249, 144, 219), (28732, 249, 144, 244), (28778, 249, 145, 163), (28790, 249, 145, 175), (28922, 249, 146, 181), (28924, 249, 146, 183), (28963, 249, 146, 222), (28969, 249, 146, 228), (29021, 249, 147, 153), (29084, 249, 147, 216), (29086, 249, 147, 218), (29162, 249, 148, 170), (29314, 249, 149, 199), (29316, 249, 149, 201), (29336, 249, 149, 221), (29369, 249, 149, 254), (29410, 249, 150, 172), (29438, 249, 150, 200), (29493, 249, 150, 255), (29524, 249, 151, 165), (29635, 249, 152, 156), (29682, 249, 152, 203), (29699, 249, 152, 220), (29715, 249, 152, 236), (29738, 249, 152, 259), (29757, 249, 153, 159), (29790, 249, 153, 192), (29838, 249, 153, 240), (29843, 249, 153, 245), (30019, 249, 155, 185), (30083, 249, 155, 249), (30115, 249, 156, 165), (30304, 249, 157, 239), (30308, 249, 157, 243), (30327, 249, 157, 262), (30385, 249, 158, 206), (30389, 249, 158, 210), (30430, 249, 158, 251), (30509, 249, 159, 216), (30511, 249, 159, 218), (30567, 249, 160, 162), (30571, 249, 160, 166), (30793, 249, 162, 167), (30926, 249, 163, 190), (30948, 249, 163, 212), (30968, 249, 163, 232), (31044, 249, 164, 200), (31048, 249, 164, 204), (31082, 249, 164, 238), (31130, 249, 165, 178), (31155, 249, 165, 203), (31187, 249, 165, 235), (31211, 249, 165, 259), (31405, 249, 167, 241), (31680, 249, 170, 206), (31799, 249, 171, 224), (31828, 249, 171, 253), (31849, 249, 172, 173), (31853, 249, 172, 177), (31906, 249, 172, 230), (32030, 249, 173, 255), (32038, 249, 173, 263), (32161, 249, 175, 190), (32203, 249, 175, 232), (32223, 249, 175, 252), (32324, 249, 176, 256), (32418, 249, 177, 255), (32426, 249, 177, 263), (32725, 249, 181, 191), (32736, 249, 181, 202), (32905, 249, 183, 191), (32916, 249, 183, 202), (32972, 249, 183, 258), (32987, 249, 184, 185), (33051, 249, 184, 249), (33142, 249, 185, 253), (33231, 249, 186, 256), (33612, 249, 191, 222), (33686, 249, 192, 216), (33697, 249, 192, 227), (33827, 249, 194, 200), (33831, 249, 194, 204), (33865, 249, 194, 238), (34059, 249, 197, 204), (34093, 249, 197, 238), (34233, 249, 199, 231), (34249, 249, 199, 247), (34259, 249, 199, 257), (34293, 249, 200, 219), (34318, 249, 200, 244), (34370, 249, 201, 225), (34437, 249, 202, 222), (34443, 249, 202, 228), (34596, 249, 204, 244), (34700, 249, 206, 215), (34954, 249, 210, 215), (35082, 249, 212, 222), (35088, 249, 212, 228), (35285, 249, 215, 251), (35335, 249, 216, 245), (35384, 249, 217, 239), (35388, 249, 217, 243), (35391, 249, 217, 246), (35407, 249, 217, 262), (35424, 249, 218, 225), (35580, 249, 221, 225), (35740, 249, 224, 238), (35824, 249, 226, 229), (35880, 249, 227, 240), (35885, 249, 227, 245), (35892, 249, 227, 252), (36024, 249, 230, 255), (36032, 249, 230, 263), (36064, 249, 231, 254), (36066, 249, 231, 256), (36586, 249, 247, 256), (36626, 249, 249, 249), (36654, 249, 250, 255), (36662, 249, 250, 263), (36767, 249, 256, 257), (184, 250, 1, 184), (387, 250, 2, 117), (464, 250, 2, 194), (514, 250, 2, 244), (548, 250, 3, 9), (685, 250, 3, 146), (730, 250, 3, 191), (833, 250, 4, 26), (870, 250, 4, 63), (1035, 250, 4, 228), (1111, 250, 5, 37), (1211, 250, 5, 137), (1407, 250, 6, 67), (1412, 250, 6, 72), (1564, 250, 6, 224), (1646, 250, 7, 41), (1804, 250, 7, 199), (1861, 250, 7, 256), (1998, 250, 8, 129), (2042, 250, 8, 173), (2046, 250, 8, 177), (2199, 250, 9, 67), (2268, 250, 9, 136), (2763, 250, 11, 108), (2889, 250, 11, 234), (2915, 250, 11, 260), (2994, 250, 12, 79), (3002, 250, 12, 87), (3076, 250, 12, 161), (3611, 250, 14, 179), (3627, 250, 14, 195), (3666, 250, 14, 234), (3884, 250, 15, 195), (3937, 250, 15, 248), (3959, 250, 15, 270), (4031, 250, 16, 86), (4134, 250, 16, 189), (4273, 250, 17, 73), (4314, 250, 17, 114), (4374, 250, 17, 174), (4540, 250, 18, 86), (4647, 250, 18, 193), (4751, 250, 19, 44), (4766, 250, 19, 59), (4828, 250, 19, 121), (5475, 250, 21, 266), (5610, 250, 22, 151), (5637, 250, 22, 178), (5694, 250, 22, 235), (5867, 250, 23, 159), (5933, 250, 23, 225), (6281, 250, 25, 78), (6371, 250, 25, 168), (6470, 250, 25, 267), (6660, 250, 26, 211), (6746, 250, 27, 52), (6895, 250, 27, 201), (6915, 250, 27, 221), (7207, 250, 28, 269), (7447, 250, 29, 266), (7451, 250, 29, 270), (7599, 250, 30, 176), (7609, 250, 30, 186), (7632, 250, 30, 209), (7927, 250, 31, 261), (7937, 250, 31, 271), (7991, 250, 32, 85), (8025, 250, 32, 119), (8139, 250, 32, 233), (8182, 250, 33, 37), (8206, 250, 33, 61), (8282, 250, 33, 137), (8576, 250, 34, 193), (8590, 250, 34, 207), (8647, 250, 34, 264), (8710, 250, 35, 90), (9307, 250, 37, 216), (9373, 250, 38, 48), (9423, 250, 38, 98), (9450, 250, 38, 125), (9768, 250, 39, 210), (9809, 250, 39, 251), (9900, 250, 40, 109), (9971, 250, 40, 180), (10028, 250, 40, 237), (10141, 250, 41, 119), (10227, 250, 41, 205), (10363, 250, 42, 110), (10387, 250, 42, 134), (10502, 250, 42, 249), (10545, 250, 43, 63), (10704, 250, 43, 222), (10710, 250, 43, 228), (10957, 250, 44, 247), (10967, 250, 44, 257), (11084, 250, 45, 147), (11096, 250, 45, 159), (11374, 250, 46, 211), (11468, 250, 47, 80), (11514, 250, 47, 126), (11646, 250, 47, 258), (11751, 250, 48, 139), (11854, 250, 48, 242), (11983, 250, 49, 148), (12044, 250, 49, 209), (12116, 250, 50, 59), (12201, 250, 50, 144), (12257, 250, 50, 200), (12457, 250, 51, 179), (12473, 250, 51, 195), (12526, 250, 51, 248), (12589, 250, 52, 90), (12838, 250, 53, 120), (12910, 250, 53, 192), (13040, 250, 54, 104), (13103, 250, 54, 167), (13273, 250, 55, 120), (13345, 250, 55, 192), (13398, 250, 55, 245), (13618, 250, 56, 249), (13692, 250, 57, 108), (13693, 250, 57, 109), (13844, 250, 57, 260), (14242, 250, 59, 231), (14312, 250, 60, 89), (14339, 250, 60, 116), (14423, 250, 60, 200), (14587, 250, 61, 153), (14650, 250, 61, 216), (14772, 250, 62, 127), (14783, 250, 62, 138), (14847, 250, 62, 202), (15065, 250, 63, 211), (15346, 250, 65, 76), (15474, 250, 65, 204), (15508, 250, 65, 238), (15604, 250, 66, 128), (15657, 250, 66, 181), (15659, 250, 66, 183), (15873, 250, 67, 191), (16258, 250, 69, 169), (16560, 250, 70, 269), (16773, 250, 72, 80), (16951, 250, 72, 258), (16974, 250, 73, 82), (17042, 250, 73, 150), (17493, 250, 75, 206), (17497, 250, 75, 210), (17538, 250, 75, 251), (17708, 250, 76, 225), (17999, 250, 78, 125), (18005, 250, 78, 131), (18229, 250, 79, 162), (18233, 250, 79, 166), (18483, 250, 80, 224), (18539, 250, 81, 89), (18566, 250, 81, 116), (18654, 250, 81, 204), (18883, 250, 82, 243), (18902, 250, 82, 262), (18947, 250, 83, 117), (18994, 250, 83, 164), (19024, 250, 83, 194), (19134, 250, 84, 116), (19222, 250, 84, 204), (19256, 250, 84, 238), (19405, 250, 85, 199), (19460, 250, 85, 254), (19701, 250, 87, 124), (19739, 250, 87, 162), (19949, 250, 88, 188), (19959, 250, 88, 198), (19984, 250, 88, 223), (20093, 250, 89, 149), (20347, 250, 90, 221), (20547, 250, 91, 240), (20552, 250, 91, 245), (20559, 250, 91, 252), (20598, 250, 92, 111), (20599, 250, 92, 112), (20630, 250, 92, 143), (21050, 250, 94, 206), (21198, 250, 95, 177), (21271, 250, 95, 250), (21403, 250, 96, 206), (21448, 250, 96, 251), (21580, 250, 97, 208), (21633, 250, 97, 261), (21640, 250, 97, 268), (21685, 250, 98, 139), (21700, 250, 98, 154), (21932, 250, 99, 213), (21948, 250, 99, 229), (21952, 250, 99, 233), (22000, 250, 100, 109), (22071, 250, 100, 180), (22151, 250, 100, 260), (22258, 250, 101, 196), (22269, 250, 101, 207), (22326, 250, 101, 264), (22371, 250, 102, 139), (22386, 250, 102, 154), (22469, 250, 102, 237), (22534, 250, 103, 132), (22723, 250, 104, 153), (22786, 250, 104, 216), (22910, 250, 105, 173), (22914, 250, 105, 177), (22987, 250, 105, 250), (23096, 250, 106, 193), (23167, 250, 106, 264), (23384, 250, 108, 152), (23702, 250, 110, 145), (23809, 250, 110, 252), (23878, 250, 111, 160), (24038, 250, 112, 160), (24346, 250, 114, 150), (24426, 250, 114, 230), (24905, 250, 117, 239), (24975, 250, 118, 154), (25001, 250, 118, 180), (25058, 250, 118, 237), (25174, 250, 119, 199), (25312, 250, 120, 185), (25512, 250, 121, 231), (25538, 250, 121, 257), (25554, 250, 122, 123), (25571, 250, 122, 140), (25672, 250, 122, 241), (25794, 250, 123, 214), (25845, 250, 123, 265), (25942, 250, 124, 214), (25993, 250, 124, 265), (26117, 250, 125, 242), (26187, 250, 126, 164), (26220, 250, 126, 197), (26323, 250, 127, 155), (26533, 250, 128, 220), (26630, 250, 129, 174), (26638, 250, 129, 182), (26806, 250, 130, 208), (26859, 250, 130, 261), (26869, 250, 130, 271), (26982, 250, 131, 242), (27007, 250, 131, 267), (27032, 250, 132, 151), (27059, 250, 132, 178), (27170, 250, 133, 148), (27400, 250, 134, 240), (27412, 250, 134, 252), (27459, 250, 135, 161), (27466, 250, 135, 168), (27565, 250, 135, 267), (27580, 250, 136, 146), (27636, 250, 136, 202), (27787, 250, 137, 218), (27858, 250, 138, 155), (27956, 250, 138, 253), (28234, 250, 140, 265), (28237, 250, 140, 268), (28377, 250, 142, 147), (28422, 250, 142, 192), (28637, 250, 144, 149), (28719, 250, 144, 231), (28864, 250, 145, 249), (28994, 250, 146, 253), (29039, 250, 147, 171), (29255, 250, 148, 263), (29315, 250, 149, 200), (29481, 250, 150, 243), (29658, 250, 152, 179), (29713, 250, 152, 234), (29765, 250, 153, 167), (30046, 250, 155, 212), (30275, 250, 157, 210), (30300, 250, 157, 235), (30348, 250, 158, 169), (30367, 250, 158, 188), (30377, 250, 158, 198), (30464, 250, 159, 171), (30632, 250, 160, 227), (30682, 250, 161, 166), (30840, 250, 162, 214), (31090, 250, 164, 246), (31200, 250, 165, 248), (31218, 250, 165, 266), (31222, 250, 165, 270), (31227, 250, 166, 168), (31391, 250, 167, 227), (31587, 250, 169, 215), (31662, 250, 170, 188), (31663, 250, 170, 189), (31697, 250, 170, 223), (31862, 250, 172, 186), (31923, 250, 172, 247), (31933, 250, 172, 257), (31957, 250, 173, 182), (32103, 250, 174, 230), (32323, 250, 176, 255), (32331, 250, 176, 263), (32474, 250, 178, 217), (32721, 250, 181, 187), (32754, 250, 181, 220), (32854, 250, 182, 230), (32950, 250, 183, 236), (33014, 250, 184, 212), (33034, 250, 184, 232), (33129, 250, 185, 240), (33134, 250, 185, 245), (33230, 250, 186, 255), (33282, 250, 187, 222), (33288, 250, 187, 228), (33614, 250, 191, 224), (33873, 250, 194, 246), (34036, 250, 196, 256), (34101, 250, 197, 246), (34113, 250, 197, 258), (34144, 250, 198, 215), (34358, 250, 201, 213), (34374, 250, 201, 229), (34468, 250, 202, 253), (34675, 250, 205, 256), (34855, 250, 208, 241), (34940, 250, 209, 263), (35173, 250, 213, 254), (35380, 250, 217, 235), (35491, 250, 219, 239), (35495, 250, 219, 243), (35514, 250, 219, 262), (35526, 250, 220, 222), (35584, 250, 221, 229), (35787, 250, 225, 238), (35864, 250, 226, 269), (35866, 250, 226, 271), (36143, 250, 233, 254), (36346, 250, 239, 244), (36433, 250, 241, 268), (36514, 250, 244, 262), (36585, 250, 247, 255), (36649, 250, 250, 250), (27, 251, 1, 27), (37, 251, 1, 37), (61, 251, 1, 61), (90, 251, 1, 90), (137, 251, 1, 137), (213, 251, 1, 213), (229, 251, 1, 229), (356, 251, 2, 86), (458, 251, 2, 188), (459, 251, 2, 189), (463, 251, 2, 193), (466, 251, 2, 196), (477, 251, 2, 207), (493, 251, 2, 223), (534, 251, 2, 264), (577, 251, 3, 38), (617, 251, 3, 78), (618, 251, 3, 79), (626, 251, 3, 87), (700, 251, 3, 161), (707, 251, 3, 168), (753, 251, 3, 214), (781, 251, 3, 242), (806, 251, 3, 267), (857, 251, 4, 50), (867, 251, 4, 60), (872, 251, 4, 65), (888, 251, 4, 81), (891, 251, 4, 84), (956, 251, 4, 149), (966, 251, 4, 159), (1032, 251, 4, 225), (1347, 251, 6, 7), (1425, 251, 6, 85), (1459, 251, 6, 119), (1536, 251, 6, 196), (1545, 251, 6, 205), (1547, 251, 6, 207), (1553, 251, 6, 213), (1573, 251, 6, 233), (1604, 251, 6, 264), (1614, 251, 7, 9), (1685, 251, 7, 80), (1731, 251, 7, 126), (1751, 251, 7, 146), (1796, 251, 7, 191), (1807, 251, 7, 202), (1851, 251, 7, 246), (1863, 251, 7, 258), (2038, 251, 8, 169), (2057, 251, 8, 188), (2067, 251, 8, 198), (2135, 251, 8, 266), (2159, 251, 9, 27), (2217, 251, 9, 85), (2251, 251, 9, 119), (2328, 251, 9, 196), (2337, 251, 9, 205), (2345, 251, 9, 213), (2361, 251, 9, 229), (2365, 251, 9, 233), (4308, 251, 17, 108), (4309, 251, 17, 109), (4379, 251, 17, 179), (4395, 251, 17, 195), (4434, 251, 17, 234), (4448, 251, 17, 248), (4460, 251, 17, 260), (4466, 251, 17, 266), (4470, 251, 17, 270), (4773, 251, 19, 66), (4810, 251, 19, 103), (4863, 251, 19, 156), (4894, 251, 19, 187), (4910, 251, 19, 203), (4927, 251, 19, 220), (4943, 251, 19, 236), (4966, 251, 19, 259), (6821, 251, 27, 127), (6832, 251, 27, 138), (6840, 251, 27, 146), (6884, 251, 27, 190), (6896, 251, 27, 202), (6906, 251, 27, 212), (6926, 251, 27, 232), (9147, 251, 37, 56), (9236, 251, 37, 145), (9281, 251, 37, 190); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (9303, 251, 37, 212), (9323, 251, 37, 232), (9331, 251, 37, 240), (9343, 251, 37, 252), (9372, 251, 38, 47), (9392, 251, 38, 67), (9397, 251, 38, 72), (9442, 251, 38, 117), (9489, 251, 38, 164), (9519, 251, 38, 194), (9522, 251, 38, 197), (9549, 251, 38, 224), (10314, 251, 42, 61), (10345, 251, 42, 92), (10357, 251, 42, 104), (10390, 251, 42, 137), (10413, 251, 42, 160), (10420, 251, 42, 167), (10532, 251, 43, 50), (10542, 251, 43, 60), (10547, 251, 43, 65), (10563, 251, 43, 81), (10566, 251, 43, 84), (10631, 251, 43, 149), (10707, 251, 43, 225), (10713, 251, 43, 231), (11466, 251, 47, 78), (11527, 251, 47, 139), (11542, 251, 47, 154), (11556, 251, 47, 168), (11568, 251, 47, 180), (11625, 251, 47, 237), (11630, 251, 47, 242), (11655, 251, 47, 267), (12123, 251, 50, 66), (12244, 251, 50, 187), (12260, 251, 50, 203), (12277, 251, 50, 220), (12293, 251, 50, 236), (12316, 251, 50, 259), (12987, 251, 53, 269), (13422, 251, 55, 269), (13430, 251, 56, 61), (13459, 251, 56, 90), (13473, 251, 56, 104), (13506, 251, 56, 137), (13536, 251, 56, 167), (14289, 251, 60, 66), (14410, 251, 60, 187), (14434, 251, 60, 211), (14443, 251, 60, 220), (14459, 251, 60, 236), (14579, 251, 61, 145), (14624, 251, 61, 190), (14666, 251, 61, 232), (14674, 251, 61, 240), (14679, 251, 61, 245), (14686, 251, 61, 252), (14724, 251, 62, 79), (14732, 251, 62, 87), (14767, 251, 62, 122), (14806, 251, 62, 161), (14813, 251, 62, 168), (14859, 251, 62, 214), (14910, 251, 62, 265), (14912, 251, 62, 267), (14913, 251, 62, 268), (15457, 251, 65, 187), (15481, 251, 65, 211), (15490, 251, 65, 220), (15557, 251, 66, 81), (15560, 251, 66, 84), (15625, 251, 66, 149), (15707, 251, 66, 231), (15723, 251, 66, 247), (15733, 251, 66, 257), (15760, 251, 67, 78), (15761, 251, 67, 79), (15769, 251, 67, 87), (15821, 251, 67, 139), (15843, 251, 67, 161), (15850, 251, 67, 168), (15924, 251, 67, 242), (15949, 251, 67, 267), (16771, 251, 72, 78), (16832, 251, 72, 139), (16847, 251, 72, 154), (16854, 251, 72, 161), (16861, 251, 72, 168), (16930, 251, 72, 237), (16935, 251, 72, 242), (16960, 251, 72, 267), (16978, 251, 73, 86), (17061, 251, 73, 169), (17080, 251, 73, 188), (17081, 251, 73, 189), (17090, 251, 73, 198), (17115, 251, 73, 223), (18010, 251, 78, 136), (18038, 251, 78, 164), (18071, 251, 78, 197), (18098, 251, 78, 224), (18127, 251, 78, 253), (18203, 251, 79, 136), (18222, 251, 79, 155), (18251, 251, 79, 184), (18291, 251, 79, 224), (18320, 251, 79, 253), (18344, 251, 80, 85), (18378, 251, 80, 119), (18452, 251, 80, 193), (18455, 251, 80, 196), (18464, 251, 80, 205), (18466, 251, 80, 207), (18492, 251, 80, 233), (18523, 251, 80, 264), (18637, 251, 81, 187), (18661, 251, 81, 211), (18670, 251, 81, 220), (18748, 251, 82, 108), (18749, 251, 82, 109), (18819, 251, 82, 179), (18820, 251, 82, 180), (18835, 251, 82, 195), (18874, 251, 82, 234), (18877, 251, 82, 237), (18888, 251, 82, 248), (18900, 251, 82, 260), (18916, 251, 83, 86), (19019, 251, 83, 189), (19023, 251, 83, 193), (19026, 251, 83, 196), (19035, 251, 83, 205), (19037, 251, 83, 207), (19053, 251, 83, 223), (19094, 251, 83, 264), (19205, 251, 84, 187), (19229, 251, 84, 211), (19238, 251, 84, 220), (19333, 251, 85, 127), (19344, 251, 85, 138), (19352, 251, 85, 146), (19397, 251, 85, 191), (19408, 251, 85, 202), (19464, 251, 85, 258), (19506, 251, 86, 114), (19518, 251, 86, 126), (19631, 251, 86, 239), (19635, 251, 86, 243), (19638, 251, 86, 246), (19654, 251, 86, 262), (19713, 251, 87, 136), (19732, 251, 87, 155), (19761, 251, 87, 184), (19830, 251, 87, 253), (20253, 251, 90, 127), (20264, 251, 90, 138), (20272, 251, 90, 146), (20316, 251, 90, 190), (20328, 251, 90, 202), (20338, 251, 90, 212), (20358, 251, 90, 232), (20568, 251, 91, 261), (20576, 251, 91, 269), (20578, 251, 91, 271), (20607, 251, 92, 120), (20634, 251, 92, 147), (20646, 251, 92, 159), (20679, 251, 92, 192), (20727, 251, 92, 240), (20732, 251, 92, 245), (20739, 251, 92, 252), (21190, 251, 95, 169), (21269, 251, 95, 248), (21287, 251, 95, 266), (21291, 251, 95, 270), (22550, 251, 103, 148), (22578, 251, 103, 176), (22588, 251, 103, 186), (22611, 251, 103, 209), (22649, 251, 103, 247), (22659, 251, 103, 257), (22690, 251, 104, 120), (22715, 251, 104, 145), (22760, 251, 104, 190), (22802, 251, 104, 232), (22810, 251, 104, 240), (22815, 251, 104, 245), (22822, 251, 104, 252), (22906, 251, 105, 169), (22935, 251, 105, 198), (23003, 251, 105, 266), (23007, 251, 105, 270), (23349, 251, 108, 117), (23361, 251, 108, 129), (23382, 251, 108, 150), (23426, 251, 108, 194), (23451, 251, 108, 219), (23462, 251, 108, 230), (23476, 251, 108, 244), (23512, 251, 109, 117), (23545, 251, 109, 150), (23559, 251, 109, 164), (23589, 251, 109, 194), (23592, 251, 109, 197), (23614, 251, 109, 219), (23639, 251, 109, 244), (23765, 251, 110, 208), (23818, 251, 110, 261), (23825, 251, 110, 268), (23826, 251, 110, 269), (23828, 251, 110, 271), (24365, 251, 114, 169), (24384, 251, 114, 188), (24385, 251, 114, 189), (24394, 251, 114, 198), (24419, 251, 114, 223), (24805, 251, 117, 139), (24820, 251, 117, 154), (24846, 251, 117, 180), (24900, 251, 117, 234), (24903, 251, 117, 237), (24926, 251, 117, 260), (25101, 251, 119, 126), (25113, 251, 119, 138), (25121, 251, 119, 146), (25166, 251, 119, 191), (25177, 251, 119, 202), (25233, 251, 119, 258), (25287, 251, 120, 160), (25294, 251, 120, 167), (25586, 251, 122, 155), (25615, 251, 122, 184), (25680, 251, 122, 249), (25684, 251, 122, 253), (26216, 251, 126, 193), (26219, 251, 126, 196), (26228, 251, 126, 205), (26230, 251, 126, 207), (26287, 251, 126, 264), (26305, 251, 127, 137), (26381, 251, 127, 213), (26397, 251, 127, 229), (26401, 251, 127, 233), (26635, 251, 129, 179), (26651, 251, 129, 195), (26690, 251, 129, 234), (26704, 251, 129, 248), (26722, 251, 129, 266), (26726, 251, 129, 270), (27368, 251, 134, 208), (27421, 251, 134, 261), (27429, 251, 134, 269), (27431, 251, 134, 271), (27595, 251, 136, 161), (27602, 251, 136, 168), (27648, 251, 136, 214), (27676, 251, 136, 242), (27699, 251, 136, 265), (27701, 251, 136, 267), (27714, 251, 137, 145), (27759, 251, 137, 190), (27781, 251, 137, 212), (27801, 251, 137, 232), (27821, 251, 137, 252), (27916, 251, 138, 213), (27932, 251, 138, 229), (27936, 251, 138, 233), (28001, 251, 139, 164), (28031, 251, 139, 194), (28034, 251, 139, 197), (28061, 251, 139, 224), (28081, 251, 139, 244), (28775, 251, 145, 160), (28782, 251, 145, 167), (28946, 251, 146, 205), (28954, 251, 146, 213), (28970, 251, 146, 229), (28974, 251, 146, 233), (29028, 251, 147, 160), (29079, 251, 147, 211), (29143, 251, 148, 151), (29148, 251, 148, 156), (29170, 251, 148, 178), (29202, 251, 148, 210), (29227, 251, 148, 235), (29243, 251, 148, 251), (29251, 251, 148, 259), (29302, 251, 149, 187), (29318, 251, 149, 203), (29326, 251, 149, 211), (29335, 251, 149, 220), (29351, 251, 149, 236), (29417, 251, 150, 179), (29418, 251, 150, 180), (29433, 251, 150, 195), (29472, 251, 150, 234), (29486, 251, 150, 248), (29498, 251, 150, 260), (29508, 251, 150, 270), (29535, 251, 151, 176), (29545, 251, 151, 186), (29568, 251, 151, 209), (29606, 251, 151, 247), (29616, 251, 151, 257), (29880, 251, 154, 164), (29910, 251, 154, 194), (29913, 251, 154, 197), (29935, 251, 154, 219), (29940, 251, 154, 224), (29960, 251, 154, 244), (29995, 251, 155, 161), (30002, 251, 155, 168), (30042, 251, 155, 208), (30048, 251, 155, 214), (30099, 251, 155, 265), (30102, 251, 155, 268), (30126, 251, 156, 176), (30136, 251, 156, 186), (30159, 251, 156, 209), (30181, 251, 156, 231), (30197, 251, 156, 247), (30207, 251, 156, 257), (30504, 251, 159, 211), (30597, 251, 160, 192), (30645, 251, 160, 240), (30650, 251, 160, 245), (30657, 251, 160, 252), (30740, 251, 161, 224), (30769, 251, 161, 253), (31024, 251, 164, 180), (31081, 251, 164, 237), (31086, 251, 164, 242), (31104, 251, 164, 260), (31354, 251, 167, 190), (31356, 251, 167, 192), (31404, 251, 167, 240), (31409, 251, 167, 245), (31416, 251, 167, 252), (31493, 251, 168, 224), (31522, 251, 168, 253), (31546, 251, 169, 174), (31554, 251, 169, 182), (31615, 251, 169, 243), (31634, 251, 169, 262), (31954, 251, 173, 179), (31970, 251, 173, 195), (32009, 251, 173, 234), (32023, 251, 173, 248), (32041, 251, 173, 266), (32045, 251, 173, 270), (32061, 251, 174, 188), (32062, 251, 174, 189), (32071, 251, 174, 198), (32096, 251, 174, 223), (32246, 251, 176, 178), (32271, 251, 176, 203), (32303, 251, 176, 235), (32304, 251, 176, 236), (32327, 251, 176, 259), (32342, 251, 177, 179), (32358, 251, 177, 195), (32411, 251, 177, 248), (32429, 251, 177, 266), (32433, 251, 177, 270), (32443, 251, 178, 186), (32466, 251, 178, 209), (32504, 251, 178, 247), (32570, 251, 179, 219), (32581, 251, 179, 230), (32595, 251, 179, 244), (32637, 251, 180, 194), (32640, 251, 180, 197), (32662, 251, 180, 219), (32687, 251, 180, 244), (32812, 251, 182, 188), (32822, 251, 182, 198), (32847, 251, 182, 223), (33010, 251, 184, 208), (33016, 251, 184, 214), (33063, 251, 184, 261), (33067, 251, 184, 265), (33070, 251, 184, 268), (33073, 251, 184, 271), (33158, 251, 185, 269), (33160, 251, 185, 271), (33178, 251, 186, 203), (33210, 251, 186, 235), (33211, 251, 186, 236), (33234, 251, 186, 259), (33285, 251, 187, 225), (33291, 251, 187, 231), (33383, 251, 188, 239), (33387, 251, 188, 243), (33406, 251, 188, 262), (33466, 251, 189, 239), (33470, 251, 189, 243), (33473, 251, 189, 246), (33489, 251, 189, 262), (33586, 251, 191, 196), (33595, 251, 191, 205), (33597, 251, 191, 207), (33603, 251, 191, 213), (33619, 251, 191, 229), (33623, 251, 191, 233), (33788, 251, 193, 239), (33792, 251, 193, 243), (33795, 251, 193, 246), (33807, 251, 193, 258), (33811, 251, 193, 262), (33864, 251, 194, 237), (33869, 251, 194, 242), (33887, 251, 194, 260), (33923, 251, 195, 219), (33934, 251, 195, 230), (33954, 251, 195, 250), (34026, 251, 196, 246), (34038, 251, 196, 258), (34092, 251, 197, 237), (34097, 251, 197, 242), (34122, 251, 197, 267), (34168, 251, 198, 239), (34172, 251, 198, 243), (34191, 251, 198, 262), (34428, 251, 202, 213), (34444, 251, 202, 229), (34448, 251, 202, 233), (34493, 251, 203, 209), (34515, 251, 203, 231), (34531, 251, 203, 247), (34541, 251, 203, 257), (34665, 251, 205, 246), (34677, 251, 205, 258), (34695, 251, 206, 210), (34736, 251, 206, 251), (34789, 251, 207, 239), (34796, 251, 207, 246), (34808, 251, 207, 258), (34863, 251, 208, 249), (34887, 251, 209, 210), (34912, 251, 209, 235), (34936, 251, 209, 259), (34990, 251, 210, 251), (35025, 251, 211, 225), (35073, 251, 212, 213), (35089, 251, 212, 229), (35093, 251, 212, 233), (35230, 251, 214, 253), (35486, 251, 219, 234), (35489, 251, 219, 237), (35512, 251, 219, 260), (35535, 251, 220, 231), (35561, 251, 220, 257), (35693, 251, 223, 239), (35697, 251, 223, 243), (35716, 251, 223, 262), (35744, 251, 224, 242), (35769, 251, 224, 267), (35959, 251, 229, 232), (36003, 251, 230, 234), (36017, 251, 230, 248), (36029, 251, 230, 260), (36035, 251, 230, 266), (36039, 251, 230, 270), (36046, 251, 231, 236), (36069, 251, 231, 259), (36171, 251, 234, 244), (36247, 251, 236, 247), (36257, 251, 236, 257), (36279, 251, 237, 244), (36366, 251, 239, 264), (36512, 251, 244, 260), (36569, 251, 246, 264), (36589, 251, 247, 259), (36604, 251, 248, 250), (36638, 251, 249, 261), (36645, 251, 249, 268), (36646, 251, 249, 269), (36648, 251, 249, 271), (36665, 251, 250, 266), (36669, 251, 250, 270), (36671, 251, 251, 251), (36724, 251, 253, 265), (36726, 251, 253, 267), (36784, 251, 257, 259), (36803, 251, 258, 264), (36849, 251, 262, 264), (147, 252, 1, 147), (159, 252, 1, 159), (446, 252, 2, 176), (456, 252, 2, 186), (854, 252, 4, 47), (879, 252, 4, 72), (1390, 252, 6, 50), (1489, 252, 6, 149), (1681, 252, 7, 76), (1843, 252, 7, 238), (2075, 252, 8, 206), (2192, 252, 9, 60), (2213, 252, 9, 81), (4303, 252, 17, 103), (4356, 252, 17, 156), (4833, 252, 19, 126), (4965, 252, 19, 258), (5567, 252, 22, 108), (5719, 252, 22, 260), (5793, 252, 23, 85), (5827, 252, 23, 119), (6528, 252, 26, 79), (6536, 252, 26, 87), (6747, 252, 27, 53), (6749, 252, 27, 55), (7592, 252, 30, 169), (7621, 252, 30, 198), (9201, 252, 37, 110), (9340, 252, 37, 249), (9508, 252, 38, 183), (9737, 252, 39, 179), (9753, 252, 39, 195), (10493, 252, 42, 240), (10498, 252, 42, 245), (10529, 252, 43, 47), (10679, 252, 43, 197), (10899, 252, 44, 189), (10933, 252, 44, 223), (11022, 252, 45, 85), (11170, 252, 45, 233), (11250, 252, 46, 87), (11377, 252, 46, 214), (12137, 252, 50, 80), (12947, 252, 53, 229), (13205, 252, 54, 269), (13243, 252, 55, 90), (13489, 252, 56, 120), (13561, 252, 56, 192), (14097, 252, 59, 86), (14414, 252, 60, 191), (14683, 252, 61, 249), (14933, 252, 63, 79), (15015, 252, 63, 161), (15408, 252, 65, 138), (15472, 252, 65, 202), (15593, 252, 66, 117), (15670, 252, 66, 194), (16614, 252, 71, 122), (16757, 252, 71, 265), (16904, 252, 72, 211), (17482, 252, 75, 195), (17535, 252, 75, 248), (17602, 252, 76, 119), (18002, 252, 78, 128), (18055, 252, 78, 181), (18490, 252, 80, 231), (18596, 252, 81, 146), (18843, 252, 82, 203), (18899, 252, 82, 259), (19016, 252, 83, 186), (19077, 252, 83, 247), (19164, 252, 84, 146), (19220, 252, 84, 202), (19513, 252, 86, 121), (20151, 252, 89, 207), (20208, 252, 89, 264), (20311, 252, 90, 185), (20642, 252, 92, 155), (21110, 252, 94, 266), (21114, 252, 94, 270), (21231, 252, 95, 210), (21272, 252, 95, 251), (21445, 252, 96, 248), (21467, 252, 96, 270), (22632, 252, 103, 230), (22943, 252, 105, 206), (22988, 252, 105, 251), (23449, 252, 108, 217), (23527, 252, 109, 132), (23694, 252, 110, 137), (23989, 252, 111, 271), (24139, 252, 112, 261), (24149, 252, 112, 271), (24561, 252, 115, 208), (24621, 252, 115, 268), (24707, 252, 116, 196), (24718, 252, 116, 207), (25272, 252, 120, 145), (25470, 252, 121, 189), (25606, 252, 122, 175), (26280, 252, 126, 257), (26393, 252, 127, 225), (26555, 252, 128, 242), (26607, 252, 129, 151), (26634, 252, 129, 178), (27141, 252, 132, 260), (27297, 252, 134, 137), (27928, 252, 138, 225), (28366, 252, 141, 266), (28443, 252, 142, 213), (28459, 252, 142, 229), (28568, 252, 143, 208), (28621, 252, 143, 261), (28681, 252, 144, 193), (28860, 252, 145, 245), (29100, 252, 147, 232), (29235, 252, 148, 243), (29254, 252, 148, 262), (29306, 252, 149, 191), (29394, 252, 150, 156), (29497, 252, 150, 259), (29589, 252, 151, 230), (30244, 252, 157, 179), (30299, 252, 157, 234), (30505, 252, 159, 212), (30589, 252, 160, 184), (30744, 252, 161, 228), (30950, 252, 163, 214), (31001, 252, 163, 265), (31031, 252, 164, 187), (31064, 252, 164, 220), (31491, 252, 168, 222), (31497, 252, 168, 228), (31635, 252, 169, 263), (31788, 252, 171, 213), (31808, 252, 171, 233), (31864, 252, 172, 188), (31899, 252, 172, 223), (31953, 252, 173, 178), (32010, 252, 173, 235), (32239, 252, 175, 268), (32307, 252, 176, 239), (32398, 252, 177, 235), (32801, 252, 181, 267), (32956, 252, 183, 242), (33257, 252, 187, 197), (33399, 252, 188, 255), (33501, 252, 190, 192), (33749, 252, 193, 200), (33847, 252, 194, 220), (33984, 252, 196, 204), (34184, 252, 198, 255), (34338, 252, 200, 264), (34503, 252, 203, 219), (34557, 252, 204, 205), (34657, 252, 205, 238), (34916, 252, 209, 239), (34939, 252, 209, 262), (34989, 252, 210, 250), (35024, 252, 211, 224), (35379, 252, 217, 234), (35488, 252, 219, 236), (35672, 252, 222, 267), (35909, 252, 227, 269), (36068, 252, 231, 258), (36244, 252, 236, 244), (36386, 252, 240, 252), (36552, 252, 246, 247), (36562, 252, 246, 257), (36692, 252, 252, 252), (22, 253, 1, 22), (132, 253, 1, 132), (300, 253, 2, 30), (525, 253, 2, 255), (601, 253, 3, 62), (694, 253, 3, 155), (875, 253, 4, 68), (914, 253, 4, 107), (1250, 253, 5, 176), (1260, 253, 5, 186), (1453, 253, 6, 113), (1481, 253, 6, 141), (1728, 253, 7, 123), (1745, 253, 7, 140), (1958, 253, 8, 89), (1985, 253, 8, 116), (2226, 253, 9, 94), (2228, 253, 9, 96), (2563, 253, 10, 169), (2747, 253, 11, 92), (2815, 253, 11, 160), (3128, 253, 12, 213), (3148, 253, 12, 233), (3362, 253, 13, 188), (3372, 253, 13, 198), (4101, 253, 16, 156), (4204, 253, 16, 259), (4253, 253, 17, 53), (4342, 253, 17, 142), (4557, 253, 18, 103), (4610, 253, 18, 156), (4761, 253, 19, 54), (4860, 253, 19, 153), (5420, 253, 21, 211), (5671, 253, 22, 212), (5881, 253, 23, 173), (5885, 253, 23, 177), (6125, 253, 24, 169), (6154, 253, 24, 198), (6230, 253, 25, 27), (6293, 253, 25, 90), (6596, 253, 26, 147), (6608, 253, 26, 159), (6829, 253, 27, 135), (7024, 253, 28, 86), (7127, 253, 28, 189), (7506, 253, 30, 83), (7859, 253, 31, 193), (7930, 253, 31, 264), (8112, 253, 32, 206), (8331, 253, 33, 186), (8392, 253, 33, 247), (8534, 253, 34, 151), (8561, 253, 34, 178), (8768, 253, 35, 148), (8829, 253, 35, 209), (9189, 253, 37, 98), (9193, 253, 37, 102), (9696, 253, 39, 138), (9760, 253, 39, 202), (9895, 253, 40, 104), (9958, 253, 40, 167), (10232, 253, 41, 210), (10273, 253, 41, 251), (10589, 253, 43, 107), (10953, 253, 44, 243), (10972, 253, 44, 262), (11066, 253, 45, 129), (11110, 253, 45, 173), (11322, 253, 46, 159), (11749, 253, 48, 137), (11961, 253, 49, 126), (12081, 253, 49, 246), (12168, 253, 50, 111), (12284, 253, 50, 227), (12647, 253, 52, 148), (12868, 253, 53, 150), (13167, 253, 54, 231), (13235, 253, 55, 82), (13303, 253, 55, 150), (13744, 253, 57, 160), (13987, 253, 58, 189), (14021, 253, 58, 223), (14084, 253, 59, 73), (14125, 253, 59, 114), (14335, 253, 60, 112), (14366, 253, 60, 143), (14536, 253, 61, 102), (14552, 253, 61, 118), (14781, 253, 62, 136), (15001, 253, 63, 147), (15142, 253, 64, 80), (15320, 253, 64, 258), (15341, 253, 65, 71), (15445, 253, 65, 175), (15634, 253, 66, 158), (15691, 253, 66, 215), (15837, 253, 67, 155), (16097, 253, 68, 211), (16276, 253, 69, 187), (16309, 253, 69, 220), (16377, 253, 70, 86), (16717, 253, 71, 225), (16877, 253, 72, 184), (17013, 253, 73, 121), (17433, 253, 75, 146), (17489, 253, 75, 202), (17660, 253, 76, 177), (17733, 253, 76, 250), (17867, 253, 77, 188), (17902, 253, 77, 223), (18372, 253, 80, 113), (18565, 253, 81, 115), (18593, 253, 81, 143), (18825, 253, 82, 185), (19093, 253, 83, 263), (19133, 253, 84, 115), (19193, 253, 84, 175), (19330, 253, 85, 124), (19368, 253, 85, 162), (19997, 253, 88, 236), (20126, 253, 89, 182), (20257, 253, 90, 131), (20526, 253, 91, 219), (20551, 253, 91, 244), (20639, 253, 92, 152), (21035, 253, 94, 191), (21225, 253, 95, 204), (21259, 253, 95, 238), (21343, 253, 96, 146), (21568, 253, 97, 196), (21579, 253, 97, 207), (21683, 253, 98, 137), (22058, 253, 100, 167), (22240, 253, 101, 178), (22297, 253, 101, 235), (22508, 253, 103, 106), (22688, 253, 104, 118), (22853, 253, 105, 116), (22941, 253, 105, 204), (23054, 253, 106, 151), (23674, 253, 110, 117), (23751, 253, 110, 194), (23867, 253, 111, 149), (24027, 253, 112, 149), (24340, 253, 114, 144), (24800, 253, 117, 134), (25098, 253, 119, 123), (25099, 253, 119, 124), (25308, 253, 120, 181), (25349, 253, 120, 222), (25524, 253, 121, 243), (26156, 253, 126, 133), (26325, 253, 127, 157), (26385, 253, 127, 217), (26553, 253, 128, 240), (26558, 253, 128, 245), (26627, 253, 129, 171), (26805, 253, 130, 207), (26862, 253, 130, 264), (27113, 253, 132, 232), (27280, 253, 133, 258), (27404, 253, 134, 244), (27527, 253, 135, 229), (27687, 253, 136, 253), (27860, 253, 138, 157), (28174, 253, 140, 205), (28291, 253, 141, 191), (28460, 253, 142, 230), (28662, 253, 144, 174), (29855, 253, 153, 257), (30859, 253, 162, 233), (30961, 253, 163, 225), (31093, 253, 164, 249), (31272, 253, 166, 213), (31288, 253, 166, 229), (31677, 253, 170, 203), (31710, 253, 170, 236), (31805, 253, 171, 230), (31915, 253, 172, 239), (31938, 253, 172, 262), (32073, 253, 174, 200), (32286, 253, 176, 218), (32779, 253, 181, 245), (32824, 253, 182, 200), (32954, 253, 183, 240), (32966, 253, 183, 252), (33026, 253, 184, 224), (33108, 253, 185, 219), (33692, 253, 192, 222), (33698, 253, 192, 228), (33775, 253, 193, 226), (33876, 253, 194, 249), (34021, 253, 196, 241), (34208, 253, 199, 206), (34253, 253, 199, 251), (34660, 253, 205, 241), (34895, 253, 209, 218), (34995, 253, 210, 256), (35077, 253, 212, 217), (35254, 253, 215, 220), (35337, 253, 216, 247), (35347, 253, 216, 257), (35871, 253, 227, 231), (36319, 253, 238, 250), (36357, 253, 239, 255), (36568, 253, 246, 263), (36712, 253, 253, 253), (1108, 254, 5, 34), (1175, 254, 5, 101), (2510, 254, 10, 116), (2598, 254, 10, 204), (2838, 254, 11, 183), (3009, 254, 12, 94), (3056, 254, 12, 141), (3263, 254, 13, 89), (3374, 254, 13, 200), (3560, 254, 14, 128), (3613, 254, 14, 181), (3911, 254, 15, 222), (3917, 254, 15, 228), (3999, 254, 16, 54), (4098, 254, 16, 153), (4607, 254, 18, 153), (4670, 254, 18, 216), (4982, 254, 20, 23), (5034, 254, 20, 76), (5235, 254, 21, 26), (5255, 254, 21, 46), (5507, 254, 22, 48), (5557, 254, 22, 98), (5782, 254, 23, 74), (6045, 254, 24, 89), (6072, 254, 24, 116), (6242, 254, 25, 39), (6278, 254, 25, 75), (6478, 254, 26, 29), (6997, 254, 28, 59), (7244, 254, 29, 63), (7520, 254, 30, 97), (7553, 254, 30, 130), (7838, 254, 31, 172), (7921, 254, 31, 255), (8005, 254, 32, 99), (8107, 254, 32, 201), (8179, 254, 33, 34), (8251, 254, 33, 106), (8876, 254, 35, 256), (9060, 254, 36, 204), (9094, 254, 36, 238), (9689, 254, 39, 131), (10074, 254, 41, 52), (10243, 254, 41, 221), (10780, 254, 44, 70), (10936, 254, 44, 226), (11011, 254, 45, 74), (11231, 254, 46, 68), (11829, 254, 48, 217), (11975, 254, 49, 140), (12076, 254, 49, 241), (12459, 254, 51, 181), (12500, 254, 51, 222), (12755, 254, 52, 256), (13857, 254, 58, 59), (13942, 254, 58, 144), (15019, 254, 63, 165), (15185, 254, 64, 123), (15186, 254, 64, 124), (16049, 254, 68, 163), (16204, 254, 69, 115), (16264, 254, 69, 175), (16412, 254, 70, 121), (16599, 254, 71, 107), (17422, 254, 75, 135), (17576, 254, 76, 93), (17823, 254, 77, 144), (17879, 254, 77, 200), (19872, 254, 88, 111), (19873, 254, 88, 112), (20904, 254, 93, 238), (21010, 254, 94, 166), (21332, 254, 96, 135), (21363, 254, 96, 166), (21635, 254, 97, 263), (21678, 254, 98, 132), (21973, 254, 99, 254), (22280, 254, 101, 218), (22364, 254, 102, 132), (23119, 254, 106, 216), (23231, 254, 107, 163), (23888, 254, 111, 170), (24036, 254, 112, 158), (24162, 254, 113, 124), (24200, 254, 113, 162), (24568, 254, 115, 215), (25399, 254, 121, 28), (25713, 254, 123, 133), (26032, 254, 125, 157), (26092, 254, 125, 217), (26465, 254, 128, 152), (26853, 254, 130, 255), (26897, 254, 131, 157), (27162, 254, 133, 140), (28262, 254, 141, 162), (28518, 254, 143, 158), (28575, 254, 143, 215), (29662, 254, 152, 183), (31180, 254, 165, 228), (31701, 254, 170, 227), (31902, 254, 172, 226), (34203, 254, 199, 201), (34223, 254, 199, 221), (36428, 254, 241, 263), (36731, 254, 254, 254), (11, 255, 1, 11), (152, 255, 1, 152), (358, 255, 2, 88), (440, 255, 2, 170), (654, 255, 3, 115), (714, 255, 3, 175), (1293, 255, 5, 219), (1318, 255, 5, 244), (1408, 255, 6, 68), (1447, 255, 6, 107), (2125, 255, 8, 256), (2153, 255, 9, 21), (2161, 255, 9, 29), (2542, 255, 10, 148), (2887, 255, 11, 232), (3074, 255, 12, 159), (3350, 255, 13, 176), (3383, 255, 13, 209), (3559, 255, 14, 127), (3644, 255, 14, 212), (3827, 255, 15, 138), (3891, 255, 15, 202), (4188, 255, 16, 243), (4207, 255, 16, 262), (4252, 255, 17, 52), (4421, 255, 17, 221), (4527, 255, 18, 73), (4697, 255, 18, 243), (4777, 255, 19, 70), (4933, 255, 19, 226), (5400, 255, 21, 191), (5601, 255, 22, 142), (5630, 255, 22, 171), (5747, 255, 23, 39), (5865, 255, 23, 157), (6104, 255, 24, 148), (6165, 255, 24, 209), (6395, 255, 25, 192), (6604, 255, 26, 155), (7185, 255, 28, 247), (7195, 255, 28, 257), (7327, 255, 29, 146), (7467, 255, 30, 44), (7595, 255, 30, 172), (7716, 255, 31, 50), (7897, 255, 31, 231), (8083, 255, 32, 177), (8156, 255, 32, 250), (8262, 255, 33, 117), (8389, 255, 33, 244), (8497, 255, 34, 114), (8557, 255, 34, 174), (8702, 255, 35, 82), (8770, 255, 35, 150), (9634, 255, 39, 76), (9847, 255, 40, 56), (9936, 255, 40, 145), (10117, 255, 41, 95), (10127, 255, 41, 105), (10355, 255, 42, 102), (10371, 255, 42, 118), (10973, 255, 44, 263), (11094, 255, 45, 157), (11154, 255, 45, 217), (11225, 255, 46, 62), (11318, 255, 46, 155), (11499, 255, 47, 111), (11615, 255, 47, 227), (11852, 255, 48, 240), (11857, 255, 48, 245), (11894, 255, 49, 59), (11956, 255, 49, 121), (12187, 255, 50, 130), (12405, 255, 51, 127), (12416, 255, 51, 138), (12649, 255, 52, 150), (12850, 255, 53, 132), (13100, 255, 54, 164), (13133, 255, 54, 197), (13469, 255, 56, 100), (13774, 255, 57, 190), (13816, 255, 57, 232), (13984, 255, 58, 186), (14045, 255, 58, 247), (14144, 255, 59, 133), (14320, 255, 60, 97), (14464, 255, 60, 241), (14808, 255, 62, 163), (15038, 255, 63, 184), (15206, 255, 64, 144), (15262, 255, 64, 200), (15393, 255, 65, 123), (15394, 255, 65, 124), (15797, 255, 67, 115), (15825, 255, 67, 143), (16077, 255, 68, 191), (16215, 255, 69, 126), (16347, 255, 69, 258), (16548, 255, 70, 257), (16628, 255, 71, 136), (16745, 255, 71, 253), (16804, 255, 72, 111), (16805, 255, 72, 112), (16998, 255, 73, 106), (17363, 255, 75, 76), (17525, 255, 75, 238), (17855, 255, 77, 176), (17865, 255, 77, 186), (18366, 255, 80, 107), (18590, 255, 81, 140), (18691, 255, 81, 241), (18858, 255, 82, 218), (18918, 255, 83, 88), (18988, 255, 83, 158), (19141, 255, 84, 123), (19158, 255, 84, 140), (20057, 255, 89, 113), (20085, 255, 89, 141), (20960, 255, 94, 116), (21048, 255, 94, 204), (21220, 255, 95, 199), (21401, 255, 96, 204), (21435, 255, 96, 238), (21521, 255, 97, 149), (21786, 255, 98, 240), (21798, 255, 98, 252), (21848, 255, 99, 129), (21892, 255, 99, 173), (22081, 255, 100, 190), (22236, 255, 101, 174), (22244, 255, 101, 182), (22484, 255, 102, 252), (22993, 255, 105, 256), (23017, 255, 106, 114), (23740, 255, 110, 183), (24102, 255, 112, 224), (24238, 255, 113, 200), (24652, 255, 116, 141), (24882, 255, 117, 216), (24966, 255, 118, 145), (25252, 255, 120, 125), (25258, 255, 120, 131), (25544, 255, 121, 263), (25953, 255, 124, 225), (26120, 255, 125, 245), (26238, 255, 126, 215), (26562, 255, 128, 249), (26657, 255, 129, 201), (26747, 255, 130, 149), (26932, 255, 131, 192), (27023, 255, 132, 142), (27166, 255, 133, 144), (27445, 255, 135, 147), (27609, 255, 136, 175), (28584, 255, 143, 224), (28906, 255, 146, 165), (29034, 255, 147, 166), (29691, 255, 152, 212), (29762, 255, 153, 164), (29792, 255, 153, 194), (30425, 255, 158, 246), (30459, 255, 159, 166), (30851, 255, 162, 225), (30989, 255, 163, 253), (31154, 255, 165, 202), (31713, 255, 170, 239), (31792, 255, 171, 217), (31931, 255, 172, 255), (32029, 255, 173, 254), (32417, 255, 177, 254), (32963, 255, 183, 249), (33030, 255, 184, 228), (33843, 255, 194, 216), (34082, 255, 197, 227), (34252, 255, 199, 250), (34375, 255, 201, 230), (35280, 255, 215, 246), (35418, 255, 218, 219), (35585, 255, 221, 230), (35826, 255, 226, 231), (36749, 255, 255, 255), (1143, 256, 5, 69), (1162, 256, 5, 88), (1232, 256, 5, 158), (1244, 256, 5, 170), (1289, 256, 5, 215), (2424, 256, 10, 30), (2438, 256, 10, 44), (2515, 256, 10, 121), (2566, 256, 10, 172), (2649, 256, 10, 255), (2681, 256, 11, 26), (2701, 256, 11, 46), (2718, 256, 11, 63), (2726, 256, 11, 71), (2818, 256, 11, 163), (2937, 256, 12, 22), (3047, 256, 12, 132), (3132, 256, 12, 217), (3204, 256, 13, 30), (3223, 256, 13, 49), (3346, 256, 13, 172), (3429, 256, 13, 255), (3437, 256, 13, 263), (3478, 256, 14, 46), (3503, 256, 14, 71), (3547, 256, 14, 115), (3595, 256, 14, 163), (3607, 256, 14, 175), (3760, 256, 15, 71), (3801, 256, 15, 112), (3804, 256, 15, 115), (3832, 256, 15, 143), (3864, 256, 15, 175), (3980, 256, 16, 35), (3997, 256, 16, 52), (4044, 256, 16, 99), (4146, 256, 16, 201), (4166, 256, 16, 221), (4506, 256, 18, 52), (4553, 256, 18, 99), (4655, 256, 18, 201), (4675, 256, 18, 221), (4708, 256, 18, 254), (5003, 256, 20, 44), (5018, 256, 20, 59), (5079, 256, 20, 121), (5102, 256, 20, 144), (5158, 256, 20, 200), (5263, 256, 21, 54), (5320, 256, 21, 111), (5321, 256, 21, 112), (5352, 256, 21, 143), (5436, 256, 21, 227), (5582, 256, 22, 123), (5583, 256, 22, 124), (5621, 256, 22, 162), (5625, 256, 22, 166), (5986, 256, 24, 30), (6000, 256, 24, 44), (6128, 256, 24, 172), (6211, 256, 24, 255), (6219, 256, 24, 263), (6489, 256, 26, 40), (6506, 256, 26, 57), (6549, 256, 26, 100), (6601, 256, 26, 152), (6987, 256, 28, 49), (7002, 256, 28, 64), (7051, 256, 28, 113), (7071, 256, 28, 133), (7201, 256, 28, 263), (7292, 256, 29, 111), (7293, 256, 29, 112), (7296, 256, 29, 115), (7324, 256, 29, 143), (7408, 256, 29, 227), (7481, 256, 30, 58), (7500, 256, 30, 77), (7730, 256, 31, 64), (7760, 256, 31, 94), (7762, 256, 31, 96), (7779, 256, 31, 113), (7807, 256, 31, 141), (7940, 256, 32, 34), (8007, 256, 32, 101), (8012, 256, 32, 106), (8162, 256, 32, 256), (8214, 256, 33, 69), (8233, 256, 33, 88), (8303, 256, 33, 158), (8360, 256, 33, 215), (8482, 256, 34, 99), (8582, 256, 34, 199), (8584, 256, 34, 201), (8637, 256, 34, 254), (8708, 256, 35, 88), (8778, 256, 35, 158), (8790, 256, 35, 170), (8900, 256, 36, 44), (8915, 256, 36, 59), (8977, 256, 36, 121), (9028, 256, 36, 172), (9111, 256, 36, 255), (9655, 256, 39, 97), (9681, 256, 39, 123), (9682, 256, 39, 124), (9698, 256, 39, 140), (9799, 256, 39, 241), (9854, 256, 40, 63), (9972, 256, 40, 181), (10013, 256, 40, 222), (10019, 256, 40, 228), (10123, 256, 41, 101), (10221, 256, 41, 199), (10278, 256, 41, 256), (10803, 256, 44, 93), (11220, 256, 46, 57), (11263, 256, 46, 100), (11315, 256, 46, 152), (11740, 256, 48, 128), (11793, 256, 48, 181), (11795, 256, 48, 183), (11893, 256, 49, 58), (11905, 256, 49, 70), (11912, 256, 49, 77), (12349, 256, 51, 71), (12393, 256, 51, 115), (12421, 256, 51, 143), (12441, 256, 51, 163), (12453, 256, 51, 175), (12587, 256, 52, 88), (12669, 256, 52, 170), (13004, 256, 54, 68), (13005, 256, 54, 69), (13043, 256, 54, 107), (13647, 256, 57, 63), (13747, 256, 57, 163), (13812, 256, 57, 228), (13862, 256, 58, 64), (13931, 256, 58, 133), (14061, 256, 58, 263), (14085, 256, 59, 74), (14104, 256, 59, 93), (14954, 256, 63, 100), (15132, 256, 64, 70), (15288, 256, 64, 226), (15997, 256, 68, 111), (15998, 256, 68, 112), (16039, 256, 68, 153), (16113, 256, 68, 227), (16242, 256, 69, 153), (16305, 256, 69, 216), (16404, 256, 70, 113), (16424, 256, 70, 133), (16432, 256, 70, 141), (16644, 256, 71, 152), (17179, 256, 74, 89), (17211, 256, 74, 121), (17234, 256, 74, 144), (17290, 256, 74, 200), (17384, 256, 75, 97), (17410, 256, 75, 123), (17417, 256, 75, 130), (17427, 256, 75, 140), (17528, 256, 75, 241), (17812, 256, 77, 133), (17934, 256, 77, 255), (17942, 256, 77, 263), (19979, 256, 88, 218), (20787, 256, 93, 121), (20810, 256, 93, 144), (20838, 256, 93, 172), (20941, 256, 94, 97), (20974, 256, 94, 130), (21070, 256, 94, 226), (21085, 256, 94, 241), (21294, 256, 96, 97), (21327, 256, 96, 130), (21337, 256, 96, 140), (21438, 256, 96, 241), (21513, 256, 97, 141), (21674, 256, 98, 128), (21727, 256, 98, 181), (21729, 256, 98, 183), (21768, 256, 98, 222), (21820, 256, 99, 101), (21825, 256, 99, 106), (22113, 256, 100, 222), (22119, 256, 100, 228), (22261, 256, 101, 199), (22316, 256, 101, 254), (22360, 256, 102, 128), (22413, 256, 102, 181), (22415, 256, 102, 183), (22454, 256, 102, 222), (22460, 256, 102, 228), (23104, 256, 106, 201), (23124, 256, 106, 221), (23157, 256, 106, 254), (23179, 256, 107, 111), (23221, 256, 107, 153), (23284, 256, 107, 216), (23295, 256, 107, 227), (23883, 256, 111, 165), (24043, 256, 112, 165), (24168, 256, 113, 130), (24264, 256, 113, 226), (24518, 256, 115, 165), (24938, 256, 118, 63), (24949, 256, 118, 128), (25002, 256, 118, 181), (25043, 256, 118, 222), (25049, 256, 118, 228), (25737, 256, 123, 157), (25797, 256, 123, 217), (25860, 256, 124, 132), (25885, 256, 124, 157), (25945, 256, 124, 217), (26003, 256, 125, 128), (26058, 256, 125, 183), (26739, 256, 130, 141), (26923, 256, 131, 183), (27016, 256, 132, 135), (27043, 256, 132, 162), (27047, 256, 132, 166), (27248, 256, 133, 226), (28126, 256, 140, 157), (28186, 256, 140, 217), (28326, 256, 141, 226), (28525, 256, 143, 165), (29642, 256, 152, 163), (29654, 256, 152, 175), (29813, 256, 153, 215), (30227, 256, 157, 162), (30306, 256, 157, 241), (30395, 256, 158, 216), (30397, 256, 158, 218), (30843, 256, 162, 217), (31127, 256, 165, 175), (31692, 256, 170, 218), (31695, 256, 170, 221), (34258, 256, 199, 256), (35250, 256, 215, 216), (35252, 256, 215, 218), (36766, 256, 256, 256), (66, 257, 1, 66), (220, 257, 1, 220), (430, 257, 2, 160), (437, 257, 2, 167), (945, 257, 4, 138), (953, 257, 4, 146), (1009, 257, 4, 202), (1622, 257, 7, 17), (1734, 257, 7, 129), (1835, 257, 7, 230), (1896, 257, 8, 27), (1959, 257, 8, 90), (2343, 257, 9, 211), (4396, 257, 17, 196), (4405, 257, 17, 205), (4893, 257, 19, 186), (4954, 257, 19, 247), (4964, 257, 19, 257), (5786, 257, 23, 78), (5876, 257, 23, 168), (5975, 257, 23, 267), (6789, 257, 27, 95), (6799, 257, 27, 105), (7692, 257, 30, 269), (9164, 257, 37, 73), (9205, 257, 37, 114), (9334, 257, 37, 243), (9378, 257, 38, 53), (9467, 257, 38, 142), (9496, 257, 38, 171), (10356, 257, 42, 103), (10409, 257, 42, 156), (10512, 257, 42, 259), (10609, 257, 43, 127), (10620, 257, 43, 138), (10684, 257, 43, 202), (10918, 257, 44, 208), (10971, 257, 44, 261), (10981, 257, 44, 271), (11015, 257, 45, 78), (11179, 257, 45, 242), (11204, 257, 45, 267), (11576, 257, 47, 188), (11586, 257, 47, 198), (11611, 257, 47, 223), (12233, 257, 50, 176), (12243, 257, 50, 186), (12266, 257, 50, 209), (12857, 257, 53, 139), (12872, 257, 53, 154), (13292, 257, 55, 139), (13307, 257, 55, 154), (13390, 257, 55, 237), (13572, 257, 56, 203), (13605, 257, 56, 236), (13628, 257, 56, 259), (14133, 257, 59, 122), (14219, 257, 59, 208), (14279, 257, 59, 268), (14371, 257, 60, 148), (14432, 257, 60, 209), (14507, 257, 61, 73), (14677, 257, 61, 243), (14696, 257, 61, 262), (14911, 257, 62, 266), (15688, 257, 66, 212), (15708, 257, 66, 232), (15851, 257, 67, 169), (16862, 257, 72, 169), (16881, 257, 72, 188), (16891, 257, 72, 198), (17029, 257, 73, 137), (17644, 257, 76, 161), (17651, 257, 76, 168), (17750, 257, 76, 267), (18045, 257, 78, 171), (18183, 257, 79, 116), (18271, 257, 79, 204), (18305, 257, 79, 238), (18598, 257, 81, 148), (18836, 257, 82, 196), (18847, 257, 82, 207), (18904, 257, 82, 264), (18922, 257, 83, 92), (18990, 257, 83, 160), (19335, 257, 85, 129), (19379, 257, 85, 173), (19383, 257, 85, 177), (19509, 257, 86, 117), (19556, 257, 86, 164), (19586, 257, 86, 194), (19666, 257, 87, 89), (19693, 257, 87, 116), (19781, 257, 87, 204), (20158, 257, 89, 214), (20209, 257, 89, 265), (20231, 257, 90, 105), (20308, 257, 90, 182), (20416, 257, 91, 109), (20487, 257, 91, 180), (20544, 257, 91, 237), (20613, 257, 92, 126), (20733, 257, 92, 246), (21234, 257, 95, 213), (21250, 257, 95, 229), (22642, 257, 103, 240), (22654, 257, 103, 252), (22809, 257, 104, 239), (22813, 257, 104, 243), (22832, 257, 104, 262), (22966, 257, 105, 229), (23342, 257, 108, 110), (23481, 257, 108, 249), (23505, 257, 109, 110), (23529, 257, 109, 134), (23817, 257, 110, 260), (24333, 257, 114, 137), (24725, 257, 116, 214), (24859, 257, 117, 193), (25104, 257, 119, 129), (25148, 257, 119, 173), (25205, 257, 119, 230), (25305, 257, 120, 178), (25362, 257, 120, 235), (25489, 257, 121, 208), (25542, 257, 121, 261), (25549, 257, 121, 268), (25575, 257, 122, 144), (25631, 257, 122, 200), (26355, 257, 127, 187), (26388, 257, 127, 220), (27340, 257, 134, 180), (27420, 257, 134, 260), (27743, 257, 137, 174), (27890, 257, 138, 187), (27979, 257, 139, 142), (28472, 257, 142, 242), (28753, 257, 144, 265), (28756, 257, 144, 268), (28771, 257, 145, 156), (28818, 257, 145, 203), (28874, 257, 145, 259), (28952, 257, 146, 211), (29074, 257, 147, 206), (29078, 257, 147, 210), (29119, 257, 147, 251), (29141, 257, 148, 149), (29291, 257, 149, 176), (29324, 257, 149, 209), (29434, 257, 150, 196), (29443, 257, 150, 205), (29445, 257, 150, 207), (29599, 257, 151, 240), (29604, 257, 151, 245), (29611, 257, 151, 252), (29901, 257, 154, 185), (30100, 257, 155, 266), (30104, 257, 155, 270), (30202, 257, 156, 252), (30499, 257, 159, 206), (30544, 257, 159, 251), (30651, 257, 160, 246), (30720, 257, 161, 204), (30754, 257, 161, 238), (31033, 257, 164, 189), (31067, 257, 164, 223), (31403, 257, 167, 239), (31426, 257, 167, 262), (31507, 257, 168, 238), (31596, 257, 169, 224), (31817, 257, 171, 242), (31937, 257, 172, 261), (31947, 257, 172, 271), (32008, 257, 173, 233), (32299, 257, 176, 231), (32376, 257, 177, 213), (32396, 257, 177, 233), (32497, 257, 178, 240), (32502, 257, 178, 245), (32628, 257, 180, 185), (32997, 257, 184, 195), (33050, 257, 184, 248), (33072, 257, 184, 270), (33126, 257, 185, 237), (33206, 257, 186, 231), (33272, 257, 187, 212), (33341, 257, 188, 197), (33421, 257, 189, 194), (33424, 257, 189, 197), (33512, 257, 190, 203), (33545, 257, 190, 236), (33680, 257, 192, 210), (33705, 257, 192, 235), (33768, 257, 193, 219), (33793, 257, 193, 244), (34078, 257, 197, 223), (34153, 257, 198, 224), (34288, 257, 200, 214), (34339, 257, 200, 265), (34426, 257, 202, 211), (34649, 257, 205, 230), (34769, 257, 207, 219), (35080, 257, 212, 220), (35169, 257, 213, 250), (35516, 257, 219, 264), (35977, 257, 229, 250), (36057, 257, 231, 247), (36086, 257, 232, 236), (36139, 257, 233, 250), (36176, 257, 234, 249), (36209, 257, 235, 245), (36516, 257, 244, 264), (36587, 257, 247, 257), (36637, 257, 249, 260), (36763, 257, 255, 269), (36765, 257, 255, 271), (36782, 257, 257, 257), (36863, 257, 263, 269), (114, 258, 1, 114), (174, 258, 1, 174), (279, 258, 2, 9), (416, 258, 2, 146), (558, 258, 3, 19), (796, 258, 3, 257), (866, 258, 4, 59), (928, 258, 4, 121), (1322, 258, 5, 248), (1344, 258, 5, 270), (1466, 258, 6, 126), (1586, 258, 6, 246), (1733, 258, 7, 128), (1788, 258, 7, 183), (1925, 258, 8, 56), (2059, 258, 8, 190), (2215, 258, 9, 83), (4024, 258, 16, 79), (4106, 258, 16, 161), (4392, 258, 17, 192), (4615, 258, 18, 161), (4622, 258, 18, 168), (4774, 258, 19, 67), (5478, 258, 21, 269), (5549, 258, 22, 90), (5864, 258, 23, 156), (5967, 258, 23, 259), (6642, 258, 26, 193), (6826, 258, 27, 132), (7450, 258, 29, 269), (8086, 258, 32, 180), (8143, 258, 32, 237), (8411, 258, 33, 266), (8415, 258, 33, 270), (8461, 258, 34, 78), (8650, 258, 34, 267), (8799, 258, 35, 179), (8815, 258, 35, 195), (9130, 258, 37, 39), (9166, 258, 37, 75), (9581, 258, 38, 256), (9695, 258, 39, 137), (10161, 258, 41, 139), (10176, 258, 41, 154), (10348, 258, 42, 95), (10503, 258, 42, 250), (10541, 258, 43, 59), (10626, 258, 43, 144), (10921, 258, 44, 211), (11040, 258, 45, 103), (11093, 258, 45, 156), (11249, 258, 46, 86), (11448, 258, 47, 60), (11537, 258, 47, 149), (12129, 258, 50, 72), (12281, 258, 50, 224), (12678, 258, 52, 179), (12733, 258, 52, 234), (12896, 258, 53, 178), (12953, 258, 53, 235), (13388, 258, 55, 235), (13474, 258, 56, 105), (14420, 258, 60, 197), (14509, 258, 61, 75), (14530, 258, 61, 96), (14821, 258, 62, 176), (14831, 258, 62, 186), (15047, 258, 63, 193), (15118, 258, 63, 264), (15154, 258, 64, 92), (15222, 258, 64, 160), (15387, 258, 65, 117), (15464, 258, 65, 194), (15565, 258, 66, 89), (15592, 258, 66, 116), (15913, 258, 67, 231), (16157, 258, 68, 271), (16297, 258, 69, 208), (16357, 258, 69, 268), (16681, 258, 71, 189), (16715, 258, 71, 223), (16842, 258, 72, 149), (17019, 258, 73, 127), (17104, 258, 73, 212), (17686, 258, 76, 203), (17742, 258, 76, 259), (17975, 258, 78, 101), (18385, 258, 80, 126), (18517, 258, 80, 258), (18614, 258, 81, 164), (18647, 258, 81, 197), (18787, 258, 82, 147), (18799, 258, 82, 159), (19021, 258, 83, 191), (19182, 258, 84, 164), (19212, 258, 84, 194), (19555, 258, 86, 163), (19747, 258, 87, 170), (19975, 258, 88, 214), (20026, 258, 88, 265), (20164, 258, 89, 220), (20258, 258, 90, 132), (20517, 258, 91, 210), (20558, 258, 91, 251), (20620, 258, 92, 133), (20948, 258, 94, 104), (21011, 258, 94, 167), (21166, 258, 95, 145), (21301, 258, 96, 104), (21828, 258, 99, 109), (21979, 258, 99, 260), (22304, 258, 101, 242), (22573, 258, 103, 171), (22882, 258, 105, 145), (23071, 258, 106, 168), (23170, 258, 106, 267), (23329, 258, 107, 261), (23339, 258, 107, 271), (23433, 258, 108, 201), (23453, 258, 108, 221), (23649, 258, 109, 254), (23763, 258, 110, 206), (24047, 258, 112, 169), (24198, 258, 113, 160), (24408, 258, 114, 212), (24541, 258, 115, 188), (24551, 258, 115, 198), (24891, 258, 117, 225), (25158, 258, 119, 183), (25256, 258, 120, 129), (25357, 258, 120, 230), (25492, 258, 121, 211), (25589, 258, 122, 158), (25646, 258, 122, 215), (26411, 258, 127, 243), (26518, 258, 128, 205), (26701, 258, 129, 245), (27366, 258, 134, 206), (27411, 258, 134, 251), (27681, 258, 136, 247), (27691, 258, 136, 257), (27726, 258, 137, 157), (27946, 258, 138, 243), (27965, 258, 138, 262), (28093, 258, 139, 256), (28267, 258, 141, 167), (28381, 258, 142, 151), (28408, 258, 142, 178), (28529, 258, 143, 169), (28558, 258, 143, 198), (28675, 258, 144, 187), (28980, 258, 146, 239), (29018, 258, 147, 150), (29176, 258, 148, 184), (29530, 258, 151, 171), (29915, 258, 154, 199), (30010, 258, 155, 176), (30043, 258, 155, 209), (30444, 258, 158, 265), (30512, 258, 159, 219), (30925, 258, 163, 189), (31688, 258, 170, 214), (32015, 258, 173, 240), (32020, 258, 173, 245), (32105, 258, 174, 232), (32159, 258, 175, 188), (32194, 258, 175, 223), (32403, 258, 177, 240), (32415, 258, 177, 252), (32697, 258, 180, 254), (32730, 258, 181, 196), (32739, 258, 181, 205), (32814, 258, 182, 190), (32856, 258, 182, 232), (33099, 258, 185, 210), (33228, 258, 186, 253), (33260, 258, 187, 200), (33636, 258, 191, 246), (33700, 258, 192, 230), (33922, 258, 195, 218), (34002, 258, 196, 222), (34239, 258, 199, 237), (34294, 258, 200, 220), (34405, 258, 201, 260), (34454, 258, 202, 239), (34477, 258, 202, 262), (34522, 258, 203, 238), (34588, 258, 204, 236), (34772, 258, 207, 222), (34778, 258, 207, 228), (35302, 258, 215, 268), (35356, 258, 216, 266), (35447, 258, 218, 248), (35589, 258, 221, 234), (35733, 258, 224, 231), (35793, 258, 225, 244), (35948, 258, 228, 264), (36238, 258, 236, 238), (36583, 258, 247, 253), (36651, 258, 250, 252), (36797, 258, 258, 258), (169, 259, 1, 169), (198, 259, 1, 198), (379, 259, 2, 109), (450, 259, 2, 180), (530, 259, 2, 260), (1017, 259, 4, 210), (1058, 259, 4, 251), (1535, 259, 6, 195), (1588, 259, 6, 248), (1610, 259, 6, 270), (1752, 259, 7, 147), (1764, 259, 7, 159), (1947, 259, 8, 78), (2037, 259, 8, 168), (2136, 259, 8, 267), (2398, 259, 9, 266), (2402, 259, 9, 270), (4322, 259, 17, 122), (4408, 259, 17, 208), (4468, 259, 17, 268), (4744, 259, 19, 37), (4768, 259, 19, 61), (4844, 259, 19, 137), (6754, 259, 27, 60), (6775, 259, 27, 81), (6778, 259, 27, 84), (9322, 259, 37, 231), (9348, 259, 37, 257), (9398, 259, 38, 73), (9439, 259, 38, 114), (9499, 259, 38, 174), (10339, 259, 42, 86), (10442, 259, 42, 189), (10692, 259, 43, 210), (10717, 259, 43, 235), (12194, 259, 50, 137), (13557, 259, 56, 188), (13558, 259, 56, 189), (13592, 259, 56, 223), (14313, 259, 60, 90), (14681, 259, 61, 247), (14691, 259, 61, 257), (15483, 259, 65, 213), (15499, 259, 65, 229), (15503, 259, 65, 233), (15579, 259, 66, 103), (15627, 259, 66, 151), (15654, 259, 66, 178), (17031, 259, 73, 139), (17046, 259, 73, 154), (18048, 259, 78, 174), (18056, 259, 78, 182), (18162, 259, 79, 95), (18244, 259, 79, 177), (18317, 259, 79, 250), (18438, 259, 80, 179), (18454, 259, 80, 195), (18507, 259, 80, 248), (18540, 259, 81, 90), (18679, 259, 81, 229), (18848, 259, 82, 208), (18901, 259, 82, 261), (18911, 259, 82, 271), (18938, 259, 83, 108), (18939, 259, 83, 109), (19090, 259, 83, 260), (19231, 259, 84, 213), (19247, 259, 84, 229), (19365, 259, 85, 159), (19431, 259, 85, 225), (19537, 259, 86, 145), (19644, 259, 86, 252), (19750, 259, 87, 173), (19754, 259, 87, 177), (19827, 259, 87, 250), (20275, 259, 90, 149), (20635, 259, 92, 148), (20696, 259, 92, 209), (21182, 259, 95, 161), (21189, 259, 95, 168), (22638, 259, 103, 236), (22756, 259, 104, 186), (22817, 259, 104, 247), (22827, 259, 104, 257), (22898, 259, 105, 161), (22905, 259, 105, 168), (23004, 259, 105, 267), (23358, 259, 108, 126), (23478, 259, 108, 246), (23634, 259, 109, 239), (24335, 259, 114, 139), (24438, 259, 114, 242), (24935, 259, 117, 269), (25122, 259, 119, 147), (25134, 259, 119, 159), (25323, 259, 120, 196), (25334, 259, 120, 207), (25391, 259, 120, 264), (25560, 259, 122, 129), (25661, 259, 122, 230), (26202, 259, 126, 179), (26257, 259, 126, 234), (26670, 259, 129, 214), (26721, 259, 129, 265), (27800, 259, 137, 231), (28080, 259, 139, 243), (28804, 259, 145, 189), (28838, 259, 145, 223), (29007, 259, 146, 266), (29073, 259, 147, 205), (29152, 259, 148, 160), (29446, 259, 150, 208), (29499, 259, 150, 261), (29506, 259, 150, 268), (29579, 259, 151, 220), (29959, 259, 154, 243), (29978, 259, 154, 262), (30153, 259, 156, 203), (30186, 259, 156, 236), (30581, 259, 160, 176), (30614, 259, 160, 209), (30766, 259, 161, 250), (31340, 259, 167, 176), (31350, 259, 167, 186), (31411, 259, 167, 247), (31584, 259, 169, 212), (31604, 259, 169, 232), (31989, 259, 173, 214), (32040, 259, 173, 265), (32115, 259, 174, 242), (32377, 259, 177, 214), (32444, 259, 178, 187), (32477, 259, 178, 220), (32609, 259, 179, 258), (32682, 259, 180, 239), (32705, 259, 180, 262), (32866, 259, 182, 242), (32891, 259, 182, 267), (33295, 259, 187, 235), (33334, 259, 188, 190), (33376, 259, 188, 232), (33507, 259, 190, 198), (33532, 259, 190, 223), (33638, 259, 191, 248), (33656, 259, 191, 266), (33660, 259, 191, 270), (33666, 259, 192, 196), (33675, 259, 192, 205), (33677, 259, 192, 207), (33789, 259, 193, 240), (33794, 259, 193, 245), (33801, 259, 193, 252), (33896, 259, 194, 269), (33962, 259, 195, 258), (34161, 259, 198, 232), (34543, 259, 203, 259), (34696, 259, 206, 211), (34795, 259, 207, 245), (34950, 259, 210, 211), (35051, 259, 211, 251), (35144, 259, 213, 225), (35513, 259, 219, 261), (35523, 259, 219, 271), (35539, 259, 220, 235), (35782, 259, 225, 233), (36034, 259, 230, 265), (36037, 259, 230, 268), (36173, 259, 234, 246), (36185, 259, 234, 258), (36259, 259, 236, 259), (36274, 259, 237, 239), (36278, 259, 237, 243), (36297, 259, 237, 262), (36398, 259, 240, 264), (36521, 259, 244, 269), (36523, 259, 244, 271), (36543, 259, 245, 264), (36565, 259, 246, 260), (36811, 259, 259, 259), (9520, 260, 38, 195), (9573, 260, 38, 248), (9591, 260, 38, 266), (9595, 260, 38, 270), (18140, 260, 78, 266), (18144, 260, 78, 270), (18236, 260, 79, 169), (19600, 260, 86, 208), (19653, 260, 86, 261), (19660, 260, 86, 268), (19663, 260, 86, 271), (19746, 260, 87, 169), (19775, 260, 87, 198), (23341, 260, 108, 109), (23412, 260, 108, 180), (23469, 260, 108, 237), (23492, 260, 108, 260), (23629, 260, 109, 234), (23655, 260, 109, 260), (25619, 260, 122, 188), (25620, 260, 122, 189), (25629, 260, 122, 198), (25654, 260, 122, 223), (28016, 260, 139, 179), (28032, 260, 139, 195), (28085, 260, 139, 248), (28107, 260, 139, 270), (29895, 260, 154, 179), (29911, 260, 154, 195), (29950, 260, 154, 234), (29964, 260, 154, 248), (31586, 260, 169, 214), (31637, 260, 169, 265), (32531, 260, 179, 180), (32588, 260, 179, 237), (32677, 260, 180, 234), (32703, 260, 180, 260), (33358, 260, 188, 214), (33409, 260, 188, 265), (33412, 260, 188, 268), (33435, 260, 189, 208), (33488, 260, 189, 261), (33495, 260, 189, 268), (33810, 260, 193, 261), (33818, 260, 193, 269), (33820, 260, 193, 271), (33941, 260, 195, 237), (34049, 260, 196, 269), (34143, 260, 198, 214), (34194, 260, 198, 265), (34819, 260, 207, 269), (34837, 260, 208, 223), (35719, 260, 223, 265), (35722, 260, 223, 268), (36164, 260, 234, 237), (36443, 260, 242, 248), (36461, 260, 242, 266), (36465, 260, 242, 270), (36824, 260, 260, 260), (36871, 260, 264, 269), (36873, 260, 264, 271), (36882, 260, 266, 267), (25700, 261, 122, 269), (34875, 261, 208, 261), (34885, 261, 208, 271), (36836, 261, 261, 261), (36846, 261, 261, 271), (36878, 261, 265, 269), (36893, 261, 268, 269), (36895, 261, 268, 271), (82, 262, 1, 82), (150, 262, 1, 150), (343, 262, 2, 73), (513, 262, 2, 243), (686, 262, 3, 147), (901, 262, 4, 94), (903, 262, 4, 96), (1160, 262, 5, 86), (1263, 262, 5, 189), (1435, 262, 6, 95), (1445, 262, 6, 105), (1717, 262, 7, 112), (1748, 262, 7, 143), (1949, 262, 8, 80), (2127, 262, 8, 258), (2309, 262, 9, 177), (2382, 262, 9, 250), (2777, 262, 11, 122), (2923, 262, 11, 268), (3646, 262, 14, 214), (3697, 262, 14, 265), (3768, 262, 15, 79), (3776, 262, 15, 87), (4053, 262, 16, 108), (4205, 262, 16, 260), (4327, 262, 17, 127), (4412, 262, 17, 212), (4562, 262, 18, 108), (4688, 262, 18, 234), (4817, 262, 19, 110), (4841, 262, 19, 134), (5377, 262, 21, 168), (5476, 262, 21, 267), (6476, 262, 26, 27), (6539, 262, 26, 90), (6740, 262, 27, 46), (7342, 262, 29, 161), (7349, 262, 29, 168), (7626, 262, 30, 203), (7682, 262, 30, 259), (8231, 262, 33, 86), (8562, 262, 34, 179), (8578, 262, 34, 195), (8808, 262, 35, 188), (8843, 262, 35, 223), (9219, 262, 37, 128), (9272, 262, 37, 181), (9394, 262, 38, 69), (10052, 262, 40, 261), (10062, 262, 40, 271), (10288, 262, 41, 266), (10417, 262, 42, 164), (10447, 262, 42, 194), (10576, 262, 43, 94), (10623, 262, 43, 141), (10813, 262, 44, 103), (10861, 262, 44, 151), (11392, 262, 46, 229), (11628, 262, 47, 240), (11633, 262, 47, 245), (12071, 262, 49, 236), (12306, 262, 50, 249), (12365, 262, 51, 87), (12492, 262, 51, 214), (12687, 262, 52, 188), (12697, 262, 52, 198), (12894, 262, 53, 176), (12927, 262, 53, 209), (13143, 262, 54, 207), (13200, 262, 54, 264), (13329, 262, 55, 176), (13339, 262, 55, 186), (13486, 262, 56, 117), (13613, 262, 56, 244), (13792, 262, 57, 208), (13852, 262, 57, 268), (14189, 262, 59, 178), (14246, 262, 59, 235), (14562, 262, 61, 128), (14617, 262, 61, 183), (14870, 262, 62, 225), (14944, 262, 63, 90), (15128, 262, 64, 66), (15282, 262, 64, 220), (15425, 262, 65, 155), (15609, 262, 66, 133), (15874, 262, 67, 192), (15964, 262, 68, 78), (16153, 262, 68, 267), (16228, 262, 69, 139), (16705, 262, 71, 213), (16725, 262, 71, 233), (16813, 262, 72, 120), (16938, 262, 72, 245), (16975, 262, 73, 83), (17498, 262, 75, 211), (17981, 262, 78, 107), (18232, 262, 79, 165), (18364, 262, 80, 105), (18634, 262, 81, 184), (18872, 262, 82, 232), (18944, 262, 83, 114), (19202, 262, 84, 184), (19321, 262, 85, 115), (19381, 262, 85, 175), (19941, 262, 88, 180), (19998, 262, 88, 237), (20154, 262, 89, 210), (20195, 262, 89, 251), (20554, 262, 91, 247), (20564, 262, 91, 257), (21212, 262, 95, 191), (21408, 262, 96, 211), (21815, 262, 98, 269), (22099, 262, 100, 208), (22152, 262, 100, 261), (22257, 262, 101, 195), (22310, 262, 101, 248), (22501, 262, 102, 269), (22574, 262, 103, 172), (22753, 262, 104, 183), (23082, 262, 106, 179), (23137, 262, 106, 234), (23310, 262, 107, 242), (23565, 262, 109, 170), (23788, 262, 110, 231), (23914, 262, 111, 196), (23923, 262, 111, 205), (24083, 262, 112, 205), (24225, 262, 113, 187), (24258, 262, 113, 220), (24442, 262, 114, 246), (24472, 262, 115, 119), (24717, 262, 116, 206), (24762, 262, 116, 251), (24811, 262, 117, 145), (25092, 262, 118, 271), (25118, 262, 119, 143), (25351, 262, 120, 224), (25432, 262, 121, 151), (25459, 262, 121, 178), (25583, 262, 122, 152), (26197, 262, 126, 174), (26205, 262, 126, 182), (26398, 262, 127, 230), (26594, 262, 129, 138), (26658, 262, 129, 202), (27417, 262, 134, 257), (27593, 262, 136, 159), (27750, 262, 137, 181), (27791, 262, 137, 222), (27933, 262, 138, 230), (28052, 262, 139, 215), (28287, 262, 141, 187), (28378, 262, 142, 148), (28439, 262, 142, 209), (28723, 262, 144, 235), (28809, 262, 145, 194), (28914, 262, 146, 173), (28918, 262, 146, 177), (29014, 262, 147, 136), (29163, 262, 148, 171), (29450, 262, 150, 212), (29744, 262, 152, 265), (29791, 262, 153, 193), (29862, 262, 153, 264), (29874, 262, 154, 158), (29931, 262, 154, 215), (30059, 262, 155, 225), (30122, 262, 156, 172), (30205, 262, 156, 255), (30416, 262, 158, 237), (30546, 262, 159, 253), (30681, 262, 161, 165), (30949, 262, 163, 213), (30965, 262, 163, 229), (31096, 262, 164, 252), (31573, 262, 169, 201), (31593, 262, 169, 221), (31654, 262, 170, 180), (31977, 262, 173, 202), (32119, 262, 174, 246), (32204, 262, 175, 233), (32882, 262, 182, 258), (33075, 262, 185, 186), (33136, 262, 185, 247), (33445, 262, 189, 218), (33528, 262, 190, 219), (33553, 262, 190, 244), (33640, 262, 191, 250), (33694, 262, 192, 224), (33765, 262, 193, 216), (34007, 262, 196, 227), (34095, 262, 197, 240), (34107, 262, 197, 252), (34150, 262, 198, 221), (34284, 262, 200, 210), (34547, 262, 203, 263), (34558, 262, 204, 206), (34777, 262, 207, 227), (35422, 262, 218, 223), (35484, 262, 219, 232), (36059, 262, 231, 249), (36263, 262, 236, 263), (36345, 262, 239, 243), (36364, 262, 239, 262), (36753, 262, 255, 259), (36776, 262, 256, 266), (36780, 262, 256, 270), (36847, 262, 262, 262), (40, 263, 1, 40), (118, 263, 1, 118), (339, 263, 2, 69), (650, 263, 3, 111), (766, 263, 3, 227), (1238, 263, 5, 164), (1271, 263, 5, 197), (1355, 263, 6, 15), (1505, 263, 6, 165), (1887, 263, 8, 18), (1975, 263, 8, 106), (2146, 263, 9, 14), (2183, 263, 9, 51), (2580, 263, 10, 186), (2641, 263, 10, 247), (2793, 263, 11, 138), (2857, 263, 11, 202), (3035, 263, 12, 120), (3107, 263, 12, 192), (3193, 263, 13, 19), (3431, 263, 13, 257), (3578, 263, 14, 146), (3880, 263, 15, 191), (4119, 263, 16, 174), (4127, 263, 16, 182), (4232, 263, 17, 32), (4454, 263, 17, 254), (4636, 263, 18, 182), (4784, 263, 19, 77), (5106, 263, 20, 148), (5167, 263, 20, 209), (5335, 263, 21, 126), (5467, 263, 21, 258), (5535, 263, 22, 76), (5697, 263, 22, 238), (5840, 263, 23, 132), (6203, 263, 24, 247), (6213, 263, 24, 257), (6443, 263, 25, 240), (6455, 263, 25, 252), (6988, 263, 28, 50), (7087, 263, 28, 149), (7261, 263, 29, 80), (7439, 263, 29, 258), (7472, 263, 30, 49), (7686, 263, 30, 263), (7747, 263, 31, 81), (7750, 263, 31, 84), (8136, 263, 32, 230), (8192, 263, 33, 47), (8342, 263, 33, 197), (8478, 263, 34, 95), (8488, 263, 34, 105), (8737, 263, 35, 117), (8814, 263, 35, 194), (9032, 263, 36, 176), (9042, 263, 36, 186), (9647, 263, 39, 89), (9674, 263, 39, 116), (10003, 263, 40, 212), (10151, 263, 41, 129), (10195, 263, 41, 173), (10378, 263, 42, 125), (10384, 263, 42, 131), (10774, 263, 44, 64), (10823, 263, 44, 113), (11604, 263, 47, 216), (11668, 263, 48, 56), (11757, 263, 48, 145), (12090, 263, 49, 255), (12115, 263, 50, 58), (12469, 263, 51, 191), (12616, 263, 52, 117), (12743, 263, 52, 244), (13003, 263, 54, 67), (13160, 263, 54, 224), (13336, 263, 55, 183), (13467, 263, 56, 98), (13711, 263, 57, 127), (13722, 263, 57, 138), (14029, 263, 58, 231), (14105, 263, 59, 94), (14152, 263, 59, 141), (14293, 263, 60, 70), (14449, 263, 60, 226), (14760, 263, 62, 115), (14788, 263, 62, 143), (15103, 263, 63, 249), (15234, 263, 64, 172), (15367, 263, 65, 97), (15400, 263, 65, 130), (15909, 263, 67, 227), (16012, 263, 68, 126), (16132, 263, 68, 246), (16328, 263, 69, 239), (16440, 263, 70, 149), (16676, 263, 71, 184), (16846, 263, 72, 153); INSERT INTO `breeding` (`ID`, `EggPalID`, `P1PalID`, `P2PalID`) VALUES (16909, 263, 72, 216), (16980, 263, 73, 88), (17062, 263, 73, 170), (17238, 263, 74, 148), (17376, 263, 75, 89), (17487, 263, 75, 200), (17615, 263, 76, 132), (17910, 263, 77, 231), (18424, 263, 80, 165), (18676, 263, 81, 226), (18739, 263, 82, 99), (18841, 263, 82, 201), (18937, 263, 83, 107), (19148, 263, 84, 130), (20004, 263, 88, 243), (20435, 263, 91, 128), (20488, 263, 91, 181), (20842, 263, 93, 176), (20875, 263, 93, 209), (20988, 263, 94, 144), (21122, 263, 95, 101), (21341, 263, 96, 144), (21397, 263, 96, 200), (21597, 263, 97, 225), (21736, 263, 98, 190), (21869, 263, 99, 150), (22018, 263, 100, 127), (22103, 263, 100, 212), (22312, 263, 101, 250), (22422, 263, 102, 190), (22464, 263, 102, 232), (22843, 263, 105, 106), (23314, 263, 107, 246), (23779, 263, 110, 222), (23785, 263, 110, 228), (23854, 263, 111, 136), (24014, 263, 112, 136), (24131, 263, 112, 253), (24159, 263, 113, 121), (24366, 263, 114, 170), (24508, 263, 115, 155), (24668, 263, 116, 157), (25053, 263, 118, 232), (25293, 263, 120, 166), (25422, 263, 121, 141), (25727, 263, 123, 147), (25739, 263, 123, 159), (25875, 263, 124, 147), (26020, 263, 125, 145), (26498, 263, 128, 185), (26655, 263, 129, 199), (26992, 263, 131, 252), (27194, 263, 133, 172), (27277, 263, 133, 255), (27341, 263, 134, 181), (27382, 263, 134, 222), (27538, 263, 135, 240), (27543, 263, 135, 245), (28128, 263, 140, 159), (28613, 263, 143, 253), (28893, 263, 146, 152), (29492, 263, 150, 254), (29681, 263, 152, 202), (29822, 263, 153, 224), (30009, 263, 155, 175), (30269, 263, 157, 204), (30422, 263, 158, 243), (30441, 263, 158, 262), (30818, 263, 162, 192), (30920, 263, 163, 184), (31062, 263, 164, 218), (31304, 263, 166, 245), (32031, 263, 173, 256), (32419, 263, 177, 256), (32899, 263, 183, 185), (33845, 263, 194, 218), (34232, 263, 199, 230), (34364, 263, 201, 219), (34569, 263, 204, 217), (35273, 263, 215, 239), (35296, 263, 215, 262), (35383, 263, 217, 238), (35473, 263, 219, 221), (35599, 263, 221, 244), (35790, 263, 225, 241), (35933, 263, 228, 249), (36857, 263, 263, 263), (885, 264, 4, 78), (1049, 264, 4, 242), (1074, 264, 4, 267), (1691, 264, 7, 86), (1794, 264, 7, 189), (1828, 264, 7, 223), (9339, 264, 37, 248), (9357, 264, 37, 266), (9361, 264, 37, 270), (9536, 264, 38, 211), (10560, 264, 43, 78), (10650, 264, 43, 168), (10749, 264, 43, 267), (14629, 264, 61, 195), (14682, 264, 61, 248), (14704, 264, 61, 270), (15555, 264, 66, 79), (15563, 264, 66, 87), (15637, 264, 66, 161), (18085, 264, 78, 211), (18287, 264, 79, 220), (19394, 264, 85, 188), (19404, 264, 85, 198), (19429, 264, 85, 223), (19588, 264, 86, 196), (19597, 264, 86, 205), (19813, 264, 87, 236), (20595, 264, 92, 108), (20596, 264, 92, 109), (20747, 264, 92, 260), (22610, 264, 103, 208), (22663, 264, 103, 261), (22670, 264, 103, 268), (22749, 264, 104, 179), (22765, 264, 104, 195), (22818, 264, 104, 248), (23392, 264, 108, 160), (25163, 264, 119, 188), (25164, 264, 119, 189), (25198, 264, 119, 223), (25587, 264, 122, 156), (25634, 264, 122, 203), (25690, 264, 122, 259), (27835, 264, 137, 266), (27839, 264, 137, 270), (29567, 264, 151, 208), (29620, 264, 151, 261), (29630, 264, 151, 271), (30158, 264, 156, 208), (30218, 264, 156, 268), (30639, 264, 160, 234), (30665, 264, 160, 260), (30703, 264, 161, 187), (30736, 264, 161, 220), (31343, 264, 167, 179), (31359, 264, 167, 195), (31398, 264, 167, 234), (31456, 264, 168, 187), (31489, 264, 168, 220), (31585, 264, 169, 213), (31601, 264, 169, 229), (31605, 264, 169, 233), (32518, 264, 178, 261), (32528, 264, 178, 271), (33327, 264, 187, 267), (33377, 264, 188, 233), (33432, 264, 189, 205), (33745, 264, 193, 196), (33756, 264, 193, 207), (33813, 264, 193, 264), (34142, 264, 198, 213), (34162, 264, 198, 233), (34498, 264, 203, 214), (34549, 264, 203, 265), (34814, 264, 207, 264), (35008, 264, 210, 269), (35042, 264, 211, 242), (35213, 264, 214, 236), (36233, 264, 235, 269), (36235, 264, 235, 271), (36265, 264, 236, 265), (36817, 264, 259, 265), (36820, 264, 259, 268), (36866, 264, 264, 264), (18143, 265, 78, 269), (18275, 265, 79, 208), (18328, 265, 79, 261), (18338, 265, 79, 271), (19785, 265, 87, 208), (19838, 265, 87, 261), (19845, 265, 87, 268), (25645, 265, 122, 214), (25696, 265, 122, 265), (30777, 265, 161, 261), (30787, 265, 161, 271), (31538, 265, 168, 269), (31540, 265, 168, 271), (34828, 265, 208, 214), (35245, 265, 214, 268), (36874, 265, 265, 265), (36877, 265, 265, 268), (36889, 265, 267, 269), (1643, 266, 7, 38), (1684, 266, 7, 79), (1744, 266, 7, 139), (1766, 266, 7, 161), (1773, 266, 7, 168), (1847, 266, 7, 242), (1872, 266, 7, 267), (6773, 266, 27, 79), (6781, 266, 27, 87), (6816, 266, 27, 122), (6855, 266, 27, 161), (6902, 266, 27, 208), (6908, 266, 27, 214), (6959, 266, 27, 265), (6962, 266, 27, 268), (9213, 266, 37, 122), (9299, 266, 37, 208), (9352, 266, 37, 261), (9359, 266, 37, 268), (9360, 266, 37, 269), (9362, 266, 37, 271), (9444, 266, 38, 119), (9518, 266, 38, 193), (9521, 266, 38, 196), (9530, 266, 38, 205), (9532, 266, 38, 207), (9589, 266, 38, 264), (14642, 266, 61, 208), (14695, 266, 61, 261), (14702, 266, 61, 268), (14703, 266, 61, 269), (14705, 266, 61, 271), (17951, 266, 78, 7), (17959, 266, 78, 85), (17993, 266, 78, 119), (18070, 266, 78, 196), (18079, 266, 78, 205), (18081, 266, 78, 207), (18107, 266, 78, 233), (18138, 266, 78, 264), (18152, 266, 79, 85), (18157, 266, 79, 90), (18186, 266, 79, 119), (18280, 266, 79, 213), (18296, 266, 79, 229), (18300, 266, 79, 233), (19293, 266, 85, 87), (19367, 266, 85, 161), (19374, 266, 85, 168), (19420, 266, 85, 214), (19448, 266, 85, 242), (19473, 266, 85, 267), (19500, 266, 86, 108), (19501, 266, 86, 109), (19531, 266, 86, 139), (19546, 266, 86, 154), (19572, 266, 86, 180), (19626, 266, 86, 234), (19629, 266, 86, 237), (19652, 266, 86, 260), (19667, 266, 87, 90), (19696, 266, 87, 119), (19790, 266, 87, 213), (19806, 266, 87, 229), (19810, 266, 87, 233), (20248, 266, 90, 122), (20334, 266, 90, 208), (20340, 266, 90, 214), (20387, 266, 90, 261), (20391, 266, 90, 265), (20394, 266, 90, 268), (20756, 266, 92, 269), (22778, 266, 104, 208), (22831, 266, 104, 261), (22839, 266, 104, 269), (22841, 266, 104, 271), (23401, 266, 108, 169), (23420, 266, 108, 188), (23421, 266, 108, 189), (23430, 266, 108, 198), (23455, 266, 108, 223), (23583, 266, 109, 188), (23584, 266, 109, 189), (23588, 266, 109, 193), (23593, 266, 109, 198), (23618, 266, 109, 223), (23659, 266, 109, 264), (25136, 266, 119, 161), (25143, 266, 119, 168), (25217, 266, 119, 242), (25242, 266, 119, 267), (25568, 266, 122, 137), (25644, 266, 122, 213), (25660, 266, 122, 229), (27777, 266, 137, 208), (27830, 266, 137, 261), (27834, 266, 137, 265), (27837, 266, 137, 268), (27838, 266, 137, 269), (27840, 266, 137, 271), (28030, 266, 139, 193), (28033, 266, 139, 196), (28042, 266, 139, 205), (28044, 266, 139, 207), (28101, 266, 139, 264), (29905, 266, 154, 189), (29909, 266, 154, 193), (29912, 266, 154, 196), (29921, 266, 154, 205), (29923, 266, 154, 207), (29980, 266, 154, 264), (30674, 266, 160, 269), (30721, 266, 161, 205), (30729, 266, 161, 213), (30745, 266, 161, 229), (30749, 266, 161, 233), (31425, 266, 167, 261), (31433, 266, 167, 269), (31435, 266, 167, 271), (31465, 266, 168, 196), (31474, 266, 168, 205), (31482, 266, 168, 213), (31498, 266, 168, 229), (31502, 266, 168, 233), (31551, 266, 169, 179), (31567, 266, 169, 195), (31606, 266, 169, 234), (31620, 266, 169, 248), (31632, 266, 169, 260), (31638, 266, 169, 266), (31642, 266, 169, 270), (32539, 266, 179, 188), (32540, 266, 179, 189), (32549, 266, 179, 198), (32574, 266, 179, 223), (32631, 266, 180, 188), (32632, 266, 180, 189), (32636, 266, 180, 193), (32650, 266, 180, 207), (32666, 266, 180, 223), (32707, 266, 180, 264), (33339, 266, 188, 195), (33378, 266, 188, 234), (33392, 266, 188, 248), (33404, 266, 188, 260), (33461, 266, 189, 234), (33464, 266, 189, 237), (33487, 266, 189, 260), (33786, 266, 193, 237), (33791, 266, 193, 242), (33809, 266, 193, 260), (33902, 266, 195, 198), (33927, 266, 195, 223), (34017, 266, 196, 237), (34022, 266, 196, 242), (34047, 266, 196, 267), (34163, 266, 198, 234), (34177, 266, 198, 248), (34189, 266, 198, 260), (34199, 266, 198, 270), (34661, 266, 205, 242), (34686, 266, 205, 267), (34787, 266, 207, 237), (34792, 266, 207, 242), (34817, 266, 207, 267), (35133, 266, 213, 214), (35184, 266, 213, 265), (35186, 266, 213, 267), (35206, 266, 214, 229), (35210, 266, 214, 233), (35688, 266, 223, 234), (35691, 266, 223, 237), (35714, 266, 223, 260), (35992, 266, 229, 265), (35995, 266, 229, 268), (36154, 266, 233, 265), (36156, 266, 233, 267), (36299, 266, 237, 264), (36459, 266, 242, 264), (36881, 266, 266, 266), (36885, 266, 266, 270), (9404, 267, 38, 79), (9412, 267, 38, 87), (9447, 267, 38, 122), (9486, 267, 38, 161), (9539, 267, 38, 214), (9590, 267, 38, 265), (9593, 267, 38, 268), (17953, 267, 78, 79), (17961, 267, 78, 87), (18035, 267, 78, 161), (18042, 267, 78, 168), (18088, 267, 78, 214), (18139, 267, 78, 265), (18141, 267, 78, 267), (18206, 267, 79, 139), (18228, 267, 79, 161), (18235, 267, 79, 168), (18309, 267, 79, 242), (18334, 267, 79, 267), (19716, 267, 87, 139), (19731, 267, 87, 154), (19745, 267, 87, 168), (19819, 267, 87, 242), (19844, 267, 87, 267), (23440, 267, 108, 208), (23493, 267, 108, 261), (23501, 267, 108, 269), (23503, 267, 108, 271), (23517, 267, 109, 122), (23603, 267, 109, 208), (23656, 267, 109, 261), (23663, 267, 109, 268), (23664, 267, 109, 269), (23666, 267, 109, 271), (25570, 267, 122, 139), (25585, 267, 122, 154), (25611, 267, 122, 180), (25668, 267, 122, 237), (25673, 267, 122, 242), (28045, 267, 139, 208), (28051, 267, 139, 214), (28102, 267, 139, 265), (28105, 267, 139, 268), (29924, 267, 154, 208), (29930, 267, 154, 214), (29977, 267, 154, 261), (29981, 267, 154, 265), (29984, 267, 154, 268), (30684, 267, 161, 168), (30758, 267, 161, 242), (30783, 267, 161, 267), (31511, 267, 168, 242), (31536, 267, 168, 267), (32620, 267, 179, 269), (32622, 267, 179, 271), (32651, 267, 180, 208), (32704, 267, 180, 261), (32708, 267, 180, 265), (32711, 267, 180, 268), (32714, 267, 180, 271), (33973, 267, 195, 269), (34851, 267, 208, 237), (34874, 267, 208, 260), (35214, 267, 214, 237), (35219, 267, 214, 242), (35244, 267, 214, 267), (36188, 267, 234, 261), (36196, 267, 234, 269), (36198, 267, 234, 271), (36296, 267, 237, 261), (36300, 267, 237, 265), (36303, 267, 237, 268), (36306, 267, 237, 271), (36460, 267, 242, 265), (36623, 267, 248, 269), (36825, 267, 260, 261), (36832, 267, 260, 268), (36833, 267, 260, 269), (36835, 267, 260, 271), (36887, 267, 267, 267), (18336, 268, 79, 269), (19846, 268, 87, 269), (19848, 268, 87, 271), (25639, 268, 122, 208), (25692, 268, 122, 261), (25699, 268, 122, 268), (25702, 268, 122, 271), (30785, 268, 161, 269), (34879, 268, 208, 265), (34882, 268, 208, 268), (35238, 268, 214, 261), (35246, 268, 214, 269), (35248, 268, 214, 271), (36840, 268, 261, 265), (36843, 268, 261, 268), (36880, 268, 265, 271), (36892, 268, 268, 268), (36896, 269, 269, 269), (1692, 270, 7, 87), (1819, 270, 7, 214), (6955, 270, 27, 261), (6965, 270, 27, 271), (9411, 270, 38, 86), (9514, 270, 38, 189), (18067, 270, 78, 193), (18263, 270, 79, 196), (18272, 270, 79, 205), (19328, 270, 85, 122), (19471, 270, 85, 265), (19634, 270, 86, 242), (19782, 270, 87, 205), (20397, 270, 90, 271), (23564, 270, 109, 169), (25189, 270, 119, 214), (25240, 270, 119, 265), (25664, 270, 122, 233), (28026, 270, 139, 189), (28060, 270, 139, 223), (29904, 270, 154, 188), (29939, 270, 154, 223), (30712, 270, 161, 196), (30723, 270, 161, 207), (31476, 270, 168, 207), (31533, 270, 168, 264), (31552, 270, 169, 180), (32641, 270, 180, 198), (33381, 270, 188, 237), (33816, 270, 193, 267), (33970, 270, 195, 266), (34166, 270, 198, 237), (34827, 270, 208, 213), (34843, 270, 208, 229), (35187, 270, 213, 268), (35988, 270, 229, 261), (36157, 270, 233, 268), (36620, 270, 248, 266), (36624, 270, 248, 270), (36869, 270, 264, 267), (36899, 270, 270, 270), (34883, 271, 208, 269), (36844, 271, 261, 269), (36898, 271, 269, 271), (36901, 271, 271, 271); -- -------------------------------------------------------- -- -- Table structure for table `buildobjects` -- CREATE TABLE `buildobjects` ( `ID` int NOT NULL, `DevName` varchar(80) NOT NULL, `MapObjectId` varchar(50) NOT NULL, `Name` varchar(50) NOT NULL, `Description` text, `Image` varchar(100) DEFAULT NULL, `Material` json DEFAULT NULL, `Category` varchar(25) NOT NULL, `RequiredBuildWorkAmount` float NOT NULL, `InstallNeighborThreshold` float NOT NULL, `IsInstallOnlyOnBase` tinyint(1) NOT NULL, `IsInstallOnlyHubAround` tinyint(1) NOT NULL, `BuildExpRate` float NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `buildobjects` -- INSERT INTO `buildobjects` (`ID`, `DevName`, `MapObjectId`, `Name`, `Description`, `Image`, `Material`, `Category`, `RequiredBuildWorkAmount`, `InstallNeighborThreshold`, `IsInstallOnlyOnBase`, `IsInstallOnlyHubAround`, `BuildExpRate`) VALUES (1, 'FarmBlockV2_wheet', 'FarmBlockV2_wheet', 'Wheat Plantation', 'A farm that can grow Wheat. It requires an average amount of time to harvest. Requires a few Pals to plant seeds, water, and harvest crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_wheet.png', '[{\"Name\": \"Wheat Seeds\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 15}, {\"Name\": \"Stone\", \"Amount\": 15}]', 'Food', 8000, 140, 0, 0, 3.32), (2, 'FarmBlockV2_tomato', 'FarmBlockV2_tomato', 'Tomato Plantation', 'A farm that can grow Tomato. They take time to harvest, but increase the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_tomato.png', '[{\"Name\": \"Tomato Seeds\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 70}, {\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 5}]', 'Food', 20000, 140, 0, 0, 4.82), (3, 'FarmBlockV2_Lettuce', 'FarmBlockV2_Lettuce', 'Lettuce Plantation', 'A farm that can grow Lettuce. It takes time to harvest, but increases the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Lettuce.png', '[{\"Name\": \"Lettuce Seeds\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 100}, {\"Name\": \"Stone\", \"Amount\": 70}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 10}]', 'Food', 40000, 140, 0, 0, 6.35), (4, 'FarmBlockV2_Berries', 'FarmBlockV2_Berries', 'Berry Plantation', 'A farm that can grow Red Berries. Harvest time is quick, but eating them doesn\'t provide much sustenance. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Berries.png', '[{\"Name\": \"Berry Seeds\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Food', 3000, 140, 0, 0, 2.21), (5, 'FarmBlockV2_Carrot', 'FarmBlockV2_Carrot', 'Carrot Plantation', 'A farm where you can grow Carrot. It takes time to harvest, but increases the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Carrot.png', '[{\"Name\": \"Carrot Seeds\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 1}]', 'Food', 20000, 140, 0, 0, 4.82), (6, 'FarmBlockV2_Onion', 'FarmBlockV2_Onion', 'Onion Plantation', 'A farm where you can grow Onion. It takes time to harvest, but increases the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Onion.png', '[{\"Name\": \"Onion Seeds\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 2}]', 'Food', 20000, 140, 0, 0, 4.82), (7, 'FarmBlockV2_Potato', 'FarmBlockV2_Potato', 'Potato Plantation', 'A farm where you can grow Potato. It takes time to harvest, but increases the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Potato.png', '[{\"Name\": \"Potato Seeds\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 3}]', 'Food', 20000, 140, 0, 0, 4.82), (8, 'PalFoodBox', 'PalFoodBox', 'Feed Box', 'A box for storing Pal food. Pals can feed from it when hungry. Make sure to keep it well-stocked to keep your Pals happy.', '/public/images/build/T_icon_buildObject_PalFoodBox.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Food', 1000, 0, 0, 0, 1.37), (9, 'Wooden_foundation', 'Wooden_foundation', 'Wooden Foundation', 'A foundation for building walls or facilities on. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_Foundation.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (10, 'Wooden_wall', 'Wooden_wall', 'Wooden Wall', 'Walls built on foundations for keeping out intruders. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_Wall_V2.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (11, 'Wood_WindowWall', 'Wood_WindowWall', 'Wooden Wall and Window', 'Wall built on a foundation for keeping out intruders. Includes a window. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_WindowWall.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (12, 'Wood_TriangleWall', 'Wood_TriangleWall', 'Wooden Triangular Wall', 'Triangular wall built on a foundation for keeping out intruders. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_TriangleWall.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (13, 'Wooden_roof', 'Wooden_roof', 'Wooden Roof', 'A roof built on top of walls to keep out the rain and wind. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_Roof.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (14, 'Wood_SlantedRoof', 'Wood_SlantedRoof', 'Wooden Slanted Roof', 'Slanted roof built on top of walls to keep out the rain and wind. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_SlantedRoof.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (15, 'Wooden_stair', 'Wooden_stair', 'Wooden Stairs', 'Stairs placed below a foundation or roof for climbing up. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_Stair.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (16, 'Wooden_DoorWall', 'Wooden_DoorWall', 'Wooden Door', 'Door built on a foundation. Becomes an entrance. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_DoorWall.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (17, 'Wooden_pillar', 'Wooden_Pillar', 'Wooden Pillar', 'Column for structural support. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_pillar.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 0, 0, 0, 0), (18, 'DefenseWall_Wood', 'DefenseWall_Wood', 'Wooden Defensive Wall', 'Massive defensive wall to prevent enemy intrusions. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_DefenseWall_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Defenses', 0, 0, 0, 0, 0), (19, 'Wood_Gate', 'Wood_Gate', 'Wooden Gate', 'Gate large enough for big Pals to pass through. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_Gate.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Defenses', 2000, 0, 0, 0, 1.86), (20, 'Stone_foundation', 'Stone_foundation', 'Stone Foundation', 'A foundation for building walls or facilities on. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_Foundation.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (21, 'Stone_wall', 'Stone_wall', 'Stone Wall', 'Walls built on foundations for keeping out intruders. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_Wall_V2.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (22, 'Stone_WindowWall', 'Stone_WindowWall', 'Stone Wall and Window', 'Wall built on a foundation for keeping out intruders. Includes a window. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_WindowWall.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (23, 'Stone_TriangleWall', 'Stone_TriangleWall', 'Stone Triangular Wall', 'Triangular wall built on a foundation for keeping out intruders. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_TriangleWall.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (24, 'Stone_roof', 'Stone_roof', 'Stone Roof', 'A roof built on top of walls to keep out the rain and wind. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_Roof.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (25, 'Stone_SlantedRoof', 'Stone_SlantedRoof', 'Stone Slanted Roof', 'Slanted roof built on top of walls to keep out the rain and wind. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_SlantedRoof.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (26, 'Stone_stair', 'Stone_stair', 'Stone Stairs', 'Stairs placed below a foundation or roof for climbing up. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_Stair.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (27, 'Stone_DoorWall', 'Stone_DoorWall', 'Stone Door', 'Door built on a foundation. Becomes an entrance. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_DoorWall.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (28, 'Stone_pillar', 'Stone_Pillar', 'Stone Pillar', 'Column for structural support. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_pillar.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 0, 0, 0, 0), (29, 'DefenseWall', 'DefenseWall', 'Stone Defensive Wall', 'Massive defensive wall to prevent enemy intrusions. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_DefenseWall.png', '[{\"Name\": \"Stone\", \"Amount\": 10}]', 'Defenses', 0, 0, 0, 0, 0), (30, 'Stone_Gate', 'Stone_Gate', 'Stone Gate', 'Gate large enough for big Pals to pass through. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_Gate.png', '[{\"Name\": \"Stone\", \"Amount\": 10}]', 'Defenses', 5000, 0, 0, 0, 2.74), (31, 'Metal_foundation', 'Metal_foundation', 'Metal Foundation', 'A foundation for building walls or facilities on. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_Foundation.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (32, 'Metal_wall', 'Metal_wall', 'Metal Wall', 'Walls built on foundations for keeping out intruders. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_Wall_V2.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (33, 'Metal_WindowWall', 'Metal_WindowWall', 'Metal Wall and Window', 'Wall built on a foundation for keeping out intruders. Includes a window. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_WindowWall.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (34, 'Metal_TriangleWall', 'Metal_TriangleWall', 'Metal Triangular Wall', 'Triangular wall built on a foundation for keeping out intruders. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_TriangleWall.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (35, 'Metal_roof', 'Metal_roof', 'Metal Roof', 'A roof built on top of walls to keep out the rain and wind. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_Roof.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (36, 'Metal_SlantedRoof', 'Metal_SlantedRoof', 'Metal Slanted Roof', 'Slanted roof built on top of walls to keep out the rain and wind. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_SlantedRoof.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (37, 'Metal_stair', 'Metal_stair', 'Metal Stairs', 'Stairs placed below a foundation or roof for climbing up. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_Stair.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (38, 'Metal_DoorWall', 'Metal_DoorWall', 'Metal Door', 'Door built on a foundation. Becomes an entrance. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_DoorWall.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (39, 'Metal_pillars', 'Metal_Pillars', 'Metal Pillar', 'Column for structural support. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_pillar.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 0, 0, 0, 0), (40, 'DefenseWall_Metal', 'DefenseWall_Metal', 'Metal Defensive Wall', 'Massive defensive wall to prevent enemy intrusions. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_DefenseWall_Metal.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Cement\", \"Amount\": 1}]', 'Defenses', 0, 0, 0, 0, 0), (41, 'Metal_Gate', 'Metal_Gate', 'Iron Gate', 'Gate large enough for big Pals to pass through. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Metal_Gate.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Cement\", \"Amount\": 1}]', 'Defenses', 15000, 0, 0, 0, 4.3), (42, 'DefenseBowGun', 'DefenseBowGun', 'Mounted Crossbow', 'A defensive installation for protecting a base from enemies. When a Pal with Handiwork suitability is assigned, it will continuously defend the base using a crossbow.', '/public/images/build/T_icon_buildObject_efenseBulletLauncher_BowGun.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Wooden Board\", \"Amount\": 3}, {\"Name\": \"Stone\", \"Amount\": 15}, {\"Name\": \"Nail\", \"Amount\": 5}]', 'Defenses', 10000, 0, 0, 1, 3.64), (43, 'DefenseMachinegun', 'DefenseMachinegun', 'Mounted Machine Gun', 'A defensive installation for protecting a base from enemies. When a Pal with Handiwork suitability is assigned, it will continuously defend the base using a machine gun.', '/public/images/build/T_icon_buildObject_DefenseMachinegun.png', '[{\"Name\": \"Ingot\", \"Amount\": 15}, {\"Name\": \"Nail\", \"Amount\": 10}, {\"Name\": \"Cement\", \"Amount\": 15}]', 'Defenses', 50000, 0, 0, 1, 6.94), (44, 'DefenseMissile', 'DefenseMissile', 'Mounted Missile Launcher', 'A defensive installation for protecting a base from enemies. When a Pal with Handiwork suitability is assigned, it will continuously defend the base using a missile launcher.', '/public/images/build/T_icon_buildObject_efenseBulletLauncher_Missile.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 20}, {\"Name\": \"Computer\", \"Amount\": 5}, {\"Name\": \"Bio Battery\", \"Amount\": 3}, {\"Name\": \"Cement\", \"Amount\": 30}]', 'Defenses', 150000, 0, 0, 1, 10.62), (45, 'DefenseWait', 'DefenseWait', 'Sandbag', 'A defensive installation for protecting a base from enemies. When a Pal is assigned, it will stop other work and stay on lookout and prepare for combat.', '/public/images/build/T_icon_buildObject_DefenseWait.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Defenses', 3000, 0, 0, 1, 2.21), (46, 'ElectricGenerator', 'ElectricGenerator', 'Power Generator', 'A power generator fueled by Electric Pals. Electric equipment won\'t run without this.', '/public/images/build/T_icon_buildObject_EnergyGenerator_Electric.png', '[{\"Name\": \"Ingot\", \"Amount\": 50}, {\"Name\": \"Electric Organ\", \"Amount\": 20}]', 'Infrastructure', 50000, 0, 0, 1, 6.94), (47, 'FastTravelPoint', 'FastTravelPoint', 'Great Eagle Statue', 'A stone monument in the shape of a Chikipi. Allows fast travel to the location where it is placed.', '/public/images/build/T_icon_buildObject_FastTravelPoint.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Infrastructure', 1000, 0, 0, 1, 1.37), (48, 'ItemChest', 'ItemChest', 'Wooden Chest', 'Stores items. Made from wood, it breaks easily. It\'s probably not the best thing to store valuables in.', '/public/images/build/T_icon_buildObject_ItemChest.png', '[{\"Name\": \"Wood\", \"Amount\": 15}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Storage', 1000, 0, 0, 0, 1.37), (49, 'ItemChest_02', 'ItemChest_02', 'Metal Chest', 'Stores items. Reinforced with metal, it is somewhat durable. The increased size allows for the storage of more things.', '/public/images/build/T_icon_buildObject_ItemChest_02.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Wood\", \"Amount\": 10}]', 'Storage', 8000, 0, 0, 0, 3.32), (50, 'ItemChest_03', 'ItemChest_03', 'Refined Metal Chest', 'Stores items. Made of iron, it is extremely durable. It is useful as a large, secure storage box.', '/public/images/build/T_icon_buildObject_ItemChest_03.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 5}, {\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Nail\", \"Amount\": 10}]', 'Storage', 50000, 0, 0, 0, 6.94), (51, 'PlayerBed_02', 'PlayerBed_02', 'Shoddy Bed', 'A shoddy bed for humans. Use it when injured or to sleep at night. You won\'t be able to sleep soundly without a roof over your head.', '/public/images/build/T_icon_buildObject_PlayerBed_02.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 5}, {\"Name\": \"Wool\", \"Amount\": 1}]', 'Infrastructure', 2000, 0, 1, 0, 1.86), (52, 'PlayerBed_03', 'PlayerBed_03', 'Fine Bed', 'A fluffy bed for humans. Use it when injured or to sleep at night. You won\'t be able to sleep soundly without a roof over your head.', '/public/images/build/T_icon_buildObject_PlayerBed_03.png', '[{\"Name\": \"Cloth\", \"Amount\": 10}, {\"Name\": \"Wood\", \"Amount\": 50}, {\"Name\": \"Nail\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 20}]', 'Infrastructure', 20000, 0, 1, 0, 4.82), (53, 'BuildableGoddessStatue', 'BuildableGoddessStatue', 'Statue of Power', 'Stone statue spoken of in legends on Palpagos Island. Offer up Lifmunk Effigy to receive strange powers.', '/public/images/build/T_icon_buildObject_BuildableGoddessStatue.png', '[{\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Paldium Fragment\", \"Amount\": 10}]', 'Pal', 5000, 0, 0, 1, 2.74), (54, 'Heater', 'Heater', 'Heater', 'A device that blows warm air, raising the temperature of a base. It doesn\'t provide much warmth, but helps one to endure somewhat cold environments. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_HeaterMedieval.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Charcoal\", \"Amount\": 10}, {\"Name\": \"Flame Organ\", \"Amount\": 5}]', 'Infrastructure', 10000, 0, 0, 0, 3.64), (55, 'ElectricHeater', 'ElectricHeater', 'Electric Heater', 'A device that blows warm air, raising the temperature of a base. Using electricity, it can really heat things up. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_HeaterElectric.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 30}, {\"Name\": \"Circuit Board\", \"Amount\": 10}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 5}, {\"Name\": \"Flame Organ\", \"Amount\": 10}]', 'Infrastructure', 100000, 0, 0, 1, 9.09), (56, 'Cooler', 'Cooler', 'Cooler', 'A device that blows cool air, lowering the temperature of a base. It doesn\'t provide much relief from the heat, but helps one to endure somewhat hot environments. Requires an Ice Pal for cooling.', '/public/images/build/T_icon_buildObject_CoolerMedieval.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Ice Organ\", \"Amount\": 5}]', 'Infrastructure', 10000, 0, 0, 1, 3.64), (57, 'ElectricCooler', 'ElectricCooler', 'Electric Cooler', 'A device that blows cool air, lowering the temperature of a base. Using electricity, it can really lower the temperature. Requires an Ice Pal for cooling.', '/public/images/build/T_icon_buildObject_CoolerElectric.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 30}, {\"Name\": \"Circuit Board\", \"Amount\": 10}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 10}]', 'Infrastructure', 100000, 0, 0, 1, 9.09), (58, 'Torch', 'Torch', 'Mounted Torch', 'A light source that provides illumination to a base even at night. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_TorchStand.png', '[{\"Name\": \"Wood\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Lighting', 1000, 0, 0, 0, 1.37), (59, 'WallTorch', 'WallTorch', 'Wall Torch', 'A light source that provides illumination to a base even at night. It can be placed on walls. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_TorchHang.png', '[{\"Name\": \"Wood\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Lighting', 1000, 0, 0, 0, 1.37), (60, 'Lamp', 'Lamp', 'Lamp', 'A light source that provides illumination to a base even at night. Requires electricity, but lights up a larger area.', '/public/images/build/T_icon_buildObject_LampStand.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 20}]', 'Lighting', 7000, 0, 0, 1, 3.15), (61, 'CeilingLamp', 'CeilingLamp', 'Ceiling Lamp', 'A light source that provides illumination to a base even at night. It can be placed on a ceiling. Requires electricity, but lights up a larger area.', '/public/images/build/T_icon_buildObject_LampTop.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 7000, 0, 0, 1, 3.15), (62, 'LargeLamp', 'LargeLamp', 'Large Mounted Lamp', 'A light source that provides illumination to a base even at night. Requires a significant amount of electricity, but lights up an even larger area.', '/public/images/build/T_icon_buildObject_LampStandLarge.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 30}, {\"Name\": \"Circuit Board\", \"Amount\": 5}, {\"Name\": \"Nail\", \"Amount\": 5}, {\"Name\": \"Bio Battery\", \"Amount\": 1}]', 'Lighting', 30000, 0, 0, 1, 5.67), (63, 'LargeCeilingLamp', 'LargeCeilingLamp', 'Large Ceiling Lamp', 'A light source that provides illumination to a base even at night. It can be placed on a ceiling. Requires a significant amount of electricity, but lights up an even larger area.', '/public/images/build/T_icon_buildObject_LampTopLarge.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 30}, {\"Name\": \"Circuit Board\", \"Amount\": 5}, {\"Name\": \"Nail\", \"Amount\": 5}, {\"Name\": \"Bio Battery\", \"Amount\": 1}]', 'Lighting', 30000, 0, 0, 1, 5.67), (64, 'Trap_LegHold', 'Trap_LegHold', 'Bear Trap (Small)', 'Trap that immobilizes Pals who step on it. The capture rate with the sphere increases when a Pal is trapped. Only effective on small Pals.', '/public/images/build/T_icon_buildObject_Trap_LegHold.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Defenses', 0, 0, 0, 0, 0), (65, 'Trap_LegHold_Big', 'Trap_LegHold_Big', 'Bear Trap (Large)', 'A bear trap to immobilize large Pals. The capture rate with the sphere increases when a Pal is trapped. Only effective on large Pals, small Pals will not be caught.', '/public/images/build/T_icon_buildObject_Trap_LegHold_Big.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}]', 'Defenses', 0, 0, 0, 0, 0), (66, 'Trap_Noose', 'Trap_Noose', 'Hanging Trap', 'Trap that catches Pals passing through it. Pals caught in the trap are easier to catch with Spheres. Only effective on small Pals.', '/public/images/build/T_icon_buildObject_Trap_Noose.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Defenses', 0, 0, 0, 0, 0), (67, 'Trap_MovingPanel', 'Trap_MovingPanel', 'Moving Panels', 'A description of the moving panel', NULL, '[{\"Name\": \"Paldium Fragment\", \"Amount\": 50}]', 'Defenses', 0, 0, 0, 0, 0), (68, 'Trap_MineElecShock', 'Trap_MineElecShock', 'Electric Mine', 'Trap that electrocutes the Pal that steps on it. The electrocuted Pal has a higher capture rate with the sphere.', '/public/images/build/T_icon_buildObject_Trap_MineElecShock.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Electric Organ\", \"Amount\": 2}]', 'Defenses', 0, 0, 0, 0, 0), (69, 'Trap_MineFreeze', 'Trap_MineFreeze', 'Ice Mine', 'Trap that freezes the Pal that steps on it. The frozen Pal has a higher capture rate with the sphere.', '/public/images/build/T_icon_buildObject_Trap_MineFreeze.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Ice Organ\", \"Amount\": 2}]', 'Defenses', 0, 0, 0, 0, 0), (70, 'Trap_MineAttack', 'Trap_MineAttack', 'Mine', 'Trap that explodes when a Pal steps on it. It deals damage to a wide area.', '/public/images/build/T_icon_buildObject_Trap_MineAttack.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Flame Organ\", \"Amount\": 2}]', 'Defenses', 0, 0, 0, 0, 0), (71, 'MedicalPalBed_02', 'MedicalPalBed_02', 'Straw Pal Bed', 'A straw bed for Pals. Pals can rest on it when injured, or to sleep at night. It isn\'t soft, but it\'s better than nothing.', '/public/images/build/T_icon_buildObject_MedicalPalBed_02.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 5}]', 'Infrastructure', 2000, 0, 0, 0, 1.86), (72, 'MedicalPalBed_03', 'MedicalPalBed_03', 'Fluffy Pal Bed', 'A fluffy bed that Pals can get a good rest on. Pals can rest on it when injured, or to sleep at night. Pals love sleeping on fluffy beds like this.', '/public/images/build/T_icon_buildObject_MedicalPalBed_03.png', '[{\"Name\": \"Cloth\", \"Amount\": 5}, {\"Name\": \"Wooden Board\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 5}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Infrastructure', 10000, 0, 0, 0, 3.64), (73, 'MedicalPalBed_04', 'MedicalPalBed_04', 'Large Pal Bed', 'A fluffy bed that Pals can get a good rest on. Pals can rest on it when injured, or to sleep at night. Even large Pals can sleep soundly on a bed like this.', '/public/images/build/T_icon_buildObject_MedicalPalBed_04.png', '[{\"Name\": \"High Quality Cloth\", \"Amount\": 5}, {\"Name\": \"Hardwood\", \"Amount\": 5}, {\"Name\": \"Nail\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 20}]', 'Infrastructure', 50000, 0, 0, 0, 6.94), (74, 'PalBoxV2', 'PalBoxV2', 'Palbox', 'Facility for storing captured Pals. Pals inside gradually recover Health. Area around this facility becomes a base.', '/public/images/build/T_icon_buildObject_PalBoxV2.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 1}, {\"Name\": \"Wood\", \"Amount\": 8}, {\"Name\": \"Stone\", \"Amount\": 3}]', 'Pal', 1000, 0, 0, 0, 1.37), (75, 'DisplayCharacter', 'DisplayCharacter', 'Viewing Cage', 'Container for observing captured Pals. Pals inside cannot participate in battle or production, but they do not become hungry.', '/public/images/build/T_icon_buildObject_DisplayCharacter.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 10}, {\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 20}]', 'Pal', 5000, 0, 0, 1, 2.74), (76, 'CharacterRankUp', 'CharacterRankUp', 'Pal Essence Condenser', 'A chamber for increasing a Pal\'s rank. Pals can surpass their physical limitations if given a concentrated extract taken from a Pal of the same type.', '/public/images/build/T_icon_buildObject_CharacterRankUp.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 20}, {\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 5}]', 'Pal', 30000, 0, 0, 1, 5.67), (77, 'SphereFactory_Black_01', 'SphereFactory_Black_01', 'Sphere Workbench', 'A Primitive Workbench for producing spheres used for capturing Pals. A small workspace keeps the production speed slow. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_01.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 10}, {\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Nail\", \"Amount\": 10}, {\"Name\": \"Ingot\", \"Amount\": 20}]', 'Production', 5000, 0, 0, 0, 2.74), (78, 'SphereFactory_Black_02', 'SphereFactory_Black_02', 'Sphere Assembly Line', 'An Assembly Line for producing spheres used for capturing Pals. By splitting Pals into groups, production speeds have somewhat increased. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_02.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 30}, {\"Name\": \"Wooden Board\", \"Amount\": 5}, {\"Name\": \"Ingot\", \"Amount\": 100}, {\"Name\": \"Nail\", \"Amount\": 20}]', 'Production', 30000, 0, 0, 1, 5.67), (79, 'SphereFactory_Black_03', 'SphereFactory_Black_03', 'Sphere Assembly Line II', 'An Assembly Line for producing spheres used for capturing Pals. Through clever management, production speeds have greatly increased. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_03.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 100}, {\"Name\": \"Circuit Board\", \"Amount\": 10}, {\"Name\": \"Nail\", \"Amount\": 30}, {\"Name\": \"Paldium Fragment\", \"Amount\": 50}]', 'Production', 120000, 0, 0, 1, 9.75), (80, 'SphereFactory_Black_04', 'SphereFactory_Black_04', 'Advanced Sphere Assembly Line', 'An Assembly Line for producing spheres used for capturing Pals. Advanced machinery has been introduced, allowing for the production of spheres at high speed. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_04.png', '[{\"Name\": \"Hexolite\", \"Amount\": 50}, {\"Name\": \"Plasteel\", \"Amount\": 50}, {\"Name\": \"Computer\", \"Amount\": 10}, {\"Name\": \"Bio Battery\", \"Amount\": 10}]', 'Production', 500000, 0, 0, 1, 16.79), (81, 'HatchingPalEgg', 'HatchingPalEgg', 'Egg Incubator', 'Used for incubating a Pal Egg. If a Pal Egg is left in it, it will automatically hatch after some time has passed.', '/public/images/build/T_icon_buildObject_HatchingPalEgg.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 2}]', 'Pal', 5000, 0, 0, 1, 2.74), (82, 'ElectricHatchingPalEgg', 'ElectricHatchingPalEgg', 'Electric Egg Incubator', 'Device for incubating Pal eggs. Requires electricity, but automatically keeps the inside of the incubator at appropriate temperatures.', '/public/images/build/T_icon_buildObject_ElectricHatchingPalEgg.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 50}, {\"Name\": \"Circuit Board\", \"Amount\": 15}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 5}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 2}]', 'Pal', 5000, 0, 0, 1, 2.74), (83, 'MultiElectricHatchingPalEgg', 'MultiElectricHatchingPalEgg', 'Large-Scale Electric Egg Incubator', 'Device for incubating Pal eggs. While power supply is required, it allows multiple eggs to be incubated simultaneously at the optimal temperature.', '/public/images/build/T_icon_buildObject_MultiElectricHatchingPalEgg.png', '[{\"Name\": \"Hexolite\", \"Amount\": 100}, {\"Name\": \"Circuit Board\", \"Amount\": 50}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 20}]', 'Pal', 5000, 0, 0, 1, 2.74), (84, 'MultiHatchingPalEgg', 'MultiHatchingPalEgg', 'Large Incubator', 'Device for incubating Pal eggs. It automatically maintains a suitable temperature and can hatch multiple eggs at once.', '/public/images/build/T_icon_buildObject_MultiHatchingPalEgg.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 50}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 20}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 4}]', 'Pal', 5000, 0, 0, 1, 2.74), (85, 'Spa', 'Spa', 'Hot Spring', 'Facility where Pals on base can rest. Restores SAN after a long day of hard work.', '/public/images/build/T_icon_buildObject_Spa.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 15}, {\"Name\": \"Paldium Fragment\", \"Amount\": 7}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 3}]', 'Infrastructure', 8000, 0, 0, 1, 3.32), (86, 'Spa2', 'Spa2', 'High Quality Hot Spring', 'Facility where Pals on base can rest. Now comfier and restores more SAN.', '/public/images/build/T_icon_buildObject_Spa_2.png', '[{\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Wood\", \"Amount\": 50}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 3}, {\"Name\": \"Cement\", \"Amount\": 10}]', 'Infrastructure', 50000, 0, 0, 1, 6.94), (87, 'Spa3', 'Spa3', 'Japanese-Style Hot Spring', 'Facility where Pals on base can rest. Its calming, traditional Japanese design offers an extra boost to SAN recovery.', '/public/images/build/T_icon_buildObject_Spa3.png', '[{\"Name\": \"Coralum Ingot\", \"Amount\": 30}, {\"Name\": \"Thermal Core\", \"Amount\": 10}, {\"Name\": \"Paldium Fragment\", \"Amount\": 20}, {\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Infrastructure', 50000, 0, 0, 1, 6.94), (88, 'BlastFurnace', 'BlastFurnace', 'Primitive Furnace', 'Allows refinement of Ingot. The quality leaves much to desire, and processing is slow. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_BlastFurnace.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 40}, {\"Name\": \"Flame Organ\", \"Amount\": 3}]', 'Production', 5000, 0, 0, 0, 2.74), (89, 'BlastFurnace2', 'BlastFurnace2', 'Improved Furnace', 'Allows refinement of Refined Ingot. The quality has improved, but the processing speed is still unsatisfactory. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_BlastFurnace_2.png', '[{\"Name\": \"Stone\", \"Amount\": 100}, {\"Name\": \"Cement\", \"Amount\": 30}, {\"Name\": \"Flame Organ\", \"Amount\": 15}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 5}]', 'Production', 30000, 0, 0, 0, 5.67), (90, 'BlastFurnace3', 'BlastFurnace3', 'Electric Furnace', 'Allows refinement of Pal Metal Ingot. It requires electricity to use, but is quicker to process. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_BlastFurnace3.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 50}, {\"Name\": \"Bio Battery\", \"Amount\": 4}, {\"Name\": \"Polymer\", \"Amount\": 20}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 10}]', 'Production', 100000, 0, 0, 1, 9.09), (91, 'BlastFurnace4', 'BlastFurnace4', 'Gigantic Furnace', 'Allows refinement of Hexolite. By growing in size, multiple Pals can collaborate to perform smelting. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_BlastFurnace4.png', '[{\"Name\": \"Plasteel\", \"Amount\": 150}, {\"Name\": \"Polymer\", \"Amount\": 100}, {\"Name\": \"Flame Organ\", \"Amount\": 200}, {\"Name\": \"Computer\", \"Amount\": 12}]', 'Production', 600000, 0, 0, 1, 17.98), (92, 'CampFire', 'Campfire', 'Campfire', 'Needed for cooking food. It can only be used to grill simple ingredients. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_CampFire.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Food', 1000, 0, 0, 0, 1.37), (93, 'CookingStove', 'CookingStove', 'Cooking Pot', 'Needed for cooking food. Use of a cooking pot allows for a wider variety of meal preparation. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_CookingStove.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 5}, {\"Name\": \"Ingot\", \"Amount\": 15}, {\"Name\": \"Flame Organ\", \"Amount\": 3}]', 'Food', 10000, 0, 0, 0, 3.64), (94, 'ElectricKitchen', 'ElectricKitchen', 'Electric Kitchen', 'Needed for cooking food. It requires electricity to run, but allows a large amount of meals to be prepared rapidly. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_ElectricKitchen.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 30}, {\"Name\": \"Circuit Board\", \"Amount\": 5}, {\"Name\": \"Charcoal\", \"Amount\": 20}, {\"Name\": \"Flame Organ\", \"Amount\": 5}]', 'Food', 70000, 0, 0, 1, 7.91), (95, 'HugeKitchen', 'HugeKitchen', 'Large-Scale Stone Oven', 'Needed for cooking food. By becoming larger, multiple Pals can cooperate to cook together. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_HugeKitchen.png', '[{\"Name\": \"Cement\", \"Amount\": 200}, {\"Name\": \"Charcoal\", \"Amount\": 200}, {\"Name\": \"High Quality Wooden Board\", \"Amount\": 25}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 13}]', 'Food', 200000, 0, 0, 1, 11.86), (96, 'Factory_Hard_01', 'Factory_Hard_01', 'High-Quality Workbench', 'An Assembly Line for producing items and gear. A small workspace limits production speeds. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_Factory_Hard_01.png', '[{\"Name\": \"Ingot\", \"Amount\": 8}, {\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Nail\", \"Amount\": 10}]', 'Production', 3000, 0, 0, 0, 2.21), (97, 'Factory_Hard_02', 'Factory_Hard_02', 'Production Assembly Line', 'An Assembly Line for producing items and gear. By splitting Pals into groups, production speeds have somewhat increased. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_Factory_Hard_02.png', '[{\"Name\": \"Ingot\", \"Amount\": 100}, {\"Name\": \"Wooden Board\", \"Amount\": 5}, {\"Name\": \"Nail\", \"Amount\": 20}, {\"Name\": \"Cement\", \"Amount\": 10}]', 'Production', 10000, 0, 0, 1, 3.64), (98, 'Factory_Hard_03', 'Factory_Hard_03', 'Production Assembly Line II', 'An Assembly Line for producing items and gear. Through clever management, production speeds have greatly increased. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_Factory_Hard_03.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 100}, {\"Name\": \"Circuit Board\", \"Amount\": 10}, {\"Name\": \"Cement\", \"Amount\": 30}, {\"Name\": \"Corrosive Solvent\", \"Amount\": 5}]', 'Production', 50000, 0, 0, 1, 6.94), (99, 'Factory_Hard_04', 'Factory_Hard_04', 'Advanced Workshop', 'An Assembly Line for producing items and gear. Advanced machinery has been introduced, enabling high-speed production. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_Factory_Hard_04.png', '[{\"Name\": \"Coralum Ingot\", \"Amount\": 50}, {\"Name\": \"Hexolite\", \"Amount\": 50}, {\"Name\": \"Computer\", \"Amount\": 30}, {\"Name\": \"Bio Battery\", \"Amount\": 20}]', 'Production', 500000, 0, 0, 1, 16.79), (100, 'MedicineFacility_01', 'MedicineFacility_01', 'Medieval Medicine Workbench', 'A facility for making Pal medicine. It can only produce simple medicines. Leave its operation to a Pal that can make medicine.', '/public/images/build/T_icon_buildObject_MedicineFacility_01.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Nail\", \"Amount\": 5}, {\"Name\": \"Paldium Fragment\", \"Amount\": 10}]', 'Production', 3000, 0, 0, 0, 2.21), (101, 'MedicineFacility_02', 'MedicineFacility_02', 'Electric Medicine Workbench', 'A facility for making Pal medicine. It requires electricity, but can produce high quality medicine. Leave its operation to a Pal that can make medicine.', '/public/images/build/T_icon_buildObject_MedicineFacility_02.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 40}, {\"Name\": \"Circuit Board\", \"Amount\": 10}, {\"Name\": \"Carbon Fiber\", \"Amount\": 10}]', 'Production', 50000, 0, 0, 1, 6.94), (102, 'MedicineFacility_03', 'MedicineFacility_03', 'Advanced Medicine Workbench', 'A facility for making medicine to cure Pals\' illnesses. With advanced technology, it can also create unknown medicines. Assign the task to a Pal capable of pharmacy work.', '/public/images/build/T_icon_buildObject_MedicineFacility_03.png', '[{\"Name\": \"Hexolite\", \"Amount\": 50}, {\"Name\": \"Plasteel\", \"Amount\": 50}, {\"Name\": \"Circuit Board\", \"Amount\": 30}]', 'Production', 500000, 0, 0, 1, 16.79), (103, 'StonePit', 'StonePit', 'Stone Pit', 'A facility for producing Stone. Mining Stone is hard work that requires much physical endurance. Leave it to Pals skilled at mining.', '/public/images/build/T_icon_buildObject_StonePit.png', '[{\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Paldium Fragment\", \"Amount\": 10}]', 'Production', 10000, 0, 0, 0, 3.64), (104, 'CopperPit', 'CopperPit', 'Ore Mining Site', 'Facility for producing Ore. Mining Ore is hard work that requires physical endurance. Leave it to Pals skilled at mining.', '/public/images/build/T_icon_buildObject_CopperPit.png', '[{\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Ingot\", \"Amount\": 25}, {\"Name\": \"Paldium Fragment\", \"Amount\": 20}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 5}]', 'Production', 10000, 0, 0, 0, 3.64), (105, 'CopperPit_2', 'CopperPit_2', 'Ore Mining Site II', 'Facility for producing large quantities of Ore. Mining Ore is hard work that requires physical endurance. Leave it to Pals skilled at mining.', '/public/images/build/T_icon_buildObject_CopperPit_2.png', '[{\"Name\": \"Stone\", \"Amount\": 100}, {\"Name\": \"Ingot\", \"Amount\": 50}, {\"Name\": \"Paldium Fragment\", \"Amount\": 40}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Production', 10000, 0, 0, 0, 3.64), (106, 'WeaponFactory_Dirty_01', 'WeaponFactory_Dirty_01', 'Weapon Workbench', 'A Primitive Workbench for producing weapons and ammunition. A small workspace prevents the production of high quality weapons. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_01.png', '[{\"Name\": \"Ingot\", \"Amount\": 15}, {\"Name\": \"Wooden Board\", \"Amount\": 10}, {\"Name\": \"Nail\", \"Amount\": 10}]', 'Production', 5000, 0, 0, 0, 2.74), (107, 'WeaponFactory_Dirty_02', 'WeaponFactory_Dirty_02', 'Weapon Assembly Line', 'An Assembly Line for producing weapons and ammunition. By splitting Pals into groups, production speeds have somewhat increased. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_02.png', '[{\"Name\": \"Ingot\", \"Amount\": 100}, {\"Name\": \"Wooden Board\", \"Amount\": 20}, {\"Name\": \"Nail\", \"Amount\": 20}, {\"Name\": \"High Quality Pal Oil\", \"Amount\": 10}]', 'Production', 30000, 0, 0, 1, 5.67), (108, 'WeaponFactory_Dirty_03', 'WeaponFactory_Dirty_03', 'Weapon Assembly Line II', 'An Assembly Line for producing weapons and ammunition. Through clever management, production speeds have greatly increased. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_03.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 100}, {\"Name\": \"Circuit Board\", \"Amount\": 10}, {\"Name\": \"Corrosive Solvent\", \"Amount\": 5}, {\"Name\": \"Bio Battery\", \"Amount\": 5}]', 'Production', 120000, 0, 0, 1, 9.75), (109, 'WeaponFactory_Dirty_04', 'WeaponFactory_Dirty_04', 'Advanced Weapon Assembly Line', 'An Assembly Line for producing weapons and ammunition. Advanced machinery has been introduced, enabling high-speed weapon production. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_04.png', '[{\"Name\": \"Coralum Ingot\", \"Amount\": 50}, {\"Name\": \"Thermal Core\", \"Amount\": 10}, {\"Name\": \"Corrosive Solvent\", \"Amount\": 30}]', 'Production', 600000, 0, 0, 1, 17.98), (110, 'WorkBench', 'WorkBench', 'Primitive Workbench', 'A Primitive Workbench for producing simple items. Requires a Pal that can work with their hands.', '/public/images/build/T_icon_buildObject_WorkBench.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Production', 500, 0, 0, 0, 1), (111, 'StationDeforest2', 'StationDeforest2', 'Logging Site', 'A facility for producing Wood. Cutting wood is hard work that requires much physical endurance. Leave it to Pals skilled in logging.', '/public/images/build/T_icon_buildObject_StationDeforest2.png', '[{\"Name\": \"Wood\", \"Amount\": 50}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Paldium Fragment\", \"Amount\": 10}]', 'Production', 10000, 0, 0, 0, 3.64), (112, 'WorkBench_SkillUnlock', 'WorkBench_SkillUnlock', 'Pal Gear Workbench', 'A Primitive Workbench for producing Pal tools. Make a saddle to ride Pals, or make a gun for Pals to use.', '/public/images/build/T_icon_buildObject_WorkBench_SkillUnlock.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 10}, {\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Cloth\", \"Amount\": 2}]', 'Production', 5000, 0, 0, 0, 2.74), (113, 'Crusher', 'Crusher', 'Crusher', 'Facility for breaking down Stone and Wood to exchange them for other materials. Requires Pal with the Watering trait to spin the water turbine.', '/public/images/build/T_icon_buildObject_Crusher.png', '[{\"Name\": \"Wood\", \"Amount\": 50}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Paldium Fragment\", \"Amount\": 10}]', 'Production', 8000, 0, 0, 0, 3.32), (114, 'FlourMill', 'FlourMill', 'Mill', 'Facility for milling Wheat to produce Flour. Requires Pal with the Watering trait to spin the water turbine.', '/public/images/build/T_icon_buildObject_FlourMill.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 40}, {\"Name\": \"Ingot\", \"Amount\": 10}]', 'Production', 8000, 0, 0, 0, 3.32), (115, 'BreedFarm', 'BreedFarm', 'Breeding Farm', 'Assign one male and one female Pal to produce eggs. Placing Cake in the facility is required for production.', '/public/images/build/T_icon_buildObject_BreedFarm.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 50}]', 'Pal', 15000, 0, 0, 1, 4.3), (116, 'RepairBench', 'RepairBench', 'Repair Bench', 'Workbench for repairing broken tools. Materials are needed to make repairs.', '/public/images/build/T_icon_buildObject_RepairBench.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Production', 3000, 0, 0, 0, 2.21), (117, 'ToolBoxV1', 'ToolBoxV1', 'Large Toolbox', 'Place in base to improve handiwork speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_ToolBoxV1.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Wood\", \"Amount\": 50}, {\"Name\": \"Nail\", \"Amount\": 15}]', 'Other', 12000, 0, 0, 1, 3.92), (118, 'OlympicCauldron', 'OlympicCauldron', 'Flame Cauldron', 'Place in base to improve fire-making speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_OlympicCauldron.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Flame Organ\", \"Amount\": 5}]', 'Other', 16000, 0, 0, 1, 4.41), (119, 'Fountain', 'Fountain', 'Water Fountain', 'Place in base to improve watering speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Fountain.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 8}]', 'Other', 20000, 0, 0, 1, 4.82), (120, 'FlowerBed', 'FlowerBed', 'Flower Bed', 'Place in base to improve gathering speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_FlowerBed.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Cement\", \"Amount\": 20}, {\"Name\": \"Beautiful Flower\", \"Amount\": 10}]', 'Other', 32000, 0, 0, 1, 5.82), (121, 'Silo', 'Silo', 'Silo', 'Place in base to improve planting speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Silo.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 30}, {\"Name\": \"Cement\", \"Amount\": 10}]', 'Other', 40000, 0, 0, 1, 6.35), (122, 'Stump', 'Stump', 'Stump and Axe', 'Place in base to improve logging speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Stump.png', '[{\"Name\": \"Wood\", \"Amount\": 50}, {\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 30}]', 'Other', 32000, 0, 0, 1, 5.82), (123, 'MiningTool', 'MiningTool', 'Mining Cart', 'Place in base to improve mining speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_MiningTool.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Ingot\", \"Amount\": 15}]', 'Other', 48000, 0, 0, 1, 6.83), (124, 'Cauldron', 'Cauldron', 'Witch Cauldron', 'Place in base to improve medicine manufacturing speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Cauldron.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 5}, {\"Name\": \"High Quality Pal Oil\", \"Amount\": 3}]', 'Other', 60000, 0, 0, 1, 7.45), (125, 'Snowman', 'Snowman', 'Snowman', 'Place in base to improve cooling speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Snowman.png', '[{\"Name\": \"Ice Organ\", \"Amount\": 5}, {\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 5}]', 'Other', 40000, 0, 0, 1, 6.35); INSERT INTO `buildobjects` (`ID`, `DevName`, `MapObjectId`, `Name`, `Description`, `Image`, `Material`, `Category`, `RequiredBuildWorkAmount`, `InstallNeighborThreshold`, `IsInstallOnlyOnBase`, `IsInstallOnlyHubAround`, `BuildExpRate`) VALUES (126, 'TransmissionTower', 'TransmissionTower', 'Electric Pylon', 'Place in base to improve electricity generating speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_TransmissionTower.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Bio Battery\", \"Amount\": 2}, {\"Name\": \"Circuit Board\", \"Amount\": 5}]', 'Other', 60000, 0, 0, 1, 7.45), (127, 'BaseCampWorkHard', 'BaseCampWorkHard', 'Monitoring Stand', 'Command your Pals to work on various things inside a base. You can allow or prohibit individual kinds of work.', '/public/images/build/T_icon_buildObject_BaseCampWorkHard.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Pal', 2000, 0, 0, 1, 1.86), (128, 'CoolerBox', 'CoolerBox', 'Cooler Box', 'Small food vault. Assign an Ice Pal to help prevent food stored inside from spoiling.', '/public/images/build/T_icon_buildObject_CoolerBox.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 10}, {\"Name\": \"Ice Organ\", \"Amount\": 2}]', 'Storage', 5000, 0, 0, 0, 2.74), (129, 'Refrigerator', 'Refrigerator', 'Refrigerator', 'Large food vault. Assign an Ice Pal to help prevent food stored inside from spoiling.', '/public/images/build/T_icon_buildObject_Refrigerator.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 50}, {\"Name\": \"Polymer\", \"Amount\": 20}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 10}, {\"Name\": \"Circuit Board\", \"Amount\": 5}]', 'Storage', 50000, 0, 0, 1, 6.94), (130, 'Signboard', 'Signboard', 'Sign', 'Can be written on. Use for memos or to communicate with others.', '/public/images/build/T_icon_buildObject_Signboard.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Other', 1000, 0, 0, 0, 1.37), (131, 'WallSignboard', 'WallSignboard', 'Wall-Mounted Sign', 'A signboard to write on. Can be hung on walls.', '/public/images/build/T_icon_buildObject_WallSignboard.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Other', 1000, 0, 0, 0, 1.37), (132, 'MonsterFarm', 'MonsterFarm', 'Ranch', 'Farm for raising sheep and fowl-like Pals. Assign a Pal with the appropriate Partner Skill to a farm to produce items.', '/public/images/build/T_icon_buildObject_MonsterFarm.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 30}]', 'Pal', 15000, 0, 0, 1, 4.3), (133, 'DamagedScarecrow', 'DamagedScarecrow', 'Training Dummy', 'Training dummy shaped like a Pengullet. Can only be placed in wide open areas.', '/public/images/build/T_icon_buildObject_DamagedScarecrow.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 5}, {\"Name\": \"Paldium Fragment\", \"Amount\": 5}]', 'Other', 2000, 0, 0, 1, 1.86), (134, 'BaseCampBattleDirector', 'BaseCampBattleDirector', 'Alarm Bell', 'Bell that sets the alert status for Pals on base. Change Pal behavior to either attack invading enemies, or focus entirely on work whenever you like.', '/public/images/build/T_icon_buildObject_BaseCampBattleDirector.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 20}]', 'Defenses', 3000, 0, 0, 1, 2.21), (135, 'Barrel_Wood', 'Barrel_Wood', 'Wooden Barrel', 'Wooden barrel for storing items.', '/public/images/build/T_icon_buildObject_Barrel_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Storage', 2000, 0, 0, 0, 1.86), (136, 'Box_Wood', 'Box_Wood', 'Wooden Box', 'Wooden box for storing items.', '/public/images/build/T_icon_buildObject_Box_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Storage', 2000, 0, 0, 0, 1.86), (137, 'Shelf_Wood', 'Shelf_Wood', 'Wooden Shelf', 'Wooden shelf for storing items.', '/public/images/build/T_icon_buildObject_Shelf_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 40}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Storage', 5000, 0, 0, 0, 2.74), (138, 'Shelf_Cask_Wood', 'Shelf_Cask_Wood', 'Wooden Barrel Shelf', 'Wooden barrel shelf for storing items.', '/public/images/build/T_icon_buildObject_Shelf_Cask_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 70}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Storage', 5000, 0, 0, 0, 2.74), (139, 'Shelf_Hang01_Wood', 'Shelf_Hang01_Wood', 'Wooden Wall Shelf', 'Wooden shelf for storing items. Can be placed on a wall.', '/public/images/build/T_icon_buildObject_Shelf_Hang01_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Storage', 2000, 0, 0, 0, 1.86), (140, 'Shelf01_Stone', 'Shelf01_Stone', 'Antique Bookshelf', 'Antique bookshelf for storing items.', '/public/images/build/T_icon_buildObject_Shelf01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 40}, {\"Name\": \"Nail\", \"Amount\": 2}]', 'Storage', 5000, 0, 0, 0, 2.74), (141, 'Shelf02_Stone', 'Shelf02_Stone', 'Antique Wardrobe', 'Antique wardrobe for storing items.', '/public/images/build/T_icon_buildObject_Shelf02_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 70}, {\"Name\": \"Nail\", \"Amount\": 5}]', 'Storage', 10000, 0, 0, 0, 3.64), (142, 'Shelf03_Stone', 'Shelf03_Stone', 'Antique Chest', 'Antique chest for storing items. Adorned with a photo of a Pal.', '/public/images/build/T_icon_buildObject_Shelf03_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Ingot\", \"Amount\": 10}]', 'Storage', 5000, 0, 0, 0, 2.74), (143, 'Shelf04_Stone', 'Shelf04_Stone', 'Antique Side Chest', 'Antique side chest for storing items. Adorned with a photo of a Pal.', '/public/images/build/T_icon_buildObject_Shelf04_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Ingot\", \"Amount\": 3}]', 'Storage', 2500, 0, 0, 0, 2.04), (144, 'Shelf01_Wall_Iron', 'Shelf01_Wall_Iron', 'Iron Wall Shelf', 'Iron wall shelf for storing items. Can be placed on a wall.', '/public/images/build/T_icon_buildObject_Shelf01_Wall_Iron.png', '[{\"Name\": \"Wood\", \"Amount\": 5}, {\"Name\": \"Ingot\", \"Amount\": 10}]', 'Storage', 4000, 0, 0, 0, 2.49), (145, 'Shelf05_Stone', 'Shelf05_Stone', 'Antique Cabinet', 'Antique cabinet for storing items.', '/public/images/build/T_icon_buildObject_Shelf05_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Storage', 5000, 0, 0, 0, 2.74), (146, 'Shelf06_Stone', 'Shelf06_Stone', 'Antique Long Cabinet', 'Antique long cabinet for storing items. Adorned with a photo of a Pal.', '/public/images/build/T_icon_buildObject_Shelf06_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 40}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Storage', 7000, 0, 0, 0, 3.15), (147, 'Shelf07_Stone', 'Shelf07_Stone', 'Large Antique Cabinet', 'Large antique cabinet for storing items.', '/public/images/build/T_icon_buildObject_Shelf07_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 40}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Ingot\", \"Amount\": 3}]', 'Storage', 8000, 0, 0, 0, 3.32), (148, 'Shelf01_Wall_Stone', 'Shelf01_Wall_Stone', 'Antique Wall Cabinet', 'Antique cabinet for storing items. Can be placed on walls.', '/public/images/build/T_icon_buildObject_Shelf01_Wall_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 5}, {\"Name\": \"Red Berries\", \"Amount\": 3}]', 'Storage', 2000, 0, 0, 0, 1.86), (149, 'Shelf01_Iron', 'Shelf01_Iron', 'Iron Shelf', 'Iron shelf for storing items.', '/public/images/build/T_icon_buildObject_Shelf01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Nail\", \"Amount\": 1}]', 'Storage', 8000, 0, 0, 0, 3.32), (150, 'Shelf02_Iron', 'Shelf02_Iron', 'Long Iron Shelf', 'Long iron shelf for storing items.', '/public/images/build/T_icon_buildObject_Shelf02_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Nail\", \"Amount\": 2}]', 'Storage', 8000, 0, 0, 0, 3.32), (151, 'Shelf03_Iron', 'Shelf03_Iron', 'Orange Locker', 'Orange locker for storing items. Decorated with Pal stickers.', '/public/images/build/T_icon_buildObject_Shelf03_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 30}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Storage', 12000, 0, 0, 0, 3.92), (152, 'Shelf04_Iron', 'Shelf04_Iron', 'Locker', 'Locker for storing items. Decorated with Pal stickers.', '/public/images/build/T_icon_buildObject_Shelf04_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 30}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Storage', 12000, 0, 0, 0, 3.92), (153, 'Container01_Iron', 'Container01_Iron', 'Large Container', 'Large container for storing items. Imitates the designs left behind by an ancient and prosperous civilization.', '/public/images/build/T_icon_buildObject_Container01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 100}]', 'Storage', 50000, 0, 0, 0, 6.94), (154, 'Box01_Iron', 'Box01_Iron', 'Small Container', 'Small container for storing items.', '/public/images/build/T_icon_buildObject_Box01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Wood\", \"Amount\": 20}]', 'Storage', 2000, 0, 0, 0, 1.86), (155, 'Box02_Iron', 'Box02_Iron', 'Cloth Covered Container', 'Cloth covered container for storing items.', '/public/images/build/T_icon_buildObject_Box02_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Wood\", \"Amount\": 15}, {\"Name\": \"Cloth\", \"Amount\": 2}]', 'Storage', 2000, 0, 0, 0, 1.86), (156, 'TableSquare_Wood', 'TableSquare_Wood', 'Square Table', 'Decorative square table.', '/public/images/build/T_icon_buildObject_TableSquare_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Red Berries\", \"Amount\": 5}]', 'Furniture', 3000, 0, 0, 0, 2.21), (157, 'TableCircular_Wood', 'TableCircular_Wood', 'Round Table', 'Decorative round table.', '/public/images/build/T_icon_buildObject_TableCircular_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Red Berries\", \"Amount\": 5}]', 'Furniture', 3000, 0, 0, 0, 2.21), (158, 'Bench_Wood', 'Bench_Wood', 'Wooden Bench', 'Decorative wooden bench.', '/public/images/build/T_icon_buildObject_Bench_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Furniture', 1000, 0, 0, 0, 1.37), (159, 'Stool_Wood', 'Stool_Wood', 'Wooden Stool', 'Decorative wooden stool.', '/public/images/build/T_icon_buildObject_Stool_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 5}]', 'Furniture', 1000, 0, 0, 0, 1.37), (160, 'Stool_High_Wood', 'Stool_High_Wood', 'Wooden Bar Stool', 'Decorative bar stool.', '/public/images/build/T_icon_buildObject_Stool_High_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 8}]', 'Furniture', 1000, 0, 0, 0, 1.37), (161, 'Chair01_Wood', 'Chair01_Wood', 'Wooden Chair', 'Decorative wooden chair.', '/public/images/build/T_icon_buildObject_Chair01_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Furniture', 1000, 0, 0, 0, 1.37), (162, 'Shelf_Hang02_Wood', 'Shelf_Hang02_Wood', 'Wooden Decorative Wall Shelf', 'Decorative wooden shelf. Can be placed on a wall.', '/public/images/build/T_icon_buildObject_Shelf_Hang02_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (163, 'Counter_Wood', 'Counter_Wood', 'Wooden Counter', 'Decorative wooden counter.', '/public/images/build/T_icon_buildObject_Counter_Wood.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Furniture', 10000, 0, 0, 0, 3.64), (164, 'Plant01_Plant', 'Plant01_Plant', 'Houseplant', 'Decorative houseplant.', '/public/images/build/T_icon_buildObject_Plant01_Plant.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (165, 'Plant02_Plant', 'Plant02_Plant', 'Houseplant and Chair', 'Decorative houseplant and chair.', '/public/images/build/T_icon_buildObject_Plant02_Plant.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (166, 'Plant03_Plant', 'Plant03_Plant', 'Tabletop Houseplant', 'Decorative tabletop houseplant.', '/public/images/build/T_icon_buildObject_Plant03_Plant.png', '[{\"Name\": \"Stone\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (167, 'Plant04_Plant', 'Plant04_Plant', 'Potted Houseplant', 'Decorative potted houseplant.', '/public/images/build/T_icon_buildObject_Plant04_Plant.png', '[{\"Name\": \"Stone\", \"Amount\": 5}, {\"Name\": \"Fiber\", \"Amount\": 5}]', 'Furniture', 1000, 0, 0, 0, 1.37), (168, 'Ivy01', 'Ivy01', 'Big Wall Ivy', 'Decorative large ivy. Can be placed on a wall.', '/public/images/build/T_icon_buildObject_Ivy01.png', '[{\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 0, 0, 0, 0, 0), (169, 'Ivy02', 'Ivy02', 'Small Wall Ivy', 'Decorative small ivy. Can be placed on a wall.', '/public/images/build/T_icon_buildObject_Ivy02.png', '[{\"Name\": \"Fiber\", \"Amount\": 5}]', 'Furniture', 0, 0, 0, 0, 0), (170, 'Ivy03', 'Ivy03', 'Horizontal Wall Ivy', 'Decorative horizontal ivy. Can be placed on a wall.', '/public/images/build/T_icon_buildObject_Ivy03.png', '[{\"Name\": \"Fiber\", \"Amount\": 5}]', 'Furniture', 0, 0, 0, 0, 0), (171, 'Rug01_Stone', 'Rug01_Stone', 'Antique Carpet', 'Decorative antique carpet.', '/public/images/build/T_icon_buildObject_Rug01_Stone.png', '[{\"Name\": \"Cloth\", \"Amount\": 3}, {\"Name\": \"Venom Gland\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (172, 'Rug02_Stone', 'Rug02_Stone', 'Antique Red Carpet', 'Decorative antique red carpet.', '/public/images/build/T_icon_buildObject_Rug02_Stone.png', '[{\"Name\": \"Cloth\", \"Amount\": 2}, {\"Name\": \"Flame Organ\", \"Amount\": 1}]', 'Furniture', 1500, 0, 0, 0, 1.64), (173, 'Rug03_Stone', 'Rug03_Stone', 'Antique Green Carpet', 'Decorative antique green carpet.', '/public/images/build/T_icon_buildObject_Rug03_Stone.png', '[{\"Name\": \"Cloth\", \"Amount\": 2}, {\"Name\": \"High Quality Pal Oil\", \"Amount\": 1}]', 'Furniture', 1500, 0, 0, 0, 1.64), (174, 'Rug04_Stone', 'Rug04_Stone', 'Antique Long Carpet', 'Decorative antique long carpet.', '/public/images/build/T_icon_buildObject_Rug04_Stone.png', '[{\"Name\": \"Cloth\", \"Amount\": 1}, {\"Name\": \"Flame Organ\", \"Amount\": 1}]', 'Furniture', 1000, 0, 0, 0, 1.37), (175, 'Chair01_Stone', 'Chair01_Stone', 'Antique Wooden Chair', 'Decorative antique wooden chair.', '/public/images/build/T_icon_buildObject_Chair01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (176, 'Chair02_Stone', 'Chair02_Stone', 'Antique Green Wooden Chair', 'Decorative antique green wooden chair.', '/public/images/build/T_icon_buildObject_Chair02_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Venom Gland\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (177, 'Stool01_Stone', 'Stool01_Stone', 'Antique Stool', 'Decorative antique stool.', '/public/images/build/T_icon_buildObject_Stool01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Furniture', 1000, 0, 0, 0, 1.37), (178, 'Desk01_Stone', 'Desk01_Stone', 'Antique Desk', 'Decorative antique desk.', '/public/images/build/T_icon_buildObject_Desk01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Furniture', 5000, 0, 0, 0, 2.74), (179, 'TableCircular01_Stone', 'TableCircular01_Stone', 'Antique Round Table', 'Decorative antique round table.', '/public/images/build/T_icon_buildObject_TableCircular01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Furniture', 3000, 0, 0, 0, 2.21), (180, 'TableDresser01_Stone', 'TableDresser01_Stone', 'Antique Dresser', 'Dresser useful for giving yourself a remake. Allows players to edit their appearance.', '/public/images/build/T_icon_buildObject_TableDresser01_Stone.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 30}]', 'Furniture', 2500, 0, 0, 0, 2.04), (181, 'Sofa01_Stone', 'Sofa01_Stone', 'Antique Armchair', 'Decorative antique armchair.', '/public/images/build/T_icon_buildObject_Sofa01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 2}, {\"Name\": \"Flame Organ\", \"Amount\": 1}]', 'Furniture', 2500, 0, 0, 0, 2.04), (182, 'Sofa02_Stone', 'Sofa02_Stone', 'Antique Couch', 'Decorative antique couch.', '/public/images/build/T_icon_buildObject_Sofa02_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Cloth\", \"Amount\": 3}, {\"Name\": \"Flame Organ\", \"Amount\": 2}]', 'Furniture', 5000, 0, 0, 0, 2.74), (183, 'Sofa03_Stone', 'Sofa03_Stone', 'Antique Ottoman', 'Decorative antique ottoman.', '/public/images/build/T_icon_buildObject_Sofa03_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 1}, {\"Name\": \"Flame Organ\", \"Amount\": 1}]', 'Furniture', 1500, 0, 0, 0, 1.64), (184, 'BathTub_Stone', 'BathTub_Stone', 'Antique Bathtub', 'Decorative antique bathtub.', '/public/images/build/T_icon_buildObject_BathTub_Stone.png', '[{\"Name\": \"Cloth\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Ingot\", \"Amount\": 1}]', 'Furniture', 4000, 0, 0, 0, 2.49), (185, 'Box01_Stone', 'Box01_Stone', 'Antique Braided Basket', 'Decorative antique braided basket.', '/public/images/build/T_icon_buildObject_Box01_Stone.png', '[{\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 1500, 0, 0, 0, 1.64), (186, 'Partition_Stone', 'Partition_Stone', 'Antique Partition', 'Decorative antique partition.', '/public/images/build/T_icon_buildObject_Partition_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (187, 'TowlRack01_Stone', 'TowlRack01_Stone', 'Antique Towel Rack', 'Decorative antique towel rack.', '/public/images/build/T_icon_buildObject_TowlRack01_Stone.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Cloth\", \"Amount\": 2}]', 'Furniture', 2000, 0, 0, 0, 1.86), (188, 'Mirror01_Stone', 'Mirror01_Stone', 'Antique Oval Mirror', 'Decorative antique oval mirror.', '/public/images/build/T_icon_buildObject_Mirror01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 10}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Furniture', 3000, 0, 0, 0, 2.21), (189, 'Mirror02_Stone', 'Mirror02_Stone', 'Antique Mirror', 'Decorative antique mirror.', '/public/images/build/T_icon_buildObject_Mirror02_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 8}, {\"Name\": \"Paldium Fragment\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (190, 'Mirror01_Wall_Stone', 'Mirror01_Wall_Stone', 'Antique Wall Mirror', 'Decorative antique wall mirror. Can be placed on walls.', '/public/images/build/T_icon_buildObject_Mirror01_Wall_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 10}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Furniture', 3000, 0, 0, 0, 2.21), (191, 'Piano01_Stone', 'Piano01_Stone', 'Grand Piano', 'Decorative grand piano. Cannot be played.', '/public/images/build/T_icon_buildObject_Piano01_Stone.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 20}, {\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 10000, 0, 0, 0, 3.64), (192, 'Piano02_Stone', 'Piano02_Stone', 'Upright Piano', 'Decorative upright piano. Cannot be played.', '/public/images/build/T_icon_buildObject_Piano02_Stone.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 20}, {\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 10000, 0, 0, 0, 3.64), (193, 'TableSink01_Stone', 'TableSink01_Stone', 'Antique Washstand', 'Decorative antique washstand.', '/public/images/build/T_icon_buildObject_TableSink01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 10}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}, {\"Name\": \"Cloth\", \"Amount\": 1}]', 'Furniture', 5000, 0, 0, 0, 2.74), (194, 'Toilet01_Stone', 'Toilet01_Stone', 'Antique Toilet', 'Decorative antique toilet. Cannot be used for its original purpose.', '/public/images/build/T_icon_buildObject_Toilet01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 20}, {\"Name\": \"Ingot\", \"Amount\": 2}]', 'Furniture', 3000, 0, 0, 0, 2.21), (195, 'ToiletHolder01_Stone', 'ToiletHolder01_Stone', 'Antique Toilet Paper Holder', 'Decorative antique toilet paper holder.', '/public/images/build/T_icon_buildObject_ToiletHolder01_Stone.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Fiber\", \"Amount\": 3}]', 'Furniture', 500, 0, 0, 0, 1), (196, 'Curtain01_Wall_Stone', 'Curtain01_Wall_Stone', 'Antique Curtain', 'Decorative antique curtain. Can be placed on walls.', '/public/images/build/T_icon_buildObject_Curtain01_Wall_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 3}, {\"Name\": \"Ingot\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (197, 'Globe01_Stone', 'Globe01_Stone', 'Antique Globe', 'Decorative antique globe.', '/public/images/build/T_icon_buildObject_Globe01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 50}, {\"Name\": \"Ingot\", \"Amount\": 1}]', 'Furniture', 5000, 0, 0, 0, 2.74), (198, 'Stove01_Stone', 'Stove01_Stone', 'Antique Stove', 'Decorative antique stove.', '/public/images/build/T_icon_buildObject_Stove01_Stone.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Charcoal\", \"Amount\": 5}]', 'Furniture', 8000, 0, 0, 0, 3.32), (199, 'Clock01_Wall_Iron', 'Clock01_Wall_Iron', 'Wall Clock', 'Decorative wall clock. Broken, it doesn\'t tell time.', '/public/images/build/T_icon_buildObject_Clock01_Wall_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Paldium Fragment\", \"Amount\": 3}]', 'Furniture', 2000, 0, 0, 0, 1.86), (200, 'Clock01_Stone', 'Clock01_Stone', 'Antique Grandfather Clock', 'Decorative antique grandfather clock. Broken, it doesn\'t tell time.', '/public/images/build/T_icon_buildObject_Clock01_Stone.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 4000, 0, 0, 0, 2.49), (201, 'Chair02_Iron', 'Chair02_Iron', 'Iron Chair', 'Decorative wooden chair.', '/public/images/build/T_icon_buildObject_Chair02_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 3}]', 'Furniture', 2000, 0, 0, 0, 1.86), (202, 'Stool01_Iron', 'Stool01_Iron', 'Iron Stool', 'Decorative iron stool.', '/public/images/build/T_icon_buildObject_Stool01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 3}]', 'Furniture', 2000, 0, 0, 0, 1.86), (203, 'TableCircular01_Iron', 'TableCircular01_Iron', 'Round Iron Table', 'Decorative round iron table.', '/public/images/build/T_icon_buildObject_TableCircular01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 4000, 0, 0, 0, 2.49), (204, 'Desk01_Iron', 'Desk01_Iron', 'Iron Desk', 'Decorative iron desk.', '/public/images/build/T_icon_buildObject_Desk01_Iron.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 2}, {\"Name\": \"Ingot\", \"Amount\": 15}]', 'Furniture', 8000, 0, 0, 0, 3.32), (205, 'TableSide01_Iron', 'TableSide01_Iron', 'Ironwood Side Table', 'Decorative ironwood side table.', '/public/images/build/T_icon_buildObject_TableSide01_Iron.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 1}, {\"Name\": \"Ingot\", \"Amount\": 2}]', 'Furniture', 1500, 0, 0, 0, 1.64), (206, 'TableSquare01_Iron', 'TableSquare01_Iron', 'Ironwood Table', 'Decorative ironwood table.', '/public/images/build/T_icon_buildObject_TableSquare01_Iron.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 2}, {\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Red Berries\", \"Amount\": 2}]', 'Furniture', 5000, 0, 0, 0, 2.74), (207, 'TableSquare02_Iron', 'TableSquare02_Iron', 'Ironwood Low Table', 'Decorative ironwood low table.', '/public/images/build/T_icon_buildObject_TableSquare02_Iron.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 2}, {\"Name\": \"Ingot\", \"Amount\": 2}]', 'Furniture', 3000, 0, 0, 0, 2.21), (208, 'CableCoil01_Iron', 'CableCoil01_Iron', 'Cable Reel', 'Decorative cable reel.', '/public/images/build/T_icon_buildObject_CableCoil01_Iron.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Ingot\", \"Amount\": 10}]', 'Furniture', 6000, 0, 0, 0, 2.95), (209, 'GarbageBag_Iron', 'GarbageBag_Iron', 'Garbage Bag', 'Decorative garbage bag.', '/public/images/build/T_icon_buildObject_GarbageBag_Iron.png', '[{\"Name\": \"Wood\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 5}, {\"Name\": \"Fiber\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (210, 'PipeClay01_Iron', 'PipeClay01_Iron', 'Earthen Pipe', 'Decorative earthen pipe.', '/public/images/build/T_icon_buildObject_PipeClay01_Iron.png', '[{\"Name\": \"Cement\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (211, 'Tire01_Iron', 'Tire01_Iron', 'Tire', 'Decorative tire.', '/public/images/build/T_icon_buildObject_Tire01_Iron.png', '[{\"Name\": \"High Quality Pal Oil\", \"Amount\": 2}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 2}]', 'Furniture', 2000, 0, 0, 0, 1.86), (212, 'Barrel01_Iron', 'Barrel01_Iron', 'Red Metal Barrel', 'Decorative red metal barrel.', '/public/images/build/T_icon_buildObject_Barrel01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 1}]', 'Furniture', 3000, 0, 0, 0, 2.21), (213, 'Barrel02_Iron', 'Barrel02_Iron', 'Blue Metal Barrel', 'Decorative blue metal barrel.', '/public/images/build/T_icon_buildObject_Barrel02_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 1}]', 'Furniture', 3000, 0, 0, 0, 2.21), (214, 'Barrel03_Iron', 'Barrel03_Iron', 'Green Metal Barrel', 'Decorative green metal barrel.', '/public/images/build/T_icon_buildObject_Barrel03_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 1}]', 'Furniture', 3000, 0, 0, 0, 2.21), (215, 'Chair01_Iron', 'Chair01_Iron', 'Leather Chair', 'Decorative leather chair.', '/public/images/build/T_icon_buildObject_Chair01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 2}, {\"Name\": \"Leather\", \"Amount\": 1}]', 'Furniture', 1000, 0, 0, 0, 1.37), (216, 'Sofa01_Iron', 'Sofa01_Iron', 'Leather Armchair', 'Decorative leather armchair.', '/public/images/build/T_icon_buildObject_Sofa01_Iron.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Leather\", \"Amount\": 2}, {\"Name\": \"Cloth\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (217, 'Sofa02_Iron', 'Sofa02_Iron', 'Leather Couch', 'Decorative leather couch.', '/public/images/build/T_icon_buildObject_Sofa02_Iron.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Leather\", \"Amount\": 3}]', 'Furniture', 4000, 0, 0, 0, 2.49), (218, 'Chair01_Pal', 'Chair01_Pal', 'Frog Chair', 'Cute decorative chair.', '/public/images/build/T_icon_buildObject_Chair01_Pal.png', '[{\"Name\": \"Ingot\", \"Amount\": 2}, {\"Name\": \"Leather\", \"Amount\": 2}]', 'Furniture', 1000, 0, 0, 0, 1.37), (219, 'GoalSoccer_Iron', 'GoalSoccer_Iron', 'Soccer Goal', 'Decorative soccer goal. Kicking a Lamball into it will get you no points.', '/public/images/build/T_icon_buildObject_GoalSoccer_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 20}]', 'Furniture', 10000, 0, 0, 0, 3.64), (220, 'MachineGame01_Iron', 'MachineGame01_Iron', 'Claw Machine', 'Decorative claw crane. Broken, it can\'t be played.', '/public/images/build/T_icon_buildObject_MachineGame01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 30}, {\"Name\": \"Cloth\", \"Amount\": 5}]', 'Furniture', 12000, 0, 0, 0, 3.92), (221, 'MachineVending01_Iron', 'MachineVending01_Iron', 'Cola Vending Machine', 'Decorative cola vending machine. Cannot be used to buy items.', '/public/images/build/T_icon_buildObject_MachineVending01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 30}, {\"Name\": \"Ice Organ\", \"Amount\": 2}]', 'Furniture', 10000, 0, 0, 0, 3.64), (222, 'Television01_Iron', 'Television01_Iron', 'Old TV', 'Decorative old TV. Left behind by an ancient civilization. Now it only shows images of Pengullet.', '/public/images/build/T_icon_buildObject_Television01_Iron.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Circuit Board\", \"Amount\": 1}]', 'Furniture', 5000, 0, 0, 0, 2.74), (223, 'SignExit_Ceiling_Iron', 'SignExit_Ceiling_Iron', 'Emergency Exit Ceiling Sign', 'Decorative emergency exit sign. Can be placed on ceilings.', '/public/images/build/T_icon_buildObject_SignExit_Ceiling_Iron.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}, {\"Name\": \"Electric Organ\", \"Amount\": 1}]', 'Furniture', 1000, 0, 0, 0, 1.37), (224, 'SignExit_Wall_Iron', 'SignExit_Wall_Iron', 'Emergency Exit Wall Sign', 'Decorative emergency exit sign. Can be placed on walls.', '/public/images/build/T_icon_buildObject_SignExit_Wall_Iron.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}, {\"Name\": \"Electric Organ\", \"Amount\": 1}]', 'Furniture', 1000, 0, 0, 0, 1.37), (225, 'TrafficCone01_Iron', 'TrafficCone01_Iron', 'Traffic Cone', 'Decorative traffic cone.', '/public/images/build/T_icon_buildObject_TrafficCone01_Iron.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (226, 'TrafficCone02_Iron', 'TrafficCone02_Iron', 'Fat Traffic Cone', 'Decorative fat traffic cone.', '/public/images/build/T_icon_buildObject_TrafficCone02_Iron.png', '[{\"Name\": \"Polymer\", \"Amount\": 2}]', 'Furniture', 3000, 0, 0, 0, 2.21), (227, 'TrafficCone03_Iron', 'TrafficCone03_Iron', 'Skinny Traffic Cone', 'Decorative skinny traffic cone.', '/public/images/build/T_icon_buildObject_TrafficCone03_Iron.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Furniture', 1000, 0, 0, 0, 1.37), (228, 'TrafficLight01_Iron', 'TrafficLight01_Iron', 'Traffic Light', 'Decorative traffic light.', '/public/images/build/T_icon_buildObject_TrafficLight01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Electric Organ\", \"Amount\": 2}]', 'Furniture', 6000, 0, 0, 0, 2.95), (229, 'TrafficSign01_Iron', 'TrafficSign01_Iron', 'No Pals Beyond Sign', 'Decorative No Pals Beyond sign. Used in ancient times, it now serves no real purpose.', '/public/images/build/T_icon_buildObject_TrafficSign01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (230, 'TrafficSign02_Iron', 'TrafficSign02_Iron', 'Stop Sign', 'Decorative Stop sign. Used in ancient times, it now serves no real purpose.', '/public/images/build/T_icon_buildObject_TrafficSign02_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (231, 'TrafficSign03_Iron', 'TrafficSign03_Iron', 'Beware of Eikthyrdeer Sign', 'Decorative Beware of Eikthyrdeer sign. In ancient times, collisions between Eikthyrdeer and other Pals were frequent.', '/public/images/build/T_icon_buildObject_TrafficSign03_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (232, 'TrafficSign04_Iron', 'TrafficSign04_Iron', 'Beware of Mammorest Sign', 'Decorative Beware of Mammorest sign. In ancient times, those who angered a Mammorest were often killed.', '/public/images/build/T_icon_buildObject_TrafficSign04_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (233, 'TrafficBarricade01_Iron', 'TrafficBarricade01_Iron', 'Barricade', 'Decorative barricade.', '/public/images/build/T_icon_buildObject_TrafficBarricade01_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (234, 'TrafficBarricade02_Iron', 'TrafficBarricade02_Iron', 'Orange Barricade', 'Decorative orange barricade.', '/public/images/build/T_icon_buildObject_TrafficBarricade02_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 3}, {\"Name\": \"Polymer\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (235, 'TrafficBarricade03_Iron', 'TrafficBarricade03_Iron', 'Red Iron Barricade', 'Decorative red barricade.', '/public/images/build/T_icon_buildObject_TrafficBarricade03_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Flame Organ\", \"Amount\": 1}]', 'Furniture', 3000, 0, 0, 0, 2.21), (236, 'TrafficBarricade04_Iron', 'TrafficBarricade04_Iron', 'White Iron Barricade', 'Decorative white barricade.', '/public/images/build/T_icon_buildObject_TrafficBarricade04_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 3000, 0, 0, 0, 2.21), (237, 'TrafficBarricade05_Iron', 'TrafficBarricade05_Iron', 'Iron Fence', 'Decorative iron fence.', '/public/images/build/T_icon_buildObject_TrafficBarricade05_Iron.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}]', 'Furniture', 3000, 0, 0, 0, 2.21), (238, 'Light_FirePlace01', 'Light_FirePlace01', 'Brick Fireplace', 'Brick fireplace that provides illumination. Must be lit with fire from a Fire Pal.', '/public/images/build/T_icon_buildObject_Light_FirePlace01.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Stone\", \"Amount\": 15}]', 'Lighting', 10000, 0, 0, 0, 3.64), (239, 'Light_FirePlace02', 'Light_FirePlace02', 'Fireplace', 'Fireplace that provides illumination. Must be lit with fire from a Fire Pal.', '/public/images/build/T_icon_buildObject_Light_FirePlace02.png', '[{\"Name\": \"Wood\", \"Amount\": 15}, {\"Name\": \"Stone\", \"Amount\": 30}]', 'Lighting', 10000, 0, 0, 0, 3.64), (240, 'Light_LightPole01', 'Light_LightPole01', 'Simple Street Lamp', 'Simple street lamp that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_LightPole01.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 10000, 0, 0, 0, 3.64), (241, 'Light_LightPole02', 'Light_LightPole02', 'Double Street Lamp', 'Double street lamp that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_LightPole02.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 10000, 0, 0, 0, 3.64), (242, 'Light_LightPole03', 'Light_LightPole03', 'Retro Street Lamp', 'Retro street lamp that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_LightPole03.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 10000, 0, 0, 0, 3.64), (243, 'Light_LightPole04', 'Light_LightPole04', 'Stylish Street Lamp', 'Stylish street lamp that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_LightPole04.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 10000, 0, 0, 0, 3.64), (244, 'Light_FloorLamp01', 'Light_FloorLamp01', 'Antique Brown Floor Lamp', 'Antique brown floor lamp that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_FloorLamp01.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 7000, 0, 0, 0, 3.15), (245, 'Light_FloorLamp02', 'Light_FloorLamp02', 'Antique Red Floor Lamp', 'Antique red floor lamp that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_FloorLamp02.png', '[{\"Name\": \"Wood\", \"Amount\": 30}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 7000, 0, 0, 0, 3.15), (246, 'Light_CandleSticks_Top', 'Light_CandleSticks_Top', 'Chandelier', 'Chandelier that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_CandleSticks_Top.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Nail\", \"Amount\": 3}]', 'Lighting', 10000, 0, 0, 0, 3.64), (247, 'Light_CandleSticks_Wall', 'Light_CandleSticks_Wall', 'Wall Lamp', 'Wall lamp that provides illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_CandleSticks_Wall.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Electric Organ\", \"Amount\": 2}, {\"Name\": \"Nail\", \"Amount\": 2}]', 'Lighting', 7000, 0, 0, 0, 3.15), (248, 'Altar', 'Altar', 'Summoning Altar', 'Offer a Slab depicting a Pal to summon a powerful Pal to your base. Adequate caution and battle readiness is paramount.', '/public/images/build/T_icon_buildObject_Altar.png', '[{\"Name\": \"Stone\", \"Amount\": 100}, {\"Name\": \"Paldium Fragment\", \"Amount\": 20}]', 'Pal', 10000, 0, 0, 1, 3.64), (249, 'CoolerPalFoodBox', 'CoolerPalFoodBox', 'Cold Food Box', 'A feeding box that can be kept cold. Assign an Ice Pal to it and the food inside will be less likely to spoil.', '/public/images/build/T_icon_buildObject_CoolerPalFoodBox.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 20}, {\"Name\": \"Plasteel\", \"Amount\": 20}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 15}]', 'Food', 50000, 0, 0, 0, 6.94), (250, 'DismantlingConveyor', 'DismantlingConveyor', 'Pal Disassembly Conveyor', 'A dream-like facility that automatically butchers any Pal that is placed inside.', '/public/images/build/T_icon_buildObject_DismantlingConveyor.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 100}, {\"Name\": \"Computer\", \"Amount\": 15}, {\"Name\": \"Nail\", \"Amount\": 30}, {\"Name\": \"Plasteel\", \"Amount\": 30}]', 'Pal', 120000, 0, 0, 0, 9.75), (251, 'ElectricGenerator_Large', 'ElectricGenerator_Large', 'Large Power Generator', 'A power generator fueled by Electric Pals. Larger and with improved power generation efficiency.', '/public/images/build/T_icon_buildObject_ElectricGenerator_Large.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 200}, {\"Name\": \"Electric Organ\", \"Amount\": 200}]', 'Infrastructure', 500000, 0, 0, 1, 16.79), (252, 'OilPump', 'OilPump', 'Crude Oil Extractor', 'Equipment required to extract Crude Oil from oil fields. Requires a power supply to operate.', '/public/images/build/T_icon_buildObject_OilPump.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 250}, {\"Name\": \"Circuit Board\", \"Amount\": 50}]', 'Production', 500000, 0, 0, 1, 16.79), (253, 'CoalPit', 'CoalPit', 'Coal Quarry', 'Facility for producing Coal. Digging Coal is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_CoalPit.png', '[{\"Name\": \"Stone\", \"Amount\": 70}, {\"Name\": \"Coal\", \"Amount\": 100}, {\"Name\": \"Paldium Fragment\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Production', 30000, 0, 0, 0, 5.67), (254, 'SulfurPit', 'SulfurPit', 'Sulfur Quarry', 'Facility for producing Sulfur. Digging Sulfur is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_SulfurPit.png', '[{\"Name\": \"Stone\", \"Amount\": 70}, {\"Name\": \"Sulfur\", \"Amount\": 100}, {\"Name\": \"Paldium Fragment\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Production', 30000, 0, 0, 0, 5.67), (255, 'IceCrusher', 'IceCrusher', 'Cryogenic Crusher', 'Facility that crushes Ore and converts it into other materials. Requires a power supply and a Pal with Cooling suitability, but it\'s very efficient.', '/public/images/build/T_icon_buildObject_IceCrusher.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 50}, {\"Name\": \"Plasteel\", \"Amount\": 30}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 25}, {\"Name\": \"Corrosive Solvent\", \"Amount\": 20}]', 'Production', 100000, 0, 0, 1, 9.09), (256, 'Glass_foundation', 'Glass_foundation', 'Glass Foundation', 'A foundation for building walls or facilities on. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_foundation.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (257, 'Glass_wall', 'Glass_wall', 'Glass Wall', 'Walls built on foundations for keeping out intruders. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_wall.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (258, 'Glass_WindowWall', 'Glass_WindowWall', 'Glass Wall and Window', 'Wall with windows, built on foundations for keeping out intruders. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_WindowWall.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (259, 'Glass_TriangleWall', 'Glass_TriangleWall', 'Glass Triangular Wall', 'Triangular wall built on a foundation for keeping out intruders. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_TriangleWall.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (260, 'Glass_roof', 'Glass_roof', 'Glass Roof', 'A roof built on top of walls to keep out the rain and wind. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_roof.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (261, 'Glass_SlantedRoof', 'Glass_SlantedRoof', 'Glass Slanted Roof', 'Slanted roof built on top of walls to keep out the rain and wind. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_SlantedRoof.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (262, 'Glass_stair', 'Glass_stair', 'Glass Stairs', 'Stairs placed below a foundation or roof for climbing up. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_stair.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (263, 'Glass_DoorWall', 'Glass_DoorWall', 'Glass Wall and Door', 'Door built on a foundation. Becomes an entrance. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_DoorWall.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (264, 'Glass_pillars', 'Glass_Pillars', 'Glass Pillar', 'Column for structural support. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_pillar.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 0, 0, 0, 0), (265, 'SkinChange', 'SkinChange', 'Pal Dressing Facility', 'Pal Dressing Facility. Give your Pals a new look! Skins obtained inside and outside the game can be applied here!', '/public/images/build/T_icon_buildObject_SkinChange.png', '[{\"Name\": \"Stone\", \"Amount\": 10}, {\"Name\": \"Paldium Fragment\", \"Amount\": 10}]', 'Pal', 3000, 0, 0, 0, 2.21), (266, 'JapaneseStyle_wall_01', 'JapaneseStyle_wall_01', 'Japanese-Style Wall', 'Walls built on foundations for keeping out intruders. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_wall_01.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (267, 'JapaneseStyle_DoorWall_01', 'JapaneseStyle_DoorWall_01', 'Japanese-Style Door A', 'Door built on a foundation. Becomes an entrance. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_DoorWall_01.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (268, 'JapaneseStyle_DoorWall_02', 'JapaneseStyle_DoorWall_02', 'Japanese-Style Door B', 'Japanese sliding door (shoji) built on a foundation. Becomes an indoor entrance. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_DoorWall_02.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (269, 'JapaneseStyle_roof_01', 'JapaneseStyle_roof_01', 'Japanese-Style Roof A', 'A roof built on top of walls to keep out the rain and wind. The top is covered with tatami mats. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_roof_01.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (270, 'JapaneseStyle_roof_02', 'JapaneseStyle_roof_02', 'Japanese-Style Roof B', 'A roof built on top of walls to keep out the rain and wind. The top is covered with tiles. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_roof_02.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (271, 'JapaneseStyle_SlantedRoof', 'JapaneseStyle_SlantedRoof', 'Japanese-Style Slanted Roof', 'Slanted roof built on top of walls to keep out the rain and wind. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_SlantedRoof.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (272, 'JapaneseStyle_TriangleWall', 'JapaneseStyle_TriangleWall', 'Japanese-Style Triangular Wall', 'Triangular wall built on a foundation for keeping out intruders. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_TriangleWall.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (273, 'JapaneseStyle_WindowWall', 'JapaneseStyle_WindowWall', 'Japanese-Style Wall and Window', 'Wall with windows, built on foundations for keeping out intruders. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_WindowWall.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (274, 'JapaneseStyle_foundation', 'JapaneseStyle_foundation', 'Japanese-Style Foundation', 'A foundation for building walls or facilities on. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_foundation.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (275, 'JapaneseStyle_stair', 'JapaneseStyle_stair', 'Japanese-Style Stairs', 'Stairs placed below a foundation or roof for climbing up. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_stair.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (276, 'JapaneseStyle_Pillar', 'JapaneseStyle_Pillar', 'Japanese-Style Pillar', 'Column for structural support. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_Pillar.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (277, 'SanityDecrease1', 'SanityDecrease1', 'Alpha Wave Generator', 'A device that emits alpha waves to help Pals relax. Slows the rate at which the SAN value of Base Pals decreases. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_SanityDecrease1.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 40}, {\"Name\": \"Circuit Board\", \"Amount\": 20}, {\"Name\": \"Corrosive Solvent\", \"Amount\": 10}, {\"Name\": \"Paldium Fragment\", \"Amount\": 20}]', 'Other', 50000, 0, 0, 1, 6.94), (278, 'WorkSpeedIncrease1', 'WorkSpeedIncrease1', 'Beta Wave Generator', 'A device that emits beta waves to energize Pals. Increases the work speed of Base Pals. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_WorkSpeedIncrease1.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 40}, {\"Name\": \"Circuit Board\", \"Amount\": 30}, {\"Name\": \"Bio Battery\", \"Amount\": 5}]', 'Other', 120000, 0, 0, 1, 9.75), (279, 'QuartzPit', 'QuartzPit', 'Pure Quartz Quarry', 'A facility for producing Pure Quartz. Mining Pure Quartz is grueling physical work. Leave it to Pals skilled at mining.', '/public/images/build/T_icon_buildObject_QuartzPit.png', '[{\"Name\": \"Stone\", \"Amount\": 70}, {\"Name\": \"Pure Quartz\", \"Amount\": 100}, {\"Name\": \"Paldium Fragment\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Production', 50000, 0, 0, 0, 6.94), (280, 'Factory_Money', 'Factory_Money', 'Gold Coin Assembly Line', 'An Assembly Line that manufactures Gold Coin. The work puts a strain on the mind, causing a decrease in Pal\'s SAN value. Requires Pals that can work with their hands. Warning: building this facility may draw severe scrutiny from the PIDF.', '/public/images/build/T_icon_buildObject_Factory_Money.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 100}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 20}, {\"Name\": \"AI Core\", \"Amount\": 10}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 5}]', 'Production', 10000, 0, 0, 1, 3.64), (281, 'ItemChest_04', 'ItemChest_04', 'Advanced Chest', 'Stores items. Quite sturdy, with plenty of storage space. It is useful as a large, secure storage box.', '/public/images/build/T_icon_buildObject_ItemChest_04.png', '[{\"Name\": \"Hexolite\", \"Amount\": 20}, {\"Name\": \"Carbon Fiber\", \"Amount\": 20}, {\"Name\": \"Computer\", \"Amount\": 2}]', 'Storage', 50000, 0, 0, 0, 6.94), (282, 'MedicalPalBed_05', 'MedicalPalBed_05', 'Pal Pod', 'A healing pod for Pals. Used when Pals are injured or to rest at night. Thanks to technological advancements, the healing amount has increased.', '/public/images/build/T_icon_buildObject_MedicalPalBed_05.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 10}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 6}, {\"Name\": \"Computer\", \"Amount\": 3}]', 'Infrastructure', 50000, 0, 0, 0, 6.94); INSERT INTO `buildobjects` (`ID`, `DevName`, `MapObjectId`, `Name`, `Description`, `Image`, `Material`, `Category`, `RequiredBuildWorkAmount`, `InstallNeighborThreshold`, `IsInstallOnlyOnBase`, `IsInstallOnlyHubAround`, `BuildExpRate`) VALUES (283, 'BaseCampItemDispenser', 'BaseCampItemDispenser', 'Item Retrieval Machine', 'A device that lets you freely access items from all chests in the base.', '/public/images/build/T_icon_buildObject_BaseCampItemDispenser.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 100}, {\"Name\": \"Paldium Fragment\", \"Amount\": 30}, {\"Name\": \"Bio Battery\", \"Amount\": 4}]', 'Storage', 30000, 0, 0, 1, 5.67), (284, 'GuildChest', 'GuildChest', 'Guild Chest', 'A chest that can instantly send and receive items through subspace. The items inside are shared across all bases where it is placed.', '/public/images/build/T_icon_buildObject_GuildChest.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 50}, {\"Name\": \"Paldium Fragment\", \"Amount\": 100}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Storage', 120000, 0, 0, 1, 9.75), (285, 'Expedition', 'Expedition', 'Pal Expedition Station', 'A facility that allows Pals to be sent on expeditions to places like dungeons. The dispatched Pals engage in battles and gather items, bringing back resources to the base.', '/public/images/build/T_icon_buildObject_Expedition.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 10}, {\"Name\": \"Stone\", \"Amount\": 100}, {\"Name\": \"Paldium Fragment\", \"Amount\": 20}, {\"Name\": \"Cement\", \"Amount\": 20}]', 'Pal', 10000, 0, 0, 1, 3.64), (286, 'ItemBooth', 'ItemBooth', 'Flea Market (Items)', 'A facility for selling items. By setting products in the sales list, you can sell items to other players. Assign an Ice Pal to it and the food inside will be less likely to spoil.', '/public/images/build/T_icon_buildObject_ItemBooth.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Wooden Board\", \"Amount\": 4}, {\"Name\": \"Cloth\", \"Amount\": 3}]', 'Other', 9000, 0, 0, 1, 3.49), (287, 'Lab', 'Lab', 'Pal Labor Research Lab', 'A facility for conducting research on the various tasks of Pals. By assigning tasks to Pals in this facility, research progresses, granting various benefits.', '/public/images/build/T_icon_buildObject_Lab.png', '[{\"Name\": \"Ingot\", \"Amount\": 30}, {\"Name\": \"Paldium Fragment\", \"Amount\": 30}]', 'Pal', 5000, 0, 0, 1, 2.74), (288, 'PalBooth', 'PalBooth', 'Flea Market (Pals)', 'A facility for selling Pals. By setting Pals in the sales list, you can sell them to other players. Assign an Ice Pal to it and the food inside will be less likely to spoil.', '/public/images/build/T_icon_buildObject_PalBooth.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Wooden Board\", \"Amount\": 4}, {\"Name\": \"Paldium Fragment\", \"Amount\": 5}]', 'Other', 9000, 0, 0, 1, 3.49), (289, 'ManualElectricGenerator', 'ManualElectricGenerator', 'Human-Powered Generator', 'A facility that converts rotational motion into electrical energy. The efficiency is low, and the Pals working here will experience a decrease in SAN value, but they will gain experience points.', '/public/images/build/T_icon_buildObject_ManualElectricGenerator.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 5}, {\"Name\": \"Electric Organ\", \"Amount\": 5}]', 'Infrastructure', 5000, 0, 0, 1, 2.74), (290, 'Farm_SkillFruits', 'Farm_SkillFruits', 'Skillfruit Orchard', 'A farm where Skillfruits can be cultivated. By planting the original fruit in the ground, multiple fruits of the same type can be harvested.', '/public/images/build/T_icon_buildObject_Farm_SkillFruits.png', '[{\"Name\": \"Mythical Wood\", \"Amount\": 200}, {\"Name\": \"Paldium Fragment\", \"Amount\": 500}, {\"Name\": \"Soralite\", \"Amount\": 150}]', 'Food', 100000, 0, 0, 0, 9.09), (291, 'Wooden_ladder', 'Wooden_ladder', 'Ladder', 'A ladder that allows you to climb to a slightly higher place.', '/public/images/build/T_icon_buildObject_Wooden_Ladder.png', '[{\"Name\": \"Wood\", \"Amount\": 10}]', 'Foundations', 0, 140, 0, 0, 0), (292, 'PalMedicineBox', 'PalMedicineBox', 'Medicine Rack', 'A shelf for storing medicine. Sick Pals will come here to take their medicine. Be sure to keep the medicine stocked.', '/public/images/build/T_icon_buildObject_PalMedicineBox.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Wooden Board\", \"Amount\": 3}, {\"Name\": \"Cloth\", \"Amount\": 5}]', 'Infrastructure', 10000, 0, 0, 0, 3.64), (293, 'EnergyStorage_Electric', 'EnergyStorage_Electric', 'Accumulator', 'A facility for storing excess electricity generated by the Power Generator.', '/public/images/build/T_icon_buildObject_EnergyStorage_Electric.png', '[{\"Name\": \"Ingot\", \"Amount\": 50}, {\"Name\": \"Electric Organ\", \"Amount\": 20}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 5}, {\"Name\": \"Corrosive Solvent\", \"Amount\": 5}]', 'Infrastructure', 50000, 0, 0, 1, 6.94), (294, 'Headstone', 'Headstone', 'Tombstone', 'A gravestone that can be inscribed with text. Use it for recording purposes.', '/public/images/build/T_icon_buildObject_Headstone.png', '[{\"Name\": \"Stone\", \"Amount\": 10}]', 'Other', 1000, 0, 0, 0, 1.37), (295, 'JapaneseStyle_DoorWall_03', 'JapaneseStyle_DoorWall_03', 'Japanese-Style Door C', 'Japanese sliding door (fusuma) built on a foundation. Becomes an indoor entrance. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_DoorWall_03.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (296, 'Byobu', 'Byobu', 'Folding Screen', 'Decorative folding screen. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Byobu.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (297, 'Kakejiku', 'Kakejiku', 'Hanging Scroll', 'Decorative hanging scroll. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Kakejiku.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (298, 'Zaisu', 'Zaisu', 'Japanese Floor Chair', 'Decorative floor chair. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Zaisu.png', '[{\"Name\": \"Hardwood\", \"Amount\": 15}, {\"Name\": \"Cloth\", \"Amount\": 3}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (299, 'Zabuton', 'Zabuton', 'Japanese Floor Cushion', 'Decorative floor cushion. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Zabuton.png', '[{\"Name\": \"Cloth\", \"Amount\": 3}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (300, 'Irori', 'Irori', 'Japanese Hearth', 'Decorative Hearth. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Irori.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Ingot\", \"Amount\": 3}, {\"Name\": \"Charcoal\", \"Amount\": 2}]', 'Furniture', 2000, 0, 0, 0, 1.86), (301, 'Toro', 'Toro', 'Stone Lantern', 'Decorative Stone Lantern. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Toro.png', '[{\"Name\": \"Stone\", \"Amount\": 15}]', 'Furniture', 2000, 0, 0, 0, 1.86), (302, 'Andon', 'Andon', 'Japanese Paper Lantern', 'Decorative Paper Lantern. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Andon.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Flame Organ\", \"Amount\": 3}]', 'Lighting', 2000, 0, 0, 0, 1.86), (303, 'Shishiodoshi', 'Shishiodoshi', 'Deer Scare', 'Decorative Deer Scare. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Shishiodoshi.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Aquatic Pal Fluids\", \"Amount\": 3}]', 'Furniture', 2000, 0, 0, 0, 1.86), (304, 'Bonsai', 'Bonsai', 'Bonsai', 'Decorative Bonsai. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Bonsai.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Paldium Fragment\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (305, 'Koro', 'Koro', 'Incense Burner', 'Decorative Incense Burner. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Koro.png', '[{\"Name\": \"Ingot\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 5}]', 'Furniture', 2000, 0, 0, 0, 1.86), (306, 'Seika', 'Seika', 'Flower Arrangement', 'Decorative Flower Arrangement. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Seika.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}, {\"Name\": \"Beautiful Flower\", \"Amount\": 1}]', 'Furniture', 2000, 0, 0, 0, 1.86), (307, 'Tansu', 'Tansu', 'Japanese-Style Chest', 'Stores items. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Tansu.png', '[{\"Name\": \"Hardwood\", \"Amount\": 15}, {\"Name\": \"Stone\", \"Amount\": 5}]', 'Storage', 2000, 0, 0, 0, 1.86), (308, 'Fudukue', 'Fudukue', 'Japanese Writing Table', 'Decorative Ornamental Writing Table. Perfect for Japanese-style buildings.', '/public/images/build/T_icon_buildObject_Fudukue.png', '[{\"Name\": \"Hardwood\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (309, 'CompositeDesk', 'CompositeDesk', 'Drafting Table', 'A facility that lets you combine multiple schematics to create more advanced ones.', '/public/images/build/T_icon_buildObject_CompositeDesk.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 20}, {\"Name\": \"High Quality Wooden Board\", \"Amount\": 10}, {\"Name\": \"Charcoal\", \"Amount\": 30}]', 'Production', 20000, 0, 0, 0, 4.82), (310, 'GlobalPalStorage', 'GlobalPalStorage', 'Global Palbox', 'A facility that can store the genetic data of Pals and allows you to reconstruct them from this data. The stored genetic data can also be transferred to other worlds.', '/public/images/build/T_icon_buildObject_GlobalPalStorage.png', '[{\"Name\": \"Paldium Fragment\", \"Amount\": 3}, {\"Name\": \"Wood\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 15}]', 'Pal', 1000, 0, 0, 1, 1), (311, 'DimensionPalStorage', 'DimensionPalStorage', 'Dimensional Pal Storage', 'A facility for storing a large number of captured Pals. Any guild member can deposit or withdraw Pals. If you set it to private, it can serve as your personal Pal storage.', '/public/images/build/T_icon_buildObject_DimensionPalStorage.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Paldium Fragment\", \"Amount\": 40}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 5}]', 'Pal', 20000, 0, 0, 1, 1), (312, 'Wire_Fence', 'Wire_Fence', 'Wire Fence', 'Decorative wired fence.', '/public/images/build/T_icon_buildObject_Wire_Fence.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (313, 'SF_foundation', 'SF_foundation', 'Clean Foundation', 'A foundation for building walls or facilities. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_foundation.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (314, 'SF_wall', 'SF_wall', 'Clean Wall', 'Walls built on foundations to keep out intruders. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_wall.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (315, 'SF_WindowWall', 'SF_WindowWall', 'Clean Wall and Window', 'Wall with windows, built on a foundation to keep out intruders. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_WindowWall.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (316, 'SF_TriangleWall', 'SF_TriangleWall', 'Clean Triangular Wall', 'Triangular wall built on a foundation to keep out intruders. Can be used to create create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_TriangleWall.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (317, 'SF_roof', 'SF_roof', 'Clean Roof', 'A roof built on top of walls to keep out the rain and wind. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_roof.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (318, 'SF_SlantedRoof', 'SF_SlantedRoof', 'Clean Slanted Roof', 'Slanted roof built on top of walls to keep out the rain and wind. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_SlantedRoof.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (319, 'SF_stair', 'SF_stair', 'Clean Stairs', 'Stairs placed below a foundation or roof to climb up. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_stair.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (320, 'SF_DoorWall', 'SF_DoorWall', 'Clean Wall and Door', 'Door built on a foundation. Becomes an entrance. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_DoorWall.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (321, 'SF_pillars', 'SF_Pillars', 'Clean Pillar', 'Column for structural support. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_Pillars.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 0, 0, 0, 0), (322, 'LilyQueenStatue', 'LilyQueenStatue', 'Lyleen Statue', 'Decorative Lyleen statue.', '/public/images/build/T_icon_buildObject_LilyQueenStatue.png', '[{\"Name\": \"Stone\", \"Amount\": 100}]', 'Furniture', 2000, 0, 0, 0, 1.86), (323, 'ConservationGroupBannerA', 'ConservationGroupBannerA', 'Free Pal Alliance Flag', 'Decorative Free Pal Alliance flag.', '/public/images/build/T_icon_buildObject_ConservationGroupBannerA.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 5}, {\"Name\": \"Cloth\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (324, 'ConservationGroupBannerB', 'ConservationGroupBannerB', 'Free Pal Alliance Horizontal Banner', 'Decorative Free Pal Alliance horizontal banner.', '/public/images/build/T_icon_buildObject_ConservationGroupBannerB.png', '[{\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (325, 'Hunter_GangFlag', 'Hunter_GangFlag', 'Rayne Syndicate Flag', 'Decorative Rayne Syndicate flag.', '/public/images/build/T_icon_buildObject_Hunter_GangFlag.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 2}]', 'Furniture', 2000, 0, 0, 0, 1.86), (326, 'PalCage', 'PalCage', 'Aerial Cage', 'Decorative aerial cage.', '/public/images/build/T_icon_buildObject_PalCage.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (327, 'WoodenBarricade', 'WoodenBarricade', 'Wooden Barricade', 'Decorative wooden barricade.', '/public/images/build/T_icon_buildObject_WoodenBarricade.png', '[{\"Name\": \"Wood\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}]', 'Furniture', 2000, 0, 0, 0, 1.86), (328, 'WallTorch02', 'WallTorch02', 'Majestic Wall Torch', 'An imposing torch lit by the Brothers of the Eternal Pyre and revered as sacred. It can be placed on walls. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_WallTorch02.png', '[{\"Name\": \"Wood\", \"Amount\": 5}, {\"Name\": \"Stone\", \"Amount\": 2}, {\"Name\": \"Flame Organ\", \"Amount\": 2}]', 'Lighting', 1000, 0, 0, 0, 1.37), (329, 'CandleStand', 'CandleStand', 'Majestic Candlestick', 'An imposing candlestick lit by the Brothers of the Eternal Pyre and revered as sacred. It can be placed on the ground. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_CandleStand.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Flame Organ\", \"Amount\": 2}]', 'Lighting', 1000, 0, 0, 0, 1.37), (330, 'FireStand', 'FireStand', 'Ceremonial Candlestick', 'An imposing ceremonial candlestick lit by the Brothers of the Eternal Pyre and revered as sacred. It can be placed on the ground. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_FireStand.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Flame Organ\", \"Amount\": 2}, {\"Name\": \"Charcoal\", \"Amount\": 2}]', 'Lighting', 1000, 0, 0, 0, 1.37), (331, 'Wood_Fence', 'Wood_Fence', 'Wooden Fence', 'Fence built on foundations or roofs to prevent falls. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_Fence.png', '[{\"Name\": \"Wood\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (332, 'Stone_Fence', 'Stone_Fence', 'Stone Fence', 'Fence built on foundations or roofs to prevent falls. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_Fence.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (333, 'Iron_Fence', 'Iron_Fence', 'Metal Fence', 'Fence built on foundations or roofs to prevent falls. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_Fence.png', '[{\"Name\": \"Ingot\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (334, 'Glass_Fence', 'Glass_Fence', 'Glass Fence', 'Fence built on foundations or roofs to prevent falls. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_Fence.png', '[{\"Name\": \"Stone\", \"Amount\": 3}, {\"Name\": \"Paldium Fragment\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (335, 'JapaneseStyle_Fence', 'JapaneseStyle_Fence', 'Japanese-Style Fence', 'Fence built on foundations or roofs to prevent falls. Can be used to create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_Fence.png', '[{\"Name\": \"Hardwood\", \"Amount\": 5}]', 'Foundations', 0, 140, 0, 0, 0), (336, 'SF_Fence', 'SF_Fence', 'Clean Fence', 'Fence built on foundations or roofs to prevent falls. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_Fence.png', '[{\"Name\": \"Polymer\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (337, 'CrystalPit', 'CrystalPit', 'Hexolite Quartz Mine', 'Facility for producing Hexolite Quartzs. Digging Hexolite Quartzs is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_CrystalPit.png', '[{\"Name\": \"Stone\", \"Amount\": 70}, {\"Name\": \"Hexolite Quartz\", \"Amount\": 100}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Production', 50000, 0, 0, 0, 6.94), (338, 'FishingPond1', 'FishingPond1', 'Fishing Pond', 'A ready-to-use fishing pond. Assign a Pal to fish here at their own leisure. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_FishingPond1.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 15}, {\"Name\": \"Cement\", \"Amount\": 30}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 3}]', 'Production', 23500, 0, 0, 1, 5.14), (339, 'FishingPond2', 'FishingPond2', 'Large Fishing Pond', 'A ready-to-use large fishing pond. The expanded body of water makes it possible to catch even larger Pals. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_FishingPond2.png', '[{\"Name\": \"High Quality Wooden Board\", \"Amount\": 20}, {\"Name\": \"Stone\", \"Amount\": 30}, {\"Name\": \"Coralum Ingot\", \"Amount\": 10}, {\"Name\": \"High Quality Pal Oil\", \"Amount\": 20}]', 'Production', 85000, 0, 0, 1, 8.53), (340, 'BaseCampWorkerExtraStation', 'BaseCampWorkerExtraStation', 'Palbox Control Device', 'A remote-access terminal for the Palbox. Set it up wherever you\'d like and build a base of your own design.', '/public/images/build/T_icon_buildObject_BaseCampWorkerExtraStation.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Paldium Fragment\", \"Amount\": 30}]', 'Pal', 10000, 0, 0, 1, 3.64), (341, 'SF_Desk', 'SF_Desk', 'Laboratory Desk', 'Decorative laboratory desk.', '/public/images/build/T_icon_buildObject_SF_Desk.png', '[{\"Name\": \"Polymer\", \"Amount\": 15}]', 'Furniture', 5000, 0, 0, 0, 2.74), (342, 'SF_Chair', 'SF_Chair', 'Laboratory Chair', 'Decorative laboratory chair.', '/public/images/build/T_icon_buildObject_SF_Chair.png', '[{\"Name\": \"Polymer\", \"Amount\": 10}]', 'Furniture', 1000, 0, 0, 0, 1.37), (343, 'LanternTop', 'LanternTop', 'Paper Lantern', 'Decorative paper lantern.', '/public/images/build/T_icon_buildObject_LanternTop.png', '[{\"Name\": \"Ingot\", \"Amount\": 5}, {\"Name\": \"Electric Organ\", \"Amount\": 2}]', 'Lighting', 7000, 0, 0, 0, 3.15), (344, 'Shrine_Lantern', 'Shrine_Lantern', 'Red Wooden Lantern', 'Decorative red wooden lantern.', '/public/images/build/T_icon_buildObject_Shrine_Lantern.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Electric Organ\", \"Amount\": 3}, {\"Name\": \"Stone\", \"Amount\": 10}]', 'Lighting', 7000, 0, 0, 0, 3.15), (345, 'GuardianDogStatue', 'GuardianDogStatue', 'Yakumo Statue', 'Decorative Yakumo statue.', '/public/images/build/T_icon_buildObject_GuardianDogStatue.png', '[{\"Name\": \"Stone\", \"Amount\": 70}]', 'Furniture', 2000, 0, 0, 0, 1.86), (346, 'Hunter_Flag', 'Hunter_Flag', 'Rayne Syndicate Standard', 'Decorative Rayne Syndicate Standard.', '/public/images/build/T_icon_buildObject_Hunter_Flag.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (347, 'Hunter_Banner', 'Hunter_Banner', 'Rayne Syndicate Vertical Banner', 'Decorative Rayne Syndicate Vertical Banner.', '/public/images/build/T_icon_buildObject_Hunter_Banner.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (348, 'Believer_Flag', 'Believer_Flag', 'Free Pal Alliance Standard', 'Decorative Free Pal Alliance Standard.', '/public/images/build/T_icon_buildObject_Believer_Flag.png', '[{\"Name\": \"Wood\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (349, 'Believer_Banner', 'Believer_Banner', 'Free Pal Alliance Vertical Banner', 'Decorative Free Pal Alliance Vertical Banner.', '/public/images/build/T_icon_buildObject_Believer_Banner.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (350, 'FireCult_Flag', 'FireCult_Flag', 'Brothers of the Eternal Pyre Standard', 'Decorative Brothers of the Eternal Pyre Standard.', '/public/images/build/T_icon_buildObject_FireCult_Flag.png', '[{\"Name\": \"Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (351, 'FireCult_Banner', 'FireCult_Banner', 'Brothers of the Eternal Pyre Vertical Banner', 'Decorative Brothers of the Eternal Pyre Vertical Banner.', '/public/images/build/T_icon_buildObject_FireCult_Banner.png', '[{\"Name\": \"Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (352, 'Police_Flag', 'Police_Flag', 'PIDF Standard', 'Decorative PIDF Standard.', '/public/images/build/T_icon_buildObject_Police_Flag.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (353, 'Police_Banner', 'Police_Banner', 'PIDF Vertical Banner', 'Decorative PIDF Vertical Banner.', '/public/images/build/T_icon_buildObject_Police_Banner.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (354, 'Scientist_Flag', 'Scientist_Flag', 'PAL Genetic Research Unit Standard', 'Decorative PAL Genetic Research Unit Standard.', '/public/images/build/T_icon_buildObject_Scientist_Flag.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (355, 'Scientist_Banner', 'Scientist_Banner', 'PAL Genetic Research Unit Vertical Banner', 'Decorative PAL Genetic Research Unit Vertical Banner.', '/public/images/build/T_icon_buildObject_Scientist_Banner.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (356, 'Ninja_Flag', 'Ninja_Flag', 'Moonflower Standard', 'Decorative Moonflower Standard.', '/public/images/build/T_icon_buildObject_Ninja_Flag.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (357, 'Ninja_Banner', 'Ninja_Banner', 'Moonflower Vertical Banner', 'Decorative Moonflower Vertical Banner.', '/public/images/build/T_icon_buildObject_Ninja_Banner.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (358, 'YakushimaBoss002_Relic', 'YakushimaBoss002_Relic', 'Moon Lord Statue', '[Tides of Terraria] A gleaming golden statue of the Moon Lord. Proof of those strong enough to overcome a hopeless battle.', '/public/images/build/T_icon_buildObject_YakushimaBoss002_Relic.png', '[{\"Name\": \"Hallowed Bar\", \"Amount\": 100}]', 'Furniture', 2000, 0, 0, 0, 1.86), (359, 'Wooden_TriangleFoundation', 'Wooden_TriangleFoundation', 'Wooden Triangular Foundation', 'A triangular foundation for building walls or facilities on. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_TriangleFoundation.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (360, 'Wooden_DiagonalWall', 'Wooden_DiagonalWall', 'Wooden Diagonal Wall', 'An angled wall built on triangular foundations for keeping out intruders. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_DiagonalWall.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (361, 'Wooden_TriangleRoof', 'Wooden_TriangleRoof', 'Wooden Triangular Roof', 'A triangular roof built on top of walls to keep out the rain and wind. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_TriangleRoof.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (362, 'Wooden_TriangleStairsCorner', 'Wooden_TriangleStairsCorner', 'Wooden Corner Roof', 'A corner roof built on top of walls to keep out the rain and wind. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_TriangleStairsCorner.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (363, 'Wood_TriangleWallReverse', 'Wood_TriangleWallReverse', 'Wooden Triangular Wall (Inverted)', 'An inverted triangular wall built on a foundation for keeping out intruders. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wood_TriangleWallReverse.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (364, 'Wooden_WallGate', 'Wooden_WallGate', 'Wooden Pal Passage Entrance', 'An entrance to a Pal passage built on a foundation. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_WallGate.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (365, 'Wooden_SlopedRoofCorner', 'Wooden_SlopedRoofCorner', 'Wooden Slanted Triangular Roof', 'A slanted triangular roof built on top of diagonal walls to keep out the rain and wind. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_SlopedRoofCorner.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (366, 'Wooden_PyramidRoof', 'Wooden_PyramidRoof', 'Wooden Pyramid Roof', 'A pyramidal roof built on top of walls to keep out the rain and wind. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_PyramidRoof.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (367, 'Stone_TriangleFoundation', 'Stone_TriangleFoundation', 'Stone Triangular Foundation', 'A triangular foundation for building walls or facilities on. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_TriangleFoundation.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (368, 'Stone_DiagonalWall', 'Stone_DiagonalWall', 'Stone Diagonal Wall', 'An angled wall built on triangular foundations for keeping out intruders. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_DiagonalWall.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (369, 'Stone_TriangleRoof', 'Stone_TriangleRoof', 'Stone Triangular Roof', 'A triangular roof built on top of walls to keep out the rain and wind. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_TriangleRoof.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (370, 'Stone_TriangleStairsCorner', 'Stone_TriangleStairsCorner', 'Stone Corner Roof', 'A corner roof built on top of walls to keep out the rain and wind. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_TriangleStairsCorner.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (371, 'Stone_TriangleWallReverse', 'Stone_TriangleWallReverse', 'Stone Triangular Wall (Inverted)', 'An inverted triangular wall built on a foundation for keeping out intruders. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_TriangleWallReverse.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (372, 'Stone_WallGate', 'Stone_WallGate', 'Stone Pal Passage Entrance', 'An entrance to a Pal passage built on a foundation. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_WallGate.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (373, 'Stone_SlopedRoofCorner', 'Stone_SlopedRoofCorner', 'Stone Slanted Triangular Roof', 'A slanted triangular roof built on top of diagonal walls to keep out the rain and wind. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_SlopedRoofCorner.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (374, 'Stone_PyramidRoof', 'Stone_PyramidRoof', 'Stone Pyramid Roof', 'A pyramidal roof built on top of walls to keep out the rain and wind. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_PyramidRoof.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (375, 'Iron_TriangleFoundation', 'Iron_TriangleFoundation', 'Metal Triangular Foundation', 'A triangular foundation for building walls or facilities on. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_TriangleFoundation.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (376, 'Iron_DiagonalWall', 'Iron_DiagonalWall', 'Metal Diagonal Wall', 'An angled wall built on triangular foundations for keeping out intruders. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_DiagonalWall.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (377, 'Iron_TriangleRoof', 'Iron_TriangleRoof', 'Metal Triangular Roof', 'A triangular roof built on top of walls to keep out the rain and wind. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_TriangleRoof.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (378, 'Iron_TriangleStairsCorner', 'Iron_TriangleStairsCorner', 'Metal Corner Roof', 'A corner roof built on top of walls to keep out the rain and wind. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_TriangleStairsCorner.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (379, 'Iron_TriangleWallReverse', 'Iron_TriangleWallReverse', 'Metal Triangular Wall (Inverted)', 'An inverted triangular wall built on a foundation for keeping out intruders. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_TriangleWallReverse.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (380, 'Iron_WallGate', 'Iron_WallGate', 'Metal Pal Passage Entrance', 'An entrance to a Pal passage built on a foundation. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_WallGate.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (381, 'Iron_SlopedRoofCorner', 'Iron_SlopedRoofCorner', 'Metal Slanted Triangular Roof', 'A slanted triangular roof built on top of diagonal walls to keep out the rain and wind. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_SlopedRoofCorner.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (382, 'Iron_PyramidRoof', 'Iron_PyramidRoof', 'Metal Pyramid Roof', 'A pyramidal roof built on top of walls to keep out the rain and wind. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_PyramidRoof.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (383, 'Glass_TriangleFoundation', 'Glass_TriangleFoundation', 'Glass Triangular Foundation', 'A triangular foundation for building walls or facilities on. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_TriangleFoundation.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (384, 'Glass_DiagonalWall', 'Glass_DiagonalWall', 'Glass Diagonal Wall', 'An angled wall built on triangular foundations for keeping out intruders. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_DiagonalWall.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (385, 'Glass_TriangleRoof', 'Glass_TriangleRoof', 'Glass Triangular Roof', 'A triangular roof built on top of walls to keep out the rain and wind. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_TriangleRoof.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (386, 'Glass_TriangleStairsCorner', 'Glass_TriangleStairsCorner', 'Glass Corner Roof', 'A corner roof built on top of walls to keep out the rain and wind. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_TriangleStairsCorner.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (387, 'Glass_TriangleWallReverse', 'Glass_TriangleWallReverse', 'Glass Triangular Wall (Inverted)', 'An inverted triangular wall built on a foundation for keeping out intruders. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_TriangleWallReverse.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (388, 'Glass_WallGate', 'Glass_WallGate', 'Glass Pal Passage Entrance', 'An entrance to a Pal passage built on a foundation. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_WallGate.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (389, 'Glass_SlopedRoofCorner', 'Glass_SlopedRoofCorner', 'Glass Slanted Triangular Roof', 'A slanted triangular roof built on top of diagonal walls to keep out the rain and wind. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_SlopedRoofCorner.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (390, 'Glass_PyramidRoof', 'Glass_PyramidRoof', 'Glass Pyramid Roof', 'A pyramidal roof built on top of walls to keep out the rain and wind. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_PyramidRoof.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (391, 'JapaneseStyle_TriangleFoundation', 'JapaneseStyle_TriangleFoundation', 'Japanese-Style Triangular Foundation', 'A triangular foundation for building walls or facilities on. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_TriangleFoundation.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (392, 'JapaneseStyle_DiagonalWall', 'JapaneseStyle_DiagonalWall', 'Japanese-Style Diagonal Wall', 'An angled wall built on triangular foundations for keeping out intruders. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_DiagonalWall.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (393, 'JapaneseStyle_TriangleRoof_01', 'JapaneseStyle_TriangleRoof_01', 'Japanese-Style Triangular Roof A', 'A triangular roof built on top of walls to keep out the rain and wind. The top is covered with tatami mats. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_TriangleRoof_01.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (394, 'JapaneseStyle_TriangleRoof_02', 'JapaneseStyle_TriangleRoof_02', 'Japanese-Style Triangular Roof B', 'A triangular roof built on top of walls to keep out the rain and wind. The top is covered with tiles. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_TriangleRoof_02.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (395, 'JapaneseStyle_TriangleStairsCorner_01', 'JapaneseStyle_TriangleStairsCorner_01', 'Japanese-Style Corner Roof', 'A corner roof built on top of walls to keep out the rain and wind. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_TriangleStairsCorner.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (396, 'JapaneseStyle_TriangleWallReverse', 'JapaneseStyle_TriangleWallReverse', 'Japanese-Style Triangular Wall (Inverted)', 'An inverted triangular wall built on a foundation for keeping out intruders. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_TriangleWallReverse.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (397, 'JapaneseStyle_WallGate', 'JapaneseStyle_WallGate', 'Japanese-Style Pal Passage Entrance', 'An entrance to a Pal passage built on a foundation. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_WallGate.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (398, 'JapaneseStyle_SlopedRoofCorner', 'JapaneseStyle_SlopedRoofCorner', 'Japanese-Style Slanted Triangular Roof', 'A slanted triangular roof built on top of diagonal walls to keep out the rain and wind. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_SlopedRoofCorner.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (399, 'JapaneseStyle_PyramidRoof', 'JapaneseStyle_PyramidRoof', 'Japanese-Style Pyramid Roof', 'A pyramidal roof built on top of walls to keep out the rain and wind. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_PyramidRoof.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (400, 'SF_TriangleFoundation', 'SF_TriangleFoundation', 'Clean Triangular Foundation', 'A triangular foundation for building walls or facilities. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_TriangleFoundation.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (401, 'SF_DiagonalWall', 'SF_DiagonalWall', 'Clean Diagonal Wall', 'An angled wall built on triangular foundations to keep out intruders. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_DiagonalWall.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (402, 'SF_TriangleRoof', 'SF_TriangleRoof', 'Clean Triangular Roof', 'A triangular roof built on top of walls to keep out the rain and wind. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_TriangleRoof.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (403, 'SF_TriangleStairsCorner', 'SF_TriangleStairsCorner', 'Clean Corner Roof', 'A corner roof built on top of walls to keep out the rain and wind. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_TriangleStairsCorner.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (404, 'SF_TriangleWallReverse', 'SF_TriangleWallReverse', 'Clean Triangular Wall (Inverted)', 'An inverted triangular wall built on a foundation to keep out intruders. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_TriangleWallReverse.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (405, 'SF_WallGate', 'SF_WallGate', 'Clean Pal Passage Entrance', 'An entrance to a Pal passage built on a foundation. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_WallGate.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (406, 'SF_SlopedRoofCorner', 'SF_SlopedRoofCorner', 'Clean Slanted Triangular Roof', 'A slanted triangular roof built on top of diagonal walls to keep out the rain and wind. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_SlopedRoofCorner.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (407, 'SF_PyramidRoof', 'SF_PyramidRoof', 'Clean Pyramid Roof', 'A pyramidal roof built on top of walls to keep out the rain and wind. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_PyramidRoof.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (408, 'Wooden_SlopedRoofCornerReverse', 'Wooden_SlopedRoofCornerReverse', 'Wooden Slanted Corner Roof (Inverted)', 'An inverted slanted triangular roof built on top of walls to keep out the rain and wind. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_Wooden_SlopedRoofCornerReverse.png', '[{\"Name\": \"Wood\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (409, 'Stone_SlopedRoofCornerReverse', 'Stone_SlopedRoofCornerReverse', 'Stone Slanted Corner Roof (Inverted)', 'An inverted slanted triangular roof built on top of walls to keep out the rain and wind. Made from stone, it is reasonably sturdy.', '/public/images/build/T_icon_buildObject_Stone_SlopedRoofCornerReverse.png', '[{\"Name\": \"Stone\", \"Amount\": 3}]', 'Foundations', 0, 140, 0, 0, 0), (410, 'Iron_SlopedRoofCornerReverse', 'Iron_SlopedRoofCornerReverse', 'Metal Slanted Corner Roof (Inverted)', 'An inverted slanted triangular roof built on top of walls to keep out the rain and wind. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_Iron_SlopedRoofCornerReverse.png', '[{\"Name\": \"Ingot\", \"Amount\": 1}, {\"Name\": \"Stone\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (411, 'Glass_SlopedRoofCornerReverse', 'Glass_SlopedRoofCornerReverse', 'Glass Slanted Corner Roof (Inverted)', 'An inverted slanted triangular roof built on top of walls to keep out the rain and wind. Made of industrial-strength glass, it\'s quite sturdy.', '/public/images/build/T_icon_buildObject_Glass_SlopedRoofCornerReverse.png', '[{\"Name\": \"Stone\", \"Amount\": 1}, {\"Name\": \"Paldium Fragment\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (412, 'JapaneseStyle_SlopedRoofCornerReverse', 'JapaneseStyle_SlopedRoofCornerReverse', 'Japanese-Style Slanted Corner Roof (Inverted)', 'An inverted slanted triangular roof built on top of walls to keep out the rain and wind. You can create stylish Japanese-style architecture.', '/public/images/build/T_icon_buildObject_JapaneseStyle_SlopedRoofCornerReverse.png', '[{\"Name\": \"Hardwood\", \"Amount\": 4}]', 'Foundations', 0, 140, 0, 0, 0), (413, 'SF_SlopedRoofCornerReverse', 'SF_SlopedRoofCornerReverse', 'Clean Slanted Corner Roof (Inverted)', 'An inverted slanted triangular roof built on top of walls to keep out the rain and wind. Can be used to create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_SF_SlopedRoofCornerReverse.png', '[{\"Name\": \"Polymer\", \"Amount\": 1}]', 'Foundations', 0, 140, 0, 0, 0), (414, 'Ancient_SlopedRoofCornerReverse', 'Ancient_SlopedRoofCornerReverse', 'Ancient Slanted Triangular Roof (Inverted)', 'An inverted slanted triangular roof built on top of walls to keep out the rain and wind. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_SlopedRoofCornerReverse.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (415, 'AncientWorkBench', 'AncientWorkBench', 'Ancient Workbench', 'A Pal-exclusive workbench that is capable of crafting any item in one place. It cannot be used by the player, and operates at the same speed as a regular workbench. Due to its advanced equipment, it requires Pals with high-level Handiwork and Medicine Production suitability.', '/public/images/build/T_icon_buildObject_AncientWorkBench.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 50}, {\"Name\": \"AI Core\", \"Amount\": 5}, {\"Name\": \"Bio Battery\", \"Amount\": 20}]', 'Production', 1000000, 0, 0, 0, 21.76), (416, 'AncientElectricGenerator', 'AncientElectricGenerator', 'Ancient Power Generator', 'A highly efficient power generator restored from lost ancient technology. It produces massive amounts of electricity, but is prone to overheating while in operation. It requires Pals with high-level Generating Electricity and any level of Watering suitability.', '/public/images/build/T_icon_buildObject_AncientElectricGenerator.png', '[{\"Name\": \"Paloxite Ingot\", \"Amount\": 100}, {\"Name\": \"Electric Organ\", \"Amount\": 200}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 10}]', 'Infrastructure', 1000000, 0, 0, 1, 21.76), (417, 'AncientBlastFurnace', 'AncientBlastFurnace', 'Ancient Furnace', 'A special furnace based on ancient technology that can smelt all types of ingots. Materials are melted with fire, then quickly cooled and solidified using ice. It requires Pals with high-level Kindling and Cooling suitability.', '/public/images/build/T_icon_buildObject_AncientBlastFurnace.png', '[{\"Name\": \"Coralum Ingot\", \"Amount\": 100}, {\"Name\": \"Thermal Core\", \"Amount\": 20}, {\"Name\": \"Computer\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 10}]', 'Production', 1000000, 0, 0, 0, 21.76), (418, 'AncientCookingStove', 'AncientCookingStove', 'Ancient Kitchen', 'A special kitchen based on ancient technology that can create everything from existing dishes to entirely new recipes. It retains heat through fire and completes cooking with manual preparation, allowing it to prepare any kind of cuisine. It requires Pals with high-level Kindling and Handiwork suitability.', '/public/images/build/T_icon_buildObject_AncientCookingStove.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 80}, {\"Name\": \"Thermal Core\", \"Amount\": 30}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 50}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 10}]', 'Food', 1000000, 0, 0, 0, 21.76), (419, 'AncientMultiProduct', 'AncientMultiProduct', 'Ancient Material Synthesizer', 'A special generator based on ancient technology that uses the power of the World Tree to produce all kinds of wood and ore. Due to its complex structure, only one Pal can be assigned to it.', '/public/images/build/T_icon_buildObject_AncientMultiProduct.png', '[{\"Name\": \"Paloxite Ingot\", \"Amount\": 50}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 10}]', 'Production', 1000000, 0, 0, 0, 21.76); INSERT INTO `buildobjects` (`ID`, `DevName`, `MapObjectId`, `Name`, `Description`, `Image`, `Material`, `Category`, `RequiredBuildWorkAmount`, `InstallNeighborThreshold`, `IsInstallOnlyOnBase`, `IsInstallOnlyHubAround`, `BuildExpRate`) VALUES (420, 'AncientFarmBlock', 'AncientFarmBlock', 'Ancient Farm', 'A special cultivation device based on ancient technology that harnesses the power of the World Tree to grow all kinds of plants on Palpagos Island. Smaller than a berry plantation and suitable for indoor placement, it still follows the same cultivation process as standard plots. It requires Pals with high-level Planting, Watering, and Harvesting suitability.', '/public/images/build/T_icon_buildObject_AncientFarmBlock.png', '[{\"Name\": \"Paloxite Ingot\", \"Amount\": 50}, {\"Name\": \"World Tree Holy Water\", \"Amount\": 50}, {\"Name\": \"Mythical Wood\", \"Amount\": 100}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 10}]', 'Food', 1000000, 0, 0, 0, 21.76), (421, 'DefenseMachinegun_AutoTurret', 'DefenseMachinegun_AutoTurret', 'Ancient Turret', 'An unmanned turret of ancient technology equipped with rocket launcher–level size and firepower. It requires no ammunition or Pal assignment, and performs fully automated interception using only electricity. However, despite its immense power, it requires a massive amount of electricity to operate.', '/public/images/build/T_icon_buildObject_DefenseMachinegun.png', '[{\"Name\": \"Ingot\", \"Amount\": 30}, {\"Name\": \"Nail\", \"Amount\": 10}, {\"Name\": \"Cement\", \"Amount\": 15}]', 'Defenses', 1000000, 0, 0, 1, 21.76), (422, 'MultiElectricHatchingPalEggWithBreed', 'MultiElectricHatchingPalEggWithBreed', 'Ancient Hatchery', 'An advanced breeding facility of ancient civilization technology, enclosed in electronic glass. It fully automates everything from egg production to incubation at high speed, and increases the inheritance rate of rare skills. Pals are managed through holograms, it requires minimal pasture space.', '/public/images/build/T_icon_buildObject_MultiElectricHatchingPalEggWithBreed.png', '[{\"Name\": \"Paloxite Ingot\", \"Amount\": 100}, {\"Name\": \"AI Core\", \"Amount\": 50}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 20}]', 'Pal', 1000000, 0, 0, 1, 21.76), (423, 'AncientRelicRecycler', 'AncientRelicRecycler', 'Ancient Relic Recycler', 'An ancient civilization device that converts materials using repurposed technology from a lost civilization. It deciphers the technology left within Ancient Relics and refines them into new forms. A highly specialized facility designed for the efficient use of relics without waste.', '/public/images/build/T_icon_buildObject_AncientRelicRecycler.png', '[{\"Name\": \"Paloxite Ingot\", \"Amount\": 50}, {\"Name\": \"Mythical Wood\", \"Amount\": 50}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 30}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 20}]', 'Production', 1000000, 0, 0, 1, 21.76), (424, 'SkyIslandOrePit', 'SkyIslandOrePit', 'Soralite Quarry', 'Facility for producing Soralite. Digging Soralite is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_SkyIslandOrePit.png', '[{\"Name\": \"Stone\", \"Amount\": 70}, {\"Name\": \"Soralite\", \"Amount\": 100}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Production', 100000, 0, 0, 0, 9.09), (425, 'FurnitureTree01_Green', 'FurnitureTree01_Green', 'Faux Greenery A', 'A realistic replication of some greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Green.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (426, 'FurnitureTree02_Green', 'FurnitureTree02_Green', 'Faux Greenery B', 'A realistic replication of some greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Green.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (427, 'FurnitureTree03_Green', 'FurnitureTree03_Green', 'Faux Greenery C', 'A realistic replication of some greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Green.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (428, 'FurnitureTree01_Red', 'FurnitureTree01_Red', 'Faux Crimson Foliage A', 'A realistic replication of some crimson foliage. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Red.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (429, 'FurnitureTree02_Red', 'FurnitureTree02_Red', 'Faux Crimson Foliage B', 'A realistic replication of some crimson foliage. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Red.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (430, 'FurnitureTree03_Red', 'FurnitureTree03_Red', 'Faux Crimson Foliage C', 'A realistic replication of some crimson foliage. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Red.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (431, 'FurnitureTree01_Yellow', 'FurnitureTree01_Yellow', 'Faux Golden Foliage A', 'A realistic replication of some golden foliage. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Yellow.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (432, 'FurnitureTree02_Yellow', 'FurnitureTree02_Yellow', 'Faux Golden Foliage B', 'A realistic replication of some golden foliage. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Yellow.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (433, 'FurnitureTree03_Yellow', 'FurnitureTree03_Yellow', 'Faux Golden Foliage C', 'A realistic replication of some golden foliage. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Yellow.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (434, 'FurnitureTree01_Cherry', 'FurnitureTree01_Cherry', 'Faux Cherry Blossoms A', 'A realistic replication of some cherry blossoms. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Cherry.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (435, 'FurnitureTree02_Cherry', 'FurnitureTree02_Cherry', 'Faux Cherry Blossoms B', 'A realistic replication of some cherry blossoms. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Cherry.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (436, 'FurnitureTree03_Cherry', 'FurnitureTree03_Cherry', 'Faux Cherry Blossoms C', 'A realistic replication of some cherry blossoms. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Cherry.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (437, 'FurnitureTree01_Tropical', 'FurnitureTree01_Tropical', 'Faux Tropical Greenery A', 'A realistic replication of some tropical greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Tropical.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (438, 'FurnitureTree02_Tropical', 'FurnitureTree02_Tropical', 'Faux Tropical Greenery B', 'A realistic replication of some tropical greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Tropical.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (439, 'FurnitureTree03_Tropical', 'FurnitureTree03_Tropical', 'Faux Tropical Greenery C', 'A realistic replication of some tropical greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Tropical.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (440, 'FurnitureTree01_Snow', 'FurnitureTree01_Snow', 'Faux Snowy Greenery A', 'A realistic replication of some snow-covered greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Snow.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (441, 'FurnitureTree02_Snow', 'FurnitureTree02_Snow', 'Faux Snowy Greenery B', 'A realistic replication of some snow-covered greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Snow.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (442, 'FurnitureTree03_Snow', 'FurnitureTree03_Snow', 'Faux Snowy Greenery C', 'A realistic replication of some snow-covered greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Snow.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (443, 'FurnitureTree01_Desert', 'FurnitureTree01_Desert', 'Faux Desert Greenery A', 'A realistic replication of some desert greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Desert.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (444, 'FurnitureTree02_Desert', 'FurnitureTree02_Desert', 'Faux Desert Greenery B', 'A realistic replication of some desert greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Desert.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (445, 'FurnitureTree03_Desert', 'FurnitureTree03_Desert', 'Faux Desert Greenery C', 'A realistic replication of some desert greenery. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Desert.png', '[{\"Name\": \"Hardwood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (446, 'FurnitureTree01_Bamboo', 'FurnitureTree01_Bamboo', 'Faux Bamboo A', 'A realistic replication of some bamboo. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Bamboo.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (447, 'FurnitureTree02_Bamboo', 'FurnitureTree02_Bamboo', 'Faux Bamboo B', 'A realistic replication of some bamboo. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree02_Bamboo.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (448, 'FurnitureTree03_Bamboo', 'FurnitureTree03_Bamboo', 'Faux Bamboo C', 'A realistic replication of some bamboo. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureTree03_Bamboo.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (449, 'FurnitureBush01_Green', 'FurnitureBush01_Green', 'Faux Bush', 'A realistic replication of a bush. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureBush01_Green.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (450, 'FurnitureBush01_Yellow', 'FurnitureBush01_Yellow', 'Faux Golden Bush', 'A realistic replication of a golden bush. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureBush01_Yellow.png', '[{\"Name\": \"Fiber\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (451, 'FurnitureBush01_Flower', 'FurnitureBush01_Flower', 'Faux Flowering Bush A', 'A realistic replication of a flowering bush. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureBush01_Flower.png', '[{\"Name\": \"Fiber\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (452, 'FurnitureBush02_Flower', 'FurnitureBush02_Flower', 'Faux Flowering Bush B', 'A realistic replication of a flowering bush. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureBush02_Flower.png', '[{\"Name\": \"Fiber\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (453, 'FurnitureBush01_Tropical', 'FurnitureBush01_Tropical', 'Faux Tropical Bush', 'A realistic replication of a tropical bush. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureBush01_Tropical.png', '[{\"Name\": \"Fiber\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (454, 'FurnitureBush01_Snow', 'FurnitureBush01_Snow', 'Faux White Bush', 'A realistic replication of a snow-covered bush. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureBush01_Snow.png', '[{\"Name\": \"Fiber\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (455, 'FurnitureStone01', 'FurnitureStone01', 'Faux Rock', 'A realistic replication of a boulder. For decoration only. Cannot be harvested for materials.', '/public/images/build/T_icon_buildObject_FurnitureStone01.png', '[{\"Name\": \"Stone\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (456, 'TableCircular_Wood_None', 'TableCircular_Wood_None', 'Tidy Round Table', 'Decorative round table with a clean surface.', '/public/images/build/T_icon_buildObject_TableCircular_Wood_None.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (457, 'TableSquare_Wood_None', 'TableSquare_Wood_None', 'Tidy Square Table', 'Decorative square table with a clean surface.', '/public/images/build/T_icon_buildObject_TableSquare_Wood_None.png', '[{\"Name\": \"Wood\", \"Amount\": 20}]', 'Furniture', 3000, 0, 0, 0, 2.21), (458, 'JetDragonStatue', 'JetDragonStatue', 'Jetragon Statue', 'Decorative Jetragon statue.', '/public/images/build/T_icon_buildObject_JetDragonStatue.png', '[{\"Name\": \"Stone\", \"Amount\": 100}]', 'Furniture', 3000, 0, 0, 0, 2.21), (459, 'IceHorseStatue', 'IceHorseStatue', 'Frostallion Statue', 'Decorative Frostallion statue.', '/public/images/build/T_icon_buildObject_IceHorseStatue.png', '[{\"Name\": \"Stone\", \"Amount\": 100}]', 'Furniture', 3000, 0, 0, 0, 2.21), (460, 'ArcadeVideoGame', 'ArcadeVideoGame', 'Arcade Game Cabinet', 'Decorative arcade machine. Broken, it can\'t be played.', '/public/images/build/T_icon_buildObject_ArcadeVideoGame.png', '[{\"Name\": \"Ingot\", \"Amount\": 30}]', 'Furniture', 3000, 0, 0, 0, 2.21), (461, 'Ancient_foundation', 'Ancient_foundation', 'Ancient Foundation', 'A foundation for building walls or facilities. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_foundation.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (462, 'Ancient_wall', 'Ancient_wall', 'Ancient Wall', 'Walls built on foundations to keep out intruders. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_wall.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (463, 'Ancient_roof', 'Ancient_roof', 'Ancient Roof', 'A roof built on top of walls to keep out the rain and wind. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_roof.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (464, 'Ancient_stair', 'Ancient_stair', 'Ancient Stairs', 'Stairs placed below a foundation or roof to climb up. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_stair.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (465, 'Ancient_DoorWall', 'Ancient_DoorWall', 'Ancient Wall and Door', 'Door built on a foundation. Becomes an entrance. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_DoorWall.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (466, 'Ancient_TriangleWall', 'Ancient_TriangleWall', 'Ancient Triangular Wall', 'Triangular wall built on a foundation to keep out intruders. Can be used to create create clean, futuristic architecture.', '/public/images/build/T_icon_buildObject_Ancient_TriangleWall.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (467, 'Ancient_SlantedRoof', 'Ancient_SlantedRoof', 'Ancient Slanted Roof', 'Slanted roof built on top of walls to keep out the rain and wind. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_SlantedRoof.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (468, 'Ancient_WindowWall', 'Ancient_WindowWall', 'Ancient Wall and Window', 'Wall with windows, built on a foundation to keep out intruders. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_WindowWall.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (469, 'Ancient_Pillars', 'Ancient_Pillars', 'Ancient Pillar', 'Column for structural support. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_Pillars.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 0, 0, 0, 0), (470, 'DarkIsland_Flag', 'DarkIsland_Flag', 'Feybreak Flag', 'Decorative Feybreak flag.', '/public/images/build/T_icon_buildObject_DarkIsland_Flag.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (471, 'DarkIsland_Banner', 'DarkIsland_Banner', 'Feybreak Banner', 'Decorative Feybreak banner.', '/public/images/build/T_icon_buildObject_DarkIsland_Banner.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (472, 'SkyIsland_Flag', 'SkyIsland_Flag', 'Azure Covenant Flag', 'Decorative Azure Covenant flag.', '/public/images/build/T_icon_buildObject_SkyIsland_Flag.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 20}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (473, 'SkyIsland_Banner', 'SkyIsland_Banner', 'Azure Covenant Banner', 'Decorative Azure Covenant banner.', '/public/images/build/T_icon_buildObject_SkyIsland_Banner.png', '[{\"Name\": \"Refined Ingot\", \"Amount\": 10}, {\"Name\": \"Fiber\", \"Amount\": 10}, {\"Name\": \"High Quality Cloth\", \"Amount\": 20}]', 'Furniture', 2000, 0, 0, 0, 1.86), (474, 'Ancient_TriangleFoundation', 'Ancient_TriangleFoundation', 'Ancient Triangular Foundation', 'A triangular foundation for building walls or facilities. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_TriangleFoundation.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (475, 'Ancient_DiagonalWall', 'Ancient_DiagonalWall', 'Ancient Diagonal Wall', 'An angled wall built on triangular foundations to keep out intruders. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_DiagonalWall.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (476, 'Ancient_TriangleRoof', 'Ancient_TriangleRoof', 'Ancient Triangular Roof', 'A triangular roof built on top of walls to keep out the rain and wind. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_TriangleRoof.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (477, 'Ancient_TriangleStairsCorner', 'Ancient_TriangleStairsCorner', 'Ancient Corner Roof', 'A corner roof built on top of walls to keep out the rain and wind. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_TriangleStairsCorner.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (478, 'Ancient_TriangleWallReverse', 'Ancient_TriangleWallReverse', 'Ancient Triangular Wall (Inverted)', 'An inverted triangular wall built on a foundation to keep out intruders. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_TriangleWallReverse.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (479, 'Ancient_WallGate', 'Ancient_WallGate', 'Ancient Pal Passage Entrance', 'An entrance to a Pal passage built on a foundation. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_WallGate.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (480, 'Ancient_SlopedRoofCorner', 'Ancient_SlopedRoofCorner', 'Ancient Slanted Triangular Roof', 'A slanted triangular roof built on top of diagonal walls to keep out the rain and wind. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_SlopedRoofCorner.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (481, 'Ancient_PyramidRoof', 'Ancient_PyramidRoof', 'Ancient Pyramid Roof', 'A pyramidal roof built on top of walls to keep out the rain and wind. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_PyramidRoof.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (482, 'Ancient_Fence', 'Ancient_Fence', 'Ancient Fence', 'Fencing built on foundations and roofs for keeping out intruders. Recreates the architectural style of ancient civilizations.', '/public/images/build/T_icon_buildObject_Ancient_Fence.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 2}]', 'Foundations', 0, 140, 0, 0, 0), (483, 'BaseCampWorkHard02', 'BaseCampWorkHard02', 'High Quality Monitoring Stand', 'A refined monitoring station with improved materials and structure. In addition to being able to issue work orders, the system also lowers the SAN cost for Pals working at the base. Working conditions are slightly improved, making Pals less likely to become dissatisfied.', '/public/images/build/T_icon_buildObject_BaseCampWorkHard02.png', '[{\"Name\": \"Ingot\", \"Amount\": 100}, {\"Name\": \"Cement\", \"Amount\": 30}]', 'Pal', 30000, 0, 0, 1, 5.67), (484, 'BaseCampWorkHard03', 'BaseCampWorkHard03', 'Ancient Monitoring Stand', 'A monitoring station based on ancient technology, embedded with Red Paldium. It issues commands across the entire base through a holographic interface, reducing SAN depletion in Pals. A special wavelength surrounds the base, keeping Pals calm even in harsh working environments.', '/public/images/build/T_icon_buildObject_BaseCampWorkHard03.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 100}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 5}]', 'Pal', 1000000, 0, 0, 1, 21.76), (485, 'StationDeforest3', 'StationDeforest3', 'Logging Site II', 'Facility for producing Hardwood. Cutting wood is hard work that requires much physical endurance. Leave it to Pals skilled in logging.', '/public/images/build/T_icon_buildObject_StationDeforest3.png', '[{\"Name\": \"Hardwood\", \"Amount\": 100}, {\"Name\": \"Stone\", \"Amount\": 50}, {\"Name\": \"Paldium Fragment\", \"Amount\": 20}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 5}]', 'Production', 30000, 0, 0, 0, 5.67), (486, 'Clinic', 'Clinic', 'Clinic', 'A basic medical facility for managing the health of Pals working at the base. Assigning a Pal with Medicine Production suitability helps reduce SAN depletion and prevent illness and injury. While sanitation has its limits, it plays a crucial role in early base development.', '/public/images/build/T_icon_buildObject_Clinic.png', '[{\"Name\": \"Wooden Board\", \"Amount\": 10}, {\"Name\": \"Cloth\", \"Amount\": 20}, {\"Name\": \"Nail\", \"Amount\": 15}]', 'Infrastructure', 2000, 0, 0, 1, 1.86), (487, 'Ancient_Clinic', 'Ancient_Clinic', 'Ancient Clinic', 'A top-tier medical facility that reproduces advanced ancient medical technology. It offers significantly greater protective capability than a standard clinic. By assigning a Pal with Medicine Production suitability, even bases with harsh working conditions can maintain the highest level of hygiene.', '/public/images/build/T_icon_buildObject_Ancient_Clinic.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 50}, {\"Name\": \"Computer\", \"Amount\": 15}, {\"Name\": \"World Tree Holy Water\", \"Amount\": 45}, {\"Name\": \"Ancient Civilization Core\", \"Amount\": 10}]', 'Infrastructure', 1000000, 0, 0, 1, 21.76), (488, 'Ancient_Spa', 'Ancient_Spa', 'Ancient Hot Spring', 'A hot spring built with ancient technology, filled with special water infused with Paldium. It offers the highest SAN recovery of all hot springs and also restores Health. It is the same size as a standard hot spring, and can fully heal injured Pals.', '/public/images/build/T_icon_buildObject_Ancient_Spa.png', '[{\"Name\": \"Paloxite Ingot\", \"Amount\": 100}, {\"Name\": \"World Tree Holy Water\", \"Amount\": 10}, {\"Name\": \"Thermal Core\", \"Amount\": 20}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 20}]', 'Infrastructure', 100000, 0, 0, 1, 9.09), (489, 'Ancient_AirConditioner', 'Ancient_AirConditioner', 'Ancient Air Conditioner', '', '/public/images/build/T_icon_buildObject_Ancient_AirConditioner.png', '[{\"Name\": \"Paloxite Ingot\", \"Amount\": 30}, {\"Name\": \"AI Core\", \"Amount\": 10}, {\"Name\": \"Thermal Core\", \"Amount\": 5}, {\"Name\": \"Cryogenic Coolant\", \"Amount\": 5}]', 'Infrastructure', 100000, 0, 0, 1, 9.09), (490, 'Ancient_MedicalPalBed', 'Ancient_MedicalPalBed', 'Ancient Pal Bed', 'A ulitmate Pal Bed made from ancient recovery pod with soft matress. It offers one of the highest SAN recovery rates of all Pal beds, quickly relieving fatigue. It is the same size as a Large Pal Bed, allowing large Pals to rest comfortably.', '/public/images/build/T_icon_buildObject_Ancient_MedicalPalBed.png', '[{\"Name\": \"Soralite Ingot\", \"Amount\": 10}, {\"Name\": \"World Tree Holy Water\", \"Amount\": 2}, {\"Name\": \"Mythical Wood\", \"Amount\": 3}]', 'Infrastructure', 100000, 0, 0, 0, 9.09), (491, 'OilPump02', 'OilPump02', 'High-Pressure Crude Oil Extractor', 'A device that pumps and extracts Crude Oil from deep underground. It can produce Crude Oil even in areas without oil fields, but it can only be placed on open ground with no structures beneath it. It requires a far greater supply of electricity than the Crude Oil Extractor.', '/public/images/build/T_icon_buildObject_OilPump02.png', '[{\"Name\": \"Pal Metal Ingot\", \"Amount\": 300}, {\"Name\": \"Circuit Board\", \"Amount\": 50}, {\"Name\": \"Bio Battery\", \"Amount\": 50}, {\"Name\": \"Ancient Civilization Parts\", \"Amount\": 10}]', 'Production', 500000, 0, 0, 1, 16.79); -- -------------------------------------------------------- -- -- Table structure for table `buildobjectsi18n` -- CREATE TABLE `buildobjectsi18n` ( `ID` int NOT NULL, `BuildObjectsID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Description` text, `Material` json DEFAULT NULL, `Category` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `buildobjectsi18n` -- INSERT INTO `buildobjectsi18n` (`ID`, `BuildObjectsID`, `LanguageCode`, `Name`, `Description`, `Material`, `Category`) VALUES (1, 1, 'zh-Hans', '小麦园', '可培养小麦的农园。 收获所需的时间比较一般。 为了收获,需要数只帕鲁进行播种与浇水。', '[{\"Name\": \"小麦种子\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 15}, {\"Name\": \"石头\", \"Amount\": 15}]', '食物'), (2, 2, 'zh-Hans', '番茄园', '可培养番茄的农园。 收获所需的时间较长,但可增加料理的变化。 为了收获,需要数只帕鲁进行播种与浇水。', '[{\"Name\": \"番茄种子\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 70}, {\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 5}]', '食物'), (3, 3, 'zh-Hans', '生菜园', '可培养生菜的农园。 收获所需的时间较长,但可增加料理的变化。 为了收获,需要数只帕鲁进行播种与浇水。', '[{\"Name\": \"生菜种子\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 100}, {\"Name\": \"石头\", \"Amount\": 70}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 10}]', '食物'), (4, 4, 'zh-Hans', '野莓园', '可培养红色野莓的农园。 收获所需的时间较短,但不怎么能饱腹。 为了收获,需要数只帕鲁进行播种与浇水。', '[{\"Name\": \"野莓种子\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 10}]', '食物'), (5, 5, 'zh-Hans', '胡萝卜园', '可培育胡萝卜的农园。 此作物播种至收成所需时间较长,但可让料理更加丰富多元。 需有数名帕鲁负责播种、灌溉及收获。', '[{\"Name\": \"胡萝卜种子\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 1}]', '食物'), (6, 6, 'zh-Hans', '洋葱园', '可培育洋葱的农园。 此作物播种至收成所需时间较长,但可让料理更加丰富多元。 需有数名帕鲁负责播种、灌溉及收获。', '[{\"Name\": \"洋葱种子\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 2}]', '食物'), (7, 7, 'zh-Hans', '土豆园', '可培育土豆的农园。 此作物播种至收成所需时间较长,但可让料理更加丰富多元。 需有数名帕鲁负责播种、灌溉及收获。', '[{\"Name\": \"土豆种薯\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 3}]', '食物'), (8, 8, 'zh-Hans', '饲料箱', '用于存放帕鲁饲料的箱子。 肚子饿了的帕鲁会来这裡吃饲料。 记得随时补充饲料,别让箱子空了。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '食物'), (9, 9, 'zh-Hans', '木制地基', '用于在上面建造墙壁或设施的地基。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (10, 10, 'zh-Hans', '木制墙壁', '建在地基上,用于防止入侵者的墙壁。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (11, 11, 'zh-Hans', '木制带窗墙壁', '建在地基上,用于防止入侵者的带窗墙壁。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (12, 12, 'zh-Hans', '木制三角墙', '建在地基上的三角墙。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (13, 13, 'zh-Hans', '木制屋顶', '建在墙壁上,用于遮风避雨的屋顶。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (14, 14, 'zh-Hans', '木制斜屋顶', '建在墙壁上,用于抵御风雨的斜屋顶。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (15, 15, 'zh-Hans', '木制楼梯', '放在地基或屋顶下方,用于攀登的楼梯。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (16, 16, 'zh-Hans', '木门', '建于地基上的门,可作为出入口。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (17, 17, 'zh-Hans', '木制立柱', '用来支撑建筑的立柱。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (18, 18, 'zh-Hans', '木制防御墙', '防止外敌入侵的巨大防御墙。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '防御'), (19, 19, 'zh-Hans', '木制大门', '稍大体型的帕鲁也能通过的大门。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '防御'), (20, 20, 'zh-Hans', '石制地基', '用于在上面建造墙壁或设施的地基。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (21, 21, 'zh-Hans', '石制墙壁', '建在地基上,用于防止入侵者的墙壁。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (22, 22, 'zh-Hans', '石制带窗墙壁', '建在地基上,用于防止入侵者的带窗墙壁。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (23, 23, 'zh-Hans', '石制三角墙', '建在地基上的三角墙。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (24, 24, 'zh-Hans', '石制屋顶', '建在墙壁上,用于遮风避雨的屋顶。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (25, 25, 'zh-Hans', '石制斜屋顶', '建在墙壁上,用于遮风避雨的斜屋顶。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (26, 26, 'zh-Hans', '石制楼梯', '放在地基或屋顶下方,用于攀登的楼梯。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (27, 27, 'zh-Hans', '石门', '建造在地基上作为入口的门。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (28, 28, 'zh-Hans', '石制立柱', '用来支撑建筑的立柱。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (29, 29, 'zh-Hans', '石制防御墙', '防止外敌入侵的巨大防御墙。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 10}]', '防御'), (30, 30, 'zh-Hans', '石制大门', '稍大体型的帕鲁也能通过的大门。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 10}]', '防御'), (31, 31, 'zh-Hans', '金属地基', '用于在上面建造墙壁或设施的地基。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (32, 32, 'zh-Hans', '金属墙壁', '建在地基上,用于防止入侵者的墙壁。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (33, 33, 'zh-Hans', '金属带窗墙壁', '建在地基上,用于防止入侵者的带窗墙壁。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (34, 34, 'zh-Hans', '金属三角墙', '建在地基上的三角墙。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (35, 35, 'zh-Hans', '金属屋顶', '建在墙壁上,用于遮风避雨的屋顶。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (36, 36, 'zh-Hans', '金属斜屋顶', '建在墙壁上,用于遮风避雨的斜屋顶。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (37, 37, 'zh-Hans', '金属楼梯', '放在地基或屋顶下方,用于攀登的楼梯。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (38, 38, 'zh-Hans', '金属门', '建造在地基上作为入口的门。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (39, 39, 'zh-Hans', '金属立柱', '用来支撑建筑的立柱。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (40, 40, 'zh-Hans', '金属防御墙', '防止外敌入侵的巨大防御墙。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"水泥\", \"Amount\": 1}]', '防御'), (41, 41, 'zh-Hans', '金属大门', '稍大体型的帕鲁也能通过的大门。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"水泥\", \"Amount\": 1}]', '防御'), (42, 42, 'zh-Hans', '固定式十字弓', '可以部署帕鲁驻守的防御设施。 将具备「手工作业」适应性的帕鲁分派到这里, 它就会操控十字弓坚守据点。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"木板\", \"Amount\": 3}, {\"Name\": \"石头\", \"Amount\": 15}, {\"Name\": \"钉子\", \"Amount\": 5}]', '防御'), (43, 43, 'zh-Hans', '固定式机关枪', '可以部署帕鲁驻守的防御设施。 将具备「手工作业」适应性的帕鲁分派到这里, 它就会操控机关枪坚守据点。', '[{\"Name\": \"金属锭\", \"Amount\": 15}, {\"Name\": \"钉子\", \"Amount\": 10}, {\"Name\": \"水泥\", \"Amount\": 15}]', '防御'), (44, 44, 'zh-Hans', '固定式导弹发射器', '可以部署帕鲁驻守的防御设施。 将具备「手工作业」适应性的帕鲁分派到这里, 它就会操控导弹发射器坚守据点。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 20}, {\"Name\": \"电脑\", \"Amount\": 5}, {\"Name\": \"生化电池\", \"Amount\": 3}, {\"Name\": \"水泥\", \"Amount\": 30}]', '防御'), (45, 45, 'zh-Hans', '沙袋', '保护据点不受敌人攻击的防御设施。 部署于此的帕鲁不会执行其他工作, 并总是保持警惕,随时准备好应对可能会发生的战斗。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 10}]', '防御'), (46, 46, 'zh-Hans', '发电机', '储存雷系帕鲁生产的电的设施。 没有它的话,电力设施无法运作。', '[{\"Name\": \"金属锭\", \"Amount\": 50}, {\"Name\": \"发电器官\", \"Amount\": 20}]', '基础设施'), (47, 47, 'zh-Hans', '巨鹫之像', '皮皮鸡造型的石碑。 配置后可进行快速传送。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 10}]', '基础设施'), (48, 48, 'zh-Hans', '木箱', '可用于收纳道具。 以木头制成,相当脆弱。 拿来存放贵重物品不太让人放心。', '[{\"Name\": \"木材\", \"Amount\": 15}, {\"Name\": \"石头\", \"Amount\": 5}]', '收纳'), (49, 49, 'zh-Hans', '金属箱', '可收纳物品。 用金属加强后有一定强度。 体积变大后,可收纳的容量也增加了。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"木材\", \"Amount\": 10}]', '收纳'), (50, 50, 'zh-Hans', '精炼金属箱', '可收纳物品。 因为是精炼金属制的,非常坚固。 体积巨大,可作为安全的仓库使用。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 5}, {\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"钉子\", \"Amount\": 10}]', '收纳'), (51, 51, 'zh-Hans', '劣质的床', '人类用的破床。 可供人类在受伤时或夜晚睡觉。 只有在屋顶下才能安心入睡。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 5}, {\"Name\": \"羊毛\", \"Amount\": 1}]', '基础设施'), (52, 52, 'zh-Hans', '优质的床', '人类用的软床,可睡一个好觉。 可供人类在受伤时或夜晚睡觉。 只有在屋顶下才能安心入睡。', '[{\"Name\": \"布\", \"Amount\": 10}, {\"Name\": \"木材\", \"Amount\": 50}, {\"Name\": \"钉子\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 20}]', '基础设施'), (53, 53, 'zh-Hans', '力量石像', '帕洛斯群岛的传说中提到的石像。 将翠叶鼠雕像献给石像就可以 获得不可思议的力量。', '[{\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}]', '帕鲁'), (54, 54, 'zh-Hans', '取暖器', '输送暖风,提升据点温度的装置。 虽然不是很暖,但可抵御少许寒冷。 需要火系帕鲁点火。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"木炭\", \"Amount\": 10}, {\"Name\": \"喷火器官\", \"Amount\": 5}]', '基础设施'), (55, 55, 'zh-Hans', '电气取暖器', '输送暖风,提升据点温度的装置。 使用电力,可大幅提升温度。 需要火系帕鲁点火。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 30}, {\"Name\": \"电路板\", \"Amount\": 10}, {\"Name\": \"极低温冷却介质\", \"Amount\": 5}, {\"Name\": \"喷火器官\", \"Amount\": 10}]', '基础设施'), (56, 56, 'zh-Hans', '降温器', '输送冷风,降低据点温度的装置。 虽然不是很凉爽,但可抵御少许炎热。 需要冰系帕鲁冷却。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"结冰器官\", \"Amount\": 5}]', '基础设施'), (57, 57, 'zh-Hans', '电气降温器', '输送冷风,降低据点温度的装置。 使用电力,可大幅降低温度。 需要冰系帕鲁冷却。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 30}, {\"Name\": \"电路板\", \"Amount\": 10}, {\"Name\": \"极低温冷却介质\", \"Amount\": 10}]', '基础设施'), (58, 58, 'zh-Hans', '固定式火把', '可在黑夜照亮据点的光源。 需要火系帕鲁点火。', '[{\"Name\": \"木材\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 2}]', '照明'), (59, 59, 'zh-Hans', '壁挂火把', '可在黑夜照亮据点的光源。 可设置在墙壁上。 需要火系帕鲁点火。', '[{\"Name\": \"木材\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 2}]', '照明'), (60, 60, 'zh-Hans', '固定式电灯', '可在黑夜照亮据点的光源。 需要电力,但可大范围照明。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 20}]', '照明'), (61, 61, 'zh-Hans', '天花板吊灯', '可在黑夜照亮据点的光源。 可设置在天花板上。 需要电力,但可大范围照明。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (62, 62, 'zh-Hans', '大型固定式灯具', '可在黑夜照亮据点的光源。 需要更多的电力,但可更大范围照明。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 30}, {\"Name\": \"电路板\", \"Amount\": 5}, {\"Name\": \"钉子\", \"Amount\": 5}, {\"Name\": \"生化电池\", \"Amount\": 1}]', '照明'), (63, 63, 'zh-Hans', '大型天花板吊灯', '可在黑夜照亮据点的光源。 可设置在天花板上。 需要更多的电力,但可更大范围照明。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 30}, {\"Name\": \"电路板\", \"Amount\": 5}, {\"Name\": \"钉子\", \"Amount\": 5}, {\"Name\": \"生化电池\", \"Amount\": 1}]', '照明'), (64, 64, 'zh-Hans', '捕兽夹(小)', '这种陷阱能让踩到的帕鲁困住。 受困的帕鲁更易被帕鲁球捕获。 只对小型帕鲁有效。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '防御'), (65, 65, 'zh-Hans', '捕兽夹(大)', '这种捕兽夹可夹住大型帕鲁,使之无法动弹。 受困的帕鲁更易被帕鲁球捕获。 只对大型帕鲁有效,小型帕鲁不会触发机关。', '[{\"Name\": \"金属锭\", \"Amount\": 20}]', '防御'), (66, 66, 'zh-Hans', '套索陷阱', '这种陷阱能抓住途经的帕鲁。 受困的帕鲁更易被帕鲁球捕获。 只对小型帕鲁有效。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 5}]', '防御'), (67, 67, 'zh-Hans', '移动面板', '移动面板的说明', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 50}]', '防御'), (68, 68, 'zh-Hans', '电击地雷', '这种陷阱能让踩到的帕鲁触电。 触电时的帕鲁更易被帕鲁球捕获。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"发电器官\", \"Amount\": 2}]', '防御'), (69, 69, 'zh-Hans', '结冰地雷', '这种陷阱能让踩到的帕鲁冻结。 被冻结的帕鲁更易被帕鲁球捕获。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"结冰器官\", \"Amount\": 2}]', '防御'), (70, 70, 'zh-Hans', '地雷', '这种陷阱被帕鲁踩到便会爆炸, 并对大范围的目标造成伤害。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"喷火器官\", \"Amount\": 2}]', '防御'), (71, 71, 'zh-Hans', '稻草帕鲁床', '帕鲁用的稻草床。 可供帕鲁在受伤时或夜晚睡觉。 虽然很硬,但总比没有强。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 5}]', '基础设施'), (72, 72, 'zh-Hans', '松软帕鲁床', '帕鲁用的软床,可睡一个好觉。 可供帕鲁在受伤时或夜晚睡觉。 松松软软的,帕鲁也一定很开心。', '[{\"Name\": \"布\", \"Amount\": 5}, {\"Name\": \"木板\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 5}, {\"Name\": \"纤维\", \"Amount\": 10}]', '基础设施'), (73, 73, 'zh-Hans', '大型帕鲁床', '帕鲁用的大床,可睡一个好觉。 可供帕鲁在受伤时或夜晚睡觉。 即使是大型帕鲁也能在这张大床上睡个好觉。', '[{\"Name\": \"优质的布\", \"Amount\": 5}, {\"Name\": \"硬木材\", \"Amount\": 5}, {\"Name\": \"钉子\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 20}]', '基础设施'), (74, 74, 'zh-Hans', '帕鲁终端', '用来存放抓到的帕鲁的设施。 箱子里的帕鲁会逐渐回复生命值。 此设施周围的区域即为据点。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 1}, {\"Name\": \"木材\", \"Amount\": 8}, {\"Name\": \"石头\", \"Amount\": 3}]', '帕鲁'), (75, 75, 'zh-Hans', '观赏笼', '放置抓来的帕鲁的观赏用笼子。 在里头的帕鲁无法战斗或进行作业, 但也不会肚子饿。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}, {\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 20}]', '帕鲁'), (76, 76, 'zh-Hans', '帕鲁浓缩机', '可提升帕鲁阶级的设施。 将提取的帕鲁精华浓缩并注入同种类的帕鲁中, 可突破肉体极限。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 20}, {\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"古代文明部件\", \"Amount\": 5}]', '帕鲁'), (77, 77, 'zh-Hans', '帕鲁球制作台', '捕捉帕鲁用的帕鲁球的制作台。 作业场规模较小,无法迅速制作帕鲁球。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}, {\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"钉子\", \"Amount\": 10}, {\"Name\": \"金属锭\", \"Amount\": 20}]', '生产'), (78, 78, 'zh-Hans', '帕鲁球流水线工厂', '捕捉帕鲁用的帕鲁球的工厂。 经过分工后,制作速度也有了一定的水准。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 30}, {\"Name\": \"木板\", \"Amount\": 5}, {\"Name\": \"金属锭\", \"Amount\": 100}, {\"Name\": \"钉子\", \"Amount\": 20}]', '生产'), (79, 79, 'zh-Hans', '帕鲁球流水线工厂II', '捕捉帕鲁用的帕鲁球的工厂。 通过详细分工,可用很快速度制作帕鲁球。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 100}, {\"Name\": \"电路板\", \"Amount\": 10}, {\"Name\": \"钉子\", \"Amount\": 30}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 50}]', '生产'), (80, 80, 'zh-Hans', '高等文明帕鲁球工厂', '捕捉帕鲁用的帕鲁球的工厂。 引入了高性能机器,可以快速制作帕鲁球。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"六棱晶锭\", \"Amount\": 50}, {\"Name\": \"塑钢\", \"Amount\": 50}, {\"Name\": \"电脑\", \"Amount\": 10}, {\"Name\": \"生化电池\", \"Amount\": 10}]', '生产'), (81, 81, 'zh-Hans', '帕鲁蛋孵化器', '用于孵化帕鲁蛋的装置。 放置帕鲁蛋后,经过一定时间可自动孵化。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 30}, {\"Name\": \"古代文明部件\", \"Amount\": 2}]', '帕鲁'), (82, 82, 'zh-Hans', '电能帕鲁蛋孵化器', '用于孵化帕鲁蛋的装置。 需要电力供应才能运作, 但可自动将该孵化器的内部保持在最佳温度。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 50}, {\"Name\": \"电路板\", \"Amount\": 15}, {\"Name\": \"古代文明部件\", \"Amount\": 5}, {\"Name\": \"古代文明核心\", \"Amount\": 2}]', '帕鲁'), (83, 83, 'zh-Hans', '大型电能帕鲁蛋孵化器', '用于孵化帕鲁蛋的装置。 需要电力供应才能运作, 但可自动保持内部在最佳温度,并同时孵化多个蛋。', '[{\"Name\": \"六棱晶锭\", \"Amount\": 100}, {\"Name\": \"电路板\", \"Amount\": 50}, {\"Name\": \"古代文明部件\", \"Amount\": 30}, {\"Name\": \"古代文明核心\", \"Amount\": 20}]', '帕鲁'), (84, 84, 'zh-Hans', '大型帕鲁蛋孵化器', '用于孵化帕鲁蛋的装置。 可自动维持大致适宜的温度, 并同时孵化多个蛋。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 50}, {\"Name\": \"优质的布\", \"Amount\": 20}, {\"Name\": \"古代文明部件\", \"Amount\": 20}, {\"Name\": \"古代文明核心\", \"Amount\": 4}]', '帕鲁'), (85, 85, 'zh-Hans', '温泉', '供疲惫的据点帕鲁休息的设施。 不仅可以消除劳动之后的疲劳感,也可以恢复SAN值。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 15}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 7}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 3}]', '基础设施'), (86, 86, 'zh-Hans', '优质温泉', '供疲惫的据点帕鲁休息的设施。 比一般设施更加舒适,所以SAN值的恢复效果也更加显著。', '[{\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"木材\", \"Amount\": 50}, {\"Name\": \"极低温冷却介质\", \"Amount\": 3}, {\"Name\": \"水泥\", \"Amount\": 10}]', '基础设施'), (87, 87, 'zh-Hans', '和风温泉', '供疲惫的据点帕鲁休息的设施。 洋溢着浓浓和风的疗愈空间,所以SAN值的恢复效果也更加显著。', '[{\"Name\": \"珊瑚锭\", \"Amount\": 30}, {\"Name\": \"超高热核心\", \"Amount\": 10}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 20}, {\"Name\": \"硬木材\", \"Amount\": 20}]', '基础设施'), (88, 88, 'zh-Hans', '原始的炉子', '可冶炼金属锭。 品质不佳,速度慢。 需要火系帕鲁点火。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 40}, {\"Name\": \"喷火器官\", \"Amount\": 3}]', '生产'), (89, 89, 'zh-Hans', '改善后的炉子', '可冶炼精炼金属锭。 品质稍有提升,但速度仍然不足。 需要火系帕鲁点火。', '[{\"Name\": \"石头\", \"Amount\": 100}, {\"Name\": \"水泥\", \"Amount\": 30}, {\"Name\": \"喷火器官\", \"Amount\": 15}, {\"Name\": \"极低温冷却介质\", \"Amount\": 5}]', '生产'), (90, 90, 'zh-Hans', '电气炉', '可冶炼帕鲁金属锭。 需要电力,但可以更快完成冶炼。 需要火系帕鲁点火。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 50}, {\"Name\": \"生化电池\", \"Amount\": 4}, {\"Name\": \"聚合物\", \"Amount\": 20}, {\"Name\": \"极低温冷却介质\", \"Amount\": 10}]', '生产'), (91, 91, 'zh-Hans', '巨大熔炉', '可用来冶炼六棱晶锭。 扩大了建筑面积让复数帕鲁可以同时进行冶炼。 需要火系帕鲁点火。', '[{\"Name\": \"塑钢\", \"Amount\": 150}, {\"Name\": \"聚合物\", \"Amount\": 100}, {\"Name\": \"喷火器官\", \"Amount\": 200}, {\"Name\": \"电脑\", \"Amount\": 12}]', '生产'), (92, 92, 'zh-Hans', '篝火', '烹制食材时的必要设施。 只能烧制普通食材。 需要火系帕鲁点火。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '食物'), (93, 93, 'zh-Hans', '料理锅', '烹制食材时的必要设施。 使用锅子增加了可烹制范围。 需要火系帕鲁点火。', '[{\"Name\": \"木板\", \"Amount\": 5}, {\"Name\": \"金属锭\", \"Amount\": 15}, {\"Name\": \"喷火器官\", \"Amount\": 3}]', '食物'), (94, 94, 'zh-Hans', '电气厨房', '烹制食材时的必要设施。 需要电力,但可快速烹制许多食材。 需要火系帕鲁点火。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 30}, {\"Name\": \"电路板\", \"Amount\": 5}, {\"Name\": \"木炭\", \"Amount\": 20}, {\"Name\": \"喷火器官\", \"Amount\": 5}]', '食物'), (95, 95, 'zh-Hans', '大型厨房', '烹制食材时的必要设施。 扩大了占地面积让复数帕鲁可以同时进行烹调。 需要火系帕鲁点火。', '[{\"Name\": \"水泥\", \"Amount\": 200}, {\"Name\": \"木炭\", \"Amount\": 200}, {\"Name\": \"优质木板\", \"Amount\": 25}, {\"Name\": \"极低温冷却介质\", \"Amount\": 13}]', '食物'), (96, 96, 'zh-Hans', '优质作业台', '用于制作物品及护甲的优质作业台。 操作台比较小,不可快速制作。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"金属锭\", \"Amount\": 8}, {\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"钉子\", \"Amount\": 10}]', '生产'), (97, 97, 'zh-Hans', '作业流水线工厂', '用于制作物品及护甲的工厂。 通过分工,可用一定速度完成制作。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"金属锭\", \"Amount\": 100}, {\"Name\": \"木板\", \"Amount\": 5}, {\"Name\": \"钉子\", \"Amount\": 20}, {\"Name\": \"水泥\", \"Amount\": 10}]', '生产'), (98, 98, 'zh-Hans', '作业流水线工厂 II', '用于制作物品及护甲的工厂。 通过详细分工,可用很快速度完成制作。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 100}, {\"Name\": \"电路板\", \"Amount\": 10}, {\"Name\": \"水泥\", \"Amount\": 30}, {\"Name\": \"腐蚀溶剂\", \"Amount\": 5}]', '生产'), (99, 99, 'zh-Hans', '高等文明作业工厂', '用于制作物品及护甲的工厂。 引入了高性能机器,可以快速制作。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"珊瑚锭\", \"Amount\": 50}, {\"Name\": \"六棱晶锭\", \"Amount\": 50}, {\"Name\": \"电脑\", \"Amount\": 30}, {\"Name\": \"生化电池\", \"Amount\": 20}]', '生产'), (100, 100, 'zh-Hans', '中世纪制药台', '用于制作帕鲁治疗药的设备。 只能制作简单的药品。 交给可制药的帕鲁来操作吧。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"钉子\", \"Amount\": 5}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}]', '生产'), (101, 101, 'zh-Hans', '电气制药台', '用于制作帕鲁治疗药的设备。 需要电力,但可制作高等药品。 交给可制药的帕鲁来操作吧。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 40}, {\"Name\": \"电路板\", \"Amount\": 10}, {\"Name\": \"碳纤维\", \"Amount\": 10}]', '生产'), (102, 102, 'zh-Hans', '高等文明制药台', '用于制作帕鲁治疗药的设备。 透过未来技术,可制作未知的药物。 交给可制药的帕鲁来操作吧。', '[{\"Name\": \"六棱晶锭\", \"Amount\": 50}, {\"Name\": \"塑钢\", \"Amount\": 50}, {\"Name\": \"电路板\", \"Amount\": 30}]', '生产'), (103, 103, 'zh-Hans', '采石场', '用于生产石头的设施。 挖掘石头非常辛苦,需要体力。 交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}]', '生产'), (104, 104, 'zh-Hans', '金属采矿场', '生产金属矿石的设施。 挖掘金属矿石的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"金属锭\", \"Amount\": 25}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 20}, {\"Name\": \"古代文明部件\", \"Amount\": 5}]', '生产'), (105, 105, 'zh-Hans', '金属采矿场Ⅱ', '可大量生产金属矿石的设施。 挖掘金属矿石的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 100}, {\"Name\": \"金属锭\", \"Amount\": 50}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 40}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '生产'), (106, 106, 'zh-Hans', '武器制作台', '生产武器及弹药的制作台。 作业场规模较小,无法制作高级武器。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"金属锭\", \"Amount\": 15}, {\"Name\": \"木板\", \"Amount\": 10}, {\"Name\": \"钉子\", \"Amount\": 10}]', '生产'), (107, 107, 'zh-Hans', '武器流水线工厂', '生产武器及弹药的工厂。 经过分工后,能制作的武器种类也更厉害了一点。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"金属锭\", \"Amount\": 100}, {\"Name\": \"木板\", \"Amount\": 20}, {\"Name\": \"钉子\", \"Amount\": 20}, {\"Name\": \"优质帕鲁油\", \"Amount\": 10}]', '生产'), (108, 108, 'zh-Hans', '武器流水线工厂II', '用于生产武器及弹药的工厂。 通过详细分工,可用很快速度制作高等武器。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 100}, {\"Name\": \"电路板\", \"Amount\": 10}, {\"Name\": \"腐蚀溶剂\", \"Amount\": 5}, {\"Name\": \"生化电池\", \"Amount\": 5}]', '生产'), (109, 109, 'zh-Hans', '高等文明武器工厂', '用于生产武器及弹药的工厂。 引入了高性能机器,可以快速制作武器。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"珊瑚锭\", \"Amount\": 50}, {\"Name\": \"超高热核心\", \"Amount\": 10}, {\"Name\": \"腐蚀溶剂\", \"Amount\": 30}]', '生产'), (110, 110, 'zh-Hans', '原始的作业台', '用于制作简单物品的原始的作业台。 需有能进行手工作业的帕鲁。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '生产'), (111, 111, 'zh-Hans', '伐木场', '用于生产木材的设施。 砍树非常辛苦,需要体力。 交给擅长伐木的帕鲁吧。', '[{\"Name\": \"木材\", \"Amount\": 50}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}]', '生产'), (112, 112, 'zh-Hans', '帕鲁装备制作台', '制作帕鲁所使用的道具的原始的作业台。 可制作座垫并骑乘帕鲁, 或制作枪供帕鲁射击。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}, {\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"布\", \"Amount\": 2}]', '生产'), (113, 113, 'zh-Hans', '粉碎机', '可以将石头或木材粉碎之后 转换成其他素材的设施。 需要有具备「浇水」适应性的帕鲁来使水车转动。', '[{\"Name\": \"木材\", \"Amount\": 50}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}]', '生产'), (114, 114, 'zh-Hans', '磨粉机', '可以将小麦磨碎之后 生产出的面粉设施。 需要有具备「浇水」适应性的帕鲁来使水车转动。', '[{\"Name\": \"木板\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 40}, {\"Name\": \"金属锭\", \"Amount\": 10}]', '生产'), (115, 115, 'zh-Hans', '配种牧场', '分派♂♀帕鲁各一只, 即可让它们产下帕鲁蛋。 需在设施中放入蛋糕才会顺利生蛋。', '[{\"Name\": \"木板\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 50}]', '帕鲁'), (116, 116, 'zh-Hans', '修理台', '可以修理损坏道具的工作台。 修理需要消耗素材。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 10}]', '生产'), (117, 117, 'zh-Hans', '大型工具箱', '如配置在据点, 可以提升「手工作业」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"木材\", \"Amount\": 50}, {\"Name\": \"钉子\", \"Amount\": 15}]', '其他'), (118, 118, 'zh-Hans', '圣火台', '如配置在据点, 可以提升「生火」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"喷火器官\", \"Amount\": 5}]', '其他'), (119, 119, 'zh-Hans', '喷泉', '如配置在据点, 可以提升「浇水」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 8}]', '其他'), (120, 120, 'zh-Hans', '花坛', '如配置在据点, 可以提升「采集」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"水泥\", \"Amount\": 20}, {\"Name\": \"美丽花朵\", \"Amount\": 10}]', '其他'), (121, 121, 'zh-Hans', '筒仓', '如配置在据点, 可以提升「播种」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 30}, {\"Name\": \"水泥\", \"Amount\": 10}]', '其他'), (122, 122, 'zh-Hans', '树桩和斧头', '如配置在据点, 可以提升「采伐」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"木材\", \"Amount\": 50}, {\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 30}]', '其他'), (123, 123, 'zh-Hans', '矿车', '如配置在据点, 可以提升「挖掘」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"金属锭\", \"Amount\": 15}]', '其他'), (124, 124, 'zh-Hans', '魔女之釜', '如配置在据点, 可以提升「制药」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"极低温冷却介质\", \"Amount\": 5}, {\"Name\": \"优质帕鲁油\", \"Amount\": 3}]', '其他'), (125, 125, 'zh-Hans', '雪人', '如配置在据点, 可以提升「冷却」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"结冰器官\", \"Amount\": 5}, {\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 5}]', '其他'), (126, 126, 'zh-Hans', '输电塔', '如配置在据点, 可以提升「发电」的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"生化电池\", \"Amount\": 2}, {\"Name\": \"电路板\", \"Amount\": 5}]', '其他'), (127, 127, 'zh-Hans', '监控台', '可对据点内的帕鲁下达工作指示。 请注意不要让它们劳动过度了。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 10}]', '帕鲁'), (128, 128, 'zh-Hans', '保冷箱', '小型食物储存库。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 10}, {\"Name\": \"结冰器官\", \"Amount\": 2}]', '收纳'), (129, 129, 'zh-Hans', '冰箱', '大型食物储存库。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 50}, {\"Name\": \"聚合物\", \"Amount\": 20}, {\"Name\": \"极低温冷却介质\", \"Amount\": 10}, {\"Name\": \"电路板\", \"Amount\": 5}]', '收纳'), (130, 130, 'zh-Hans', '告示牌', '可以输入文字的告示牌。 用于记录和交流。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '其他'), (131, 131, 'zh-Hans', '壁挂看板', '可以输入文字的告示牌。 可以悬挂在墙壁上。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '其他'), (132, 132, 'zh-Hans', '家畜牧场', '可以放牧羊或鸡等类型帕鲁的牧场。 如将具备特殊伙伴技能的帕鲁 分派到牧场,可以自动生产道具。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 30}]', '帕鲁'), (133, 133, 'zh-Hans', '受损的稻草人', '模仿企丸丸制作的训练用稻草人。 只能放置在较宽敞的地方。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 5}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 5}]', '其他'), (134, 134, 'zh-Hans', '警钟', '用于更改据点内帕鲁警戒状态的钟。 可随时于「迎击外敌」及「专心工作」之间切换。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 20}]', '防御'), (135, 135, 'zh-Hans', '木桶', '可以用来收纳道具的木桶。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 5}]', '收纳'), (136, 136, 'zh-Hans', '木制箱子', '可以用来收纳道具的木制箱子。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 5}]', '收纳'), (137, 137, 'zh-Hans', '木制架子', '可以用来收纳道具的木制架子。', '[{\"Name\": \"木材\", \"Amount\": 40}, {\"Name\": \"石头\", \"Amount\": 2}]', '收纳'), (138, 138, 'zh-Hans', '木制酒桶架', '可以用来收纳道具的木制酒桶架。', '[{\"Name\": \"木材\", \"Amount\": 70}, {\"Name\": \"石头\", \"Amount\": 10}]', '收纳'), (139, 139, 'zh-Hans', '木制壁挂式架子', '可以用来收纳道具的木制架子。 可以安装在墙上。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 5}]', '收纳'), (140, 140, 'zh-Hans', '古典式书架', '可以用来收纳道具的古典式书架。', '[{\"Name\": \"木材\", \"Amount\": 40}, {\"Name\": \"钉子\", \"Amount\": 2}]', '收纳'), (141, 141, 'zh-Hans', '古典式衣橱', '可以用来收纳道具的古典式衣橱。', '[{\"Name\": \"木材\", \"Amount\": 70}, {\"Name\": \"钉子\", \"Amount\": 5}]', '收纳'), (142, 142, 'zh-Hans', '古典式抽屉柜', '可以用来收纳道具的古典式抽屉柜。 上面装饰着帕鲁的照片。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"金属锭\", \"Amount\": 10}]', '收纳'), (143, 143, 'zh-Hans', '古典式床头柜', '可以用来收纳道具的古典式床头柜。 上面装饰着帕鲁的照片。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"金属锭\", \"Amount\": 3}]', '收纳'), (144, 144, 'zh-Hans', '铁制壁架', '可以用来收纳道具的铁制壁架。 可以安装在墙上。', '[{\"Name\": \"木材\", \"Amount\": 5}, {\"Name\": \"金属锭\", \"Amount\": 10}]', '收纳'), (145, 145, 'zh-Hans', '古典式橱柜', '可以用来收纳道具的古典式橱柜。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"纤维\", \"Amount\": 10}]', '收纳'), (146, 146, 'zh-Hans', '古典式长型橱柜', '可以用来收纳道具的古典式长型橱柜。 上面装饰着帕鲁的照片。', '[{\"Name\": \"木材\", \"Amount\": 40}, {\"Name\": \"纤维\", \"Amount\": 10}]', '收纳'), (147, 147, 'zh-Hans', '古典式大型橱柜', '可以用来收纳道具的古典式大型橱柜。', '[{\"Name\": \"木材\", \"Amount\": 40}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"金属锭\", \"Amount\": 3}]', '收纳'), (148, 148, 'zh-Hans', '古典式壁橱', '可以用来收纳道具的古典式橱柜。 可以安装在墙上。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 5}, {\"Name\": \"红色野莓\", \"Amount\": 3}]', '收纳'), (149, 149, 'zh-Hans', '铁制架子', '可以用来收纳道具的铁制架子。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"钉子\", \"Amount\": 1}]', '收纳'), (150, 150, 'zh-Hans', '铁制长架', '可以用来收纳道具的铁制长架。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"钉子\", \"Amount\": 2}]', '收纳'), (151, 151, 'zh-Hans', '橘色储物柜', '可以用来收纳道具的橘色储物柜。 上面贴着帕鲁图案的贴纸。', '[{\"Name\": \"金属锭\", \"Amount\": 30}, {\"Name\": \"钉子\", \"Amount\": 3}]', '收纳'), (152, 152, 'zh-Hans', '储物柜', '可以用来收纳道具的储物柜。 上面贴着帕鲁图案的贴纸。', '[{\"Name\": \"金属锭\", \"Amount\": 30}, {\"Name\": \"钉子\", \"Amount\": 3}]', '收纳'), (153, 153, 'zh-Hans', '大型集装箱', '可以用来收纳道具的大型集装箱。 设计模仿了古代伟大文明的遗物样式。', '[{\"Name\": \"金属锭\", \"Amount\": 100}]', '收纳'), (154, 154, 'zh-Hans', '铁制箱子', '可以用来收纳道具的铁制箱子。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"木材\", \"Amount\": 20}]', '收纳'), (155, 155, 'zh-Hans', '帆布铁制箱子', '可以用来收纳道具的帆布铁制箱子。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"木材\", \"Amount\": 15}, {\"Name\": \"布\", \"Amount\": 2}]', '收纳'), (156, 156, 'zh-Hans', '方桌', '装饰用的方桌。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"红色野莓\", \"Amount\": 5}]', '家具'), (157, 157, 'zh-Hans', '圆桌', '装饰用的圆桌。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"红色野莓\", \"Amount\": 5}]', '家具'), (158, 158, 'zh-Hans', '木制长椅', '装饰用的木制长椅。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '家具'), (159, 159, 'zh-Hans', '木制凳子', '装饰用的木制凳子。', '[{\"Name\": \"木材\", \"Amount\": 5}]', '家具'), (160, 160, 'zh-Hans', '木制高脚凳', '装饰用的木制高脚凳。', '[{\"Name\": \"木材\", \"Amount\": 8}]', '家具'), (161, 161, 'zh-Hans', '木椅', '装饰用的木椅。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '家具'), (162, 162, 'zh-Hans', '木制壁挂式装饰架子', '装饰用的木制架子。 可以安装在墙上。', '[{\"Name\": \"木材\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 5}]', '家具'), (163, 163, 'zh-Hans', '木制吧台', '装饰用的木制吧台。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 5}]', '家具'), (164, 164, 'zh-Hans', '观赏植物', '装饰用的观叶植物。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 5}]', '家具'), (165, 165, 'zh-Hans', '椅子上的观赏植物', '装饰用的椅子上的观叶植物。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 5}]', '家具'), (166, 166, 'zh-Hans', '桌上观赏植物', '装饰用的桌上观叶植物。', '[{\"Name\": \"石头\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 5}]', '家具'), (167, 167, 'zh-Hans', '盆栽观赏植物', '装饰用的盆栽观叶植物。', '[{\"Name\": \"石头\", \"Amount\": 5}, {\"Name\": \"纤维\", \"Amount\": 5}]', '家具'), (168, 168, 'zh-Hans', '悬挂式大型藤蔓', '装饰用的大型藤蔓。 可以安装在墙上。', '[{\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (169, 169, 'zh-Hans', '悬挂式小型藤蔓', '装饰用的小型藤蔓。 可以安装在墙上。', '[{\"Name\": \"纤维\", \"Amount\": 5}]', '家具'), (170, 170, 'zh-Hans', '悬挂式长型藤蔓', '装饰用的长型藤蔓。 可以安装在墙上。', '[{\"Name\": \"纤维\", \"Amount\": 5}]', '家具'), (171, 171, 'zh-Hans', '古典式地毯', '装饰用的古典式地毯。', '[{\"Name\": \"布\", \"Amount\": 3}, {\"Name\": \"毒腺\", \"Amount\": 1}]', '家具'), (172, 172, 'zh-Hans', '古典式红色地毯', '装饰用的古典式红色地毯。', '[{\"Name\": \"布\", \"Amount\": 2}, {\"Name\": \"喷火器官\", \"Amount\": 1}]', '家具'), (173, 173, 'zh-Hans', '古典式绿色地毯', '装饰用的古典式绿色地毯。', '[{\"Name\": \"布\", \"Amount\": 2}, {\"Name\": \"优质帕鲁油\", \"Amount\": 1}]', '家具'), (174, 174, 'zh-Hans', '古典式长条地毯', '装饰用的古典式长条地毯。', '[{\"Name\": \"布\", \"Amount\": 1}, {\"Name\": \"喷火器官\", \"Amount\": 1}]', '家具'), (175, 175, 'zh-Hans', '古典式木椅', '装饰用的古典式木椅。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '家具'), (176, 176, 'zh-Hans', '古典式绿色木椅', '装饰用的古典式绿色木椅。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"毒腺\", \"Amount\": 1}]', '家具'), (177, 177, 'zh-Hans', '古典式凳子', '装饰用的古典式凳子。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '家具'), (178, 178, 'zh-Hans', '古典式书桌', '装饰用的古典式书桌。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 5}]', '家具'), (179, 179, 'zh-Hans', '古典式圆桌', '装饰用的古典式圆桌。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 2}]', '家具'), (180, 180, 'zh-Hans', '古典式化妆台', '装饰用的古典式化妆台。', '[{\"Name\": \"木板\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 30}]', '家具'), (181, 181, 'zh-Hans', '古典式单人沙发', '装饰用的古典式单人沙发。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 2}, {\"Name\": \"喷火器官\", \"Amount\": 1}]', '家具'), (182, 182, 'zh-Hans', '古典式双人沙发', '装饰用的古典式双人沙发。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"布\", \"Amount\": 3}, {\"Name\": \"喷火器官\", \"Amount\": 2}]', '家具'), (183, 183, 'zh-Hans', '古典式脚凳', '装饰用的古典式脚凳。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 1}, {\"Name\": \"喷火器官\", \"Amount\": 1}]', '家具'), (184, 184, 'zh-Hans', '古典式浴缸', '装饰用的古典式浴缸。', '[{\"Name\": \"布\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"金属锭\", \"Amount\": 1}]', '家具'), (185, 185, 'zh-Hans', '古典式编织箱', '装饰用的古典式编织箱。', '[{\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (186, 186, 'zh-Hans', '古典式屏风', '装饰用的古典式屏风。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (187, 187, 'zh-Hans', '古典式毛巾架', '装饰用的古典式毛巾架。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"布\", \"Amount\": 2}]', '家具'), (188, 188, 'zh-Hans', '古典式椭圆镜子', '装饰用的古典式椭圆镜子。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 10}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '家具'), (189, 189, 'zh-Hans', '古典式镜子', '装饰用的古典式镜子。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 8}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 1}]', '家具'), (190, 190, 'zh-Hans', '古典式壁挂镜子', '装饰用的古典式壁挂镜子。 可以安装在墙上。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 10}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '家具'), (191, 191, 'zh-Hans', '大钢琴', '装饰用的大钢琴。 无法用来演奏。', '[{\"Name\": \"木板\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 20}, {\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (192, 192, 'zh-Hans', '立式钢琴', '装饰用的立式钢琴。 无法用来演奏。', '[{\"Name\": \"木板\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 20}, {\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (193, 193, 'zh-Hans', '古典式洗手台', '装饰用的古典式洗手台。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 10}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}, {\"Name\": \"布\", \"Amount\": 1}]', '家具'), (194, 194, 'zh-Hans', '古典式马桶', '装饰用的古典式马桶。 无法在这里如厕。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 20}, {\"Name\": \"金属锭\", \"Amount\": 2}]', '家具'), (195, 195, 'zh-Hans', '古典式圆筒卫生纸架', '装饰用的古典式圆筒卫生纸架。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"纤维\", \"Amount\": 3}]', '家具'), (196, 196, 'zh-Hans', '古典式窗帘', '装饰用的古典式窗帘。 可以安装在墙上。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 3}, {\"Name\": \"金属锭\", \"Amount\": 1}]', '家具'), (197, 197, 'zh-Hans', '古典式地球仪', '装饰用的古典地球仪。', '[{\"Name\": \"木材\", \"Amount\": 50}, {\"Name\": \"金属锭\", \"Amount\": 1}]', '家具'), (198, 198, 'zh-Hans', '古典式火炉', '装饰用的古典式火炉。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"木炭\", \"Amount\": 5}]', '家具'), (199, 199, 'zh-Hans', '挂钟', '装饰用的挂钟。 坏掉了,所以无法用来确认时间。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 3}]', '家具'), (200, 200, 'zh-Hans', '古典式座钟', '装饰用的古典式座钟。 坏掉了,所以无法用来确认时间。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (201, 201, 'zh-Hans', '铁制椅子', '装饰用的铁制椅子。', '[{\"Name\": \"金属锭\", \"Amount\": 3}]', '家具'), (202, 202, 'zh-Hans', '铁制凳子', '装饰用的铁制凳子。', '[{\"Name\": \"金属锭\", \"Amount\": 3}]', '家具'), (203, 203, 'zh-Hans', '铁制圆桌', '装饰用的铁制圆桌。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (204, 204, 'zh-Hans', '铁制书桌', '装饰用的铁制书桌。', '[{\"Name\": \"木板\", \"Amount\": 2}, {\"Name\": \"金属锭\", \"Amount\": 15}]', '家具'), (205, 205, 'zh-Hans', '铁木边桌', '装饰用的铁木边桌。', '[{\"Name\": \"木板\", \"Amount\": 1}, {\"Name\": \"金属锭\", \"Amount\": 2}]', '家具'), (206, 206, 'zh-Hans', '铁木桌子', '装饰用的铁木桌子。', '[{\"Name\": \"木板\", \"Amount\": 2}, {\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"红色野莓\", \"Amount\": 2}]', '家具'), (207, 207, 'zh-Hans', '铁木茶几', '装饰用的铁木茶几。', '[{\"Name\": \"木板\", \"Amount\": 2}, {\"Name\": \"金属锭\", \"Amount\": 2}]', '家具'), (208, 208, 'zh-Hans', '电缆盘', '装饰用的电缆盘。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"金属锭\", \"Amount\": 10}]', '家具'), (209, 209, 'zh-Hans', '垃圾袋', '装饰用的垃圾袋。', '[{\"Name\": \"木材\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 5}, {\"Name\": \"纤维\", \"Amount\": 5}]', '家具'), (210, 210, 'zh-Hans', '陶管', '装饰用的陶管。', '[{\"Name\": \"水泥\", \"Amount\": 5}]', '家具'), (211, 211, 'zh-Hans', '轮胎', '装饰用的轮胎。', '[{\"Name\": \"优质帕鲁油\", \"Amount\": 2}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 2}]', '家具'), (212, 212, 'zh-Hans', '红色铁桶', '装饰用的红色铁桶。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 1}]', '家具'), (213, 213, 'zh-Hans', '蓝色铁桶', '装饰用的蓝色铁桶。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 1}]', '家具'), (214, 214, 'zh-Hans', '绿色铁桶', '装饰用的绿色铁桶。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 1}]', '家具'), (215, 215, 'zh-Hans', '皮制椅子', '装饰用的皮制椅子。', '[{\"Name\": \"金属锭\", \"Amount\": 2}, {\"Name\": \"皮革\", \"Amount\": 1}]', '家具'), (216, 216, 'zh-Hans', '单人皮制沙发', '装饰用的单人皮制沙发。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"皮革\", \"Amount\": 2}, {\"Name\": \"布\", \"Amount\": 1}]', '家具'), (217, 217, 'zh-Hans', '双人皮制沙发', '装饰用的双人皮制沙发。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"皮革\", \"Amount\": 3}]', '家具'), (218, 218, 'zh-Hans', '青蛙椅', '装饰用的可爱椅子。', '[{\"Name\": \"金属锭\", \"Amount\": 2}, {\"Name\": \"皮革\", \"Amount\": 2}]', '家具'), (219, 219, 'zh-Hans', '足球球门', '装饰用的足球球门。 将棉悠悠踢进球门也无法得分。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 20}]', '家具'), (220, 220, 'zh-Hans', '夹娃娃机', '装饰用的夹娃娃机。 坏掉了,所以无法使用。', '[{\"Name\": \"金属锭\", \"Amount\": 30}, {\"Name\": \"布\", \"Amount\": 5}]', '家具'), (221, 221, 'zh-Hans', '可乐自动贩卖机', '装饰用的可乐自动贩卖机。 无法用来购买道具。', '[{\"Name\": \"金属锭\", \"Amount\": 30}, {\"Name\": \"结冰器官\", \"Amount\": 2}]', '家具'), (222, 222, 'zh-Hans', '老旧电视机', '装饰用的老旧电视机。 古代文明的遗物,但现在就只会播放企丸丸们的影像了。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"电路板\", \"Amount\": 1}]', '家具'), (223, 223, 'zh-Hans', '天花板紧急出口标志', '装饰用的紧急出口标志。 可以贴在天花板上。', '[{\"Name\": \"聚合物\", \"Amount\": 1}, {\"Name\": \"发电器官\", \"Amount\": 1}]', '家具'), (224, 224, 'zh-Hans', '墙壁紧急出口标志', '装饰用的紧急出口标志。 可以贴在墙壁上。', '[{\"Name\": \"聚合物\", \"Amount\": 1}, {\"Name\": \"发电器官\", \"Amount\": 1}]', '家具'), (225, 225, 'zh-Hans', '三角锥', '装饰用的三角锥。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '家具'), (226, 226, 'zh-Hans', '宽版交通锥', '装饰用的宽版交通锥。', '[{\"Name\": \"聚合物\", \"Amount\": 2}]', '家具'), (227, 227, 'zh-Hans', '窄版交通锥', '装饰用的窄版交通锥。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '家具'), (228, 228, 'zh-Hans', '信号灯', '装饰用的信号灯。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"发电器官\", \"Amount\": 2}]', '家具'), (229, 229, 'zh-Hans', '禁止帕鲁通行的道路标志', '装饰用禁止帕鲁通行的道路标志。 虽然在古代也有使用,但现在只不过是个摆设。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (230, 230, 'zh-Hans', '停下的道路标志', '装饰用停下的道路标志。 虽然在古代也有使用,但现在只不过是个摆设。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (231, 231, 'zh-Hans', '当心紫霞鹿的标志', '装饰用当心紫霞鹿的标志。 据说在古代文明中,紫霞鹿与帕鲁 的撞击事件频繁发生。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (232, 232, 'zh-Hans', '当心森猛犸的标志', '装饰用当心森猛犸的标志。 据说在古代文明中,因惹怒森猛犸而 造成的伤亡事件频繁发生。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (233, 233, 'zh-Hans', '路障', '装饰用的路障。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (234, 234, 'zh-Hans', '橘色路障', '装饰用的橘色路障。', '[{\"Name\": \"金属锭\", \"Amount\": 3}, {\"Name\": \"聚合物\", \"Amount\": 1}]', '家具'), (235, 235, 'zh-Hans', '铁制红色路障', '装饰用的铁制红色路障。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"喷火器官\", \"Amount\": 1}]', '家具'), (236, 236, 'zh-Hans', '铁制白色路障', '装饰用的铁制白色路障。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (237, 237, 'zh-Hans', '铁制篱笆', '装饰用的铁制篱笆。', '[{\"Name\": \"金属锭\", \"Amount\": 5}]', '家具'), (238, 238, 'zh-Hans', '砖制暖炉', '可以当作光源的砖制暖炉。 需要火系帕鲁点火。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"石头\", \"Amount\": 15}]', '照明'), (239, 239, 'zh-Hans', '暖炉', '可以当作光源的暖炉。 需要火系帕鲁点火。', '[{\"Name\": \"木材\", \"Amount\": 15}, {\"Name\": \"石头\", \"Amount\": 30}]', '照明'), (240, 240, 'zh-Hans', '普通路灯', '可以当作光源的普通路灯。 需要通电才可以使用。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (241, 241, 'zh-Hans', '双臂路灯', '可以当作光源的双臂路灯。 需要通电才可以使用。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (242, 242, 'zh-Hans', '复古路灯', '可以当作光源的复古路灯。 需要通电才可以使用。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (243, 243, 'zh-Hans', '时髦路灯', '可以当作光源的时髦路灯。 需要通电才可以使用。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (244, 244, 'zh-Hans', '古典式棕色落地灯', '可以当作光源的古典式棕色落地灯。 需要通电才可以使用。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (245, 245, 'zh-Hans', '古典式红色落地灯', '可以当作光源的古典式红色落地灯。 需要通电才可以使用。', '[{\"Name\": \"木材\", \"Amount\": 30}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (246, 246, 'zh-Hans', '水晶吊灯', '可以当作光源的水晶吊灯。 需要通电才可以使用。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"钉子\", \"Amount\": 3}]', '照明'), (247, 247, 'zh-Hans', '壁灯', '可以当作光源的挂灯。 需要通电才可以使用。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"发电器官\", \"Amount\": 2}, {\"Name\": \"钉子\", \"Amount\": 2}]', '照明'), (248, 248, 'zh-Hans', '召唤的祭坛', '通过献上画着帕鲁的石板, 就能在据点召唤强大的帕鲁。 做好充分的战斗准备吧。', '[{\"Name\": \"石头\", \"Amount\": 100}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 20}]', '帕鲁'), (249, 249, 'zh-Hans', '低温保鲜饲料箱', '可以冷冻的饲料箱。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 20}, {\"Name\": \"塑钢\", \"Amount\": 20}, {\"Name\": \"极低温冷却介质\", \"Amount\": 15}]', '食物'), (250, 250, 'zh-Hans', '帕鲁解体传送带', '能够将放入的帕鲁自动解体的,梦幻般的设备。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 100}, {\"Name\": \"电脑\", \"Amount\": 15}, {\"Name\": \"钉子\", \"Amount\": 30}, {\"Name\": \"塑钢\", \"Amount\": 30}]', '帕鲁'), (251, 251, 'zh-Hans', '大型发电机', '储存雷系帕鲁生产的电的设施。 更加大型,发电效率也更高。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 200}, {\"Name\": \"发电器官\", \"Amount\": 200}]', '基础设施'), (252, 252, 'zh-Hans', '原油提炼机', '从油田提取原油所需的设备。 它需要大量电能供给才能运行。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 250}, {\"Name\": \"电路板\", \"Amount\": 50}]', '生产'), (253, 253, 'zh-Hans', '石炭采矿场', '生产石炭的设施。 挖掘石炭的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 70}, {\"Name\": \"石炭\", \"Amount\": 100}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 30}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '生产'), (254, 254, 'zh-Hans', '硫磺采矿场', '生产硫磺的设施。 挖掘硫磺的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 70}, {\"Name\": \"硫磺\", \"Amount\": 100}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 30}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '生产'), (255, 255, 'zh-Hans', '冷冻粉碎机', '可粉碎金属矿石以转换成其他材料的设施。 虽然要使其工作需要电力供应,以及有「冷却」适应性的帕鲁,但是效率极佳。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 50}, {\"Name\": \"塑钢\", \"Amount\": 30}, {\"Name\": \"极低温冷却介质\", \"Amount\": 25}, {\"Name\": \"腐蚀溶剂\", \"Amount\": 20}]', '生产'), (256, 256, 'zh-Hans', '玻璃地基', '用于在上面建造墙壁或设施的地基。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (257, 257, 'zh-Hans', '玻璃墙壁', '建在地基上,用于防止入侵者的墙壁。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (258, 258, 'zh-Hans', '玻璃带窗墙壁', '建在地基上,用于防止入侵者的带窗墙壁。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (259, 259, 'zh-Hans', '玻璃三角墙', '建在地基上的三角墙。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (260, 260, 'zh-Hans', '玻璃屋顶', '建在墙壁上,用于遮风避雨的屋顶。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (261, 261, 'zh-Hans', '玻璃斜屋顶', '建在墙壁上,用于遮风避雨的斜屋顶。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (262, 262, 'zh-Hans', '玻璃楼梯', '放在地基或屋顶下方,用于攀登的楼梯。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (263, 263, 'zh-Hans', '玻璃门', '建于地基上的门,可作为出入口。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (264, 264, 'zh-Hans', '玻璃立柱', '用来支撑建筑的立柱。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (265, 265, 'zh-Hans', '帕鲁装扮机', '用于改变外观的设施。 可以为帕鲁更换特别的外观。 通过游戏外的其他方式获得的外观也能使用。', '[{\"Name\": \"石头\", \"Amount\": 10}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 10}]', '帕鲁'), (266, 266, 'zh-Hans', '和风墙壁', '建在地基上,用于防止入侵者的墙壁。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (267, 267, 'zh-Hans', '和风门A', '建于地基上的门,可作为出入口。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (268, 268, 'zh-Hans', '和风门B', '建于地基上的横拉门,可作为出入口。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (269, 269, 'zh-Hans', '和风屋顶A', '建在墙壁上,用于遮风避雨的屋顶。 上层由榻榻米组成。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (270, 270, 'zh-Hans', '和风屋顶B', '建在墙壁上,用于遮风避雨的屋顶。 上层由瓦片组成。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (271, 271, 'zh-Hans', '和风斜屋顶', '建在墙壁上,用于遮风避雨的斜屋顶。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (272, 272, 'zh-Hans', '和风三角墙', '建在地基上的三角墙。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (273, 273, 'zh-Hans', '和风带窗墙壁', '建在地基上,用于防止入侵者的带窗墙壁。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (274, 274, 'zh-Hans', '和风地基', '用于在上面建造墙壁或设施的地基。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (275, 275, 'zh-Hans', '和风楼梯', '放在地基或屋顶下方,用于攀登的楼梯。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (276, 276, 'zh-Hans', '和风立柱', '用来支撑建筑的立柱。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (277, 277, 'zh-Hans', 'α波发生器', '发出α波让帕鲁放松的装置。 减缓据点内帕鲁的SAN值下降速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 40}, {\"Name\": \"电路板\", \"Amount\": 20}, {\"Name\": \"腐蚀溶剂\", \"Amount\": 10}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 20}]', '其他'), (278, 278, 'zh-Hans', 'β波发生器', '发出β波让帕鲁活动更活跃的装置。 提升据点内帕鲁的工作速度。 即使配置复数个,其效果也不会叠加。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 40}, {\"Name\": \"电路板\", \"Amount\": 30}, {\"Name\": \"生化电池\", \"Amount\": 5}]', '其他'), (279, 279, 'zh-Hans', '纯水晶采矿场', '生产纯水晶的设施。 挖掘纯水晶的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 70}, {\"Name\": \"纯水晶\", \"Amount\": 100}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 30}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '生产'), (280, 280, 'zh-Hans', '金币制造工厂', '生产金币的工厂。 因为精神负担大,工作时SAN值会降低。需有能进行手工作业的帕鲁。 请注意,建造这座建筑可能会引来自卫队执行严厉镇压。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 100}, {\"Name\": \"古代文明部件\", \"Amount\": 20}, {\"Name\": \"AI核心\", \"Amount\": 10}, {\"Name\": \"古代文明核心\", \"Amount\": 5}]', '生产'), (281, 281, 'zh-Hans', '高等文明箱子', '可用于收纳道具。 非常坚固,存放空间也很大。 可以当作巨大且安全的仓库使用。', '[{\"Name\": \"六棱晶锭\", \"Amount\": 20}, {\"Name\": \"碳纤维\", \"Amount\": 20}, {\"Name\": \"电脑\", \"Amount\": 2}]', '收纳'), (282, 282, 'zh-Hans', '高等文明帕鲁胶囊', '帕鲁用的回复胶囊。 帕鲁在晚上或受伤时可以睡在这里。 因为技术革新,恢复量提高了。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 10}, {\"Name\": \"极低温冷却介质\", \"Amount\": 6}, {\"Name\": \"电脑\", \"Amount\": 3}]', '基础设施'), (283, 283, 'zh-Hans', '道具存取机', '可以自由取出设置的据点内 所有箱子中道具的装置。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 100}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 30}, {\"Name\": \"生化电池\", \"Amount\": 4}]', '收纳'), (284, 284, 'zh-Hans', '公会箱子', '可以瞬间透过亚空间传送箱子内容的箱子。 这个箱子内的道具会在各据点之间共享。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 50}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 100}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '收纳'), (285, 285, 'zh-Hans', '帕鲁远征所', '可以派遣帕鲁到地下城等地方远征的设施。 被派遣的帕鲁会在各地寻找物品或进行战斗, 并将资源带回据点。', '[{\"Name\": \"木板\", \"Amount\": 10}, {\"Name\": \"石头\", \"Amount\": 100}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 20}, {\"Name\": \"水泥\", \"Amount\": 20}]', '帕鲁'), (286, 286, 'zh-Hans', '跳蚤市场(道具)', '出售物品的设施。 可以将物品出售给其他玩家。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"木板\", \"Amount\": 4}, {\"Name\": \"布\", \"Amount\": 3}]', '其他'), (287, 287, 'zh-Hans', '帕鲁工作研究所', '对帕鲁的各种工作进行研究的设施。 在这个设施中让帕鲁工作, 可以进行研究,获得各种效果。', '[{\"Name\": \"金属锭\", \"Amount\": 30}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 30}]', '帕鲁'), (288, 288, 'zh-Hans', '跳蚤市场(帕鲁)', '出售帕鲁的设施。 可以将帕鲁出售给其他玩家。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"木板\", \"Amount\": 4}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 5}]', '其他'), (289, 289, 'zh-Hans', '人力发电机', '利用旋转动能转换为电能的设施。 效率不佳,而且工作的帕鲁会降低SAN值, 但可以获得经验值。', '[{\"Name\": \"木板\", \"Amount\": 5}, {\"Name\": \"发电器官\", \"Amount\": 5}]', '基础设施'), (290, 290, 'zh-Hans', '技能果树园', '可以种植技能果实的农园。 将果实作为原种植入地面, 就可以收获多个相同种类的果实。', '[{\"Name\": \"神秘木材\", \"Amount\": 200}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 500}, {\"Name\": \"烈阳金属\", \"Amount\": 150}]', '食物'), (291, 291, 'zh-Hans', '梯子', '可以用来爬上高处的梯子。', '[{\"Name\": \"木材\", \"Amount\": 10}]', '建造'), (292, 292, 'zh-Hans', '药品柜', '用来存放帕鲁的药物的柜子。 生病的帕鲁会来这里吃药。 记得随时补充药物,别让柜子空了。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"木板\", \"Amount\": 3}, {\"Name\": \"布\", \"Amount\": 5}]', '基础设施'), (293, 293, 'zh-Hans', '蓄电器', '可以储存发电机发电的多余电力的设施。', '[{\"Name\": \"金属锭\", \"Amount\": 50}, {\"Name\": \"发电器官\", \"Amount\": 20}, {\"Name\": \"极低温冷却介质\", \"Amount\": 5}, {\"Name\": \"腐蚀溶剂\", \"Amount\": 5}]', '基础设施'), (294, 294, 'zh-Hans', '墓碑', '可以书写文字的墓碑。 用作留下记录。', '[{\"Name\": \"石头\", \"Amount\": 10}]', '其他'), (295, 295, 'zh-Hans', '和风门C', '建于地基上的纸拉门,可作为出入口。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (296, 296, 'zh-Hans', '屏风', '装饰用的屏风。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (297, 297, 'zh-Hans', '挂轴', '装饰用的挂轴。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (298, 298, 'zh-Hans', '无腿靠椅', '装饰用的无腿椅子。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 15}, {\"Name\": \"布\", \"Amount\": 3}, {\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (299, 299, 'zh-Hans', '坐垫', '装饰用的坐垫。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"布\", \"Amount\": 3}, {\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (300, 300, 'zh-Hans', '地炉', '装饰用的地炉。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"金属锭\", \"Amount\": 3}, {\"Name\": \"木炭\", \"Amount\": 2}]', '家具'), (301, 301, 'zh-Hans', '石灯笼', '装饰用的石灯笼。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"石头\", \"Amount\": 15}]', '家具'), (302, 302, 'zh-Hans', '行灯', '装饰用的行灯。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"喷火器官\", \"Amount\": 3}]', '照明'), (303, 303, 'zh-Hans', '鹿威', '装饰用的鹿威。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"水栖帕鲁的黏液\", \"Amount\": 3}]', '家具'), (304, 304, 'zh-Hans', '盆栽', '装饰用的盆栽。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 1}]', '家具'), (305, 305, 'zh-Hans', '香炉', '装饰用的香炉。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"金属锭\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 5}]', '家具'), (306, 306, 'zh-Hans', '日式插花', '装饰用的插花。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}, {\"Name\": \"美丽花朵\", \"Amount\": 1}]', '家具'), (307, 307, 'zh-Hans', '抽屉柜', '可以用来收纳道具的抽屉柜。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 15}, {\"Name\": \"石头\", \"Amount\": 5}]', '收纳'), (308, 308, 'zh-Hans', '日式矮桌', '装饰用的日式矮桌。 可在建造和风的建筑时配合使用。', '[{\"Name\": \"硬木材\", \"Amount\": 10}]', '家具'), (309, 309, 'zh-Hans', '制图桌', '通过组合复数设计图, 可以制成更高等级设计图的设施。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 20}, {\"Name\": \"优质木板\", \"Amount\": 10}, {\"Name\": \"木炭\", \"Amount\": 30}]', '生产'), (310, 310, 'zh-Hans', '跨界帕鲁终端', '具有保存帕鲁的基因序列, 以及通过基因序列复原帕鲁的功能的设施。 保存的基因序列能够带到其他世界使用。', '[{\"Name\": \"帕鲁矿碎块\", \"Amount\": 3}, {\"Name\": \"木材\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 15}]', '帕鲁'), (311, 311, 'zh-Hans', '帕鲁次元仓库', '可以大量存放捕获帕鲁的设施。 只要是公会成员,谁都可以进行帕鲁的存取。 改为私密锁定时,则只能存放自己的帕鲁。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 40}, {\"Name\": \"古代文明部件\", \"Amount\": 5}]', '帕鲁'), (312, 312, 'zh-Hans', '铁丝网围栏', '装饰用的铁丝网围栏。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 10}]', '家具'), (313, 313, 'zh-Hans', '简约地基', '用于在上面建造墙壁或设施的地基。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (314, 314, 'zh-Hans', '简约墙壁', '建在地基上,用于防止入侵者的墙壁。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (315, 315, 'zh-Hans', '简约带窗墙壁', '建在地基上,用于防止入侵者的带窗墙壁。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (316, 316, 'zh-Hans', '简约三角墙', '建在地基上的三角墙。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (317, 317, 'zh-Hans', '简约屋顶', '建在墙壁上,用于遮风避雨的屋顶。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (318, 318, 'zh-Hans', '简约斜屋顶', '建在墙壁上,用于遮风避雨的斜屋顶。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'); INSERT INTO `buildobjectsi18n` (`ID`, `BuildObjectsID`, `LanguageCode`, `Name`, `Description`, `Material`, `Category`) VALUES (319, 319, 'zh-Hans', '简约楼梯', '放在地基或屋顶下方,用于攀登的楼梯。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (320, 320, 'zh-Hans', '简约门', '建于地基上的门,可作为出入口。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (321, 321, 'zh-Hans', '简约立柱', '用来支撑建筑的立柱。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (322, 322, 'zh-Hans', '百合女王雕像', '装饰用的百合女王雕像。', '[{\"Name\": \"石头\", \"Amount\": 100}]', '家具'), (323, 323, 'zh-Hans', '帕鲁保护团体旗帜', '装饰用的帕鲁保护团体旗帜。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 5}, {\"Name\": \"布\", \"Amount\": 10}]', '家具'), (324, 324, 'zh-Hans', '帕鲁保护团体横幅', '装饰用的帕鲁保护团体横幅。', '[{\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 10}]', '家具'), (325, 325, 'zh-Hans', '盗猎团旗帜', '装饰用的盗猎团旗帜。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 2}]', '家具'), (326, 326, 'zh-Hans', '空笼子', '装饰用的空笼子。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (327, 327, 'zh-Hans', '木制路障', '装饰用的木制路障。', '[{\"Name\": \"木材\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}]', '家具'), (328, 328, 'zh-Hans', '庄严壁挂火把', '燃烧着永炎同心会所信奉之火的庄严壁挂火把。 此照明设施可设置在墙壁上。 需要火系帕鲁点火。', '[{\"Name\": \"木材\", \"Amount\": 5}, {\"Name\": \"石头\", \"Amount\": 2}, {\"Name\": \"喷火器官\", \"Amount\": 2}]', '照明'), (329, 329, 'zh-Hans', '庄严烛台', '燃烧着永炎同心会所信奉之火的庄严烛台。 此照明设施可设置在地板上。 需要火系帕鲁点火。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"喷火器官\", \"Amount\": 2}]', '照明'), (330, 330, 'zh-Hans', '仪式用烛台', '燃烧着永炎同心会所信奉之火的仪式用烛台。 此照明设施可设置在地板上。 需要火系帕鲁点火。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"喷火器官\", \"Amount\": 2}, {\"Name\": \"木炭\", \"Amount\": 2}]', '照明'), (331, 331, 'zh-Hans', '木制栅栏', '建在地基或屋顶上,用于防止坠落的栅栏。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 3}]', '建造'), (332, 332, 'zh-Hans', '石制栅栏', '建在地基或屋顶上,用于防止坠落的栅栏。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (333, 333, 'zh-Hans', '金属栅栏', '建在地基或屋顶上,用于防止坠落的栅栏。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 3}]', '建造'), (334, 334, 'zh-Hans', '玻璃栅栏', '建在地基或屋顶上,用于防止坠落的栅栏。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 1}]', '建造'), (335, 335, 'zh-Hans', '和风栅栏', '建在地基或屋顶上,用于防止坠落的栅栏。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 5}]', '建造'), (336, 336, 'zh-Hans', '简约栅栏', '建在地基或屋顶上,用于防止坠落的栅栏。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 2}]', '建造'), (337, 337, 'zh-Hans', '六棱晶矿采矿场', '生产六棱晶矿的设施。 挖掘六棱晶矿的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 70}, {\"Name\": \"六棱晶矿\", \"Amount\": 100}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '生产'), (338, 338, 'zh-Hans', '垂钓池', '配备垂钓工具的垂钓池。 分派帕鲁后,它会悠闲地帮你垂钓。 需有可手工作业的帕鲁。', '[{\"Name\": \"木板\", \"Amount\": 15}, {\"Name\": \"水泥\", \"Amount\": 30}, {\"Name\": \"极低温冷却介质\", \"Amount\": 3}]', '生产'), (339, 339, 'zh-Hans', '大型垂钓池', '配备垂钓工具的大型垂钓池。 水域更加广阔,能钓上更大型的帕鲁。 需有可手工作业的帕鲁。', '[{\"Name\": \"优质木板\", \"Amount\": 20}, {\"Name\": \"石头\", \"Amount\": 30}, {\"Name\": \"珊瑚锭\", \"Amount\": 10}, {\"Name\": \"优质帕鲁油\", \"Amount\": 20}]', '生产'), (340, 340, 'zh-Hans', '帕鲁终端控制台', '可远程操作帕鲁终端的设备。 将它配置在你想要部署帕鲁的位置,自由地打造据点吧。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 30}]', '帕鲁'), (341, 341, 'zh-Hans', '研究室风格书桌', '装饰用的研究室风格书桌。', '[{\"Name\": \"聚合物\", \"Amount\": 15}]', '家具'), (342, 342, 'zh-Hans', '研究室风格椅子', '装饰用的研究室风格椅子。', '[{\"Name\": \"聚合物\", \"Amount\": 10}]', '家具'), (343, 343, 'zh-Hans', '日式白灯笼', '装饰用的日式白灯笼。', '[{\"Name\": \"金属锭\", \"Amount\": 5}, {\"Name\": \"发电器官\", \"Amount\": 2}]', '照明'), (344, 344, 'zh-Hans', '神社赤灯笼', '装饰用的神社赤灯笼。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"发电器官\", \"Amount\": 3}, {\"Name\": \"石头\", \"Amount\": 10}]', '照明'), (345, 345, 'zh-Hans', '八云犬雕像', '装饰用的八云犬雕像。', '[{\"Name\": \"石头\", \"Amount\": 70}]', '家具'), (346, 346, 'zh-Hans', '盗猎团团旗', '装饰用的盗猎团团旗。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (347, 347, 'zh-Hans', '盗猎团挂旗', '装饰用的盗猎团挂旗。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (348, 348, 'zh-Hans', '帕鲁保护团体团旗', '装饰用的帕鲁保护团体团旗。', '[{\"Name\": \"木材\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (349, 349, 'zh-Hans', '帕鲁保护团体挂旗', '装饰用的帕鲁保护团体挂旗。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (350, 350, 'zh-Hans', '永炎同心会会旗', '装饰用的永炎同心会会旗。', '[{\"Name\": \"金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (351, 351, 'zh-Hans', '永炎同心会挂旗', '装饰用的永炎同心会挂旗。', '[{\"Name\": \"金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (352, 352, 'zh-Hans', '自卫队队旗', '装饰用的自卫队队旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (353, 353, 'zh-Hans', '自卫队挂旗', '装饰用的自卫队挂旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}]', '家具'), (354, 354, 'zh-Hans', '基因研究部队队旗', '装饰用的基因研究部队队旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (355, 355, 'zh-Hans', '基因研究部队挂旗', '装饰用的基因研究部队挂旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (356, 356, 'zh-Hans', '月花众团旗', '装饰用的月花众团旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (357, 357, 'zh-Hans', '月花众挂旗', '装饰用的月花众挂旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (358, 358, 'zh-Hans', '月亮领主雕像', '【泰拉瑞亚联动】 散发着金色光芒的月亮领主雕像。 跨越绝望之战后的强者证明。', '[{\"Name\": \"神圣锭\", \"Amount\": 100}]', '家具'), (359, 359, 'zh-Hans', '木制三角地基', '用于在上面建造墙壁或设施的三角地基。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (360, 360, 'zh-Hans', '木制对角墙', '建在三角地基上,用于防止入侵者的对角墙壁。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (361, 361, 'zh-Hans', '木制三角屋顶', '建在墙壁上,用于遮风避雨的三角屋顶。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (362, 362, 'zh-Hans', '木制拐角屋顶', '建在墙壁上,用于遮风避雨的拐角屋顶。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (363, 363, 'zh-Hans', '木制三角墙(反向)', '建在地基上的三角墙(反向)。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (364, 364, 'zh-Hans', '木制帕鲁用通道口', '建于地基上的帕鲁用通道口,可作为出入口。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (365, 365, 'zh-Hans', '木制三角斜屋顶', '建在对角墙上,用于遮风避雨的三角斜屋顶。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (366, 366, 'zh-Hans', '木制方锥屋顶', '建在墙壁上,用于遮风避雨的锥形屋顶。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (367, 367, 'zh-Hans', '石制三角地基', '用于在上面建造墙壁或设施的三角地基。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (368, 368, 'zh-Hans', '石制对角墙', '建在三角地基上,用于防止入侵者的对角墙壁。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (369, 369, 'zh-Hans', '石制三角屋顶', '建在墙壁上,用于遮风避雨的三角屋顶。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (370, 370, 'zh-Hans', '石制拐角屋顶', '建在墙壁上,用于遮风避雨的拐角屋顶。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (371, 371, 'zh-Hans', '石制三角墙(反向)', '建在地基上的三角墙(反向)。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (372, 372, 'zh-Hans', '石制帕鲁用通道口', '建造在地基上的帕鲁用通道口,可作为出入口。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (373, 373, 'zh-Hans', '石制三角斜屋顶', '建在对角墙上,用于遮风避雨的三角斜屋顶。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (374, 374, 'zh-Hans', '石制方锥屋顶', '建在墙壁上,用于遮风避雨的锥形屋顶。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (375, 375, 'zh-Hans', '金属三角地基', '用于在上面建造墙壁或设施的三角地基。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (376, 376, 'zh-Hans', '金属对角墙', '建在三角地基上,用于防止入侵者的对角墙壁。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (377, 377, 'zh-Hans', '金属三角屋顶', '建在墙壁上,用于遮风避雨的三角屋顶。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (378, 378, 'zh-Hans', '金属拐角屋顶', '建在墙壁上,用于遮风避雨的拐角屋顶。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (379, 379, 'zh-Hans', '金属三角墙(反向)', '建在地基上的三角墙(反向)。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (380, 380, 'zh-Hans', '金属帕鲁用通道口', '建于地基上的帕鲁用通道口,可作为出入口。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (381, 381, 'zh-Hans', '金属三角斜屋顶', '建在对角墙上,用于遮风避雨的三角斜屋顶。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (382, 382, 'zh-Hans', '金属方锥屋顶', '建在墙壁上,用于遮风避雨的锥形屋顶。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (383, 383, 'zh-Hans', '玻璃三角地基', '用于在上面建造墙壁或设施的三角地基。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (384, 384, 'zh-Hans', '玻璃对角墙', '建在三角地基上,用于防止入侵者的对角墙壁。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (385, 385, 'zh-Hans', '玻璃三角屋顶', '建在墙壁上,用于遮风避雨的三角屋顶。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (386, 386, 'zh-Hans', '玻璃拐角屋顶', '建在墙壁上,用于遮风避雨的拐角屋顶。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (387, 387, 'zh-Hans', '玻璃三角墙(反向)', '建在地基上的三角墙(反向)。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (388, 388, 'zh-Hans', '玻璃帕鲁用通道口', '建于地基上的帕鲁用通道口,可作为出入口。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (389, 389, 'zh-Hans', '玻璃三角斜屋顶', '建在对角墙上,用于遮风避雨的三角斜屋顶。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (390, 390, 'zh-Hans', '玻璃方锥屋顶', '建在墙壁上,用于遮风避雨的锥形屋顶。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (391, 391, 'zh-Hans', '和风三角地基', '用于在上面建造墙壁或设施的三角地基。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (392, 392, 'zh-Hans', '和风对角墙', '建在三角地基上,用于防止入侵者的对角墙壁。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (393, 393, 'zh-Hans', '和风三角屋顶A', '建在墙壁上,用于遮风避雨的三角屋顶。 上层由榻榻米组成。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (394, 394, 'zh-Hans', '和风三角屋顶B', '建在墙壁上,用于遮风避雨的三角屋顶。 上层由瓦片组成。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (395, 395, 'zh-Hans', '和风拐角屋顶', '建在墙壁上,用于遮风避雨的拐角屋顶。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (396, 396, 'zh-Hans', '和风三角墙(反向)', '建在地基上的三角墙(反向)。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (397, 397, 'zh-Hans', '和风帕鲁用通道口', '建于地基上的帕鲁用通道口,可作为出入口。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (398, 398, 'zh-Hans', '和风三角斜屋顶', '建在对角墙上,用于遮风避雨的三角斜屋顶。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (399, 399, 'zh-Hans', '和风方锥屋顶', '建在墙壁上,用于遮风避雨的锥形屋顶。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (400, 400, 'zh-Hans', '简约三角地基', '用于在上面建造墙壁或设施的三角地基。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (401, 401, 'zh-Hans', '简约对角墙', '建在三角地基上,用于防止入侵者的对角墙壁。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (402, 402, 'zh-Hans', '简约三角屋顶', '建在墙壁上,用于遮风避雨的三角屋顶。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (403, 403, 'zh-Hans', '简约拐角屋顶', '建在墙壁上,用于遮风避雨的拐角屋顶。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (404, 404, 'zh-Hans', '简约三角墙(反向)', '建在地基上的三角墙(反向)。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (405, 405, 'zh-Hans', '简约帕鲁用通道口', '建于地基上的帕鲁用通道口,可作为出入口。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (406, 406, 'zh-Hans', '简约三角斜屋顶', '建在对角墙上,用于遮风避雨的三角斜屋顶。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (407, 407, 'zh-Hans', '简约方锥屋顶', '建在墙壁上,用于遮风避雨的锥形屋顶。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (408, 408, 'zh-Hans', '木制三角斜屋顶(反向)', '建在对角墙上,用于遮风避雨的三角斜屋顶(反向)。 以木头制成,相当脆弱。', '[{\"Name\": \"木材\", \"Amount\": 2}]', '建造'), (409, 409, 'zh-Hans', '石制三角斜屋顶(反向)', '建在对角墙上,用于遮风避雨的三角斜屋顶(反向)。 以石头制成,还算坚固。', '[{\"Name\": \"石头\", \"Amount\": 3}]', '建造'), (410, 410, 'zh-Hans', '金属三角斜屋顶(反向)', '建在对角墙上,用于遮风避雨的三角斜屋顶(反向)。 以金属制成,非常坚固。', '[{\"Name\": \"金属锭\", \"Amount\": 1}, {\"Name\": \"石头\", \"Amount\": 2}]', '建造'), (411, 411, 'zh-Hans', '玻璃三角斜屋顶(反向)', '建在对角墙上,用于遮风避雨的三角斜屋顶(反向)。 以钢化玻璃制成,非常坚固。', '[{\"Name\": \"石头\", \"Amount\": 1}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 2}]', '建造'), (412, 412, 'zh-Hans', '和风三角斜屋顶(反向)', '建在对角墙上,用于遮风避雨的三角斜屋顶(反向)。 可以建造出时尚的日式建筑。', '[{\"Name\": \"硬木材\", \"Amount\": 4}]', '建造'), (413, 413, 'zh-Hans', '简约三角斜屋顶(反向)', '建在对角墙上,用于遮风避雨的三角斜屋顶(反向)。 可以建造出近未来风格的简约建筑。', '[{\"Name\": \"聚合物\", \"Amount\": 1}]', '建造'), (414, 414, 'zh-Hans', '古代文明三角斜屋顶(反向)', '建在对角墙上,用于遮风避雨的三角斜屋顶(反向)。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (415, 415, 'zh-Hans', '古代文明工作台', '帕鲁专用的复合设施,可以在此处制作所有道具。 玩家无法亲自作业,制作速度也和普通设备无异。 由于功能复杂,需要具备高级手工作业和制药适应性的帕鲁。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 50}, {\"Name\": \"AI核心\", \"Amount\": 5}, {\"Name\": \"生化电池\", \"Amount\": 20}]', '生产'), (416, 416, 'zh-Hans', '古代文明发电机', '复现了失落的古代技术制造出的超高效发电机。 它能制造出庞大的电力,但运作时有过热的风险。 运作时除了需要有高级发电适应性的帕鲁,还需要具备浇水适应性的帕鲁负责冷却。', '[{\"Name\": \"帕鲁树晶锭\", \"Amount\": 100}, {\"Name\": \"发电器官\", \"Amount\": 200}, {\"Name\": \"古代文明核心\", \"Amount\": 10}]', '基础设施'), (417, 417, 'zh-Hans', '古代文明炉', '应用了古代文明技术的特殊火炉,能熔炼所有种类的金属锭。 用火焰的热度熔化材料,再用冰之力让其快速凝固。 要使其运作,需要具备高级生火和冷却适应性的帕鲁。', '[{\"Name\": \"珊瑚锭\", \"Amount\": 100}, {\"Name\": \"超高热核心\", \"Amount\": 20}, {\"Name\": \"电脑\", \"Amount\": 30}, {\"Name\": \"古代文明核心\", \"Amount\": 10}]', '生产'), (418, 418, 'zh-Hans', '古代文明厨房', '从既有的食谱到未知的新作都能做出来的古代文明厨房。 先用火焰加热,再手工完成最后的步骤,即可做出各种料理。 要使其运作,需要具备高级生火和手工作业适应性的帕鲁。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 80}, {\"Name\": \"超高热核心\", \"Amount\": 30}, {\"Name\": \"极低温冷却介质\", \"Amount\": 50}, {\"Name\": \"古代文明核心\", \"Amount\": 10}]', '食物'), (419, 419, 'zh-Hans', '古代文明物质生成器', '利用世界树之力可以生成各种木材和矿石的古代文明生成器。 由于构造复杂,只能分派1只帕鲁。', '[{\"Name\": \"帕鲁树晶锭\", \"Amount\": 50}, {\"Name\": \"古代文明核心\", \"Amount\": 10}]', '生产'), (420, 420, 'zh-Hans', '古代文明栽培器', '利用世界树之力可以培育帕洛斯群岛各种植物的古代文明栽培器。 体积比野莓园小很多,能设置在室内,但培育的流程与从前无异。 要使其运作,需要拥有高级播种、浇水、采集适应性的帕鲁。', '[{\"Name\": \"帕鲁树晶锭\", \"Amount\": 50}, {\"Name\": \"世界树圣水\", \"Amount\": 50}, {\"Name\": \"神秘木材\", \"Amount\": 100}, {\"Name\": \"古代文明核心\", \"Amount\": 10}]', '食物'), (421, 421, 'zh-Hans', '古代文明防御塔', '古代文明的无人防御塔,具备相当于火箭发射器的口径与火力。 无需配置弹药和帕鲁,只消耗电力就能全自动迎击敌人。 性能非常强大,但需要庞大的电力维持其运作。', '[{\"Name\": \"金属锭\", \"Amount\": 30}, {\"Name\": \"钉子\", \"Amount\": 10}, {\"Name\": \"水泥\", \"Amount\": 15}]', '防御'), (422, 422, 'zh-Hans', '古代文明配种器', '覆盖电子玻璃的古代文明高级配种设施。 从产蛋到孵化都能全自动高速完成,还能提升稀有技能的遗传率。 以全息投影监控设施内部的帕鲁,不再需要广大的牧场空间。', '[{\"Name\": \"帕鲁树晶锭\", \"Amount\": 100}, {\"Name\": \"AI核心\", \"Amount\": 50}, {\"Name\": \"古代文明部件\", \"Amount\": 30}, {\"Name\": \"古代文明核心\", \"Amount\": 20}]', '帕鲁'), (423, 423, 'zh-Hans', '古代文明遗物转换器', '利用失落文明的技术制造出的古代物质转化装置。 通过破解「古代文明的遗物」中遗留的技术,使之升华为全新的形态。 是能最大限度发挥遗物的利用价值、极为特殊的设备。', '[{\"Name\": \"帕鲁树晶锭\", \"Amount\": 50}, {\"Name\": \"神秘木材\", \"Amount\": 50}, {\"Name\": \"古代文明部件\", \"Amount\": 30}, {\"Name\": \"古代文明核心\", \"Amount\": 20}]', '生产'), (424, 424, 'zh-Hans', '烈阳金属采矿场', '生产烈阳金属的设施。 烈阳金属挖掘的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', '[{\"Name\": \"石头\", \"Amount\": 70}, {\"Name\": \"烈阳金属\", \"Amount\": 100}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '生产'), (425, 425, 'zh-Hans', '仿真树木A', '装饰用的树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (426, 426, 'zh-Hans', '仿真树木B', '装饰用的树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (427, 427, 'zh-Hans', '仿真树木C', '装饰用的树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (428, 428, 'zh-Hans', '仿真红叶树A', '装饰用的红叶树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (429, 429, 'zh-Hans', '仿真红叶树B', '装饰用的红叶树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (430, 430, 'zh-Hans', '仿真红叶树C', '装饰用的红叶树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (431, 431, 'zh-Hans', '仿真黄叶树A', '装饰用的黄叶树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (432, 432, 'zh-Hans', '仿真黄叶树B', '装饰用的黄叶树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (433, 433, 'zh-Hans', '仿真黄叶树C', '装饰用的黄叶树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (434, 434, 'zh-Hans', '仿真樱花树A', '装饰用的樱花树模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (435, 435, 'zh-Hans', '仿真樱花树B', '装饰用的樱花树模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (436, 436, 'zh-Hans', '仿真樱花树C', '装饰用的樱花树模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (437, 437, 'zh-Hans', '仿真热带树木A', '装饰用的热带树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (438, 438, 'zh-Hans', '仿真热带树木B', '装饰用的热带树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (439, 439, 'zh-Hans', '仿真热带树木C', '装饰用的热带树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (440, 440, 'zh-Hans', '仿真积雪树木A', '装饰用的积雪树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (441, 441, 'zh-Hans', '仿真积雪树木B', '装饰用的积雪树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (442, 442, 'zh-Hans', '仿真积雪树木C', '装饰用的积雪树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (443, 443, 'zh-Hans', '仿真沙漠树木A', '装饰用的沙漠树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (444, 444, 'zh-Hans', '仿真沙漠树木B', '装饰用的沙漠树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (445, 445, 'zh-Hans', '仿真沙漠树木C', '装饰用的沙漠树木模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"硬木材\", \"Amount\": 20}]', '家具'), (446, 446, 'zh-Hans', '仿真竹子A', '装饰用的竹子模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (447, 447, 'zh-Hans', '仿真竹子B', '装饰用的竹子模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (448, 448, 'zh-Hans', '仿真竹子C', '装饰用的竹子模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (449, 449, 'zh-Hans', '仿真树丛', '装饰用的树丛模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (450, 450, 'zh-Hans', '仿真黄叶树丛', '装饰用的黄叶树丛模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"纤维\", \"Amount\": 20}]', '家具'), (451, 451, 'zh-Hans', '仿真开花树丛A', '装饰用的开花树丛模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"纤维\", \"Amount\": 20}]', '家具'), (452, 452, 'zh-Hans', '仿真开花树丛B', '装饰用的开花树丛模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"纤维\", \"Amount\": 20}]', '家具'), (453, 453, 'zh-Hans', '仿真热带树丛', '装饰用的热带树丛模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"纤维\", \"Amount\": 20}]', '家具'), (454, 454, 'zh-Hans', '仿真白色树丛', '装饰用的白色树丛模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"纤维\", \"Amount\": 20}]', '家具'), (455, 455, 'zh-Hans', '仿真岩石', '装饰用的岩石模型。 拆除该建筑物无法获得材料。', '[{\"Name\": \"石头\", \"Amount\": 20}]', '家具'), (456, 456, 'zh-Hans', '整洁的圆桌', '装饰用的整洁圆桌。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (457, 457, 'zh-Hans', '整洁的方桌', '装饰用的整洁方桌。', '[{\"Name\": \"木材\", \"Amount\": 20}]', '家具'), (458, 458, 'zh-Hans', '空涡龙雕像', '装饰用的空涡龙雕像。', '[{\"Name\": \"石头\", \"Amount\": 100}]', '家具'), (459, 459, 'zh-Hans', '唤冬兽雕像', '装饰用的唤冬兽雕像。', '[{\"Name\": \"石头\", \"Amount\": 100}]', '家具'), (460, 460, 'zh-Hans', '街机游戏机台', '装饰用的街机游戏机台。 坏掉了,所以不能玩了。', '[{\"Name\": \"金属锭\", \"Amount\": 30}]', '家具'), (461, 461, 'zh-Hans', '古代文明地基', '用于在上面建造墙壁或设施的地基。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (462, 462, 'zh-Hans', '古代文明墙', '建在地基上,用于防止入侵者的墙壁。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (463, 463, 'zh-Hans', '古代文明屋顶', '建在墙壁上,用于遮风避雨的屋顶。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (464, 464, 'zh-Hans', '古代文明楼梯', '放在地基或屋顶下方,用于攀登的楼梯。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (465, 465, 'zh-Hans', '古代文明门', '建造在地基上作为入口的门。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (466, 466, 'zh-Hans', '古代文明三角墙', '建在地基上的三角墙。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (467, 467, 'zh-Hans', '古代文明斜屋顶', '建在墙壁上,用于遮风避雨的斜屋顶。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (468, 468, 'zh-Hans', '古代文明带窗墙壁', '建在地基上,用于防止入侵者的带窗墙壁。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (469, 469, 'zh-Hans', '古代文明立柱', '用来支撑建筑的立柱。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (470, 470, 'zh-Hans', '天坠之民团旗', '装饰用的天坠之民团旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (471, 471, 'zh-Hans', '天坠之民挂旗', '装饰用的天坠之民挂旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (472, 472, 'zh-Hans', '苍天的盟约盟旗', '装饰用的苍天的盟约盟旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 20}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (473, 473, 'zh-Hans', '苍天的盟约挂旗', '装饰用的苍天的盟约挂旗。', '[{\"Name\": \"精炼金属锭\", \"Amount\": 10}, {\"Name\": \"纤维\", \"Amount\": 10}, {\"Name\": \"优质的布\", \"Amount\": 20}]', '家具'), (474, 474, 'zh-Hans', '古代文明三角地基', '用于在上面建造墙壁或设施的三角地基。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (475, 475, 'zh-Hans', '古代文明对角墙', '建在三角地基上,用于防止入侵者的对角墙壁。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (476, 476, 'zh-Hans', '古代文明三角屋顶', '建在墙壁上,用于遮风避雨的三角屋顶。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (477, 477, 'zh-Hans', '古代文明拐角屋顶', '建在墙壁上,用于遮风避雨的拐角屋顶。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (478, 478, 'zh-Hans', '古代文明三角墙(反向)', '建在地基上的三角墙(反向)。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (479, 479, 'zh-Hans', '古代文明帕鲁用通道口', '建于地基上的帕鲁用通道口,可作为出入口。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (480, 480, 'zh-Hans', '古代文明三角斜屋顶', '建在对角墙上,用于遮风避雨的三角斜屋顶。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (481, 481, 'zh-Hans', '古代文明方锥屋顶', '建在墙壁上,用于遮风避雨的锥形屋顶。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (482, 482, 'zh-Hans', '古代文明栅栏', '建在地基或屋顶上,用于防止坠落的栅栏。 复现了古代文明的建筑样式。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 2}]', '建造'), (483, 483, 'zh-Hans', '优质监控台', '重新设计材料和结构,使得成品更为凝炼的监控台。 不但能照常指挥工作分配,还能减缓据点内帕鲁的SAN值下降速度。 稍微改善一点劳动环境,帕鲁们也就没那么多不满了吧。', '[{\"Name\": \"金属锭\", \"Amount\": 100}, {\"Name\": \"水泥\", \"Amount\": 30}]', '帕鲁'), (484, 484, 'zh-Hans', '古代文明监控台', '镶嵌红色帕鲁矿的古代科技监视台。 能通过全息影像界面对整个据点下达指示,同时延缓帕鲁SAN值降低的速度。 它会发出特殊的波长包裹据点,在严苛的工作环境下也能抚慰帕鲁的心。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 100}, {\"Name\": \"古代文明核心\", \"Amount\": 5}]', '帕鲁'), (485, 485, 'zh-Hans', '伐木场Ⅱ', '用于生产硬木材的设施。 砍树非常辛苦,且需要体力。 交给擅长伐木的帕鲁吧。', '[{\"Name\": \"硬木材\", \"Amount\": 100}, {\"Name\": \"石头\", \"Amount\": 50}, {\"Name\": \"帕鲁矿碎块\", \"Amount\": 20}, {\"Name\": \"古代文明部件\", \"Amount\": 5}]', '生产'), (486, 486, 'zh-Hans', '诊疗所', '基础医疗设施,用于管理在据点工作的帕鲁们的健康状态。 分派擅长制药的帕鲁,就能减缓SAN值下降,降低帕鲁生病受伤的频率。 它能维持的环境清洁度存在上限,但在初期管理据点卫生时相当重要。', '[{\"Name\": \"木板\", \"Amount\": 10}, {\"Name\": \"布\", \"Amount\": 20}, {\"Name\": \"钉子\", \"Amount\": 15}]', '基础设施'), (487, 487, 'zh-Hans', '古代文明诊疗所', '复现了古代高级医疗技术的顶级医疗设施。 保护能力远远凌驾于普通的诊所之上。 只需为其分派熟练的制药帕鲁,即便据点的工作条件非常严苛,也能将卫生等级维持在最高水准。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 50}, {\"Name\": \"电脑\", \"Amount\": 15}, {\"Name\": \"世界树圣水\", \"Amount\": 45}, {\"Name\": \"古代文明核心\", \"Amount\": 10}]', '基础设施'), (488, 488, 'zh-Hans', '古代文明温泉', '古代科技制造的温泉,能泡到溶有帕鲁矿成分的特殊热水。 在所有温泉中拥有最高等级的SAN值恢复量,还能一并恢复体力。 尺寸与旧有的温泉相近,能让受伤的帕鲁享受到极尽疗愈。', '[{\"Name\": \"帕鲁树晶锭\", \"Amount\": 100}, {\"Name\": \"世界树圣水\", \"Amount\": 10}, {\"Name\": \"超高热核心\", \"Amount\": 20}, {\"Name\": \"极低温冷却介质\", \"Amount\": 20}]', '基础设施'), (489, 489, 'zh-Hans', '古代文明空调', '', '[{\"Name\": \"帕鲁树晶锭\", \"Amount\": 30}, {\"Name\": \"AI核心\", \"Amount\": 10}, {\"Name\": \"超高热核心\", \"Amount\": 5}, {\"Name\": \"极低温冷却介质\", \"Amount\": 5}]', '基础设施'), (490, 490, 'zh-Hans', '古代文明帕鲁床', '在治愈生命的古代胶囊里铺上柔软的衬布,是最高级的帕鲁床。 在各类帕鲁床中具有最高的SAN值恢复量,能够迅速缓解疲劳。 尺寸与大型帕鲁床相同,体型较大的帕鲁也能舒适地休息。', '[{\"Name\": \"烈阳金属锭\", \"Amount\": 10}, {\"Name\": \"世界树圣水\", \"Amount\": 2}, {\"Name\": \"神秘木材\", \"Amount\": 3}]', '基础设施'), (491, 491, 'zh-Hans', '原油提炼机 高压型', '从地下深处开采抽取原油的装置。 即便在没有油田的地方也能生产原油,但仅能放置在下方没有建筑物的地表。 相比原油提炼机需要更庞大的电力供应。', '[{\"Name\": \"帕鲁金属锭\", \"Amount\": 300}, {\"Name\": \"电路板\", \"Amount\": 50}, {\"Name\": \"生化电池\", \"Amount\": 50}, {\"Name\": \"古代文明部件\", \"Amount\": 10}]', '生产'); -- -------------------------------------------------------- -- -- Table structure for table `crafting` -- CREATE TABLE `crafting` ( `ID` int NOT NULL, `SourceKey` varchar(80) NOT NULL, `Name` varchar(255) NOT NULL, `Output` int NOT NULL, `WorkAmount` int NOT NULL, `Material` json DEFAULT NULL, `CraftExpRate` float NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `crafting` -- INSERT INTO `crafting` (`ID`, `SourceKey`, `Name`, `Output`, `WorkAmount`, `Material`, `CraftExpRate`) VALUES (1, 'Money', 'Gold Coin', 20000, 2000000, '{\"Ingot\": 30}', 0), (2, 'PalSphere', 'Pal Sphere', 1, 300, '{\"Paldium Fragment\": 1}', 1), (3, 'PalSphere_Mega', 'Mega Sphere', 1, 1500, '{\"Wood\": 3, \"Ingot\": 1, \"Stone\": 3, \"Paldium Fragment\": 1}', 1.5), (4, 'PalSphere_Giga', 'Giga Sphere', 1, 2500, '{\"Wood\": 5, \"Ingot\": 2, \"Stone\": 5, \"Paldium Fragment\": 2}', 1.79171), (5, 'PalSphere_Tera', 'Hyper Sphere', 1, 6000, '{\"Wood\": 8, \"Ingot\": 3, \"Stone\": 8, \"Paldium Fragment\": 3}', 3.06209), (6, 'PalSphere_Master', 'Ultra Sphere', 1, 20000, '{\"Wood\": 10, \"Stone\": 10, \"Refined Ingot\": 3, \"Paldium Fragment\": 5}', 8.37238), (7, 'PalSphere_Legend', 'Legendary Sphere', 1, 50000, '{\"Stone\": 20, \"Hardwood\": 3, \"Pal Metal Ingot\": 3, \"Paldium Fragment\": 5}', 16.3992), (8, 'PalSphere_Ultimate', 'Ultimate Sphere', 1, 150000, '{\"Hardwood\": 10, \"Plasteel\": 1, \"Pal Metal Ingot\": 5, \"Paldium Fragment\": 10}', 21.0081), (9, 'PalSphere_Exotic', 'Exotic Sphere', 1, 300000, '{\"Hardwood\": 10, \"Hexolite\": 1, \"Plasteel\": 1, \"Paldium Fragment\": 15}', 35.6273), (10, 'PalSphere_Ancient_1', 'Sol Sphere', 1, 600000, '{\"Hardwood\": 10, \"Soralite Ingot\": 2, \"Paldium Fragment\": 30}', 46.9246), (11, 'PalSphere_Ancient_2', 'Ancient Sphere', 1, 1000000, '{\"Mythical Wood\": 3, \"Paloxite Ingot\": 6, \"Paldium Fragment\": 30}', 48.7983), (12, 'Arrow', 'Arrow', 10, 1000, '{\"Wood\": 2, \"Stone\": 2}', 1), (13, 'Arrow_Poison', 'Poison Arrow', 10, 4000, '{\"Wood\": 2, \"Stone\": 2, \"Venom Gland\": 1}', 2.08938), (14, 'Arrow_Fire', 'Fire Arrow', 10, 4000, '{\"Wood\": 2, \"Stone\": 2, \"Flame Organ\": 1}', 2.08938), (15, 'ReinforcedArrow', 'Reinforced Arrow', 10, 5000, '{\"Carbon Fiber\": 2, \"Refined Ingot\": 2}', 2.54388), (16, 'SFArrow', 'Advanced Arrow', 10, 40000, '{\"Plasteel\": 2, \"Carbon Fiber\": 5}', 14.878), (17, 'RoughBullet', 'Coarse Ammo', 20, 40000, '{\"Ingot\": 1, \"Gunpowder\": 1}', 14.878), (18, 'HandgunBullet', 'Handgun Ammo', 20, 40000, '{\"Ingot\": 1, \"Gunpowder\": 1}', 14.878), (19, 'RifleBullet', 'Rifle Ammo', 10, 40000, '{\"Gunpowder\": 2, \"Refined Ingot\": 2}', 14.878), (20, 'ShotgunBullet', 'Shotgun Shell', 10, 50000, '{\"Gunpowder\": 3, \"Refined Ingot\": 2}', 16.3992), (21, 'AssaultRifleBullet', 'Assault Rifle Ammo', 20, 40000, '{\"Gunpowder\": 2, \"Refined Ingot\": 1}', 14.878), (22, 'ExplosiveBullet', 'Rocket Ammo', 10, 50000, '{\"Hexolite\": 3, \"Thermal Core\": 1}', 16.3992), (23, 'InkBullet', 'Decal Ink', 10, 500, '{\"Aquatic Pal Fluids\": 1, \"High Quality Pal Oil\": 1}', 1), (24, 'FlamethrowerBullet', 'Flamethrower Fuel', 10, 100000, '{\"Crude Oil\": 2, \"Refined Ingot\": 1}', 18.3968), (25, 'MissileBullet', 'Missile Ammo', 10, 200000, '{\"Computer\": 1, \"Crude Oil\": 1, \"Pal Metal Ingot\": 3}', 26.5027), (26, 'GrenadeBullet', 'Grenade Ammo', 10, 100000, '{\"Fiber\": 20, \"Gunpowder\": 3, \"Pal Metal Ingot\": 2}', 18.3968), (27, 'GatlingBullet', 'Gatling Gun Ammo', 50, 100000, '{\"Gunpowder\": 3, \"Pal Metal Ingot\": 1}', 18.3968), (28, 'MeteorBullet', 'Meteorite Ammo', 10, 30000, '{\"Meteorite Fragment\": 3}', 11.905), (29, 'LaserBullet', 'Energy Cartridge', 20, 200000, '{\"Bio Battery\": 1, \"Pal Metal Ingot\": 2}', 26.5027), (30, 'EnergyLauncherBullet', 'Plasma Cartridge', 10, 200000, '{\"Hexolite\": 2, \"Thermal Core\": 1}', 26.5027), (31, 'LaserGatlingBullet', 'Laser Gatling Cartridge', 50, 200000, '{\"Plasteel\": 1, \"Bio Battery\": 1}', 26.5027), (32, 'ChargeLaserRifleBullet', 'Charge Rifle Ammo', 10, 200000, '{\"Bio Battery\": 1, \"Thermal Core\": 1}', 26.5027), (33, 'OverheatRifleBullet', 'Overheat Rifle Ammo', 20, 200000, '{\"Hexolite\": 1, \"Thermal Core\": 1}', 26.5027), (34, 'EnergyShotgunBullet', 'Energy Shotgun Ammo', 10, 200000, '{\"Hexolite\": 2, \"Bio Battery\": 1}', 26.5027), (35, 'PalDopingShotBullet', 'Boost Gun Ammo', 10, 40000, '{\"Ingot\": 2, \"Electric Organ\": 1}', 14.878), (36, 'WidePenetrateShotgunBullet', 'Beam Scatter Ammo', 10, 300000, '{\"Bio Battery\": 1, \"Paloxite Ingot\": 3, \"Soralite Ingot\": 2}', 35.6273), (37, 'ElectricArcAssaultRifleBullet', 'Plasma Rifle Ammo', 20, 300000, '{\"Bio Battery\": 1, \"Paloxite Ingot\": 3, \"Soralite Ingot\": 2}', 35.6273), (38, 'BeamLauncherBullet', 'Beam Launcher Ammo', 10, 300000, '{\"Bio Battery\": 1, \"Paloxite Ingot\": 6, \"Soralite Ingot\": 2}', 35.6273), (39, 'SkyBowArrow', 'Mechanical Bow Ammo', 10, 250000, '{\"Soralite Ingot\": 2}', 31.5889), (40, 'SkySubmachineGunBullet', 'Combat SMG Ammo', 20, 250000, '{\"Gunpowder\": 6, \"Soralite Ingot\": 2}', 31.5889), (41, 'SkyShotgunBullet', 'Prototype Shotgun Ammo', 10, 250000, '{\"Gunpowder\": 8, \"Soralite Ingot\": 4}', 31.5889), (42, 'SkyAssaultRifleBullet', 'Heavy Assault Rifle Ammo', 20, 250000, '{\"Gunpowder\": 10, \"Soralite Ingot\": 2}', 31.5889), (43, 'SkyGrenadeLauncherBullet', 'Tactical Grenade Launcher Ammo', 10, 250000, '{\"Gunpowder\": 10, \"Soralite Ingot\": 4}', 31.5889), (44, 'WingGlider_Fuel', 'Wing Cell', 1, 1000000, '{\"Crude Oil\": 20, \"Mythical Wood\": 10}', 48.7983), (45, 'FishingBait_1', 'Simple Bait', 10, 1200, '{\"Flour\": 2, \"Red Berries\": 4, \"Aquatic Pal Fluids\": 2}', 1.5), (46, 'FishingBait_2', 'High Quality Bait', 10, 4000, '{\"Flour\": 3, \"Tomato\": 4, \"Aquatic Pal Fluids\": 3}', 2.08938), (47, 'FishingBait_3', 'Deluxe Bait', 10, 35000, '{\"Flour\": 4, \"Onion\": 4, \"Carrot\": 3, \"High Quality Pal Oil\": 4}', 13.5307), (48, 'FishingBait_1_A', 'Beginner Bait', 1, 300, '{\"Flour\": 1, \"Red Berries\": 2, \"Aquatic Pal Fluids\": 4}', 1), (49, 'FishingBait_1_B', 'Sweet Bait', 1, 300, '{\"Flour\": 1, \"Red Berries\": 2, \"Aquatic Pal Fluids\": 4}', 1), (50, 'FishingBait_2_A', 'Lucky Bait', 1, 300, '{\"Flour\": 3, \"Tomato\": 5, \"Aquatic Pal Fluids\": 6}', 1), (51, 'FishingBait_2_B', 'Quick Bait', 1, 300, '{\"Flour\": 3, \"Tomato\": 5, \"Aquatic Pal Fluids\": 6}', 1), (52, 'FishingBait_3_A', 'Alluring Bait', 3, 250000, '{\"Flour\": 5, \"Carrot\": 3, \"Cavern Mushroom\": 1, \"High Quality Pal Oil\": 10}', 31.5889), (53, 'FishingBait_3_B', 'Risky Bait', 1, 300, '{\"Flour\": 5, \"Carrot\": 3, \"Cavern Mushroom\": 3, \"High Quality Pal Oil\": 8}', 1), (54, 'Bat', 'Wooden Club', 1, 750, '{\"Wood\": 5}', 1), (55, 'Torch', 'Hand-Held Torch', 1, 1000, '{\"Wood\": 2, \"Stone\": 2}', 1), (56, 'Bat2', 'Bat', 1, 2000, '{\"Wood\": 30, \"Stone\": 10}', 1.5), (57, 'Bat3', 'Metal Bat', 1, 60000, '{\"Hardwood\": 30, \"Refined Ingot\": 20}', 17.436), (58, 'Axe_Tier_00', 'Stone Axe', 1, 500, '{\"Wood\": 5, \"Stone\": 5}', 1), (59, 'Axe_Tier_01', 'Metal Axe', 1, 5000, '{\"Wood\": 20, \"Ingot\": 15, \"Stone\": 15}', 2.54388), (60, 'Axe_Tier_02', 'Refined Metal Axe', 1, 50000, '{\"Stone\": 30, \"Wooden Board\": 4, \"Refined Ingot\": 10}', 16.3992), (61, 'Axe_Steal', 'Pal Metal Axe', 1, 200000, '{\"Stone\": 100, \"Pal Metal Ingot\": 10, \"Corrosive Solvent\": 5, \"High Quality Wooden Board\": 10}', 26.5027), (62, 'Pickaxe_Tier_00', 'Stone Pickaxe', 1, 500, '{\"Wood\": 5, \"Stone\": 5}', 1), (63, 'Pickaxe_Tier_01', 'Metal Pickaxe', 1, 5000, '{\"Wood\": 20, \"Ingot\": 15, \"Stone\": 15}', 2.54388), (64, 'Pickaxe_Tier_02', 'Refined Metal Pickaxe', 1, 50000, '{\"Stone\": 30, \"Wooden Board\": 4, \"Refined Ingot\": 10}', 16.3992), (65, 'Pickaxe_Steal', 'Pal Metal Pickaxe', 1, 200000, '{\"Stone\": 100, \"Pal Metal Ingot\": 10, \"Corrosive Solvent\": 5, \"High Quality Wooden Board\": 10}', 26.5027), (66, 'LaserMiningTool', 'Plasma Multicutter', 1, 600000, '{\"Computer\": 10, \"Plasteel\": 50, \"Bio Battery\": 30, \"Pal Metal Ingot\": 50, \"Cryogenic Coolant\": 10}', 46.9246), (67, 'Spear', 'Stone Spear', 1, 1000, '{\"Wood\": 18, \"Stone\": 6}', 1), (68, 'Spear_2', 'Metal Spear', 1, 10000, '{\"Wood\": 27, \"Ingot\": 10, \"Stone\": 12}', 4.11871), (69, 'Spear_3', 'Refined Metal Spear', 1, 100000, '{\"Wood\": 36, \"Stone\": 18, \"Refined Ingot\": 10}', 18.3968), (70, 'Spear_QueenBee', 'Elizabee\'s Staff', 1, 15000, '{\"Wood\": 1, \"Honey\": 1}', 0), (71, 'Spear_SoldierBee', 'Beegarde\'s Spear', 1, 15000, '{\"Wood\": 1, \"Honey\": 1}', 0), (72, 'Spear_ForestBoss', 'Lily\'s Spear', 1, 300000, '{\"Refined Ingot\": 30, \"Paldium Fragment\": 20, \"High Quality Cloth\": 20, \"High Quality Wooden Board\": 3}', 35.6273), (73, 'Spear_ForestBoss2', 'Enhanced Lily\'s Spear', 1, 300000, '{\"Soralite Ingot\": 30, \"Paldium Fragment\": 20, \"High Quality Cloth\": 20, \"High Quality Wooden Board\": 20}', 35.6273), (74, 'BronzeSword', 'Primitive Sword', 1, 15000, '{\"Ingot\": 15, \"Stone\": 15, \"Wooden Board\": 2}', 5.43591), (75, 'Sword', 'Sword', 1, 50000, '{\"Ingot\": 30, \"Stone\": 20, \"Wooden Board\": 2}', 16.3992), (76, 'Katana', 'Katana', 1, 100000, '{\"Pal Metal Ingot\": 20, \"Corrosive Solvent\": 3, \"High Quality Wooden Board\": 2}', 14.2308), (77, 'BeamSword', 'Beam Sword', 1, 500000, '{\"Computer\": 1, \"Plasteel\": 30, \"Nightstar Sand\": 20, \"Paldium Fragment\": 100}', 43.3238), (78, 'SkyBeamSword', 'Laser Sword', 1, 3500000, '{\"AI Core\": 3, \"Bio Battery\": 30, \"Soralite Ingot\": 50, \"Paldium Fragment\": 250}', 89.4036), (79, 'MeatCutterKnife', 'Meat Cleaver', 1, 5000, '{\"Wood\": 20, \"Ingot\": 5, \"Stone\": 5}', 2.54388), (80, 'ElecBaton', 'Stun Baton', 1, 30000, '{\"Ingot\": 20, \"Electric Organ\": 20}', 11.905), (81, 'MetalDetector', 'Metal Detector', 1, 500000, '{\"Computer\": 15, \"Plasteel\": 30, \"Nightstar Sand\": 20, \"Paldium Fragment\": 100}', 43.3238), (82, 'WeakerBow', 'Old Bow', 1, 2000, '{\"Wood\": 30, \"Fiber\": 15, \"Stone\": 5}', 1.5), (83, 'Bow_Poison', 'Poison Bow', 1, 5000, '{\"Wood\": 40, \"Fiber\": 20, \"Stone\": 8, \"Venom Gland\": 2}', 2.54388), (84, 'Bow_Fire', 'Fire Bow', 1, 5000, '{\"Wood\": 40, \"Fiber\": 20, \"Stone\": 8, \"Flame Organ\": 2}', 2.54388), (85, 'Bow_Triple', 'Three Shot Bow', 1, 8000, '{\"Wood\": 50, \"Fiber\": 30, \"Stone\": 12}', 3.90306), (86, 'BowGun', 'Crossbow', 1, 15000, '{\"Nail\": 2, \"Wood\": 50, \"Ingot\": 10, \"Stone\": 40}', 5.43591), (87, 'BowGun_Poison', 'Poison Arrow Crossbow', 1, 25000, '{\"Nail\": 3, \"Wood\": 50, \"Ingot\": 15, \"Stone\": 50, \"Venom Gland\": 5}', 10.1578), (88, 'BowGun_Fire', 'Fire Arrow Crossbow', 1, 25000, '{\"Nail\": 3, \"Wood\": 50, \"Ingot\": 15, \"Stone\": 50, \"Flame Organ\": 5}', 10.1578), (89, 'CompoundBow', 'Compound Bow', 1, 60000, '{\"Nail\": 10, \"Fiber\": 40, \"Refined Ingot\": 50}', 17.436), (90, 'SFBow', 'Advanced Bow', 1, 1000000, '{\"Plasteel\": 40, \"Carbon Fiber\": 25, \"Nightstar Sand\": 20}', 48.7983), (91, 'SkyBow', 'Mechanical Bow', 1, 3500000, '{\"AI Core\": 3, \"Carbon Fiber\": 20, \"Soralite Ingot\": 40, \"Paldium Fragment\": 200}', 89.4036), (92, 'MakeshiftHandgun', 'Makeshift Handgun', 1, 40000, '{\"Fiber\": 30, \"Ingot\": 35, \"High Quality Pal Oil\": 10}', 14.878), (93, 'HandGun_Default', 'Handgun', 1, 50000, '{\"Ingot\": 50, \"High Quality Pal Oil\": 15}', 16.3992), (94, 'DecalGun_1', 'Decal Gun 1', 1, 40000, '{\"Ingot\": 30, \"Polymer\": 10, \"Paldium Fragment\": 15, \"Ancient Civilization Parts\": 3}', 14.878), (95, 'DecalGun_2', 'Decal Gun 2', 1, 40000, '{\"Ingot\": 30, \"Polymer\": 10, \"Paldium Fragment\": 15, \"Ancient Civilization Parts\": 3}', 14.878), (96, 'DecalGun_3', 'Decal Gun 3', 1, 40000, '{\"Ingot\": 30, \"Polymer\": 10, \"Paldium Fragment\": 15, \"Ancient Civilization Parts\": 3}', 14.878), (97, 'DecalGun_4', 'Decal Gun 4', 1, 40000, '{\"Ingot\": 30, \"Polymer\": 10, \"Paldium Fragment\": 15, \"Ancient Civilization Parts\": 3}', 14.878), (98, 'DecalGun_5', 'Decal Gun 5', 1, 40000, '{\"Ingot\": 30, \"Polymer\": 10, \"Paldium Fragment\": 15, \"Ancient Civilization Parts\": 3}', 14.878), (99, 'OldRevolver', 'Old Revolver', 1, 60000, '{\"Ingot\": 60, \"High Quality Pal Oil\": 20}', 17.436), (100, 'PalDopingShot', 'Boost Gun', 1, 40000, '{\"Fiber\": 30, \"Ingot\": 45, \"High Quality Pal Oil\": 10}', 14.878), (101, 'PalDopingShot_2', 'Megaboost Gun', 1, 3000000, '{\"Hexolite\": 120, \"Carbon Fiber\": 200, \"Circuit Board\": 100, \"Coralum Ingot\": 150}', 76.6317), (102, 'GrapplingGun', 'Grappling Gun', 1, 20000, '{\"Fiber\": 30, \"Ingot\": 10, \"Paldium Fragment\": 10, \"Ancient Civilization Parts\": 1}', 8.37238), (103, 'GrapplingGun2', 'Mega Grappling Gun', 1, 40000, '{\"Fiber\": 50, \"Ingot\": 20, \"Paldium Fragment\": 20, \"Ancient Civilization Parts\": 3}', 14.878), (104, 'GrapplingGun3', 'Giga Grappling Gun', 1, 100000, '{\"Fiber\": 80, \"Ingot\": 30, \"Paldium Fragment\": 30, \"Ancient Civilization Parts\": 5}', 18.3968), (105, 'GrapplingGun4', 'Hyper Grappling Gun', 1, 500000, '{\"Polymer\": 20, \"Carbon Fiber\": 20, \"Refined Ingot\": 30, \"Paldium Fragment\": 40, \"Ancient Civilization Parts\": 7}', 43.3238), (106, 'GrapplingGun5', 'Ultra Grappling Gun', 1, 2000000, '{\"Polymer\": 50, \"Carbon Fiber\": 50, \"Coralum Ingot\": 30, \"Paldium Fragment\": 100, \"Ancient Civilization Parts\": 10}', 51.0565), (107, 'MakeshiftShotgun', 'Makeshift Shotgun', 1, 60000, '{\"Fiber\": 50, \"Ingot\": 60, \"High Quality Pal Oil\": 15}', 17.436), (108, 'DoubleBarrelShotgun', 'Double-Barreled Shotgun', 1, 80000, '{\"Polymer\": 7, \"Hardwood\": 25, \"Refined Ingot\": 30}', 18.3997), (109, 'PumpActionShotgun', 'Pump-Action Shotgun', 1, 120000, '{\"Polymer\": 20, \"Carbon Fiber\": 10, \"Refined Ingot\": 30}', 18.9262), (110, 'SemiAutoShotgun', 'Semi-Auto Shotgun', 1, 150000, '{\"Polymer\": 20, \"Carbon Fiber\": 10, \"Refined Ingot\": 50}', 21.0081), (111, 'EnergyShotgun', 'Energy Shotgun', 1, 3000000, '{\"Computer\": 15, \"Hexolite\": 130, \"Thermal Core\": 5, \"Coralum Ingot\": 155}', 76.6317), (112, 'SkyShotgun', 'Prototype Shotgun', 1, 3500000, '{\"AI Core\": 5, \"Carbon Fiber\": 40, \"Thermal Core\": 5, \"Soralite Ingot\": 60}', 89.4036), (113, 'WidePenetrateShotgun', 'Beam Scatter', 1, 3500000, '{\"AI Core\": 5, \"Paloxite Ingot\": 50, \"Soralite Ingot\": 50, \"Ancient Civilization Core\": 5}', 89.4036), (114, 'Musket', 'Musket', 1, 35000, '{\"Ingot\": 25, \"Wooden Board\": 3, \"High Quality Pal Oil\": 5}', 13.5307), (115, 'SingleShotRifle', 'Single-Shot Rifle', 1, 70000, '{\"Polymer\": 5, \"Hardwood\": 20, \"Refined Ingot\": 20}', 18.0788), (116, 'SemiAutoRifle', 'Semi-Auto Rifle', 1, 90000, '{\"Polymer\": 10, \"Refined Ingot\": 35}', 18.4837), (117, 'MakeshiftAssaultRifle', 'Makeshift Assault Rifle', 1, 70000, '{\"Fiber\": 60, \"Ingot\": 70, \"High Quality Pal Oil\": 20}', 18.0788), (118, 'AssaultRifle_Default1', 'Assault Rifle', 1, 100000, '{\"Polymer\": 10, \"Carbon Fiber\": 10, \"Refined Ingot\": 40}', 18.3968), (119, 'SkyAssaultRifle', 'Heavy Assault Rifle', 1, 3500000, '{\"AI Core\": 5, \"Bio Battery\": 30, \"Carbon Fiber\": 50, \"Soralite Ingot\": 100}', 89.4036), (120, 'ElectricArcAssaultRifle', 'Plasma Rifle', 1, 3500000, '{\"AI Core\": 8, \"Bio Battery\": 50, \"Paloxite Ingot\": 80, \"Ancient Civilization Core\": 7}', 89.4036), (121, 'MakeshiftSubmachineGun', 'Makeshift SMG', 1, 45000, '{\"Fiber\": 30, \"Ingot\": 40, \"High Quality Pal Oil\": 10}', 15.718), (122, 'SubmachineGun', 'SMG', 1, 75000, '{\"Polymer\": 6, \"Refined Ingot\": 25}', 18.2734), (123, 'SkySubmachineGun', 'Combat SMG', 1, 3500000, '{\"AI Core\": 4, \"Carbon Fiber\": 30, \"Soralite Ingot\": 50, \"Cryogenic Coolant\": 20}', 89.4036), (124, 'Launcher_Default', 'Rocket Launcher', 1, 300000, '{\"Polymer\": 30, \"Computer\": 10, \"Carbon Fiber\": 25, \"Coralum Ingot\": 75}', 35.6273), (125, 'Launcher_Meteor', 'Meteor Launcher', 1, 200000, '{\"Refined Ingot\": 30, \"Paldium Fragment\": 20, \"Corrosive Solvent\": 5, \"Meteorite Fragment\": 100}', 26.5027), (126, 'SphereLauncher_Once', 'Single-Shot Sphere Launcher', 1, 100000, '{\"Ingot\": 50, \"Stone\": 100, \"Paldium Fragment\": 50, \"Ancient Civilization Parts\": 3}', 18.3968), (127, 'SphereLauncher', 'Scatter Sphere Launcher', 1, 300000, '{\"Polymer\": 15, \"Carbon Fiber\": 30, \"Refined Ingot\": 50, \"Paldium Fragment\": 50, \"Ancient Civilization Parts\": 5}', 35.6273), (128, 'HomingSphereLauncher', 'Homing Sphere Launcher', 1, 240000, '{\"Polymer\": 50, \"Carbon Fiber\": 50, \"Pal Metal Ingot\": 100, \"Paldium Fragment\": 200, \"Ancient Civilization Parts\": 10}', 30.7376), (129, 'LaserRifle', 'Laser Rifle', 1, 300000, '{\"Computer\": 3, \"Plasteel\": 40, \"Bio Battery\": 5, \"Pal Metal Ingot\": 50}', 35.6273), (130, 'ChargeLaserRifle', 'Charge Rifle', 1, 3000000, '{\"Computer\": 15, \"Bio Battery\": 25, \"Thermal Core\": 5, \"Coralum Ingot\": 200}', 76.6317), (131, 'OverheatRifle', 'Overheat Rifle', 1, 3000000, '{\"Hexolite\": 135, \"Thermal Core\": 5, \"Coralum Ingot\": 160, \"Cryogenic Coolant\": 50}', 76.6317), (132, 'GatlingGun', 'Gatling Gun', 1, 800000, '{\"Plasteel\": 70, \"Carbon Fiber\": 70, \"Pal Metal Ingot\": 150}', 48.3353), (133, 'LaserGatlingGun', 'Laser Gatling Gun', 1, 1500000, '{\"Computer\": 10, \"Hexolite\": 100, \"Plasteel\": 110, \"Thermal Core\": 3}', 49.9558), (134, 'GrenadeLauncher', 'Grenade Launcher', 1, 400000, '{\"Plasteel\": 60, \"Carbon Fiber\": 15, \"Pal Metal Ingot\": 75}', 40.2271), (135, 'SkyGrenadeLauncher', 'Tactical Grenade Launcher', 1, 3500000, '{\"AI Core\": 5, \"Thermal Core\": 5, \"Soralite Ingot\": 80, \"Corrosive Solvent\": 15}', 89.4036), (136, 'GuidedMissileLauncher', 'Guided Missile Launcher', 1, 600000, '{\"Computer\": 5, \"Plasteel\": 50, \"Carbon Fiber\": 25, \"Pal Metal Ingot\": 100}', 46.9246), (137, 'MultiGuidedMissileLauncher', 'Multi Guided Missile Launcher', 1, 1000000, '{\"Computer\": 8, \"Plasteel\": 80, \"Carbon Fiber\": 30, \"Pal Metal Ingot\": 150}', 48.7983), (138, 'EnergyRocketLauncher', 'Plasma Cannon', 1, 3000000, '{\"Computer\": 8, \"Hexolite\": 130, \"Plasteel\": 150, \"Thermal Core\": 4}', 76.6317), (139, 'BeamLauncher', 'Beam Launcher', 1, 3500000, '{\"AI Core\": 10, \"Bio Battery\": 50, \"Paloxite Ingot\": 100, \"Ancient Civilization Core\": 10}', 89.4036), (140, 'DroneLauncher', 'Drone Launcher', 1, 3500000, '{\"AI Core\": 8, \"Paloxite Ingot\": 70, \"World Tree Holy Water\": 40, \"Ancient Civilization Core\": 5}', 89.4036), (141, 'YakushimaBlade004', 'Excalibur', 1, 40000, '{\"Hallowed Bar\": 30}', 14.878), (142, 'YakushimaBlade002', 'Terra Blade', 1, 40000, '{\"Hallowed Bar\": 40, \"Pal Metal Ingot\": 20}', 14.878), (143, 'YakushimaGun001', 'Vortex Beater', 1, 40000, '{\"Hallowed Bar\": 40, \"Electric Organ\": 5, \"Pal Metal Ingot\": 20}', 14.878), (144, 'YakushimaLantern001', 'Nightglow', 1, 40000, '{\"Hallowed Bar\": 40, \"Pal Metal Ingot\": 20, \"Ancient Civilization Parts\": 3}', 14.878), (145, 'YakushimaBlade003', 'Terraprisma', 1, 40000, '{\"Hallowed Bar\": 40, \"Pal Metal Ingot\": 20, \"Ancient Civilization Parts\": 3}', 14.878), (146, 'YakushimaBlade', 'Meowmere', 1, 40000, '{\"Coal\": 22, \"Ingot\": 22, \"Paldium Fragment\": 22}', 14.878), (147, 'YakushimaBlade005', 'Legendary Meowmere', 1, 40000, '{\"Coal\": 22, \"Hallowed Bar\": 22, \"Paldium Fragment\": 22}', 14.878), (148, 'OctaviaRevolver', 'Marksman Revolver', 1, 80000, '{\"Ingot\": 60, \"Gold Coin\": 1, \"Electric Organ\": 30, \"High Quality Pal Oil\": 15}', 18.3997), (149, 'OctaviaShotgun', 'Core Eject Shotgun', 1, 400000, '{\"Plasteel\": 65, \"Flame Organ\": 40, \"Carbon Fiber\": 32, \"Pal Metal Ingot\": 80}', 40.2271), (150, 'FishingRod_01_1', 'Beginner Fishing Rod (Chillet)', 1, 10000, '{\"Fiber\": 8, \"Ingot\": 8, \"Paldium Fragment\": 10, \"Aquatic Pal Fluids\": 3}', 4.11871), (151, 'FishingRod_01_2', 'Beginner Fishing Rod (Gumoss)', 1, 20000, '{\"Fiber\": 16, \"Ingot\": 16, \"Coralum Ore\": 3, \"Paldium Fragment\": 20, \"Aquatic Pal Fluids\": 6}', 8.37238), (152, 'FishingRod_02_1', 'Intermediate Fishing Rod (Cattiva)', 1, 60000, '{\"Fiber\": 30, \"Cement\": 10, \"Paldium Fragment\": 30, \"High Quality Pal Oil\": 5}', 17.436), (153, 'FishingRod_02_2', 'Intermediate Fishing Rod (Croajiro)', 1, 120000, '{\"Fiber\": 60, \"Cement\": 20, \"Coralum Ore\": 10, \"Paldium Fragment\": 60, \"High Quality Pal Oil\": 10}', 18.9262), (154, 'FishingRod_03_1', 'Advanced Fishing Rod (Pengullet)', 1, 150000, '{\"Carbon Fiber\": 10, \"Pal Metal Ingot\": 15, \"Paldium Fragment\": 70, \"High Quality Pal Oil\": 15}', 21.0081), (155, 'FishingRod_03_2', 'Advanced Fishing Rod (Depresso)', 1, 300000, '{\"Carbon Fiber\": 20, \"Coralum Ingot\": 5, \"Pal Metal Ingot\": 30, \"Paldium Fragment\": 140, \"High Quality Pal Oil\": 20}', 35.6273), (156, 'FragGrenade', 'Frag Grenade', 1, 10000, '{\"Stone\": 10, \"Gunpowder\": 1}', 4.11871), (157, 'FragGrenade_Elec', 'Shock Grenade', 1, 13000, '{\"Stone\": 10, \"Gunpowder\": 1, \"Electric Organ\": 1}', 4.94133), (158, 'FragGrenade_Ice', 'Ice Grenade', 1, 13000, '{\"Stone\": 10, \"Gunpowder\": 1, \"Ice Organ\": 1}', 4.94133), (159, 'FragGrenade_Fire', 'Incendiary Grenade', 1, 13000, '{\"Stone\": 10, \"Gunpowder\": 1, \"Flame Organ\": 1}', 4.94133), (160, 'FragGrenade_Water', 'Water Grenade', 1, 13000, '{\"Gunpowder\": 1, \"Cryogenic Coolant\": 1}', 4.94133), (161, 'FragGrenade_Leaf', 'Grass Grenade', 1, 13000, '{\"Hardwood\": 1, \"Gunpowder\": 1}', 4.94133), (162, 'FragGrenade_Ground', 'Ground Grenade', 1, 13000, '{\"Ore\": 1, \"Stone\": 10, \"Gunpowder\": 1}', 4.94133), (163, 'FragGrenade_Dark', 'Dark Grenade', 1, 13000, '{\"Gunpowder\": 1, \"Corrosive Solvent\": 1}', 4.94133), (164, 'FragGrenade_Dragon', 'Dragon Grenade', 1, 13000, '{\"Horn\": 1, \"Stone\": 10, \"Gunpowder\": 1}', 4.94133), (165, 'FragGrenade_Super', 'Frag Grenade Mk2', 1, 30000, '{\"Crude Oil\": 3, \"Gunpowder\": 1, \"Pal Metal Ingot\": 3}', 11.905), (166, 'PalHealingGrenade', 'Pal Recovery Grenade', 1, 13000, '{\"Stone\": 10, \"Gunpowder\": 1, \"Cavern Mushroom\": 5}', 4.94133), (167, 'Shield_01', 'Common Shield', 1, 3000, '{\"Wood\": 20, \"Fiber\": 10, \"Paldium Fragment\": 10}', 1.79171), (168, 'Shield_02', 'Mega Shield', 1, 10000, '{\"Ingot\": 10, \"Paldium Fragment\": 30, \"Ancient Civilization Parts\": 5}', 4.11871), (169, 'Shield_03', 'Giga Shield', 1, 40000, '{\"Ingot\": 20, \"Paldium Fragment\": 50, \"Ancient Civilization Parts\": 10}', 14.878), (170, 'Shield_04', 'Hyper Shield', 1, 150000, '{\"Ingot\": 30, \"Paldium Fragment\": 100, \"Ancient Civilization Parts\": 20}', 21.0081), (171, 'Shield_SF', 'Advanced Shield', 1, 2000000, '{\"Hexolite\": 50, \"Thermal Core\": 5, \"Paldium Fragment\": 200, \"Ancient Civilization Core\": 30, \"Ancient Civilization Parts\": 50}', 51.0565), (172, 'Shield_07', 'Ancient Shield', 1, 10000000, '{\"AI Core\": 5, \"Soralite Ingot\": 30, \"Paldium Fragment\": 250, \"Ancient Civilization Core\": 30, \"Ancient Civilization Parts\": 50}', 255.439), (173, 'ClothArmor', 'Cloth Outfit', 1, 2000, '{\"Cloth\": 2, \"Fiber\": 7}', 1.5), (174, 'ClothArmorHeat', 'Tropical Outfit', 1, 4000, '{\"Cloth\": 3, \"Flame Organ\": 2}', 2.08938), (175, 'ClothArmorCold', 'Tundra Outfit', 1, 4000, '{\"Cloth\": 3, \"Ice Organ\": 2}', 2.08938), (176, 'FurArmor', 'Pelt Armor', 1, 5000, '{\"Fiber\": 20, \"Ingot\": 10, \"Leather\": 10}', 2.54388), (177, 'FurArmorHeat', 'Heat Resistant Pelt Armor', 1, 10000, '{\"Ingot\": 10, \"Leather\": 15, \"Flame Organ\": 4}', 4.11871), (178, 'FurArmorCold', 'Cold Resistant Pelt Armor', 1, 10000, '{\"Ingot\": 10, \"Leather\": 15, \"Ice Organ\": 4}', 4.11871), (179, 'CopperArmor', 'Metal Armor', 1, 20000, '{\"Cloth\": 5, \"Ingot\": 30, \"Leather\": 10}', 8.37238), (180, 'CopperArmorHeat', 'Heat Resistant Metal Armor', 1, 40000, '{\"Cloth\": 8, \"Ingot\": 40, \"Leather\": 13, \"Flame Organ\": 8}', 14.878), (181, 'CopperArmorCold', 'Cold Resistant Metal Armor', 1, 40000, '{\"Cloth\": 8, \"Ingot\": 40, \"Leather\": 13, \"Ice Organ\": 8}', 14.878), (182, 'IronArmor', 'Refined Metal Armor', 1, 50000, '{\"Leather\": 15, \"Refined Ingot\": 30, \"High Quality Cloth\": 1}', 16.3992), (183, 'IronArmorHeat', 'Heat Resistant Refined Metal Armor', 1, 70000, '{\"Leather\": 20, \"Flame Organ\": 12, \"Refined Ingot\": 40, \"High Quality Cloth\": 2}', 18.0788), (184, 'IronArmorCold', 'Cold Resistant Refined Metal Armor', 1, 70000, '{\"Leather\": 20, \"Refined Ingot\": 40, \"Cryogenic Coolant\": 4, \"High Quality Cloth\": 2}', 18.0788), (185, 'StealArmor', 'Pal Metal Armor', 1, 150000, '{\"Leather\": 20, \"Pal Metal Ingot\": 20, \"High Quality Cloth\": 2}', 21.0081), (186, 'StealArmorHeat', 'Heat Resistant Pal Metal Armor', 1, 200000, '{\"Leather\": 30, \"Flame Organ\": 16, \"Pal Metal Ingot\": 30, \"High Quality Cloth\": 3}', 26.5027), (187, 'StealArmorCold', 'Cold Resistant Pal Metal Armor', 1, 200000, '{\"Leather\": 30, \"Pal Metal Ingot\": 30, \"Cryogenic Coolant\": 5, \"High Quality Cloth\": 3}', 26.5027), (188, 'PlasticArmor', 'Plasteel Armor', 1, 300000, '{\"Plasteel\": 30, \"Pal Metal Ingot\": 30, \"High Quality Cloth\": 5}', 35.6273), (189, 'PlasticArmorHeat', 'Heat Resistant Plasteel Armor', 1, 400000, '{\"Plasteel\": 30, \"Flame Organ\": 20, \"Pal Metal Ingot\": 30, \"High Quality Cloth\": 5}', 40.2271), (190, 'PlasticArmorCold', 'Cold Resistant Plasteel Armor', 1, 400000, '{\"Plasteel\": 30, \"Pal Metal Ingot\": 30, \"Cryogenic Coolant\": 10, \"High Quality Cloth\": 5}', 40.2271), (191, 'PlasticArmorWeight', 'Lightweight Plasteel Armor', 1, 400000, '{\"Plasteel\": 30, \"Pal Metal Ingot\": 30, \"Corrosive Solvent\": 8, \"High Quality Cloth\": 5}', 40.2271), (192, 'SFArmor', 'Hexolite Armor', 1, 1000000, '{\"Hexolite\": 50, \"Plasteel\": 20, \"High Quality Cloth\": 10}', 48.7983), (193, 'SFArmorHeat', 'Heat Resistant Hexolite Armor', 1, 1100000, '{\"Hexolite\": 50, \"Plasteel\": 20, \"Thermal Core\": 2, \"High Quality Cloth\": 10}', 49.0298), (194, 'SFArmorCold', 'Cold Resistant Hexolite Armor', 1, 1100000, '{\"Hexolite\": 50, \"Plasteel\": 20, \"Cryogenic Coolant\": 10, \"High Quality Cloth\": 10}', 49.0298), (195, 'SFArmorWeight', 'Lightweight Hexolite Armor', 1, 1200000, '{\"Hexolite\": 100, \"Plasteel\": 20, \"Corrosive Solvent\": 10, \"High Quality Cloth\": 10}', 49.2613), (196, 'AncientArmor', 'Ancient Armor', 1, 500000, '{\"AI Core\": 3, \"Soralite Ingot\": 30}', 43.3238), (197, 'AncientArmorHeat', 'Heat-Resistant Ancient Armor', 1, 500000, '{\"AI Core\": 5, \"Thermal Core\": 6, \"Paloxite Ingot\": 30}', 43.3238), (198, 'AncientArmorCold', 'Cold-Resistant Ancient Armor', 1, 500000, '{\"AI Core\": 5, \"Paloxite Ingot\": 30, \"Cryogenic Coolant\": 50}', 43.3238), (199, 'AncientArmorWeight', 'Lightweight Ancient Armor', 1, 500000, '{\"AI Core\": 7, \"Paloxite Ingot\": 30, \"Corrosive Solvent\": 50}', 43.3238), (200, 'Player_Outfit_Kigurumi001', 'Depresso Armor', 1, 80000, '{\"Venom Gland\": 75, \"High Quality Cloth\": 15}', 18.3997), (201, 'YakushimaArmor001', 'Hallowed Plate Mail', 1, 40000, '{\"Hallowed Bar\": 20}', 14.878), (202, 'Octavia001_Armor', 'V1 Armor', 1, 80000, '{\"Ingot\": 30, \"High Quality Pal Oil\": 15}', 18.3997), (203, 'Octavia002_Armor', 'V2 Armor', 1, 400000, '{\"Plasteel\": 40, \"Pal Metal Ingot\": 40, \"High Quality Cloth\": 20}', 40.2271), (204, 'FurHelmet', 'Feathered Hair Band', 1, 3000, '{\"Fiber\": 10, \"Leather\": 1}', 1.79171), (205, 'CopperHelmet', 'Metal Helm', 1, 15000, '{\"Ingot\": 20, \"Paldium Fragment\": 10}', 5.43591), (206, 'IronHelmet', 'Refined Metal Helm', 1, 40000, '{\"Refined Ingot\": 20, \"Paldium Fragment\": 15}', 14.878), (207, 'StealHelmet', 'Pal Metal Helm', 1, 120000, '{\"Pal Metal Ingot\": 20, \"Paldium Fragment\": 20}', 18.9262), (208, 'PlasticHelmet', 'Plasteel Helmet', 1, 200000, '{\"Plasteel\": 20, \"Pal Metal Ingot\": 25}', 26.5027), (209, 'SFHelmet', 'Hexolite Helmet', 1, 400000, '{\"Hexolite\": 40, \"Plasteel\": 15}', 40.2271), (210, 'AncientHelmet', 'Ancient Helm', 1, 500000, '{\"AI Core\": 2, \"Soralite Ingot\": 20}', 43.3238), (211, 'YakushimaHeadEquip001', 'Hallowed Mask', 1, 40000, '{\"Hallowed Bar\": 20}', 14.878), (212, 'YakushimaHeadEquip003', 'Hallowed Helmet', 1, 40000, '{\"Hallowed Bar\": 20}', 14.878), (213, 'YakushimaHeadEquip002', 'Hallowed Headgear', 1, 40000, '{\"Hallowed Bar\": 20}', 14.878), (214, 'YakushimaHeadEquip004', 'Hallowed Hood', 1, 40000, '{\"Hallowed Bar\": 20}', 14.878), (215, 'HeadEquip023', 'Lyleen Accessory', 1, 1000, '{\"Cloth\": 1}', 1), (216, 'HeadEquip024', 'Sibelyx Hat', 1, 1000, '{\"Cloth\": 1}', 1), (217, 'HeadEquip025', 'Leezpunk Hood', 1, 10000, '{\"Leezpunk Crest\": 5}', 4.11871), (218, 'HeadEquip026', 'Killamari Cap', 1, 10000, '{\"Killamari Tentacle\": 5}', 4.11871), (219, 'HeadEquip027', 'Cawgnito Hat', 1, 1000, '{\"Cloth\": 1}', 1), (220, 'HeadEquip028', 'Ribbuny Headband', 1, 10000, '{\"Ribbuny Ribbon\": 5}', 4.11871), (221, 'HeadEquip029', 'Lamball Helm', 1, 1000, '{\"Cloth\": 1}', 1), (222, 'HeadEquip030', 'Dumud Helm', 1, 1000, '{\"Cloth\": 1}', 1), (223, 'HeadEquip031', 'Swee Cap', 1, 10000, '{\"Swee Hair\": 5}', 4.11871), (224, 'HeadEquip032', 'Dazzi Hat', 1, 10000, '{\"Dazzi Cloud\": 5}', 4.11871), (225, 'HeadEquip033', 'Cattiva Hat', 1, 1000, '{\"Cloth\": 1}', 1), (226, 'HeadEquip001_purple', 'Witch\'s Crown', 1, 15000, '{\"Ingot\": 1}', 0), (227, 'HeadEquip041', 'Horns of Supremacy', 1, 15000, '{\"Ingot\": 1}', 0), (228, 'HeadEquip044', 'Xenolord\'s head', 1, 15000, '{\"Ingot\": 1}', 0), (229, 'YakushimaHeadEquip005', 'Moon Lord Mask', 1, 15000, '{\"Hallowed Bar\": 1}', 5.43591), (230, 'HeadEquip046', 'Crown of Salvation', 1, 15000, '{\"Ingot\": 1}', 0), (231, 'GYM_Head_Grass', 'Zoe Hat', 1, 15000, '{\"Cloth\": 1}', 0), (232, 'GYM_Head_Forest', 'Lily Hat', 1, 15000, '{\"Cloth\": 1}', 0), (233, 'GYM_Head_Electric', 'Axel Hat', 1, 15000, '{\"Cloth\": 1}', 0), (234, 'GYM_Head_Desert', 'Marcus Hat', 1, 15000, '{\"Cloth\": 1}', 0), (235, 'GYM_Head_Snow', 'Victor Hat', 1, 15000, '{\"Cloth\": 1}', 0), (236, 'GYM_Head_Sakurajima', 'Saya Hat', 1, 15000, '{\"Cloth\": 1}', 0), (237, 'GYM_Head_Viking', 'Bjorn Hat', 1, 15000, '{\"Cloth\": 1}', 0), (238, 'HeadEquip048', 'Auri Hat', 1, 15000, '{\"Cloth\": 1}', 0), (239, 'HeadEquip049', 'Zenara Hat', 1, 15000, '{\"Cloth\": 1}', 0), (240, 'HeadEquip045', 'Depresso Helmet', 1, 20000, '{\"Venom Gland\": 25, \"High Quality Cloth\": 5}', 8.37238), (241, 'YakushimaHeadEquip006', 'Eye of Cthulhu Mask', 1, 15000, '{\"Hallowed Bar\": 1}', 5.43591), (242, 'Accessory_HP_1', 'Life Pendant', 1, 50000, '{\"Bone\": 20, \"Ingot\": 25, \"Paldium Fragment\": 25, \"Ancient Civilization Parts\": 2}', 16.3992), (243, 'Accessory_AT_1', 'Attack Pendant', 1, 50000, '{\"Horn\": 20, \"Ingot\": 25, \"Paldium Fragment\": 25, \"Ancient Civilization Parts\": 2}', 16.3992), (244, 'Accessory_defense_1', 'Defense Pendant', 1, 50000, '{\"Ore\": 20, \"Ingot\": 30, \"Paldium Fragment\": 25, \"Ancient Civilization Parts\": 2}', 16.3992), (245, 'Accessory_WorkSpeed_1', 'Pendant of Diligence', 1, 30000, '{\"Ingot\": 25, \"Leather\": 20, \"Paldium Fragment\": 25, \"Ancient Civilization Parts\": 2}', 11.905), (246, 'Accessory_HeatResist_1', 'Heat Resistant Undershirt', 1, 30000, '{\"Wool\": 20, \"Fiber\": 35, \"Leather\": 25, \"Flame Organ\": 15}', 11.905), (247, 'Accessory_CoolResist_1', 'Thermal Undershirt', 1, 30000, '{\"Wool\": 20, \"Cloth\": 10, \"Leather\": 25, \"Ice Organ\": 15}', 11.905), (248, 'Accessory_HeatColdResist_1', 'Multiclimate Undershirt', 1, 100000, '{\"Polymer\": 20, \"Ice Organ\": 20, \"Flame Organ\": 20, \"High Quality Cloth\": 40}', 18.3968), (249, 'Accessory_ExplosionResist', 'Explosion-Resistant Undershirt', 1, 1000, '{\"Mythical Wood\": 50, \"Explosion-Resistant Fiber\": 10}', 1), (250, 'GasMask', 'Corrosive Mist Mask', 1, 1000, '{\"Paloxite\": 30, \"Toxin Filtering Membrane\": 10}', 1), (251, 'Accessory_NormalResist_1', 'Ring of Neutral Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Cement\": 15, \"Paldium Fragment\": 30}', 5.43591), (252, 'Accessory_FireResist_1', 'Ring of Fire Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Flame Organ\": 15, \"Paldium Fragment\": 30}', 5.43591), (253, 'Accessory_AquaResist_1', 'Ring of Water Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Paldium Fragment\": 30, \"Aquatic Pal Fluids\": 30}', 5.43591), (254, 'Accessory_ThunderResist_1', 'Ring of Electric Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Electric Organ\": 10, \"Paldium Fragment\": 30}', 5.43591), (255, 'Accessory_LeafResist_1', 'Ring of Grass Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Gumoss Leaf\": 5, \"Paldium Fragment\": 30}', 5.43591), (256, 'Accessory_IceResist_1', 'Ring of Ice Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Ice Organ\": 15, \"Paldium Fragment\": 30}', 5.43591), (257, 'Accessory_EarthResist_1', 'Ring of Ground Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Paldium Fragment\": 30, \"Meteorite Fragment\": 10}', 5.43591), (258, 'Accessory_DarkResist_1', 'Ring of Dark Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Venom Gland\": 10, \"Paldium Fragment\": 30}', 5.43591), (259, 'Accessory_DragonResist_1', 'Ring of Dragon Resistance', 1, 15000, '{\"Bone\": 20, \"Ingot\": 20, \"Pure Quartz\": 20, \"Paldium Fragment\": 30}', 5.43591), (260, 'Accessory_Nonkilling', 'Ring of Mercy', 1, 30000, '{\"Ingot\": 30, \"Paldium Fragment\": 20, \"Ancient Civilization Parts\": 5}', 11.905), (261, 'Accessory_TalentChecker', 'Ability Glasses', 1, 100000, '{\"Refined Ingot\": 30, \"Paldium Fragment\": 20, \"Ancient Civilization Core\": 5, \"Ancient Civilization Parts\": 10}', 18.3968), (262, 'Accessory_MaxWeightUp_01', 'Ring of Freight', 1, 30000, '{\"Horn\": 20, \"Ingot\": 25, \"Leather\": 20, \"Ancient Civilization Parts\": 3}', 11.905), (263, 'Accessory_JumpPower_Increase', 'Anti-Gravity Belt', 1, 50000, '{\"Ingot\": 30, \"Nightstar Sand\": 10, \"Paldium Fragment\": 30}', 16.3992), (264, 'Accessory_JumpCount_Increase1', 'Double Jump Boots', 1, 150000, '{\"Refined Ingot\": 30, \"Nightstar Sand\": 20, \"Paldium Fragment\": 50}', 21.0081), (265, 'Accessory_JumpCount_Increase2', 'Triple Jump Boots', 1, 400000, '{\"Hexolite\": 30, \"Dark Fragment\": 50, \"Nightstar Sand\": 50, \"Paldium Fragment\": 150}', 40.2271), (266, 'Accessory_AirDash1', 'Air Dash Boots', 1, 150000, '{\"Refined Ingot\": 30, \"Nightstar Sand\": 20, \"Paldium Fragment\": 50}', 21.0081), (267, 'Accessory_AirDash2', 'Double Air Dash Boots', 1, 400000, '{\"Plasteel\": 30, \"Dark Fragment\": 30, \"Nightstar Sand\": 30, \"Paldium Fragment\": 100}', 40.2271), (268, 'Accessory_AirDash3', 'Triple Air Dash Boots', 1, 600000, '{\"Coralum Ingot\": 30, \"Dark Fragment\": 50, \"Nightstar Sand\": 40, \"Paldium Fragment\": 150}', 46.9246), (269, 'Otomo_ElementBoost_Normal_1', 'Neutral Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Cement\": 15, \"Ancient Civilization Parts\": 2}', 11.905), (270, 'Otomo_ElementBoost_Fire_1', 'Fire Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Flame Organ\": 15, \"Ancient Civilization Parts\": 2}', 11.905), (271, 'Otomo_ElementBoost_Water_1', 'Water Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Aquatic Pal Fluids\": 30, \"Ancient Civilization Parts\": 2}', 11.905), (272, 'Otomo_ElementBoost_Electricity_1', 'Electric Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Electric Organ\": 10, \"Ancient Civilization Parts\": 2}', 11.905), (273, 'Otomo_ElementBoost_Leaf_1', 'Grass Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Gumoss Leaf\": 5, \"Ancient Civilization Parts\": 2}', 11.905), (274, 'Otomo_ElementBoost_Ice_1', 'Ice Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Ice Organ\": 15, \"Ancient Civilization Parts\": 2}', 11.905), (275, 'Otomo_ElementBoost_Earth_1', 'Ground Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Meteorite Fragment\": 10, \"Ancient Civilization Parts\": 2}', 11.905), (276, 'Otomo_ElementBoost_Dark_1', 'Dark Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Venom Gland\": 10, \"Ancient Civilization Parts\": 2}', 11.905), (277, 'Otomo_ElementBoost_Dragon_1', 'Dragon Support Whistle', 1, 30000, '{\"Horn\": 20, \"Ingot\": 20, \"Pure Quartz\": 20, \"Ancient Civilization Parts\": 2}', 11.905), (278, 'Otomo_Attack_up1', 'Attack Support Whistle', 1, 50000, '{\"Horn\": 20, \"Ingot\": 20, \"Sulfur\": 25, \"Ancient Civilization Parts\": 2}', 16.3992), (279, 'Otomo_Defense_up1', 'Defense Support Whistle', 1, 50000, '{\"Horn\": 20, \"Ingot\": 20, \"Polymer\": 15, \"Ancient Civilization Parts\": 2}', 16.3992), (280, 'Otomo_PalExp_Increase_1', 'Growth Acceleration Bell', 1, 50000, '{\"Ingot\": 25, \"Paldium Fragment\": 30, \"Mysterious Mushroom\": 10, \"Ancient Civilization Parts\": 3}', 16.3992), (281, 'Accessory_PPAT_1', 'Dogen Emblem', 1, 400000, '{\"Bone\": 30, \"Ancient Bone\": 30, \"Refined Ingot\": 20, \"Paldium Fragment\": 35}', 40.2271), (282, 'Accessory_PPDF_1', 'Silvegis Emblem', 1, 400000, '{\"Chromite\": 10, \"Ancient Bone\": 30, \"Refined Ingot\": 20, \"Paldium Fragment\": 35}', 40.2271), (283, 'Accessory_HeatFire_1', 'Reptyro Charm', 1, 400000, '{\"Flame Organ\": 20, \"Ancient Bark\": 30, \"Carbon Fiber\": 30, \"Refined Ingot\": 20, \"Paldium Fragment\": 30}', 40.2271), (284, 'Accessory_ColdIce_1', 'Wumpo Charm', 1, 400000, '{\"Ice Organ\": 20, \"Ancient Lava\": 30, \"Refined Ingot\": 20, \"Paldium Fragment\": 30, \"High Quality Cloth\": 30}', 40.2271), (285, 'Accessory_HCMW_1', 'Wandering Merchant Charm', 1, 400000, '{\"Leather\": 30, \"Polymer\": 30, \"Ice Organ\": 20, \"Flame Organ\": 20, \"Ancient Bone\": 30}', 40.2271), (286, 'Accessory_HCHP_1', 'Vanguard Charm', 1, 400000, '{\"Bone\": 30, \"Polymer\": 30, \"Ice Organ\": 20, \"Flame Organ\": 20, \"Ancient Bone\": 30}', 40.2271), (287, 'Accessory_DFHP_1', 'Warsect Terra\'s Belt', 1, 400000, '{\"Honey\": 20, \"Ancient Lava\": 30, \"Refined Ingot\": 40, \"Paldium Fragment\": 35}', 40.2271), (288, 'Accessory_WKMC_1', 'Islander\'s Tool Belt', 1, 400000, '{\"Leather\": 40, \"Ancient Bark\": 30, \"Refined Ingot\": 20, \"Paldium Fragment\": 35}', 40.2271), (289, 'Otomo_ATNormal_ElementBoost_1', 'Celestial Emperor\'s Baton', 1, 200000, '{\"Horn\": 30, \"Refined Ingot\": 20, \"Pal Metal Ingot\": 10, \"Ancient Civilization Core\": 5}', 26.5027), (290, 'Otomo_ATFire_ElementBoost_1', 'Flame Emperor\'s Baton', 1, 200000, '{\"Horn\": 30, \"Flame Organ\": 15, \"Refined Ingot\": 20, \"Ancient Civilization Core\": 5}', 26.5027), (291, 'Otomo_ATWater_ElementBoost_1', 'Lord of the Sea\'s Baton', 1, 200000, '{\"Horn\": 30, \"Refined Ingot\": 20, \"Aquatic Pal Fluids\": 30, \"Ancient Civilization Core\": 5}', 26.5027), (292, 'Otomo_ATElectricity_ElementBoost_1', 'Lord of Lightning\'s Baton', 1, 200000, '{\"Horn\": 30, \"Refined Ingot\": 20, \"Electric Organ\": 10, \"Ancient Civilization Core\": 5}', 26.5027), (293, 'Otomo_ATLeaf_ElementBoost_1', 'Spirit Emperor\'s Baton', 1, 200000, '{\"Horn\": 30, \"Refined Ingot\": 20, \"Beautiful Flower\": 5, \"Ancient Civilization Core\": 5}', 26.5027), (294, 'Otomo_ATIce_ElementBoost_1', 'Ice Emperor\'s Baton', 1, 200000, '{\"Horn\": 30, \"Ice Organ\": 15, \"Refined Ingot\": 20, \"Ancient Civilization Core\": 5}', 26.5027), (295, 'Otomo_ATEarth_ElementBoost_1', 'Earth Emperor\'s Baton', 1, 200000, '{\"Bone\": 30, \"Horn\": 30, \"Refined Ingot\": 20, \"Ancient Civilization Core\": 5}', 26.5027), (296, 'Otomo_ATDark_ElementBoost_1', 'Lord of the Underworld\'s Baton', 1, 200000, '{\"Horn\": 30, \"Pure Quartz\": 15, \"Refined Ingot\": 20, \"Ancient Civilization Core\": 5}', 26.5027), (297, 'Otomo_ATDragon_ElementBoost_1', 'Divine Dragon\'s Baton', 1, 200000, '{\"Polymer\": 20, \"Pure Quartz\": 20, \"Refined Ingot\": 20, \"Ancient Civilization Core\": 5}', 26.5027), (298, 'Accessory_NonkChecker_1', 'Pal Tamer\'s Glasses', 1, 150000, '{\"Ancient Bark\": 15, \"Refined Ingot\": 20, \"Paldium Fragment\": 30, \"Ancient Civilization Parts\": 10}', 21.0081), (299, 'Accessory_JumpAir_1', 'Air Walker Mk I', 1, 200000, '{\"Hexolite\": 20, \"Ancient Bark\": 15, \"Dark Fragment\": 15, \"Nightstar Sand\": 30, \"Paldium Fragment\": 30}', 26.5027), (300, 'Accessory_JumpAir_2', 'Air Walker Mk II', 1, 250000, '{\"Hexolite\": 30, \"Ancient Lava\": 30, \"Dark Fragment\": 25, \"Nightstar Sand\": 40, \"Paldium Fragment\": 40}', 31.5889), (301, 'Accessory_SuperJumpAir_1', 'Air Walker Mk III', 1, 300000, '{\"Ancient Bone\": 30, \"Coralum Ingot\": 20, \"Dark Fragment\": 35, \"Nightstar Sand\": 50, \"Paldium Fragment\": 50}', 35.6273), (302, 'Accessory_SuperJumpAir_2', 'Air Walker EX', 1, 350000, '{\"Ancient Bone\": 60, \"Coralum Ingot\": 30, \"Dark Fragment\": 45, \"Nightstar Sand\": 60, \"Paldium Fragment\": 60}', 38.679), (303, 'Otomo_DFNormal_ElementBoost_1', 'Hartalis\'s Talisman', 1, 150000, '{\"Horn\": 30, \"Leather\": 30, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 10}', 21.0081), (304, 'Otomo_DFFire_ElementBoost_1', 'Blazamut\'s Talisman', 1, 150000, '{\"Coal\": 15, \"Flame Organ\": 15, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 10}', 21.0081), (305, 'Otomo_DFWater_ElementBoost_1', 'Neptilius\'s Talisman', 1, 150000, '{\"Carbon Fiber\": 15, \"Refined Ingot\": 20, \"Aquatic Pal Fluids\": 30, \"Ancient Civilization Parts\": 10}', 21.0081), (306, 'Otomo_DFElectricity_ElementBoost_1', 'Orserk\'s Talisman', 1, 150000, '{\"Bone\": 30, \"Refined Ingot\": 20, \"Electric Organ\": 10, \"Ancient Civilization Parts\": 10}', 21.0081), (307, 'Otomo_DFLeaf_ElementBoost_1', 'Lyleen\'s Talisman', 1, 150000, '{\"Bone\": 30, \"Refined Ingot\": 20, \"Beautiful Flower\": 5, \"Ancient Civilization Parts\": 10}', 21.0081), (308, 'Otomo_DFIce_ElementBoost_1', 'Frostallion\'s Talisman', 1, 150000, '{\"Bone\": 30, \"Ice Organ\": 15, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 10}', 21.0081), (309, 'Otomo_DFEarth_ElementBoost_1', 'Anubis\'s Talisman', 1, 150000, '{\"Bone\": 30, \"Refined Ingot\": 20, \"Meteorite Fragment\": 10, \"Ancient Civilization Parts\": 10}', 21.0081), (310, 'Otomo_DFDark_ElementBoost_1', 'Lyleen Noct\'s Talisman', 1, 150000, '{\"Venom Gland\": 10, \"Refined Ingot\": 20, \"Beautiful Flower\": 5, \"Ancient Civilization Parts\": 10}', 21.0081), (311, 'Otomo_DFDragon_ElementBoost_1', 'Jetragon\'s Talisman', 1, 150000, '{\"Leather\": 30, \"Refined Ingot\": 20, \"High Quality Pal Oil\": 30, \"Ancient Civilization Parts\": 10}', 21.0081), (312, 'Accessory_Otomo_Fire_1', 'Blazehowl Ring', 1, 150000, '{\"Flame Organ\": 15, \"Refined Ingot\": 20, \"Paldium Fragment\": 30, \"Ancient Civilization Parts\": 5}', 21.0081), (313, 'Accessory_Otomo_Water_1', 'Faleris Aqua Ring', 1, 150000, '{\"Refined Ingot\": 20, \"Paldium Fragment\": 30, \"Aquatic Pal Fluids\": 30, \"Ancient Civilization Parts\": 5}', 21.0081), (314, 'Accessory_Otomo_Electricity_1', 'Fenglope Lux Ring', 1, 150000, '{\"Leather\": 40, \"Refined Ingot\": 20, \"Electric Organ\": 15, \"Ancient Civilization Parts\": 5}', 21.0081), (315, 'Accessory_Otomo_Earth_1', 'Menasting Terra Ring', 1, 150000, '{\"Crude Oil\": 15, \"Flame Organ\": 10, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 5}', 21.0081), (316, 'Accessory_Otomo_Leaf_1', 'Vaelet Ring', 1, 150000, '{\"Onion Seeds\": 10, \"Tomato Seeds\": 10, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 5}', 21.0081), (317, 'Accessory_Otomo_Dark_1', 'Katress Ring', 1, 150000, '{\"Leather\": 20, \"Katress Hair\": 10, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 5}', 21.0081), (318, 'Accessory_Otomo_Dargon_1', 'Elphidran Ring', 1, 150000, '{\"Bone\": 20, \"Refined Ingot\": 20, \"High Quality Pal Oil\": 20, \"Ancient Civilization Parts\": 5}', 21.0081), (319, 'Accessory_Otomo_Ice_1', 'Cryolinx Ring', 1, 150000, '{\"Ice Organ\": 15, \"Pure Quartz\": 20, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 5}', 21.0081), (320, 'Accessory_Otomo_Fire_2', 'Faleris Ring', 1, 150000, '{\"Ice Organ\": 15, \"Flame Organ\": 15, \"Refined Ingot\": 20, \"Ancient Civilization Parts\": 5}', 21.0081), (321, 'Otomo_PalConfidence_Increase_1', 'Ring of Trust', 1, 400000, '{\"Ancient Lava\": 30, \"Refined Ingot\": 25, \"Beautiful Flower\": 10, \"Paldium Fragment\": 30}', 40.2271), (322, 'Accessory_Avoid_1', 'Phantom Ring', 1, 600000, '{\"Plasteel\": 10, \"Ancient Bone\": 30, \"Refined Ingot\": 30, \"Pal Metal Ingot\": 15}', 46.9246), (323, 'Glider_Old', 'Normal Parachute', 1, 4000, '{\"Wood\": 10, \"Cloth\": 2}', 2.08938), (324, 'Glider_Good', 'Mega Glider', 1, 15000, '{\"Bone\": 10, \"Wooden Board\": 5}', 5.43591), (325, 'Glider_Super', 'Giga Glider', 1, 50000, '{\"Hardwood\": 100, \"Carbon Fiber\": 15, \"Refined Ingot\": 20}', 16.3992), (326, 'WingGlider', 'Wing Pack', 1, 3000000, '{\"AI Core\": 20, \"Thermal Core\": 20, \"Paloxite Ingot\": 6, \"Paldium Fragment\": 30, \"Ancient Civilization Core\": 10}', 76.6317), (327, 'Cake', 'Cake', 1, 200000, '{\"Egg\": 8, \"Milk\": 7, \"Flour\": 5, \"Honey\": 2, \"Red Berries\": 8}', 26.5027), (328, 'Cake02', 'Mushroom Cake', 1, 200000, '{\"Egg\": 8, \"Flour\": 5, \"Honey\": 2, \"Mushroom\": 5, \"Cavern Mushroom\": 3}', 26.5027), (329, 'Cake03', 'Vegetable Cake', 1, 300000, '{\"Egg\": 8, \"Flour\": 8, \"Honey\": 4, \"Tomato\": 8, \"Lettuce\": 7}', 35.6273), (330, 'Cake04', 'Extravagant Vegetable Cake', 1, 500000, '{\"Flour\": 12, \"Onion\": 6, \"Carrot\": 8, \"Potato\": 10, \"Cotton Candy\": 8}', 43.3238), (331, 'Cake05', 'Special Cake', 1, 600000, '{\"Egg\": 15, \"Milk\": 15, \"Flour\": 20, \"Mammorest Meat\": 2, \"Caramel Cotton Candy\": 8}', 46.9246), (332, 'Curry', 'Mammorest Curry', 1, 70000, '{\"Onion\": 2, \"Carrot\": 2, \"Potato\": 2, \"Red Berries\": 2, \"Mammorest Meat\": 1}', 18.0788), (333, 'Yakisoba', 'Broncherry Fried Noodles', 1, 32000, '{\"Flour\": 1, \"Onion\": 1, \"Carrot\": 1, \"Broncherry Meat\": 1}', 12.5756), (334, 'Cheeseburger_2', 'Mozzarina Cheeseburger', 1, 32000, '{\"Milk\": 2, \"Flour\": 1, \"Tomato\": 2, \"Mozzarina Meat\": 2}', 12.5756), (335, 'BakedMeat_IceDeer', 'Roast Reindrix', 1, 10000, '{\"Reindrix Venison\": 1}', 4.11871), (336, 'BakedMeat_SakuraSaurus', 'Broncherry Rib Roast', 1, 3200, '{\"Broncherry Meat\": 1}', 2.08938), (337, 'BakedMeat_GrassMammoth', 'Mammorest Steak', 1, 10000, '{\"Mammorest Meat\": 1}', 4.11871), (338, 'DeerStew', 'Eikthyrdeer Stew', 1, 32000, '{\"Milk\": 2, \"Mushroom\": 1, \"Eikthyrdeer Venison\": 2}', 12.5756), (339, 'OctopusGirl_Takoyaki2', 'Seafood Pasta', 1, 32000, '{\"Flour\": 3, \"Tomato\": 2, \"Gloopie Tentacle\": 3}', 12.5756), (340, 'Pizza', 'Pizza', 1, 32000, '{\"Milk\": 2, \"Flour\": 1, \"Tomato\": 2, \"Red Berries\": 2}', 12.5756), (341, 'Quiche', 'Mushroom Quiche', 1, 70000, '{\"Egg\": 2, \"Milk\": 2, \"Flour\": 1, \"Onion\": 2, \"Mushroom\": 2}', 18.0788), (342, 'DeerLocoMoco', 'Eikthyrdeer Loco Moco', 1, 32000, '{\"Egg\": 2, \"Red Berries\": 2, \"Eikthyrdeer Venison\": 1}', 12.5756), (343, 'Chowder', 'Dumud Chowder', 1, 32000, '{\"Tomato\": 2, \"Lettuce\": 2, \"Raw Dumud\": 1}', 12.5756), (344, 'BaconEggs', 'Rushoar Bacon \'n\' Eggs', 1, 7000, '{\"Egg\": 2, \"Rushoar Pork\": 2}', 3.53876), (345, 'Hamburger_2', 'Mozzarina Hamburger', 1, 32000, '{\"Flour\": 1, \"Lettuce\": 2, \"Mozzarina Meat\": 1}', 12.5756), (346, 'MeatAndPotatoes', 'Galeclaw Nikujaga', 1, 70000, '{\"Onion\": 2, \"Carrot\": 2, \"Potato\": 2, \"Galeclaw Poultry\": 1}', 18.0788), (347, 'GenghisKhan', 'Grilled Lamball', 1, 7000, '{\"Lettuce\": 2, \"Lamball Mutton\": 1}', 3.53876), (348, 'Minestrone', 'Minestrone', 1, 32000, '{\"Onion\": 2, \"Carrot\": 2, \"Potato\": 1, \"Tomato\": 3}', 12.5756), (349, 'HotDog_2', 'Rushoar Hot Dog', 1, 32000, '{\"Flour\": 1, \"Lettuce\": 2, \"Rushoar Pork\": 1}', 12.5756), (350, 'StewedIceDeer', 'Reindrix Stew', 1, 7000, '{\"Tomato\": 2, \"Reindrix Venison\": 1}', 3.53876), (351, 'Carbonara', 'Carbonara', 1, 30000, '{\"Egg\": 2, \"Milk\": 2, \"Flour\": 1}', 11.905), (352, 'Gyoza', 'Rushoar Gyoza', 1, 7000, '{\"Flour\": 1, \"Mushroom\": 1, \"Rushoar Pork\": 1}', 3.53876), (353, 'SpringRolls', 'Spring Rolls', 1, 32000, '{\"Flour\": 1, \"Onion\": 2, \"Mushroom\": 2}', 12.5756), (354, 'Gratin', 'Gratin', 1, 32000, '{\"Milk\": 2, \"Flour\": 1, \"Potato\": 2}', 12.5756), (355, 'FriedChicken', 'Fried Chikipi', 1, 32000, '{\"Egg\": 1, \"Flour\": 1, \"Chikipi Poultry\": 1, \"High Quality Pal Oil\": 1}', 12.5756), (356, 'FriedKelpie', 'Fried Kelpsea', 1, 32000, '{\"Egg\": 1, \"Flour\": 1, \"Raw Kelpsea\": 1, \"High Quality Pal Oil\": 1}', 12.5756), (357, 'Seafood_Salada', 'Seafood Salad', 1, 32000, '{\"Lettuce\": 4, \"Gloopie Tentacle\": 3}', 12.5756), (358, 'GrilledSheepHerbs', 'Herb Roasted Lamball', 1, 7000, '{\"Red Berries\": 2, \"Lamball Mutton\": 1}', 3.53876), (359, 'ChickenSaute', 'Chikipi Sauté', 1, 7000, '{\"Red Berries\": 2, \"Chikipi Poultry\": 1}', 3.53876), (360, 'Eaglestew', 'Stewed Galeclaw', 1, 7000, '{\"Red Berries\": 2, \"Galeclaw Poultry\": 1}', 3.53876), (361, 'GrilledSwordCutlassFish', 'Salt-Grilled Skutlass', 1, 16000, '{\"Skutlass Sashimi\": 1}', 5.64583), (362, 'BakedMeat_IceCrocodile', 'Munchill Steak', 1, 3200, '{\"Munchill Meat\": 1}', 2.08938), (363, 'Salad', 'Salad', 1, 4000, '{\"Tomato\": 2, \"Lettuce\": 2}', 2.08938), (364, 'BakedMeat_BerryGoat', 'Herb Roasted Caprity', 1, 1600, '{\"Caprity Meat\": 1}', 1.5), (365, 'BakedMeat_CowPal', 'Mozzarina Steak', 1, 3200, '{\"Mozzarina Meat\": 1}', 2.08938), (366, 'OctopusGirl_Takoyaki', 'Fried Gloopie Balls', 1, 12000, '{\"Flour\": 3, \"Gloopie Tentacle\": 2}', 4.68921), (367, 'BakedMeat_LazyCatfish', 'Broiled Dumud', 1, 1600, '{\"Raw Dumud\": 1}', 1.5), (368, 'BakedMeat_Deer', 'Roast Eikthyrdeer', 1, 3200, '{\"Eikthyrdeer Venison\": 1}', 2.08938), (369, 'Omelet', 'Omelet', 1, 6000, '{\"Egg\": 2, \"Tomato\": 1}', 3.06209), (370, 'MarinatedMushrooms', 'Marinated Mushrooms', 1, 5000, '{\"Mushroom\": 1, \"Red Berries\": 2}', 2.54388), (371, 'BakedMeat_Boar', 'Roast Rushoar', 1, 3200, '{\"Rushoar Pork\": 1}', 2.08938), (372, 'JellyfishGhost_jelly', 'Jellroy\'s Jolly Jelly', 1, 16000, '{\"Red Berries\": 2, \"Jellroy Bell Flesh\": 2}', 5.64583), (373, 'JellyfishFairy_jelly', 'Jelliette\'s Jiggly Jelly', 1, 16000, '{\"Aquatic Pal Fluids\": 2, \"Jelliette Bell Flesh\": 2}', 5.64583), (374, 'StirFriedVegetables', 'Stir-Fried Vegetables', 1, 7000, '{\"Onion\": 2, \"Carrot\": 2}', 3.53876), (375, 'MushroomSoup', 'Mushroom Soup', 1, 10000, '{\"Milk\": 2, \"Mushroom\": 1}', 4.11871), (376, 'BakedMeat_SheepBall', 'Lamball Kebab', 1, 500, '{\"Lamball Mutton\": 1}', 1), (377, 'JamBun', 'Jam-Filled Bun', 1, 5000, '{\"Flour\": 1, \"Red Berries\": 2}', 2.54388), (378, 'BakedMeat_ChickenPal', 'Grilled Chikipi', 1, 500, '{\"Chikipi Poultry\": 1}', 1), (379, 'BakedMeat_Kelpie', 'Grilled Kelpsea', 1, 1600, '{\"Raw Kelpsea\": 1}', 1.5), (380, 'BakedMeat_Eagle', 'Grilled Galeclaw', 1, 3200, '{\"Galeclaw Poultry\": 1}', 2.08938), (381, 'Pancake', 'Pancake', 1, 8000, '{\"Milk\": 1, \"Flour\": 1}', 3.90306), (382, 'PotatoChips', 'French Fries', 1, 7000, '{\"Potato\": 2, \"High Quality Pal Oil\": 1}', 3.53876), (383, 'Pan', 'Bread', 1, 2000, '{\"Flour\": 1}', 1), (384, 'FriedEggs', 'Fried Egg', 1, 500, '{\"Egg\": 1}', 1); INSERT INTO `crafting` (`ID`, `SourceKey`, `Name`, `Output`, `WorkAmount`, `Material`, `CraftExpRate`) VALUES (385, 'Baked_Berries', 'Baked Berries', 1, 500, '{\"Red Berries\": 1}', 0), (386, 'BakedMushroom', 'Baked Mushroom', 1, 500, '{\"Mushroom\": 1}', 1), (387, 'Flour', 'Flour', 1, 1000, '{\"Wheat\": 3}', 1), (388, 'Herbs', 'Low Grade Medical Supplies', 1, 5000, '{\"Horn\": 2, \"Red Berries\": 5}', 2.54388), (389, 'Medicines', 'Medical Supplies', 1, 15000, '{\"Bone\": 1, \"Horn\": 3, \"Ingot\": 3}', 5.43591), (390, 'LuxuryMedicines', 'High Grade Medical Supplies', 1, 50000, '{\"Bone\": 2, \"Horn\": 5, \"Ingot\": 5}', 16.3992), (391, 'MindControlDrug', 'Mind Control Meds', 1, 1000000, '{\"Bone\": 5, \"Horn\": 10, \"Refined Ingot\": 10, \"Aquatic Pal Fluids\": 3}', 48.7983), (392, 'Potion_Low', 'Low Quality Recovery Meds', 1, 2500, '{\"Red Berries\": 5, \"Cavern Mushroom\": 3, \"Aquatic Pal Fluids\": 2}', 1.79171), (393, 'Potion', 'Recovery Meds', 1, 7500, '{\"Red Berries\": 5, \"Cotton Candy\": 3, \"Cavern Mushroom\": 5, \"Aquatic Pal Fluids\": 5}', 3.90306), (394, 'Potion_High', 'High Quality Recovery Meds', 1, 25000, '{\"Sulfur\": 5, \"Red Berries\": 20, \"Cotton Candy\": 5, \"Cavern Mushroom\": 10, \"High Quality Pal Oil\": 5}', 10.1578), (395, 'Potion_Extreme', 'Advanced Recovery Meds', 1, 100000, '{\"Sulfur\": 10, \"Red Berries\": 30, \"Cotton Candy\": 7, \"Cavern Mushroom\": 15, \"High Quality Pal Oil\": 10}', 18.3968), (396, 'Opium', 'Suspicious Juice', 1, 30000, '{\"Bone\": 1, \"Horn\": 3, \"Beautiful Flower\": 3, \"Aquatic Pal Fluids\": 1}', 11.905), (397, 'Narcotic', 'Strange Juice', 1, 300000, '{\"Bone\": 2, \"Horn\": 5, \"Beautiful Flower\": 5, \"Aquatic Pal Fluids\": 2}', 35.6273), (398, 'MushroomJuice', 'Mysterious Mushroom Juice', 1, 1000000, '{\"Bone\": 5, \"Horn\": 10, \"Beautiful Flower\": 10, \"Aquatic Pal Fluids\": 5, \"Mysterious Mushroom\": 20}', 48.7983), (399, 'StatusPointResetSan', 'Memory Wiping Medicine', 1, 3000000, '{\"Bone\": 50, \"Horn\": 50, \"Beautiful Flower\": 99, \"Aquatic Pal Fluids\": 50}', 76.6317), (400, 'Supplement', 'Nutrient Tonic', 1, 15000000, '{\"Onion\": 20, \"Cavern Mushroom\": 10, \"Caramel Cotton Candy\": 18, \"World Tree Holy Water\": 25}', 383.158), (401, 'PalRevive', 'Revival Potion', 1, 1000000, '{\"Sulfur\": 20, \"Red Berries\": 50, \"Cotton Candy\": 10, \"Cavern Mushroom\": 30, \"High Quality Pal Oil\": 20}', 48.7983), (402, 'PalAwakening_Water', 'Water Awakening Crystal', 1, 30000, '{\"Water Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (403, 'PalAwakening_Electric', 'Electric Awakening Crystal', 1, 30000, '{\"Electric Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (404, 'PalAwakening_Ground', 'Ground Awakening Crystal', 1, 30000, '{\"Ground Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (405, 'PalAwakening_Grass', 'Grass Awakening Crystal', 1, 30000, '{\"Grass Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (406, 'PalAwakening_Fire', 'Fire Awakening Crystal', 1, 30000, '{\"Fire Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (407, 'PalAwakening_Ice', 'Ice Awakening Crystal', 1, 30000, '{\"Ice Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (408, 'PalAwakening_Dragon', 'Dragon Awakening Crystal', 1, 30000, '{\"Dragon Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (409, 'PalAwakening_Dark', 'Dark Awakening Crystal', 1, 30000, '{\"Dark Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (410, 'PalAwakening_Neutral', 'Neutral Awakening Crystal', 1, 30000, '{\"Neutral Radiant Gem\": 50, \"World Tree Holy Water\": 10}', 11.905), (411, 'Elixir_hp_01', 'Vital Remedy', 1, 50000, '{\"Predator Core\": 1, \"Life Lotus (S)\": 4}', 16.3992), (412, 'Elixir_stamina_01', 'Stamina Remedy', 1, 50000, '{\"Predator Core\": 1, \"Stamina Lotus (S)\": 4}', 16.3992), (413, 'Elixir_attack_01', 'Might Remedy', 1, 50000, '{\"Predator Core\": 1, \"Power Lotus (S)\": 4}', 16.3992), (414, 'Elixir_workspeed_01', 'Speed Remedy', 1, 50000, '{\"Predator Core\": 1, \"Speed Lotus (S)\": 4}', 16.3992), (415, 'Elixir_weight_01', 'Burden Remedy', 1, 50000, '{\"Predator Core\": 1, \"Carrying Lotus (S)\": 4}', 16.3992), (416, 'Elixir_hp_02', 'Vital Elixir', 1, 100000, '{\"Predator Core\": 2, \"Life Lotus (L)\": 6}', 18.3968), (417, 'Elixir_stamina_02', 'Stamina Elixir', 1, 100000, '{\"Predator Core\": 2, \"Stamina Lotus (L)\": 6}', 18.3968), (418, 'Elixir_attack_02', 'Might Elixir', 1, 100000, '{\"Predator Core\": 2, \"Power Lotus (L)\": 6}', 18.3968), (419, 'Elixir_workspeed_02', 'Speed Elixir', 1, 100000, '{\"Predator Core\": 2, \"Speed Lotus (L)\": 6}', 18.3968), (420, 'Elixir_weight_02', 'Burden Elixir', 1, 100000, '{\"Predator Core\": 2, \"Carrying Lotus (L)\": 6}', 18.3968), (421, 'Fruit_hp_01', 'Life Fruit', 1, 200000, '{\"Life Lotus (L)\": 3, \"Life Lotus (S)\": 3, \"Speed Lotus (S)\": 3, \"Carrying Lotus (S)\": 3}', 26.5027), (422, 'Fruit_attack_01', 'Power Fruit', 1, 200000, '{\"Power Lotus (L)\": 3, \"Power Lotus (S)\": 3, \"Speed Lotus (L)\": 3}', 26.5027), (423, 'Fruit__defense_01', 'Stout Fruit', 1, 200000, '{\"Stamina Lotus (L)\": 3, \"Stamina Lotus (S)\": 3, \"Carrying Lotus (L)\": 3}', 26.5027), (424, 'Homeward', 'Homeward Thundercloud', 1, 10000, '{\"Dazzi Cloud\": 1, \"Electric Organ\": 5}', 4.11871), (425, 'ExpBoost_03', 'Training Manual (L)', 1, 100000, '{\"Ancient Pal Manuscript\": 100}', 18.3968), (426, 'ExpBoost_04', 'Training Manual (XL)', 1, 500000, '{\"Leather\": 5, \"High Quality Cloth\": 4, \"Ancient Pal Manuscript\": 500}', 43.3238), (427, 'Fiber', 'Fiber', 2, 500, '{\"Wood\": 1}', 1), (428, 'Pal_crystal_S', 'Paldium Fragment', 1, 1000, '{\"Stone\": 5}', 1), (429, 'Cloth', 'Cloth', 1, 500, '{\"Wool\": 2}', 1), (430, 'Cloth2', 'High Quality Cloth', 1, 2500, '{\"Wool\": 10, \"Leather\": 1}', 1.79171), (431, 'Processed_Wood', 'Wooden Board', 1, 1000, '{\"Nail\": 1, \"Wood\": 10, \"Fiber\": 5}', 1), (432, 'HighGrade_Processed_Wood', 'High Quality Wooden Board', 1, 15000, '{\"Wood\": 10, \"Hardwood\": 10, \"High Quality Cloth\": 2}', 5.43591), (433, 'Premium_Processed_Wood', 'Mythical Wooden Board', 1, 30000, '{\"Chromite\": 5, \"Hardwood\": 10, \"Mythical Wood\": 10}', 11.905), (434, 'MachineParts', 'Nail', 5, 1500, '{\"Ingot\": 1}', 1), (435, 'Gunpowder2', 'Gunpowder', 1, 3000, '{\"Sulfur\": 1, \"Charcoal\": 2}', 1.79171), (436, 'MachineParts2', 'Circuit Board', 1, 30000, '{\"Polymer\": 1, \"Pure Quartz\": 2}', 11.905), (437, 'Polymer', 'Polymer', 1, 10000, '{\"Sulfur\": 1, \"High Quality Pal Oil\": 2}', 4.11871), (438, 'Cement', 'Cement', 10, 30000, '{\"Bone\": 1, \"Stone\": 20, \"Aquatic Pal Fluids\": 1}', 11.905), (439, 'CarbonFiber', 'Carbon Fiber', 1, 10000, '{\"Coal\": 2, \"Flame Organ\": 1}', 4.11871), (440, 'Bio_Coolant', 'Cryogenic Coolant', 1, 10000, '{\"Ice Organ\": 1, \"Aquatic Pal Fluids\": 1}', 4.11871), (441, 'Corrosive_Solvent', 'Corrosive Solvent', 1, 15000, '{\"Sulfur\": 1, \"Venom Gland\": 1}', 5.43591), (442, 'Bio_Battery', 'Bio Battery', 1, 20000, '{\"Carbon Fiber\": 1, \"Refined Ingot\": 1, \"Electric Organ\": 1}', 8.37238), (443, 'Thermal_Core', 'Thermal Core', 1, 500000, '{\"Coal\": 8, \"Hexolite\": 2, \"Flame Organ\": 4, \"Corrosive Solvent\": 2}', 43.3238), (444, 'Computer', 'Computer', 1, 250000, '{\"Plasteel\": 3, \"Bio Battery\": 2, \"Carbon Fiber\": 2, \"Circuit Board\": 2}', 31.5889), (445, 'AIcore', 'AI Core', 1, 5000000, '{\"Computer\": 5, \"Thermal Core\": 2, \"Soralite Ingot\": 10, \"Ancient Civilization Core\": 1}', 127.719), (446, 'Charcoal', 'Charcoal', 1, 1000, '{\"Wood\": 2}', 1), (447, 'CopperIngot', 'Ingot', 1, 1000, '{\"Ore\": 2}', 1), (448, 'IronIngot', 'Refined Ingot', 1, 7000, '{\"Ore\": 2, \"Coal\": 2}', 3.53876), (449, 'StealIngot', 'Pal Metal Ingot', 1, 50000, '{\"Ore\": 4, \"Pure Quartz\": 1, \"Paldium Fragment\": 2}', 16.3992), (450, 'Plastic', 'Plasteel', 1, 200000, '{\"Ore\": 5, \"Crude Oil\": 2}', 26.5027), (451, 'StainlessSteel', 'Hexolite', 1, 500000, '{\"Chromite\": 1, \"Hexolite Quartz\": 1}', 43.3238), (452, 'ManganeseIngot', 'Coralum Ingot', 1, 500000, '{\"Coal\": 5, \"Coralum Ore\": 2}', 43.3238), (453, 'SkyislandIngot', 'Soralite Ingot', 1, 700000, '{\"Soralite\": 2, \"Pure Quartz\": 2}', 48.1038), (454, 'WorldTreeIngot', 'Paloxite Ingot', 1, 1000000, '{\"Paloxite\": 2, \"Soralite\": 1, \"World Tree Holy Water\": 1}', 48.7983), (455, 'Salvage_TreasureBoxKey01', 'Fishing Magnet', 10, 40000, '{\"Ingot\": 1}', 14.878), (456, 'WaterBuildKit', 'Aquatic Construction Kit', 1, 600000, '{\"Cement\": 200, \"Coralum Ingot\": 50, \"High Quality Wooden Board\": 100}', 46.9246), (457, 'Blueprint_Bat3_3', 'Metal Bat Schematic 2', 1, 1000, '{\"Metal Bat Schematic 1\": 5}', 1), (458, 'Blueprint_Bat3_4', 'Metal Bat Schematic 3', 1, 1000, '{\"Metal Bat Schematic 2\": 5}', 1), (459, 'Blueprint_Bat3_5', 'Metal Bat Schematic 4', 1, 1000, '{\"Metal Bat Schematic 3\": 5}', 1), (460, 'Blueprint_Sword_3', 'Sword Schematic 2', 1, 1000, '{\"Sword Schematic 1\": 5}', 1), (461, 'Blueprint_Sword_4', 'Sword Schematic 3', 1, 1000, '{\"Sword Schematic 2\": 5}', 1), (462, 'Blueprint_Sword_5', 'Sword Schematic 4', 1, 1000, '{\"Sword Schematic 3\": 5}', 1), (463, 'Blueprint_Katana_3', 'Katana Schematic 2', 1, 1000, '{\"Katana Schematic 1\": 5}', 1), (464, 'Blueprint_Katana_4', 'Katana Schematic 3', 1, 1000, '{\"Katana Schematic 2\": 5}', 1), (465, 'Blueprint_Katana_5', 'Katana Schematic 4', 1, 1000, '{\"Katana Schematic 3\": 5}', 1), (466, 'Blueprint_BeamSword_3', 'Beam Sword Schematic 2', 1, 1000, '{\"Beam Sword Schematic 1\": 5}', 1), (467, 'Blueprint_BeamSword_4', 'Beam Sword Schematic 3', 1, 1000, '{\"Beam Sword Schematic 2\": 5}', 1), (468, 'Blueprint_BeamSword_5', 'Beam Sword Schematic 4', 1, 1000, '{\"Beam Sword Schematic 3\": 5}', 1), (469, 'Blueprint_SkyBeamSword_3', 'Laser Sword Schematic 2', 1, 1000, '{\"Laser Sword Schematic 1\": 5}', 1), (470, 'Blueprint_SkyBeamSword_4', 'Laser Sword Schematic 3', 1, 1000, '{\"Laser Sword Schematic 2\": 5}', 1), (471, 'Blueprint_SkyBeamSword_5', 'Laser Sword Schematic 4', 1, 1000, '{\"Laser Sword Schematic 3\": 5}', 1), (472, 'Blueprint_WeakerBow_3', 'Old Bow Schematic 2', 1, 1000, '{\"Old Bow Schematic 1\": 5}', 1), (473, 'Blueprint_WeakerBow_4', 'Old Bow Schematic 3', 1, 1000, '{\"Old Bow Schematic 2\": 5}', 1), (474, 'Blueprint_WeakerBow_5', 'Old Bow Schematic 4', 1, 1000, '{\"Old Bow Schematic 3\": 5}', 1), (475, 'Blueprint_BowGun_3', 'Crossbow Schematic 2', 1, 1000, '{\"Crossbow Schematic 1\": 5}', 1), (476, 'Blueprint_BowGun_4', 'Crossbow Schematic 3', 1, 1000, '{\"Crossbow Schematic 2\": 5}', 1), (477, 'Blueprint_BowGun_5', 'Crossbow Schematic 4', 1, 1000, '{\"Crossbow Schematic 3\": 5}', 1), (478, 'Blueprint_BowGun_Poison_3', 'Poison Arrow Crossbow Schematic 2', 1, 1000, '{\"Poison Arrow Crossbow Schematic 1\": 5}', 1), (479, 'Blueprint_BowGun_Poison_4', 'Poison Arrow Crossbow Schematic 3', 1, 1000, '{\"Poison Arrow Crossbow Schematic 2\": 5}', 1), (480, 'Blueprint_BowGun_Poison_5', 'Poison Arrow Crossbow Schematic 4', 1, 1000, '{\"Poison Arrow Crossbow Schematic 3\": 5}', 1), (481, 'Blueprint_BowGun_Fire_3', 'Fire Arrow Crossbow Schematic 2', 1, 1000, '{\"Fire Arrow Crossbow Schematic 1\": 5}', 1), (482, 'Blueprint_BowGun_Fire_4', 'Fire Arrow Crossbow Schematic 3', 1, 1000, '{\"Fire Arrow Crossbow Schematic 2\": 5}', 1), (483, 'Blueprint_BowGun_Fire_5', 'Fire Arrow Crossbow Schematic 4', 1, 1000, '{\"Fire Arrow Crossbow Schematic 3\": 5}', 1), (484, 'Blueprint_CompoundBow_3', 'Compound Bow Schematic 2', 1, 1000, '{\"Compound Bow Schematic 1\": 5}', 1), (485, 'Blueprint_CompoundBow_4', 'Compound Bow Schematic 3', 1, 1000, '{\"Compound Bow Schematic 2\": 5}', 1), (486, 'Blueprint_CompoundBow_5', 'Compound Bow Schematic 4', 1, 1000, '{\"Compound Bow Schematic 3\": 5}', 1), (487, 'Blueprint_SFBow_3', 'Advanced Bow Schematic 2', 1, 1000, '{\"Advanced Bow Schematic 1\": 5}', 1), (488, 'Blueprint_SFBow_4', 'Advanced Bow Schematic 3', 1, 1000, '{\"Advanced Bow Schematic 2\": 5}', 1), (489, 'Blueprint_SFBow_5', 'Advanced Bow Schematic 4', 1, 1000, '{\"Advanced Bow Schematic 3\": 5}', 1), (490, 'Blueprint_SkyBow_3', 'Mechanical Bow Schematic 2', 1, 1000, '{\"Mechanical Bow Schematic 1\": 5}', 1), (491, 'Blueprint_SkyBow_4', 'Mechanical Bow Schematic 3', 1, 1000, '{\"Mechanical Bow Schematic 2\": 5}', 1), (492, 'Blueprint_SkyBow_5', 'Mechanical Bow Schematic 4', 1, 1000, '{\"Mechanical Bow Schematic 3\": 5}', 1), (493, 'Blueprint_MakeshiftHandgun_3', 'Makeshift Handgun Schematic 2', 1, 1000, '{\"Makeshift Handgun Schematic 1\": 5}', 1), (494, 'Blueprint_MakeshiftHandgun_4', 'Makeshift Handgun Schematic 3', 1, 1000, '{\"Makeshift Handgun Schematic 2\": 5}', 1), (495, 'Blueprint_MakeshiftHandgun_5', 'Makeshift Handgun Schematic 4', 1, 1000, '{\"Makeshift Handgun Schematic 3\": 5}', 1), (496, 'Blueprint_HandGun_Default_3', 'Handgun Schematic 2', 1, 1000, '{\"Handgun Schematic 1\": 5}', 1), (497, 'Blueprint_HandGun_Default_4', 'Handgun Schematic 3', 1, 1000, '{\"Handgun Schematic 2\": 5}', 1), (498, 'Blueprint_HandGun_Default_5', 'Handgun Schematic 4', 1, 1000, '{\"Handgun Schematic 3\": 5}', 1), (499, 'Blueprint_OldRevolver_3', 'Old Revolver Schematic 2', 1, 1000, '{\"Old Revolver Schematic 1\": 5}', 1), (500, 'Blueprint_OldRevolver_4', 'Old Revolver Schematic 3', 1, 1000, '{\"Old Revolver Schematic 2\": 5}', 1), (501, 'Blueprint_OldRevolver_5', 'Old Revolver Schematic 4', 1, 1000, '{\"Old Revolver Schematic 3\": 5}', 1), (502, 'Blueprint_MakeshiftShotgun_3', 'Makeshift Shotgun Schematic 2', 1, 1000, '{\"Makeshift Shotgun Schematic 1\": 5}', 1), (503, 'Blueprint_MakeshiftShotgun_4', 'Makeshift Shotgun Schematic 3', 1, 1000, '{\"Makeshift Shotgun Schematic 2\": 5}', 1), (504, 'Blueprint_MakeshiftShotgun_5', 'Makeshift Shotgun Schematic 4', 1, 1000, '{\"Makeshift Shotgun Schematic 3\": 5}', 1), (505, 'Blueprint_DoubleBarrelShotgun_3', 'Double-Barreled Shotgun Schematic 2', 1, 1000, '{\"Double-Barreled Shotgun Schematic 1\": 5}', 1), (506, 'Blueprint_DoubleBarrelShotgun_4', 'Double-Barreled Shotgun Schematic 3', 1, 1000, '{\"Double-Barreled Shotgun Schematic 2\": 5}', 1), (507, 'Blueprint_DoubleBarrelShotgun_5', 'Double-Barreled Shotgun Schematic 4', 1, 1000, '{\"Double-Barreled Shotgun Schematic 3\": 5}', 1), (508, 'Blueprint_PumpActionShotgun_3', 'Pump-Action Shotgun Schematic 2', 1, 1000, '{\"Pump-Action Shotgun Schematic 1\": 5}', 1), (509, 'Blueprint_PumpActionShotgun_4', 'Pump-Action Shotgun Schematic 3', 1, 1000, '{\"Pump-Action Shotgun Schematic 2\": 5}', 1), (510, 'Blueprint_PumpActionShotgun_5', 'Pump-Action Shotgun Schematic 4', 1, 1000, '{\"Pump-Action Shotgun Schematic 3\": 5}', 1), (511, 'Blueprint_SemiAutoShotgun_3', 'Semi-Auto Shotgun Schematic 2', 1, 1000, '{\"Semi-Auto Shotgun Schematic 1\": 5}', 1), (512, 'Blueprint_SemiAutoShotgun_4', 'Semi-Auto Shotgun Schematic 3', 1, 1000, '{\"Semi-Auto Shotgun Schematic 2\": 5}', 1), (513, 'Blueprint_SemiAutoShotgun_5', 'Semi-Auto Shotgun Schematic 4', 1, 1000, '{\"Semi-Auto Shotgun Schematic 3\": 5}', 1), (514, 'Blueprint_EnergyShotgun_3', 'Energy Shotgun Schematic 2', 1, 1000, '{\"Energy Shotgun Schematic 1\": 5}', 1), (515, 'Blueprint_EnergyShotgun_4', 'Energy Shotgun Schematic 3', 1, 1000, '{\"Energy Shotgun Schematic 2\": 5}', 1), (516, 'Blueprint_EnergyShotgun_5', 'Energy Shotgun Schematic 4', 1, 1000, '{\"Energy Shotgun Schematic 3\": 5}', 1), (517, 'Blueprint_SkyShotgun_3', 'Prototype Shotgun Schematic 2', 1, 1000, '{\"Prototype Shotgun Schematic 1\": 5}', 1), (518, 'Blueprint_SkyShotgun_4', 'Prototype Shotgun Schematic 3', 1, 1000, '{\"Prototype Shotgun Schematic 2\": 5}', 1), (519, 'Blueprint_SkyShotgun_5', 'Prototype Shotgun Schematic 4', 1, 1000, '{\"Prototype Shotgun Schematic 3\": 5}', 1), (520, 'Blueprint_WidePenetrateShotgun_3', 'Beam Scatter Schematic 2', 1, 1000, '{\"Beam Scatter Schematic 1\": 5}', 1), (521, 'Blueprint_WidePenetrateShotgun_4', 'Beam Scatter Schematic 3', 1, 1000, '{\"Beam Scatter Schematic 2\": 5}', 1), (522, 'Blueprint_WidePenetrateShotgun_5', 'Beam Scatter Schematic 4', 1, 1000, '{\"Beam Scatter Schematic 3\": 5}', 1), (523, 'Blueprint_Musket_3', 'Musket Schematic 2', 1, 1000, '{\"Musket Schematic 1\": 5}', 1), (524, 'Blueprint_Musket_4', 'Musket Schematic 3', 1, 1000, '{\"Musket Schematic 2\": 5}', 1), (525, 'Blueprint_Musket_5', 'Musket Schematic 4', 1, 1000, '{\"Musket Schematic 3\": 5}', 1), (526, 'Blueprint_SingleShotRifle_3', 'Single-Shot Rifle Schematic 2', 1, 1000, '{\"Single-Shot Rifle Schematic 1\": 5}', 1), (527, 'Blueprint_SingleShotRifle_4', 'Single-Shot Rifle Schematic 3', 1, 1000, '{\"Single-Shot Rifle Schematic 2\": 5}', 1), (528, 'Blueprint_SingleShotRifle_5', 'Single-Shot Rifle Schematic 4', 1, 1000, '{\"Single-Shot Rifle Schematic 3\": 5}', 1), (529, 'Blueprint_SemiAutoRifle_3', 'Semi-Auto Rifle Schematic 2', 1, 1000, '{\"Semi-Auto Rifle Schematic 1\": 5}', 1), (530, 'Blueprint_SemiAutoRifle_4', 'Semi-Auto Rifle Schematic 3', 1, 1000, '{\"Semi-Auto Rifle Schematic 2\": 5}', 1), (531, 'Blueprint_SemiAutoRifle_5', 'Semi-Auto Rifle Schematic 4', 1, 1000, '{\"Semi-Auto Rifle Schematic 3\": 5}', 1), (532, 'Blueprint_MakeshiftAssaultRifle_3', 'Makeshift Assault Rifle Schematic 2', 1, 1000, '{\"Makeshift Assault Rifle Schematic 1\": 5}', 1), (533, 'Blueprint_MakeshiftAssaultRifle_4', 'Makeshift Assault Rifle Schematic 3', 1, 1000, '{\"Makeshift Assault Rifle Schematic 2\": 5}', 1), (534, 'Blueprint_MakeshiftAssaultRifle_5', 'Makeshift Assault Rifle Schematic 4', 1, 1000, '{\"Makeshift Assault Rifle Schematic 3\": 5}', 1), (535, 'Blueprint_AssaultRifle_Default3', 'Assault Rifle Schematic 2', 1, 1000, '{\"Assault Rifle Schematic 1\": 5}', 1), (536, 'Blueprint_AssaultRifle_Default4', 'Assault Rifle Schematic 3', 1, 1000, '{\"Assault Rifle Schematic 2\": 5}', 1), (537, 'Blueprint_AssaultRifle_Default5', 'Assault Rifle Schematic 4', 1, 1000, '{\"Assault Rifle Schematic 3\": 5}', 1), (538, 'Blueprint_SkyAssaultRifle_3', 'Heavy Assault Rifle Schematic 2', 1, 1000, '{\"Heavy Assault Rifle Schematic 1\": 5}', 1), (539, 'Blueprint_SkyAssaultRifle_4', 'Heavy Assault Rifle Schematic 3', 1, 1000, '{\"Heavy Assault Rifle Schematic 2\": 5}', 1), (540, 'Blueprint_SkyAssaultRifle_5', 'Heavy Assault Rifle Schematic 4', 1, 1000, '{\"Heavy Assault Rifle Schematic 3\": 5}', 1), (541, 'Blueprint_ElectricArcAssaultRifle_3', 'Plasma Rifle Schematic 2', 1, 1000, '{\"Plasma Rifle Schematic 1\": 5}', 1), (542, 'Blueprint_ElectricArcAssaultRifle_4', 'Plasma Rifle Schematic 3', 1, 1000, '{\"Plasma Rifle Schematic 2\": 5}', 1), (543, 'Blueprint_ElectricArcAssaultRifle_5', 'Plasma Rifle Schematic 4', 1, 1000, '{\"Plasma Rifle Schematic 3\": 5}', 1), (544, 'Blueprint_MakeshiftSubmachineGun_3', 'Makeshift SMG Schematic 2', 1, 1000, '{\"Makeshift SMG Schematic 1\": 5}', 1), (545, 'Blueprint_MakeshiftSubmachineGun_4', 'Makeshift SMG Schematic 3', 1, 1000, '{\"Makeshift SMG Schematic 2\": 5}', 1), (546, 'Blueprint_MakeshiftSubmachineGun_5', 'Makeshift SMG Schematic 4', 1, 1000, '{\"Makeshift SMG Schematic 3\": 5}', 1), (547, 'Blueprint_SubmachineGun_3', 'SMG Schematic 2', 1, 1000, '{\"SMG Schematic 1\": 5}', 1), (548, 'Blueprint_SubmachineGun_4', 'SMG Schematic 3', 1, 1000, '{\"SMG Schematic 2\": 5}', 1), (549, 'Blueprint_SubmachineGun_5', 'SMG Schematic 4', 1, 1000, '{\"SMG Schematic 3\": 5}', 1), (550, 'Blueprint_SkySubmachineGun_3', 'Combat SMG Schematic 2', 1, 1000, '{\"Combat SMG Schematic 1\": 5}', 1), (551, 'Blueprint_SkySubmachineGun_4', 'Combat SMG Schematic 3', 1, 1000, '{\"Combat SMG Schematic 2\": 5}', 1), (552, 'Blueprint_SkySubmachineGun_5', 'Combat SMG Schematic 4', 1, 1000, '{\"Combat SMG Schematic 3\": 5}', 1), (553, 'Blueprint_Launcher_Default_3', 'Rocket Launcher Schematic 2', 1, 1000, '{\"Rocket Launcher Schematic 1\": 5}', 1), (554, 'Blueprint_Launcher_Default_4', 'Rocket Launcher Schematic 3', 1, 1000, '{\"Rocket Launcher Schematic 2\": 5}', 1), (555, 'Blueprint_Launcher_Default_5', 'Rocket Launcher Schematic 4', 1, 1000, '{\"Rocket Launcher Schematic 3\": 5}', 1), (556, 'Blueprint_LaserRifle_3', 'Laser Rifle Schematic 2', 1, 1000, '{\"Laser Rifle Schematic 1\": 5}', 1), (557, 'Blueprint_LaserRifle_4', 'Laser Rifle Schematic 3', 1, 1000, '{\"Laser Rifle Schematic 2\": 5}', 1), (558, 'Blueprint_LaserRifle_5', 'Laser Rifle Schematic 4', 1, 1000, '{\"Laser Rifle Schematic 3\": 5}', 1), (559, 'Blueprint_ChargeLaserRifle_3', 'Charge Rifle Schematic 2', 1, 1000, '{\"Charge Rifle Schematic 1\": 5}', 1), (560, 'Blueprint_ChargeLaserRifle_4', 'Charge Rifle Schematic 3', 1, 1000, '{\"Charge Rifle Schematic 2\": 5}', 1), (561, 'Blueprint_ChargeLaserRifle_5', 'Charge Rifle Schematic 4', 1, 1000, '{\"Charge Rifle Schematic 3\": 5}', 1), (562, 'Blueprint_OverheatRifle_3', 'Overheat Rifle Schematic 2', 1, 1000, '{\"Overheat Rifle Schematic 1\": 5}', 1), (563, 'Blueprint_OverheatRifle_4', 'Overheat Rifle Schematic 3', 1, 1000, '{\"Overheat Rifle Schematic 2\": 5}', 1), (564, 'Blueprint_OverheatRifle_5', 'Overheat Rifle Schematic 4', 1, 1000, '{\"Overheat Rifle Schematic 3\": 5}', 1), (565, 'Blueprint_FlameThrower_3', 'Flamethrower Schematic 2', 1, 1000, '{\"Flamethrower Schematic 1\": 5}', 1), (566, 'Blueprint_FlameThrower_4', 'Flamethrower Schematic 3', 1, 1000, '{\"Flamethrower Schematic 2\": 5}', 1), (567, 'Blueprint_FlameThrower_5', 'Flamethrower Schematic 4', 1, 1000, '{\"Flamethrower Schematic 3\": 5}', 1), (568, 'Blueprint_GatlingGun_3', 'Gatling Gun Schematic 2', 1, 1000, '{\"Gatling Gun Schematic 1\": 5}', 1), (569, 'Blueprint_GatlingGun_4', 'Gatling Gun Schematic 3', 1, 1000, '{\"Gatling Gun Schematic 2\": 5}', 1), (570, 'Blueprint_GatlingGun_5', 'Gatling Gun Schematic 4', 1, 1000, '{\"Gatling Gun Schematic 3\": 5}', 1), (571, 'Blueprint_LaserGatlingGun_3', 'Laser Gatling Gun Schematic 2', 1, 1000, '{\"Laser Gatling Gun Schematic 1\": 5}', 1), (572, 'Blueprint_LaserGatlingGun_4', 'Laser Gatling Gun Schematic 3', 1, 1000, '{\"Laser Gatling Gun Schematic 2\": 5}', 1), (573, 'Blueprint_LaserGatlingGun_5', 'Laser Gatling Gun Schematic 4', 1, 1000, '{\"Laser Gatling Gun Schematic 3\": 5}', 1), (574, 'Blueprint_GrenadeLauncher_3', 'Grenade Launcher Schematic 2', 1, 1000, '{\"Grenade Launcher Schematic 1\": 5}', 1), (575, 'Blueprint_GrenadeLauncher_4', 'Grenade Launcher Schematic 3', 1, 1000, '{\"Grenade Launcher Schematic 2\": 5}', 1), (576, 'Blueprint_GrenadeLauncher_5', 'Grenade Launcher Schematic 4', 1, 1000, '{\"Grenade Launcher Schematic 3\": 5}', 1), (577, 'Blueprint_SkyGrenadeLauncher_3', 'Tactical Grenade Launcher Schematic 2', 1, 1000, '{\"Tactical Grenade Launcher Schematic 1\": 5}', 1), (578, 'Blueprint_SkyGrenadeLauncher_4', 'Tactical Grenade Launcher Schematic 3', 1, 1000, '{\"Tactical Grenade Launcher Schematic 2\": 5}', 1), (579, 'Blueprint_SkyGrenadeLauncher_5', 'Tactical Grenade Launcher Schematic 4', 1, 1000, '{\"Tactical Grenade Launcher Schematic 3\": 5}', 1), (580, 'Blueprint_GuidedMissileLauncher_3', 'Guided Missile Launcher Schematic 2', 1, 1000, '{\"Guided Missile Launcher Schematic 1\": 5}', 1), (581, 'Blueprint_GuidedMissileLauncher_4', 'Guided Missile Launcher Schematic 3', 1, 1000, '{\"Guided Missile Launcher Schematic 2\": 5}', 1), (582, 'Blueprint_GuidedMissileLauncher_5', 'Guided Missile Launcher Schematic 4', 1, 1000, '{\"Guided Missile Launcher Schematic 3\": 5}', 1), (583, 'Blueprint_MultiGuidedMissileLauncher_2', 'Multi Guided Missile Launcher Schematic 1', 1, 1000, '{\"Multi Guided Missile Launcher Schematic\": 5}', 1), (584, 'Blueprint_MultiGuidedMissileLauncher_3', 'Multi Guided Missile Launcher Schematic 2', 1, 1000, '{\"Multi Guided Missile Launcher Schematic 1\": 5}', 1), (585, 'Blueprint_MultiGuidedMissileLauncher_4', 'Multi Guided Missile Launcher Schematic 3', 1, 1000, '{\"Multi Guided Missile Launcher Schematic 2\": 5}', 1), (586, 'Blueprint_MultiGuidedMissileLauncher_5', 'Multi Guided Missile Launcher Schematic 4', 1, 1000, '{\"Multi Guided Missile Launcher Schematic 3\": 5}', 1), (587, 'Blueprint_EnergyRocketLauncher_3', 'Plasma Cannon Schematic 2', 1, 1000, '{\"Plasma Cannon Schematic 1\": 5}', 1), (588, 'Blueprint_EnergyRocketLauncher_4', 'Plasma Cannon Schematic 3', 1, 1000, '{\"Plasma Cannon Schematic 2\": 5}', 1), (589, 'Blueprint_EnergyRocketLauncher_5', 'Plasma Cannon Schematic 4', 1, 1000, '{\"Plasma Cannon Schematic 3\": 5}', 1), (590, 'Blueprint_BeamLauncher_3', 'Beam Launcher Schematic 2', 1, 1000, '{\"Beam Launcher Schematic 1\": 5}', 1), (591, 'Blueprint_BeamLauncher_4', 'Beam Launcher Schematic 3', 1, 1000, '{\"Beam Launcher Schematic 2\": 5}', 1), (592, 'Blueprint_BeamLauncher_5', 'Beam Launcher Schematic 4', 1, 1000, '{\"Beam Launcher Schematic 3\": 5}', 1), (593, 'Blueprint_DroneLauncher_3', 'Drone Launcher Schematic 2', 1, 1000, '{\"Drone Launcher Schematic 1\": 5}', 1), (594, 'Blueprint_DroneLauncher_4', 'Drone Launcher Schematic 3', 1, 1000, '{\"Drone Launcher Schematic 2\": 5}', 1), (595, 'Blueprint_DroneLauncher_5', 'Drone Launcher Schematic 4', 1, 1000, '{\"Drone Launcher Schematic 3\": 5}', 1), (596, 'Blueprint_YakushimaBlade004_2', 'Excalibur Schematic 1', 1, 1000, '{\"Excalibur Schematic\": 5}', 1), (597, 'Blueprint_YakushimaBlade004_3', 'Excalibur Schematic 2', 1, 1000, '{\"Excalibur Schematic 1\": 5}', 1), (598, 'Blueprint_YakushimaBlade004_4', 'Excalibur Schematic 3', 1, 1000, '{\"Excalibur Schematic 2\": 5}', 1), (599, 'Blueprint_YakushimaBlade004_5', 'Excalibur Schematic 4', 1, 1000, '{\"Excalibur Schematic 3\": 5}', 1), (600, 'Blueprint_YakushimaBlade002_2', 'Terra Blade Schematic 1', 1, 1000, '{\"Terra Blade Schematic\": 5}', 1), (601, 'Blueprint_YakushimaBlade002_3', 'Terra Blade Schematic 2', 1, 1000, '{\"Terra Blade Schematic 1\": 5}', 1), (602, 'Blueprint_YakushimaBlade002_4', 'Terra Blade Schematic 3', 1, 1000, '{\"Terra Blade Schematic 2\": 5}', 1), (603, 'Blueprint_YakushimaBlade002_5', 'Terra Blade Schematic 4', 1, 1000, '{\"Terra Blade Schematic 3\": 5}', 1), (604, 'Blueprint_YakushimaGun001_2', 'Vortex Beater Schematic 1', 1, 1000, '{\"Vortex Beater Schematic\": 5}', 1), (605, 'Blueprint_YakushimaGun001_3', 'Vortex Beater Schematic 2', 1, 1000, '{\"Vortex Beater Schematic 1\": 5}', 1), (606, 'Blueprint_YakushimaGun001_4', 'Vortex Beater Schematic 3', 1, 1000, '{\"Vortex Beater Schematic 2\": 5}', 1), (607, 'Blueprint_YakushimaGun001_5', 'Vortex Beater Schematic 4', 1, 1000, '{\"Vortex Beater Schematic 3\": 5}', 1), (608, 'Blueprint_YakushimaLantern001_2', 'Nightglow Schematic 1', 1, 1000, '{\"Nightglow Schematic\": 5}', 1), (609, 'Blueprint_YakushimaLantern001_3', 'Nightglow Schematic 2', 1, 1000, '{\"Nightglow Schematic 1\": 5}', 1), (610, 'Blueprint_YakushimaLantern001_4', 'Nightglow Schematic 3', 1, 1000, '{\"Nightglow Schematic 2\": 5}', 1), (611, 'Blueprint_YakushimaLantern001_5', 'Nightglow Schematic 4', 1, 1000, '{\"Nightglow Schematic 3\": 5}', 1), (612, 'Blueprint_YakushimaBlade003_2', 'Terraprisma Schematic 1', 1, 1000, '{\"Terraprisma Schematic\": 5}', 1), (613, 'Blueprint_YakushimaBlade003_3', 'Terraprisma Schematic 2', 1, 1000, '{\"Terraprisma Schematic 1\": 5}', 1), (614, 'Blueprint_YakushimaBlade003_4', 'Terraprisma Schematic 3', 1, 1000, '{\"Terraprisma Schematic 2\": 5}', 1), (615, 'Blueprint_YakushimaBlade003_5', 'Terraprisma Schematic 4', 1, 1000, '{\"Terraprisma Schematic 3\": 5}', 1), (616, 'Blueprint_ClothArmor_3', 'Cloth Outfit Schematic 2', 1, 1000, '{\"Cloth Outfit Schematic 1\": 5}', 1), (617, 'Blueprint_ClothArmor_4', 'Cloth Outfit Schematic 3', 1, 1000, '{\"Cloth Outfit Schematic 2\": 5}', 1), (618, 'Blueprint_ClothArmor_5', 'Cloth Outfit Schematic 4', 1, 1000, '{\"Cloth Outfit Schematic 3\": 5}', 1), (619, 'Blueprint_ClothArmorHeat_3', 'Tropical Outfit Schematic 2', 1, 1000, '{\"Tropical Outfit Schematic 1\": 5}', 1), (620, 'Blueprint_ClothArmorHeat_4', 'Tropical Outfit Schematic 3', 1, 1000, '{\"Tropical Outfit Schematic 2\": 5}', 1), (621, 'Blueprint_ClothArmorHeat_5', 'Tropical Outfit Schematic 4', 1, 1000, '{\"Tropical Outfit Schematic 3\": 5}', 1), (622, 'Blueprint_ClothArmorCold_3', 'Tundra Outfit Schematic 2', 1, 1000, '{\"Tundra Outfit Schematic 1\": 5}', 1), (623, 'Blueprint_ClothArmorCold_4', 'Tundra Outfit Schematic 3', 1, 1000, '{\"Tundra Outfit Schematic 2\": 5}', 1), (624, 'Blueprint_ClothArmorCold_5', 'Tundra Outfit Schematic 4', 1, 1000, '{\"Tundra Outfit Schematic 3\": 5}', 1), (625, 'Blueprint_FurArmor_3', 'Pelt Armor Schematic 2', 1, 1000, '{\"Pelt Armor Schematic 1\": 5}', 1), (626, 'Blueprint_FurArmor_4', 'Pelt Armor Schematic 3', 1, 1000, '{\"Pelt Armor Schematic 2\": 5}', 1), (627, 'Blueprint_FurArmor_5', 'Pelt Armor Schematic 4', 1, 1000, '{\"Pelt Armor Schematic 3\": 5}', 1), (628, 'Blueprint_FurArmorHeat_3', 'Heat Resistant Pelt Armor Schematic 2', 1, 1000, '{\"Heat Resistant Pelt Armor Schematic 1\": 5}', 1), (629, 'Blueprint_FurArmorHeat_4', 'Heat Resistant Pelt Armor Schematic 3', 1, 1000, '{\"Heat Resistant Pelt Armor Schematic 2\": 5}', 1), (630, 'Blueprint_FurArmorHeat_5', 'Heat Resistant Pelt Armor Schematic 4', 1, 1000, '{\"Heat Resistant Pelt Armor Schematic 3\": 5}', 1), (631, 'Blueprint_FurArmorCold_3', 'Cold Resistant Pelt Armor Schematic 2', 1, 1000, '{\"Cold Resistant Pelt Armor Schematic 1\": 5}', 1), (632, 'Blueprint_FurArmorCold_4', 'Cold Resistant Pelt Armor Schematic 3', 1, 1000, '{\"Cold Resistant Pelt Armor Schematic 2\": 5}', 1), (633, 'Blueprint_FurArmorCold_5', 'Cold Resistant Pelt Armor Schematic 4', 1, 1000, '{\"Cold Resistant Pelt Armor Schematic 3\": 5}', 1), (634, 'Blueprint_CopperArmor_3', 'Metal Armor Schematic 2', 1, 1000, '{\"Metal Armor Schematic 1\": 5}', 1), (635, 'Blueprint_CopperArmor_4', 'Metal Armor Schematic 3', 1, 1000, '{\"Metal Armor Schematic 2\": 5}', 1), (636, 'Blueprint_CopperArmor_5', 'Metal Armor Schematic 4', 1, 1000, '{\"Metal Armor Schematic 3\": 5}', 1), (637, 'Blueprint_CopperArmorHeat_3', 'Heat Resistant Metal Armor Schematic 2', 1, 1000, '{\"Heat Resistant Metal Armor Schematic 1\": 5}', 1), (638, 'Blueprint_CopperArmorHeat_4', 'Heat Resistant Metal Armor Schematic 3', 1, 1000, '{\"Heat Resistant Metal Armor Schematic 2\": 5}', 1), (639, 'Blueprint_CopperArmorHeat_5', 'Heat Resistant Metal Armor Schematic 4', 1, 1000, '{\"Heat Resistant Metal Armor Schematic 3\": 5}', 1), (640, 'Blueprint_CopperArmorCold_3', 'Cold Resistant Metal Armor Schematic 2', 1, 1000, '{\"Cold Resistant Metal Armor Schematic 1\": 5}', 1), (641, 'Blueprint_CopperArmorCold_4', 'Cold Resistant Metal Armor Schematic 3', 1, 1000, '{\"Cold Resistant Metal Armor Schematic 2\": 5}', 1), (642, 'Blueprint_CopperArmorCold_5', 'Cold Resistant Metal Armor Schematic 4', 1, 1000, '{\"Cold Resistant Metal Armor Schematic 3\": 5}', 1), (643, 'Blueprint_IronArmor_3', 'Refined Metal Armor Schematic 2', 1, 1000, '{\"Refined Metal Armor Schematic 1\": 5}', 1), (644, 'Blueprint_IronArmor_4', 'Refined Metal Armor Schematic 3', 1, 1000, '{\"Refined Metal Armor Schematic 2\": 5}', 1), (645, 'Blueprint_IronArmor_5', 'Refined Metal Armor Schematic 4', 1, 1000, '{\"Refined Metal Armor Schematic 3\": 5}', 1), (646, 'Blueprint_IronArmorHeat_3', 'Heat Resistant Refined Metal Armor Schematic 2', 1, 1000, '{\"Heat Resistant Refined Metal Armor Schematic 1\": 5}', 1), (647, 'Blueprint_IronArmorHeat_4', 'Heat Resistant Refined Metal Armor Schematic 3', 1, 1000, '{\"Heat Resistant Refined Metal Armor Schematic 2\": 5}', 1), (648, 'Blueprint_IronArmorHeat_5', 'Heat Resistant Refined Metal Armor Schematic 4', 1, 1000, '{\"Heat Resistant Refined Metal Armor Schematic 3\": 5}', 1), (649, 'Blueprint_IronArmorCold_3', 'Cold Resistant Refined Metal Armor Schematic 2', 1, 1000, '{\"Cold Resistant Refined Metal Armor Schematic 1\": 5}', 1), (650, 'Blueprint_IronArmorCold_4', 'Cold Resistant Refined Metal Armor Schematic 3', 1, 1000, '{\"Cold Resistant Refined Metal Armor Schematic 2\": 5}', 1), (651, 'Blueprint_IronArmorCold_5', 'Cold Resistant Refined Metal Armor Schematic 4', 1, 1000, '{\"Cold Resistant Refined Metal Armor Schematic 3\": 5}', 1), (652, 'Blueprint_StealArmor_3', 'Pal Metal Armor Schematic 2', 1, 1000, '{\"Pal Metal Armor Schematic 1\": 5}', 1), (653, 'Blueprint_StealArmor_4', 'Pal Metal Armor Schematic 3', 1, 1000, '{\"Pal Metal Armor Schematic 2\": 5}', 1), (654, 'Blueprint_StealArmor_5', 'Pal Metal Armor Schematic 4', 1, 1000, '{\"Pal Metal Armor Schematic 3\": 5}', 1), (655, 'Blueprint_StealArmorHeat_3', 'Heat Resistant Pal Metal Armor Schematic 2', 1, 1000, '{\"Heat Resistant Pal Metal Armor Schematic 1\": 5}', 1), (656, 'Blueprint_StealArmorHeat_4', 'Heat Resistant Pal Metal Armor Schematic 3', 1, 1000, '{\"Heat Resistant Pal Metal Armor Schematic 2\": 5}', 1), (657, 'Blueprint_StealArmorHeat_5', 'Heat Resistant Pal Metal Armor Schematic 4', 1, 1000, '{\"Heat Resistant Pal Metal Armor Schematic 3\": 5}', 1), (658, 'Blueprint_StealArmorCold_3', 'Cold Resistant Pal Metal Armor Schematic 2', 1, 1000, '{\"Cold Resistant Pal Metal Armor Schematic 1\": 5}', 1), (659, 'Blueprint_StealArmorCold_4', 'Cold Resistant Pal Metal Armor Schematic 3', 1, 1000, '{\"Cold Resistant Pal Metal Armor Schematic 2\": 5}', 1), (660, 'Blueprint_StealArmorCold_5', 'Cold Resistant Pal Metal Armor Schematic 4', 1, 1000, '{\"Cold Resistant Pal Metal Armor Schematic 3\": 5}', 1), (661, 'Blueprint_PlasticArmor_3', 'Plasteel Armor Schematic 2', 1, 1000, '{\"Plasteel Armor Schematic 1\": 5}', 1), (662, 'Blueprint_PlasticArmor_4', 'Plasteel Armor Schematic 3', 1, 1000, '{\"Plasteel Armor Schematic 2\": 5}', 1), (663, 'Blueprint_PlasticArmor_5', 'Plasteel Armor Schematic 4', 1, 1000, '{\"Plasteel Armor Schematic 3\": 5}', 1), (664, 'Blueprint_PlasticArmorHeat_3', 'Heat Resistant Plasteel Armor Schematic 2', 1, 1000, '{\"Heat Resistant Plasteel Armor Schematic 1\": 5}', 1), (665, 'Blueprint_PlasticArmorHeat_4', 'Heat Resistant Plasteel Armor Schematic 3', 1, 1000, '{\"Heat Resistant Plasteel Armor Schematic 2\": 5}', 1), (666, 'Blueprint_PlasticArmorHeat_5', 'Heat Resistant Plasteel Armor Schematic 4', 1, 1000, '{\"Heat Resistant Plasteel Armor Schematic 3\": 5}', 1), (667, 'Blueprint_PlasticArmorCold_3', 'Cold Resistant Plasteel Armor Schematic 2', 1, 1000, '{\"Cold Resistant Plasteel Armor Schematic 1\": 5}', 1), (668, 'Blueprint_PlasticArmorCold_4', 'Cold Resistant Plasteel Armor Schematic 3', 1, 1000, '{\"Cold Resistant Plasteel Armor Schematic 2\": 5}', 1), (669, 'Blueprint_PlasticArmorCold_5', 'Cold Resistant Plasteel Armor Schematic 4', 1, 1000, '{\"Cold Resistant Plasteel Armor Schematic 3\": 5}', 1), (670, 'Blueprint_PlasticArmorWeight_3', 'Lightweight Plasteel Armor Schematic 2', 1, 1000, '{\"Lightweight Plasteel Armor Schematic 1\": 5}', 1), (671, 'Blueprint_PlasticArmorWeight_4', 'Lightweight Plasteel Armor Schematic 3', 1, 1000, '{\"Lightweight Plasteel Armor Schematic 2\": 5}', 1), (672, 'Blueprint_PlasticArmorWeight_5', 'Lightweight Plasteel Armor Schematic 4', 1, 1000, '{\"Lightweight Plasteel Armor Schematic 3\": 5}', 1), (673, 'Blueprint_SFArmor_3', 'Hexolite Armor Schematic 2', 1, 1000, '{\"Hexolite Armor Schematic 1\": 5}', 1), (674, 'Blueprint_SFArmor_4', 'Hexolite Armor Schematic 3', 1, 1000, '{\"Hexolite Armor Schematic 2\": 5}', 1), (675, 'Blueprint_SFArmor_5', 'Hexolite Armor Schematic 4', 1, 1000, '{\"Hexolite Armor Schematic 3\": 5}', 1), (676, 'Blueprint_SFArmorHeat_3', 'Heat Resistant Hexolite Armor Schematic 2', 1, 1000, '{\"Heat Resistant Hexolite Armor Schematic 1\": 5}', 1), (677, 'Blueprint_SFArmorHeat_4', 'Heat Resistant Hexolite Armor Schematic 3', 1, 1000, '{\"Heat Resistant Hexolite Armor Schematic 2\": 5}', 1), (678, 'Blueprint_SFArmorHeat_5', 'Heat Resistant Hexolite Armor Schematic 4', 1, 1000, '{\"Heat Resistant Hexolite Armor Schematic 3\": 5}', 1), (679, 'Blueprint_SFArmorCold_3', 'Cold Resistant Hexolite Armor Schematic 2', 1, 1000, '{\"Cold Resistant Hexolite Armor Schematic 1\": 5}', 1), (680, 'Blueprint_SFArmorCold_4', 'Cold Resistant Hexolite Armor Schematic 3', 1, 1000, '{\"Cold Resistant Hexolite Armor Schematic 2\": 5}', 1), (681, 'Blueprint_SFArmorCold_5', 'Cold Resistant Hexolite Armor Schematic 4', 1, 1000, '{\"Cold Resistant Hexolite Armor Schematic 3\": 5}', 1), (682, 'Blueprint_SFArmorWeight_3', 'Lightweight Hexolite Armor Schematic 2', 1, 1000, '{\"Lightweight Hexolite Armor Schematic 1\": 5}', 1), (683, 'Blueprint_SFArmorWeight_4', 'Lightweight Hexolite Armor Schematic 3', 1, 1000, '{\"Lightweight Hexolite Armor Schematic 2\": 5}', 1), (684, 'Blueprint_SFArmorWeight_5', 'Lightweight Hexolite Armor Schematic 4', 1, 1000, '{\"Lightweight Hexolite Armor Schematic 3\": 5}', 1), (685, 'Blueprint_AncientArmor_3', 'Ancient Armor Schematic 2', 1, 1000, '{\"Ancient Armor Schematic 1\": 5}', 1), (686, 'Blueprint_AncientArmor_4', 'Ancient Armor Schematic 3', 1, 1000, '{\"Ancient Armor Schematic 2\": 5}', 1), (687, 'Blueprint_AncientArmor_5', 'Ancient Armor Schematic 4', 1, 1000, '{\"Ancient Armor Schematic 3\": 5}', 1), (688, 'Blueprint_AncientArmorHeat_3', 'Heat-Resistant Ancient Armor Schematic 2', 1, 1000, '{\"Heat-Resistant Ancient Armor Schematic 1\": 5}', 1), (689, 'Blueprint_AncientArmorHeat_4', 'Heat-Resistant Ancient Armor Schematic 3', 1, 1000, '{\"Heat-Resistant Ancient Armor Schematic 2\": 5}', 1), (690, 'Blueprint_AncientArmorHeat_5', 'Heat-Resistant Ancient Armor Schematic 4', 1, 1000, '{\"Heat-Resistant Ancient Armor Schematic 3\": 5}', 1), (691, 'Blueprint_AncientArmorCold_3', 'Cold-Resistant Ancient Armor Schematic 2', 1, 1000, '{\"Cold-Resistant Ancient Armor Schematic 1\": 5}', 1), (692, 'Blueprint_AncientArmorCold_4', 'Cold-Resistant Ancient Armor Schematic 3', 1, 1000, '{\"Cold-Resistant Ancient Armor Schematic 2\": 5}', 1), (693, 'Blueprint_AncientArmorCold_5', 'Cold-Resistant Ancient Armor Schematic 4', 1, 1000, '{\"Cold-Resistant Ancient Armor Schematic 3\": 5}', 1), (694, 'Blueprint_AncientArmorWeight_3', 'Lightweight Ancient Armor Schematic 2', 1, 1000, '{\"Lightweight Ancient Armor Schematic 1\": 5}', 1), (695, 'Blueprint_AncientArmorWeight_4', 'Lightweight Ancient Armor Schematic 3', 1, 1000, '{\"Lightweight Ancient Armor Schematic 2\": 5}', 1), (696, 'Blueprint_AncientArmorWeight_5', 'Lightweight Ancient Armor Schematic 4', 1, 1000, '{\"Lightweight Ancient Armor Schematic 3\": 5}', 1), (697, 'Blueprint_YakushimaArmor001_2', 'Hallowed Plate Mail Schematic 1', 1, 1000, '{\"Hallowed Plate Mail Schematic\": 5}', 1), (698, 'Blueprint_YakushimaArmor001_3', 'Hallowed Plate Mail Schematic 2', 1, 1000, '{\"Hallowed Plate Mail Schematic 1\": 5}', 1), (699, 'Blueprint_YakushimaArmor001_4', 'Hallowed Plate Mail Schematic 3', 1, 1000, '{\"Hallowed Plate Mail Schematic 2\": 5}', 1), (700, 'Blueprint_YakushimaArmor001_5', 'Hallowed Plate Mail Schematic 4', 1, 1000, '{\"Hallowed Plate Mail Schematic 3\": 5}', 1), (701, 'Blueprint_FurHelmet_3', 'Feathered Hair Band Schematic 2', 1, 1000, '{\"Feathered Hair Band Schematic 1\": 5}', 1), (702, 'Blueprint_FurHelmet_4', 'Feathered Hair Band Schematic 3', 1, 1000, '{\"Feathered Hair Band Schematic 2\": 5}', 1), (703, 'Blueprint_FurHelmet_5', 'Feathered Hair Band Schematic 4', 1, 1000, '{\"Feathered Hair Band Schematic 3\": 5}', 1), (704, 'Blueprint_CopperHelmet_3', 'Metal Helm Schematic 2', 1, 1000, '{\"Metal Helm Schematic 1\": 5}', 1), (705, 'Blueprint_CopperHelmet_4', 'Metal Helm Schematic 3', 1, 1000, '{\"Metal Helm Schematic 2\": 5}', 1), (706, 'Blueprint_CopperHelmet_5', 'Metal Helm Schematic 4', 1, 1000, '{\"Metal Helm Schematic 3\": 5}', 1), (707, 'Blueprint_IronHelmet_3', 'Refined Metal Helm Schematic 2', 1, 1000, '{\"Refined Metal Helm Schematic 1\": 5}', 1), (708, 'Blueprint_IronHelmet_4', 'Refined Metal Helm Schematic 3', 1, 1000, '{\"Refined Metal Helm Schematic 2\": 5}', 1), (709, 'Blueprint_IronHelmet_5', 'Refined Metal Helm Schematic 4', 1, 1000, '{\"Refined Metal Helm Schematic 3\": 5}', 1), (710, 'Blueprint_StealHelmet_3', 'Pal Metal Helm Schematic 2', 1, 1000, '{\"Pal Metal Helm Schematic 1\": 5}', 1), (711, 'Blueprint_StealHelmet_4', 'Pal Metal Helm Schematic 3', 1, 1000, '{\"Pal Metal Helm Schematic 2\": 5}', 1), (712, 'Blueprint_StealHelmet_5', 'Pal Metal Helm Schematic 4', 1, 1000, '{\"Pal Metal Helm Schematic 3\": 5}', 1), (713, 'Blueprint_PlasticHelmet_3', 'Plasteel Helmet Schematic 2', 1, 1000, '{\"Plasteel Helmet Schematic 1\": 5}', 1), (714, 'Blueprint_PlasticHelmet_4', 'Plasteel Helmet Schematic 3', 1, 1000, '{\"Plasteel Helmet Schematic 2\": 5}', 1), (715, 'Blueprint_PlasticHelmet_5', 'Plasteel Helmet Schematic 4', 1, 1000, '{\"Plasteel Helmet Schematic 3\": 5}', 1), (716, 'Blueprint_SFHelmet_3', 'Hexolite Helmet Schematic 2', 1, 1000, '{\"Hexolite Helmet Schematic 1\": 5}', 1), (717, 'Blueprint_SFHelmet_4', 'Hexolite Helmet Schematic 3', 1, 1000, '{\"Hexolite Helmet Schematic 2\": 5}', 1), (718, 'Blueprint_SFHelmet_5', 'Hexolite Helmet Schematic 4', 1, 1000, '{\"Hexolite Helmet Schematic 3\": 5}', 1), (719, 'Blueprint_AncientHelmet_3', 'Ancient Helm Schematic 2', 1, 1000, '{\"Ancient Helm Schematic 1\": 5}', 1), (720, 'Blueprint_AncientHelmet_4', 'Ancient Helm Schematic 3', 1, 1000, '{\"Ancient Helm Schematic 2\": 5}', 1), (721, 'Blueprint_AncientHelmet_5', 'Ancient Helm Schematic 4', 1, 1000, '{\"Ancient Helm Schematic 3\": 5}', 1), (722, 'Blueprint_YakushimaHeadEquip001_2', 'Hallowed Mask Schematic 1', 1, 1000, '{\"Hallowed Mask Schematic\": 5}', 1), (723, 'Blueprint_YakushimaHeadEquip001_3', 'Hallowed Mask Schematic 2', 1, 1000, '{\"Hallowed Mask Schematic 1\": 5}', 1), (724, 'Blueprint_YakushimaHeadEquip001_4', 'Hallowed Mask Schematic 3', 1, 1000, '{\"Hallowed Mask Schematic 2\": 5}', 1), (725, 'Blueprint_YakushimaHeadEquip001_5', 'Hallowed Mask Schematic 4', 1, 1000, '{\"Hallowed Mask Schematic 3\": 5}', 1), (726, 'Blueprint_YakushimaHeadEquip003_2', 'Hallowed Helmet Schematic 1', 1, 1000, '{\"Hallowed Helmet Schematic\": 5}', 1), (727, 'Blueprint_YakushimaHeadEquip003_3', 'Hallowed Helmet Schematic 2', 1, 1000, '{\"Hallowed Helmet Schematic 1\": 5}', 1), (728, 'Blueprint_YakushimaHeadEquip003_4', 'Hallowed Helmet Schematic 3', 1, 1000, '{\"Hallowed Helmet Schematic 2\": 5}', 1), (729, 'Blueprint_YakushimaHeadEquip003_5', 'Hallowed Helmet Schematic 4', 1, 1000, '{\"Hallowed Helmet Schematic 3\": 5}', 1), (730, 'Blueprint_YakushimaHeadEquip002_2', 'Hallowed Headgear Schematic 1', 1, 1000, '{\"Hallowed Headgear Schematic\": 5}', 1), (731, 'Blueprint_YakushimaHeadEquip002_3', 'Hallowed Headgear Schematic 2', 1, 1000, '{\"Hallowed Headgear Schematic 1\": 5}', 1), (732, 'Blueprint_YakushimaHeadEquip002_4', 'Hallowed Headgear Schematic 3', 1, 1000, '{\"Hallowed Headgear Schematic 2\": 5}', 1), (733, 'Blueprint_YakushimaHeadEquip002_5', 'Hallowed Headgear Schematic 4', 1, 1000, '{\"Hallowed Headgear Schematic 3\": 5}', 1), (734, 'Blueprint_YakushimaHeadEquip004_2', 'Hallowed Hood Schematic 1', 1, 1000, '{\"Hallowed Hood Schematic\": 5}', 1), (735, 'Blueprint_YakushimaHeadEquip004_3', 'Hallowed Hood Schematic 2', 1, 1000, '{\"Hallowed Hood Schematic 1\": 5}', 1), (736, 'Blueprint_YakushimaHeadEquip004_4', 'Hallowed Hood Schematic 3', 1, 1000, '{\"Hallowed Hood Schematic 2\": 5}', 1), (737, 'Blueprint_YakushimaHeadEquip004_5', 'Hallowed Hood Schematic 4', 1, 1000, '{\"Hallowed Hood Schematic 3\": 5}', 1), (738, 'PalSummon_NightLady', 'Bellanoir\'s Slab', 1, 10000, '{\"Bellanoir\'s Slab Fragment\": 4}', 4.11871), (739, 'PalSummon_NightLady_Dark', 'Bellanoir Libero\'s Slab', 1, 100000, '{\"Bellanoir Libero\'s Slab Fragment\": 4}', 18.3968), (740, 'PalSummon_KingBahamut_Dragon', 'Blazamut Ryu Slab', 1, 100000, '{\"Blazamut Ryu Slab Fragment\": 4}', 18.3968), (741, 'PalSummon_DarkMechaDragon', 'Xenolord Slab', 1, 100000, '{\"Xenolord Slab Fragment\": 4}', 18.3968), (742, 'PalSummon_YakushimaBoss002', 'Celestial Sigil', 1, 10000, '{\"Hallowed Bar\": 100}', 4.11871), (743, 'PalSummon_LegendDeer', 'Hartalis Slab', 1, 100000, '{\"Hartalis Slab Fragment\": 4}', 18.3968), (744, 'PalSummon_NightLady_Dark_2', 'Bellanoir Libero (Ultra) Slab', 1, 500000, '{\"Bellanoir Libero (Ultra) Slab Fragment\": 4}', 43.3238), (745, 'PalSummon_KingBahamut_Dragon_2', 'Blazamut Ryu (Ultra) Slab', 1, 500000, '{\"Blazamut Ryu (Ultra) Slab Fragment\": 4}', 43.3238), (746, 'PalSummon_DarkMechaDragon_2', 'Xenolord (Ultra) Slab', 1, 500000, '{\"Xenolord (Ultra) Slab Fragment\": 4}', 43.3238), (747, 'PalSummon_LegendDeer_2', 'Hartalis (Ultra) Slab', 1, 500000, '{\"Hartalis (Ultra) Slab Fragment\": 4}', 43.3238), (748, 'Salvage_TreasureBoxKey02', 'Powerful Fishing Magnet', 10, 400000, '{\"Hexolite\": 1, \"Bio Battery\": 1, \"Cryogenic Coolant\": 1}', 40.2271), (749, 'SkyLightBullet', 'Sunreach Rapid-Fire Ammo', 10, 250000, '{\"Gunpowder\": 1, \"Soralite Ingot\": 1}', 31.5889), (750, 'SkyHeavyBullet', 'Sunreach Single-Shot Ammo', 10, 250000, '{\"Soralite Ingot\": 2}', 31.5889), (751, 'Lantern', 'Hip Lantern', 1, 3000, '{\"Wood\": 10, \"Ingot\": 20, \"Flame Organ\": 10, \"Ancient Civilization Parts\": 5}', 1.79171), (752, 'Lantern_High', 'Enhanced Hip Lantern', 1, 30000, '{\"Wood\": 30, \"Ingot\": 30, \"Flame Organ\": 30, \"Ancient Civilization Parts\": 10}', 11.905), (753, 'AutoMealPouch_Tier1', 'Small Feed Bag', 1, 2000, '{\"Wood\": 5, \"Fiber\": 10, \"Leather\": 3}', 1.5), (754, 'AutoMealPouch_Tier2', 'Average Feed Bag', 1, 8000, '{\"Wood\": 10, \"Fiber\": 30, \"Leather\": 10}', 3.90306), (755, 'AutoMealPouch_Tier3', 'Large Feed Bag', 1, 30000, '{\"Wood\": 20, \"Fiber\": 50, \"Leather\": 20}', 11.905), (756, 'AutoMealPouch_Tier4', 'Huge Feed Bag', 1, 80000, '{\"Fiber\": 90, \"Leather\": 35, \"Hardwood\": 30, \"Carbon Fiber\": 10}', 18.3997), (757, 'AutoMealPouch_Tier5', 'Giant Feed Bag', 1, 200000, '{\"Fiber\": 200, \"Leather\": 50, \"Hardwood\": 50, \"Carbon Fiber\": 20}', 26.5027), (758, 'Unlock_Picking_Tier1', 'Lockpicking Tool v1', 1, 10000, '{\"Nail\": 5, \"Ingot\": 10, \"Paldium Fragment\": 10}', 4.11871), (759, 'Unlock_Picking_Tier2', 'Lockpicking Tool v2', 1, 30000, '{\"Nail\": 10, \"Ingot\": 20, \"Paldium Fragment\": 20}', 11.905), (760, 'Unlock_Picking_Tier3', 'Lockpicking Tool v3', 1, 100000, '{\"Nail\": 20, \"Pal Metal Ingot\": 30, \"Paldium Fragment\": 30}', 18.3968), (761, 'SkillUnlock_Boar', 'Rushoar Saddle', 1, 8000, '{\"Stone\": 10, \"Leather\": 3, \"Paldium Fragment\": 5}', 3.90306), (762, 'SkillUnlock_Kitsunebi', 'Foxparks\' Harness', 1, 5000, '{\"Leather\": 3, \"Flame Organ\": 5, \"Paldium Fragment\": 5}', 2.54388), (763, 'SkillUnlock_Kitsunebi_Ice', 'Foxparks Cryst\'s Harness', 1, 15000, '{\"Leather\": 10, \"Ice Organ\": 10, \"Paldium Fragment\": 20}', 5.43591), (764, 'SkillUnlock_Alpaca', 'Melpaca Saddle', 1, 6000, '{\"Wool\": 5, \"Leather\": 3, \"Paldium Fragment\": 5}', 3.06209), (765, 'SkillUnlock_FlyingManta', 'Celaray\'s Gloves', 1, 10000, '{\"Cloth\": 5, \"Paldium Fragment\": 5, \"Aquatic Pal Fluids\": 3}', 4.11871), (766, 'SkillUnlock_FlyingManta_Thunder', 'Celaray Lux\'s Gloves', 1, 12000, '{\"Cloth\": 10, \"Electric Organ\": 5, \"Paldium Fragment\": 6}', 4.68921), (767, 'SkillUnlock_Hedgehog', 'Jolthog\'s Gloves', 1, 5000, '{\"Cloth\": 5, \"Electric Organ\": 5, \"Paldium Fragment\": 5}', 2.54388), (768, 'SkillUnlock_Hedgehog_Ice', 'Jolthog Cryst\'s Gloves', 1, 6000, '{\"Cloth\": 6, \"Ice Organ\": 6, \"Paldium Fragment\": 6}', 3.06209), (769, 'SkillUnlock_DreamDemon', 'Daedream\'s Necklace', 1, 10000, '{\"Fiber\": 10, \"Leather\": 5, \"Paldium Fragment\": 10}', 4.11871), (770, 'SkillUnlock_Garm', 'Direhowl\'s Saddled Harness', 1, 10000, '{\"Fiber\": 15, \"Leather\": 10, \"Paldium Fragment\": 10}', 4.11871), (771, 'SkillUnlock_NegativeOctopus', 'Killamari\'s Gloves', 1, 10000, '{\"Cloth\": 5, \"Venom Gland\": 5, \"Paldium Fragment\": 10}', 4.11871), (772, 'SkillUnlock_NegativeOctopus_Neutral', 'Killamari Primo\'s Gloves', 1, 12000, '{\"Cloth\": 6, \"Paldium Fragment\": 12, \"Aquatic Pal Fluids\": 4}', 4.68921), (773, 'SkillUnlock_WeaselDragon', 'Chillet Saddle', 1, 15000, '{\"Cloth\": 5, \"Fiber\": 20, \"Leather\": 10, \"Paldium Fragment\": 20}', 5.43591), (774, 'SkillUnlock_WeaselDragon_Fire', 'Chillet Ignis Saddle', 1, 40000, '{\"Cloth\": 10, \"Fiber\": 30, \"Leather\": 20, \"Flame Organ\": 10, \"Paldium Fragment\": 30}', 14.878), (775, 'SkillUnlock_Carbunclo', 'Lifmunk\'s Submachine Gun', 1, 8000, '{\"Wood\": 20, \"Ingot\": 5, \"Stone\": 10, \"Paldium Fragment\": 10}', 3.90306), (776, 'SkillUnlock_Monkey', 'Tanzee\'s Assault Rifle', 1, 10000, '{\"Wood\": 15, \"Ingot\": 5, \"Stone\": 15, \"Paldium Fragment\": 10}', 4.11871), (777, 'SkillUnlock_Monkey_Fire', 'Tanzee Ignis\'s Assault Rifle', 1, 12000, '{\"Wood\": 18, \"Ingot\": 6, \"Stone\": 18, \"Flame Organ\": 10, \"Paldium Fragment\": 20}', 4.68921), (778, 'SkillUnlock_Deer', 'Eikthyrdeer Saddle', 1, 20000, '{\"Horn\": 3, \"Fiber\": 20, \"Ingot\": 10, \"Leather\": 5, \"Paldium Fragment\": 15}', 8.37238), (779, 'SkillUnlock_Deer_Ground', 'Eikthyrdeer Terra Saddle', 1, 24000, '{\"Horn\": 3, \"Fiber\": 24, \"Ingot\": 12, \"Leather\": 6, \"Paldium Fragment\": 18}', 9.8132), (780, 'SkillUnlock_Kirin', 'Univolt Saddle', 1, 10000, '{\"Ingot\": 5, \"Leather\": 10, \"Electric Organ\": 10, \"Paldium Fragment\": 15}', 4.11871), (781, 'SkillUnlock_Kirin_Ice', 'Univolt Cryst Saddle', 1, 12000, '{\"Leather\": 12, \"Ice Organ\": 10, \"Coralum Ingot\": 5, \"Paldium Fragment\": 20}', 4.68921), (782, 'SkillUnlock_FlameBuffalo', 'Arsox Saddle', 1, 10000, '{\"Fiber\": 25, \"Leather\": 15, \"Flame Organ\": 10, \"Paldium Fragment\": 15}', 4.11871), (783, 'SkillUnlock_HawkBird', 'Nitewing Saddle', 1, 30000, '{\"Cloth\": 10, \"Fiber\": 20, \"Ingot\": 15, \"Leather\": 20, \"Paldium Fragment\": 20}', 11.905), (784, 'SkillUnlock_Serpent', 'Surfent Saddle', 1, 8000, '{\"Leather\": 5, \"Paldium Fragment\": 10, \"Aquatic Pal Fluids\": 5}', 3.90306), (785, 'SkillUnlock_Serpent_Ground', 'Surfent Terra Saddle', 1, 9600, '{\"Ingot\": 6, \"Leather\": 6, \"Paldium Fragment\": 12}', 4.11871), (786, 'SkillUnlock_Penguin', 'Pengullet Rocket Launcher', 1, 30000, '{\"Ingot\": 20, \"Stone\": 20, \"Wooden Board\": 3, \"Paldium Fragment\": 20}', 11.905), (787, 'SkillUnlock_Penguin_Electric', 'Pengullet Lux\'s Rocket Launcher', 1, 36000, '{\"Ingot\": 24, \"Stone\": 24, \"Wooden Board\": 3, \"Electric Organ\": 20, \"Paldium Fragment\": 24}', 13.8492), (788, 'SkillUnlock_FlowerRabbit', 'Flopie\'s Necklace', 1, 10000, '{\"Fiber\": 20, \"Ingot\": 5, \"Leather\": 10, \"Paldium Fragment\": 15}', 4.11871), (789, 'SkillUnlock_ColorfulBird', 'Tocotoco\'s Gloves', 1, 10000, '{\"Cloth\": 10, \"Fiber\": 15, \"Leather\": 10, \"Flame Organ\": 10, \"Paldium Fragment\": 15}', 4.11871), (790, 'SkillUnlock_DrillGame', 'Digtoise\'s Headband', 1, 20000, '{\"Fiber\": 30, \"Ingot\": 10, \"Stone\": 50, \"Leather\": 20, \"Paldium Fragment\": 20}', 8.37238); INSERT INTO `crafting` (`ID`, `SourceKey`, `Name`, `Output`, `WorkAmount`, `Material`, `CraftExpRate`) VALUES (791, 'SkillUnlock_WindChimes', 'Hangyu\'s Gloves', 1, 10000, '{\"Cloth\": 5, \"Fiber\": 10, \"Ingot\": 3, \"Leather\": 3, \"Paldium Fragment\": 10}', 4.11871), (792, 'SkillUnlock_WindChimes_Ice', 'Hangyu Cryst\'s Glove', 1, 12000, '{\"Cloth\": 6, \"Fiber\": 12, \"Ingot\": 3, \"Leather\": 3, \"Paldium Fragment\": 12}', 4.68921), (793, 'SkillUnlock_NaughtyCat', 'Grintale Saddle', 1, 8000, '{\"Leather\": 10, \"Paldium Fragment\": 10}', 3.90306), (794, 'SkillUnlock_FairyDragon', 'Elphidran Saddle', 1, 15000, '{\"Fiber\": 20, \"Ingot\": 15, \"Leather\": 20, \"Paldium Fragment\": 20}', 5.43591), (795, 'SkillUnlock_FairyDragon_Water', 'Elphidran Aqua Saddle', 1, 18000, '{\"Fiber\": 24, \"Ingot\": 18, \"Leather\": 24, \"Paldium Fragment\": 24}', 6.05942), (796, 'SkillUnlock_PurpleSpider', 'Tarantriss Saddle', 1, 40000, '{\"Fiber\": 50, \"Leather\": 30, \"Venom Gland\": 30, \"Paldium Fragment\": 40}', 14.878), (797, 'SkillUnlock_BirdDragon', 'Vanwyrm Saddle', 1, 20000, '{\"Fiber\": 30, \"Ingot\": 15, \"Leather\": 20, \"Flame Organ\": 10, \"Paldium Fragment\": 20}', 8.37238), (798, 'SkillUnlock_BirdDragon_Ice', 'Vanwyrm Cryst Saddle', 1, 24000, '{\"Fiber\": 36, \"Ingot\": 18, \"Leather\": 24, \"Ice Organ\": 12, \"Paldium Fragment\": 24}', 9.8132), (799, 'SkillUnlock_MopKing', 'Sweepa Saddle', 1, 5000, '{\"Cloth\": 8, \"Leather\": 3, \"Paldium Fragment\": 10}', 2.54388), (800, 'SkillUnlock_RaijinDaughter', 'Dazzi\'s Necklace', 1, 20000, '{\"Fiber\": 15, \"Ingot\": 10, \"Leather\": 15, \"Paldium Fragment\": 20}', 8.37238), (801, 'SkillUnlock_RaijinDaughter_Water', 'Dazzi Noct\'s Necklace', 1, 40000, '{\"Fiber\": 30, \"Leather\": 10, \"Dark Fragment\": 10, \"Paldium Fragment\": 40}', 14.878), (802, 'SkillUnlock_KingAlpaca', 'Kingpaca Saddle', 1, 15000, '{\"Wool\": 30, \"Fiber\": 20, \"Ingot\": 15, \"Leather\": 20, \"Paldium Fragment\": 20}', 5.43591), (803, 'SkillUnlock_KingAlpaca_Ice', 'Kingpaca Cryst Saddle', 1, 18000, '{\"Wool\": 36, \"Fiber\": 24, \"Ingot\": 18, \"Leather\": 24, \"Paldium Fragment\": 24}', 6.05942), (804, 'SkillUnlock_Eagle', 'Galeclaw\'s Gloves', 1, 30000, '{\"Cloth\": 20, \"Fiber\": 30, \"Leather\": 20, \"Paldium Fragment\": 30}', 11.905), (805, 'SkillUnlock_BlueDragon', 'Azurobe Saddle', 1, 20000, '{\"Cloth\": 10, \"Fiber\": 30, \"Leather\": 25, \"Paldium Fragment\": 25, \"Aquatic Pal Fluids\": 10}', 8.37238), (806, 'SkillUnlock_BlueDragon_Ice', 'Azurobe Cryst Saddle', 1, 24000, '{\"Cloth\": 12, \"Fiber\": 36, \"Leather\": 30, \"Ice Organ\": 12, \"Paldium Fragment\": 30}', 9.8132), (807, 'SkillUnlock_FlowerDinosaur', 'Dinossom Saddle', 1, 20000, '{\"Fiber\": 30, \"Ingot\": 10, \"Leather\": 15, \"Paldium Fragment\": 20}', 8.37238), (808, 'SkillUnlock_FlowerDinosaur_Electric', 'Dinossom Lux Saddle', 1, 24000, '{\"Fiber\": 36, \"Ingot\": 12, \"Leather\": 18, \"Paldium Fragment\": 24}', 9.8132), (809, 'SkillUnlock_HadesBird', 'Helzephyr Saddle', 1, 30000, '{\"Cloth\": 10, \"Ingot\": 20, \"Leather\": 30, \"Electric Organ\": 20, \"Paldium Fragment\": 30}', 11.905), (810, 'SkillUnlock_HadesBird_Electric', 'Helzephyr Lux Saddle', 1, 100000, '{\"Leather\": 30, \"Refined Ingot\": 10, \"Electric Organ\": 30, \"Paldium Fragment\": 60}', 18.3968), (811, 'SkillUnlock_FengyunDeeper', 'Fenglope Saddle', 1, 40000, '{\"Cloth\": 20, \"Fiber\": 30, \"Ingot\": 20, \"Leather\": 30, \"Paldium Fragment\": 40}', 14.878), (812, 'SkillUnlock_FengyunDeeper_Electric', 'Fenglope Lux Saddle', 1, 60000, '{\"Fiber\": 30, \"Leather\": 30, \"Electric Organ\": 20, \"Paldium Fragment\": 45, \"High Quality Cloth\": 10}', 17.436), (813, 'SkillUnlock_IceSeal', 'Polapup Saddle', 1, 30000, '{\"Fiber\": 60, \"Ingot\": 30, \"Leather\": 30, \"Ice Organ\": 6, \"Paldium Fragment\": 30}', 11.905), (814, 'SkillUnlock_LeafMomonga', 'Herbil\'s Harness', 1, 20000, '{\"Fiber\": 40, \"Ingot\": 20, \"Leather\": 20, \"Paldium Fragment\": 25}', 8.37238), (815, 'SkillUnlock_FeatherOstrich', 'Dazemu Saddle', 1, 15000, '{\"Fiber\": 30, \"Ingot\": 15, \"Leather\": 20, \"Paldium Fragment\": 20}', 5.43591), (816, 'SkillUnlock_FireKirin', 'Pyrin Saddle', 1, 20000, '{\"Fiber\": 30, \"Ingot\": 15, \"Leather\": 25, \"Flame Organ\": 20, \"Paldium Fragment\": 25}', 8.37238), (817, 'SkillUnlock_FireKirin_Dark', 'Pyrin Noct Saddle', 1, 24000, '{\"Fiber\": 36, \"Ingot\": 18, \"Leather\": 30, \"Flame Organ\": 24, \"Paldium Fragment\": 30}', 9.8132), (818, 'SkillUnlock_GrassMammoth', 'Mammorest Saddle', 1, 100000, '{\"Wood\": 100, \"Fiber\": 70, \"Leather\": 50, \"Paldium Fragment\": 60, \"High Quality Pal Oil\": 10}', 18.3968), (819, 'SkillUnlock_GrassMammoth_Ice', 'Mammorest Cryst Saddle', 1, 120000, '{\"Wood\": 120, \"Fiber\": 84, \"Leather\": 60, \"Paldium Fragment\": 72, \"High Quality Pal Oil\": 12}', 18.9262), (820, 'SkillUnlock_ThunderBird', 'Beakon Saddle', 1, 20000, '{\"Cloth\": 10, \"Ingot\": 20, \"Leather\": 20, \"Electric Organ\": 20, \"Paldium Fragment\": 25}', 8.37238), (821, 'SkillUnlock_ThunderBird_Ice', 'Beakon Cryst Saddle', 1, 24000, '{\"Cloth\": 12, \"Leather\": 24, \"Ice Organ\": 20, \"Soralite Ingot\": 24, \"Paldium Fragment\": 30}', 9.8132), (822, 'SkillUnlock_ThunderDog', 'Rayhound Saddle', 1, 20000, '{\"Fiber\": 40, \"Ingot\": 20, \"Leather\": 20, \"Electric Organ\": 15, \"Paldium Fragment\": 25}', 8.37238), (823, 'SkillUnlock_Thunderdog_Ice', 'Rayhound Cryst Saddle', 1, 24000, '{\"Fiber\": 48, \"Ingot\": 20, \"Leather\": 24, \"Ice Organ\": 20, \"Paldium Fragment\": 30}', 9.8132), (824, 'SkillUnlock_GhostAnglerfish', 'Ghangler Saddle', 1, 20000, '{\"Cloth\": 10, \"Ingot\": 20, \"Leather\": 20, \"Paldium Fragment\": 25, \"Cryogenic Coolant\": 10}', 8.37238), (825, 'SkillUnlock_GhostAnglerfish_Fire', 'Ghangler Ignis Saddle', 1, 24000, '{\"Leather\": 24, \"Flame Organ\": 12, \"Refined Ingot\": 20, \"Paldium Fragment\": 30, \"High Quality Cloth\": 12}', 9.8132), (826, 'SkillUnlock_GrassPanda', 'Mossanda\'s Grenade Launcher', 1, 100000, '{\"Ingot\": 50, \"Paldium Fragment\": 40, \"High Quality Pal Oil\": 20}', 18.3968), (827, 'SkillUnlock_GrassPanda_Electric', 'Mossanda Lux\'s Grenade Launcher', 1, 120000, '{\"Ingot\": 60, \"Paldium Fragment\": 48, \"High Quality Pal Oil\": 24}', 18.9262), (828, 'SkillUnlock_IceDeer', 'Reindrix Saddle', 1, 20000, '{\"Horn\": 20, \"Ingot\": 20, \"Leather\": 25, \"Ice Organ\": 10, \"Paldium Fragment\": 25}', 8.37238), (829, 'SkillUnlock_Manticore', 'Blazehowl Saddle', 1, 30000, '{\"Fiber\": 50, \"Ingot\": 30, \"Leather\": 30, \"Flame Organ\": 20, \"Paldium Fragment\": 30}', 11.905), (830, 'SkillUnlock_Manticore_Dark', 'Blazehowl Noct Saddle', 1, 36000, '{\"Fiber\": 60, \"Ingot\": 36, \"Leather\": 36, \"Flame Organ\": 24, \"Paldium Fragment\": 36}', 13.8492), (831, 'SkillUnlock_RedArmorBird', 'Ragnahawk Saddle', 1, 20000, '{\"Cloth\": 10, \"Ingot\": 20, \"Leather\": 25, \"Flame Organ\": 20, \"Paldium Fragment\": 25}', 8.37238), (832, 'SkillUnlock_SakuraSaurus', 'Broncherry Saddle', 1, 20000, '{\"Fiber\": 30, \"Ingot\": 15, \"Leather\": 20, \"Paldium Fragment\": 20}', 8.37238), (833, 'SkillUnlock_SakuraSaurus_Water', 'Broncherry Aqua Saddle', 1, 24000, '{\"Fiber\": 36, \"Leather\": 24, \"Refined Ingot\": 20, \"Paldium Fragment\": 24}', 9.8132), (834, 'SkillUnlock_TropicalOstrich', 'Palumba Saddle', 1, 40000, '{\"Cloth\": 30, \"Ingot\": 30, \"Leather\": 30, \"Paldium Fragment\": 40}', 14.878), (835, 'SkillUnlock_Plesiosaur', 'Braloha Saddle', 1, 40000, '{\"Cloth\": 20, \"Fiber\": 30, \"Leather\": 20, \"Refined Ingot\": 10, \"Paldium Fragment\": 30}', 14.878), (836, 'SkillUnlock_VolcanoDragon', 'Moldron Saddle', 1, 40000, '{\"Cloth\": 20, \"Leather\": 20, \"Flame Organ\": 5, \"Refined Ingot\": 15, \"Paldium Fragment\": 30}', 14.878), (837, 'SkillUnlock_VolcanoDragon_Ice', 'Moldron Cryst Saddle', 1, 48000, '{\"Leather\": 24, \"Ice Organ\": 20, \"Coralum Ingot\": 18, \"Paldium Fragment\": 40, \"High Quality Cloth\": 24}', 16.1427), (838, 'SkillUnlock_GhostBeast', 'Maraith Saddle', 1, 10000, '{\"Fiber\": 25, \"Leather\": 15, \"Refined Ingot\": 10, \"Paldium Fragment\": 20}', 4.11871), (839, 'SkillUnlock_SkyDragon', 'Quivern Saddle', 1, 30000, '{\"Cloth\": 10, \"Leather\": 30, \"Refined Ingot\": 20, \"Paldium Fragment\": 30, \"Cryogenic Coolant\": 10}', 11.905), (840, 'SkillUnlock_SkyDragon_Grass', 'Quivern Botan Saddle', 1, 40000, '{\"Cloth\": 20, \"Leather\": 30, \"Refined Ingot\": 30, \"Paldium Fragment\": 40, \"Cryogenic Coolant\": 10}', 14.878), (841, 'SkillUnlock_BlackMetalDragon', 'Astegon Saddle', 1, 80000, '{\"Ingot\": 50, \"Leather\": 30, \"Refined Ingot\": 50, \"Paldium Fragment\": 55, \"Corrosive Solvent\": 10}', 18.3997), (842, 'SkillUnlock_MushroomDragon', 'Shroomer Saddle', 1, 40000, '{\"Fiber\": 30, \"Leather\": 20, \"Mushroom\": 20, \"Refined Ingot\": 10, \"Paldium Fragment\": 30}', 14.878), (843, 'SkillUnlock_MushroomDragon_Dark', 'Shroomer Noct Saddle', 1, 40000, '{\"Fiber\": 30, \"Leather\": 20, \"Refined Ingot\": 10, \"Paldium Fragment\": 30, \"Mysterious Mushroom\": 20}', 14.878), (844, 'SkillUnlock_ElecPanda', 'Grizzbolt\'s Minigun', 1, 150000, '{\"Polymer\": 20, \"Refined Ingot\": 50, \"Paldium Fragment\": 75, \"High Quality Pal Oil\": 10}', 21.0081), (845, 'SkillUnlock_WhiteAlienDragon', 'Xenogard Saddle', 1, 100000, '{\"Leather\": 20, \"Paldium Fragment\": 50, \"Meteorite Fragment\": 30}', 18.3968), (846, 'SkillUnlock_GuardianDog', 'Yakumo Saddle', 1, 40000, '{\"Fiber\": 50, \"Leather\": 30, \"Refined Ingot\": 20, \"Paldium Fragment\": 40}', 14.878), (847, 'SkillUnlock_IceNarwhal', 'Whalaska Saddle', 1, 20000, '{\"Cloth\": 10, \"Leather\": 20, \"Refined Ingot\": 20, \"Paldium Fragment\": 25, \"Cryogenic Coolant\": 10}', 8.37238), (848, 'SkillUnlock_IceNarwhal_Fire', 'Whalaska Ignis Saddle', 1, 24000, '{\"Cloth\": 12, \"Leather\": 24, \"Flame Organ\": 20, \"Soralite Ingot\": 20, \"Paldium Fragment\": 30}', 9.8132), (849, 'SkillUnlock_VolcanicMonster', 'Reptyro Saddle', 1, 15000, '{\"Leather\": 20, \"Flame Organ\": 20, \"Refined Ingot\": 20, \"Paldium Fragment\": 20}', 5.43591), (850, 'SkillUnlock_VolcanicMonster_Ice', 'Reptyro Cryst Saddle', 1, 18000, '{\"Leather\": 24, \"Ice Organ\": 24, \"Refined Ingot\": 24, \"Paldium Fragment\": 24}', 6.05942), (851, 'SkillUnlock_Suzaku', 'Suzaku Saddle', 1, 50000, '{\"Leather\": 20, \"Flame Organ\": 20, \"Refined Ingot\": 25, \"Paldium Fragment\": 40}', 16.3992), (852, 'SkillUnlock_Suzaku_Water', 'Suzaku Aqua Saddle', 1, 60000, '{\"Leather\": 24, \"Refined Ingot\": 30, \"Paldium Fragment\": 48, \"Aquatic Pal Fluids\": 24}', 17.436), (853, 'SkillUnlock_LazyDragon', 'Relaxaurus\' Missile Launcher', 1, 200000, '{\"Ingot\": 100, \"Polymer\": 35, \"Refined Ingot\": 100, \"Paldium Fragment\": 85}', 26.5027), (854, 'SkillUnlock_LazyDragon_Electric', 'Relaxaurus Lux\'s Missile Launcher', 1, 240000, '{\"Ingot\": 120, \"Polymer\": 42, \"Refined Ingot\": 120, \"Paldium Fragment\": 102}', 30.7376), (855, 'SkillUnlock_Yeti', 'Wumpo Saddle', 1, 40000, '{\"Fiber\": 50, \"Leather\": 30, \"Ice Organ\": 20, \"Refined Ingot\": 10, \"Paldium Fragment\": 40}', 14.878), (856, 'SkillUnlock_Yeti_Grass', 'Wumpo Botan Saddle', 1, 48000, '{\"Fiber\": 60, \"Leather\": 36, \"Refined Ingot\": 12, \"Beautiful Flower\": 24, \"Paldium Fragment\": 48}', 16.1427), (857, 'SkillUnlock_BlackGriffon', 'Shadowbeak Saddle', 1, 60000, '{\"Leather\": 50, \"Refined Ingot\": 40, \"Paldium Fragment\": 45, \"Corrosive Solvent\": 15}', 17.436), (858, 'SkillUnlock_GrassGolem', 'Dualith Saddle', 1, 40000, '{\"Leather\": 30, \"Refined Ingot\": 10, \"Paldium Fragment\": 40, \"High Quality Cloth\": 20}', 14.878), (859, 'SkillUnlock_GrassGolem_Dark', 'Dualith Noct Saddle', 1, 48000, '{\"Leather\": 36, \"Dark Fragment\": 20, \"Soralite Ingot\": 12, \"Paldium Fragment\": 40, \"High Quality Cloth\": 24}', 16.1427), (860, 'SkillUnlock_CubeTurtle', 'Tetroise Saddle', 1, 40000, '{\"Leather\": 32, \"Refined Ingot\": 30, \"Paldium Fragment\": 45, \"High Quality Cloth\": 20}', 14.878), (861, 'SkillUnlock_CubeTurtle_Neutral', 'Tetroise Primo Saddle', 1, 48000, '{\"Leather\": 38, \"Paloxite Ingot\": 16, \"Paldium Fragment\": 40, \"High Quality Cloth\": 24}', 16.1427), (862, 'SkillUnlock_BadCatgirl', 'Nyafia\'s Shotgun', 1, 200000, '{\"Polymer\": 30, \"Dark Fragment\": 30, \"Refined Ingot\": 50, \"Paldium Fragment\": 85}', 26.5027), (863, 'SkillUnlock_MoonQueen', 'Selyne Saddle', 1, 100000, '{\"Leather\": 20, \"Plasteel\": 30, \"Paldium Fragment\": 60, \"Meteorite Fragment\": 10}', 18.3968), (864, 'SkillUnlock_SumoDog', 'Bulldosu Saddle', 1, 18000, '{\"Cloth\": 15, \"Fiber\": 24, \"Leather\": 24, \"Plasteel\": 30, \"Paldium Fragment\": 24}', 6.05942), (865, 'SkillUnlock_GoldenHorse', 'Gildane Saddle', 1, 100000, '{\"Leather\": 40, \"Paldium Fragment\": 60, \"High Quality Cloth\": 20}', 18.3968), (866, 'SkillUnlock_IceSeal_Ground', 'Polapup Terra Saddle', 1, 36000, '{\"Fiber\": 72, \"Leather\": 36, \"Plasteel\": 30, \"Ice Organ\": 7, \"Paldium Fragment\": 36}', 13.8492), (867, 'SkillUnlock_NightBlueHorse', 'Starryon Saddle', 1, 100000, '{\"Leather\": 30, \"Dark Fragment\": 20, \"Paldium Fragment\": 60, \"High Quality Cloth\": 15}', 18.3968), (868, 'SkillUnlock_NightBlueHorse_Neutral', 'Starryon Primo Saddle', 1, 120000, '{\"Leather\": 36, \"Dark Fragment\": 24, \"Paldium Fragment\": 65, \"High Quality Cloth\": 18, \"High Quality Pal Oil\": 20}', 18.9262), (869, 'SkillUnlock_AmaterasuWolf', 'Kitsun Saddle', 1, 10000, '{\"Cloth\": 10, \"Leather\": 25, \"Flame Organ\": 15, \"Paldium Fragment\": 20}', 4.11871), (870, 'SkillUnlock_AmaterasuWolf_Dark', 'Kitsun Noct Saddle', 1, 40000, '{\"Leather\": 30, \"Flame Organ\": 30, \"Paldium Fragment\": 40, \"High Quality Cloth\": 10}', 14.878), (871, 'SkillUnlock_BlackPuppy', 'Smokie\'s Harness', 1, 40000, '{\"Fiber\": 50, \"Leather\": 20, \"Dark Fragment\": 5, \"Paldium Fragment\": 40}', 14.878), (872, 'SkillUnlock_BlueThunderHorse', 'Azurmane Saddle', 1, 100000, '{\"Leather\": 30, \"Electric Organ\": 50, \"Paldium Fragment\": 60, \"High Quality Cloth\": 15}', 18.3968), (873, 'SkillUnlock_Horus', 'Faleris Saddle', 1, 30000, '{\"Leather\": 30, \"Hexolite\": 5, \"Flame Organ\": 25, \"Paldium Fragment\": 30, \"High Quality Cloth\": 10}', 11.905), (874, 'SkillUnlock_Horus_Water', 'Faleris Aqua Saddle', 1, 150000, '{\"Leather\": 30, \"Hexolite\": 5, \"Paldium Fragment\": 75, \"Aquatic Pal Fluids\": 30, \"High Quality Cloth\": 20}', 21.0081), (875, 'SkillUnlock_WhiteShieldDragon', 'Silvegis Saddle', 1, 150000, '{\"Leather\": 30, \"Hexolite\": 15, \"Paldium Fragment\": 75}', 21.0081), (876, 'SkillUnlock_KingSunfish', 'Solmora Saddle', 1, 20000, '{\"Cloth\": 10, \"Leather\": 20, \"Coralum Ingot\": 10, \"Paldium Fragment\": 25}', 8.37238), (877, 'SkillUnlock_KingSunfish_Thunder', 'Solmora Lux Saddle', 1, 24000, '{\"Cloth\": 12, \"Leather\": 24, \"Coralum Ingot\": 12, \"Electric Organ\": 20, \"Paldium Fragment\": 30}', 9.8132), (878, 'SkillUnlock_ThunderFluffyBird', 'Dynamoff Saddle', 1, 30000, '{\"Cloth\": 10, \"Leather\": 20, \"Electric Organ\": 10, \"Soralite Ingot\": 10, \"Paldium Fragment\": 30}', 11.905), (879, 'SkillUnlock_DarkMechaDragon', 'Xenolord Saddle', 1, 1000000, '{\"Leather\": 30, \"Dark Fragment\": 50, \"Paldium Fragment\": 200, \"Meteorite Fragment\": 30}', 48.7983), (880, 'SkillUnlock_GhostDragon', 'Eidrolon Saddle', 1, 60000, '{\"Leather\": 40, \"Soralite Ingot\": 20, \"Paldium Fragment\": 45, \"High Quality Cloth\": 30}', 17.436), (881, 'SkillUnlock_GhostDragon_Fire', 'Eidrolon Ignis Saddle', 1, 72000, '{\"Leather\": 48, \"Flame Organ\": 20, \"Paloxite Ingot\": 24, \"Paldium Fragment\": 50, \"High Quality Cloth\": 36}', 18.1655), (882, 'SkillUnlock_ThiefBird', 'Roujay Saddle', 1, 18000, '{\"Leather\": 24, \"Soralite Ingot\": 10, \"Paldium Fragment\": 24, \"High Quality Cloth\": 20}', 6.05942), (883, 'SkillUnlock_LotusDragon', 'Ophydia Saddle', 1, 150000, '{\"Leather\": 30, \"Soralite Ingot\": 24, \"Paldium Fragment\": 75, \"Aquatic Pal Fluids\": 15, \"High Quality Cloth\": 20}', 21.0081), (884, 'SkillUnlock_SnowTigerBeastman', 'Bastigor\'s Hammer', 1, 500000, '{\"Ice Organ\": 50, \"Soralite Ingot\": 30, \"Paldium Fragment\": 140}', 43.3238), (885, 'SkillUnlock_BlueSkyDragon', 'Shaolong Saddle', 1, 180000, '{\"Leather\": 40, \"Soralite Ingot\": 32, \"Paldium Fragment\": 83, \"High Quality Cloth\": 32}', 24.2386), (886, 'SkillUnlock_DomeArmorDragon', 'Aegidron Saddle', 1, 50000, '{\"Leather\": 30, \"Flame Organ\": 10, \"Paloxite Ingot\": 18, \"Paldium Fragment\": 46, \"High Quality Cloth\": 24}', 16.3992), (887, 'SkillUnlock_Umihebi', 'Jormuntide Saddle', 1, 40000, '{\"Fiber\": 60, \"Leather\": 36, \"Refined Ingot\": 24, \"Paldium Fragment\": 48, \"Cryogenic Coolant\": 24}', 14.878), (888, 'SkillUnlock_Umihebi_Fire', 'Jormuntide Ignis Saddle', 1, 48000, '{\"Fiber\": 72, \"Leather\": 43, \"Hexolite\": 28, \"Flame Organ\": 28, \"Paldium Fragment\": 57}', 16.1427), (889, 'SkillUnlock_KingBahamut', 'Blazamut Saddle', 1, 50000, '{\"Ingot\": 24, \"Leather\": 36, \"Refined Ingot\": 36, \"Paldium Fragment\": 48}', 16.3992), (890, 'SkillUnlock_KingBahamut_Dragon', 'Blazamut Ryu Saddle', 1, 100000, '{\"Leather\": 43, \"Plasteel\": 43, \"Flame Organ\": 60, \"Paldium Fragment\": 57}', 18.3968), (891, 'SkillUnlock_WhiteDeer', 'Celesdir Saddle', 1, 150000, '{\"Leather\": 36, \"Paldium Fragment\": 80, \"High Quality Cloth\": 24, \"High Quality Recovery Meds\": 5}', 21.0081), (892, 'SkillUnlock_WhiteDeer_Dark', 'Celesdir Noct Saddle', 1, 180000, '{\"Leather\": 43, \"Dark Fragment\": 20, \"Paldium Fragment\": 96, \"High Quality Cloth\": 28, \"High Quality Recovery Meds\": 6}', 24.2386), (893, 'SkillUnlock_SaintCentaur', 'Paladius Saddle', 1, 200000, '{\"Leather\": 36, \"Hexolite\": 24, \"Pal Metal Ingot\": 36, \"Paldium Fragment\": 102}', 26.5027), (894, 'SkillUnlock_BlackCentaur', 'Necromus Saddle', 1, 200000, '{\"Leather\": 36, \"Hexolite\": 24, \"Pal Metal Ingot\": 36, \"Paldium Fragment\": 102}', 26.5027), (895, 'SkillUnlock_IceHorse', 'Frostallion Saddle', 1, 150000, '{\"Leather\": 36, \"Ice Organ\": 60, \"Coralum Ingot\": 36, \"Paldium Fragment\": 80}', 21.0081), (896, 'SkillUnlock_IceHorse_Dark', 'Frostallion Noct Saddle', 1, 180000, '{\"Leather\": 43, \"Venom Gland\": 72, \"Coralum Ingot\": 43, \"Paldium Fragment\": 96}', 24.2386), (897, 'SkillUnlock_PoseidonOrca', 'Neptilius Saddle', 1, 1000000, '{\"Leather\": 48, \"Coralum Ingot\": 48, \"Paldium Fragment\": 200, \"Aquatic Pal Fluids\": 80}', 48.7983), (898, 'SkillUnlock_LegendDeer', 'Hartalis Saddle', 1, 1000000, '{\"Leather\": 60, \"Coralum Ingot\": 48, \"Paldium Fragment\": 200, \"High Quality Cloth\": 48}', 48.7983), (899, 'SkillUnlock_JetDragon', 'Jetragon\'s Missile Launcher', 1, 500000, '{\"AI Core\": 24, \"Leather\": 70, \"Paloxite Ingot\": 60, \"Paldium Fragment\": 210}', 43.3238), (900, 'UnlockEquipmentSlot_Weapon_01', 'Extra Weapon Holster', 1, 50000, '{\"Fiber\": 30, \"Leather\": 20, \"Wooden Board\": 20}', 16.3992), (901, 'UnlockEquipmentSlot_Weapon_02', 'Extra Weapon Holster 2', 1, 200000, '{\"Fiber\": 100, \"Leather\": 40, \"Carbon Fiber\": 20, \"High Quality Wooden Board\": 40}', 26.5027), (902, 'AdditionalInventory_001', 'Small Pouch', 1, 50000, '{\"Fiber\": 20, \"Leather\": 10, \"Wooden Board\": 10}', 16.3992), (903, 'AdditionalInventory_002', 'Medium Pouch', 1, 100000, '{\"Fiber\": 50, \"Leather\": 20, \"Hardwood\": 50}', 18.3968), (904, 'AdditionalInventory_003', 'Large Pouch', 1, 200000, '{\"Fiber\": 80, \"Leather\": 30, \"Carbon Fiber\": 10, \"High Quality Wooden Board\": 20}', 26.5027), (905, 'AdditionalInventory_004', 'Giant Pouch', 1, 400000, '{\"Fiber\": 120, \"Leather\": 40, \"Carbon Fiber\": 20, \"High Quality Wooden Board\": 50}', 40.2271), (906, 'SphereModule_Heavy', 'Heavy Weight Module', 1, 3000, '{\"Ingot\": 10, \"Stone\": 20, \"Paldium Fragment\": 10}', 1.79171), (907, 'SphereModule_Curve', 'Curve Module', 1, 45000, '{\"Ingot\": 30, \"Stone\": 50, \"Paldium Fragment\": 30, \"Ancient Civilization Parts\": 2}', 15.718), (908, 'SphereModule_Sniper', 'Sniper Module', 1, 130000, '{\"Ingot\": 50, \"Cement\": 30, \"Paldium Fragment\": 50, \"Ancient Civilization Parts\": 8}', 19.2709), (909, 'SphereModule_Curve2', 'Slider Module', 1, 600000, '{\"Carbon Fiber\": 15, \"Refined Ingot\": 30, \"Paldium Fragment\": 100, \"Corrosive Solvent\": 8, \"Ancient Civilization Parts\": 10}', 46.9246), (910, 'SphereModule_Sniper2', 'Sniper Module II', 1, 2000000, '{\"Carbon Fiber\": 30, \"Pal Metal Ingot\": 30, \"Paldium Fragment\": 200, \"Ancient Civilization Core\": 2, \"Ancient Civilization Parts\": 20}', 51.0565), (911, 'SphereModule_Homing', 'Homing Module', 1, 10000000, '{\"AI Core\": 3, \"Dark Fragment\": 50, \"Soralite Ingot\": 50, \"Ancient Civilization Core\": 5, \"Ancient Civilization Parts\": 40}', 255.439), (912, 'QuestItem_Zoe_Halloweenskin_1', 'Zoe\'s Halloween Costume', 1, 5000, '{\"Cloth\": 5, \"Leather\": 5}', 2.54388), (913, 'WhaleWhistle', 'Echoing Flute', 1, 300, '{\"Marine Echobone\": 1, \"Silent Echobone\": 1, \"Seafoam Echobone\": 1, \"Tidewind Echobone\": 1}', 1); -- -------------------------------------------------------- -- -- Table structure for table `craftingi18n` -- CREATE TABLE `craftingi18n` ( `ID` int NOT NULL, `CraftingID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Material` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `craftingi18n` -- INSERT INTO `craftingi18n` (`ID`, `CraftingID`, `LanguageCode`, `Name`, `Material`) VALUES (1, 1, 'zh-Hans', '金币', '{\"金属锭\": 30}'), (2, 2, 'zh-Hans', '帕鲁球', '{\"帕鲁矿碎块\": 1}'), (3, 3, 'zh-Hans', '高级帕鲁球', '{\"木材\": 3, \"石头\": 3, \"金属锭\": 1, \"帕鲁矿碎块\": 1}'), (4, 4, 'zh-Hans', '优质帕鲁球', '{\"木材\": 5, \"石头\": 5, \"金属锭\": 2, \"帕鲁矿碎块\": 2}'), (5, 5, 'zh-Hans', '特级帕鲁球', '{\"木材\": 8, \"石头\": 8, \"金属锭\": 3, \"帕鲁矿碎块\": 3}'), (6, 6, 'zh-Hans', '大师帕鲁球', '{\"木材\": 10, \"石头\": 10, \"帕鲁矿碎块\": 5, \"精炼金属锭\": 3}'), (7, 7, 'zh-Hans', '传奇帕鲁球', '{\"石头\": 20, \"硬木材\": 3, \"帕鲁矿碎块\": 5, \"帕鲁金属锭\": 3}'), (8, 8, 'zh-Hans', '究极帕鲁球', '{\"塑钢\": 1, \"硬木材\": 10, \"帕鲁矿碎块\": 10, \"帕鲁金属锭\": 5}'), (9, 9, 'zh-Hans', '超限帕鲁球', '{\"塑钢\": 1, \"硬木材\": 10, \"六棱晶锭\": 1, \"帕鲁矿碎块\": 15}'), (10, 10, 'zh-Hans', '烈阳帕鲁球', '{\"硬木材\": 10, \"帕鲁矿碎块\": 30, \"烈阳金属锭\": 2}'), (11, 11, 'zh-Hans', '远古帕鲁球', '{\"神秘木材\": 3, \"帕鲁树晶锭\": 6, \"帕鲁矿碎块\": 30}'), (12, 12, 'zh-Hans', '箭', '{\"木材\": 2, \"石头\": 2}'), (13, 13, 'zh-Hans', '毒箭', '{\"木材\": 2, \"毒腺\": 1, \"石头\": 2}'), (14, 14, 'zh-Hans', '火箭', '{\"木材\": 2, \"石头\": 2, \"喷火器官\": 1}'), (15, 15, 'zh-Hans', '强化箭矢', '{\"碳纤维\": 2, \"精炼金属锭\": 2}'), (16, 16, 'zh-Hans', '卓越箭矢', '{\"塑钢\": 2, \"碳纤维\": 5}'), (17, 17, 'zh-Hans', '劣质弹药', '{\"火药\": 1, \"金属锭\": 1}'), (18, 18, 'zh-Hans', '手枪子弹', '{\"火药\": 1, \"金属锭\": 1}'), (19, 19, 'zh-Hans', '步枪子弹', '{\"火药\": 2, \"精炼金属锭\": 2}'), (20, 20, 'zh-Hans', '霰弹枪子弹', '{\"火药\": 3, \"精炼金属锭\": 2}'), (21, 21, 'zh-Hans', '突击步枪子弹', '{\"火药\": 2, \"精炼金属锭\": 1}'), (22, 22, 'zh-Hans', '火箭弹', '{\"六棱晶锭\": 3, \"超高热核心\": 1}'), (23, 23, 'zh-Hans', '印花墨水', '{\"优质帕鲁油\": 1, \"水栖帕鲁的黏液\": 1}'), (24, 24, 'zh-Hans', '火焰喷射器燃料', '{\"原油\": 2, \"精炼金属锭\": 1}'), (25, 25, 'zh-Hans', '导弹', '{\"原油\": 1, \"电脑\": 1, \"帕鲁金属锭\": 3}'), (26, 26, 'zh-Hans', '榴弹', '{\"火药\": 3, \"纤维\": 20, \"帕鲁金属锭\": 2}'), (27, 27, 'zh-Hans', '加特林子弹', '{\"火药\": 3, \"帕鲁金属锭\": 1}'), (28, 28, 'zh-Hans', '陨石弹', '{\"陨石碎片\": 3}'), (29, 29, 'zh-Hans', '能量盒', '{\"生化电池\": 1, \"帕鲁金属锭\": 2}'), (30, 30, 'zh-Hans', '电浆能量盒', '{\"六棱晶锭\": 2, \"超高热核心\": 1}'), (31, 31, 'zh-Hans', '加特林激光能量盒', '{\"塑钢\": 1, \"生化电池\": 1}'), (32, 32, 'zh-Hans', '充能步枪子弹', '{\"生化电池\": 1, \"超高热核心\": 1}'), (33, 33, 'zh-Hans', '过热步枪子弹', '{\"六棱晶锭\": 1, \"超高热核心\": 1}'), (34, 34, 'zh-Hans', '能量霰弹枪子弹', '{\"六棱晶锭\": 2, \"生化电池\": 1}'), (35, 35, 'zh-Hans', '强化枪子弹', '{\"金属锭\": 2, \"发电器官\": 1}'), (36, 36, 'zh-Hans', '散射光束枪弹药', '{\"生化电池\": 1, \"帕鲁树晶锭\": 3, \"烈阳金属锭\": 2}'), (37, 37, 'zh-Hans', '等离子步枪弹药', '{\"生化电池\": 1, \"帕鲁树晶锭\": 3, \"烈阳金属锭\": 2}'), (38, 38, 'zh-Hans', '光束炮发射器弹药', '{\"生化电池\": 1, \"帕鲁树晶锭\": 6, \"烈阳金属锭\": 2}'), (39, 39, 'zh-Hans', '机械弓箭矢', '{\"烈阳金属锭\": 2}'), (40, 40, 'zh-Hans', '战斗冲锋枪子弹', '{\"火药\": 6, \"烈阳金属锭\": 2}'), (41, 41, 'zh-Hans', '原型霰弹枪子弹', '{\"火药\": 8, \"烈阳金属锭\": 4}'), (42, 42, 'zh-Hans', '重型突击步枪子弹', '{\"火药\": 10, \"烈阳金属锭\": 2}'), (43, 43, 'zh-Hans', '战术榴弹发射器子弹', '{\"火药\": 10, \"烈阳金属锭\": 4}'), (44, 44, 'zh-Hans', '飞翼能量单元', '{\"原油\": 20, \"神秘木材\": 10}'), (45, 45, 'zh-Hans', '简陋钓饵', '{\"面粉\": 2, \"红色野莓\": 4, \"水栖帕鲁的黏液\": 2}'), (46, 46, 'zh-Hans', '优质钓饵', '{\"番茄\": 4, \"面粉\": 3, \"水栖帕鲁的黏液\": 3}'), (47, 47, 'zh-Hans', '奢华钓饵', '{\"洋葱\": 4, \"面粉\": 4, \"胡萝卜\": 3, \"优质帕鲁油\": 4}'), (48, 48, 'zh-Hans', '新手钓饵', '{\"面粉\": 1, \"红色野莓\": 2, \"水栖帕鲁的黏液\": 4}'), (49, 49, 'zh-Hans', '甜味钓饵', '{\"面粉\": 1, \"红色野莓\": 2, \"水栖帕鲁的黏液\": 4}'), (50, 50, 'zh-Hans', '幸运钓饵', '{\"番茄\": 5, \"面粉\": 3, \"水栖帕鲁的黏液\": 6}'), (51, 51, 'zh-Hans', '快钩钓饵', '{\"番茄\": 5, \"面粉\": 3, \"水栖帕鲁的黏液\": 6}'), (52, 52, 'zh-Hans', '魅惑钓饵', '{\"面粉\": 5, \"胡萝卜\": 3, \"洞穴蘑菇\": 1, \"优质帕鲁油\": 10}'), (53, 53, 'zh-Hans', '高风险钓饵', '{\"面粉\": 5, \"胡萝卜\": 3, \"洞穴蘑菇\": 3, \"优质帕鲁油\": 8}'), (54, 54, 'zh-Hans', '木棒', '{\"木材\": 5}'), (55, 55, 'zh-Hans', '携带火把', '{\"木材\": 2, \"石头\": 2}'), (56, 56, 'zh-Hans', '棒球棒', '{\"木材\": 30, \"石头\": 10}'), (57, 57, 'zh-Hans', '金属球棒', '{\"硬木材\": 30, \"精炼金属锭\": 20}'), (58, 58, 'zh-Hans', '石头斧', '{\"木材\": 5, \"石头\": 5}'), (59, 59, 'zh-Hans', '金属斧头', '{\"木材\": 20, \"石头\": 15, \"金属锭\": 15}'), (60, 60, 'zh-Hans', '精炼金属斧头', '{\"木板\": 4, \"石头\": 30, \"精炼金属锭\": 10}'), (61, 61, 'zh-Hans', '帕鲁金属斧', '{\"石头\": 100, \"优质木板\": 10, \"腐蚀溶剂\": 5, \"帕鲁金属锭\": 10}'), (62, 62, 'zh-Hans', '石制十字镐', '{\"木材\": 5, \"石头\": 5}'), (63, 63, 'zh-Hans', '金属十字镐', '{\"木材\": 20, \"石头\": 15, \"金属锭\": 15}'), (64, 64, 'zh-Hans', '精炼金属十字镐', '{\"木板\": 4, \"石头\": 30, \"精炼金属锭\": 10}'), (65, 65, 'zh-Hans', '帕鲁金属十字镐', '{\"石头\": 100, \"优质木板\": 10, \"腐蚀溶剂\": 5, \"帕鲁金属锭\": 10}'), (66, 66, 'zh-Hans', '多功能等离子切割器', '{\"塑钢\": 50, \"电脑\": 10, \"生化电池\": 30, \"帕鲁金属锭\": 50, \"极低温冷却介质\": 10}'), (67, 67, 'zh-Hans', '石头长矛', '{\"木材\": 18, \"石头\": 6}'), (68, 68, 'zh-Hans', '金属长矛', '{\"木材\": 27, \"石头\": 12, \"金属锭\": 10}'), (69, 69, 'zh-Hans', '精炼金属长矛', '{\"木材\": 36, \"石头\": 18, \"精炼金属锭\": 10}'), (70, 70, 'zh-Hans', '女皇蜂之杖', '{\"木材\": 1, \"蜂蜜\": 1}'), (71, 71, 'zh-Hans', '骑士蜂之矛', '{\"木材\": 1, \"蜂蜜\": 1}'), (72, 72, 'zh-Hans', '莉莉之矛', '{\"优质木板\": 3, \"优质的布\": 20, \"帕鲁矿碎块\": 20, \"精炼金属锭\": 30}'), (73, 73, 'zh-Hans', '强化莉莉之矛', '{\"优质木板\": 20, \"优质的布\": 20, \"帕鲁矿碎块\": 20, \"烈阳金属锭\": 30}'), (74, 74, 'zh-Hans', '原始的剑', '{\"木板\": 2, \"石头\": 15, \"金属锭\": 15}'), (75, 75, 'zh-Hans', '剑', '{\"木板\": 2, \"石头\": 20, \"金属锭\": 30}'), (76, 76, 'zh-Hans', '太刀', '{\"优质木板\": 2, \"腐蚀溶剂\": 3, \"帕鲁金属锭\": 20}'), (77, 77, 'zh-Hans', '光剑', '{\"塑钢\": 30, \"电脑\": 1, \"夜星砂\": 20, \"帕鲁矿碎块\": 100}'), (78, 78, 'zh-Hans', '高出力光剑', '{\"AI核心\": 3, \"生化电池\": 30, \"帕鲁矿碎块\": 250, \"烈阳金属锭\": 50}'), (79, 79, 'zh-Hans', '切肉刀', '{\"木材\": 20, \"石头\": 5, \"金属锭\": 5}'), (80, 80, 'zh-Hans', '电棍', '{\"金属锭\": 20, \"发电器官\": 20}'), (81, 81, 'zh-Hans', '金属探测器', '{\"塑钢\": 30, \"电脑\": 15, \"夜星砂\": 20, \"帕鲁矿碎块\": 100}'), (82, 82, 'zh-Hans', '陈旧的弓', '{\"木材\": 30, \"石头\": 5, \"纤维\": 15}'), (83, 83, 'zh-Hans', '毒之弓', '{\"木材\": 40, \"毒腺\": 2, \"石头\": 8, \"纤维\": 20}'), (84, 84, 'zh-Hans', '火之弓', '{\"木材\": 40, \"石头\": 8, \"纤维\": 20, \"喷火器官\": 2}'), (85, 85, 'zh-Hans', '三连弓', '{\"木材\": 50, \"石头\": 12, \"纤维\": 30}'), (86, 86, 'zh-Hans', '十字弓', '{\"木材\": 50, \"石头\": 40, \"钉子\": 2, \"金属锭\": 10}'), (87, 87, 'zh-Hans', '毒箭十字弓', '{\"木材\": 50, \"毒腺\": 5, \"石头\": 50, \"钉子\": 3, \"金属锭\": 15}'), (88, 88, 'zh-Hans', '火箭十字弓', '{\"木材\": 50, \"石头\": 50, \"钉子\": 3, \"金属锭\": 15, \"喷火器官\": 5}'), (89, 89, 'zh-Hans', '复合弓', '{\"纤维\": 40, \"钉子\": 10, \"精炼金属锭\": 50}'), (90, 90, 'zh-Hans', '卓越弓', '{\"塑钢\": 40, \"夜星砂\": 20, \"碳纤维\": 25}'), (91, 91, 'zh-Hans', '机械弓', '{\"AI核心\": 3, \"碳纤维\": 20, \"帕鲁矿碎块\": 200, \"烈阳金属锭\": 40}'), (92, 92, 'zh-Hans', '劣质手枪', '{\"纤维\": 30, \"金属锭\": 35, \"优质帕鲁油\": 10}'), (93, 93, 'zh-Hans', '手枪', '{\"金属锭\": 50, \"优质帕鲁油\": 15}'), (94, 94, 'zh-Hans', '印花枪1', '{\"聚合物\": 10, \"金属锭\": 30, \"帕鲁矿碎块\": 15, \"古代文明部件\": 3}'), (95, 95, 'zh-Hans', '印花枪2', '{\"聚合物\": 10, \"金属锭\": 30, \"帕鲁矿碎块\": 15, \"古代文明部件\": 3}'), (96, 96, 'zh-Hans', '印花枪3', '{\"聚合物\": 10, \"金属锭\": 30, \"帕鲁矿碎块\": 15, \"古代文明部件\": 3}'), (97, 97, 'zh-Hans', '印花枪4', '{\"聚合物\": 10, \"金属锭\": 30, \"帕鲁矿碎块\": 15, \"古代文明部件\": 3}'), (98, 98, 'zh-Hans', '印花枪5', '{\"聚合物\": 10, \"金属锭\": 30, \"帕鲁矿碎块\": 15, \"古代文明部件\": 3}'), (99, 99, 'zh-Hans', '古旧左轮手枪', '{\"金属锭\": 60, \"优质帕鲁油\": 20}'), (100, 100, 'zh-Hans', '强化枪', '{\"纤维\": 30, \"金属锭\": 45, \"优质帕鲁油\": 10}'), (101, 101, 'zh-Hans', '高级强化枪', '{\"珊瑚锭\": 150, \"电路板\": 100, \"碳纤维\": 200, \"六棱晶锭\": 120}'), (102, 102, 'zh-Hans', '爪钩枪', '{\"纤维\": 30, \"金属锭\": 10, \"帕鲁矿碎块\": 10, \"古代文明部件\": 1}'), (103, 103, 'zh-Hans', '高级爪钩枪', '{\"纤维\": 50, \"金属锭\": 20, \"帕鲁矿碎块\": 20, \"古代文明部件\": 3}'), (104, 104, 'zh-Hans', '优质爪钩枪', '{\"纤维\": 80, \"金属锭\": 30, \"帕鲁矿碎块\": 30, \"古代文明部件\": 5}'), (105, 105, 'zh-Hans', '特级爪钩枪', '{\"碳纤维\": 20, \"聚合物\": 20, \"帕鲁矿碎块\": 40, \"精炼金属锭\": 30, \"古代文明部件\": 7}'), (106, 106, 'zh-Hans', '超级爪钩枪', '{\"珊瑚锭\": 30, \"碳纤维\": 50, \"聚合物\": 50, \"帕鲁矿碎块\": 100, \"古代文明部件\": 10}'), (107, 107, 'zh-Hans', '破旧的霰弹枪', '{\"纤维\": 50, \"金属锭\": 60, \"优质帕鲁油\": 15}'), (108, 108, 'zh-Hans', '双管霰弹枪', '{\"硬木材\": 25, \"聚合物\": 7, \"精炼金属锭\": 30}'), (109, 109, 'zh-Hans', '泵动式霰弹枪', '{\"碳纤维\": 10, \"聚合物\": 20, \"精炼金属锭\": 30}'), (110, 110, 'zh-Hans', '半自动霰弹枪', '{\"碳纤维\": 10, \"聚合物\": 20, \"精炼金属锭\": 50}'), (111, 111, 'zh-Hans', '能量霰弹枪', '{\"电脑\": 15, \"珊瑚锭\": 155, \"六棱晶锭\": 130, \"超高热核心\": 5}'), (112, 112, 'zh-Hans', '原型霰弹枪', '{\"AI核心\": 5, \"碳纤维\": 40, \"烈阳金属锭\": 60, \"超高热核心\": 5}'), (113, 113, 'zh-Hans', '散射光束枪', '{\"AI核心\": 5, \"帕鲁树晶锭\": 50, \"烈阳金属锭\": 50, \"古代文明核心\": 5}'), (114, 114, 'zh-Hans', '鸟枪', '{\"木板\": 3, \"金属锭\": 25, \"优质帕鲁油\": 5}'), (115, 115, 'zh-Hans', '单发步枪', '{\"硬木材\": 20, \"聚合物\": 5, \"精炼金属锭\": 20}'), (116, 116, 'zh-Hans', '半自动步枪', '{\"聚合物\": 10, \"精炼金属锭\": 35}'), (117, 117, 'zh-Hans', '破旧的突击步枪', '{\"纤维\": 60, \"金属锭\": 70, \"优质帕鲁油\": 20}'), (118, 118, 'zh-Hans', '突击步枪', '{\"碳纤维\": 10, \"聚合物\": 10, \"精炼金属锭\": 40}'), (119, 119, 'zh-Hans', '重型突击步枪', '{\"AI核心\": 5, \"碳纤维\": 50, \"生化电池\": 30, \"烈阳金属锭\": 100}'), (120, 120, 'zh-Hans', '等离子步枪', '{\"AI核心\": 8, \"生化电池\": 50, \"帕鲁树晶锭\": 80, \"古代文明核心\": 7}'), (121, 121, 'zh-Hans', '破旧的冲锋枪', '{\"纤维\": 30, \"金属锭\": 40, \"优质帕鲁油\": 10}'), (122, 122, 'zh-Hans', '冲锋枪', '{\"聚合物\": 6, \"精炼金属锭\": 25}'), (123, 123, 'zh-Hans', '战斗冲锋枪', '{\"AI核心\": 4, \"碳纤维\": 30, \"烈阳金属锭\": 50, \"极低温冷却介质\": 20}'), (124, 124, 'zh-Hans', '火箭发射器', '{\"电脑\": 10, \"珊瑚锭\": 75, \"碳纤维\": 25, \"聚合物\": 30}'), (125, 125, 'zh-Hans', '陨石发射器', '{\"腐蚀溶剂\": 5, \"陨石碎片\": 100, \"帕鲁矿碎块\": 20, \"精炼金属锭\": 30}'), (126, 126, 'zh-Hans', '单发型帕鲁球发射器', '{\"石头\": 100, \"金属锭\": 50, \"帕鲁矿碎块\": 50, \"古代文明部件\": 3}'), (127, 127, 'zh-Hans', '扩散型帕鲁球发射器', '{\"碳纤维\": 30, \"聚合物\": 15, \"帕鲁矿碎块\": 50, \"精炼金属锭\": 50, \"古代文明部件\": 5}'), (128, 128, 'zh-Hans', '自动追踪帕鲁球发射器', '{\"碳纤维\": 50, \"聚合物\": 50, \"帕鲁矿碎块\": 200, \"帕鲁金属锭\": 100, \"古代文明部件\": 10}'), (129, 129, 'zh-Hans', '激光步枪', '{\"塑钢\": 40, \"电脑\": 3, \"生化电池\": 5, \"帕鲁金属锭\": 50}'), (130, 130, 'zh-Hans', '充能步枪', '{\"电脑\": 15, \"珊瑚锭\": 200, \"生化电池\": 25, \"超高热核心\": 5}'), (131, 131, 'zh-Hans', '过热步枪', '{\"珊瑚锭\": 160, \"六棱晶锭\": 135, \"超高热核心\": 5, \"极低温冷却介质\": 50}'), (132, 132, 'zh-Hans', '加特林机枪', '{\"塑钢\": 70, \"碳纤维\": 70, \"帕鲁金属锭\": 150}'), (133, 133, 'zh-Hans', '激光加特林', '{\"塑钢\": 110, \"电脑\": 10, \"六棱晶锭\": 100, \"超高热核心\": 3}'), (134, 134, 'zh-Hans', '榴弹发射器', '{\"塑钢\": 60, \"碳纤维\": 15, \"帕鲁金属锭\": 75}'), (135, 135, 'zh-Hans', '战术榴弹发射器', '{\"AI核心\": 5, \"腐蚀溶剂\": 15, \"烈阳金属锭\": 80, \"超高热核心\": 5}'), (136, 136, 'zh-Hans', '追踪导弹发射器', '{\"塑钢\": 50, \"电脑\": 5, \"碳纤维\": 25, \"帕鲁金属锭\": 100}'), (137, 137, 'zh-Hans', '多联装追踪导弹发射器', '{\"塑钢\": 80, \"电脑\": 8, \"碳纤维\": 30, \"帕鲁金属锭\": 150}'), (138, 138, 'zh-Hans', '等离子炮', '{\"塑钢\": 150, \"电脑\": 8, \"六棱晶锭\": 130, \"超高热核心\": 4}'), (139, 139, 'zh-Hans', '光束炮发射器', '{\"AI核心\": 10, \"生化电池\": 50, \"帕鲁树晶锭\": 100, \"古代文明核心\": 10}'), (140, 140, 'zh-Hans', '无人机发射器', '{\"AI核心\": 8, \"世界树圣水\": 40, \"帕鲁树晶锭\": 70, \"古代文明核心\": 5}'), (141, 141, 'zh-Hans', '断钢剑', '{\"神圣锭\": 30}'), (142, 142, 'zh-Hans', '泰拉刃', '{\"神圣锭\": 40, \"帕鲁金属锭\": 20}'), (143, 143, 'zh-Hans', '星旋机枪', '{\"神圣锭\": 40, \"发电器官\": 5, \"帕鲁金属锭\": 20}'), (144, 144, 'zh-Hans', '夜光', '{\"神圣锭\": 40, \"帕鲁金属锭\": 20, \"古代文明部件\": 3}'), (145, 145, 'zh-Hans', '泰拉棱镜', '{\"神圣锭\": 40, \"帕鲁金属锭\": 20, \"古代文明部件\": 3}'), (146, 146, 'zh-Hans', '彩虹猫之刃', '{\"石炭\": 22, \"金属锭\": 22, \"帕鲁矿碎块\": 22}'), (147, 147, 'zh-Hans', '传奇彩虹猫之刃', '{\"石炭\": 22, \"神圣锭\": 22, \"帕鲁矿碎块\": 22}'), (148, 148, 'zh-Hans', '神射左轮手枪', '{\"金币\": 1, \"金属锭\": 60, \"发电器官\": 30, \"优质帕鲁油\": 15}'), (149, 149, 'zh-Hans', '核心喷射霰弹枪', '{\"塑钢\": 65, \"碳纤维\": 32, \"喷火器官\": 40, \"帕鲁金属锭\": 80}'), (150, 150, 'zh-Hans', '初级钓竿(疾旋鼬)', '{\"纤维\": 8, \"金属锭\": 8, \"帕鲁矿碎块\": 10, \"水栖帕鲁的黏液\": 3}'), (151, 151, 'zh-Hans', '初级钓竿(叶泥泥)', '{\"纤维\": 16, \"金属锭\": 16, \"珊瑚矿石\": 3, \"帕鲁矿碎块\": 20, \"水栖帕鲁的黏液\": 6}'), (152, 152, 'zh-Hans', '中级钓竿(捣蛋猫)', '{\"水泥\": 10, \"纤维\": 30, \"优质帕鲁油\": 5, \"帕鲁矿碎块\": 30}'), (153, 153, 'zh-Hans', '中级钓竿(武道蛙)', '{\"水泥\": 20, \"纤维\": 60, \"珊瑚矿石\": 10, \"优质帕鲁油\": 10, \"帕鲁矿碎块\": 60}'), (154, 154, 'zh-Hans', '高级钓竿(企丸丸)', '{\"碳纤维\": 10, \"优质帕鲁油\": 15, \"帕鲁矿碎块\": 70, \"帕鲁金属锭\": 15}'), (155, 155, 'zh-Hans', '高级钓竿(瞅什魔)', '{\"珊瑚锭\": 5, \"碳纤维\": 20, \"优质帕鲁油\": 20, \"帕鲁矿碎块\": 140, \"帕鲁金属锭\": 30}'), (156, 156, 'zh-Hans', '破片手榴弹', '{\"火药\": 1, \"石头\": 10}'), (157, 157, 'zh-Hans', '电击手榴弹', '{\"火药\": 1, \"石头\": 10, \"发电器官\": 1}'), (158, 158, 'zh-Hans', '冷冻手榴弹', '{\"火药\": 1, \"石头\": 10, \"结冰器官\": 1}'), (159, 159, 'zh-Hans', '烧夷手榴弹', '{\"火药\": 1, \"石头\": 10, \"喷火器官\": 1}'), (160, 160, 'zh-Hans', '水流手榴弹', '{\"火药\": 1, \"极低温冷却介质\": 1}'), (161, 161, 'zh-Hans', '草木手榴弹', '{\"火药\": 1, \"硬木材\": 1}'), (162, 162, 'zh-Hans', '大地手榴弹', '{\"火药\": 1, \"石头\": 10, \"金属矿石\": 1}'), (163, 163, 'zh-Hans', '暗黑手榴弹', '{\"火药\": 1, \"腐蚀溶剂\": 1}'), (164, 164, 'zh-Hans', '龙击手榴弹', '{\"角\": 1, \"火药\": 1, \"石头\": 10}'), (165, 165, 'zh-Hans', '破片手榴弹Mk2', '{\"原油\": 3, \"火药\": 1, \"帕鲁金属锭\": 3}'), (166, 166, 'zh-Hans', '帕鲁恢复手榴弹', '{\"火药\": 1, \"石头\": 10, \"洞穴蘑菇\": 5}'), (167, 167, 'zh-Hans', '普通护盾', '{\"木材\": 20, \"纤维\": 10, \"帕鲁矿碎块\": 10}'), (168, 168, 'zh-Hans', '高级护盾', '{\"金属锭\": 10, \"帕鲁矿碎块\": 30, \"古代文明部件\": 5}'), (169, 169, 'zh-Hans', '优质护盾', '{\"金属锭\": 20, \"帕鲁矿碎块\": 50, \"古代文明部件\": 10}'), (170, 170, 'zh-Hans', '特级护盾', '{\"金属锭\": 30, \"帕鲁矿碎块\": 100, \"古代文明部件\": 20}'), (171, 171, 'zh-Hans', '卓越护盾', '{\"六棱晶锭\": 50, \"帕鲁矿碎块\": 200, \"超高热核心\": 5, \"古代文明核心\": 30, \"古代文明部件\": 50}'), (172, 172, 'zh-Hans', '远古护盾', '{\"AI核心\": 5, \"帕鲁矿碎块\": 250, \"烈阳金属锭\": 30, \"古代文明核心\": 30, \"古代文明部件\": 50}'), (173, 173, 'zh-Hans', '布衣服', '{\"布\": 2, \"纤维\": 7}'), (174, 174, 'zh-Hans', '热带地区民族服饰', '{\"布\": 3, \"喷火器官\": 2}'), (175, 175, 'zh-Hans', '寒冷地区民族服饰', '{\"布\": 3, \"结冰器官\": 2}'), (176, 176, 'zh-Hans', '毛皮盔甲', '{\"皮革\": 10, \"纤维\": 20, \"金属锭\": 10}'), (177, 177, 'zh-Hans', '耐热毛皮盔甲', '{\"皮革\": 15, \"金属锭\": 10, \"喷火器官\": 4}'), (178, 178, 'zh-Hans', '耐寒毛皮盔甲', '{\"皮革\": 15, \"金属锭\": 10, \"结冰器官\": 4}'), (179, 179, 'zh-Hans', '金属盔甲', '{\"布\": 5, \"皮革\": 10, \"金属锭\": 30}'), (180, 180, 'zh-Hans', '耐热金属盔甲', '{\"布\": 8, \"皮革\": 13, \"金属锭\": 40, \"喷火器官\": 8}'), (181, 181, 'zh-Hans', '耐寒金属盔甲', '{\"布\": 8, \"皮革\": 13, \"金属锭\": 40, \"结冰器官\": 8}'), (182, 182, 'zh-Hans', '精炼金属盔甲', '{\"皮革\": 15, \"优质的布\": 1, \"精炼金属锭\": 30}'), (183, 183, 'zh-Hans', '耐热精炼金属盔甲', '{\"皮革\": 20, \"优质的布\": 2, \"喷火器官\": 12, \"精炼金属锭\": 40}'), (184, 184, 'zh-Hans', '耐寒精炼金属盔甲', '{\"皮革\": 20, \"优质的布\": 2, \"精炼金属锭\": 40, \"极低温冷却介质\": 4}'), (185, 185, 'zh-Hans', '帕鲁金属盔甲', '{\"皮革\": 20, \"优质的布\": 2, \"帕鲁金属锭\": 20}'), (186, 186, 'zh-Hans', '耐热帕鲁金属盔甲', '{\"皮革\": 30, \"优质的布\": 3, \"喷火器官\": 16, \"帕鲁金属锭\": 30}'), (187, 187, 'zh-Hans', '耐寒帕鲁金属盔甲', '{\"皮革\": 30, \"优质的布\": 3, \"帕鲁金属锭\": 30, \"极低温冷却介质\": 5}'), (188, 188, 'zh-Hans', '塑钢盔甲', '{\"塑钢\": 30, \"优质的布\": 5, \"帕鲁金属锭\": 30}'), (189, 189, 'zh-Hans', '耐热塑钢盔甲', '{\"塑钢\": 30, \"优质的布\": 5, \"喷火器官\": 20, \"帕鲁金属锭\": 30}'), (190, 190, 'zh-Hans', '耐寒塑钢盔甲', '{\"塑钢\": 30, \"优质的布\": 5, \"帕鲁金属锭\": 30, \"极低温冷却介质\": 10}'), (191, 191, 'zh-Hans', '轻便塑钢盔甲', '{\"塑钢\": 30, \"优质的布\": 5, \"腐蚀溶剂\": 8, \"帕鲁金属锭\": 30}'), (192, 192, 'zh-Hans', '六棱晶盔甲', '{\"塑钢\": 20, \"优质的布\": 10, \"六棱晶锭\": 50}'), (193, 193, 'zh-Hans', '耐热六棱晶盔甲', '{\"塑钢\": 20, \"优质的布\": 10, \"六棱晶锭\": 50, \"超高热核心\": 2}'), (194, 194, 'zh-Hans', '耐寒六棱晶盔甲', '{\"塑钢\": 20, \"优质的布\": 10, \"六棱晶锭\": 50, \"极低温冷却介质\": 10}'), (195, 195, 'zh-Hans', '轻便六棱晶盔甲', '{\"塑钢\": 20, \"优质的布\": 10, \"六棱晶锭\": 100, \"腐蚀溶剂\": 10}'), (196, 196, 'zh-Hans', '远古盔甲', '{\"AI核心\": 3, \"烈阳金属锭\": 30}'), (197, 197, 'zh-Hans', '耐热远古盔甲', '{\"AI核心\": 5, \"帕鲁树晶锭\": 30, \"超高热核心\": 6}'), (198, 198, 'zh-Hans', '耐寒远古盔甲', '{\"AI核心\": 5, \"帕鲁树晶锭\": 30, \"极低温冷却介质\": 50}'), (199, 199, 'zh-Hans', '轻便远古盔甲', '{\"AI核心\": 7, \"腐蚀溶剂\": 50, \"帕鲁树晶锭\": 30}'), (200, 200, 'zh-Hans', '瞅什魔玩偶装', '{\"毒腺\": 75, \"优质的布\": 15}'), (201, 201, 'zh-Hans', '神圣板甲', '{\"神圣锭\": 20}'), (202, 202, 'zh-Hans', 'V1盔甲', '{\"金属锭\": 30, \"优质帕鲁油\": 15}'), (203, 203, 'zh-Hans', 'V2盔甲', '{\"塑钢\": 40, \"优质的布\": 20, \"帕鲁金属锭\": 40}'), (204, 204, 'zh-Hans', '羽毛发饰', '{\"皮革\": 1, \"纤维\": 10}'), (205, 205, 'zh-Hans', '金属头盔', '{\"金属锭\": 20, \"帕鲁矿碎块\": 10}'), (206, 206, 'zh-Hans', '精炼金属头盔', '{\"帕鲁矿碎块\": 15, \"精炼金属锭\": 20}'), (207, 207, 'zh-Hans', '帕鲁金属头盔', '{\"帕鲁矿碎块\": 20, \"帕鲁金属锭\": 20}'), (208, 208, 'zh-Hans', '塑钢头盔', '{\"塑钢\": 20, \"帕鲁金属锭\": 25}'), (209, 209, 'zh-Hans', '六棱晶头盔', '{\"塑钢\": 15, \"六棱晶锭\": 40}'), (210, 210, 'zh-Hans', '远古头盔', '{\"AI核心\": 2, \"烈阳金属锭\": 20}'), (211, 211, 'zh-Hans', '神圣面具', '{\"神圣锭\": 20}'), (212, 212, 'zh-Hans', '神圣头盔', '{\"神圣锭\": 20}'), (213, 213, 'zh-Hans', '神圣头饰', '{\"神圣锭\": 20}'), (214, 214, 'zh-Hans', '神圣兜帽', '{\"神圣锭\": 20}'), (215, 215, 'zh-Hans', '百合女王的发饰', '{\"布\": 1}'), (216, 216, 'zh-Hans', '绸笠蛾帽', '{\"布\": 1}'), (217, 217, 'zh-Hans', '朋克蜥的兜帽', '{\"朋克蜥的头冠\": 5}'), (218, 218, 'zh-Hans', '勾魂鱿帽子', '{\"勾魂鱿的触手\": 5}'), (219, 219, 'zh-Hans', '黑鸦隐士帽子', '{\"布\": 1}'), (220, 220, 'zh-Hans', '姬小兔的发饰', '{\"姬小兔的发带\": 5}'), (221, 221, 'zh-Hans', '棉悠悠头套', '{\"布\": 1}'), (222, 222, 'zh-Hans', '趴趴鲶头套', '{\"布\": 1}'), (223, 223, 'zh-Hans', '毛掸儿帽子', '{\"毛掸儿的棉毛\": 5}'), (224, 224, 'zh-Hans', '雷鸣童子帽子', '{\"雷鸣童子的云朵\": 5}'), (225, 225, 'zh-Hans', '捣蛋猫帽子', '{\"布\": 1}'), (226, 226, 'zh-Hans', '魔女之冠', '{\"金属锭\": 1}'), (227, 227, 'zh-Hans', '霸王之角', '{\"金属锭\": 1}'), (228, 228, 'zh-Hans', '杰诺多兰头套', '{\"金属锭\": 1}'), (229, 229, 'zh-Hans', '月亮领主面具', '{\"神圣锭\": 1}'), (230, 230, 'zh-Hans', '救赎王冠', '{\"金属锭\": 1}'), (231, 231, 'zh-Hans', '佐伊的帽子', '{\"布\": 1}'), (232, 232, 'zh-Hans', '莉莉的帽子', '{\"布\": 1}'), (233, 233, 'zh-Hans', '阿克塞尔的帽子', '{\"布\": 1}'), (234, 234, 'zh-Hans', '马库斯的帽子', '{\"布\": 1}'), (235, 235, 'zh-Hans', '维克托的帽子', '{\"布\": 1}'), (236, 236, 'zh-Hans', '纱夜的帽子', '{\"布\": 1}'), (237, 237, 'zh-Hans', '比约恩的帽子', '{\"布\": 1}'), (238, 238, 'zh-Hans', '苍璃的帽子', '{\"布\": 1}'), (239, 239, 'zh-Hans', '泽娜拉的帽子', '{\"布\": 1}'), (240, 240, 'zh-Hans', '瞅什魔头套', '{\"毒腺\": 25, \"优质的布\": 5}'), (241, 241, 'zh-Hans', '克苏鲁之眼面具', '{\"神圣锭\": 1}'), (242, 242, 'zh-Hans', '生命吊坠', '{\"骨头\": 20, \"金属锭\": 25, \"帕鲁矿碎块\": 25, \"古代文明部件\": 2}'), (243, 243, 'zh-Hans', '攻击吊坠', '{\"角\": 20, \"金属锭\": 25, \"帕鲁矿碎块\": 25, \"古代文明部件\": 2}'), (244, 244, 'zh-Hans', '防御吊坠', '{\"金属锭\": 30, \"金属矿石\": 20, \"帕鲁矿碎块\": 25, \"古代文明部件\": 2}'), (245, 245, 'zh-Hans', '勤劳吊坠', '{\"皮革\": 20, \"金属锭\": 25, \"帕鲁矿碎块\": 25, \"古代文明部件\": 2}'), (246, 246, 'zh-Hans', '耐热内衣', '{\"皮革\": 25, \"纤维\": 35, \"羊毛\": 20, \"喷火器官\": 15}'), (247, 247, 'zh-Hans', '防寒内衣', '{\"布\": 10, \"皮革\": 25, \"羊毛\": 20, \"结冰器官\": 15}'), (248, 248, 'zh-Hans', '耐热防寒内衣', '{\"聚合物\": 20, \"优质的布\": 40, \"喷火器官\": 20, \"结冰器官\": 20}'), (249, 249, 'zh-Hans', '防爆内衣', '{\"神秘木材\": 50, \"防爆纤维\": 10}'), (250, 250, 'zh-Hans', '防腐雾面具', '{\"帕鲁树晶矿\": 30, \"腐毒过滤膜\": 10}'), (251, 251, 'zh-Hans', '无属性抵抗戒指', '{\"水泥\": 15, \"骨头\": 20, \"金属锭\": 20, \"帕鲁矿碎块\": 30}'), (252, 252, 'zh-Hans', '炎属性抵抗戒指', '{\"骨头\": 20, \"金属锭\": 20, \"喷火器官\": 15, \"帕鲁矿碎块\": 30}'), (253, 253, 'zh-Hans', '水属性抵抗戒指', '{\"骨头\": 20, \"金属锭\": 20, \"帕鲁矿碎块\": 30, \"水栖帕鲁的黏液\": 30}'), (254, 254, 'zh-Hans', '雷属性抵抗戒指', '{\"骨头\": 20, \"金属锭\": 20, \"发电器官\": 10, \"帕鲁矿碎块\": 30}'), (255, 255, 'zh-Hans', '草属性抵抗戒指', '{\"骨头\": 20, \"金属锭\": 20, \"帕鲁矿碎块\": 30, \"叶泥泥的叶子\": 5}'), (256, 256, 'zh-Hans', '冰属性抵抗戒指', '{\"骨头\": 20, \"金属锭\": 20, \"结冰器官\": 15, \"帕鲁矿碎块\": 30}'), (257, 257, 'zh-Hans', '地属性抵抗戒指', '{\"骨头\": 20, \"金属锭\": 20, \"陨石碎片\": 10, \"帕鲁矿碎块\": 30}'), (258, 258, 'zh-Hans', '暗属性抵抗戒指', '{\"毒腺\": 10, \"骨头\": 20, \"金属锭\": 20, \"帕鲁矿碎块\": 30}'), (259, 259, 'zh-Hans', '龙属性抵抗戒指', '{\"骨头\": 20, \"纯水晶\": 20, \"金属锭\": 20, \"帕鲁矿碎块\": 30}'), (260, 260, 'zh-Hans', '慈悲戒指', '{\"金属锭\": 30, \"帕鲁矿碎块\": 20, \"古代文明部件\": 5}'), (261, 261, 'zh-Hans', '伯乐眼镜', '{\"帕鲁矿碎块\": 20, \"精炼金属锭\": 30, \"古代文明核心\": 5, \"古代文明部件\": 10}'), (262, 262, 'zh-Hans', '搬运工戒指', '{\"角\": 20, \"皮革\": 20, \"金属锭\": 25, \"古代文明部件\": 3}'), (263, 263, 'zh-Hans', '反重力腰带', '{\"夜星砂\": 10, \"金属锭\": 30, \"帕鲁矿碎块\": 30}'), (264, 264, 'zh-Hans', '二段跳靴', '{\"夜星砂\": 20, \"帕鲁矿碎块\": 50, \"精炼金属锭\": 30}'), (265, 265, 'zh-Hans', '三段跳靴', '{\"夜星砂\": 50, \"六棱晶锭\": 30, \"暗黑碎片\": 50, \"帕鲁矿碎块\": 150}'), (266, 266, 'zh-Hans', '空中冲刺靴', '{\"夜星砂\": 20, \"帕鲁矿碎块\": 50, \"精炼金属锭\": 30}'), (267, 267, 'zh-Hans', '空中二段冲刺靴', '{\"塑钢\": 30, \"夜星砂\": 30, \"暗黑碎片\": 30, \"帕鲁矿碎块\": 100}'), (268, 268, 'zh-Hans', '空中三段冲刺靴', '{\"夜星砂\": 40, \"珊瑚锭\": 30, \"暗黑碎片\": 50, \"帕鲁矿碎块\": 150}'), (269, 269, 'zh-Hans', '无属性助威哨子', '{\"角\": 20, \"水泥\": 15, \"金属锭\": 20, \"古代文明部件\": 2}'), (270, 270, 'zh-Hans', '火属性助威哨子', '{\"角\": 20, \"金属锭\": 20, \"喷火器官\": 15, \"古代文明部件\": 2}'), (271, 271, 'zh-Hans', '水属性助威哨子', '{\"角\": 20, \"金属锭\": 20, \"古代文明部件\": 2, \"水栖帕鲁的黏液\": 30}'), (272, 272, 'zh-Hans', '雷属性助威哨子', '{\"角\": 20, \"金属锭\": 20, \"发电器官\": 10, \"古代文明部件\": 2}'), (273, 273, 'zh-Hans', '草属性助威哨子', '{\"角\": 20, \"金属锭\": 20, \"古代文明部件\": 2, \"叶泥泥的叶子\": 5}'), (274, 274, 'zh-Hans', '冰属性助威哨子', '{\"角\": 20, \"金属锭\": 20, \"结冰器官\": 15, \"古代文明部件\": 2}'), (275, 275, 'zh-Hans', '地属性助威哨子', '{\"角\": 20, \"金属锭\": 20, \"陨石碎片\": 10, \"古代文明部件\": 2}'), (276, 276, 'zh-Hans', '暗属性助威哨子', '{\"角\": 20, \"毒腺\": 10, \"金属锭\": 20, \"古代文明部件\": 2}'), (277, 277, 'zh-Hans', '龙属性助威哨子', '{\"角\": 20, \"纯水晶\": 20, \"金属锭\": 20, \"古代文明部件\": 2}'), (278, 278, 'zh-Hans', '攻击支援哨子', '{\"角\": 20, \"硫磺\": 25, \"金属锭\": 20, \"古代文明部件\": 2}'), (279, 279, 'zh-Hans', '防御支援哨子', '{\"角\": 20, \"聚合物\": 15, \"金属锭\": 20, \"古代文明部件\": 2}'), (280, 280, 'zh-Hans', '成长促进铃', '{\"金属锭\": 25, \"帕鲁矿碎块\": 30, \"古代文明部件\": 3, \"不可思议的蘑菇\": 10}'), (281, 281, 'zh-Hans', '汪宗师徽章', '{\"骨头\": 30, \"古代兽骨\": 30, \"帕鲁矿碎块\": 35, \"精炼金属锭\": 20}'), (282, 282, 'zh-Hans', '艾基鲁迦徽章', '{\"铬铁矿\": 10, \"古代兽骨\": 30, \"帕鲁矿碎块\": 35, \"精炼金属锭\": 20}'), (283, 283, 'zh-Hans', '熔岩兽护身符', '{\"碳纤维\": 30, \"古代树皮\": 30, \"喷火器官\": 20, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 20}'), (284, 284, 'zh-Hans', '白绒雪怪护身符', '{\"优质的布\": 30, \"结冰器官\": 20, \"古代熔岩块\": 30, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 20}'), (285, 285, 'zh-Hans', '流浪商人护身符', '{\"皮革\": 30, \"聚合物\": 30, \"古代兽骨\": 30, \"喷火器官\": 20, \"结冰器官\": 20}'), (286, 286, 'zh-Hans', '先遣队护身符', '{\"骨头\": 30, \"聚合物\": 30, \"古代兽骨\": 30, \"喷火器官\": 20, \"结冰器官\": 20}'), (287, 287, 'zh-Hans', '格鲁力斯腰带', '{\"蜂蜜\": 20, \"古代熔岩块\": 30, \"帕鲁矿碎块\": 35, \"精炼金属锭\": 40}'), (288, 288, 'zh-Hans', '岛民的工具腰带', '{\"皮革\": 40, \"古代树皮\": 30, \"帕鲁矿碎块\": 35, \"精炼金属锭\": 20}'), (289, 289, 'zh-Hans', '圣天指挥棒', '{\"角\": 30, \"帕鲁金属锭\": 10, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (290, 290, 'zh-Hans', '炎帝指挥棒', '{\"角\": 30, \"喷火器官\": 15, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (291, 291, 'zh-Hans', '海皇指挥棒', '{\"角\": 30, \"精炼金属锭\": 20, \"古代文明核心\": 5, \"水栖帕鲁的黏液\": 30}'), (292, 292, 'zh-Hans', '雷帝指挥棒', '{\"角\": 30, \"发电器官\": 10, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (293, 293, 'zh-Hans', '精灵王指挥棒', '{\"角\": 30, \"美丽花朵\": 5, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (294, 294, 'zh-Hans', '冰帝指挥棒', '{\"角\": 30, \"结冰器官\": 15, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (295, 295, 'zh-Hans', '岩帝指挥棒', '{\"角\": 30, \"骨头\": 30, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (296, 296, 'zh-Hans', '冥王指挥棒', '{\"角\": 30, \"纯水晶\": 15, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (297, 297, 'zh-Hans', '神龙指挥棒', '{\"纯水晶\": 20, \"聚合物\": 20, \"精炼金属锭\": 20, \"古代文明核心\": 5}'), (298, 298, 'zh-Hans', '帕鲁驯养师眼镜', '{\"古代树皮\": 15, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (299, 299, 'zh-Hans', '空中漫步者 Mk-Ⅰ', '{\"夜星砂\": 30, \"六棱晶锭\": 20, \"古代树皮\": 15, \"暗黑碎片\": 15, \"帕鲁矿碎块\": 30}'), (300, 300, 'zh-Hans', '空中漫步者 Mk-Ⅱ', '{\"夜星砂\": 40, \"六棱晶锭\": 30, \"暗黑碎片\": 25, \"古代熔岩块\": 30, \"帕鲁矿碎块\": 40}'), (301, 301, 'zh-Hans', '空中漫步者 Mk-Ⅲ', '{\"夜星砂\": 50, \"珊瑚锭\": 20, \"古代兽骨\": 30, \"暗黑碎片\": 35, \"帕鲁矿碎块\": 50}'), (302, 302, 'zh-Hans', '空中漫步者 Mk-EX', '{\"夜星砂\": 60, \"珊瑚锭\": 30, \"古代兽骨\": 60, \"暗黑碎片\": 45, \"帕鲁矿碎块\": 60}'), (303, 303, 'zh-Hans', '默世鹿神符', '{\"角\": 30, \"皮革\": 30, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (304, 304, 'zh-Hans', '焰煌神符', '{\"石炭\": 15, \"喷火器官\": 15, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (305, 305, 'zh-Hans', '海皇鲸神符', '{\"碳纤维\": 15, \"精炼金属锭\": 20, \"古代文明部件\": 10, \"水栖帕鲁的黏液\": 30}'), (306, 306, 'zh-Hans', '波鲁杰克斯神符', '{\"骨头\": 30, \"发电器官\": 10, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (307, 307, 'zh-Hans', '百合女王神符', '{\"骨头\": 30, \"美丽花朵\": 5, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (308, 308, 'zh-Hans', '唤冬兽神符', '{\"骨头\": 30, \"结冰器官\": 15, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (309, 309, 'zh-Hans', '阿努比斯神符', '{\"骨头\": 30, \"陨石碎片\": 10, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (310, 310, 'zh-Hans', '黑月女王神符', '{\"毒腺\": 10, \"美丽花朵\": 5, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (311, 311, 'zh-Hans', '空涡龙神符', '{\"皮革\": 30, \"优质帕鲁油\": 30, \"精炼金属锭\": 20, \"古代文明部件\": 10}'), (312, 312, 'zh-Hans', '狱焰王指环', '{\"喷火器官\": 15, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 20, \"古代文明部件\": 5}'), (313, 313, 'zh-Hans', '伊西斯指环', '{\"帕鲁矿碎块\": 30, \"精炼金属锭\": 20, \"古代文明部件\": 5, \"水栖帕鲁的黏液\": 30}'), (314, 314, 'zh-Hans', '雷隐鹿指环', '{\"皮革\": 40, \"发电器官\": 15, \"精炼金属锭\": 20, \"古代文明部件\": 5}'), (315, 315, 'zh-Hans', '金铠蝎指环', '{\"原油\": 15, \"喷火器官\": 10, \"精炼金属锭\": 20, \"古代文明部件\": 5}'), (316, 316, 'zh-Hans', '薇莉塔指环', '{\"洋葱种子\": 10, \"番茄种子\": 10, \"精炼金属锭\": 20, \"古代文明部件\": 5}'), (317, 317, 'zh-Hans', '暗巫猫指环', '{\"皮革\": 20, \"精炼金属锭\": 20, \"古代文明部件\": 5, \"暗巫猫的体毛\": 10}'), (318, 318, 'zh-Hans', '精灵龙指环', '{\"骨头\": 20, \"优质帕鲁油\": 20, \"精炼金属锭\": 20, \"古代文明部件\": 5}'), (319, 319, 'zh-Hans', '冰棘兽指环', '{\"纯水晶\": 20, \"结冰器官\": 15, \"精炼金属锭\": 20, \"古代文明部件\": 5}'), (320, 320, 'zh-Hans', '荷鲁斯指环', '{\"喷火器官\": 15, \"结冰器官\": 15, \"精炼金属锭\": 20, \"古代文明部件\": 5}'), (321, 321, 'zh-Hans', '信赖戒指', '{\"美丽花朵\": 10, \"古代熔岩块\": 30, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 25}'), (322, 322, 'zh-Hans', '幻影戒指', '{\"塑钢\": 10, \"古代兽骨\": 30, \"帕鲁金属锭\": 15, \"精炼金属锭\": 30}'), (323, 323, 'zh-Hans', '普通滑翔伞', '{\"布\": 2, \"木材\": 10}'), (324, 324, 'zh-Hans', '高级滑翔伞', '{\"木板\": 5, \"骨头\": 10}'), (325, 325, 'zh-Hans', '优质滑翔伞', '{\"硬木材\": 100, \"碳纤维\": 15, \"精炼金属锭\": 20}'), (326, 326, 'zh-Hans', '飞翼背包', '{\"AI核心\": 20, \"帕鲁树晶锭\": 6, \"帕鲁矿碎块\": 30, \"超高热核心\": 20, \"古代文明核心\": 10}'), (327, 327, 'zh-Hans', '蛋糕', '{\"蛋\": 8, \"牛奶\": 7, \"蜂蜜\": 2, \"面粉\": 5, \"红色野莓\": 8}'), (328, 328, 'zh-Hans', '蘑菇蛋糕', '{\"蛋\": 8, \"蘑菇\": 5, \"蜂蜜\": 2, \"面粉\": 5, \"洞穴蘑菇\": 3}'), (329, 329, 'zh-Hans', '蔬菜蛋糕', '{\"蛋\": 8, \"生菜\": 7, \"番茄\": 8, \"蜂蜜\": 4, \"面粉\": 8}'), (330, 330, 'zh-Hans', '豪华蔬菜蛋糕', '{\"土豆\": 10, \"洋葱\": 6, \"面粉\": 12, \"棉花糖\": 8, \"胡萝卜\": 8}'), (331, 331, 'zh-Hans', '特制蛋糕', '{\"蛋\": 15, \"牛奶\": 15, \"面粉\": 20, \"焦糖棉花糖\": 8, \"森猛犸的巨兽肉\": 2}'), (332, 332, 'zh-Hans', '森猛犸咖喱', '{\"土豆\": 2, \"洋葱\": 2, \"胡萝卜\": 2, \"红色野莓\": 2, \"森猛犸的巨兽肉\": 1}'), (333, 333, 'zh-Hans', '连理炒面', '{\"洋葱\": 1, \"面粉\": 1, \"胡萝卜\": 1, \"连理龙的恐龙肉\": 1}'), (334, 334, 'zh-Hans', '波霸牛芝士汉堡', '{\"牛奶\": 2, \"番茄\": 2, \"面粉\": 1, \"波霸牛的牛肉\": 2}'), (335, 335, 'zh-Hans', '严冬鹿炙烤肉', '{\"严冬鹿的鹿肉\": 1}'), (336, 336, 'zh-Hans', '连理龙带骨烤肉', '{\"连理龙的恐龙肉\": 1}'), (337, 337, 'zh-Hans', '森猛犸巨兽烤排', '{\"森猛犸的巨兽肉\": 1}'), (338, 338, 'zh-Hans', '紫霞鹿肉炖菜', '{\"牛奶\": 2, \"蘑菇\": 1, \"紫霞鹿的鹿肉\": 2}'), (339, 339, 'zh-Hans', '海鲜意面', '{\"番茄\": 2, \"面粉\": 3, \"墨沫姬的章鱼足\": 3}'), (340, 340, 'zh-Hans', '披萨', '{\"牛奶\": 2, \"番茄\": 2, \"面粉\": 1, \"红色野莓\": 2}'), (341, 341, 'zh-Hans', '蘑菇乳蛋饼', '{\"蛋\": 2, \"洋葱\": 2, \"牛奶\": 2, \"蘑菇\": 2, \"面粉\": 1}'), (342, 342, 'zh-Hans', '夏威夷紫霞鹿汉堡饭', '{\"蛋\": 2, \"红色野莓\": 2, \"紫霞鹿的鹿肉\": 1}'), (343, 343, 'zh-Hans', '趴趴鲶杂烩', '{\"生菜\": 2, \"番茄\": 2, \"趴趴鲶的鱼肉\": 1}'), (344, 344, 'zh-Hans', '草莽猪培根蛋', '{\"蛋\": 2, \"草莽猪的猪肉\": 2}'), (345, 345, 'zh-Hans', '波霸牛汉堡', '{\"生菜\": 2, \"面粉\": 1, \"波霸牛的牛肉\": 1}'), (346, 346, 'zh-Hans', '土豆炖天擒鸟肉', '{\"土豆\": 2, \"洋葱\": 2, \"胡萝卜\": 2, \"天擒鸟的鸟肉\": 1}'), (347, 347, 'zh-Hans', '棉悠悠成吉思汗烤肉', '{\"生菜\": 2, \"棉悠悠的羊肉\": 1}'), (348, 348, 'zh-Hans', '意大利杂菜汤', '{\"土豆\": 1, \"洋葱\": 2, \"番茄\": 3, \"胡萝卜\": 2}'), (349, 349, 'zh-Hans', '草莽猪热狗', '{\"生菜\": 2, \"面粉\": 1, \"草莽猪的猪肉\": 1}'), (350, 350, 'zh-Hans', '严冬鹿肉炖菜', '{\"番茄\": 2, \"严冬鹿的鹿肉\": 1}'), (351, 351, 'zh-Hans', '奶油培根意面', '{\"蛋\": 2, \"牛奶\": 2, \"面粉\": 1}'), (352, 352, 'zh-Hans', '草莽猪肉水饺', '{\"蘑菇\": 1, \"面粉\": 1, \"草莽猪的猪肉\": 1}'), (353, 353, 'zh-Hans', '春卷', '{\"洋葱\": 2, \"蘑菇\": 2, \"面粉\": 1}'), (354, 354, 'zh-Hans', '法式焗菜', '{\"土豆\": 2, \"牛奶\": 2, \"面粉\": 1}'), (355, 355, 'zh-Hans', '炸皮皮鸡肉块', '{\"蛋\": 1, \"面粉\": 1, \"优质帕鲁油\": 1, \"皮皮鸡的鸡肉\": 1}'), (356, 356, 'zh-Hans', '炸水灵儿', '{\"蛋\": 1, \"面粉\": 1, \"优质帕鲁油\": 1, \"水灵儿的鱼肉\": 1}'), (357, 357, 'zh-Hans', '海鲜沙拉', '{\"生菜\": 4, \"墨沫姬的章鱼足\": 3}'), (358, 358, 'zh-Hans', '棉悠悠香草烤肉', '{\"红色野莓\": 2, \"棉悠悠的羊肉\": 1}'), (359, 359, 'zh-Hans', '嫩煎皮皮鸡', '{\"红色野莓\": 2, \"皮皮鸡的鸡肉\": 1}'), (360, 360, 'zh-Hans', '炖煮天擒鸟肉', '{\"红色野莓\": 2, \"天擒鸟的鸟肉\": 1}'), (361, 361, 'zh-Hans', '盐烤鞘刀鱼', '{\"鞘刀鱼排\": 1}'), (362, 362, 'zh-Hans', '肚肚鳄肉排', '{\"肚肚鳄的鳄鱼肉\": 1}'), (363, 363, 'zh-Hans', '沙拉', '{\"生菜\": 2, \"番茄\": 2}'), (364, 364, 'zh-Hans', '灌木羊香草烤肉', '{\"灌木羊的香草肉\": 1}'), (365, 365, 'zh-Hans', '波霸牛牛排', '{\"波霸牛的牛肉\": 1}'), (366, 366, 'zh-Hans', '墨沫姬的章鱼烧', '{\"面粉\": 3, \"墨沫姬的章鱼足\": 2}'), (367, 367, 'zh-Hans', '蒲烧趴趴鲶', '{\"趴趴鲶的鱼肉\": 1}'), (368, 368, 'zh-Hans', '紫霞鹿炙烤肉', '{\"紫霞鹿的鹿肉\": 1}'), (369, 369, 'zh-Hans', '欧姆蛋', '{\"蛋\": 2, \"番茄\": 1}'), (370, 370, 'zh-Hans', '腌蘑菇', '{\"蘑菇\": 1, \"红色野莓\": 2}'), (371, 371, 'zh-Hans', '草莽猪烤全猪', '{\"草莽猪的猪肉\": 1}'), (372, 372, 'zh-Hans', '海月灵的水灵果冻', '{\"红色野莓\": 2, \"海月灵的水母伞\": 2}'), (373, 373, 'zh-Hans', '海月仙的晶仙果冻', '{\"水栖帕鲁的黏液\": 2, \"海月仙的水母伞\": 2}'), (374, 374, 'zh-Hans', '炒青菜', '{\"洋葱\": 2, \"胡萝卜\": 2}'), (375, 375, 'zh-Hans', '蘑菇汤', '{\"牛奶\": 2, \"蘑菇\": 1}'), (376, 376, 'zh-Hans', '棉悠悠羊肉烤串', '{\"棉悠悠的羊肉\": 1}'), (377, 377, 'zh-Hans', '果酱面包', '{\"面粉\": 1, \"红色野莓\": 2}'), (378, 378, 'zh-Hans', '烤皮皮鸡', '{\"皮皮鸡的鸡肉\": 1}'), (379, 379, 'zh-Hans', '水灵儿炭烤肉', '{\"水灵儿的鱼肉\": 1}'), (380, 380, 'zh-Hans', '烤天擒鸟肉', '{\"天擒鸟的鸟肉\": 1}'), (381, 381, 'zh-Hans', '松饼', '{\"牛奶\": 1, \"面粉\": 1}'), (382, 382, 'zh-Hans', '炸薯条', '{\"土豆\": 2, \"优质帕鲁油\": 1}'), (383, 383, 'zh-Hans', '面包', '{\"面粉\": 1}'), (384, 384, 'zh-Hans', '荷包蛋', '{\"蛋\": 1}'), (385, 385, 'zh-Hans', '烤野莓', '{\"红色野莓\": 1}'), (386, 386, 'zh-Hans', '烤蘑菇', '{\"蘑菇\": 1}'), (387, 387, 'zh-Hans', '面粉', '{\"小麦\": 3}'), (388, 388, 'zh-Hans', '低品质药品', '{\"角\": 2, \"红色野莓\": 5}'), (389, 389, 'zh-Hans', '药品', '{\"角\": 3, \"骨头\": 1, \"金属锭\": 3}'), (390, 390, 'zh-Hans', '高品质药品', '{\"角\": 5, \"骨头\": 2, \"金属锭\": 5}'), (391, 391, 'zh-Hans', '洗脑药', '{\"角\": 10, \"骨头\": 5, \"精炼金属锭\": 10, \"水栖帕鲁的黏液\": 3}'), (392, 392, 'zh-Hans', '低品质恢复药', '{\"洞穴蘑菇\": 3, \"红色野莓\": 5, \"水栖帕鲁的黏液\": 2}'), (393, 393, 'zh-Hans', '恢复药', '{\"棉花糖\": 3, \"洞穴蘑菇\": 5, \"红色野莓\": 5, \"水栖帕鲁的黏液\": 5}'), (394, 394, 'zh-Hans', '高品质恢复药', '{\"硫磺\": 5, \"棉花糖\": 5, \"洞穴蘑菇\": 10, \"红色野莓\": 20, \"优质帕鲁油\": 5}'), (395, 395, 'zh-Hans', '至高恢复药', '{\"硫磺\": 10, \"棉花糖\": 7, \"洞穴蘑菇\": 15, \"红色野莓\": 30, \"优质帕鲁油\": 10}'), (396, 396, 'zh-Hans', '可疑果汁', '{\"角\": 3, \"骨头\": 1, \"美丽花朵\": 3, \"水栖帕鲁的黏液\": 1}'), (397, 397, 'zh-Hans', '怪异果汁', '{\"角\": 5, \"骨头\": 2, \"美丽花朵\": 5, \"水栖帕鲁的黏液\": 2}'), (398, 398, 'zh-Hans', '不可思议的蘑菇汁', '{\"角\": 10, \"骨头\": 5, \"美丽花朵\": 10, \"不可思议的蘑菇\": 20, \"水栖帕鲁的黏液\": 5}'), (399, 399, 'zh-Hans', '消除记忆药', '{\"角\": 50, \"骨头\": 50, \"美丽花朵\": 99, \"水栖帕鲁的黏液\": 50}'), (400, 400, 'zh-Hans', '营养剂', '{\"洋葱\": 20, \"洞穴蘑菇\": 10, \"世界树圣水\": 25, \"焦糖棉花糖\": 18}'), (401, 401, 'zh-Hans', '复活药', '{\"硫磺\": 20, \"棉花糖\": 10, \"洞穴蘑菇\": 30, \"红色野莓\": 50, \"优质帕鲁油\": 20}'), (402, 402, 'zh-Hans', '水之觉醒晶石', '{\"水之辉石\": 50, \"世界树圣水\": 10}'), (403, 403, 'zh-Hans', '雷之觉醒晶石', '{\"雷之辉石\": 50, \"世界树圣水\": 10}'), (404, 404, 'zh-Hans', '地之觉醒晶石', '{\"地之辉石\": 50, \"世界树圣水\": 10}'), (405, 405, 'zh-Hans', '草之觉醒晶石', '{\"草之辉石\": 50, \"世界树圣水\": 10}'), (406, 406, 'zh-Hans', '火之觉醒晶石', '{\"火之辉石\": 50, \"世界树圣水\": 10}'), (407, 407, 'zh-Hans', '冰之觉醒晶石', '{\"冰之辉石\": 50, \"世界树圣水\": 10}'), (408, 408, 'zh-Hans', '龙之觉醒晶石', '{\"龙之辉石\": 50, \"世界树圣水\": 10}'), (409, 409, 'zh-Hans', '暗之觉醒晶石', '{\"暗之辉石\": 50, \"世界树圣水\": 10}'), (410, 410, 'zh-Hans', '无之觉醒晶石', '{\"无之辉石\": 50, \"世界树圣水\": 10}'), (411, 411, 'zh-Hans', '命脉秘药', '{\"捕食者核心\": 1, \"生命之莲(小)\": 4}'), (412, 412, 'zh-Hans', '活力秘药', '{\"捕食者核心\": 1, \"耐力之莲(小)\": 4}'), (413, 413, 'zh-Hans', '猛击秘药', '{\"捕食者核心\": 1, \"力量之莲(小)\": 4}'), (414, 414, 'zh-Hans', '勤勉秘药', '{\"捕食者核心\": 1, \"巧手之莲(小)\": 4}'), (415, 415, 'zh-Hans', '巨人秘药', '{\"捕食者核心\": 1, \"耐重之莲(小)\": 4}'), (416, 416, 'zh-Hans', '命脉灵药', '{\"捕食者核心\": 2, \"生命之莲(大)\": 6}'), (417, 417, 'zh-Hans', '活力灵药', '{\"捕食者核心\": 2, \"耐力之莲(大)\": 6}'), (418, 418, 'zh-Hans', '猛击灵药', '{\"捕食者核心\": 2, \"力量之莲(大)\": 6}'), (419, 419, 'zh-Hans', '勤勉灵药', '{\"捕食者核心\": 2, \"巧手之莲(大)\": 6}'), (420, 420, 'zh-Hans', '巨人灵药', '{\"捕食者核心\": 2, \"耐重之莲(大)\": 6}'), (421, 421, 'zh-Hans', '生命之果', '{\"巧手之莲(小)\": 3, \"生命之莲(大)\": 3, \"生命之莲(小)\": 3, \"耐重之莲(小)\": 3}'), (422, 422, 'zh-Hans', '刚力之果', '{\"力量之莲(大)\": 3, \"力量之莲(小)\": 3, \"巧手之莲(大)\": 3}'), (423, 423, 'zh-Hans', '坚壁之果', '{\"耐力之莲(大)\": 3, \"耐力之莲(小)\": 3, \"耐重之莲(大)\": 3}'), (424, 424, 'zh-Hans', '归途雷云', '{\"发电器官\": 5, \"雷鸣童子的云朵\": 1}'), (425, 425, 'zh-Hans', '修炼之书(大)', '{\"旧羊皮纸\": 100}'), (426, 426, 'zh-Hans', '修炼之书(特大)', '{\"皮革\": 5, \"优质的布\": 4, \"旧羊皮纸\": 500}'), (427, 427, 'zh-Hans', '纤维', '{\"木材\": 1}'), (428, 428, 'zh-Hans', '帕鲁矿碎块', '{\"石头\": 5}'), (429, 429, 'zh-Hans', '布', '{\"羊毛\": 2}'), (430, 430, 'zh-Hans', '优质的布', '{\"皮革\": 1, \"羊毛\": 10}'), (431, 431, 'zh-Hans', '木板', '{\"木材\": 10, \"纤维\": 5, \"钉子\": 1}'), (432, 432, 'zh-Hans', '优质木板', '{\"木材\": 10, \"硬木材\": 10, \"优质的布\": 2}'), (433, 433, 'zh-Hans', '神秘木板', '{\"硬木材\": 10, \"铬铁矿\": 5, \"神秘木材\": 10}'), (434, 434, 'zh-Hans', '钉子', '{\"金属锭\": 1}'), (435, 435, 'zh-Hans', '火药', '{\"木炭\": 2, \"硫磺\": 1}'), (436, 436, 'zh-Hans', '电路板', '{\"纯水晶\": 2, \"聚合物\": 1}'), (437, 437, 'zh-Hans', '聚合物', '{\"硫磺\": 1, \"优质帕鲁油\": 2}'), (438, 438, 'zh-Hans', '水泥', '{\"石头\": 20, \"骨头\": 1, \"水栖帕鲁的黏液\": 1}'), (439, 439, 'zh-Hans', '碳纤维', '{\"石炭\": 2, \"喷火器官\": 1}'), (440, 440, 'zh-Hans', '极低温冷却介质', '{\"结冰器官\": 1, \"水栖帕鲁的黏液\": 1}'), (441, 441, 'zh-Hans', '腐蚀溶剂', '{\"毒腺\": 1, \"硫磺\": 1}'), (442, 442, 'zh-Hans', '生化电池', '{\"碳纤维\": 1, \"发电器官\": 1, \"精炼金属锭\": 1}'), (443, 443, 'zh-Hans', '超高热核心', '{\"石炭\": 8, \"六棱晶锭\": 2, \"喷火器官\": 4, \"腐蚀溶剂\": 2}'), (444, 444, 'zh-Hans', '电脑', '{\"塑钢\": 3, \"电路板\": 2, \"碳纤维\": 2, \"生化电池\": 2}'), (445, 445, 'zh-Hans', 'AI核心', '{\"电脑\": 5, \"烈阳金属锭\": 10, \"超高热核心\": 2, \"古代文明核心\": 1}'), (446, 446, 'zh-Hans', '木炭', '{\"木材\": 2}'), (447, 447, 'zh-Hans', '金属锭', '{\"金属矿石\": 2}'), (448, 448, 'zh-Hans', '精炼金属锭', '{\"石炭\": 2, \"金属矿石\": 2}'), (449, 449, 'zh-Hans', '帕鲁金属锭', '{\"纯水晶\": 1, \"金属矿石\": 4, \"帕鲁矿碎块\": 2}'), (450, 450, 'zh-Hans', '塑钢', '{\"原油\": 2, \"金属矿石\": 5}'), (451, 451, 'zh-Hans', '六棱晶锭', '{\"铬铁矿\": 1, \"六棱晶矿\": 1}'), (452, 452, 'zh-Hans', '珊瑚锭', '{\"石炭\": 5, \"珊瑚矿石\": 2}'), (453, 453, 'zh-Hans', '烈阳金属锭', '{\"纯水晶\": 2, \"烈阳金属\": 2}'), (454, 454, 'zh-Hans', '帕鲁树晶锭', '{\"烈阳金属\": 1, \"世界树圣水\": 1, \"帕鲁树晶矿\": 2}'), (455, 455, 'zh-Hans', '渔用磁铁', '{\"金属锭\": 1}'), (456, 456, 'zh-Hans', '水上建造套装', '{\"水泥\": 200, \"珊瑚锭\": 50, \"优质木板\": 100}'), (457, 457, 'zh-Hans', '金属球棒设计图2', '{\"金属球棒设计图1\": 5}'), (458, 458, 'zh-Hans', '金属球棒设计图3', '{\"金属球棒设计图2\": 5}'), (459, 459, 'zh-Hans', '金属球棒设计图4', '{\"金属球棒设计图3\": 5}'), (460, 460, 'zh-Hans', '剑设计图2', '{\"剑设计图1\": 5}'), (461, 461, 'zh-Hans', '剑设计图3', '{\"剑设计图2\": 5}'), (462, 462, 'zh-Hans', '剑设计图4', '{\"剑设计图3\": 5}'), (463, 463, 'zh-Hans', '太刀设计图2', '{\"太刀设计图1\": 5}'), (464, 464, 'zh-Hans', '太刀设计图3', '{\"太刀设计图2\": 5}'), (465, 465, 'zh-Hans', '太刀设计图4', '{\"太刀设计图3\": 5}'), (466, 466, 'zh-Hans', '光剑设计图2', '{\"光剑设计图1\": 5}'), (467, 467, 'zh-Hans', '光剑设计图3', '{\"光剑设计图2\": 5}'), (468, 468, 'zh-Hans', '光剑设计图4', '{\"光剑设计图3\": 5}'), (469, 469, 'zh-Hans', '高出力光剑设计图2', '{\"高出力光剑设计图1\": 5}'), (470, 470, 'zh-Hans', '高出力光剑设计图3', '{\"高出力光剑设计图2\": 5}'), (471, 471, 'zh-Hans', '高出力光剑设计图4', '{\"高出力光剑设计图3\": 5}'), (472, 472, 'zh-Hans', '陈旧的弓设计图2', '{\"陈旧的弓设计图1\": 5}'), (473, 473, 'zh-Hans', '陈旧的弓设计图3', '{\"陈旧的弓设计图2\": 5}'), (474, 474, 'zh-Hans', '陈旧的弓设计图4', '{\"陈旧的弓设计图3\": 5}'), (475, 475, 'zh-Hans', '十字弓设计图2', '{\"十字弓设计图1\": 5}'), (476, 476, 'zh-Hans', '十字弓设计图3', '{\"十字弓设计图2\": 5}'), (477, 477, 'zh-Hans', '十字弓设计图4', '{\"十字弓设计图3\": 5}'), (478, 478, 'zh-Hans', '毒箭十字弓设计图2', '{\"毒箭十字弓设计图1\": 5}'), (479, 479, 'zh-Hans', '毒箭十字弓设计图3', '{\"毒箭十字弓设计图2\": 5}'), (480, 480, 'zh-Hans', '毒箭十字弓设计图4', '{\"毒箭十字弓设计图3\": 5}'), (481, 481, 'zh-Hans', '火箭十字弓设计图2', '{\"火箭十字弓设计图1\": 5}'), (482, 482, 'zh-Hans', '火箭十字弓设计图3', '{\"火箭十字弓设计图2\": 5}'), (483, 483, 'zh-Hans', '火箭十字弓设计图4', '{\"火箭十字弓设计图3\": 5}'), (484, 484, 'zh-Hans', '复合弓设计图2', '{\"复合弓设计图1\": 5}'), (485, 485, 'zh-Hans', '复合弓设计图3', '{\"复合弓设计图2\": 5}'), (486, 486, 'zh-Hans', '复合弓设计图4', '{\"复合弓设计图3\": 5}'), (487, 487, 'zh-Hans', '卓越弓设计图2', '{\"卓越弓设计图1\": 5}'), (488, 488, 'zh-Hans', '卓越弓设计图3', '{\"卓越弓设计图2\": 5}'), (489, 489, 'zh-Hans', '卓越弓设计图4', '{\"卓越弓设计图3\": 5}'), (490, 490, 'zh-Hans', '机械弓设计图2', '{\"机械弓设计图1\": 5}'), (491, 491, 'zh-Hans', '机械弓设计图3', '{\"机械弓设计图2\": 5}'), (492, 492, 'zh-Hans', '机械弓设计图4', '{\"机械弓设计图3\": 5}'), (493, 493, 'zh-Hans', '劣质手枪设计图2', '{\"劣质手枪设计图1\": 5}'), (494, 494, 'zh-Hans', '劣质手枪设计图3', '{\"劣质手枪设计图2\": 5}'), (495, 495, 'zh-Hans', '劣质手枪设计图4', '{\"劣质手枪设计图3\": 5}'), (496, 496, 'zh-Hans', '手枪设计图2', '{\"手枪设计图1\": 5}'), (497, 497, 'zh-Hans', '手枪设计图3', '{\"手枪设计图2\": 5}'), (498, 498, 'zh-Hans', '手枪设计图4', '{\"手枪设计图3\": 5}'), (499, 499, 'zh-Hans', '古旧左轮手枪设计图2', '{\"古旧左轮手枪设计图1\": 5}'), (500, 500, 'zh-Hans', '古旧左轮手枪设计图3', '{\"古旧左轮手枪设计图2\": 5}'), (501, 501, 'zh-Hans', '古旧左轮手枪设计图4', '{\"古旧左轮手枪设计图3\": 5}'), (502, 502, 'zh-Hans', '破旧的霰弹枪设计图2', '{\"破旧的霰弹枪设计图1\": 5}'), (503, 503, 'zh-Hans', '破旧的霰弹枪设计图3', '{\"破旧的霰弹枪设计图2\": 5}'), (504, 504, 'zh-Hans', '破旧的霰弹枪设计图4', '{\"破旧的霰弹枪设计图3\": 5}'), (505, 505, 'zh-Hans', '双管霰弹枪设计图2', '{\"双管霰弹枪设计图1\": 5}'), (506, 506, 'zh-Hans', '双管霰弹枪设计图3', '{\"双管霰弹枪设计图2\": 5}'), (507, 507, 'zh-Hans', '双管霰弹枪设计图4', '{\"双管霰弹枪设计图3\": 5}'), (508, 508, 'zh-Hans', '泵动式霰弹枪设计图2', '{\"泵动式霰弹枪设计图1\": 5}'), (509, 509, 'zh-Hans', '泵动式霰弹枪设计图3', '{\"泵动式霰弹枪设计图2\": 5}'), (510, 510, 'zh-Hans', '泵动式霰弹枪设计图4', '{\"泵动式霰弹枪设计图3\": 5}'), (511, 511, 'zh-Hans', '半自动霰弹枪设计图2', '{\"半自动霰弹枪设计图1\": 5}'), (512, 512, 'zh-Hans', '半自动霰弹枪设计图3', '{\"半自动霰弹枪设计图2\": 5}'), (513, 513, 'zh-Hans', '半自动霰弹枪设计图4', '{\"半自动霰弹枪设计图3\": 5}'), (514, 514, 'zh-Hans', '能量霰弹枪设计图2', '{\"能量霰弹枪设计图1\": 5}'), (515, 515, 'zh-Hans', '能量霰弹枪设计图3', '{\"能量霰弹枪设计图2\": 5}'), (516, 516, 'zh-Hans', '能量霰弹枪设计图4', '{\"能量霰弹枪设计图3\": 5}'), (517, 517, 'zh-Hans', '原型霰弹枪设计图2', '{\"原型霰弹枪设计图1\": 5}'), (518, 518, 'zh-Hans', '原型霰弹枪设计图3', '{\"原型霰弹枪设计图2\": 5}'), (519, 519, 'zh-Hans', '原型霰弹枪设计图4', '{\"原型霰弹枪设计图3\": 5}'), (520, 520, 'zh-Hans', '散射光束枪设计图2', '{\"散射光束枪设计图1\": 5}'), (521, 521, 'zh-Hans', '散射光束枪设计图3', '{\"散射光束枪设计图2\": 5}'), (522, 522, 'zh-Hans', '散射光束枪设计图4', '{\"散射光束枪设计图3\": 5}'), (523, 523, 'zh-Hans', '鸟枪设计图2', '{\"鸟枪设计图1\": 5}'), (524, 524, 'zh-Hans', '鸟枪设计图3', '{\"鸟枪设计图2\": 5}'), (525, 525, 'zh-Hans', '鸟枪设计图4', '{\"鸟枪设计图3\": 5}'), (526, 526, 'zh-Hans', '单发步枪设计图2', '{\"单发步枪设计图1\": 5}'), (527, 527, 'zh-Hans', '单发步枪设计图3', '{\"单发步枪设计图2\": 5}'), (528, 528, 'zh-Hans', '单发步枪设计图4', '{\"单发步枪设计图3\": 5}'), (529, 529, 'zh-Hans', '半自动步枪设计图2', '{\"半自动步枪设计图1\": 5}'), (530, 530, 'zh-Hans', '半自动步枪设计图3', '{\"半自动步枪设计图2\": 5}'), (531, 531, 'zh-Hans', '半自动步枪设计图4', '{\"半自动步枪设计图3\": 5}'), (532, 532, 'zh-Hans', '破旧的突击步枪设计图2', '{\"破旧的突击步枪设计图1\": 5}'), (533, 533, 'zh-Hans', '破旧的突击步枪设计图3', '{\"破旧的突击步枪设计图2\": 5}'), (534, 534, 'zh-Hans', '破旧的突击步枪设计图4', '{\"破旧的突击步枪设计图3\": 5}'), (535, 535, 'zh-Hans', '突击步枪设计图2', '{\"突击步枪设计图1\": 5}'), (536, 536, 'zh-Hans', '突击步枪设计图3', '{\"突击步枪设计图2\": 5}'), (537, 537, 'zh-Hans', '突击步枪设计图4', '{\"突击步枪设计图3\": 5}'), (538, 538, 'zh-Hans', '重型突击步枪设计图2', '{\"重型突击步枪设计图1\": 5}'), (539, 539, 'zh-Hans', '重型突击步枪设计图3', '{\"重型突击步枪设计图2\": 5}'), (540, 540, 'zh-Hans', '重型突击步枪设计图4', '{\"重型突击步枪设计图3\": 5}'), (541, 541, 'zh-Hans', '等离子步枪设计图2', '{\"等离子步枪设计图1\": 5}'), (542, 542, 'zh-Hans', '等离子步枪设计图3', '{\"等离子步枪设计图2\": 5}'), (543, 543, 'zh-Hans', '等离子步枪设计图4', '{\"等离子步枪设计图3\": 5}'), (544, 544, 'zh-Hans', '破旧的冲锋枪设计图2', '{\"破旧的冲锋枪设计图1\": 5}'), (545, 545, 'zh-Hans', '破旧的冲锋枪设计图3', '{\"破旧的冲锋枪设计图2\": 5}'), (546, 546, 'zh-Hans', '破旧的冲锋枪设计图4', '{\"破旧的冲锋枪设计图3\": 5}'), (547, 547, 'zh-Hans', '冲锋枪设计图2', '{\"冲锋枪设计图1\": 5}'), (548, 548, 'zh-Hans', '冲锋枪设计图3', '{\"冲锋枪设计图2\": 5}'), (549, 549, 'zh-Hans', '冲锋枪设计图4', '{\"冲锋枪设计图3\": 5}'), (550, 550, 'zh-Hans', '战斗冲锋枪设计图2', '{\"战斗冲锋枪设计图1\": 5}'), (551, 551, 'zh-Hans', '战斗冲锋枪设计图3', '{\"战斗冲锋枪设计图2\": 5}'), (552, 552, 'zh-Hans', '战斗冲锋枪设计图4', '{\"战斗冲锋枪设计图3\": 5}'), (553, 553, 'zh-Hans', '火箭发射器设计图2', '{\"火箭发射器设计图1\": 5}'), (554, 554, 'zh-Hans', '火箭发射器设计图3', '{\"火箭发射器设计图2\": 5}'), (555, 555, 'zh-Hans', '火箭发射器设计图4', '{\"火箭发射器设计图3\": 5}'), (556, 556, 'zh-Hans', '激光步枪设计图2', '{\"激光步枪设计图1\": 5}'), (557, 557, 'zh-Hans', '激光步枪设计图3', '{\"激光步枪设计图2\": 5}'), (558, 558, 'zh-Hans', '激光步枪设计图4', '{\"激光步枪设计图3\": 5}'), (559, 559, 'zh-Hans', '充能步枪设计图2', '{\"充能步枪设计图1\": 5}'), (560, 560, 'zh-Hans', '充能步枪设计图3', '{\"充能步枪设计图2\": 5}'), (561, 561, 'zh-Hans', '充能步枪设计图4', '{\"充能步枪设计图3\": 5}'), (562, 562, 'zh-Hans', '过热步枪设计图2', '{\"过热步枪设计图1\": 5}'), (563, 563, 'zh-Hans', '过热步枪设计图3', '{\"过热步枪设计图2\": 5}'), (564, 564, 'zh-Hans', '过热步枪设计图4', '{\"过热步枪设计图3\": 5}'), (565, 565, 'zh-Hans', '火焰喷射器设计图2', '{\"火焰喷射器设计图1\": 5}'), (566, 566, 'zh-Hans', '火焰喷射器设计图3', '{\"火焰喷射器设计图2\": 5}'), (567, 567, 'zh-Hans', '火焰喷射器设计图4', '{\"火焰喷射器设计图3\": 5}'), (568, 568, 'zh-Hans', '加特林机枪设计图2', '{\"加特林机枪设计图1\": 5}'), (569, 569, 'zh-Hans', '加特林机枪设计图3', '{\"加特林机枪设计图2\": 5}'), (570, 570, 'zh-Hans', '加特林机枪设计图4', '{\"加特林机枪设计图3\": 5}'), (571, 571, 'zh-Hans', '激光加特林设计图2', '{\"激光加特林设计图1\": 5}'), (572, 572, 'zh-Hans', '激光加特林设计图3', '{\"激光加特林设计图2\": 5}'), (573, 573, 'zh-Hans', '激光加特林设计图4', '{\"激光加特林设计图3\": 5}'), (574, 574, 'zh-Hans', '榴弹发射器设计图2', '{\"榴弹发射器设计图1\": 5}'), (575, 575, 'zh-Hans', '榴弹发射器设计图3', '{\"榴弹发射器设计图2\": 5}'), (576, 576, 'zh-Hans', '榴弹发射器设计图4', '{\"榴弹发射器设计图3\": 5}'), (577, 577, 'zh-Hans', '战术榴弹发射器设计图2', '{\"战术榴弹发射器设计图1\": 5}'), (578, 578, 'zh-Hans', '战术榴弹发射器设计图3', '{\"战术榴弹发射器设计图2\": 5}'), (579, 579, 'zh-Hans', '战术榴弹发射器设计图4', '{\"战术榴弹发射器设计图3\": 5}'), (580, 580, 'zh-Hans', '追踪导弹发射器设计图2', '{\"追踪导弹发射器设计图1\": 5}'), (581, 581, 'zh-Hans', '追踪导弹发射器设计图3', '{\"追踪导弹发射器设计图2\": 5}'), (582, 582, 'zh-Hans', '追踪导弹发射器设计图4', '{\"追踪导弹发射器设计图3\": 5}'), (583, 583, 'zh-Hans', '多联装追踪导弹发射器设计图1', '{\"多联装追踪导弹发射器设计图\": 5}'), (584, 584, 'zh-Hans', '多联装追踪导弹发射器设计图2', '{\"多联装追踪导弹发射器设计图1\": 5}'), (585, 585, 'zh-Hans', '多联装追踪导弹发射器设计图3', '{\"多联装追踪导弹发射器设计图2\": 5}'), (586, 586, 'zh-Hans', '多联装追踪导弹发射器设计图4', '{\"多联装追踪导弹发射器设计图3\": 5}'), (587, 587, 'zh-Hans', '等离子炮设计图2', '{\"等离子炮设计图1\": 5}'), (588, 588, 'zh-Hans', '等离子炮设计图3', '{\"等离子炮设计图2\": 5}'), (589, 589, 'zh-Hans', '等离子炮设计图4', '{\"等离子炮设计图3\": 5}'), (590, 590, 'zh-Hans', '光束炮发射器设计图2', '{\"光束炮发射器设计图1\": 5}'), (591, 591, 'zh-Hans', '光束炮发射器设计图3', '{\"光束炮发射器设计图2\": 5}'), (592, 592, 'zh-Hans', '光束炮发射器设计图4', '{\"光束炮发射器设计图3\": 5}'), (593, 593, 'zh-Hans', '无人机发射器设计图2', '{\"无人机发射器设计图1\": 5}'), (594, 594, 'zh-Hans', '无人机发射器设计图3', '{\"无人机发射器设计图2\": 5}'), (595, 595, 'zh-Hans', '无人机发射器设计图4', '{\"无人机发射器设计图3\": 5}'), (596, 596, 'zh-Hans', '断钢剑设计图1', '{\"断钢剑设计图\": 5}'), (597, 597, 'zh-Hans', '断钢剑设计图2', '{\"断钢剑设计图1\": 5}'), (598, 598, 'zh-Hans', '断钢剑设计图3', '{\"断钢剑设计图2\": 5}'), (599, 599, 'zh-Hans', '断钢剑设计图4', '{\"断钢剑设计图3\": 5}'), (600, 600, 'zh-Hans', '泰拉刃设计图1', '{\"泰拉刃设计图\": 5}'), (601, 601, 'zh-Hans', '泰拉刃设计图2', '{\"泰拉刃设计图1\": 5}'), (602, 602, 'zh-Hans', '泰拉刃设计图3', '{\"泰拉刃设计图2\": 5}'), (603, 603, 'zh-Hans', '泰拉刃设计图4', '{\"泰拉刃设计图3\": 5}'), (604, 604, 'zh-Hans', '星旋机枪设计图1', '{\"星旋机枪设计图\": 5}'), (605, 605, 'zh-Hans', '星旋机枪设计图2', '{\"星旋机枪设计图1\": 5}'), (606, 606, 'zh-Hans', '星旋机枪设计图3', '{\"星旋机枪设计图2\": 5}'), (607, 607, 'zh-Hans', '星旋机枪设计图4', '{\"星旋机枪设计图3\": 5}'), (608, 608, 'zh-Hans', '夜光设计图1', '{\"夜光设计图\": 5}'), (609, 609, 'zh-Hans', '夜光设计图2', '{\"夜光设计图1\": 5}'), (610, 610, 'zh-Hans', '夜光设计图3', '{\"夜光设计图2\": 5}'), (611, 611, 'zh-Hans', '夜光设计图4', '{\"夜光设计图3\": 5}'), (612, 612, 'zh-Hans', '泰拉棱镜设计图1', '{\"泰拉棱镜设计图\": 5}'), (613, 613, 'zh-Hans', '泰拉棱镜设计图2', '{\"泰拉棱镜设计图1\": 5}'), (614, 614, 'zh-Hans', '泰拉棱镜设计图3', '{\"泰拉棱镜设计图2\": 5}'), (615, 615, 'zh-Hans', '泰拉棱镜设计图4', '{\"泰拉棱镜设计图3\": 5}'), (616, 616, 'zh-Hans', '布衣设计图2', '{\"布衣设计图1\": 5}'), (617, 617, 'zh-Hans', '布衣设计图3', '{\"布衣设计图2\": 5}'), (618, 618, 'zh-Hans', '布衣设计图4', '{\"布衣设计图3\": 5}'), (619, 619, 'zh-Hans', '热带地区民族服饰设计图2', '{\"热带地区民族服饰设计图1\": 5}'), (620, 620, 'zh-Hans', '热带地区民族服饰设计图3', '{\"热带地区民族服饰设计图2\": 5}'), (621, 621, 'zh-Hans', '热带地区民族服饰设计图4', '{\"热带地区民族服饰设计图3\": 5}'), (622, 622, 'zh-Hans', '寒冷地区民族服饰设计图2', '{\"寒冷地区民族服饰设计图1\": 5}'), (623, 623, 'zh-Hans', '寒冷地区民族服饰设计图3', '{\"寒冷地区民族服饰设计图2\": 5}'), (624, 624, 'zh-Hans', '寒冷地区民族服饰设计图4', '{\"寒冷地区民族服饰设计图3\": 5}'), (625, 625, 'zh-Hans', '毛皮盔甲设计图2', '{\"毛皮盔甲设计图1\": 5}'), (626, 626, 'zh-Hans', '毛皮盔甲设计图3', '{\"毛皮盔甲设计图2\": 5}'), (627, 627, 'zh-Hans', '毛皮盔甲设计图4', '{\"毛皮盔甲设计图3\": 5}'), (628, 628, 'zh-Hans', '耐热毛皮盔甲设计图2', '{\"耐热毛皮盔甲设计图1\": 5}'), (629, 629, 'zh-Hans', '耐热毛皮盔甲设计图3', '{\"耐热毛皮盔甲设计图2\": 5}'), (630, 630, 'zh-Hans', '耐热毛皮盔甲设计图4', '{\"耐热毛皮盔甲设计图3\": 5}'), (631, 631, 'zh-Hans', '耐寒毛皮盔甲设计图2', '{\"耐寒毛皮盔甲设计图1\": 5}'), (632, 632, 'zh-Hans', '耐寒毛皮盔甲设计图3', '{\"耐寒毛皮盔甲设计图2\": 5}'), (633, 633, 'zh-Hans', '耐寒毛皮盔甲设计图4', '{\"耐寒毛皮盔甲设计图3\": 5}'), (634, 634, 'zh-Hans', '金属盔甲设计图2', '{\"金属盔甲设计图1\": 5}'), (635, 635, 'zh-Hans', '金属盔甲设计图3', '{\"金属盔甲设计图2\": 5}'), (636, 636, 'zh-Hans', '金属盔甲设计图4', '{\"金属盔甲设计图3\": 5}'), (637, 637, 'zh-Hans', '耐热金属盔甲设计图2', '{\"耐热金属盔甲设计图1\": 5}'), (638, 638, 'zh-Hans', '耐热金属盔甲设计图3', '{\"耐热金属盔甲设计图2\": 5}'), (639, 639, 'zh-Hans', '耐热金属盔甲设计图4', '{\"耐热金属盔甲设计图3\": 5}'), (640, 640, 'zh-Hans', '耐寒金属盔甲设计图2', '{\"耐寒金属盔甲设计图1\": 5}'), (641, 641, 'zh-Hans', '耐寒金属盔甲设计图3', '{\"耐寒金属盔甲设计图2\": 5}'), (642, 642, 'zh-Hans', '耐寒金属盔甲设计图4', '{\"耐寒金属盔甲设计图3\": 5}'), (643, 643, 'zh-Hans', '精炼金属盔甲设计图2', '{\"精炼金属盔甲设计图1\": 5}'), (644, 644, 'zh-Hans', '精炼金属盔甲设计图3', '{\"精炼金属盔甲设计图2\": 5}'), (645, 645, 'zh-Hans', '精炼金属盔甲设计图4', '{\"精炼金属盔甲设计图3\": 5}'), (646, 646, 'zh-Hans', '耐热精炼金属盔甲设计图2', '{\"耐热精炼金属盔甲设计图1\": 5}'), (647, 647, 'zh-Hans', '耐热精炼金属盔甲设计图3', '{\"耐热精炼金属盔甲设计图2\": 5}'), (648, 648, 'zh-Hans', '耐热精炼金属盔甲设计图4', '{\"耐热精炼金属盔甲设计图3\": 5}'), (649, 649, 'zh-Hans', '耐寒精炼金属盔甲设计图2', '{\"耐寒精炼金属盔甲设计图1\": 5}'), (650, 650, 'zh-Hans', '耐寒精炼金属盔甲设计图3', '{\"耐寒精炼金属盔甲设计图2\": 5}'), (651, 651, 'zh-Hans', '耐寒精炼金属盔甲设计图4', '{\"耐寒精炼金属盔甲设计图3\": 5}'), (652, 652, 'zh-Hans', '帕鲁金属盔甲设计图2', '{\"帕鲁金属盔甲设计图1\": 5}'), (653, 653, 'zh-Hans', '帕鲁金属盔甲设计图3', '{\"帕鲁金属盔甲设计图2\": 5}'), (654, 654, 'zh-Hans', '帕鲁金属盔甲设计图4', '{\"帕鲁金属盔甲设计图3\": 5}'), (655, 655, 'zh-Hans', '耐热帕鲁金属盔甲设计图2', '{\"耐热帕鲁金属盔甲设计图1\": 5}'), (656, 656, 'zh-Hans', '耐热帕鲁金属盔甲设计图3', '{\"耐热帕鲁金属盔甲设计图2\": 5}'), (657, 657, 'zh-Hans', '耐热帕鲁金属盔甲设计图4', '{\"耐热帕鲁金属盔甲设计图3\": 5}'), (658, 658, 'zh-Hans', '耐寒帕鲁金属盔甲设计图2', '{\"耐寒帕鲁金属盔甲设计图1\": 5}'), (659, 659, 'zh-Hans', '耐寒帕鲁金属盔甲设计图3', '{\"耐寒帕鲁金属盔甲设计图2\": 5}'), (660, 660, 'zh-Hans', '耐寒帕鲁金属盔甲设计图4', '{\"耐寒帕鲁金属盔甲设计图3\": 5}'), (661, 661, 'zh-Hans', '塑钢盔甲设计图2', '{\"塑钢盔甲设计图1\": 5}'), (662, 662, 'zh-Hans', '塑钢盔甲设计图3', '{\"塑钢盔甲设计图2\": 5}'), (663, 663, 'zh-Hans', '塑钢盔甲设计图4', '{\"塑钢盔甲设计图3\": 5}'), (664, 664, 'zh-Hans', '耐热塑钢盔甲设计图2', '{\"耐热塑钢盔甲设计图1\": 5}'), (665, 665, 'zh-Hans', '耐热塑钢盔甲设计图3', '{\"耐热塑钢盔甲设计图2\": 5}'), (666, 666, 'zh-Hans', '耐热塑钢盔甲设计图4', '{\"耐热塑钢盔甲设计图3\": 5}'), (667, 667, 'zh-Hans', '耐寒塑钢盔甲设计图2', '{\"耐寒塑钢盔甲设计图1\": 5}'), (668, 668, 'zh-Hans', '耐寒塑钢盔甲设计图3', '{\"耐寒塑钢盔甲设计图2\": 5}'), (669, 669, 'zh-Hans', '耐寒塑钢盔甲设计图4', '{\"耐寒塑钢盔甲设计图3\": 5}'), (670, 670, 'zh-Hans', '轻便塑钢盔甲设计图2', '{\"轻便塑钢盔甲设计图1\": 5}'), (671, 671, 'zh-Hans', '轻便塑钢盔甲设计图3', '{\"轻便塑钢盔甲设计图2\": 5}'), (672, 672, 'zh-Hans', '轻便塑钢盔甲设计图4', '{\"轻便塑钢盔甲设计图3\": 5}'), (673, 673, 'zh-Hans', '六棱晶盔甲设计图2', '{\"六棱晶盔甲设计图1\": 5}'), (674, 674, 'zh-Hans', '六棱晶盔甲设计图3', '{\"六棱晶盔甲设计图2\": 5}'), (675, 675, 'zh-Hans', '六棱晶盔甲设计图4', '{\"六棱晶盔甲设计图3\": 5}'), (676, 676, 'zh-Hans', '耐热六棱晶盔甲设计图2', '{\"耐热六棱晶盔甲设计图1\": 5}'), (677, 677, 'zh-Hans', '耐热六棱晶盔甲设计图3', '{\"耐热六棱晶盔甲设计图2\": 5}'), (678, 678, 'zh-Hans', '耐热六棱晶盔甲设计图4', '{\"耐热六棱晶盔甲设计图3\": 5}'), (679, 679, 'zh-Hans', '耐寒六棱晶盔甲设计图2', '{\"耐寒六棱晶盔甲设计图1\": 5}'), (680, 680, 'zh-Hans', '耐寒六棱晶盔甲设计图3', '{\"耐寒六棱晶盔甲设计图2\": 5}'), (681, 681, 'zh-Hans', '耐寒六棱晶盔甲设计图4', '{\"耐寒六棱晶盔甲设计图3\": 5}'), (682, 682, 'zh-Hans', '轻便六棱晶盔甲设计图2', '{\"轻便六棱晶盔甲设计图1\": 5}'), (683, 683, 'zh-Hans', '轻便六棱晶盔甲设计图3', '{\"轻便六棱晶盔甲设计图2\": 5}'), (684, 684, 'zh-Hans', '轻便六棱晶盔甲设计图4', '{\"轻便六棱晶盔甲设计图3\": 5}'), (685, 685, 'zh-Hans', '远古盔甲设计图2', '{\"远古盔甲设计图1\": 5}'), (686, 686, 'zh-Hans', '远古盔甲设计图3', '{\"远古盔甲设计图2\": 5}'), (687, 687, 'zh-Hans', '远古盔甲设计图4', '{\"远古盔甲设计图3\": 5}'), (688, 688, 'zh-Hans', '耐热远古盔甲设计图2', '{\"耐热远古盔甲设计图1\": 5}'), (689, 689, 'zh-Hans', '耐热远古盔甲设计图3', '{\"耐热远古盔甲设计图2\": 5}'), (690, 690, 'zh-Hans', '耐热远古盔甲设计图4', '{\"耐热远古盔甲设计图3\": 5}'), (691, 691, 'zh-Hans', '耐寒远古盔甲设计图2', '{\"耐寒远古盔甲设计图1\": 5}'), (692, 692, 'zh-Hans', '耐寒远古盔甲设计图3', '{\"耐寒远古盔甲设计图2\": 5}'), (693, 693, 'zh-Hans', '耐寒远古盔甲设计图4', '{\"耐寒远古盔甲设计图3\": 5}'), (694, 694, 'zh-Hans', '轻便远古盔甲设计图2', '{\"轻便远古盔甲设计图1\": 5}'), (695, 695, 'zh-Hans', '轻便远古盔甲设计图3', '{\"轻便远古盔甲设计图2\": 5}'), (696, 696, 'zh-Hans', '轻便远古盔甲设计图4', '{\"轻便远古盔甲设计图3\": 5}'), (697, 697, 'zh-Hans', '神圣板甲设计图1', '{\"神圣板甲设计图\": 5}'), (698, 698, 'zh-Hans', '神圣板甲设计图2', '{\"神圣板甲设计图1\": 5}'), (699, 699, 'zh-Hans', '神圣板甲设计图3', '{\"神圣板甲设计图2\": 5}'), (700, 700, 'zh-Hans', '神圣板甲设计图4', '{\"神圣板甲设计图3\": 5}'), (701, 701, 'zh-Hans', '羽毛发饰设计图2', '{\"羽毛发饰设计图1\": 5}'), (702, 702, 'zh-Hans', '羽毛发饰设计图3', '{\"羽毛发饰设计图2\": 5}'), (703, 703, 'zh-Hans', '羽毛发饰设计图4', '{\"羽毛发饰设计图3\": 5}'), (704, 704, 'zh-Hans', '金属头盔设计图2', '{\"金属头盔设计图1\": 5}'), (705, 705, 'zh-Hans', '金属头盔设计图3', '{\"金属头盔设计图2\": 5}'), (706, 706, 'zh-Hans', '金属头盔设计图4', '{\"金属头盔设计图3\": 5}'), (707, 707, 'zh-Hans', '精炼金属头盔设计图2', '{\"精炼金属头盔设计图1\": 5}'), (708, 708, 'zh-Hans', '精炼金属头盔设计图3', '{\"精炼金属头盔设计图2\": 5}'), (709, 709, 'zh-Hans', '精炼金属头盔设计图4', '{\"精炼金属头盔设计图3\": 5}'), (710, 710, 'zh-Hans', '帕鲁金属头盔设计图2', '{\"帕鲁金属头盔设计图1\": 5}'), (711, 711, 'zh-Hans', '帕鲁金属头盔设计图3', '{\"帕鲁金属头盔设计图2\": 5}'), (712, 712, 'zh-Hans', '帕鲁金属头盔设计图4', '{\"帕鲁金属头盔设计图3\": 5}'), (713, 713, 'zh-Hans', '塑钢头盔设计图2', '{\"塑钢头盔设计图1\": 5}'), (714, 714, 'zh-Hans', '塑钢头盔设计图3', '{\"塑钢头盔设计图2\": 5}'), (715, 715, 'zh-Hans', '塑钢头盔设计图4', '{\"塑钢头盔设计图3\": 5}'), (716, 716, 'zh-Hans', '六棱晶头盔设计图2', '{\"六棱晶头盔设计图1\": 5}'), (717, 717, 'zh-Hans', '六棱晶头盔设计图3', '{\"六棱晶头盔设计图2\": 5}'), (718, 718, 'zh-Hans', '六棱晶头盔设计图4', '{\"六棱晶头盔设计图3\": 5}'), (719, 719, 'zh-Hans', '远古头盔设计图2', '{\"远古头盔设计图1\": 5}'), (720, 720, 'zh-Hans', '远古头盔设计图3', '{\"远古头盔设计图2\": 5}'), (721, 721, 'zh-Hans', '远古头盔设计图4', '{\"远古头盔设计图3\": 5}'), (722, 722, 'zh-Hans', '神圣面具设计图1', '{\"神圣面具设计图\": 5}'), (723, 723, 'zh-Hans', '神圣面具设计图2', '{\"神圣面具设计图1\": 5}'), (724, 724, 'zh-Hans', '神圣面具设计图3', '{\"神圣面具设计图2\": 5}'), (725, 725, 'zh-Hans', '神圣面具设计图4', '{\"神圣面具设计图3\": 5}'), (726, 726, 'zh-Hans', '神圣头盔设计图1', '{\"神圣头盔设计图\": 5}'), (727, 727, 'zh-Hans', '神圣头盔设计图2', '{\"神圣头盔设计图1\": 5}'), (728, 728, 'zh-Hans', '神圣头盔设计图3', '{\"神圣头盔设计图2\": 5}'), (729, 729, 'zh-Hans', '神圣头盔设计图4', '{\"神圣头盔设计图3\": 5}'), (730, 730, 'zh-Hans', '神圣头饰设计图1', '{\"神圣头饰设计图\": 5}'), (731, 731, 'zh-Hans', '神圣头饰设计图2', '{\"神圣头饰设计图1\": 5}'), (732, 732, 'zh-Hans', '神圣头饰设计图3', '{\"神圣头饰设计图2\": 5}'), (733, 733, 'zh-Hans', '神圣头饰设计图4', '{\"神圣头饰设计图3\": 5}'), (734, 734, 'zh-Hans', '神圣兜帽设计图1', '{\"神圣兜帽设计图\": 5}'), (735, 735, 'zh-Hans', '神圣兜帽设计图2', '{\"神圣兜帽设计图1\": 5}'), (736, 736, 'zh-Hans', '神圣兜帽设计图3', '{\"神圣兜帽设计图2\": 5}'), (737, 737, 'zh-Hans', '神圣兜帽设计图4', '{\"神圣兜帽设计图3\": 5}'), (738, 738, 'zh-Hans', '贝菈诺娃的石板', '{\"贝菈诺娃的石板碎片\": 4}'), (739, 739, 'zh-Hans', '贝菈露洁的石板', '{\"贝菈露洁的石板碎片\": 4}'), (740, 740, 'zh-Hans', '殁殃的石板', '{\"殁殃的石板碎片\": 4}'), (741, 741, 'zh-Hans', '杰诺多兰的石板', '{\"杰诺多兰的石板碎片\": 4}'), (742, 742, 'zh-Hans', '天界符', '{\"神圣锭\": 100}'), (743, 743, 'zh-Hans', '默世鹿的石板', '{\"默世鹿的石板碎片\": 4}'), (744, 744, 'zh-Hans', '【极】贝菈露洁的石板', '{\"【极】贝菈露洁的石板碎片\": 4}'), (745, 745, 'zh-Hans', '【极】殁殃的石板', '{\"【极】殁殃的石板碎片\": 4}'), (746, 746, 'zh-Hans', '【极】杰诺多兰的石板', '{\"【极】杰诺多兰的石板碎片\": 4}'), (747, 747, 'zh-Hans', '【极】默世鹿的石板', '{\"【极】默世鹿的石板碎片\": 4}'), (748, 748, 'zh-Hans', '强力渔用磁铁', '{\"六棱晶锭\": 1, \"生化电池\": 1, \"极低温冷却介质\": 1}'), (749, 751, 'zh-Hans', '腰挂提灯', '{\"木材\": 10, \"金属锭\": 20, \"喷火器官\": 10, \"古代文明部件\": 5}'), (750, 752, 'zh-Hans', '强化腰挂提灯', '{\"木材\": 30, \"金属锭\": 30, \"喷火器官\": 30, \"古代文明部件\": 10}'), (751, 753, 'zh-Hans', '小饲料袋', '{\"木材\": 5, \"皮革\": 3, \"纤维\": 10}'), (752, 754, 'zh-Hans', '普通饲料袋', '{\"木材\": 10, \"皮革\": 10, \"纤维\": 30}'), (753, 755, 'zh-Hans', '大饲料袋', '{\"木材\": 20, \"皮革\": 20, \"纤维\": 50}'); INSERT INTO `craftingi18n` (`ID`, `CraftingID`, `LanguageCode`, `Name`, `Material`) VALUES (754, 756, 'zh-Hans', '巨大饲料袋', '{\"皮革\": 35, \"纤维\": 90, \"硬木材\": 30, \"碳纤维\": 10}'), (755, 757, 'zh-Hans', '特大饲料袋', '{\"皮革\": 50, \"纤维\": 200, \"硬木材\": 50, \"碳纤维\": 20}'), (756, 758, 'zh-Hans', '简易开锁工具', '{\"钉子\": 5, \"金属锭\": 10, \"帕鲁矿碎块\": 10}'), (757, 759, 'zh-Hans', '高级开锁工具', '{\"钉子\": 10, \"金属锭\": 20, \"帕鲁矿碎块\": 20}'), (758, 760, 'zh-Hans', '专家开锁工具', '{\"钉子\": 20, \"帕鲁矿碎块\": 30, \"帕鲁金属锭\": 30}'), (759, 761, 'zh-Hans', '草莽猪的鞍具', '{\"皮革\": 3, \"石头\": 10, \"帕鲁矿碎块\": 5}'), (760, 762, 'zh-Hans', '火绒狐的背带', '{\"皮革\": 3, \"喷火器官\": 5, \"帕鲁矿碎块\": 5}'), (761, 763, 'zh-Hans', '雪绒狐的背带', '{\"皮革\": 10, \"结冰器官\": 10, \"帕鲁矿碎块\": 20}'), (762, 764, 'zh-Hans', '美露帕的鞍具', '{\"皮革\": 3, \"羊毛\": 5, \"帕鲁矿碎块\": 5}'), (763, 765, 'zh-Hans', '鲁米儿的手套', '{\"布\": 5, \"帕鲁矿碎块\": 5, \"水栖帕鲁的黏液\": 3}'), (764, 766, 'zh-Hans', '雷米儿的手套', '{\"布\": 10, \"发电器官\": 5, \"帕鲁矿碎块\": 6}'), (765, 767, 'zh-Hans', '电棘鼠的手套', '{\"布\": 5, \"发电器官\": 5, \"帕鲁矿碎块\": 5}'), (766, 768, 'zh-Hans', '冰刺鼠的手套', '{\"布\": 6, \"结冰器官\": 6, \"帕鲁矿碎块\": 6}'), (767, 769, 'zh-Hans', '寐魔的项圈', '{\"皮革\": 5, \"纤维\": 10, \"帕鲁矿碎块\": 10}'), (768, 770, 'zh-Hans', '猎狼的挽具鞍具组合', '{\"皮革\": 10, \"纤维\": 15, \"帕鲁矿碎块\": 10}'), (769, 771, 'zh-Hans', '勾魂鱿的手套', '{\"布\": 5, \"毒腺\": 5, \"帕鲁矿碎块\": 10}'), (770, 772, 'zh-Hans', '蚀魂鱿的手套', '{\"布\": 6, \"帕鲁矿碎块\": 12, \"水栖帕鲁的黏液\": 4}'), (771, 773, 'zh-Hans', '疾旋鼬的鞍具', '{\"布\": 5, \"皮革\": 10, \"纤维\": 20, \"帕鲁矿碎块\": 20}'), (772, 774, 'zh-Hans', '桃旋鼬的鞍具', '{\"布\": 10, \"皮革\": 20, \"纤维\": 30, \"喷火器官\": 10, \"帕鲁矿碎块\": 30}'), (773, 775, 'zh-Hans', '翠叶鼠的冲锋枪', '{\"木材\": 20, \"石头\": 10, \"金属锭\": 5, \"帕鲁矿碎块\": 10}'), (774, 776, 'zh-Hans', '新叶猿的突击步枪', '{\"木材\": 15, \"石头\": 15, \"金属锭\": 5, \"帕鲁矿碎块\": 10}'), (775, 777, 'zh-Hans', '秋叶猿的突击步枪', '{\"木材\": 18, \"石头\": 18, \"金属锭\": 6, \"喷火器官\": 10, \"帕鲁矿碎块\": 20}'), (776, 778, 'zh-Hans', '紫霞鹿的鞍具', '{\"角\": 3, \"皮革\": 5, \"纤维\": 20, \"金属锭\": 10, \"帕鲁矿碎块\": 15}'), (777, 779, 'zh-Hans', '祇岳鹿的鞍具', '{\"角\": 3, \"皮革\": 6, \"纤维\": 24, \"金属锭\": 12, \"帕鲁矿碎块\": 18}'), (778, 780, 'zh-Hans', '雷角马的鞍具', '{\"皮革\": 10, \"金属锭\": 5, \"发电器官\": 10, \"帕鲁矿碎块\": 15}'), (779, 781, 'zh-Hans', '凌角马的鞍具', '{\"皮革\": 12, \"珊瑚锭\": 5, \"结冰器官\": 10, \"帕鲁矿碎块\": 20}'), (780, 782, 'zh-Hans', '炽焰牛的鞍具', '{\"皮革\": 15, \"纤维\": 25, \"喷火器官\": 10, \"帕鲁矿碎块\": 15}'), (781, 783, 'zh-Hans', '疾风隼的鞍具', '{\"布\": 10, \"皮革\": 20, \"纤维\": 20, \"金属锭\": 15, \"帕鲁矿碎块\": 20}'), (782, 784, 'zh-Hans', '滑水蛇的鞍具', '{\"皮革\": 5, \"帕鲁矿碎块\": 10, \"水栖帕鲁的黏液\": 5}'), (783, 785, 'zh-Hans', '流沙蛇的鞍具', '{\"皮革\": 6, \"金属锭\": 6, \"帕鲁矿碎块\": 12}'), (784, 786, 'zh-Hans', '企丸丸的火箭发射器', '{\"木板\": 3, \"石头\": 20, \"金属锭\": 20, \"帕鲁矿碎块\": 20}'), (785, 787, 'zh-Hans', '闪丸丸的火箭发射器', '{\"木板\": 3, \"石头\": 24, \"金属锭\": 24, \"发电器官\": 20, \"帕鲁矿碎块\": 24}'), (786, 788, 'zh-Hans', '波娜兔的项圈', '{\"皮革\": 10, \"纤维\": 20, \"金属锭\": 5, \"帕鲁矿碎块\": 15}'), (787, 789, 'zh-Hans', '炸蛋鸟的手套', '{\"布\": 10, \"皮革\": 10, \"纤维\": 15, \"喷火器官\": 10, \"帕鲁矿碎块\": 15}'), (788, 790, 'zh-Hans', '碎岩龟的头巾', '{\"皮革\": 20, \"石头\": 50, \"纤维\": 30, \"金属锭\": 10, \"帕鲁矿碎块\": 20}'), (789, 791, 'zh-Hans', '吊缚灵的手套', '{\"布\": 5, \"皮革\": 3, \"纤维\": 10, \"金属锭\": 3, \"帕鲁矿碎块\": 10}'), (790, 792, 'zh-Hans', '冰缚灵的手套', '{\"布\": 6, \"皮革\": 3, \"纤维\": 12, \"金属锭\": 3, \"帕鲁矿碎块\": 12}'), (791, 793, 'zh-Hans', '笑魇猫的鞍具', '{\"皮革\": 10, \"帕鲁矿碎块\": 10}'), (792, 794, 'zh-Hans', '精灵龙的鞍具', '{\"皮革\": 20, \"纤维\": 20, \"金属锭\": 15, \"帕鲁矿碎块\": 20}'), (793, 795, 'zh-Hans', '水灵龙的鞍具', '{\"皮革\": 24, \"纤维\": 24, \"金属锭\": 18, \"帕鲁矿碎块\": 24}'), (794, 796, 'zh-Hans', '桃蛛娘的鞍具', '{\"毒腺\": 30, \"皮革\": 30, \"纤维\": 50, \"帕鲁矿碎块\": 40}'), (795, 797, 'zh-Hans', '烽歌龙的鞍具', '{\"皮革\": 20, \"纤维\": 30, \"金属锭\": 15, \"喷火器官\": 10, \"帕鲁矿碎块\": 20}'), (796, 798, 'zh-Hans', '霜歌龙的鞍具', '{\"皮革\": 24, \"纤维\": 36, \"金属锭\": 18, \"结冰器官\": 12, \"帕鲁矿碎块\": 24}'), (797, 799, 'zh-Hans', '毛老爹的鞍具', '{\"布\": 8, \"皮革\": 3, \"帕鲁矿碎块\": 10}'), (798, 800, 'zh-Hans', '雷鸣童子的项圈', '{\"皮革\": 15, \"纤维\": 15, \"金属锭\": 10, \"帕鲁矿碎块\": 20}'), (799, 801, 'zh-Hans', '天阴童子的项圈', '{\"皮革\": 10, \"纤维\": 30, \"暗黑碎片\": 10, \"帕鲁矿碎块\": 40}'), (800, 802, 'zh-Hans', '君王美露帕的鞍具', '{\"皮革\": 20, \"纤维\": 20, \"羊毛\": 30, \"金属锭\": 15, \"帕鲁矿碎块\": 20}'), (801, 803, 'zh-Hans', '冰帝美露帕的鞍具', '{\"皮革\": 24, \"纤维\": 24, \"羊毛\": 36, \"金属锭\": 18, \"帕鲁矿碎块\": 24}'), (802, 804, 'zh-Hans', '天擒鸟的手套', '{\"布\": 20, \"皮革\": 20, \"纤维\": 30, \"帕鲁矿碎块\": 30}'), (803, 805, 'zh-Hans', '碧海龙的鞍具', '{\"布\": 10, \"皮革\": 25, \"纤维\": 30, \"帕鲁矿碎块\": 25, \"水栖帕鲁的黏液\": 10}'), (804, 806, 'zh-Hans', '碧月龙的鞍具', '{\"布\": 12, \"皮革\": 30, \"纤维\": 36, \"结冰器官\": 12, \"帕鲁矿碎块\": 30}'), (805, 807, 'zh-Hans', '花冠龙的鞍具', '{\"皮革\": 15, \"纤维\": 30, \"金属锭\": 10, \"帕鲁矿碎块\": 20}'), (806, 808, 'zh-Hans', '雷冠龙的鞍具', '{\"皮革\": 18, \"纤维\": 36, \"金属锭\": 12, \"帕鲁矿碎块\": 24}'), (807, 809, 'zh-Hans', '雷冥鸟的鞍具', '{\"布\": 10, \"皮革\": 30, \"金属锭\": 20, \"发电器官\": 20, \"帕鲁矿碎块\": 30}'), (808, 810, 'zh-Hans', '雷鸣鸟的鞍具', '{\"皮革\": 30, \"发电器官\": 30, \"帕鲁矿碎块\": 60, \"精炼金属锭\": 10}'), (809, 811, 'zh-Hans', '云海鹿的鞍具', '{\"布\": 20, \"皮革\": 30, \"纤维\": 30, \"金属锭\": 20, \"帕鲁矿碎块\": 40}'), (810, 812, 'zh-Hans', '雷隐鹿的鞍具', '{\"皮革\": 30, \"纤维\": 30, \"优质的布\": 10, \"发电器官\": 20, \"帕鲁矿碎块\": 45}'), (811, 813, 'zh-Hans', '香草豹冰的鞍具', '{\"皮革\": 30, \"纤维\": 60, \"金属锭\": 30, \"结冰器官\": 6, \"帕鲁矿碎块\": 30}'), (812, 814, 'zh-Hans', '达鼠泥的背带', '{\"皮革\": 20, \"纤维\": 40, \"金属锭\": 20, \"帕鲁矿碎块\": 25}'), (813, 815, 'zh-Hans', '战冠雀的鞍具', '{\"皮革\": 20, \"纤维\": 30, \"金属锭\": 15, \"帕鲁矿碎块\": 20}'), (814, 816, 'zh-Hans', '火麒麟的鞍具', '{\"皮革\": 25, \"纤维\": 30, \"金属锭\": 15, \"喷火器官\": 20, \"帕鲁矿碎块\": 25}'), (815, 817, 'zh-Hans', '邪麒麟的鞍具', '{\"皮革\": 30, \"纤维\": 36, \"金属锭\": 18, \"喷火器官\": 24, \"帕鲁矿碎块\": 30}'), (816, 818, 'zh-Hans', '森猛犸的鞍具', '{\"木材\": 100, \"皮革\": 50, \"纤维\": 70, \"优质帕鲁油\": 10, \"帕鲁矿碎块\": 60}'), (817, 819, 'zh-Hans', '雪猛犸的鞍具', '{\"木材\": 120, \"皮革\": 60, \"纤维\": 84, \"优质帕鲁油\": 12, \"帕鲁矿碎块\": 72}'), (818, 820, 'zh-Hans', '迅雷鸟的鞍具', '{\"布\": 10, \"皮革\": 20, \"金属锭\": 20, \"发电器官\": 20, \"帕鲁矿碎块\": 25}'), (819, 821, 'zh-Hans', '疾霜鸟的鞍具', '{\"布\": 12, \"皮革\": 24, \"结冰器官\": 20, \"帕鲁矿碎块\": 30, \"烈阳金属锭\": 24}'), (820, 822, 'zh-Hans', '霹雳犬的鞍具', '{\"皮革\": 20, \"纤维\": 40, \"金属锭\": 20, \"发电器官\": 15, \"帕鲁矿碎块\": 25}'), (821, 823, 'zh-Hans', '凛光犬的鞍具', '{\"皮革\": 24, \"纤维\": 48, \"金属锭\": 20, \"结冰器官\": 20, \"帕鲁矿碎块\": 30}'), (822, 824, 'zh-Hans', '冥灯鱼的鞍具', '{\"布\": 10, \"皮革\": 20, \"金属锭\": 20, \"帕鲁矿碎块\": 25, \"极低温冷却介质\": 10}'), (823, 825, 'zh-Hans', '炙灯鱼的鞍具', '{\"皮革\": 24, \"优质的布\": 12, \"喷火器官\": 12, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 20}'), (824, 826, 'zh-Hans', '叶胖达的榴弹发射器', '{\"金属锭\": 50, \"优质帕鲁油\": 20, \"帕鲁矿碎块\": 40}'), (825, 827, 'zh-Hans', '雷胖达的榴弹发射器', '{\"金属锭\": 60, \"优质帕鲁油\": 24, \"帕鲁矿碎块\": 48}'), (826, 828, 'zh-Hans', '严冬鹿的鞍具', '{\"角\": 20, \"皮革\": 25, \"金属锭\": 20, \"结冰器官\": 10, \"帕鲁矿碎块\": 25}'), (827, 829, 'zh-Hans', '狱焰王的鞍具', '{\"皮革\": 30, \"纤维\": 50, \"金属锭\": 30, \"喷火器官\": 20, \"帕鲁矿碎块\": 30}'), (828, 830, 'zh-Hans', '狱阎王的鞍具', '{\"皮革\": 36, \"纤维\": 60, \"金属锭\": 36, \"喷火器官\": 24, \"帕鲁矿碎块\": 36}'), (829, 831, 'zh-Hans', '燧火鸟的鞍具', '{\"布\": 10, \"皮革\": 25, \"金属锭\": 20, \"喷火器官\": 20, \"帕鲁矿碎块\": 25}'), (830, 832, 'zh-Hans', '连理龙的鞍具', '{\"皮革\": 20, \"纤维\": 30, \"金属锭\": 15, \"帕鲁矿碎块\": 20}'), (831, 833, 'zh-Hans', '海誓龙的鞍具', '{\"皮革\": 24, \"纤维\": 36, \"帕鲁矿碎块\": 24, \"精炼金属锭\": 20}'), (832, 834, 'zh-Hans', '咕咕桑葩的鞍具', '{\"布\": 30, \"皮革\": 30, \"金属锭\": 30, \"帕鲁矿碎块\": 40}'), (833, 835, 'zh-Hans', '梁叶龙的鞍具', '{\"布\": 20, \"皮革\": 20, \"纤维\": 30, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 10}'), (834, 836, 'zh-Hans', '流焰龙的鞍具', '{\"布\": 20, \"皮革\": 20, \"喷火器官\": 5, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 15}'), (835, 837, 'zh-Hans', '川霜龙的鞍具', '{\"皮革\": 24, \"珊瑚锭\": 18, \"优质的布\": 24, \"结冰器官\": 20, \"帕鲁矿碎块\": 40}'), (836, 838, 'zh-Hans', '噬魂兽的鞍具', '{\"皮革\": 15, \"纤维\": 25, \"帕鲁矿碎块\": 20, \"精炼金属锭\": 10}'), (837, 839, 'zh-Hans', '天羽龙的鞍具', '{\"布\": 10, \"皮革\": 30, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 20, \"极低温冷却介质\": 10}'), (838, 840, 'zh-Hans', '翠羽龙的鞍具', '{\"布\": 20, \"皮革\": 30, \"帕鲁矿碎块\": 40, \"精炼金属锭\": 30, \"极低温冷却介质\": 10}'), (839, 841, 'zh-Hans', '魔渊龙的鞍具', '{\"皮革\": 30, \"金属锭\": 50, \"腐蚀溶剂\": 10, \"帕鲁矿碎块\": 55, \"精炼金属锭\": 50}'), (840, 842, 'zh-Hans', '菇咚的鞍具', '{\"皮革\": 20, \"纤维\": 30, \"蘑菇\": 20, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 10}'), (841, 843, 'zh-Hans', '菇波的鞍具', '{\"皮革\": 20, \"纤维\": 30, \"帕鲁矿碎块\": 30, \"精炼金属锭\": 10, \"不可思议的蘑菇\": 20}'), (842, 844, 'zh-Hans', '暴电熊的机关枪', '{\"聚合物\": 20, \"优质帕鲁油\": 10, \"帕鲁矿碎块\": 75, \"精炼金属锭\": 50}'), (843, 845, 'zh-Hans', '杰诺路达的鞍具', '{\"皮革\": 20, \"陨石碎片\": 30, \"帕鲁矿碎块\": 50}'), (844, 846, 'zh-Hans', '八云犬的鞍具', '{\"皮革\": 30, \"纤维\": 50, \"帕鲁矿碎块\": 40, \"精炼金属锭\": 20}'), (845, 847, 'zh-Hans', '凉晶鲸的鞍具', '{\"布\": 10, \"皮革\": 20, \"帕鲁矿碎块\": 25, \"精炼金属锭\": 20, \"极低温冷却介质\": 10}'), (846, 848, 'zh-Hans', '桃晶鲸的鞍具', '{\"布\": 12, \"皮革\": 24, \"喷火器官\": 20, \"帕鲁矿碎块\": 30, \"烈阳金属锭\": 20}'), (847, 849, 'zh-Hans', '熔岩兽的鞍具', '{\"皮革\": 20, \"喷火器官\": 20, \"帕鲁矿碎块\": 20, \"精炼金属锭\": 20}'), (848, 850, 'zh-Hans', '寒霜兽的鞍具', '{\"皮革\": 24, \"结冰器官\": 24, \"帕鲁矿碎块\": 24, \"精炼金属锭\": 24}'), (849, 851, 'zh-Hans', '朱雀的鞍具', '{\"皮革\": 20, \"喷火器官\": 20, \"帕鲁矿碎块\": 40, \"精炼金属锭\": 25}'), (850, 852, 'zh-Hans', '清雀的鞍具', '{\"皮革\": 24, \"帕鲁矿碎块\": 48, \"精炼金属锭\": 30, \"水栖帕鲁的黏液\": 24}'), (851, 853, 'zh-Hans', '佩克龙的导弹发射器', '{\"聚合物\": 35, \"金属锭\": 100, \"帕鲁矿碎块\": 85, \"精炼金属锭\": 100}'), (852, 854, 'zh-Hans', '派克龙的导弹发射器', '{\"聚合物\": 42, \"金属锭\": 120, \"帕鲁矿碎块\": 102, \"精炼金属锭\": 120}'), (853, 855, 'zh-Hans', '白绒雪怪的鞍具', '{\"皮革\": 30, \"纤维\": 50, \"结冰器官\": 20, \"帕鲁矿碎块\": 40, \"精炼金属锭\": 10}'), (854, 856, 'zh-Hans', '绿苔绒怪的鞍具', '{\"皮革\": 36, \"纤维\": 60, \"美丽花朵\": 24, \"帕鲁矿碎块\": 48, \"精炼金属锭\": 12}'), (855, 857, 'zh-Hans', '异构格里芬的鞍具', '{\"皮革\": 50, \"腐蚀溶剂\": 15, \"帕鲁矿碎块\": 45, \"精炼金属锭\": 40}'), (856, 858, 'zh-Hans', '双心岩傀的鞍具', '{\"皮革\": 30, \"优质的布\": 20, \"帕鲁矿碎块\": 40, \"精炼金属锭\": 10}'), (857, 859, 'zh-Hans', '咒心岩傀的鞍具', '{\"皮革\": 36, \"优质的布\": 24, \"暗黑碎片\": 20, \"帕鲁矿碎块\": 40, \"烈阳金属锭\": 12}'), (858, 860, 'zh-Hans', '重岩龟的鞍具', '{\"皮革\": 32, \"优质的布\": 20, \"帕鲁矿碎块\": 45, \"精炼金属锭\": 30}'), (859, 861, 'zh-Hans', '净岩龟的鞍具', '{\"皮革\": 38, \"优质的布\": 24, \"帕鲁树晶锭\": 16, \"帕鲁矿碎块\": 40}'), (860, 862, 'zh-Hans', '妮瞅莎的霰弹枪', '{\"聚合物\": 30, \"暗黑碎片\": 30, \"帕鲁矿碎块\": 85, \"精炼金属锭\": 50}'), (861, 863, 'zh-Hans', '辉月伊的鞍具', '{\"塑钢\": 30, \"皮革\": 20, \"陨石碎片\": 10, \"帕鲁矿碎块\": 60}'), (862, 864, 'zh-Hans', '力士獒的鞍具', '{\"布\": 15, \"塑钢\": 30, \"皮革\": 24, \"纤维\": 24, \"帕鲁矿碎块\": 24}'), (863, 865, 'zh-Hans', '金驰兽的鞍具', '{\"皮革\": 40, \"优质的布\": 20, \"帕鲁矿碎块\": 60}'), (864, 866, 'zh-Hans', '巧克力豹冰的鞍具', '{\"塑钢\": 30, \"皮革\": 36, \"纤维\": 72, \"结冰器官\": 7, \"帕鲁矿碎块\": 36}'), (865, 867, 'zh-Hans', '夜冥驹的鞍具', '{\"皮革\": 30, \"优质的布\": 15, \"暗黑碎片\": 20, \"帕鲁矿碎块\": 60}'), (866, 868, 'zh-Hans', '日耀驹的鞍具', '{\"皮革\": 36, \"优质的布\": 18, \"暗黑碎片\": 24, \"优质帕鲁油\": 20, \"帕鲁矿碎块\": 65}'), (867, 869, 'zh-Hans', '苍焰狼的鞍具', '{\"布\": 10, \"皮革\": 25, \"喷火器官\": 15, \"帕鲁矿碎块\": 20}'), (868, 870, 'zh-Hans', '幽焰狼的鞍具', '{\"皮革\": 30, \"优质的布\": 10, \"喷火器官\": 30, \"帕鲁矿碎块\": 40}'), (869, 871, 'zh-Hans', '墨丸的背带', '{\"皮革\": 20, \"纤维\": 50, \"暗黑碎片\": 5, \"帕鲁矿碎块\": 40}'), (870, 872, 'zh-Hans', '驭雷马的鞍具', '{\"皮革\": 30, \"优质的布\": 15, \"发电器官\": 50, \"帕鲁矿碎块\": 60}'), (871, 873, 'zh-Hans', '荷鲁斯的鞍具', '{\"皮革\": 30, \"优质的布\": 10, \"六棱晶锭\": 5, \"喷火器官\": 25, \"帕鲁矿碎块\": 30}'), (872, 874, 'zh-Hans', '伊西斯的鞍具', '{\"皮革\": 30, \"优质的布\": 20, \"六棱晶锭\": 5, \"帕鲁矿碎块\": 75, \"水栖帕鲁的黏液\": 30}'), (873, 875, 'zh-Hans', '艾基鲁迦的鞍具', '{\"皮革\": 30, \"六棱晶锭\": 15, \"帕鲁矿碎块\": 75}'), (874, 876, 'zh-Hans', '曼波王的鞍具', '{\"布\": 10, \"皮革\": 20, \"珊瑚锭\": 10, \"帕鲁矿碎块\": 25}'), (875, 877, 'zh-Hans', '曼波皇的鞍具', '{\"布\": 12, \"皮革\": 24, \"珊瑚锭\": 12, \"发电器官\": 20, \"帕鲁矿碎块\": 30}'), (876, 878, 'zh-Hans', '雷云鹫的鞍具', '{\"布\": 10, \"皮革\": 20, \"发电器官\": 10, \"帕鲁矿碎块\": 30, \"烈阳金属锭\": 10}'), (877, 879, 'zh-Hans', '杰诺多兰的鞍具', '{\"皮革\": 30, \"暗黑碎片\": 50, \"陨石碎片\": 30, \"帕鲁矿碎块\": 200}'), (878, 880, 'zh-Hans', '灵曦龙的鞍具', '{\"皮革\": 40, \"优质的布\": 30, \"帕鲁矿碎块\": 45, \"烈阳金属锭\": 20}'), (879, 881, 'zh-Hans', '狱熙龙的鞍具', '{\"皮革\": 48, \"优质的布\": 36, \"喷火器官\": 20, \"帕鲁树晶锭\": 24, \"帕鲁矿碎块\": 50}'), (880, 882, 'zh-Hans', '盗影鸦的鞍具', '{\"皮革\": 24, \"优质的布\": 20, \"帕鲁矿碎块\": 24, \"烈阳金属锭\": 10}'), (881, 883, 'zh-Hans', '沁莲龙的鞍具', '{\"皮革\": 30, \"优质的布\": 20, \"帕鲁矿碎块\": 75, \"烈阳金属锭\": 24, \"水栖帕鲁的黏液\": 15}'), (882, 884, 'zh-Hans', '霜牙王的巨锤', '{\"结冰器官\": 50, \"帕鲁矿碎块\": 140, \"烈阳金属锭\": 30}'), (883, 885, 'zh-Hans', '霄龙的鞍具', '{\"皮革\": 40, \"优质的布\": 32, \"帕鲁矿碎块\": 83, \"烈阳金属锭\": 32}'), (884, 886, 'zh-Hans', '磐甲龙的鞍具', '{\"皮革\": 30, \"优质的布\": 24, \"喷火器官\": 10, \"帕鲁树晶锭\": 18, \"帕鲁矿碎块\": 46}'), (885, 887, 'zh-Hans', '覆海龙的鞍具', '{\"皮革\": 36, \"纤维\": 60, \"帕鲁矿碎块\": 48, \"精炼金属锭\": 24, \"极低温冷却介质\": 24}'), (886, 888, 'zh-Hans', '腾炎龙的鞍具', '{\"皮革\": 43, \"纤维\": 72, \"六棱晶锭\": 28, \"喷火器官\": 28, \"帕鲁矿碎块\": 57}'), (887, 889, 'zh-Hans', '焰煌的鞍具', '{\"皮革\": 36, \"金属锭\": 24, \"帕鲁矿碎块\": 48, \"精炼金属锭\": 36}'), (888, 890, 'zh-Hans', '殁殃的鞍具', '{\"塑钢\": 43, \"皮革\": 43, \"喷火器官\": 60, \"帕鲁矿碎块\": 57}'), (889, 891, 'zh-Hans', '净世鹿的鞍具', '{\"皮革\": 36, \"优质的布\": 24, \"帕鲁矿碎块\": 80, \"高品质恢复药\": 5}'), (890, 892, 'zh-Hans', '织夜鹿的鞍具', '{\"皮革\": 43, \"优质的布\": 28, \"暗黑碎片\": 20, \"帕鲁矿碎块\": 96, \"高品质恢复药\": 6}'), (891, 893, 'zh-Hans', '圣光骑士的鞍具', '{\"皮革\": 36, \"六棱晶锭\": 24, \"帕鲁矿碎块\": 102, \"帕鲁金属锭\": 36}'), (892, 894, 'zh-Hans', '混沌骑士的鞍具', '{\"皮革\": 36, \"六棱晶锭\": 24, \"帕鲁矿碎块\": 102, \"帕鲁金属锭\": 36}'), (893, 895, 'zh-Hans', '唤冬兽的鞍具', '{\"皮革\": 36, \"珊瑚锭\": 36, \"结冰器官\": 60, \"帕鲁矿碎块\": 80}'), (894, 896, 'zh-Hans', '唤夜兽的鞍具', '{\"毒腺\": 72, \"皮革\": 43, \"珊瑚锭\": 43, \"帕鲁矿碎块\": 96}'), (895, 897, 'zh-Hans', '海皇鲸的鞍具', '{\"皮革\": 48, \"珊瑚锭\": 48, \"帕鲁矿碎块\": 200, \"水栖帕鲁的黏液\": 80}'), (896, 898, 'zh-Hans', '默世鹿的鞍具', '{\"皮革\": 60, \"珊瑚锭\": 48, \"优质的布\": 48, \"帕鲁矿碎块\": 200}'), (897, 899, 'zh-Hans', '空涡龙的导弹发射器', '{\"皮革\": 70, \"AI核心\": 24, \"帕鲁树晶锭\": 60, \"帕鲁矿碎块\": 210}'), (898, 900, 'zh-Hans', '额外武器套', '{\"木板\": 20, \"皮革\": 20, \"纤维\": 30}'), (899, 901, 'zh-Hans', '额外武器套2', '{\"皮革\": 40, \"纤维\": 100, \"碳纤维\": 20, \"优质木板\": 40}'), (900, 902, 'zh-Hans', '小型扩展背包', '{\"木板\": 10, \"皮革\": 10, \"纤维\": 20}'), (901, 903, 'zh-Hans', '中型扩展背包', '{\"皮革\": 20, \"纤维\": 50, \"硬木材\": 50}'), (902, 904, 'zh-Hans', '大型扩展背包', '{\"皮革\": 30, \"纤维\": 80, \"碳纤维\": 10, \"优质木板\": 20}'), (903, 905, 'zh-Hans', '巨大扩展背包', '{\"皮革\": 40, \"纤维\": 120, \"碳纤维\": 20, \"优质木板\": 50}'), (904, 906, 'zh-Hans', '重量模块', '{\"石头\": 20, \"金属锭\": 10, \"帕鲁矿碎块\": 10}'), (905, 907, 'zh-Hans', '曲线模块', '{\"石头\": 50, \"金属锭\": 30, \"帕鲁矿碎块\": 30, \"古代文明部件\": 2}'), (906, 908, 'zh-Hans', '狙击模块', '{\"水泥\": 30, \"金属锭\": 50, \"帕鲁矿碎块\": 50, \"古代文明部件\": 8}'), (907, 909, 'zh-Hans', '滑球模块', '{\"碳纤维\": 15, \"腐蚀溶剂\": 8, \"帕鲁矿碎块\": 100, \"精炼金属锭\": 30, \"古代文明部件\": 10}'), (908, 910, 'zh-Hans', '狙击模块Ⅱ', '{\"碳纤维\": 30, \"帕鲁矿碎块\": 200, \"帕鲁金属锭\": 30, \"古代文明核心\": 2, \"古代文明部件\": 20}'), (909, 911, 'zh-Hans', '追踪模块', '{\"AI核心\": 3, \"暗黑碎片\": 50, \"烈阳金属锭\": 50, \"古代文明核心\": 5, \"古代文明部件\": 40}'), (910, 912, 'zh-Hans', '佐伊的万圣节服装', '{\"布\": 5, \"皮革\": 5}'), (911, 913, 'zh-Hans', '残响之笛', '{\"泡沫响骨\": 1, \"海风响骨\": 1, \"涛声响骨\": 1, \"静寂响骨\": 1}'); -- -------------------------------------------------------- -- -- Table structure for table `elixir` -- CREATE TABLE `elixir` ( `ID` int NOT NULL, `Name` varchar(50) NOT NULL, `Description` text, `DevName` varchar(50) NOT NULL, `MaxHP` int NOT NULL, `MaxSP` int NOT NULL, `Power` int NOT NULL, `WorkSpeed` int NOT NULL, `maxInventoryWeight` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `elixir` -- INSERT INTO `elixir` (`ID`, `Name`, `Description`, `DevName`, `MaxHP`, `MaxSP`, `Power`, `WorkSpeed`, `maxInventoryWeight`) VALUES (1, 'Vital Remedy', 'Extremely valuable potion that permanently raises Health by a slight amount when consumed. Ineffective when used by Pals.', 'Elixir_hp_01', 1, 0, 0, 0, 0), (2, 'Stamina Remedy', 'Extremely valuable potion that permanently raises Stamina by a slight amount when consumed. Ineffective when used by Pals.', 'Elixir_stamina_01', 0, 1, 0, 0, 0), (3, 'Might Remedy', 'Extremely valuable potion that permanently raises Attack by a slight amount when consumed. Ineffective when used by Pals.', 'Elixir_attack_01', 0, 0, 1, 0, 0), (4, 'Speed Remedy', 'Extremely valuable potion that permanently raises Work Speed by a slight amount when consumed. Ineffective when used by Pals.', 'Elixir_workspeed_01', 0, 0, 0, 1, 0), (5, 'Burden Remedy', 'Extremely valuable potion that permanently raises carrying capacity by a slight amount when consumed. Ineffective when used by Pals.', 'Elixir_weight_01', 0, 0, 0, 0, 1), (6, 'Vital Elixir', 'Extremely valuable elixir that permanently raises Health when consumed. Ineffective when used by Pals.', 'Elixir_hp_02', 2, 0, 0, 0, 0), (7, 'Stamina Elixir', 'Extremely valuable elixir that permanently raises Stamina when consumed. Ineffective when used by Pals.', 'Elixir_stamina_02', 0, 2, 0, 0, 0), (8, 'Might Elixir', 'Extremely valuable elixir that permanently raises Attack when consumed. Ineffective when used by Pals.', 'Elixir_attack_02', 0, 0, 2, 0, 0), (9, 'Speed Elixir', 'Extremely valuable elixir that permanently raises Work Speed when consumed. Ineffective when used by Pals.', 'Elixir_workspeed_02', 0, 0, 0, 2, 0), (10, 'Burden Elixir', 'Extremely valuable elixir that permanently raises carrying capacity when consumed. Ineffective when used by Pals.', 'Elixir_weight_02', 0, 0, 0, 0, 2), (11, 'Life Crystal', '[Tides of Terraria] Grants a permanent HP boost upon use. No effect if HP is maxed or used on a Pal.', 'Elixir_hp_Yakushima', 1, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `elixiri18n` -- CREATE TABLE `elixiri18n` ( `ID` int NOT NULL, `ElixirID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Description` text ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `elixiri18n` -- INSERT INTO `elixiri18n` (`ID`, `ElixirID`, `LanguageCode`, `Name`, `Description`) VALUES (1, 1, 'zh-Hans', '命脉秘药', '可以永久让「生命值」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (2, 2, 'zh-Hans', '活力秘药', '可以永久让「耐力值」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (3, 3, 'zh-Hans', '猛击秘药', '可以永久让「攻击力」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (4, 4, 'zh-Hans', '勤勉秘药', '可以永久让「工作速度」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (5, 5, 'zh-Hans', '巨人秘药', '可以永久让「负重上限」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (6, 6, 'zh-Hans', '命脉灵药', '可以永久让「生命值」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (7, 7, 'zh-Hans', '活力灵药', '可以永久让「耐力值」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (8, 8, 'zh-Hans', '猛击灵药', '可以永久让「攻击力」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (9, 9, 'zh-Hans', '勤勉灵药', '可以永久让「工作速度」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (10, 10, 'zh-Hans', '巨人灵药', '可以永久让「负重上限」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。'), (11, 11, 'zh-Hans', '生命水晶', '【泰拉瑞亚联动】 使用后可以永久让「生命值」略微上升。 若相应能力值已达上限,或在帕鲁身上使用,则不会发生任何变化。'); -- -------------------------------------------------------- -- -- Table structure for table `foodeffect` -- CREATE TABLE `foodeffect` ( `ID` int NOT NULL, `SourceKey` varchar(80) NOT NULL, `Name` varchar(50) NOT NULL, `EffectTime` int NOT NULL, `Effects` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `foodeffect` -- INSERT INTO `foodeffect` (`ID`, `SourceKey`, `Name`, `EffectTime`, `Effects`) VALUES (1, 'JamBun', 'Jam-Filled Bun', 0, '[]'), (2, 'Salad', 'Salad', 600, '[{\"Name\": \"Work Speed\", \"Value\": 30, \"Interaval\": 0}]'), (3, 'Omelet', 'Omelet', 600, '[{\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (4, 'FriedVegetables', 'Stir-Fried Veggies', 600, '[{\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (5, 'HotDog', 'Hot Dog', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 30, \"Interaval\": 0}]'), (6, 'Pancake', 'Pancake', 600, '[{\"Name\": \"SAN Resist\", \"Value\": 25, \"Interaval\": 0}]'), (7, 'MarinatedMushrooms', 'Marinated Mushrooms', 600, '[{\"Name\": \"Defense\", \"Value\": 10, \"Interaval\": 0}]'), (8, 'MushroomSoup', 'Mushroom Soup', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 25, \"Interaval\": 0}]'), (9, 'Carbonara', 'Carbonara', 600, '[{\"Name\": \"Defense\", \"Value\": 20, \"Interaval\": 0}]'), (10, 'BLT', 'BLT', 600, '[{\"Name\": \"Attack\", \"Value\": 15, \"Interaval\": 0}]'), (11, 'Hamburger', 'Hamburger', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 30, \"Interaval\": 0}, {\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (12, 'CheeseBurger', 'Cheeseburger', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 30, \"Interaval\": 0}, {\"Name\": \"Defense\", \"Value\": 10, \"Interaval\": 0}]'), (13, 'Pizza', 'Pizza', 600, '[{\"Name\": \"Work Speed\", \"Value\": 30, \"Interaval\": 0}, {\"Name\": \"Hunger Resist\", \"Value\": 25, \"Interaval\": 0}]'), (14, 'MeatSauce', 'Bolognese Sauce', 600, '[{\"Name\": \"SAN Resist\", \"Value\": 20, \"Interaval\": 0}, {\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (15, 'MushroomStew', 'Mushroom Stew', 600, '[{\"Name\": \"Work Speed\", \"Value\": 10, \"Interaval\": 0}, {\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (16, 'Opium', 'Suspicious Juice', 10, '[{\"Name\": \"Work Speed\", \"Value\": 200, \"Interaval\": 0}, {\"Name\": \"SAN Resist\", \"Value\": -25000, \"Interaval\": 0}]'), (17, 'Narcotic', 'Strange Juice', 10, '[{\"Name\": \"Work Speed\", \"Value\": 400, \"Interaval\": 0}, {\"Name\": \"SAN Resist\", \"Value\": -50000, \"Interaval\": 0}]'), (18, 'ChickenSaute', 'Chikipi Sauté', 600, '[{\"Name\": \"Work Speed\", \"Value\": 30, \"Interaval\": 0}]'), (19, 'GrilledSheepHerbs', 'Herb Roasted Lamball', 600, '[{\"Name\": \"Defense\", \"Value\": 10, \"Interaval\": 0}]'), (20, 'GenghisKhan', 'Grilled Lamball', 600, '[{\"Name\": \"SAN Resist\", \"Value\": 20, \"Interaval\": 0}, {\"Name\": \"Work Speed\", \"Value\": 30, \"Interaval\": 0}]'), (21, 'Eaglestew', 'Stewed Galeclaw', 600, '[{\"Name\": \"SAN Resist\", \"Value\": 20, \"Interaval\": 0}]'), (22, 'BaconEggs', 'Rushoar Bacon \'n\' Eggs', 600, '[{\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (23, 'StewedIceDeer', 'Reindrix Stew', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 25, \"Interaval\": 0}]'), (24, 'FriedChicken', 'Fried Chikipi', 600, '[{\"Name\": \"Work Speed\", \"Value\": 30, \"Interaval\": 0}, {\"Name\": \"SAN Resist\", \"Value\": 25, \"Interaval\": 0}]'), (25, 'HotDog_2', 'Rushoar Hot Dog', 600, '[{\"Name\": \"Defense\", \"Value\": 20, \"Interaval\": 0}]'), (26, 'DeerLocoMoco', 'Eikthyrdeer Loco Moco', 600, '[{\"Name\": \"Attack\", \"Value\": 20, \"Interaval\": 0}]'), (27, 'DeerStew', 'Eikthyrdeer Stew', 600, '[{\"Name\": \"Defense\", \"Value\": 20, \"Interaval\": 0}]'), (28, 'Hamburger_2', 'Mozzarina Hamburger', 600, '[{\"Name\": \"Work Speed\", \"Value\": 50, \"Interaval\": 0}, {\"Name\": \"SAN Resist\", \"Value\": 25, \"Interaval\": 0}]'), (29, 'Cheeseburger_2', 'Mozzarina Cheeseburger', 600, '[{\"Name\": \"Attack\", \"Value\": 20, \"Interaval\": 0}, {\"Name\": \"Hunger Resist\", \"Value\": 50, \"Interaval\": 0}]'), (30, 'FriedKelpie', 'Fried Kelpsea', 600, '[{\"Name\": \"Defense\", \"Value\": 10, \"Interaval\": 0}, {\"Name\": \"SAN Resist\", \"Value\": 50, \"Interaval\": 0}]'), (31, 'Chowder', 'Dumud Chowder', 600, '[{\"Name\": \"Work Speed\", \"Value\": 50, \"Interaval\": 0}, {\"Name\": \"Hunger Resist\", \"Value\": 25, \"Interaval\": 0}]'), (32, 'Potion_Low', 'Low Quality Recovery Meds', 600, '[{\"Name\": \"Regene Hp\", \"Value\": 3, \"Interaval\": 1}]'), (33, 'Potion', 'Recovery Meds', 600, '[{\"Name\": \"Regene Hp\", \"Value\": 5, \"Interaval\": 1}]'), (34, 'Potion_High', 'High Quality Recovery Meds', 600, '[{\"Name\": \"Regene Hp\", \"Value\": 10, \"Interaval\": 1}]'), (35, 'MushroomJuice', 'Mysterious Mushroom Juice', 10, '[{\"Name\": \"Work Speed\", \"Value\": 600, \"Interaval\": 0}, {\"Name\": \"SAN Resist\", \"Value\": -100000, \"Interaval\": 0}]'), (36, 'PoisonMushroom', 'Mysterious Mushroom', 60, '[{\"Name\": \"Hunger Resist\", \"Value\": -25, \"Interaval\": 0}]'), (37, 'Gyoza', 'Rushoar Gyoza', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 25, \"Interaval\": 0}, {\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (38, 'StirFriedVegetables', 'Stir-Fried Vegetables', 600, '[{\"Name\": \"Work Speed\", \"Value\": 10, \"Interaval\": 0}, {\"Name\": \"Defense\", \"Value\": 10, \"Interaval\": 0}]'), (39, 'PotatoChips', 'French Fries', 600, '[{\"Name\": \"SAN Resist\", \"Value\": 25, \"Interaval\": 0}]'), (40, 'Yakisoba', 'Broncherry Fried Noodles', 600, '[{\"Name\": \"Attack\", \"Value\": 20, \"Interaval\": 0}]'), (41, 'SpringRolls', 'Spring Rolls', 600, '[{\"Name\": \"SAN Resist\", \"Value\": 50, \"Interaval\": 0}, {\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (42, 'Gratin', 'Gratin', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 50, \"Interaval\": 0}, {\"Name\": \"Defense\", \"Value\": 10, \"Interaval\": 0}]'), (43, 'Minestrone', 'Minestrone', 600, '[{\"Name\": \"Work Speed\", \"Value\": 40, \"Interaval\": 0}]'), (44, 'Curry', 'Mammorest Curry', 600, '[{\"Name\": \"Attack\", \"Value\": 25, \"Interaval\": 0}]'), (45, 'MeatAndPotatoes', 'Galeclaw Nikujaga', 600, '[{\"Name\": \"Defense\", \"Value\": 25, \"Interaval\": 0}]'), (46, 'Quiche', 'Mushroom Quiche', 600, '[{\"Name\": \"Hunger Resist\", \"Value\": 50, \"Interaval\": 0}, {\"Name\": \"SAN Resist\", \"Value\": 50, \"Interaval\": 0}]'), (47, 'Potion_Extreme', 'Advanced Recovery Meds', 600, '[{\"Name\": \"Regene Hp\", \"Value\": 15, \"Interaval\": 1}]'), (48, 'OctopusGirl_Takoyaki', 'Fried Gloopie Balls', 1800, '[{\"Name\": \"EXP Increase\", \"Value\": 10, \"Interaval\": 0}]'), (49, 'JellyfishFairy_jelly', 'Jelliette\'s Jiggly Jelly', 600, '[{\"Name\": \"EXP Increase\", \"Value\": 10, \"Interaval\": 0}, {\"Name\": \"Attack\", \"Value\": 10, \"Interaval\": 0}]'), (50, 'JellyfishGhost_jelly', 'Jellroy\'s Jolly Jelly', 600, '[{\"Name\": \"EXP Increase\", \"Value\": 10, \"Interaval\": 0}, {\"Name\": \"Defense\", \"Value\": 10, \"Interaval\": 0}]'), (51, 'Seafood_Salada', 'Seafood Salad', 1800, '[{\"Name\": \"EXP Increase\", \"Value\": 20, \"Interaval\": 0}]'), (52, 'Supplement', 'Nutrient Tonic', 600, '[{\"Name\": \"Hunger Prevention\", \"Value\": 100, \"Interaval\": 0}]'), (53, 'GrilledSwordCutlassFish', 'Salt-Grilled Skutlass', 600, '[{\"Name\": \"Knockback and Flinch Immunity\", \"Value\": 1, \"Interaval\": 0}]'), (54, 'OctopusGirl_Takoyaki2', 'Seafood Pasta', 600, '[{\"Name\": \"Explosion Immunity\", \"Value\": 100, \"Interaval\": 0}]'); -- -------------------------------------------------------- -- -- Table structure for table `foodeffecti18n` -- CREATE TABLE `foodeffecti18n` ( `ID` int NOT NULL, `FoodEffectID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `foodeffecti18n` -- INSERT INTO `foodeffecti18n` (`ID`, `FoodEffectID`, `LanguageCode`, `Name`) VALUES (1, 1, 'zh-Hans', '果酱面包'), (2, 2, 'zh-Hans', '沙拉'), (3, 3, 'zh-Hans', '欧姆蛋'), (4, 4, 'zh-Hans', '炒蔬菜'), (5, 5, 'zh-Hans', '热狗'), (6, 6, 'zh-Hans', '松饼'), (7, 7, 'zh-Hans', '腌蘑菇'), (8, 8, 'zh-Hans', '蘑菇汤'), (9, 9, 'zh-Hans', '奶油培根意面'), (10, 10, 'zh-Hans', '卷饼'), (11, 11, 'zh-Hans', '汉堡'), (12, 12, 'zh-Hans', '芝士汉堡'), (13, 13, 'zh-Hans', '披萨'), (14, 14, 'zh-Hans', '肉汤'), (15, 15, 'zh-Hans', '炖蘑菇'), (16, 16, 'zh-Hans', '可疑果汁'), (17, 17, 'zh-Hans', '怪异果汁'), (18, 18, 'zh-Hans', '嫩煎皮皮鸡'), (19, 19, 'zh-Hans', '棉悠悠香草烤肉'), (20, 20, 'zh-Hans', '棉悠悠成吉思汗烤肉'), (21, 21, 'zh-Hans', '炖煮天擒鸟肉'), (22, 22, 'zh-Hans', '草莽猪培根蛋'), (23, 23, 'zh-Hans', '严冬鹿肉炖菜'), (24, 24, 'zh-Hans', '炸皮皮鸡肉块'), (25, 25, 'zh-Hans', '草莽猪热狗'), (26, 26, 'zh-Hans', '夏威夷紫霞鹿汉堡饭'), (27, 27, 'zh-Hans', '紫霞鹿肉炖菜'), (28, 28, 'zh-Hans', '波霸牛汉堡'), (29, 29, 'zh-Hans', '波霸牛芝士汉堡'), (30, 30, 'zh-Hans', '炸水灵儿'), (31, 31, 'zh-Hans', '趴趴鲶杂烩'), (32, 32, 'zh-Hans', '低品质恢复药'), (33, 33, 'zh-Hans', '恢复药'), (34, 34, 'zh-Hans', '高品质恢复药'), (35, 35, 'zh-Hans', '不可思议的蘑菇汁'), (36, 36, 'zh-Hans', '不可思议的蘑菇'), (37, 37, 'zh-Hans', '草莽猪肉水饺'), (38, 38, 'zh-Hans', '炒青菜'), (39, 39, 'zh-Hans', '炸薯条'), (40, 40, 'zh-Hans', '连理炒面'), (41, 41, 'zh-Hans', '春卷'), (42, 42, 'zh-Hans', '法式焗菜'), (43, 43, 'zh-Hans', '意大利杂菜汤'), (44, 44, 'zh-Hans', '森猛犸咖喱'), (45, 45, 'zh-Hans', '土豆炖天擒鸟肉'), (46, 46, 'zh-Hans', '蘑菇乳蛋饼'), (47, 47, 'zh-Hans', '至高恢复药'), (48, 48, 'zh-Hans', '墨沫姬的章鱼烧'), (49, 49, 'zh-Hans', '海月仙的晶仙果冻'), (50, 50, 'zh-Hans', '海月灵的水灵果冻'), (51, 51, 'zh-Hans', '海鲜沙拉'), (52, 52, 'zh-Hans', '营养剂'), (53, 53, 'zh-Hans', '盐烤鞘刀鱼'), (54, 54, 'zh-Hans', '海鲜意面'); -- -------------------------------------------------------- -- -- Table structure for table `gear` -- CREATE TABLE `gear` ( `ID` int NOT NULL, `SourceKey` varchar(50) NOT NULL, `Name` varchar(50) NOT NULL, `Common` json DEFAULT NULL, `Uncommon` json DEFAULT NULL, `Rare` json DEFAULT NULL, `Epic` json DEFAULT NULL, `Legendary` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `gear` -- INSERT INTO `gear` (`ID`, `SourceKey`, `Name`, `Common`, `Uncommon`, `Rare`, `Epic`, `Legendary`) VALUES (1, 'ClothArmor', 'Cloth Outfit', '{\"Price\": 1220, \"HPValue\": 70, \"Durability\": 150, \"PhysicalDefenseValue\": 15}', '{\"Price\": 1800, \"HPValue\": 91, \"Durability\": 400, \"PhysicalDefenseValue\": 19}', '{\"Price\": 2400, \"HPValue\": 98, \"Durability\": 500, \"PhysicalDefenseValue\": 21}', '{\"Price\": 3000, \"HPValue\": 105, \"Durability\": 600, \"PhysicalDefenseValue\": 22}', '{\"Price\": 4790, \"HPValue\": 112, \"Durability\": 700, \"PhysicalDefenseValue\": 24}'), (2, 'ClothArmorCold', 'Tundra Outfit', '{\"Price\": 2450, \"HPValue\": 70, \"Durability\": 300, \"PhysicalDefenseValue\": 25}', '{\"Price\": 3380, \"HPValue\": 91, \"Durability\": 450, \"PhysicalDefenseValue\": 32}', '{\"Price\": 4320, \"HPValue\": 98, \"Durability\": 600, \"PhysicalDefenseValue\": 35}', '{\"Price\": 5260, \"HPValue\": 105, \"Durability\": 900, \"PhysicalDefenseValue\": 37}', '{\"Price\": 7390, \"HPValue\": 112, \"Durability\": 1200, \"PhysicalDefenseValue\": 40}'), (3, 'ClothArmorHeat', 'Tropical Outfit', '{\"Price\": 2450, \"HPValue\": 70, \"Durability\": 300, \"PhysicalDefenseValue\": 25}', '{\"Price\": 3380, \"HPValue\": 91, \"Durability\": 450, \"PhysicalDefenseValue\": 32}', '{\"Price\": 4320, \"HPValue\": 98, \"Durability\": 600, \"PhysicalDefenseValue\": 35}', '{\"Price\": 5260, \"HPValue\": 105, \"Durability\": 900, \"PhysicalDefenseValue\": 37}', '{\"Price\": 7390, \"HPValue\": 112, \"Durability\": 1200, \"PhysicalDefenseValue\": 40}'), (4, 'FurArmor', 'Pelt Armor', '{\"Price\": 5470, \"HPValue\": 140, \"Durability\": 300, \"PhysicalDefenseValue\": 35}', '{\"Price\": 6580, \"HPValue\": 182, \"Durability\": 800, \"PhysicalDefenseValue\": 45}', '{\"Price\": 8210, \"HPValue\": 196, \"Durability\": 1000, \"PhysicalDefenseValue\": 49}', '{\"Price\": 9310, \"HPValue\": 210, \"Durability\": 1200, \"PhysicalDefenseValue\": 52}', '{\"Price\": 12140, \"HPValue\": 224, \"Durability\": 1400, \"PhysicalDefenseValue\": 56}'), (5, 'FurHelmet', 'Feathered Hair Band', '{\"Price\": 340, \"HPValue\": 60, \"Durability\": 200, \"PhysicalDefenseValue\": 15}', '{\"Price\": 360, \"HPValue\": 78, \"Durability\": 520, \"PhysicalDefenseValue\": 19}', '{\"Price\": 620, \"HPValue\": 84, \"Durability\": 600, \"PhysicalDefenseValue\": 21}', '{\"Price\": 880, \"HPValue\": 90, \"Durability\": 680, \"PhysicalDefenseValue\": 22}', '{\"Price\": 2350, \"HPValue\": 96, \"Durability\": 800, \"PhysicalDefenseValue\": 24}'), (6, 'FurArmorCold', 'Cold Resistant Pelt Armor', '{\"Price\": 7920, \"HPValue\": 140, \"Durability\": 600, \"PhysicalDefenseValue\": 45}', '{\"Price\": 9580, \"HPValue\": 182, \"Durability\": 900, \"PhysicalDefenseValue\": 58}', '{\"Price\": 11760, \"HPValue\": 196, \"Durability\": 1200, \"PhysicalDefenseValue\": 63}', '{\"Price\": 13660, \"HPValue\": 210, \"Durability\": 1800, \"PhysicalDefenseValue\": 67}', '{\"Price\": 17040, \"HPValue\": 224, \"Durability\": 2400, \"PhysicalDefenseValue\": 72}'), (7, 'FurArmorHeat', 'Heat Resistant Pelt Armor', '{\"Price\": 7920, \"HPValue\": 140, \"Durability\": 600, \"PhysicalDefenseValue\": 45}', '{\"Price\": 9580, \"HPValue\": 182, \"Durability\": 900, \"PhysicalDefenseValue\": 58}', '{\"Price\": 11760, \"HPValue\": 196, \"Durability\": 1200, \"PhysicalDefenseValue\": 63}', '{\"Price\": 13660, \"HPValue\": 210, \"Durability\": 1800, \"PhysicalDefenseValue\": 67}', '{\"Price\": 17040, \"HPValue\": 224, \"Durability\": 2400, \"PhysicalDefenseValue\": 72}'), (8, 'CopperArmor', 'Metal Armor', '{\"Price\": 13920, \"HPValue\": 250, \"Durability\": 700, \"PhysicalDefenseValue\": 70}', '{\"Price\": 16990, \"HPValue\": 325, \"Durability\": 1800, \"PhysicalDefenseValue\": 91}', '{\"Price\": 20590, \"HPValue\": 350, \"Durability\": 2200, \"PhysicalDefenseValue\": 98}', '{\"Price\": 24860, \"HPValue\": 375, \"Durability\": 2600, \"PhysicalDefenseValue\": 105}', '{\"Price\": 30240, \"HPValue\": 400, \"Durability\": 3000, \"PhysicalDefenseValue\": 112}'), (9, 'CopperHelmet', 'Metal Helm', '{\"Price\": 6600, \"HPValue\": 100, \"Durability\": 700, \"PhysicalDefenseValue\": 50}', '{\"Price\": 8210, \"HPValue\": 130, \"Durability\": 1820, \"PhysicalDefenseValue\": 65}', '{\"Price\": 9900, \"HPValue\": 140, \"Durability\": 2100, \"PhysicalDefenseValue\": 70}', '{\"Price\": 12710, \"HPValue\": 150, \"Durability\": 2380, \"PhysicalDefenseValue\": 75}', '{\"Price\": 15600, \"HPValue\": 160, \"Durability\": 2800, \"PhysicalDefenseValue\": 80}'), (10, 'CopperArmorCold', 'Cold Resistant Metal Armor', '{\"Price\": 22130, \"HPValue\": 250, \"Durability\": 1400, \"PhysicalDefenseValue\": 105}', '{\"Price\": 27600, \"HPValue\": 325, \"Durability\": 2100, \"PhysicalDefenseValue\": 136}', '{\"Price\": 33070, \"HPValue\": 350, \"Durability\": 2800, \"PhysicalDefenseValue\": 147}', '{\"Price\": 39740, \"HPValue\": 375, \"Durability\": 4200, \"PhysicalDefenseValue\": 157}', '{\"Price\": 46660, \"HPValue\": 400, \"Durability\": 5600, \"PhysicalDefenseValue\": 168}'), (11, 'CopperArmorHeat', 'Heat Resistant Metal Armor', '{\"Price\": 22130, \"HPValue\": 250, \"Durability\": 1400, \"PhysicalDefenseValue\": 105}', '{\"Price\": 27600, \"HPValue\": 325, \"Durability\": 2100, \"PhysicalDefenseValue\": 136}', '{\"Price\": 33070, \"HPValue\": 350, \"Durability\": 2800, \"PhysicalDefenseValue\": 147}', '{\"Price\": 39740, \"HPValue\": 375, \"Durability\": 4200, \"PhysicalDefenseValue\": 157}', '{\"Price\": 46660, \"HPValue\": 400, \"Durability\": 5600, \"PhysicalDefenseValue\": 168}'), (12, 'IronArmor', 'Refined Metal Armor', '{\"Price\": 32690, \"HPValue\": 500, \"Durability\": 1500, \"PhysicalDefenseValue\": 150}', '{\"Price\": 43060, \"HPValue\": 650, \"Durability\": 4000, \"PhysicalDefenseValue\": 195}', '{\"Price\": 55300, \"HPValue\": 700, \"Durability\": 5000, \"PhysicalDefenseValue\": 210}', '{\"Price\": 66670, \"HPValue\": 750, \"Durability\": 6000, \"PhysicalDefenseValue\": 225}', '{\"Price\": 78910, \"HPValue\": 800, \"Durability\": 7000, \"PhysicalDefenseValue\": 240}'), (13, 'IronHelmet', 'Refined Metal Helm', '{\"Price\": 18540, \"HPValue\": 250, \"Durability\": 1500, \"PhysicalDefenseValue\": 100}', '{\"Price\": 24310, \"HPValue\": 325, \"Durability\": 3900, \"PhysicalDefenseValue\": 130}', '{\"Price\": 30170, \"HPValue\": 350, \"Durability\": 4500, \"PhysicalDefenseValue\": 140}', '{\"Price\": 36020, \"HPValue\": 375, \"Durability\": 5100, \"PhysicalDefenseValue\": 150}', '{\"Price\": 41880, \"HPValue\": 400, \"Durability\": 6000, \"PhysicalDefenseValue\": 160}'), (14, 'IronArmorCold', 'Cold Resistant Refined Metal Armor', '{\"Price\": 49150, \"HPValue\": 500, \"Durability\": 3000, \"PhysicalDefenseValue\": 180}', '{\"Price\": 61060, \"HPValue\": 650, \"Durability\": 4500, \"PhysicalDefenseValue\": 234}', '{\"Price\": 76130, \"HPValue\": 700, \"Durability\": 6000, \"PhysicalDefenseValue\": 252}', '{\"Price\": 91200, \"HPValue\": 750, \"Durability\": 9000, \"PhysicalDefenseValue\": 270}', '{\"Price\": 106270, \"HPValue\": 800, \"Durability\": 12000, \"PhysicalDefenseValue\": 288}'), (15, 'IronArmorHeat', 'Heat Resistant Refined Metal Armor', '{\"Price\": 50020, \"HPValue\": 500, \"Durability\": 3000, \"PhysicalDefenseValue\": 180}', '{\"Price\": 62140, \"HPValue\": 650, \"Durability\": 4500, \"PhysicalDefenseValue\": 234}', '{\"Price\": 77420, \"HPValue\": 700, \"Durability\": 6000, \"PhysicalDefenseValue\": 252}', '{\"Price\": 92710, \"HPValue\": 750, \"Durability\": 9000, \"PhysicalDefenseValue\": 270}', '{\"Price\": 108000, \"HPValue\": 800, \"Durability\": 12000, \"PhysicalDefenseValue\": 288}'), (16, 'StealArmor', 'Pal Metal Armor', '{\"Price\": 41140, \"HPValue\": 750, \"Durability\": 5000, \"PhysicalDefenseValue\": 220}', '{\"Price\": 52240, \"HPValue\": 975, \"Durability\": 14000, \"PhysicalDefenseValue\": 286}', '{\"Price\": 65300, \"HPValue\": 1050, \"Durability\": 18000, \"PhysicalDefenseValue\": 308}', '{\"Price\": 78370, \"HPValue\": 1125, \"Durability\": 22000, \"PhysicalDefenseValue\": 330}', '{\"Price\": 91440, \"HPValue\": 1200, \"Durability\": 26000, \"PhysicalDefenseValue\": 352}'), (17, 'StealHelmet', 'Pal Metal Helm', '{\"Price\": 31680, \"HPValue\": 350, \"Durability\": 5000, \"PhysicalDefenseValue\": 150}', '{\"Price\": 42000, \"HPValue\": 455, \"Durability\": 13000, \"PhysicalDefenseValue\": 195}', '{\"Price\": 51120, \"HPValue\": 490, \"Durability\": 15000, \"PhysicalDefenseValue\": 210}', '{\"Price\": 60240, \"HPValue\": 525, \"Durability\": 17000, \"PhysicalDefenseValue\": 225}', '{\"Price\": 69360, \"HPValue\": 560, \"Durability\": 20000, \"PhysicalDefenseValue\": 240}'), (18, 'StealArmorCold', 'Cold Resistant Pal Metal Armor', '{\"Price\": 66020, \"HPValue\": 750, \"Durability\": 10000, \"PhysicalDefenseValue\": 250}', '{\"Price\": 81470, \"HPValue\": 975, \"Durability\": 15000, \"PhysicalDefenseValue\": 325}', '{\"Price\": 100620, \"HPValue\": 1050, \"Durability\": 20000, \"PhysicalDefenseValue\": 350}', '{\"Price\": 118030, \"HPValue\": 1125, \"Durability\": 30000, \"PhysicalDefenseValue\": 375}', '{\"Price\": 138050, \"HPValue\": 1200, \"Durability\": 40000, \"PhysicalDefenseValue\": 400}'), (19, 'StealArmorHeat', 'Heat Resistant Pal Metal Armor', '{\"Price\": 67460, \"HPValue\": 750, \"Durability\": 10000, \"PhysicalDefenseValue\": 250}', '{\"Price\": 83480, \"HPValue\": 975, \"Durability\": 15000, \"PhysicalDefenseValue\": 325}', '{\"Price\": 103210, \"HPValue\": 1050, \"Durability\": 20000, \"PhysicalDefenseValue\": 350}', '{\"Price\": 121200, \"HPValue\": 1125, \"Durability\": 30000, \"PhysicalDefenseValue\": 375}', '{\"Price\": 140930, \"HPValue\": 1200, \"Durability\": 40000, \"PhysicalDefenseValue\": 400}'), (20, 'PlasticArmor', 'Plasteel Armor', '{\"Price\": 151560, \"HPValue\": 1300, \"Durability\": 18000, \"PhysicalDefenseValue\": 385}', '{\"Price\": 190000, \"HPValue\": 1560, \"Durability\": 27000, \"PhysicalDefenseValue\": 500}', '{\"Price\": 230560, \"HPValue\": 1690, \"Durability\": 36000, \"PhysicalDefenseValue\": 539}', '{\"Price\": 266590, \"HPValue\": 1820, \"Durability\": 54000, \"PhysicalDefenseValue\": 577}', '{\"Price\": 310320, \"HPValue\": 1950, \"Durability\": 72000, \"PhysicalDefenseValue\": 616}'), (21, 'PlasticHelmet', 'Plasteel Helmet', '{\"Price\": 97980, \"HPValue\": 600, \"Durability\": 18000, \"PhysicalDefenseValue\": 260}', '{\"Price\": 125700, \"HPValue\": 720, \"Durability\": 27000, \"PhysicalDefenseValue\": 312}', '{\"Price\": 151020, \"HPValue\": 780, \"Durability\": 36000, \"PhysicalDefenseValue\": 338}', '{\"Price\": 176340, \"HPValue\": 840, \"Durability\": 54000, \"PhysicalDefenseValue\": 364}', '{\"Price\": 203160, \"HPValue\": 900, \"Durability\": 72000, \"PhysicalDefenseValue\": 390}'), (22, 'PlasticArmorHeat', 'Heat Resistant Plasteel Armor', '{\"Price\": 158760, \"HPValue\": 1300, \"Durability\": 18000, \"PhysicalDefenseValue\": 400}', '{\"Price\": 199000, \"HPValue\": 1560, \"Durability\": 27000, \"PhysicalDefenseValue\": 520}', '{\"Price\": 241360, \"HPValue\": 1690, \"Durability\": 36000, \"PhysicalDefenseValue\": 560}', '{\"Price\": 279190, \"HPValue\": 1820, \"Durability\": 54000, \"PhysicalDefenseValue\": 600}', '{\"Price\": 324720, \"HPValue\": 1950, \"Durability\": 72000, \"PhysicalDefenseValue\": 640}'), (23, 'PlasticArmorCold', 'Cold Resistant Plasteel Armor', '{\"Price\": 160200, \"HPValue\": 1300, \"Durability\": 18000, \"PhysicalDefenseValue\": 400}', '{\"Price\": 200360, \"HPValue\": 1560, \"Durability\": 27000, \"PhysicalDefenseValue\": 520}', '{\"Price\": 243520, \"HPValue\": 1690, \"Durability\": 36000, \"PhysicalDefenseValue\": 560}', '{\"Price\": 281280, \"HPValue\": 1820, \"Durability\": 54000, \"PhysicalDefenseValue\": 600}', '{\"Price\": 327600, \"HPValue\": 1950, \"Durability\": 72000, \"PhysicalDefenseValue\": 640}'), (24, 'PlasticArmorWeight', 'Lightweight Plasteel Armor', '{\"Price\": 158470, \"HPValue\": 1300, \"Durability\": 18000, \"PhysicalDefenseValue\": 400}', '{\"Price\": 198640, \"HPValue\": 1560, \"Durability\": 27000, \"PhysicalDefenseValue\": 520}', '{\"Price\": 240920, \"HPValue\": 1690, \"Durability\": 36000, \"PhysicalDefenseValue\": 560}', '{\"Price\": 278690, \"HPValue\": 1820, \"Durability\": 54000, \"PhysicalDefenseValue\": 600}', '{\"Price\": 324140, \"HPValue\": 1950, \"Durability\": 72000, \"PhysicalDefenseValue\": 640}'); -- -------------------------------------------------------- -- -- Table structure for table `geari18n` -- CREATE TABLE `geari18n` ( `ID` int NOT NULL, `GearID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `geari18n` -- INSERT INTO `geari18n` (`ID`, `GearID`, `LanguageCode`, `Name`) VALUES (1, 1, 'zh-Hans', '布衣服'), (2, 2, 'zh-Hans', '寒冷地区民族服饰'), (3, 3, 'zh-Hans', '热带地区民族服饰'), (4, 4, 'zh-Hans', '毛皮盔甲'), (5, 5, 'zh-Hans', '羽毛发饰'), (6, 6, 'zh-Hans', '耐寒毛皮盔甲'), (7, 7, 'zh-Hans', '耐热毛皮盔甲'), (8, 8, 'zh-Hans', '金属盔甲'), (9, 9, 'zh-Hans', '金属头盔'), (10, 10, 'zh-Hans', '耐寒金属盔甲'), (11, 11, 'zh-Hans', '耐热金属盔甲'), (12, 12, 'zh-Hans', '精炼金属盔甲'), (13, 13, 'zh-Hans', '精炼金属头盔'), (14, 14, 'zh-Hans', '耐寒精炼金属盔甲'), (15, 15, 'zh-Hans', '耐热精炼金属盔甲'), (16, 16, 'zh-Hans', '帕鲁金属盔甲'), (17, 17, 'zh-Hans', '帕鲁金属头盔'), (18, 18, 'zh-Hans', '耐寒帕鲁金属盔甲'), (19, 19, 'zh-Hans', '耐热帕鲁金属盔甲'), (20, 20, 'zh-Hans', '塑钢盔甲'), (21, 21, 'zh-Hans', '塑钢头盔'), (22, 22, 'zh-Hans', '耐热塑钢盔甲'), (23, 23, 'zh-Hans', '耐寒塑钢盔甲'), (24, 24, 'zh-Hans', '轻便塑钢盔甲'); -- -------------------------------------------------------- -- -- Table structure for table `items` -- CREATE TABLE `items` ( `ID` int NOT NULL, `Name` varchar(50) NOT NULL, `DevName` varchar(50) NOT NULL, `Image` varchar(100) DEFAULT NULL, `Type` varchar(45) NOT NULL, `Rank` int NOT NULL, `MaxStackCount` int NOT NULL, `Weight` float NOT NULL, `Gold` int NOT NULL, `Durability` int DEFAULT NULL, `MagazineSize` int DEFAULT NULL, `PhysicalAttackValue` int DEFAULT NULL, `HPValue` int DEFAULT NULL, `PhysicalDefenseValue` int DEFAULT NULL, `ShieldValue` int DEFAULT NULL, `MagicAttackValue` int DEFAULT NULL, `MagicDefenseValue` int DEFAULT NULL, `Description` text, `ItemActorClass` varchar(50) DEFAULT NULL, `PassiveSkills` json DEFAULT NULL, `bLegalInGame` tinyint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `items` -- INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1, 'Ring of Neutral Resistance', 'Accessory_NormalResist_1', '/public/images/accessory/T_itemicon_Accessory_NormalResist_1.png', 'Accessory', 2, 1, 2, 14700, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Accessory that slightly lowers Neutral damage.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (2, 'Ring of Neutral Resistance +1', 'Accessory_NormalResist_2', '/public/images/accessory/T_itemicon_Accessory_NormalResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Accessory that lowers Neutral damage.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (3, 'Ring of Neutral Resistance +2', 'Accessory_NormalResist_3', '/public/images/accessory/T_itemicon_Accessory_NormalResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Accessory that greatly lowers Neutral damage.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (4, 'Ring of Water Resistance', 'Accessory_AquaResist_1', '/public/images/accessory/T_itemicon_Accessory_AquaResist_1.png', 'Accessory', 2, 1, 2, 23880, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Water damage.', NULL, '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (5, 'Ring of Water Resistance +1', 'Accessory_AquaResist_2', '/public/images/accessory/T_itemicon_Accessory_AquaResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Water damage.', NULL, '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (6, 'Ring of Water Resistance +2', 'Accessory_AquaResist_3', '/public/images/accessory/T_itemicon_Accessory_AquaResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Water damage.', NULL, '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (7, 'Attack Pendant', 'Accessory_AT_1', '/public/images/accessory/T_itemicon_Accessory_AT_1.png', 'Accessory', 2, 1, 2, 16500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Attack.', NULL, '{\"PassiveSkill1\": \"Attack Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (8, 'Attack Pendant +1', 'Accessory_AT_2', '/public/images/accessory/T_itemicon_Accessory_AT_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Attack.', NULL, '{\"PassiveSkill1\": \"Attack Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (9, 'Attack Pendant +2', 'Accessory_AT_3', '/public/images/accessory/T_itemicon_Accessory_AT_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Attack.', NULL, '{\"PassiveSkill1\": \"Attack Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (10, 'Thermal Undershirt', 'Accessory_CoolResist_1', '/public/images/accessory/T_itemicon_Accessory_HeatResist_1.png', 'Accessory', 2, 1, 2, 21960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Cold Resistance.', NULL, '{\"PassiveSkill1\": \"Cold Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (11, 'Thermal Undershirt +1', 'Accessory_CoolResist_2', '/public/images/accessory/T_itemicon_Accessory_HeatResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Cold Resistance.', NULL, '{\"PassiveSkill1\": \"Cold Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (12, 'Thermal Undershirt +2', 'Accessory_CoolResist_3', '/public/images/accessory/T_itemicon_Accessory_HeatResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Cold Resistance.', NULL, '{\"PassiveSkill1\": \"Cold Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (13, 'Ring of Dark Resistance', 'Accessory_DarkResist_1', '/public/images/accessory/T_itemicon_Accessory_DarkResist_1.png', 'Accessory', 2, 1, 2, 16680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Dark damage.', NULL, '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (14, 'Ring of Dark Resistance +1', 'Accessory_DarkResist_2', '/public/images/accessory/T_itemicon_Accessory_DarkResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Dark damage.', NULL, '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (15, 'Ring of Dark Resistance +2', 'Accessory_DarkResist_3', '/public/images/accessory/T_itemicon_Accessory_DarkResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Dark damage.', NULL, '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (16, 'Defense Pendant', 'Accessory_defense_1', '/public/images/accessory/T_itemicon_Accessory_defense_1.png', 'Accessory', 2, 1, 2, 15540, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Defense.', NULL, '{\"PassiveSkill1\": \"Defense Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (17, 'Defense Pendant +1', 'Accessory_defense_2', '/public/images/accessory/T_itemicon_Accessory_defense_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Defense.', NULL, '{\"PassiveSkill1\": \"Defense Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (18, 'Defense Pendant +2', 'Accessory_defense_3', '/public/images/accessory/T_itemicon_Accessory_defense_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Defense.', NULL, '{\"PassiveSkill1\": \"Defense Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (19, 'Ring of Dragon Resistance', 'Accessory_DragonResist_1', '/public/images/accessory/T_itemicon_Accessory_DragonResist_1.png', 'Accessory', 2, 1, 2, 25080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Dragon damage.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (20, 'Ring of Dragon Resistance +1', 'Accessory_DragonResist_2', '/public/images/accessory/T_itemicon_Accessory_DragonResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Dragon damage.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (21, 'Ring of Dragon Resistance +2', 'Accessory_DragonResist_3', '/public/images/accessory/T_itemicon_Accessory_DragonResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Dragon damage.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (22, 'Ring of Ground Resistance', 'Accessory_EarthResist_1', '/public/images/accessory/T_itemicon_Accessory_EarthResist_1.png', 'Accessory', 2, 1, 2, 25080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Ground damage.', NULL, '{\"PassiveSkill1\": \"Earth Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (23, 'Ring of Ground Resistance +1', 'Accessory_EarthResist_2', '/public/images/accessory/T_itemicon_Accessory_EarthResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Ground damage.', NULL, '{\"PassiveSkill1\": \"Earth Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (24, 'Ring of Ground Resistance +2', 'Accessory_EarthResist_3', '/public/images/accessory/T_itemicon_Accessory_EarthResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Ground damage.', NULL, '{\"PassiveSkill1\": \"Earth Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (25, 'Ring of Fire Resistance', 'Accessory_FireResist_1', '/public/images/accessory/T_itemicon_Accessory_FireResist_1.png', 'Accessory', 2, 1, 2, 18480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Fire damage.', NULL, '{\"PassiveSkill1\": \"Fire Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (26, 'Ring of Fire Resistance +1', 'Accessory_FireResist_2', '/public/images/accessory/T_itemicon_Accessory_FireResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Fire damage.', NULL, '{\"PassiveSkill1\": \"Fire Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (27, 'Ring of Fire Resistance +2', 'Accessory_FireResist_3', '/public/images/accessory/T_itemicon_Accessory_FireResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Fire damage.', NULL, '{\"PassiveSkill1\": \"Fire Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (28, 'Heat Resistant Undershirt', 'Accessory_HeatResist_1', '/public/images/accessory/T_itemicon_Accessory_CoolResist_1.png', 'Accessory', 2, 1, 2, 16540, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Heat Resistance.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (29, 'Heat Resistant Undershirt +1', 'Accessory_HeatResist_2', '/public/images/accessory/T_itemicon_Accessory_CoolResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Heat Resistance.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (30, 'Heat Resistant Undershirt +2', 'Accessory_HeatResist_3', '/public/images/accessory/T_itemicon_Accessory_CoolResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Heat Resistance.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (31, 'Life Pendant', 'Accessory_HP_1', '/public/images/accessory/T_itemicon_Accessory_HP_1.png', 'Accessory', 2, 1, 2, 16500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Health.', NULL, '{\"PassiveSkill1\": \"Health Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (32, 'Life Pendant +1', 'Accessory_HP_2', '/public/images/accessory/T_itemicon_Accessory_HP_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Health.', NULL, '{\"PassiveSkill1\": \"Health Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (33, 'Life Pendant +2', 'Accessory_HP_3', '/public/images/accessory/T_itemicon_Accessory_HP_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Health.', NULL, '{\"PassiveSkill1\": \"Health Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (34, 'Ring of Ice Resistance', 'Accessory_IceResist_1', '/public/images/accessory/T_itemicon_Accessory_IceResist_1.png', 'Accessory', 2, 1, 2, 18480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Ice damage.', NULL, '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (35, 'Ring of Ice Resistance +1', 'Accessory_IceResist_2', '/public/images/accessory/T_itemicon_Accessory_IceResist_1.png', 'Accessory', 8, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Ice damage.', NULL, '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (36, 'Ring of Ice Resistance +2', 'Accessory_IceResist_3', '/public/images/accessory/T_itemicon_Accessory_IceResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Ice damage.', NULL, '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (37, 'Ring of Grass Resistance', 'Accessory_LeafResist_1', '/public/images/accessory/T_itemicon_Accessory_LeafResist_1.png', 'Accessory', 2, 1, 2, 16080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Grass damage.', NULL, '{\"PassiveSkill1\": \"Grass Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (38, 'Ring of Grass Resistance +1', 'Accessory_LeafResist_2', '/public/images/accessory/T_itemicon_Accessory_LeafResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Grass damage.', NULL, '{\"PassiveSkill1\": \"Grass Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (39, 'Ring of Grass Resistance +2', 'Accessory_LeafResist_3', '/public/images/accessory/T_itemicon_Accessory_LeafResist_1.png', 'Accessory', 8, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Grass damage.', NULL, '{\"PassiveSkill1\": \"Grass Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (40, 'Ring of Electric Resistance', 'Accessory_ThunderResist_1', '/public/images/accessory/T_itemicon_Accessory_ThunderResist_1.png', 'Accessory', 2, 1, 2, 16680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly reduces incoming Electric damage.', NULL, '{\"PassiveSkill1\": \"Electric Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (41, 'Ring of Electric Resistance +1', 'Accessory_ThunderResist_2', '/public/images/accessory/T_itemicon_Accessory_ThunderResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that reduces incoming Electric damage.', NULL, '{\"PassiveSkill1\": \"Electric Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (42, 'Ring of Electric Resistance +2', 'Accessory_ThunderResist_3', '/public/images/accessory/T_itemicon_Accessory_ThunderResist_1.png', 'Accessory', 8, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Electric damage.', NULL, '{\"PassiveSkill1\": \"Electric Damage Reduction Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (43, 'Pendant of Diligence', 'Accessory_WorkSpeed_1', '/public/images/accessory/T_itemicon_Accessory_WorkSpeed_1.png', 'Accessory', 2, 1, 2, 16500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Work Speed.', NULL, '{\"PassiveSkill1\": \"Speedy Worker Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (44, 'Pendant of Diligence +1', 'Accessory_WorkSpeed_2', '/public/images/accessory/T_itemicon_Accessory_WorkSpeed_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Work Speed.', NULL, '{\"PassiveSkill1\": \"Speedy Worker Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (45, 'Pendant of Diligence +2', 'Accessory_WorkSpeed_3', '/public/images/accessory/T_itemicon_Accessory_WorkSpeed_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Work Speed.', NULL, '{\"PassiveSkill1\": \"Speedy Worker Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (46, 'Multiclimate Undershirt', 'Accessory_HeatColdResist_1', '/public/images/accessory/T_itemicon_Accessory_HeatColdResist_1.png', 'Accessory', 2, 1, 2, 167040, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Heat and Cold Resistance.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3 / Cold Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (47, 'Multiclimate Undershirt +1', 'Accessory_HeatColdResist_2', '/public/images/accessory/T_itemicon_Accessory_HeatColdResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Heat and Cold Resistance.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3 / Cold Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (48, 'Multiclimate Undershirt +2', 'Accessory_HeatColdResist_3', '/public/images/accessory/T_itemicon_Accessory_HeatColdResist_1.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Heat and Cold Resistance.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3 / Cold Resistance Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (49, 'Animal Skin', 'AnimalSkin', '/public/images/material/T_itemicon_Material_AnimalSkin.png', 'Material', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Animal Skin', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (50, 'Antibiotic_Good', 'Antibiotic_Good', '/public/images/tex/Tex_medicines_05.png', 'Consume', 6, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Antibiotic_Good', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (51, 'Antibiotic_Normal', 'Antibiotic_Normal', '/public/images/tex/Tex_medicines_05.png', 'Consume', 5, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Antibiotic_Normal', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (52, 'Antibiotic_Super', 'Antibiotic_Super', '/public/images/tex/Tex_medicines_05.png', 'Consume', 7, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Antibiotic_Super', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (53, 'Arrow', 'Arrow', '/public/images/ammo/T_itemicon_Ammo_Arrow.png', 'Ammo', 1, 9999, 0.025, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Arrows for use with bows. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (54, 'Poison Arrow', 'Arrow_Poison', '/public/images/ammo/T_itemicon_Ammo_Arrow_Poison.png', 'Ammo', 1, 9999, 0.025, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Poison Arrows for use with bows. Afflicts target with Poison on contact. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (55, 'Fire Arrow', 'Arrow_Fire', '/public/images/ammo/T_itemicon_Ammo_Arrow_Fire.png', 'Ammo', 1, 9999, 0.025, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fire Arrows for use with bows. Deals Fire damage on contact. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (56, 'Assault Rifle', 'AssaultRifle_Default1', '/public/images/weapon/T_itemicon_Weapon_AssaultRifle_Default1.png', 'Weapon', 3, 1, 15, 57600, 3000, 20, 320, NULL, NULL, NULL, NULL, NULL, 'An Assault Rifle that mows down enemies with overwhelming force. It excels at rapid-fire and is well suited to taking down powerful foes.', 'NormalRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (57, 'Stone Axe', 'Axe_Tier_00', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_00.png', 'Weapon', 1, 1, 10, 140, 150, NULL, 20, NULL, NULL, NULL, NULL, NULL, 'An axe for cutting wood. Made from stone, it\'s not very sharp.', 'Axe_Tier_00', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (58, 'Metal Axe', 'Axe_Tier_01', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_00.png', 'Weapon', 2, 1, 15, 4820, 250, NULL, 30, NULL, NULL, NULL, NULL, NULL, 'An axe for cutting wood. Made from metal, it chops through Hardwood with ease, making it useful for harvesting sturdy trees that grow deep within the continent.', 'Axe_Tier_01', '{\"PassiveSkill1\": \"Logging Yield Up Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (59, 'Refined Metal Axe', 'Axe_Tier_02', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_00.png', 'Weapon', 3, 1, 20, 10320, 300, NULL, 60, NULL, NULL, NULL, NULL, NULL, 'An axe for cutting wood. Made from high quality metal, its sharpness and durability has improved even further. It can harvest Hardwood from sturdy trees that grow in unforgiving lands.', 'Axe_Tier_02', '{\"PassiveSkill1\": \"Logging Yield Up Lv. 2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (60, 'Axe4', 'Axe_Tier_03', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_00.png', 'Weapon', 3, 1, 25, 1, 400, NULL, 75, NULL, NULL, NULL, NULL, NULL, 'Axe4', 'Axe_Tier_03', '{\"PassiveSkill1\": \"Logging Yield Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (61, 'Baked Berries', 'Baked_Berries', '/public/images/food/T_itemicon_Food_Baked_Berries.png', 'Food', 1, 9999, 0.15, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Cooking enhances their nutritional value, and surprisingly, they are quite filling.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (62, 'Baked Mushroom', 'BakedMushroom', '/public/images/food/T_itemicon_Food_BakedMushroom.png', 'Food', 1, 9999, 1, 360, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Cooking this mushroom enhances its nutritional value. Curiously, it\'s also quite filling.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (63, 'Wooden Club', 'Bat', '/public/images/weapon/T_itemicon_Weapon_Bat.png', 'Weapon', 1, 1, 5, 70, 150, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'A Wooden Club for close range combat. Can beat a small Pal to a pulp if need be.', 'Bat', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (64, 'Bat', 'Bat2', '/public/images/weapon/T_itemicon_Weapon_Spear_Bat2.png', 'Weapon', 1, 1, 3, 580, 150, NULL, 50, NULL, NULL, NULL, NULL, NULL, 'Baseball bat for close-range combat. Might be tough to get a home run with a Pal.', 'Bat2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (65, 'Meat Cleaver', 'MeatCutterKnife', '/public/images/weapon/T_itemicon_Weapon_MeatCutterKnife.png', 'Weapon', 1, 1, 10, 1800, 300, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'Knife for butchering Pals. When equipped, the Pet command becomes Butcher. Butchered Pals will be gone for good.', 'MeatCutterKnife', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (66, 'Beer', 'Beer', '/public/images/food/T_itemicon_Food_Beer.png', 'Food', 1, 9999, 1.5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Beer', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (67, 'Red Berries', 'Berries', '/public/images/food/T_itemicon_Food_Berries.png', 'Food', 1, 9999, 0.2, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A versatile ingredient that is delicious raw or cooked. They can be found anywhere on the island.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (68, 'Berry Seeds', 'BerrySeeds', '/public/images/material/T_itemicon_Material_BerrySeeds.png', 'Material', 1, 9999, 0.05, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seeds that produce Red Berries. Necessary for starting a farm. Can be obtained when picking Red Berries.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (69, 'BLT', 'BLT', '/public/images/food/T_itemicon_Food_BLT.png', 'Food', 3, 9999, 0.3, 1500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish where bacon, Lettuce, Tomato are sandwiched in Bread. Consumption increases Attack by +15% for a while.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (70, 'Five Shot Bow', 'Bow_Fifth', '/public/images/weapon/T_itemicon_Weapon_WeakerBow.png', 'Weapon', 1, 1, 8, 1, 350, 1, 30, NULL, NULL, NULL, NULL, NULL, 'An enhanced bow that allows five arrows to be fired simultaneously. By some strange mechanism, it only consumes a single Arrow when fired.', 'Bow_Fifth', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (71, 'Three Shot Bow', 'Bow_Triple', '/public/images/weapon/T_itemicon_Weapon_Bow.png', 'Weapon', 1, 1, 8, 1180, 250, 1, 40, NULL, NULL, NULL, NULL, NULL, 'An enhanced bow that allows three arrows to be fired simultaneously. By some strange mechanism, it only consumes a single Arrow when fired.', 'Bow_Triple', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (72, 'Crossbow', 'BowGun', '/public/images/weapon/T_itemicon_Weapon_BowGun.png', 'Weapon', 2, 1, 13, 4320, 300, 1, 280, NULL, NULL, NULL, NULL, NULL, 'Fires an Arrow effortlessly. Though it takes time to load, it delivers a powerful shot.', 'BowGun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (73, 'Fire Arrow Crossbow', 'BowGun_Fire', '/public/images/weapon/T_itemicon_Weapon_BowGun_Fire.png', 'Weapon', 999, 1, 13, 1, 300, 1, 280, NULL, NULL, NULL, NULL, NULL, 'A Crossbow that deals Fire damage. Burns Pals with fire arrows, making them easier to capture. Requires Fire Arrow.', 'BowGun_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (74, 'Poison Arrow Crossbow', 'BowGun_Poison', '/public/images/weapon/T_itemicon_Weapon_BowGun_Poison.png', 'Weapon', 999, 1, 13, 1, 300, 1, 280, NULL, NULL, NULL, NULL, NULL, 'A Crossbow that inflicts poison on its target. Poisoned Pals are easier to capture. Requires Poison Arrow.', 'BowGun_Poison', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (75, 'Carbonara', 'Carbonara', '/public/images/food/T_itemicon_Food_Carbonara.png', 'Food', 3, 9999, 0.5, 1260, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish mixing pasta with Egg and Milk. Eating it makes it improves Defense by +20% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (76, 'Charcoal', 'Charcoal', '/public/images/material/T_itemicon_Material_Charcoal.png', 'Material', 1, 9999, 2, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Charcoal made from burning Wood. It can be combined with Sulfur to create Gunpowder.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (77, 'Cheeseburger', 'CheeseBurger', '/public/images/food/T_itemicon_Food_CheeseBurger.png', 'Food', 3, 9999, 0.3, 3400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A meal made with a Hamburger with cheese squeezed between it. Upon consumption, it increases the satiety level for a certain period as well as Defense +10%.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (78, 'Claw', 'Claws', '/public/images/material/T_itemicon_Material_Claws.png', 'Material', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Claw', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (79, 'Cloth', 'Cloth', '/public/images/material/T_itemicon_Material_Cloth.png', 'Material', 1, 9999, 1, 480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Cloth woven from Wool. Required to create armor. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (80, 'High Quality Cloth', 'Cloth2', '/public/images/material/T_itemicon_Material_Cloth.png', 'Material', 2, 9999, 1, 2640, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'High Quality Cloth woven from a large amount of Wool. Required to create high quality armor. Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (81, 'Cloth Outfit', 'ClothArmor', '/public/images/armor/T_itemicon_Armor_ClothArmor.png', 'Armor', 1, 1, 4, 1220, 150, NULL, NULL, 70, 15, NULL, NULL, NULL, 'Clothes made from Cloth. Protects against cold nights.', 'ClothArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (82, 'Coal', 'Coal', '/public/images/material/T_itemicon_Material_Coal.png', 'Material', 1, 9999, 5, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Coal often found in caves and other places. Required to create high quality metal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (83, 'Computer', 'Computer', '/public/images/material/T_itemicon_Material_Computer.png', 'Material', 4, 9999, 5, 22440, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A component used in the control of automated equipment and precision machinery. It\'s a key component forming the foundation of modern technology. Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (84, 'Metal Armor', 'CopperArmor', '/public/images/armor/T_itemicon_Armor_CopperArmor.png', 'Armor', 2, 1, 30, 13920, 700, NULL, NULL, 250, 70, NULL, NULL, NULL, 'Armor made of metal. Somewhat heavy, but provides good defense.', 'CopperArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (85, 'Metal Helm', 'CopperHelmet', '/public/images/armor/T_itemicon_Armor_CopperHelmet.png', 'Armor', 2, 1, 10, 6600, 700, NULL, NULL, 100, 50, NULL, NULL, NULL, 'A helm made of metal. A reliable piece of armor that protects your head, and all the thoughts within.', 'CopperHelmet', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (86, 'Ingot', 'CopperIngot', '/public/images/material/T_itemicon_Material_CopperIngot.png', 'Material', 1, 9999, 5, 240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A material required to create metal weapons and armor. Refined from Ore using a furnace.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (87, 'Ore', 'CopperOre', '/public/images/material/T_itemicon_Material_CopperOre.png', 'Material', 1, 9999, 8, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Becomes an ingot when refined using a furnace. Can be found in caves and other places.', 'CopperOre', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (88, 'Corn Soup', 'CornSoup', '/public/images/food/T_itemicon_Food_CornSoup.png', 'Food', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Corn Soup', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (89, 'Crude Oil', 'CrudeOil', '/public/images/material/T_itemicon_Material_CrudeOil.png', 'Material', 1, 9999, 0.5, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A material that can be processed into various products. Obtained by installing a Crude Oil Extractor in an oil field.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (90, 'Curry', 'Curry_old', '/public/images/food/T_itemicon_Food_Curry.png', 'Food', 3, 9999, 0.5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Curry', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (91, 'Diamond', 'Diamond', '/public/images/material/T_itemicon_Material_Diamond.png', 'Material', 9, 9999, 5, 50000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare gemstone that glows brilliantly. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (92, 'Double-Barreled Shotgun', 'DoubleBarrelShotgun', '/public/images/weapon/T_itemicon_Weapon_DoubleBarrelShotgun.png', 'Weapon', 3, 1, 24, 37990, 200, 2, 190, NULL, NULL, NULL, NULL, NULL, 'Wreaks havoc at close range. Can fire twice before reloading. Despite the limited load capacity, it still packs a punch.', 'DoubleBarrelShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (93, 'Emerald', 'Eemerald', '/public/images/material/T_itemicon_Material_Eemerald.png', 'Material', 7, 9999, 5, 40000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gemstone that glows green. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (94, 'Egg', 'Egg', '/public/images/food/T_itemicon_Food_Egg.png', 'Food', 1, 9999, 0.5, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Delicious when fried, but can also be used to cook various meals. Chikipi produce them.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (95, 'Stun Baton', 'ElecBaton', '/public/images/weapon/T_itemicon_Weapon_ElecBaton.png', 'Weapon', 2, 1, 10, 12960, 300, NULL, 10, NULL, NULL, NULL, NULL, NULL, 'Close range weapon that sends out an electric jolt upon contact. Pals are easier to capture when electrocuted.', 'ElecBaton', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (96, 'Rocket Ammo', 'ExplosiveBullet', '/public/images/ammo/T_itemicon_Ammo_ExplosiveBullet.png', 'Ammo', 4, 9999, 0.5, 2550, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Rocket Launcher and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (97, 'Fang', 'Fang', '/public/images/material/T_itemicon_Material_Fang.png', 'Material', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fang', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (98, 'Fiber', 'Fiber', '/public/images/material/T_itemicon_Material_Fiber.png', 'Material', 1, 9999, 0.5, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fiber collected from trees. A material used when creating bows, etc.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (99, 'Fishing Rod_Good', 'FishingRod_Good', '/public/images/tex/Tex_fishing_95_t.png', 'Weapon', 1, 1, 15, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fishing Rod_Good', 'Pickaxe_Tier_00', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (100, 'Fishing Rod_Legendary', 'FishingRod_Legendary', '/public/images/tex/Tex_fishing_95_t.png', 'Weapon', 1, 1, 15, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fishing Rod_Legendary', 'Pickaxe_Tier_00', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (101, 'Fishing Rod_Old', 'FishingRod_Old', '/public/images/tex/Tex_fishing_95_t.png', 'Weapon', 1, 1, 15, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fishing Rod_Old', 'Pickaxe_Tier_00', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (102, 'Fishing Rod_Super', 'FishingRod_Super', '/public/images/tex/Tex_fishing_95_t.png', 'Weapon', 1, 1, 15, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fishing Rod_Super', 'Pickaxe_Tier_00', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (103, 'Fried Egg', 'FriedEggs', '/public/images/food/T_itemicon_Food_FriedEggs.png', 'Food', 1, 9999, 0.5, 240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Egg now fried and even more delicious. Great for keeping hunger away.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (104, 'Pelt Armor', 'FurArmor', '/public/images/armor/T_itemicon_Armor_FurArmor.png', 'Armor', 2, 1, 10, 5470, 300, NULL, NULL, 140, 35, NULL, NULL, NULL, 'Armor made from Leather. Its warmth and defense have been improved.', 'FurArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (105, 'Feathered Hair Band', 'FurHelmet', '/public/images/armor/T_itemicon_Armor_FurHelmet.png', 'Armor', 1, 1, 5, 340, 200, NULL, NULL, 60, 15, NULL, NULL, NULL, 'A beautiful feathered headband. Though improbable, it somehow seems to protect its wearer from lethal head injuries.', 'FurHelmet', '{\"PassiveSkill1\": \"Max Carrying Capacity Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (106, 'Corrosive Mist Mask', 'GasMask', '/public/images/accessory/T_itemicon_Accessory_GasMask.png', 'Accessory', 10, 1, 2, 168000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mask with a special filtration system. Negates damage taken from corrosive mist.', NULL, '{\"PassiveSkill1\": \"Toxic Gas Immunity\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (107, 'Mega Glider', 'Glider_Good', '/public/images/glider/T_itemicon_Glider_Glider_Good.png', 'Glider', 2, 1, 15, 15480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A glider for soaring through the air. A mass produced commercial model, it’s decently fast.', 'Glider_Good', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (108, 'Hyper Glider', 'Glider_Legendary', '/public/images/glider/T_itemicon_Glider_Glider_Legendary.png', 'Glider', 4, 1, 25, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A glider for soaring through the air. Its performance has been further improved, with increased speed and lift.', 'Glider_Legendary', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (109, 'Normal Parachute', 'Glider_Old', '/public/images/glider/T_itemicon_Glider_Glider_Old.png', 'Glider', 1, 1, 10, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A glider for soaring through the air. Cheaply made, it isn\'t very fast.', 'Glider_Old', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (110, 'Giga Glider', 'Glider_Super', '/public/images/glider/T_itemicon_Glider_Glider_Super.png', 'Glider', 3, 1, 20, 76080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A glider for soaring through the air. With its capabilities improved, it can soar at high speeds.', 'Glider_Super', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (111, 'Grape', 'Grape', '/public/images/food/T_itemicon_Food_Grape.png', 'Food', 1, 9999, 0.5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Grape', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (112, 'Grilled Fish', 'GrilledFish', '/public/images/food/T_itemicon_Food_GrilledFish.png', 'Food', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Grilled Fish', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (113, 'Grilled Meat', 'GrilledMeat', '/public/images/food/T_itemicon_Food_GrilledMeat.png', 'Food', 1, 9999, 1, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Grilled meat. A full stomach leads to smiling faces.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (114, 'Gunpowder', 'Gunpowder', '/public/images/material/T_itemicon_Material_Gunpowder.png', 'Material', 1, 9999, 0.2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gunpowder', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (115, 'Gunpowder', 'Gunpowder2', '/public/images/material/T_itemicon_Material_Gunpowder2.png', 'Material', 2, 9999, 0.2, 430, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gunpowder used to fire ammunition. Required to make bullets.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (116, 'Hamburger', 'Hamburger', '/public/images/food/T_itemicon_Food_Hamburger.png', 'Food', 3, 9999, 0.3, 3250, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish where a hamburger, Lettuce the Tomato are contained in the Bread. When eaten, it boosts one\'s stomach fullness and Attack by +10% for a while.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (117, 'Handgun', 'HandGun_Default', '/public/images/weapon/T_itemicon_Weapon_HandGun_Default.png', 'Weapon', 2, 1, 8, 19800, 400, 8, 250, NULL, NULL, NULL, NULL, NULL, 'A handgun with improved capacity and rapid-fire capabilities. Has more immediate firepower than a Makeshift Handgun.', 'NormalPistol', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (118, 'Handgun Ammo', 'HandgunBullet', '/public/images/ammo/T_itemicon_Ammo_HandgunBullet.png', 'Ammo', 2, 9999, 0.025, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Handgun and similar weapons. Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (119, 'Low Grade Medical Supplies', 'Herbs', '/public/images/food/T_itemicon_Food_Herbs.png', 'Consume', 1, 9999, 0.2, 780, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Low Grade Medical Supplies good for Sick, Sprain, and Overfull. They don\'t heal Health when eaten, however.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (120, 'Homing Sphere Launcher', 'HomingSphereLauncher', '/public/images/weapon/T_itemicon_Weapon_HomingSphereLauncher.png', 'Weapon', 4, 1, 30, 294000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A launcher for firing spheres. Fired spheres home in on Pals.', 'HomingSphereLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (121, 'Honey', 'Honey', '/public/images/food/T_itemicon_Food_Honey.png', 'Food', 1, 9999, 0.2, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Honey harvested from Beegarde. It\'s sweet and tasty.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (122, 'Cotton Candy', 'Sweet', '/public/images/food/T_itemicon_Food_Sweet.png', 'Food', 1, 9999, 0.2, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Cotton candy collected from Woolipop. Its sweetness fluffily melts away in your mouth.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (123, 'Hop', 'Hop', '/public/images/food/T_itemicon_Food_Hop.png', 'Food', 1, 9999, 1.5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Hop', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (124, 'Hot Milk', 'HotMilk', '/public/images/food/T_itemicon_Food_HotMilk.png', 'Food', 1, 9999, 1.5, 240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Even more delicious when warmed up. Great for keeping hunger away.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (125, 'Refined Metal Armor', 'IronArmor', '/public/images/armor/T_itemicon_Armor_IronArmor.png', 'Armor', 3, 1, 35, 32690, 1500, NULL, NULL, 500, 150, NULL, NULL, NULL, 'Armor made from high quality metal. Quite heavy, but provides excellent defense.', 'IronArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (126, 'Refined Metal Helm', 'IronHelmet', '/public/images/armor/T_itemicon_Armor_IronHelmet.png', 'Armor', 3, 1, 12, 18540, 1500, NULL, NULL, 250, 100, NULL, NULL, NULL, 'A helm made from high quality metal. The luster from the polished metal gives the wearer that added boost of confidence.', 'IronHelmet', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (127, 'Refined Ingot', 'IronIngot', '/public/images/material/T_itemicon_Material_IronIngot.png', 'Material', 2, 9999, 5, 720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A material required to create high quality metal weapons and armor. Refined from Ore and Coal using a furnace.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (128, 'Jam-Filled Bun', 'JamBun', '/public/images/food/T_itemicon_Food_JamBun.png', 'Food', 2, 9999, 0.3, 420, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bread with jam spread on it. The sweetness of the berries complements it perfectly.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (129, 'Energy Cartridge', 'LaserBullet', '/public/images/ammo/T_itemicon_Ammo_LaserBullet.png', 'Ammo', 4, 9999, 0.01, 280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Laser Rifle and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (130, 'Laser Rifle', 'LaserRifle', '/public/images/weapon/T_itemicon_Weapon_LaserRifle.png', 'Weapon', 4, 1, 18, 290120, 3000, 30, 1250, NULL, NULL, NULL, NULL, NULL, 'A weapon that fires high-energy lasers. It has impressive firepower and is easy to handle.', 'LaserRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (131, 'Rocket Launcher', 'Launcher_Default', '/public/images/weapon/T_itemicon_Weapon_Launcher_Default.png', 'Weapon', 4, 1, 30, 873360, 300, 1, 10000, NULL, NULL, NULL, NULL, NULL, 'A Rocket Launcher that can fire a powerful round from long distances.', 'NormalLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (132, 'Leather', 'Leather', '/public/images/material/T_itemicon_Material_Leather.png', 'Material', 1, 9999, 2, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Leather taken from a Pal, it serves as a defensive material. It can be obtained from certain Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (133, 'Lettuce', 'Lettuce', '/public/images/food/T_itemicon_Food_Lettuce.png', 'Food', 1, 9999, 1, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A leafy green. When it comes to salad, this is a must. It has an exquisitely crunchy texture and refreshing taste.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (134, 'Lettuce Seeds', 'LettuceSeeds', '/public/images/material/T_itemicon_Material_LettuceSeeds.png', 'Material', 1, 9999, 0.05, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seeds that produce Lettuce. Necessary for starting a farm. Can be purchased from a merchant.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (135, 'Lightz Helmet', 'LightzHelmet', '/public/images/tex/Tex_clothes_19.png', 'Armor', 4, 1, 7, 1, 500, NULL, NULL, 300, 125, NULL, NULL, NULL, 'Lightz Helmet', 'IronHelmet', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (136, 'High Grade Medical Supplies', 'LuxuryMedicines', '/public/images/food/T_itemicon_Food_LuxuryMedicines.png', 'Consume', 3, 9999, 0.2, 3120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'High Grade Medical Supplies that are effective at treating Weakened and Depressed. Unfortunately, they have no healing effect.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (137, 'LuxuryOmelette', 'LuxuryOmelette', '/public/images/food/T_itemicon_Food_LuxuryOmelette.png', 'Food', 1, 9999, 0.5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'LuxuryOmelette', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (138, 'Nail', 'MachineParts', '/public/images/material/T_itemicon_Material_MachineParts.png', 'Material', 1, 9999, 2, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Necessary for building various facilities. Can be made with a Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (139, 'Circuit Board', 'MachineParts2', '/public/images/material/T_itemicon_Material_ElectronicCircuit.png', 'Material', 3, 9999, 2, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Required to create precision equipment. Can be made with a Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (140, 'Makeshift Handgun', 'MakeshiftHandgun', '/public/images/weapon/T_itemicon_Weapon_MakeshiftHandgun.png', 'Weapon', 2, 1, 10, 13970, 300, 6, 320, NULL, NULL, NULL, NULL, NULL, 'A handgun created from spare parts. Relatively well suited for close-quarters combat, but fires only one shot at a time.', 'MakeshiftHandgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (141, 'Raw Meat', 'Meat', '/public/images/food/T_itemicon_Food_Meat.png', 'Food', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Pal meat. It’s so fresh that even a human could safely eat it raw.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (142, 'Medical Supplies', 'Medicines', '/public/images/food/T_itemicon_Food_Medicines.png', 'Consume', 2, 9999, 0.2, 1820, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Strange Medical Supplies that are effective at treating Ulcer and Fracture. Unfortunately, they have no healing effect.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (143, 'Milk', 'Milk', '/public/images/food/T_itemicon_Food_Milk.png', 'Food', 1, 9999, 1.5, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Drink it as is, or use it in various meals. Can be milked from Mozzarina.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (144, 'Mind Control Meds', 'MindControlDrug', '/public/images/food/T_itemicon_Food_MindControlDrug.png', 'Consume', 999, 9999, 0.2, 13320, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mind Control Meds that are extremely effective in controlling dissidents. Unfortunately, they have no healing effect.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (145, 'Gold Coin', 'Money', '/public/images/material/T_itemicon_Material_Money.png', 'Material', 1, 99999999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Currency traded on Palpagos Island. Can be exchanged for items or Pals with merchants.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (146, 'Mushroom', 'Mushroom', '/public/images/food/T_itemicon_Food_Mushroom.png', 'Food', 1, 9999, 1, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mushroom that can be eaten raw. They can be found anywhere on the island.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (147, 'Night Vision Goggles', 'NightVisionGoggles', '/public/images/tex/Tex_clothes_24.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Night Vision Goggles', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (148, 'Omelet', 'Omelet', '/public/images/food/T_itemicon_Food_Omelet.png', 'Food', 2, 9999, 0.5, 580, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by frying an Egg and topping it with ketchup. Eating it improves Attack by +10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (149, 'Paldium Chunk', 'Pal_crystal_L', '/public/images/material/T_itemicon_Material_Pal_crystal_L.png', 'Material', 3, 9999, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Crystals of PAL crystal', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (150, 'Paldium Fragment', 'Pal_crystal_S', '/public/images/material/T_itemicon_Material_Pal_crystal_S.png', 'Material', 2, 9999, 1, 70, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Crystallized energy from the World Tree. Capable of creating supernatural items and structures.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (151, 'Ancient Civilization Parts', 'PalCrystal_Ex', '/public/images/material/T_itemicon_Material_PalCrystal_Ex.png', 'Material', 1, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Debris excavated from ancient ruins. Contains abundant information on lost technology. Extremely valuable, people from all walks of life are now seeking such crystals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (152, 'Dark Egg', 'PalEgg_Dark_01', '/public/images/material/T_itemicon_Material_PalEgg_Dark_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Dark Egg. Something chaotic stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dark', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (153, 'Dark Egg', 'PalEgg_Dark_02', '/public/images/material/T_itemicon_Material_PalEgg_Dark_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Dark Egg. Something chaotic stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dark', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (154, 'Large Dark Egg', 'PalEgg_Dark_03', '/public/images/material/T_itemicon_Material_PalEgg_Dark_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Dark Egg. A vicious wail howls within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dark', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (155, 'Large Dark Egg', 'PalEgg_Dark_04', '/public/images/material/T_itemicon_Material_PalEgg_Dark_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Dark Egg. A vicious wail howls within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dark', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (156, 'Huge Dark Egg', 'PalEgg_Dark_05', '/public/images/material/T_itemicon_Material_PalEgg_Dark_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Dark Egg. A shadowy spirit cries within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dark', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (157, 'Dragon Egg', 'PalEgg_Dragon_01', '/public/images/material/T_itemicon_Material_PalEgg_Dragon_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Dragon Egg. Something mischievous stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dragon', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (158, 'Dragon Egg', 'PalEgg_Dragon_02', '/public/images/material/T_itemicon_Material_PalEgg_Dragon_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Dragon Egg. Something mischievous stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dragon', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (159, 'Large Dragon Egg', 'PalEgg_Dragon_03', '/public/images/material/T_itemicon_Material_PalEgg_Dragon_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Dragon Egg. A strange movement pulses within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dragon', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (160, 'Large Dragon Egg', 'PalEgg_Dragon_04', '/public/images/material/T_itemicon_Material_PalEgg_Dragon_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Dragon Egg. A strange movement pulses within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dragon', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (161, 'Huge Dragon Egg', 'PalEgg_Dragon_05', '/public/images/material/T_itemicon_Material_PalEgg_Dragon_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Dragon Egg. A solemn spirit echoes within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Dragon', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (162, 'Rocky Egg', 'PalEgg_Earth_01', '/public/images/material/T_itemicon_Material_PalEgg_Earth_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Rocky Egg. Something calm stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Earth', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (163, 'Rocky Egg', 'PalEgg_Earth_02', '/public/images/material/T_itemicon_Material_PalEgg_Earth_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Rocky Egg. Something calm stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Earth', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (164, 'Large Rocky Egg', 'PalEgg_Earth_03', '/public/images/material/T_itemicon_Material_PalEgg_Earth_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Rocky Egg. A dignified rumble drums within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Earth', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (165, 'Large Rocky Egg', 'PalEgg_Earth_04', '/public/images/material/T_itemicon_Material_PalEgg_Earth_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Rocky Egg. A dignified rumble drums within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Earth', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (166, 'Huge Rocky Egg', 'PalEgg_Earth_05', '/public/images/material/T_itemicon_Material_PalEgg_Earth_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Rocky Egg. An earthly spirit resounds within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Earth', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (167, 'Electric Egg', 'PalEgg_Electricity_01', '/public/images/material/T_itemicon_Material_PalEgg_Electricity_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Electric Egg. Something energetic moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Electricity', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (168, 'Electric Egg', 'PalEgg_Electricity_02', '/public/images/material/T_itemicon_Material_PalEgg_Electricity_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Electric Egg. Something energetic moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Electricity', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (169, 'Large Electric Egg', 'PalEgg_Electricity_03', '/public/images/material/T_itemicon_Material_PalEgg_Electricity_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Electric Egg. A pulsing energy stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Electricity', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (170, 'Large Electric Egg', 'PalEgg_Electricity_04', '/public/images/material/T_itemicon_Material_PalEgg_Electricity_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Electric Egg. A pulsing energy stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Electricity', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (171, 'Huge Electric Egg', 'PalEgg_Electricity_05', '/public/images/material/T_itemicon_Material_PalEgg_Electricity_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Electric Egg. A raging spirit grows within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Electricity', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (172, 'Scorching Egg', 'PalEgg_Fire_01', '/public/images/material/T_itemicon_Material_PalEgg_Fire_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Scorching Egg. Something hot moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (173, 'Scorching Egg', 'PalEgg_Fire_02', '/public/images/material/T_itemicon_Material_PalEgg_Fire_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Scorching Egg. Something hot moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (174, 'Large Scorching Egg', 'PalEgg_Fire_03', '/public/images/material/T_itemicon_Material_PalEgg_Fire_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Scorching Egg. Passion burns from within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (175, 'Large Scorching Egg', 'PalEgg_Fire_04', '/public/images/material/T_itemicon_Material_PalEgg_Fire_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Scorching Egg. Passion burns from within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (176, 'Huge Scorching Egg', 'PalEgg_Fire_05', '/public/images/material/T_itemicon_Material_PalEgg_Fire_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Scorching Egg. A blazing spirit burns within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (177, 'Frozen Egg', 'PalEgg_Ice_01', '/public/images/material/T_itemicon_Material_PalEgg_Ice_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Frozen Egg. Something cold stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Ice', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (178, 'Frozen Egg', 'PalEgg_Ice_02', '/public/images/material/T_itemicon_Material_PalEgg_Ice_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Frozen Egg. Something cold stirs within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Ice', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (179, 'Large Frozen Egg', 'PalEgg_Ice_03', '/public/images/material/T_itemicon_Material_PalEgg_Ice_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Frozen Egg. An icy pulse pounds within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Ice', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (180, 'Large Frozen Egg', 'PalEgg_Ice_04', '/public/images/material/T_itemicon_Material_PalEgg_Ice_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Frozen Egg. An icy pulse pounds within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Ice', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (181, 'Huge Frozen Egg', 'PalEgg_Ice_05', '/public/images/material/T_itemicon_Material_PalEgg_Ice_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Frozen Egg. A frigid spirit stirs within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Ice', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (182, 'Verdant Egg', 'PalEgg_Leaf_01', '/public/images/material/T_itemicon_Material_PalEgg_Leaf_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Verdant Egg. Something lively moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Leaf', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (183, 'Verdant Egg', 'PalEgg_Leaf_02', '/public/images/material/T_itemicon_Material_PalEgg_Leaf_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Verdant Egg. Something lively moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Leaf', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (184, 'Large Verdant Egg', 'PalEgg_Leaf_03', '/public/images/material/T_itemicon_Material_PalEgg_Leaf_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Verdant Egg. A strong life force dwells within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Leaf', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (185, 'Large Verdant Egg', 'PalEgg_Leaf_04', '/public/images/material/T_itemicon_Material_PalEgg_Leaf_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Verdant Egg. A strong life force dwells within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Leaf', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (186, 'Huge Verdant Egg', 'PalEgg_Leaf_05', '/public/images/material/T_itemicon_Material_PalEgg_Leaf_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Verdant Egg. A verdant spirit grows within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Leaf', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (187, 'Common Egg', 'PalEgg_Normal_01', '/public/images/material/T_itemicon_Material_PalEgg.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Common Egg. Something gentle moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (188, 'Common Egg', 'PalEgg_Normal_02', '/public/images/material/T_itemicon_Material_PalEgg.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Common Egg. Something gentle moves within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (189, 'Large Common Egg', 'PalEgg_Normal_03', '/public/images/material/T_itemicon_Material_PalEgg.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Common Egg. A calm rhythm beats within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (190, 'Large Common Egg', 'PalEgg_Normal_04', '/public/images/material/T_itemicon_Material_PalEgg.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Common Egg. A calm rhythm beats within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (191, 'Huge Common Egg', 'PalEgg_Normal_05', '/public/images/material/T_itemicon_Material_PalEgg.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Common Egg. A gentle spirit throbs within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (192, 'Damp Egg', 'PalEgg_Water_01', '/public/images/material/T_itemicon_Material_PalEgg_Water_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Damp Egg. Something swims within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Water', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (193, 'Damp Egg', 'PalEgg_Water_02', '/public/images/material/T_itemicon_Material_PalEgg_Water_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Damp Egg. Something swims within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Water', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (194, 'Large Damp Egg', 'PalEgg_Water_03', '/public/images/material/T_itemicon_Material_PalEgg_Water_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Damp Egg. Purity swirls within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Water', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (195, 'Large Damp Egg', 'PalEgg_Water_04', '/public/images/material/T_itemicon_Material_PalEgg_Water_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Damp Egg. Purity swirls within. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Water', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (196, 'Huge Damp Egg', 'PalEgg_Water_05', '/public/images/material/T_itemicon_Material_PalEgg_Water_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Damp Egg. A tranquil spirit sways within—as if a monster is about to be born. Place in a Egg Incubator to incubate it.', 'Anim_PalEgg_Water', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (197, 'Precious Dragon Stone', 'PalItem_ToSell_01', '/public/images/material/T_itemicon_Material_PalItem_ToSell_01.png', 'Material', 1, 9999, 0, 15000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gemstone-like ball collected from Pals. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (198, 'Precious Plume', 'PalItem_ToSell_02', '/public/images/material/T_itemicon_Material_PalItem_ToSell_02.png', 'Material', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Glittering feathers collected from Pals. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (199, 'Precious Entrails', 'PalItem_ToSell_03', '/public/images/material/T_itemicon_Material_PalItem_ToSell_03.png', 'Material', 1, 9999, 0, 12500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A heart that never stops beating collected from Pals. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (200, 'Precious Claw', 'PalItem_ToSell_04', '/public/images/material/T_itemicon_Material_PalItem_ToSell_04.png', 'Material', 1, 9999, 0, 7500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely sharp claws collected from Pals. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (201, 'Precious Pelt', 'PalItem_ToSell_05', '/public/images/material/T_itemicon_Material_PalItem_ToSell_05.png', 'Material', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fluffy fur collected from Pals. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (202, 'High Quality Pal Oil', 'PalOil', '/public/images/material/T_itemicon_Material_PalOil.png', 'Material', 1, 9999, 0.2, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'High-quality oil that can be extracted from Pal. Necessary for making Polymer.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (203, 'Tocotoco Feather', 'PalItem_ColorfulBird', '/public/images/material/T_itemicon_Material_PalItem_ColorfulBird.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Feathers dropped from a Tocotoco. Used to make clothing, as the beautifully vivid colors are quite popular.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (204, 'Gumoss Leaf', 'PalItem_PlantSlime', '/public/images/material/T_itemicon_Material_PalItem_PlantSlime.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Leaf dropped from a Gumoss. Fresh and sticky, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (205, 'Penking Plume', 'PalItem_CaptainPenguin', '/public/images/material/T_itemicon_Material_PalItem_CaptainPenguin.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Plume dropped from a Penking. Bright and colorful, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (206, 'Katress Hair', 'PalItem_CatMage', '/public/images/material/T_itemicon_Material_PalItem_CatMage.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Hair dropped from a Katress. Soft and supple, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (207, 'Pal Sphere', 'PalSphere', '/public/images/palsphere/T_itemicon_PalSphere.png', 'SpecialWeapon', 1, 9999, 0.1, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. This basic model is only effective on low level Pals.', 'PalSphere', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (208, 'Giga Sphere', 'PalSphere_Giga', '/public/images/palsphere/T_itemicon_PalSphere_Giga.png', 'SpecialWeapon', 3, 9999, 0.1, 890, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. Able to capture moderately powerful Pals.', 'PalSphereGiga', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (209, 'Legendary Sphere', 'PalSphere_Legend', '/public/images/palsphere/T_itemicon_PalSphere_Legend.png', 'SpecialWeapon', 6, 9999, 0.1, 5570, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. Very few Pals can escape its perfected design.', 'PalSphere_Legend', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (210, 'Ultra Sphere', 'PalSphere_Master', '/public/images/palsphere/T_itemicon_PalSphere_Master.png', 'SpecialWeapon', 5, 9999, 0.1, 3300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. Not many Pals can escape its highly efficient design.', 'PalSphere_Master', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (211, 'Mega Sphere', 'PalSphere_Mega', '/public/images/palsphere/T_itemicon_PalSphere_Mega.png', 'SpecialWeapon', 2, 9999, 0.1, 460, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. Its capabilities have been improved, allowing it to catch a wider range of Pals.', 'PalSphereMega', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (212, 'Hyper Sphere', 'PalSphere_Tera', '/public/images/palsphere/T_itemicon_PalSphere_Tera.png', 'SpecialWeapon', 4, 9999, 0.1, 1350, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. Enhanced capabilities allow it to capture even more powerful Pals.', 'PalSphereTera', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (213, 'Radar Sphere', 'PalSphere_Robbery', '/public/images/palsphere/T_itemicon_PalSphere_Robbery.png', 'SpecialWeapon', 3, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A sphere that captures Pals when thrown. Though it has a low chance of success, it can forcibly capture another person’s Pal.', 'PalSphere_Robbery', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (214, 'Small Pal Soul', 'PalUpgradeStone', '/public/images/other/T_itemicon_PalUpgradeStone.png', 'Material', 2, 9999, 0.1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A spirit left behind by a small Pal. It can draw out hidden abilities if offered to a Statue of Power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (215, 'Medium Pal Soul', 'PalUpgradeStone2', '/public/images/other/T_itemicon_PalUpgradeStone2.png', 'Material', 2, 9999, 0.15, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A spirit left behind by a Pal. It can draw out hidden abilities if offered to a Statue of Power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (216, 'Large Pal Soul', 'PalUpgradeStone3', '/public/images/other/T_itemicon_PalUpgradeStone3.png', 'Material', 2, 9999, 0.2, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A spirit left behind by a large Pal. It can draw out hidden abilities if offered to a Statue of Power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (217, 'Bread', 'Pan', '/public/images/food/T_itemicon_Food_Pan.png', 'Food', 1, 9999, 0.3, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bread made from baked Flour. A tasty staple food.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (218, 'Stone Pickaxe', 'Pickaxe_Tier_00', '/public/images/weapon/T_itemicon_Weapon_Pickaxe_Tier_00.png', 'Weapon', 1, 1, 10, 140, 150, NULL, 20, NULL, NULL, NULL, NULL, NULL, 'A pickaxe used for mining. Made from stone, the efficiency is questionable.', 'Pickaxe_Tier_00', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (219, 'Metal Pickaxe', 'Pickaxe_Tier_01', '/public/images/weapon/T_itemicon_Weapon_Pickaxe_Tier_00.png', 'Weapon', 2, 1, 15, 4820, 250, NULL, 30, NULL, NULL, NULL, NULL, NULL, 'A pickaxe used for mining. Made from metal, its durability and efficiency have improved.', 'Pickaxe_Tier_01', '{\"PassiveSkill1\": \"Mining Yield Up Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (220, 'Refined Metal Pickaxe', 'Pickaxe_Tier_02', '/public/images/weapon/T_itemicon_Weapon_Pickaxe_Tier_00.png', 'Weapon', 3, 1, 20, 10320, 300, NULL, 60, NULL, NULL, NULL, NULL, NULL, 'A pickaxe used for mining. Its durability and efficiency have further improved.', 'Pickaxe_Tier_02', '{\"PassiveSkill1\": \"Mining Yield Up Lv. 2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (221, 'Pizza', 'Pizza', '/public/images/food/T_itemicon_Food_Pizza.png', 'Food', 3, 9999, 0.5, 1090, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by piling Red Berries, Tomato and cheese on Bread. Eating it slightly improves work speed and allows you to stay fuller for slightly longer for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (222, 'Plasteel', 'Plastic', '/public/images/material/T_itemicon_Material_Plastic.png', 'Material', 3, 9999, 1, 2520, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Plasteel created by processing Crude Oil and metal. Can be produced in a Electric Furnace.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (223, 'Polymer', 'Polymer', '/public/images/material/T_itemicon_Material_Polymer.png', 'Material', 3, 9999, 0.5, 1080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Polymer made from refined oil. Required for producing various advanced items such as firearms. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (224, 'Potage', 'Potage', NULL, 'Food', 2, 9999, 0.3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Potage', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (225, 'PotatoSeedPotatoes', 'PotatoSeedPotatoes', '/public/images/consume/T_itemicon_Consume_Seed_Tmp.png', 'Material', 1, 9999, 0.05, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'PotatoSeedPotatoes', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (226, 'Pump-Action Shotgun', 'PumpActionShotgun', '/public/images/weapon/T_itemicon_Weapon_PumpActionShotgun.png', 'Weapon', 3, 1, 20, 61920, 150, 8, 220, NULL, NULL, NULL, NULL, NULL, 'A high capacity, powerful shotgun. It has outstanding close range DPS.', 'PumpActionShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (227, 'Pure Quartz', 'Quartz', '/public/images/material/T_itemicon_Material_Quartz.png', 'Material', 1, 9999, 5, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Pure Quartz often found in snowy fields and similar places. Required to create Circuit Board.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (228, 'Lifmunk Effigy', 'Relic', '/public/images/other/T_itemicon_Relic.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (229, 'Building Repair Kit', 'RepairKit', '/public/images/material/T_itemicon_Material_RepairKit.png', 'Consume', 1, 9999, 1, 120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Tools for repairing structures. Use it on destroyed structures to repair them.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (230, 'Rifle Ammo', 'RifleBullet', '/public/images/ammo/T_itemicon_Ammo_RifleBullet.png', 'Ammo', 2, 9999, 0.025, 280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Single-Shot Rifle and similar weapons. Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (231, 'Ruby', 'Ruby', '/public/images/material/T_itemicon_Material_Ruby.png', 'Material', 2, 9999, 5, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gemstone that glows red. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (232, 'Salad', 'Salad', '/public/images/food/T_itemicon_Food_Salad.png', 'Food', 2, 9999, 0.3, 380, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Salad made by mixing Lettuce and Tomato. Eating it slightly improves work speed for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (233, 'Sandwich', 'Sandwich', '/public/images/food/T_itemicon_Food_Sandwich.png', 'Food', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sandwich', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (234, 'Sapphire', 'Sapphire', '/public/images/material/T_itemicon_Material_Sapphire.png', 'Material', 4, 9999, 5, 30000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gemstone that glows blue. Can be sold to a merchant for a high price.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (235, 'Seafood Soup', 'SeafoodSoup', '/public/images/food/T_itemicon_Food_SeafoodSoup.png', 'Food', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seafood Soup', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (236, 'Common Shield', 'Shield_01', '/public/images/armor/T_itemicon_Armor_Shield_01.png', 'Armor', 1, 1, 5, 1510, 1000, NULL, NULL, NULL, NULL, 100, NULL, NULL, 'Strange shield made with Paldium technology. It automatically repairs itself after not taking damage for a while.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (237, 'Mega Shield', 'Shield_02', '/public/images/armor/T_itemicon_Armor_Shield_02.png', 'Armor', 2, 1, 5, 11400, 1500, NULL, NULL, NULL, NULL, 260, NULL, NULL, 'Strange shield made with Paldium technology. It automatically repairs itself after not taking damage for a while. The new model has been improved, enhancing its defense.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (238, 'Giga Shield', 'Shield_03', '/public/images/armor/T_itemicon_Armor_Shield_03.png', 'Armor', 3, 1, 5, 21960, 2250, NULL, NULL, NULL, NULL, 540, NULL, NULL, 'Strange shield made with Paldium technology. It automatically repairs itself after not taking damage for a while. Modifications have enhanced its effectiveness even further.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (239, 'Hyper Shield', 'Shield_04', '/public/images/armor/T_itemicon_Armor_Shield_04.png', 'Armor', 4, 1, 5, 41040, 3500, NULL, NULL, NULL, NULL, 1045, NULL, NULL, 'Strange shield made with Paldium technology. It automatically repairs itself after not taking damage for a while. Through repeated testing, the highest quality has been achieved.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (240, 'Ultra Shield', 'Shield_05', '/public/images/armor/T_itemicon_Armor_Shield_05.png', 'Armor', 4, 1, 5, 1, 5000, NULL, NULL, NULL, NULL, 1520, NULL, NULL, 'Strange shield made with Paldium technology. It automatically repairs itself after not taking damage for a while. As a result of further experiments, ultimate quality has been achieved.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (241, 'Shotgun Shell', 'ShotgunBullet', '/public/images/ammo/T_itemicon_Ammo_ShotgunBullet.png', 'Ammo', 2, 9999, 0.025, 330, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for shotgun and similar weapons. Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (242, 'Coarse Ammo', 'RoughBullet', '/public/images/ammo/T_itemicon_Ammo_RoughBullet.png', 'Ammo', 2, 9999, 0.025, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Musket, Makeshift Handgun, and similar weapons. Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (243, 'Machine Gun Ammo', 'MachingunBullet', '/public/images/ammo/T_itemicon_Ammo_MachingunBullet.png', 'Ammo', 2, 9999, 0.01, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for Machine Gun and other similar weapons.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (244, 'Assault Rifle Ammo', 'AssaultRifleBullet', '/public/images/ammo/T_itemicon_Ammo_AssaultRifleBullet.png', 'Ammo', 3, 9999, 0.01, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Assault Rifle and similar weapons. Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (245, 'Magnum Ammo', 'MagnumBullet', '/public/images/ammo/T_itemicon_Ammo_MagnumBullet.png', 'Ammo', 2, 9999, 0.025, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for Magnum and other similar weapons.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (246, 'Single-Shot Rifle', 'SingleShotRifle', '/public/images/weapon/T_itemicon_Weapon_SingleShotRifle.png', 'Weapon', 3, 1, 20, 26160, 1000, 1, 1100, NULL, NULL, NULL, NULL, NULL, 'A single-shot rifle. Takes time to load. What it lacks in capacity, it makes up for with sheer power.', 'SingleShotRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (247, 'Skill Fruit: Power Shot', 'SkillCard_PowerShot', '/public/images/consume/T_itemicon_Consume_SkillCard_Neutral.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Power Shot.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (248, 'Skill Fruit: Power Bomb', 'SkillCard_PowerBall', '/public/images/consume/T_itemicon_Consume_SkillCard_Neutral.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Power Bomb.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (249, 'Skill Fruit: Pal Blast', 'SkillCard_HyperBeam', '/public/images/consume/T_itemicon_Consume_SkillCard_Neutral.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Pal Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (250, 'Skill Fruit: Air Cannon', 'SkillCard_AirCanon', '/public/images/consume/T_itemicon_Consume_SkillCard_Neutral.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Air Cannon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (251, 'Skill Fruit: Implode', 'SkillCard_SelfDestruct', '/public/images/consume/T_itemicon_Consume_SkillCard_Neutral.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Implode.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (252, 'Grass Skill Fruit: Wind Cutter', 'SkillCard_WindCutter', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Wind Cutter.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (253, 'Grass Skill Fruit: Grass Tornado', 'SkillCard_GrassTornado', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Grass Tornado.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (254, 'Grass Skill Fruit: Solar Blast', 'SkillCard_SolarBeam', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Solar Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (255, 'Grass Skill Fruit: Seed Machine Gun', 'SkillCard_SeedMachinegun', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Seed Machine Gun.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (256, 'Grass Skill Fruit: Spine Vine', 'SkillCard_RootAttack', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Spine Vine.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (257, 'Grass Skill Fruit: Seed Mine', 'SkillCard_SeedMine', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Seed Mine.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (258, 'Water Skill Fruit: Aqua Gun', 'SkillCard_WaterGun', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Aqua Gun.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (259, 'Water Skill Fruit: Aqua Burst', 'SkillCard_WaterBall', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Aqua Burst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (260, 'Water Skill Fruit: Hydro Laser', 'SkillCard_HydroPump', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Hydro Laser.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (261, 'Water Skill Fruit: Hydro Jet', 'SkillCard_AquaJet', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Hydro Jet.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (262, 'Water Skill Fruit: Bubble Blast', 'SkillCard_BubbleShot', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Bubble Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (263, 'Water Skill Fruit: Acid Rain', 'SkillCard_AcidRain', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Acid Rain.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (264, 'Fire Skill Fruit: Ignis Blast', 'SkillCard_FireBlast', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Ignis Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (265, 'Fire Skill Fruit: Ignis Breath', 'SkillCard_Flamethrower', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Ignis Breath.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (266, 'Fire Skill Fruit: Fire Ball', 'SkillCard_FireBall', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Fire Ball.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (267, 'Fire Skill Fruit: Flare Arrow', 'SkillCard_FlareArrow', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Flare Arrow.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (268, 'Fire Skill Fruit: Spirit Fire', 'SkillCard_FireSeed', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Spirit Fire.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (269, 'Fire Skill Fruit: Ignis Rage', 'SkillCard_Inferno', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Ignis Rage.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (270, 'Fire Skill Fruit: Flare Storm', 'SkillCard_FlareTornado', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Flare Storm.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (271, 'Electric Skill Fruit: Shockwave', 'SkillCard_ElecWave', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Shockwave.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (272, 'Electric Skill Fruit: Lightning Bolt', 'SkillCard_Thunderbolt', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Lightning Bolt.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (273, 'Electric Skill Fruit: Lightning Streak', 'SkillCard_LineThunder', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Lightning Streak.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (274, 'Electric Skill Fruit: Plasma Funnel', 'SkillCard_ThunderFunnel', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Plasma Funnel.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (275, 'Electric Skill Fruit: Spark Blast', 'SkillCard_SpreadPulse', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Spark Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (276, 'Electric Skill Fruit: Lock-on Laser', 'SkillCard_LockonLaser', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Lock-on Laser.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (277, 'Electric Skill Fruit: Electric Ball', 'SkillCard_ThunderBall', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Electric Ball.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (278, 'Electric Skill Fruit: Tri-Lightning', 'SkillCard_ThreeThunder', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Tri-Lightning.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (279, 'Ground Skill Fruit: Stone Cannon', 'SkillCard_ThrowRock', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Stone Cannon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (280, 'Ground Skill Fruit: Sand Tornado', 'SkillCard_SandTornado', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Sand Tornado.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (281, 'Ground Skill Fruit: Rock Lance', 'SkillCard_RockLance', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Rock Lance.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (282, 'Ground Skill Fruit: Bog Blast', 'SkillCard_MudShot', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Bog Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (283, 'Ground Skill Fruit: Stone Blast', 'SkillCard_StoneShotgun', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Stone Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (284, 'Ice Skill Fruit: Ice Missile', 'SkillCard_IceMissile', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Ice Missile.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (285, 'Ice Skill Fruit: Iceberg', 'SkillCard_BlizzardLance', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Iceberg.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (286, 'Ice Skill Fruit: Blizzard Spike', 'SkillCard_IcicleThrow', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Blizzard Spike.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (287, 'Dark Skill Fruit: Shadow Burst', 'SkillCard_DarkWave', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Shadow Burst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (288, 'Dark Skill Fruit: Nightmare Ball', 'SkillCard_ShadowBall', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Nightmare Ball.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (289, 'Dark Skill Fruit: Psycho Gravity', 'SkillCard_Psychokinesis', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Psycho Gravity.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (290, 'Dark Skill Fruit: Poison Blast', 'SkillCard_PoisonShot', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Poison Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (291, 'Dark Skill Fruit: Spirit Flame', 'SkillCard_GhostFlame', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Spirit Flame.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (292, 'Dark Skill Fruit: Dark Laser', 'SkillCard_DarkLaser', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dark Laser.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (293, 'Dragon Skill Fruit: Dragon Breath', 'SkillCard_DragonBreath', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dragon Breath.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (294, 'Dragon Skill Fruit: Dragon Cannon', 'SkillCard_DragonCanon', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dragon Cannon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (295, 'Dragon Skill Fruit: Dragon Burst', 'SkillCard_DragonWave', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dragon Burst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (296, 'Dragon Skill Fruit: Dragon Meteor', 'SkillCard_DragonMeteor', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dragon Meteor.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (297, 'Electric Skill Fruit: Lightning Strike', 'SkillCard_LightningStrike', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Lightning Strike.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (298, 'Ice Skill Fruit: Icicle Cutter', 'SkillCard_IceBlade', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 1000, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Icicle Cutter.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (299, 'Ice Skill Fruit: Crystal Breath', 'SkillCard_FrostBreath', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 3000, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Crystal Breath.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (300, 'Melpaca Saddle', 'SkillUnlock_Alpaca', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Melpaca.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (301, 'Kitsun Saddle', 'SkillUnlock_AmaterasuWolf', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Kitsun.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (302, 'Nyafia\'s Shotgun', 'SkillUnlock_BadCatgirl', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Shotgun.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A shotgun for Nyafia to hold. Activate its Partner Skill, and Nyafia will unleash a barrage of shotgun blasts at nearby enemies.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (303, 'Vanwyrm Saddle', 'SkillUnlock_BirdDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Vanwyrm.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (304, 'Necromus Saddle', 'SkillUnlock_BlackCentaur', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Necromus.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (305, 'Dragostrophe\'s Shotgun', 'SkillUnlock_BlackFurDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Shotgun.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A shotgun for Dragostrophe to hold.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (306, 'Shadowbeak Saddle', 'SkillUnlock_BlackGriffon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Shadowbeak.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (307, 'Astegon Saddle', 'SkillUnlock_BlackMetalDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Astegon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (308, 'Azurobe Saddle', 'SkillUnlock_BlueDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Azurobe.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (309, 'Rushoar Saddle', 'SkillUnlock_Boar', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Rushoar.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (310, 'Lifmunk\'s Submachine Gun', 'SkillUnlock_Carbunclo', '/public/images/essential/T_itemicon_Essential_SkillUnlock_SMG.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Submachine gun made specifically for Lifmunk. Activate its Partner Skill, and Lifmunk will ride on your head and fire at enemies.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (311, 'Tocotoco\'s Gloves', 'SkillUnlock_ColorfulBird', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for gently holding Tocotoco. Activate its Partner Skill to hold Tocotoco and use it to fire explosive eggs.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (312, 'en_text\'s Power Converter', 'SkillUnlock_DarkMutant', '/public/images/other/T_dummy_icon.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A tool for safely riding en_text.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (313, 'Eikthyrdeer Saddle', 'SkillUnlock_Deer', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Eikthyrdeer.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (314, 'Daedream\'s Necklace', 'SkillUnlock_DreamDemon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Choker.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Collar for Daedream. If Daedream is in your team, it will stay by your side and attack enemies in tandem.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (315, 'Digtoise\'s Headband', 'SkillUnlock_DrillGame', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Headband.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Headband for Digtoise. Activate its Partner Skill to make Digtoise spin at high speed, allowing it to more efficiently drill through rock.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (316, 'Galeclaw\'s Gloves', 'SkillUnlock_Eagle', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for modifying the performance of the equipped glider, if Galeclaw is in your team.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (317, 'Boltmane Saddle', 'SkillUnlock_ElecLion', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A tool for safely riding Boltmane.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (318, 'Grizzbolt\'s Minigun', 'SkillUnlock_ElecPanda', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Minigun.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Makes Grizzbolt fire a minigun when ridden.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (319, 'Elphidran Saddle', 'SkillUnlock_FairyDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Elphidran.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (320, 'Dazemu Saddle', 'SkillUnlock_FeatherOstrich', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Dazemu.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (321, 'Fenglope Saddle', 'SkillUnlock_FengyunDeeper', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Fenglope.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (322, 'Pyrin Saddle', 'SkillUnlock_FireKirin', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Pyrin.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (323, 'Arsox Saddle', 'SkillUnlock_FlameBuffalo', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Arsox.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (324, 'Dinossom Saddle', 'SkillUnlock_FlowerDinosaur', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Dinossom.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (325, 'Flopie\'s Necklace', 'SkillUnlock_FlowerRabbit', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Choker.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Collar for Flopie. If Flopie is in your team, it will stay by your side and automatically gather nearby items.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (326, 'Celaray\'s Gloves', 'SkillUnlock_FlyingManta', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for modifying the performance of the equipped glider, if Celaray is in your team.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (327, 'Direhowl\'s Saddled Harness', 'SkillUnlock_Garm', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Direhowl.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (328, 'Maraith Saddle', 'SkillUnlock_GhostBeast', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Maraith.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (329, 'Gildane Saddle', 'SkillUnlock_GoldenHorse', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Gildane.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (330, 'Mammorest Saddle', 'SkillUnlock_GrassMammoth', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Mammorest.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (331, 'Mossanda\'s Grenade Launcher', 'SkillUnlock_GrassPanda', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Grenadelauncher.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Makes Mossanda fire a grenade launcher when ridden.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (332, 'Yakumo Saddle', 'SkillUnlock_GuardianDog', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Yakumo.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (333, 'Helzephyr Saddle', 'SkillUnlock_HadesBird', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Helzephyr.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (334, 'Nitewing Saddle', 'SkillUnlock_HawkBird', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Nitewing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (335, 'Jolthog\'s Gloves', 'SkillUnlock_Hedgehog', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Rubber gloves for handling Jolthog. Activate its Partner Skill to throw Jolthog as a shock grenade.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (336, 'Faleris Saddle', 'SkillUnlock_Horus', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Faleris.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (337, 'Reindrix Saddle', 'SkillUnlock_IceDeer', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Reindrix.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (338, 'Frostallion Saddle', 'SkillUnlock_IceHorse', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Frostallion.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (339, 'Jetragon\'s Missile Launcher', 'SkillUnlock_JetDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_MultiMissile.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Makes Jetragon fire missiles when ridden.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (340, 'Kingpaca Saddle', 'SkillUnlock_KingAlpaca', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Kingpaca.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (341, 'Blazamut Saddle', 'SkillUnlock_KingBahamut', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Blazamut.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (342, 'Univolt Saddle', 'SkillUnlock_Kirin', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Univolt.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (343, 'Foxparks\' Harness', 'SkillUnlock_Kitsunebi', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Harness.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Harness for holding Foxparks. Activate its Partner Skill to hold Foxparks and attack using it as a flamethrower.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (344, 'Relaxaurus\' Missile Launcher', 'SkillUnlock_LazyDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_MultiMissile.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Makes Relaxaurus fire a missile launcher when ridden.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (345, 'Blazehowl Saddle', 'SkillUnlock_Manticore', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Blazehowl.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (346, 'Tanzee\'s Assault Rifle', 'SkillUnlock_Monkey', '/public/images/essential/T_itemicon_Essential_SkillUnlock_AssaultRifle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Assault rifle made specifically for Tanzee. Activate its Partner Skill, and Tanzee will enter gunner mode and begin shooting at nearby enemies.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (347, 'Sweepa Saddle', 'SkillUnlock_MopKing', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Sweepa.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (348, 'Grintale Saddle', 'SkillUnlock_NaughtyCat', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Grintale.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (349, 'Killamari\'s Gloves', 'SkillUnlock_NegativeOctopus', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for modifying the performance of the equipped glider, if Killamari is in your team.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (350, 'Pengullet Rocket Launcher', 'SkillUnlock_Penguin', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Launcher.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Rocket launcher for launching Pengullet. Activate its Partner Skill to fire Pengullet and damage enemies. After firing, Pengullet will become incapacitated.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (351, 'Dazzi\'s Necklace', 'SkillUnlock_RaijinDaughter', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Choker.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Collar for Dazzi. If Dazzi is in your team, it will stay by your side and attack enemies in tandem.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (352, 'Ragnahawk Saddle', 'SkillUnlock_RedArmorBird', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Ragnahawk.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (353, 'Paladius Saddle', 'SkillUnlock_SaintCentaur', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Paladius.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (354, 'Broncherry Saddle', 'SkillUnlock_SakuraSaurus', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Broncherry.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (355, 'Surfent Saddle', 'SkillUnlock_Serpent', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Surfent.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (356, 'Quivern Saddle', 'SkillUnlock_SkyDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Quivern.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (357, 'Suzaku Saddle', 'SkillUnlock_Suzaku', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Suzaku.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (358, 'Beakon Saddle', 'SkillUnlock_ThunderBird', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Beakon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (359, 'Rayhound Saddle', 'SkillUnlock_ThunderDog', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Rayhound.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (360, 'Jormuntide Saddle', 'SkillUnlock_Umihebi', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Jormuntide.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (361, 'Reptyro Saddle', 'SkillUnlock_VolcanicMonster', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Reptyro.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (362, 'Chillet Saddle', 'SkillUnlock_WeaselDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Chillet.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (363, 'Hangyu\'s Gloves', 'SkillUnlock_WindChimes', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for modifying the performance of the equipped glider, if Hangyu is in your team.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (364, 'Wumpo Saddle', 'SkillUnlock_Yeti', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Wumpo.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (365, 'Jormuntide Ignis Saddle', 'SkillUnlock_Umihebi_Fire', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Jormuntide Ignis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (366, 'Eikthyrdeer Terra Saddle', 'SkillUnlock_Deer_Ground', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Eikthyrdeer Terra.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (367, 'Jolthog Cryst\'s Gloves', 'SkillUnlock_Hedgehog_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Rubber gloves for handling Jolthog Cryst. Activate its Partner Skill to throw Jolthog Cryst as an ice grenade.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (368, 'Dinossom Lux Saddle', 'SkillUnlock_FlowerDinosaur_Electric', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Dinossom Lux.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (369, 'Mammorest Cryst Saddle', 'SkillUnlock_GrassMammoth_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Mammorest Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (370, 'Relaxaurus Lux\'s Missile Launcher', 'SkillUnlock_LazyDragon_Electric', '/public/images/essential/T_itemicon_Essential_SkillUnlock_MultiMissile.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Makes Relaxaurus Lux fire a missile launcher when ridden.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (371, 'Pyrin Noct Saddle', 'SkillUnlock_FireKirin_Dark', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Pyrin Noct.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (372, 'Broncherry Aqua Saddle', 'SkillUnlock_SakuraSaurus_Water', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Broncherry Aqua.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (373, 'Elphidran Aqua Saddle', 'SkillUnlock_FairyDragon_Water', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Elphidran Aqua.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (374, 'Blazehowl Noct Saddle', 'SkillUnlock_Manticore_Dark', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Blazehowl Noct.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (375, 'Suzaku Aqua Saddle', 'SkillUnlock_Suzaku_Water', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Suzaku Aqua.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (376, 'Surfent Terra Saddle', 'SkillUnlock_Serpent_Ground', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Surfent Terra.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (377, 'Reptyro Cryst Saddle', 'SkillUnlock_VolcanicMonster_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Reptyro Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (378, 'Frostallion Noct Saddle', 'SkillUnlock_IceHorse_Dark', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Frostallion Noct.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (379, 'Mossanda Lux\'s Grenade Launcher', 'SkillUnlock_GrassPanda_Electric', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Grenadelauncher.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Makes Mossanda Lux fire a grenade launcher when ridden.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (380, 'Wumpo Botan Saddle', 'SkillUnlock_Yeti_Grass', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Wumpo Botan.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (381, 'Kingpaca Cryst Saddle', 'SkillUnlock_KingAlpaca_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Kingpaca Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (382, 'Vanwyrm Cryst Saddle', 'SkillUnlock_BirdDragon_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Vanwyrm Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (383, 'Hangyu Cryst\'s Glove', 'SkillUnlock_WindChimes_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for modifying the performance of the equipped glider, if Hangyu Cryst is in your team.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (384, 'Scatter Sphere Launcher', 'SphereLauncher', '/public/images/weapon/T_itemicon_Weapon_SphereLauncher.png', 'Weapon', 3, 1, 30, 103080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A new type of launcher that fires a large number of spheres. It can easily capture a herd of Pals.', 'SphereLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (385, 'Single-Shot Sphere Launcher', 'SphereLauncher_Once', '/public/images/weapon/T_itemicon_Weapon_SphereLauncher_Once.png', 'Weapon', 2, 1, 30, 23640, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A launcher that fires spheres. It can capture Pals from a greater distance.', 'SphereLauncher_Once', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (386, 'Pal Metal Armor', 'StealArmor', '/public/images/armor/T_itemicon_Armor_StealArmor.png', 'Armor', 4, 1, 40, 41140, 5000, NULL, NULL, 750, 220, NULL, NULL, NULL, 'Armor made from Pal Metal Ingot. High defense, but extremely heavy. Equipment for a hero, it exudes bravery.', 'StealArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (387, 'Pal Metal Helm', 'StealHelmet', '/public/images/armor/T_itemicon_Armor_StealHelmet.png', 'Armor', 4, 1, 15, 31680, 5000, NULL, NULL, 350, 150, NULL, NULL, NULL, 'A helm made from Pal Metal Ingot. Envied for its immaculate quality, it is proof of a chosen warrior.', 'StealHelmet', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (388, 'Pal Metal Ingot', 'StealIngot', '/public/images/material/T_itemicon_Material_StealIngot.png', 'Material', 3, 9999, 5, 1250, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A material required to create Pal Metal weapons and armor. Strengthened by creating an alloy incorporating Paldium.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (389, 'Stew', 'Stew', '/public/images/food/T_itemicon_Food_Stew.png', 'Food', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Stew', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (390, 'Stone', 'Stone', '/public/images/material/T_itemicon_Material_Stone.png', 'Material', 1, 9999, 3, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Material for structures and items. Can be obtained by mining rocks.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (391, 'Sulfur', 'Sulfur', '/public/images/material/T_itemicon_Material_Sulfur.png', 'Material', 1, 9999, 3, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sulfur that can be found in volcanoes and such. Necessary for making Gunpowder.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (392, 'Sword', 'Sword', '/public/images/weapon/T_itemicon_Weapon_Sword.png', 'Weapon', 2, 1, 10, 9550, 500, NULL, 360, NULL, NULL, NULL, NULL, NULL, 'Sword for close-range combat. The blade is extremely sharp! Mightier than a pen, for sure. Requires Weapon Workbench to craft.', 'Sword', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (393, 'Meowmere', 'YakushimaBlade', '/public/images/weapon/T_itemicon_Weapon_YakushimaBlade.png', 'Weapon', 2, 1, 22, 13460, 2222, NULL, 200, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] According to the legend, this sword was brought back from a distant land by Croajiro. Why? We have no idea... Fires a bouncing cat projectile with each swing to attack enemies.', 'YakushimaBlade', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (394, 'Advanced Technical Manual', 'TechnologyBook_G1', '/public/images/consume/T_itemicon_Consume_TechnologyBook_G1.png', 'Consume', 5, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A book that contains secrets of amazing technology. Use it to obtain a few Technology Points.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (395, 'Innovative Technical Manual', 'TechnologyBook_G2', '/public/images/consume/T_itemicon_Consume_TechnologyBook_G2.png', 'Consume', 5, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A book that contains secrets of cutting-edge technology. Use it to obtain Technology Points.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (396, 'Futuristic Technical Manual', 'TechnologyBook_G3', '/public/images/consume/T_itemicon_Consume_TechnologyBook_G3.png', 'Consume', 5, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A book that contains secrets of technology beyond current day comprehension. Use it to obtain lots of Technology Points.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (397, 'Frag Grenade', 'FragGrenade', '/public/images/weapon/T_itemicon_Weapon_FragGrenade.png', 'Weapon', 2, 9999, 0.1, 660, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Frag Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing damage to enemies.', 'FragGrenade', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (398, 'Incendiary Grenade', 'FragGrenade_Fire', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Fire.png', 'Weapon', 2, 9999, 0.1, 1020, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Incendiary Grenade useful for mid-range combat. It detonates a few seconds after being thrown, setting the surrounding area on fire.', 'FragGrenade_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (399, 'Ice Grenade', 'FragGrenade_Ice', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Ice.png', 'Weapon', 2, 9999, 0.1, 1020, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Ice Grenade useful for mid-range combat. It detonates a few seconds after being thrown, freezing the surrounding area.', 'FragGrenade_Ice', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (400, 'Shock Grenade', 'FragGrenade_Elec', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Elec.png', 'Weapon', 2, 9999, 0.1, 1020, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Shock Grenade useful for mid-range combat. It detonates a few seconds after being thrown, electrocuting everything in the blast radius.', 'FragGrenade_Elec', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (401, 'Tomato', 'Tomato', '/public/images/food/T_itemicon_Food_Tomato.png', 'Food', 1, 9999, 0.5, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A fresh ingredient that brightens any dish. Filled with lycopene, they’re also very healthy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (402, 'Tomato Seeds', 'TomatoSeeds', '/public/images/material/T_itemicon_Material_TomatoSeeds.png', 'Material', 1, 9999, 0.05, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seeds that produce Tomato. Necessary for starting a farm. Can be purchased from a merchant.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (403, 'Hand-Held Torch', 'Torch', '/public/images/weapon/T_itemicon_Weapon_Torch.png', 'Weapon', 1, 1, 5, 60, 100, NULL, 10, NULL, NULL, NULL, NULL, NULL, 'Lights up dark areas and keeps you warm. Can also be used for close range combat in a pinch.', 'Torch', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (404, 'Huge Dung', 'Unko_L', '/public/images/material/T_itemicon_Material_Unko_S.png', 'Material', 1, 9999, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'It has an intimidating presence. Whether it\'s the scent or the shape, this is the mark of a heavyweight.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (405, 'Dung', 'Unko_S', '/public/images/material/T_itemicon_Material_Unko_S.png', 'Material', 1, 9999, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Animal dung. An essential part of any ecosystem, and can even be used as fertilizer. It smells awful, to say the least.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (406, 'Old Bow', 'WeakerBow', '/public/images/weapon/T_itemicon_Weapon_WeakerBow.png', 'Weapon', 1, 1, 6, 650, 150, 1, 65, NULL, NULL, NULL, NULL, NULL, 'Primitive long range weapon. Hastily put together, it isn\'t very powerful.', 'WeakerBow', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (407, 'Fire Bow', 'Bow_Fire', '/public/images/weapon/T_itemicon_Weapon_Bow_Fire.png', 'Weapon', 999, 1, 6, 1, 150, 1, 65, NULL, NULL, NULL, NULL, NULL, 'A bow that deals Fire damage. Burns Pals with fire arrows, making them easier to capture. Requires Fire Arrow.', 'Bow_Fire', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (408, 'Poison Bow', 'Bow_Poison', '/public/images/weapon/T_itemicon_Weapon_Bow_Poison.png', 'Weapon', 999, 1, 6, 1, 150, 1, 65, NULL, NULL, NULL, NULL, NULL, 'Frightening bow that poisons its target. Poisoned Pals are easier to capture. Requires Poison Arrow.', 'Bow_Poison', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (409, 'Wheat', 'Wheat', '/public/images/food/T_itemicon_Food_Wheat.png', 'Food', 1, 9999, 0.2, 70, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An ingredient that forms the base of various dishes. Wheat is a common crop in many parts of the world.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (410, 'Wheat Seeds', 'WheatSeeds', '/public/images/material/T_itemicon_Material_WheatSeeds.png', 'Material', 1, 9999, 0.05, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seeds that produce Wheat. Necessary for starting a farm. Can be purchased from a merchant.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (411, 'Flour', 'Flour', '/public/images/material/T_itemicon_Material_Flour.png', 'Food', 1, 9999, 0.1, 250, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Flour made from grinding Wheat. It can be used as an ingredient in making Bread.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (412, 'Wine', 'Wine', '/public/images/food/T_itemicon_Food_Wine.png', 'Food', 1, 9999, 1.5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Wine', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (413, 'Wood', 'Wood', '/public/images/material/T_itemicon_Material_Wood.png', 'Material', 1, 9999, 3, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Material for structures and items. Can be obtained by cutting trees.', 'Wood', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (414, 'Wool', 'Wool', '/public/images/material/T_itemicon_Material_Wool.png', 'Material', 1, 9999, 1, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Material sheared from sheep Pals. A necessity for creating bedding, Cloth and more.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (415, 'Electric Organ', 'ElectricOrgan', '/public/images/material/T_itemicon_Material_ElectricOrgan.png', 'Material', 1, 9999, 0.5, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Material obtainable from Electric Pals. It stores electricity, but requires caution when used.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (416, 'Venom Gland', 'Venom', '/public/images/material/T_itemicon_Material_Venom.png', 'Material', 1, 9999, 0.5, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Material obtainable from poisonous Pals. Can be used to make Poison Arrow and more.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (417, 'Flame Organ', 'FireOrgan', '/public/images/material/T_itemicon_Material_FireOrgan.png', 'Material', 1, 9999, 0.5, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Material obtainable from Fire Pals. Can be used to make Fire Arrow and more.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (418, 'Ice Organ', 'IceOrgan', '/public/images/material/T_itemicon_Material_IceOrgan.png', 'Material', 1, 9999, 0.5, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Material obtainable from Ice Pals. Can be used to make Ice Mine and more.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (419, 'Bone', 'Bone', '/public/images/material/T_itemicon_Material_Bone.png', 'Material', 1, 9999, 1, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bone collected from Pals. A valuable source of premium calcium.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (420, 'Cement', 'Cement', '/public/images/material/T_itemicon_Material_Cement.png', 'Material', 2, 9999, 5, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Cement used for creating structures and more. Can be produced in a High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (421, 'Carbon Fiber', 'CarbonFiber', '/public/images/material/T_itemicon_Material_CarbonFiber.png', 'Material', 3, 9999, 0.2, 840, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A lightweight yet sturdy material. Used to create armor and other equipment. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (422, 'Horn', 'Horn', '/public/images/material/T_itemicon_Material_Horn.png', 'Material', 1, 9999, 1, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Horn collected from Pals. Used to create medicines and more.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (423, 'Stone Spear', 'Spear', '/public/images/weapon/T_itemicon_Weapon_Spear_Tier_00.png', 'Weapon', 1, 1, 10, 350, 200, NULL, 35, NULL, NULL, NULL, NULL, NULL, 'Useful for close-range combat. Its length allows you to stand further away when attacking.', 'Spear', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (424, 'Metal Spear', 'Spear_2', '/public/images/weapon/T_itemicon_Weapon_Spear_Tier_00.png', 'Weapon', 2, 1, 15, 3440, 250, NULL, 80, NULL, NULL, NULL, NULL, NULL, 'Useful for close-range combat. The metal tip give it an increased attack power. Its length allows you to stand further away when attacking.', 'Spear_2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (425, 'Refined Metal Spear', 'Spear_3', '/public/images/weapon/T_itemicon_Weapon_Spear_Tier_00.png', 'Weapon', 3, 1, 20, 9420, 300, NULL, 310, NULL, NULL, NULL, NULL, NULL, 'Useful for close-range combat. The high-quality metal tip give it an increased attack power. Its length allows you to stand further away when attacking.', 'Spear_3', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (426, 'Hip Lantern', 'Lantern', '/public/images/essential/T_itemicon_Essential_Lantern.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A lantern that can be attached to the hip. It lights up automatically at night. You can also switch its lighting mode to keep it on at all times. Just one is enough to find your way in the dark.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (427, 'Small Feed Bag', 'AutoMealPouch_Tier1', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier1.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A small pouch for holding food. Unlocks a food slot in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (428, 'Average Feed Bag', 'AutoMealPouch_Tier2', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier2.png', 'Essential', 2, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A decently sized pouch for holding food. Unlocks 2 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (429, 'Large Feed Bag', 'AutoMealPouch_Tier3', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier3.png', 'Essential', 2, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A large pouch for holding food. Unlocks 3 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (430, 'Huge Feed Bag', 'AutoMealPouch_Tier4', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier4.png', 'Essential', 3, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A extra-large pouch for holding food. Unlocks 4 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (431, 'Giant Feed Bag', 'AutoMealPouch_Tier5', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier5.png', 'Essential', 3, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An enormous pouch for holding food. Unlocks 5 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (432, 'Grappling Gun', 'GrapplingGun', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Weapon', 1, 1, 1, 5210, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. It allows for easy movement between places with varying elevation.', 'GrapplingGun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (433, 'Mega Grappling Gun', 'GrapplingGun2', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Weapon', 2, 1, 1, 11520, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. Since it\'s upgraded, it now has greater range.', 'GrapplingGun_2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (434, 'Giga Grappling Gun', 'GrapplingGun3', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Weapon', 3, 1, 1, 17930, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. Using data from prototype versions, its capabilities have been further increased.', 'GrapplingGun_3', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (435, 'Hyper Grappling Gun', 'GrapplingGun4', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Weapon', 4, 1, 1, 83760, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. As a result of research, it has achieved overwhelming mobility.', 'GrapplingGun_4', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (436, 'Copper Key', 'TreasureBoxKey01', '/public/images/consume/T_itemicon_Consume_TreasureBoxKey01.png', 'Consume', 1, 9999, 0.1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A key that can be used to open locked treasure chests.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (437, 'Silver Key', 'TreasureBoxKey02', '/public/images/consume/T_itemicon_Consume_TreasureBoxKey02.png', 'Consume', 1, 9999, 0.1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A key that can be used to open locked treasure chests.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (438, 'Gold Key', 'TreasureBoxKey03', '/public/images/consume/T_itemicon_Consume_TreasureBoxKey03.png', 'Consume', 1, 9999, 0.1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A key that can be used to open locked treasure chests.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (439, 'Musket', 'Musket', '/public/images/weapon/T_itemicon_Weapon_Musket.png', 'Weapon', 2, 1, 20, 9940, 200, 1, 1000, NULL, NULL, NULL, NULL, NULL, 'Simple, old fashioned gun. Fires a single, powerful shot at the expense of a long reload time.', 'Musket', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (440, 'Stir-Fried Veggies', 'FriedVegetables', '/public/images/food/T_itemicon_Food_FriedVegetables.png', 'Food', 2, 9999, 0.5, 480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish prepared by stir frying Lettuce and Meat. When eaten, it will temporarily increase Attack by +10%.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (441, 'Hot Dog', 'HotDog', '/public/images/food/T_itemicon_Food_HotDog.png', 'Food', 2, 9999, 0.5, 660, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A culinary dinner sandwiching a sausage in an Bread. Consumption leads to an improved sense of fullness for a specific period.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (442, 'Pancake', 'Pancake', '/public/images/food/T_itemicon_Food_Pancake.png', 'Food', 2, 9999, 0.5, 540, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by mixing Flour and Milk together then baking. Eating it progressively decreases the rate at which one\'s sanity decreases for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (443, 'Marinated Mushrooms', 'MarinatedMushrooms', '/public/images/food/T_itemicon_Food_MarinatedMushrooms.png', 'Food', 2, 9999, 0.5, 480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by marinating Mushrooms in a marinade. Eating it improves Defense by +10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (444, 'Mushroom Soup', 'MushroomSoup', '/public/images/food/T_itemicon_Food_MushroomSoup.png', 'Food', 2, 9999, 0.5, 840, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Cream soup made of Mushrooms. Eating it allows you to stay fuller for slightly longer for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (445, 'Mushroom Stew', 'MushroomStew', '/public/images/food/T_itemicon_Food_MushroomStew.png', 'Food', 3, 9999, 0.5, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A stew made with Mushroom. Consumption elevates work speed and offers Attack +10% for a particular duration.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (446, 'Bolognese Sauce', 'MeatSauce', '/public/images/food/T_itemicon_Food_MeatSauce.png', 'Food', 3, 9999, 0.5, 2250, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A pasta dish combined with meat sauce. Eating it makes it difficult for sanity to decrease and provides Attack +10% for a while.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (447, 'Cake', 'Cake', '/public/images/food/T_itemicon_Food_Cake.png', 'Food', 2, 9999, 1, 6300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish eaten during celebrations. Put it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (448, 'Tropical Outfit Schematic 1', 'Blueprint_ClothArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tropical Outfit Schematic 1 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (449, 'Tropical Outfit Schematic 2', 'Blueprint_ClothArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tropical Outfit Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (450, 'Tropical Outfit Schematic 3', 'Blueprint_ClothArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tropical Outfit Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (451, 'Tropical Outfit Schematic 4', 'Blueprint_ClothArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tropical Outfit Schematic 4 (Legendary). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (452, 'Tundra Outfit Schematic 1', 'Blueprint_ClothArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tundra Outfit Schematic 1 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (453, 'Tundra Outfit Schematic 2', 'Blueprint_ClothArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tundra Outfit Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (454, 'Tundra Outfit Schematic 3', 'Blueprint_ClothArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tundra Outfit Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (455, 'Tundra Outfit Schematic 4', 'Blueprint_ClothArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tundra Outfit Schematic 4 (Legendary). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (456, 'Heat Resistant Pelt Armor Schematic 1', 'Blueprint_FurArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pelt Armor Schematic 1 (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (457, 'Heat Resistant Pelt Armor Schematic 2', 'Blueprint_FurArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pelt Armor Schematic 2 (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (458, 'Heat Resistant Pelt Armor Schematic 3', 'Blueprint_FurArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pelt Armor Schematic 3 (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (459, 'Heat Resistant Pelt Armor Schematic 4', 'Blueprint_FurArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pelt Armor Schematic 4 (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (460, 'Cold Resistant Pelt Armor Schematic 1', 'Blueprint_FurArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pelt Armor Schematic 1 (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (461, 'Cold Resistant Pelt Armor Schematic 2', 'Blueprint_FurArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pelt Armor Schematic 2 (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (462, 'Cold Resistant Pelt Armor Schematic 3', 'Blueprint_FurArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pelt Armor Schematic 3 (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (463, 'Cold Resistant Pelt Armor Schematic 4', 'Blueprint_FurArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pelt Armor Schematic 4 (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (464, 'Heat Resistant Metal Armor Schematic 1', 'Blueprint_CopperArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Metal Armor Schematic 1 (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (465, 'Heat Resistant Metal Armor Schematic 2', 'Blueprint_CopperArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Metal Armor Schematic 2 (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (466, 'Heat Resistant Metal Armor Schematic 3', 'Blueprint_CopperArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Metal Armor Schematic 3 (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (467, 'Heat Resistant Metal Armor Schematic 4', 'Blueprint_CopperArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Metal Armor Schematic 4 (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (468, 'Cold Resistant Metal Armor Schematic 1', 'Blueprint_CopperArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Metal Armor Schematic 1 (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (469, 'Cold Resistant Metal Armor Schematic 2', 'Blueprint_CopperArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Metal Armor Schematic 2 (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (470, 'Cold Resistant Metal Armor Schematic 3', 'Blueprint_CopperArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Metal Armor Schematic 3 (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (471, 'Cold Resistant Metal Armor Schematic 4', 'Blueprint_CopperArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Metal Armor Schematic 4 (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (472, 'Heat Resistant Refined Metal Armor Schematic 1', 'Blueprint_IronArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Refined Metal Armor Schematic 1 (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (473, 'Heat Resistant Refined Metal Armor Schematic 2', 'Blueprint_IronArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Refined Metal Armor Schematic 2 (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (474, 'Heat Resistant Refined Metal Armor Schematic 3', 'Blueprint_IronArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Refined Metal Armor Schematic 3 (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (475, 'Heat Resistant Refined Metal Armor Schematic 4', 'Blueprint_IronArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Refined Metal Armor Schematic 4 (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (476, 'Cold Resistant Refined Metal Armor Schematic 1', 'Blueprint_IronArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Refined Metal Armor Schematic 1 (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (477, 'Cold Resistant Refined Metal Armor Schematic 2', 'Blueprint_IronArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Refined Metal Armor Schematic 2 (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (478, 'Cold Resistant Refined Metal Armor Schematic 3', 'Blueprint_IronArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Refined Metal Armor Schematic 3 (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (479, 'Cold Resistant Refined Metal Armor Schematic 4', 'Blueprint_IronArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Refined Metal Armor Schematic 4 (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (480, 'Heat Resistant Pal Metal Armor Schematic 1', 'Blueprint_StealArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pal Metal Armor Schematic 1 (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (481, 'Heat Resistant Pal Metal Armor Schematic 2', 'Blueprint_StealArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pal Metal Armor Schematic 2 (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (482, 'Heat Resistant Pal Metal Armor Schematic 3', 'Blueprint_StealArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pal Metal Armor Schematic 3 (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (483, 'Heat Resistant Pal Metal Armor Schematic 4', 'Blueprint_StealArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Pal Metal Armor Schematic 4 (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (484, 'Cold Resistant Pal Metal Armor Schematic 1', 'Blueprint_StealArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pal Metal Armor Schematic 1 (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (485, 'Cold Resistant Pal Metal Armor Schematic 2', 'Blueprint_StealArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pal Metal Armor Schematic 2 (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (486, 'Cold Resistant Pal Metal Armor Schematic 3', 'Blueprint_StealArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pal Metal Armor Schematic 3 (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (487, 'Cold Resistant Pal Metal Armor Schematic 4', 'Blueprint_StealArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Pal Metal Armor Schematic 4 (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (488, 'Feathered Hair Band Schematic 1', 'Blueprint_FurHelmet_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Feathered Hair Band Schematic 1 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (489, 'Feathered Hair Band Schematic 2', 'Blueprint_FurHelmet_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Feathered Hair Band Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (490, 'Feathered Hair Band Schematic 3', 'Blueprint_FurHelmet_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Feathered Hair Band Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (491, 'Feathered Hair Band Schematic 4', 'Blueprint_FurHelmet_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Feathered Hair Band Schematic 4 (Legendary). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (492, 'Metal Helm Schematic 1', 'Blueprint_CopperHelmet_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Helm Schematic 1 (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (493, 'Metal Helm Schematic 2', 'Blueprint_CopperHelmet_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Helm Schematic 2 (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (494, 'Metal Helm Schematic 3', 'Blueprint_CopperHelmet_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Helm Schematic 3 (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (495, 'Metal Helm Schematic 4', 'Blueprint_CopperHelmet_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Helm Schematic 4 (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (496, 'Refined Metal Helm Schematic 1', 'Blueprint_IronHelmet_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Helm Schematic 1 (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (497, 'Refined Metal Helm Schematic 2', 'Blueprint_IronHelmet_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Helm Schematic 2 (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (498, 'Refined Metal Helm Schematic 3', 'Blueprint_IronHelmet_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Helm Schematic 3 (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (499, 'Refined Metal Helm Schematic 4', 'Blueprint_IronHelmet_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Helm Schematic 4 (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (500, 'Pal Metal Helm Schematic 1', 'Blueprint_StealHelmet_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Helm Schematic 1 (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (501, 'Pal Metal Helm Schematic 2', 'Blueprint_StealHelmet_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Helm Schematic 2 (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (502, 'Pal Metal Helm Schematic 3', 'Blueprint_StealHelmet_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Helm Schematic 3 (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (503, 'Pal Metal Helm Schematic 4', 'Blueprint_StealHelmet_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Helm Schematic 4 (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (504, 'Monarch\'s Crown Schematic 1', 'Blueprint_Head001_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Monarch\'s Crown Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (505, 'Monarch\'s Crown Schematic 2', 'Blueprint_Head001_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Monarch\'s Crown Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (506, 'Monarch\'s Crown Schematic 3', 'Blueprint_Head001_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Monarch\'s Crown Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (507, 'Monarch\'s Crown Schematic 4', 'Blueprint_Head001_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Monarch\'s Crown Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (508, 'Blueprint of the King\'s Crown 5', 'Blueprint_Head001_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Blueprint of the King\'s Crown 5 (Legendary). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (509, 'Golden Crown Schematic 1', 'Blueprint_Head002_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Golden Crown Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (510, 'Golden Crown Schematic 2', 'Blueprint_Head002_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Golden Crown Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (511, 'Golden Crown Schematic 3', 'Blueprint_Head002_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Golden Crown Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (512, 'Golden Crown Schematic 4', 'Blueprint_Head002_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Golden Crown Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (513, 'Blueprint for Golden Crown 5', 'Blueprint_Head002_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Possessing it will unlock the recipe for |Blueprint for Golden Crown 5 (Legendary)|. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (514, 'Long-Eared Headband Schematic 1', 'Blueprint_Head003_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Long-Eared Headband Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (515, 'Long-Eared Headband Schematic 2', 'Blueprint_Head003_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Long-Eared Headband Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (516, 'Long-Eared Headband Schematic 3', 'Blueprint_Head003_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Long-Eared Headband Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (517, 'Long-Eared Headband Schematic 4', 'Blueprint_Head003_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Long-Eared Headband Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (518, '5 Blueprints of Long-eared Headband', 'Blueprint_Head003_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Possessing it will unlock the recipe for \'5 Blueprints of Long-eared Headband (Legendary)\'. It can be crafted at the \'Primitive Workbench\'.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (519, 'Witch Hat Schematic 1', 'Blueprint_Head004_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Witch Hat Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (520, 'Witch Hat Schematic 2', 'Blueprint_Head004_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Witch Hat Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (521, 'Witch Hat Schematic 3', 'Blueprint_Head004_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Witch Hat Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (522, 'Witch Hat Schematic 4', 'Blueprint_Head004_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Witch Hat Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (523, 'Design of Witch Hat No. 5', 'Blueprint_Head004_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When possessed, it unlocks the recipe for |Design of Witch Hat No. 5 (Legendary)|. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (524, 'Soft Hat Schematic 1', 'Blueprint_Head005_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Soft Hat Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (525, 'Soft Hat Schematic 2', 'Blueprint_Head005_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Soft Hat Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (526, 'Soft Hat Schematic 3', 'Blueprint_Head005_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Soft Hat Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (527, 'Soft Hat Schematic 4', 'Blueprint_Head005_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Soft Hat Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (528, 'Blueprint of Soft Hat 5', 'Blueprint_Head005_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Owning it will unlock the recipe for |Blueprint of Soft Hat 5 (Legendary)|. You can craft it at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (529, 'Helmet Schematic 1', 'Blueprint_Head006_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Helmet Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (530, 'Helmet Schematic 2', 'Blueprint_Head006_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Helmet Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (531, 'Helmet Schematic 3', 'Blueprint_Head006_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Helmet Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (532, 'Helmet Schematic 4', 'Blueprint_Head006_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Helmet Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (533, 'Blueprint of Helmet 5', 'Blueprint_Head006_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in possession, the recipe for |Blueprint of Helmet 5 (Legendary)| is unlocked. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (534, 'Silk Hat Schematic 1', 'Blueprint_Head007_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Silk Hat Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (535, 'Silk Hat Schematic 2', 'Blueprint_Head007_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Silk Hat Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (536, 'Silk Hat Schematic 3', 'Blueprint_Head007_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Silk Hat Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (537, 'Silk Hat Schematic 4', 'Blueprint_Head007_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Silk Hat Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (538, '5 Schematic Diagrams of the Silk Hat', 'Blueprint_Head007_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When owned, the recipe for |5 Schematic Diagrams of the Silk Hat (Legendary)| becomes available. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (539, 'Tricorne Schematic 1', 'Blueprint_Head008_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tricorne Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (540, 'Tricorne Schematic 2', 'Blueprint_Head008_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tricorne Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (541, 'Tricorne Schematic 3', 'Blueprint_Head008_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tricorne Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (542, 'Tricorne Schematic 4', 'Blueprint_Head008_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tricorne Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (543, 'Blueprint of the Tricorn Hat 5', 'Blueprint_Head008_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When possessed, the recipe for |Blueprint of the Tricorn Hat 5 (Legendary)| becomes available. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (544, 'Exploration Cap Schematic 1', 'Blueprint_Head009_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Exploration Cap Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (545, 'Exploration Cap Schematic 2', 'Blueprint_Head009_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Exploration Cap Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (546, 'Exploration Cap Schematic 3', 'Blueprint_Head009_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Exploration Cap Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (547, 'Exploration Cap Schematic 4', 'Blueprint_Head009_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Exploration Cap Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (548, 'Blueprint of Exploration Hat 5', 'Blueprint_Head009_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When owned, the recipe for |Blueprint of Exploration Hat 5 (Legendary)| is unlocked. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (549, 'Graduation Cap Schematic 1', 'Blueprint_Head010_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Graduation Cap Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (550, 'Graduation Cap Schematic 2', 'Blueprint_Head010_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Graduation Cap Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (551, 'Graduation Cap Schematic 3', 'Blueprint_Head010_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Graduation Cap Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (552, 'Graduation Cap Schematic 4', 'Blueprint_Head010_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Graduation Cap Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (553, 'Blueprint 5 of University Hat', 'Blueprint_Head010_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'If you possess it, the recipe for |Blueprint 5 of University Hat (Legendary)| will be unlocked. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (554, 'Farming Hat Schematic 1', 'Blueprint_Head011_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Farming Hat Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (555, 'Farming Hat Schematic 2', 'Blueprint_Head011_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Farming Hat Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (556, 'Farming Hat Schematic 3', 'Blueprint_Head011_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Farming Hat Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (557, 'Farming Hat Schematic 4', 'Blueprint_Head011_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Farming Hat Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (558, '5 Diagrams of Agricultural Hat', 'Blueprint_Head011_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Owning it will unlock the recipe for |5 Diagrams of Agricultural Hat (Legendary)|. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (559, 'Bowler Hat Schematic 1', 'Blueprint_Head012_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Bowler Hat Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (560, 'Bowler Hat Schematic 2', 'Blueprint_Head012_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Bowler Hat Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (561, 'Bowler Hat Schematic 3', 'Blueprint_Head012_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Bowler Hat Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (562, 'Bowler Hat Schematic 4', 'Blueprint_Head012_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Bowler Hat Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (563, 'Blueprint of Bowler Hat 5', 'Blueprint_Head012_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When owned, the recipe for |Blueprint of Bowler Hat 5 (Legendary)| will be unlocked. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (564, 'Tocotoco Cap Schematic 1', 'Blueprint_Head013_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tocotoco Cap Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (565, 'Tocotoco Cap Schematic 2', 'Blueprint_Head013_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tocotoco Cap Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (566, 'Tocotoco Cap Schematic 3', 'Blueprint_Head013_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tocotoco Cap Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (567, 'Tocotoco Cap Schematic 4', 'Blueprint_Head013_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tocotoco Cap Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (568, 'Design Plan 5 for the Crutchli Hat', 'Blueprint_Head013_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When you possess it, the recipe for |Design Plan 5 for the Crutchli Hat (Legendary)| is unlocked. You can craft it at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (569, 'Grinning Tocotoco Cap Schematic 1', 'Blueprint_Head014_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grinning Tocotoco Cap Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (570, 'Grinning Tocotoco Cap Schematic 2', 'Blueprint_Head014_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grinning Tocotoco Cap Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (571, 'Grinning Tocotoco Cap Schematic 3', 'Blueprint_Head014_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grinning Tocotoco Cap Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (572, 'Grinning Tocotoco Cap Schematic 4', 'Blueprint_Head014_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grinning Tocotoco Cap Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (573, 'Grinning Curly Hat Blueprint 5', 'Blueprint_Head014_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Possession of this will unlock the recipe for |Grinning Curly Hat Blueprint 5 (Legendary)|. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (574, 'Gumoss Cap Schematic 1', 'Blueprint_Head015_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gumoss Cap Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (575, 'Gumoss Cap Schematic 2', 'Blueprint_Head015_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gumoss Cap Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (576, 'Gumoss Cap Schematic 3', 'Blueprint_Head015_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gumoss Cap Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (577, 'Gumoss Cap Schematic 4', 'Blueprint_Head015_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gumoss Cap Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (578, '5 Blueprints of Naemochi Hat', 'Blueprint_Head015_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When owned, the recipe for |5 Blueprints of Naemochi Hat (Legendary)| is unlocked. It can be crafted at the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (579, 'Penking Cap Schematic 1', 'Blueprint_Head016_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Penking Cap Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (580, 'Penking Cap Schematic 2', 'Blueprint_Head016_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Penking Cap Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (581, 'Penking Cap Schematic 3', 'Blueprint_Head016_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Penking Cap Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (582, 'Penking Cap Schematic 4', 'Blueprint_Head016_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Penking Cap Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (583, 'Blueprint of Capppen Hat 5', 'Blueprint_Head016_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Owning it will unlock the recipe for |Blueprint of Capppen Hat 5(Legendary)|. It can be crafted on the |Primitive Workbench|.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (584, 'Katress Cap Schematic 1', 'Blueprint_Head017_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katress Cap Schematic 2 (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (585, 'Katress Cap Schematic 2', 'Blueprint_Head017_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katress Cap Schematic 2 (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (586, 'Katress Cap Schematic 3', 'Blueprint_Head017_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katress Cap Schematic 3 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (587, 'Katress Cap Schematic 4', 'Blueprint_Head017_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katress Cap Schematic 4 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (588, 'Old Bow Schematic 1', 'Blueprint_WeakerBow_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Bow (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (589, 'Old Bow Schematic 2', 'Blueprint_WeakerBow_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Bow (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (590, 'Old Bow Schematic 3', 'Blueprint_WeakerBow_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Bow (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (591, 'Old Bow Schematic 4', 'Blueprint_WeakerBow_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Bow (Legendary). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (592, 'Crossbow Schematic 1', 'Blueprint_BowGun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Crossbow (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (593, 'Crossbow Schematic 2', 'Blueprint_BowGun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Crossbow (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (594, 'Crossbow Schematic 3', 'Blueprint_BowGun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Crossbow (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (595, 'Crossbow Schematic 4', 'Blueprint_BowGun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Crossbow (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (596, 'Assault Rifle Schematic 1', 'Blueprint_AssaultRifle_Default2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Assault Rifle (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (597, 'Assault Rifle Schematic 2', 'Blueprint_AssaultRifle_Default3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Assault Rifle (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (598, 'Assault Rifle Schematic 3', 'Blueprint_AssaultRifle_Default4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Assault Rifle (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (599, 'Assault Rifle Schematic 4', 'Blueprint_AssaultRifle_Default5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Assault Rifle (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (600, 'Pump-Action Shotgun Schematic 1', 'Blueprint_PumpActionShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pump-Action Shotgun (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (601, 'Pump-Action Shotgun Schematic 2', 'Blueprint_PumpActionShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pump-Action Shotgun (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (602, 'Pump-Action Shotgun Schematic 3', 'Blueprint_PumpActionShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pump-Action Shotgun (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (603, 'Pump-Action Shotgun Schematic 4', 'Blueprint_PumpActionShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pump-Action Shotgun (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (604, 'Handgun Schematic 1', 'Blueprint_HandGun_Default_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Handgun (Uncommon). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (605, 'Handgun Schematic 2', 'Blueprint_HandGun_Default_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Handgun (Rare). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (606, 'Handgun Schematic 3', 'Blueprint_HandGun_Default_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Handgun (Epic). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (607, 'Handgun Schematic 4', 'Blueprint_HandGun_Default_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Handgun (Legendary). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (608, 'Rocket Launcher Schematic 1', 'Blueprint_Launcher_Default_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Rocket Launcher (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (609, 'Rocket Launcher Schematic 2', 'Blueprint_Launcher_Default_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Rocket Launcher (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (610, 'Rocket Launcher Schematic 3', 'Blueprint_Launcher_Default_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Rocket Launcher (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (611, 'Rocket Launcher Schematic 4', 'Blueprint_Launcher_Default_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Rocket Launcher (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (612, 'Musket Schematic 1', 'Blueprint_Musket_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Musket (Uncommon). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (613, 'Musket Schematic 2', 'Blueprint_Musket_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Musket (Rare). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (614, 'Musket Schematic 3', 'Blueprint_Musket_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Musket (Epic). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (615, 'Musket Schematic 4', 'Blueprint_Musket_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Musket (Legendary). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (616, 'Single-Shot Rifle Schematic 1', 'Blueprint_SingleShotRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Single-Shot Rifle (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (617, 'Single-Shot Rifle Schematic 2', 'Blueprint_SingleShotRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Single-Shot Rifle (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (618, 'Single-Shot Rifle Schematic 3', 'Blueprint_SingleShotRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Single-Shot Rifle (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (619, 'Single-Shot Rifle Schematic 4', 'Blueprint_SingleShotRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Single-Shot Rifle (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (620, 'Double-Barreled Shotgun Schematic 1', 'Blueprint_DoubleBarrelShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Double-Barreled Shotgun (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (621, 'Double-Barreled Shotgun Schematic 2', 'Blueprint_DoubleBarrelShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Double-Barreled Shotgun (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (622, 'Double-Barreled Shotgun Schematic 3', 'Blueprint_DoubleBarrelShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Double-Barreled Shotgun (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (623, 'Double-Barreled Shotgun Schematic 4', 'Blueprint_DoubleBarrelShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Double-Barreled Shotgun (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (624, 'Cloth Outfit Schematic 1', 'Blueprint_ClothArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cloth Outfit (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (625, 'Cloth Outfit Schematic 2', 'Blueprint_ClothArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cloth Outfit (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (626, 'Cloth Outfit Schematic 3', 'Blueprint_ClothArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cloth Outfit (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (627, 'Cloth Outfit Schematic 4', 'Blueprint_ClothArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cloth Outfit (Legendary). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (628, 'Pelt Armor Schematic 1', 'Blueprint_FurArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pelt Armor (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (629, 'Pelt Armor Schematic 2', 'Blueprint_FurArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pelt Armor (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (630, 'Pelt Armor Schematic 3', 'Blueprint_FurArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pelt Armor (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (631, 'Pelt Armor Schematic 4', 'Blueprint_FurArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pelt Armor (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (632, 'Metal Armor Schematic 1', 'Blueprint_CopperArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Armor (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (633, 'Metal Armor Schematic 2', 'Blueprint_CopperArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Armor (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (634, 'Metal Armor Schematic 3', 'Blueprint_CopperArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Armor (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (635, 'Metal Armor Schematic 4', 'Blueprint_CopperArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Armor (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (636, 'Refined Metal Armor Schematic 1', 'Blueprint_IronArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Armor (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (637, 'Refined Metal Armor Schematic 2', 'Blueprint_IronArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Armor (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (638, 'Refined Metal Armor Schematic 3', 'Blueprint_IronArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Armor (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (639, 'Refined Metal Armor Schematic 4', 'Blueprint_IronArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Refined Metal Armor (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (640, 'Pal Metal Armor Schematic 1', 'Blueprint_StealArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (641, 'Pal Metal Armor Schematic 2', 'Blueprint_StealArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (642, 'Pal Metal Armor Schematic 3', 'Blueprint_StealArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (643, 'Pal Metal Armor Schematic 4', 'Blueprint_StealArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Metal Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (644, 'Beautiful Flower', 'Poppy', '/public/images/food/T_itemicon_Food_Poppy.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A plant that blooms colorful flowers. Can be used to make Suspicious Juice and Strange Juice.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (645, 'Suspicious Juice', 'Opium', '/public/images/food/T_itemicon_Food_Opium.png', 'Consume', 2, 9999, 0.2, 3120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Juice that improves mood when consumed. Drinking it increases work speed for a period of time, but lowers SAN.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (646, 'Strange Juice', 'Narcotic', '/public/images/food/T_itemicon_Food_Narcotic.png', 'Consume', 3, 9999, 0.2, 5400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Juice that greatly improves mood when consumed. Drinking it significantly increases work speed for a period of time, but significantly lowers SAN.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (647, 'Memory Wiping Medicine', 'StatusPointResetSan', '/public/images/food/T_itemicon_Food_StatusPointResetSan.png', 'Consume', 4, 9999, 0.2, 101400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A potion that allows the player to reset their status points when consumed. It has no effect if consumed by a Pal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (648, 'Tropical Outfit', 'ClothArmorHeat', '/public/images/armor/T_itemicon_Armor_ClothArmorHeat.png', 'Armor', 1, 1, 4, 2450, 300, NULL, NULL, 70, 25, NULL, NULL, NULL, 'A Cloth Outfit produced in hot regions. Boasts high heat resistance.', 'ClothArmorHeat', '{\"PassiveSkill1\": \"Heat Resistance Lv. 2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (649, 'Tundra Outfit', 'ClothArmorCold', '/public/images/armor/T_itemicon_Armor_ClothArmorCold.png', 'Armor', 1, 1, 4, 2450, 300, NULL, NULL, 70, 25, NULL, NULL, NULL, 'A Cloth Outfit produced in cold regions. Useful for surviving in cold climates.', 'ClothArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (650, 'Heat Resistant Pelt Armor', 'FurArmorHeat', '/public/images/armor/T_itemicon_Armor_FurArmorHeat.png', 'Armor', 2, 1, 10, 7920, 600, NULL, NULL, 140, 45, NULL, NULL, NULL, 'A Pelt Armor produced in hot regions. Boasts high heat resistance.', 'FurArmorHeat', '{\"PassiveSkill1\": \"Heat Resistance Lv. 2\", \"PassiveSkill2\": \"Fire Damage Reduction Lv. 1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (651, 'Cold Resistant Pelt Armor', 'FurArmorCold', '/public/images/armor/T_itemicon_Armor_FurArmorCold.png', 'Armor', 2, 1, 10, 7920, 600, NULL, NULL, 140, 45, NULL, NULL, NULL, 'A Pelt Armor produced in cold regions. Useful for surviving in cold climates.', 'FurArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (652, 'Heat Resistant Metal Armor', 'CopperArmorHeat', '/public/images/armor/T_itemicon_Armor_CopperArmorHeat.png', 'Armor', 2, 1, 30, 22130, 1400, NULL, NULL, 250, 105, NULL, NULL, NULL, 'Improved Metal Armor. Boasts high heat resistance.', 'CopperArmorHeat', '{\"PassiveSkill1\": \"Heat Resistance Lv. 2\", \"PassiveSkill2\": \"Cold Resistance Lv. 1\", \"PassiveSkill3\": \"Fire Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (653, 'Cold Resistant Metal Armor', 'CopperArmorCold', '/public/images/armor/T_itemicon_Armor_CopperArmorCold.png', 'Armor', 2, 1, 30, 22130, 1400, NULL, NULL, 250, 105, NULL, NULL, NULL, 'Improved Metal Armor. Useful for surviving in cold climates.', 'CopperArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (654, 'Heat Resistant Refined Metal Armor', 'IronArmorHeat', '/public/images/armor/T_itemicon_Armor_IronArmorHeat.png', 'Armor', 3, 1, 35, 50020, 3000, NULL, NULL, 500, 180, NULL, NULL, NULL, 'Improved Refined Metal Armor. Boasts high heat resistance.', 'IronArmorHeat', '{\"PassiveSkill1\": \"Heat Resistance Lv. 2\", \"PassiveSkill2\": \"Cold Resistance Lv. 1\", \"PassiveSkill3\": \"Fire Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (655, 'Cold Resistant Refined Metal Armor', 'IronArmorCold', '/public/images/armor/T_itemicon_Armor_IronArmorCold.png', 'Armor', 3, 1, 35, 49150, 3000, NULL, NULL, 500, 180, NULL, NULL, NULL, 'Improved Refined Metal Armor. Useful for surviving in cold climates.', 'IronArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (656, 'Heat Resistant Pal Metal Armor', 'StealArmorHeat', '/public/images/armor/T_itemicon_Armor_StealArmorHeat.png', 'Armor', 4, 1, 40, 67460, 10000, NULL, NULL, 750, 250, NULL, NULL, NULL, 'Improved Pal Metal Armor. Boasts high heat resistance.', 'StealArmorHeat', '{\"PassiveSkill1\": \"Heat Resistance Lv. 2\", \"PassiveSkill2\": \"Cold Resistance Lv. 1\", \"PassiveSkill3\": \"Fire Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (657, 'Cold Resistant Pal Metal Armor', 'StealArmorCold', '/public/images/armor/T_itemicon_Armor_StealArmorCold.png', 'Armor', 4, 1, 40, 66020, 10000, NULL, NULL, 750, 250, NULL, NULL, NULL, 'Improved Pal Metal Armor. Useful for surviving in cold climates.', 'StealArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (658, 'Elizabee\'s Staff', 'Spear_QueenBee', '/public/images/weapon/T_itemicon_Weapon_Spear_QueenBee.png', 'Weapon', 99, 1, 20, 370, 300, NULL, 150, NULL, NULL, NULL, NULL, NULL, 'A spear made from Elizabee\'s staff, altered for human use. It is imbued with Elizabee\'s indomitable spirit.', 'Spear_QueenBee', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (659, 'Beegarde\'s Spear', 'Spear_SoldierBee', '/public/images/weapon/T_itemicon_Weapon_Spear_SoldierBee.png', 'Weapon', 99, 1, 15, 370, 400, NULL, 150, NULL, NULL, NULL, NULL, NULL, 'A spear made from the Beegarde\'s spear, altered for human use. Can feel a sincere loyalty.', 'Spear_SoldierBee', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (660, 'Lily\'s Spear', 'Spear_ForestBoss', '/public/images/weapon/T_itemicon_Weapon_Spear_ForestBoss.png', 'Weapon', 3, 1, 10, 118610, 500, NULL, 860, NULL, NULL, NULL, NULL, NULL, 'The spear cherished by Lily. Punishes those who neglect their Pals.', 'Spear_ForestBoss', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (661, 'Decal Gun 1', 'DecalGun_1', '/public/images/weapon/T_itemicon_Weapon_DecalGun.png', 'Weapon', 2, 1, 8, 26460, NULL, 99, NULL, NULL, NULL, NULL, NULL, NULL, 'Strange gun that paints a picture of Cattiva where it is fired. Have some fun and paint the walls or ceilings!', 'DecalGun_1', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (662, 'Decal Gun 2', 'DecalGun_2', '/public/images/weapon/T_itemicon_Weapon_DecalGun.png', 'Weapon', 2, 1, 8, 26460, NULL, 99, NULL, NULL, NULL, NULL, NULL, NULL, 'Strange gun that paints a picture of Lamball where it is fired. Have some fun and paint the walls or ceilings!', 'DecalGun_2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (663, 'Decal Gun 3', 'DecalGun_3', '/public/images/weapon/T_itemicon_Weapon_DecalGun.png', 'Weapon', 2, 1, 8, 26460, NULL, 99, NULL, NULL, NULL, NULL, NULL, NULL, 'Strange gun that paints a picture of Melpaca where it is fired. Have some fun and paint the walls or ceilings!', 'DecalGun_3', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (664, 'Decal Gun 4', 'DecalGun_4', '/public/images/weapon/T_itemicon_Weapon_DecalGun.png', 'Weapon', 2, 1, 8, 26460, NULL, 99, NULL, NULL, NULL, NULL, NULL, NULL, 'Strange gun that paints a picture of Anubis where it is fired. Have some fun and paint the walls or ceilings!', 'DecalGun_4', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (665, 'Decal Gun 5', 'DecalGun_5', '/public/images/weapon/T_itemicon_Weapon_DecalGun.png', 'Weapon', 2, 1, 8, 26460, NULL, 99, NULL, NULL, NULL, NULL, NULL, NULL, 'Strange gun that paints a picture of Relaxaurus where it is fired. Have some fun and paint the walls or ceilings!', 'DecalGun_5', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (666, 'Decal Ink', 'InkBullet', '/public/images/ammo/T_itemicon_Ammo_InkBullet.png', 'Ammo', 2, 9999, 0.05, 70, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for Decal Guns. Uses ink to paint a picture of a Pal. Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (667, 'Aquatic Pal Fluids', 'PalFluid', '/public/images/material/T_itemicon_Material_PalFluid.png', 'Material', 1, 9999, 0.2, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bodily fluids taken from a Water Pal. Their high viscosity makes them a handy material.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (668, 'Chikipi Poultry', 'Meat_ChickenPal', '/public/images/food/T_itemicon_Food_Meat_ChickenPal.png', 'Food', 1, 9999, 1, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Chikipi meat. Light and easy to eat, it\'s a local favorite for residents of Palpagos Island.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (669, 'Lamball Mutton', 'Meat_SheepBall', '/public/images/food/T_itemicon_Food_Meat_SheepBall.png', 'Food', 1, 9999, 1, 120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Lamball meat. Red meat with a unique flavor. Delicious, but takes some getting used to.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (670, 'Raw Kelpsea', 'Meat_Kelpie', '/public/images/food/T_itemicon_Food_Meat_Kelpie.png', 'Food', 1, 9999, 1, 140, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Kelpsea meat. Tender and slightly sweet. Fish meat tends to spoil quickly.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (671, 'Galeclaw Poultry', 'Meat_Eagle', '/public/images/food/T_itemicon_Food_Meat_Eagle.png', 'Food', 1, 9999, 1, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Galeclaw meat. Full of nutrition, its flavor packs a punch.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (672, 'Rushoar Pork', 'Meat_Boar', '/public/images/food/T_itemicon_Food_Meat_Boar.png', 'Food', 2, 9999, 2, 150, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Rushoar meat. Full of the delicious flavors of wild game. Juicy and nutritious.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (673, 'Raw Dumud', 'Meat_LazyCatfish', '/public/images/food/T_itemicon_Food_Meat_LazyCatfish.png', 'Food', 2, 9999, 2, 220, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Dumud meat. Fatty with a rich taste. Has a mouthwatering plump texture.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (674, 'Eikthyrdeer Venison', 'Meat_Deer', '/public/images/food/T_itemicon_Food_Meat_Deer.png', 'Food', 2, 9999, 2, 180, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Eikthyrdeer meat. Light and lean, but rich in flavor.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (675, 'Reindrix Venison', 'Meat_IceDeer', '/public/images/food/T_itemicon_Food_Meat_IceDeer.png', 'Food', 2, 9999, 2, 350, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Reindrix meat. Strange venison capable of remaining at low temperatures. Takes a very long time to spoil.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (676, 'Caprity Meat', 'Meat_BerryGoat', '/public/images/food/T_itemicon_Food_Meat_BerryGoat.png', 'Food', 2, 9999, 2.5, 170, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Caprity meat. Healthy and full of nutrients. Hints of berries scenting the meat stimulates the appetite.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (677, 'Mozzarina Meat', 'Meat_CowPal', '/public/images/food/T_itemicon_Food_Meat_CowPal.png', 'Food', 2, 9999, 2.5, 190, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mozzarina meat. Thick, juicy and marbled. Residents of Palpagos Island cherish it above all other meats.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (678, 'Broncherry Meat', 'Meat_SakuraSaurus', '/public/images/food/T_itemicon_Food_Meat_SakuraSaurus.png', 'Food', 3, 9999, 5, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Broncherry meat. Giant meat full of massive stores of energy. Stuffed to the brim with nutrients gathered through photosynthesis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (679, 'Mammorest Meat', 'Meat_GrassMammoth', '/public/images/food/T_itemicon_Food_Meat_GrassMammoth.png', 'Food', 3, 9999, 5, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mammorest meat. With massive size comes massive flavor. Its overwhelming portions are sure to satisfy any glutton.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (680, 'Grilled Chikipi', 'BakedMeat_ChickenPal', '/public/images/food/T_itemicon_Food_BakedMeat_ChickenPal.png', 'Food', 1, 9999, 1, 120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Chicken skewer slow-grilled over a charcoal fire. Light and refreshing on the tongue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (681, 'Lamball Kebab', 'BakedMeat_SheepBall', '/public/images/food/T_itemicon_Food_BakedMeat_SheepBall.png', 'Food', 1, 9999, 1, 140, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Spiced and roasted mutton. Deeply complex with unique flavors.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (682, 'Grilled Kelpsea', 'BakedMeat_Kelpie', '/public/images/food/T_itemicon_Food_BakedMeat_Kelpie.png', 'Food', 1, 9999, 1, 170, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fresh fish grilled over a charcoal fire. Plump and juicy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (683, 'Grilled Galeclaw', 'BakedMeat_Eagle', '/public/images/food/T_itemicon_Food_BakedMeat_Eagle.png', 'Food', 1, 9999, 1, 240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Grilled meat full of vitality for flying high in the skies.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (684, 'Roast Rushoar', 'BakedMeat_Boar', '/public/images/food/T_itemicon_Food_BakedMeat_Boar.png', 'Food', 1, 9999, 2, 180, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Boar grilled over a hearty flame. Crispy on the outside, juicy on the inside. Perfect as an extravagant main dish for a big party.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (685, 'Broiled Dumud', 'BakedMeat_LazyCatfish', '/public/images/food/T_itemicon_Food_BakedMeat_LazyCatfish.png', 'Food', 1, 9999, 2, 260, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Grilled fish slathered with a secret sauce. Soothes both mind and body. Perfect for tired Pal Tamers.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (686, 'Roast Eikthyrdeer', 'BakedMeat_Deer', '/public/images/food/T_itemicon_Food_BakedMeat_Deer.png', 'Food', 1, 9999, 2, 220, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Carefully roasted venison with delicate flavor notes, accented by the aromas of the deep forest. Elegant taste for an elegant lifestyle.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (687, 'Roast Reindrix', 'BakedMeat_IceDeer', '/public/images/food/T_itemicon_Food_BakedMeat_IceDeer.png', 'Food', 1, 9999, 2, 420, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When taken from a flame, Reindrix meat rapidly drops in temperature. This allows it to retain freshness for long periods of time, making it a perfect emergency ration.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (688, 'Herb Roasted Caprity', 'BakedMeat_BerryGoat', '/public/images/food/T_itemicon_Food_BakedMeat_BerryGoat.png', 'Food', 1, 9999, 2.5, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mild roast filled with the natural aromas of herbs and berries embedded in the meat. Gives a pleasant sense of warmth when eaten outdoors.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (689, 'Mozzarina Steak', 'BakedMeat_CowPal', '/public/images/food/T_itemicon_Food_BakedMeat_CowPal.png', 'Food', 1, 9999, 2.5, 230, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Thick, well-done steak. Strong flavors give those who eat it an energy boost.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (690, 'Broncherry Rib Roast', 'BakedMeat_SakuraSaurus', '/public/images/food/T_itemicon_Food_BakedMeat_SakuraSaurus.png', 'Food', 1, 9999, 5, 600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Grilled meat brimming with the flavor of the king of the wilds. Juices from the compressed meat flow from the bone, making it surprisingly tender despite the initial toughness.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (691, 'Mammorest Steak', 'BakedMeat_GrassMammoth', '/public/images/food/T_itemicon_Food_BakedMeat_GrassMammoth.png', 'Food', 1, 9999, 5, 1200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Boasts a rich and dignified flavor. Memories of glaciers and deep forests come rushing back with every bite.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (692, 'Chikipi Sauté', 'ChickenSaute', '/public/images/food/T_itemicon_Food_ChickenSaute.png', 'Food', 2, 9999, 0.5, 240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Plump poultry sautéed in butter. Accented with fresh lemons. Eating it will slightly increase work speed for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (693, 'Herb Roasted Lamball', 'GrilledSheepHerbs', '/public/images/food/T_itemicon_Food_GrilledSheepHerbs.png', 'Food', 2, 9999, 0.5, 260, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Indulging in an abundance of fresh berries creates a tantalizing aroma that accentuates the unique flavor of mutton. Eating it will increase Defense by +10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (694, 'Grilled Lamball', 'GenghisKhan', '/public/images/food/T_itemicon_Food_GenghisKhan.png', 'Food', 2, 9999, 0.5, 340, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Marinated mutton slow-cooked over a grill. Eating it will slightly increase work speed and make SAN decrease slightly slower for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (695, 'Stewed Galeclaw', 'Eaglestew', '/public/images/food/T_itemicon_Food_Eaglestew.png', 'Food', 2, 9999, 0.5, 360, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slow-cooked dish that exudes a burst of rich, wild flavors. Eating it will make SAN decrease slightly slower for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (696, 'Rushoar Bacon \'n\' Eggs', 'BaconEggs', '/public/images/food/T_itemicon_Food_BaconEggs.png', 'Food', 2, 9999, 0.5, 840, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'The smoky essence of bacon intertwines flawlessly with the gentle texture of eggs, creating a sublime harmony of flavors. Eating it will increase Attack by +10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (697, 'Reindrix Stew', 'StewedIceDeer', '/public/images/food/T_itemicon_Food_StewedIceDeer.png', 'Food', 2, 9999, 0.5, 610, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Stewed vegetables and venison that was reared in a frigid environment. The meat\'s soft texture melts away to reveal a delicate sweetness. Eating it will stay full slightly longer for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (698, 'Fried Chikipi', 'FriedChicken', '/public/images/food/T_itemicon_Food_FriedChicken.png', 'Food', 3, 9999, 0.5, 1020, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Magnificently juicy poultry. Eating it will slightly increase work speed and make SAN decrease slower for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (699, 'Rushoar Hot Dog', 'HotDog_2', '/public/images/food/T_itemicon_Food_HotDog_2.png', 'Food', 3, 9999, 0.5, 670, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Thick sausage wedged between warm buns. The crisply seared meat and spicy flavors are to die for. Eating it will increase Defense by +20% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (700, 'Eikthyrdeer Loco Moco', 'DeerLocoMoco', '/public/images/food/T_itemicon_Food_DeerLocoMoco.png', 'Food', 3, 9999, 0.5, 820, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Thick hamburger steak accented with a creamy fried egg. This sublime combination brings pure joy to the mouths of those who eat it. Eating it will increase Attack by +20% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (701, 'Eikthyrdeer Stew', 'DeerStew', '/public/images/food/T_itemicon_Food_DeerStew.png', 'Food', 3, 9999, 0.5, 1270, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A tender, melt-in-your-mouth venison stew crafted with love. The intertwining flavors of vegetables and meat create a harmonious blend that brings out a comforting richness. Eating it will increase Defense by +20% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (702, 'Mozzarina Hamburger', 'Hamburger_2', '/public/images/food/T_itemicon_Food_Hamburger_2.png', 'Food', 3, 9999, 0.5, 720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'The rich flavor of beef melds with the sweetness of the buns in perfect harmony in this masterpiece. Eating it will increase work speed and make SAN decrease slightly slower for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (703, 'Mozzarina Cheeseburger', 'Cheeseburger_2', '/public/images/food/T_itemicon_Food_CheeseBurger_2.png', 'Food', 3, 9999, 0.5, 1430, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Now with cheese, this dish has reached the highest level of fine cuisine. Eating it will increase Attack by +20% and stay full longer for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (704, 'Fried Kelpsea', 'FriedKelpie', '/public/images/food/T_itemicon_Food_FriedKelpie.png', 'Food', 3, 9999, 0.5, 1070, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Crunchy fried batter perfectly accentuates the Kelpsea\'s plumpness. Eating it will increase Defense by +10% and make SAN decrease slower for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (705, 'Dumud Chowder', 'Chowder', '/public/images/food/T_itemicon_Food_Chowder.png', 'Food', 3, 9999, 0.5, 650, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Dumud lavishly covered in a thick, creamy soup. Eating it will increase work speed and stay full slightly longer for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (706, 'Gatling Gun', 'GatlingGun', '/public/images/weapon/T_itemicon_Weapon_GatlingGun.png', 'Weapon', 1, 1, 50, 507240, 6000, 100, 375, NULL, NULL, NULL, NULL, NULL, 'A Gatling Gun capable of rapid fire. Mows down enemies with suppressive fire.', 'GatlingGun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (707, 'Ring of Mercy', 'Accessory_Nonkilling', '/public/images/accessory/T_itemicon_Accessory_Nonkilling.png', 'Accessory', 2, 1, 2, 16320, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Pacifist\'s ring. The wearer\'s attacks will not reduce the target\'s Health below 1.', NULL, '{\"PassiveSkill1\": \"Mercy Hit\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (708, 'Summoning Altar', 'PalSummon', '/public/images/consume/T_itemicon_Consume_PalSummon_NightLady.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab depicting Bellanoir. Offer to a Summoning Altar to summon a powerful Pal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (709, 'Bellanoir\'s Slab', 'PalSummon_NightLady', '/public/images/consume/T_itemicon_Consume_PalSummon_NightLady.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab depicting Bellanoir. Offer to a Summoning Altar to summon a powerful Lv 35 Bellanoir.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (710, 'Bellanoir Libero\'s Slab', 'PalSummon_NightLady_Dark', '/public/images/consume/T_itemicon_Consume_PalSummon_NightLady_Dark.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab depicting Bellanoir Libero. Offer to a Summoning Altar to summon an exceptionally powerful Lv 45 Bellanoir Libero.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (711, 'Bellanoir Libero (Ultra) Slab', 'PalSummon_NightLady_Dark_2', '/public/images/consume/T_itemicon_Consume_PalSummon_NightLady_Dark_2.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab overflowing with Bellanoir Libero\'s energy. Offer to a Summoning Altar to summon an inconceivably powerful (Lv ??) Bellanoir Libero.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (712, 'Bellanoir\'s Slab Fragment', 'PalSummon_NightLady_Parts', '/public/images/other/T_itemicon_Blueprint_PalSummon_NightLady_Parts.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment depicting Bellanoir. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (713, 'Bellanoir Libero\'s Slab Fragment', 'PalSummon_NightLady_Dark_Parts', '/public/images/other/T_itemicon_Blueprint_PalSummon_NightLady_Dark_Parts.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment depicting Bellanoir Libero. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (714, 'Bellanoir Libero (Ultra) Slab Fragment', 'PalSummon_NightLady_Dark_Parts_2', '/public/images/other/T_itemicon_Blueprint_PalSummon_NightLady_Dark_Parts_2.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment overflowing with Bellanoir Libero\'s energy. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (715, 'Ability Glasses', 'Accessory_TalentChecker', '/public/images/accessory/T_itemicon_Accessory_TalentChecker.png', 'Accessory', 2, 1, 1, 51600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Glasses used to discern hidden Pal potentials. Displays Health, Attack and Defense stats on a scale of 0 to 100.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (716, 'Vital Remedy', 'Elixir_hp_01', '/public/images/food/T_itemicon_Food_Elixir_hp_01.png', 'Consume', 3, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable potion that permanently raises Health by a slight amount when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (717, 'Stamina Remedy', 'Elixir_stamina_01', '/public/images/food/T_itemicon_Food_Elixir_stamina_01.png', 'Consume', 3, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable potion that permanently raises Stamina by a slight amount when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (718, 'Might Remedy', 'Elixir_attack_01', '/public/images/food/T_itemicon_Food_Elixir_attack_01.png', 'Consume', 3, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable potion that permanently raises Attack by a slight amount when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (719, 'Speed Remedy', 'Elixir_workspeed_01', '/public/images/food/T_itemicon_Food_Elixir_workspeed_01.png', 'Consume', 3, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable potion that permanently raises Work Speed by a slight amount when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (720, 'Burden Remedy', 'Elixir_weight_01', '/public/images/food/T_itemicon_Food_Elixir_weight_01.png', 'Consume', 3, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable potion that permanently raises carrying capacity by a slight amount when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (721, 'Vital Elixir', 'Elixir_hp_02', '/public/images/food/T_itemicon_Food_Elixir_hp_02.png', 'Consume', 4, 9999, 1, 264000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable elixir that permanently raises Health when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (722, 'Stamina Elixir', 'Elixir_stamina_02', '/public/images/food/T_itemicon_Food_Elixir_stamina_02.png', 'Consume', 4, 9999, 1, 264000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable elixir that permanently raises Stamina when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (723, 'Might Elixir', 'Elixir_attack_02', '/public/images/food/T_itemicon_Food_Elixir_attack_02.png', 'Consume', 4, 9999, 1, 264000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable elixir that permanently raises Attack when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (724, 'Speed Elixir', 'Elixir_workspeed_02', '/public/images/food/T_itemicon_Food_Elixir_workspeed_02.png', 'Consume', 4, 9999, 1, 264000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable elixir that permanently raises Work Speed when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (725, 'Burden Elixir', 'Elixir_weight_02', '/public/images/food/T_itemicon_Food_Elixir_weight_02.png', 'Consume', 4, 9999, 1, 264000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Extremely valuable elixir that permanently raises carrying capacity when consumed. Ineffective when used by Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (726, 'Life Lotus (S)', 'Lotus_hp_01', '/public/images/food/T_itemicon_Food_Lotus_hp_01.png', 'Material', 3, 9999, 0.1, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Small green flower that is extremely difficult to obtain. Needed to make Vital Remedy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (727, 'Stamina Lotus (S)', 'Lotus_stamina_01', '/public/images/food/T_itemicon_Food_Lotus_stamina_01.png', 'Material', 3, 9999, 0.1, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Small yellow flower that is extremely difficult to obtain. Needed to make Stamina Remedy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (728, 'Power Lotus (S)', 'Lotus_attack_01', '/public/images/food/T_itemicon_Food_Lotus_attack_01.png', 'Material', 3, 9999, 0.1, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Small red flower that is extremely difficult to obtain. Needed to make Might Remedy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (729, 'Speed Lotus (S)', 'Lotus_workspeed_01', '/public/images/food/T_itemicon_Food_Lotus_workspeed_01.png', 'Material', 3, 9999, 0.1, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Small orange flower that is extremely difficult to obtain. Needed to make Speed Remedy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (730, 'Carrying Lotus (S)', 'Lotus_weight_01', '/public/images/food/T_itemicon_Food_Lotus_weight_01.png', 'Material', 3, 9999, 0.1, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Small purple flower that is extremely difficult to obtain. Needed to make Burden Remedy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (731, 'Ribbuny Ribbon', 'PalItem_PinkRabbit', '/public/images/material/T_itemicon_Material_PalItem_PinkRabbit.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ribbon dropped from a Ribbuny. Cute in color and design, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (732, 'Swee Hair', 'PalItem_MopBaby', '/public/images/material/T_itemicon_Material_PalItem_MopBaby.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Hair dropped from a Swee. Fluffy and soft, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (733, 'Killamari Tentacle', 'PalItem_NegativeOctopus', '/public/images/material/T_itemicon_Material_PalItem_NegativeOctopus.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Tentacle dropped from a Killamari. Strange in texture, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (734, 'Dazzi Cloud', 'PalItem_RaijinDaughter', '/public/images/material/T_itemicon_Material_PalItem_RaijinDaughter.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Cloud dropped from a Dazzi. Soft and fluffy, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (735, 'Leezpunk Crest', 'PalItem_LizardMan', '/public/images/material/T_itemicon_Material_PalItem_LizardMan.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Crest dropped from a Leezpunk. Sharp and pointy, it is used to make clothing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (736, 'Life Lotus (L)', 'Lotus_hp_02', '/public/images/food/T_itemicon_Food_Lotus_hp_02.png', 'Material', 4, 9999, 0.1, 30000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Large green flower that is extremely difficult to obtain. Needed to make Vital Elixir.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (737, 'Stamina Lotus (L)', 'Lotus_stamina_02', '/public/images/food/T_itemicon_Food_Lotus_stamina_02.png', 'Material', 4, 9999, 0.1, 30000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Large yellow flower that is extremely difficult to obtain. Needed to make Stamina Elixir.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (738, 'Power Lotus (L)', 'Lotus_attack_02', '/public/images/food/T_itemicon_Food_Lotus_attack_02.png', 'Material', 4, 9999, 0.1, 30000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Large red flower that is extremely difficult to obtain. Needed to make Might Elixir.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (739, 'Speed Lotus (L)', 'Lotus_workspeed_02', '/public/images/food/T_itemicon_Food_Lotus_workspeed_02.png', 'Material', 4, 9999, 0.1, 30000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Large orange flower that is extremely difficult to obtain. Needed to make Speed Elixir.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (740, 'Carrying Lotus (L)', 'Lotus_weight_02', '/public/images/food/T_itemicon_Food_Lotus_weight_02.png', 'Material', 4, 9999, 0.1, 30000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Large purple flower that is extremely difficult to obtain. Needed to make Burden Elixir.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (741, 'Cavern Mushroom', 'CaveMushroom', '/public/images/food/T_itemicon_Food_HealingMushroom.png', 'Food', 1, 9999, 1, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mushroom that grows prolifically in caves. Can be made into healing medicine.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (742, 'Low Quality Recovery Meds', 'Potion_Low', '/public/images/food/T_itemicon_Food_Potion_Low.png', 'Consume', 2, 9999, 0.2, 2820, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Medicine that heals wounds over time. Low quality, but restores some Health.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (743, 'Recovery Meds', 'Potion', '/public/images/food/T_itemicon_Food_Potion.png', 'Consume', 3, 9999, 0.2, 6180, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Medicine that heals wounds over time. Restores a decent amount of Health.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (744, 'High Quality Recovery Meds', 'Potion_High', '/public/images/food/T_itemicon_Food_Potion_High.png', 'Consume', 4, 9999, 0.2, 12600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Medicine that heals wounds over time. High quality; restores a lot of Health.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (745, 'Life Fruit', 'Fruit_hp_01', '/public/images/food/T_itemicon_Food_Fruit_hp_01.png', 'Consume', 4, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Precious fruit that is extremely difficult to obtain. Slightly increases a Pal\'s Health.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (746, 'Power Fruit', 'Fruit_attack_01', '/public/images/food/T_itemicon_Food_Fruit_attack_01.png', 'Consume', 4, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Precious fruit that is extremely difficult to obtain. Slightly increases a Pal\'s Attack.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (747, 'Stout Fruit', 'Fruit__defense_01', '/public/images/food/T_itemicon_Food_Fruit__defense_01.png', 'Consume', 4, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Precious fruit that is extremely difficult to obtain. Slightly increases a Pal\'s Defense.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (748, 'Training Manual (S)', 'ExpBoost_01', '/public/images/consume/T_itemicon_Consume_ExpBoost_01.png', 'Consume', 1, 9999, 0.1, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Training manual that grants a tiny amount of EXP when read by a Pal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (749, 'Training Manual (M)', 'ExpBoost_02', '/public/images/consume/T_itemicon_Consume_ExpBoost_02.png', 'Consume', 2, 9999, 0.1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Training manual that grants a small amount of EXP when read by a Pal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (750, 'Training Manual (L)', 'ExpBoost_03', '/public/images/consume/T_itemicon_Consume_ExpBoost_03.png', 'Consume', 3, 9999, 0.1, 2000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Training manual that grants a large amount of EXP when read by a Pal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (751, 'Training Manual (XL)', 'ExpBoost_04', '/public/images/consume/T_itemicon_Consume_ExpBoost_04.png', 'Consume', 4, 9999, 0.1, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Training manual that grants a substantial amount of EXP when read by a Pal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (752, 'Training Crystal', 'LvUP_01', '/public/images/consume/T_itemicon_Consume_LvUP_01.png', 'Consume', 4, 9999, 0.1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Strange crystal that when given to a Pal raises its level by one.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (753, 'Grenade Launcher', 'GrenadeLauncher', '/public/images/weapon/T_itemicon_Weapon_GrenadeLauncher.png', 'Weapon', 4, 1, 30, 309060, 600, 5, 3000, NULL, NULL, NULL, NULL, NULL, 'Fires grenades that cause wide-ranging explosions. Useful when dealing with a large number of enemies.', 'GrenadeLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (754, 'Guided Missile Launcher', 'GuidedMissileLauncher', '/public/images/weapon/T_itemicon_Weapon_GuidedMissileLauncher.png', 'Weapon', 4, 1, 30, 461040, 300, 1, 5900, NULL, NULL, NULL, NULL, NULL, 'Fires missiles that automatically track and pursue enemies. Missiles explode upon impact, causing damage over a wide area.', 'GuidedMissileLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (755, 'Multi Guided Missile Launcher', 'MultiGuidedMissileLauncher', '/public/images/weapon/T_itemicon_Weapon_MultiGuidedMissileLauncher.png', 'Weapon', 4, 1, 30, 712580, 300, 4, 5900, NULL, NULL, NULL, NULL, NULL, 'A missile launcher that can hold multiple ammo at once. Fires a series of missiles that automatically track and follow enemies.', 'MultiGuidedMissileLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (756, 'Laser Gatling Gun', 'LaserGatlingGun', '/public/images/weapon/T_itemicon_Weapon_LaserGatlingGun.png', 'Weapon', 1, 1, 50, 1006160, 8000, 100, 530, NULL, NULL, NULL, NULL, NULL, 'Fires beam-like energy blasts at high speed. Its overwhelming firepower can take down multiple enemies at once.', 'LaserGatlingGun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (757, 'Plasteel Armor', 'PlasticArmor', '/public/images/armor/T_itemicon_Armor_PlasticArmor.png', 'Armor', 4, 1, 35, 151560, 18000, NULL, NULL, 1300, 385, NULL, NULL, NULL, 'Armor made of Plasteel. In addition to enhanced defense capabilities, its weight was also reduced. Equipment that pushes the limits of technology.', 'PlasticArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (758, 'Plasteel Helmet', 'PlasticHelmet', '/public/images/armor/T_itemicon_Armor_PlasticHelmet.png', 'Armor', 4, 1, 12, 97980, 18000, NULL, NULL, 600, 260, NULL, NULL, NULL, 'Helmet made of Plasteel. In addition to enhanced defense capabilities, its weight was also reduced. Equipment that pushes the limits of technology.', 'PlasticHelmet', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (759, 'Ultimate Sphere', 'PalSphere_Ultimate', '/public/images/palsphere/T_itemicon_PalSphere_Ultimate.png', 'SpecialWeapon', 6, 9999, 0.1, 12560, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. Almost no Pals can escape its flawless design.', 'PalSphere_Ultimate', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (760, 'Frag Grenade Mk2', 'FragGrenade_Super', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Super.png', 'Weapon', 2, 9999, 0.1, 7900, NULL, NULL, 4000, NULL, NULL, NULL, NULL, NULL, 'An improved frag grenade. It explodes a few seconds after being thrown, dealing massive damage to enemies.', 'FragGrenade_Super', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (761, 'Homeward Thundercloud', 'Homeward', '/public/images/consume/T_itemicon_Consume_Homeward.png', 'Consume', 2, 9999, 1, 2400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Transports you to the nearest base. Cannot be used in dungeons and other similar locations.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (762, 'Ancient Civilization Core', 'AncientParts2', '/public/images/material/T_itemicon_Material_AncientParts2.png', 'Material', 8, 9999, 1, 2000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Core from technology that was lost long ago. Nearly impossible to find on the Palpagos Islands, it contains a wealth of forgotten knowledge.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (763, 'Starfruit ☆1', 'Rankup_1', '/public/images/food/T_itemicon_Food_Rankup_1.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A magical fruit, said to be seen only on the rarest of occasions. Raises a Pal’s rank from ☆0 to ☆1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (764, 'Starfruit ☆2', 'Rankup_2', '/public/images/food/T_itemicon_Food_Rankup_2.png', 'Consume', 2, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A magical fruit, said to be seen only on the rarest of occasions. Raises a Pal’s rank from ☆1 to ☆2.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (765, 'Starfruit ☆3', 'Rankup_3', '/public/images/food/T_itemicon_Food_Rankup_3.png', 'Consume', 3, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A magical fruit, said to be seen only on the rarest of occasions. Raises a Pal’s rank from ☆2 to ☆3.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (766, 'Starfruit ☆4', 'Rankup_4', '/public/images/food/T_itemicon_Food_Rankup_4.png', 'Consume', 4, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A magical fruit, said to be seen only on the rarest of occasions. Raises a Pal’s rank from ☆3 to ☆4.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (767, 'Ripe Starfruit', 'Rankup_Arbitrary', '/public/images/food/T_itemicon_Food_Rankup_Arbitrary.png', 'Consume', 6, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A magical fruit, said to be seen only on the rarest of occasions. Raises a Pal’s rank by one.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (768, 'Witch\'s Crown', 'HeadEquip001_purple', '/public/images/armor/T_itemicon_Armor_Head001_purple.png', 'Armor', 99, 1, 7, 290, 5000, NULL, NULL, 80, 30, NULL, NULL, NULL, 'Imbued with the ominous power of Bellanoir Libero (Ultra). A rarity only the most fortunate may obtain.', 'HeadEquip001_purple', '{\"PassiveSkill1\": \"Dragon Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (769, 'Ancient Technical Manual', 'AncientTechnologyBook_G1', '/public/images/consume/T_itemicon_Consume_TechnologyBook_G4.png', 'Consume', 5, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A book that contains long-lost secrets of technology from a forgotten era. Use it to obtain Ancient Technology Points.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (770, 'Flamethrower Fuel', 'FlamethrowerBullet', '/public/images/ammo/T_itemicon_Ammo_FlamethrowerBullet.png', 'Ammo', 4, 9999, 0.01, 280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Flamethrower and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (771, 'Missile Ammo', 'MissileBullet', '/public/images/ammo/T_itemicon_Ammo_MissileBullet.png', 'Ammo', 4, 9999, 1, 3240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Guided Missile Launcher and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (772, 'Grenade Ammo', 'GrenadeBullet', '/public/images/ammo/T_itemicon_Ammo_GrenadeBullet.png', 'Ammo', 4, 9999, 0.1, 470, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Grenade Launcher and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (773, 'Ring of Freight', 'Accessory_MaxWeightUp_01', '/public/images/accessory/T_itemicon_Accessory_MaxWeightUp.png', 'Accessory', 2, 1, 2, 20400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises carrying capacity.', NULL, '{\"PassiveSkill1\": \"Max Carrying Capacity Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (774, 'Ring of Freight +1', 'Accessory_MaxWeightUp_02', '/public/images/accessory/T_itemicon_Accessory_MaxWeightUp.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises carrying capacity.', NULL, '{\"PassiveSkill1\": \"Max Carrying Capacity Lv. 2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (775, 'Ring of Freight +2', 'Accessory_MaxWeightUp_03', '/public/images/accessory/T_itemicon_Accessory_MaxWeightUp.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises carrying capacity.', NULL, '{\"PassiveSkill1\": \"Max Carrying Capacity Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (776, 'Zoe Hat', 'GYM_Head_Grass', '/public/images/armor/T_itemicon_Armor_GYM_Head_Grass.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Zoe using this special headpiece!', 'GYM_Head_Grass', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (777, 'Axel Hat', 'GYM_Head_Electric', '/public/images/armor/T_itemicon_Armor_GYM_Head_Electric.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Axel using this special headpiece!', 'GYM_Head_Electric', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (778, 'Lily Hat', 'GYM_Head_Forest', '/public/images/armor/T_itemicon_Armor_GYM_Head_Forest.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Lily using this special headpiece!', 'GYM_Head_Forest', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (779, 'Victor Hat', 'GYM_Head_Snow', '/public/images/armor/T_itemicon_Armor_GYM_Head_Snow.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Victor using this special headpiece!', 'GYM_Head_Snow', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (780, 'Marcus Hat', 'GYM_Head_Desert', '/public/images/armor/T_itemicon_Armor_GYM_Head_Desert.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Marcus using this special headpiece!', 'GYM_Head_Desert', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (781, 'Saya Hat', 'GYM_Head_Sakurajima', '/public/images/armor/T_itemicon_Armor_GYM_Head_Sakurajima.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Saya using this special headpiece!', 'GYM_Head_Sakurajima', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (782, 'Horns of Supremacy', 'HeadEquip041', '/public/images/armor/T_itemicon_Armor_HeadEquip041.png', 'Armor', 99, 1, 7, 290, 5000, NULL, NULL, 80, 30, NULL, NULL, NULL, 'Imbued with the ominous power of Blazamut Ryu (Ultra). A rarity only the most fortunate may obtain.', 'HeadEquip041', '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (783, 'Heat Resistant Plasteel Armor', 'PlasticArmorHeat', '/public/images/armor/T_itemicon_Armor_PlasticArmorHeat.png', 'Armor', 4, 1, 35, 158760, 18000, NULL, NULL, 1300, 400, NULL, NULL, NULL, 'Improved Plasteel Armor. Boasts high heat resistance.', 'PlasticArmorHeat', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": \"Fire Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (784, 'Cold Resistant Plasteel Armor', 'PlasticArmorCold', '/public/images/armor/T_itemicon_Armor_PlasticArmorCold.png', 'Armor', 4, 1, 35, 160200, 18000, NULL, NULL, 1300, 400, NULL, NULL, NULL, 'Improved Plasteel Armor. Useful for surviving in cold climates.', 'PlasticArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (785, 'Lightweight Plasteel Armor', 'PlasticArmorWeight', '/public/images/armor/T_itemicon_Armor_PlasticArmorWeight.png', 'Armor', 4, 1, 35, 158470, 18000, NULL, NULL, 1300, 400, NULL, NULL, NULL, 'Improved Plasteel Armor. Increases carrying capacity.', 'PlasticArmorWeight', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": \"Max Carrying Capacity Lv. 3\", \"PassiveSkill4\": null}', 1), (786, 'Blazamut Ryu Slab', 'PalSummon_KingBahamut_Dragon', '/public/images/consume/T_itemicon_Consume_PalSummon_KingBahamut_Dragon.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab depicting Blazamut Ryu. Offer to a Summoning Altar to summon a very powerful Lv 55 Blazamut Ryu.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (787, 'Blazamut Ryu Slab Fragment', 'PalSummon_KingBahamut_Dragon_Parts', '/public/images/other/T_itemicon_Blueprint_PalSummon_KingBahamut_Dragon_Parts.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment depicting Blazamut Ryu. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (788, 'Blazamut Ryu (Ultra) Slab', 'PalSummon_KingBahamut_Dragon_2', '/public/images/consume/T_itemicon_Consume_PalSummon_KingBahamut_Dragon_2.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab overflowing with energy of Blazamut Ryu. Offer to a Summoning Altar to summon an inconceivably powerful (Lv ??) Blazamut Ryu.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (789, 'Blazamut Ryu (Ultra) Slab Fragment', 'PalSummon_KingBahamut_Dragon_Parts_2', '/public/images/other/T_itemicon_Blueprint_PalSummon_KingBahamut_Dragon_Parts_2.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment overflowing with the energy of Blazamut Ryu. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (790, 'Gatling Gun Ammo', 'GatlingBullet', '/public/images/ammo/T_itemicon_Ammo_GatlingBullet.png', 'Ammo', 4, 9999, 0.025, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Gatling Gun and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (791, 'Dog Coin', 'DogCoin', '/public/images/material/T_itemicon_Material_DogCoin.png', 'Material', 4, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious coin. Apparently there are people who collect these. A Mimog will usually have them, but for some reason, they cannot be obtained by butchering it.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (792, 'Makeshift Handgun Schematic 1', 'Blueprint_MakeshiftHandgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Handgun (Uncommon). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (793, 'Makeshift Handgun Schematic 2', 'Blueprint_MakeshiftHandgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Handgun (Rare). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (794, 'Makeshift Handgun Schematic 3', 'Blueprint_MakeshiftHandgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Handgun (Epic). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (795, 'Makeshift Handgun Schematic 4', 'Blueprint_MakeshiftHandgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Handgun (Legendary). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (796, 'Mysterious Accessory Box', 'UnlockEquipmentSlot_Accessory_01', '/public/images/essential/T_itemicon_Essential_UnlockEquipmentSlot_Accessory.png', 'Essential', 1, 1, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious box whose interior synchronizes with the owner\'s body. Accessory equipment slots increase by 1. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (797, 'Mystic Accessory Box', 'UnlockEquipmentSlot_Accessory_02', '/public/images/essential/T_itemicon_Essential_UnlockEquipmentSlot_Accessory_1.png', 'Essential', 1, 1, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious box whose interior synchronizes with the owner\'s body. Accessory equipment slots further increase by 1. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (798, 'Laser Rifle Schematic 1', 'Blueprint_LaserRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Rifle (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (799, 'Laser Rifle Schematic 2', 'Blueprint_LaserRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Rifle (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (800, 'Laser Rifle Schematic 3', 'Blueprint_LaserRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Rifle (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (801, 'Laser Rifle Schematic 4', 'Blueprint_LaserRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Rifle (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (802, 'Flamethrower Schematic 1', 'Blueprint_FlameThrower_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Flamethrower (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (803, 'Flamethrower Schematic 2', 'Blueprint_FlameThrower_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Flamethrower (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (804, 'Flamethrower Schematic 3', 'Blueprint_FlameThrower_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Flamethrower (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (805, 'Flamethrower Schematic 4', 'Blueprint_FlameThrower_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Flamethrower (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (806, 'Grenade Launcher Schematic 1', 'Blueprint_GrenadeLauncher_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grenade Launcher (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (807, 'Grenade Launcher Schematic 2', 'Blueprint_GrenadeLauncher_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grenade Launcher (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (808, 'Grenade Launcher Schematic 3', 'Blueprint_GrenadeLauncher_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grenade Launcher (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (809, 'Grenade Launcher Schematic 4', 'Blueprint_GrenadeLauncher_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grenade Launcher (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (810, 'Guided Missile Launcher Schematic 1', 'Blueprint_GuidedMissileLauncher_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Guided Missile Launcher (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (811, 'Guided Missile Launcher Schematic 2', 'Blueprint_GuidedMissileLauncher_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Guided Missile Launcher (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (812, 'Guided Missile Launcher Schematic 3', 'Blueprint_GuidedMissileLauncher_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Guided Missile Launcher (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (813, 'Guided Missile Launcher Schematic 4', 'Blueprint_GuidedMissileLauncher_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Guided Missile Launcher (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (814, 'Multi Guided Missile Launcher Schematic 1', 'Blueprint_MultiGuidedMissileLauncher_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Multi Guided Missile Launcher (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (815, 'Multi Guided Missile Launcher Schematic 2', 'Blueprint_MultiGuidedMissileLauncher_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Multi Guided Missile Launcher (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (816, 'Multi Guided Missile Launcher Schematic 3', 'Blueprint_MultiGuidedMissileLauncher_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Multi Guided Missile Launcher (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (817, 'Multi Guided Missile Launcher Schematic 4', 'Blueprint_MultiGuidedMissileLauncher_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Multi Guided Missile Launcher (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (818, 'Gatling Gun Schematic 1', 'Blueprint_GatlingGun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gatling Gun (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (819, 'Gatling Gun Schematic 2', 'Blueprint_GatlingGun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gatling Gun (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (820, 'Gatling Gun Schematic 3', 'Blueprint_GatlingGun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gatling Gun (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (821, 'Gatling Gun Schematic 4', 'Blueprint_GatlingGun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Gatling Gun (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (822, 'Meteorite Fragment', 'MeteorDrop', '/public/images/material/T_itemicon_Material_MeteorDrop.png', 'Material', 1, 9999, 3, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment of a rock from outer space. Contains large amounts of Paldium Fragment, which can be extracted by placing it in a Crusher.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (823, 'Plasteel Armor Schematic 1', 'Blueprint_PlasticArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (824, 'Plasteel Armor Schematic 2', 'Blueprint_PlasticArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (825, 'Plasteel Armor Schematic 3', 'Blueprint_PlasticArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (826, 'Plasteel Armor Schematic 4', 'Blueprint_PlasticArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (827, 'Heat Resistant Plasteel Armor Schematic 1', 'Blueprint_PlasticArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Plasteel Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (828, 'Heat Resistant Plasteel Armor Schematic 2', 'Blueprint_PlasticArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Plasteel Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (829, 'Heat Resistant Plasteel Armor Schematic 3', 'Blueprint_PlasticArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Plasteel Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (830, 'Heat Resistant Plasteel Armor Schematic 4', 'Blueprint_PlasticArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Plasteel Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (831, 'Cold Resistant Plasteel Armor Schematic 1', 'Blueprint_PlasticArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Plasteel Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (832, 'Cold Resistant Plasteel Armor Schematic 2', 'Blueprint_PlasticArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Plasteel Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (833, 'Cold Resistant Plasteel Armor Schematic 3', 'Blueprint_PlasticArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Plasteel Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (834, 'Cold Resistant Plasteel Armor Schematic 4', 'Blueprint_PlasticArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Plasteel Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (835, 'Lightweight Plasteel Armor Schematic 1', 'Blueprint_PlasticArmorWeight_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Plasteel Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (836, 'Lightweight Plasteel Armor Schematic 2', 'Blueprint_PlasticArmorWeight_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Plasteel Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (837, 'Lightweight Plasteel Armor Schematic 3', 'Blueprint_PlasticArmorWeight_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Plasteel Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (838, 'Lightweight Plasteel Armor Schematic 4', 'Blueprint_PlasticArmorWeight_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Plasteel Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (839, 'Plasteel Helmet Schematic 1', 'Blueprint_PlasticHelmet_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Helmet (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (840, 'Plasteel Helmet Schematic 2', 'Blueprint_PlasticHelmet_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Helmet (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (841, 'Plasteel Helmet Schematic 3', 'Blueprint_PlasticHelmet_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Helmet (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (842, 'Plasteel Helmet Schematic 4', 'Blueprint_PlasticHelmet_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasteel Helmet (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (843, 'Leezpunk Hood Schematic 1', 'Blueprint_HeadEquip025_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Leezpunk Hood (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (844, 'Leezpunk Hood Schematic 2', 'Blueprint_HeadEquip025_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Leezpunk Hood (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (845, 'Leezpunk Hood Schematic 3', 'Blueprint_HeadEquip025_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Leezpunk Hood Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (846, 'Leezpunk Hood Schematic 4', 'Blueprint_HeadEquip025_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Leezpunk Hood Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (847, 'Killamari Cap Schematic 1', 'Blueprint_HeadEquip026_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Killamari Cap (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (848, 'Killamari Cap Schematic 2', 'Blueprint_HeadEquip026_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Killamari Cap (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (849, 'Killamari Cap Schematic 3', 'Blueprint_HeadEquip026_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Killamari Cap Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (850, 'Killamari Cap Schematic 4', 'Blueprint_HeadEquip026_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Killamari Cap Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (851, 'Ribbuny Headband Schematic 1', 'Blueprint_HeadEquip028_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ribbuny Headband (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (852, 'Ribbuny Headband Schematic 2', 'Blueprint_HeadEquip028_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ribbuny Headband (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (853, 'Ribbuny Headband Schematic 3', 'Blueprint_HeadEquip028_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ribbuny Headband Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (854, 'Ribbuny Headband Schematic 4', 'Blueprint_HeadEquip028_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ribbuny Headband Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (855, 'Swee Cap Schematic 1', 'Blueprint_HeadEquip031_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Swee Cap (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (856, 'Swee Cap Schematic 2', 'Blueprint_HeadEquip031_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Swee Cap (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (857, 'Swee Cap Schematic 3', 'Blueprint_HeadEquip031_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Swee Cap Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (858, 'Swee Cap Schematic 4', 'Blueprint_HeadEquip031_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Swee Cap Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (859, 'Dazzi Hat Schematic 1', 'Blueprint_HeadEquip032_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Dazzi Hat (Common). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (860, 'Dazzi Hat Schematic 2', 'Blueprint_HeadEquip032_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Dazzi Hat (Uncommon). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (861, 'Dazzi Hat Schematic 3', 'Blueprint_HeadEquip032_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Dazzi Hat Schematic 2 (Rare). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (862, 'Dazzi Hat Schematic 4', 'Blueprint_HeadEquip032_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 1800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Dazzi Hat Schematic 3 (Epic). Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (863, 'Lyleen Accessory', 'HeadEquip023', '/public/images/armor/T_itemicon_Armor_HeadEquip023.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Floral hair accessory inspired by Lyleen.', 'HeadEquip023', '{\"PassiveSkill1\": \"Grass Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (864, 'Sibelyx Hat', 'HeadEquip024', '/public/images/armor/T_itemicon_Armor_HeadEquip024.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Sibelyx.', 'HeadEquip024', '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (865, 'Leezpunk Hood', 'HeadEquip025', '/public/images/armor/T_itemicon_Armor_HeadEquip025.png', 'Armor', 1, 1, 4, 3000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hood shaped like a Leezpunk.', 'HeadEquip025', '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (866, 'Killamari Cap', 'HeadEquip026', '/public/images/armor/T_itemicon_Armor_HeadEquip026.png', 'Armor', 1, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Cap shaped like a Killamari.', 'HeadEquip026', '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (867, 'Cawgnito Hat', 'HeadEquip027', '/public/images/armor/T_itemicon_Armor_HeadEquip027.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Cawgnito.', 'HeadEquip027', '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (868, 'Ribbuny Headband', 'HeadEquip028', '/public/images/armor/T_itemicon_Armor_HeadEquip028.png', 'Armor', 1, 1, 4, 3000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Headband shaped like a Ribbuny.', 'HeadEquip028', '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (869, 'Lamball Helm', 'HeadEquip029', '/public/images/armor/T_itemicon_Armor_HeadEquip029.png', 'Armor', 99, 1, 4, 580, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Helm shaped like a Lamball.', 'HeadEquip029', '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (870, 'Dumud Helm', 'HeadEquip030', '/public/images/armor/T_itemicon_Armor_HeadEquip030.png', 'Armor', 99, 1, 4, 580, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Helm shaped like a Dumud.', 'HeadEquip030', '{\"PassiveSkill1\": \"Earth Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (871, 'Swee Cap', 'HeadEquip031', '/public/images/armor/T_itemicon_Armor_HeadEquip031.png', 'Armor', 1, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Cap shaped like a Swee.', 'HeadEquip031', '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (872, 'Dazzi Hat', 'HeadEquip032', '/public/images/armor/T_itemicon_Armor_HeadEquip032.png', 'Armor', 1, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Dazzi.', 'HeadEquip032', '{\"PassiveSkill1\": \"Electric Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (873, 'Cattiva Hat', 'HeadEquip033', '/public/images/armor/T_itemicon_Armor_HeadEquip033.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Cattiva.', 'HeadEquip033', '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (874, 'Multi Guided Missile Launcher Schematic', 'Blueprint_MultiGuidedMissileLauncher', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Multi Guided Missile Launcher (Common). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (875, 'Chillet Ignis Saddle', 'SkillUnlock_WeaselDragon_Fire', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Chillet Ignis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (876, 'Shroomer Saddle', 'SkillUnlock_MushroomDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Shroomer.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (877, 'Shroomer Noct Saddle', 'SkillUnlock_MushroomDragon_Dark', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Shroomer Noct.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (878, 'Helzephyr Lux Saddle', 'SkillUnlock_HadesBird_Electric', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Helzephyr Lux.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (879, 'Selyne Saddle', 'SkillUnlock_MoonQueen', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Selyne.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (880, 'Quivern Botan Saddle', 'SkillUnlock_SkyDragon_Grass', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Quivern Botan.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (881, 'Blazamut Ryu Saddle', 'SkillUnlock_KingBahamut_Dragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Blazamut Ryu.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (882, 'Lockpicking Tool v1', 'Unlock_Picking_Tier1', '/public/images/essential/T_itemicon_Essential_Unlock_Picking.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'No key? No problem! These tools will allow you to try and pry open any treasure chest that would normally require a Copper Key.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (883, 'Xenogard Saddle', 'SkillUnlock_WhiteAlienDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Xenogard.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (884, 'Lockpicking Tool v2', 'Unlock_Picking_Tier2', '/public/images/essential/T_itemicon_Essential_Unlock_Picking_Tier2.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'No key? No problem! These tools will allow you to try and pry open any treasure chest that would normally require a Silver Key.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (885, 'Lockpicking Tool v3', 'Unlock_Picking_Tier3', '/public/images/essential/T_itemicon_Essential_Unlock_Picking_Tier3.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'No key? No problem! These tools will allow you to try and pry open any treasure chest that would normally require a Gold Key.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (886, 'Mysterious Mushroom', 'PoisonMushroom', '/public/images/food/T_itemicon_Food_PoisonMushroom.png', 'Food', 1, 9999, 1, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mushrooms that are not suitable for eating raw. Eating makes one more prone to feeling hungry.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (887, 'Mysterious Mushroom Juice', 'MushroomJuice', '/public/images/food/T_itemicon_Food_MushroomJuice.png', 'Consume', 4, 9999, 0.2, 30600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mushroom juice known for its incredibly uplifting effect. Drinking it greatly boosts work speed for a period of time, but drastically decreases SAN value.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (888, 'Meteor Launcher', 'Launcher_Meteor', '/public/images/weapon/T_itemicon_Weapon_Launcher_Meteor.png', 'Weapon', 3, 1, 30, 151920, 300, 1, 2000, NULL, NULL, NULL, NULL, NULL, 'A phenomenal weapon that fires a meteor. Upon striking its target, it creates an explosion similar to a meteorite impact.', 'Launcher_Meteor', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (889, 'Meteorite Ammo', 'MeteorBullet', '/public/images/ammo/T_itemicon_Ammo_MeteorBullet.png', 'Ammo', 3, 9999, 1, 360, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Meteor Launcher and similar weapons. Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (890, 'Skill Fruit: Air Blade', 'SkillCard_AirBlade', '/public/images/consume/T_itemicon_Consume_SkillCard_Neutral.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Air Blade.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (891, 'Skill Fruit: Holy Burst', 'SkillCard_HolyBlast', '/public/images/consume/T_itemicon_Consume_SkillCard_Neutral.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Holy Burst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (892, 'Grass Skill Fruit: Circle Vine', 'SkillCard_RootLance', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Circle Vine.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (893, 'Grass Skill Fruit: Multicutter', 'SkillCard_SpecialCutter', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Multicutter.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (894, 'Water Skill Fruit: Splash', 'SkillCard_LineGeyser', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Splash.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (895, 'Water Skill Fruit: Curtain Splash', 'SkillCard_WallSplash', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Curtain Splash.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (896, 'Fire Skill Fruit: Flame Wall', 'SkillCard_FlameWall', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Flame Wall.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (897, 'Fire Skill Fruit: Volcanic Rain', 'SkillCard_Eruption', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Volcanic Rain.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (898, 'Fire Skill Fruit: Flame Funnel', 'SkillCard_FlameFunnel', '/public/images/consume/T_itemicon_Consume_SkillCard_Flame.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Flame Funnel.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (899, 'Electric Skill Fruit: TriSpark', 'SkillCard_TriSpark', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach TriSpark.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (900, 'Electric Skill Fruit: Thunder Rain', 'SkillCard_ThunderRain', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Thunder Rain.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (901, 'Electric Skill Fruit: Thunderstorm', 'SkillCard_ThunderStorm', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Thunderstorm.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (902, 'Ground Skill Fruit: Rockburst', 'SkillCard_Tremor', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Rockburst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (903, 'Ground Skill Fruit: Sand Twister', 'SkillCard_SandTwister', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Sand Twister.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (904, 'Ice Skill Fruit: Icicle Line', 'SkillCard_IcicleLine', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Icicle Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (905, 'Ice Skill Fruit: Diamond Rain', 'SkillCard_DiamondFall', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Diamond Rain.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (906, 'Dark Skill Fruit: Dark Cannon', 'SkillCard_DarkCanon', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dark Cannon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (907, 'Dark Skill Fruit: Dark Arrow', 'SkillCard_DarkArrow', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dark Arrow.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (908, 'Dark Skill Fruit: Umbral Surge', 'SkillCard_DarkPulse', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Umbral Surge.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (909, 'Dark Skill Fruit: Apocalypse', 'SkillCard_Apocalypse', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Apocalypse.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (910, 'Dragon Skill Fruit: Beam Slicer', 'SkillCard_BeamSlicer', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Beam Slicer.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (911, 'Dragon Skill Fruit: Comet', 'SkillCard_Commet', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Comet Strike.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (912, 'Dragon Skill Fruit: Blast Cannon', 'SkillCard_BlastCanon', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Blast Cannon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (913, 'Semi-Auto Shotgun', 'SemiAutoShotgun', '/public/images/weapon/T_itemicon_Weapon_SemiAutoShotgun.png', 'Weapon', 4, 1, 20, 79200, 300, 10, 195, NULL, NULL, NULL, NULL, NULL, 'A rapid-fire shotgun with immense power. Its close-range damage output is top-notch.', 'SemiAutoShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (914, 'Xenolord Slab', 'PalSummon_DarkMechaDragon', '/public/images/consume/T_itemicon_Consume_PalSummon_DarkMechaDragon.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab depicting Xenolord. Offer to a Summoning Altar to summon an exceptionally powerful Lv 65 Xenolord.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (915, 'Xenolord Slab Fragment', 'PalSummon_DarkMechaDragon_Parts', '/public/images/other/T_itemicon_Blueprint_PalSummon_DarkMechaDragon_Parts.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment depicting Xenolord. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (916, 'Giant Pal Soul', 'PalUpgradeStone4', '/public/images/other/T_itemicon_PalUpgradeStone4.png', 'Material', 2, 9999, 0.2, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'The soul left behind by a highly trained Pal. It can draw out hidden abilities if offered to a Statue of Power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (917, 'Plasma Cannon', 'EnergyRocketLauncher', '/public/images/weapon/T_itemicon_Weapon_EnergyRocketLauncher.png', 'Weapon', 4, 1, 30, 1196020, 300, 2, 10000, NULL, NULL, NULL, NULL, NULL, 'Fires high-output energy projectiles. Causes an energy explosion upon impact.', 'EnergyRocketLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (918, 'Dark Grenade', 'FragGrenade_Dark', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Dark.png', 'Weapon', 2, 9999, 0.1, 1380, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Dark Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Dark damage to enemies.', 'FragGrenade_Dark', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (919, 'Dragon Grenade', 'FragGrenade_Dragon', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Dragon.png', 'Weapon', 2, 9999, 0.1, 900, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Dragon Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Dragon damage to enemies.', 'FragGrenade_Dragon', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (920, 'Ground Grenade', 'FragGrenade_Ground', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Ground.png', 'Weapon', 2, 9999, 0.1, 780, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Ground Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Ground damage to enemies.', 'FragGrenade_Ground', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (921, 'Grass Grenade', 'FragGrenade_Leaf', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Leaf.png', 'Weapon', 2, 9999, 0.1, 640, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Grass Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Grass damage to enemies.', 'FragGrenade_Leaf', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (922, 'Water Grenade', 'FragGrenade_Water', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Water.png', 'Weapon', 2, 9999, 0.1, 1380, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, 'A Water Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Water damage to enemies.', 'FragGrenade_Water', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (923, 'Katana', 'Katana', '/public/images/weapon/T_itemicon_Weapon_Katana.png', 'Weapon', 4, 1, 10, 51020, 500, NULL, 780, NULL, NULL, NULL, NULL, NULL, 'Katana for close-range combat. Slices through with razor-sharp precision, cutting cleanly in one strike.', 'Katana', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (924, 'Beam Sword', 'BeamSword', '/public/images/weapon/T_itemicon_Weapon_BeamSword.png', 'Weapon', 4, 1, 10, 150050, 500, NULL, 930, NULL, NULL, NULL, NULL, NULL, 'Beam Sword for close-range combat. Slices through opponents, burning them with a high-output laser.', 'BeamSword', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (925, 'Potato Seeds', 'PotatoSeeds', '/public/images/material/T_itemicon_Material_PotatoSeeds.png', 'Material', 1, 9999, 0.05, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seeds that produce Potato. Necessary for starting a farm.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (926, 'Carrot Seeds', 'CarrotSeeds', '/public/images/material/T_itemicon_Material_CarrotSeeds.png', 'Material', 1, 9999, 0.05, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seeds that produce Carrot. Necessary for starting a farm.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (927, 'Onion Seeds', 'OnionSeeds', '/public/images/material/T_itemicon_Material_OnionSeeds.png', 'Material', 1, 9999, 0.05, 70, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Seeds that produce Onion. Necessary for starting a farm.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (928, 'Potato', 'Potato', '/public/images/food/T_itemicon_Food_Potato.png', 'Food', 1, 9999, 1, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A hardy and filling crop that grows in any terrain. Not suitable for raw consumption.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (929, 'Carrot', 'Carrot', '/public/images/food/T_itemicon_Food_Carrot.png', 'Food', 1, 9999, 1, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A vibrant, nutrient-rich root vegetable. Not suitable for raw consumption.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (930, 'Onion', 'Onion', '/public/images/food/T_itemicon_Food_Onion.png', 'Food', 1, 9999, 1, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A cherished and easy-to-grow vegetable with a rich history. Not suitable for eating raw.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (931, 'Rushoar Gyoza', 'Gyoza', '/public/images/food/T_itemicon_Food_Gyoza.png', 'Food', 2, 9999, 0.5, 840, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by wrapping a filling of mushrooms and meat in wheat flour and boiling it. The chewy texture is irresistible. Eating it improves your Attack by 10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (932, 'Stir-Fried Vegetables', 'StirFriedVegetables', '/public/images/food/T_itemicon_Food_FriedVegetables.png', 'Food', 2, 9999, 0.5, 480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by stir-frying Carrot and Onion. A simple and delicious way to enjoy vegetables. Eating it will slightly increase your work speed and improve your Defense by 10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (933, 'French Fries', 'PotatoChips', '/public/images/food/T_itemicon_Food_PotatoChips.png', 'Food', 2, 9999, 0.5, 600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by deep-frying Potato. Once you start eating, you can\'t stop. Eating it will make it harder for your SAN value to decrease for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (934, 'Broncherry Fried Noodles', 'Yakisoba', '/public/images/food/T_itemicon_Food_Yakisoba.png', 'Food', 3, 9999, 0.5, 1140, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by stir-frying noodles with vegetables and meat. The rich seasoning pairs perfectly with the thick cuts of meat. Eating it will increase your Attack by 20% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (935, 'Spring Rolls', 'SpringRolls', '/public/images/food/T_itemicon_Food_SpringRolls.png', 'Food', 3, 9999, 0.5, 1260, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by wrapping vegetables and mushrooms in a thin skin and deep-frying them. The crispy texture is delightful. Eating it will make it harder for your SAN value to decrease and increase your Attack by 10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (936, 'Gratin', 'Gratin', '/public/images/food/T_itemicon_Food_Gratin.png', 'Food', 3, 9999, 0.5, 1020, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by coating potatoes with sauce and baking them to perfection. Best enjoyed hot and fresh. Eating it will provide lasting fullness and increase your Defense by 10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (937, 'Minestrone', 'Minestrone', '/public/images/food/T_itemicon_Food_Minestrone.png', 'Food', 3, 9999, 0.5, 890, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A soup simmered with a variety of vegetables. Drinking it warms you to the core. Eating it will increase your work speed for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (938, 'Mammorest Curry', 'Curry', '/public/images/food/T_itemicon_Food_Curry.png', 'Food', 4, 9999, 0.5, 2040, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by simmering vegetables and meat with spices. The rich flavor is highlighted by large chunks of tender meat. Eating it will increase your Attack by 25% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (939, 'Galeclaw Nikujaga', 'MeatAndPotatoes', '/public/images/food/T_itemicon_Food_MeatAndPotatoes.png', 'Food', 4, 9999, 0.5, 960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by simmering meat and potatoes in a sweet and savory sauce. It has a mysteriously nostalgic taste. Eating it will increase your Defense by 25% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (940, 'Mushroom Quiche', 'Quiche', '/public/images/food/T_itemicon_Food_Quiche.png', 'Food', 4, 9999, 0.5, 2220, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dish made by baking a pastry crust filled with eggs, vegetables, mushrooms, and cream. It’s delicious even when cooled. Eating it will help you stay fuller for a while and make it harder for your SAN value to decrease for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (941, 'Poison Arrow Crossbow Schematic 1', 'Blueprint_BowGun_Poison_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Poison Arrow Crossbow (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (942, 'Poison Arrow Crossbow Schematic 2', 'Blueprint_BowGun_Poison_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Poison Arrow Crossbow (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (943, 'Poison Arrow Crossbow Schematic 3', 'Blueprint_BowGun_Poison_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Poison Arrow Crossbow (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (944, 'Poison Arrow Crossbow Schematic 4', 'Blueprint_BowGun_Poison_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Poison Arrow Crossbow (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (945, 'Fire Arrow Crossbow Schematic 1', 'Blueprint_BowGun_Fire_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe forFire Arrow Crossbow (Uncommon). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (946, 'Fire Arrow Crossbow Schematic 2', 'Blueprint_BowGun_Fire_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Fire Arrow Crossbow (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (947, 'Fire Arrow Crossbow Schematic 3', 'Blueprint_BowGun_Fire_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Fire Arrow Crossbow (Epic). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (948, 'Fire Arrow Crossbow Schematic 4', 'Blueprint_BowGun_Fire_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 999, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Fire Arrow Crossbow (Legendary). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (949, 'Revival Potion', 'PalRevive', '/public/images/consume/T_itemicon_Consume_PalRevive.png', 'Consume', 5, 9999, 1, 39000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A potion that revives a Pal that has been injured and is unable to move.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (950, 'Small Pouch', 'AdditionalInventory_001', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_001.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A small pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (951, 'Medium Pouch', 'AdditionalInventory_002', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_002.png', 'Essential', 2, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A modest pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (952, 'Large Pouch', 'AdditionalInventory_003', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_003.png', 'Essential', 3, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A large pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (953, 'Giant Pouch', 'AdditionalInventory_004', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_004.png', 'Essential', 4, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A massive pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (954, 'Old Revolver', 'OldRevolver', '/public/images/weapon/T_itemicon_Weapon_OldRevolver.png', 'Weapon', 3, 1, 8, 24480, 400, 6, 600, NULL, NULL, NULL, NULL, NULL, 'A slightly outdated revolving handgun. Compared to Handgun, it excels in single-shot power.', 'OldRevolver', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (955, 'Pal Metal Pickaxe', 'Pickaxe_Steal', '/public/images/weapon/T_itemicon_Weapon_Pickaxe_Tier_03.png', 'Weapon', 4, 1, 25, 112920, 400, NULL, 120, NULL, NULL, NULL, NULL, NULL, 'A pickaxe for mining. It has achieved extraordinary efficiency thanks to Pal Metal.', 'Pickaxe_Tier_03', '{\"PassiveSkill1\": \"Mining Yield Up Lv. 4\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (956, 'Pal Metal Axe', 'Axe_Steal', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_03.png', 'Weapon', 4, 1, 25, 112920, 400, NULL, 120, NULL, NULL, NULL, NULL, NULL, 'An axe for chopping wood. It has achieved extraordinary sharpness thanks to Pal Metal. It can slice through high-grade trees from the harshest regions without trouble.', 'Axe_Tier_03', '{\"PassiveSkill1\": \"Logging Yield Up Lv. 4\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (957, 'Makeshift Assault Rifle', 'MakeshiftAssaultRifle', '/public/images/weapon/T_itemicon_Weapon_MakeshiftAssaultRifle.png', 'Weapon', 2, 1, 15, 27940, 1500, 15, 170, NULL, NULL, NULL, NULL, NULL, 'An assault rifle handmade from scraps. It excels in rate of fire and long range, but its single-shot power is low.', 'MakeshiftAssaultRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (958, 'Semi-Auto Rifle', 'SemiAutoRifle', '/public/images/weapon/T_itemicon_Weapon_SemiAutoRifle.png', 'Weapon', 3, 1, 20, 43200, 1000, 8, 1150, NULL, NULL, NULL, NULL, NULL, 'A rifle that allows for a certain degree of rapid fire. It’s easy to aim and has high firepower, making it effective for mid-range combat.', 'SemiAutoRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (959, 'Makeshift SMG', 'MakeshiftSubmachineGun', '/public/images/weapon/T_itemicon_Weapon_MakeshiftSubmachineGun.png', 'Weapon', 2, 1, 15, 15410, 1000, 24, 100, NULL, NULL, NULL, NULL, NULL, 'A submachine gun handmade from scraps. It excels in rate of fire, but its single-shot power is low.', 'MakeshiftSubmachineGun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (960, 'SMG', 'SubmachineGun', '/public/images/weapon/T_itemicon_Weapon_SubmachineGun.png', 'Weapon', 3, 1, 15, 29380, 2000, 24, 130, NULL, NULL, NULL, NULL, NULL, 'A submachine gun with exceptional rate of fire. It’s easy to handle and effective in close-range combat.', 'SubmachineGun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (961, 'Makeshift Shotgun', 'MakeshiftShotgun', '/public/images/weapon/T_itemicon_Weapon_MakeshiftShotgun.png', 'Weapon', 2, 1, 24, 23160, 200, 1, 215, NULL, NULL, NULL, NULL, NULL, 'A shotgun handmade from scraps. It has a short range but excels in close-range combat', 'MakeshiftShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (962, 'Predator Core', 'PredatorCrystal', '/public/images/material/T_itemicon_Material_PredatorCrystal.png', 'Material', 4, 9999, 0, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Core dropped by Predator Pals. It is filled with mysterious energy.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (963, 'Successful Bounty Token', 'BountyProof_1', '/public/images/other/T_icon_item_Jewelry_BountyProof_1.png', 'Material', 4, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A token of having defeated a bounty target. By giving it to a Vigilante Bounty Officer in villages or towns, it can be exchanged for a reward.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (964, 'Ancient Pal Manuscript', 'AncientParts3', '/public/images/material/T_itemicon_Material_AncientParts3.png', 'Material', 8, 9999, 0.1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An ancient manuscript written on Pal hide. It may be found by Pals during expeditions. Required for advancing research.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (965, 'Hexolite Helmet', 'SFHelmet', '/public/images/armor/T_itemicon_Armor_SFHelmet.png', 'Armor', 4, 1, 15, 189360, 20000, NULL, NULL, 800, 350, NULL, NULL, NULL, 'Helmet made of Hexolite. Combines incredible strength and lightness.', 'SFHelmet', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (966, 'Hexolite Armor', 'SFArmor', '/public/images/armor/T_itemicon_Armor_SFArmor.png', 'Armor', 4, 1, 40, 272160, 20000, NULL, NULL, 1750, 580, NULL, NULL, NULL, 'Armor made of Hexolite. Possesses overwhelming durability and defense.', 'SFArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (967, 'Heat Resistant Hexolite Armor', 'SFArmorHeat', '/public/images/armor/T_itemicon_Armor_SFArmorHeat.png', 'Armor', 4, 1, 35, 301660, 18000, NULL, NULL, 1750, 600, NULL, NULL, NULL, 'Improved Hexolite Armor. Boasts high heat resistance.', 'SFArmorHeat', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 3\", \"PassiveSkill3\": \"Fire Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (968, 'Cold Resistant Hexolite Armor', 'SFArmorCold', '/public/images/armor/T_itemicon_Armor_SFArmorCold.png', 'Armor', 4, 1, 35, 280800, 18000, NULL, NULL, 1750, 600, NULL, NULL, NULL, 'Improved Hexolite Armor. Useful for surviving in cold climates.', 'SFArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 3\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (969, 'Lightweight Hexolite Armor', 'SFArmorWeight', '/public/images/armor/T_itemicon_Armor_SFArmorWeight.png', 'Armor', 4, 1, 35, 460800, 18000, NULL, NULL, 1750, 600, NULL, NULL, NULL, 'Improved Hexolite Armor. Increases carrying capacity.', 'SFArmorWeight', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": \"Max Carrying Capacity Lv. 3\", \"PassiveSkill4\": null}', 1), (970, 'Laser Gatling Cartridge', 'LaserGatlingBullet', '/public/images/ammo/T_itemicon_Ammo_LaserGatlingBullet.png', 'Ammo', 4, 9999, 0.025, 110, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Laser Gatling Gun and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (971, 'Plasma Cartridge', 'EnergyLauncherBullet', '/public/images/ammo/T_itemicon_Ammo_EnergyLauncherBullet.png', 'Ammo', 4, 9999, 0.5, 2190, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Plasma Cannon and similar weapons. Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (972, 'Xenolord\'s head', 'HeadEquip044', '/public/images/armor/T_itemicon_Armor_HeadEquip044.png', 'Armor', 99, 1, 7, 290, 5000, NULL, NULL, 80, 30, NULL, NULL, NULL, 'A headgear designed to resemble a Xenolord.', 'HeadEquip044', '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (973, 'Advanced Shield', 'Shield_SF', '/public/images/armor/T_itemicon_Armor_Shield_06.png', 'Armor', 4, 1, 5, 402540, 21000, NULL, NULL, NULL, NULL, 1800, NULL, NULL, 'Strange shield made with advanced technology. It automatically repairs itself after not taking damage for a while.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (974, 'Xenolord (Ultra) Slab', 'PalSummon_DarkMechaDragon_2', '/public/images/consume/T_itemicon_Consume_PalSummon_DarkMechaDragon_2.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab depicting Xenolord. Offer to a Summoning Altar to summon an inconceivably powerful Lv ?? Xenolord.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (975, 'Xenolord (Ultra) Slab Fragment', 'PalSummon_DarkMechaDragon_Parts_2', '/public/images/other/T_itemicon_Blueprint_PalSummon_DarkMechaDragon_Parts_2.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment overflowing with Xenolord\'s energy. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (976, 'Metal Detector', 'MetalDetector', '/public/images/essential/T_itemicon_Essential_MetalDetector.png', 'Weapon', 3, 1, 25, 527040, 400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Using this reveals hidden Chromite deposits in dungeons, marking them for easier mining. Deposits will become unmarked if you move too far away.', 'MetalDetector', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (977, 'Bjorn Hat', 'GYM_Head_Viking', '/public/images/armor/T_itemicon_Armor_GYM_Head_Viking.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Bjorn using this special headpiece!', 'GYM_Head_Viking', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (978, 'Anti-Gravity Belt', 'Accessory_JumpPower_Increase', '/public/images/accessory/T_itemicon_Accessory_JumpPower_Increase.png', 'Accessory', 2, 1, 2, 23160, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that increases the player\'s jump power when equipped.', NULL, '{\"PassiveSkill1\": \"Jump Power Boost\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (979, 'Double Jump Boots', 'Accessory_JumpCount_Increase1', '/public/images/accessory/T_itemicon_Accessory_JumpCount_Increase.png', 'Accessory', 2, 1, 2, 54120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to jump in mid-air when equipped.', NULL, '{\"PassiveSkill1\": \"Jump Count Increase +1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (980, 'Triple Jump Boots', 'Accessory_JumpCount_Increase2', '/public/images/accessory/T_itemicon_Accessory_JumpCount_Increase.png', 'Accessory', 10, 1, 2, 210600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to perform double jumps in mid-air when equipped.', NULL, '{\"PassiveSkill1\": \"Jump Count Increase +2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (981, 'Quadruple Jump Boots', 'Accessory_JumpCount_Increase3', '/public/images/accessory/T_itemicon_Accessory_JumpCount_Increase.png', 'Accessory', 10, 1, 2, 500000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to perform triple jumps in mid-air when equipped.', NULL, '{\"PassiveSkill1\": \"Jump Count Increase +3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (982, 'Air Dash Boots', 'Accessory_AirDash1', '/public/images/accessory/T_itemicon_Accessory_AirDash.png', 'Accessory', 2, 1, 2, 54120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to dash in mid-air when equipped.', NULL, '{\"PassiveSkill1\": \"Aerial Dash +1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (983, 'Double Air Dash Boots', 'Accessory_AirDash2', '/public/images/accessory/T_itemicon_Accessory_AirDash.png', 'Accessory', 3, 1, 2, 153120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to perform double dashes in mid-air when equipped.', NULL, '{\"PassiveSkill1\": \"Aerial Dash +2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (984, 'Triple Air Dash Boots', 'Accessory_AirDash3', '/public/images/accessory/T_itemicon_Accessory_AirDash.png', 'Accessory', 3, 1, 2, 306600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to perform triple dashes in mid-air when equipped.', NULL, '{\"PassiveSkill1\": \"Aerial Dash +3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (985, 'Quadruple Air Dash Boots', 'Accessory_AirDash4', '/public/images/accessory/T_itemicon_Accessory_AirDash.png', 'Accessory', 3, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to perform quadruple dashes in mid-air when equipped.', NULL, '{\"PassiveSkill1\": \"Aerial Dash +4\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (986, 'Exotic Sphere', 'PalSphere_Exotic', '/public/images/palsphere/T_itemicon_PalSphere_Exotic.png', 'SpecialWeapon', 7, 9999, 0.1, 9080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. Boasting incredible performance, it can capture Pals that fall outside regular standards.', 'PalSphere_Exotic', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (987, 'Compound Bow', 'CompoundBow', '/public/images/weapon/T_itemicon_Weapon_CompoundBow.png', 'Weapon', 3, 1, 17, 44300, 400, 1, 1100, NULL, NULL, NULL, NULL, NULL, 'A modernized bow. Capable of firing more powerful arrows.', 'CompoundBow', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (988, 'Reinforced Arrow', 'ReinforcedArrow', '/public/images/ammo/T_itemicon_Ammo_ReinforcedArrow.png', 'Ammo', 1, 9999, 0.025, 370, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Enhanced arrows for shooting with Compound Bow. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (989, 'Advanced Bow', 'SFBow', '/public/images/weapon/T_itemicon_Weapon_SFBow.png', 'Weapon', 4, 1, 25, 170160, 500, 1, 5800, NULL, NULL, NULL, NULL, NULL, 'A bow reconstructed with advanced technology. Capable of firing extremely powerful arrows.', 'SFBow', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (990, 'Advanced Arrow', 'SFArrow', '/public/images/ammo/T_itemicon_Ammo_SFArrow.png', 'Ammo', 1, 9999, 0.025, 1110, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Enhanced arrows for shooting with Advanced Bow. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (991, 'Chromite', 'Chromium', '/public/images/material/T_itemicon_Material_Chromium.png', 'Material', 1, 9999, 3, 1500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A type of metal buried underground. It can be detected with a Metal Detector on certain islands.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (992, 'Hexolite', 'StainlessSteel', '/public/images/material/T_itemicon_Material_StainlessSteel.png', 'Material', 4, 9999, 1, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An alloy of Chromite and Hexolite Quartz. Used for building advanced equipment and structures. Can be refined at Gigantic Furnace.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (993, 'Advanced Recovery Meds', 'Potion_Extreme', '/public/images/food/T_itemicon_Food_Potion_Extreme.png', 'Consume', 5, 9999, 0.2, 20520, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Medicine that heals wounds over time. Extremely high quality, it rapidly restores HP before your eyes.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (994, 'Nightstar Sand', 'NightStone', '/public/images/material/T_itemicon_Material_NightStone.png', 'Material', 1, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sand that can be found in the desert at night. Used as a material for crafting certain accessories and other items.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (995, 'Dark Fragment', 'PalDarkParts', '/public/images/material/T_itemicon_Material_PalDarkParts.png', 'Material', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Dropped by some powerful Dark Pals. Used as a material for crafting powerful accessories and other items.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (996, 'Heavy Weight Module', 'SphereModule_Heavy', '/public/images/other/T_itemicon_SphereModule_Heavy.png', 'CaptureItemModifier', 1, 1, 1, 4010, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Equipping it makes the sphere heavier, reducing its range but increasing its capture power.', NULL, '{\"PassiveSkill1\": \"Sphere Weight +1\", \"PassiveSkill2\": \"Capture Strength +1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (997, 'Curve Module', 'SphereModule_Curve', '/public/images/other/T_itemicon_SphereModule_Curve.png', 'CaptureItemModifier', 1, 1, 1, 14280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Equipping it causes the sphere to spin with a curved trajectory. It becomes easier to catch Pals off guard, and increases capture power.', NULL, '{\"PassiveSkill1\": \"Sphere Curve +1\", \"PassiveSkill2\": \"Capture Strength +2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (998, 'Sniper Module', 'SphereModule_Sniper', '/public/images/other/T_itemicon_SphereModule_Spiper.png', 'CaptureItemModifier', 1, 1, 1, 31440, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Equipping it increases the sphere\'s range, allowing it to sharply capture Pals and enhancing capture power.', NULL, '{\"PassiveSkill1\": \"Sphere Range +1\", \"PassiveSkill2\": \"Capture Strength +2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (999, 'Slider Module', 'SphereModule_Curve2', '/public/images/other/T_itemicon_SphereModule_Curve2.png', 'CaptureItemModifier', 1, 1, 1, 68350, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Equipping it adds a slider spin to the sphere. The sphere curves at a sharp angle, making it easier to catch Pals off guard and increasing capture power.', NULL, '{\"PassiveSkill1\": \"Sphere Slider\", \"PassiveSkill2\": \"Capture Strength +3\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1000, 'Sniper Module II', 'SphereModule_Sniper2', '/public/images/other/T_itemicon_SphereModule_Sniper2.png', 'CaptureItemModifier', 1, 1, 1, 120840, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Equipping it significantly increases the sphere\'s range, allowing it to sharply capture Pals and enhancing capture power.', NULL, '{\"PassiveSkill1\": \"Sphere Range +2\", \"PassiveSkill2\": \"Capture Strength +3\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1001, 'Homing Module', 'SphereModule_Homing', '/public/images/other/T_itemicon_SphereModule_Homing.png', 'CaptureItemModifier', 10, 1, 1, 1432580, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Equipping it makes the sphere home in on Pals, further increasing capture power.', NULL, '{\"PassiveSkill1\": \"Sphere Homing\", \"PassiveSkill2\": \"Capture Strength +3\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1002, 'Hexolite Helmet Schematic 1', 'Blueprint_SFHelmet_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Helmet (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1003, 'Hexolite Helmet Schematic 2', 'Blueprint_SFHelmet_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Helmet (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1004, 'Hexolite Helmet Schematic 3', 'Blueprint_SFHelmet_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Helmet (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1005, 'Hexolite Helmet Schematic 4', 'Blueprint_SFHelmet_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Helmet (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1006, 'Hexolite Armor Schematic 1', 'Blueprint_SFArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1007, 'Hexolite Armor Schematic 2', 'Blueprint_SFArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1008, 'Hexolite Armor Schematic 3', 'Blueprint_SFArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1009, 'Hexolite Armor Schematic 4', 'Blueprint_SFArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hexolite Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1010, 'Heat Resistant Hexolite Armor Schematic 1', 'Blueprint_SFArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Hexolite Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1011, 'Heat Resistant Hexolite Armor Schematic 2', 'Blueprint_SFArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Hexolite Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1012, 'Heat Resistant Hexolite Armor Schematic 3', 'Blueprint_SFArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Hexolite Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1013, 'Heat Resistant Hexolite Armor Schematic 4', 'Blueprint_SFArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Hexolite Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1014, 'Cold Resistant Hexolite Armor Schematic 1', 'Blueprint_SFArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Hexolite Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1015, 'Cold Resistant Hexolite Armor Schematic 2', 'Blueprint_SFArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Hexolite Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1016, 'Cold Resistant Hexolite Armor Schematic 3', 'Blueprint_SFArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Hexolite Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1017, 'Cold Resistant Hexolite Armor Schematic 4', 'Blueprint_SFArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold Resistant Hexolite Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1018, 'Lightweight Hexolite Armor Schematic 1', 'Blueprint_SFArmorWeight_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Hexolite Armor (Uncommon). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1019, 'Lightweight Hexolite Armor Schematic 2', 'Blueprint_SFArmorWeight_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Hexolite Armor (Rare). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1020, 'Lightweight Hexolite Armor Schematic 3', 'Blueprint_SFArmorWeight_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Hexolite Armor (Epic). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1021, 'Lightweight Hexolite Armor Schematic 4', 'Blueprint_SFArmorWeight_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Hexolite Armor (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1022, 'Laser Gatling Gun Schematic 1', 'Blueprint_LaserGatlingGun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Gatling Gun (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1023, 'Laser Gatling Gun Schematic 2', 'Blueprint_LaserGatlingGun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Gatling Gun (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1024, 'Laser Gatling Gun Schematic 3', 'Blueprint_LaserGatlingGun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Gatling Gun (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1025, 'Laser Gatling Gun Schematic 4', 'Blueprint_LaserGatlingGun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Gatling Gun (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1026, 'Plasma Cannon Schematic 1', 'Blueprint_EnergyRocketLauncher_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Cannon (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1027, 'Plasma Cannon Schematic 2', 'Blueprint_EnergyRocketLauncher_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Cannon (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1028, 'Plasma Cannon Schematic 3', 'Blueprint_EnergyRocketLauncher_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Cannon (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1029, 'Plasma Cannon Schematic 4', 'Blueprint_EnergyRocketLauncher_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Cannon (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1030, 'Semi-Auto Shotgun Schematic 1', 'Blueprint_SemiAutoShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Shotgun (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1031, 'Semi-Auto Shotgun Schematic 2', 'Blueprint_SemiAutoShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Shotgun (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1032, 'Semi-Auto Shotgun Schematic 3', 'Blueprint_SemiAutoShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Shotgun (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1033, 'Semi-Auto Shotgun Schematic 4', 'Blueprint_SemiAutoShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Shotgun (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1034, 'Old Revolver Schematic 1', 'Blueprint_OldRevolver_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Revolver (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1035, 'Old Revolver Schematic 2', 'Blueprint_OldRevolver_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Revolver (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1036, 'Old Revolver Schematic 3', 'Blueprint_OldRevolver_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Revolver (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1037, 'Old Revolver Schematic 4', 'Blueprint_OldRevolver_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Old Revolver (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1038, 'Makeshift Assault Rifle Schematic 1', 'Blueprint_MakeshiftAssaultRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Assault Rifle (Uncommon). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1039, 'Makeshift Assault Rifle Schematic 2', 'Blueprint_MakeshiftAssaultRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Assault Rifle (Rare). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1040, 'Makeshift Assault Rifle Schematic 3', 'Blueprint_MakeshiftAssaultRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Assault Rifle (Epic). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1041, 'Makeshift Assault Rifle Schematic 4', 'Blueprint_MakeshiftAssaultRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Assault Rifle (Legendary). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1042, 'Semi-Auto Rifle Schematic 1', 'Blueprint_SemiAutoRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Rifle (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1043, 'Semi-Auto Rifle Schematic 2', 'Blueprint_SemiAutoRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Rifle (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1044, 'Semi-Auto Rifle Schematic 3', 'Blueprint_SemiAutoRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Rifle (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1045, 'Semi-Auto Rifle Schematic 4', 'Blueprint_SemiAutoRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Semi-Auto Rifle (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1046, 'Makeshift SMG Schematic 1', 'Blueprint_MakeshiftSubmachineGun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift SMG (Uncommon). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1047, 'Makeshift SMG Schematic 2', 'Blueprint_MakeshiftSubmachineGun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift SMG (Rare). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1048, 'Makeshift SMG Schematic 3', 'Blueprint_MakeshiftSubmachineGun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift SMG (Epic). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1049, 'Makeshift SMG Schematic 4', 'Blueprint_MakeshiftSubmachineGun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift SMG (Legendary). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1050, 'SMG Schematic 1', 'Blueprint_SubmachineGun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for SMG (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1051, 'SMG Schematic 2', 'Blueprint_SubmachineGun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for SMG (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1052, 'SMG Schematic 3', 'Blueprint_SubmachineGun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for SMG (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1053, 'SMG Schematic 4', 'Blueprint_SubmachineGun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for SMG (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1054, 'Makeshift Shotgun Schematic 1', 'Blueprint_MakeshiftShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Shotgun (Uncommon). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1055, 'Makeshift Shotgun Schematic 2', 'Blueprint_MakeshiftShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Shotgun (Rare). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1056, 'Makeshift Shotgun Schematic 3', 'Blueprint_MakeshiftShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Shotgun (Epic). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1057, 'Makeshift Shotgun Schematic 4', 'Blueprint_MakeshiftShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Makeshift Shotgun (Legendary). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1058, 'Chillet Bounty Token', 'BossDefeatReward_WeaselDragon', '/public/images/other/T_icon_item_BossDefeatReward_WeaselDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Chillet, Dancer on the Plains]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1059, 'Sweepa Bounty Token', 'BossDefeatReward_MopKing', '/public/images/other/T_icon_item_BossDefeatReward_MopKing.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Sweepa, Majesty of Fuzz]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1060, 'Gumoss Bounty Token', 'BossDefeatReward_PlantSlime', '/public/images/other/T_icon_item_BossDefeatReward_PlantSlime.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Gumoss, Suddenly Transformed]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1061, 'Dumud Bounty Token', 'BossDefeatReward_LazyCatfish', '/public/images/other/T_icon_item_BossDefeatReward_LazyCatfish.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Dumud, Perpetual Procrastinator]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1062, 'Penking Bounty Token', 'BossDefeatReward_CaptainPenguin', '/public/images/other/T_icon_item_BossDefeatReward_CaptainPenguin.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating Penking, Pioneer of the Frozen Sea]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Water Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1063, 'Azurobe Bounty Token', 'BossDefeatReward_BlueDragon', '/public/images/other/T_icon_item_BossDefeatReward_BlueDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Azurobe, Lady of the Lake]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Water Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1064, 'Grintale Bounty Token', 'BossDefeatReward_NaughtyCat', '/public/images/other/T_icon_item_BossDefeatReward_NaughtyCat.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Grintale, Marshmallow Body]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1065, 'Nitewing Bounty Token', 'BossDefeatReward_HawkBird', '/public/images/other/T_icon_item_BossDefeatReward_HawkBird.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Nitewing, Wings of the Firmament]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1066, 'Quivern Bounty Token', 'BossDefeatReward_SkyDragon', '/public/images/other/T_icon_item_BossDefeatReward_SkyDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Quivern, Wings of White]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1067, 'Felbat Bounty Token', 'BossDefeatReward_CatVampire', '/public/images/other/T_icon_item_BossDefeatReward_CatVampire.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Felbat, Gloom-shrouded Bloodsucker]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1068, 'Kingpaca Bounty Token', 'BossDefeatReward_KingAlpaca', '/public/images/other/T_icon_item_BossDefeatReward_KingAlpaca.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Kingpaca, Supreme Fluff Commander]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1069, 'Broncherry Bounty Token', 'BossDefeatReward_SakuraSaurus', '/public/images/other/T_icon_item_BossDefeatReward_SakuraSaurus.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Broncherry, Winds of Spring]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1070, 'Katress Bounty Token', 'BossDefeatReward_CatMage', '/public/images/other/T_icon_item_BossDefeatReward_CatMage.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Katress, Phantasmal Feline]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1071, 'Bushi Bounty Token', 'BossDefeatReward_Ronin', '/public/images/other/T_icon_item_BossDefeatReward_Ronin.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Bushi, Vagrant Warrior]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1072, 'Fenglope Bounty Token', 'BossDefeatReward_FengyunDeeper', '/public/images/other/T_icon_item_BossDefeatReward_FengyunDeeper.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Fenglope, Drifting Cloud]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1073, 'Petallia Bounty Token', 'BossDefeatReward_FlowerDoll', '/public/images/other/T_icon_item_BossDefeatReward_FlowerDoll.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Petallia, Lady of the Garden]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1074, 'Beakon Bounty Token', 'BossDefeatReward_ThunderBird', '/public/images/other/T_icon_item_BossDefeatReward_ThunderBird.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Beakon, Wings of Thunderbolt]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1075, 'Warsect Bounty Token', 'BossDefeatReward_HerculesBeetle', '/public/images/other/T_icon_item_BossDefeatReward_HerculesBeetle.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Warsect, Unyielding Colossus]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1076, 'Broncherry Aqua Bounty Token', 'BossDefeatReward_SakuraSaurus_Water', '/public/images/other/T_icon_item_BossDefeatReward_SakuraSaurus_Water.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Broncherry Aqua, Waves of Summer]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Water Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1077, 'Elphidran Bounty Token', 'BossDefeatReward_FairyDragon', '/public/images/other/T_icon_item_BossDefeatReward_FairyDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Elphidran, Gentle Sky Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1078, 'Relaxaurus Bounty Token', 'BossDefeatReward_LazyDragon_Electric', '/public/images/other/T_icon_item_BossDefeatReward_LazyDragon_Electric.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Relaxaurus Lux, Gluttonous Thunder Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1079, 'Univolt Bounty Token', 'BossDefeatReward_Kirin', '/public/images/other/T_icon_item_BossDefeatReward_Kirin.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Univolt, Swift Deity]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1080, 'Elizabee Bounty Token', 'BossDefeatReward_QueenBee', '/public/images/other/T_icon_item_BossDefeatReward_QueenBee.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Elizabee, Empress of the Hive]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1081, 'Mossanda Lux Bounty Token', 'BossDefeatReward_GrassPanda_Electric', '/public/images/other/T_icon_item_BossDefeatReward_GrassPanda_Electric.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Mossanda Lux, Inheritor of the Storm]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1082, 'Lunaris Bounty Token', 'BossDefeatReward_Mutant', '/public/images/other/T_icon_item_BossDefeatReward_Mutant.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Lunaris, Extraterrestrial]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1083, 'Verdash Bounty Token', 'BossDefeatReward_GrassRabbitMan', '/public/images/other/T_icon_item_BossDefeatReward_GrassRabbitMan.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Verdash, Gale of the Forest]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1084, 'Wumpo Botan Bounty Token', 'BossDefeatReward_Yeti_Grass', '/public/images/other/T_icon_item_BossDefeatReward_Yeti_Grass.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Wumpo Botan, Guardian of the Grassy Fields]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1085, 'Mammorest Bounty Token', 'BossDefeatReward_GrassMammoth', '/public/images/other/T_icon_item_BossDefeatReward_GrassMammoth.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Mammorest, King of the Forest]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1086, 'Vaelet Bounty Token', 'BossDefeatReward_VioletFairy', '/public/images/other/T_icon_item_BossDefeatReward_VioletFairy.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Vaelet, Voice of the Violets]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1087, 'Sibelyx Bounty Token', 'BossDefeatReward_WhiteMoth', '/public/images/other/T_icon_item_BossDefeatReward_WhiteMoth.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Sibelyx, Pallid Lady]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1088, 'Menasting Bounty Token', 'BossDefeatReward_DarkScorpion', '/public/images/other/T_icon_item_BossDefeatReward_DarkScorpion.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Menasting, Unstoppable Stinger]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1089, 'Suzaku Bounty Token', 'BossDefeatReward_Suzaku', '/public/images/other/T_icon_item_BossDefeatReward_Suzaku.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Suzaku, Ruler of the Crimson Dawn]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1090, 'Jormuntide Bounty Token', 'BossDefeatReward_Umihebi', '/public/images/other/T_icon_item_BossDefeatReward_Umihebi.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Jormuntide, Emperor of the Sea]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Water Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1091, 'Ice Kingpaca Bounty Token', 'BossDefeatReward_KingAlpaca_Ice', '/public/images/other/T_icon_item_BossDefeatReward_KingAlpaca_Ice.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Kingpaca Cryst, Azure Fluff Commander]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1092, 'Dinossom Lux Bounty Token', 'BossDefeatReward_FlowerDinosaur_Electric', '/public/images/other/T_icon_item_BossDefeatReward_FlowerDinosaur_Electric.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Dinossom Lux, Guardian of Lightning]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1093, 'Anubis Bounty Token', 'BossDefeatReward_Anubis', '/public/images/other/T_icon_item_BossDefeatReward_Anubis.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Anubis, Guardian of the Dark Sun]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1094, 'Astegon Bounty Token', 'BossDefeatReward_BlackMetalDragon', '/public/images/other/T_icon_item_BossDefeatReward_BlackMetalDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Astegon, Draconic Monarch of Steel]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1095, 'Blazamut Bounty Token', 'BossDefeatReward_KingBahamut', '/public/images/other/T_icon_item_BossDefeatReward_KingBahamut.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Blazamut, Cursed Tyrant]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1096, 'Lyleen Noct Bounty Token', 'BossDefeatReward_LilyQueen_Dark', '/public/images/other/T_icon_item_BossDefeatReward_LilyQueen_Dark.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Lyleen Noct, Empress of the Abyss]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1097, 'Menasting Terra Bounty Token', 'BossDefeatReward_DarkScorpion_Ground', '/public/images/other/T_icon_item_BossDefeatReward_DarkScorpion_Ground.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Menasting Terra, Gold-Piercing Spear]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1098, 'Knocklem Bounty Token', 'BossDefeatReward_WingGolem', '/public/images/other/T_icon_item_BossDefeatReward_WingGolem.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Knocklem, Suit of Armor]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1099, 'Splatterina Bounty Token', 'BossDefeatReward_GrimGirl', '/public/images/other/T_icon_item_BossDefeatReward_GrimGirl.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Splatterina, Crimson Butcher]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1100, 'Azurmane Bounty Token', 'BossDefeatReward_BlueThunderHorse', '/public/images/other/T_icon_item_BossDefeatReward_BlueThunderHorse.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Azurmane, Blue Lightning Steed]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1101, 'Kitsun Noct Bounty Token', 'BossDefeatReward_AmaterasuWolf_Dark', '/public/images/other/T_icon_item_BossDefeatReward_AmaterasuWolf_Dark.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Kitsun Noct, Guardian of the Dark Flame]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1102, 'Fenglope Lux Bounty Token', 'BossDefeatReward_FengyunDeeper_Electric', '/public/images/other/T_icon_item_BossDefeatReward_FengyunDeeper_Electric.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Fenglope Lux, Drifting Thundercloud]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1103, 'Celesdir Bounty Token', 'BossDefeatReward_WhiteDeer', '/public/images/other/T_icon_item_BossDefeatReward_WhiteDeer.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Celesdir, Beast of Salvation]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1104, 'Silvegis Bounty Token', 'BossDefeatReward_WhiteShieldDragon', '/public/images/other/T_icon_item_BossDefeatReward_WhiteShieldDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Silvegis, Guardian Dragon of Ironclad]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1105, 'Faleris Aqua Bounty Token', 'BossDefeatReward_Horus_Water', '/public/images/other/T_icon_item_BossDefeatReward_Horus_Water.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Faleris Aqua, Sentinel of the Tides]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Water Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1106, 'Jetragon Bounty Token', 'BossDefeatReward_JetDragon', '/public/images/other/T_icon_item_BossDefeatReward_JetDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Jetragon, Legendary Celestial Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1107, 'Frostallion Bounty Token', 'BossDefeatReward_IceHorse', '/public/images/other/T_icon_item_BossDefeatReward_IceHorse.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Frostallion, Legendary Steed of Ice]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1108, 'Twin Knights Bounty Token', 'BossDefeatReward_SaintCentaur', '/public/images/other/T_icon_item_BossDefeatReward_SaintCentaur.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Paladius, Holy Knight of Legend] or [Necromus, Dark Knight of Legend]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Large)\", \"PassiveSkill2\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1109, 'Xenolord Saddle', 'SkillUnlock_DarkMechaDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Xenolord.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1110, 'Starryon Saddle', 'SkillUnlock_NightBlueHorse', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Starryon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1111, 'Silvegis Saddle', 'SkillUnlock_WhiteShieldDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Silvegis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1112, 'Celesdir Saddle', 'SkillUnlock_WhiteDeer', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Celesdir.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1113, 'Tarantriss Saddle', 'SkillUnlock_PurpleSpider', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Tarantriss.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1114, 'Azurmane Saddle', 'SkillUnlock_BlueThunderHorse', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Azurmane.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1115, 'Bastigor\'s Hammer', 'SkillUnlock_SnowTigerBeastman', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Hammer.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Bastigor.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1116, 'Kitsun Noct Saddle', 'SkillUnlock_AmaterasuWolf_Dark', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Kitsun Noct.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1117, 'Fenglope Lux Saddle', 'SkillUnlock_FengyunDeeper_Electric', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Fenglope Lux.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1118, 'Faleris Aqua Saddle', 'SkillUnlock_Horus_Water', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Faleris Aqua.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1119, 'Smokie\'s Harness', 'SkillUnlock_BlackPuppy', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Harness.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Harness for Smokie. Activate its Partner Skill to detect the location of nearby Chromite.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1120, 'Foxparks Cryst\'s Harness', 'SkillUnlock_Kitsunebi_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Harness.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Harness for holding Foxparks Cryst. Activate its Partner Skill to hold Foxparks Cryst and release freezing air to attack.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1121, 'Dazzi Noct\'s Necklace', 'SkillUnlock_RaijinDaughter_Water', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Choker.png', 'Essential', 999, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Collar for Dazzi Noct. If Dazzi Noct is in your team, it will stay by your side and attack enemies in tandem.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1122, 'Applied Kindling Handbook I', 'WorkSuitability_AddTicket_EmitFlame', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_00.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Kindling. Allowing a Pal to read it permanently increases their Kindling affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1123, 'Applied Watering Handbook I', 'WorkSuitability_AddTicket_Watering', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_01.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Watering. Allowing a Pal to read it permanently increases their Watering affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1124, 'Applied Planting Handbook I', 'WorkSuitability_AddTicket_Seeding', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_02.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Planting. Allowing a Pal to read it permanently increases their Planting affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1125, 'Applied Generating Electricity Handbook I', 'WorkSuitability_AddTicket_GenerateElectricity', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_03.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Generating Electricity. Allowing a Pal to read it permanently increases their Generating Electricity affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1126, 'Applied Handiwork Handbook I', 'WorkSuitability_AddTicket_Handcraft', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_04.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Handiwork. Allowing a Pal to read it permanently increases their Handiwork affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1127, 'Applied Gathering Handbook I', 'WorkSuitability_AddTicket_Collection', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_05.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Gathering. Allowing a Pal to read it permanently increases their Gathering affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1128, 'Applied Lumbering Handbook I', 'WorkSuitability_AddTicket_Deforest', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_06.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Lumbering. Allowing a Pal to read it permanently increases their Lumbering affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1129, 'Applied Mining Handbook I', 'WorkSuitability_AddTicket_Mining', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_07.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Mining. Allowing a Pal to read it permanently increases their Mining affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1130, 'Applied Medicine Production Handbook I', 'WorkSuitability_AddTicket_ProductMedicine', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_08.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Medicine Production. Allowing a Pal to read it permanently increases their Medicine Production affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1131, 'Applied Cooling Handbook I', 'WorkSuitability_AddTicket_Cool', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_10.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Cooling. Allowing a Pal to read it permanently increases their Cooling affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1132, 'Applied Transporting Handbook I', 'WorkSuitability_AddTicket_Transport', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_11.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Transporting. Allowing a Pal to read it permanently increases their Transporting affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1133, 'Applied Ranching Handbook I', 'WorkSuitability_AddTicket_MonsterFarm', '/public/images/consume/T_itemicon_Consume_PalWorkLvUp_12.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare book written about the secrets of Farming. Allowing a Pal to read it permanently increases their Farming affinity by +1.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1134, 'Hexolite Quartz', 'RainbowCrystal', '/public/images/material/T_itemicon_Material_RainbowCrystal.png', 'Material', 1, 9999, 2, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare crystal found only in Feybreak. Over many years, Paladium has condensed and transformed, now shining with a rainbow-like glow.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1135, 'Advanced Bow Schematic 1', 'Blueprint_SFBow_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Advanced Bow (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1136, 'Advanced Bow Schematic 2', 'Blueprint_SFBow_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Advanced Bow (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1137, 'Advanced Bow Schematic 3', 'Blueprint_SFBow_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Advanced Bow (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1138, 'Advanced Bow Schematic 4', 'Blueprint_SFBow_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Advanced Bow (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1139, 'Smokie Bounty Token', 'BossDefeatReward_BlackPuppy', '/public/images/other/T_icon_item_BossDefeatReward_BlackPuppy.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Smokie, Jet-Black Little Hero]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1140, 'Nitemary Bounty Token', 'BossDefeatReward_GhostRabbit', '/public/images/other/T_icon_item_BossDefeatReward_GhostRabbit.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Nitemary, Soul of the Dark Rabbit]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1141, 'Starryon Bounty Token', 'BossDefeatReward_NightBlueHorse', '/public/images/other/T_icon_item_BossDefeatReward_NightBlueHorse.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Starryon, Midnight Blue Mane]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1142, 'Prunelia Bounty Token', 'BossDefeatReward_BlueberryFairy', '/public/images/other/T_icon_item_BossDefeatReward_BlueberryFairy.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Prunelia, Indigo Handmaiden]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1143, 'Nyafia Bounty Token', 'BossDefeatReward_BadCatgirl', '/public/images/other/T_icon_item_BossDefeatReward_BadCatgirl.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Nyafia, Night Shade Hunter]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1144, 'Gildane Bounty Token', 'BossDefeatReward_GoldenHorse', '/public/images/other/T_icon_item_BossDefeatReward_GoldenHorse.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Gildane, Guardian Beast of Twilight]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1145, 'Omascul Bounty Token', 'BossDefeatReward_MysteryMask', '/public/images/other/T_icon_item_BossDefeatReward_MysteryMask.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Omascul, Hundred-Faced Apostle]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1146, 'Tarantris Bounty Token', 'BossDefeatReward_PurpleSpider', '/public/images/other/T_icon_item_BossDefeatReward_PurpleSpider.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Tarantriss, Tactician of the Thread Realm]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1147, 'Frostallion Noct Bounty Token', 'BossDefeatReward_IceHorse_Dark', '/public/images/other/T_icon_item_BossDefeatReward_IceHorse_Dark.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Frostallion Noct, Legendary Steed of Darkness]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1148, 'Compound Bow Schematic 1', 'Blueprint_CompoundBow_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Compound Bow (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1149, 'Compound Bow Schematic 2', 'Blueprint_CompoundBow_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Compound Bow (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1150, 'Compound Bow Schematic 3', 'Blueprint_CompoundBow_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Compound Bow (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1151, 'Compound Bow Schematic 4', 'Blueprint_CompoundBow_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Compound Bow (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1152, 'Foxparks Cryst Bounty Token', 'BossDefeatReward_Kitsunebi_Ice', '/public/images/other/T_icon_item_BossDefeatReward_Kitsunebi_Ice.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Foxparks Cryst, Icy Blossom Voyager]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1153, 'Dazzi Noct Bounty Token', 'BossDefeatReward_RaijinDaughter_Water', '/public/images/other/T_icon_item_BossDefeatReward_RaijinDaughter_Water.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Dazzi Noct, Born of the Thunderclouds]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1154, 'Cryolinx Terra Bounty Token', 'BossDefeatReward_WhiteTiger_Ground', '/public/images/other/T_icon_item_BossDefeatReward_WhiteTiger_Ground.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Cryolinx Terra, Predator of the Earth]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1155, 'Caprity Noct Bounty Token', 'BossDefeatReward_BerryGoat_Dark', '/public/images/other/T_icon_item_BossDefeatReward_BerryGoat_Dark.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Caprity Noct Tainted Farm]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1156, 'Loupmoon Cryst Bounty Token', 'BossDefeatReward_Werewolf_Ice', '/public/images/other/T_icon_item_BossDefeatReward_Werewolf_Ice.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Loupmoon Cryst, Enraptured by the Frozen Moonlight]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1157, 'Ribbuny Botan Bounty Token', 'BossDefeatReward_PinkRabbit_Grass', '/public/images/other/T_icon_item_BossDefeatReward_PinkRabbit_Grass.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Ribbuny Botan, Sparkling Smile]. Simply possessing it permanently increases the stats of the Pals in your team', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1158, 'Warsect Terra Bounty Token', 'BossDefeatReward_HerculesBeetle_Ground', '/public/images/other/T_icon_item_BossDefeatReward_HerculesBeetle_Ground.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Warsect Terra, Gold-Armored Warrior]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1159, 'Scrapped Tissue Sample', 'MeaninglessItem_ButcheringImportPal', '/public/images/material/T_itemicon_Material_ButcheringImportPal.png', 'Material', 0, 99999999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Pulverized remnants of some kind of biological tissue. Leftover residue from butchering a genetically reconstructed Pal, it serves no purpose and can only be sold or discarded.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1160, 'Charge Rifle', 'ChargeLaserRifle', '/public/images/weapon/T_itemicon_Weapon_ChargeLaserRifle.png', 'Weapon', 5, 1, 20, 1984560, 200, 6, 12500, NULL, NULL, NULL, NULL, NULL, 'A beam rifle crafted with advanced technology. Charges energy to deliver one powerful shot.', 'ChargeLaserRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1161, 'Overheat Rifle', 'OverheatRifle', '/public/images/weapon/T_itemicon_Weapon_OverheatRifle.png', 'Weapon', 5, 1, 15, 1754940, 3000, NULL, 1225, NULL, NULL, NULL, NULL, NULL, 'An assault rifle capable of firing endlessly without reloading. Prolonged bursts cause overheating, leaving you exposed. Use with caution.', 'OverheatRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1162, 'Energy Shotgun', 'EnergyShotgun', '/public/images/weapon/T_itemicon_Weapon_EnergyShotgun.png', 'Weapon', 5, 1, 20, 2061660, 300, 10, 402, NULL, NULL, NULL, NULL, NULL, 'A shotgun that fires energy rounds. Excelling in rapid fire, its close-range firepower is truly otherworldly.', 'EnergyShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1163, 'Boost Gun', 'PalDopingShot', '/public/images/weapon/T_itemicon_Weapon_PalDopingShot.png', 'Weapon', 2, 1, 8, 16850, 400, 8, 250, NULL, NULL, NULL, NULL, NULL, 'Firing this at a Pal in your team temporarily boosts that Pal\'s attack and defense. Firing it at an enemy deals damage instead.', 'PalDopingShot', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1164, 'Megaboost Gun', 'PalDopingShot_2', '/public/images/weapon/T_itemicon_Weapon_PalDopingShot_2.png', 'Weapon', 5, 1, 8, 2013600, 400, 8, 250, NULL, NULL, NULL, NULL, NULL, 'Firing it at an allied Pal boosts their attack and defense, while hitting an enemy deals damage. Thanks to improvements, the boost is stronger and lasts longer, and it deals more damage to enemies.', 'PalDopingShot_2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1165, 'Pal Recovery Grenade', 'PalHealingGrenade', '/public/images/weapon/T_itemicon_Weapon_PalHealingGrenade.png', 'Weapon', 2, 9999, 0.1, 3660, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Frag Grenade with healing effects. It bursts on impact, restoring HP to allied Pals.', 'PalHealingGrenade', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1166, 'Charge Rifle Ammo', 'ChargeLaserRifleBullet', '/public/images/ammo/T_itemicon_Ammo_ChargeLaserRifleBullet.png', 'Ammo', 5, 9999, 0.01, 1740, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Charge Rifle and similar weapons. Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1167, 'Overheat Rifle Ammo', 'OverheatRifleBullet', '/public/images/ammo/T_itemicon_Ammo_OverheatRifleBullet.png', 'Ammo', 5, 9999, 0.01, 920, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Overheat Rifle and similar weapons. Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1168, 'Energy Shotgun Ammo', 'EnergyShotgunBullet', '/public/images/ammo/T_itemicon_Ammo_EnergyShotgunBullet.png', 'Ammo', 5, 9999, 0.025, 990, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Energy Shotgun and similar weapons. Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1169, 'Boost Gun Ammo', 'PalDopingShotBullet', '/public/images/ammo/T_itemicon_Ammo_PalDopingShotBullet.png', 'Ammo', 2, 9999, 0.025, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Boost Gun and similar weapons. Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1170, 'Powerful Fishing Magnet', 'Salvage_TreasureBoxKey02', '/public/images/other/T_itemicon_Salvage_TreasureBoxKey02.png', 'Consume', 4, 9999, 0.1, 710, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A high-powered magnet used in advanced salvage operations. Its strong magnetic pull can retrieve resources and supplies from the ocean floor.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1171, 'Pal Reverser', 'PalGenderReverse', '/public/images/material/T_itemicon_Material_PalGenderReverse.png', 'Consume', 4, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious medicine that can change a Pal\'s gender. Can be used at the Pal Surgery Table.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1172, 'Battle Ticket', 'BattleTicket', '/public/images/other/T_itemicon_Jewelry_BattleTicket.png', 'Material', 4, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Earned by winning solo matches in the arena. Collect enough and you can trade them for special rewards.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1173, 'Overheat Rifle Schematic 1', 'Blueprint_OverheatRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Overheat Rifle (Uncommon). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1174, 'Overheat Rifle Schematic 2', 'Blueprint_OverheatRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Overheat Rifle (Rare). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1175, 'Overheat Rifle Schematic 3', 'Blueprint_OverheatRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Overheat Rifle (Epic). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1176, 'Overheat Rifle Schematic 4', 'Blueprint_OverheatRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Overheat Rifle (Legendary). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1177, 'Charge Rifle Schematic 1', 'Blueprint_ChargeLaserRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Charge Rifle (Uncommon). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1178, 'Charge Rifle Schematic 2', 'Blueprint_ChargeLaserRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Charge Rifle (Rare). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1179, 'Charge Rifle Schematic 3', 'Blueprint_ChargeLaserRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Charge Rifle (Epic). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1180, 'Charge Rifle Schematic 4', 'Blueprint_ChargeLaserRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Charge Rifle (Legendary). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1181, 'Energy Shotgun Schematic 1', 'Blueprint_EnergyShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Energy Shotgun (Uncommon). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1182, 'Energy Shotgun Schematic 2', 'Blueprint_EnergyShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Energy Shotgun (Rare). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1183, 'Energy Shotgun Schematic 3', 'Blueprint_EnergyShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Energy Shotgun (Epic). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1184, 'Energy Shotgun Schematic 4', 'Blueprint_EnergyShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Energy Shotgun (Legendary). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1185, 'Rayne Syndicate Flag Schematic', 'Blueprint_Hunter_GangFlag', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Rayne Syndicate Flag.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1186, 'Lyleen Statue Schematic', 'Blueprint_LilyQueenStatue', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Lyleen Statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1187, 'Free Pal Alliance Flag Schematic', 'Blueprint_ConservationGroupBannerA', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Free Pal Alliance Flag.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1188, 'Free Pal Alliance Banner Schematic', 'Blueprint_ConservationGroupBannerB', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Free Pal Alliance Horizontal Banner.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1189, 'Wire Fence Schematic', 'Blueprint_Wire_Fence', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Wire Fence.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1190, 'Wooden Barricade Schematic', 'Blueprint_WoodenBarricade', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Wooden Barricade.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1191, 'Majestic Wall Torch Schematic', 'Blueprint_WallTorch02', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Majestic Wall Torch.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1192, 'Majestic Candlestick Schematic', 'Blueprint_CandleStand', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Majestic Candlestick.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1193, 'Ceremonial Candlestick Schematic', 'Blueprint_FireStand', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Ceremonial Candlestick.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1194, 'Ice Skill Fruit: Freeze Wall', 'SkillCard_IceWall', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Freeze Wall.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1195, 'Grass Skill Fruit: Reflect Leaf', 'SkillCard_ReflectiveShuriken', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Reflect Leaf.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1196, 'Water Skill Fruit: Torrential Blast', 'SkillCard_DiversionLaser', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Torrential Blast.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1197, 'Water Skill Fruit: Hydro Slicer', 'SkillCard_HydroSlicer', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Hydro Slicer.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1198, 'Paper Lantern Schematic', 'Blueprint_LanternTop', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Paper Lantern.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1199, 'Red Wooden Lantern Schematic', 'Blueprint_Shrine_Lantern', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Red Wooden Lantern.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1200, 'Yakumo Statue Schematic', 'Blueprint_GuardianDogStatue', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Yakumo Statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1201, 'Ground Skill Fruit: Rocky Impact', 'SkillCard_RockBeat', '/public/images/consume/T_itemicon_Consume_SkillCard_Earth.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Rocky Impact.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1202, 'Electric Skill Fruit: Thunder Spear', 'SkillCard_ThunderSpear', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Thunder Spear.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1203, 'Dark Skill Fruit: Dark Shot', 'SkillCard_GravityShot', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dark Shot.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1204, 'Dark Skill Fruit: Dark Whisp', 'SkillCard_DarkLegion', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Dark Whisp.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1205, 'Dragon Skill Fruit: Charge Cannon', 'SkillCard_ChargeCanon', '/public/images/consume/T_itemicon_Consume_SkillCard_Dragon.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Charge Cannon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1206, 'Ice Skill Fruit: Icicle Bullet', 'SkillCard_IciclePierce', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Icicle Bullet.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1207, 'Thunder Skill Fruit: All Range Thunder', 'SkillCard_RangeThunder', '/public/images/consume/T_itemicon_Consume_SkillCard_Electric.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach All Range Thunder.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1208, 'Celestial Sigil', 'PalSummon_YakushimaBoss002', '/public/images/consume/T_itemicon_Consume_PalSummon_YakushimaBoss002.png', 'Consume', 1, 9999, 1, 36000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A seal inscribed with cryptic symbols. Offer to a Summoning Altar to summon a powerful entity.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1209, 'Hallowed Mask', 'YakushimaHeadEquip001', '/public/images/armor/T_itemicon_Armor_YakushimaHeadEquip001.png', 'Armor', 3, 1, 13, 7200, 4500, NULL, NULL, 320, 140, NULL, NULL, NULL, '[Tides of Terraria] Helmet forged from Hallowed Bar. Enveloped in divine power, it increases damage dealt by Meowmere, Excalibur, Terra Blade, and Legendary Meowmere.', 'YakushimaHeadEquip001', '{\"PassiveSkill1\": \"Hallowed Power: Close Range\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1210, 'Hallowed Headgear', 'YakushimaHeadEquip002', '/public/images/armor/T_itemicon_Armor_YakushimaHeadEquip002.png', 'Armor', 3, 1, 13, 7200, 4500, NULL, NULL, 320, 140, NULL, NULL, NULL, '[Tides of Terraria] Helmet forged from Hallowed Bar. Enveloped in divine power, it increases damage dealt by Nightglow.', 'YakushimaHeadEquip002', '{\"PassiveSkill1\": \"Hallowed Power: Magic\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1211, 'Hallowed Plate Mail', 'YakushimaArmor001', '/public/images/armor/T_itemicon_Armor_YakushimaArmor001.png', 'Armor', 3, 1, 37, 7200, 4500, NULL, NULL, 650, 200, NULL, NULL, NULL, '[Tides of Terraria] Armor forged from Hallowed Bar. Enveloped in divine power, it lessens damage from [Tides of Terraria] monsters.', 'YakushimaArmor001', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": \"Hallowed Guard\", \"PassiveSkill4\": null}', 1), (1212, 'Hallowed Helmet', 'YakushimaHeadEquip003', '/public/images/armor/T_itemicon_Armor_YakushimaHeadEquip003.png', 'Armor', 3, 1, 13, 7200, 4500, NULL, NULL, 320, 140, NULL, NULL, NULL, '[Tides of Terraria] Helmet forged from Hallowed Bar. Enveloped in divine power, it increases damage dealt by Vortex Beater.', 'YakushimaHeadEquip003', '{\"PassiveSkill1\": \"Hallowed Power: Ranged\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1213, 'Eye of Cthulhu Mask', 'YakushimaHeadEquip006', '/public/images/armor/T_itemicon_Armor_YakushimaHeadEquip006.png', 'Armor', 99, 1, 15, 360, 20000, NULL, NULL, 800, 350, NULL, NULL, NULL, '[Tides of Terraria] Pulsing with Eye of Cthulhu\'s sinister energy. A rarity only the most fortunate may obtain.', 'YakushimaHeadEquip006', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1214, 'Hallowed Hood', 'YakushimaHeadEquip004', '/public/images/armor/T_itemicon_Armor_YakushimaHeadEquip004.png', 'Armor', 3, 1, 13, 7200, 4500, NULL, NULL, 320, 140, NULL, NULL, NULL, '[Tides of Terraria] Helmet forged from Hallowed Bar. Enveloped in divine power, it increases damage dealt by Terraprisma.', 'YakushimaHeadEquip004', '{\"PassiveSkill1\": \"Hallowed Power: Summon\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1215, 'Moon Lord Mask', 'YakushimaHeadEquip005', '/public/images/armor/T_itemicon_Armor_YakushimaHeadEquip005.png', 'Armor', 99, 1, 15, 360, 20000, NULL, NULL, 800, 350, NULL, NULL, NULL, '[Tides of Terraria] Pulsing with Moon Lord\'s sinister energy. A rarity only the most fortunate may obtain.', 'YakushimaHeadEquip005', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1216, 'Terra Blade', 'YakushimaBlade002', '/public/images/weapon/T_itemicon_Weapon_YakushimaBlade002.png', 'Weapon', 3, 1, 10, 44400, 757, NULL, 425, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] This curious sword releases vibrant green shockwaves with each strike, allowing you to hit enemies from afar despite being a melee weapon.', 'TerraBlade', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1217, 'Terraprisma', 'YakushimaBlade003', '/public/images/weapon/T_itemicon_Weapon_YakushimaBlade003.png', 'Weapon', 3, 1, 5, 48000, 5000, NULL, 90, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A mystical sword with a rainbow-colored blade. Wielding it lets you summon up to nine blessed swords to fight alongside you.', 'YakushimaBlade003', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1218, 'Vortex Beater', 'YakushimaGun001', '/public/images/weapon/T_itemicon_Weapon_YakushimaGun001.png', 'Weapon', 3, 1, 15, 46200, 3000, NULL, 300, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A powerful gun fueled by unknown energy. Fires homing missiles at regular intervals that track enemies and explode on impact. Has a 66% chance to not consume ammo when firing.', 'YakushimaGun001', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1219, 'Nightglow', 'YakushimaLantern001', '/public/images/weapon/T_itemicon_Weapon_YakushimaLantern001.png', 'Weapon', 3, 1, 5, 48000, 3000, NULL, 50, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A lantern that radiates a rainbow-hued light. Holding it aloft releases homing light projectiles that strike enemies multiple times.', 'YakushimaLantern001', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1220, 'Excalibur', 'YakushimaBlade004', '/public/images/weapon/T_itemicon_Weapon_YakushimaBlade004.png', 'Weapon', 3, 1, 10, 10800, 600, NULL, 360, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A sacred sword that gleams with golden light. Swinging it unleashes shockwaves around you.', 'YakushimaBlade004', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1221, 'Legendary Meowmere', 'YakushimaBlade005', '/public/images/weapon/T_itemicon_Weapon_YakushimaBlade005.png', 'Weapon', 99, 1, 22, 15050, 22222, NULL, 222, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A legendary Meowmere forged from Luminite Bar. Swinging it launches cat projectiles that ricochet and attack foes.', 'YakushimaBlade005', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1222, 'Life Crystal', 'Elixir_hp_Yakushima', '/public/images/consume/T_itemicon_Consume_Elixir_hp_Yakushima.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] Grants a permanent HP boost upon use. No effect if HP is maxed or used on a Pal.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1223, 'Hallowed Bar', 'YakushimaIngot001', '/public/images/material/T_itemicon_Material_YakushimaIngot001.png', 'Material', 1, 9999, 0, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A sacred material infused with divine energy. Can be used to create a variety of Terraria items.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1224, 'Luminite Bar', 'YakushimaIngot002', '/public/images/material/T_itemicon_Material_YakushimaIngot002.png', 'Material', 1, 9999, 0, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A material exuding immense power, dropped by Moon Lord. Radiates a soft, moon-like glow.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1225, 'Farmer\'s Special Dish', 'QuestItem_Farmer_1', '/public/images/other/T_itemicon_QuestItem_Farmer_1.png', 'Consume', 1, 1, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A home-cooked meal from a doting farmer. It gives off an absolutely mouthwatering aroma.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1226, 'Zoe\'s Tattered Memento', 'QuestItem_Zoe_1', '/public/images/other/T_itemicon_QuestItem_Zoe_1.png', 'Consume', 1, 1, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A worn scrap of fabric with a faint lingering scent. To Zoe, it\'s a treasured reminder of the past.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1227, 'Neutral Support Whistle', 'Otomo_ElementBoost_Normal_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Normal.png', 'Accessory', 2, 1, 2, 14580, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Neutral damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Neutral Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1228, 'Fire Support Whistle', 'Otomo_ElementBoost_Fire_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Fire.png', 'Accessory', 2, 1, 2, 18360, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Fire damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Fire Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1229, 'Water Support Whistle', 'Otomo_ElementBoost_Water_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Water.png', 'Accessory', 2, 1, 2, 23760, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Water damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Water Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1230, 'Electric Support Whistle', 'Otomo_ElementBoost_Electricity_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Electricity.png', 'Accessory', 2, 1, 2, 16560, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Electric damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Electric Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1231, 'Grass Support Whistle', 'Otomo_ElementBoost_Leaf_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Leaf.png', 'Accessory', 2, 1, 2, 15960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Grass damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Grass Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1232, 'Ice Support Whistle', 'Otomo_ElementBoost_Ice_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Ice.png', 'Accessory', 2, 1, 2, 18360, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Ice damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Ice Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1233, 'Ground Support Whistle', 'Otomo_ElementBoost_Earth_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Earth.png', 'Accessory', 2, 1, 2, 24960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Ground damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Ground Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1234, 'Dark Support Whistle', 'Otomo_ElementBoost_Dark_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Dark.png', 'Accessory', 2, 1, 2, 16560, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Dark damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Dark Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1235, 'Dragon Support Whistle', 'Otomo_ElementBoost_Dragon_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Dragon.png', 'Accessory', 2, 1, 2, 24960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Dragon damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Dragon Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1236, 'Neutral Support Whistle +1', 'Otomo_ElementBoost_Normal_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Normal.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Neutral damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Neutral Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1237, 'Fire Support Whistle +1', 'Otomo_ElementBoost_Fire_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Fire.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Fire damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Fire Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1238, 'Water Support Whistle +1', 'Otomo_ElementBoost_Water_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Water.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Water damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Water Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1239, 'Electric Support Whistle +1', 'Otomo_ElementBoost_Electricity_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Electricity.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Electric damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Electric Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1240, 'Grass Support Whistle +1', 'Otomo_ElementBoost_Leaf_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Leaf.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Grass damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Grass Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1241, 'Ice Support Whistle +1', 'Otomo_ElementBoost_Ice_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Ice.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Ice damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Ice Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1242, 'Ground Support Whistle +1', 'Otomo_ElementBoost_Earth_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Earth.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Ground damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Ground Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1243, 'Dark Support Whistle +1', 'Otomo_ElementBoost_Dark_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Dark.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Dark damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Dark Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1244, 'Dragon Support Whistle +1', 'Otomo_ElementBoost_Dragon_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Dragon.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Dragon damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Dragon Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1245, 'Neutral Support Whistle +2', 'Otomo_ElementBoost_Normal_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Normal.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Neutral damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Neutral Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1246, 'Fire Support Whistle +2', 'Otomo_ElementBoost_Fire_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Fire.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Fire damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Fire Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1247, 'Water Support Whistle +2', 'Otomo_ElementBoost_Water_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Water.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Water damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Water Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1248, 'Electric Support Whistle +2', 'Otomo_ElementBoost_Electricity_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Electricity.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Electric damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Electric Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1249, 'Grass Support Whistle +2', 'Otomo_ElementBoost_Leaf_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Leaf.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Grass damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Grass Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1250, 'Ice Support Whistle +2', 'Otomo_ElementBoost_Ice_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Ice.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Ice damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Ice Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1251, 'Ground Support Whistle +2', 'Otomo_ElementBoost_Earth_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Earth.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Ground damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Ground Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1252, 'Dark Support Whistle +2', 'Otomo_ElementBoost_Dark_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Dark.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Dark damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Dark Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1253, 'Dragon Support Whistle +2', 'Otomo_ElementBoost_Dragon_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_ElementBoost_Dragon.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Dragon damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Dragon Damage Enhancement Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1254, 'Attack Support Whistle', 'Otomo_Attack_up1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Attack_up.png', 'Accessory', 2, 1, 2, 21960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Attack of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1255, 'Attack Support Whistle +1', 'Otomo_Attack_up2', '/public/images/accessory/T_itemicon_Accessory_Otomo_Attack_up.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1256, 'Attack Support Whistle +2', 'Otomo_Attack_up3', '/public/images/accessory/T_itemicon_Accessory_Otomo_Attack_up.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Attack of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1257, 'Defense Support Whistle', 'Otomo_Defense_up1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Defense_up.png', 'Accessory', 2, 1, 2, 32400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises the Defense of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1258, 'Defense Support Whistle +1', 'Otomo_Defense_up2', '/public/images/accessory/T_itemicon_Accessory_Otomo_Defense_up.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1259, 'Defense Support Whistle +2', 'Otomo_Defense_up3', '/public/images/accessory/T_itemicon_Accessory_Otomo_Defense_up.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises the Defense of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1260, 'Growth Acceleration Bell', 'Otomo_PalExp_Increase_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Exp_up.png', 'Accessory', 2, 1, 2, 22920, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that slightly raises Pal EXP.', NULL, '{\"PassiveSkill1\": \"Pal EXP Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1261, 'Growth Acceleration Bell +1', 'Otomo_PalExp_Increase_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_Exp_up.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises Pal EXP.', NULL, '{\"PassiveSkill1\": \"Pal EXP Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1262, 'Growth Acceleration Bell +2', 'Otomo_PalExp_Increase_3', '/public/images/accessory/T_itemicon_Accessory_Otomo_Exp_up.png', 'Accessory', 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Pal EXP.', NULL, '{\"PassiveSkill1\": \"Pal EXP Up Lv. 3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1263, 'Whalaska Saddle', 'SkillUnlock_IceNarwhal', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Whalaska.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1264, 'Ghangler Saddle', 'SkillUnlock_GhostAnglerfish', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Ghangler.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1265, 'Herbil\'s Harness', 'SkillUnlock_LeafMomonga', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Harness.png', 'Essential', 999, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Harness for Herbil. Herbil can use its healing power to revive the player when incapacitated.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1266, 'Polapup Saddle', 'SkillUnlock_IceSeal', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Polapup.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1267, 'Braloha Saddle', 'SkillUnlock_Plesiosaur', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Braloha.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1268, 'Palumba Saddle', 'SkillUnlock_TropicalOstrich', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Palumba.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1269, 'Neptilius Saddle', 'SkillUnlock_PoseidonOrca', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Neptilius.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1270, 'Killamari Primo\'s Gloves', 'SkillUnlock_NegativeOctopus_Neutral', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for modifying the performance of the equipped glider, if Killamari Primo is in your team.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1271, 'Pengullet Lux\'s Rocket Launcher', 'SkillUnlock_Penguin_Electric', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Launcher.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Rocket launcher for launching Pengullet Lux. Activate its Partner Skill to fire Pengullet Lux and damage enemies. After firing, Pengullet Lux will become incapacitated.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1272, 'Celaray Lux\'s Gloves', 'SkillUnlock_FlyingManta_Thunder', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Gloves.png', 'Essential', 999, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloves for modifying the performance of the equipped glider, if Celaray Lux is in your team.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1273, 'Azurobe Cryst Saddle', 'SkillUnlock_BlueDragon_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Azurobe Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1274, 'Ghangler Ignis Saddle', 'SkillUnlock_GhostAnglerfish_Fire', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Ghangler Ignis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1275, 'Whalaska Ignis Saddle', 'SkillUnlock_IceNarwhal_Fire', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Whalaska Ignis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1276, 'Laboratory Desk Schematic', 'Blueprint_SF_Desk', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Laboratory Desk.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1277, 'Laboratory Chair Schematic', 'Blueprint_SF_Chair', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory or stored in a base, allows you to build Laboratory Chair.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1278, 'Ultra Grappling Gun', 'GrapplingGun5', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Weapon', 5, 1, 1, 351600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. With new materials, cooldown time has been significantly reduced.', 'GrapplingGun_5', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1279, 'Breeder\'s Precious Pal', 'QuestItem_Breeder_1', '/public/images/other/T_itemicon_QuestItem_Breeder_1.png', 'Consume', 1, 1, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A sphere containing a breeder\'s precious Pal. It should be reunited with its owner.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1280, 'Kinship Peach', 'AffectionFruit_01', '/public/images/consume/T_itemicon_Consume_AffectionFruit_01.png', 'Consume', 4, 9999, 1, 30000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rarely seen magical fruit. It is said that a Pal who eats it will open its heart to humans. Choose carefully which Pal you give it to.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1281, 'Beginner Fishing Rod (Chillet)', 'FishingRod_01_1', '/public/images/weapon/T_itemicon_Weapon_FishingRod_1.png', 'Weapon', 2, 1, 5, 4300, 120, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'A fishing rod designed for catching Pals. Use it with bait near water where shadows are visible to start fishing. Perfect for beginners and ideal for reeling in low level Pals.', 'FishingRod_1', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1282, 'Beginner Fishing Rod (Gumoss)', 'FishingRod_01_2', '/public/images/weapon/T_itemicon_Weapon_FishingRod_2.png', 'Weapon', 2, 1, 5, 15800, 180, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'A fishing rod designed for catching Pals. It\'s sturdier and offers slightly better performance than Beginner Fishing Rod (Chillet). Perfect for beginners and ideal for reeling in low level Pals.', 'FishingRod_2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1283, 'Intermediate Fishing Rod (Cattiva)', 'FishingRod_02_1', '/public/images/weapon/T_itemicon_Weapon_FishingRod_3.png', 'Weapon', 3, 1, 5, 5690, 240, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'A fishing rod designed for catching Pals. Use it with bait near water where shadows are visible to start fishing. It boasts improved performance, making catches a bit easier.', 'FishingRod_3', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1284, 'Intermediate Fishing Rod (Croajiro)', 'FishingRod_02_2', '/public/images/weapon/T_itemicon_Weapon_FishingRod_4.png', 'Weapon', 3, 1, 5, 35380, 360, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'A fishing rod designed for catching Pals. It\'s sturdier and offers slightly better performance than Intermediate Fishing Rod (Cattiva).', 'FishingRod_4', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1285, 'Advanced Fishing Rod (Pengullet)', 'FishingRod_03_1', '/public/images/weapon/T_itemicon_Weapon_FishingRod_5.png', 'Weapon', 4, 1, 5, 43860, 480, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'A fishing rod designed for catching Pals. Use it with bait near water where shadows are visible to start fishing. It boasts improved performance, making catches vastly easier.', 'FishingRod_5', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1286, 'Advanced Fishing Rod (Depresso)', 'FishingRod_03_2', '/public/images/weapon/T_itemicon_Weapon_FishingRod_6.png', 'Weapon', 4, 1, 5, 120120, 720, NULL, 25, NULL, NULL, NULL, NULL, NULL, 'A fishing rod designed for catching Pals. It\'s sturdier and offers slightly better performance than Advanced Fishing Rod (Pengullet).', 'FishingRod_6', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1287, 'Simple Bait', 'FishingBait_1', '/public/images/consume/T_itemicon_Consume_FishingBait_1.png', 'Consume', 1, 9999, 0.025, 160, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Basic fishing bait used to lure in Pals. Required for fishing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1288, 'High Quality Bait', 'FishingBait_2', '/public/images/consume/T_itemicon_Consume_FishingBait_2.png', 'Consume', 1, 9999, 0.025, 240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. Improved from Simple Bait to increase the chances of Pals biting the bait.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1289, 'Deluxe Bait', 'FishingBait_3', '/public/images/consume/T_itemicon_Consume_FishingBait_3.png', 'Consume', 1, 9999, 0.025, 350, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. Improved to slightly enlarge the size of the bar in the fishing minigame.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1290, 'Beginner Bait', 'FishingBait_1_A', '/public/images/consume/T_itemicon_Consume_FishingBait_1.png', 'Consume', 1, 9999, 0.025, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. Improved from Simple Bait to reduce the rate at which the capture gauge drains in the fishing minigame.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1291, 'Sweet Bait', 'FishingBait_1_B', '/public/images/consume/T_itemicon_Consume_FishingBait_1.png', 'Consume', 1, 9999, 0.025, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. Improved from Simple Bait to increase the chances of Pals biting the bait.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1292, 'Lucky Bait', 'FishingBait_2_A', '/public/images/consume/T_itemicon_Consume_FishingBait_2.png', 'Consume', 1, 9999, 0.025, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. Improved from High Quality Bait to increase the number of items obtained from fishing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1293, 'Quick Bait', 'FishingBait_2_B', '/public/images/consume/T_itemicon_Consume_FishingBait_2.png', 'Consume', 1, 9999, 0.025, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. Improved from High Quality Bait to increase the chances of Pals biting the bait.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1294, 'Alluring Bait', 'FishingBait_3_A', '/public/images/consume/T_itemicon_Consume_FishingBait_3_A.png', 'Consume', 1, 9999, 0.025, 2020, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. Improved to enlarge the size of the bar in the fishing minigame and increase the number of items obtained from fishing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1295, 'Risky Bait', 'FishingBait_3_B', '/public/images/consume/T_itemicon_Consume_FishingBait_3.png', 'Consume', 1, 9999, 0.025, 120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bait that lures in Pals. A modified version of Deluxe Bait designed for skilled anglers. The minigame bar is reduced in size, but the number of items obtained is greatly increased.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1296, 'Gloopie Tentacle', 'Meat_OctopusGirl', '/public/images/food/T_itemicon_food_Meat_OctopusGirl.png', 'Food', 3, 9999, 5, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloopie tentacle. Known for its springy texture and light, refined flavor.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1297, 'Jelliette Bell Flesh', 'Meat_JellyfishFairy', '/public/images/food/T_itemicon_food_Meat_JellyfishFairy.png', 'Food', 3, 9999, 5, 250, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Jelliette\'s fleshy bell. Packed with ocean flavor and a delightfully chewy bite.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1298, 'Jellroy Bell Flesh', 'Meat_JellyfishGhost', '/public/images/food/T_itemicon_food_Meat_JellyfishGhost.png', 'Food', 3, 9999, 5, 250, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Jellroy\'s fleshy bell. Packed with ocean flavor and a delightfully plump texture.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1299, 'Munchill Meat', 'Meat_IceCrocodile', '/public/images/food/T_itemicon_food_Meat_IceCrocodile.png', 'Food', 3, 9999, 5, 250, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Munchill meat. Has a satisfying chew that brings out layers of umami as you eat.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1300, 'Fried Gloopie Balls', 'OctopusGirl_Takoyaki', '/public/images/food/T_itemicon_food_OctopusGirl_Takoyaki.png', 'Food', 2, 9999, 1, 1380, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Gloopie Tentacle encased in a Flour dough and grilled into round bites. Eating it will slightly increase EXP gain for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1301, 'Jelliette\'s Jiggly Jelly', 'JellyfishFairy_jelly', '/public/images/food/T_itemicon_food_JellyfishFairy_jelly.png', 'Food', 2, 9999, 1, 1320, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An unusual treat crafted from Jelliette Bell Flesh and Aquatic Pal Fluids. Eating it will slightly increase EXP gain and increase Attack by +10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1302, 'Jellroy\'s Jolly Jelly', 'JellyfishGhost_jelly', '/public/images/food/T_itemicon_food_JellyfishGhost_jelly.png', 'Food', 2, 9999, 1, 720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An unusual treat crafted from Jellroy Bell Flesh and Red Berries. Eating it will slightly increase EXP gain and increase Defense by +10% for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1303, 'Munchill Steak', 'BakedMeat_IceCrocodile', '/public/images/food/T_itemicon_food_BakedMeat_IceCrocodile.png', 'Food', 1, 9999, 1, 300, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Charcoal-grilled to perfection, this steak offers a crispy exterior and melt-in-your-mouth juiciness. Unique compounds seal in flavor and enhance shelf life.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1304, 'Enhanced Hip Lantern', 'Lantern_High', '/public/images/essential/T_itemicon_Essential_Lantern.png', 'Essential', 3, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A lantern that can be attached to the hip. It lights up automatically at night. You can also switch its lighting mode to keep it on at all times. Just one is enough to find your way in the dark.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1305, 'Coralum Ore', 'ManganeseOre', '/public/images/material/T_itemicon_Material_ManganeseOre.png', 'Material', 1, 9999, 3, 2000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare ore formed over countless years in the deep sea. Can be retrieved from the depths with a magnet and fishing rod.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1306, 'Coralum Ingot', 'ManganeseIngot', '/public/images/material/T_itemicon_Material_ManganeseIngot.png', 'Material', 4, 9999, 3, 6000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An alloy made from Coralum Ore found on the ocean floor. Highly resistant to energy, making it ideal for crafting weapons. Can be refined at Gigantic Furnace.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1307, 'Whalaska Bounty Token', 'BossDefeatReward_IceNarwhal', '/public/images/other/T_icon_item_BossDefeatReward_IceNarwhal.png', 'Essential', 1, 9999, 0, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Whalaska, Gentle Ice Lance]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1308, 'Whalaska Ignis Bounty Token', 'BossDefeatReward_IceNarwhal_Fire', '/public/images/other/T_icon_item_BossDefeatReward_IceNarwhal_Fire.png', 'Essential', 1, 9999, 0, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Whalaska Ignis, Gentle Crimson Lance]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1309, 'Neptilius Bounty Token', 'BossDefeatReward_PoseidonOrca', '/public/images/other/T_icon_item_BossDefeatReward_PoseidonOrca.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Neptilius, Legend of the Seas]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Water Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1310, 'Excalibur Schematic', 'Blueprint_YakushimaBlade004', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Excalibur. Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1311, 'Terraprisma Schematic', 'Blueprint_YakushimaBlade003', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terraprisma. Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1312, 'Vortex Beater Schematic', 'Blueprint_YakushimaGun001', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Vortex Beater. Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1313, 'Nightglow Schematic', 'Blueprint_YakushimaLantern001', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Nightglow. Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1314, 'Terra Blade Schematic', 'Blueprint_YakushimaBlade002', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terra Blade. Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1315, 'Celestial Sigil Schematic', 'Blueprint_PalSummon_YakushimaBoss002', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Celestial Sigil. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1316, 'Hallowed Mask Schematic', 'Blueprint_YakushimaHeadEquip001', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Mask. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1317, 'Hallowed Headgear Schematic', 'Blueprint_YakushimaHeadEquip002', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Headgear. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1318, 'Hallowed Plate Mail Schematic', 'Blueprint_YakushimaArmor001', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Plate Mail. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1319, 'Hallowed Helmet Schematic', 'Blueprint_YakushimaHeadEquip003', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Helmet. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1320, 'Hallowed Hood Schematic', 'Blueprint_YakushimaHeadEquip004', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Hood. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1321, 'Excalibur Schematic 1', 'Blueprint_YakushimaBlade004_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Excalibur (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1322, 'Excalibur Schematic 2', 'Blueprint_YakushimaBlade004_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Excalibur (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1323, 'Excalibur Schematic 3', 'Blueprint_YakushimaBlade004_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Excalibur (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1324, 'Excalibur Schematic 4', 'Blueprint_YakushimaBlade004_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Excalibur (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1325, 'Terraprisma Schematic 1', 'Blueprint_YakushimaBlade003_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terraprisma (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1326, 'Terraprisma Schematic 2', 'Blueprint_YakushimaBlade003_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terraprisma (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1327, 'Terraprisma Schematic 3', 'Blueprint_YakushimaBlade003_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terraprisma (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1328, 'Terraprisma Schematic 4', 'Blueprint_YakushimaBlade003_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terraprisma (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1329, 'Vortex Beater Schematic 1', 'Blueprint_YakushimaGun001_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Vortex Beater (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1330, 'Vortex Beater Schematic 2', 'Blueprint_YakushimaGun001_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Vortex Beater (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1331, 'Vortex Beater Schematic 3', 'Blueprint_YakushimaGun001_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Vortex Beater (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1332, 'Vortex Beater Schematic 4', 'Blueprint_YakushimaGun001_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Vortex Beater (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1333, 'Nightglow Schematic 1', 'Blueprint_YakushimaLantern001_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Nightglow (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1334, 'Nightglow Schematic 2', 'Blueprint_YakushimaLantern001_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Nightglow (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1335, 'Nightglow Schematic 3', 'Blueprint_YakushimaLantern001_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Nightglow (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1336, 'Nightglow Schematic 4', 'Blueprint_YakushimaLantern001_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Nightglow (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1337, 'Hallowed Mask Schematic 1', 'Blueprint_YakushimaHeadEquip001_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Mask (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1338, 'Hallowed Mask Schematic 2', 'Blueprint_YakushimaHeadEquip001_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Mask (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1339, 'Hallowed Mask Schematic 3', 'Blueprint_YakushimaHeadEquip001_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Mask (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1340, 'Hallowed Mask Schematic 4', 'Blueprint_YakushimaHeadEquip001_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Mask (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1341, 'Hallowed Headgear Schematic 1', 'Blueprint_YakushimaHeadEquip002_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Headgear (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1342, 'Hallowed Headgear Schematic 2', 'Blueprint_YakushimaHeadEquip002_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Headgear (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1343, 'Hallowed Headgear Schematic 3', 'Blueprint_YakushimaHeadEquip002_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Headgear (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1344, 'Hallowed Headgear Schematic 4', 'Blueprint_YakushimaHeadEquip002_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Headgear (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1345, 'Hallowed Plate Mail Schematic 1', 'Blueprint_YakushimaArmor001_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Plate Mail (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1346, 'Hallowed Plate Mail Schematic 2', 'Blueprint_YakushimaArmor001_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Plate Mail (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1347, 'Hallowed Plate Mail Schematic 3', 'Blueprint_YakushimaArmor001_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Plate Mail (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1348, 'Hallowed Plate Mail Schematic 4', 'Blueprint_YakushimaArmor001_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Plate Mail (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1349, 'Hallowed Helmet Schematic 1', 'Blueprint_YakushimaHeadEquip003_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Helmet (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1350, 'Hallowed Helmet Schematic 2', 'Blueprint_YakushimaHeadEquip003_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Helmet (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1351, 'Hallowed Helmet Schematic 3', 'Blueprint_YakushimaHeadEquip003_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Helmet (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1352, 'Hallowed Helmet Schematic 4', 'Blueprint_YakushimaHeadEquip003_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Helmet (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1353, 'Hallowed Hood Schematic 1', 'Blueprint_YakushimaHeadEquip004_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Hood (Uncommon). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1354, 'Hallowed Hood Schematic 2', 'Blueprint_YakushimaHeadEquip004_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Hood (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1355, 'Hallowed Hood Schematic 3', 'Blueprint_YakushimaHeadEquip004_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Hood (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1356, 'Hallowed Hood Schematic 4', 'Blueprint_YakushimaHeadEquip004_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Hallowed Hood (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1357, 'Terra Blade Schematic 1', 'Blueprint_YakushimaBlade002_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terra Blade (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1358, 'Terra Blade Schematic 2', 'Blueprint_YakushimaBlade002_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terra Blade (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1359, 'Terra Blade Schematic 3', 'Blueprint_YakushimaBlade002_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terra Blade (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1360, 'Terra Blade Schematic 4', 'Blueprint_YakushimaBlade002_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory, unlocks recipe for Terra Blade (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1361, 'Meteor Launcher Schematic 4', 'Blueprint_Launcher_Meteor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Meteor Launcher (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1362, 'Ice Skill Fruit: Absolute Frost', 'SkillCard_IceAge', '/public/images/consume/T_itemicon_Consume_SkillCard_Frost.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Absolute Frost.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1363, 'Grass Skill Fruit: Crosswind', 'SkillCard_CrossWind', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Crosswind.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1364, 'Water Skill Fruit: Aqua Surge', 'SkillCard_RipTide', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Aqua Surge.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1365, 'Treasure Map', 'TreasureMap01', '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', 'Consume', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A weathered map showing where treasure lies. Using it places a marker on your map.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1366, 'Seafood Salad', 'Seafood_Salada', '/public/images/food/T_itemicon_food_Seafood_Salada.png', 'Food', 3, 9999, 1, 1100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A healthy salad made with Gloopie Tentacle and Lettuce. Eating it will slightly increase EXP gain for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1367, 'Beginner Fishing Rod (Gumoss) Schematic', 'Blueprint_FishingRod_01_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beginner Fishing Rod (Gumoss) (Common). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1368, 'Intermediate Fishing Rod (Croajiro) Schematic', 'Blueprint_FishingRod_02_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Intermediate Fishing Rod (Croajiro) (Rare). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1369, 'Advanced Fishing Rod (Depresso) Schematic', 'Blueprint_FishingRod_03_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Advanced Fishing Rod (Depresso) (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1370, 'Nutrient Tonic', 'Supplement', '/public/images/food/T_itemicon_food_Supplement.png', 'Consume', 10, 9999, 1, 169200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A nutrient-rich Nutrient Tonic that prevents hunger for a period of time. A concentrated, flavorful blend of nutrients ideal for long journeys.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1371, 'Celestial Sigil [Master]', 'PalSummon_YakushimaBoss002_2', '/public/images/consume/T_itemicon_Consume_PalSummon_YakushimaBoss002_2.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] A seal inscribed with cryptic symbols. Offer to an Summoning Altar to summon an inconceivably powerful entity.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1372, 'Ballistic Shield', 'HandgunShield', '/public/images/weapon/T_itemicon_Weapon_HandGun_Default.png', 'Weapon', 2, 1, 8, 33000, 400, 20, 250, NULL, NULL, NULL, NULL, NULL, '[WIP] This item is under development.', 'HandgunShield', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1373, 'Moon Lord Statue Schematic', 'Blueprint_YakushimaBoss002_Relic', '/public/images/other/T_itemicon_Blueprint_Building.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[Tides of Terraria] When in inventory or stored in a base, allows you to build Moon Lord Statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1374, 'Caramel Cotton Candy', 'Sweet_Caramel', '/public/images/food/T_itemicon_Food_Sweet_Caramel.png', 'Food', 1, 9999, 0.2, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Caramel cotton candy collected from Woolipop Terra. Its fluffy sweetness melts away in your mouth.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1375, 'Little Kinship Peach', 'AffectionFruit_02', '/public/images/consume/T_itemicon_Consume_AffectionFruit_01.png', 'Consume', 4, 9999, 1, 20000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A small fruit filled with kindness. It is said that a Pal who eats it will open its heart to humans. Choose carefully which Pal you give it to.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1376, 'Depresso Armor', 'Player_Outfit_Kigurumi001', '/public/images/armor/T_itemicon_Armor_Kigurumi001_Armor.png', 'Armor', 99, 1, 30, 74520, 1800, NULL, NULL, 100, 50, NULL, NULL, NULL, 'A costume bodypiece modeled after Depresso.', 'Player_Outfit_Kigurumi001', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1377, 'Depresso Helmet', 'HeadEquip045', '/public/images/armor/T_itemicon_Armor_Kigurumi001_Helmet.png', 'Armor', 99, 1, 10, 24840, 700, NULL, NULL, 250, 70, NULL, NULL, NULL, 'A costume headpiece modeled after Depresso. Slightly decreases incoming Dark damage.', 'HeadEquip045', '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1378, 'Hartalis Saddle', 'SkillUnlock_LegendDeer', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Hartalis. Grants the ability to generate a barrier that blocks incoming attacks.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1379, 'Aquatic Construction Kit', 'WaterBuildKit', '/public/images/essential/T_itemicon_Essential_WaterBuildKit.png', 'Essential', 4, 9999, 0, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Construction kit that allows foundations to be placed on water.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1380, 'Marksman Revolver', 'OctaviaRevolver', '/public/images/weapon/T_itemicon_Weapon_OctaviaRevolver.png', 'Weapon', 3, 1, 8, 33480, 400, NULL, 250, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] An electrically powered revolver capable of firing endlessly. When equipped, Pal Sphere throws are replaced with Coin Toss. Hitting a coin with the Marksman Revolver causes the bullet to ricochet toward enemies.', 'OctaviaRevolver', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1381, 'Core Eject Shotgun', 'OctaviaShotgun', '/public/images/weapon/T_itemicon_Weapon_OctaviaShotgun.png', 'Weapon', 4, 1, 20, 363220, 150, NULL, 230, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] A shotgun powered by heat, capable of firing endlessly. When equipped, throwing a Pal Sphere is replaced with Core Eject. Hold to charge and extend its range. Cores hit by shots from Marksman Revolver will explode.', 'OctaviaShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1382, 'V1 Armor', 'Octavia001_Armor', '/public/images/armor/T_itemicon_Armor_Octavia001_Armor.png', 'Armor', 3, 1, 30, 14040, 1450, NULL, NULL, 806, 51, NULL, NULL, NULL, '[ULTRAKILL Collab] Armor modeled after the Final War machine built in a distant land. It features a self-repair system that activates when dealing damage.', 'Octavia001_Armor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 1\", \"PassiveSkill2\": \"Heat Resistance Lv. 1\", \"PassiveSkill3\": \"Blood Is Fuel\", \"PassiveSkill4\": null}', 1), (1383, 'V2 Armor', 'Octavia002_Armor', '/public/images/armor/T_itemicon_Armor_Octavia002_Armor.png', 'Armor', 4, 1, 30, 244320, 19000, NULL, NULL, 215, 600, NULL, NULL, NULL, '[ULTRAKILL Collab] Armor modeled after the New Peace machine built in a distant land. Its self-repair system was removed in favor of sturdier plating.', 'Octavia002_Armor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1384, 'Zoe\'s Halloween Costume Schematic', 'Blueprint_Zoe_Halloweenskin_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A memo of Zoe\'s mutterings. Craft it at a workbench and deliver the finished piece to her.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1385, 'Zoe\'s Halloween Costume', 'QuestItem_Zoe_Halloweenskin_1', '/public/images/other/T_itemicon_QuestItem_Zoe_Halloweenskin_1.png', 'Consume', 1, 1, 0, 4080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Halloween outfit for Zoe. She\'s bound to love it, so let\'s give it to her!', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1386, 'Champion\'s Emblem', 'PlayerDropItem', '/public/images/material/T_itemicon_Material_PlayerDropItem.png', 'Material', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An emblem of glory earned through victory. Bearing it signifies superiority on the battlefield.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1387, 'Crown of Salvation', 'HeadEquip046', '/public/images/armor/T_itemicon_Armor_HeadEquip046.png', 'Armor', 99, 1, 7, 290, 5000, NULL, NULL, 80, 30, NULL, NULL, NULL, 'Imbued with the ominous power of Hartalis (Ultra). A rarity only the most fortunate may obtain.', 'HeadEquip046', '{\"PassiveSkill1\": \"Electric Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1388, 'Hartalis Slab', 'PalSummon_LegendDeer', '/public/images/consume/T_itemicon_Consume_PalSummon_LegendDeer.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab depicting Hartalis. Offer to a Summoning Altar to summon an exceptionally powerful Lv 70 Hartalis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1389, 'Hartalis Slab Fragment', 'PalSummon_LegendDeer_Parts', '/public/images/other/T_itemicon_Blueprint_PalSummon_LegendDeer_Parts.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment depicting Hartalis. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1390, 'Hartalis (Ultra) Slab', 'PalSummon_LegendDeer_2', '/public/images/consume/T_itemicon_Consume_PalSummon_LegendDeer_2.png', 'Consume', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Slab overflowing with Hartalis energy. Offer to a Summoning Altar to summon an inconceivably powerful Lv ?? Hartalis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1391, 'Hartalis (Ultra) Slab Fragment', 'PalSummon_LegendDeer_Parts_2', '/public/images/other/T_itemicon_Blueprint_PalSummon_LegendDeer_Parts_2.png', 'Blueprint', 1, 9999, 0.25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragment overflowing with Hartalis energy. Combine all of them to create a Slab.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1392, 'Marksman Revolver Schematic 1', 'Blueprint_OctaviaRevolver_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Marksman Revolver (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1393, 'Marksman Revolver Schematic 2', 'Blueprint_OctaviaRevolver_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Marksman Revolver (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1394, 'Marksman Revolver Schematic 3', 'Blueprint_OctaviaRevolver_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Marksman Revolver (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1395, 'Marksman Revolver Schematic 4', 'Blueprint_OctaviaRevolver_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Marksman Revolver (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1396, 'Core Eject Shotgun Schematic 1', 'Blueprint_OctaviaShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Core Eject Shotgun (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1397, 'Core Eject Shotgun Schematic 2', 'Blueprint_OctaviaShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Core Eject Shotgun (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1398, 'Core Eject Shotgun Schematic 3', 'Blueprint_OctaviaShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Core Eject Shotgun (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1399, 'Core Eject Shotgun Schematic 4', 'Blueprint_OctaviaShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for Core Eject Shotgun (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1400, 'V1 Armor Schematic 4', 'Blueprint_Octavia001_Armor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for V1 Armor Schematic 4 (Legendary). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1401, 'V2 Armor Schematic 4', 'Blueprint_Octavia002_Armor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[ULTRAKILL Collab] When in inventory, unlocks recipe for V2 Armor Schematic 4 (Legendary). Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1402, 'Decayed Ancient Relic', 'WorldTreeRelic_01', '/public/images/material/T_itemicon_Material_WorldTreeRelic_1.png', 'Material', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragments of structures and tools from an ancient civilization. Completely decayed, with no energy remaining.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1403, 'Dormant Ancient Relic', 'WorldTreeRelic_02', '/public/images/material/T_itemicon_Material_WorldTreeRelic_2.png', 'Material', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragments of structures and tools from an ancient civilization. In decent condition, but almost no energy remains.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1404, 'Gorgeous Ancient Relic', 'WorldTreeRelic_03', '/public/images/material/T_itemicon_Material_WorldTreeRelic_3.png', 'Material', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragments of structures and tools from an ancient civilization. In good condition, and you can feel the energy flowing.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1405, 'Glowing Ancient Relic', 'WorldTreeRelic_04', '/public/images/material/T_itemicon_Material_WorldTreeRelic_4.png', 'Material', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragments of structures and tools from an ancient civilization. In very good condition, light is leaking from within.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1406, 'Glistening Ancient Relic', 'WorldTreeRelic_05', '/public/images/material/T_itemicon_Material_WorldTreeRelic_5.png', 'Material', 1, 9999, 1, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fragments of structures and tools from an ancient civilization. In very good condition, light is leaking from within. It is overflowing with energy and emitting a glow.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1407, 'World Tree Holy Water', 'WorldTreeHolyWater', '/public/images/material/T_itemicon_Material_WorldTreeHolyWater.png', 'Consume', 1, 9999, 1, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sacred water brimming with the energy of the World Tree. It purifies all things and awakens latent powers. When consumed, World Tree resources will not vanish when approached for a period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1408, 'Paloxite', 'WorldTreeOre', '/public/images/material/T_itemicon_Material_WorldTreeOre.png', 'Material', 1, 9999, 5, 3000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Energy leaking from the World Tree that has crystallized after many years. Those without protection who touch it will instantly rust and decay. Only those who can master its delicacy can reach the pinnacle of ancient technology.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1409, 'Mechanical Bow', 'SkyBow', '/public/images/weapon/T_itemicon_Weapon_SkyBow.png', 'Weapon', 10, 1, 6, 1293140, 2000, 1, 20000, NULL, NULL, NULL, NULL, NULL, 'A bow crafted from Soralite Ingots. With greatly enhanced initial velocity and piercing power, this high-precision weapon excels at ranged combat.', 'SkyBow', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1410, 'Combat SMG', 'SkySubmachineGun', '/public/images/weapon/T_itemicon_Weapon_SkySubmachineGun.png', 'Weapon', 10, 1, 15, 1693630, 8000, 42, 907, NULL, NULL, NULL, NULL, NULL, 'A submachine gun made from Soralite Ingots. Its improved magazine and ammunition enhance its suppression power.', 'SkySubmachineGun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1411, 'Prototype Shotgun', 'SkyShotgun', '/public/images/weapon/T_itemicon_Weapon_SkyShotgun.png', 'Weapon', 10, 1, 20, 2150100, 6000, 12, 1167, NULL, NULL, NULL, NULL, NULL, 'A shotgun made from Soralite Ingots. It delivers overwhelming firepower at close range, and its special magazine also provides high sustained combat capability.', 'SkyShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1412, 'Heavy Assault Rifle', 'SkyAssaultRifle', '/public/images/weapon/T_itemicon_Weapon_SkyAssaultRifle.png', 'Weapon', 10, 1, 5, 2512320, 5500, 30, 1615, NULL, NULL, NULL, NULL, NULL, 'An assault rifle made from Soralite Ingots. It has been enhanced to handle powerful ammo while maintaining its versatility.', 'SkyAssaultRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1413, 'Tactical Grenade Launcher', 'SkyGrenadeLauncher', '/public/images/weapon/T_itemicon_Weapon_SkyGrenadeLauncher.png', 'Weapon', 10, 1, 30, 2295540, 800, 8, 6722, NULL, NULL, NULL, NULL, NULL, 'A grenade launcher made from Soralite Ingots. Improved trajectory stability allows for precise long-range bombings.', 'SkyGrenadeLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1414, 'Laser Sword', 'SkyBeamSword', '/public/images/weapon/T_itemicon_Weapon_SkyBeamSword.png', 'Weapon', 10, 1, 10, 1443860, 1200, NULL, 2000, NULL, NULL, NULL, NULL, NULL, 'A Beam Sword made from Soralite Ingots. A close-range weapon that instantly cuts targets using its high-output energy blade.', 'SkyBeamSword', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1415, 'Beam Scatter', 'WidePenetrateShotgun', '/public/images/weapon/T_itemicon_Weapon_WidePenetrateShotgun.png', 'Weapon', 10, 1, 20, 2933640, 950, 30, 508, NULL, NULL, NULL, NULL, NULL, 'A specialized beam weapon for close-range combat. It fires compressed energy in a wide, scattering blast.', 'WidePenetrateShotgun', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1416, 'Drone Launcher', 'DroneLauncher', '/public/images/weapon/T_itemicon_Weapon_DroneLauncher.png', 'Weapon', 10, 1, 5, 4041020, 6500, NULL, 200, NULL, NULL, NULL, NULL, NULL, 'A launcher that fires drones which perform autonomous attacks. Capable of deploying up to 9 units, enabling sustained suppression.', 'DroneLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1417, 'Plasma Rifle', 'ElectricArcAssaultRifle', '/public/images/weapon/T_itemicon_Weapon_ElectricArcAssaultRifle.png', 'Weapon', 10, 1, 5, 4134020, 25000, 38, 1860, NULL, NULL, NULL, NULL, NULL, 'A rifle that releases an electrical discharge from the point of impact, which chains to multiple enemies.', 'ElectricArcAssaultRifle', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1418, 'Beam Launcher', 'BeamLauncher', '/public/images/weapon/T_itemicon_Weapon_BeamLauncher.png', 'Weapon', 10, 1, 30, 5137080, 3500, NULL, 14000, NULL, NULL, NULL, NULL, NULL, 'Fires a high-density beam that causes explosions over a wide area. Caution is required to prevent overheating during rapid fire.', 'BeamLauncher', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1419, 'Mechanical Bow Schematic 1', 'Blueprint_SkyBow_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Mechanical Bow (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1420, 'Mechanical Bow Schematic 2', 'Blueprint_SkyBow_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Mechanical Bow (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1421, 'Mechanical Bow Schematic 3', 'Blueprint_SkyBow_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Mechanical Bow (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1422, 'Mechanical Bow Schematic 4', 'Blueprint_SkyBow_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Mechanical Bow (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1423, 'Combat SMG Schematic 1', 'Blueprint_SkySubmachineGun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Combat SMG (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1424, 'Combat SMG Schematic 2', 'Blueprint_SkySubmachineGun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Combat SMG (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1425, 'Combat SMG Schematic 3', 'Blueprint_SkySubmachineGun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Combat SMG (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1426, 'Combat SMG Schematic 4', 'Blueprint_SkySubmachineGun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Combat SMG (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1427, 'Prototype Shotgun Schematic 1', 'Blueprint_SkyShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Prototype Shotgun (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1428, 'Prototype Shotgun Schematic 2', 'Blueprint_SkyShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Prototype Shotgun (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1429, 'Prototype Shotgun Schematic 3', 'Blueprint_SkyShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Prototype Shotgun (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1430, 'Prototype Shotgun Schematic 4', 'Blueprint_SkyShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Prototype Shotgun (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1431, 'Heavy Assault Rifle Schematic 1', 'Blueprint_SkyAssaultRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heavy Assault Rifle (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1432, 'Heavy Assault Rifle Schematic 2', 'Blueprint_SkyAssaultRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heavy Assault Rifle (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1433, 'Heavy Assault Rifle Schematic 3', 'Blueprint_SkyAssaultRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heavy Assault Rifle (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1434, 'Heavy Assault Rifle Schematic 4', 'Blueprint_SkyAssaultRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heavy Assault Rifle (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1435, 'Tactical Grenade Launcher Schematic 1', 'Blueprint_SkyGrenadeLauncher_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tactical Grenade Launcher (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1436, 'Tactical Grenade Launcher Schematic 2', 'Blueprint_SkyGrenadeLauncher_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tactical Grenade Launcher (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1437, 'Tactical Grenade Launcher Schematic 3', 'Blueprint_SkyGrenadeLauncher_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tactical Grenade Launcher (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1438, 'Tactical Grenade Launcher Schematic 4', 'Blueprint_SkyGrenadeLauncher_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Tactical Grenade Launcher (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1439, 'Laser Sword Schematic 1', 'Blueprint_SkyBeamSword_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Sword (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1440, 'Laser Sword Schematic 2', 'Blueprint_SkyBeamSword_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Sword (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1441, 'Laser Sword Schematic 3', 'Blueprint_SkyBeamSword_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Sword (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1442, 'Laser Sword Schematic 4', 'Blueprint_SkyBeamSword_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Laser Sword (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1443, 'Beam Scatter Schematic 1', 'Blueprint_WidePenetrateShotgun_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Scatter (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1444, 'Beam Scatter Schematic 2', 'Blueprint_WidePenetrateShotgun_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Scatter (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1445, 'Beam Scatter Schematic 3', 'Blueprint_WidePenetrateShotgun_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Scatter (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1446, 'Beam Scatter Schematic 4', 'Blueprint_WidePenetrateShotgun_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Scatter (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1447, 'Drone Launcher Schematic 1', 'Blueprint_DroneLauncher_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Drone Launcher (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1448, 'Drone Launcher Schematic 2', 'Blueprint_DroneLauncher_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Drone Launcher (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1449, 'Drone Launcher Schematic 3', 'Blueprint_DroneLauncher_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Drone Launcher (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1450, 'Drone Launcher Schematic 4', 'Blueprint_DroneLauncher_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Drone Launcher (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1451, 'Plasma Rifle Schematic 1', 'Blueprint_ElectricArcAssaultRifle_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Rifle (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1452, 'Plasma Rifle Schematic 2', 'Blueprint_ElectricArcAssaultRifle_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Rifle (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1453, 'Plasma Rifle Schematic 3', 'Blueprint_ElectricArcAssaultRifle_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Rifle (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1454, 'Plasma Rifle Schematic 4', 'Blueprint_ElectricArcAssaultRifle_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Plasma Rifle (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1455, 'Beam Launcher Schematic 1', 'Blueprint_BeamLauncher_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Launcher (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1456, 'Beam Launcher Schematic 2', 'Blueprint_BeamLauncher_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Launcher (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1457, 'Beam Launcher Schematic 3', 'Blueprint_BeamLauncher_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Launcher (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1458, 'Beam Launcher Schematic 4', 'Blueprint_BeamLauncher_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Launcher (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1459, 'Sword Schematic 1', 'Blueprint_Sword_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Sword (Uncommon). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1460, 'Sword Schematic 2', 'Blueprint_Sword_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Sword (Rare). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1461, 'Sword Schematic 3', 'Blueprint_Sword_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Sword (Epic). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1462, 'Sword Schematic 4', 'Blueprint_Sword_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Sword (Legendary). Can be crafted at Weapon Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1463, 'Katana Schematic 1', 'Blueprint_Katana_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katana (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1464, 'Katana Schematic 2', 'Blueprint_Katana_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katana (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1465, 'Katana Schematic 3', 'Blueprint_Katana_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katana (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1466, 'Katana Schematic 4', 'Blueprint_Katana_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katana (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1467, 'Beam Sword Schematic 1', 'Blueprint_BeamSword_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Sword (Uncommon). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1468, 'Beam Sword Schematic 2', 'Blueprint_BeamSword_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Sword (Rare). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1469, 'Beam Sword Schematic 3', 'Blueprint_BeamSword_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Sword (Epic). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1470, 'Beam Sword Schematic 4', 'Blueprint_BeamSword_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Beam Sword (Legendary). Can be crafted at Weapon Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1471, 'Lily\'s Spear Schematic 4', 'Blueprint_Spear_ForestBoss_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lily\'s Spear (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1472, 'Extra Weapon Holster', 'UnlockEquipmentSlot_Weapon_01', '/public/images/accessory/T_itemicon_Accessory_UnlockEquipmentSlot_Weapon_01.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A holster that allows an additional weapon to be equipped. While in possession, it increases weapon equip slots by 1. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1473, 'Soralite', 'SkyIslandOre', '/public/images/material/T_itemicon_Material_SkyIslandOre.png', 'Material', 1, 9999, 5, 2500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A rare ore produced only in Sunreach. Within its host rock of overwhelming density resides a mysterious pattern and radiance.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1474, 'Lamball Effigy', 'Relic_01', '/public/images/other/T_itemicon_Relic_01.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1475, 'Pengullet Effigy', 'Relic_02', '/public/images/other/T_itemicon_Relic_02.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1476, 'Munchill Effigy', 'Relic_03', '/public/images/other/T_itemicon_Relic_03.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1477, 'Rooby Effigy', 'Relic_04', '/public/images/other/T_itemicon_Relic_04.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1478, 'Herbil Effigy', 'Relic_05', '/public/images/other/T_itemicon_Relic_05.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1479, 'Tanzee Effigy', 'Relic_06', '/public/images/other/T_itemicon_Relic_06.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1480, 'Depresso Effigy', 'Relic_07', '/public/images/other/T_itemicon_Relic_07.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1481, 'Cattiva Effigy', 'Relic_08', '/public/images/other/T_itemicon_Relic_08.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1482, 'Lunaris Effigy', 'Relic_09', '/public/images/other/T_itemicon_Relic_09.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1483, 'Relaxaurus Effigy', 'Relic_10', '/public/images/other/T_itemicon_Relic_10.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1484, 'Yakumo Effigy', 'Relic_11', '/public/images/other/T_itemicon_Relic_11.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal effigy that can be found all around the Palpagos Islands. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1485, 'Tanzee Ignis\'s Assault Rifle', 'SkillUnlock_Monkey_Fire', '/public/images/essential/T_itemicon_Essential_SkillUnlock_AssaultRifle.png', 'Essential', 0, 999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Assault rifle made specifically for Tanzee Ignis. Activate its Partner Skill, and Tanzee Ignis will enter gunner mode and begin shooting at nearby enemies.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1486, 'Starryon Primo Saddle', 'SkillUnlock_NightBlueHorse_Neutral', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Starryon Primo.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1487, 'Smokie Cryst\'s Harness', 'SkillUnlock_BlackPuppy_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Harness.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Harness for Smokie Cryst. Activate its Partner Skill to detect the location of nearby Chromite.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1488, 'Dualith Saddle', 'SkillUnlock_GrassGolem', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Dualith. Grants the ability to fire a powerful Grass-element laser while mounted.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1489, 'Dualith Noct Saddle', 'SkillUnlock_GrassGolem_Dark', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Dualith Noct. Grants the ability to fire a powerful Dark-element laser while mounted.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1490, 'Solmora Saddle', 'SkillUnlock_KingSunfish', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Solmora.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1491, 'Solmora Lux Saddle', 'SkillUnlock_KingSunfish_Thunder', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Solmora Lux.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1492, 'Eidrolon Saddle', 'SkillUnlock_GhostDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Eidrolon.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1493, 'Eidrolon Ignis Saddle', 'SkillUnlock_GhostDragon_Fire', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Eidrolon Ignis.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1494, 'Dynamoff Saddle', 'SkillUnlock_ThunderFluffyBird', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Dynamoff.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1495, 'Beakon Cryst Saddle', 'SkillUnlock_ThunderBird_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Beakon Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1496, 'Celesdir Noct Saddle', 'SkillUnlock_WhiteDeer_Dark', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Celesdir Noct.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1497, 'Sunreach Rapid-Fire Ammo', 'SkyLightBullet', '/public/images/ammo/T_itemicon_Ammo_SkySubmachineGunBullet.png', 'Ammo', 9999, 9999, 0.025, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[WIP] Description not finalized. Ammo for the Combat SMG, Heavy Assault Rifle, and similar weapons.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1498, 'Sunreach Single-Shot Ammo', 'SkyHeavyBullet', '/public/images/ammo/T_itemicon_Ammo_SkyShotgunBullet.png', 'Ammo', 9999, 9999, 0.025, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[WIP] Description not finalized. Ammo for the Prototype Shotgun, Tactical Grenade Launcher, and similar weapons.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1499, 'Beam Scatter Ammo', 'WidePenetrateShotgunBullet', '/public/images/ammo/T_itemicon_Ammo_WidePenetrateShotgunBullet.png', 'Ammo', 10, 9999, 0.025, 7830, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Beam Scatter. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1500, 'Plasma Rifle Ammo', 'ElectricArcAssaultRifleBullet', '/public/images/ammo/T_itemicon_Ammo_ElectricArcAssaultRifleBullet.png', 'Ammo', 10, 9999, 0.025, 3910, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Plasma Rifle. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1501, 'Beam Launcher Ammo', 'BeamLauncherBullet', '/public/images/ammo/T_itemicon_Ammo_BeamLauncherBullet.png', 'Ammo', 10, 9999, 0.025, 13660, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Beam Launcher. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1502, 'Key Sphere of Envy', 'KeySphere_01', '/public/images/essential/T_itemicon_Essential_KeySphere_01.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of envying humanity\'s prosperity and bringing about its downfall.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1503, 'Key Sphere of Pride', 'KeySphere_02', '/public/images/essential/T_itemicon_Essential_KeySphere_02.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of arrogantly seeking coexistence, and bringing forth the Calamity.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1504, 'Key Sphere of Greed', 'KeySphere_03', '/public/images/essential/T_itemicon_Essential_KeySphere_03.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of rejecting one\'s fate, seeking the bonds of another.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1505, 'Key Sphere of Sloth', 'KeySphere_04', '/public/images/essential/T_itemicon_Essential_KeySphere_04.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of abandoning one\'s humanity, descending the path to ruin.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1506, 'Key Sphere of Gluttony', 'KeySphere_05', '/public/images/essential/T_itemicon_Essential_KeySphere_05.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of devouring the lifeblood of the stars, yet never knowing satiety.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1507, 'Key Sphere of Lust', 'KeySphere_06', '/public/images/essential/T_itemicon_Essential_KeySphere_06.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of seeking forbidden truth beyond the veil, transcending the bounds of human reason.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1508, 'Key Sphere of Wrath', 'KeySphere_07', '/public/images/essential/T_itemicon_Essential_KeySphere_07.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of surrendering oneself to wrath, spreading death without end.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1509, 'Key Sphere of Original Sin', 'KeySphere_08', '/public/images/essential/T_itemicon_Essential_KeySphere_08.png', 'Essential', 0, 99999999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A relic of an ancient civilization that once flourished in this land. Although its true nature remains unknown, recent research suggests that it may have been part of a massive device. |The sin of being born while denying all life in creation.|', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1510, 'Soralite Ingot', 'SkyislandIngot', '/public/images/material/T_itemicon_Material_SkyislandIngot.png', 'Material', 7, 9999, 3, 7200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An ancient metal refined from ore that slumbers in Sunreach. A rare processed material, forming the foundation of high-grade equipment and structures. Can be refined at Ancient Furnace.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1511, 'Paloxite Ingot', 'WorldTreeIngot', '/public/images/material/T_itemicon_Material_WorldTreeIngot.png', 'Material', 7, 9999, 3, 16200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An indomitable alloy created by fusing Soralite and Paloxite. A highly rare material, crystallizing the technology of ancient civilization and the power of the World Tree. It is vital for crafting the highest-grade equipment and structures.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1512, 'Ancient Helm', 'AncientHelmet', '/public/images/armor/T_itemicon_Armor_AncientHelmet.png', 'Armor', 10, 1, 15, 779860, 25000, NULL, NULL, 1200, 500, NULL, NULL, NULL, 'An ancient helmet forged from Soralite Ingot. It is imbued with wisdom passed down through the ages, protecting its wearer with unwavering strength. Its defensive capabilities far surpass those of modern equipment.', 'AncientHelmet', '{\"PassiveSkill1\": null, \"PassiveSkill2\": \"Neutral Damage Reduction Lv. 1\", \"PassiveSkill3\": \"Dragon Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (1513, 'Ancient Armor', 'AncientArmor', '/public/images/armor/T_itemicon_Armor_AncientArmor.png', 'Armor', 10, 1, 40, 1169780, 25000, NULL, NULL, 2400, 800, NULL, NULL, NULL, 'Ancient armor forged from Soralite Ingot. Crafted with the essence of a lost civilization, it boasts overwhelming defensive power and is capable of withstanding cataclysmic threats.', 'AncientArmor', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1514, 'Heat-Resistant Ancient Armor', 'AncientArmorHeat', '/public/images/armor/T_itemicon_Armor_AncientArmorHeat.png', 'Armor', 10, 1, 35, 2189330, 25000, NULL, NULL, 2400, 840, NULL, NULL, NULL, 'Refined Ancient Armor. Its heat resistance has been further enhanced using ancient technology, allowing it to endure scorching environments', 'AncientArmorHeat', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 3\", \"PassiveSkill3\": \"Fire Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (1515, 'Cold-Resistant Ancient Armor', 'AncientArmorCold', '/public/images/armor/T_itemicon_Armor_AncientArmorCold.png', 'Armor', 10, 1, 35, 2144040, 25000, NULL, NULL, 2400, 840, NULL, NULL, NULL, 'Refined Ancient Armor. Its cold resistance has been further enhanced using ancient technology, allowing the wearer to maintain their strength even in extreme cold regions.', 'AncientArmorCold', '{\"PassiveSkill1\": \"Cold Resistance Lv. 3\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill4\": null}', 1), (1516, 'Lightweight Ancient Armor', 'AncientArmorWeight', '/public/images/armor/T_itemicon_Armor_AncientArmorWeight.png', 'Armor', 10, 1, 35, 2751100, 25000, NULL, NULL, 2400, 840, NULL, NULL, NULL, 'Refined Ancient Armor. It is equipped with ancient auxiliary mechanisms, allowing the wearer to carry more supplies.', 'AncientArmorWeight', '{\"PassiveSkill1\": \"Cold Resistance Lv. 2\", \"PassiveSkill2\": \"Heat Resistance Lv. 2\", \"PassiveSkill3\": \"Max Carrying Capacity Lv. 4\", \"PassiveSkill4\": null}', 1), (1517, 'Ancient Helm Schematic 1', 'Blueprint_AncientHelmet_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Helm Schematic 1 (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1518, 'Ancient Helm Schematic 2', 'Blueprint_AncientHelmet_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Helm Schematic 2 (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1519, 'Ancient Helm Schematic 3', 'Blueprint_AncientHelmet_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Helm Schematic 3 (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1520, 'Ancient Helm Schematic 4', 'Blueprint_AncientHelmet_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Helm Schematic 4 (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1521, 'Ancient Armor Schematic 1', 'Blueprint_AncientArmor_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Armor Schematic 1 (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1522, 'Ancient Armor Schematic 2', 'Blueprint_AncientArmor_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Armor Schematic 2 (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1523, 'Ancient Armor Schematic 3', 'Blueprint_AncientArmor_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Armor Schematic 3 (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1524, 'Ancient Armor Schematic 4', 'Blueprint_AncientArmor_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ancient Armor Schematic 4 (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1525, 'Heat-Resistant Ancient Armor Schematic 1', 'Blueprint_AncientArmorHeat_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat-Resistant Ancient Armor Schematic 1 (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1526, 'Heat-Resistant Ancient Armor Schematic 2', 'Blueprint_AncientArmorHeat_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat-Resistant Ancient Armor Schematic 2 (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1527, 'Heat-Resistant Ancient Armor Schematic 3', 'Blueprint_AncientArmorHeat_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat-Resistant Ancient Armor Schematic 3 (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1528, 'Heat-Resistant Ancient Armor Schematic 4', 'Blueprint_AncientArmorHeat_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat-Resistant Ancient Armor Schematic 4 (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1529, 'Cold-Resistant Ancient Armor Schematic 1', 'Blueprint_AncientArmorCold_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold-Resistant Ancient Armor Schematic 1 (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1530, 'Cold-Resistant Ancient Armor Schematic 2', 'Blueprint_AncientArmorCold_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold-Resistant Ancient Armor Schematic 2 (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1531, 'Cold-Resistant Ancient Armor Schematic 3', 'Blueprint_AncientArmorCold_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold-Resistant Ancient Armor Schematic 3 (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1532, 'Cold-Resistant Ancient Armor Schematic 4', 'Blueprint_AncientArmorCold_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cold-Resistant Ancient Armor Schematic 4 (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1533, 'Lightweight Ancient Armor Schematic 1', 'Blueprint_AncientArmorWeight_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Ancient Armor Schematic 1 (Uncommon). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1534, 'Lightweight Ancient Armor Schematic 2', 'Blueprint_AncientArmorWeight_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Ancient Armor Schematic 2 (Rare). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1535, 'Lightweight Ancient Armor Schematic 3', 'Blueprint_AncientArmorWeight_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Ancient Armor Schematic 3 (Epic). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1536, 'Lightweight Ancient Armor Schematic 4', 'Blueprint_AncientArmorWeight_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lightweight Ancient Armor Schematic 4 (Legendary). Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1537, 'Sol Sphere', 'PalSphere_Ancient_1', '/public/images/palsphere/T_itemicon_PalSphere_Ancient_1.png', 'SpecialWeapon', 10, 9999, 0.1, 21000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An item that captures Pals when thrown. A high-grade Sphere from an ancient civilization that secured coexistence with Pals.', 'PalSphere_Ancient_1', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1538, 'Ancient Sphere', 'PalSphere_Ancient_2', '/public/images/palsphere/T_itemicon_PalSphere_Ancient_2.png', 'SpecialWeapon', 10, 9999, 0.1, 122760, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A tool that captures Pals when thrown. An ultimate Sphere created as the pinnacle of an ancient civilization, imbued with the power of the World Tree.', 'PalSphere_Ancient_2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1539, 'Marine Echobone', 'WhaleWhistleFragment_01', '/public/images/material/T_itemicon_Material_WhaleWhistleFragment_01.png', 'Essential', 1, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious bone fragment. If you listen closely, a faint sound can be heard. A sound of gentle, rhythmic waves.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1540, 'Silent Echobone', 'WhaleWhistleFragment_02', '/public/images/material/T_itemicon_Material_WhaleWhistleFragment_02.png', 'Essential', 1, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious bone fragment. If you listen closely, a faint sound can be heard. A sound of silence once encountered.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1541, 'Seafoam Echobone', 'WhaleWhistleFragment_03', '/public/images/material/T_itemicon_Material_WhaleWhistleFragment_03.png', 'Essential', 1, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious bone fragment. If you listen closely, a faint sound can be heard. A sound of fleeting water bubbles popping.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1542, 'Tidewind Echobone', 'WhaleWhistleFragment_04', '/public/images/material/T_itemicon_Material_WhaleWhistleFragment_04.png', 'Essential', 1, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious bone fragment. If you listen closely, a faint sound can be heard. The sound of a gentle sea breeze.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1543, 'Echoing Flute', 'WhaleWhistle', '/public/images/essential/T_itemicon_Essential_WhaleWhistle.png', 'Essential', 1, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A bone flute recreated by deciphering a Faded Schematic. Its clear tone, echoing endlessly beyond the horizon, will likely call forth the oath-keeper, the Legendary Ocean King.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1544, 'Mimog Effigy', 'Relic_12', '/public/images/other/T_itemicon_Relic_12.png', 'Essential', 9, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mysterious Pal Effigy that suddenly comes into your possession when you capture many Pals. Players can enhance their abilities by offering them to a certain statue.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1545, 'Wing Pack', 'WingGlider', '/public/images/glider/T_itemicon_Glider_WingGlider.png', 'Glider', 10, 1, 25, 6508680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A portable glider that enables flight. Consumes Wing Cell to propel the user through the skies.', 'WingGlider', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1546, 'Hardwood', 'Wood_Fine', '/public/images/material/T_itemicon_Material_Wood_Fine.png', 'Material', 1, 9999, 5, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'High-quality wood carefully selected from sturdy trees grown in harsh environments such as deserts, volcanic regions, and snowy mountains.', 'Wood', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1547, 'Mythical Wood', 'Wood_WorldTree', '/public/images/material/T_itemicon_Material_Wood_WorldTree.png', 'Material', 1, 9999, 8, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Rare wood imbued with the power of the World Tree. Only skilled craftsmen are able to process it.', 'Wood', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1548, 'Wooden Board', 'Processed_Wood', '/public/images/material/T_itemicon_Material_Processed_Wood.png', 'Material', 1, 9999, 2, 260, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Planks made from processed wood for easier use. More versatile than raw logs, with a wide variety of uses. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1549, 'High Quality Wooden Board', 'HighGrade_Processed_Wood', '/public/images/material/T_itemicon_Material_HighGrade_Processed_Wood.png', 'Material', 4, 9999, 3, 7680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fine planks carefully carved from Hardwood. They have beautiful wood grain and are used for structures with a luxurious feel. Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1550, 'Mythical Wooden Board', 'Premium_Processed_Wood', '/public/images/material/T_itemicon_Material_HighGrade_Processed_Wood.png', 'Material', 99, 9999, 4, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Planks made by processing mystical wood, emitting a faint light. They contain power beyond human understanding and make an ideal core material.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1551, 'Water Awakening Crystal', 'PalAwakening_Water', '/public/images/consume/T_itemicon_Consume_PalAwakening_Water.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Water Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1552, 'Electric Awakening Crystal', 'PalAwakening_Electric', '/public/images/consume/T_itemicon_Consume_PalAwakening_Electric.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Electric Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1553, 'Ground Awakening Crystal', 'PalAwakening_Ground', '/public/images/consume/T_itemicon_Consume_PalAwakening_Ground.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Ground Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1554, 'Grass Awakening Crystal', 'PalAwakening_Grass', '/public/images/consume/T_itemicon_Consume_PalAwakening_Grass.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Grass Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1555, 'Fire Awakening Crystal', 'PalAwakening_Fire', '/public/images/consume/T_itemicon_Consume_PalAwakening_Fire.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Fire Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1556, 'Ice Awakening Crystal', 'PalAwakening_Ice', '/public/images/consume/T_itemicon_Consume_PalAwakening_Ice.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Ice Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1557, 'Dragon Awakening Crystal', 'PalAwakening_Dragon', '/public/images/consume/T_itemicon_Consume_PalAwakening_Dragon.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Dragon Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1558, 'Dark Awakening Crystal', 'PalAwakening_Dark', '/public/images/consume/T_itemicon_Consume_PalAwakening_Dark.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Dark Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1559, 'Neutral Awakening Crystal', 'PalAwakening_Neutral', '/public/images/consume/T_itemicon_Consume_PalAwakening_Neutral.png', 'Consume', 10, 9999, 1, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A crystal formed from condensed World Tree energy. It awakens Neutral Pals, releasing their hidden power.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1560, 'Water Radiant Gem', 'PalAwakening_Material_Water', '/public/images/other/T_itemicon_PalAwakening_Material_Water.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Water Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1561, 'Electric Radiant Gem', 'PalAwakening_Material_Electric', '/public/images/other/T_itemicon_PalAwakening_Material_Electric.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Electric Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1562, 'Ground Radiant Gem', 'PalAwakening_Material_Ground', '/public/images/other/T_itemicon_PalAwakening_Material_Ground.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Ground Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1563, 'Grass Radiant Gem', 'PalAwakening_Material_Grass', '/public/images/other/T_itemicon_PalAwakening_Material_Grass.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Grass Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1564, 'Fire Radiant Gem', 'PalAwakening_Material_Fire', '/public/images/other/T_itemicon_PalAwakening_Material_Fire.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Fire Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1565, 'Ice Radiant Gem', 'PalAwakening_Material_Ice', '/public/images/other/T_itemicon_PalAwakening_Material_Ice.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Ice Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1566, 'Dragon Radiant Gem', 'PalAwakening_Material_Dragon', '/public/images/other/T_itemicon_PalAwakening_Material_Dragon.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Dragon Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1567, 'Dark Radiant Gem', 'PalAwakening_Material_Dark', '/public/images/other/T_itemicon_PalAwakening_Material_Dark.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Dark Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1568, 'Neutral Radiant Gem', 'PalAwakening_Material_Neutral', '/public/images/material/T_itemicon_Material_PalAwakening_Material_Neutral.png', 'Material', 5, 9999, 1, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A gem formed as World Tree energy accumulates within a Pal’s body. When processed, it becomes an item that releases the hidden power of Neutral Pals.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1569, 'Wing Cell', 'WingGlider_Fuel', '/public/images/material/T_itemicon_Material_WingGlider_Fuel.png', 'Consume', 10, 9999, 0.025, 31200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'The fuel required to power the Wing Pack.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1570, 'Toxin Filtering Membrane', 'UniqueMaterial_FlowerPrince', '/public/images/material/T_itemicon_Material_UniqueMaterial_FlowerPrince.png', 'Material', 3, 9999, 1, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An organ that protects Dandilord from the corrosive mist it emits. It filters and neutralizes the corrosive mist.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1571, 'Explosion-Resistant Fiber', 'UniqueMaterial_Mothman', '/public/images/material/T_itemicon_Material_UniqueMaterial_Mothman.png', 'Material', 3, 9999, 1, 5000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fibers taken from the surface of a Silvance’s body. It can reduce the impact of explosions.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1572, 'Explosion-Resistant Undershirt', 'Accessory_ExplosionResist', '/public/images/accessory/T_itemicon_Accessory_ExplosionResist.png', 'Accessory', 10, 1, 2, 120000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A lightweight yet durable undergarment made from special fibers. It nullifies damage from explosions.', NULL, '{\"PassiveSkill1\": \"Explosion Immunity\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1573, 'Dandilord\'s Petal', 'BossDefeatReward_FlowerPrince', '/public/images/essential/T_itemicon_Essential_BossDefeatReward_FlowerPrince.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating Dandilord. One of the keys used to remove the barrier of the sealed chamber located in the deepest part of the World Tree.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1574, 'Silvance\'s Plume', 'BossDefeatReward_Mothman', '/public/images/essential/T_itemicon_Essential_BossDefeatReward_Mothman.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating Silvance. One of the keys used to remove the barrier of the sealed chamber located in the deepest part of the World Tree.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1575, 'Modified Pal\'s Contaminated Core', 'BossDefeatReward_BossRush', '/public/images/essential/T_itemicon_Essential_BossDefeatReward_BossRush.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating Highly Modified Pals. One of the keys used to remove the barrier of the sealed chamber located in the deepest part of the World Tree.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1576, 'Grass Skill Fruit: Wind Blast', 'SkillCard_WindBurst', '/public/images/consume/T_itemicon_Consume_SkillCard_Grass.png', 'Consume', 1, 9999, 0, 1500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Wind Burst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1577, 'Primitive Sword', 'BronzeSword', '/public/images/weapon/T_itemicon_Weapon_BronzeSword.png', 'Weapon', 2, 1, 10, 5160, 500, NULL, 180, NULL, NULL, NULL, NULL, NULL, 'A sword for close-range combat. Not bad for a battered sword. Perfect for getting up close and personal.', 'BronzeSword', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1578, 'Metal Bat', 'Bat3', '/public/images/weapon/T_itemicon_Weapon_Bat3.png', 'Weapon', 3, 1, 3, 20880, 500, NULL, 500, NULL, NULL, NULL, NULL, NULL, 'A Metal Bat that works well in close combat. Use it to beat down anyone you don\'t like.', 'Bat3', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1579, 'Enhanced Lily\'s Spear', 'Spear_ForestBoss2', '/public/images/weapon/T_itemicon_Weapon_Spear_ForestBoss2.png', 'Weapon', 5, 1, 10, 508560, 600, NULL, 1200, NULL, NULL, NULL, NULL, NULL, 'An enhanced version of Lily\'s beloved spear. Pierces those who neglect their Pals.', 'Spear_ForestBoss2', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1580, 'Metal Bat Schematic 1', 'Blueprint_Bat3_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Bat (Uncommon). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1581, 'Metal Bat Schematic 2', 'Blueprint_Bat3_3', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Bat (Rare). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1582, 'Metal Bat Schematic 3', 'Blueprint_Bat3_4', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Bat (Epic). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1583, 'Metal Bat Schematic 4', 'Blueprint_Bat3_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Metal Bat (Legendary). Can be crafted at Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1584, 'Enhanced Lily\'s Spear Schematic 4', 'Blueprint_Spear_ForestBoss2_5', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 1, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Enhanced Lily\'s Spear (Legendary). Can be crafted at Advanced Weapon Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1585, 'Life Pendant Schematic', 'Blueprint_Accessory_HP_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Life Pendant (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1586, 'Attack Pendant Schematic', 'Blueprint_Accessory_AT_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Attack Pendant (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1587, 'Defense Pendant Schematic', 'Blueprint_Accessory_defense_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Defense Pendant (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1588, 'Pendant of Diligence Schematic', 'Blueprint_Accessory_WorkSpeed_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pendant of Diligence (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1589, 'Heat-Resistant Undershirt Schematic', 'Blueprint_Accessory_HeatResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Heat Resistant Undershirt (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1590, 'Thermal Undershirt Schematic', 'Blueprint_Accessory_CoolResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Thermal Undershirt (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1591, 'Ring of Neutral Resistance Schematic', 'Blueprint_Accessory_NormalResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Neutral Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1592, 'Ring of Fire Resistance Schematic', 'Blueprint_Accessory_FireResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Fire Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1593, 'Ring of Water Resistance Schematic', 'Blueprint_Accessory_AquaResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Water Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1594, 'Ring of Electric Resistance Schematic', 'Blueprint_Accessory_ThunderResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Electric Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1595, 'Ring of Grass Resistance Schematic', 'Blueprint_Accessory_LeafResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Grass Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1596, 'Ring of Ice Resistance Schematic', 'Blueprint_Accessory_IceResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Ice Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1597, 'Ring of Ground Resistance Schematic', 'Blueprint_Accessory_EarthResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Ground Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1598, 'Ring of Dark Resistance Schematic', 'Blueprint_Accessory_DarkResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Dark Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1599, 'Ring of Dragon Resistance Schematic', 'Blueprint_Accessory_DragonResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Dragon Resistance (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1600, 'Multiclimate Undershirt Schematic', 'Blueprint_Accessory_HeatColdResist_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Multiclimate Undershirt (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1601, 'Ring of Freight Schematic', 'Blueprint_Accessory_MaxWeightUp_01_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Freight (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1602, 'Neutral Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Normal_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Neutral Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1603, 'Fire Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Fire_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Fire Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1604, 'Water Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Water_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Water Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1605, 'Electric Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Electricity_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Electric Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1606, 'Grass Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Leaf_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Grass Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1607, 'Ice Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Ice_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ice Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1608, 'Ground Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Earth_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ground Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1609, 'Dark Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Dark_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Dark Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1610, 'Dragon Support Whistle Schematic', 'Blueprint_Otomo_ElementBoost_Dragon_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Dragon Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1611, 'Attack Support Whistle Schematic', 'Blueprint_Otomo_Attack_up1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Attack Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1612, 'Defense Support Whistle Schematic', 'Blueprint_Otomo_Defense_up1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Defense Support Whistle (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1613, 'Growth Acceleration Bell Schematic', 'Blueprint_Otomo_PalExp_Increase_1_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Growth Acceleration Bell (Rare). Can be crafted at High-Quality Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1614, 'AI Core', 'AIcore', '/public/images/material/T_itemicon_Material_AIcore.png', 'Material', 5, 9999, 10, 252940, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A core component essential to cutting-edge devices, enabling complex decision-making and autonomous control. Can be crafted at Advanced Workshop.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1615, 'Cryogenic Coolant', 'Bio_Coolant', '/public/images/material/T_itemicon_Material_Bio_Coolant.png', 'Material', 3, 9999, 3, 720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A high-efficiency cooling medium made from special components derived from Pals. Used to regulate temperature in high-output devices. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1616, 'Bio Battery', 'Bio_Battery', '/public/images/material/T_itemicon_Material_Bio_Battery.png', 'Material', 4, 9999, 5, 2230, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A device that stores bio-energy as electrical power. Used for equipment requiring high energy density. Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1617, 'Thermal Core', 'Thermal_Core', '/public/images/material/T_itemicon_Material_Thermal_Core.png', 'Material', 4, 9999, 8, 12290, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A high-temperature reaction core containing vast thermal energy. Used as a power component in advanced devices. Can be crafted at Production Assembly Line II.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1618, 'Corrosive Solvent', 'Corrosive_Solvent', '/public/images/material/T_itemicon_Material_Corrosive_Solvent.png', 'Material', 3, 9999, 3, 720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A dangerous chemical solvent with strong decomposing properties. Used for precision processing and special treatments. Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1619, 'Dogen Emblem', 'Accessory_PPAT_1', '/public/images/accessory/T_itemicon_Accessory_PPAT_1.png', 'Accessory', 3, 1, 2, 70620, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises your Attack, and that of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Attack Up Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1620, 'Dogen Emblem Schematic', 'Blueprint_Accessory_PPAT_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Dogen Emblem (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1621, 'Silvegis Emblem', 'Accessory_PPDF_1', '/public/images/accessory/T_itemicon_Accessory_PPDF_1.png', 'Accessory', 3, 1, 2, 81420, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises your Defense, and that of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Defense Up Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1622, 'Silvegis Emblem Schematic', 'Blueprint_Accessory_PPDF_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Silvegis Emblem (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1623, 'Wandering Merchant Charm', 'Accessory_HCMW_1', '/public/images/accessory/T_itemicon_Accessory_HCMW_1.png', 'Accessory', 3, 1, 2, 103680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Heat and Cold Resistance. It also significantly increases carrying capacity.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3 / Cold Resistance Lv. 3\", \"PassiveSkill2\": \"Max Carrying Capacity Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1624, 'Wandering Merchant Charm Schematic', 'Blueprint_Accessory_HCMW_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Wandering Merchant Charm (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1625, 'Vanguard Charm', 'Accessory_HCHP_1', '/public/images/accessory/T_itemicon_Accessory_HCHP_1.png', 'Accessory', 3, 1, 2, 103680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Heat and Cold Resistance. It also significantly increases Health.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3 / Cold Resistance Lv. 3\", \"PassiveSkill2\": \"Health Up Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1626, 'Vanguard Charm Schematic', 'Blueprint_Accessory_HCHP_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Vanguard Charm (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1627, 'Warsect Terra\'s Belt', 'Accessory_DFHP_1', '/public/images/accessory/T_itemicon_Accessory_DFHP_1.png', 'Accessory', 3, 1, 2, 80700, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises Defense and Health.', NULL, '{\"PassiveSkill1\": \"Defense Up Lv. 4\", \"PassiveSkill2\": \"Health Up Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1628, 'Warsect Terra\'s Belt Schematic', 'Blueprint_Accessory_DFHP_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Warsect Terra\'s Belt (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1629, 'Islander\'s Tool Belt', 'Accessory_WKMC_1', '/public/images/accessory/T_itemicon_Accessory_WKMC_1.png', 'Accessory', 3, 1, 2, 58620, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly raises carrying capacity. It also significantly increases work speed.', NULL, '{\"PassiveSkill1\": \"Max Carrying Capacity Lv. 4\", \"PassiveSkill2\": \"Speedy Worker Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1630, 'Islander\'s Tool Belt Schematic', 'Blueprint_Accessory_WKMC_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Islander\'s Tool Belt (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1631, 'Celestial Emperor\'s Baton', 'Otomo_ATNormal_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATNormal_ElementBoost_1.png', 'Accessory', 3, 1, 2, 51480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Neutral damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Neutral Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1632, 'Celestial Emperor\'s Baton Schematic', 'Blueprint_Otomo_ATNormal_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Celestial Emperor\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1633, 'Flame Emperor\'s Baton', 'Otomo_ATFire_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATFire_ElementBoost_1.png', 'Accessory', 3, 1, 2, 41880, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Fire damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Fire Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1634, 'Flame Emperor\'s Baton Schematic', 'Blueprint_Otomo_ATFire_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Flame Emperor\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1635, 'Lord of the Sea\'s Baton', 'Otomo_ATWater_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATWater_ElementBoost_1.png', 'Accessory', 3, 1, 2, 47280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Water damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Water Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1636, 'Lord of the Sea\'s Baton Schematic', 'Blueprint_Otomo_ATWater_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lord of the Sea\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1637, 'Lord of Lightning\'s Baton', 'Otomo_ATElectricity_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATElectricity_ElementBoost_1.png', 'Accessory', 3, 1, 2, 40080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Electric damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Electric Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1638, 'Lord of Lightning\'s Baton Schematic', 'Blueprint_Otomo_ATElectricity_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lord of Lightning\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1639, 'Spirit Emperor\'s Baton', 'Otomo_ATLeaf_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATLeaf_ElementBoost_1.png', 'Accessory', 3, 1, 2, 39480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Grass damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Grass Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1640, 'Spirit Emperor\'s Baton Schematic', 'Blueprint_Otomo_ATLeaf_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Spirit Emperor\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1641, 'Ice Emperor\'s Baton', 'Otomo_ATIce_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATIce_ElementBoost_1.png', 'Accessory', 3, 1, 2, 41880, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Ice damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Ice Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1642, 'Ice Emperor\'s Baton Schematic', 'Blueprint_Otomo_ATIce_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ice Emperor\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1643, 'Earth Emperor\'s Baton', 'Otomo_ATEarth_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATEarth_ElementBoost_1.png', 'Accessory', 3, 1, 2, 43680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Ground damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Ground Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1644, 'Earth Emperor\'s Baton Schematic', 'Blueprint_Otomo_ATEarth_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Earth Emperor\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1645, 'Lord of the Underworld\'s Baton', 'Otomo_ATDark_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATDark_ElementBoost_1.png', 'Accessory', 3, 1, 2, 45480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Dark damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Dark Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1646, 'Lord of the Underworld\'s Baton Schematic', 'Blueprint_Otomo_ATDark_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lord of the Underworld\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1647, 'Divine Dragon\'s Baton', 'Otomo_ATDragon_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_ATDragon_ElementBoost_1.png', 'Accessory', 3, 1, 2, 67200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Attack of the Pal fighting alongside you. It also significantly increases their Dragon damage.', NULL, '{\"PassiveSkill1\": \"Pal Attack Up Lv. 4\", \"PassiveSkill2\": \"Pal Dragon Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1648, 'Divine Dragon\'s Baton Schematic', 'Blueprint_Otomo_ATDragon_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Divine Dragon\'s Baton (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1649, 'Pal Tamer\'s Glasses', 'Accessory_NonkChecker_1', '/public/images/accessory/T_itemicon_Accessory_NonkChecker_1.png', 'Accessory', 3, 1, 2, 46200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Eyewear for Pal Tamers. The wearer\'s attacks will not reduce the target\'s Health below 1. Reveals hidden Pal potentials.', NULL, '{\"PassiveSkill1\": \"Mercy Hit\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1650, 'Pal Tamer\'s Glasses Schematic', 'Blueprint_Accessory_NonkChecker_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Pal Tamer\'s Glasses (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1651, 'Hartalis\'s Talisman', 'Otomo_DFNormal_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFNormal_ElementBoost_1.png', 'Accessory', 3, 1, 2, 43680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Neutral damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Neutral Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1652, 'Hartalis\'s Talisman Schematic', 'Blueprint_Otomo_DFNormal_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Hartalis\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1653, 'Blazamut\'s Talisman', 'Otomo_DFFire_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFFire_ElementBoost_1.png', 'Accessory', 3, 1, 2, 38280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Fire damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Fire Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1654, 'Blazamut\'s Talisman Schematic', 'Blueprint_Otomo_DFFire_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Blazamut\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1655, 'Neptilius\'s Talisman', 'Otomo_DFWater_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFWater_ElementBoost_1.png', 'Accessory', 3, 1, 2, 55200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Water damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Water Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1656, 'Neptilius\'s Talisman Schematic', 'Blueprint_Otomo_DFWater_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Neptilius\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1657, 'Orserk\'s Talisman', 'Otomo_DFElectricity_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFElectricity_ElementBoost_1.png', 'Accessory', 3, 1, 2, 40080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Electric damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Electric Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1658, 'Orserk\'s Talisman Schematic', 'Blueprint_Otomo_DFElectricity_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Orserk\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1659, 'Lyleen\'s Talisman', 'Otomo_DFLeaf_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFLeaf_ElementBoost_1.png', 'Accessory', 3, 1, 2, 39480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Grass damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Grass Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1660, 'Lyleen\'s Talisman Schematic', 'Blueprint_Otomo_DFLeaf_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lyleen\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1661, 'Frostallion\'s Talisman', 'Otomo_DFIce_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFIce_ElementBoost_1.png', 'Accessory', 3, 1, 2, 41880, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Ice damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Ice Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1662, 'Frostallion\'s Talisman Schematic', 'Blueprint_Otomo_DFIce_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Frostallion\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1663, 'Anubis\'s Talisman', 'Otomo_DFEarth_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFEarth_ElementBoost_1.png', 'Accessory', 3, 1, 2, 48480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Ground damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Ground Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1664, 'Anubis\'s Talisman Schematic', 'Blueprint_Otomo_DFEarth_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Anubis\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1665, 'Lyleen Noct\'s Talisman', 'Otomo_DFDark_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFDark_ElementBoost_1.png', 'Accessory', 3, 1, 2, 35880, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Dark damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Dark Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1666, 'Lyleen Noct\'s Talisman Schematic', 'Blueprint_Otomo_DFDark_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Lyleen Noct\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1667, 'Air Walker Mk I', 'Accessory_JumpAir_1', '/public/images/accessory/T_itemicon_Accessory_JumpAir_1.png', 'Accessory', 3, 1, 2, 133920, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to jump in mid-air when equipped. Also grants a mid-air dash.', NULL, '{\"PassiveSkill1\": \"Jump Count Increase +1\", \"PassiveSkill2\": \"Aerial Dash +1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1668, 'Air Walker Mk I Schematic', 'Blueprint_Accessory_JumpAir_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Air Walker Mk I (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1669, 'Air Walker Mk II', 'Accessory_JumpAir_2', '/public/images/accessory/T_itemicon_Accessory_JumpAir_2.png', 'Accessory', 3, 1, 2, 210360, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to jump in mid-air when equipped. Also grants a double mid-air dash.', NULL, '{\"PassiveSkill1\": \"Jump Count Increase +1\", \"PassiveSkill2\": \"Aerial Dash +2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1670, 'Air Walker Mk II Schematic', 'Blueprint_Accessory_JumpAir_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Air Walker Mk II (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1671, 'Air Walker Mk III', 'Accessory_SuperJumpAir_1', '/public/images/accessory/T_itemicon_Accessory_SuperJumpAir_1.png', 'Accessory', 3, 1, 2, 272400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to perform double jumps in mid-air when equipped. Also grants a mid-air dash.', NULL, '{\"PassiveSkill1\": \"Jump Count Increase +2\", \"PassiveSkill2\": \"Aerial Dash +1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1672, 'Air Walker Mk III Schematic', 'Blueprint_Accessory_SuperJumpAir_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Air Walker Mk III (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1673, 'Air Walker EX', 'Accessory_SuperJumpAir_2', '/public/images/accessory/T_itemicon_Accessory_SuperJumpAir_2.png', 'Accessory', 3, 1, 2, 406440, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that allows the player to perform double jumps in mid-air when equipped. Also grants a double mid-air dash.', NULL, '{\"PassiveSkill1\": \"Jump Count Increase +2\", \"PassiveSkill2\": \"Aerial Dash +2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1674, 'Air Walker EX Schematic', 'Blueprint_Accessory_SuperJumpAir_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Air Walker EX (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1675, 'Reptyro Charm', 'Accessory_HeatFire_1', '/public/images/accessory/T_itemicon_Accessory_HeatFire_1.png', 'Accessory', 3, 1, 2, 86040, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory with incredible resistance to heat. Greatly reduces incoming Fire damage.', NULL, '{\"PassiveSkill1\": \"Heat Resistance Lv. 3\", \"PassiveSkill2\": \"Fire Damage Reduction Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1676, 'Reptyro Charm Schematic', 'Blueprint_Accessory_HeatFire_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Reptyro Charm (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1677, 'Wumpo Charm', 'Accessory_ColdIce_1', '/public/images/accessory/T_itemicon_Accessory_ColdIce_1.png', 'Accessory', 3, 1, 2, 158040, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory with incredible resistance to cold. Greatly reduces incoming Ice damage.', NULL, '{\"PassiveSkill1\": \"Cold Resistance Lv. 3\", \"PassiveSkill2\": \"Ice Damage Reduction Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1678, 'Wumpo Charm Schematic', 'Blueprint_Accessory_ColdIce_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Wumpo Charm (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1679, 'Blazehowl Ring', 'Accessory_Otomo_Fire_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Fire_1.png', 'Accessory', 3, 1, 2, 31200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Grass damage of the Pal fighting alongside you. It also significantly increases the Fire damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Grass Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Fire Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1680, 'Blazehowl Ring Schematic', 'Blueprint_Accessory_Otomo_Fire_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Blazehowl Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1681, 'Faleris Aqua Ring', 'Accessory_Otomo_Water_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Water_1.png', 'Accessory', 3, 1, 2, 36600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Fire damage of the Pal fighting alongside you. It also significantly increases the Water damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Fire Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Water Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1682, 'Faleris Aqua Ring Schematic', 'Blueprint_Accessory_Otomo_Water_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Faleris Aqua Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1683, 'Fenglope Lux Ring', 'Accessory_Otomo_Electricity_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Electricity_1.png', 'Accessory', 3, 1, 2, 38280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Water damage of the Pal fighting alongside you. It also significantly increases the Electric damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Electric Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1684, 'Fenglope Lux Ring Schematic', 'Blueprint_Accessory_Otomo_Electricity_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Fenglope Lux Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1685, 'Menasting Terra Ring', 'Accessory_Otomo_Earth_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Earth_1.png', 'Accessory', 3, 1, 2, 41280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Electric damage of the Pal fighting alongside you. It also significantly increases the Ground damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Electric Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Ground Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1686, 'Menasting Terra Ring Schematic', 'Blueprint_Accessory_Otomo_Earth_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Menasting Terra Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1687, 'Vaelet Ring', 'Accessory_Otomo_Leaf_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Leaf_1.png', 'Accessory', 3, 1, 2, 24480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Ground damage of the Pal fighting alongside you. It also significantly increases the Grass damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Ground Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Grass Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1688, 'Vaelet Ring Schematic', 'Blueprint_Accessory_Otomo_Leaf_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Vaelet Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1689, 'Katress Ring', 'Accessory_Otomo_Dark_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Dark_1.png', 'Accessory', 3, 1, 2, 34080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Neutral damage of the Pal fighting alongside you. It also significantly increases the Dark damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Dark Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1690, 'Katress Ring Schematic', 'Blueprint_Accessory_Otomo_Dark_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Katress Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1691, 'Elphidran Ring', 'Accessory_Otomo_Dargon_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Dargon_1.png', 'Accessory', 3, 1, 2, 35280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Dark damage of the Pal fighting alongside you. It also significantly increases the Dragon damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Dragon Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1692, 'Elphidran Ring Schematic', 'Blueprint_Accessory_Otomo_Dargon_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Elphidran Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1693, 'Cryolinx Ring', 'Accessory_Otomo_Ice_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_Ice_1.png', 'Accessory', 3, 1, 2, 40680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Dragon damage of the Pal fighting alongside you. It also significantly increases the Ice damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Ice Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1694, 'Cryolinx Ring Schematic', 'Blueprint_Accessory_Otomo_Ice_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Cryolinx Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1695, 'Faleris Ring', 'Accessory_Otomo_Fire_2', '/public/images/accessory/T_itemicon_Accessory_Otomo_Fire_2.png', 'Accessory', 3, 1, 2, 34080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that greatly reduces incoming Ice damage of the Pal fighting alongside you. It also significantly increases the Fire damage of the Pal fighting alongside you.', NULL, '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 4\", \"PassiveSkill2\": \"Pal Fire Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1696, 'Faleris Ring Schematic', 'Blueprint_Accessory_Otomo_Fire_2', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Faleris Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1697, 'Ring of Trust', 'Otomo_PalConfidence_Increase_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_PalConfidence_Increase_1.png', 'Accessory', 3, 1, 2, 66120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Equipping this makes it easier to increase your Trust with your Pals.', NULL, '{\"PassiveSkill1\": \"Party Pals Bond Boost\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1698, 'Ring of Trust Schematic', 'Blueprint_Otomo_PalConfidence_Increase_1_fix', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Ring of Trust (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1699, 'Plasma Multicutter', 'LaserMiningTool', '/public/images/weapon/T_itemicon_Weapon_LaserMiningTool.png', 'Weapon', 4, 1, 50, 584400, 850, NULL, 250, NULL, NULL, NULL, NULL, NULL, 'A portable plasma cutter that concentrates and emits plasma energy. It supports a wide range of uses, from ore excavation to tree cutting. Its high-output energy also allows for the mining of special ores.', 'LaserMiningTool', '{\"PassiveSkill1\": \"Logging/Mining Yield Up\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1700, 'Dark Skill Fruit: Poison Shower', 'SkillCard_BubbleShower', '/public/images/consume/T_itemicon_Consume_SkillCard_Dark.png', 'Consume', 1, 9999, 0, 1500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Poison Shower.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1701, 'Water Skill Fruit: Geyser Gush', 'SkillCard_SeaGush', '/public/images/consume/T_itemicon_Consume_SkillCard_Water.png', 'Consume', 1, 9999, 0, 1500, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Use on a Pal to teach Geyser Gush.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1702, 'Huge Mutated Egg', 'PalEgg_MutationPal', '/public/images/material/T_itemicon_Material_PalEgg_MutationPal.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[WIP] Description not finalized. A Huge Mutated Egg. You can feel the restless aura of a strange soul, as if a monster is about to be born. Place it in a Egg Incubator to hatch it.', 'Anim_PalEgg_MutationPal', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1703, 'Extra Weapon Holster 2', 'UnlockEquipmentSlot_Weapon_02', '/public/images/accessory/T_itemicon_Accessory_UnlockEquipmentSlot_Weapon_02.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A holster that lets you equip additional weapons. When in inventory, adds an extra weapon slot. Carrying one is enough.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1704, 'Auri Hat', 'HeadEquip048', '/public/images/armor/T_itemicon_Armor_HeadEquip048.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Auri using this special headpiece!', 'HeadEquip048', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1705, 'Zenara Hat', 'HeadEquip049', '/public/images/armor/T_itemicon_Armor_HeadEquip049.png', 'Armor', 99, 1, 7, 10000, 5000, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Dress up like Zenara using this special headpiece! A rarity only the most fortunate may obtain.', 'HeadEquip049', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1706, 'Herbil Headband', 'HeadEquip050', '/public/images/armor/T_itemicon_Armor_HeadEquip050.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Headband shaped like a Herbil.', 'HeadEquip050', '{\"PassiveSkill1\": \"Grass Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1707, 'Jelliette Hat', 'HeadEquip053', '/public/images/armor/T_itemicon_Armor_HeadEquip053.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Jelliette.', 'HeadEquip053', '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1708, 'Faded Schematic', 'Blueprint_WhaleWhistle', '/public/images/other/T_itemicon_Blueprint_WhaleWhistle.png', 'Essential', 1, 9999, 0, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Echoing Flute. Can be crafted at Primitive Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1709, 'Turtacle Cap', 'HeadEquip054', '/public/images/armor/T_itemicon_Armor_HeadEquip054.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Turtacle.', 'HeadEquip054', '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1710, 'Phantom Ring', 'Accessory_Avoid_1', '/public/images/accessory/T_itemicon_Accessory_Accessory_Avoid_1.png', 'Accessory', 3, 1, 2, 121860, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that extends the invincibility period of rolls and sidesteps.', NULL, '{\"PassiveSkill1\": \"Extended Dodge Immunity\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1711, 'Phantom Ring Schematic', 'Blueprint_Accessory_Avoid_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 1, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Phantom Ring (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1712, 'Skutlass Sashimi', 'Meat_SwordCutlassFish', '/public/images/food/T_itemicon_Food_Meat_SwordCutlassFish.png', 'Food', 3, 9999, 5, 600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Raw slices of Skutlass. Characterized by its supple, plump flesh. Caution is required when preparing it due to its sword-like spine.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1713, 'Salt-Grilled Skutlass', 'GrilledSwordCutlassFish', '/public/images/food/T_itemicon_Food_GrilledSwordCutlassFish.png', 'Food', 1, 9999, 1, 720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fresh fillets of Skutlass salted and grilled into a simple dish. When eaten, it nullifies knockback and flinching for a certain period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1714, 'Seafood Pasta', 'OctopusGirl_Takoyaki2', '/public/images/food/T_itemicon_Food_OctopusGirl_Takoyaki2.png', 'Food', 3, 9999, 1, 1810, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fresh pasta is tossed with fragrant seafood in this exceptional dish, using Gloopie tentacles to elevate it even further. When eaten, it nullifies damage from explosions for a certain period of time.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1715, 'Kingpaca Headband', 'HeadEquip051', '/public/images/armor/T_itemicon_Armor_HeadEquip051.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Headband shaped like a Kingpaca.', 'HeadEquip051', '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1716, 'Gloopie Hat', 'HeadEquip052', '/public/images/armor/T_itemicon_Armor_HeadEquip052.png', 'Armor', 99, 1, 4, 500, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Gloopie.', 'HeadEquip052', '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1717, 'Mechanical Bow Ammo', 'SkyBowArrow', '/public/images/ammo/T_itemicon_Ammo_SkyBowArrow.png', 'Ammo', 10, 9999, 0.025, 1730, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Enhanced arrows for shooting with Mechanical Bow. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1718, 'Combat SMG Ammo', 'SkySubmachineGunBullet', '/public/images/ammo/T_itemicon_Ammo_SkySubmachineGunBullet.png', 'Ammo', 10, 9999, 0.025, 1020, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Combat SMG. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1719, 'Prototype Shotgun Ammo', 'SkyShotgunBullet', '/public/images/ammo/T_itemicon_Ammo_SkyShotgunBullet.png', 'Ammo', 10, 9999, 0.025, 3870, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Prototype Shotgun. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1720, 'Heavy Assault Rifle Ammo', 'SkyAssaultRifleBullet', '/public/images/ammo/T_itemicon_Ammo_SkyAssaultRifleBullet.png', 'Ammo', 10, 9999, 0.025, 1120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Heavy Assault Rifle. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1721, 'Tactical Grenade Launcher Ammo', 'SkyGrenadeLauncherBullet', '/public/images/ammo/T_itemicon_Ammo_SkyGrenadeLauncherBullet.png', 'Ammo', 10, 9999, 0.025, 3970, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ammo for the Tactical Grenade Launcher. Can be crafted at Ancient Workbench.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1722, 'Ancient Bark', 'Wood_Ancient', '/public/images/material/T_itemicon_Material_Wood_Ancient.png', 'Material', 1, 9999, 5, 800, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'The bark of a tree that has lived for many years in extreme environments. Even the thin bark evokes a sense of boundless vitality.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1723, 'Ancient Lava', 'Lava_Ancient', '/public/images/material/T_itemicon_Material_Lava_Ancient.png', 'Material', 1, 9999, 8, 1000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A mass of lava formed over long years in extreme environments. The sealed-in blue lava is still emitting heat.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1724, 'Ancient Bone', 'BeastBone_Ancient', '/public/images/material/T_itemicon_Material_BeastBone_Ancient.png', 'Material', 1, 9999, 8, 1200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A beast bone weathered over many years in extreme environments. Even after losing its flesh, it still gives off a strong presence.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1725, 'Mutated Egg', 'PalEgg_MutationPal_01', '/public/images/material/T_itemicon_Material_PalEgg_MutationPal.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_MutationPal', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1726, 'Mutated Egg', 'PalEgg_MutationPal_02', '/public/images/material/T_itemicon_Material_PalEgg_MutationPal.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_MutationPal', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1727, 'Large Mutated Egg', 'PalEgg_MutationPal_03', '/public/images/material/T_itemicon_Material_PalEgg_MutationPal.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_MutationPal', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1728, 'Large Mutated Egg', 'PalEgg_MutationPal_04', '/public/images/material/T_itemicon_Material_PalEgg_MutationPal.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Large Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_MutationPal', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1729, 'Huge Mutated Egg', 'PalEgg_MutationPal_05', '/public/images/material/T_itemicon_Material_PalEgg_MutationPal.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'A Huge Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_MutationPal', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1730, 'Ominous Egg', 'PalEgg_WorldTree_01', '/public/images/material/T_itemicon_Material_PalEgg_WorldTree_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Ominous Egg. A mysterious egg imbued with the energy of the World Tree. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_WorldTree', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1731, 'Ominous Egg', 'PalEgg_WorldTree_02', '/public/images/material/T_itemicon_Material_PalEgg_WorldTree_01.png', 'Material', 1, 1, 10, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Ominous Egg. A mysterious egg imbued with the energy of the World Tree. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_WorldTree', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1732, 'Large Ominous Egg', 'PalEgg_WorldTree_03', '/public/images/material/T_itemicon_Material_PalEgg_WorldTree_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Large Ominous Egg. A mysterious egg imbued with the energy of the World Tree. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_WorldTree', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1733, 'Large Ominous Egg', 'PalEgg_WorldTree_04', '/public/images/material/T_itemicon_Material_PalEgg_WorldTree_01.png', 'Material', 1, 1, 25, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Large Ominous Egg. A mysterious egg imbued with the energy of the World Tree. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_WorldTree', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1734, 'Huge Ominous Egg', 'PalEgg_WorldTree_05', '/public/images/material/T_itemicon_Material_PalEgg_WorldTree_01.png', 'Material', 1, 1, 50, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An Huge Ominous Egg. A mysterious egg imbued with the energy of the World Tree. Place it in a Egg Incubator to incubate it.', 'Anim_PalEgg_WorldTree', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1735, 'Mushroom Cake', 'Cake02', '/public/images/food/T_itemicon_food_Cake02.png', 'Food', 2, 9999, 1, 7740, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. The talents of the resulting Pals will grow slightly more easily.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1736, 'Vegetable Cake', 'Cake03', '/public/images/food/T_itemicon_food_Cake03.png', 'Food', 3, 9999, 1, 7200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. Lay eggs twice at once.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1737, 'Extravagant Vegetable Cake', 'Cake04', '/public/images/food/T_itemicon_food_Cake04.png', 'Food', 4, 9999, 1, 9360, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. Mutations are more likely to occur, and talents will grow more easily.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1738, 'Special Cake', 'Cake05', '/public/images/food/T_itemicon_food_Cake05.png', 'Food', 5, 9999, 1, 20400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. More likely inherit multiple passive skills from their parents.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1739, 'Croajiro Cap', 'HeadEquip055', '/public/images/armor/T_itemicon_Armor_HeadEquip055.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Croajiro.', 'HeadEquip055', '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1740, 'Chikipi Cap', 'HeadEquip056', '/public/images/armor/T_itemicon_Armor_HeadEquip056.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Chikipi.', 'HeadEquip056', '{\"PassiveSkill1\": \"Neutral Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1741, 'Dandilord Hat', 'HeadEquip057', '/public/images/armor/T_itemicon_Armor_HeadEquip057.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 80, 30, NULL, NULL, NULL, 'Hat shaped like a Dandilord.', 'HeadEquip057', '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1742, 'Shroomer Hat', 'HeadEquip058', '/public/images/armor/T_itemicon_Armor_HeadEquip058.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Shroomer.', 'HeadEquip058', '{\"PassiveSkill1\": \"Grass Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1743, 'Ghangler Accessory', 'HeadEquip059', '/public/images/armor/T_itemicon_Armor_HeadEquip059.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hair accessory modeled after a Ghangler.', 'HeadEquip059', '{\"PassiveSkill1\": \"Water Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1744, 'Icelyn Hat', 'HeadEquip060', '/public/images/armor/T_itemicon_Armor_HeadEquip060.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Icelyn.', 'HeadEquip060', '{\"PassiveSkill1\": \"Ice Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1745, 'Splatterina Hat', 'HeadEquip061', '/public/images/armor/T_itemicon_Armor_HeadEquip061.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Splatterina.', 'HeadEquip061', '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1746, 'Tarantriss Hat', 'HeadEquip062', '/public/images/armor/T_itemicon_Armor_HeadEquip062.png', 'Armor', 99, 1, 4, 1000, 300, NULL, NULL, 60, 20, NULL, NULL, NULL, 'Hat shaped like a Tarantriss.', 'HeadEquip062', '{\"PassiveSkill1\": \"Dark Damage Reduction Lv. 1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1747, 'Tetroise Saddle', 'SkillUnlock_CubeTurtle', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Tetroise .', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1748, 'Tetroise Primo Saddle', 'SkillUnlock_CubeTurtle_Neutral', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Tetroise Primo.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1749, 'Moldron Saddle', 'SkillUnlock_VolcanoDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Moldron.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1750, 'Moldron Cryst Saddle', 'SkillUnlock_VolcanoDragon_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Moldron Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1751, 'Univolt Cryst Saddle', 'SkillUnlock_Kirin_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Univolt Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1752, 'Rayhound Cryst Saddle', 'SkillUnlock_Thunderdog_Ice', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Rayhound Cryst.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1753, 'Aegidron Saddle', 'SkillUnlock_DomeArmorDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Aegidron.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1754, 'Bulldosu Saddle', 'SkillUnlock_SumoDog', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Bulldosu.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1755, 'Polapup Terra Saddle', 'SkillUnlock_IceSeal_Ground', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Polapup Terra.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1756, 'Roujay Saddle', 'SkillUnlock_ThiefBird', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Roujay.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1757, 'Shaolong Saddle', 'SkillUnlock_BlueSkyDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Shaolong.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1758, 'Ophydia Saddle', 'SkillUnlock_LotusDragon', '/public/images/essential/T_itemicon_Essential_SkillUnlock_Saddle.png', 'Essential', 0, 9999, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Saddle for safely riding Ophydia.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1759, 'Pyrin Bounty Token', 'BossDefeatReward_FireKirin', '/public/images/other/T_icon_item_BossDefeatReward_FireKirin.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Pyrin, Steed of Flames]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1760, 'Tetroise Bounty Token', 'BossDefeatReward_CubeTurtle', '/public/images/other/T_icon_item_BossDefeatReward_CubeTurtle.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Tetroise, Sandsea Monolith]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1761, 'Reptyro Bounty Token', 'BossDefeatReward_VolcanicMonster', '/public/images/other/T_icon_item_BossDefeatReward_VolcanicMonster.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Reptyro, Lava-Devouring Juggernaut]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1762, 'Renjishi Bounty Token', 'BossDefeatReward_KabukiMan', '/public/images/other/T_icon_item_BossDefeatReward_KabukiMan.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Renjishi, Scorching Ovation]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1763, 'Moldron Cryst Bounty Token', 'BossDefeatReward_VolcanoDragon_Ice', '/public/images/other/T_icon_item_BossDefeatReward_VolcanoDragon_Ice.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Moldron Cryst, Frigid Voyager]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1764, 'Dualith Bounty Token', 'BossDefeatReward_GrassGolem', '/public/images/other/T_icon_item_BossDefeatReward_GrassGolem.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Dualith, Twinhearted Azure Construct]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1765, 'Shroomly Bounty Token', 'BossDefeatReward_MushroomLady', '/public/images/other/T_icon_item_BossDefeatReward_MushroomLady.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Shroomly, Cute as a Button]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1766, 'Celesdir Noct Bounty Token', 'BossDefeatReward_WhiteDeer_Dark', '/public/images/other/T_icon_item_BossDefeatReward_WhiteDeer_Dark.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Celesdir Noct, Beast of Chaos]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1767, 'Kuprok Cryst Bounty Token', 'BossDefeatReward_RockBeast_Ice', '/public/images/other/T_icon_item_BossDefeatReward_RockBeast_Ice.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Kuprok Cryst, Shuffling Glacier]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1768, 'Ophydia Bounty Token', 'BossDefeatReward_LotusDragon', '/public/images/other/T_icon_item_BossDefeatReward_LotusDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Ophydia, Pure Bloom Dragon]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Water Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1769, 'Flaracle Bounty Token', 'BossDefeatReward_FoxExorcist', '/public/images/other/T_icon_item_BossDefeatReward_FoxExorcist.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Flaracle, Self-Serving Seer]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1770, 'Dynamoff Bounty Token', 'BossDefeatReward_ThunderFluffyBird', '/public/images/other/T_icon_item_BossDefeatReward_ThunderFluffyBird.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Dynamoff, Buzzy Bundle]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0); INSERT INTO `items` (`ID`, `Name`, `DevName`, `Image`, `Type`, `Rank`, `MaxStackCount`, `Weight`, `Gold`, `Durability`, `MagazineSize`, `PhysicalAttackValue`, `HPValue`, `PhysicalDefenseValue`, `ShieldValue`, `MagicAttackValue`, `MagicDefenseValue`, `Description`, `ItemActorClass`, `PassiveSkills`, `bLegalInGame`) VALUES (1771, 'Slowatt Bounty Token', 'BossDefeatReward_ElecLizard', '/public/images/other/T_icon_item_BossDefeatReward_ElecLizard.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Slowatt, Shockingly Laid-Back]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1772, 'Snock Bounty Token', 'BossDefeatReward_ElecSnail', '/public/images/other/T_icon_item_BossDefeatReward_ElecSnail.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Snock, Sluggish Blue Bolt]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1773, 'Eidrolon Bounty Token', 'BossDefeatReward_GhostDragon', '/public/images/other/T_icon_item_BossDefeatReward_GhostDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Eidrolon, Wings of Freedom]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1774, 'Lyleen Bounty Token', 'BossDefeatReward_LilyQueen', '/public/images/other/T_icon_item_BossDefeatReward_LilyQueen.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Lyleen, Empress of Lilies]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1775, 'Grizzbolt Bounty Token', 'BossDefeatReward_ElecPanda', '/public/images/other/T_icon_item_BossDefeatReward_ElecPanda.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Grizzbolt, Claws of Lightning]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1776, 'Dualith Noct Bounty Token', 'BossDefeatReward_GrassGolem_Dark', '/public/images/other/T_icon_item_BossDefeatReward_GrassGolem_Dark.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Dualith Noct, Twinhearted Violet Construct]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1777, 'Blazehowl Bounty Token', 'BossDefeatReward_Manticore', '/public/images/other/T_icon_item_BossDefeatReward_Manticore.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Blazehowl, Crimson Goliath]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1778, 'Arsox Bounty Token', 'BossDefeatReward_FlameBuffalo', '/public/images/other/T_icon_item_BossDefeatReward_FlameBuffalo.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Arsox, Blazing Brute]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1779, 'Foxicle Bounty Token', 'BossDefeatReward_IceFox', '/public/images/other/T_icon_item_BossDefeatReward_IceFox.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Foxicle, Frostbound Fox]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ice Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1780, 'Wixen Bounty Token', 'BossDefeatReward_FoxMage', '/public/images/other/T_icon_item_BossDefeatReward_FoxMage.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Wixen, Fire-Licked Furball]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1781, 'Tetroise Primo Bounty Token', 'BossDefeatReward_CubeTurtle_Neutral', '/public/images/other/T_icon_item_BossDefeatReward_CubeTurtle_Neutral.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Tetroise Primo, Sandsea Wardenstone]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Neutral Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1782, 'Wistella Bounty Token', 'BossDefeatReward_MoonChild', '/public/images/other/T_icon_item_BossDefeatReward_MoonChild.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Wistella, Mantle of the Night Sky]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dark Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1783, 'Prixter Lux Bounty Token', 'BossDefeatReward_ScorpionMan_Electric', '/public/images/other/T_icon_item_BossDefeatReward_ScorpionMan_Electric.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Prixter Lux, Thunderlad]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Electric Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1784, 'Kuprok Bounty Token', 'BossDefeatReward_RockBeast', '/public/images/other/T_icon_item_BossDefeatReward_RockBeast.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Kuprok, Shambling Vein]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Ground Damage Enhancement (Medium)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1785, 'Moldron Bounty Token', 'BossDefeatReward_VolcanoDragon', '/public/images/other/T_icon_item_BossDefeatReward_VolcanoDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Moldron, Scorched Wanderer]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Fire Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1786, 'Needoll Bounty Token', 'BossDefeatReward_CactusDoll', '/public/images/other/T_icon_item_BossDefeatReward_CactusDoll.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Needoll, Prickly Welcome]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Grass Damage Enhancement (Small)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0), (1787, 'Ancient Shield', 'Shield_07', '/public/images/armor/T_itemicon_Armor_Shield_07.png', 'Armor', 10, 1, 5, 1929840, 22000, NULL, NULL, NULL, NULL, 2200, NULL, NULL, 'A shield created using lost ancient technology. It automatically repairs itself after not taking damage for a while. Its performance is said to be impossible to reproduce in the modern era.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1788, 'Jetragon\'s Talisman', 'Otomo_DFDragon_ElementBoost_1', '/public/images/accessory/T_itemicon_Accessory_Otomo_DFDragon_ElementBoost_1.png', 'Accessory', 3, 1, 2, 47280, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'An accessory that raises the Defense of the Pal fighting alongside you. It also significantly increases their Dragon damage.', NULL, '{\"PassiveSkill1\": \"Pal Defense Up Lv. 4\", \"PassiveSkill2\": \"Pal Dragon Damage Enhancement Lv. 4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1789, 'Jetragon\'s Talisman Schematic', 'Blueprint_Otomo_DFDragon_ElementBoost_1', '/public/images/material/T_itemicon_Material_Blueprint.png', 'Blueprint', 8, 9999, 0, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'When in inventory, unlocks recipe for Jetragon\'s Talisman (Epic). Can be crafted at Production Assembly Line.', NULL, '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 1), (1790, 'Aegidron Bounty Token', 'BossDefeatReward_DomeArmorDragon', '/public/images/other/T_icon_item_BossDefeatReward_DomeArmorDragon.png', 'Essential', 1, 9999, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Proof of defeating [Aegidron, Guardian of Luminous Trails]. Simply possessing it permanently increases the stats of the Pals in your team.', NULL, '{\"PassiveSkill1\": \"Dragon Damage Enhancement (Large)\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}', 0); -- -------------------------------------------------------- -- -- Table structure for table `itemsi18n` -- CREATE TABLE `itemsi18n` ( `ID` int NOT NULL, `ItemID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Description` text, `PassiveSkills` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `itemsi18n` -- INSERT INTO `itemsi18n` (`ID`, `ItemID`, `LanguageCode`, `Name`, `Description`, `PassiveSkills`) VALUES (1, 1, 'zh-Hans', '无属性抵抗戒指', '可稍微减轻无属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (2, 2, 'zh-Hans', '无属性抵抗戒指+1', '可减轻无属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (3, 3, 'zh-Hans', '无属性抵抗戒指+2', '可大幅减轻无属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (4, 4, 'zh-Hans', '水属性抵抗戒指', '可稍微减轻水属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (5, 5, 'zh-Hans', '水属性抵抗戒指+1', '可减轻水属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (6, 6, 'zh-Hans', '水属性抵抗戒指+2', '可大幅减轻水属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (7, 7, 'zh-Hans', '攻击吊坠', '可稍微提升攻击力的饰品。', '{\"PassiveSkill1\": \"提升攻击Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (8, 8, 'zh-Hans', '攻击吊坠+1', '可提升攻击力的饰品。', '{\"PassiveSkill1\": \"提升攻击Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (9, 9, 'zh-Hans', '攻击吊坠+2', '可大幅提升攻击力的饰品。', '{\"PassiveSkill1\": \"提升攻击Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (10, 10, 'zh-Hans', '防寒内衣', '拥有少量耐寒效果的饰品。', '{\"PassiveSkill1\": \"耐寒Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (11, 11, 'zh-Hans', '防寒内衣+1', '拥有耐寒效果的饰品。', '{\"PassiveSkill1\": \"耐寒Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (12, 12, 'zh-Hans', '防寒内衣+2', '拥有很强耐寒效果的饰品。', '{\"PassiveSkill1\": \"耐寒Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (13, 13, 'zh-Hans', '暗属性抵抗戒指', '可稍微减轻暗属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (14, 14, 'zh-Hans', '暗属性抵抗戒指+1', '可减轻暗属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (15, 15, 'zh-Hans', '暗属性抵抗戒指+2', '可大幅减轻暗属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (16, 16, 'zh-Hans', '防御吊坠', '可稍微提升防御力的饰品。', '{\"PassiveSkill1\": \"提升防御Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (17, 17, 'zh-Hans', '防御吊坠+1', '可提升防御力的饰品。', '{\"PassiveSkill1\": \"提升防御Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (18, 18, 'zh-Hans', '防御吊坠+2', '可大幅提升防御力的饰品。', '{\"PassiveSkill1\": \"提升防御Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (19, 19, 'zh-Hans', '龙属性抵抗戒指', '可稍微减轻龙属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻龙属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (20, 20, 'zh-Hans', '龙属性抵抗戒指+1', '可减轻龙属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻龙属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (21, 21, 'zh-Hans', '龙属性抵抗戒指+2', '可大幅减轻龙属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻龙属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (22, 22, 'zh-Hans', '地属性抵抗戒指', '可稍微减轻地属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻地属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (23, 23, 'zh-Hans', '地属性抵抗戒指+1', '可减轻地属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻地属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (24, 24, 'zh-Hans', '地属性抵抗戒指+2', '可大幅减轻地属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻地属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (25, 25, 'zh-Hans', '炎属性抵抗戒指', '可稍微减轻炎属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻火属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (26, 26, 'zh-Hans', '炎属性抵抗戒指+1', '可减轻炎属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻火属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (27, 27, 'zh-Hans', '炎属性抵抗戒指+2', '可大幅减轻炎属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻火属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (28, 28, 'zh-Hans', '耐热内衣', '拥有少量耐热效果的饰品。', '{\"PassiveSkill1\": \"耐暑Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (29, 29, 'zh-Hans', '耐热内衣+1', '拥有耐热效果的饰品。', '{\"PassiveSkill1\": \"耐暑Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (30, 30, 'zh-Hans', '耐热内衣+2', '拥有很强耐热效果的饰品。', '{\"PassiveSkill1\": \"耐暑Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (31, 31, 'zh-Hans', '生命吊坠', '可稍微提升HP的饰品。', '{\"PassiveSkill1\": \"提升生命值Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (32, 32, 'zh-Hans', '生命吊坠+1', '可提升HP的饰品。', '{\"PassiveSkill1\": \"提升生命值Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (33, 33, 'zh-Hans', '生命吊坠+2', '可大幅提升HP的饰品。', '{\"PassiveSkill1\": \"提升生命值Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (34, 34, 'zh-Hans', '冰属性抵抗戒指', '可稍微减轻冰属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (35, 35, 'zh-Hans', '冰属性抵抗戒指+1', '可减轻冰属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (36, 36, 'zh-Hans', '冰属性抵抗戒指+2', '可大幅减轻冰属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (37, 37, 'zh-Hans', '草属性抵抗戒指', '可稍微减轻草属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻草属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (38, 38, 'zh-Hans', '草属性抵抗戒指+1', '可减轻草属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻草属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (39, 39, 'zh-Hans', '草属性抵抗戒指+2', '可大幅减轻草属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻草属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (40, 40, 'zh-Hans', '雷属性抵抗戒指', '可稍微减轻雷属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻雷属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (41, 41, 'zh-Hans', '雷属性抵抗戒指+1', '可减轻雷属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻雷属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (42, 42, 'zh-Hans', '雷属性抵抗戒指+2', '可大幅减轻雷属性伤害的饰品。', '{\"PassiveSkill1\": \"减轻雷属性伤害Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (43, 43, 'zh-Hans', '勤劳吊坠', '可稍微提升作业速度的饰品。', '{\"PassiveSkill1\": \"高速工作Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (44, 44, 'zh-Hans', '勤劳吊坠+1', '可提升作业速度的饰品。', '{\"PassiveSkill1\": \"高速工作Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (45, 45, 'zh-Hans', '勤劳吊坠+2', '可大幅提升作业速度的饰品。', '{\"PassiveSkill1\": \"高速工作Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (46, 46, 'zh-Hans', '耐热防寒内衣', '同时拥有少量耐热、耐寒效果的饰品。', '{\"PassiveSkill1\": \"耐暑Lv3 / 耐寒Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (47, 47, 'zh-Hans', '耐热防寒内衣+1', '同时拥有耐热、耐寒效果的饰品。', '{\"PassiveSkill1\": \"耐暑Lv3 / 耐寒Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (48, 48, 'zh-Hans', '耐热防寒内衣+2', '同时拥有很强耐热、耐寒效果的饰品。', '{\"PassiveSkill1\": \"耐暑Lv3 / 耐寒Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (49, 53, 'zh-Hans', '箭', '弓射击时用的箭。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (50, 54, 'zh-Hans', '毒箭', '弓射击时用的毒箭。 可以对敌人造成中毒伤害。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (51, 55, 'zh-Hans', '火箭', '弓射击时用的火箭。 可以对敌人造成火属性伤害。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (52, 56, 'zh-Hans', '突击步枪', '以压倒性的连射能力镇压敌人的突击步枪。 火力优秀,是与强敌对战时的首选。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (53, 57, 'zh-Hans', '石头斧', '砍树用的斧子。 因为是石头做的,感觉不怎么锋利。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (54, 58, 'zh-Hans', '金属斧头', '砍树用的斧子。 以金属制成,砍起硬木头时‌称手很多。 砍伐生长在大陆深处的粗壮树木也不在话下。', '{\"PassiveSkill1\": \"提升伐木量Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (55, 59, 'zh-Hans', '精炼金属斧头', '砍树用的斧子。 耐久度与锋利度均有更进一步的提升。 可用于砍伐生长在严苛环境的良木,获得坚硬的木材。', '{\"PassiveSkill1\": \"提升伐木量Lv2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (56, 61, 'zh-Hans', '烤野莓', '经过烘烤后,营养价值更高了。 不可思议的是还很有饱足感。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (57, 62, 'zh-Hans', '烤蘑菇', '烤熟后营养价值上升的蘑菇。 不可思议的是还很有饱足感。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (58, 63, 'zh-Hans', '木棒', '用于近距离战斗的木棒。 也许能够用来打倒小型帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (59, 64, 'zh-Hans', '棒球棒', '这根棒球棒也能用于近距离战斗。 但拿帕鲁当球可能有点太大了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (60, 65, 'zh-Hans', '切肉刀', '可用于肢解召唤出的帕鲁的菜刀。 装备此道具时「抚摸」选项会转变为「肢解」。 帕鲁一经解体后将无法再度复生。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (61, 67, 'zh-Hans', '红色野莓', '不论生吃还是烤熟都很美味的万能食材。 走在岛上随处可见。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (62, 68, 'zh-Hans', '野莓种子', '可培育出红色野莓的种子。 是建造农园的必要物品。 可在采取红色野莓时获得。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (63, 69, 'zh-Hans', '卷饼', '在面包中夹入了培根,生菜,番茄的菜肴。 食用后一段时间内,攻击 +15%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (64, 70, 'zh-Hans', '五连弓', '改良后的弓,可同时发射5支箭。 拥有不可思议的力量,每次射击只消耗1支箭。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (65, 71, 'zh-Hans', '三连弓', '改良后的弓,可同时发射3支箭。 拥有不可思议的力量,每次射击只消耗1支箭。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (66, 72, 'zh-Hans', '十字弓', '不用使劲即可射出箭。 虽然填装很费时,但可使出强劲一击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (67, 73, 'zh-Hans', '火箭十字弓', '可造成火属性伤害的十字弓。 利用火箭让帕鲁着火,变得更容易捕捉。 需要「火箭」才能使用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (68, 74, 'zh-Hans', '毒箭十字弓', '可让攻击对象中毒的可怕十字弓。 帕鲁中毒以后,会变得更容易捕捉。 需要「毒箭」才能使用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (69, 75, 'zh-Hans', '奶油培根意面', '将蛋和牛奶一起拌入意大利面的料理。 食用后的一段时间内,防御+20%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (70, 76, 'zh-Hans', '木炭', '燃烧木材制成的木炭。 与硫磺组合可制成火药。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (71, 77, 'zh-Hans', '芝士汉堡', '在汉堡中夹上了奶酪的菜肴。 吃下去后一段时间,会让你的饱腹感增强,防御增加10%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (72, 79, 'zh-Hans', '布', '编织羊毛制成的布。 是制作防具时会用到的素材。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (73, 80, 'zh-Hans', '优质的布', '编织大量羊毛制成的优质的布。 是制作优质防具时必不可少的。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (74, 81, 'zh-Hans', '布衣服', '以布制成的衣服。 可以抵御夜间的寒意。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (75, 82, 'zh-Hans', '石炭', '可在洞窟中找到的石炭。 是制作优质金属时必不可少的。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (76, 83, 'zh-Hans', '电脑', '用于控制自动化设备和精密机械的部件, 是现代科技的基石。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (77, 84, 'zh-Hans', '金属盔甲', '以金属制成的盔甲。 有一定防御力,也有一定重量。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (78, 85, 'zh-Hans', '金属头盔', '以金属制成的头盔。 安全可靠,能守护你的大脑。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (79, 86, 'zh-Hans', '金属锭', '用于制作金属武器或防具的素材。 将金属矿石放入熔炉内冶炼制成。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (80, 87, 'zh-Hans', '金属矿石', '可用熔炉冶炼成金属锭。 可在洞窟等处发现。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (81, 89, 'zh-Hans', '原油', '能够加工成各种制品的素材。 可通过在油田设置原油提炼机来获得。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (82, 91, 'zh-Hans', '钻石', '闪耀着璀璨光芒的稀有宝石。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (83, 92, 'zh-Hans', '双管霰弹枪', '近距离战斗能力强劲的霰弹枪,可以连射2发。 弹容量虽少,但火力很强。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (84, 93, 'zh-Hans', '绿宝石', '闪耀着绿光的宝石。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (85, 94, 'zh-Hans', '蛋', '制作菜肴的材料,烤熟后也很美味。 是皮皮鸡生产的。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (86, 95, 'zh-Hans', '电棍', '敲下去就会触电的近战武器。 帕鲁在触电状态下比较容易捕获。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (87, 96, 'zh-Hans', '火箭弹', '火箭发射器等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (88, 98, 'zh-Hans', '纤维', '可从树木中采取的纤维。 是制作弓等的素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (89, 103, 'zh-Hans', '荷包蛋', '蛋煎熟后变得更加美味。 很奇妙地,吃起来更有饱足感。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (90, 104, 'zh-Hans', '毛皮盔甲', '以皮革制成的盔甲。 耐久度和防御力都得到了提升。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (91, 105, 'zh-Hans', '羽毛发饰', '美丽的羽毛发饰。 也许是心理作用,感觉可以防御头部的致命伤。', '{\"PassiveSkill1\": \"提升负重上限Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (92, 106, 'zh-Hans', '防腐雾面具', '附带特殊过滤装置的面具。 能让腐雾伤害无效化。', '{\"PassiveSkill1\": \"腐雾伤害无效\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (93, 107, 'zh-Hans', '高级滑翔伞', '展开后即可在空中滑翔的滑翔伞。 此为量产款式,有一定的飞行速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (94, 108, 'zh-Hans', '特级滑翔伞', '展开后可在空中滑翔的滑翔伞。 性能得到进一步提升,速度和升力都提高了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (95, 109, 'zh-Hans', '普通滑翔伞', '展开后即可在空中滑翔的滑翔伞。 构造简单,无法高速飞行。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (96, 110, 'zh-Hans', '优质滑翔伞', '展开后即可在空中滑翔的滑翔伞。 此款式性能有所提升,能以相当快的速度飞行。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (97, 113, 'zh-Hans', '烤肉', '烤好的肉。 肚子饱饱,心情好好。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (98, 115, 'zh-Hans', '火药', '用于发射子弹的火药。 是制作子弹时必不可少的。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (99, 116, 'zh-Hans', '汉堡', '在面包中夹有汉堡、生菜、番茄的菜肴。 吃了之后一段时间,饱腹感更强,攻击 +10%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (100, 117, 'zh-Hans', '手枪', '子弹容纳量及连射性能经过强化的手枪。 每秒火力比劣质手枪更强。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (101, 118, 'zh-Hans', '手枪子弹', '手枪等使用的弹药。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (102, 119, 'zh-Hans', '低品质药品', '可治疗感冒及扭伤、暴食症的低品质药品。 吃下后也无法恢复HP。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (103, 120, 'zh-Hans', '自动追踪帕鲁球发射器', '用于发射帕鲁球的发射器。 用它射出的帕鲁球会追踪帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (104, 121, 'zh-Hans', '蜂蜜', '可从骑士蜂身上取得的蜂蜜。 甘甜美味。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (105, 122, 'zh-Hans', '棉花糖', '可从棉花糖身上取得的棉花糖。 吃起来轻盈甜美,入口即化。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (106, 124, 'zh-Hans', '热牛奶', '加热后变得更加美味。 很奇妙地,喝起来更有饱足感。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (107, 125, 'zh-Hans', '精炼金属盔甲', '以优质金属制成的盔甲。 防御力极优,但也相当沉重。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (108, 126, 'zh-Hans', '精炼金属头盔', '以优质金属制成的头盔。 精心打磨后耀眼的金属光泽提高了它的价值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (109, 127, 'zh-Hans', '精炼金属锭', '用于制作优质金属武器及防具的素材。 将金属矿石与石炭放入炉中即可制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (110, 128, 'zh-Hans', '果酱面包', '在面包上涂上果酱的料理。 野莓的甜味和面包很搭。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (111, 129, 'zh-Hans', '能量盒', '激光步枪等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (112, 130, 'zh-Hans', '激光步枪', '能够发射激光的武器。 威力高又易于使用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (113, 131, 'zh-Hans', '火箭发射器', '可远距离进行强劲轰炸的火箭发射器。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (114, 132, 'zh-Hans', '皮革', '源自帕鲁的皮革,可用来制作防具。 可从部分帕鲁身上取得。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (115, 133, 'zh-Hans', '生菜', '绿色叶子,是沙拉中的王者。 爽脆口感与清新口味都是最棒的。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (116, 134, 'zh-Hans', '生菜种子', '可培育出生菜的种子。 是建造农园的必要物品。 可从商人处购买。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (117, 136, 'zh-Hans', '高品质药品', '可治疗虚弱及抑郁的高品质药品。 无法恢复HP。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (118, 138, 'zh-Hans', '钉子', '建造大量设施时必不可少的部件。 可在原始的作业台制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (119, 139, 'zh-Hans', '电路板', '制作精密机器时必不可少的电路板。 可在作业流水线工厂制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (120, 140, 'zh-Hans', '劣质手枪', '手工制造的破旧手枪。 较适合用于近距离战斗,但每次只能射出一发子弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (121, 141, 'zh-Hans', '生肉', '帕鲁的肉。 十分新鲜,几乎可供人类生食。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (122, 142, 'zh-Hans', '药品', '可治疗胃溃疡及骨折的不可思议的药品。 无法恢复HP。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (123, 143, 'zh-Hans', '牛奶', '可直接饮用,也可作为菜肴的材料。 可从波霸牛获取。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (124, 144, 'zh-Hans', '洗脑药', '对于控制危险分子有极高功效的洗脑药。 无法恢复HP。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (125, 145, 'zh-Hans', '金币', '可在帕洛斯群岛交易的货币。 交给商人可兑换物品或帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (126, 146, 'zh-Hans', '蘑菇', '可生吃的蘑菇。 走在岛上随处可见。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (127, 148, 'zh-Hans', '欧姆蛋', '将蛋烹饪后涂上番茄酱的料理。 食用后的一段时间内,攻击+10%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (128, 150, 'zh-Hans', '帕鲁矿碎块', '世界树能量的结晶。 可用于制作超自然的物品或建筑物。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (129, 151, 'zh-Hans', '古代文明部件', '从古代遗迹裡挖出的废品。 其中蕴藏了许多失传技术的资讯。 此物品极具价值,相当炙手可热。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (130, 152, 'zh-Hans', '暗黑帕鲁蛋', '暗黑帕鲁蛋。 可感受到不规则的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (131, 153, 'zh-Hans', '暗黑帕鲁蛋', '暗黑帕鲁蛋。 可感受到不规则的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (132, 154, 'zh-Hans', '大暗黑帕鲁蛋', '大暗黑帕鲁蛋。 可感受到邪恶的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (133, 155, 'zh-Hans', '大暗黑帕鲁蛋', '大暗黑帕鲁蛋。 可感受到邪恶的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (134, 156, 'zh-Hans', '巨大暗黑帕鲁蛋', '巨大暗黑帕鲁蛋。 能感受到深渊灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (135, 157, 'zh-Hans', '龙蛋', '龙蛋。 可感受到活泼的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (136, 158, 'zh-Hans', '龙蛋', '龙蛋。 可感受到活泼的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (137, 159, 'zh-Hans', '大龙蛋', '大龙蛋。 可感受到不同寻常的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (138, 160, 'zh-Hans', '大龙蛋', '大龙蛋。 可感受到不同寻常的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (139, 161, 'zh-Hans', '巨大龙蛋', '巨大龙蛋。 能感受到庄严灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (140, 162, 'zh-Hans', '粗糙帕鲁蛋', '粗糙帕鲁蛋。 可感受到稳重的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (141, 163, 'zh-Hans', '粗糙帕鲁蛋', '粗糙帕鲁蛋。 可感受到稳重的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (142, 164, 'zh-Hans', '大粗糙帕鲁蛋', '大粗糙帕鲁蛋。 可感受到厚重的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (143, 165, 'zh-Hans', '大粗糙帕鲁蛋', '大粗糙帕鲁蛋。 可感受到厚重的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (144, 166, 'zh-Hans', '巨大粗糙帕鲁蛋', '巨大粗糙帕鲁蛋。 能感受到大地灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (145, 167, 'zh-Hans', '电气帕鲁蛋', '电气帕鲁蛋。 可感受到弹跳般的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (146, 168, 'zh-Hans', '电气帕鲁蛋', '电气帕鲁蛋。 可感受到弹跳般的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (147, 169, 'zh-Hans', '大电气帕鲁蛋', '大电气帕鲁蛋。 可感受到强大能量的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (148, 170, 'zh-Hans', '大电气帕鲁蛋', '大电气帕鲁蛋。 可感受到强大能量的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (149, 171, 'zh-Hans', '巨大电气帕鲁蛋', '巨大电气帕鲁蛋。 能感受到激情靈魂的蓬勃生氣,彷彿某種奇特生物即將破殼而出。 把它放進帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (150, 172, 'zh-Hans', '发热帕鲁蛋', '发热帕鲁蛋。 可感受到炙热的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (151, 173, 'zh-Hans', '发热帕鲁蛋', '发热帕鲁蛋。 可感受到炙热的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (152, 174, 'zh-Hans', '大发热帕鲁蛋', '大发热帕鲁蛋。 可感受到强烈热情的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (153, 175, 'zh-Hans', '大发热帕鲁蛋', '大发热帕鲁蛋。 可感受到强烈热情的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (154, 176, 'zh-Hans', '巨大发热帕鲁蛋', '巨大发热帕鲁蛋。 能感受到炽热灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (155, 177, 'zh-Hans', '结冰帕鲁蛋', '结冰帕鲁蛋。 可感受到冰冷的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (156, 178, 'zh-Hans', '结冰帕鲁蛋', '结冰帕鲁蛋。 可感受到冰冷的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (157, 179, 'zh-Hans', '大结冰帕鲁蛋', '大结冰帕鲁蛋。 可感受到冷冽的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (158, 180, 'zh-Hans', '大结冰帕鲁蛋', '大结冰帕鲁蛋。 可感受到冷冽的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (159, 181, 'zh-Hans', '巨大结冰帕鲁蛋', '巨大结冰帕鲁蛋。 能感受到绝对零度灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (160, 182, 'zh-Hans', '新绿帕鲁蛋', '新绿帕鲁蛋。 可感受到鲜活的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (161, 183, 'zh-Hans', '新绿帕鲁蛋', '新绿帕鲁蛋。 可感受到鲜活的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (162, 184, 'zh-Hans', '大新绿帕鲁蛋', '大新绿帕鲁蛋。 可感受到充满生命力的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (163, 185, 'zh-Hans', '大新绿帕鲁蛋', '大新绿帕鲁蛋。 可感受到充满生命力的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (164, 186, 'zh-Hans', '巨大新绿帕鲁蛋', '巨大新绿帕鲁蛋。 能感受到深绿灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (165, 187, 'zh-Hans', '平凡帕鲁蛋', '平凡帕鲁蛋。 可感受到温柔的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (166, 188, 'zh-Hans', '平凡帕鲁蛋', '平凡帕鲁蛋。 可感受到温柔的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (167, 189, 'zh-Hans', '大平凡帕鲁蛋', '大平凡帕鲁蛋。 可感受到安稳的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (168, 190, 'zh-Hans', '大平凡帕鲁蛋', '大平凡帕鲁蛋。 可感受到安稳的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (169, 191, 'zh-Hans', '巨大平凡帕鲁蛋', '巨大平凡帕鲁蛋。 能感受到博爱灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (170, 192, 'zh-Hans', '潮湿帕鲁蛋', '潮湿帕鲁蛋。 可感受到纯洁的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (171, 193, 'zh-Hans', '潮湿帕鲁蛋', '潮湿帕鲁蛋。 可感受到纯洁的胎动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (172, 194, 'zh-Hans', '大潮湿帕鲁蛋', '大潮湿帕鲁蛋。 可感受到清澈的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (173, 195, 'zh-Hans', '大潮湿帕鲁蛋', '大潮湿帕鲁蛋。 可感受到清澈的鼓动。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (174, 196, 'zh-Hans', '巨大潮湿帕鲁蛋', '巨大潮湿帕鲁蛋。 能感受到澄澈灵魂的蓬勃生气,彷彿某种奇特生物即将破壳而出。 把它放进帕鲁蛋孵化器裡孵化吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (175, 197, 'zh-Hans', '贵重龙珠', '可从帕鲁身上获得的珠子,像宝石一样。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (176, 198, 'zh-Hans', '贵重羽毛', '可从帕鲁身上获得的羽毛,闪闪发光。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (177, 199, 'zh-Hans', '贵重内脏', '可从帕鲁身上获得的心脏,在不停跳动。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (178, 200, 'zh-Hans', '贵重爪子', '可从帕鲁身上获得的爪子,十分尖锐。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (179, 201, 'zh-Hans', '贵重兽毛', '可从帕鲁身上获得的毛,十分松软。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (180, 202, 'zh-Hans', '优质帕鲁油', '可从帕鲁身上取得的优质油脂。 是制作聚合物时必须用到的素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (181, 203, 'zh-Hans', '炸蛋鸟的羽毛', '炸蛋鸟掉下的羽毛。 因其色彩美丽且受欢迎,常常被用作制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (182, 204, 'zh-Hans', '叶泥泥的叶子', '叶泥泥掉落的叶子。 带着清新的气息,是用于制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (183, 205, 'zh-Hans', '企丸王的羽饰', '企丸王掉落的羽饰。 艳丽的颜色是它的特征,是用于制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (184, 206, 'zh-Hans', '暗巫猫的体毛', '暗巫猫掉下的体毛。 质地柔软,是用于制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (185, 207, 'zh-Hans', '帕鲁球', '可扔出并捕捉帕鲁的道具。 此为量产款式,只对低等级的帕鲁有效。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (186, 208, 'zh-Hans', '优质帕鲁球', '可扔出并捕捉帕鲁的道具。 此款式可捕捉有一定强度的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (187, 209, 'zh-Hans', '传奇帕鲁球', '可扔出并捕捉帕鲁的道具。 此款式性能极高,几乎没有帕鲁能逃得掉。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (188, 210, 'zh-Hans', '大师帕鲁球', '可扔出并捕捉帕鲁的道具。 此款式性能相当好,没多少帕鲁能逃得掉。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (189, 211, 'zh-Hans', '高级帕鲁球', '可扔出并捕捉帕鲁的道具。 此款式性能得到提升,可捕捉的帕鲁范围更广。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (190, 212, 'zh-Hans', '特级帕鲁球', '可扔出并捕捉帕鲁的道具。 此款式可捕捉相当强大的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (191, 213, 'zh-Hans', '雷达帕鲁球', '可扔出并捕捉帕鲁的道具。 较低概率可强行捕捉 别人持有的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (192, 214, 'zh-Hans', '小型帕鲁之魂', '帕鲁留下的小型灵魂。 献给力量石像,可以激发隐藏的才能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (193, 215, 'zh-Hans', '中型帕鲁之魂', '帕鲁留下的灵魂。 献给力量石像,可以激发隐藏的才能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (194, 216, 'zh-Hans', '大型帕鲁之魂', '帕鲁留下的大型灵魂。 献给力量石像,可以激发隐藏的才能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (195, 217, 'zh-Hans', '面包', '将面粉烤制而成面包。 是十分美味的主食。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (196, 218, 'zh-Hans', '石制十字镐', '采矿用的十字镐。 因为是石头做的,效率不怎么样。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (197, 219, 'zh-Hans', '金属十字镐', '采矿用的十字镐。 以金属制成,耐久度和效率都得到了提升。', '{\"PassiveSkill1\": \"提升采矿量Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (198, 220, 'zh-Hans', '精炼金属十字镐', '采矿用的十字镐。 耐久度和效率均有更进一步的提升。', '{\"PassiveSkill1\": \"提升采矿量Lv2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (199, 221, 'zh-Hans', '披萨', '将红色野莓、番茄和芝士一起撒在面包上后制成的料理。 食用后的一段时间内,略微提高工作速度, 且比较不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (200, 222, 'zh-Hans', '塑钢', '由原油和金属加工制成的素材。 可在电气炉制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (201, 223, 'zh-Hans', '聚合物', '加工油脂后制成的聚合物。 是制作枪支时必须用到的素材。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (202, 226, 'zh-Hans', '泵动式霰弹枪', '增加填装数量,更加强劲的霰弹枪。 拥有屈指可数的近距离DPS能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (203, 227, 'zh-Hans', '纯水晶', '可在雪山等地找到的纯水晶。 是制作电路板时必须用到的素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (204, 228, 'zh-Hans', '翠叶鼠雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (205, 229, 'zh-Hans', '建筑修理套装', '用于修理建筑物的道具。 可用于修补损坏的建筑物。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (206, 230, 'zh-Hans', '步枪子弹', '步枪等使用的弹药。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (207, 231, 'zh-Hans', '红宝石', '闪耀着红光的宝石。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (208, 232, 'zh-Hans', '沙拉', '将生菜和番茄混合而成的沙拉。 食用后的一段时间内,略微提高工作速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (209, 234, 'zh-Hans', '蓝宝石', '闪耀着蓝光的宝石。 可被商人高价收购。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (210, 236, 'zh-Hans', '普通护盾', '以帕鲁矿技术制成的神奇护盾。 一定时间不受攻击时可自动修复。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (211, 237, 'zh-Hans', '高级护盾', '以帕鲁矿技术制成的神奇护盾。 一定时间不受攻击时可自动修复。 改良原型设计,提高了防御力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (212, 238, 'zh-Hans', '优质护盾', '以帕鲁矿技术制成的神奇护盾。 一定时间不受攻击时可自动修复。 经过改良,进一步提升了性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (213, 239, 'zh-Hans', '特级护盾', '以帕鲁矿技术制成的神奇护盾。 一定时间不受攻击时可自动修复。 经过多次实验,实现了最高峰的品质。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (214, 240, 'zh-Hans', '超级护盾', '以帕鲁矿技术制成的神奇护盾。 一定时间不受攻击时可自动修复。 在进一步多次实验后,结果实现了究极的品质。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (215, 241, 'zh-Hans', '霰弹枪子弹', '霰弹枪等使用的弹药。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (216, 242, 'zh-Hans', '劣质弹药', '鸟枪和劣质手枪等使用的弹药。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (217, 243, 'zh-Hans', '机关枪子弹', '用于Machine Gun等武器的子弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (218, 244, 'zh-Hans', '突击步枪子弹', '突击步枪等使用的弹药。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (219, 245, 'zh-Hans', '马格南子弹', '用于Magnum等武器的子弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (220, 246, 'zh-Hans', '单发步枪', '单发型来福枪,得花费时间装填子弹。 填装数量少,但单发威力强劲。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (221, 247, 'zh-Hans', '技能果实:能量射击', '通过在帕鲁身上使用, 可以让其学会能量射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (222, 248, 'zh-Hans', '技能果实:元气弹', '通过在帕鲁身上使用, 可以让其学会元气弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (223, 249, 'zh-Hans', '技能果实:帕鲁光束', '通过在帕鲁身上使用, 可以让其学会帕鲁光束。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (224, 250, 'zh-Hans', '技能果实:空气弹', '通过在帕鲁身上使用, 可以让其学会空气弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (225, 251, 'zh-Hans', '技能果实:自爆', '通过在帕鲁身上使用, 可以让其学会自爆。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (226, 252, 'zh-Hans', '草之技能果实:风刃', '通过在帕鲁身上使用, 可以让其学会风刃。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (227, 253, 'zh-Hans', '草之技能果实:绿野飓风', '通过在帕鲁身上使用, 可以让其学会绿野飓风。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (228, 254, 'zh-Hans', '草之技能果实:太阳光束', '通过在帕鲁身上使用, 可以让其学会太阳光束。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (229, 255, 'zh-Hans', '草之技能果实:种子机关枪', '通过在帕鲁身上使用, 可以让其学会种子机关枪。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (230, 256, 'zh-Hans', '草之技能果实:缠绕地刺', '通过在帕鲁身上使用, 可以让其学会缠绕地刺。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (231, 257, 'zh-Hans', '草之技能果实:种子地雷', '通过在帕鲁身上使用, 可以让其学会种子地雷。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (232, 258, 'zh-Hans', '水之技能果实:水枪', '通过在帕鲁身上使用, 可以让其学会水枪。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (233, 259, 'zh-Hans', '水之技能果实:爆裂水球', '通过在帕鲁身上使用, 可以让其学会爆裂水球。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (234, 260, 'zh-Hans', '水之技能果实:高压水炮', '通过在帕鲁身上使用, 可以让其学会高压水炮。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (235, 261, 'zh-Hans', '水之技能果实:水流射击', '通过在帕鲁身上使用, 可以让其学会水流射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (236, 262, 'zh-Hans', '水之技能果实:泡泡射击', '通过在帕鲁身上使用, 可以让其学会泡泡射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (237, 263, 'zh-Hans', '水之技能果实:酸雨', '通过在帕鲁身上使用, 可以让其学会酸雨。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (238, 264, 'zh-Hans', '炎之技能果实:烈焰射击', '通过在帕鲁身上使用, 可以让其学会烈焰射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (239, 265, 'zh-Hans', '炎之技能果实:烈焰放射', '通过在帕鲁身上使用, 可以让其学会烈焰放射。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (240, 266, 'zh-Hans', '炎之技能果实:烈焰球', '通过在帕鲁身上使用, 可以让其学会烈焰球。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (241, 267, 'zh-Hans', '炎之技能果实:烈焰箭', '通过在帕鲁身上使用, 可以让其学会烈焰箭。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (242, 268, 'zh-Hans', '炎之技能果实:烈焰溅射', '通过在帕鲁身上使用, 可以让其学会烈焰溅射。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (243, 269, 'zh-Hans', '炎之技能果实:地狱火', '通过在帕鲁身上使用, 可以让其学会地狱火。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (244, 270, 'zh-Hans', '炎之技能果实:烈焰风暴', '通过在帕鲁身上使用, 可以让其学会烈焰风暴。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (245, 271, 'zh-Hans', '雷之技能果实:冲击波', '通过在帕鲁身上使用, 可以让其学会冲击波。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (246, 272, 'zh-Hans', '雷之技能果实:闪电伏特', '通过在帕鲁身上使用, 可以让其学会闪电伏特。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (247, 273, 'zh-Hans', '雷之技能果实:雷击', '通过在帕鲁身上使用, 可以让其学会雷击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (248, 274, 'zh-Hans', '雷之技能果实:等离子浮游炮', '通过在帕鲁身上使用, 可以让其学会等离子浮游砲。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (249, 275, 'zh-Hans', '雷之技能果实:电火花', '通过在帕鲁身上使用, 可以让其学会电火花。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (250, 276, 'zh-Hans', '雷之技能果实:锁定雷射', '通过在帕鲁身上使用, 可以让其学会锁定雷射。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (251, 277, 'zh-Hans', '雷之技能果实:闪电球', '通过在帕鲁身上使用, 可以让其学会闪电球。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (252, 278, 'zh-Hans', '雷之技能果实:三重雷击', '通过在帕鲁身上使用, 可以让其学会三重雷击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (253, 279, 'zh-Hans', '地之技能果实:投石', '通过在帕鲁身上使用, 可以让其学会投石。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (254, 280, 'zh-Hans', '地之技能果实:沙尘旋风', '通过在帕鲁身上使用, 可以让其学会沙尘旋风。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (255, 281, 'zh-Hans', '地之技能果实:岩石锐矛', '通过在帕鲁身上使用, 可以让其学会岩石锐矛。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (256, 282, 'zh-Hans', '地之技能果实:泥浆投掷', '通过在帕鲁身上使用, 可以让其学会泥浆投掷。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (257, 283, 'zh-Hans', '地之技能果实:碎石霰弹', '通过在帕鲁身上使用, 可以让其学会碎石霰弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (258, 284, 'zh-Hans', '冰之技能果实:冰雪飞弹', '通过在帕鲁身上使用, 可以让其学会冰雪飞弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (259, 285, 'zh-Hans', '冰之技能果实:冰刺', '通过在帕鲁身上使用, 可以让其学会冰刺。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (260, 286, 'zh-Hans', '冰之技能果实:钻石星辰', '通过在帕鲁身上使用, 可以让其学会钻石星辰。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (261, 287, 'zh-Hans', '暗之技能果实:暗影波动', '通过在帕鲁身上使用, 可以让其学会暗影波动。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (262, 288, 'zh-Hans', '暗之技能果实:恶梦球', '通过在帕鲁身上使用, 可以让其学会恶梦球。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (263, 289, 'zh-Hans', '暗之技能果实:念动引力', '通过在帕鲁身上使用, 可以让其学会念动引力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (264, 290, 'zh-Hans', '暗之技能果实:剧毒射击', '通过在帕鲁身上使用, 可以让其学会剧毒射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (265, 291, 'zh-Hans', '暗之技能果实:鬼火', '通过在帕鲁身上使用, 可以让其学会鬼火。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (266, 292, 'zh-Hans', '暗之技能果实:暗黑雷射', '通过在帕鲁身上使用, 可以让其学会暗黑雷射。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (267, 293, 'zh-Hans', '龙之技能果实:龙息', '通过在帕鲁身上使用, 可以让其学会龙息。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (268, 294, 'zh-Hans', '龙之技能果实:龙息弹', '通过在帕鲁身上使用, 可以让其学会龙息弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (269, 295, 'zh-Hans', '龙之技能果实:龙之波动', '通过在帕鲁身上使用, 可以让其学会龙之波动。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (270, 296, 'zh-Hans', '龙之技能果实:龙彗星', '通过在帕鲁身上使用, 可以让其学会龙彗星。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (271, 297, 'zh-Hans', '雷之技能果实:闪电冲击', '通过在帕鲁身上使用, 可以让其学会闪电冲击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (272, 298, 'zh-Hans', '冰之技能果实:冰刃', '通过在帕鲁身上使用, 可以让其学会冰刃。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (273, 299, 'zh-Hans', '冰之技能果实:凛冬之息', '通过在帕鲁身上使用, 可以让其学会凛冬之息。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (274, 300, 'zh-Hans', '美露帕的鞍具', '持有此道具时, 即可骑乘美露帕。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (275, 301, 'zh-Hans', '苍焰狼的鞍具', '持有此道具时, 即可骑乘苍焰狼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (276, 302, 'zh-Hans', '妮瞅莎的霰弹枪', '妮瞅莎专用的霰弹枪。 发动伙伴技能后,妮瞅莎会进入射击模式, 猛烈攻击周围的敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (277, 303, 'zh-Hans', '烽歌龙的鞍具', '持有此道具时, 即可骑乘烽歌龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (278, 304, 'zh-Hans', '混沌骑士的鞍具', '持有此道具时, 即可骑乘混沌骑士。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (279, 305, 'zh-Hans', 'Shadora shot弹枪', '|在「帕鲁装备制作台」中, 「Shadora shot弹枪」能够被制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (280, 306, 'zh-Hans', '异构格里芬的鞍具', '持有此道具时, 即可骑乘异构格里芬。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (281, 307, 'zh-Hans', '魔渊龙的鞍具', '持有此道具时, 即可骑乘魔渊龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (282, 308, 'zh-Hans', '碧海龙的鞍具', '持有此道具时, 即可骑乘碧海龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (283, 309, 'zh-Hans', '草莽猪的鞍具', '持有此道具时, 即可骑乘草莽猪。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (284, 310, 'zh-Hans', '翠叶鼠的冲锋枪', '翠叶鼠专用的小型冲锋枪。 发动伙伴技能后,它会坐在玩家的头上, 配合玩家的攻击进行额外射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (285, 311, 'zh-Hans', '炸蛋鸟的手套', '用来轻轻抓住炸蛋鸟的手套。 发动伙伴技能后,即可抱着炸蛋鸟, 发射爆炸蛋来进行攻击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (286, 312, 'zh-Hans', 'Daknesis功率转换器', '#N/A', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (287, 313, 'zh-Hans', '紫霞鹿的鞍具', '持有此道具时, 即可骑乘紫霞鹿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (288, 314, 'zh-Hans', '寐魔的项圈', '寐魔的项圈。 持有此道具时,队伍中的寐魔会 一直待在场上,并配合玩家的攻击发动额外攻击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (289, 315, 'zh-Hans', '碎岩龟的头巾', '碎岩龟的决胜头带。 发动伙伴技能后,碎岩龟会进入高速旋转状态, 能够高效率钻凿岩石。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (290, 316, 'zh-Hans', '天擒鸟的手套', '持有此道具且天擒鸟在队伍中时, 会改变滑翔伞的性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (291, 318, 'zh-Hans', '暴电熊的机关枪', '持有此道具时,即可骑乘暴电熊, 并用机关枪进行猛烈射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (292, 319, 'zh-Hans', '精灵龙的鞍具', '持有此道具时, 即可骑乘精灵龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (293, 320, 'zh-Hans', '战冠雀的鞍具', '持有此道具时, 即可骑乘战冠雀。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (294, 321, 'zh-Hans', '云海鹿的鞍具', '持有此道具时, 即可骑乘云海鹿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (295, 322, 'zh-Hans', '火麒麟的鞍具', '持有此道具时, 即可骑乘火麒麟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (296, 323, 'zh-Hans', '炽焰牛的鞍具', '持有此道具时, 即可骑乘炽焰牛。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (297, 324, 'zh-Hans', '花冠龙的鞍具', '持有此道具时, 即可骑乘花冠龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (298, 325, 'zh-Hans', '波娜兔的项圈', '波娜兔的项圈。 持有此道具时,队伍中的波娜兔会 一直待在场上,并自动拾取附近的道具。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (299, 326, 'zh-Hans', '鲁米儿的手套', '持有此道具且鲁米儿在队伍中时, 会改变滑翔伞的性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (300, 327, 'zh-Hans', '猎狼的挽具鞍具组合', '持有此道具时, 即可骑乘猎狼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'); INSERT INTO `itemsi18n` (`ID`, `ItemID`, `LanguageCode`, `Name`, `Description`, `PassiveSkills`) VALUES (301, 328, 'zh-Hans', '噬魂兽的鞍具', '持有此道具时, 即可骑乘噬魂兽。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (302, 329, 'zh-Hans', '金驰兽的鞍具', '持有此道具时, 即可骑乘金驰兽。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (303, 330, 'zh-Hans', '森猛犸的鞍具', '持有此道具时, 即可骑乘森猛犸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (304, 331, 'zh-Hans', '叶胖达的榴弹发射器', '持有此道具时, 即可骑乘叶胖达,并用榴弹发射器进行猛烈射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (305, 332, 'zh-Hans', '八云犬的鞍具', '持有此道具时, 即可骑乘八云犬。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (306, 333, 'zh-Hans', '雷冥鸟的鞍具', '持有此道具时, 即可骑乘雷冥鸟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (307, 334, 'zh-Hans', '疾风隼的鞍具', '持有此道具时, 即可骑乘疾风隼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (308, 335, 'zh-Hans', '电棘鼠的手套', '用来抓住电棘鼠的橡胶手套。 发动伙伴技能后,即可将电棘鼠 当作电击型手榴弹投掷出去。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (309, 336, 'zh-Hans', '荷鲁斯的鞍具', '持有此道具时, 即可骑乘荷鲁斯。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (310, 337, 'zh-Hans', '严冬鹿的鞍具', '持有此道具时, 即可骑乘严冬鹿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (311, 338, 'zh-Hans', '唤冬兽的鞍具', '持有此道具时, 即可骑乘唤冬兽。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (312, 339, 'zh-Hans', '空涡龙的导弹发射器', '持有此道具时, 即可骑乘空涡龙,并用导弹进行猛烈轰炸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (313, 340, 'zh-Hans', '君王美露帕的鞍具', '持有此道具时, 即可骑乘君王美露帕。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (314, 341, 'zh-Hans', '焰煌的鞍具', '持有此道具时, 即可骑乘焰煌。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (315, 342, 'zh-Hans', '雷角马的鞍具', '持有此道具时, 即可骑乘雷角马。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (316, 343, 'zh-Hans', '火绒狐的背带', '用来抱住火绒狐的背带。 发动伙伴技能后,即可将火绒狐 抱在身上当作火焰喷射器进行攻击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (317, 344, 'zh-Hans', '佩克龙的导弹发射器', '持有此道具时,即可骑乘佩克龙, 并用导弹发射器进行猛烈射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (318, 345, 'zh-Hans', '狱焰王的鞍具', '持有此道具时, 即可骑乘狱焰王。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (319, 346, 'zh-Hans', '新叶猿的突击步枪', '新叶猿专用的小型突击步枪。 发动伙伴技能后,新叶猿会进入射击模式, 猛烈扫射周围的敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (320, 347, 'zh-Hans', '毛老爹的鞍具', '持有此道具时, 即可骑乘毛老爹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (321, 348, 'zh-Hans', '笑魇猫的鞍具', '持有此道具时, 即可骑乘笑魇猫。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (322, 349, 'zh-Hans', '勾魂鱿的手套', '持有此道具且勾魂鱿在队伍中时, 会改变滑翔伞的性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (323, 350, 'zh-Hans', '企丸丸的火箭发射器', '用来发射企丸丸的炮筒。 发动伙伴技能后,即可将企丸丸射出 对敌人进行攻击。随后,企丸丸会进入濒死状态。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (324, 351, 'zh-Hans', '雷鸣童子的项圈', '雷鸣童子的项圈。 持有此道具时,队伍中的雷鸣童子会 一直待在场上,并配合玩家的攻击发动额外攻击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (325, 352, 'zh-Hans', '燧火鸟的鞍具', '持有此道具时, 即可骑乘燧火鸟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (326, 353, 'zh-Hans', '圣光骑士的鞍具', '持有此道具时, 即可骑乘圣光骑士。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (327, 354, 'zh-Hans', '连理龙的鞍具', '持有此道具时, 即可骑乘连理龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (328, 355, 'zh-Hans', '滑水蛇的鞍具', '持有此道具时, 即可骑乘滑水蛇。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (329, 356, 'zh-Hans', '天羽龙的鞍具', '持有此道具时, 即可骑乘天羽龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (330, 357, 'zh-Hans', '朱雀的鞍具', '持有此道具时, 即可骑乘朱雀。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (331, 358, 'zh-Hans', '迅雷鸟的鞍具', '持有此道具时, 即可骑乘迅雷鸟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (332, 359, 'zh-Hans', '霹雳犬的鞍具', '持有此道具时, 即可骑乘霹雳犬。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (333, 360, 'zh-Hans', '覆海龙的鞍具', '持有此道具时, 即可骑乘覆海龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (334, 361, 'zh-Hans', '熔岩兽的鞍具', '持有此道具时, 即可骑乘熔岩兽。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (335, 362, 'zh-Hans', '疾旋鼬的鞍具', '持有此道具时, 即可骑乘疾旋鼬。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (336, 363, 'zh-Hans', '吊缚灵的手套', '持有此道具且Hangyu在队伍中时, 会改变滑翔伞的性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (337, 364, 'zh-Hans', '白绒雪怪的鞍具', '持有此道具时, 即可骑乘白绒雪怪。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (338, 365, 'zh-Hans', '腾炎龙的鞍具', '持有此道具时, 即可骑乘腾炎龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (339, 366, 'zh-Hans', '祇岳鹿的鞍具', '持有此道具时, 即可骑乘祇岳鹿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (340, 367, 'zh-Hans', '冰刺鼠的手套', '用来抓住冰刺鼠的隔热手套。 发动伙伴技能后,即可将冰刺鼠 当作冷冻型手榴弹投掷出去。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (341, 368, 'zh-Hans', '雷冠龙的鞍具', '持有此道具时, 即可骑乘雷冠龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (342, 369, 'zh-Hans', '雪猛犸的鞍具', '持有此道具时, 即可骑乘雪猛犸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (343, 370, 'zh-Hans', '派克龙的导弹发射器', '持有此道具时, 即可骑乘派克龙,并用导弹发射器进行猛烈轰炸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (344, 371, 'zh-Hans', '邪麒麟的鞍具', '持有此道具时, 即可骑乘邪麒麟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (345, 372, 'zh-Hans', '海誓龙的鞍具', '持有此道具时, 即可骑乘海誓龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (346, 373, 'zh-Hans', '水灵龙的鞍具', '持有此道具时, 即可骑乘水灵龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (347, 374, 'zh-Hans', '狱阎王的鞍具', '持有此道具时, 即可骑乘狱阎王。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (348, 375, 'zh-Hans', '清雀的鞍具', '持有此道具时, 即可骑乘清雀。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (349, 376, 'zh-Hans', '流沙蛇的鞍具', '持有此道具时, 即可骑乘流沙蛇。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (350, 377, 'zh-Hans', '寒霜兽的鞍具', '持有此道具时, 即可骑乘寒霜兽。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (351, 378, 'zh-Hans', '唤夜兽的鞍具', '持有此道具时, 即可骑乘唤夜兽。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (352, 379, 'zh-Hans', '雷胖达的榴弹发射器', '持有此道具时, 即可骑乘雷胖达,并用榴弹发射器进行猛烈轰炸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (353, 380, 'zh-Hans', '绿苔绒怪的鞍具', '持有此道具时, 即可骑乘绿苔绒怪。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (354, 381, 'zh-Hans', '冰帝美露帕的鞍具', '持有此道具时, 即可骑乘冰帝美露帕。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (355, 382, 'zh-Hans', '霜歌龙的鞍具', '持有此道具时, 即可骑乘霜歌龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (356, 383, 'zh-Hans', '冰缚灵的手套', '持有此道具且Hangyu Cryst在队伍中时, 会改变滑翔伞的性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (357, 384, 'zh-Hans', '扩散型帕鲁球发射器', '可同时发射大量帕鲁球的新型发射器。 可用来捕捉成群的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (358, 385, 'zh-Hans', '单发型帕鲁球发射器', '用于发射帕鲁球的发射器。 用它就能捕捉到更远处的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (359, 386, 'zh-Hans', '帕鲁金属盔甲', '以帕鲁金属锭制成的盔甲。 有着惊人的防御力,但是十分沉重。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (360, 387, 'zh-Hans', '帕鲁金属头盔', '以帕鲁金属锭制成的头盔。 拥有人人都会羡慕的绝佳品质,是会选择其穿戴者的战士证明。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (361, 388, 'zh-Hans', '帕鲁金属锭', '用于制作帕鲁金属制武器或防具的素材。 将帕鲁矿成分用于铸造合金,因此强度更高。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (362, 390, 'zh-Hans', '石头', '建筑物及物品的材料。 可通过开采石头获得。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (363, 391, 'zh-Hans', '硫磺', '可在火山等地找到的硫磺。 是制作火药时必须用到的素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (364, 392, 'zh-Hans', '剑', '近距离战斗用的剑。 锋利无比!但需要靠近敌人攻击,相当危险。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (365, 393, 'zh-Hans', '彩虹猫之刃', '【泰拉瑞亚联动】 传说这把剑是武道蛙从遥远的国度带回来的。 至于原因嘛,我们完全不知道…… 每次挥舞都会射出弹跳的猫咪弹攻击敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (366, 394, 'zh-Hans', '高等技术书', '书上写着某种高端技术。 使用后,可获得少量科技点。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (367, 395, 'zh-Hans', '革新技术书', '书上写着十分先进的技术。 使用后,可获得科技点。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (368, 396, 'zh-Hans', '未来技术书', '书上写着这个时代没有的技术。 使用后,可获得大量科技点。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (369, 397, 'zh-Hans', '破片手榴弹', '可在中距离战斗时发挥作用的破片手榴弹。 投掷数秒后引爆,给敌人造成伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (370, 398, 'zh-Hans', '烧夷手榴弹', '利于中等距离战斗的烧夷手榴弹。 投掷数秒后引爆,在周围燃起烈火。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (371, 399, 'zh-Hans', '冷冻手榴弹', '利于中等距离战斗的冷冻手榴弹。 投掷数秒后引爆,冻结周围一切。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (372, 400, 'zh-Hans', '电击手榴弹', '利于中等距离战斗的电击手榴弹。 投掷数秒后引爆,对附近放出电击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (373, 401, 'zh-Hans', '番茄', '色彩鲜艳的食材,可以丰富菜肴的颜色。 富含番茄红素,对身体有益。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (374, 402, 'zh-Hans', '番茄种子', '可培育出番茄的种子。 是建造农园的必要物品。 可从商人处购买。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (375, 403, 'zh-Hans', '携带火把', '照亮夜晚的黑暗,为人驱逐寒意。 可勉强用于近战。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (376, 404, 'zh-Hans', '大号便便', '它的存在感自带威严。 不论是气味还是形状都象征着它的伟大。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (377, 405, 'zh-Hans', '便便', '动物的粪便。 可作为肥料使用,是生态系统必不可少的存在。 有令人在意的刺鼻气味。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (378, 406, 'zh-Hans', '陈旧的弓', '原始的远距离攻击武器。 因为是东拼西凑而成的,威力较弱。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (379, 407, 'zh-Hans', '火之弓', '可造成火属性伤害的弓。 利用火箭让帕鲁着火,变得更容易捕捉。 需要「火箭」才能使用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (380, 408, 'zh-Hans', '毒之弓', '可让攻击对象中毒的可怕毒弓。 帕鲁中毒以后,会变得更容易捕捉。 需要「毒箭」才能使用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (381, 409, 'zh-Hans', '小麦', '可制作各式菜肴的基础食材。 小麦正是最基础的农作物。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (382, 410, 'zh-Hans', '小麦种子', '可培育出小麦的种子。 是建造农园的必要物品。 可从商人处购买。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (383, 411, 'zh-Hans', '面粉', '由小麦研磨而成的面粉。 可用于制作面包。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (384, 413, 'zh-Hans', '木材', '制造建筑物及物品的材料。 主要通过伐木获得。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (385, 414, 'zh-Hans', '羊毛', '从羊型帕鲁身上获取的素材。 是制作床及布的必要物品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (386, 415, 'zh-Hans', '发电器官', '可从雷属性帕鲁身上获得的素材。 里面储存了电,必须小心对待。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (387, 416, 'zh-Hans', '毒腺', '可从带毒的帕鲁身上获得的素材。 是毒箭等的素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (388, 417, 'zh-Hans', '喷火器官', '可从火属性帕鲁身上获得的素材。 是火箭等的素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (389, 418, 'zh-Hans', '结冰器官', '可从冰属性帕鲁身上获得的素材。 是结冰地雷等的素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (390, 419, 'zh-Hans', '骨头', '可从帕鲁身上获得的骨头。 是优质的钙素材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (391, 420, 'zh-Hans', '水泥', '可成为建筑物素材的水泥。 可在优质作业台制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (392, 421, 'zh-Hans', '碳纤维', '轻盈坚硬的优质素材。 可用于制作防具等。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (393, 422, 'zh-Hans', '角', '可从帕鲁身上获得的角。 可用于制作药品等。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (394, 423, 'zh-Hans', '石头长矛', '可在近战时发挥作用的石头长矛。 射程很长,可在战斗时保持一定距离。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (395, 424, 'zh-Hans', '金属长矛', '可在近战时发挥作用的石头长矛。 用金属制成,提升了攻击力。 射程很长,可在战斗时保持一定距离。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (396, 425, 'zh-Hans', '精炼金属长矛', '可在近战时发挥作用的石头长矛。 用优质金属制成,提升了攻击力。 射程很长,可在战斗时保持一定距离。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (397, 426, 'zh-Hans', '腰挂提灯', '挂在腰上的提灯。 到了夜晚会自动点亮。 也可以切换照明模式使它常亮。 带1个在身上就够用了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (398, 427, 'zh-Hans', '小饲料袋', '装食物的小口袋。 会开放1个自动进食专用的食物栏位。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (399, 428, 'zh-Hans', '普通饲料袋', '装食物的普通口袋。 自动进食专用的食物栏位会开放到2个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (400, 429, 'zh-Hans', '大饲料袋', '装食物的大口袋。 自动进食专用的食物栏位会开放到3个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (401, 430, 'zh-Hans', '巨大饲料袋', '装食物的特大口袋。 自动进食专用的食物栏位会开放到3个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (402, 431, 'zh-Hans', '特大饲料袋', '装食物的最大号口袋。 自动进食专用的食物栏位会开放到5个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (403, 432, 'zh-Hans', '爪钩枪', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 可在有高低差的地方轻松移动。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (404, 433, 'zh-Hans', '高级爪钩枪', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 经过改良,射程变得更远。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (405, 434, 'zh-Hans', '优质爪钩枪', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 在试验品数据的基础上进行改良,进一步提升了性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (406, 435, 'zh-Hans', '特级爪钩枪', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 经过研究改良,灵活性可谓无与伦比。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (407, 436, 'zh-Hans', '铜钥匙', '用于打开上锁宝箱的钥匙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (408, 437, 'zh-Hans', '银钥匙', '用于打开上锁宝箱的钥匙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (409, 438, 'zh-Hans', '金钥匙', '用于打开上锁宝箱的钥匙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (410, 439, 'zh-Hans', '鸟枪', '古旧又简朴的枪。 每一发均威力惊人,但装填子弹较花时间。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (411, 440, 'zh-Hans', '炒蔬菜', '炒了生菜和Meat的菜肴。吃了之后一段时间,攻击 +10%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (412, 441, 'zh-Hans', '热狗', '把香肠夹在面包中的菜肴。 食用后会使饱腹感持续一段时间。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (413, 442, 'zh-Hans', '松饼', '将面粉和牛奶混合烹饪而成的料理。 食用后的一段时间内,稍微减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (414, 443, 'zh-Hans', '腌蘑菇', '将蘑菇淋上腌泡汁后烹饪而成的料理。 食用后的一段时间内,防御+10%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (415, 444, 'zh-Hans', '蘑菇汤', '蘑菇的奶油汤。 食用后的一段时间内,比较不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (416, 445, 'zh-Hans', '炖蘑菇', '蘑菇 的炖菜。 食用后能在一段时间内提高工作速度,攻击 +10%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (417, 446, 'zh-Hans', '肉汤', '将肉酱拌入意面的菜肴。 一旦食用,SAN值在一段时间内减少的慢, 攻击 +10%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (418, 447, 'zh-Hans', '蛋糕', '庆祝时会食用的料理。 如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (419, 448, 'zh-Hans', '热带地区民族服饰设计图1', '持有此设计图,即可解锁 「热带地区民族服饰设计图1(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (420, 449, 'zh-Hans', '热带地区民族服饰设计图2', '持有此设计图,即可解锁 「热带地区民族服饰设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (421, 450, 'zh-Hans', '热带地区民族服饰设计图3', '持有此设计图,即可解锁 「热带地区民族服饰设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (422, 451, 'zh-Hans', '热带地区民族服饰设计图4', '持有此设计图,即可解锁 「热带地区民族服饰设计图4(传奇)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (423, 452, 'zh-Hans', '寒冷地区民族服饰设计图1', '持有此设计图,即可解锁 「寒冷地区民族服饰设计图1(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (424, 453, 'zh-Hans', '寒冷地区民族服饰设计图2', '持有此设计图,即可解锁 「寒冷地区民族服饰设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (425, 454, 'zh-Hans', '寒冷地区民族服饰设计图3', '持有此设计图,即可解锁 「寒冷地区民族服饰设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (426, 455, 'zh-Hans', '寒冷地区民族服饰设计图4', '持有此设计图,即可解锁 「寒冷地区民族服饰设计图4(传奇)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (427, 456, 'zh-Hans', '耐热毛皮盔甲设计图1', '持有此设计图,即可解锁 「耐热毛皮盔甲设计图1(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (428, 457, 'zh-Hans', '耐热毛皮盔甲设计图2', '持有此设计图,即可解锁 「耐热毛皮盔甲设计图2(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (429, 458, 'zh-Hans', '耐热毛皮盔甲设计图3', '持有此设计图,即可解锁 「耐热毛皮盔甲设计图3(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (430, 459, 'zh-Hans', '耐热毛皮盔甲设计图4', '持有此设计图,即可解锁 「耐热毛皮盔甲设计图4(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (431, 460, 'zh-Hans', '耐寒毛皮盔甲设计图1', '持有此设计图,即可解锁 「耐寒毛皮盔甲设计图1(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (432, 461, 'zh-Hans', '耐寒毛皮盔甲设计图2', '持有此设计图,即可解锁 「耐寒毛皮盔甲设计图2(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (433, 462, 'zh-Hans', '耐寒毛皮盔甲设计图3', '持有此设计图,即可解锁 「耐寒毛皮盔甲设计图3(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (434, 463, 'zh-Hans', '耐寒毛皮盔甲设计图4', '持有此设计图,即可解锁 「耐寒毛皮盔甲设计图4(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (435, 464, 'zh-Hans', '耐热金属盔甲设计图1', '持有此设计图,即可解锁 「耐热金属盔甲设计图1(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (436, 465, 'zh-Hans', '耐热金属盔甲设计图2', '持有此设计图,即可解锁 「耐热金属盔甲设计图2(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (437, 466, 'zh-Hans', '耐热金属盔甲设计图3', '持有此设计图,即可解锁 「耐热金属盔甲设计图3(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (438, 467, 'zh-Hans', '耐热金属盔甲设计图4', '持有此设计图,即可解锁 「耐热金属盔甲设计图4(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (439, 468, 'zh-Hans', '耐寒金属盔甲设计图1', '持有此设计图,即可解锁 「耐寒金属盔甲设计图1(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (440, 469, 'zh-Hans', '耐寒金属盔甲设计图2', '持有此设计图,即可解锁 「耐寒金属盔甲设计图2(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (441, 470, 'zh-Hans', '耐寒金属盔甲设计图3', '持有此设计图,即可解锁 「耐寒金属盔甲设计图3(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (442, 471, 'zh-Hans', '耐寒金属盔甲设计图4', '持有此设计图,即可解锁 「耐寒金属盔甲设计图4(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (443, 472, 'zh-Hans', '耐热精炼金属盔甲设计图1', '持有此设计图,即可解锁 「耐热精炼金属盔甲设计图1(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (444, 473, 'zh-Hans', '耐热精炼金属盔甲设计图2', '持有此设计图,即可解锁 「耐热精炼金属盔甲设计图2(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (445, 474, 'zh-Hans', '耐热精炼金属盔甲设计图3', '持有此设计图,即可解锁 「耐热精炼金属盔甲设计图3(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (446, 475, 'zh-Hans', '耐热精炼金属盔甲设计图4', '持有此设计图,即可解锁 「耐热精炼金属盔甲设计图4(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (447, 476, 'zh-Hans', '耐寒精炼金属盔甲设计图1', '持有此设计图,即可解锁 「耐寒精炼金属盔甲设计图1(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (448, 477, 'zh-Hans', '耐寒精炼金属盔甲设计图2', '持有此设计图,即可解锁 「耐寒精炼金属盔甲设计图2(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (449, 478, 'zh-Hans', '耐寒精炼金属盔甲设计图3', '持有此设计图,即可解锁 「耐寒精炼金属盔甲设计图3(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (450, 479, 'zh-Hans', '耐寒精炼金属盔甲设计图4', '持有此设计图,即可解锁 「耐寒精炼金属盔甲设计图4(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (451, 480, 'zh-Hans', '耐热帕鲁金属盔甲设计图1', '持有此设计图,即可解锁 「耐热帕鲁金属盔甲设计图1(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (452, 481, 'zh-Hans', '耐热帕鲁金属盔甲设计图2', '持有此设计图,即可解锁 「耐热帕鲁金属盔甲设计图2(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (453, 482, 'zh-Hans', '耐热帕鲁金属盔甲设计图3', '持有此设计图,即可解锁 「耐热帕鲁金属盔甲设计图3(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (454, 483, 'zh-Hans', '耐热帕鲁金属盔甲设计图4', '持有此设计图,即可解锁 「耐热帕鲁金属盔甲设计图4(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (455, 484, 'zh-Hans', '耐寒帕鲁金属盔甲设计图1', '持有此设计图,即可解锁 「耐寒帕鲁金属盔甲设计图1(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (456, 485, 'zh-Hans', '耐寒帕鲁金属盔甲设计图2', '持有此设计图,即可解锁 「耐寒帕鲁金属盔甲设计图2(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (457, 486, 'zh-Hans', '耐寒帕鲁金属盔甲设计图3', '持有此设计图,即可解锁 「耐寒帕鲁金属盔甲设计图3(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (458, 487, 'zh-Hans', '耐寒帕鲁金属盔甲设计图4', '持有此设计图,即可解锁 「耐寒帕鲁金属盔甲设计图4(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (459, 488, 'zh-Hans', '羽毛发饰设计图1', '持有此设计图,即可解锁 「羽毛发饰设计图1(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (460, 489, 'zh-Hans', '羽毛发饰设计图2', '持有此设计图,即可解锁 「羽毛发饰设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (461, 490, 'zh-Hans', '羽毛发饰设计图3', '持有此设计图,即可解锁 「羽毛发饰设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (462, 491, 'zh-Hans', '羽毛发饰设计图4', '持有此设计图,即可解锁 「羽毛发饰设计图4(传奇)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (463, 492, 'zh-Hans', '金属头盔设计图1', '持有此设计图,即可解锁 「金属头盔设计图1(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (464, 493, 'zh-Hans', '金属头盔设计图2', '持有此设计图,即可解锁 「金属头盔设计图2(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (465, 494, 'zh-Hans', '金属头盔设计图3', '持有此设计图,即可解锁 「金属头盔设计图3(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (466, 495, 'zh-Hans', '金属头盔设计图4', '持有此设计图,即可解锁 「金属头盔设计图4(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (467, 496, 'zh-Hans', '精炼金属头盔设计图1', '持有此设计图,即可解锁 「精炼金属头盔设计图1(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (468, 497, 'zh-Hans', '精炼金属头盔设计图2', '持有此设计图,即可解锁 「精炼金属头盔设计图2(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (469, 498, 'zh-Hans', '精炼金属头盔设计图3', '持有此设计图,即可解锁 「精炼金属头盔设计图3(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (470, 499, 'zh-Hans', '精炼金属头盔设计图4', '持有此设计图,即可解锁 「精炼金属头盔设计图4(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (471, 500, 'zh-Hans', '帕鲁金属头盔设计图1', '持有此设计图,即可解锁 「帕鲁金属头盔设计图1(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (472, 501, 'zh-Hans', '帕鲁金属头盔设计图2', '持有此设计图,即可解锁 「帕鲁金属头盔设计图2(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (473, 502, 'zh-Hans', '帕鲁金属头盔设计图3', '持有此设计图,即可解锁 「帕鲁金属头盔设计图3(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (474, 503, 'zh-Hans', '帕鲁金属头盔设计图4', '持有此设计图,即可解锁 「帕鲁金属头盔设计图4(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (475, 504, 'zh-Hans', '王冠设计图1', '持有此设计图,即可解锁 「王冠设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (476, 505, 'zh-Hans', '王冠设计图2', '持有此设计图,即可解锁 「王冠设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (477, 506, 'zh-Hans', '王冠设计图3', '持有此设计图,即可解锁 「王冠设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (478, 507, 'zh-Hans', '王冠设计图4', '持有此设计图,即可解锁 「王冠设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (479, 508, 'zh-Hans', '王冠设计图5', '持有此设计图,即可解锁 「王冠设计图5(传奇)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (480, 509, 'zh-Hans', '金冠设计图1', '持有此设计图,即可解锁 「金冠设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (481, 510, 'zh-Hans', '金冠设计图2', '持有此设计图,即可解锁 「金冠设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (482, 511, 'zh-Hans', '金冠设计图3', '持有此设计图,即可解锁 「金冠设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (483, 512, 'zh-Hans', '金冠设计图4', '持有此设计图,即可解锁 「金冠设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (484, 513, 'zh-Hans', '金冠设计图5', '拥有它将解锁「金冠设计图5 (传奇)」的配方。 可以在|原始的作业台|里制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (485, 514, 'zh-Hans', '长耳发箍设计图1', '持有此设计图,即可解锁 「长耳发箍设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (486, 515, 'zh-Hans', '长耳发箍设计图2', '持有此设计图,即可解锁 「长耳发箍设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (487, 516, 'zh-Hans', '长耳发箍设计图3', '持有此设计图,即可解锁 「长耳发箍设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (488, 517, 'zh-Hans', '长耳发箍设计图4', '持有此设计图,即可解锁 「长耳发箍设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (489, 518, 'zh-Hans', '长耳发箍的设计图5', '拥有它之后,可以解锁〈长耳发箍的设计图5 (传奇)」的配方。 可以在〈原始的作业台〉进行手工艺制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (490, 519, 'zh-Hans', '女巫帽设计图1', '持有此设计图,即可解锁 「女巫帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (491, 520, 'zh-Hans', '女巫帽设计图2', '持有此设计图,即可解锁 「女巫帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (492, 521, 'zh-Hans', '女巫帽设计图3', '持有此设计图,即可解锁 「女巫帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (493, 522, 'zh-Hans', '女巫帽设计图4', '持有此设计图,即可解锁 「女巫帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (494, 523, 'zh-Hans', '魔女帽子设计图5', '拥有该物品,将会解锁「魔女帽子设计图5 (传奇)」的配方。 可在「原始的作业台中制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (495, 524, 'zh-Hans', '费多拉帽设计图1', '持有此设计图,即可解锁 「费多拉帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (496, 525, 'zh-Hans', '费多拉帽设计图2', '持有此设计图,即可解锁 「费多拉帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (497, 526, 'zh-Hans', '费多拉帽设计图3', '持有此设计图,即可解锁 「费多拉帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (498, 527, 'zh-Hans', '费多拉帽设计图4', '持有此设计图,即可解锁 「费多拉帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (499, 528, 'zh-Hans', '软帽设计图纸5', '拥有它后,「软帽设计图纸5(传奇)|的配方将被解锁。 可以在|原始的作业台|中进行制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (500, 529, 'zh-Hans', '安全帽设计图1', '持有此设计图,即可解锁 「安全帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (501, 530, 'zh-Hans', '安全帽设计图2', '持有此设计图,即可解锁 「安全帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (502, 531, 'zh-Hans', '安全帽设计图3', '持有此设计图,即可解锁 「安全帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (503, 532, 'zh-Hans', '安全帽设计图4', '持有此设计图,即可解锁 「安全帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (504, 533, 'zh-Hans', '头盔设计图5', '拥有它后,「头盔设计图5 (传奇)|的配方就被解锁了。 可以在|原始的作业台|进行工艺制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (505, 534, 'zh-Hans', '大礼帽设计图1', '持有此设计图,即可解锁 「大礼帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (506, 535, 'zh-Hans', '大礼帽设计图2', '持有此设计图,即可解锁 「大礼帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (507, 536, 'zh-Hans', '大礼帽设计图3', '持有此设计图,即可解锁 「大礼帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (508, 537, 'zh-Hans', '大礼帽设计图4', '持有此设计图,即可解锁 「大礼帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (509, 538, 'zh-Hans', '丝绸高帽子的设计图5', '拥有它后,将会解锁| 丝绸高帽子的设计图5(传奇)」的配方。 可在「原始的作业台 |中进行手工制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (510, 539, 'zh-Hans', '三角帽设计图1', '持有此设计图,即可解锁 「三角帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (511, 540, 'zh-Hans', '三角帽设计图2', '持有此设计图,即可解锁 「三角帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (512, 541, 'zh-Hans', '三角帽设计图3', '持有此设计图,即可解锁 「三角帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (513, 542, 'zh-Hans', '三角帽设计图4', '持有此设计图,即可解锁 「三角帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (514, 543, 'zh-Hans', '三角帽设计图纸5', '拥有它,就可以解锁“三角帽设计图纸5 (传奇)|的配方。可以在“原始的作业台|中进行制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (515, 544, 'zh-Hans', '探险帽设计图1', '持有此设计图,即可解锁 「探险帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (516, 545, 'zh-Hans', '探险帽设计图2', '持有此设计图,即可解锁 「探险帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (517, 546, 'zh-Hans', '探险帽设计图3', '持有此设计图,即可解锁 「探险帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (518, 547, 'zh-Hans', '探险帽设计图4', '持有此设计图,即可解锁 「探险帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (519, 548, 'zh-Hans', '探险帽设计图5', '拥有后,可以解锁「探险帽设计图5(传奇)」的配方。可以在|原始的作业台|进行制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (520, 549, 'zh-Hans', '学士帽设计图1', '持有此设计图,即可解锁 「学士帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (521, 550, 'zh-Hans', '学士帽设计图2', '持有此设计图,即可解锁 「学士帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (522, 551, 'zh-Hans', '学士帽设计图3', '持有此设计图,即可解锁 「学士帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (523, 552, 'zh-Hans', '学士帽设计图4', '持有此设计图,即可解锁 「学士帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (524, 553, 'zh-Hans', '大学帽设计图5', '持有它后,解锁了「大学帽设计图5(传奇)|的配方。在|原始的作业台|中可以制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (525, 554, 'zh-Hans', '农夫帽设计图1', '持有此设计图,即可解锁 「农夫帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (526, 555, 'zh-Hans', '农夫帽设计图2', '持有此设计图,即可解锁 「农夫帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (527, 556, 'zh-Hans', '农夫帽设计图3', '持有此设计图,即可解锁 「农夫帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (528, 557, 'zh-Hans', '农夫帽设计图4', '持有此设计图,即可解锁 「农夫帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (529, 558, 'zh-Hans', '农业帽子设计图5', '拥有后,将解锁「农业帽子设计图5 (传奇)」的配方。 可以在|原始的作业台|进行手工制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (530, 559, 'zh-Hans', '圆顶礼帽的设计图1', '持有此设计图,即可解锁 「圆顶礼帽的设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (531, 560, 'zh-Hans', '圆顶礼帽的设计图2', '持有此设计图,即可解锁 「圆顶礼帽的设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (532, 561, 'zh-Hans', '圆顶礼帽的设计图3', '持有此设计图,即可解锁 「圆顶礼帽的设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (533, 562, 'zh-Hans', '圆顶礼帽的设计图4', '持有此设计图,即可解锁 「圆顶礼帽的设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (534, 563, 'zh-Hans', '圆顶礼帽的设计图5', '持有它后, 「圆顶礼帽的设计图5 (传奇)|的配方会被解锁。 可以在|原始的作业台|中进行制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (535, 564, 'zh-Hans', '炸蛋鸟帽设计图1', '持有此设计图,即可解锁 「炸蛋鸟帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (536, 565, 'zh-Hans', '炸蛋鸟帽设计图2', '持有此设计图,即可解锁 「炸蛋鸟帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (537, 566, 'zh-Hans', '炸蛋鸟帽设计图3', '持有此设计图,即可解锁 「炸蛋鸟帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (538, 567, 'zh-Hans', '炸蛋鸟帽设计图4', '持有此设计图,即可解锁 「炸蛋鸟帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (539, 568, 'zh-Hans', '<クルットリ帽>的设计图5', '拥有它后,「<クルットリ帽>的设计图5 (传奇)|的配方就会被解锁。 您可以在“原始的作业台|上进行制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (540, 569, 'zh-Hans', '笑脸炸蛋鸟帽设计图1', '持有此设计图,即可解锁 「笑脸炸蛋鸟帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (541, 570, 'zh-Hans', '笑脸炸蛋鸟帽设计图2', '持有此设计图,即可解锁 「笑脸炸蛋鸟帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (542, 571, 'zh-Hans', '笑脸炸蛋鸟帽设计图3', '持有此设计图,即可解锁 「笑脸炸蛋鸟帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (543, 572, 'zh-Hans', '笑脸炸蛋鸟帽设计图4', '持有此设计图,即可解锁 「笑脸炸蛋鸟帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (544, 573, 'zh-Hans', '咧咧微笑螺旋帽的设计图5', '持有后,会解锁「咧咧微笑螺旋帽的设计图5 (传奇)」的配方。 可以在“原始的作业台|中进行制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (545, 574, 'zh-Hans', '叶泥泥帽设计图1', '持有此设计图,即可解锁 「叶泥泥帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (546, 575, 'zh-Hans', '叶泥泥帽设计图2', '持有此设计图,即可解锁 「叶泥泥帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (547, 576, 'zh-Hans', '叶泥泥帽设计图3', '持有此设计图,即可解锁 「叶泥泥帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (548, 577, 'zh-Hans', '叶泥泥帽设计图4', '持有此设计图,即可解锁 「叶泥泥帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (549, 578, 'zh-Hans', '纳恩魔帽设计图5', '拥有它之后,“纳恩魔帽设计图5 (传奇)|的配方将被解锁。 可以在“原始的作业台|进行手工制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (550, 579, 'zh-Hans', '企丸王帽设计图1', '持有此设计图,即可解锁 「企丸王帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (551, 580, 'zh-Hans', '企丸王帽设计图2', '持有此设计图,即可解锁 「企丸王帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (552, 581, 'zh-Hans', '企丸王帽设计图3', '持有此设计图,即可解锁 「企丸王帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (553, 582, 'zh-Hans', '企丸王帽设计图4', '持有此设计图,即可解锁 「企丸王帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (554, 583, 'zh-Hans', '凯本帽设计图纸5', '拥有这个之后,凯本帽设计图纸5 (传奇)的配方将会被解锁。 在原始的作业台中可以制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (555, 584, 'zh-Hans', '暗巫猫帽设计图1', '持有此设计图,即可解锁 「暗巫猫帽设计图2(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (556, 585, 'zh-Hans', '暗巫猫帽设计图2', '持有此设计图,即可解锁 「暗巫猫帽设计图2(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (557, 586, 'zh-Hans', '暗巫猫帽设计图3', '持有此设计图,即可解锁 「暗巫猫帽设计图3(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (558, 587, 'zh-Hans', '暗巫猫帽设计图4', '持有此设计图,即可解锁 「暗巫猫帽设计图4(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (559, 588, 'zh-Hans', '陈旧的弓设计图1', '持有此设计图,即可解锁 「陈旧的弓(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (560, 589, 'zh-Hans', '陈旧的弓设计图2', '持有此设计图,即可解锁 「陈旧的弓(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (561, 590, 'zh-Hans', '陈旧的弓设计图3', '持有此设计图,即可解锁 「陈旧的弓(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (562, 591, 'zh-Hans', '陈旧的弓设计图4', '持有此设计图,即可解锁 「陈旧的弓(传奇)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (563, 592, 'zh-Hans', '十字弓设计图1', '持有此设计图,即可解锁 「十字弓(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (564, 593, 'zh-Hans', '十字弓设计图2', '持有此设计图,即可解锁 「十字弓(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (565, 594, 'zh-Hans', '十字弓设计图3', '持有此设计图,即可解锁 「十字弓(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (566, 595, 'zh-Hans', '十字弓设计图4', '持有此设计图,即可解锁 「十字弓(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (567, 596, 'zh-Hans', '突击步枪设计图1', '持有此设计图,即可解锁 「突击步枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (568, 597, 'zh-Hans', '突击步枪设计图2', '持有此设计图,即可解锁 「突击步枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (569, 598, 'zh-Hans', '突击步枪设计图3', '持有此设计图,即可解锁 「突击步枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (570, 599, 'zh-Hans', '突击步枪设计图4', '持有此设计图,即可解锁 「突击步枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (571, 600, 'zh-Hans', '泵动式霰弹枪设计图1', '持有此设计图,即可解锁 「泵动式霰弹枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (572, 601, 'zh-Hans', '泵动式霰弹枪设计图2', '持有此设计图,即可解锁 「泵动式霰弹枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (573, 602, 'zh-Hans', '泵动式霰弹枪设计图3', '持有此设计图,即可解锁 「泵动式霰弹枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (574, 603, 'zh-Hans', '泵动式霰弹枪设计图4', '持有此设计图,即可解锁 「泵动式霰弹枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (575, 604, 'zh-Hans', '手枪设计图1', '持有此设计图,即可解锁 「手枪(少见)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (576, 605, 'zh-Hans', '手枪设计图2', '持有此设计图,即可解锁 「手枪(稀有)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (577, 606, 'zh-Hans', '手枪设计图3', '持有此设计图,即可解锁 「手枪(史诗)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (578, 607, 'zh-Hans', '手枪设计图4', '持有此设计图,即可解锁 「手枪(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (579, 608, 'zh-Hans', '火箭发射器设计图1', '持有此设计图,即可解锁 「火箭发射器(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (580, 609, 'zh-Hans', '火箭发射器设计图2', '持有此设计图,即可解锁 「火箭发射器(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'); INSERT INTO `itemsi18n` (`ID`, `ItemID`, `LanguageCode`, `Name`, `Description`, `PassiveSkills`) VALUES (581, 610, 'zh-Hans', '火箭发射器设计图3', '持有此设计图,即可解锁 「火箭发射器(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (582, 611, 'zh-Hans', '火箭发射器设计图4', '持有此设计图,即可解锁 「火箭发射器(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (583, 612, 'zh-Hans', '鸟枪设计图1', '持有此设计图,即可解锁 「鸟枪(少见)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (584, 613, 'zh-Hans', '鸟枪设计图2', '持有此设计图,即可解锁 「鸟枪(稀有)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (585, 614, 'zh-Hans', '鸟枪设计图3', '持有此设计图,即可解锁 「鸟枪(史诗)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (586, 615, 'zh-Hans', '鸟枪设计图4', '持有此设计图,即可解锁 「鸟枪(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (587, 616, 'zh-Hans', '单发步枪设计图1', '持有此设计图,即可解锁 「单发步枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (588, 617, 'zh-Hans', '单发步枪设计图2', '持有此设计图,即可解锁 「单发步枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (589, 618, 'zh-Hans', '单发步枪设计图3', '持有此设计图,即可解锁 「单发步枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (590, 619, 'zh-Hans', '单发步枪设计图4', '持有此设计图,即可解锁 「单发步枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (591, 620, 'zh-Hans', '双管霰弹枪设计图1', '持有此设计图,即可解锁 「双管霰弹枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (592, 621, 'zh-Hans', '双管霰弹枪设计图2', '持有此设计图,即可解锁 「双管霰弹枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (593, 622, 'zh-Hans', '双管霰弹枪设计图3', '持有此设计图,即可解锁 「双管霰弹枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (594, 623, 'zh-Hans', '双管霰弹枪设计图4', '持有此设计图,即可解锁 「双管霰弹枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (595, 624, 'zh-Hans', '布衣设计图1', '持有此设计图,即可解锁 「布衣服(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (596, 625, 'zh-Hans', '布衣设计图2', '持有此设计图,即可解锁 「布衣服(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (597, 626, 'zh-Hans', '布衣设计图3', '持有此设计图,即可解锁 「布衣服(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (598, 627, 'zh-Hans', '布衣设计图4', '持有此设计图,即可解锁 「布衣服(传奇)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (599, 628, 'zh-Hans', '毛皮盔甲设计图1', '持有此设计图,即可解锁 「毛皮盔甲(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (600, 629, 'zh-Hans', '毛皮盔甲设计图2', '持有此设计图,即可解锁 「毛皮盔甲(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (601, 630, 'zh-Hans', '毛皮盔甲设计图3', '持有此设计图,即可解锁 「毛皮盔甲(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (602, 631, 'zh-Hans', '毛皮盔甲设计图4', '持有此设计图,即可解锁 「毛皮盔甲(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (603, 632, 'zh-Hans', '金属盔甲设计图1', '持有此设计图,即可解锁 「金属盔甲(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (604, 633, 'zh-Hans', '金属盔甲设计图2', '持有此设计图,即可解锁 「金属盔甲(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (605, 634, 'zh-Hans', '金属盔甲设计图3', '持有此设计图,即可解锁 「金属盔甲(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (606, 635, 'zh-Hans', '金属盔甲设计图4', '持有此设计图,即可解锁 「金属盔甲(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (607, 636, 'zh-Hans', '精炼金属盔甲设计图1', '持有此设计图,即可解锁 「精炼金属盔甲(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (608, 637, 'zh-Hans', '精炼金属盔甲设计图2', '持有此设计图,即可解锁 「精炼金属盔甲(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (609, 638, 'zh-Hans', '精炼金属盔甲设计图3', '持有此设计图,即可解锁 「精炼金属盔甲(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (610, 639, 'zh-Hans', '精炼金属盔甲设计图4', '持有此设计图,即可解锁 「精炼金属盔甲(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (611, 640, 'zh-Hans', '帕鲁金属盔甲设计图1', '持有此设计图,即可解锁 「帕鲁金属盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (612, 641, 'zh-Hans', '帕鲁金属盔甲设计图2', '持有此设计图,即可解锁 「帕鲁金属盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (613, 642, 'zh-Hans', '帕鲁金属盔甲设计图3', '持有此设计图,即可解锁 「帕鲁金属盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (614, 643, 'zh-Hans', '帕鲁金属盔甲设计图4', '持有此设计图,即可解锁 「帕鲁金属盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (615, 644, 'zh-Hans', '美丽花朵', '这种植物的花朵相当鲜艳。 可用来制作可疑果汁和怪异果汁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (616, 645, 'zh-Hans', '可疑果汁', '饮用这种果汁能让心情舒爽。 饮用后的一段时间内会略微提高工作速度, 但SAN值也会略微下降。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (617, 646, 'zh-Hans', '怪异果汁', '饮用这种果汁能让心情非常舒爽。 饮用后的一段时间内会提高工作速度, 但SAN值也会下降。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (618, 647, 'zh-Hans', '消除记忆药', '玩家服用此药物 即可重置属性点。 帕鲁服用不会产生任何作用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (619, 648, 'zh-Hans', '热带地区民族服饰', '在炎热地区生产的布衣服。 具备傲人的耐热性能。', '{\"PassiveSkill1\": \"耐暑Lv2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (620, 649, 'zh-Hans', '寒冷地区民族服饰', '在寒冷地区生产的布衣服。 能够抵御使身体冻僵的寒意。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (621, 650, 'zh-Hans', '耐热毛皮盔甲', '在炎热地区生产的毛皮盔甲。 具备傲人的耐热性能。', '{\"PassiveSkill1\": \"耐暑Lv2\", \"PassiveSkill2\": \"减轻火属性伤害Lv1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (622, 651, 'zh-Hans', '耐寒毛皮盔甲', '在寒冷地区生产的毛皮盔甲。 能够抵御使身体冻僵的寒意。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"减轻冰属性伤害Lv1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (623, 652, 'zh-Hans', '耐热金属盔甲', '经过改良的金属盔甲。 具备傲人的耐热性能。', '{\"PassiveSkill1\": \"耐暑Lv2\", \"PassiveSkill2\": \"耐寒Lv1\", \"PassiveSkill3\": \"减轻火属性伤害Lv1\", \"PassiveSkill4\": null}'), (624, 653, 'zh-Hans', '耐寒金属盔甲', '经过改良的金属盔甲。 能够抵御使身体冻僵的寒意。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": \"减轻冰属性伤害Lv1\", \"PassiveSkill4\": null}'), (625, 654, 'zh-Hans', '耐热精炼金属盔甲', '经过改良的精炼金属盔甲。 具备傲人的耐热性能。', '{\"PassiveSkill1\": \"耐暑Lv2\", \"PassiveSkill2\": \"耐寒Lv1\", \"PassiveSkill3\": \"减轻火属性伤害Lv1\", \"PassiveSkill4\": null}'), (626, 655, 'zh-Hans', '耐寒精炼金属盔甲', '经过改良的精炼金属盔甲。 能够抵御使身体冻僵的寒意。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": \"减轻冰属性伤害Lv1\", \"PassiveSkill4\": null}'), (627, 656, 'zh-Hans', '耐热帕鲁金属盔甲', '经过改良的帕鲁金属盔甲。 具备傲人的耐热性能。', '{\"PassiveSkill1\": \"耐暑Lv2\", \"PassiveSkill2\": \"耐寒Lv1\", \"PassiveSkill3\": \"减轻火属性伤害Lv1\", \"PassiveSkill4\": null}'), (628, 657, 'zh-Hans', '耐寒帕鲁金属盔甲', '经过改良的帕鲁金属盔甲。 能够抵御使身体冻僵的寒意。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": \"减轻冰属性伤害Lv1\", \"PassiveSkill4\": null}'), (629, 658, 'zh-Hans', '女皇蜂之杖', '经改造后的女皇蜂法杖,专供人类使用。 能感受到外露的女王霸气。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (630, 659, 'zh-Hans', '骑士蜂之矛', '经改造后的骑士蜂长矛,专供人类使用。 能感受到真诚的忠贞之心。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (631, 660, 'zh-Hans', '莉莉之矛', '莉莉爱用的长矛。 她会用它来制裁蔑视帕鲁的人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (632, 661, 'zh-Hans', '印花枪1', '能在命中处留下捣蛋猫图案的奇妙枪支。 享受在墙壁及地板上作画的乐趣吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (633, 662, 'zh-Hans', '印花枪2', '能在命中处留下棉悠悠图案的奇妙枪支。 享受在墙壁及地板上作画的乐趣吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (634, 663, 'zh-Hans', '印花枪3', '能在命中处留下美露帕图案的奇妙枪支。 享受在墙壁及地板上作画的乐趣吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (635, 664, 'zh-Hans', '印花枪4', '能在命中处留下阿努比斯图案的奇妙枪支。 享受在墙壁及地板上作画的乐趣吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (636, 665, 'zh-Hans', '印花枪5', '能在命中处留下佩克龙图案的奇妙枪支。 享受在墙壁及地板上作画的乐趣吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (637, 666, 'zh-Hans', '印花墨水', '印花枪使用的弹药。 可用墨水画出帕鲁的图案。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (638, 667, 'zh-Hans', '水栖帕鲁的黏液', '可从水属性帕鲁身上取得的体液。 黏度很高,相当有用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (639, 668, 'zh-Hans', '皮皮鸡的鸡肉', '皮皮鸡的肉。 爽口且易食用, 很受帕洛斯群岛居民的喜爱。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (640, 669, 'zh-Hans', '棉悠悠的羊肉', '棉悠悠的肉。 有着独特风味的红肉。 稍有骚味,但相当鲜美。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (641, 670, 'zh-Hans', '水灵儿的鱼肉', '水灵儿的肉。 其特点是爽弹的口感和甜味。 因为是鱼肉,保鲜时间很短。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (642, 671, 'zh-Hans', '天擒鸟的鸟肉', '天擒鸟的肉。 富含营养且充满强烈的风味。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (643, 672, 'zh-Hans', '草莽猪的猪肉', '草莽猪的肉。 其特点是浓郁的野性风味。 汁水十足,营养价值极高。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (644, 673, 'zh-Hans', '趴趴鲶的鱼肉', '趴趴鲶的肉。 肥而多汁,浓郁且风味十足。 饱满的独特口感也充满魅力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (645, 674, 'zh-Hans', '紫霞鹿的鹿肉', '紫霞鹿的肉。 虽然清淡低脂,但是风味十足。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (646, 675, 'zh-Hans', '严冬鹿的鹿肉', '严冬鹿的肉。 可常保低温的奇妙鹿肉。 非常不容易腐败。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (647, 676, 'zh-Hans', '灌木羊的香草肉', '灌木羊的肉。 营养价值高,且相当健康。 肉中的野莓香味会让人胃口倍增。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (648, 677, 'zh-Hans', '波霸牛的牛肉', '波霸牛的肉。 口感厚实且多汁,更有美丽霜降油花。 是帕洛斯群岛居民最爱的肉类。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (649, 678, 'zh-Hans', '连理龙的恐龙肉', '连理龙的肉。 蕴藏强大能量的巨大肉块。 富含源自光合作用的大量营养物质。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (650, 679, 'zh-Hans', '森猛犸的巨兽肉', '森猛犸的肉。 存在感十足,且滋味颇具冲击力。 份量大得惊人,连大胃王都能喂饱。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (651, 680, 'zh-Hans', '烤皮皮鸡', '用炭火慢烤而制的鸡肉串烧。 口感轻盈且味道清爽。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (652, 681, 'zh-Hans', '棉悠悠羊肉烤串', '用香料将羊肉腌制入味后烤制而成的美食。 可感受到强烈的特色以及极具深度的风味。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (653, 682, 'zh-Hans', '水灵儿炭烤肉', '用炭火烤制而成的新鲜鱼肉, 能带出松软肥嫩的口感。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (654, 683, 'zh-Hans', '烤天擒鸟肉', '饱含展翅高飞时的活力, 强劲力量满溢而出的烧鸟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (655, 684, 'zh-Hans', '草莽猪烤全猪', '用豪迈的直火烤制而成的猪肉。 外皮酥脆,内里多汁。 是非常适合宴会的豪华料理。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (656, 685, 'zh-Hans', '蒲烧趴趴鲶', '涂上秘制酱汁后烤制而成、 能治愈全身心的美味烤鱼。 非常适合疲惫的帕鲁驯养师食用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (657, 686, 'zh-Hans', '紫霞鹿炙烤肉', '经过精心炙烤的鹿肉保有细腻风味, 并散发出浓郁的森林香气。 这般优雅的滋味能让生活更加丰富多彩。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (658, 687, 'zh-Hans', '严冬鹿炙烤肉', '冰鹿的肉具有从火中取出后, 温度会急速下降并保持新鲜的特性。 非常适合作为应急食品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (659, 688, 'zh-Hans', '灌木羊香草烤肉', '肉本身就含有香草和野莓的香味, 经过烤制后更是口感浓厚。 能为野外用餐增添温暖与满足感。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (660, 689, 'zh-Hans', '波霸牛牛排', '仔细煎制而成的大块牛排。 强烈且浓郁的风味能为食用者带来活力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (661, 690, 'zh-Hans', '连理龙带骨烤肉', '能够品尝到野生的王者风味的大块烤肉。 浓缩的肉汁精华从骨头中溢出, 大口咬下时虽嚼劲十足,但内部却出奇地鲜嫩。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (662, 691, 'zh-Hans', '森猛犸巨兽烤排', '极具威严感的浓郁风味。 每一口都能勾起深林与冰河的回忆。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (663, 692, 'zh-Hans', '嫩煎皮皮鸡', '用黄油煎炒而制的厚实鸡肉料理。 透出一股清爽的柠檬风味。 食用后的一段时间内,略微提高工作速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (664, 693, 'zh-Hans', '棉悠悠香草烤肉', '使用大量新鲜野莓增添香气, 借此带出羊肉的独特风味。 食用后的一段时间内,防御+10%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (665, 694, 'zh-Hans', '棉悠悠成吉思汗烤肉', '将腌制过的羊肉用炭火精心烤制而成的料理。 食用后的一段时间内,略微提高工作速度, 且稍微减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (666, 695, 'zh-Hans', '炖煮天擒鸟肉', '这道料理以慢火炖煮而成, 带出了浓郁鲜味及野性十足的风味。 食用后的一段时间内,稍微减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (667, 696, 'zh-Hans', '草莽猪培根蛋', '熏烤的培根风味搭配上鸡蛋的柔和口感, 共同谱出了完美的和谐之曲。 食用后的一段时间内,攻击+10%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (668, 697, 'zh-Hans', '严冬鹿肉炖菜', '将来自寒冷地带的鹿肉和蔬菜一同熬煮而成的炖菜。 肉质鲜嫩,与细腻的甜味完美交融。 食用后的一段时间内,比较不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (669, 698, 'zh-Hans', '炸皮皮鸡肉块', '极为美味多汁的鸡肉料理。 食用后的一段时间内,略微提高工作速度, 且减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (670, 699, 'zh-Hans', '草莽猪热狗', '在面包中夹入厚实的香肠制成的料理。 烤得酥脆的外壳与辛香风味绝妙无比。 食用后的一段时间内,防御+20%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (671, 700, 'zh-Hans', '夏威夷紫霞鹿汉堡饭', '厚实的汉堡排搭配软嫩的半熟荷包蛋, 两者的完美结合将在口中创造出满满幸福。 食用后的一段时间内,攻击+20%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (672, 701, 'zh-Hans', '紫霞鹿肉炖菜', '饱含爱意的炖煮鹿肉,肉质酥软、入口即化。 蔬菜与肉的鲜味互相交融,带出浓厚的口感。 食用后的一段时间内,防御+20%', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (673, 702, 'zh-Hans', '波霸牛汉堡', '将牛肉鲜味与面包甜味融为一体的极品。 食用后的一段时间内,提高工作速度, 且稍微减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (674, 703, 'zh-Hans', '波霸牛芝士汉堡', '这道料理中的芝士让它达到了至高无上的境界。 食用后的一段时间内,攻击+20%, 且不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (675, 704, 'zh-Hans', '炸水灵儿', '紧致口感的鱼肉与酥脆的外皮搭配得恰到好处。 食用后的一段时间内,防御+10%, 且减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (676, 705, 'zh-Hans', '趴趴鲶杂烩', '饱含独特风味的奶香汤品。 食用后的一段时间内,提高工作速度, 且比较不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (677, 706, 'zh-Hans', '加特林机枪', '可通过高速扫射实现压制战场的加特林机枪。 压制射击能够将敌人射成蜂窝。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (678, 707, 'zh-Hans', '慈悲戒指', '和平主义者的戒指。 装备该戒指者无法将攻击对象的生命值降低到1以下。', '{\"PassiveSkill1\": \"手下留情\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (679, 708, 'zh-Hans', '贝菈诺娃的石板', '画着贝菈诺娃的石板。 只要将其献给召唤的祭坛, 就能召唤强大的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (680, 709, 'zh-Hans', '贝菈诺娃的石板', '画着贝菈诺娃的石板。 只要将其献给召唤的祭坛, 就能召唤强大的贝菈诺娃[Lv 35]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (681, 710, 'zh-Hans', '贝菈露洁的石板', '画着贝菈露洁的石板。 只要将其献给召唤的祭坛, 就能召唤非常强大的贝菈露洁[Lv 45]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (682, 711, 'zh-Hans', '【极】贝菈露洁的石板', '贝菈露洁之力满溢而出的石板。 只要将其献给召唤的祭坛, 就能召唤强大到令人绝望的贝菈露洁[Lv ??]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (683, 712, 'zh-Hans', '贝菈诺娃的石板碎片', '画着贝菈诺娃的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (684, 713, 'zh-Hans', '贝菈露洁的石板碎片', '画着贝菈露洁的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (685, 714, 'zh-Hans', '【极】贝菈露洁的石板碎片', '贝菈露洁之力满溢而出的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (686, 715, 'zh-Hans', '伯乐眼镜', '能够确认帕鲁隐藏才能的眼镜。 生命值,攻击力和防御力的潜力会以满分100分显示出来。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (687, 716, 'zh-Hans', '命脉秘药', '可以永久让「生命值」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (688, 717, 'zh-Hans', '活力秘药', '可以永久让「耐力值」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (689, 718, 'zh-Hans', '猛击秘药', '可以永久让「攻击力」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (690, 719, 'zh-Hans', '勤勉秘药', '可以永久让「工作速度」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (691, 720, 'zh-Hans', '巨人秘药', '可以永久让「负重上限」略微上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (692, 721, 'zh-Hans', '命脉灵药', '可以永久让「生命值」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (693, 722, 'zh-Hans', '活力灵药', '可以永久让「耐力值」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (694, 723, 'zh-Hans', '猛击灵药', '可以永久让「攻击力」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (695, 724, 'zh-Hans', '勤勉灵药', '可以永久让「工作速度」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (696, 725, 'zh-Hans', '巨人灵药', '可以永久让「负重上限」上升的极为珍贵的药水。 帕鲁喝了不会有任何效果。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (697, 726, 'zh-Hans', '生命之莲(小)', '极为稀有、难以获得的罕见绿色小花。 制作命脉秘药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (698, 727, 'zh-Hans', '耐力之莲(小)', '极为稀有、难以获得的罕见黄色小花。 制作活力秘药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (699, 728, 'zh-Hans', '力量之莲(小)', '极为稀有、难以获得的罕见红色小花。 制作猛击秘药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (700, 729, 'zh-Hans', '巧手之莲(小)', '极为稀有、难以获得的罕见橘色小花。 制作勤勉秘药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (701, 730, 'zh-Hans', '耐重之莲(小)', '极为稀有、难以获得的罕见紫色小花。 制作巨人秘药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (702, 731, 'zh-Hans', '姬小兔的发带', '姬小兔掉下的发带。 因其可爱的颜色及设计,常常被用作制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (703, 732, 'zh-Hans', '毛掸儿的棉毛', '毛掸儿掉落的棉毛。 因其柔软蓬松,常常被用作制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (704, 733, 'zh-Hans', '勾魂鱿的触手', '勾魂鱿掉落的触手。 因其独特的触感,常常被用作制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (705, 734, 'zh-Hans', '雷鸣童子的云朵', '雷鸣童子掉落的云朵。 毛茸茸的,常常被用作制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (706, 735, 'zh-Hans', '朋克蜥的头冠', '朋克蜥掉落的前冠。 坚硬带刺,常常被用作制作衣物的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (707, 736, 'zh-Hans', '生命之莲(大)', '极为稀有、难以获得的罕见绿色大花。 制作命脉灵药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (708, 737, 'zh-Hans', '耐力之莲(大)', '极为稀有、难以获得的罕见黄色大花。 制作活力灵药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (709, 738, 'zh-Hans', '力量之莲(大)', '极为稀有、难以获得的罕见红色大花。 制作猛击灵药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (710, 739, 'zh-Hans', '巧手之莲(大)', '极为稀有、难以获得的罕见橘色大花。 制作勤勉灵药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (711, 740, 'zh-Hans', '耐重之莲(大)', '极为稀有、难以获得的罕见紫色大花。 制作巨人灵药的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (712, 741, 'zh-Hans', '洞穴蘑菇', '洞窟内的群生蘑菇。 是一种制造具有治疗效果药物的原料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (713, 742, 'zh-Hans', '低品质恢复药', '需要时间才能治疗身体伤口的药水。 品质虽低,但是多少能恢复一些生命值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (714, 743, 'zh-Hans', '恢复药', '需要时间才能治疗身体伤口的药水。 能够一定程度地恢复生命值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (715, 744, 'zh-Hans', '高品质恢复药', '需要时间才能治疗身体伤口的药水。 品质佳,能够很好地恢复生命值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (716, 745, 'zh-Hans', '生命之果', '一种非常难以获得的珍贵果实。 可稍微提升帕鲁的「生命值」的潜力值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (717, 746, 'zh-Hans', '刚力之果', '一种非常难以获得的珍贵果实。 可稍微提升帕鲁的「攻击力」的潜力值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (718, 747, 'zh-Hans', '坚壁之果', '一种非常难以获得的珍贵果实。 可稍微提升帕鲁的「防御力」的潜力值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (719, 748, 'zh-Hans', '修炼之书(小)', '如果让帕鲁阅读此书, 就可以积累少许经验。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (720, 749, 'zh-Hans', '修炼之书(中)', '如果让帕鲁阅读此书, 就可以积累一些经验。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (721, 750, 'zh-Hans', '修炼之书(大)', '如果让帕鲁阅读此书, 就可以积累大量经验。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (722, 751, 'zh-Hans', '修炼之书(特大)', '如果让帕鲁阅读此书, 就可以积累极大量经验。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (723, 752, 'zh-Hans', '修炼结晶', '将这块神秘的结晶交给帕鲁, 便可使该帕鲁的等级提升1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (724, 753, 'zh-Hans', '榴弹发射器', '能够发射造成大范围爆炸的榴弹。 对付大群敌人时很有用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (725, 754, 'zh-Hans', '追踪导弹发射器', '能够发射自动追踪敌人的导弹。 导弹在命中后将爆炸,造成大范围伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (726, 755, 'zh-Hans', '多联装追踪导弹发射器', '实现多联装的导弹发射器。 能够连续发射自动追踪敌人的导弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (727, 756, 'zh-Hans', '激光加特林', '能够高速连射激光束。 猛烈的火力能瞬间压制复数敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (728, 757, 'zh-Hans', '塑钢盔甲', '以塑钢制成的盔甲。 在增强防御力的同时,实现了轻量化。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (729, 758, 'zh-Hans', '塑钢头盔', '以塑钢制成的头盔。 在增强防御力的同时,实现了轻量化。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (730, 759, 'zh-Hans', '究极帕鲁球', '可扔出并捕捉帕鲁的道具。 拥有压倒性的性能,几乎可以抓住任何帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (731, 760, 'zh-Hans', '破片手榴弹Mk2', '改良后的破片手榴弹。 投掷数秒后引爆,给大范围的敌人造成伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (732, 761, 'zh-Hans', '归途雷云', '使用后可以移动至最近的据点。 无法在地下城里使用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (733, 762, 'zh-Hans', '古代文明核心', '存在于古代科技中的核心。 在现在的帕洛斯群岛早已无迹可寻, 里面满载着被遗忘的睿智。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (734, 763, 'zh-Hans', '升段苹果☆1', '极为罕见的魔法果实。 可以使帕鲁的阶级从☆0升到☆1。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (735, 764, 'zh-Hans', '升段苹果☆2', '极为罕见的魔法果实。 可以使帕鲁的阶级从☆1升到☆2。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (736, 765, 'zh-Hans', '升段苹果☆3', '极为罕见的魔法果实。 可以使帕鲁的阶级从☆2升到☆3。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (737, 766, 'zh-Hans', '升段苹果☆4', '极为罕见的魔法果实。 可以使帕鲁的阶级从☆3升到☆4。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (738, 767, 'zh-Hans', '成熟的升段苹果', '极为罕见的魔法果实。 可以使帕鲁的阶级上升1阶。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (739, 768, 'zh-Hans', '魔女之冠', '可以感受到贝菈露洁【极】不祥的力量。 由于是相当稀少之物,拥有之人少之又少。', '{\"PassiveSkill1\": \"减轻龙属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (740, 769, 'zh-Hans', '古代技术书', '书上写着失落的古代技术。 使用后,可获得古代科技点。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (741, 770, 'zh-Hans', '火焰喷射器燃料', '火焰喷射器的燃料, 也是火焰喷射器等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (742, 771, 'zh-Hans', '导弹', '追踪导弹发射器等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (743, 772, 'zh-Hans', '榴弹', '榴弹发射器等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (744, 773, 'zh-Hans', '搬运工戒指', '可以略微增加玩家的负重上限。', '{\"PassiveSkill1\": \"提升负重上限Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (745, 774, 'zh-Hans', '搬运工戒指+1', '可以增加玩家的负重上限。', '{\"PassiveSkill1\": \"提升负重上限Lv2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (746, 775, 'zh-Hans', '搬运工戒指+2', '可以大幅增加玩家的负重上限。', '{\"PassiveSkill1\": \"提升负重上限Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (747, 776, 'zh-Hans', '佐伊的帽子', '能扮成佐伊的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (748, 777, 'zh-Hans', '阿克塞尔的帽子', '能扮成阿克塞尔的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (749, 778, 'zh-Hans', '莉莉的帽子', '能扮成莉莉的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (750, 779, 'zh-Hans', '维克托的帽子', '能扮成维克托的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (751, 780, 'zh-Hans', '马库斯的帽子', '能扮成马库斯的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (752, 781, 'zh-Hans', '纱夜的帽子', '能扮成纱夜的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (753, 782, 'zh-Hans', '霸王之角', '可以感受到殁殃【极】不祥的力量。 由于是相当稀少之物,拥有之人少之又少。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (754, 783, 'zh-Hans', '耐热塑钢盔甲', '经过改良的塑钢盔甲。 具备傲人的耐热性能。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": \"减轻火属性伤害Lv1\", \"PassiveSkill4\": null}'), (755, 784, 'zh-Hans', '耐寒塑钢盔甲', '经过改良的塑钢盔甲。 能够抵御使身体冻僵的寒意。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": \"减轻冰属性伤害Lv1\", \"PassiveSkill4\": null}'), (756, 785, 'zh-Hans', '轻便塑钢盔甲', '经过改良的塑钢盔甲。 能增加玩家的负重上限。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": \"提升负重上限Lv3\", \"PassiveSkill4\": null}'), (757, 786, 'zh-Hans', '殁殃的石板', '画着殁殃的石板。 只要将其献给召唤的祭坛, 就能召唤非常强大的殁殃[Lv 55]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (758, 787, 'zh-Hans', '殁殃的石板碎片', '画着殁殃的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (759, 788, 'zh-Hans', '【极】殁殃的石板', '殁殃之力满溢而出的石板。 只要将其献给召唤的祭坛, 就能召唤强大到令人绝望的殁殃[Lv ??]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (760, 789, 'zh-Hans', '【极】殁殃的石板碎片', '殁殃之力满溢而出的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (761, 790, 'zh-Hans', '加特林子弹', '加特林机枪等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (762, 791, 'zh-Hans', '汪汪币', '谜一样的钱币。貌似有人在收集。 虽然旺财会持有, 但是不知道为什么解体并不会掉落。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (763, 792, 'zh-Hans', '劣质手枪设计图1', '持有此设计图,即可解锁 「劣质手枪(少见)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (764, 793, 'zh-Hans', '劣质手枪设计图2', '持有此设计图,即可解锁 「劣质手枪(稀有)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (765, 794, 'zh-Hans', '劣质手枪设计图3', '持有此设计图,即可解锁 「劣质手枪(史诗)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (766, 795, 'zh-Hans', '劣质手枪设计图4', '持有此设计图,即可解锁 「劣质手枪(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (767, 796, 'zh-Hans', '不可思议的饰品箱', '内部会与持有者身体产生共鸣的不可思议的箱子。 带在身上,饰品栏位就会增加1格。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (768, 797, 'zh-Hans', '神秘的饰品箱', '内部会与持有者身体产生共鸣的不可思议的箱子。 带在身上,能让饰品栏位进一步增加1格。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (769, 798, 'zh-Hans', '激光步枪设计图1', '持有此设计图,即可解锁 「激光步枪(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (770, 799, 'zh-Hans', '激光步枪设计图2', '持有此设计图,即可解锁 「激光步枪(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (771, 800, 'zh-Hans', '激光步枪设计图3', '持有此设计图,即可解锁 「激光步枪(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (772, 801, 'zh-Hans', '激光步枪设计图4', '持有此设计图,即可解锁 「激光步枪(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (773, 802, 'zh-Hans', '火焰喷射器设计图1', '持有此设计图,即可解锁 「火焰喷射器(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (774, 803, 'zh-Hans', '火焰喷射器设计图2', '持有此设计图,即可解锁 「火焰喷射器(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (775, 804, 'zh-Hans', '火焰喷射器设计图3', '持有此设计图,即可解锁 「火焰喷射器(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (776, 805, 'zh-Hans', '火焰喷射器设计图4', '持有此设计图,即可解锁 「火焰喷射器(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (777, 806, 'zh-Hans', '榴弹发射器设计图1', '持有此设计图,即可解锁 「榴弹发射器(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (778, 807, 'zh-Hans', '榴弹发射器设计图2', '持有此设计图,即可解锁 「榴弹发射器(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (779, 808, 'zh-Hans', '榴弹发射器设计图3', '持有此设计图,即可解锁 「榴弹发射器(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (780, 809, 'zh-Hans', '榴弹发射器设计图4', '持有此设计图,即可解锁 「榴弹发射器(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (781, 810, 'zh-Hans', '追踪导弹发射器设计图1', '持有此设计图,即可解锁 「追踪导弹发射器(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (782, 811, 'zh-Hans', '追踪导弹发射器设计图2', '持有此设计图,即可解锁 「追踪导弹发射器(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (783, 812, 'zh-Hans', '追踪导弹发射器设计图3', '持有此设计图,即可解锁 「追踪导弹发射器(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (784, 813, 'zh-Hans', '追踪导弹发射器设计图4', '持有此设计图,即可解锁 「追踪导弹发射器(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (785, 814, 'zh-Hans', '多联装追踪导弹发射器设计图1', '持有此设计图,即可解锁 「多联装追踪导弹发射器(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (786, 815, 'zh-Hans', '多联装追踪导弹发射器设计图2', '持有此设计图,即可解锁 「多联装追踪导弹发射器(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (787, 816, 'zh-Hans', '多联装追踪导弹发射器设计图3', '持有此设计图,即可解锁 「多联装追踪导弹发射器(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (788, 817, 'zh-Hans', '多联装追踪导弹发射器设计图4', '持有此设计图,即可解锁 「多联装追踪导弹发射器(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (789, 818, 'zh-Hans', '加特林机枪设计图1', '持有此设计图,即可解锁 「加特林机枪(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (790, 819, 'zh-Hans', '加特林机枪设计图2', '持有此设计图,即可解锁 「加特林机枪(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (791, 820, 'zh-Hans', '加特林机枪设计图3', '持有此设计图,即可解锁 「加特林机枪(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (792, 821, 'zh-Hans', '加特林机枪设计图4', '持有此设计图,即可解锁 「加特林机枪(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (793, 822, 'zh-Hans', '陨石碎片', '从天而降的石头碎片。 内部含有丰富的帕鲁矿碎块, 在「粉碎机」处进行加工可以取出。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (794, 823, 'zh-Hans', '塑钢盔甲设计图1', '持有此设计图,即可解锁 「塑钢盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (795, 824, 'zh-Hans', '塑钢盔甲设计图2', '持有此设计图,即可解锁 「塑钢盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (796, 825, 'zh-Hans', '塑钢盔甲设计图3', '持有此设计图,即可解锁 「塑钢盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (797, 826, 'zh-Hans', '塑钢盔甲设计图4', '持有此设计图,即可解锁 「塑钢盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (798, 827, 'zh-Hans', '耐热塑钢盔甲设计图1', '持有此设计图,即可解锁 「耐热塑钢盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (799, 828, 'zh-Hans', '耐热塑钢盔甲设计图2', '持有此设计图,即可解锁 「耐热塑钢盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (800, 829, 'zh-Hans', '耐热塑钢盔甲设计图3', '持有此设计图,即可解锁 「耐热塑钢盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (801, 830, 'zh-Hans', '耐热塑钢盔甲设计图4', '持有此设计图,即可解锁 「耐热塑钢盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (802, 831, 'zh-Hans', '耐寒塑钢盔甲设计图1', '持有此设计图,即可解锁 「耐寒塑钢盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (803, 832, 'zh-Hans', '耐寒塑钢盔甲设计图2', '持有此设计图,即可解锁 「耐寒塑钢盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (804, 833, 'zh-Hans', '耐寒塑钢盔甲设计图3', '持有此设计图,即可解锁 「耐寒塑钢盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (805, 834, 'zh-Hans', '耐寒塑钢盔甲设计图4', '持有此设计图,即可解锁 「耐寒塑钢盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (806, 835, 'zh-Hans', '轻便塑钢盔甲设计图1', '持有此设计图,即可解锁 「轻便塑钢盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (807, 836, 'zh-Hans', '轻便塑钢盔甲设计图2', '持有此设计图,即可解锁 「轻便塑钢盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (808, 837, 'zh-Hans', '轻便塑钢盔甲设计图3', '持有此设计图,即可解锁 「轻便塑钢盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (809, 838, 'zh-Hans', '轻便塑钢盔甲设计图4', '持有此设计图,即可解锁 「轻便塑钢盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (810, 839, 'zh-Hans', '塑钢头盔设计图1', '持有此设计图,即可解锁 「塑钢头盔(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (811, 840, 'zh-Hans', '塑钢头盔设计图2', '持有此设计图,即可解锁 「塑钢头盔(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (812, 841, 'zh-Hans', '塑钢头盔设计图3', '持有此设计图,即可解锁 「塑钢头盔(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (813, 842, 'zh-Hans', '塑钢头盔设计图4', '持有此设计图,即可解锁 「塑钢头盔(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (814, 843, 'zh-Hans', '朋克蜥的兜帽设计图1', '持有此设计图,即可解锁 「朋克蜥的兜帽(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (815, 844, 'zh-Hans', '朋克蜥的兜帽设计图2', '持有此设计图,即可解锁 「朋克蜥的兜帽(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (816, 845, 'zh-Hans', '朋克蜥的兜帽设计图3', '持有此设计图,即可解锁 「朋克蜥的兜帽设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (817, 846, 'zh-Hans', '朋克蜥的兜帽设计图4', '持有此设计图,即可解锁 「朋克蜥的兜帽设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (818, 847, 'zh-Hans', '勾魂鱿帽子设计图1', '持有此设计图,即可解锁 「勾魂鱿帽子(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (819, 848, 'zh-Hans', '勾魂鱿帽子设计图2', '持有此设计图,即可解锁 「勾魂鱿帽子(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (820, 849, 'zh-Hans', '勾魂鱿帽子设计图3', '持有此设计图,即可解锁 「勾魂鱿帽子设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (821, 850, 'zh-Hans', '勾魂鱿帽子设计图4', '持有此设计图,即可解锁 「勾魂鱿帽子设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (822, 851, 'zh-Hans', '姬小兔的发饰设计图1', '持有此设计图,即可解锁 「姬小兔的发饰(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (823, 852, 'zh-Hans', '姬小兔的发饰设计图2', '持有此设计图,即可解锁 「姬小兔的发饰(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (824, 853, 'zh-Hans', '姬小兔的发饰设计图3', '持有此设计图,即可解锁 「姬小兔的发饰设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (825, 854, 'zh-Hans', '姬小兔的发饰设计图4', '持有此设计图,即可解锁 「姬小兔的发饰设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (826, 855, 'zh-Hans', '毛掸儿帽子设计图1', '持有此设计图,即可解锁 「毛掸儿帽子(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (827, 856, 'zh-Hans', '毛掸儿帽子设计图2', '持有此设计图,即可解锁 「毛掸儿帽子(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (828, 857, 'zh-Hans', '毛掸儿帽子设计图3', '持有此设计图,即可解锁 「毛掸儿帽子设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (829, 858, 'zh-Hans', '毛掸儿帽子设计图4', '持有此设计图,即可解锁 「毛掸儿帽子设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (830, 859, 'zh-Hans', '雷鸣童子帽子设计图1', '持有此设计图,即可解锁 「雷鸣童子帽子(常见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (831, 860, 'zh-Hans', '雷鸣童子帽子设计图2', '持有此设计图,即可解锁 「雷鸣童子帽子(少见)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (832, 861, 'zh-Hans', '雷鸣童子帽子设计图3', '持有此设计图,即可解锁 「雷鸣童子帽子设计图2(稀有)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (833, 862, 'zh-Hans', '雷鸣童子帽子设计图4', '持有此设计图,即可解锁 「雷鸣童子帽子设计图3(史诗)」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (834, 863, 'zh-Hans', '百合女王的发饰', '模仿百合女王的花朵发饰。', '{\"PassiveSkill1\": \"减轻草属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (835, 864, 'zh-Hans', '绸笠蛾帽', '模仿Sibelyx的帽子。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (836, 865, 'zh-Hans', '朋克蜥的兜帽', '模仿Leezpunk的兜帽。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (837, 866, 'zh-Hans', '勾魂鱿帽子', '模仿勾魂鱿的帽子。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (838, 867, 'zh-Hans', '黑鸦隐士帽子', '模仿黑鸦隐士的帽子。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (839, 868, 'zh-Hans', '姬小兔的发饰', '模仿姬小兔的发饰。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (840, 869, 'zh-Hans', '棉悠悠头套', '模仿棉悠悠的头套。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (841, 870, 'zh-Hans', '趴趴鲶头套', '模仿趴趴鲶的头套。', '{\"PassiveSkill1\": \"减轻地属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (842, 871, 'zh-Hans', '毛掸儿帽子', '模仿毛掸儿的帽子。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (843, 872, 'zh-Hans', '雷鸣童子帽子', '模仿雷鸣童子的帽子。', '{\"PassiveSkill1\": \"减轻雷属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (844, 873, 'zh-Hans', '捣蛋猫帽子', '模仿捣蛋猫的帽子。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (845, 874, 'zh-Hans', '多联装追踪导弹发射器设计图', '持有此设计图,即可解锁 「多联装追踪导弹发射器(常见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (846, 875, 'zh-Hans', '桃旋鼬的鞍具', '持有此道具时, 即可骑乘桃旋鼬。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (847, 876, 'zh-Hans', '菇咚的鞍具', '持有此道具时, 即可骑乘菇咚。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (848, 877, 'zh-Hans', '菇波的鞍具', '持有此道具时, 即可骑乘菇波。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (849, 878, 'zh-Hans', '雷鸣鸟的鞍具', '持有此道具时, 即可骑乘雷鸣鸟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (850, 879, 'zh-Hans', '辉月伊的鞍具', '持有此道具时, 即可骑乘辉月伊。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (851, 880, 'zh-Hans', '翠羽龙的鞍具', '持有此道具时, 即可骑乘翠羽龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (852, 881, 'zh-Hans', '殁殃的鞍具', '持有此道具时, 即可骑乘殁殃。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (853, 882, 'zh-Hans', '简易开锁工具', '持有此道具时,能够通过撬锁打开 需要铜钥匙才能打开的宝箱。 即使多次使用也不会坏。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (854, 883, 'zh-Hans', '杰诺路达的鞍具', '持有此道具时, 即可骑乘杰诺路达。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (855, 884, 'zh-Hans', '高级开锁工具', '持有此道具时,能够通过撬锁打开 需要银钥匙才能打开的宝箱。 即使多次使用也不会坏。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (856, 885, 'zh-Hans', '专家开锁工具', '持有此道具时,能够通过撬锁打开 需要金钥匙才能打开的宝箱。 即使多次使用也不会坏。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (857, 886, 'zh-Hans', '不可思议的蘑菇', '不适合生吃的蘑菇。 吃了后肚子会更容易饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (858, 887, 'zh-Hans', '不可思议的蘑菇汁', '喝下后会变得精神异常亢奋的蘑菇饮料。 饮用后的一段时间内会大幅提高工作速度, 但SAN值也会大幅下降。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (859, 888, 'zh-Hans', '陨石发射器', '加工陨石制作而成的发射器。 命中时会像陨石一样引发爆炸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (860, 889, 'zh-Hans', '陨石弹', '陨石发射器等使用的弹药。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (861, 890, 'zh-Hans', '技能果实:真空刃', '通过在帕鲁身上使用, 可以让其学会真空刃。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (862, 891, 'zh-Hans', '技能果实:光击阵', '通过在帕鲁身上使用, 可以让其学会光击阵。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'); INSERT INTO `itemsi18n` (`ID`, `ItemID`, `LanguageCode`, `Name`, `Description`, `PassiveSkills`) VALUES (863, 892, 'zh-Hans', '草之技能果实:纏根牢獄', '通过在帕鲁身上使用, 可以让其学会缠根牢狱。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (864, 893, 'zh-Hans', '草之技能果实:三重风刃', '通过在帕鲁身上使用, 可以让其学会三重风刃。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (865, 894, 'zh-Hans', '水之技能果实:瀑流击', '通过在帕鲁身上使用, 可以让其学会瀑流击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (866, 895, 'zh-Hans', '水之技能果实:间隙潮', '通过在帕鲁身上使用, 可以让其学会间隙潮。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (867, 896, 'zh-Hans', '炎之技能果实:爆烈火墙', '通过在帕鲁身上使用, 可以让其学会爆烈火墙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (868, 897, 'zh-Hans', '炎之技能果实:熔岩爆发', '通过在帕鲁身上使用, 可以让其学会熔岩爆发。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (869, 898, 'zh-Hans', '炎之技能果实:流火', '通过在帕鲁身上使用, 可以让其学会流火。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (870, 899, 'zh-Hans', '雷之技能果实:三相火花', '通过在帕鲁身上使用, 可以让其学会三相火花。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (871, 900, 'zh-Hans', '雷之技能果实:广域雷击', '通过在帕鲁身上使用, 可以让其学会广域雷击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (872, 901, 'zh-Hans', '雷之技能果实:雷霆飓风', '通过在帕鲁身上使用, 可以让其学会雷霆飓风。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (873, 902, 'zh-Hans', '地之技能果实:岩爆', '通过在帕鲁身上使用, 可以让其学会岩爆。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (874, 903, 'zh-Hans', '地之技能果实:沙尘暴', '通过在帕鲁身上使用, 可以让其学会沙尘暴。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (875, 904, 'zh-Hans', '冰之技能果实:冰锋之路', '通过在帕鲁身上使用, 可以让其学会冰锋之路。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (876, 905, 'zh-Hans', '冰之技能果实:晶钻之雨', '通过在帕鲁身上使用, 可以让其学会晶钻之雨。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (877, 906, 'zh-Hans', '暗之技能果实:黑暗弹', '通过在帕鲁身上使用, 可以让其学会黑暗弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (878, 907, 'zh-Hans', '暗之技能果实:黑暗箭', '通过在帕鲁身上使用, 可以让其学会黑暗箭。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (879, 908, 'zh-Hans', '暗之技能果实:黑暗霰射', '通过在帕鲁身上使用, 可以让其学会黑暗霰射。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (880, 909, 'zh-Hans', '暗之技能果实:启示录', '通过在帕鲁身上使用, 可以让其学会启示录。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (881, 910, 'zh-Hans', '龙之技能果实:切割龙息', '通过在帕鲁身上使用, 可以让其学会切割龙息。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (882, 911, 'zh-Hans', '龙之技能果实:陨星', '通过在帕鲁身上使用, 可以让其学会陨星。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (883, 912, 'zh-Hans', '龙之技能果实:绽裂龙息', '通过在帕鲁身上使用, 可以让其学会绽裂龙息。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (884, 913, 'zh-Hans', '半自动霰弹枪', '连射能力优异的霰弹枪。 拥有首屈一指的近距离DPS能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (885, 914, 'zh-Hans', '杰诺多兰的石板', '画着杰诺多兰的石板。 只要将其献给召唤的祭坛, 就能召唤非常强大的杰诺多兰[Lv 65]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (886, 915, 'zh-Hans', '杰诺多兰的石板碎片', '画着杰诺多兰的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (887, 916, 'zh-Hans', '究极帕鲁之魂', '饱经磨练的帕鲁留下的灵魂。 献给力量石像,可以激发隐藏的才能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (888, 917, 'zh-Hans', '等离子炮', '能够发射能量弹。 着弹后会引发能量爆炸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (889, 918, 'zh-Hans', '暗黑手榴弹', '利于中等距离战斗的暗黑手榴弹。 投掷数秒后引爆,给敌人造成暗属性伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (890, 919, 'zh-Hans', '龙击手榴弹', '利于中等距离战斗的龙击手榴弹。 投掷数秒后引爆,给敌人造成龙属性伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (891, 920, 'zh-Hans', '大地手榴弹', '利于中等距离战斗的大地手榴弹。 投掷数秒后引爆,给敌人造成地属性伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (892, 921, 'zh-Hans', '草木手榴弹', '利于中等距离战斗的草木手榴弹。 投掷数秒后引爆,给敌人造成草属性伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (893, 922, 'zh-Hans', '水流手榴弹', '利于中等距离战斗的水流手榴弹。 投掷数秒后引爆,给敌人造成水属性伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (894, 923, 'zh-Hans', '太刀', '近战用的太刀。 刀锋凌厉,斩断一切。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (895, 924, 'zh-Hans', '光剑', '近战用的光剑。 高能激光可瞬间融断敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (896, 925, 'zh-Hans', '土豆种薯', '可培育出土豆的种薯。 是建造农园的必要物品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (897, 926, 'zh-Hans', '胡萝卜种子', '可培育出胡萝卜的种子。 是建造农园的必要物品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (898, 927, 'zh-Hans', '洋葱种子', '可培育出洋葱的种子。 是建造农园的必要物品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (899, 928, 'zh-Hans', '土豆', '适应性强、饱腹感好的优质作物。 不适合生食。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (900, 929, 'zh-Hans', '胡萝卜', '营养丰富的鲜艳根菜蔬菜。 不适合生食。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (901, 930, 'zh-Hans', '洋葱', '自古深受喜爱的易种植作物。 不适合生食。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (902, 931, 'zh-Hans', '草莽猪肉水饺', '蘑菇和肉馅包裹在面皮里煮成的料理。 有嚼劲的口感令人难以抗拒。 食用后的一段时间内,攻击 +10%, 且比较不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (903, 932, 'zh-Hans', '炒青菜', '用胡萝卜和洋葱炒制的料理。 轻松享用美味蔬菜的好方法。 食用后的一段时间内,防御 +10%, 且略微提高工作速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (904, 933, 'zh-Hans', '炸薯条', '用油炸制土豆的料理。 超级上瘾,让人欲罢不能。 食用后的一段时间内,稍微减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (905, 934, 'zh-Hans', '连理炒面', '将面条与蔬菜和肉一起翻炒的料理。 浓郁的调味与厚实的肉块完美搭配。 食用后的一段时间内,Attack +20%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (906, 935, 'zh-Hans', '春卷', '将野菜和蘑菇包裹在皮中油炸的料理。 酥脆爽口,令人愉悦。 食用后的一段时间内,攻击 +10%, 且减缓SAN值的下降速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (907, 936, 'zh-Hans', '法式焗菜', '将酱料裹在土豆上烤制的料理。 热腾腾地享用,最为美味。 食用后的一段时间内,防御 +10%, 且不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (908, 937, 'zh-Hans', '意大利杂菜汤', '加入大量蔬菜熬制的汤品。 喝下去全身会由内而外暖和起来。 食用后的一段时间内,提高工作速度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (909, 938, 'zh-Hans', '森猛犸咖喱', '用香料炖煮蔬菜和肉而成的料理。 满满大肉块,口感奢华美味。 食用后的一段时间内,攻击 +25%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (910, 939, 'zh-Hans', '土豆炖天擒鸟肉', '将肉和土豆用甜辣口味炖煮的料理。 不知为何有种怀念的味道。 食用后的一段时间内,防御 +25%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (911, 940, 'zh-Hans', '蘑菇乳蛋饼', '将蛋、蔬菜、蘑菇和奶油加入派皮烘烤的料理。 就算凉了依然美味可口。 食用后的一段时间内,减缓SAN值的下降速度, 且不容易感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (912, 941, 'zh-Hans', '毒箭十字弓设计图1', '持有此设计图,即可解锁 「毒箭十字弓(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (913, 942, 'zh-Hans', '毒箭十字弓设计图2', '持有此设计图,即可解锁 「毒箭十字弓(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (914, 943, 'zh-Hans', '毒箭十字弓设计图3', '持有此设计图,即可解锁 「毒箭十字弓(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (915, 944, 'zh-Hans', '毒箭十字弓设计图4', '持有此设计图,即可解锁 「毒箭十字弓(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (916, 945, 'zh-Hans', '火箭十字弓设计图1', '持有此设计图,即可解锁 「火箭十字弓(少见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (917, 946, 'zh-Hans', '火箭十字弓设计图2', '持有此设计图,即可解锁 「火箭十字弓(稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (918, 947, 'zh-Hans', '火箭十字弓设计图3', '持有此设计图,即可解锁 「火箭十字弓(史诗)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (919, 948, 'zh-Hans', '火箭十字弓设计图4', '持有此设计图,即可解锁 「火箭十字弓(传奇)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (920, 949, 'zh-Hans', '复活药', '使受伤而无法动弹的帕鲁复活的药品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (921, 950, 'zh-Hans', '小型扩展背包', '能够额外携带物品的小背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (922, 951, 'zh-Hans', '中型扩展背包', '能够额外携带物品的普通背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (923, 952, 'zh-Hans', '大型扩展背包', '能够额外携带物品的大背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (924, 953, 'zh-Hans', '巨大扩展背包', '能够额外携带物品的巨大背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (925, 954, 'zh-Hans', '古旧左轮手枪', '略显陈旧的左轮手枪。 单发威力优于手枪。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (926, 955, 'zh-Hans', '帕鲁金属十字镐', '采矿用的十字镐。 以帕鲁金属制造使其獲得惊人的效率。', '{\"PassiveSkill1\": \"提升采矿量Lv4\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (927, 956, 'zh-Hans', '帕鲁金属斧', '砍树用的斧子。 以帕鲁金属制造,使其获得惊人的锋利度。 即使是极限环境下生长的优质硬木,用它也能轻松砍伐。', '{\"PassiveSkill1\": \"提升伐木量Lv4\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (928, 957, 'zh-Hans', '破旧的突击步枪', '用废料手工制作的突击步枪。 连射能力优秀且射程远,但单发威力较低。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (929, 958, 'zh-Hans', '半自动步枪', '具备一定连射能力的步枪。 易于瞄准且火力强大,适合中距离战斗。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (930, 959, 'zh-Hans', '破旧的冲锋枪', '用废料手工制作的冲锋枪。 连射能力佳,但单发威力较低。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (931, 960, 'zh-Hans', '冲锋枪', '连射能力优异的冲锋枪。 轻巧灵活,适合近距离战斗。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (932, 961, 'zh-Hans', '破旧的霰弹枪', '用废料手工制作的霰弹枪。 射程短,但近距离战斗能力强。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (933, 962, 'zh-Hans', '捕食者核心', '捕食者帕鲁掉落的核心。 充满神秘能量。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (934, 963, 'zh-Hans', '通缉犯讨伐证明', '通缉犯的讨伐证明。 将其上交给村落或城镇的自卫队, 即可兑换赏金。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (935, 964, 'zh-Hans', '旧羊皮纸', '记载于帕鲁皮上的古代文书。 帕鲁远征时偶尔可能带回。 是进行研究时不可或缺的道具。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (936, 965, 'zh-Hans', '六棱晶头盔', '以六棱晶制成的头盔。 具有难以置信的强度和轻便性。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (937, 966, 'zh-Hans', '六棱晶盔甲', '以六棱晶制成的盔甲。 具有压倒性的耐久度和防御力。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (938, 967, 'zh-Hans', '耐热六棱晶盔甲', '经过改良的六棱晶盔甲。 具备傲人的耐热性能。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv3\", \"PassiveSkill3\": \"减轻火属性伤害Lv1\", \"PassiveSkill4\": null}'), (939, 968, 'zh-Hans', '耐寒六棱晶盔甲', '经过改良的六棱晶盔甲。 能够抵御使身体冻僵的寒意。', '{\"PassiveSkill1\": \"耐寒Lv3\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": \"减轻冰属性伤害Lv1\", \"PassiveSkill4\": null}'), (940, 969, 'zh-Hans', '轻便六棱晶盔甲', '经过改良的六棱晶盔甲。 能增加玩家的负重上限。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": \"提升负重上限Lv3\", \"PassiveSkill4\": null}'), (941, 970, 'zh-Hans', '加特林激光能量盒', '激光加特林等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (942, 971, 'zh-Hans', '电浆能量盒', '等离子炮等使用的弹药。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (943, 972, 'zh-Hans', '杰诺多兰头套', '模仿杰诺多兰的头套。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (944, 973, 'zh-Hans', '卓越护盾', '以超高科技打造的神奇护盾。 一定时间不受攻击时可自动修复。 品质达到完美无缺的境界。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (945, 974, 'zh-Hans', '【极】杰诺多兰的石板', '杰诺多兰之力满溢而出的石板。 只要将其献给召唤的祭坛, 就能召唤强大到令人绝望的杰诺多兰[Lv ??]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (946, 975, 'zh-Hans', '【极】杰诺多兰的石板碎片', '杰诺多兰之力满溢而出的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (947, 976, 'zh-Hans', '金属探测器', '使用后可探测隐藏在地下城中的铬铁矿,并标记其位置。 一旦远离,标记就会消失。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (948, 977, 'zh-Hans', '比约恩的帽子', '能扮成比约恩的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (949, 978, 'zh-Hans', '反重力腰带', '装备后可提升玩家跳跃力的饰品。', '{\"PassiveSkill1\": \"跳跃力强化\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (950, 979, 'zh-Hans', '二段跳靴', '装备后可使玩家获得二段跳跃能力的饰品。', '{\"PassiveSkill1\": \"连续跳跃次数+1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (951, 980, 'zh-Hans', '三段跳靴', '装备后可使玩家获得三段跳跃能力的饰品。', '{\"PassiveSkill1\": \"连续跳跃次数+2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (952, 981, 'zh-Hans', '四段跳靴', '装备后可使玩家获得四段跳跃能力的饰品。', '{\"PassiveSkill1\": \"连续跳跃次数+3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (953, 982, 'zh-Hans', '空中冲刺靴', '装备后可使玩家获得空中冲刺能力的饰品。', '{\"PassiveSkill1\": \"空中冲刺+1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (954, 983, 'zh-Hans', '空中二段冲刺靴', '装备后可使玩家获得空中二段冲刺能力的饰品。', '{\"PassiveSkill1\": \"空中冲刺+2\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (955, 984, 'zh-Hans', '空中三段冲刺靴', '装备后可使玩家获得空中三段冲刺能力的饰品。', '{\"PassiveSkill1\": \"空中冲刺+3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (956, 986, 'zh-Hans', '超限帕鲁球', '可扔出并捕捉帕鲁的道具。 拥有超凡绝伦的性能,连超规格的帕鲁也能捕获。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (957, 987, 'zh-Hans', '复合弓', '经过现代化改良的弓。 能够射出威力更强大的箭矢。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (958, 988, 'zh-Hans', '强化箭矢', '复合弓专用的强化箭矢。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (959, 989, 'zh-Hans', '卓越弓', '以超高科技重新打造的弓。 能够射出威力极强的箭矢。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (960, 990, 'zh-Hans', '卓越箭矢', '卓越弓专用的强化箭矢。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (961, 991, 'zh-Hans', '铬铁矿', '埋藏在地下的金属。 可用金属探测器在部分岛屿上探测并挖掘出来。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (962, 992, 'zh-Hans', '六棱晶锭', '由铬铁矿和六棱晶矿加工制成的合金。 是用于制作先进装备或建筑的材料。 可在「巨大熔炉」冶炼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (963, 993, 'zh-Hans', '至高恢复药', '需要时间才能治疗身体伤口的药水。 品质卓越,能够显著地恢复生命值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (964, 994, 'zh-Hans', '夜星砂', '可在夜晚沙漠中发现的沙子。 用于制作某些饰品的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (965, 995, 'zh-Hans', '暗黑碎片', '部分强大的暗属性帕鲁掉落的素材。 用于制作强力饰品的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (966, 996, 'zh-Hans', '重量模块', '装备后会增加帕鲁球的重量, 虽然投掷距离会缩短,但能提高捕获力。', '{\"PassiveSkill1\": \"帕鲁球重量+1\", \"PassiveSkill2\": \"捕获力强化+1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (967, 997, 'zh-Hans', '曲线模块', '装备后能在帕鲁球上增添曲线旋转。 容易从死角命中帕鲁,并提高捕获力。', '{\"PassiveSkill1\": \"投掷曲线+1\", \"PassiveSkill2\": \"捕获力强化+2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (968, 998, 'zh-Hans', '狙击模块', '装备后会帕鲁球的投掷距离会增加, 能够精准锁定帕鲁,并提高捕获力。', '{\"PassiveSkill1\": \"投掷距离+1\", \"PassiveSkill2\": \"捕获力强化+2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (969, 999, 'zh-Hans', '滑球模块', '装备后能在帕鲁球上增添滑球旋转。 帕鲁球能以较大角度急剧弯曲, 更容易出其不意,并提高捕获力。', '{\"PassiveSkill1\": \"滑球模块\", \"PassiveSkill2\": \"捕获力强化+3\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (970, 1000, 'zh-Hans', '狙击模块Ⅱ', '装备后会帕鲁球的投掷距离会大幅增加, 能够精准锁定帕鲁,并提高捕获力。', '{\"PassiveSkill1\": \"投掷距离+2\", \"PassiveSkill2\": \"捕获力强化+3\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (971, 1001, 'zh-Hans', '追踪模块', '装备后帕鲁球会自动追踪帕鲁, 并且提高捕获力。', '{\"PassiveSkill1\": \"追踪模块\", \"PassiveSkill2\": \"捕获力强化+3\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (972, 1002, 'zh-Hans', '六棱晶头盔设计图1', '持有此设计图,即可解锁 「六棱晶头盔(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (973, 1003, 'zh-Hans', '六棱晶头盔设计图2', '持有此设计图,即可解锁 「六棱晶头盔(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (974, 1004, 'zh-Hans', '六棱晶头盔设计图3', '持有此设计图,即可解锁 「六棱晶头盔(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (975, 1005, 'zh-Hans', '六棱晶头盔设计图4', '持有此设计图,即可解锁 「六棱晶头盔(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (976, 1006, 'zh-Hans', '六棱晶盔甲设计图1', '持有此设计图,即可解锁 「六棱晶盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (977, 1007, 'zh-Hans', '六棱晶盔甲设计图2', '持有此设计图,即可解锁 「六棱晶盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (978, 1008, 'zh-Hans', '六棱晶盔甲设计图3', '持有此设计图,即可解锁 「六棱晶盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (979, 1009, 'zh-Hans', '六棱晶盔甲设计图4', '持有此设计图,即可解锁 「六棱晶盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (980, 1010, 'zh-Hans', '耐热六棱晶盔甲设计图1', '持有此设计图,即可解锁 「耐热六棱晶盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (981, 1011, 'zh-Hans', '耐热六棱晶盔甲设计图2', '持有此设计图,即可解锁 「耐热六棱晶盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (982, 1012, 'zh-Hans', '耐热六棱晶盔甲设计图3', '持有此设计图,即可解锁 「耐热六棱晶盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (983, 1013, 'zh-Hans', '耐热六棱晶盔甲设计图4', '持有此设计图,即可解锁 「耐热六棱晶盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (984, 1014, 'zh-Hans', '耐寒六棱晶盔甲设计图1', '持有此设计图,即可解锁 「耐寒六棱晶盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (985, 1015, 'zh-Hans', '耐寒六棱晶盔甲设计图2', '持有此设计图,即可解锁 「耐寒六棱晶盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (986, 1016, 'zh-Hans', '耐寒六棱晶盔甲设计图3', '持有此设计图,即可解锁 「耐寒六棱晶盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (987, 1017, 'zh-Hans', '耐寒六棱晶盔甲设计图4', '持有此设计图,即可解锁 「耐寒六棱晶盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (988, 1018, 'zh-Hans', '轻便六棱晶盔甲设计图1', '持有此设计图,即可解锁 「轻便六棱晶盔甲(少见)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (989, 1019, 'zh-Hans', '轻便六棱晶盔甲设计图2', '持有此设计图,即可解锁 「轻便六棱晶盔甲(稀有)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (990, 1020, 'zh-Hans', '轻便六棱晶盔甲设计图3', '持有此设计图,即可解锁 「轻便六棱晶盔甲(史诗)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (991, 1021, 'zh-Hans', '轻便六棱晶盔甲设计图4', '持有此设计图,即可解锁 「轻便六棱晶盔甲(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (992, 1022, 'zh-Hans', '激光加特林设计图1', '持有此设计图,即可解锁 「激光加特林(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (993, 1023, 'zh-Hans', '激光加特林设计图2', '持有此设计图,即可解锁 「激光加特林(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (994, 1024, 'zh-Hans', '激光加特林设计图3', '持有此设计图,即可解锁 「激光加特林(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (995, 1025, 'zh-Hans', '激光加特林设计图4', '持有此设计图,即可解锁 「激光加特林(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (996, 1026, 'zh-Hans', '等离子炮设计图1', '持有此设计图,即可解锁 「等离子炮(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (997, 1027, 'zh-Hans', '等离子炮设计图2', '持有此设计图,即可解锁 「等离子炮(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (998, 1028, 'zh-Hans', '等离子炮设计图3', '持有此设计图,即可解锁 「等离子炮(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (999, 1029, 'zh-Hans', '等离子炮设计图4', '持有此设计图,即可解锁 「等离子炮(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1000, 1030, 'zh-Hans', '半自动霰弹枪设计图1', '持有此设计图,即可解锁 「半自动霰弹枪(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1001, 1031, 'zh-Hans', '半自动霰弹枪设计图2', '持有此设计图,即可解锁 「半自动霰弹枪(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1002, 1032, 'zh-Hans', '半自动霰弹枪设计图3', '持有此设计图,即可解锁 「半自动霰弹枪(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1003, 1033, 'zh-Hans', '半自动霰弹枪设计图4', '持有此设计图,即可解锁 「半自动霰弹枪(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1004, 1034, 'zh-Hans', '古旧左轮手枪设计图1', '持有此设计图,即可解锁 「古旧左轮手枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1005, 1035, 'zh-Hans', '古旧左轮手枪设计图2', '持有此设计图,即可解锁 「古旧左轮手枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1006, 1036, 'zh-Hans', '古旧左轮手枪设计图3', '持有此设计图,即可解锁 「古旧左轮手枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1007, 1037, 'zh-Hans', '古旧左轮手枪设计图4', '持有此设计图,即可解锁 「古旧左轮手枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1008, 1038, 'zh-Hans', '破旧的突击步枪设计图1', '持有此设计图,即可解锁 「破旧的突击步枪(少见)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1009, 1039, 'zh-Hans', '破旧的突击步枪设计图2', '持有此设计图,即可解锁 「破旧的突击步枪(稀有)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1010, 1040, 'zh-Hans', '破旧的突击步枪设计图3', '持有此设计图,即可解锁 「破旧的突击步枪(史诗)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1011, 1041, 'zh-Hans', '破旧的突击步枪设计图4', '持有此设计图,即可解锁 「破旧的突击步枪(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1012, 1042, 'zh-Hans', '半自动步枪设计图1', '持有此设计图,即可解锁 「半自动步枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1013, 1043, 'zh-Hans', '半自动步枪设计图2', '持有此设计图,即可解锁 「半自动步枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1014, 1044, 'zh-Hans', '半自动步枪设计图3', '持有此设计图,即可解锁 「半自动步枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1015, 1045, 'zh-Hans', '半自动步枪设计图4', '持有此设计图,即可解锁 「半自动步枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1016, 1046, 'zh-Hans', '破旧的冲锋枪设计图1', '持有此设计图,即可解锁 「破旧的冲锋枪(少见)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1017, 1047, 'zh-Hans', '破旧的冲锋枪设计图2', '持有此设计图,即可解锁 「破旧的冲锋枪(稀有)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1018, 1048, 'zh-Hans', '破旧的冲锋枪设计图3', '持有此设计图,即可解锁 「破旧的冲锋枪(史诗)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1019, 1049, 'zh-Hans', '破旧的冲锋枪设计图4', '持有此设计图,即可解锁 「破旧的冲锋枪(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1020, 1050, 'zh-Hans', '冲锋枪设计图1', '持有此设计图,即可解锁 「冲锋枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1021, 1051, 'zh-Hans', '冲锋枪设计图2', '持有此设计图,即可解锁 「冲锋枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1022, 1052, 'zh-Hans', '冲锋枪设计图3', '持有此设计图,即可解锁 「冲锋枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1023, 1053, 'zh-Hans', '冲锋枪设计图4', '持有此设计图,即可解锁 「冲锋枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1024, 1054, 'zh-Hans', '破旧的霰弹枪设计图1', '持有此设计图,即可解锁 「破旧的霰弹枪(少见)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1025, 1055, 'zh-Hans', '破旧的霰弹枪设计图2', '持有此设计图,即可解锁 「冲锋枪(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1026, 1056, 'zh-Hans', '破旧的霰弹枪设计图3', '持有此设计图,即可解锁 「破旧的霰弹枪(史诗)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1027, 1057, 'zh-Hans', '破旧的霰弹枪设计图4', '持有此设计图,即可解锁 「破旧的霰弹枪(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1028, 1058, 'zh-Hans', '疾旋鼬的讨伐证明', '「草原舞者 疾旋鼬」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1029, 1059, 'zh-Hans', '毛老爹的讨伐证明', '「神秘的毛茸茸之王 毛老爹」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1030, 1060, 'zh-Hans', '叶泥泥的讨伐证明', '「突然变异 叶泥泥」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1031, 1061, 'zh-Hans', '趴趴鲶的讨伐证明', '「明天开始努力 趴趴鲶」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1032, 1062, 'zh-Hans', '企丸王的讨伐证明', '「冰海开拓者 企丸王」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强水属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1033, 1063, 'zh-Hans', '碧海龙的讨伐证明', '「湖中女王 碧海龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强水属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1034, 1064, 'zh-Hans', '笑魇猫的讨伐证明', '「棉花糖体型的 笑魇猫」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1035, 1065, 'zh-Hans', '疾风隼的讨伐证明', '「翔空之翼 疾风隼」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1036, 1066, 'zh-Hans', '天羽龙的讨伐证明', '「纯白之翼 天羽龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1037, 1067, 'zh-Hans', '夜幕魔蝠的讨伐证明', '「黄昏吸血鬼 夜幕魔蝠」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1038, 1068, 'zh-Hans', '君王美露帕的讨伐证明', '「毛茸茸的霸主 君王美露帕」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1039, 1069, 'zh-Hans', '连理龙的讨伐证明', '「告春之风 连理龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1040, 1070, 'zh-Hans', '暗巫猫的讨伐证明', '「暗黑猫魔导士 暗巫猫」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1041, 1071, 'zh-Hans', '浪刃武士的讨伐证明', '「流浪武士 浪刃武士」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1042, 1072, 'zh-Hans', '云海鹿的讨伐证明', '「游云 云海鹿」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1043, 1073, 'zh-Hans', '花丽娜的讨伐证明', '「花园公主 花丽娜」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1044, 1074, 'zh-Hans', '迅雷鸟的讨伐证明', '「雷霆之翼 迅雷鸟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1045, 1075, 'zh-Hans', '铠格力斯的讨伐证明', '「重铠斗士 铠格力斯」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1046, 1076, 'zh-Hans', '海誓龙的讨伐证明', '「告夏之波 海誓龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强水属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1047, 1077, 'zh-Hans', '精灵龙的讨伐证明', '「温厚的天空龙 精灵龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1048, 1078, 'zh-Hans', '派克龙的讨伐证明', '「雷鸣的暴食龙 派克龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1049, 1079, 'zh-Hans', '雷角马的讨伐证明', '「疾风迅雷 雷角马」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1050, 1080, 'zh-Hans', '女皇蜂的讨伐证明', '「万军之女王 女皇蜂」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1051, 1081, 'zh-Hans', '雷胖达的讨伐证明', '「遭雷劈的异类 雷胖达」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1052, 1082, 'zh-Hans', '秘斯媞雅的讨伐证明', '「来自宇宙 秘斯媞雅」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1053, 1083, 'zh-Hans', '踏春兔的讨伐证明', '「穿梭森林的疾风 踏春兔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1054, 1084, 'zh-Hans', '绿苔绒怪的讨伐证明', '「南国巨人 绿苔绒怪」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1055, 1085, 'zh-Hans', '森猛犸的讨伐证明', '「暴乱双牙 森猛犸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1056, 1086, 'zh-Hans', '薇莉塔的讨伐证明', '「紫罗兰之梦 薇莉塔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1057, 1087, 'zh-Hans', '绸笠蛾的讨伐证明', '「纯白贵妇 绸笠蛾」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1058, 1088, 'zh-Hans', '冥铠蝎的讨伐证明', '「贯穿星辰之枪 冥铠蝎」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1059, 1089, 'zh-Hans', '朱雀的讨伐证明', '「天空王者 朱雀」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1060, 1090, 'zh-Hans', '覆海龙的讨伐证明', '「海上霸者 覆海龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强水属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1061, 1091, 'zh-Hans', '冰帝美露帕的讨伐证明', '「蓝色绒毛的霸主 冰帝美露帕」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1062, 1092, 'zh-Hans', '雷冠龙的讨伐证明', '「雷电守护龙 雷冠龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1063, 1093, 'zh-Hans', '阿努比斯的讨伐证明', '「暮日守护者 阿努比斯」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1064, 1094, 'zh-Hans', '魔渊龙的讨伐证明', '「钢铁龙王 魔渊龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1065, 1095, 'zh-Hans', '焰煌的讨伐证明', '「炼狱暴君 焰煌」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1066, 1096, 'zh-Hans', '黑月女王的讨伐证明', '「深渊女帝 黑月女王 」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1067, 1097, 'zh-Hans', '金铠蝎的讨伐证明', '「镀金重矛 金铠蝎」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1068, 1098, 'zh-Hans', '泰锋的讨伐证明', '「会动的巨大铠甲 泰锋」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1069, 1099, 'zh-Hans', '幽恋娜的讨伐证明', '「染血的肢解者 幽恋娜」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1070, 1100, 'zh-Hans', '驭雷马的讨伐证明', '「苍雷骏马 驭雷马」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1071, 1101, 'zh-Hans', '幽焰狼的讨伐证明', '「幽炎守护神 幽焰狼」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1072, 1102, 'zh-Hans', '雷隐鹿的讨伐证明', '「滚雷 雷隐鹿」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1073, 1103, 'zh-Hans', '净世鹿的讨伐证明', '「救赎之兽 净世鹿」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1074, 1104, 'zh-Hans', '艾基鲁迦的讨伐证明', '「铁壁的守护龙 艾基鲁迦」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1075, 1105, 'zh-Hans', '伊西斯的讨伐证明', '「水天霸者 伊西斯」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强水属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1076, 1106, 'zh-Hans', '空涡龙的讨伐证明', '「传说中的流星龙 空涡龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1077, 1107, 'zh-Hans', '唤冬兽的讨伐证明', '「传说中的冰天马 唤冬兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1078, 1108, 'zh-Hans', '双骑士的讨伐证明', '双骑士的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 大\", \"PassiveSkill2\": \"增强暗属性伤害 小\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1079, 1109, 'zh-Hans', '杰诺多兰的鞍具', '持有此道具时, 即可骑乘杰诺多兰。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1080, 1110, 'zh-Hans', '夜冥驹的鞍具', '持有此道具时, 即可骑乘夜冥驹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1081, 1111, 'zh-Hans', '艾基鲁迦的鞍具', '持有此道具时, 即可骑乘艾基鲁迦。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1082, 1112, 'zh-Hans', '净世鹿的鞍具', '持有此道具时, 即可骑乘净世鹿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1083, 1113, 'zh-Hans', '桃蛛娘的鞍具', '持有此道具时, 即可骑乘桃蛛娘。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1084, 1114, 'zh-Hans', '驭雷马的鞍具', '持有此道具时, 即可骑乘驭雷马。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1085, 1115, 'zh-Hans', '霜牙王的巨锤', '持有此道具时, 即可骑乘霜牙王。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1086, 1116, 'zh-Hans', '幽焰狼的鞍具', '持有此道具时, 即可骑乘幽焰狼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1087, 1117, 'zh-Hans', '雷隐鹿的鞍具', '持有此道具时, 即可骑乘雷隐鹿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1088, 1118, 'zh-Hans', '伊西斯的鞍具', '持有此道具时, 即可骑乘伊西斯。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1089, 1119, 'zh-Hans', '墨丸的背带', '墨丸的背带。 发动伙伴技能后,它会探测附近的铬铁矿位置。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1090, 1120, 'zh-Hans', '雪绒狐的背带', '用来抱住雪绒狐的背带。 发动伙伴技能后,即可将雪绒狐 抱在身上当作冷冻喷射器进行攻击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1091, 1121, 'zh-Hans', '天阴童子的项圈', '天阴童子的项圈。 持有此道具时,队伍中的天阴童子会 一直待在场上,并配合玩家的攻击发动额外攻击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1092, 1122, 'zh-Hans', '应用点火学Ⅰ', '记载着生火精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升生火适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1093, 1123, 'zh-Hans', '应用灌溉学Ⅰ', '记载着浇水精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升浇水适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1094, 1124, 'zh-Hans', '应用播种学Ⅰ', '记载着播种精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升播种适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1095, 1125, 'zh-Hans', '应用发电学Ⅰ', '记载着发电精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升发电适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1096, 1126, 'zh-Hans', '应用手工学Ⅰ', '记载着手工作业精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升手工作业适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1097, 1127, 'zh-Hans', '应用采集学Ⅰ', '记载着采集精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升采集适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1098, 1128, 'zh-Hans', '应用伐木学Ⅰ', '记载着伐木精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升伐木适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1099, 1129, 'zh-Hans', '应用挖矿学Ⅰ', '记载着采矿精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升采矿适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1100, 1130, 'zh-Hans', '应用制药学Ⅰ', '记载着制药精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升制药适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1101, 1131, 'zh-Hans', '应用制冷学Ⅰ', '记载着冷却精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升冷却适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1102, 1132, 'zh-Hans', '应用运输学Ⅰ', '记载着搬运精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升搬运适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1103, 1133, 'zh-Hans', '应用牧场学Ⅰ', '记载着牧场精髓的珍贵书籍。 如果让帕鲁阅读, 可永久提升牧场适应性1级。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1104, 1134, 'zh-Hans', '六棱晶矿', '只能在天坠之地发现的珍贵结晶。 帕鲁矿历经漫长岁月凝结变质而成, 呈现出彩虹般的光芒。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1105, 1135, 'zh-Hans', '卓越弓设计图1', '持有此设计图,即可解锁 「卓越弓(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1106, 1136, 'zh-Hans', '卓越弓设计图2', '持有此设计图,即可解锁 「卓越弓(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1107, 1137, 'zh-Hans', '卓越弓设计图3', '持有此设计图,即可解锁 「卓越弓(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1108, 1138, 'zh-Hans', '卓越弓设计图4', '持有此设计图,即可解锁 「卓越弓(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1109, 1139, 'zh-Hans', '墨丸的讨伐证明', '「漆黑的小小勇者 墨丸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1110, 1140, 'zh-Hans', '魅爱莉的讨伐证明', '「猎魂的黑兔 魅爱莉」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1111, 1141, 'zh-Hans', '夜冥驹的讨伐证明', '「绀青之鬃 夜冥驹」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1112, 1142, 'zh-Hans', '梅莉姆的讨伐证明', '「靛青的侍女 梅莉姆」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1113, 1143, 'zh-Hans', '妮瞅莎的讨伐证明', '「暗影猎人 妮瞅莎」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1114, 1144, 'zh-Hans', '金驰兽的讨伐证明', '「黄昏的守护兽 金驰兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1115, 1145, 'zh-Hans', '面惧的讨伐证明', '「百面使徒 面惧」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1116, 1146, 'zh-Hans', '桃蛛娘的讨伐证明', '「网上战略家 桃蛛娘」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1117, 1147, 'zh-Hans', '唤夜兽的讨伐证明', '「传说中的黑天马 唤夜兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1118, 1148, 'zh-Hans', '复合弓设计图1', '持有此设计图,即可解锁 「复合弓(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1119, 1149, 'zh-Hans', '复合弓设计图2', '持有此设计图,即可解锁 「复合弓(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1120, 1150, 'zh-Hans', '复合弓设计图3', '持有此设计图,即可解锁 「复合弓(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1121, 1151, 'zh-Hans', '复合弓设计图4', '持有此设计图,即可解锁 「复合弓(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1122, 1152, 'zh-Hans', '雪绒狐的讨伐证明', '「冰纷旅途 雪绒狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1123, 1153, 'zh-Hans', '天阴童子的讨伐证明', '「阴云末裔 天阴童子」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1124, 1154, 'zh-Hans', '金棘兽的讨伐证明', '「大地的捕食者 金棘兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1125, 1155, 'zh-Hans', '郁木羊的讨伐证明', '「忧郁的农场 郁木羊」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1126, 1156, 'zh-Hans', '霜镰魔的讨伐证明', '「沉醉霜月 霜镰魔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1127, 1157, 'zh-Hans', '艾小兔的讨伐证明', '「亮闪闪微笑 艾小兔」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1128, 1158, 'zh-Hans', '格鲁力斯的讨伐证明', '「金甲战士 格鲁力斯」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1129, 1159, 'zh-Hans', '废弃组织样本', '粉碎的看不出原型的,某种生物组织。 解体通过基因复原的帕鲁时产生的残留物, 由于没有任何用途,只能卖掉或丢掉。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1130, 1160, 'zh-Hans', '充能步枪', '采用高端技术研制的充能型光束步枪。 蓄能后可发射威力巨大的一击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1131, 1161, 'zh-Hans', '过热步枪', '无需重复装弹即可实现连续射击的突击步枪。 但长时间连射容易引发过热, 导致出现巨大破绽,请务必注意。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1132, 1162, 'zh-Hans', '能量霰弹枪', '可以发射能量弹的霰弹枪。 拥有优秀的连射性能,近距离火力异常强劲。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1133, 1163, 'zh-Hans', '强化枪', '向伙伴帕鲁射击, 会在一定时间内强化该帕鲁的攻击力和防御力。 向敌人射击则会造成伤害。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1134, 1164, 'zh-Hans', '高级强化枪', '向伙伴帕鲁射击可强化该帕鲁的攻击力与防御力, 向敌人射击则会造成伤害。经过改良后, 强化效果、持续时间及对敌伤害均有所提升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1135, 1165, 'zh-Hans', '帕鲁恢复手榴弹', '具有恢复效果的破片手榴弹。 命中后会立即爆裂, 为伙伴帕鲁恢复生命值。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1136, 1166, 'zh-Hans', '充能步枪子弹', '充能步枪等使用的弹药。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1137, 1167, 'zh-Hans', '过热步枪子弹', '过热步枪等使用的弹药。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'); INSERT INTO `itemsi18n` (`ID`, `ItemID`, `LanguageCode`, `Name`, `Description`, `PassiveSkills`) VALUES (1138, 1168, 'zh-Hans', '能量霰弹枪子弹', '能量霰弹枪等使用的弹药。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1139, 1169, 'zh-Hans', '强化枪子弹', '强化枪等使用的弹药。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1140, 1170, 'zh-Hans', '强力渔用磁铁', '进行精密打捞时所需的强力磁铁。 可利用强大的磁力将沉在海底的资源和物资吸附上来。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1141, 1171, 'zh-Hans', '帕鲁性转药', '可以改变帕鲁性别的神奇药品。 可在帕鲁手术台使用。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1142, 1172, 'zh-Hans', '战斗券', '单人挑战竞技场并获胜后即可获得。 收集一定数量后可兑换豪华奖品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1143, 1173, 'zh-Hans', '过热步枪设计图1', '持有此设计图,即可解锁 「过热步枪(少见)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1144, 1174, 'zh-Hans', '过热步枪设计图2', '持有此设计图,即可解锁 「过热步枪(稀有)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1145, 1175, 'zh-Hans', '过热步枪设计图3', '持有此设计图,即可解锁 「过热步枪(史诗)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1146, 1176, 'zh-Hans', '过热步枪设计图4', '持有此设计图,即可解锁 「过热步枪(传奇)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1147, 1177, 'zh-Hans', '充能步枪设计图1', '持有此设计图,即可解锁 「充能步枪(少见)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1148, 1178, 'zh-Hans', '充能步枪设计图2', '持有此设计图,即可解锁 「充能步枪(稀有)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1149, 1179, 'zh-Hans', '充能步枪设计图3', '持有此设计图,即可解锁 「充能步枪(史诗)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1150, 1180, 'zh-Hans', '充能步枪设计图4', '持有此设计图,即可解锁 「充能步枪(传奇)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1151, 1181, 'zh-Hans', '能量霰弹枪设计图1', '持有此设计图,即可解锁 「能量霰弹枪(少见)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1152, 1182, 'zh-Hans', '能量霰弹枪设计图2', '持有此设计图,即可解锁 「能量霰弹枪(稀有)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1153, 1183, 'zh-Hans', '能量霰弹枪设计图3', '持有此设计图,即可解锁 「能量霰弹枪(史诗)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1154, 1184, 'zh-Hans', '能量霰弹枪设计图4', '持有此设计图,即可解锁 「能量霰弹枪(传奇)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1155, 1185, 'zh-Hans', '盗猎团旗帜设计图', '持有或存放在据点中, 即可建造「盗猎团旗帜」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1156, 1186, 'zh-Hans', '百合女王雕像设计图', '持有或存放在据点中, 即可建造「百合女王雕像」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1157, 1187, 'zh-Hans', '帕鲁保护团体旗帜设计图', '持有或存放在据点中, 即可建造「帕鲁保护团体旗帜」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1158, 1188, 'zh-Hans', '帕鲁保护团体横幅设计图', '持有或存放在据点中, 即可建造「帕鲁保护团体横幅」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1159, 1189, 'zh-Hans', '铁丝网围栏设计图', '持有或存放在据点中, 即可建造「铁丝网围栏」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1160, 1190, 'zh-Hans', '木制路障设计图', '持有或存放在据点中, 即可建造「木制路障」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1161, 1191, 'zh-Hans', '庄严壁挂火把设计图', '持有或存放在据点中, 即可建造「庄严壁挂火把」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1162, 1192, 'zh-Hans', '庄严烛台设计图', '持有或存放在据点中, 即可建造「庄严烛台」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1163, 1193, 'zh-Hans', '仪式用烛台设计图', '持有或存放在据点中, 即可建造「仪式用烛台」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1164, 1194, 'zh-Hans', '冰之技能果实:寒冰之壁', '通过在帕鲁身上使用, 可以让其学会寒冰之壁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1165, 1195, 'zh-Hans', '草之技能果实:连锁叶刃', '通过在帕鲁身上使用, 可以让其学会连锁叶刃。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1166, 1196, 'zh-Hans', '水之技能果实:分流水炮', '通过在帕鲁身上使用, 可以让其学会分流水炮。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1167, 1197, 'zh-Hans', '水之技能果实:水刀切割', '通过在帕鲁身上使用, 可以让其学会水刀切割。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1168, 1198, 'zh-Hans', '日式白灯笼设计图', '持有或存放在据点中, 即可建造「日式白灯笼」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1169, 1199, 'zh-Hans', '神社赤灯笼设计图', '持有或存放在据点中, 即可建造「神社赤灯笼」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1170, 1200, 'zh-Hans', '八云犬雕像设计图', '持有或存放在据点中, 即可建造「八云犬雕像」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1171, 1201, 'zh-Hans', '地之技能果实:震岩', '通过在帕鲁身上使用, 可以让其学会震岩。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1172, 1202, 'zh-Hans', '雷之技能果实:雷矛', '通过在帕鲁身上使用, 可以让其学会雷矛。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1173, 1203, 'zh-Hans', '暗之技能果实:暗能弹', '通过在帕鲁身上使用, 可以让其学会暗能弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1174, 1204, 'zh-Hans', '暗之技能果实:黑暗之拥', '通过在帕鲁身上使用, 可以让其学会黑暗之拥。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1175, 1205, 'zh-Hans', '龙之技能果实:龙息炮', '通过在帕鲁身上使用, 可以让其学会龙息炮。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1176, 1206, 'zh-Hans', '冰之技能果实:冰霜连弹', '通过在帕鲁身上使用, 可以让其学会冰霜连弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1177, 1207, 'zh-Hans', '雷之技能果实:雷动八方', '通过在帕鲁身上使用 可以让其学会雷动八方。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1178, 1208, 'zh-Hans', '天界符', '【泰拉瑞亚联动】 画着未知图案的印章。 只要将其献给召唤的祭坛, 就能召唤强大的存在。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1179, 1209, 'zh-Hans', '神圣面具', '【泰拉瑞亚联动】 以神圣锭制成的头部防具。 蕴含神圣的力量,可提升「彩虹猫之刃」「断钢剑」「泰拉刃」「传奇彩虹猫之刃」造成的伤害。', '{\"PassiveSkill1\": \"神圣之力 近战\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1180, 1210, 'zh-Hans', '神圣头饰', '【泰拉瑞亚联动】 以神圣锭制成的头部防具。 蕴含神圣的力量,可提升夜光造成的伤害。', '{\"PassiveSkill1\": \"神圣之力 魔法\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1181, 1211, 'zh-Hans', '神圣板甲', '【泰拉瑞亚联动】 以神圣锭制成的盔甲。 蕴含神圣的力量,可减轻来自【泰拉瑞亚联动】怪物的伤害。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": \"神圣守护\", \"PassiveSkill4\": null}'), (1182, 1212, 'zh-Hans', '神圣头盔', '【泰拉瑞亚联动】 以神圣锭制成的头部防具。 蕴含神圣的力量,可提升星旋机枪造成的伤害。', '{\"PassiveSkill1\": \"神圣之力 远程\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1183, 1213, 'zh-Hans', '克苏鲁之眼面具', '【泰拉瑞亚联动】 可以感受到克苏鲁之眼不祥的力量。 由于是相当稀少之物,拥有之人少之又少。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1184, 1214, 'zh-Hans', '神圣兜帽', '【泰拉瑞亚联动】 以神圣锭制成的头部防具。 蕴含神圣的力量,可提升泰拉棱镜造成的伤害。', '{\"PassiveSkill1\": \"神圣之力 召唤\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1185, 1215, 'zh-Hans', '月亮领主面具', '【泰拉瑞亚联动】 可以感受到月亮领主不祥的力量。 由于是相当稀少之物,拥有之人少之又少。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1186, 1216, 'zh-Hans', '泰拉刃', '【泰拉瑞亚联动】 挥舞时,剑身会释放翠绿冲击波的奇妙之剑。 虽然是近战武器,但也能攻击远处的敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1187, 1217, 'zh-Hans', '泰拉棱镜', '【泰拉瑞亚联动】 剑身呈七彩色的神秘之剑。 挥舞时可召唤受祝福之剑共同作战。 最多可召唤9把。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1188, 1218, 'zh-Hans', '星旋机枪', '【泰拉瑞亚联动】 利用未知能量驱动的大型枪支。 有66%的概率不消耗弹药,并且每隔一段时间发射能够追踪敌人并爆炸的导弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1189, 1219, 'zh-Hans', '夜光', '【泰拉瑞亚联动】 散发出七彩光辉的神秘提灯。 举起此提灯后,它会发射能够追踪敌人并进行多次攻击的光弹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1190, 1220, 'zh-Hans', '断钢剑', '【泰拉瑞亚联动】 闪耀着金色光辉的神圣之剑。 挥舞时会向自身周围释放冲击波。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1191, 1221, 'zh-Hans', '传奇彩虹猫之刃', '【泰拉瑞亚联动】 由夜明锭锻造而来的彩虹猫之刃。 每次挥舞都能射出会弹跳的猫咪弹攻击敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1192, 1222, 'zh-Hans', '生命水晶', '【泰拉瑞亚联动】 使用后可以永久让「生命值」略微上升。 若相应能力值已达上限,或在帕鲁身上使用,则不会发生任何变化。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1193, 1223, 'zh-Hans', '神圣锭', '【泰拉瑞亚联动】 蕴含神圣之力的材料。 可用于制作泰拉瑞亚的各类道具。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1194, 1224, 'zh-Hans', '夜明锭', '【泰拉瑞亚联动】 月亮领主掉落的蕴含强大力量的材料。 散发着宛如月光的银辉。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1195, 1225, 'zh-Hans', '农民的特制料理', '热心肠的农民亲手制作的料理,散发着一股诱人的香气。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1196, 1226, 'zh-Hans', '佐伊记忆中的布条', '依稀残留着香气的旧布,承载着佐伊的珍贵回忆。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1197, 1227, 'zh-Hans', '无属性助威哨子', '可稍微提升参战帕鲁的无属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁无属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1198, 1228, 'zh-Hans', '火属性助威哨子', '可稍微提升参战帕鲁的火属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁火属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1199, 1229, 'zh-Hans', '水属性助威哨子', '可稍微提升参战帕鲁的水属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁水属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1200, 1230, 'zh-Hans', '雷属性助威哨子', '可稍微提升参战帕鲁的雷属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁雷属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1201, 1231, 'zh-Hans', '草属性助威哨子', '可稍微提升参战帕鲁的草属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁草属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1202, 1232, 'zh-Hans', '冰属性助威哨子', '可稍微提升参战帕鲁的冰属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁冰属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1203, 1233, 'zh-Hans', '地属性助威哨子', '可稍微提升参战帕鲁的地属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁地属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1204, 1234, 'zh-Hans', '暗属性助威哨子', '可稍微提升参战帕鲁的暗属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁暗属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1205, 1235, 'zh-Hans', '龙属性助威哨子', '可稍微提升参战帕鲁的龙属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁龙属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1206, 1236, 'zh-Hans', '无属性助威哨子+1', '可提升参战帕鲁的无属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁无属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1207, 1237, 'zh-Hans', '火属性助威哨子+1', '可提升参战帕鲁的火属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁火属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1208, 1238, 'zh-Hans', '水属性助威哨子+1', '可提升参战帕鲁的水属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁水属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1209, 1239, 'zh-Hans', '雷属性助威哨子+1', '可提升参战帕鲁的雷属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁雷属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1210, 1240, 'zh-Hans', '草属性助威哨子+1', '可提升参战帕鲁的草属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁草属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1211, 1241, 'zh-Hans', '冰属性助威哨子+1', '可提升参战帕鲁的冰属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁冰属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1212, 1242, 'zh-Hans', '地属性助威哨子+1', '可提升参战帕鲁的地属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁地属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1213, 1243, 'zh-Hans', '暗属性助威哨子+1', '可提升参战帕鲁的暗属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁暗属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1214, 1244, 'zh-Hans', '龙属性助威哨子+1', '可提升参战帕鲁的龙属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁龙属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1215, 1245, 'zh-Hans', '无属性助威哨子+2', '可大幅提升参战帕鲁的无属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁无属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1216, 1246, 'zh-Hans', '火属性助威哨子+2', '可大幅提升参战帕鲁的火属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁火属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1217, 1247, 'zh-Hans', '水属性助威哨子+2', '可大幅提升参战帕鲁的水属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁水属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1218, 1248, 'zh-Hans', '雷属性助威哨子+2', '可大幅提升参战帕鲁的雷属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁雷属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1219, 1249, 'zh-Hans', '草属性助威哨子+2', '可大幅提升参战帕鲁的草属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁草属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1220, 1250, 'zh-Hans', '冰属性助威哨子+2', '可大幅提升参战帕鲁的冰属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁冰属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1221, 1251, 'zh-Hans', '地属性助威哨子+2', '可大幅提升参战帕鲁的地属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁地属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1222, 1252, 'zh-Hans', '暗属性助威哨子+2', '可大幅提升参战帕鲁的暗属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁暗属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1223, 1253, 'zh-Hans', '龙属性助威哨子+2', '可大幅提升参战帕鲁的龙属性伤害的饰品。', '{\"PassiveSkill1\": \"增强帕鲁龙属性伤害 Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1224, 1254, 'zh-Hans', '攻击支援哨子', '可少量提升参战帕鲁的攻击力的饰品。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1225, 1255, 'zh-Hans', '攻击支援哨子+1', '可提升参战帕鲁的攻击力的饰品。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1226, 1256, 'zh-Hans', '攻击支援哨子+2', '可大幅提升参战帕鲁的攻击力的饰品。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1227, 1257, 'zh-Hans', '防御支援哨子', '可少量提升参战帕鲁的防御力的饰品。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1228, 1258, 'zh-Hans', '防御支援哨子+1', '可提升参战帕鲁的防御力的饰品。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1229, 1259, 'zh-Hans', '防御支援哨子+2', '可大幅提升参战帕鲁的防御力的饰品。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1230, 1260, 'zh-Hans', '成长促进铃', '可稍微提升帕鲁获得的经验值的饰品。', '{\"PassiveSkill1\": \"帕鲁经验获取增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1231, 1261, 'zh-Hans', '成长促进铃+1', '可提升帕鲁获得的经验值的饰品。', '{\"PassiveSkill1\": \"帕鲁经验获取增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1232, 1262, 'zh-Hans', '成长促进铃+2', '可大幅提升帕鲁获得的经验值的饰品。', '{\"PassiveSkill1\": \"帕鲁经验获取增加Lv3\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1233, 1263, 'zh-Hans', '凉晶鲸的鞍具', '持有此道具时, 即可骑乘凉晶鲸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1234, 1264, 'zh-Hans', '冥灯鱼的鞍具', '持有此道具时, 即可骑乘冥灯鱼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1235, 1265, 'zh-Hans', '达鼠泥的背带', '达鼠泥的背带。 持有此道具时,达鼠泥会在玩家陷入濒死状态时 通过疗愈能力让玩家复活。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1236, 1266, 'zh-Hans', '香草豹冰的鞍具', '持有此道具时, 即可骑乘香草豹冰。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1237, 1267, 'zh-Hans', '梁叶龙的鞍具', '持有此道具时, 即可骑乘梁叶龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1238, 1268, 'zh-Hans', '咕咕桑葩的鞍具', '持有此道具时, 即可骑乘咕咕桑葩。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1239, 1269, 'zh-Hans', '海皇鲸的鞍具', '持有此道具时, 即可骑乘海皇鲸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1240, 1270, 'zh-Hans', '蚀魂鱿的手套', '持有此道具,且蚀魂鱿在队伍中时, 会改变滑翔伞的性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1241, 1271, 'zh-Hans', '闪丸丸的火箭发射器', '用来发射闪丸丸的炮筒。 发动伙伴技能后,即可将闪丸丸射出, 对敌人进行攻击。随后,闪丸丸会进入濒死状态。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1242, 1272, 'zh-Hans', '雷米儿的手套', '持有此道具,且雷米儿在队伍中时, 会改变滑翔伞的性能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1243, 1273, 'zh-Hans', '碧月龙的鞍具', '持有此道具时, 即可骑乘碧月龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1244, 1274, 'zh-Hans', '炙灯鱼的鞍具', '持有此道具时, 即可骑乘炙灯鱼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1245, 1275, 'zh-Hans', '桃晶鲸的鞍具', '持有此道具时, 即可骑乘桃晶鲸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1246, 1276, 'zh-Hans', '研究室风格书桌设计图', '持有或存放在据点中, 即可建造「研究室风格书桌」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1247, 1277, 'zh-Hans', '研究室风格椅子设计图', '持有或存放在据点中, 即可建造「研究室风格椅子」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1248, 1278, 'zh-Hans', '超级爪钩枪', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 采用了新型材料,大幅缩短了散热时间。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1249, 1279, 'zh-Hans', '驯养员心爱的帕鲁', '收容了驯养员心爱的帕鲁的帕鲁球。 把它还给主人吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1250, 1280, 'zh-Hans', '羁绊宝桃', '极为罕见的魔法果实。 据说帕鲁吃下后会对人类敞开心扉。 务必谨慎选择赠送对象。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1251, 1281, 'zh-Hans', '初级钓竿(疾旋鼬)', '用来钓帕鲁的钓竿。 在携带钓饵的状态下前往有鱼影的水边使用钓竿即可开始垂钓。 适合新手使用,能够钓到低等级的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1252, 1282, 'zh-Hans', '初级钓竿(叶泥泥)', '用来钓帕鲁的钓竿。 比初级钓竿(疾旋鼬)更坚固一些,性能略有提升。 适合新手使用,能够钓到低等级的帕鲁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1253, 1283, 'zh-Hans', '中级钓竿(捣蛋猫)', '用来钓帕鲁的钓竿。 在携带钓饵的状态下前往有鱼影的水边使用钓竿即可开始垂钓。 性能进一步提升,垂钓成功率稍微上升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1254, 1284, 'zh-Hans', '中级钓竿(武道蛙)', '用来钓帕鲁的钓竿。 比中级钓竿(捣蛋猫)更坚固一些,性能略有提升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1255, 1285, 'zh-Hans', '高级钓竿(企丸丸)', '用来钓帕鲁的钓竿。 在携带钓饵的状态下前往有鱼影的水边使用钓竿即可开始垂钓。 性能进一步提升,垂钓成功率明显上升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1256, 1286, 'zh-Hans', '高级钓竿(瞅什魔)', '用来钓帕鲁的钓竿。 比高级钓竿(企丸丸)更坚固一些,性能略有提升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1257, 1287, 'zh-Hans', '简陋钓饵', '用来吸引帕鲁上钩的简单钓饵。 垂钓必备。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1258, 1288, 'zh-Hans', '优质钓饵', '用来吸引帕鲁上钩的钓饵。 经过改良,更容易诱导帕鲁咬钩。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1259, 1289, 'zh-Hans', '奢华钓饵', '用来吸引帕鲁上钩的钓饵。 经过改良,能使小游戏的判定条稍微变大。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1260, 1290, 'zh-Hans', '新手钓饵', '用来吸引帕鲁上钩的钓饵。 在简陋钓饵的基础上进一步改良, 能降低小游戏捕获计量槽的减少量。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1261, 1291, 'zh-Hans', '甜味钓饵', '用来吸引帕鲁上钩的钓饵。 在简陋钓饵的基础上进一步改良, 更容易诱导帕鲁咬钩。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1262, 1292, 'zh-Hans', '幸运钓饵', '用来吸引帕鲁上钩的钓饵。 在优质钓饵的基础上进一步改良, 垂钓时能获得更多道具。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1263, 1293, 'zh-Hans', '快钩钓饵', '用来吸引帕鲁上钩的钓饵。 在优质钓饵的基础上进一步改良, 更容易诱导帕鲁咬钩。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1264, 1294, 'zh-Hans', '魅惑钓饵', '用来吸引帕鲁上钩的钓饵。 经过改良,能使小游戏的判定条变大, 垂钓时能获得更多道具。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1265, 1295, 'zh-Hans', '高风险钓饵', '用来吸引帕鲁上钩的钓饵。 由奢华钓饵改造而成,专为挑战者准备的钓饵。 相比奢华钓饵,小游戏的判定条更小, 但可以大幅增加垂钓时获得的道具。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1266, 1296, 'zh-Hans', '墨沫姬的章鱼足', '墨沫姬的章鱼足。 口感脆弹,味道清淡可口。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1267, 1297, 'zh-Hans', '海月仙的水母伞', '海月仙的水母伞。 独特的弹牙口感让人欲罢不能,尽显大海的馈赠。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1268, 1298, 'zh-Hans', '海月灵的水母伞', '海月灵的水母伞。 独特的脆弹口感让人欲罢不能,尽显大海的馈赠。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1269, 1299, 'zh-Hans', '肚肚鳄的鳄鱼肉', '肚肚鳄的鳄鱼肉。 富有嚼劲,越嚼越觉得唇齿留香。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1270, 1300, 'zh-Hans', '墨沫姬的章鱼烧', '将墨沫姬的章鱼足放进面粉做出的面糊中烤制而成的圆球形小吃。 食用后的一段时间内,获得的经验值会少量提升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1271, 1301, 'zh-Hans', '海月仙的晶仙果冻', '用海月仙的水母伞和水栖帕鲁的黏液制作的奇妙甜点。 食用后的一段时间内,获得的经验值会少量提升, 攻击 +10%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1272, 1302, 'zh-Hans', '海月灵的水灵果冻', '用海月灵的水母伞和红色野莓制作的奇妙甜点。 食用后的一段时间内,获得的经验值会少量提升, 防御 +10%。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1273, 1303, 'zh-Hans', '肚肚鳄肉排', '炭火慢烤而成的肉排。 外皮焦香四溢,内里软嫩多汁,入口即化。 其中的特殊成分锁住了鲜味,实乃风味出众且便于保存的佳品。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1274, 1304, 'zh-Hans', '强化腰挂提灯', '挂在腰间的大范围照明提灯。 到了夜晚会自动点亮。 也可以切换照明模式使它常亮。 带1个在身上就够用了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1275, 1305, 'zh-Hans', '珊瑚矿石', '在深海中历经漫长岁月形成的稀有矿石。 可利用磁铁和钓竿从深海中打捞上来。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1276, 1306, 'zh-Hans', '珊瑚锭', '沉睡在海底的珊瑚矿石的合金。 具备很高的能量耐受性,用于制作武器等物品。 可在「巨大熔炉」冶炼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1277, 1307, 'zh-Hans', '凉晶鲸的讨伐证明', '「敦厚冰山 凉晶鲸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1278, 1308, 'zh-Hans', '桃晶鲸的讨伐证明', '「红温冰山 桃晶鲸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1279, 1309, 'zh-Hans', '海皇鲸的讨伐证明', '「传说中的海兽 海皇鲸」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强水属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1280, 1310, 'zh-Hans', '断钢剑设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「断钢剑」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1281, 1311, 'zh-Hans', '泰拉棱镜设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「泰拉棱镜」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1282, 1312, 'zh-Hans', '星旋机枪设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「星旋机枪」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1283, 1313, 'zh-Hans', '夜光设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「夜光」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1284, 1314, 'zh-Hans', '泰拉刃设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「泰拉刃」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1285, 1315, 'zh-Hans', '天界符设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「天界符」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1286, 1316, 'zh-Hans', '神圣面具设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「神圣面具」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1287, 1317, 'zh-Hans', '神圣头饰设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「神圣头饰」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1288, 1318, 'zh-Hans', '神圣板甲设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「神圣板甲」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1289, 1319, 'zh-Hans', '神圣头盔设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「神圣头盔」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1290, 1320, 'zh-Hans', '神圣兜帽设计图', '【泰拉瑞亚联动】 持有此设计图,即可解锁「神圣兜帽」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1291, 1321, 'zh-Hans', '断钢剑设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「断钢剑(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1292, 1322, 'zh-Hans', '断钢剑设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「断钢剑(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1293, 1323, 'zh-Hans', '断钢剑设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「断钢剑(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1294, 1324, 'zh-Hans', '断钢剑设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「断钢剑(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1295, 1325, 'zh-Hans', '泰拉棱镜设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉棱镜(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1296, 1326, 'zh-Hans', '泰拉棱镜设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉棱镜(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1297, 1327, 'zh-Hans', '泰拉棱镜设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉棱镜(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1298, 1328, 'zh-Hans', '泰拉棱镜设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉棱镜(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1299, 1329, 'zh-Hans', '星旋机枪设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「星旋机枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1300, 1330, 'zh-Hans', '星旋机枪设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「星旋机枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1301, 1331, 'zh-Hans', '星旋机枪设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「星旋机枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1302, 1332, 'zh-Hans', '星旋机枪设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「星旋机枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1303, 1333, 'zh-Hans', '夜光设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「夜光(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1304, 1334, 'zh-Hans', '夜光设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「夜光(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1305, 1335, 'zh-Hans', '夜光设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「夜光(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1306, 1336, 'zh-Hans', '夜光设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「夜光(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1307, 1337, 'zh-Hans', '神圣面具设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣面具(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1308, 1338, 'zh-Hans', '神圣面具设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣面具(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1309, 1339, 'zh-Hans', '神圣面具设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣面具(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1310, 1340, 'zh-Hans', '神圣面具设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣面具(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1311, 1341, 'zh-Hans', '神圣头饰设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头饰(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1312, 1342, 'zh-Hans', '神圣头饰设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头饰(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1313, 1343, 'zh-Hans', '神圣头饰设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头饰(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1314, 1344, 'zh-Hans', '神圣头饰设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头饰(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1315, 1345, 'zh-Hans', '神圣板甲设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣板甲(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1316, 1346, 'zh-Hans', '神圣板甲设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣板甲(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1317, 1347, 'zh-Hans', '神圣板甲设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣板甲(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1318, 1348, 'zh-Hans', '神圣板甲设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣板甲(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1319, 1349, 'zh-Hans', '神圣头盔设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头盔(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1320, 1350, 'zh-Hans', '神圣头盔设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头盔(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1321, 1351, 'zh-Hans', '神圣头盔设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头盔(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1322, 1352, 'zh-Hans', '神圣头盔设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣头盔(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1323, 1353, 'zh-Hans', '神圣兜帽设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣兜帽(少见)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1324, 1354, 'zh-Hans', '神圣兜帽设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣兜帽(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1325, 1355, 'zh-Hans', '神圣兜帽设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣兜帽(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1326, 1356, 'zh-Hans', '神圣兜帽设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「神圣兜帽(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1327, 1357, 'zh-Hans', '泰拉刃设计图1', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉刃(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1328, 1358, 'zh-Hans', '泰拉刃设计图2', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉刃(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1329, 1359, 'zh-Hans', '泰拉刃设计图3', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉刃(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1330, 1360, 'zh-Hans', '泰拉刃设计图4', '【泰拉瑞亚联动】 持有此设计图,即可解锁 「泰拉刃(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1331, 1361, 'zh-Hans', '陨石发射器设计图4', '持有此设计图,即可解锁 「陨石发射器(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1332, 1362, 'zh-Hans', '冰之技能果实:冰极冻域', '通过在帕鲁身上使用, 可以让其学会冰极冻域。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1333, 1363, 'zh-Hans', '草之技能果实:十字风切', '通过在帕鲁身上使用, 可以让其学会十字风切。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1334, 1364, 'zh-Hans', '水之技能果实:漩涡新星', '通过在帕鲁身上使用, 可以让其学会漩涡新星。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1335, 1365, 'zh-Hans', '藏宝图', '记载着宝藏位置的陈旧地图。 使用后可在地图上标记出藏宝地点。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1336, 1366, 'zh-Hans', '海鲜沙拉', '用墨沫姬的章鱼足和生菜制作的健康沙拉。 食用后的一段时间内,获得的经验值会提升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1337, 1367, 'zh-Hans', '初级钓竿(叶泥泥)设计图', '持有此设计图,即可解锁 「初级钓竿(叶泥泥)(常见)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1338, 1368, 'zh-Hans', '中级钓竿(武道蛙)设计图', '持有此设计图,即可解锁 「中级钓竿(武道蛙)(稀有)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1339, 1369, 'zh-Hans', '高级钓竿(瞅什魔)设计图', '持有此设计图,即可解锁 「高级钓竿(瞅什魔)(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1340, 1370, 'zh-Hans', '营养剂', '饮用后能在一段时间内抑制饥饿感的营养剂。 浓缩了多种营养成分、风味浓郁,能防止在冒险途中感到饥饿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1341, 1371, 'zh-Hans', '天界符【大师】', '【泰拉瑞亚联动】 画着未知图案的印章。 只要将其献给召唤的祭坛, 就能召唤强大到令人绝望的存在。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1342, 1372, 'zh-Hans', '防爆盾手枪', '防爆盾手枪', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1343, 1373, 'zh-Hans', '月亮领主雕像设计图', '【泰拉瑞亚联动】 持有或存放在据点中, 即可建造「月亮领主雕像」。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1344, 1374, 'zh-Hans', '焦糖棉花糖', '可从可可棉花糖身上取得的焦糖味棉花糖。 吃起来甜美丝滑,入口即化。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1345, 1375, 'zh-Hans', '羁绊小桃', '饱含温情的小小果实。 据说帕鲁吃下后会对人类敞开心扉。 务必谨慎选择赠送对象。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1346, 1376, 'zh-Hans', '瞅什魔玩偶装', '仿照瞅什魔的样子制作的玩偶装躯干。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1347, 1377, 'zh-Hans', '瞅什魔头套', '仿照瞅什魔的样子制作的玩偶装头部。 似乎可以稍微减轻暗属性伤害。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1348, 1378, 'zh-Hans', '默世鹿的鞍具', '持有此道具时, 即可骑乘默世鹿并生成护盾,抵御攻击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1349, 1379, 'zh-Hans', '水上建造套装', '用于水上建造的工具。 可以在水面上放置地基。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1350, 1380, 'zh-Hans', '神射左轮手枪', '【ULTRAKILL 联动】 利用电能驱动可连续射击的左轮手枪。 装备期间,投掷捕获用帕鲁球的动作会变为掷硬币, 神射左轮手枪的子弹击中硬币时将会弹向敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1351, 1381, 'zh-Hans', '核心喷射霰弹枪', '【ULTRAKILL 联动】 利用热能驱动可连续射击的霰弹枪。 装备期间,投掷捕获用帕鲁球的动作将变为发射核心,长按可充能并延长核心发射的射程。 被神射左轮手枪击中的核心将会爆炸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1352, 1382, 'zh-Hans', 'V1盔甲', '【ULTRAKILL 联动】 参考遥远之地制造的战争机器人的结构打造的盔甲。 具备在造成伤害时进行自我修复的功能。', '{\"PassiveSkill1\": \"耐寒Lv1\", \"PassiveSkill2\": \"耐暑Lv1\", \"PassiveSkill3\": \"血液燃料\", \"PassiveSkill4\": null}'), (1353, 1383, 'zh-Hans', 'V2盔甲', '【ULTRAKILL 联动】 参考遥远之地制造的维和机器人的结构打造的盔甲。 舍弃自我修复功能,转而更进一步强化了装甲。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1354, 1384, 'zh-Hans', '佐伊的万圣节服装设计图', '偷听到佐伊自言自语后记下的笔记。 在工作台上制作,并把成品交给佐伊吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1355, 1385, 'zh-Hans', '佐伊的万圣节服装', '佐伊的万圣节服装。 她收到后一定会很开心的。 把它交给佐伊吧!', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1356, 1386, 'zh-Hans', '胜者证明', '只有胜者才能获得的荣誉之证。 象征着持有者在战场上取得的优势地位。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1357, 1387, 'zh-Hans', '救赎王冠', '可以感受到【极】默世鹿不祥的力量。 由于是相当稀少之物,拥有之人少之又少。', '{\"PassiveSkill1\": \"减轻雷属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1358, 1388, 'zh-Hans', '默世鹿的石板', '画着默世鹿的石板。 只要将其献给召唤的祭坛, 就能召唤非常强大的默世鹿[Lv 70]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1359, 1389, 'zh-Hans', '默世鹿的石板碎片', '画着默世鹿的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1360, 1390, 'zh-Hans', '【极】默世鹿的石板', '默世鹿之力满溢而出的石板。 只要将其献给召唤的祭坛, 就能召唤强大到令人绝望的默世鹿[Lv ??]。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1361, 1391, 'zh-Hans', '【极】默世鹿的石板碎片', '默世鹿之力满溢而出的石板碎片。 通过组合可将其拼成石板。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1362, 1392, 'zh-Hans', '神射左轮手枪设计图1', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「神射左轮手枪(少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1363, 1393, 'zh-Hans', '神射左轮手枪设计图2', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「神射左轮手枪(稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1364, 1394, 'zh-Hans', '神射左轮手枪设计图3', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「神射左轮手枪(史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1365, 1395, 'zh-Hans', '神射左轮手枪设计图4', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「神射左轮手枪(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1366, 1396, 'zh-Hans', '核心喷射霰弹枪设计图1', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「核心喷射霰弹枪(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1367, 1397, 'zh-Hans', '核心喷射霰弹枪设计图2', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「核心喷射霰弹枪(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1368, 1398, 'zh-Hans', '核心喷射霰弹枪设计图3', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「核心喷射霰弹枪(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1369, 1399, 'zh-Hans', '核心喷射霰弹枪设计图4', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「核心喷射霰弹枪(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1370, 1400, 'zh-Hans', 'V1盔甲设计图4', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「V1盔甲设计图4(传奇)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1371, 1401, 'zh-Hans', 'V2盔甲设计图4', '【ULTRAKILL 联动】 持有此设计图,即可解锁 「V2盔甲设计图4(传奇)」的配方。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1372, 1402, 'zh-Hans', '腐朽的古代文明遗物', '古代文明建筑或物品的碎片。 已经彻底朽坏,没有任何能量残留。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1373, 1403, 'zh-Hans', '沉眠的古代文明遗物', '古代文明建筑或物品的碎片。 尽管保存状态不差,但几乎没有能量残留。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1374, 1404, 'zh-Hans', '漂亮的古代文明遗物', '古代文明建筑或物品的碎片。 保存状态良好,能够感受到其中的能量流动。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1375, 1405, 'zh-Hans', '发光的古代文明遗物', '古代文明建筑或物品的碎片。 保存状态极佳,内部透出微微的光。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1376, 1406, 'zh-Hans', '闪耀的古代文明遗物', '古代文明建筑或物品的碎片。 整体充满能量,散发光辉。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1377, 1407, 'zh-Hans', '世界树圣水', '充满世界树能量的圣水。 它能净化万物,并唤醒潜藏的力量。 喝下后一定时间内,世界树区域的树木和矿石不会在接近时消失。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1378, 1408, 'zh-Hans', '帕鲁树晶矿', '长年以来从世界树逸出的能量一点一滴凝成的结晶。 一旦被未受加护者触碰,一瞬间就会化作尘埃。 能成功驾驭这种脆弱,才能登上古代技术的最高峰。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1379, 1409, 'zh-Hans', '机械弓', '用烈阳金属锭打造的弓。 射击初速和贯通力得到大幅提升,可实现高精度远程射击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1380, 1410, 'zh-Hans', '战斗冲锋枪', '用烈阳金属锭制造的冲锋枪。 经过改良的弹匣和弹药强化了其压制力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1381, 1411, 'zh-Hans', '原型霰弹枪', '用烈阳金属锭制造的霰弹枪。 极近距离下能发挥出霸道的火力,特殊的弹匣还增强了其持久作战能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1382, 1412, 'zh-Hans', '重型突击步枪', '用烈阳金属锭制造的突击步枪。 在维持泛用性的前提下,能够装填威力更大的弹药。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1383, 1413, 'zh-Hans', '战术榴弹发射器', '用烈阳金属锭制造的榴弹发射器。 提升了弹道稳定性,可实现高精度远程轰炸。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1384, 1414, 'zh-Hans', '高出力光剑', '用烈阳金属锭制造的光剑。 高能光刃能够瞬间将面前的对手一刀两断。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1385, 1415, 'zh-Hans', '散射光束枪', '强化了近战性能的光束武器。能将压缩的能量以扩散光束的形式发射出去。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1386, 1416, 'zh-Hans', '无人机发射器', '用于发射能自主攻击的无人机的发射器。 最多可以发射9架,持续压制敌方。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1387, 1417, 'zh-Hans', '等离子步枪', '着弹点会放出雷电的步枪,可连锁攻击多个敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1388, 1418, 'zh-Hans', '光束炮发射器', '能发射高精度光束,引发大范围连锁爆炸的发射器。 连射时要注意防止枪体过热。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1389, 1419, 'zh-Hans', '机械弓设计图1', '持有此设计图,即可解锁「机械弓 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1390, 1420, 'zh-Hans', '机械弓设计图2', '持有此设计图,即可解锁「机械弓 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1391, 1421, 'zh-Hans', '机械弓设计图3', '持有此设计图,即可解锁「机械弓 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1392, 1422, 'zh-Hans', '机械弓设计图4', '持有此设计图,即可解锁「机械弓 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1393, 1423, 'zh-Hans', '战斗冲锋枪设计图1', '持有此设计图,即可解锁「战斗冲锋枪 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1394, 1424, 'zh-Hans', '战斗冲锋枪设计图2', '持有此设计图,即可解锁「战斗冲锋枪 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1395, 1425, 'zh-Hans', '战斗冲锋枪设计图3', '持有此设计图,即可解锁「战斗冲锋枪 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1396, 1426, 'zh-Hans', '战斗冲锋枪设计图4', '持有此设计图,即可解锁「战斗冲锋枪 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1397, 1427, 'zh-Hans', '原型霰弹枪设计图1', '持有此设计图,即可解锁「原型霰弹枪 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1398, 1428, 'zh-Hans', '原型霰弹枪设计图2', '持有此设计图,即可解锁「原型霰弹枪 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1399, 1429, 'zh-Hans', '原型霰弹枪设计图3', '持有此设计图,即可解锁「原型霰弹枪 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1400, 1430, 'zh-Hans', '原型霰弹枪设计图4', '持有此设计图,即可解锁「原型霰弹枪 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1401, 1431, 'zh-Hans', '重型突击步枪设计图1', '持有此设计图,即可解锁「重型突击步枪 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1402, 1432, 'zh-Hans', '重型突击步枪设计图2', '持有此设计图,即可解锁「重型突击步枪 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1403, 1433, 'zh-Hans', '重型突击步枪设计图3', '持有此设计图,即可解锁「重型突击步枪 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1404, 1434, 'zh-Hans', '重型突击步枪设计图4', '持有此设计图,即可解锁「重型突击步枪 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1405, 1435, 'zh-Hans', '战术榴弹发射器设计图1', '持有此设计图,即可解锁「战术榴弹发射器 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1406, 1436, 'zh-Hans', '战术榴弹发射器设计图2', '持有此设计图,即可解锁「战术榴弹发射器 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1407, 1437, 'zh-Hans', '战术榴弹发射器设计图3', '持有此设计图,即可解锁「战术榴弹发射器 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1408, 1438, 'zh-Hans', '战术榴弹发射器设计图4', '持有此设计图,即可解锁「战术榴弹发射器 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1409, 1439, 'zh-Hans', '高出力光剑设计图1', '持有此设计图,即可解锁「高出力光剑 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1410, 1440, 'zh-Hans', '高出力光剑设计图2', '持有此设计图,即可解锁「高出力光剑 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1411, 1441, 'zh-Hans', '高出力光剑设计图3', '持有此设计图,即可解锁「高出力光剑 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'); INSERT INTO `itemsi18n` (`ID`, `ItemID`, `LanguageCode`, `Name`, `Description`, `PassiveSkills`) VALUES (1412, 1442, 'zh-Hans', '高出力光剑设计图4', '持有此设计图,即可解锁「高出力光剑 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1413, 1443, 'zh-Hans', '散射光束枪设计图1', '持有此设计图,即可解锁「散射光束枪 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1414, 1444, 'zh-Hans', '散射光束枪设计图2', '持有此设计图,即可解锁「散射光束枪 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1415, 1445, 'zh-Hans', '散射光束枪设计图3', '持有此设计图,即可解锁「散射光束枪 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1416, 1446, 'zh-Hans', '散射光束枪设计图4', '持有此设计图,即可解锁「散射光束枪 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1417, 1447, 'zh-Hans', '无人机发射器设计图1', '持有此设计图,即可解锁「无人机发射器 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1418, 1448, 'zh-Hans', '无人机发射器设计图2', '持有此设计图,即可解锁「无人机发射器 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1419, 1449, 'zh-Hans', '无人机发射器设计图3', '持有此设计图,即可解锁「无人机发射器 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1420, 1450, 'zh-Hans', '无人机发射器设计图4', '持有此设计图,即可解锁「无人机发射器 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1421, 1451, 'zh-Hans', '等离子步枪设计图1', '持有此设计图,即可解锁「等离子步枪 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1422, 1452, 'zh-Hans', '等离子步枪设计图2', '持有此设计图,即可解锁「等离子步枪 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1423, 1453, 'zh-Hans', '等离子步枪设计图3', '持有此设计图,即可解锁「等离子步枪 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1424, 1454, 'zh-Hans', '等离子步枪设计图4', '持有此设计图,即可解锁「等离子步枪 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1425, 1455, 'zh-Hans', '光束炮发射器设计图1', '持有此设计图,即可解锁「光束炮发射器 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1426, 1456, 'zh-Hans', '光束炮发射器设计图2', '持有此设计图,即可解锁「光束炮发射器 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1427, 1457, 'zh-Hans', '光束炮发射器设计图3', '持有此设计图,即可解锁「光束炮发射器 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1428, 1458, 'zh-Hans', '光束炮发射器设计图4', '持有此设计图,即可解锁「光束炮发射器 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1429, 1459, 'zh-Hans', '剑设计图1', '持有此设计图,即可解锁 「剑(少见)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1430, 1460, 'zh-Hans', '剑设计图2', '持有此设计图,即可解锁 「剑(稀有)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1431, 1461, 'zh-Hans', '剑设计图3', '持有此设计图,即可解锁 「剑(史诗)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1432, 1462, 'zh-Hans', '剑设计图4', '持有此设计图,即可解锁 「剑(传奇)」的配方。 可在「武器制作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1433, 1463, 'zh-Hans', '太刀设计图1', '持有此设计图,即可解锁 「太刀(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1434, 1464, 'zh-Hans', '太刀设计图2', '持有此设计图,即可解锁 「太刀(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1435, 1465, 'zh-Hans', '太刀设计图3', '持有此设计图,即可解锁 「太刀(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1436, 1466, 'zh-Hans', '太刀设计图4', '持有此设计图,即可解锁 「太刀(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1437, 1467, 'zh-Hans', '光剑设计图1', '持有此设计图,即可解锁 「光剑(少见)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1438, 1468, 'zh-Hans', '光剑设计图2', '持有此设计图,即可解锁 「光剑(稀有)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1439, 1469, 'zh-Hans', '光剑设计图3', '持有此设计图,即可解锁 「光剑(史诗)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1440, 1470, 'zh-Hans', '光剑设计图4', '持有此设计图,即可解锁 「光剑(传奇)」的配方。 可在「武器流水线工厂II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1441, 1471, 'zh-Hans', '莉莉之矛设计图4', '持有此设计图,即可解锁 「莉莉之矛(传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1442, 1472, 'zh-Hans', '额外武器套', '能让人多装备一件武器的挂套。 带在身上,武器栏位就会增加1格。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1443, 1473, 'zh-Hans', '烈阳金属', '只有在天阳乡才能开采到的稀有矿石。 密度极高的母岩有着神秘的花纹,其中蕴含着光辉。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1444, 1474, 'zh-Hans', '棉悠悠雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1445, 1475, 'zh-Hans', '企丸丸雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1446, 1476, 'zh-Hans', '肚肚鳄雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1447, 1477, 'zh-Hans', '燎火鹿雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1448, 1478, 'zh-Hans', '达鼠泥雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1449, 1479, 'zh-Hans', '新叶猿雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1450, 1480, 'zh-Hans', '瞅什魔雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1451, 1481, 'zh-Hans', '捣蛋猫雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1452, 1482, 'zh-Hans', '秘斯媞雅雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1453, 1483, 'zh-Hans', '佩克龙雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1454, 1484, 'zh-Hans', '八云犬雕像', '不可思议的帕鲁雕像,可在帕洛斯群岛上各处找到。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1455, 1485, 'zh-Hans', '秋叶猿的突击步枪', '秋叶猿专用的小型突击步枪。 发动伙伴技能后,秋叶猿会进入射击模式,猛烈扫射周围的敌人。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1456, 1486, 'zh-Hans', '日耀驹的鞍具', '持有此道具时, 即可骑乘日耀驹。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1457, 1487, 'zh-Hans', '冬丸的背带', '冬丸的背带。 发动伙伴技能后,它会探测附近的铬铁矿位置。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1458, 1488, 'zh-Hans', '双心岩傀的鞍具', '持有此道具即可骑乘双心岩傀, 并发射强力的草属性激光。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1459, 1489, 'zh-Hans', '咒心岩傀的鞍具', '持有此道具即可骑乘咒心岩傀, 并发射强力的暗属性激光。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1460, 1490, 'zh-Hans', '曼波王的鞍具', '持有此道具时, 即可骑乘曼波王。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1461, 1491, 'zh-Hans', '曼波皇的鞍具', '持有此道具时, 即可骑乘曼波皇。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1462, 1492, 'zh-Hans', '灵曦龙的鞍具', '持有此道具时, 即可骑乘灵曦龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1463, 1493, 'zh-Hans', '狱熙龙的鞍具', '持有此道具时, 即可骑乘狱熙龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1464, 1494, 'zh-Hans', '雷云鹫的鞍具', '持有此道具时, 即可骑乘雷云鹫。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1465, 1495, 'zh-Hans', '疾霜鸟的鞍具', '持有此道具时, 即可骑乘疾霜鸟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1466, 1496, 'zh-Hans', '织夜鹿的鞍具', '持有此道具时, 即可骑乘织夜鹿。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1467, 1499, 'zh-Hans', '散射光束枪弹药', '散射光束枪使用的弹药。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1468, 1500, 'zh-Hans', '等离子步枪弹药', '等离子步枪使用的弹药。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1469, 1501, 'zh-Hans', '光束炮发射器弹药', '光束炮发射器使用的弹药。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1470, 1502, 'zh-Hans', '嫉妒之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「嫉妒他人之繁荣,带来破灭之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1471, 1503, 'zh-Hans', '傲慢之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「与傲慢寻求共生,招来灾厄之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1472, 1504, 'zh-Hans', '贪婪之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「不愿接受自身宿命,强求缘分之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1473, 1505, 'zh-Hans', '怠惰之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「舍弃人性,堕入毁灭之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1474, 1506, 'zh-Hans', '暴食之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「吞食星球命脉,仍不知满足之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1475, 1507, 'zh-Hans', '色欲之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「寻求天外禁忌,践踏人理之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1476, 1508, 'zh-Hans', '愤怒之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「任凭怒火燎烧,散播死亡之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1477, 1509, 'zh-Hans', '原罪之密钥球', '曾在这片土地上繁荣发展的古代文明的遗物。 尽管目前还未能探知它的全貌,但近年的研究 结果显示,它可能是某种巨大装置的一部分。 「否定万物万象之生,却仍诞生之罪。」', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1478, 1510, 'zh-Hans', '烈阳金属锭', '从沉睡在天阳乡的矿石中提取出的古代文明金属材料。 是打造高级装备和建筑物时不可或缺的罕见加工素材。 可在「古代文明炉」冶炼。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1479, 1511, 'zh-Hans', '帕鲁树晶锭', '烈阳金属和帕鲁树晶矿熔炼而成的至高合金。 是古代文明技术和世界树之力的结晶,极其珍贵。 打造最高阶的装备和建筑时不可或缺的材料。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1480, 1512, 'zh-Hans', '远古头盔', '用烈阳金属锭打造的古代头盔。 其中凝聚着历经岁月锤炼的智慧,能为穿戴者提供坚不可摧的保护。 防御能力远远凌驾于现代的装备。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": \"减轻无属性伤害Lv1\", \"PassiveSkill3\": \"减轻龙属性伤害Lv1\", \"PassiveSkill4\": null}'), (1481, 1513, 'zh-Hans', '远古盔甲', '用烈阳金属锭打造的古代铠甲。 失落文明的精髓毫无保留地注入其中,具备压倒性的防御力。 即使是导致世界末日的威胁,也能坦然面对的究极防具。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1482, 1514, 'zh-Hans', '耐热远古盔甲', '经过改良的远古盔甲。 利用古代技术进一步提高了耐热性能,在炎热环境中也能自如活动。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv3\", \"PassiveSkill3\": \"减轻火属性伤害Lv1\", \"PassiveSkill4\": null}'), (1483, 1515, 'zh-Hans', '耐寒远古盔甲', '经过改良的远古盔甲。 利用古代技术进一步提高了防寒性能,在严寒环境下也能保存体力。', '{\"PassiveSkill1\": \"耐寒Lv3\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": \"减轻冰属性伤害Lv1\", \"PassiveSkill4\": null}'), (1484, 1516, 'zh-Hans', '轻便远古盔甲', '经过改良的远古盔甲。 其中嵌入了古代的辅助机械,使穿戴者能够携带更多物资。', '{\"PassiveSkill1\": \"耐寒Lv2\", \"PassiveSkill2\": \"耐暑Lv2\", \"PassiveSkill3\": \"提升负重上限Lv4\", \"PassiveSkill4\": null}'), (1485, 1517, 'zh-Hans', '远古头盔设计图1', '持有此设计图,即可解锁「远古头盔设计图1 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1486, 1518, 'zh-Hans', '远古头盔设计图2', '持有此设计图,即可解锁「远古头盔设计图2 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1487, 1519, 'zh-Hans', '远古头盔设计图3', '持有此设计图,即可解锁「远古头盔设计图3 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1488, 1520, 'zh-Hans', '远古头盔设计图4', '持有此设计图,即可解锁「远古头盔设计图4 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1489, 1521, 'zh-Hans', '远古盔甲设计图1', '持有此设计图,即可解锁「远古盔甲设计图1 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1490, 1522, 'zh-Hans', '远古盔甲设计图2', '持有此设计图,即可解锁「远古盔甲设计图2 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1491, 1523, 'zh-Hans', '远古盔甲设计图3', '持有此设计图,即可解锁「远古盔甲设计图3 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1492, 1524, 'zh-Hans', '远古盔甲设计图4', '持有此设计图,即可解锁「远古盔甲设计图4 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1493, 1525, 'zh-Hans', '耐热远古盔甲设计图1', '持有此设计图,即可解锁「耐热远古盔甲设计图1 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1494, 1526, 'zh-Hans', '耐热远古盔甲设计图2', '持有此设计图,即可解锁「耐热远古盔甲设计图2 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1495, 1527, 'zh-Hans', '耐热远古盔甲设计图3', '持有此设计图,即可解锁「耐热远古盔甲设计图3 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1496, 1528, 'zh-Hans', '耐热远古盔甲设计图4', '持有此设计图,即可解锁「耐热远古盔甲设计图4 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1497, 1529, 'zh-Hans', '耐寒远古盔甲设计图1', '持有此设计图,即可解锁「耐寒远古盔甲设计图1 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1498, 1530, 'zh-Hans', '耐寒远古盔甲设计图2', '持有此设计图,即可解锁「耐寒远古盔甲设计图2 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1499, 1531, 'zh-Hans', '耐寒远古盔甲设计图3', '持有此设计图,即可解锁「耐寒远古盔甲设计图3 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1500, 1532, 'zh-Hans', '耐寒远古盔甲设计图4', '持有此设计图,即可解锁「耐寒远古盔甲设计图4 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1501, 1533, 'zh-Hans', '轻便远古盔甲设计图1', '持有此设计图,即可解锁「轻便远古盔甲设计图1 (少见)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1502, 1534, 'zh-Hans', '轻便远古盔甲设计图2', '持有此设计图,即可解锁「轻便远古盔甲设计图2 (稀有)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1503, 1535, 'zh-Hans', '轻便远古盔甲设计图3', '持有此设计图,即可解锁「轻便远古盔甲设计图3 (史诗)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1504, 1536, 'zh-Hans', '轻便远古盔甲设计图4', '持有此设计图,即可解锁「轻便远古盔甲设计图4 (传奇)」的配方。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1505, 1537, 'zh-Hans', '烈阳帕鲁球', '可扔出并捕捉帕鲁的道具。 在古代文明中,这种高阶帕鲁球的存在确立了与帕鲁的共存关系。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1506, 1538, 'zh-Hans', '远古帕鲁球', '可扔出并捕捉帕鲁的道具。 集古代文明技术之大成打造,含有世界树之力的终极帕鲁球。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1507, 1539, 'zh-Hans', '涛声响骨', '能感受到不可思议的力量的骨片。 集中精神倾听,能隐约听到一丝声音。 温柔地周而复始的波浪之声。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1508, 1540, 'zh-Hans', '静寂响骨', '能感受到不可思议的力量的骨片。 集中精神倾听,能隐约听到一丝声音。 某日曾经造访过的静寂之声。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1509, 1541, 'zh-Hans', '泡沫响骨', '能感受到不可思议的力量的骨片。 集中精神倾听,能隐约听到一丝声音。 转瞬即逝的水泡破裂之声。​​', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1510, 1542, 'zh-Hans', '海风响骨', '能感受到不可思议的力量的骨片。 集中精神倾听,能隐约听到一丝声音。 安稳平静的海风之声。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1511, 1543, 'zh-Hans', '残响之笛', '解读磨损的设计图后,复现出来的骨笛。 仿佛能传至天涯海角的澄澈音色,将会唤醒它吧。 守护盟约的,汪洋之主。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1512, 1544, 'zh-Hans', '旺财雕像', '捕捉大量帕鲁后,忽然出现在身上的神秘帕鲁雕像。 将雕像献给某座石像,就能强化玩家的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1513, 1545, 'zh-Hans', '飞翼背包', '背在背上即可飞行的翼装。 消耗飞翼能量单元获得推进力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1514, 1546, 'zh-Hans', '硬木材', '精挑细选的优质木材。 砍伐生长在沙漠、火山、雪山等 极端环境下的树木可以获得。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1515, 1547, 'zh-Hans', '神秘木材', '含有世界树力量的稀有木材。 如果不是技术熟练的工匠甚至无法加工它。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1516, 1548, 'zh-Hans', '木板', '为了易于使用,切割原木得到的板材。 泛用性比整根原木更高,应用范围更广。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1517, 1549, 'zh-Hans', '优质木板', '精心切割硬木材得到的板材。 拥有美丽的木纹,在建筑中常用于营造高端奢华的感觉。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1518, 1550, 'zh-Hans', '神秘木板', '切割神秘原木得到的板材,会发出微光。 其中寄宿着超越人智的力量,是顶级的木材。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1519, 1551, 'zh-Hans', '水之觉醒晶石', '浓缩了世界树能量的结晶。 可以让水属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1520, 1552, 'zh-Hans', '雷之觉醒晶石', '浓缩了世界树能量的结晶。 可以让雷属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1521, 1553, 'zh-Hans', '地之觉醒晶石', '浓缩了世界树能量的结晶。 可以让地属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1522, 1554, 'zh-Hans', '草之觉醒晶石', '浓缩了世界树能量的结晶。 可以让草属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1523, 1555, 'zh-Hans', '火之觉醒晶石', '浓缩了世界树能量的结晶。 可以让火属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1524, 1556, 'zh-Hans', '冰之觉醒晶石', '浓缩了世界树能量的结晶。 可以让冰属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1525, 1557, 'zh-Hans', '龙之觉醒晶石', '浓缩了世界树能量的结晶。 可以让龙属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1526, 1558, 'zh-Hans', '暗之觉醒晶石', '浓缩了世界树能量的结晶。 可以让暗属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1527, 1559, 'zh-Hans', '无之觉醒晶石', '浓缩了世界树能量的结晶。 可以让无属性的帕鲁觉醒,解放其隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1528, 1560, 'zh-Hans', '水之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放水属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1529, 1561, 'zh-Hans', '雷之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放雷属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1530, 1562, 'zh-Hans', '地之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放地属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1531, 1563, 'zh-Hans', '草之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放草属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1532, 1564, 'zh-Hans', '火之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放火属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1533, 1565, 'zh-Hans', '冰之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放冰属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1534, 1566, 'zh-Hans', '龙之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放龙属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1535, 1567, 'zh-Hans', '暗之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 解放暗属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1536, 1568, 'zh-Hans', '无之辉石', '世界树的能量积聚在帕鲁体内形成的石头。 加工后可以制成道具, 觉醒无属性帕鲁体内隐藏的能力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1537, 1569, 'zh-Hans', '飞翼能量单元', '飞翼背包飞行所需的能源。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1538, 1570, 'zh-Hans', '腐毒过滤膜', '夜蔓爵的器官, 能够保护自身不受自己放出的腐雾伤害。 它能过滤腐雾,防止毒素进入体内。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1539, 1571, 'zh-Hans', '防爆纤维', '从暮尘蛾的体表采集到的纤维。 能减缓爆炸时受到的冲击。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1540, 1572, 'zh-Hans', '防爆内衣', '用特殊纤维制作,轻便而结实的内衣。 穿上后可以免受爆炸伤害。', '{\"PassiveSkill1\": \"爆炸伤害无效\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1541, 1573, 'zh-Hans', '夜蔓爵的花瓣', '成功讨伐「夜蔓爵」的证明。 可用于解除世界树最深处封印之室的屏障。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1542, 1574, 'zh-Hans', '暮尘蛾的羽毛', '成功讨伐「暮尘蛾」的证明。 可用于解除世界树最深处封印之室的屏障。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1543, 1575, 'zh-Hans', '改造帕鲁的污染核心', '成功讨伐被改造的帕鲁们的证明。 可用于解除世界树最深处封印之室的屏障。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1544, 1576, 'zh-Hans', '草之技能果实:翠耀罡风', '通过在帕鲁身上使用, 可以让其学会翠耀罡风。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1545, 1577, 'zh-Hans', '原始的剑', '近距离战斗用的剑。锋利程度不容小觑! 但需要靠近敌人攻击,相当危险。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1546, 1578, 'zh-Hans', '金属球棒', '可以近距离攻击的金属球棒。 看谁不顺眼,上去就是一顿扁。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1547, 1579, 'zh-Hans', '强化莉莉之矛', '莉莉爱用的长矛,经过了强化。 她会用它把蔑视帕鲁的人捅成筛子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1548, 1580, 'zh-Hans', '金属球棒设计图1', '持有此设计图,即可解锁「金属球棒 (少见)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1549, 1581, 'zh-Hans', '金属球棒设计图2', '持有此设计图,即可解锁「金属球棒 (稀有)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1550, 1582, 'zh-Hans', '金属球棒设计图3', '持有此设计图,即可解锁「金属球棒 (史诗)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1551, 1583, 'zh-Hans', '金属球棒设计图4', '持有此设计图,即可解锁「金属球棒 (传奇)」的配方。 可在「武器流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1552, 1584, 'zh-Hans', '强化莉莉之矛设计图4', '持有此设计图,即可解锁「强化莉莉之矛 (传奇)」的配方。 可在「高等文明武器工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1553, 1585, 'zh-Hans', '生命吊坠设计图', '持有此设计图,即可解锁「生命吊坠 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1554, 1586, 'zh-Hans', '攻击吊坠设计图', '持有此设计图,即可解锁「攻击吊坠 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1555, 1587, 'zh-Hans', '防御吊坠设计图', '持有此设计图,即可解锁「防御吊坠 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1556, 1588, 'zh-Hans', '勤劳吊坠设计图', '持有此设计图,即可解锁「勤劳吊坠 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1557, 1589, 'zh-Hans', '耐热内衣设计图', '持有此设计图,即可解锁「耐热内衣 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1558, 1590, 'zh-Hans', '防寒内衣设计图', '持有此设计图,即可解锁「防寒内衣 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1559, 1591, 'zh-Hans', '无属性抵抗戒指设计图', '持有此设计图,即可解锁「无属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1560, 1592, 'zh-Hans', '火属性抵抗戒指设计图', '持有此设计图,即可解锁「炎属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1561, 1593, 'zh-Hans', '水属性抵抗戒指设计图', '持有此设计图,即可解锁「水属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1562, 1594, 'zh-Hans', '雷属性抵抗戒指设计图', '持有此设计图,即可解锁「雷属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1563, 1595, 'zh-Hans', '草属性抵抗戒指设计图', '持有此设计图,即可解锁「草属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1564, 1596, 'zh-Hans', '冰属性抵抗戒指设计图', '持有此设计图,即可解锁「冰属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1565, 1597, 'zh-Hans', '地属性抵抗戒指设计图', '持有此设计图,即可解锁「地属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1566, 1598, 'zh-Hans', '暗属性抵抗戒指设计图', '持有此设计图,即可解锁「暗属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1567, 1599, 'zh-Hans', '龙属性抵抗戒指设计图', '持有此设计图,即可解锁「龙属性抵抗戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1568, 1600, 'zh-Hans', '耐热防寒内衣设计图', '持有此设计图,即可解锁「耐热防寒内衣 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1569, 1601, 'zh-Hans', '搬运工戒指设计图', '持有此设计图,即可解锁「搬运工戒指 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1570, 1602, 'zh-Hans', '无属性助威哨子设计图', '持有此设计图,即可解锁「无属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1571, 1603, 'zh-Hans', '火属性助威哨子设计图', '持有此设计图,即可解锁「火属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1572, 1604, 'zh-Hans', '水属性助威哨子设计图', '持有此设计图,即可解锁「水属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1573, 1605, 'zh-Hans', '雷属性助威哨子设计图', '持有此设计图,即可解锁「雷属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1574, 1606, 'zh-Hans', '草属性助威哨子设计图', '持有此设计图,即可解锁「草属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1575, 1607, 'zh-Hans', '冰属性助威哨子设计图', '持有此设计图,即可解锁「冰属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1576, 1608, 'zh-Hans', '地属性助威哨子设计图', '持有此设计图,即可解锁「地属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1577, 1609, 'zh-Hans', '暗属性助威哨子设计图', '持有此设计图,即可解锁「暗属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1578, 1610, 'zh-Hans', '龙属性助威哨子设计图', '持有此设计图,即可解锁「龙属性助威哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1579, 1611, 'zh-Hans', '攻击支援哨子设计图', '持有此设计图,即可解锁「攻击支援哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1580, 1612, 'zh-Hans', '防御支援哨子设计图', '持有此设计图,即可解锁「防御支援哨子 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1581, 1613, 'zh-Hans', '成长促进铃设计图', '持有此设计图,即可解锁「成长促进铃 (稀有)」的配方。 可在「优质作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1582, 1614, 'zh-Hans', 'AI核心', '可实现复杂决策及自主控制, 是尖端设备必不可少的核心部件。 可在「高等文明作业工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1583, 1615, 'zh-Hans', '极低温冷却介质', '用帕鲁身上提取的特殊成分制作的高效冷却介质。 用于控制大功率设备的温度。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1584, 1616, 'zh-Hans', '生化电池', '可将生物能源转化为电力并存储的装置。 用于驱动需要较高能量密度的机器。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1585, 1617, 'zh-Hans', '超高热核心', '含有巨大热能的高温反应核心, 用于尖端设备的动力机关。 可在「作业流水线工厂 II」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1586, 1618, 'zh-Hans', '腐蚀溶剂', '具有强效分解作用的危险化学溶剂, 用于精密加工及特殊处理。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1587, 1619, 'zh-Hans', '汪宗师徽章', '可大幅提升玩家攻击力的饰品。 帕鲁的攻击力也会提升。', '{\"PassiveSkill1\": \"提升攻击Lv4\", \"PassiveSkill2\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1588, 1620, 'zh-Hans', '汪宗师徽章设计图', '持有此设计图,即可解锁「汪宗师徽章 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1589, 1621, 'zh-Hans', '艾基鲁迦徽章', '可大幅提升玩家防御力的饰品。 帕鲁的防御力也会提升。', '{\"PassiveSkill1\": \"提升防御Lv4\", \"PassiveSkill2\": \"帕鲁防御力增加Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1590, 1622, 'zh-Hans', '艾基鲁迦徽章设计图', '持有此设计图,即可解锁「艾基鲁迦徽章 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1591, 1623, 'zh-Hans', '流浪商人护身符', '同时拥有很强耐热、耐寒效果的饰品。 还可以大幅提升玩家的负重上限。', '{\"PassiveSkill1\": \"耐暑Lv3 / 耐寒Lv3\", \"PassiveSkill2\": \"提升负重上限Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1592, 1624, 'zh-Hans', '流浪商人护身符设计图', '持有此设计图,即可解锁「流浪商人护身符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1593, 1625, 'zh-Hans', '先遣队护身符', '同时拥有很强耐热、耐寒效果的饰品。 还可以大幅提升生命值。', '{\"PassiveSkill1\": \"耐暑Lv3 / 耐寒Lv3\", \"PassiveSkill2\": \"提升生命值Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1594, 1626, 'zh-Hans', '先遣队队护身符设计图', '持有此设计图,即可解锁「先遣队护身符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1595, 1627, 'zh-Hans', '格鲁力斯腰带', '可大幅提升防御力和生命值的饰品。', '{\"PassiveSkill1\": \"提升防御Lv4\", \"PassiveSkill2\": \"提升生命值Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1596, 1628, 'zh-Hans', '格鲁力斯腰带设计图', '持有此设计图,即可解锁「格鲁力斯腰带 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1597, 1629, 'zh-Hans', '岛民的工具腰带', '可以大幅增加玩家负重上限的饰品。 还可以大幅提升工作速度。', '{\"PassiveSkill1\": \"提升负重上限Lv4\", \"PassiveSkill2\": \"高速工作Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1598, 1630, 'zh-Hans', '岛民的工具腰带设计图', '持有此设计图,即可解锁「岛民的工具腰带 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1599, 1631, 'zh-Hans', '圣天指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的无属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁无属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1600, 1632, 'zh-Hans', '圣天指挥棒设计图', '持有此设计图,即可解锁「圣天指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1601, 1633, 'zh-Hans', '炎帝指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的火属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁火属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1602, 1634, 'zh-Hans', '炎帝指挥棒设计图', '持有此设计图,即可解锁「炎帝指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1603, 1635, 'zh-Hans', '海皇指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的水属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁水属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1604, 1636, 'zh-Hans', '海皇指挥棒设计图', '持有此设计图,即可解锁「海皇指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1605, 1637, 'zh-Hans', '雷帝指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的雷属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁雷属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1606, 1638, 'zh-Hans', '雷帝指挥棒设计图', '持有此设计图,即可解锁「雷帝指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1607, 1639, 'zh-Hans', '精灵王指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的草属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁草属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1608, 1640, 'zh-Hans', '精灵王指挥棒设计图', '持有此设计图,即可解锁「精灵王指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1609, 1641, 'zh-Hans', '冰帝指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的冰属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁冰属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1610, 1642, 'zh-Hans', '冰帝指挥棒设计图', '持有此设计图,即可解锁「冰帝指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1611, 1643, 'zh-Hans', '岩帝指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的地属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁地属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1612, 1644, 'zh-Hans', '岩帝指挥棒设计图', '持有此设计图,即可解锁「岩帝指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1613, 1645, 'zh-Hans', '冥王指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的暗属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁暗属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1614, 1646, 'zh-Hans', '冥王指挥棒设计图', '持有此设计图,即可解锁「冥王指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1615, 1647, 'zh-Hans', '神龙指挥棒', '可提升参战帕鲁的攻击力的饰品。 还可大幅提升参战帕鲁的龙属性伤害。', '{\"PassiveSkill1\": \"帕鲁攻击力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁龙属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1616, 1648, 'zh-Hans', '神龙指挥棒设计图', '持有此设计图,即可解锁「神龙指挥棒 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1617, 1649, 'zh-Hans', '帕鲁驯养师眼镜', '帕鲁驯养师的眼镜。 装备者无法将攻击对象的生命值降低到1以下。 戴上可以确认帕鲁的隐藏才能。', '{\"PassiveSkill1\": \"手下留情\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1618, 1650, 'zh-Hans', '帕鲁驯养师眼镜设计图', '持有此设计图,即可解锁「帕鲁驯养师眼镜 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1619, 1651, 'zh-Hans', '默世鹿神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的无属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁无属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1620, 1652, 'zh-Hans', '默世鹿神符设计图', '持有此设计图,即可解锁「默世鹿神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1621, 1653, 'zh-Hans', '焰煌神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的火属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁火属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1622, 1654, 'zh-Hans', '焰煌神符设计图', '持有此设计图,即可解锁「焰煌神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1623, 1655, 'zh-Hans', '海皇鲸神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的水属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁水属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1624, 1656, 'zh-Hans', '海皇鲸神符设计图', '持有此设计图,即可解锁「海皇鲸神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1625, 1657, 'zh-Hans', '波鲁杰克斯神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的雷属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁雷属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1626, 1658, 'zh-Hans', '波鲁杰克斯神符设计图', '持有此设计图,即可解锁「波鲁杰克斯神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1627, 1659, 'zh-Hans', '百合女王神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的草属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁草属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1628, 1660, 'zh-Hans', '百合女王神符设计图', '持有此设计图,即可解锁「百合女王神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1629, 1661, 'zh-Hans', '唤冬兽神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的冰属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁冰属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1630, 1662, 'zh-Hans', '唤冬兽神符设计图', '持有此设计图,即可解锁「唤冬兽神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1631, 1663, 'zh-Hans', '阿努比斯神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的地属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁地属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1632, 1664, 'zh-Hans', '阿努比斯神符设计图', '持有此设计图,即可解锁「阿努比斯神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1633, 1665, 'zh-Hans', '黑月女王神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的暗属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁暗属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1634, 1666, 'zh-Hans', '黑月女王神符设计图', '持有此设计图,即可解锁「黑月女王神符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1635, 1667, 'zh-Hans', '空中漫步者 Mk-Ⅰ', '装备后可使玩家获得2段跳跃能力的饰品。 并且允许进行1次空中冲刺。', '{\"PassiveSkill1\": \"连续跳跃次数+1\", \"PassiveSkill2\": \"空中冲刺+1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1636, 1668, 'zh-Hans', '空中漫步者 Mk-Ⅰ设计图', '持有此设计图,即可解锁「空中漫步者 Mk-Ⅰ (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1637, 1669, 'zh-Hans', '空中漫步者 Mk-Ⅱ', '装备后可使玩家获得2段跳跃能力的饰品。 并且允许进行2次空中冲刺。', '{\"PassiveSkill1\": \"连续跳跃次数+1\", \"PassiveSkill2\": \"空中冲刺+2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1638, 1670, 'zh-Hans', '空中漫步者 Mk-Ⅱ设计图', '持有此设计图,即可解锁「空中漫步者 Mk-Ⅱ (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1639, 1671, 'zh-Hans', '空中漫步者 Mk-Ⅲ', '装备后可使玩家获得3段跳跃能力的饰品。 并且允许进行1次空中冲刺。', '{\"PassiveSkill1\": \"连续跳跃次数+2\", \"PassiveSkill2\": \"空中冲刺+1\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1640, 1672, 'zh-Hans', '空中漫步者 Mk-Ⅲ设计图', '持有此设计图,即可解锁「空中漫步者 Mk-Ⅲ (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1641, 1673, 'zh-Hans', '空中漫步者 Mk-EX', '装备后可使玩家获得3段跳跃能力的饰品。 并且允许进行2次空中冲刺。', '{\"PassiveSkill1\": \"连续跳跃次数+2\", \"PassiveSkill2\": \"空中冲刺+2\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1642, 1674, 'zh-Hans', '空中漫步者 Mk-EX设计图', '持有此设计图,即可解锁「空中漫步者 Mk-EX (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1643, 1675, 'zh-Hans', '熔岩兽护身符', '拥有很强耐热效果的饰品。 还可大大减轻火属性伤害。', '{\"PassiveSkill1\": \"耐暑Lv3\", \"PassiveSkill2\": \"减轻火属性伤害Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1644, 1676, 'zh-Hans', '熔岩兽护身符设计图', '持有此设计图,即可解锁「熔岩兽护身符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1645, 1677, 'zh-Hans', '白绒雪怪护身符', '拥有很强耐寒效果的饰品。 还可大大减轻冰属性伤害。', '{\"PassiveSkill1\": \"耐寒Lv3\", \"PassiveSkill2\": \"减轻冰属性伤害Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1646, 1678, 'zh-Hans', '白绒雪怪护身符设计图', '持有此设计图,即可解锁「白绒雪怪护身符 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1647, 1679, 'zh-Hans', '狱焰王指环', '可大大减轻草属性伤害的饰品。 还可大幅提升参战帕鲁的火属性伤害。', '{\"PassiveSkill1\": \"减轻草属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁火属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1648, 1680, 'zh-Hans', '狱焰王指环设计图', '持有此设计图,即可解锁「狱焰王指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1649, 1681, 'zh-Hans', '伊西斯指环', '可大大减轻火属性伤害的饰品。 还可大幅提升参战帕鲁的水属性伤害。', '{\"PassiveSkill1\": \"减轻火属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁水属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1650, 1682, 'zh-Hans', '伊西斯指环设计图', '持有此设计图,即可解锁「伊西斯指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1651, 1683, 'zh-Hans', '雷隐鹿指环', '可大大减轻水属性伤害的饰品。 还可大幅提升参战帕鲁的雷属性伤害。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁雷属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1652, 1684, 'zh-Hans', '雷隐鹿指环设计图', '持有此设计图,即可解锁「雷隐鹿指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1653, 1685, 'zh-Hans', '金铠蝎指环', '可大大减轻雷属性伤害的饰品。 还可大幅提升参战帕鲁的地属性伤害。', '{\"PassiveSkill1\": \"减轻雷属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁地属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1654, 1686, 'zh-Hans', '金铠蝎指环设计图', '持有此设计图,即可解锁「金铠蝎指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1655, 1687, 'zh-Hans', '薇莉塔指环', '可大大减轻地属性伤害的饰品。 还可大幅提升参战帕鲁的草属性伤害。', '{\"PassiveSkill1\": \"减轻地属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁草属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1656, 1688, 'zh-Hans', '薇莉塔指环设计图', '持有此设计图,即可解锁「薇莉塔指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1657, 1689, 'zh-Hans', '暗巫猫指环', '可大大减轻无属性伤害的饰品。 还可大幅提升参战帕鲁的暗属性伤害。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁暗属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1658, 1690, 'zh-Hans', '暗巫猫指环设计图', '持有此设计图,即可解锁「暗巫猫指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1659, 1691, 'zh-Hans', '精灵龙指环', '可大大减轻暗属性伤害的饰品。 还可大幅提升参战帕鲁的龙属性伤害。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁龙属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1660, 1692, 'zh-Hans', '精灵龙指环设计图', '持有此设计图,即可解锁「精灵龙指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1661, 1693, 'zh-Hans', '冰棘兽指环', '可大大减轻龙属性伤害的饰品。 还可大幅提升参战帕鲁的冰属性伤害。', '{\"PassiveSkill1\": \"减轻龙属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁冰属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1662, 1694, 'zh-Hans', '冰棘兽指环设计图', '持有此设计图,即可解锁「冰棘兽指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1663, 1695, 'zh-Hans', '荷鲁斯指环', '可大大减轻冰属性伤害的饰品。 还可大幅提升参战帕鲁的火属性伤害。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv4\", \"PassiveSkill2\": \"增强帕鲁火属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1664, 1696, 'zh-Hans', '荷鲁斯指环设计图', '持有此设计图,即可解锁「荷鲁斯指环 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1665, 1697, 'zh-Hans', '信赖戒指', '装备后,更容易受到帕鲁信赖。', '{\"PassiveSkill1\": \"队伍帕鲁信赖度的上升量增加\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1666, 1698, 'zh-Hans', '信赖戒指设计图', '持有此设计图,即可解锁「信赖戒指 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1667, 1699, 'zh-Hans', '多功能等离子切割器', '能够汇聚并发射等离子能量的便携式等离子切割器。 从挖矿到伐木皆可胜任,用途广泛。 利用它发出的高能射线,甚至可以挖掘特殊的矿石。', '{\"PassiveSkill1\": \"挖掘/采伐量增加\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1668, 1700, 'zh-Hans', '暗之技能果实:毒雨', '通过在帕鲁身上使用, 可以让其学会毒雨。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1669, 1701, 'zh-Hans', '水之技能果实:潮涌迸发', '通过在帕鲁身上使用, 可以让其学会潮涌迸发。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1670, 1703, 'zh-Hans', '额外武器套2', '能让人多装备一件武器的挂套。 带在身上,能让武器栏位进一步增加1格。 只需携带一个就足够了。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1671, 1704, 'zh-Hans', '苍璃的帽子', '能扮成苍璃的帽子。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1672, 1705, 'zh-Hans', '泽娜拉的帽子', '能扮成泽娜拉的帽子。 相当稀少之物,拥有之人少之又少。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1673, 1706, 'zh-Hans', '达鼠泥的发饰', '模仿达鼠泥的发饰。', '{\"PassiveSkill1\": \"减轻草属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1674, 1707, 'zh-Hans', '海月仙帽', '模仿海月仙制作的帽子。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1675, 1708, 'zh-Hans', '磨损的设计图', '持有此设计图,即可解锁「残响之笛」的配方。 可在「原始的作业台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1676, 1709, 'zh-Hans', '盔盔仔帽', '模仿盔盔仔制作的帽子。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1677, 1710, 'zh-Hans', '幻影戒指', '可延长翻滚和滑步时无敌时间的饰品。', '{\"PassiveSkill1\": \"闪避无敌时间增加\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1678, 1711, 'zh-Hans', '幻影戒指设计图', '持有此设计图,即可解锁「幻影戒指 (史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1679, 1712, 'zh-Hans', '鞘刀鱼排', '切割好的Skutlass肉排。 柔韧而饱满的肉质是它的特征。 背骨像刀剑一样锋利,烹饪时要当心。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1680, 1713, 'zh-Hans', '盐烤鞘刀鱼', '豪迈地在新鲜的鞘刀鱼排上撒盐烤熟制成的菜品。 食用后的一段时间内,不会受到击退和后仰影响。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'); INSERT INTO `itemsi18n` (`ID`, `ItemID`, `LanguageCode`, `Name`, `Description`, `PassiveSkills`) VALUES (1681, 1714, 'zh-Hans', '海鲜意面', '大量使用墨沫姬的章鱼腿,与新鲜意面一同烹制的海味大餐。 食用后的一段时间内,可令受到的爆炸伤害无效。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1682, 1715, 'zh-Hans', '君王美露帕的发饰', '模仿君王美露帕的发饰。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1683, 1716, 'zh-Hans', '墨沫姬帽', '模仿墨沫姬制作的帽子。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1684, 1717, 'zh-Hans', '机械弓箭矢', '机械弓专用的强化箭矢。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1685, 1718, 'zh-Hans', '战斗冲锋枪子弹', '战斗冲锋枪使用的弹药。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1686, 1719, 'zh-Hans', '原型霰弹枪子弹', '原型霰弹枪使用的弹药。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1687, 1720, 'zh-Hans', '重型突击步枪子弹', '重型突击步枪使用的弹药。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1688, 1721, 'zh-Hans', '战术榴弹发射器子弹', '战术榴弹发射器使用的弹药。 可在「古代文明工作台」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1689, 1722, 'zh-Hans', '古代树皮', '在极限环境下活过漫长岁月的树木的皮。 即使只有薄薄一层,也能从中感到无限的生命力。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1690, 1723, 'zh-Hans', '古代熔岩块', '在极限环境下经年累月形成的熔岩块。 其中封存的蓝色熔岩至今仍然在散发热度。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1691, 1724, 'zh-Hans', '古代兽骨', '在极限环境下历经岁月洗礼的风化兽骨。 即使失去了肉体,仍然放射出强大的存在感。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1692, 1725, 'zh-Hans', '突变帕鲁蛋', '突变帕鲁蛋。 发生了非常罕见的特殊变异。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1693, 1726, 'zh-Hans', '突变帕鲁蛋', '突变帕鲁蛋。 发生了非常罕见的特殊变异。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1694, 1727, 'zh-Hans', '大突变帕鲁蛋', '大突变帕鲁蛋。 发生了非常罕见的特殊变异。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1695, 1728, 'zh-Hans', '大突变帕鲁蛋', '大突变帕鲁蛋。 发生了非常罕见的特殊变异。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1696, 1729, 'zh-Hans', '巨大突变帕鲁蛋', '巨大突变帕鲁蛋。 发生了非常罕见的特殊变异。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1697, 1730, 'zh-Hans', '不祥帕鲁蛋', '神秘的不祥帕鲁蛋, 内里蕴含着世界树的能量。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1698, 1731, 'zh-Hans', '不祥帕鲁蛋', '神秘的不祥帕鲁蛋, 内里蕴含着世界树的能量。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1699, 1732, 'zh-Hans', '大不祥帕鲁蛋', '神秘的大不祥帕鲁蛋, 内里蕴含着世界树的能量。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1700, 1733, 'zh-Hans', '大不祥帕鲁蛋', '神秘的大不祥帕鲁蛋, 内里蕴含着世界树的能量。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1701, 1734, 'zh-Hans', '巨大不祥帕鲁蛋', '神秘的巨大不祥帕鲁蛋, 内里蕴含着世界树的能量。 放进帕鲁蛋孵化器孵化它吧。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1702, 1735, 'zh-Hans', '蘑菇蛋糕', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋。 由此诞生的帕鲁的潜力值会更容易稍微上升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1703, 1736, 'zh-Hans', '蔬菜蛋糕', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋, 并且一次可以产下2个蛋。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1704, 1737, 'zh-Hans', '豪华蔬菜蛋糕', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋。 由此诞生的帕鲁更容易发生突然变异,潜力值也更容易上升。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1705, 1738, 'zh-Hans', '特制蛋糕', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋。 由此诞生的帕鲁更容易继承亲代的被动技能。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1706, 1739, 'zh-Hans', '武道蛙帽', '模仿武道蛙制作的帽子。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1707, 1740, 'zh-Hans', '皮皮鸡帽', '模仿皮皮鸡制作的帽子。', '{\"PassiveSkill1\": \"减轻无属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1708, 1741, 'zh-Hans', '夜蔓爵帽', '模仿夜蔓爵制作的帽子。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1709, 1742, 'zh-Hans', '菇咚帽', '模仿菇咚制作的帽子。', '{\"PassiveSkill1\": \"减轻草属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1710, 1743, 'zh-Hans', '冥灯鱼的发饰', '模仿冥灯鱼的发饰。', '{\"PassiveSkill1\": \"减轻水属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1711, 1744, 'zh-Hans', '冰姬灵帽', '模仿冰姬灵制作的帽子。', '{\"PassiveSkill1\": \"减轻冰属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1712, 1745, 'zh-Hans', '幽恋娜帽', '模仿幽恋娜制作的帽子。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1713, 1746, 'zh-Hans', '桃蛛娘帽', '模仿桃蛛娘制作的帽子。', '{\"PassiveSkill1\": \"减轻暗属性伤害Lv1\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1714, 1747, 'zh-Hans', '重岩龟的鞍具', '持有此道具时, 即可骑乘重岩龟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1715, 1748, 'zh-Hans', '净岩龟的鞍具', '持有此道具时, 即可骑乘净岩龟。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1716, 1749, 'zh-Hans', '流焰龙的鞍具', '持有此道具时, 即可骑乘流焰龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1717, 1750, 'zh-Hans', '川霜龙的鞍具', '持有此道具时, 即可骑乘川霜龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1718, 1751, 'zh-Hans', '凌角马的鞍具', '持有此道具时, 即可骑乘凌角马。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1719, 1752, 'zh-Hans', '凛光犬的鞍具', '持有此道具时, 即可骑乘Rayhound Cryst。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1720, 1753, 'zh-Hans', '磐甲龙的鞍具', '持有此道具时, 即可骑乘磐甲龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1721, 1754, 'zh-Hans', '力士獒的鞍具', '持有此道具时, 即可骑乘力士獒。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1722, 1755, 'zh-Hans', '巧克力豹冰的鞍具', '持有此道具时, 即可骑乘巧克力豹冰。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1723, 1756, 'zh-Hans', '盗影鸦的鞍具', '持有此道具时, 即可骑乘盗影鸦。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1724, 1757, 'zh-Hans', '霄龙的鞍具', '持有此道具时, 即可骑乘霄龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1725, 1758, 'zh-Hans', '沁莲龙的鞍具', '持有此道具时, 即可骑乘沁莲龙。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1726, 1759, 'zh-Hans', '火麒麟的讨伐证明', '「热砂上奔驰的骏马 火麒麟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1727, 1760, 'zh-Hans', '重岩龟的讨伐证明', '「沙海的巨岩 重岩龟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1728, 1761, 'zh-Hans', '熔岩兽的讨伐证明', '「吞食熔岩之兽 熔岩兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1729, 1762, 'zh-Hans', '燎火舞伶的讨伐证明', '「燃尽喝彩的狂徒 燎火舞伶」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1730, 1763, 'zh-Hans', '川霜龙的讨伐证明', '「冻土漫步 川霜龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1731, 1764, 'zh-Hans', '双心岩傀的讨伐证明', '「苍脉的异心同体 双心岩傀」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1732, 1765, 'zh-Hans', '红菇娘的讨伐证明', '「可爱的菇 红菇娘」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1733, 1766, 'zh-Hans', '织夜鹿的讨伐证明', '「混沌之兽 织夜鹿」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1734, 1767, 'zh-Hans', '寒峰兽的讨伐证明', '「会走路的大冰矿 寒峰兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1735, 1768, 'zh-Hans', '沁莲龙的讨伐证明', '「清涟不染之龙 沁莲龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强水属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1736, 1769, 'zh-Hans', '昭炎狐的讨伐证明', '「刷首抽的未来预测 昭炎狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1737, 1770, 'zh-Hans', '雷云鹫的讨伐证明', '「雷击的蓬松松 雷云鹫」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1738, 1771, 'zh-Hans', '电懒懒的讨伐证明', '「随心所电 电懒懒」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1739, 1772, 'zh-Hans', '电涡蜗的讨伐证明', '「慢吞吞的苍电 电涡蜗」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1740, 1773, 'zh-Hans', '灵曦龙的讨伐证明', '「自由之翼 灵曦龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1741, 1774, 'zh-Hans', '百合女王的讨伐证明', '「百合花女帝 百合女王」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1742, 1775, 'zh-Hans', '暴电熊的讨伐证明', '「雷鸣双爪 暴电熊」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1743, 1776, 'zh-Hans', '咒心岩傀的讨伐证明', '「紫脉的异心同体 咒心岩傀」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1744, 1777, 'zh-Hans', '狱焰王的讨伐证明', '「百焰之王 狱焰王」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1745, 1778, 'zh-Hans', '炽焰牛的讨伐证明', '「炽烈燃烧的角兽 炽焰牛」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1746, 1779, 'zh-Hans', '吹雪狐的讨伐证明', '「冰结白狐 吹雪狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强冰属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1747, 1780, 'zh-Hans', '焰巫狐的讨伐证明', '「炎狐魔导士 焰巫狐」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1748, 1781, 'zh-Hans', '净岩龟的讨伐证明', '「沙海的守护岩 净岩龟」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强无属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1749, 1782, 'zh-Hans', '缀夜星的讨伐证明', '「星夜羽织 缀夜星」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强暗属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1750, 1783, 'zh-Hans', '电针妖的讨伐证明', '「电针小子 电针妖」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强雷属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1751, 1784, 'zh-Hans', '磐峰兽的讨伐证明', '「会走路的大矿脉 磐峰兽」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强地属性伤害 中\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1752, 1785, 'zh-Hans', '流焰龙的讨伐证明', '「焦土漫步 流焰龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强火属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1753, 1786, 'zh-Hans', '球抱苞的讨伐证明', '「千根针的欢迎 球抱苞」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强草属性伤害 小\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1754, 1787, 'zh-Hans', '远古护盾', '以失传的古代文明技术打造的神奇护盾。 只要一段时间没受到攻击,就会自我修复。 其性能之高,普遍认为就算是现代技术也无法重现。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1755, 1788, 'zh-Hans', '空涡龙神符', '可提升参战帕鲁的防御力的饰品。 还可大幅提升参战帕鲁的龙属性伤害。', '{\"PassiveSkill1\": \"帕鲁防御力增加Lv4\", \"PassiveSkill2\": \"增强帕鲁龙属性伤害 Lv4\", \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1756, 1789, 'zh-Hans', '空涡龙神符设计图', '持有此设计图,即可解锁「空涡龙神符(史诗)」的配方。 可在「作业流水线工厂」制作。', '{\"PassiveSkill1\": null, \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'), (1757, 1790, 'zh-Hans', '磐甲龙的讨伐证明', '「编织光痕的守护龙 磐甲龙」的讨伐证明。 只要持有此道具, 就能永久提升队伍帕鲁的能力值。', '{\"PassiveSkill1\": \"增强龙属性伤害 大\", \"PassiveSkill2\": null, \"PassiveSkill3\": null, \"PassiveSkill4\": null}'); -- -------------------------------------------------------- -- -- Table structure for table `maplocations` -- CREATE TABLE `maplocations` ( `ID` int NOT NULL, `Category` varchar(50) NOT NULL, `Name` varchar(100) NOT NULL, `DevName` varchar(150) NOT NULL, `Type` varchar(80) NOT NULL, `ActorLabel` varchar(80) NOT NULL, `InstanceId` varchar(100) DEFAULT NULL, `Map` varchar(10) NOT NULL, `WorldX` float NOT NULL, `WorldY` float NOT NULL, `WorldZ` float NOT NULL, `MapX` int NOT NULL, `MapY` int NOT NULL, `Image` varchar(100) NOT NULL, `MapImage` varchar(100) NOT NULL, `Metadata` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `maplocations` -- INSERT INTO `maplocations` (`ID`, `Category`, `Name`, `DevName`, `Type`, `ActorLabel`, `InstanceId`, `Map`, `WorldX`, `WorldY`, `WorldZ`, `MapX`, `MapY`, `Image`, `MapImage`, `Metadata`) VALUES (1, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA360EBB01_2075543833', 'BP_LevelObject_Relic_C', 'BP_LevelObject_Relic', 'A9589829-471FDB19-0D97DC89-537CE11F', 'world', -363777, 272944, 15328, 5639, 4033, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (2, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940473859', 'BP_LevelObject_Relic_C', 'BP_RelicObject121_I', 'A39AEA08-429D0D78-062320A8-4EE37242', 'world', -822996, -455299, 2472.04, 1522, 6629, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (3, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940482861', 'BP_LevelObject_Relic_C', 'BP_RelicObject111_I', 'CD0005DC-4B97063B-002F13A1-C70C3070', 'world', -927026, -403248, -2096.46, 1816, 7217, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (4, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940486862', 'BP_LevelObject_Relic_C', 'BP_RelicObject117_I', 'C28B5DEE-4EE2942F-6E93D6AE-8D14FDDF', 'world', -795816, -490105, -2084, 1325, 6475, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (5, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940497864', 'BP_LevelObject_Relic_C', 'BP_RelicObject91_G', '86C32CA1-4B78E33B-7885AE9F-EC13D917', 'world', -64421.5, 95773.9, -1268.06, 4638, 2340, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (6, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940523870', 'BP_LevelObject_Relic_C', 'BP_RelicObject87_G', '75F2D9CE-44A49B34-2673EDA1-4C56531E', 'world', 63373.8, 34058.4, 15500, 4289, 1617, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (7, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940538874', 'BP_LevelObject_Relic_C', 'BP_RelicObject120_I', '778AC97F-48FC15DE-10EFBC83-AA93528B', 'world', -836734, -436815, 10938.1, 1626, 6707, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (8, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940544876', 'BP_LevelObject_Relic_C', 'BP_RelicObject50_E', '7C2629AB-46A4B48B-0B155386-A51D0085', 'world', -37510, 442970, 10552, 6601, 2188, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (9, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940572883', 'BP_LevelObject_Relic_C', 'BP_RelicObject75_F', '4DBA1441-4EE6FBE7-34A02BAB-C5C4F32B', 'world', -451762, -71656.5, 2069, 3691, 4530, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (10, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940585886', 'BP_LevelObject_Relic_C', 'BP_RelicObject49_E', 'DE0C2D9F-4EA4EA8F-BBEE0C9E-3C07239C', 'world', -89166.8, 375571, 2909.01, 6220, 2480, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (11, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940593888', 'BP_LevelObject_Relic_C', 'BP_RelicObject119_I', 'FF20D9AF-402A1212-B07BD985-5C3ABE1A', 'world', -762176, -339918, 36308.1, 2174, 6285, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (12, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940598889', 'BP_LevelObject_Relic_C', 'BP_RelicObject114_I', '5D3FAB0C-4221315F-AAA28F92-CBA07874', 'world', -666778, -296915, 1619, 2417, 5746, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (13, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940616893', 'BP_LevelObject_Relic_C', 'BP_RelicObject60_E', '29F4B89E-4A773320-FD1DCFB5-62CF47EF', 'world', -36020, 550610, -2085, 7209, 2179, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (14, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940625895', 'BP_LevelObject_Relic_C', 'BP_RelicObject78_F', 'A3901924-413BDAC3-2B37EDA4-CDC24DF9', 'world', -223491, -51539.6, 1248, 3805, 3239, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (15, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940633897', 'BP_LevelObject_Relic_C', 'BP_RelicObject89_G', '631A5BCF-415A81AB-F98598B6-EF83EB0A', 'world', 87402.4, 62371.1, 43502.5, 4449, 1481, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (16, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940641899', 'BP_LevelObject_Relic_C', 'BP_RelicObject84_G', '8F51CB8F-4F95387C-33A04E8B-2B782958', 'world', -1194.59, 166766, 5710, 5039, 1982, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (17, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940645900', 'BP_LevelObject_Relic_C', 'BP_RelicObject61_E', '79479C39-4743C795-3D28FF88-7E333D30', 'world', 172923, 260092, -1898.45, 5567, 998, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (18, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940666905', 'BP_LevelObject_Relic_C', 'BP_RelicObject76_F', '3756EA4E-49FC727B-61583AAD-0A6FBE82', 'world', -225372, -103212, -1150, 3512, 3250, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (19, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940671906', 'BP_LevelObject_Relic_C', 'BP_RelicObject123_I', '66D7AD80-4F44D66D-9D877ABE-C77DA500', 'world', -638559, -346189, 12257.6, 2139, 5586, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (20, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940674907', 'BP_LevelObject_Relic_C', 'BP_RelicObject110_I', '19A53056-4F83F895-127D029D-DD163DC3', 'world', -729332, -357029, 12865, 2077, 6100, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (21, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940682909', 'BP_LevelObject_Relic_C', 'BP_RelicObject74_F', '8AB69DBE-4E703513-F9424D81-62B75864', 'world', -450064, -107655, 3672, 3487, 4520, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (22, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940694912', 'BP_LevelObject_Relic_C', 'BP_RelicObject86_G', 'AE48D0D4-4E4F73CD-F9E26A83-E70A1120', 'world', 79798.2, -28012.6, 19396.4, 3938, 1524, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (23, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940702914', 'BP_LevelObject_Relic_C', 'BP_RelicObject93_G', 'B0BC175A-43531898-929F879E-7A4CA27D', 'world', -35090, 126840, 10050, 4813, 2174, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (24, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940706915', 'BP_LevelObject_Relic_C', 'BP_RelicObject52_E', '94F35AC9-4A2094A3-9D129E87-0028072B', 'world', 84690, 259530, -1384, 5563, 1497, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (25, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940738922', 'BP_LevelObject_Relic_C', 'BP_RelicObject115_I', 'D8E69F7C-4D62570A-8E02A6A1-874A29E3', 'world', -704669, -386895, 34831.2, 1908, 5960, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (26, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940753925', 'BP_LevelObject_Relic_C', 'BP_RelicObject109_I', 'FC884FFA-41F8BDEF-D0D705AD-A621F09E', 'world', -655859, -463511, 230, 1475, 5684, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (27, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940766928', 'BP_LevelObject_Relic_C', 'BP_RelicObject85_G', 'E4BFE478-4D0F6468-45604BB1-90DEFDFE', 'world', 98100, 77360, 49535, 4533, 1421, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (28, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940826941', 'BP_LevelObject_Relic_C', 'BP_RelicObject83_G', 'BB132005-4376E3E5-A2F5318E-7DF6C9D5', 'world', 93630.2, 7813.88, 24636.5, 4140, 1446, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (29, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940850946', 'BP_LevelObject_Relic_C', 'BP_RelicObject82_G', '9A225348-4EF695D9-8D748798-6C2164FB', 'world', 84166, 71646, 52031.4, 4501, 1500, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (30, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940854947', 'BP_LevelObject_Relic_C', 'BP_RelicObject90_G', '5EF65965-4F666F8C-28C20CA8-5691D089', 'world', 13358.7, 36095.5, 17535, 4300, 1900, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (31, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940857948', 'BP_LevelObject_Relic_C', 'BP_RelicObject77_F', 'C57C4CB2-433B59C1-08A8DFA0-B2677435', 'world', -349639, -7258.2, 3465, 4055, 3953, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (32, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940862949', 'BP_LevelObject_Relic_C', 'BP_RelicObject113_I', 'ED393E69-45F92DCB-BBF80C88-56F7A2CF', 'world', -639045, -221154, 24485, 2846, 5589, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (33, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940899958', 'BP_LevelObject_Relic_C', 'BP_RelicObject118_I', '24AC69DD-45C2989A-803C0289-0CE5E336', 'world', -592896, -169671, -461, 3137, 5328, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (34, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940902959', 'BP_LevelObject_Relic_C', 'BP_RelicObject63_E', 'F3B4F272-4A77FC98-0D06CBBB-F24C86B9', 'world', 96670, 294990, 12280.1, 5764, 1429, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (35, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940906960', 'BP_LevelObject_Relic_C', 'BP_RelicObject122_I', '6638945F-4B26A1D2-EA04D9BD-011B359E', 'world', -623478, -228132, 4740, 2806, 5501, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (36, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940926964', 'BP_LevelObject_Relic_C', 'BP_RelicObject92_G', '3B7064E0-488FEE9B-C1BAC887-FA92FDD5', 'world', -98829.6, 121683, 2126.61, 4784, 2534, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (37, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940932965', 'BP_LevelObject_Relic_C', 'BP_RelicObject112_I', '236E7DD4-47C9BD09-C08D319E-5CF6EDCF', 'world', -608479, -126421, -2094.95, 3381, 5416, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (38, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940943967', 'BP_LevelObject_Relic_C', 'BP_RelicObject116_I', '6C8680F3-416FEFDA-A9D0DFA5-DAC408B1', 'world', -571483, -289721, 447.897, 2458, 5207, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (39, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940949968', 'BP_LevelObject_Relic_C', 'BP_RelicObject88_G', '9E6E13AD-452C095A-4C8F9485-1A58D937', 'world', 32445.8, 114014, 6206.59, 4741, 1792, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (40, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940988975', 'BP_LevelObject_Relic_C', 'BP_RelicObject73_F', '0547DB42-4A9C200E-D2EED1B9-DABACCF6', 'world', -393210, -206296, 190, 2930, 4199, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (41, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1940994976', 'BP_LevelObject_Relic_C', 'BP_RelicObject51_E', 'F1F8A8B7-4C1C0B9A-53C96FBF-BFB8690D', 'world', 203100, 368516, -755, 6180, 827, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (42, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_5811222FCA36832802_1941010979', 'BP_LevelObject_Relic_C', 'BP_RelicObject62_E', 'AD5B95FD-4DDD1F20-8ECF08B2-AFCBAF0F', 'world', -21300, 208570, -2008.12, 5275, 2096, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (43, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396275DF02_2038797639', 'BP_LevelObject_Relic_C', 'BP_RelicObject154_L', '7A99C3C9-454E4641-301C3087-2C3168A5', 'world', -558308, -617707, -1822.83, 603, 5132, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (44, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396276DF02_1229086850', 'BP_LevelObject_Relic_C', 'BP_RelicObject155_L', '334DA75D-43DC9E37-A3C84B81-A98BB0A8', 'world', -168650, 574690, -1815, 7345, 2929, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (45, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC0739627BC202_1570686402', 'BP_LevelObject_Relic_C', 'BP_RelicObject139_K', '97436FF6-416F9419-E06E8ABE-9C200E45', 'tree', 512130, -525350, 34150, 7019, 4243, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (46, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC0739627CC202_1903392746', 'BP_LevelObject_Relic_C', 'BP_RelicObject140_K', 'FC2BAE13-4481292D-6662AB8A-048366A6', 'tree', 504520, -560010, 33150, 6188, 4425, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (47, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396283C202_1408658374', 'BP_LevelObject_Relic_C', 'BP_RelicObject141_K', '263D2E92-426C5C8F-90D242A3-2AAE7683', 'tree', 487040, -582320, 17530, 5653, 4844, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (48, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396283C202_1980098770', 'BP_LevelObject_Relic_C', 'BP_RelicObject142_K', '6052C864-48A270C6-EAE93391-D6ADA77C', 'tree', 497090, -647840, 16250, 4083, 4603, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (49, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396283C202_2029542771', 'BP_LevelObject_Relic_C', 'BP_RelicObject143_K', '167BD4A6-4E90E2D8-3B0EB6B9-E5A9D66E', 'tree', 472460, -651270, 19980, 4001, 5193, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (50, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_1150976948', 'BP_LevelObject_Relic_C', 'BP_RelicObject144_K', 'BC2F6167-4EB0B738-F09BCB9E-215A05DA', 'tree', 442000, -692300, 19300, 3017, 5924, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (51, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_1282015949', 'BP_LevelObject_Relic_C', 'BP_RelicObject145_K', 'DD1050D9-40059084-A7F9BEA4-1C2975AC', 'tree', 407710, -742460, 19040, 1815, 6745, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (52, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_1366958950', 'BP_LevelObject_Relic_C', 'BP_RelicObject146_K', '1BABD4DE-4A4E7335-2670AD83-7CDFB032', 'tree', 476170, -724450, 19870, 2247, 5105, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (53, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_1435049951', 'BP_LevelObject_Relic_C', 'BP_RelicObject147_K', '2E0FBCA1-4849F0F5-59D090A7-F6A734B9', 'tree', 495450, -710690, 37190, 2577, 4642, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (54, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_1824349952', 'BP_LevelObject_Relic_C', 'BP_RelicObject148_K', '84F2663B-4DB056F9-611813AB-D0A35266', 'tree', 534460, -731820, 20410, 2070, 3707, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (55, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_1898611953', 'BP_LevelObject_Relic_C', 'BP_RelicObject149_K', '007757BA-4C6E20E4-BB052284-FAAC5FCA', 'tree', 513620, -692960, 31540, 3002, 4207, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (56, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_1990510954', 'BP_LevelObject_Relic_C', 'BP_RelicObject150_K', 'AD08F00A-4BB0F78A-C8B5F1AC-32BDA248', 'tree', 596763, -729617, 21618.4, 2123, 2214, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (57, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396284C202_2103595955', 'BP_LevelObject_Relic_C', 'BP_RelicObject151_K', '259191A0-4F8F152E-FDD23595-F52F7C89', 'tree', 566754, -571127, 20517.9, 5922, 2933, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (58, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396285C202_1390863384', 'BP_LevelObject_Relic_C', 'BP_RelicObject152_K', 'F11F522A-4EE46908-5AF5A2AC-FCFA229C', 'tree', 583720, -599440, 23000, 5243, 2527, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (59, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC07396285C202_1435652385', 'BP_LevelObject_Relic_C', 'BP_RelicObject153_K', 'C3583F4E-4C391CB0-80DD8CB1-4CF56B1F', 'tree', 610150, -626490, 23840, 4595, 1893, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (60, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CAC202_2085106508', 'BP_LevelObject_Relic_C', 'BP_RelicObject124_J', 'D48FB206-4A3F7B18-2645868B-33FE103D', 'world', -764070, -116230, 53794, 3439, 6296, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (61, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CBC202_1754526394', 'BP_LevelObject_Relic_C', 'BP_RelicObject125_J', '1549A6CC-45AD5ADE-996FB39F-74B6810F', 'world', -805820, -102910, 48730, 3514, 6532, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (62, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CBC202_1818160395', 'BP_LevelObject_Relic_C', 'BP_RelicObject126_J', 'A6623D2C-4055A63A-FFCE39B7-C90207CC', 'world', -832250, -80950, 44577, 3638, 6681, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (63, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CBC202_1942616396', 'BP_LevelObject_Relic_C', 'BP_RelicObject127_J', 'B4DD7795-43C216E1-22613684-C512F1EE', 'world', -806370, -70850, 39320, 3695, 6535, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (64, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CBC202_2013251397', 'BP_LevelObject_Relic_C', 'BP_RelicObject128_J', '496E36EF-449ABEE1-21F3FFB5-7E1B2204', 'world', -751550, -87070, 54380, 3604, 6225, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (65, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CCC202_1645859562', 'BP_LevelObject_Relic_C', 'BP_RelicObject129_J', '9187FE9C-481291FC-66C5A19F-D0B2D88E', 'world', -775140, -65190, 27027, 3727, 6359, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (66, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CCC202_1755856563', 'BP_LevelObject_Relic_C', 'BP_RelicObject130_J', 'AF1E8488-4297BF6B-3A04DDA8-34081DED', 'world', -771490, -28050, 31000, 3937, 6338, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (67, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CCC202_1915737564', 'BP_LevelObject_Relic_C', 'BP_RelicObject131_J', 'E1BA3511-4E5CA60F-7B653B84-24CF041C', 'world', -763478, 35179.8, 42035, 4295, 6293, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (68, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CCC202_2036731565', 'BP_LevelObject_Relic_C', 'BP_RelicObject132_J', 'B73A17B9-4D501B76-27F7DFBD-C438830C', 'world', -841200, -34110, 41020, 3903, 6732, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (69, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CDC202_1255164742', 'BP_LevelObject_Relic_C', 'BP_RelicObject133_J', '4B599D17-4EC24304-5D391985-DD202F31', 'world', -820520, -13650, 36767, 4019, 6615, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (70, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CDC202_1386124743', 'BP_LevelObject_Relic_C', 'BP_RelicObject134_J', 'A0565AD5-451E8EA2-6CCC04B6-C43CE0B3', 'world', -829440, 52170, 50200, 4391, 6666, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (71, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CDC202_1650264744', 'BP_LevelObject_Relic_C', 'BP_RelicObject135_J', 'B8372AD5-4629CEEA-1F395FBD-7147F289', 'world', -777090, 57250, 41714, 4420, 6370, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (72, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962CEC202_1232497921', 'BP_LevelObject_Relic_C', 'BP_RelicObject136_J', '5FBF958B-47BBC707-484FBD8C-054ADE2E', 'world', -743640, -15540, 42760, 4008, 6180, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (73, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962D0C202_1912128956', 'BP_LevelObject_Relic_C', 'BP_RelicObject137_J', '2D875799-472A12AB-13D53F9D-B5F7870F', 'world', -793330, 4170, 39950, 4120, 6461, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (74, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_A036BC073962D0C202_1998072957', 'BP_LevelObject_Relic_C', 'BP_RelicObject138_J', 'CC66A8AA-4246ECCC-D0CF148F-E329E94E', 'world', -800047, 28960.4, 52550.6, 4260, 6499, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (75, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21ECF501_1138392474', 'BP_LevelObject_Relic_C', 'BP_RelicObject94_H', 'EFCF4A3E-4E552497-FA666BBB-82E82100', 'world', -131854, -123073, -1703.93, 3400, 2721, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (76, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21ECF501_1384961477', 'BP_LevelObject_Relic_C', 'BP_RelicObject95_H', 'AEF1BB4C-4BB9E48A-A2A9FEA8-1710642D', 'world', 7327.3, -148581, 2492.39, 3256, 1934, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (77, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21ECF501_1454598478', 'BP_LevelObject_Relic_C', 'BP_RelicObject96_H', 'CAB5ABEC-4E8762AB-68CE3C93-6C353E03', 'world', -2613.35, -128534, 3889.92, 3369, 1990, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (78, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21ECF501_1762651479', 'BP_LevelObject_Relic_C', 'BP_RelicObject97_H', '3C9CCBEB-48860DE5-AEF3AFBD-8C1395CB', 'world', -31001.7, -28149.6, -2037.8, 3937, 2151, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (79, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EDF501_1119255658', 'BP_LevelObject_Relic_C', 'BP_RelicObject98_H', 'D1C4E369-4D9FBDC8-EC006D8D-34F761D3', 'world', -39432.5, -146954, 850, 3265, 2199, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (80, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EEF501_1519244850', 'BP_LevelObject_Relic_C', 'BP_RelicObject99_H', 'A52ABF46-4C3063FE-669825BD-3E8C6867', 'world', -54258.7, -103562, -1918, 3510, 2282, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (81, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_1100559033', 'BP_LevelObject_Relic_C', 'BP_RelicObject100_H', 'F664E5D3-43019746-6B429DB8-087A40BA', 'world', -46171.2, -145089, 1035, 3276, 2237, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (82, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_1240262034', 'BP_LevelObject_Relic_C', 'BP_RelicObject101_H', '8E26D917-486BF1D9-61EB17B9-E76FE985', 'world', -36635.7, -154497, 2577, 3222, 2183, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (83, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_1951885039', 'BP_LevelObject_Relic_C', 'BP_RelicObject102_H', '4985D956-4F9D5C17-954A1B8A-44E08269', 'world', -26300.4, -88939.8, 3723.23, 3593, 2124, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (84, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_2020511040', 'BP_LevelObject_Relic_C', 'BP_RelicObject103_H', '5FA638D6-4D454193-69DE1C97-E3D2ABE4', 'world', -15718.6, -123832, 6005, 3396, 2065, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (85, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_2064104041', 'BP_LevelObject_Relic_C', 'BP_RelicObject104_H', '07919A9F-41E7F3F8-5EA79BBF-511C295B', 'world', 24000, -90318.1, -988.06, 3585, 1840, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (86, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_2074068042', 'BP_LevelObject_Relic_C', 'BP_RelicObject105_H', '1BAA3643-4BBEB31E-642A3792-4374F50C', 'world', -29613, -62733.2, -868, 3741, 2143, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (87, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_2075324044', 'BP_LevelObject_Relic_C', 'BP_RelicObject106_H', '63DFCAE9-461F0684-93612B86-1BEDE094', 'world', -2174.12, -99294.2, 1204, 3535, 1988, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (88, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_2076646046', 'BP_LevelObject_Relic_C', 'BP_RelicObject107_H', '33829598-432660A7-393869B3-E73A9C65', 'world', -57183.7, -174532, 70, 3109, 2299, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (89, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_C_UAID_C87F54C8EE21EFF501_2077259047', 'BP_LevelObject_Relic_C', 'BP_RelicObject108_H', 'D8F3653E-47C06372-CDAF7395-DD2BB9ED', 'world', -31603, -174972, -1727.41, 3107, 2154, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (90, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962178301_2039487118', 'BP_LevelObject_Relic_C', 'BP_RelicObject9_A', '6DF59123-4CACF474-A68749BF-080AC5BA', 'world', -379832, 269567, -2111, 5620, 4123, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (91, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962198301_1761821479', 'BP_LevelObject_Relic_C', 'BP_RelicObject29_C', '826B7404-43BA5FBC-6243158C-D8EF0E37', 'world', -279662, 165161, -1435, 5030, 3557, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (92, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962288301_1168857127', 'BP_LevelObject_Relic_C', 'BP_RelicObject10_A', 'F8C92855-4A80DEBF-93C25FAC-6E5AD604', 'world', -284319, 235441, -1865.11, 5427, 3583, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (93, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962288301_1171566130', 'BP_LevelObject_Relic_C', 'BP_RelicObject11_A', '0D0BF38A-4E8EF27A-57F81CB5-154C4633', 'world', -339168, 184004, 808, 5136, 3893, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (94, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962348701_1830697476', 'BP_LevelObject_Relic_C', 'BP_RelicObject45_D', '04FE4737-4849876D-3339BAA6-10391880', 'world', -122963, 241359, 10543.1, 5461, 2671, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (95, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962348701_1832480482', 'BP_LevelObject_Relic_C', 'BP_RelicObject46_D', '3847D9C8-4D56600A-FA1185BF-2017C30C', 'world', -123372, 254804, 6407.23, 5537, 2673, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (96, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962378701_1187476028', 'BP_LevelObject_Relic_C', 'BP_RelicObject47_D', '5BFE9FAC-4EC6570C-2C610292-2CDD691C', 'world', -167820, 244594, -1719.71, 5479, 2925, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (97, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962378701_1187778029', 'BP_LevelObject_Relic_C', 'BP_RelicObject48_D', 'CE18F94A-4EB82EE4-9C8CC897-76D5D42A', 'world', -125688, 265536, 4197, 5597, 2686, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (98, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962508501_1261706260', 'BP_LevelObject_Relic_C', 'BP_RelicObject30_C', '7B3AA6BD-4A60381E-9E683F9F-9FD21CF9', 'world', -212417, 115026, -1720, 4746, 3177, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (99, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962508501_1262333261', 'BP_LevelObject_Relic_C', 'BP_RelicObject65_F', 'C984C2AF-4B081412-09F292A9-4070C2F0', 'world', -368062, -134743, 60898, 3334, 4057, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (100, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962558501_1501600154', 'BP_LevelObject_Relic_C', 'BP_RelicObject31_C', 'AF9415FF-405293DA-3EB134AE-E3ADEE0A', 'world', -253481, 127131, 4613, 4815, 3409, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (101, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962558501_1502015155', 'BP_LevelObject_Relic_C', 'BP_RelicObject32_C', 'B077AFD4-4059109C-629881BE-83C2F39B', 'world', -262533, 137185, -673.806, 4872, 3460, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (102, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962558501_1503050157', 'BP_LevelObject_Relic_C', 'BP_RelicObject33_C', 'A968F468-48B45292-962B4198-B36CEF78', 'world', -251718, 103840, -835, 4683, 3399, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (103, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962558501_1504032159', 'BP_LevelObject_Relic_C', 'BP_RelicObject34_C', 'B4283FC8-47577F08-AF9815BA-9EDCF8D5', 'world', -219204, 131608, 6546.47, 4840, 3215, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (104, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962628501_1105386481', 'BP_LevelObject_Relic_C', 'BP_RelicObject35_C', 'C171A0FB-4B7A7DBB-248B36B0-FBA693B5', 'world', -174405, 171383, 3415.49, 5065, 2962, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (105, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962628501_1107643486', 'BP_LevelObject_Relic_C', 'BP_RelicObject36_C', '3A860F06-4749C5EE-0190E18E-90189AC8', 'world', -176707, 165453, 6000, 5032, 2975, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (106, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962668301_2056600062', 'BP_LevelObject_Relic_C', 'BP_RelicObject16_B', '3F321947-47AE9B88-3B1A9985-BE584392', 'world', -244672, 114650, 4153, 4744, 3359, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (107, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962738301_1290554358', 'BP_LevelObject_Relic_C', 'BP_RelicObject12_A', 'C1AFE622-464C5BF0-D698D38F-9D69FE3F', 'world', -346039, 280366, -1107, 5681, 3932, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (108, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962738301_1291113360', 'BP_LevelObject_Relic_C', 'BP_RelicObject13_A', '144D469D-4F900991-969D7291-AF6E8378', 'world', -335200, 155334, -147, 4974, 3871, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (109, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962748301_1808468541', 'BP_LevelObject_Relic_C', 'BP_RelicObject17_B', '61A7FF73-43DF8368-E1E60989-25FF4960', 'world', -323222, 92608.1, -1866.45, 4620, 3803, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (110, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962748301_1812245550', 'BP_LevelObject_Relic_C', 'BP_RelicObject18_B', '0F1F4A08-413591CD-03E008A8-61A09525', 'world', -267272, 5157.44, -1113.24, 4125, 3487, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (111, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962748301_1818458566', 'BP_LevelObject_Relic_C', 'BP_RelicObject19_B', '41F03E9D-4CF93547-CA5806A2-1CCB3B6D', 'world', -301716, 89024.1, -1998.28, 4599, 3682, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (112, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962748301_1818743567', 'BP_LevelObject_Relic_C', 'BP_RelicObject20_B', '1E15689D-486E45F6-3DD3888A-01096A6B', 'world', -270319, 66094.7, 418.051, 4470, 3504, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (113, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962748301_1821109574', 'BP_LevelObject_Relic_C', 'BP_RelicObject21_B', 'A0E2AB76-4338CE9B-9A549D8E-09467A7A', 'world', -312657, 63055.1, 4050, 4453, 3743, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (114, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962748301_1822926579', 'BP_LevelObject_Relic_C', 'BP_RelicObject22_B', '013FF2FC-4DDCCC22-C290A092-64F499BC', 'world', -311348, 30955.1, 6860, 4271, 3736, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (115, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962748301_1823276580', 'BP_LevelObject_Relic_C', 'BP_RelicObject14_A', 'F5F7532A-41E4FA4A-5AEA8DA2-3FD8C927', 'world', -397320, 235533, -2088.56, 5428, 4222, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (116, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC0739629A8601_1893261367', 'BP_LevelObject_Relic_C', 'BP_RelicObject38_D', '6E97A409-44415B2E-8451858C-50613591', 'world', -230035, 282109, 15626.4, 5691, 3276, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (117, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC0739629E8601_1671116058', 'BP_LevelObject_Relic_C', 'BP_RelicObject39_D', '6A4E8926-421B3ACB-05423D80-A4B45D1E', 'world', -168086, 251818, 17497.8, 5520, 2926, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (118, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC0739629E8601_1671562059', 'BP_LevelObject_Relic_C', 'BP_RelicObject40_D', '9C354F5C-4182BA6D-3EB689B7-693A0A0D', 'world', -134416, 298847, 7184.13, 5786, 2736, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (119, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962A28601_1842262769', 'BP_LevelObject_Relic_C', 'BP_RelicObject41_D', '82C7859D-438F9EC3-781D8A9D-09752138', 'world', -141739, 253602, -1933, 5530, 2777, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (120, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962A28601_1842674770', 'BP_LevelObject_Relic_C', 'BP_RelicObject42_D', 'E6FA06E2-406EA5A1-9DDC13B6-CDC75583', 'world', -43289.7, 222904, 2905, 5356, 2220, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (121, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962A48601_1566187131', 'BP_LevelObject_Relic_C', 'BP_RelicObject43_D', 'E4CCA316-4C726E13-22ACF4A5-9F349723', 'world', -116368, 236065, 15997, 5431, 2634, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (122, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962A48601_1566495132', 'BP_LevelObject_Relic_C', 'BP_RelicObject44_D', 'C8C21B01-46CF197B-384A0DA2-65E8D688', 'world', -117922, 234328, 14362, 5421, 2642, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (123, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962C48301_1927610676', 'BP_LevelObject_Relic_C', 'BP_RelicObject15_A', '28CB901F-4D460307-5D1939A8-CAAE14A7', 'world', -345872, 143003, 1214, 4905, 3931, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (124, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962C48301_1932368687', 'BP_LevelObject_Relic_C', 'BP_RelicObject23_B', 'EE565075-4259BE70-72E7789B-F533C53D', 'world', -229411, 74031.4, -1345.88, 4515, 3273, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (125, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962C48301_1933229689', 'BP_LevelObject_Relic_C', 'BP_RelicObject24_B', '0D135F00-4915D8CC-B54F04BE-5D5F8124', 'world', -251194, 51458.1, -1452.04, 4387, 3396, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (126, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962C48301_1935790695', 'BP_LevelObject_Relic_C', 'BP_RelicObject25_B', '4A67B459-43D38C89-9E9DBFA6-EE436E22', 'world', -170707, 50483, 191.041, 4381, 2941, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (127, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962C48301_1936289696', 'BP_LevelObject_Relic_C', 'BP_RelicObject64_F', '1F4B6F62-4B807B9D-BBFA45AA-4C06CD4E', 'world', -398955, -88981.4, 31365, 3593, 4231, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (128, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962C48301_1938338701', 'BP_LevelObject_Relic_C', 'BP_RelicObject26_B', '6D668C84-4129793E-30B5F395-EEDEBF96', 'world', -266489, 53997.2, 6497.21, 4401, 3482, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (129, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A036BC073962C48301_1940545706', 'BP_LevelObject_Relic_C', 'BP_RelicObject27_B', '81E32E24-43E153C6-566D7997-DB1641C8', 'world', -211443, -11077.1, 5299, 4033, 3171, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (130, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F67A901_1325739144', 'BP_LevelObject_Relic_C', 'BP_RelicObject66_F', 'AEC6234A-4075A195-914E5080-A42E97D4', 'world', -330213, -78304.2, 18995, 3653, 3843, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (131, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F67A901_1467097145', 'BP_LevelObject_Relic_C', 'BP_RelicObject67_F', '4F923967-4E242374-696B8386-01E94C19', 'world', -221216, -185877, -1908, 3045, 3226, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (132, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F67A901_1800376147', 'BP_LevelObject_Relic_C', 'BP_RelicObject68_F', '7196345E-496A2264-FD10DFBB-FFE8CA5B', 'world', -257769, -204290, 3802.64, 2941, 3433, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (133, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F6AA901_1746711694', 'BP_LevelObject_Relic_C', 'BP_RelicObject69_F', '42DC77FB-45BB23C8-3DAAE6B1-F3F517E7', 'world', -472013, -81182.3, -2068, 3637, 4645, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (134, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F6AA901_2141349698', 'BP_LevelObject_Relic_C', 'BP_RelicObject70_F', 'D2506521-436592CE-DFEBB59E-32086F86', 'world', -464656, -55120.9, -1958.54, 3784, 4603, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (135, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F6BA901_1278283876', 'BP_LevelObject_Relic_C', 'BP_RelicObject71_F', '1D22696E-4A22F097-1CD872B4-E1F17C1B', 'world', -441338, -35181.3, -1947.45, 3897, 4471, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (136, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F6DA901_1135777241', 'BP_LevelObject_Relic_C', 'BP_RelicObject72_F', '6B126A9B-42B3BD19-E90C58A5-94A0C657', 'world', -247190, -123170, 8420, 3400, 3373, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (137, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F76A901_1432526849', 'BP_LevelObject_Relic_C', 'BP_RelicObject79_G', 'EC86B1A7-4A62A2EC-3D22BAA4-6500FD88', 'world', 28540.9, 78688.4, 25258.2, 4541, 1814, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (138, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F7AA901_1243363562', 'BP_LevelObject_Relic_C', 'BP_RelicObject80_G', 'A48EDF92-48901537-AF02AEA4-17B6C7E2', 'world', 103584, -39480.2, 27130.6, 3873, 1390, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (139, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F7CA901_1569640921', 'BP_LevelObject_Relic_C', 'BP_RelicObject81_G', 'DD7E16D2-46DA13F7-80A9C894-6232702B', 'world', 149874, 79632.5, 43860.9, 4546, 1128, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (140, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F8BA901_2012096783', 'BP_LevelObject_Relic_C', 'BP_RelicObject53_E', 'D5A743E3-43C9D04A-80DCE68F-2B6F6243', 'world', 201323, 300351, -1230, 5794, 837, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (141, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F8CA901_1260914962', 'BP_LevelObject_Relic_C', 'BP_RelicObject54_E', '05C3B408-4382710B-C11949A2-EB6EDD31', 'world', 161910, 380520, 2380, 6248, 1060, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (142, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F8CA901_1438647964', 'BP_LevelObject_Relic_C', 'BP_RelicObject55_E', '416E0473-4D82DB11-908448BF-F42D61AC', 'world', 75319.8, 464887, -2010, 6725, 1550, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (143, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F8CA901_1914038968', 'BP_LevelObject_Relic_C', 'BP_RelicObject56_E', '81118C50-49718D26-6612669D-F7304116', 'world', -53225.4, 390774, 5038, 6306, 2277, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (144, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F8CA901_2125469969', 'BP_LevelObject_Relic_C', 'BP_RelicObject57_E', '515F64F0-47AE5F0A-1ACDA1A2-0CB050FC', 'world', 5974.93, 362868, -1240.33, 6148, 1942, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'); INSERT INTO `maplocations` (`ID`, `Category`, `Name`, `DevName`, `Type`, `ActorLabel`, `InstanceId`, `Map`, `WorldX`, `WorldY`, `WorldZ`, `MapX`, `MapY`, `Image`, `MapImage`, `Metadata`) VALUES (145, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F8DA901_1382304148', 'BP_LevelObject_Relic_C', 'BP_RelicObject58_E', '3BEAD93C-444A52F7-25E72FA6-73F8CE42', 'world', 20805.3, 296330, 7776.55, 5772, 1858, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (146, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687F8DA901_1919306151', 'BP_LevelObject_Relic_C', 'BP_RelicObject59_E', '4D1D2D06-43AB1058-F118C18B-06A804F4', 'world', -117950, 375410, -2095.36, 6219, 2643, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (147, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_A8A15920687FC7A801_1444455849', 'BP_LevelObject_Relic_C', 'BP_RelicObject37_D', '6C95343C-41621B8A-A11E8BA3-308667D8', 'world', -272317, 326450, -1882.31, 5942, 3515, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (148, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D455001_1977218785', 'BP_LevelObject_Relic_C', 'BP_RelicObject2_A', 'A360858E-448AF927-AF914D8E-9D74E416', 'world', -337495, 229740, -1858, 5395, 3884, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (149, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D455001_2027620787', 'BP_LevelObject_Relic_C', 'BP_RelicObject28_C', 'B8C66EBC-4C132EA1-0AE6B3A2-15458B80', 'world', -288426, 141552, -1210, 4896, 3606, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (150, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D455001_2142373794', 'BP_LevelObject_Relic_C', 'BP_RelicObject3_A', '6CA64B00-492057D6-B5D82D96-C534472F', 'world', -294815, 212862, -659, 5300, 3643, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (151, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D465001_1170487975', 'BP_LevelObject_Relic_C', 'BP_RelicObject4_A', 'DA193881-4973E318-58C870A2-7AE08BD0', 'world', -316086, 169212, -1922, 5053, 3763, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (152, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D465001_1275555982', 'BP_LevelObject_Relic_C', 'BP_RelicObject5_A', 'EC201405-43804F88-E0943F9A-5C1765EB', 'world', -361761, 181722, 2364, 5124, 4021, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (153, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D465001_1472489990', 'BP_LevelObject_Relic_C', 'BP_RelicObject6_A', 'E4286D16-4A8925DF-C09D0FBF-DA2B3698', 'world', -313237, 215706, 1840, 5316, 3747, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (154, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D465001_1526733991', 'BP_LevelObject_Relic_C', 'BP_RelicObject7_A', '8BCDE365-4504C582-3162BE83-EB674216', 'world', -311675, 188521, 3272, 5162, 3738, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (155, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_RelicObject_C_UAID_FC349764B52D465001_1572155992', 'BP_LevelObject_Relic_C', 'BP_RelicObject8_A', '7083643D-4CCFE3FF-924B7E84-64126CC0', 'world', -308237, 151805, -596.644, 4954, 3718, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (156, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396295BB02_1789174701', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi1_G', 'F9441EDD-491AB928-6C65A695-BE0281CC', 'world', -118280, 127920, -845, 4819, 2644, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (157, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396296BB02_1201373016', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi2_G', 'E8CBD63B-48714486-8C3CC29E-4C003620', 'world', -104410, 148540, -45, 4936, 2566, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (158, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396296BB02_1363758211', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi3_G', '3FBC3E62-4F32A6DA-78672A85-DAD6677F', 'world', -110010, 134360, 990, 4856, 2598, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (159, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396296BB02_1615445618', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi4_G', 'FDE408BB-4BCC31CA-67427382-92074069', 'world', -93370, 116180, 350, 4753, 2504, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (160, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396296BB02_1876344111', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi5_G', 'F33784CE-48D17D4D-659AEDA0-F068BFC5', 'world', -76050, 101920, 835, 4672, 2406, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (161, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396296BB02_2034068272', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi6_G', 'A1533F8C-44FC716D-3BF84680-DBBD8189', 'world', -67410, 112370, 7815, 4731, 2357, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (162, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396297BB02_1638593718', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi7_G', 'F253C6A5-41748C26-6D9FB5AA-DD2B65F5', 'world', -72050, 126140, 7815, 4809, 2383, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (163, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396297BB02_2042982514', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi8_G', 'F24EED1E-4FA885DD-80FDD382-316CB0F9', 'world', -78240, 163260, 7447, 5019, 2418, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (164, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396298BB02_2140398381', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi9_G', '12EC7D1F-499BDD80-7EAFDD93-009FEDD0', 'world', -29460, 169950, 17250, 5057, 2142, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (165, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC07396299BB02_1393961700', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi10_G', '6F26D2E4-42575985-9DBCBD87-0AAF0083', 'world', -39520, 116950, 16700, 4757, 2199, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (166, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC0739629ABB02_1246390763', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi11_G', '126AF856-46BB318D-346031B0-3D867560', 'world', 9380, 123290, 6825, 4793, 1923, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (167, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC0739629ABB02_1379406970', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi12_G', '8F9AF6BF-4D3F2760-C495638F-5C343452', 'world', 25150, 111360, 3690, 4726, 1833, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (168, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC0739629BBB02_1526180284', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi13_G', '18C85CF3-41284CB6-097E6A84-9801BCEC', 'world', 23170, 93760, 7533, 4626, 1845, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (169, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962D9BB02_1760892171', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi14_G', '030A8617-4A276F59-93284F85-BA4B6409', 'world', -18370, 35380, 7720, 4296, 2079, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (170, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962DABB02_1120824672', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi15_G', 'A4A3C7B3-4A4486AB-4E97F5BF-853766B9', 'world', 12640, -11770, 6580, 4029, 1904, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (171, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962DABB02_1633305835', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi16_G', '53BC659C-4BF6436B-628692BA-B7152083', 'world', 97050, -35980, 28770, 3893, 1427, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (172, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962DABB02_1799964942', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi17_G', '7F589A66-4D52E372-164F8CA8-6573939E', 'world', 114620, -21710, 22580, 3973, 1328, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (173, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962DFBB02_1725470958', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi18_G', '1FF09CAA-4AB426B8-8A569184-9B4541F7', 'world', 154130, 9300, 23362, 4149, 1104, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (174, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962DFBB02_2094930147', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi19_G', 'B756349E-4BD388F4-57A72A89-A9F754B1', 'world', 125450, 43700, 32524, 4343, 1266, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (175, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E0BB02_1260969693', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi20_G', '6A8633B5-46D6CCFF-2AA7F698-4087A1EE', 'world', 156890, 46140, 23416, 4357, 1089, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (176, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E0BB02_1706816967', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi21_G', '9C445E4F-44B038F7-574D45AB-0D36BF58', 'world', 131050, 63690, 29030, 4456, 1235, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (177, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E0BB02_1939655115', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi22_G', '002C8A33-49443E44-2D477BBC-CCDC0B16', 'world', 138070, 98190, 48525, 4651, 1195, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (178, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E1BB02_1152023511', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi23_G', '7AD0DC66-43089BAA-B0F0FC81-608BB834', 'world', 86670, 77140, 56570, 4532, 1486, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (179, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E1BB02_1700812785', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi24_G', '88F75FA2-41F8874B-0C5045A2-E995F013', 'world', 78140, 222490, 20955, 5354, 1534, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (180, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E3BB02_1344676640', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi25_G', '19952182-4B81B566-9F558DAB-155E229F', 'world', 44170, 199960, 7782, 5227, 1726, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (181, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E3BB02_1493038759', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi26_G', '191D80C3-46B73129-3D17898C-E7B2693C', 'world', 3650, 179700, 11163, 5112, 1955, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (182, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E3BB02_1914511937', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi27_G', 'BBFBAC45-4088B8EF-E93DFDBD-CD9F54B9', 'world', 21310, 104160, 2420, 4685, 1855, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (183, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E4BB02_1566770295', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi28_G', 'E5C36AA5-48AAA06E-B5DD0E93-B8B26C96', 'world', -9580, 66220, 17040, 4470, 2030, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (184, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E4BB02_1853932508', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi29_G', '47717EE4-4C700E8C-7F47418D-EBD8E221', 'world', 52970, 44790, 17260, 4349, 1676, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (185, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_FlameBambi_C_UAID_A036BC073962E4BB02_2046449636', 'BP_LevelObject_Relic_FlameBambi_C', 'BP_RelicObject_FlameBambi30_G', '4EB1487E-4901F4CB-D0B78DB2-969D1C1D', 'world', 89730, 68030, 40942, 4481, 1468, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (186, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_GuardianDog_C_UAID_A036BC07396202C502_1982567044', 'BP_LevelObject_Relic_GuardianDog_C', 'BP_RelicObject_GuardianDog4_I', 'C988032F-41A70D72-54DBFE8C-1A54B79F', 'world', -761030, -357740, 13310, 2073, 6279, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (187, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_GuardianDog_C_UAID_A036BC07396287C202_1973509766', 'BP_LevelObject_Relic_GuardianDog_C', 'BP_RelicObject_GuardianDog1_K', '238ABE07-4AE025AE-80E3C2AF-7B6DDC4C', 'tree', 615960, -734870, 24400, 1997, 1754, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (188, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_GuardianDog_C_UAID_A036BC0739628BC202_2123885656', 'BP_LevelObject_Relic_GuardianDog_C', 'BP_RelicObject_GuardianDog2_K', 'F264EEF6-4876384B-B7E9E195-6600A40E', 'tree', 501830, -718800, 30460, 2382, 4490, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (189, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_GuardianDog_C_UAID_A036BC073962E0C202_1586375816', 'BP_LevelObject_Relic_GuardianDog_C', 'BP_RelicObject_GuardianDog3_J', '277F80A4-470F57BC-9AACBA91-DD894EEC', 'world', -793671, 28823.3, 49936.9, 4259, 6463, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (190, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962AEBE02_1739534395', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile1_E', 'C424CC2C-4553EF32-C75220BF-F07A17E0', 'world', 177760, 280970, 1260, 5685, 971, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (191, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962AFBE02_1350110091', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile2_E', '39D807FA-4FC0C027-616EA693-FB4AE4B4', 'world', 153970, 285020, -870, 5708, 1105, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (192, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962AFBE02_1523029407', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile3_E', 'AE318459-4C1EFB5B-732C059E-1C15A7EA', 'world', -68040, -256420, 785, 2646, 2360, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (193, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B4BE02_1942940570', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile4_E', '92FD41DD-46D97AD3-752D289C-7157C43C', 'world', 105640, 290440, 11820, 5738, 1378, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (194, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B5BE02_1266725528', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile5_E', '783435C5-4E08EECC-6AD2ECB0-2FC3CEB0', 'world', 82390, 283820, 3320, 5701, 1510, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (195, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B5BE02_1556443209', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile6_E', '76EF4D32-4A3F479C-D2FFDE86-0C015C53', 'world', 36610, 271050, 1160, 5629, 1769, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (196, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B5BE02_2076293612', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile7_E', 'B689B22B-4B6C3D78-E2679591-57625A11', 'world', -397470, -433860, -565, 1643, 4223, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (197, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B6BE02_1459441149', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile8_E', '8FAD3FBD-49B687BF-F4E10798-C03DC1A7', 'world', -16270, 248250, -250, 5500, 2068, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (198, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B6BE02_1727406563', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile9_E', '49E85699-4E39C5B5-52F32AAA-2F549E1D', 'world', -25370, 286320, 4560, 5715, 2119, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (199, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B6BE02_2027727422', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile10_E', '90F20D77-43A97B7C-6506AC96-E607B784', 'world', -59500, 349900, -1947, 6074, 2312, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (200, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B7BE02_1124705023', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile11_E', 'DA4F5D90-418D6EF0-636B7095-D69E0224', 'world', -94670, 365390, -315, 6162, 2511, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (201, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B9BE02_1086383796', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile12_E', '8639D594-47BC04FE-D463BDAF-636A16A0', 'world', -94030, 414520, -735, 6440, 2507, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (202, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B9BE02_1609908225', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile13_E', '7D2A798E-4789F3E4-0138CC95-9560521B', 'world', -109050, 496610, -2100, 6904, 2592, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (203, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962B9BE02_1914136384', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile14_E', '48568133-4C298821-64C712B7-D37693AF', 'world', -12490, 460970, 250, 6702, 2046, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (204, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BABE02_1370728919', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile15_E', '32F6C2BC-4D45F586-B95B1096-259D5A22', 'world', 64620, 438550, -1630, 6576, 1610, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (205, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BABE02_1758005214', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile16_E', '1FE0AA94-4D1D727F-B6632BAF-31F1E5C1', 'world', 119140, 408730, -2087, 6407, 1302, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (206, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BABE02_1977449602', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile17_E', '9F6730EA-455E05EA-64DEDD98-ED7455D6', 'world', 180560, 385170, -2103, 6274, 955, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (207, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BABE02_2107501863', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile18_E', 'D3C4474B-43682BCF-2257AA84-2E431A7A', 'world', 216740, 302670, -2115, 5807, 750, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (208, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BBBE02_1246296211', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile19_E', '4033D896-4DF51E82-0083DA83-49DD0821', 'world', 131880, 317520, 5830, 5891, 1230, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (209, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BBBE02_1842079742', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile20_E', '2A8C4D5F-4321B255-640E46A4-46964495', 'world', 3610, 388720, 1318, 6294, 1955, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (210, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BCBE02_1396837446', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile21_E', '68BCAA00-4522AAF3-D8CC3BA7-D281CB47', 'world', -9390, 291840, 14423, 5746, 2029, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (211, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BCBE02_1784332990', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile22_E', 'FFC9C906-42A597D1-745C53B9-19632C89', 'world', 87490, 354630, 4834, 6101, 1481, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (212, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BCBE02_1990874575', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile23_E', 'DB7F2A25-4F9B5B8A-8D601697-98EB142C', 'world', 26890, 400750, 12087, 6362, 1824, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (213, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BDBE02_1092470378', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile24_E', '1ADC7A1E-4B1A9510-6DEC11B0-A7EFF5B0', 'world', -60960, 371580, 2190, 6197, 2320, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (214, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BEBE02_1829951855', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile25_E', 'B95E8C94-4B40AFED-6461DF81-03BD0C68', 'world', -44770, 438420, 12900, 6575, 2229, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (215, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BFBE02_1459128827', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile26_E', '22EDC708-4124092A-25C12682-DF70B1C8', 'world', 111360, 360140, 7890, 6132, 1346, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (216, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962BFBE02_1872723928', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile27_E', '1BA43F07-4DF2D70C-608201B4-492EE8B0', 'world', 136200, 338080, 1940, 6008, 1206, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (217, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962C0BE02_1304081656', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile28_E', 'F0E02EC3-46D296B6-ECC978B0-39EBFF0D', 'world', -61820, 445360, 11694, 6614, 2325, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (218, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962C0BE02_1517995125', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile29_E', 'F5A3D192-4C8298C0-32D3DA8D-EEAD48C7', 'world', -54300, 413060, 16770, 6432, 2283, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (219, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_IceCrocodile_C_UAID_A036BC073962C2BE02_1919287389', 'BP_LevelObject_Relic_IceCrocodile_C', 'BP_RelicObject_IceCrocodile30_E', '41A7781C-480638C0-D940158A-24381E14', 'world', -465970, 366330, 10515, 6167, 4610, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (220, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LazyDragon_C_UAID_A036BC07396261C502_1320523882', 'BP_LevelObject_Relic_LazyDragon_C', 'BP_RelicObject_LazyDragon4_H', '4B80EA6A-48055D7D-99F889BC-1EA77B3C', 'world', -20450, -132160, 5980, 3349, 2091, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (221, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LazyDragon_C_UAID_A036BC073962F0C502_1347589621', 'BP_LevelObject_Relic_LazyDragon_C', 'BP_RelicObject_LazyDragon3_G', '0F672746-491B829B-F0B44FBF-212C0066', 'world', 159960, 91220, 51250, 4612, 1071, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (222, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LazyDragon_C_UAID_A036BC073962F3C502_2012714481', 'BP_LevelObject_Relic_LazyDragon_C', 'BP_RelicObject_LazyDragon2_E', '550EDF69-40B6ED14-E7766ABE-AF65F0C9', 'world', 40790, 388870, 2180, 6295, 1745, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (223, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LazyDragon_C_UAID_A036BC073962F7C502_1822361047', 'BP_LevelObject_Relic_LazyDragon_C', 'BP_RelicObject_LazyDragon1_F', '677F4E88-47E539D6-372DF197-7044E166', 'world', -409850, -97150, 24150, 3547, 4293, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (224, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E4C002_1241022810', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga1_H', 'D4CFD08B-4BF70C8F-9A0C968B-63BB0EEB', 'world', -65670, 4620, -1691, 4122, 2347, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (225, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E4C002_1331559811', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga2_H', 'D761573D-47EF8715-185A4EAA-7C5516E7', 'world', -63420, -6190, -1770, 4061, 2334, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (226, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E4C002_1982863250', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga3_H', 'A001F0EB-4ECCB02C-21E7C8AE-207671B5', 'world', -55100, -11450, -1170, 4031, 2287, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (227, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E4C002_2029846251', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga4_H', '0ACD187A-471A98E6-176CB1BF-A87A6697', 'world', -65270, -17190, -1710, 3999, 2345, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (228, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E4C002_2140069252', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga5_H', '77D09171-4EF84E55-74FF6D98-22133B36', 'world', -41340, -19460, -1747, 3986, 2209, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (229, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E5C002_1112394429', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga6_H', 'F548605E-47658298-D821EFB3-42E672EC', 'world', -38180, -27950, -1577, 3938, 2192, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (230, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E6C002_1263986194', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga7_H', 'D274983D-40AA45F0-D7BF7A85-E4933BBF', 'world', -55500, -47200, -1783, 3829, 2289, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (231, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E6C002_1378132195', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga8_H', '6E9DA1D9-4E1F502D-90E84191-32CE00C9', 'world', -76850, -68220, -960, 3710, 2410, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (232, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E6C002_1496313196', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga9_H', '343EF98D-40FF15E4-0DD4CCAC-C96343A9', 'world', -77440, -96090, -2070, 3553, 2413, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (233, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E6C002_1547045197', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga10_H', '3F5A1D38-4A30BA5A-C6CF52A4-ECCAF1D4', 'world', -63840, -82160, -2050, 3631, 2337, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (234, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E6C002_1638033198', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga11_H', '9EA2C466-4606625B-152E5AB5-361F1BE6', 'world', -51440, -87750, 147, 3600, 2266, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (235, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E6C002_1680956199', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga12_H', '04707DE8-46F38C0E-9E7BCCAF-A9AC9261', 'world', -49480, -109990, -1120, 3474, 2255, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (236, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E8C002_1117582118', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga13_H', 'F1A8B51C-439AC856-E60D16B7-D5616339', 'world', -75960, -132870, -1937, 3345, 2405, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (237, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E8C002_1170229119', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga14_H', '3328B8C0-499212D8-33C316B3-210B3A87', 'world', -120630, -135290, -1900, 3331, 2658, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (238, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E8C002_1212073120', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga15_H', 'E2993A45-4694F6F1-116D599D-74829D9D', 'world', -84330, -160450, -1470, 3189, 2452, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (239, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962E8C002_1310669121', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga16_H', '50AFB874-425DEB27-36483498-A47342C1', 'world', -39340, -166540, 1290, 3154, 2198, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (240, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962EBC002_1147946735', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga17_H', '03FBB5A2-45425AC3-90F331AB-F38B53D6', 'world', -3910, -164200, -1915, 3168, 1998, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (241, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962EBC002_1425891271', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga18_H', 'DE9700F4-486E8640-99AC3284-3CF30545', 'world', 32920, -86950, -1820, 3604, 1789, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (242, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962EBC002_1960423744', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga19_H', 'B1342722-40DB1ABD-46F9F898-19768A60', 'world', 5750, -124110, 1800, 3394, 1943, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (243, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962ECC002_1598129962', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga20_H', 'FC945A76-4F185C34-4D80E8B1-651010B5', 'world', -36650, -69910, 956, 3701, 2183, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (244, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962EDC002_1477663104', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga21_H', 'D2F62D20-44B6ED23-F0716AB7-D7B1229A', 'world', -29760, -109580, 2967, 3476, 2144, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (245, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962EFC002_1164922208', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga22_H', '8987C412-41A34D90-5E1C739F-155DA6B3', 'world', -40640, -79040, 180, 3649, 2205, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (246, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F0C002_1624285860', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga23_H', '7EFC4C60-43F63951-76DC259A-22FE333B', 'world', -36600, -130330, 3310, 3359, 2183, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (247, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F3C002_1786763374', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga24_H', '9198EC04-474F00F8-8726329A-4BADA694', 'world', 29500, -109230, -1582, 3478, 1809, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (248, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F4C002_1978561107', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga25_H', 'F746AFCF-46DAEF6A-8110AD80-9BBB0EA2', 'world', -16760, -114480, 5080, 3449, 2070, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (249, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F5C002_1158393071', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga26_H', 'FE5BCA2A-491D8C6F-7131DDA6-FECEA4C0', 'world', -41470, -157590, -450, 3205, 2210, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (250, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F6C002_1101225558', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga27_H', '307C6D74-49880602-B928FDAC-09DFBA5B', 'world', -39940, -149880, -1970, 3249, 2201, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (251, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F6C002_1705490021', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga28_H', '639F4DDA-4D7E7DAA-BEF03583-35835AE9', 'world', -38440, -63780, -630, 3735, 2193, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (252, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F7C002_1738992755', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga29_H', 'C4DC4BD5-420FAECD-F570C69A-7BB76315', 'world', -18670, -50530, -1955, 3810, 2081, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (253, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_LeafMomonga_C_UAID_A036BC073962F8C002_1270044908', 'BP_LevelObject_Relic_LeafMomonga_C', 'BP_RelicObject_LeafMomonga30_H', 'D5A18941-43AA84A2-38320BA4-A36C4887', 'world', -39670, -47310, -1130, 3828, 2200, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (254, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC07396292C002_1771335118', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey16_I', 'D6B00DCE-4BE2EE57-16E3338E-8972B1A8', 'world', -903490, -413810, -343, 1756, 7084, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (255, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC07396294C002_1209802651', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey17_I', 'CAF156F5-4CCFF99B-95680EB4-EAC87131', 'world', -872080, -374080, -1570, 1981, 6907, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (256, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC07396295C002_1785331315', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey18_I', '30D134AB-41CFD20C-CE28EEBC-4E31C61F', 'world', -769950, -305290, 9026.6, 2370, 6329, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (257, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC07396297C002_1698849577', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey19_I', 'F715C8ED-4EA61C88-86C78097-878B9233', 'world', -740560, -246540, 4520, 2702, 6163, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (258, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC07396297C002_2036220270', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey20_I', '14234DC7-4933E98E-9EE1C288-1D606558', 'world', -651870, -222000, 17648, 2841, 5662, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (259, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC07396298C002_1691322997', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey21_I', '55267EAE-43F5EC30-1C9AF2A9-8CBC0C6A', 'world', -580480, -292190, 14670, 2444, 5258, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (260, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC07396299C002_1725778033', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey22_I', '3FC6043F-4D8029BA-5A8EEA82-AA5A5F8D', 'world', -559820, -362810, 22457, 2045, 5141, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (261, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC0739629AC002_1309637242', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey23_I', 'C3D58E30-46102506-205D5EA0-447A49F2', 'world', -619190, -353480, 7160, 2097, 5477, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (262, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC0739629CC002_1194863779', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey24_I', '82F627CD-4F695F0A-5E7A62BB-727EDF33', 'world', -697430, -360000, 32817, 2060, 5919, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (263, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A2C002_1243046845', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey25_I', '184EBC06-44B9C892-3DF26588-FF8E7130', 'world', -720810, -359460, 620, 2063, 6051, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (264, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A4BF02_1322673193', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey1_I', 'E34EF97C-4B21C0A9-F35397B5-5D11F147', 'world', -619910, -135650, 950, 3329, 5481, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (265, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A4BF02_1641235242', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey2_I', 'D43F22AE-48EBCB50-4EE00E84-76788DC0', 'world', -566500, -151680, 5390, 3238, 5179, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (266, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A5BF02_1300392595', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey3_I', '295A5FC1-429C4727-D17E92AC-BE9746A0', 'world', -570220, -173120, 3845, 3117, 5200, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (267, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A5BF02_1694949359', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey4_I', '112FF3FE-406DFA67-9B469AA6-080CF501', 'world', -564930, -230160, 3000.51, 2795, 5170, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (268, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A6C002_1553069606', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey26_I', '225AE7CB-416393A1-1C016581-B32E0EC7', 'world', -814680, -383050, 8251.94, 1930, 6582, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (269, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A8C002_1160565079', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey27_I', '2B05D46B-4777203B-E63B7AA8-93DCC1CE', 'world', -847130, -432930, 4730, 1648, 6766, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (270, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962A9C002_1249435887', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey28_I', '2B421ADA-4514F88B-CF191BA9-281076EF', 'world', -870010, -413650, 13630, 1757, 6895, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (271, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962ACBF02_1587055716', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey5_I', 'F50DDCC8-48745DFD-F67BEEA9-B3547AEA', 'world', -544490, -286940, -33, 2474, 5054, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (272, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962B0BF02_1326009451', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey6_I', '9D9B6A92-482673D8-2B5CE2B2-6260AC8E', 'world', -502430, -384330, 60, 1923, 4817, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (273, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962B0BF02_1982405205', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey7_I', 'AA0B92D9-461DE587-567AC69C-D0D94DEA', 'world', -511450, -385230, -710, 1918, 4868, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (274, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962B1BF02_1944570257', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey8_I', 'B879AD68-4DC976C7-0009A9BF-3FB62CE8', 'world', -572100, -399660, -2050, 1836, 5210, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (275, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962B2BF02_1496714934', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey9_I', 'B9E61EAF-4C5B9544-3268AFBB-0442CF88', 'world', -590660, -486560, 7490, 1345, 5315, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (276, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962B3BF02_1409625978', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey10_I', 'CE5FD82F-48F7858D-69588B98-E702DC77', 'world', -600050, -490560, -1685, 1322, 5369, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'); INSERT INTO `maplocations` (`ID`, `Category`, `Name`, `DevName`, `Type`, `ActorLabel`, `InstanceId`, `Map`, `WorldX`, `WorldY`, `WorldZ`, `MapX`, `MapY`, `Image`, `MapImage`, `Metadata`) VALUES (277, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962B5BF02_1233582685', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey11_I', 'A1E20D71-47BB1923-40FDC2B4-8BA964D6', 'world', -748650, -395270, 36455, 1861, 6209, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (278, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962B5BF02_2086312496', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey12_I', '5A83C719-46985F46-CAC3F591-00099BE1', 'world', -772070, -397300, 7818, 1850, 6341, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (279, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962BABF02_1800951066', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey13_I', 'ECE41F48-405D99D3-ACD6BEAF-CEDFDBEA', 'world', -769310, -450000, -80, 1552, 6326, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (280, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962BBBF02_1306517426', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey14_I', '56199DC1-42544C1E-931F559B-D71CA6C3', 'world', -778550, -462420, 9871.58, 1481, 6378, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (281, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962BBBF02_1892012535', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey15_I', 'EC25A49D-404EFF60-3DF52B93-3E59EC46', 'world', -891380, -467810, 14030, 1451, 7016, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (282, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962E0C002_1916557992', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey29_I', 'D31A23B8-41921E07-753E73BD-11AC9A37', 'world', -699730, -324580, 16970, 2261, 5932, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (283, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Monkey_C_UAID_A036BC073962E1C002_1413513133', 'BP_LevelObject_Relic_Monkey_C', 'BP_RelicObject_Monkey30_I', '6AC77A21-46CA0E32-46C732AA-DC7F35A8', 'world', -659810, -290910, 1505, 2451, 5706, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (284, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Mutant_C_UAID_A036BC0739620DC402_2139088089', 'BP_LevelObject_Relic_Mutant_C', 'BP_RelicObject_Mutant1_BCD', '6269CE91-4FA3BE71-FF8C0CBC-165989EA', 'world', -110780, 324060, -1696, 5928, 2602, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (285, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Mutant_C_UAID_A036BC0739620EC402_2050938716', 'BP_LevelObject_Relic_Mutant_C', 'BP_RelicObject_Mutant2_BCD', 'DB520EC0-4A787220-6EEB8CBE-FA2EC36D', 'world', -89530, 270350, 18809, 5625, 2482, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (286, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Mutant_C_UAID_A036BC0739620FC402_1625550463', 'BP_LevelObject_Relic_Mutant_C', 'BP_RelicObject_Mutant3_BCD', '865B21D5-41401445-21235281-9BC7A290', 'world', -257580, 185030, 11500, 5142, 3432, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (287, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Mutant_C_UAID_A036BC07396210C402_1185217653', 'BP_LevelObject_Relic_Mutant_C', 'BP_RelicObject_Mutant4_BCD', 'A7B892CB-4581D24E-943A6983-411DFC42', 'world', -145050, 89690, -210, 4603, 2796, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (288, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DCC202_1242694852', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala1_J', '77036F78-40E3CF74-91FA3681-B0E3D47E', 'world', -795780, 50060, 51082, 4379, 6475, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (289, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DCC202_1487370462', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala2_J', '0AB95D90-4B0114AF-3080BBAC-D7877192', 'world', -812670, 62770, 46875, 4451, 6571, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (290, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DCC202_1525909463', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala3_J', 'AD6F4C8E-4D257C7E-D4608AB2-F6CA8BF1', 'world', -835680, 56120, 47350, 4413, 6701, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (291, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DCC202_1621222464', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala4_J', '600B61B0-4057D1B5-5442AB89-E6499502', 'world', -813100, 41850, 50380, 4333, 6573, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (292, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DCC202_1666297465', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala5_J', 'BC93D4C9-4691FCC4-15BA7FB8-8AB7EF7E', 'world', -833940, 22380, 43660, 4223, 6691, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (293, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DCC202_1963752466', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala6_J', '7D3CF5BF-4FF77D08-68278693-EE0419A7', 'world', -840380, 5090, 42455, 4125, 6727, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (294, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DCC202_2047358467', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala7_J', '5A1C5AAC-4CE7509B-66A8BFBF-8672731F', 'world', -816830, -2350, 38290, 4083, 6594, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (295, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DDC202_1117234644', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala8_J', '85EE559A-4C3806FB-292BD488-055327CE', 'world', -838150, -19220, 39260, 3987, 6715, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (296, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DDC202_1205681645', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala9_J', '5AC08665-4E0956BD-EFB3FE92-51CA7429', 'world', -842940, -32440, 47780, 3913, 6742, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (297, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DDC202_1287558646', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala10_J', '02B78ABD-4D73CE84-03312380-DC5D3A08', 'world', -810720, -22400, 37795, 3969, 6560, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (298, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DDC202_1494492647', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala11_J', '88F0B95F-412950EE-61CEEAB6-411CB8D1', 'world', -838520, -8810, 49355, 4046, 6717, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (299, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DDC202_1713578648', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala12_J', 'B2AC7F58-4D263BDD-D1BFF5AA-1433CC9D', 'world', -840290, -48800, 46850, 3820, 6727, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (300, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1223934446', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala13_J', '4C05E4D1-4A5D9493-F184938F-EC8DAE0B', 'world', -833910, -78770, 43030, 3651, 6691, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (301, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1292190447', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala14_J', 'CEF5FDA7-43217E26-AF996DB9-91F95A4A', 'world', -826120, -96960, 49730, 3548, 6647, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (302, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1325861448', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala15_J', '0601D9B6-48D547A6-B127D998-DDADF026', 'world', -805107, -109978, 55325, 3474, 6528, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (303, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1533514449', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala16_J', 'B89906D0-4B24E78D-995F22AC-92521647', 'world', -794820, -107900, 49025, 3486, 6470, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (304, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1580836450', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala17_J', 'BC657573-438DF164-C8F61C88-3E233D5F', 'world', -741022, -102583, 54830.3, 3516, 6166, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (305, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1633568451', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala18_J', '0EE0DA3D-45057D1D-4AC1579B-ABAB07E6', 'world', -729500, -92910, 48220, 3571, 6100, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (306, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1800558452', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala19_J', '3BA4ED41-49BBC946-404C7DA4-BE528E6A', 'world', -752078, -82057.9, 46207, 3632, 6228, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (307, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_1874805453', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala20_J', 'D5668B56-46441295-3B46188B-055120F4', 'world', -751900, -64560, 28900, 3731, 6227, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (308, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_2057566454', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala21_J', 'F5B8F290-4363D322-24AB06B7-CEAAA859', 'world', -776180, -55950, 29480, 3780, 6364, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (309, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DEC202_2088012455', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala22_J', '3CC54EE9-4CDBA707-1ECC5FA3-1FE1C67E', 'world', -786660, -34190, 30290, 3903, 6424, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (310, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_1090134632', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala23_J', '67750211-4E722F46-D7666BB8-97355A45', 'world', -753200, -26060, 28860, 3949, 6234, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (311, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_1225528633', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala24_J', '00457007-467EB676-82B01C80-3F05D60F', 'world', -762729, 5168, 43249, 4125, 6288, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (312, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_1277385634', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala25_J', 'D583232C-45703231-72BE9ABD-43658A4F', 'world', -749300, -1770, 42250, 4086, 6212, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (313, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_1352235635', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala26_J', 'CF9A0804-478698E2-2C89C38D-A792EECA', 'world', -776370, 41610, 43460, 4331, 6365, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (314, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_1407465636', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala27_J', '8D1596D0-4C7BE0B7-FD432CA5-6ABBADF9', 'world', -807550, 46200, 46610, 4357, 6542, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (315, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_1485322637', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala28_J', '63D60306-458A4910-03F07191-43172E5C', 'world', -790410, 8200, 40548, 4142, 6445, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (316, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_1905966638', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala29_J', 'DD2CEEE4-4CFCB77C-8D296A9F-9E0EEBAF', 'world', -777430, -3440, 39260, 4077, 6371, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (317, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_NegativeKoala_C_UAID_A036BC073962DFC202_2000049639', 'BP_LevelObject_Relic_NegativeKoala_C', 'BP_RelicObject_NegativeKoala30_J', '68FA5893-46D6CA6F-D1C498B9-C3DE2992', 'world', -797526, -74016, 58129.5, 3677, 6485, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (318, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962C8BD02_1423366127', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin19_F', 'ACAAADBE-493C143A-48C8809E-3D93B8FD', 'world', -310470, -51430, 17854, 3805, 3731, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (319, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962C8BD02_1945459568', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin20_F', 'C91C7E26-41E860FC-2F2FDF81-149DF63F', 'world', -369870, -49330, 15650, 3817, 4067, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (320, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962CABD02_1462699475', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin21_F', 'B6E9DEC7-4A8491EA-288C64A7-925D755D', 'world', -403680, -106880, 33072, 3492, 4258, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (321, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962CBBD02_1593051940', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin22_F', '52BAD1D3-401CC7FE-16CC6183-E040FA40', 'world', -417110, -151170, 14930, 3241, 4334, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (322, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962CCBD02_1859748225', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin23_F', '26B6D169-44F2D72B-F7F112AD-3A65F404', 'world', 81420, 512960, 970, 6996, 1515, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (323, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962CDBD02_1795756187', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin24_F', '47BAA52D-4C73959A-9D71E490-F49C941B', 'world', -273910, -133790, 36860, 3340, 3524, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (324, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962D1BD02_1803980359', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin25_F', '6E9E8543-41332FDF-79074C97-C5A8C5A7', 'world', -341720, -90930, 21964, 3582, 3908, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (325, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962D2BD02_1269964151', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin26_F', '0CC8297B-43C4BB5A-7937B09F-347EEB87', 'world', -254730, -120200, 9570, 3416, 3416, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (326, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962D3BD02_1537744703', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin27_F', '67EC8C1A-432CCAA5-D042E8B1-AFD508A2', 'world', -307780, -118180, 36660, 3428, 3716, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (327, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962D5BD02_1751636792', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin28_F', '362CD891-4499751D-2C363294-EA06BDFB', 'world', -324270, -118760, 43710, 3424, 3809, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (328, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962D6BD02_1666072266', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin29_F', 'AAB82731-4368ED4A-F24A50B7-A82CFEFD', 'world', -244030, -65120, 1383, 3728, 3355, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (329, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962D7BD02_1199425868', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin30_F', '1D1B5392-4D75C41B-88EB498D-493A8EDB', 'world', -1005230, -377003, -1607.74, 1964, 7660, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (330, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962ECBB02_1197173455', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin1_F', '4A5D64F9-4EE65935-5F6B76B5-0926B5E3', 'world', -298610, -8360, 405, 4049, 3664, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (331, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962EEBB02_1420015995', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin2_F', '96A9DC2C-462063F6-4AB98582-7FA2D999', 'world', -321830, 5240, 2544, 4126, 3795, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (332, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962EEBB02_1799555252', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin3_F', 'FCC94524-4F2DAEC6-8C0F8791-647808B5', 'world', -367430, 19600, -1960, 4207, 4053, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (333, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962EFBB02_1727482011', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin4_F', '3104D410-475C7E6B-D798EE92-F1BE4C45', 'world', -425590, -14550, -1712, 4014, 4382, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (334, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962EFBB02_2049836521', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin5_F', '5AD0BE41-4CEFBA29-0E53DA81-6EB10A58', 'world', -396200, -30690, 10247, 3922, 4216, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (335, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F0BB02_1584177975', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin6_F', 'FEBE2E8E-448C73CD-D27E65B9-EEAFBEFB', 'world', -435830, -62690, 6014, 3742, 4440, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (336, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F0BB02_1761878092', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin7_F', '7D470014-4B8B45B5-98681EA4-4E8A6E27', 'world', -460340, -85870, 2600, 3610, 4579, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (337, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F0BB02_2054454187', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin8_F', '49438D07-47707510-808340AB-4456B46B', 'world', -457620, -113800, -1350, 3453, 4563, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (338, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F1BB02_1251204576', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin9_F', 'A91E67B0-4785D8A3-5B7D31B4-3E73887F', 'world', -457470, -153860, -1827, 3226, 4562, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (339, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F1BB02_1555845775', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin10_F', 'D036C104-48DCA4F9-C51920AB-0477C0D5', 'world', -414270, -211450, -405, 2900, 4318, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (340, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F2BB02_1764292006', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin11_F', '464C4698-4B941859-E29354B3-382CC2AC', 'world', -366560, -222270, -863, 2839, 4048, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (341, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F3BB02_1192900267', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin12_F', '59798CA3-4C58B235-E83551BB-C728F674', 'world', -316030, -221990, -404, 2841, 3763, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (342, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F3BB02_2007342394', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin13_F', 'A106CA3A-4132921D-1421788A-0E372503', 'world', -272060, -209210, 2874, 2913, 3514, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (343, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F4BB02_1128474676', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin14_F', 'F9E1E7CF-47FBC7AB-72B7FD93-9DB12DED', 'world', -242960, -192720, 2963, 3006, 3349, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (344, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F4BB02_1477167907', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin15_F', '8A90507C-4072E646-08261F82-3D164154', 'world', -227330, -122400, 2305, 3404, 3261, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (345, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F4BB02_1652912020', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin16_F', '30CE3943-47741F55-E1610385-48849ACA', 'world', -233370, -88310, 570, 3597, 3295, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (346, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F4BB02_1852752155', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin17_F', 'E4309755-43459ED5-CF7F4D9C-D848A5C1', 'world', -211180, -80990, -2085, 3638, 3170, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (347, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_Penguin_C_UAID_A036BC073962F5BB02_1099329423', 'BP_LevelObject_Relic_Penguin_C', 'BP_RelicObject_Penguin18_F', '2DB7E548-44E5A67A-1A20258F-66C86F32', 'world', -260590, -60160, 11243, 3756, 3449, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (348, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396272C202_1879184817', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat17_K', '8AFD78F6-4DE3EE0F-A32CC29C-F08A144F', 'tree', 613210, -682200, 23680, 3260, 1820, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (349, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396273C202_1223495020', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat18_K', 'DE7FB063-44959655-F1DB8B92-D721E3BA', 'tree', 628840, -734890, 24399.1, 1997, 1445, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (350, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396273C202_1415057049', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat19_K', '8050FAF8-4E82BE1F-3AEAC8BA-3ED5EA27', 'tree', 547190, -627000, 18300, 4582, 3402, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (351, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396273C202_1692173078', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat20_K', 'F85B8917-4DA21B1C-3466E795-5E81BD71', 'tree', 596020, -684650, 23700, 3201, 2232, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (352, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396273C202_1959629105', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat21_K', '4AE06937-4FE1BE18-82C84EBA-1F34DF8B', 'tree', 595450, -654580, 12920, 3921, 2246, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (353, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396274C202_1132091308', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat22_K', '02AF43A9-4CA23854-3A95AEB6-BA70A8EF', 'tree', 583460, -626300, 18090, 4599, 2533, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (354, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396274C202_1374324466', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat23_K', '2DE43086-4B68D761-4DF23695-F6AAE9BC', 'tree', 569300, -609230, 23180, 5008, 2872, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (355, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396274C202_1883748697', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat24_K', 'B5B0B91E-466D4D58-B74F6FA6-76754DA5', 'tree', 572700, -578520, 20440, 5744, 2791, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (356, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396274C202_2110551952', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat25_K', 'B3602FA3-4F2F3A09-A8D2A1AF-895253C5', 'tree', 571460, -551830, 22170, 6384, 2821, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (357, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396275C202_1216951381', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat26_K', '81138D07-4970CDF0-995EC5AA-AEAA2B53', 'tree', 583580, -588460, 29080, 5506, 2530, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (358, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396275C202_1460500636', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat27_K', 'EC03C128-4556F4B3-FEA106AA-E359042E', 'tree', 602090, -567400, 30530, 6011, 2087, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (359, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396277C202_1299293146', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat28_K', '8F458616-455579ED-ECE13294-B3BF9334', 'tree', 522170, -673612, 27467.8, 3465, 4002, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (360, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396278C202_1410294575', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat29_K', 'A4482C2E-4A353DD3-C8339D95-0781FCB5', 'tree', 487480, -667780, 16640, 3605, 4833, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (361, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739627AC202_2018950225', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat30_K', 'C43FD5DA-46EB488F-A540A3B1-A671377A', 'tree', 544880, -594820, 14520, 5354, 3458, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (362, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739628CC102_1570783337', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat2_K', '06532654-4F0F759E-8B4F73AA-FC51D320', 'tree', 511550, -509510, 44390, 7398, 4257, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (363, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739628DC102_1277148848', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat5_K', '27B2044E-4DECA02F-F793A195-92783949', 'tree', 485810, -581270, 21200, 5679, 4873, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (364, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739628DC102_2004114905', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat1_K', 'ED933604-4B9061AF-FD5784AB-307D995F', 'tree', 507780, -594760, 16490, 5355, 4347, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (365, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739628EC102_2100249362', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat4_K', 'CD4C02AB-44171188-A552CDB5-AE6209F3', 'tree', 498510, -602090, 31950, 5180, 4569, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (366, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739628FC102_1533937106', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat3_K', 'ED828F1B-4784F835-46088C95-9C05A069', 'tree', 493160, -596380, 18290, 5316, 4697, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (367, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396292C102_1729452713', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat7_K', '37951C79-4E86A97A-CBA55C83-DD816D28', 'tree', 534010, -623630, 11850, 4663, 3718, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (368, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396293C102_1280147247', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat9_K', '198F8B5A-4DAE4871-FD77159B-02F039E6', 'tree', 476870, -675760, 21470, 3414, 5088, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (369, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396294C102_1220304489', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat6_K', 'E937F3FD-4EAAA1F3-410D80B5-642000E4', 'tree', 404510, -727990, 23150, 2162, 6822, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (370, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396294C102_1648329538', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat10_K', '3621201A-4893F01C-9A6478B5-DEB9AD37', 'tree', 446020, -739140, 26590, 1895, 5827, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (371, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC07396294C102_2027171567', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat8_K', '2C7DCADA-45814AE6-3CCE09AC-7EDD38DE', 'tree', 487060, -745540, 20626.6, 1741, 4844, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (372, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739629AC102_1610991134', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat14_K', 'EF0F4E84-42F209EF-9627CB8A-DF551270', 'tree', 539960, -713800, 27835.9, 2502, 3576, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (373, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739629AC102_2088435191', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat15_K', '077DB4C0-45F1AD79-A50C3895-9D401337', 'tree', 523930, -718530, 40240, 2389, 3960, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (374, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739629BC102_1196033396', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat12_K', '9CDDF78F-4DD4EBC6-6F4E1E96-43E6495A', 'tree', 503870, -746550, 15879.3, 1717, 4441, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (375, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739629BC102_1445874425', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat16_K', 'D170338E-40E76E94-24252E80-A650FE0E', 'tree', 557770, -730290, 24047.1, 2107, 3149, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (376, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739629BC102_1814079456', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat13_K', '7E0B8F4C-4042C4AF-6F2BF3B5-252798F5', 'tree', 589620, -737510, 19840, 1934, 2385, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (377, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_PinkCat_C_UAID_A036BC0739629BC102_2046396485', 'BP_LevelObject_Relic_PinkCat_C', 'BP_RelicObject_PinkCat11_K', 'AC115117-49840668-F167998F-57F9CF79', 'tree', 608820, -729750, 7500, 2120, 1925, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_tree.png', '{}'), (378, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396213C302_1749675698', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall1_BCD', '27E0B8FA-45C43FE7-003164BC-C65BBA4D', 'world', -176630, -22150, 2840, 3971, 2974, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (379, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396213C302_1858547699', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall3_BCD', '03018C74-4099CEFE-3F7D31A0-19C3CF5F', 'world', -168370, 35570, 537, 4297, 2928, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (380, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396214C302_1934065774', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall4_BCD', '19149C8A-449DE8C4-912BFFB4-81ED3197', 'world', -184840, 117270, -2054, 4759, 3021, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (381, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396214C302_1994438775', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall2_BCD', 'AA55509E-4E80064D-CB6F7EB5-8E60763C', 'world', -198800, 134470, -1810, 4856, 3100, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (382, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396215C302_1632731571', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall5_BCD', '4A576517-406FF3CF-3CDED796-CE66FED0', 'world', -162710, 156190, 5157, 4979, 2896, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (383, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396215C302_1703086572', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall6_BCD', '86429A60-4769CB83-33A0E0A5-C3C25482', 'world', -118800, 169000, 213, 5052, 2647, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (384, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396215C302_1739000573', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall7_BCD', '1A21D845-46A590DC-08595181-1F052AE4', 'world', -69650, 191650, -1369, 5180, 2369, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (385, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396218C302_1397652663', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall8_BCD', 'FD26F8E2-4062DD09-8B3C9C8D-DD1FA6BF', 'world', -61750, 268730, 5643, 5615, 2325, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (386, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396218C302_1452755664', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall9_BCD', '96CC3E4B-4BD6E404-90B6A9A3-FE231E33', 'world', -99850, 338010, -1950, 6007, 2540, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (387, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396218C302_1492563665', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall10_BCD', '67C38686-4D394305-CCF366BD-2CEEE3D7', 'world', -142710, 341980, -1722, 6030, 2783, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (388, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396218C302_1540826666', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall11_BCD', '8FB8E8C2-4E33845E-1D9B559C-540903A0', 'world', -203150, 287220, 46, 5720, 3124, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (389, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396218C302_1978894239', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall12_BCD', 'BC6DC8B2-49B060D9-0AB13293-1E64781D', 'world', -247440, 260930, 1007, 5571, 3375, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (390, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396219C302_1078300416', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall13_BCD', 'E80B3351-4769E985-8FCABDA9-EE97DC18', 'world', -216770, 237000, -876, 5436, 3201, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (391, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396219C302_1480453078', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall14_BCD', '9C37027E-4C89F228-939D64B5-6D49ED4D', 'world', -261650, 186730, 783, 5152, 3455, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (392, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396219C302_1511083079', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall15_BCD', 'E4DC895A-4809CAD3-21E4F1B0-A762D780', 'world', -285110, 152310, 1840, 4957, 3588, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (393, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC07396219C302_1906413112', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall16_BCD', 'E53C4DDC-47F735F5-70CAE5A1-FC9D24A0', 'world', -268230, 116820, 575, 4757, 3492, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (394, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621AC302_1098733289', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall17_BCD', '9756C138-453B468C-3B26448D-2167EF38', 'world', -241360, -14430, -1747, 4014, 3340, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (395, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621AC302_1474743717', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall18_BCD', 'E7187E95-416339D0-8476229E-4FCB4C82', 'world', -305320, 37250, 2223, 4307, 3702, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (396, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621AC302_1541621718', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall19_BCD', '0518F642-4A75CAB9-8439E9A3-2A20469E', 'world', -357120, 31380, 170, 4273, 3995, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (397, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621BC302_1829984777', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall20_BCD', '9A97B778-40CDB73C-B06569A8-0199F078', 'world', -355920, 90270, -2028, 4606, 3988, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (398, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621BC302_1943792778', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall21_BCD', '6F6D56CC-4F96DAE4-E749DB8D-1EA13E28', 'world', -286910, 110730, -2010, 4722, 3598, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (399, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621CC302_1295578955', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall22_BCD', '90A3E5C2-40CF6231-BE2598B8-2B1D4A85', 'world', -319590, 44590, 2946, 4348, 3783, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (400, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621CC302_1563271810', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall23_BCD', '2C45D349-426B352E-86D09D9B-8584CDDB', 'world', -244510, 74600, -1280, 4518, 3358, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (401, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621CC302_1665653811', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall24_BCD', 'C20023FA-4C2E06F9-807ACB85-25065855', 'world', -230880, 9040, 7215, 4147, 3281, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (402, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621DC302_1186984617', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall25_BCD', 'FFBA90EB-4408E8B1-24A8F18A-B7E4C25B', 'world', -243870, 131430, 1245, 4839, 3355, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (403, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621DC302_1271818618', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall26_BCD', '5F91D854-4B3693B4-A323E49B-D374D9E7', 'world', -161650, 153000, 1540, 4961, 2890, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (404, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621DC302_1487104165', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall27_BCD', '9C7C81E4-49689EED-3EABBA8F-46C202EC', 'world', -139690, 216410, 5610, 5320, 2765, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (405, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621DC302_1560144166', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall28_BCD', '53C2C9B9-40F9E28F-FA2A3799-8126002D', 'world', -91500, 246590, 19520, 5490, 2493, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (406, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621DC302_1893889820', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall29_BCD', 'FA3A6F7C-41BA29D3-9EFB6489-915E177C', 'world', -106400, 291550, 3294, 5745, 2577, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (407, 'lifmunk_effigy', 'Lifmunk Effigy', 'BP_LevelObject_Relic_SheepBall_C_UAID_A036BC0739621EC302_1122503568', 'BP_LevelObject_Relic_SheepBall_C', 'BP_RelicObject_SheepBall30_BCD', '57AEBC7B-4225C077-55DF4BB2-D2B5CC24', 'world', -188890, 251370, -1467, 5517, 3044, '/public/images/other/T_itemicon_Relic.png', '/public/images/maps/map_locations_lifmunk_effigy_world.png', '{}'), (408, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371D49AD01_1278915862', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', 'FAD9959F-448611EF-6879F7A7-8476F677', 'world', 139611, 324307, 3399.43, 5930, 1186, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'); INSERT INTO `maplocations` (`ID`, `Category`, `Name`, `DevName`, `Type`, `ActorLabel`, `InstanceId`, `Map`, `WorldX`, `WorldY`, `WorldZ`, `MapX`, `MapY`, `Image`, `MapImage`, `Metadata`) VALUES (409, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371D49AD01_1402789863', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', 'CA5DCDFF-4AA32135-DEED85A6-2A2A4EA5', 'world', -74916.8, 372458, 3272.68, 6202, 2399, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (410, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371D49AD01_1502155864', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', 'D980E249-450536ED-F498E9A9-0EA0587E', 'world', 21557.6, 309215, -916.304, 5844, 1854, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (411, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371D49AD01_1661412865', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '2946E9B7-4399B8F9-D01BBDAA-B79D4F85', 'world', 15729.5, 267189, 4439.39, 5607, 1887, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (412, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371D49AD01_1836633866', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', 'FF233483-46BCF659-B1F0918E-A9B35015', 'world', -6205.63, 255611, 2361.21, 5541, 2011, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (413, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DA1A601_1302869277', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', 'B167BE01-4E622F3F-B65A22A3-8F917E52', 'world', 14688.7, 384881, 709.484, 6272, 1893, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (414, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DA1A601_1549304278', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '978717F2-41C2798C-60913CA1-1F527ED0', 'world', 63496.1, 333388, 447.208, 5981, 1617, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (415, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DDAAD01_1315099387', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '48470570-4C2421ED-409F9A9C-92B3CE5C', 'world', -36843.1, 454972, -30.2348, 6669, 2184, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (416, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DE2AD01_1570036799', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '58C4584F-4F061F2B-85065093-DC06BDCB', 'world', 101675, 373451, 1058.33, 6208, 1401, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (417, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DE2AD01_1702739800', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '1998F011-415C6569-70302F9A-19757495', 'world', -22520.6, 313714, 1326.15, 5870, 2103, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (418, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DE7AD01_1717425673', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '3F407F74-4B02FFEC-50E7F380-0A528BBB', 'world', 61320, 418400, -1460, 6462, 1629, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (419, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DE7AD01_1856761674', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '642B3900-47742C05-AC822196-14426A1B', 'world', -4513.04, 424324, 10750.9, 6495, 2001, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (420, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DE7AD01_1974417675', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', 'DB23CA1A-48CF2465-C0FD9EAD-B7485725', 'world', -62924, 412517, 13502.8, 6429, 2331, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (421, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DE8AD01_1092413852', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '8A0ABF44-43BEFD4E-8A0550AB-85A17A74', 'world', -26780, 354640, 170, 6101, 2127, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (422, 'dungeon', 'Desert Dungeon', 'BP_DungeonPortalMarker_Desert_C_UAID_50EBF656371DE8AD01_1229066853', 'BP_DungeonPortalMarker_Desert_C', 'BP_DungeonPortalMarker_Desert', '36587051-47676022-E9DDD29A-D92B38EB', 'world', 85201.2, 312814, 12564.1, 5865, 1494, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (423, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D00A601_1478123120', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'F0239AC8-40B0D5B2-5ACC25B1-F0FB4FDF', 'world', -257638, 141159, 541.943, 4894, 3432, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (424, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D00A601_1684331121', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '0C75D6AF-42EC7BCD-7F30F989-DD168267', 'world', -265204, 131385, 2521.93, 4839, 3475, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (425, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D00A601_1860907122', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'E59CEB24-469A3272-3EA8E688-BD18D02B', 'world', -250341, 183437, 4307.48, 5133, 3391, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (426, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D02A601_1165174817', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '2FDEFF7B-42951597-CA6D7097-0E9F33BE', 'world', -251819, 164042, -1273.34, 5024, 3399, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (427, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D02A601_1345392818', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '2BEEDB03-46F05A45-E6EE94A9-569901D9', 'world', -211385, 182475, -486.1, 5128, 3171, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (428, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D02A601_1486494819', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '532F8592-48171F90-B3552A91-34E7716B', 'world', -209589, 163212, 939.507, 5019, 3161, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (429, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D02A601_1588350820', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '15BB601E-45F83300-02CA14AD-62099E2F', 'world', -173408, 166837, 9412.82, 5039, 2956, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (430, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D02A601_1720523821', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '7A661AFD-44438BD8-B2DE55B7-2E5D610C', 'world', -180769, 163431, 5051.6, 5020, 2998, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (431, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371D02A601_1896471822', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '3AF2DE2B-48ED73C6-98E875A0-16558051', 'world', -219425, 165811, 57.4839, 5034, 3216, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (432, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD4AE01_1090717378', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'ED825818-4FDE9427-9F7FA4AC-07E07CC2', 'world', -239160, 205387, 2115.23, 5257, 3328, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (433, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD4AE01_1239872379', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'BC8BB901-49F24B50-BAF9F7AD-231FAB71', 'world', -230934, 152106, -555.324, 4956, 3281, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (434, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD4AE01_1467087380', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '11F9BC46-4E53B661-0B71C5B0-8D33193F', 'world', -250000, 120261, 5693.6, 4776, 3389, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (435, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD4AE01_1783766381', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'C8D6EE60-42D568BE-735F0683-E4193581', 'world', -196752, 176316, -607.189, 5093, 3088, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (436, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD4AE01_1992977382', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '90DE2704-4E96E94C-609AA19F-19EAE9AB', 'world', -164662, 153125, -1414.78, 4962, 2907, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (437, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD5AD01_1868018498', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'BB495FD9-46AE0137-AE25BDBE-89D6A386', 'world', -194215, 239239, -1577.19, 5449, 3074, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (438, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD5AD01_1996072499', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '67612974-4D53EFA5-CCC8D092-EE9AD285', 'world', -130866, 230762, 1491.26, 5401, 2716, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (439, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD5AE01_1272696559', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '54101DFE-447AA851-74C687B2-A7271504', 'world', -84794, 286150, 9393.38, 5714, 2455, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (440, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD6AD01_1093755676', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'EFDEA9B4-49BBCEAA-24814C99-8AA390C4', 'world', -129472, 253440, -1537.63, 5529, 2708, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (441, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD6AD01_1267763677', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '93408415-48BE845A-C96C0FBE-61E46401', 'world', -215214, 265368, -142.541, 5596, 3193, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (442, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD6AD01_1393583678', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '2090E9F9-49969007-2F08EB9D-BEAEA05E', 'world', -155067, 296285, -2102.62, 5771, 2852, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (443, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD6AD01_1499819679', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '8DCE893B-4872615A-C3CC51A3-BB5E6C80', 'world', -101785, 205029, 7157.85, 5255, 2551, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (444, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD6AE01_1555087736', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '26CDE694-4DD68E7F-F2126EB5-D2E10EBE', 'world', -121017, 212487, 7959.51, 5297, 2660, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (445, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD7AE01_1114289913', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '73A9D7D6-4B6F157F-3157EBB1-F36F9283', 'world', -61859.9, 204435, 626.384, 5252, 2325, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (446, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD7AE01_1231701914', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '29A81D53-4234E3FE-D27627BE-9E4FC881', 'world', -125216, 174427, -1460.97, 5082, 2684, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (447, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DD7AE01_1881779915', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '84838A36-4F35C648-FB218AB8-9694D767', 'world', -163448, 229313, 5276.36, 5393, 2900, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (448, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DE0AD01_1122984437', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'D6D667B0-415E195F-A5D51DBA-108EF6B2', 'world', -220790, 234113, -1278.64, 5420, 3224, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (449, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DE0AD01_1241945438', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '7B2BEC1C-45F99ECC-E1A6BE8F-57A56E11', 'world', -176948, 200394, -1723.14, 5229, 2976, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (450, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DE0AD01_1670191439', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', '269285A7-4E26444F-C9481781-7127E813', 'world', -186505, 268456, -885.243, 5614, 3030, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (451, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DE0AD01_1819061440', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'DB2ABCB7-41CA87D9-BD9B408E-C3D579E2', 'world', -57776.3, 228600, 2436.37, 5389, 2302, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Forest002\"}]}'), (452, 'dungeon', 'Forest Dungeon', 'BP_DungeonPortalMarker_Forest_C_UAID_50EBF656371DE0AD01_2026029441', 'BP_DungeonPortalMarker_Forest_C', 'BP_DungeonPortalMarker_Forest', 'B0AF31CC-4FBC64C7-9D97E5AE-293A77B7', 'world', -217125, 138061, 6128.78, 4877, 3203, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (453, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD1B901_2093740474', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '6FF6C3CB-457EAB91-6074F394-6C93D317', 'world', -120225, 25862.9, -1502.52, 4242, 2655, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island003\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (454, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD2B901_1749641651', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'F5930C1E-41005A5E-27F244A4-2D0AD9B2', 'world', -134629, 6185.44, -1599.22, 4131, 2737, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island003\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (455, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD2B901_1884156652', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'BBB76698-44DB59C0-72E57FA2-256BDC4B', 'world', -107243, 24363, -20.9154, 4234, 2582, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island003\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (456, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD4B901_1483087570', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '292B208C-4470DB34-080404B6-DC17825E', 'world', -110033, -71996.6, -2102.62, 3689, 2598, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island003\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (457, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD4B901_1563868571', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'CB862CD5-45848331-F7DC71BA-C6113157', 'world', -124929, -79963.6, -2102.62, 3644, 2682, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island003\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (458, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD4B901_1689040572', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '2DC10859-439B4D5C-9C15E4BC-D7A5D432', 'world', -137086, -50427.6, -1429.22, 3811, 2751, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island003\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (459, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD4B901_2118074573', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'CD39C156-439A6375-1E3B5FB8-C8B67082', 'world', -389335, 108598, -1944.67, 4710, 4177, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island001\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (460, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD5B901_1209184750', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'E76CCB31-4FA1C1D0-87AA918F-3B433905', 'world', -383503, 99618, -453.185, 4659, 4144, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island001\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (461, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD5B901_1364355751', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'D3C6680D-41344758-7E341CBE-22AB7B53', 'world', -429603, 94092.7, -948.345, 4628, 4405, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island001\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (462, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD5B901_1471510752', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '98302702-4A1BB568-CCB88DA5-9B2D06BA', 'world', -431538, 82092.4, 57.4146, 4560, 4416, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island001\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (463, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD5B901_1699654753', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '64D0B12B-4DB5E728-F35DA49C-FD893906', 'world', -404448, 64664.3, -1598.9, 4462, 4263, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island001\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (464, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD5B901_1900900754', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'E34E2392-4DD17FEE-BC6EF480-3D1139C1', 'world', -376218, 48671.7, -1670.35, 4371, 4103, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island001\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (465, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD5B901_2117036755', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'A4DE2362-4EAB5CD0-EB4BA4B5-2E648430', 'world', -245011, 335769, -1610.38, 5995, 3361, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (466, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD6B901_1225481932', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '75F04E6D-41384185-529C75AA-085EEF7A', 'world', -267883, 327448, -1887.19, 5948, 3490, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (467, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD6B901_1435418933', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'E1EBFF61-4A938B44-799B468F-420B2548', 'world', -259061, 280352, -1880.89, 5681, 3440, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (468, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD6B901_1817220934', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '5EA7F36E-40F9C8A8-6975E8AC-993EB1B4', 'world', -189600, 372690, 1620, 6203, 3048, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (469, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD6B901_2016238935', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '541016C8-4AF22B6E-8FE59688-683CEEEF', 'world', -213940, 398860, -1930, 6351, 3185, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (470, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DD6B901_2117253936', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'C1C0F1A3-4C1DFAAC-B69D67B3-54A6A7B1', 'world', -181433, 350148, 3353.44, 6076, 3002, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Island002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (471, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DDFAD01_1451221260', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'E2666A75-4684F43F-4B8E53A7-449B8FAE', 'world', -288304, 227050, 769.337, 5380, 3606, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (472, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DE3AD01_2041990962', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '8AC175F7-40D95350-ED75D99A-5028D452', 'world', -281167, 88738.4, 3834.78, 4598, 3565, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}]}'), (473, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarker_Grass1_C_UAID_50EBF656371DE4AD01_1127832139', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'CC9B08EA-4F1F16F6-2E2FB2AA-D137EB72', 'world', -256756, 26900.9, 9510.31, 4248, 3427, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}]}'), (474, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371D03A601_1717886992', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'BCCD7DBE-47E9068C-5C0CCD9D-3C5FD46F', 'world', -372025, 278565, -1994.38, 5671, 4079, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (475, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DDEAD01_1817508082', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '0CDC8505-4296AA45-E0094FBE-34D42D23', 'world', -346468, 214850, -2023.98, 5311, 3935, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (476, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DDEAD01_2070109083', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'E11ABA86-4BBCA4EC-85B43493-56D4925E', 'world', -301121, 179718, 319.981, 5112, 3678, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (477, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DF7A501_2068816876', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'D55BAC81-4D05C7CE-E30AEBAB-556CEB32', 'world', -320588, 113800, -1457.76, 4739, 3788, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (478, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DF8A501_1193713053', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'E7DA88E9-45E7A7C0-760FC09D-BBCE52E6', 'world', -315808, 107248, -354.747, 4702, 3761, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (479, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DF8A501_1474762054', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '77F9F5A8-4404E726-D7F2D989-C5370CDC', 'world', -325692, 83869.6, 2548.65, 4570, 3817, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (480, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DF8A501_1719594055', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '49E11965-4A89F861-B09B4CA1-96333225', 'world', -340405, 58438.7, 4618.39, 4426, 3900, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (481, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DF8A501_1919309056', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'A695AD35-4BB3EDFF-59A7A196-3E64E23A', 'world', -337809, 30763, 4100.71, 4270, 3886, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (482, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DFAA501_1500890368', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '54B08868-48DE8188-3A5EC7BE-44BF7AC5', 'world', -315045, 54365.9, 7854.55, 4403, 3757, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (483, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DFAA501_1752698369', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'CD443EA4-43073615-93B4CEAA-C4809BD3', 'world', -302529, 52391.5, 12481.7, 4392, 3686, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (484, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DFAA501_2106542370', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '3D9FA6E4-4A04ECAD-DEA3F092-EF95B6DC', 'world', -203749, 90007.3, 17.3019, 4605, 3128, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (485, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DFBA501_1219839547', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'D394C26B-4993988C-A83173B5-FECF4201', 'world', -202258, 31403.3, 7325.41, 4274, 3119, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (486, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DFBA501_1789037789', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', 'C54E3EB9-496CE6C6-A2440187-D8B43C9B', 'world', -225252, -13333.9, -912.778, 4021, 3249, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (487, 'dungeon', 'Prairie Dungeon', 'BP_DungeonPortalMarkerV2_C_UAID_50EBF656371DFBA501_1961527790', 'BP_DungeonPortalMarker_Grass1_C', 'BP_DungeonPortalMarker_Grass1', '4D74248A-46DFAFA5-6257D598-1682ECFA', 'world', -221495, 27971.9, 14071.3, 4254, 3228, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{\"SpawnAreaIds\": [{\"Key\": \"Grass002\"}], \"EditSpawnParameter\": {\"RespawnProbability\": 100.0}}'), (488, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCBF501_1151931861', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '59A19AF4-41B0A075-BAB819B5-4049F5C9', 'world', -61090.6, -5748.06, -2102.62, 4063, 2321, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (489, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCCF501_1085757039', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', 'E0801D7E-4EB11B53-069B79AC-78CD1305', 'world', -39021.6, -39231.3, -1814.67, 3874, 2196, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (490, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCCF501_1189488040', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '9E50A6DA-4332E0A8-CA410393-C1567EB8', 'world', -74146.1, -63473.7, -2090, 3737, 2395, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (491, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCCF501_1416914042', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '96E9E42D-4D958092-02086CAD-DC0A001E', 'world', -2514.63, -106358, 1496.4, 3495, 1990, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (492, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCCF501_1588520043', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', 'BAE67869-43A75BFB-798362A6-792D28EB', 'world', 10312.3, -115227, 1137.07, 3444, 1917, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (493, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCCF501_1759248044', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '05338927-47FCA0E1-82EA558A-FDA37F2C', 'world', 936.828, -128792, 1079.77, 3368, 1970, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (494, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCCF501_1844738045', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '24F42B66-4697A2EE-6810759E-9F7C66F1', 'world', -37363.3, -152097, 878.668, 3236, 2187, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (495, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCCF501_2041414046', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', 'C363463F-4FFE9A8D-373689AF-A4F4A654', 'world', 9258.16, -142072, 1314.52, 3293, 1923, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (496, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCDF501_1117992223', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '94906016-412F1DF3-7A986591-D8C06B47', 'world', -17730.9, -73667.1, 854.78, 3679, 2076, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (497, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCDF501_1190517224', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '7579648B-4FB5122C-FAE30284-CAA82B09', 'world', -42658.5, -122726, 1367.7, 3402, 2217, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (498, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCDF501_1304532225', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', 'C032C4FA-480BBCB8-417AE08F-DD3D6A47', 'world', -32453.8, -106978, 2376.01, 3491, 2159, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (499, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCDF501_1401872226', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '861A2683-4377971D-CFF95182-09C1E0B3', 'world', -13807.6, -152803, 2880, 3232, 2054, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (500, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCDF501_1532897227', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '1639BB65-4514784A-EA5B9DA3-D8746B8A', 'world', -15641.8, -137406, 4600, 3319, 2064, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (501, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_50EBF656371DCEF501_1362672404', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', '6ABFFB72-4C641A3F-4B7D42A7-0A300D9F', 'world', -24131.9, -110238, 4410, 3473, 2112, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (502, 'dungeon', 'Sakurajima Dungeon', 'BP_DungeonPortalMarker_Sakura_C_UAID_5811222FB8EA90F801_1411760139', 'BP_DungeonPortalMarker_Sakura_C', 'BP_DungeonPortalMarker_Sakura', 'E2DC10B1-4FE879F5-E576B3A4-5633F176', 'world', -57139.2, -86089.5, -2013.28, 3609, 2299, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (503, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371D47AD01_1703000506', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '30701468-4EF6611D-278655A9-347FCA5D', 'world', 135090, 64370.3, 28543.8, 4460, 1212, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (504, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371D47AD01_1884430507', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '118C58B3-44CED408-8B9C5D9C-199ADD29', 'world', 136263, 88305.4, 38681.9, 4595, 1205, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (505, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371D48AD01_1114497684', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '435BA422-4C28DBBF-310A5680-C134A56F', 'world', 2547.95, 172474, 7516.84, 5071, 1961, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (506, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371D48AD01_1673259685', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '7201E700-488ADFFE-20D845AA-5318FBED', 'world', -58507.2, 157467, 12277, 4986, 2306, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (507, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DA2A601_1856052932', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '8DAB603B-4AA64681-AF640FB8-B1860B82', 'world', 20555.8, 102618, 2350.21, 4676, 1859, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (508, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DA2A601_1987845933', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '36BDC277-4B02F81D-62C6B2B4-E84B3265', 'world', -3297.48, 53484.9, 19498.6, 4398, 1994, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (509, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DA3A601_1335588110', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', 'A49F40B1-4775E800-6A746C9F-47F3C1AD', 'world', 101577, 18990.6, 19538.1, 4203, 1401, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (510, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DD9AD01_2079582210', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '09795AA7-4FDDAE29-361E258A-61F13041', 'world', -36660.1, 148979, 16283.5, 4938, 2183, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (511, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DE1AD01_2131160621', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '49DA0673-4EAA8780-7686589E-83687703', 'world', 41444.2, 27335.7, 11078.7, 4251, 1741, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (512, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DE2AD01_1209548798', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', 'D6162726-4473C8A8-687A46AF-D4F56846', 'world', 47436.2, -9661.42, 9924.34, 4041, 1707, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (513, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DE5AD01_1943827316', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', 'FEFA1C18-4CCE8326-1848D281-49F474A9', 'world', -25056.9, 113597, 8292.37, 4738, 2117, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (514, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DE6AD01_1356276493', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', 'AC2C19D0-42009C32-1E4599BC-B11225F1', 'world', 26498.5, 75921.1, 24300.9, 4525, 1826, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (515, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DE6AD01_1731170494', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '7DA91A86-4B5B1AD1-48373F9C-9441860E', 'world', 42530.3, 203884, 8423.11, 5249, 1735, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (516, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DE6AD01_2091792495', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', 'FED843AA-4128E193-7D10A393-F5A0F00D', 'world', 80039, 6386.82, 30360.7, 4132, 1523, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (517, 'dungeon', 'Alpine Dungeon', 'BP_DungeonPortalMarker_Snow_C_UAID_50EBF656371DE7AD01_1222507672', 'BP_DungeonPortalMarker_Snow_C', 'BP_DungeonPortalMarker_Snow', '68064BB2-48FEE9AF-044A7785-89672A10', 'world', 143019, 9658.51, 18597.2, 4151, 1167, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (518, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_C_UAID_50EBF656371DDFDC02_1337714786', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '57BCA434-4D83D25E-173594B6-A4B3F6E9', 'world', -588020, -254710, 1050, 2656, 5300, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (519, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_C_UAID_50EBF656371DDFDC02_2145991071', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', 'F44756C4-4F86606D-2B99BA8F-58749EF5', 'world', -512834, -284234, 1254.92, 2489, 4875, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (520, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_C_UAID_50EBF656371DE0DC02_1451946010', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', 'A53DD274-4479DA3D-BC8E779F-A9D169EF', 'world', -554304, -314141, 16585.6, 2320, 5110, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (521, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_C_UAID_50EBF656371DE1DC02_1204571190', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', 'C3C4F0BA-47A8140A-89AAF299-03A708D4', 'world', -635849, -271259, 11034.8, 2562, 5571, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (522, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_C_UAID_50EBF656371DE1DC02_1405402191', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '7AD15561-42577DE2-81D4DFAC-2C06F17F', 'world', -702808, -335071, 27588.1, 2201, 5950, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (523, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DE0DC02_2000848013', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', 'EA17F2E1-424B9D6E-C03F8FBF-DFCE6E44', 'world', -613349, -320523, 21844, 2284, 5444, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (524, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEA2A02_1917873928', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', 'E77C6D1D-439BC16A-B46C1596-6649D675', 'world', -563205, -229685, -316.512, 2797, 5160, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (525, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEA2A02_2074127929', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', 'E4915A61-48F2C6AD-D801A3B1-C4A8DE6C', 'world', -502170, -346286, -1500.39, 2138, 4815, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (526, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEB2A02_1198914106', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '20F0B8B5-4608D956-F8A0D1AA-6A374AAB', 'world', -652504, -439189, 11888.7, 1613, 5665, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (527, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEB2A02_1456576107', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '300DFC04-4CDD5426-83938980-559B597F', 'world', -671787, -192540, 3095.22, 3007, 5774, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (528, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEB2A02_1617002108', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '99AF7ED0-46FC6422-1ADA6790-2F9A96FC', 'world', -624782, -247472, 13299.9, 2697, 5508, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (529, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEB2A02_1933599109', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '6F10A5BF-4C3599C4-09639AA9-A5214635', 'world', -669586, -394684, 25288.3, 1864, 5762, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (530, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEC2A02_1141309286', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', 'C49880DA-416B7CDA-CD88AC93-9E962ED0', 'world', -640034, -344682, 11471.5, 2147, 5595, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'); INSERT INTO `maplocations` (`ID`, `Category`, `Name`, `DevName`, `Type`, `ActorLabel`, `InstanceId`, `Map`, `WorldX`, `WorldY`, `WorldZ`, `MapX`, `MapY`, `Image`, `MapImage`, `Metadata`) VALUES (531, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEC2A02_1284336287', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '0682D0D7-48AFBEBA-C824368C-1C5E2930', 'world', -585394, -338145, 23197.5, 2184, 5286, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (532, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEC2A02_1489745288', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '9293446A-41363D2C-3130CE92-7795F9B9', 'world', -739659, -310239, 35274.9, 2342, 6158, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (533, 'dungeon', 'Cave Dungeon', 'BP_DungeonPortalMarker_Viking_C_UAID_50EBF656371DEC2A02_1751723289', 'BP_DungeonPortalMarker_Viking_C_C', 'BP_DungeonPortalMarker_Viking', '77B4E541-4D759142-CAA0ACBE-CAD76EFD', 'world', -597250, -301345, 14454, 2392, 5353, '/public/images/other/T_icon_compass_dungeon.png', '/public/images/maps/map_locations_dungeon_world.png', '{}'), (534, 'note', 'Journal Note SorajimaBoss1', 'BP_LevelObject_Note_C_UAID_C87F5459F572BDD602_2048212518', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '54DBCCAF-4C23EA6C-5495CB8C-3BD72EE2', 'world', -775847, 43093.8, 42253.8, 4340, 6363, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_world.png', '{\"NoteRowName\": {\"Key\": \"SorajimaBoss1\"}}'), (535, 'note', 'Journal Note SorajimaBoss2', 'BP_LevelObject_Note_C_UAID_C87F5459F572BED602_1170998695', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', 'FF02D958-424A20AC-8AEE23AB-F12CD414', 'world', -803033, 48318, 51400.2, 4369, 6516, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_world.png', '{\"NoteRowName\": {\"Key\": \"SorajimaBoss2\"}}'), (536, 'note', 'Journal Note SorajimaBoss6', 'BP_LevelObject_Note_C_UAID_C87F5459F572BED602_1291441696', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '6E43A8CF-422B8A0C-23E60E87-82F427A0', 'world', -739450, -99350, 47885.5, 3534, 6157, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_world.png', '{\"NoteRowName\": {\"Key\": \"SorajimaBoss6\"}}'), (537, 'note', 'Journal Note SorajimaBoss3', 'BP_LevelObject_Note_C_UAID_C87F5459F572BED602_1380919697', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', 'E80663DD-4D2AB0B7-7AE85492-04FE540B', 'world', -811860, -109820, 53315.6, 3475, 6566, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_world.png', '{\"NoteRowName\": {\"Key\": \"SorajimaBoss3\"}}'), (538, 'note', 'Journal Note SorajimaBoss4', 'BP_LevelObject_Note_C_UAID_C87F5459F572BED602_1540648698', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', 'A55AEBC4-45D3A855-537DD9B1-4F4C0EA8', 'world', -817090, -42400, 40899, 3856, 6596, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_world.png', '{\"NoteRowName\": {\"Key\": \"SorajimaBoss4\"}}'), (539, 'note', 'Journal Note SorajimaBoss5', 'BP_LevelObject_Note_C_UAID_C87F5459F572BED602_1604807699', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '16B2E4A1-42FD30F6-4DACA7B2-51B65458', 'world', -734100, -50560, 28877.7, 3810, 6126, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_world.png', '{\"NoteRowName\": {\"Key\": \"SorajimaBoss5\"}}'), (540, 'note', 'Journal Note WorldTree3', 'BP_LevelObject_Note_C_UAID_C87F5459F572BFD602_1222068729', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '818F4579-4489F246-E862A1B4-F878ACA8', 'tree', 514459, -502843, 41067.5, 7558, 4187, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTree3\"}}'), (541, 'note', 'Journal Note WorldTreeBoss6', 'BP_LevelObject_Note_C_UAID_C87F5459F572BFD602_1395877730', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '720F9368-42E57AEB-E658969A-53AA0AE7', 'tree', 498336, -753630, 41487.4, 1548, 4573, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTreeBoss6\"}}'), (542, 'note', 'Journal Note WorldTree2', 'BP_LevelObject_Note_C_UAID_C87F5459F572BFD602_1794538731', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', 'C269058E-45C859A2-05559E81-FF7336C9', 'tree', 590640, -593490, 29517.6, 5386, 2361, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTree2\"}}'), (543, 'note', 'Journal Note WorldTreeBoss3', 'BP_LevelObject_Note_C_UAID_C87F5459F572BFD602_2089535732', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '2F95CB02-4355BCCB-AC2226BE-5D9A7BC2', 'tree', 620810, -748550, 23208.1, 1669, 1638, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTreeBoss3\"}}'), (544, 'note', 'Journal Note WorldTreeBoss5', 'BP_LevelObject_Note_C_UAID_C87F5459F572C0D602_1173883909', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '6E2613AD-4AA46EBE-4ABDDF8E-86CFA7F2', 'tree', 553850, -730360, 21404.7, 2105, 3243, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTreeBoss5\"}}'), (545, 'note', 'Journal Note WorldTreeBoss1', 'BP_LevelObject_Note_C_UAID_C87F5459F572C0D602_1331086911', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', 'AB1529CB-46C4BE97-96CDFEAF-AC1B9BCF', 'tree', 538930, -712660, 20990, 2529, 3600, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTreeBoss1\"}}'), (546, 'note', 'Journal Note WorldTree1', 'BP_LevelObject_Note_C_UAID_C87F5459F572C0D602_1528412912', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '7447B362-4BEF5F6F-C8915DA9-8E2616A9', 'tree', 472840, -717920, 34707.4, 2403, 5184, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTree1\"}}'), (547, 'note', 'Journal Note WorldTreeBoss2', 'BP_LevelObject_Note_C_UAID_C87F5459F572C0D602_1727253913', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '31BC1684-41A2A1AD-CDEB1CAB-957AE4FC', 'tree', 515560, -628530, 10894.5, 4546, 4160, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTreeBoss2\"}}'), (548, 'note', 'Journal Note WorldTreeBoss4', 'BP_LevelObject_Note_C_UAID_C87F5459F572C0D602_1876671914', 'BP_LevelObject_Note_C', 'BP_LevelObject_Note', '293FEC50-4EBB6AE3-9F00DEA0-3DB83606', 'tree', 423580, -737420, 19382.8, 1936, 6365, '/public/images/other/T_icon_compass_note.png', '/public/images/maps/map_locations_note_tree.png', '{\"NoteRowName\": {\"Key\": \"WorldTreeBoss4\"}}'), (549, 'fast_travel', 'Great Eagle Statue WorldTree_MiddleBoss_1', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4E72E302_2144750690', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F94B3D32-448028F2-4CE513B1-302ACC94', 'tree', 628792, -610720, 28290.3, 4973, 1447, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_MiddleBoss_1\"}'), (550, 'fast_travel', 'Great Eagle Statue WorldTree_MiddleBoss_3', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4E73E302_2059132867', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '5543641F-4C980A98-63F64685-A91FE619', 'tree', 621794, -757915, 21127.6, 1445, 1614, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_MiddleBoss_3\"}'), (551, 'fast_travel', 'Great Eagle Statue WorldTree_MiddleBoss_2', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4E73E302_2129612868', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'EA56C74B-459DAB2F-5F596EA1-7049167A', 'tree', 405905, -729214, 22741.1, 2133, 6789, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_MiddleBoss_2\"}'), (552, 'fast_travel', 'Great Eagle Statue WorldTree_A', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1300234842', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '16B14E08-4BBB4C71-E9D07A9D-C84B80BD', 'tree', 512112, -510663, 43480, 7371, 4243, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_A\"}'), (553, 'fast_travel', 'Great Eagle Statue WorldTree_E', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1533421919', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'D786C632-4A293AB1-560774B1-5B998290', 'tree', 491660, -593705, 17375, 5380, 4733, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_E\"}'), (554, 'fast_travel', 'Great Eagle Statue WorldTree_D', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1696976923', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '9FDF4C7C-4CEB40E1-03E989A1-C34A245D', 'tree', 600578, -599143, 29241.4, 5250, 2123, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_D\"}'), (555, 'fast_travel', 'Great Eagle Statue WorldTree_C_2', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1744355924', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4B246295-4566096E-B1EB74A0-B48E5C5D', 'tree', 592964, -625780, 17596.2, 4612, 2305, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_C_2\"}'), (556, 'fast_travel', 'Great Eagle Statue WorldTree_I', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1810330925', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '6FBBBA0F-4CDDB97C-81C58C91-7E8927BD', 'tree', 602911, -680562, 21863.1, 3299, 2067, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_I\"}'), (557, 'fast_travel', 'Great Eagle Statue WorldTree_lab', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1839468926', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '59D85766-4636366A-726EB39E-F372B315', 'tree', 621850, -742575, 23205, 1812, 1613, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_lab\"}'), (558, 'fast_travel', 'Great Eagle Statue WorldTree_N', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1877316927', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '83904860-4D716A58-A64781A9-A342B717', 'tree', 518900, -671976, 27418, 3505, 4080, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_N\"}'), (559, 'fast_travel', 'Great Eagle Statue WorldTree_LastBoss', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1909416928', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'A5664AB7-4E0D030D-03BF2DAF-87C67A0F', 'tree', 501010, -748555, 41485, 1669, 4509, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_LastBoss\"}'), (560, 'fast_travel', 'Great Eagle Statue WorldTree_L', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1945041929', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C5F1A3CA-46EAE25B-999783B3-ECC569ED', 'tree', 483205, -672790, 18210, 3485, 4936, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_L\"}'), (561, 'fast_travel', 'Great Eagle Statue WorldTree_M', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EA9AB02_1985047930', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '630C0726-466D28CD-B94B368A-D12BFE63', 'tree', 477460, -724635, 19817.9, 2242, 5074, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_M\"}'), (562, 'fast_travel', 'Great Eagle Statue WorldTree_C_1', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EBFC502_1803344502', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'D758455B-40BC4D1A-8ABB3EB6-2DD009D3', 'tree', 570652, -558440, 22368.9, 6226, 2840, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_C_1\"}'), (563, 'fast_travel', 'Great Eagle Statue WorldTree_B', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_345A605CEA4EBFC502_2122046503', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '321E111B-4B7AA9D9-01864F87-404A70F2', 'tree', 524166, -567334, 25453.1, 6013, 3954, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WorldTree_B\"}'), (564, 'fast_travel', 'Great Eagle Statue Boss_KingWhale', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371D32C702_1562022462', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '77699B11-460416B5-7ADEDFB9-89B78E68', 'world', -108667, 79119.9, 395.505, 4543, 2590, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"Boss_KingWhale\"}'), (565, 'fast_travel', 'Great Eagle Statue Boss_Forest', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371D34C702_1829807546', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'A51FC0C1-47435750-046C48B2-54793A8B', 'world', -265220, 173530, 5810, 5077, 3475, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"Boss_Forest\"}'), (566, 'fast_travel', 'Great Eagle Statue FTPoint1', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE7A801_1771267724', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'AECFED0D-41AFEE11-F30B4F96-87BC3243', 'world', -327532, -70410.5, 18970, 3698, 3828, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint1\"}'), (567, 'fast_travel', 'Great Eagle Statue FTPoint3', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE7A801_2088356726', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '5970E8E6-48D2A83A-FDFF7C91-51D9BEF5', 'world', -367708, -114951, 61372.7, 3446, 4055, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint3\"}'), (568, 'fast_travel', 'Great Eagle Statue FTPoint4', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE8A801_1668953671', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '2EC07ACC-4505CB72-6DE38A84-246CA999', 'world', -414447, -24603.3, 3560.09, 3957, 4319, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint4\"}'), (569, 'fast_travel', 'Great Eagle Statue FTPoint5', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE8A801_1764282672', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '5F426B49-469368B0-C131D3A6-DB8F7831', 'world', -465895, -62137.8, -1834.44, 3745, 4610, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint5\"}'), (570, 'fast_travel', 'Great Eagle Statue FTPoint6', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE8A801_1832629673', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F8E5CB81-43F4FA2F-6213E6B4-54569F87', 'world', -416558, -90012.2, 23301.9, 3587, 4331, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint6\"}'), (571, 'fast_travel', 'Great Eagle Statue FTPoint7', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE8A801_2054824674', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '01ACCA6E-4BDAA682-20821FB0-5AB54E4D', 'world', -383183, -210791, 819.818, 2904, 4142, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint7\"}'), (572, 'fast_travel', 'Great Eagle Statue FTPoint9', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE9A801_1226891852', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '65B10BB1-4ABDA9C2-109167B2-1901D195', 'world', 29780.5, 406913, 15662.8, 6397, 1807, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint9\"}'), (573, 'fast_travel', 'Great Eagle Statue FTPoint11', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE9A801_1338186854', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '2BC5E460-49E69D35-49CFB589-48BE3288', 'world', -50301, 287392, 264.786, 5721, 2260, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint11\"}'), (574, 'fast_travel', 'Great Eagle Statue FTPoint12', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE9A801_1416783855', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '3697999C-458BF8A3-C7973382-969FBDF9', 'world', 35588.7, 321331, 623.047, 5913, 1774, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint12\"}'), (575, 'fast_travel', 'Great Eagle Statue FTPoint13', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE9A801_1492110856', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4669582D-4081BF55-0AFB66A0-5D043A3D', 'world', 117624, 400135, -1949.7, 6358, 1311, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint13\"}'), (576, 'fast_travel', 'Great Eagle Statue FTPoint14', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DE9A801_2065426625', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'DC0ECF92-41B4410C-59EE619F-56D1106A', 'world', -119037, 138340, -1220.29, 4878, 2649, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint14\"}'), (577, 'fast_travel', 'Great Eagle Statue FTPoint15', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DEAA801_1113943802', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '71C4B2B2-407F2BBB-D77572A2-0C7FF0F5', 'world', -80506.2, 141465, 8131.14, 4896, 2431, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint15\"}'), (578, 'fast_travel', 'Great Eagle Statue FTPoint16', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DEAA801_1281328803', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'EC94023A-4CA571FF-0FD19E90-944F4231', 'world', -39402.4, 159612, 16996.2, 4998, 2198, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint16\"}'), (579, 'fast_travel', 'Great Eagle Statue FTPoint17', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DEAA801_1423774804', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '2A2B744B-41AC7996-4DAE6B89-CAC51FC3', 'world', 8000.53, 111771, 2554.38, 4728, 1930, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint17\"}'), (580, 'fast_travel', 'Great Eagle Statue FTPoint18', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DEAA801_1729680573', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '22095BFA-48A46172-F8D154B2-EBEB7493', 'world', 102160, 48527, 28394.3, 4370, 1398, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint18\"}'), (581, 'fast_travel', 'Great Eagle Statue FTPoint20', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_50EBF656371DEBA801_1128416751', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'E0819EFB-41581AEA-C3A029B0-EE2FE195', 'world', 89625, 94363.3, 67279.1, 4630, 1469, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint20\"}'), (582, 'fast_travel', 'Great Eagle Statue SkyIsland_BOSS', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222ECF1905C702_1774855068', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'AEBCC3FF-41ACF925-2B3499A8-9E0BAD55', 'world', -777490, -40589, 60158, 3866, 6372, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"SkyIsland_BOSS\"}'), (583, 'fast_travel', 'Great Eagle Statue SkyIsland_D', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222ECF190FC502_1950660325', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '26F321B4-4481BC01-C5174D9D-38409597', 'world', -758105, -61810, 28905, 3747, 6262, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"SkyIsland_D\"}'), (584, 'fast_travel', 'Great Eagle Statue SkyIsland_A', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222ECF1954AE02_1612353151', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C2EC8AFD-4C5D84F8-14ED2E9E-54E498FC', 'world', -818013, 59827.7, 46837.6, 4434, 6601, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"SkyIsland_A\"}'), (585, 'fast_travel', 'Great Eagle Statue SkyIsland_E', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222ECF199BAA02_1526005476', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '0EBF6F3D-441ACA70-7517B9B7-BAA6590D', 'world', -771310, 8647.21, 43073.6, 4145, 6337, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"SkyIsland_E\"}'), (586, 'fast_travel', 'Great Eagle Statue SkyIsland_B', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222ECF199BAA02_1580032477', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '714B5DDC-402A89D7-FC703C9B-0B2BF274', 'world', -829096, -19262.8, 37892.6, 3987, 6664, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"SkyIsland_B\"}'), (587, 'fast_travel', 'Great Eagle Statue SkyIsland_C', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222ECF199BAA02_1713103479', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'B34E33AD-445D619D-70AD6BBD-BF7CDE4D', 'world', -811467, -85874.3, 46247.6, 3610, 6564, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"SkyIsland_C\"}'), (588, 'fast_travel', 'Great Eagle Statue FTPoint8', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222ECF19A7D602_2067863158', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'CD9FE0D4-49087418-7ED9919D-0E4D2A09', 'world', -237087, -100490, 515.742, 3528, 3316, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint8\"}'), (589, 'fast_travel', 'Great Eagle Statue FTPoint83', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA360D3502_2001428747', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '902C96F4-4BC84002-E39B52AC-BFC61452', 'world', -798777, -479575, -2050.26, 1384, 6492, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint83\"}'), (590, 'fast_travel', 'Great Eagle Statue FTPoint63', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA3649F501_1435821824', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4CCF456A-440C6CD5-F2347AAA-3E163F21', 'world', -117215, 446690, -1887.3, 6622, 2638, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint63\"}'), (591, 'fast_travel', 'Great Eagle Statue FTPoint64', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36CFF501_2017393421', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'A136990F-4E2C1C96-C0384BA2-60CD0BC3', 'world', -63520.7, -55005.9, -1731.81, 3785, 2335, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint64\"}'), (592, 'fast_travel', 'Great Eagle Statue FTPoint65', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36CFF501_2122325422', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F1A1AB83-4E138B2A-938D0AA9-0E9A65E3', 'world', -86709.6, -140442, -2031, 3302, 2466, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint65\"}'), (593, 'fast_travel', 'Great Eagle Statue FTPoint67', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36D0F501_1495151600', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '49C3516D-459F15C7-0ABEE88C-D7F4D331', 'world', -25522.2, -118365, 6257.67, 3427, 2120, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint67\"}'), (594, 'fast_travel', 'Great Eagle Statue FTPoint68', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36D0F501_1658165601', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '1749FBB3-4126AB77-11670481-717C9FEC', 'world', -25915.4, -78926.2, 3126.56, 3650, 2122, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint68\"}'), (595, 'fast_travel', 'Great Eagle Statue FTPoint69', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36D0F501_1740846602', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C4D49492-4DAB97D9-E30AFB92-B6029307', 'world', 32787.1, -81420.3, -2019.84, 3636, 1790, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint69\"}'), (596, 'fast_travel', 'Great Eagle Statue FTPoint70', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36D0F501_1847312603', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C808C584-4EB34E9E-DA773AA2-09CEBA01', 'world', -2188.8, -148546, 2988.48, 3256, 1988, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint70\"}'), (597, 'fast_travel', 'Great Eagle Statue FTPoint71', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1096837686', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '10F777FB-4B9BFA0C-AD790887-D87DDBC2', 'world', -503990, -214380, -1845, 2884, 4825, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint71\"}'), (598, 'fast_travel', 'Great Eagle Statue FTPoint72', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1141585687', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '916CC961-42D38225-BD3C9290-D6321073', 'world', -588140, -253780, 695, 2661, 5301, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint72\"}'), (599, 'fast_travel', 'Great Eagle Statue FTPoint73', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1174492688', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'DEAA0D38-438D8CF0-2BC7CC82-621B33B0', 'world', -792350, -251110, -558, 2676, 6456, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint73\"}'), (600, 'fast_travel', 'Great Eagle Statue FTPoint74', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1215714689', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F31B7801-4AD39541-85416DA1-55E50CCD', 'world', -698515, -322880, 15540, 2270, 5925, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint74\"}'), (601, 'fast_travel', 'Great Eagle Statue FTPoint75', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1261081690', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '6D227CD3-475783FB-16D797B2-06DD8C13', 'world', -760285, -354966, 4290.47, 2089, 6275, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint75\"}'), (602, 'fast_travel', 'Great Eagle Statue FTPoint76', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1326976691', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '9521FEBF-4A6D0D02-AE9F80AE-9513B99C', 'world', -888080, -433080, 19030, 1647, 6997, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint76\"}'), (603, 'fast_travel', 'Great Eagle Statue FTPoint78', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1431553693', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '72626BD0-492AD65E-59BDB499-C9BED99A', 'world', -699510, -389030, 32620, 1896, 5931, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint78\"}'), (604, 'fast_travel', 'Great Eagle Statue FTPoint79', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E22102_1476619694', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '6B05B93C-445473B5-A9597A90-CEBFF27B', 'world', -591120, -484260, 6808.79, 1358, 5318, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint79\"}'), (605, 'fast_travel', 'Great Eagle Statue FTPoint80', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E33102_1410550187', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '3A84A3DD-43C34B93-6CE6F188-42A6FE1D', 'world', -671901, -172408, -443.953, 3121, 5775, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint80\"}'), (606, 'fast_travel', 'Great Eagle Statue FTPoint81', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E33102_2021052188', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '23F4D1CB-454D1E23-F252C294-47F5A384', 'world', -572462, -287224, 26.3341, 2472, 5213, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint81\"}'), (607, 'fast_travel', 'Great Eagle Statue FTPoint59', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E8BC01_2096433521', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '76B00091-4943BADD-C56BCFBA-E2BF051E', 'world', -130060, -53406.7, 1715.63, 3794, 2711, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint59\"}'), (608, 'fast_travel', 'Great Eagle Statue FTPoint60', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36E9BC01_1142429698', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '866881DB-443444AA-7F4E7C8E-5DCDAA29', 'world', -250506, 341110, 2293.32, 6025, 3392, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint60\"}'), (609, 'fast_travel', 'Great Eagle Statue FTPoint86', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36F86702_1768779371', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '2EE8ACF4-47C0CFC2-C3C11E94-8E691448', 'world', 168489, 221798, -2020.14, 5350, 1023, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint86\"}'), (610, 'fast_travel', 'Great Eagle Statue FTPoint85', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36F86702_1820164372', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'CF5FAE4A-487231DD-D8487C9B-19453128', 'world', -33882.1, 564292, -2106.58, 7287, 2167, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint85\"}'), (611, 'fast_travel', 'Great Eagle Statue FTPoint89', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36F86702_1844957373', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '52E1E065-410F78AF-13B18CB1-136EC8D6', 'world', -197915, 438001, -2071.68, 6573, 3095, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint89\"}'), (612, 'fast_travel', 'Great Eagle Statue FTPoint84', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36F86702_1859355374', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'E74D687D-4CAAF5EA-085E0B8A-76F8B652', 'world', -335854, 335361, -2090.06, 5992, 3875, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint84\"}'), (613, 'fast_travel', 'Great Eagle Statue FTPoint87', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36F86702_1883637375', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '5669E366-45C97EE9-F38D3087-38ED30A7', 'world', -558410, 121112, -1607.23, 4781, 5133, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint87\"}'), (614, 'fast_travel', 'Great Eagle Statue FTPoint90', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36F86702_1906808376', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F6AFBCDA-4D7AF6C3-73407DBC-8556FBAE', 'world', -488718, -35724.9, -2096.69, 3894, 4739, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint90\"}'), (615, 'fast_travel', 'Great Eagle Statue FTPoint88', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_5811222FCA36F86702_1944038377', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '27508F28-4B175C5C-2B9BFC85-AD773E4F', 'world', -209326, -249228, -2089.96, 2687, 3159, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint88\"}'), (616, 'fast_travel', 'Great Eagle Statue FTPoint101', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F03BA02_1375350839', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'BD930697-4C7C85C4-B76B318D-2A397F4C', 'world', 14388.2, 476546, -1918.26, 6791, 1894, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint101\"}'), (617, 'fast_travel', 'Great Eagle Statue FTPoint102', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F03BA02_1985912840', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'E8A85FF5-44C205E1-B04F7E93-109B8197', 'world', -71914.8, 472172, -2019.31, 6766, 2382, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint102\"}'), (618, 'fast_travel', 'Great Eagle Statue FTPoint103', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F04BA02_1141371017', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '825ED1AD-422E5E0C-94332C83-5B74D3B4', 'world', -38212, 406147, 10096.2, 6392, 2192, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint103\"}'), (619, 'fast_travel', 'Great Eagle Statue FTPoint104', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F04BA02_1237817018', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4DA12CD4-49AA1A3D-B7C6CABF-9D6EA90D', 'world', -105662, 400797, 5159.21, 6362, 2573, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint104\"}'), (620, 'fast_travel', 'Great Eagle Statue FTPoint105', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F05BA02_2018897192', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C94EC274-4732C721-BA614480-2FD11EC2', 'world', 191211, 375335, 964.785, 6218, 894, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint105\"}'), (621, 'fast_travel', 'Great Eagle Statue FTPoint106', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F05BA02_2121228193', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '2913E38E-4924F762-AF9B1293-03898A31', 'world', 178737, 305772, -1604.74, 5825, 965, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint106\"}'), (622, 'fast_travel', 'Great Eagle Statue FTPoint107', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F06BA02_1185163370', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C2A21FB1-48CA559F-48140296-37CEF75F', 'world', 125989, 274598, 752.667, 5649, 1263, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint107\"}'), (623, 'fast_travel', 'Great Eagle Statue FTPoint108', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F06BA02_1332902371', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '2F3A56DA-4022EB1E-43D3439E-CEE2AA2C', 'world', 12156.8, 249201, 2949.06, 5505, 1907, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint108\"}'), (624, 'fast_travel', 'Great Eagle Statue FTPoint113', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F06BA02_1620825777', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '04CB216B-487AD789-C47E2DBA-08B0B49F', 'world', 69604.1, 196989, 20218.3, 5210, 1582, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint113\"}'), (625, 'fast_travel', 'Great Eagle Statue FTPoint114', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F06BA02_1804705778', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '211BCB17-4B47C566-C6F92E9C-EB999F98', 'world', 107941, -28036.3, 24447.9, 3937, 1365, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint114\"}'), (626, 'fast_travel', 'Great Eagle Statue FTPoint115', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F06BA02_1895251779', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'DD713763-4D024A8F-CFE6CB9F-08887F86', 'world', -38097.3, 53412.5, 278.387, 4398, 2191, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint115\"}'), (627, 'fast_travel', 'Great Eagle Statue FTPoint116', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F06BA02_2140362174', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '341551F7-47D44FA8-4DB87F8C-8D2DCB48', 'world', -43926.7, -173601, 934.479, 3114, 2224, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint116\"}'), (628, 'fast_travel', 'Great Eagle Statue FTPoint91', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F07BA02_1204740599', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '15BD61D9-481EE7F6-3CB32BB4-E10A05CA', 'world', -131354, 54481.7, -2063.93, 4404, 2718, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint91\"}'), (629, 'fast_travel', 'Great Eagle Statue FTPoint92', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F07BA02_1298789600', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C5C2695D-4EA3C55C-419D7A8C-8D184631', 'world', -160345, 98540.8, 2792.8, 4653, 2882, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint92\"}'), (630, 'fast_travel', 'Great Eagle Statue New_SmallIsland02', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F10DF02_1530196423', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C1D34C6C-424DD841-00593493-6F590865', 'world', 63442.5, 507395, -1871.36, 6965, 1617, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"New_SmallIsland02\"}'), (631, 'fast_travel', 'Great Eagle Statue New_SmallIsland01', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F10DF02_1841193425', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '31078A16-494A996F-94DC1382-8638EAD4', 'world', -153136, 589410, -2038.8, 7429, 2842, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"New_SmallIsland01\"}'), (632, 'fast_travel', 'Great Eagle Statue New_SmallIsland03', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F12DF02_1388696779', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4CE58457-4E74956A-7F94D68D-846F931D', 'world', -451245, 363338, 12413.9, 6150, 4527, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"New_SmallIsland03\"}'), (633, 'fast_travel', 'Great Eagle Statue New_SmallIsland04', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F12DF02_1619410781', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'CE7CDCFA-48F15174-B4FCF49C-03F240ED', 'world', -984034, -371190, -2048.88, 1997, 7540, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"New_SmallIsland04\"}'), (634, 'fast_travel', 'Great Eagle Statue New_SmallIsland05', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F12DF02_1817360783', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '33A82FD2-4431633F-5738F8AE-02FFAC42', 'world', -568699, -603452, -2010.95, 684, 5191, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"New_SmallIsland05\"}'), (635, 'fast_travel', 'Great Eagle Statue New_SmallIsland06', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F12DF02_2047104785', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '7A803ABD-4C208C8D-5C7EE197-C9D2AD65', 'world', -426910, -436851, -134.478, 1626, 4390, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"New_SmallIsland06\"}'), (636, 'fast_travel', 'Great Eagle Statue New_SmallIsland07', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F13DF02_1098703963', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'B5A9156C-4C3911FD-3A4FFA8F-807DD5A4', 'world', -61819, -246054, -1979.87, 2705, 2325, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"New_SmallIsland07\"}'), (637, 'fast_travel', 'Great Eagle Statue FTPoint112', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F31BC02_1453525380', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '618F02C5-46F19191-2D423986-85A2BBA2', 'world', -301682, -5184.11, 524.716, 4067, 3681, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint112\"}'), (638, 'fast_travel', 'Great Eagle Statue FTPoint93', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F55BA02_1248983009', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'B03880F3-4C398AEE-56A024B8-E510649D', 'world', -266958, 93228.6, 5259.84, 4623, 3485, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint93\"}'), (639, 'fast_travel', 'Great Eagle Statue FTPoint94', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F55BA02_1347865010', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F3C0FFDE-41C2BF4E-FD8A0689-86C6B02E', 'world', -236841, 34772.6, 13438.9, 4293, 3315, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint94\"}'), (640, 'fast_travel', 'Great Eagle Statue FTPoint95', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F55BA02_1463021011', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '37878F61-4B4EB008-307DBBBD-C7B79505', 'world', -311509, 76832.3, 7803.83, 4530, 3737, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint95\"}'), (641, 'fast_travel', 'Great Eagle Statue FTPoint96', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F55BA02_1698073193', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'B0609E19-416F6731-E997F89C-F9B66A14', 'world', -421434, 29307.7, 1858.37, 4262, 4359, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint96\"}'), (642, 'fast_travel', 'Great Eagle Statue FTPoint109', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F55BA02_1985806131', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4DB2FF94-4B1E545F-41FBC6AF-86BEBEB5', 'world', -259199, -59353.4, 10128.6, 3760, 3441, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint109\"}'), (643, 'fast_travel', 'Great Eagle Statue FTPoint110', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F55BA02_2120539132', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '837C6214-424040FC-EF9D48BA-20E248BA', 'world', -287201, -217569, 2651.38, 2866, 3600, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint110\"}'); INSERT INTO `maplocations` (`ID`, `Category`, `Name`, `DevName`, `Type`, `ActorLabel`, `InstanceId`, `Map`, `WorldX`, `WorldY`, `WorldZ`, `MapX`, `MapY`, `Image`, `MapImage`, `Metadata`) VALUES (644, 'fast_travel', 'Great Eagle Statue FTPoint111', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F56BA02_1146094309', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '20B16780-488A8F23-A80502BC-608A0192', 'world', -415272, -162409, 14643.4, 3178, 4324, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint111\"}'), (645, 'fast_travel', 'Great Eagle Statue FTPoint97', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F56BA02_1478098630', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4667D690-47622BF7-A9FFD788-D24B6131', 'world', -119901, 351109, -789.137, 6081, 2654, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint97\"}'), (646, 'fast_travel', 'Great Eagle Statue FTPoint98', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F56BA02_1533358631', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'C6A85419-4E8AF1B5-CEF381A1-A276CB92', 'world', -156482, 317415, -2033.77, 5891, 2860, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint98\"}'), (647, 'fast_travel', 'Great Eagle Statue FTPoint99', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F56BA02_1736911633', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F3481071-4796CFCE-B04D7C8F-7B41493D', 'world', -224958, 285919, -1124.72, 5713, 3248, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint99\"}'), (648, 'fast_travel', 'Great Eagle Statue FTPoint100', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F56BA02_1895651634', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'EC4896F4-4C4C9BD9-93DAE2B2-C1F31BBA', 'world', -74928.6, 212787, 9490.95, 5299, 2399, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint100\"}'), (649, 'fast_travel', 'Great Eagle Statue FTPoint117', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_1290224042', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'FC8F024D-40741A13-3EB9DA88-201AE7F0', 'world', -578061, -158216, 7648.47, 3201, 5244, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint117\"}'), (650, 'fast_travel', 'Great Eagle Statue FTPoint118', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_1335385043', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '59AABD18-4966FE16-E9BA8EA0-BD0EFDED', 'world', -509887, -299269, 718.595, 2404, 4859, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint118\"}'), (651, 'fast_travel', 'Great Eagle Statue FTPoint119', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_1490911044', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'CAC914F5-4EE678E0-9CF8ECA4-D81E60A0', 'world', -506738, -396063, 2103.63, 1857, 4841, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint119\"}'), (652, 'fast_travel', 'Great Eagle Statue FTPoint120', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_1668138046', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'A166CA6F-4C1D191A-A59951AD-1CA49A92', 'world', -603491, -338965, 16585, 2179, 5388, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint120\"}'), (653, 'fast_travel', 'Great Eagle Statue FTPoint121', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_1749641047', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4C1930B5-4689C382-5400F6B3-954FC07B', 'world', -651723, -373365, 30373.2, 1985, 5661, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint121\"}'), (654, 'fast_travel', 'Great Eagle Statue FTPoint122', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_1841502048', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '8C1EE640-439F980E-A6BA3D9B-256D4FAD', 'world', -644486, -276536, 11481.6, 2532, 5620, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint122\"}'), (655, 'fast_travel', 'Great Eagle Statue FTPoint123', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_1924872049', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '82C086DB-44672C9D-828F19B3-A383BE70', 'world', -725189, -238442, 7291.7, 2748, 6076, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint123\"}'), (656, 'fast_travel', 'Great Eagle Statue FTPoint124', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_2002364050', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '69A3B9E6-4018BA4C-158BDDA7-CD713463', 'world', -714541, -458347, -2080.56, 1504, 6016, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint124\"}'), (657, 'fast_travel', 'Great Eagle Statue FTPoint125', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_2067299051', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '80729706-432E53B2-A3D07C82-D14C8749', 'world', -771223, -441798, -337.435, 1598, 6336, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint125\"}'), (658, 'fast_travel', 'Great Eagle Statue FTPoint126', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F57BA02_2125098052', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4618840B-4FE6381F-C6982AA5-282F9614', 'world', -810648, -393964, 5908.76, 1868, 6559, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint126\"}'), (659, 'fast_travel', 'Great Eagle Statue FTPoint127', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F58BA02_1133393229', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'DC737674-4AEDB97B-BEB044AA-3AACAB26', 'world', -865524, -352355, -123.574, 2104, 6870, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint127\"}'), (660, 'fast_travel', 'Great Eagle Statue FTPoint128', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F58BA02_1184106230', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F8841769-4DF90381-B2B21D9E-039B2CCD', 'world', -923275, -385109, -258.758, 1918, 7196, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint128\"}'), (661, 'fast_travel', 'Great Eagle Statue FTPoint129', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06F58BA02_1234448231', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'B795E2B1-4189A7D1-EEAD6E97-E89C91B7', 'world', -886234, -483746, -1122.67, 1361, 6987, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint129\"}'), (662, 'fast_travel', 'Great Eagle Statue FootOfWorldTree', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_9C6B0079B06FB9DF02_1674067635', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '0994C20A-46B5522F-E1709097-3C3C5452', 'world', 192506, -227006, 6371.88, 2812, 887, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FootOfWorldTree\"}'), (663, 'fast_travel', 'Great Eagle Statue FTPoint61', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52D39C301_1479263228', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '6DB6B7B2-431CA2EF-FFC88EB4-5805BA6A', 'world', -294830, 152240, 190, 4957, 3643, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint61\"}'), (664, 'fast_travel', 'Great Eagle Statue FTPoint62', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52D39C301_1622712229', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '74270C2F-45B8DCA6-6B6A1FAA-A911D024', 'world', -319000, 127170, -2049.45, 4815, 3779, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint62\"}'), (665, 'fast_travel', 'Great Eagle Statue FTPoint49', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD5BA01_2001569788', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '41E36D9A-4B2BA79A-3AD1B7B8-3B16F77D', 'world', -137210, -91340, -2090, 3580, 2751, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint49\"}'), (666, 'fast_travel', 'Great Eagle Statue FTPoint50', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD5BA01_2066550789', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F382ADAE-4259150B-F994FF87-3ECF242B', 'world', -88645.9, -3922.88, -876.451, 4074, 2477, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint50\"}'), (667, 'fast_travel', 'Great Eagle Statue FTPoint51', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD6BA01_1235741966', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '91DAC6F3-4D2A9FD7-F01471B5-166C6C02', 'world', -170400, -29240, -1930, 3931, 2939, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint51\"}'), (668, 'fast_travel', 'Great Eagle Statue FTPoint52', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD6BA01_1986355967', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '596996B9-48716D3F-D2283C8B-5C6E829C', 'world', -450320, 112630, -2090, 4733, 4522, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint52\"}'), (669, 'fast_travel', 'Great Eagle Statue FTPoint53', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD6BA01_2024423968', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '3E8E504B-4A3975FD-3862E1BC-85A5D4F6', 'world', -376750, 124630, 2270, 4801, 4106, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint53\"}'), (670, 'fast_travel', 'Great Eagle Statue FTPoint54', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD6BA01_2069938969', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '8CA5E977-4FF1BBC1-156ABCA0-9E616480', 'world', -374180, 63960, -1933, 4458, 4091, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint54\"}'), (671, 'fast_travel', 'Great Eagle Statue FTPoint55', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD6BA01_2132356970', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '7170881D-44249E90-902F728E-240493AF', 'world', -265980, 268690, -1979, 5615, 3480, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint55\"}'), (672, 'fast_travel', 'Great Eagle Statue FTPoint56', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD7BA01_1113181147', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '513E1660-44565A0B-D3360F94-142577E8', 'world', -282110, 355570, -1940, 6107, 3571, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint56\"}'), (673, 'fast_travel', 'Great Eagle Statue FTPoint57', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD7BA01_1172323148', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '6231802D-40C81C00-445379AE-238D9F90', 'world', -170719, 409753, 4049.16, 6413, 2941, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint57\"}'), (674, 'fast_travel', 'Great Eagle Statue FTPoint58', 'BP_LevelObject_TowerFastTravelPoint_C_UAID_FC349764B52DD7BA01_1227808149', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F6C005A1-4B38FE0B-57F1C786-9FD899CB', 'world', -221399, 330685, -1744.81, 5966, 3227, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint58\"}'), (675, 'fast_travel', 'Great Eagle Statue FTPoint41', 'BP_MapObject_TowerFastTravelPoint_C_UAID_50EBF656371DB29001_2096041963', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '15314BE9-4E2FB8D0-18D5749B-E9A318F0', 'world', -248770, 126206, 5847.36, 4810, 3382, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint41\"}'), (676, 'fast_travel', 'Great Eagle Statue FTPoint42', 'BP_MapObject_TowerFastTravelPoint_C_UAID_50EBF656371DB59001_1187721193', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'DF9FB9CB-41B43052-A9C74FA7-9A826A50', 'world', -338560, 107660, -1390, 4705, 3890, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint42\"}'), (677, 'fast_travel', 'Great Eagle Statue FTPoint43', 'BP_MapObject_TowerFastTravelPoint_C_UAID_50EBF656371DE89001_1533658766', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'B44AA244-45864494-E7569597-ACCAEFC6', 'world', -215389, 8854.22, 13150.7, 4146, 3194, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint43\"}'), (678, 'fast_travel', 'Great Eagle Statue FTPoint44', 'BP_MapObject_TowerFastTravelPoint_C_UAID_50EBF656371DE89001_1800382507', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '3A0F1239-47BE045B-C415C6B0-61A5285A', 'world', -195236, 36718.5, 8293.61, 4304, 3080, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint44\"}'), (679, 'fast_travel', 'Great Eagle Statue FTPoint48', 'BP_MapObject_TowerFastTravelPoint_C_UAID_A8A159671C8A6F5201_1471628288', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '75BD9923-489E2A4E-BCED5A81-175D5928', 'world', 6, -0.0000488304, 6588.96, 4096, 1976, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint48\"}'), (680, 'fast_travel', 'Great Eagle Statue FTPoint25', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1252475119', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '23B9E99C-4A454B99-220AF7B4-A58FD8DE', 'world', -326404, 55136.7, 6871.98, 4408, 3821, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint25\"}'), (681, 'fast_travel', 'Great Eagle Statue FTPoint26', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1272818120', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'A1BC65AA-445619EF-338E0388-BC010648', 'world', -349536, -4035.11, 859.367, 4073, 3952, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint26\"}'), (682, 'fast_travel', 'Great Eagle Statue FTPoint29', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1306855121', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '79C561B7-47335A7A-0A8FBF9F-AE280E62', 'world', -283781, 59352.7, 5226.39, 4432, 3580, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint29\"}'), (683, 'fast_travel', 'Great Eagle Statue FTPoint30', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1442879124', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'B001852C-491FF5E7-0C4747BF-F9972924', 'world', -218637, 58528.1, 3716.15, 4427, 3212, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint30\"}'), (684, 'fast_travel', 'Great Eagle Statue FTPoint31', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1616224130', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '16C7164C-43E2B96B-EDCC6696-E2E592F7', 'world', -257951, 151248, -8.33743, 4951, 3434, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint31\"}'), (685, 'fast_travel', 'Great Eagle Statue FTPoint32', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1758613133', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '28D514E7-4B51FD9E-B078A891-DB0787C2', 'world', -167685, 167519, 9175.6, 5043, 2924, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint32\"}'), (686, 'fast_travel', 'Great Eagle Statue FTPoint33', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1800146134', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'F8DF603B-4C750B37-D943C9AF-6A911946', 'world', -221230, 165130, -54, 5030, 3227, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint33\"}'), (687, 'fast_travel', 'Great Eagle Statue FTPoint34', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1812498135', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '923B7813-45D2AB7E-CED6BABD-6E97ECE8', 'world', -237610, 190610, 3987.78, 5174, 3319, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint34\"}'), (688, 'fast_travel', 'Great Eagle Statue FTPoint35', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1880225137', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'ACAE5FB0-4D48DE41-97443E9C-0993086B', 'world', -151842, 213101, 3279.44, 5301, 2834, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint35\"}'), (689, 'fast_travel', 'Great Eagle Statue FTPoint36', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1903714138', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '4D2F2045-49AB656C-A1EA4B8E-39C484F3', 'world', -125476, 201720, 6886, 5237, 2685, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint36\"}'), (690, 'fast_travel', 'Great Eagle Statue FTPoint37', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1936322139', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '1BDEABA2-40B16995-41C17F83-E59E61DF', 'world', -103435, 234761, 19438.5, 5423, 2560, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint37\"}'), (691, 'fast_travel', 'Great Eagle Statue FTPoint38', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1967078140', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'A277AE63-41EF40D8-4D711EA5-2303353F', 'world', -115430, 289090, 3045.16, 5731, 2628, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint38\"}'), (692, 'fast_travel', 'Great Eagle Statue FTPoint39', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_1993050141', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '2DE17020-48A1D4A8-2126168C-49BE51A9', 'world', -177770, 265010, 873.174, 5594, 2981, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint39\"}'), (693, 'fast_travel', 'Great Eagle Statue FTPoint40', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D3B7D01_2060462143', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'BF8B1232-44ADB794-A06EA8A1-0503FBDD', 'world', -219173, 226395, -1970.38, 5376, 3215, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint40\"}'), (694, 'fast_travel', 'Great Eagle Statue FTPoint45', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D4D9101_1444430077', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '603ED0CD-4CFB9AFD-C9E11F80-5594CCE5', 'world', -317777, 212103, -762.551, 5295, 3772, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint45\"}'), (695, 'fast_travel', 'Great Eagle Statue FTPoint21', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D726801_1329951125', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', 'DDBBFFAF-43D9219A-E68DF987-44DF0831', 'world', -342035, 236885, -1751.61, 5435, 3910, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint21\"}'), (696, 'fast_travel', 'Great Eagle Statue FTPoint22', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52D887C01_1599776333', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '6282FE1E-4029EDCD-B14135AA-4C171E4C', 'world', -314840, 186850, 3270, 5153, 3756, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint22\"}'), (697, 'fast_travel', 'Great Eagle Statue FTPoint23', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52DC67801_1789850724', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '6E03F846-4BAD9E45-8B843AA3-0BE1CC8F', 'world', -358785, 267940, 7910, 5611, 4004, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint23\"}'), (698, 'fast_travel', 'Great Eagle Statue FTPoint24', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52DFE6801_1848483771', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '979BF204-4C8E8FE5-59B598A9-5A83EDE3', 'world', -346618, 191707, -308.708, 5180, 3936, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint24\"}'), (699, 'fast_travel', 'Great Eagle Statue FTPoint27', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52DFF6801_1308841959', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '9FBB93D8-4811BE42-4A37C391-DBFBB476', 'world', -278468, 212679, -910.316, 5299, 3550, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint27\"}'), (700, 'fast_travel', 'Great Eagle Statue FTPoint28', 'BP_MapObject_TowerFastTravelPoint_C_UAID_FC349764B52DFF6801_1320904960', 'BP_LevelObject_TowerFastTravelPoint_C', 'BP_LevelObject_TowerFastTravelPoint', '41727100-495D21DC-905D309C-53989914', 'world', -302825, 241060, -1089.69, 5459, 3688, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"FTPoint28\"}'), (701, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1771636759', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'E38772D9-4A9EFD82-71887DB2-F76F86AF', 'world', -202970, 453870, -2112.04, 6662, 3123, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (702, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1813992760', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '20BCE3E5-4A109182-AA60DB9E-CAB2D13E', 'world', -99790, 491480, -1926.74, 6875, 2540, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (703, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1832573761', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '895AED20-4B9173E8-A5004796-F7F6577C', 'world', -43760, 486870, -997.634, 6849, 2223, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (704, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1845927762', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '2FBA037A-487D00B5-4218FDB7-59078AA3', 'world', -35850, 544380, 233.391, 7174, 2178, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (705, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1893695763', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '1BDB4641-400CBC79-660DBA8C-4748FF02', 'world', 34630, 485600, 19.7473, 6842, 1780, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (706, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1914524764', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '6E76DB86-4D994704-62BE4995-DB37ABC6', 'world', 62900, 453090, -817.509, 6658, 1620, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (707, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1944886765', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '3536A8D7-45AEB808-D6B26CA9-7C92A188', 'world', 44340, 385760, 516.516, 6277, 1725, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (708, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_1972292766', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '442BA754-405A0DE6-F0AB6F89-5FAA60AB', 'world', 98190, 309020, 17465.2, 5843, 1420, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (709, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_2014943767', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'EF44EB49-4FBB3C1A-03CF85AA-7D168519', 'world', 182770, 209670, 1146.62, 5282, 942, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (710, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_2084295768', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '9B285116-465C4D18-150B80AF-3F576D01', 'world', 19370, 365840, -1327.4, 6165, 1866, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (711, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728B6A02_2106640769', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '6D22DFB7-4586DEFB-290402BF-6DD21C46', 'world', 37210, 312830, 1555.49, 5865, 1765, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (712, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1133076946', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '8E01909B-49FD097E-E9A18AA0-7229E50E', 'world', 99450, -13610, 23937.5, 4019, 1413, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (713, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1157987947', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'C97C0112-4D6C7FEC-F9A82E95-CAAED0D3', 'world', 29750, -107900, -1632.73, 3486, 1807, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (714, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1225127948', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '7B4DE731-44BB3CEB-C1B3C89A-29BAF9D1', 'world', 570, -130490, 1122.44, 3358, 1972, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (715, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1238919949', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'E42434E7-40078AF8-01EEA7A2-634A44DF', 'world', 11960, -139730, -737.068, 3306, 1908, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (716, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1269160950', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '57DE5D4E-48542879-8AED1B86-1EB76892', 'world', -2710, -163990, -2035.54, 3169, 1991, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (717, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1547404951', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '956FF3C6-4FBD5EF8-14CF009E-FD4C3FF8', 'world', -33330, -150210, -2106.17, 3247, 2164, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (718, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1641569952', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '0A500AC5-4A856926-1F2003AE-9DE863D3', 'world', -16810, -120010, 6043.27, 3417, 2071, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (719, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1807575341', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '4D4557BD-41A1FE2A-3642B989-BC6A6D77', 'world', -35350, -66060, 844.609, 3722, 2176, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (720, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1839811342', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'FE6CCF71-49A577CA-2FA5A292-5A195E8E', 'world', -29700, -49080, -1255.89, 3818, 2144, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (721, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1877375343', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '17D5CE93-457A4D47-63DD4E89-21576128', 'world', -75180, -91370, -1680, 3579, 2401, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (722, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_1900608344', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'C1B5DCD7-4600C691-A40AA5A3-E129592F', 'world', -46710, -19940, -1319.12, 3983, 2240, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (723, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_2007436345', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'CE5EFBC1-4F8DFBEB-47344691-E726A0D4', 'world', -121600, 23670, -1376.56, 4230, 2663, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (724, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728C6A02_2045197346', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'E6DCD46B-47D25A6B-6317479A-7AB5CD4A', 'world', -183030, 64840, 705.793, 4463, 3011, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (725, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1279909523', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'F9EFFB37-4796BE3D-25E66695-B2933C66', 'world', -258680, 130290, 3320.49, 4833, 3438, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (726, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1335398524', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '6FC04C4A-44C6CB77-0E70768E-40385F4D', 'world', -311190, 188840, 3269.26, 5164, 3735, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (727, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1361266525', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'C439F3E9-4DBD929D-B8D3B292-548C9EB1', 'world', -376490, 165820, -675.249, 5034, 4104, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (728, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1409395526', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'F075BF5F-4E67D228-DA2CED90-6E44C631', 'world', -312170, 134450, -1376.68, 4856, 3741, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (729, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1700270527', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '11D63FA3-44131D49-45DA17B8-6CB8C9E8', 'world', -354190, 98320, -497.955, 4652, 3978, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (730, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1732980528', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'CC1DFFF1-49DEF251-E35E54A8-30F79630', 'world', -387880, 109370, -2097.59, 4714, 4169, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (731, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1789432529', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '250BA63B-43BCA952-5565248B-D0E1DDB9', 'world', -447520, 83320, 247.973, 4567, 4506, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (732, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1961657530', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '5FFD6D17-4892A128-E869A98B-E402CD5C', 'world', -341630, 218350, 2750.15, 5331, 3907, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (733, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_1992458531', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '321D0BF4-453EA8E5-C4967FA1-CA5656F8', 'world', -379150, 277720, -2093.34, 5666, 4119, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (734, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_2019804532', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'B1E603A4-494C8E6A-FAD34EA3-B8F7437C', 'world', -348530, 336900, -2100.18, 6001, 3946, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (735, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_2073409533', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '527BC193-474EC692-C19368BB-61E7CB4E', 'world', -131420, 255230, -1566.58, 5539, 2719, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (736, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728D6A02_2109116534', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '6FCB8EB9-46514771-5ECC588B-6082562E', 'world', -84350, 247470, 21844.5, 5495, 2453, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (737, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728E6A02_1083462711', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '2ECB8E1F-42BF5AFB-D394968B-E50DA77F', 'world', -332350, -10730, 2914.74, 4035, 3855, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (738, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728E6A02_1118466712', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'BB0CD47F-403136D8-121A3F8D-ED171068', 'world', -321580, -93460, 18739.2, 3568, 3794, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (739, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728E6A02_1150248713', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '383C2ADA-47E7FA7E-81489C84-3E015783', 'world', -443640, -105480, 10488.8, 3500, 4484, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (740, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728E6A02_1177330714', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'A191BF5B-42ECBC40-41A73B92-4A9E30CB', 'world', -381580, -221920, -2089.23, 2841, 4133, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (741, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728E6A02_1234667715', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', '4CA7311C-4A702311-46257EB4-A593149D', 'world', 28610, 116100, 5732.68, 4752, 1814, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (742, 'treasure_map', 'Treasure Map Point', 'BP_LevelObject_TreasureMapPoint_C_UAID_C87F5459F5728E6A02_1251637716', 'BP_LevelObject_TreasureMapPoint_C', 'BP_LevelObject_TreasureMapPoint', 'FBFB9E9E-4A5A9FA6-673A87A9-52B24F6C', 'world', 66200, 203230, 19970.8, 5245, 1601, '/public/images/consume/T_itemicon_Consume_TreasureMap01.png', '/public/images/maps/map_locations_treasure_map_world.png', '{}'), (743, 'fast_travel', 'Great Eagle Statue WatchTower_WorldTree_1', 'BP_LevelObject_UnlockMapPoint_C_UAID_345A605CEA4E86DA02_1080397177', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '47E04FF2-45A4FB6F-4E1E9C86-4ED8F2B0', 'tree', 564135, -574054, 37021.6, 5851, 2996, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WatchTower_WorldTree_1\"}'), (744, 'fast_travel', 'Great Eagle Statue WatchTower_WorldTree_2', 'BP_LevelObject_UnlockMapPoint_C_UAID_345A605CEA4E87DA02_1394227966', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'A9213E6E-425F2F69-6D8B3EB1-9AA547FE', 'tree', 508241, -696870, 39688.4, 2908, 4336, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_tree.png', '{\"FastTravelPointID\": \"WatchTower_WorldTree_2\"}'), (745, 'fast_travel', 'Great Eagle Statue WatchTower_3', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF1912B902_1122466876', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'D8C1A865-41DACA78-B1250AB9-B85B7E67', 'world', -197247, 140510, 9963.95, 4890, 3091, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_3\"}'), (746, 'fast_travel', 'Great Eagle Statue WatchTower_11', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF1917B902_1266677958', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '0C0AF9F3-4C0491BC-AD80B1BF-355B9A98', 'world', -194571, 14375.1, 17213, 4177, 3076, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_11\"}'), (747, 'fast_travel', 'Great Eagle Statue WatchTower_15', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF1918B902_1497059835', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '3BF1495E-406AD5F4-37DA5AA2-134954A2', 'world', -440660, -159427, 15264.5, 3195, 4467, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_15\"}'), (748, 'fast_travel', 'Great Eagle Statue WatchTower_22', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF1954AE02_1424871150', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'FD235A5B-4F02CD76-312A459D-77398CA6', 'world', -809414, 23955.2, 48140.3, 4231, 6552, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_22\"}'), (749, 'fast_travel', 'Great Eagle Statue WatchTower_1', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1401514828', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '11E3E3C4-4F040B34-E3809CB6-9CD87435', 'world', -348065, 151661, 11552.7, 4954, 3944, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_1\"}'), (750, 'fast_travel', 'Great Eagle Statue WatchTower_2', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1509063829', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '58A29B81-4E069D61-EC75B1A6-E9658FC1', 'world', -192414, 393187, 11260.5, 6319, 3064, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_2\"}'), (751, 'fast_travel', 'Great Eagle Statue WatchTower_4', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1549754830', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'CCCD29E4-44CEB548-D5B5E589-DAF086F2', 'world', -30426.7, 364547, 9125.22, 6157, 2148, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_4\"}'), (752, 'fast_travel', 'Great Eagle Statue WatchTower_5', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1590407862', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '8A9AE3B4-4AD758ED-D7FE44BA-9B75000B', 'world', 85483, 306597, 17835.3, 5830, 1492, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_5\"}'), (753, 'fast_travel', 'Great Eagle Statue WatchTower_6', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1673544863', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'DEE0F8BB-4609C832-85CE6CA8-0B84B679', 'world', -169159, 251232, 18801.8, 5517, 2932, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_6\"}'), (754, 'fast_travel', 'Great Eagle Statue WatchTower_7', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1769690989', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'E9FC0844-4BFE7E3E-E6E06F84-AC8688EC', 'world', -26445.2, 140098, 24138.2, 4888, 2125, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_7\"}'), (755, 'fast_travel', 'Great Eagle Statue WatchTower_8', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1839552990', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '84D48EA3-46661917-81868E80-9ACBCBCE', 'world', 80120.2, 21277.3, 33829, 4216, 1523, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_8\"}'), (756, 'fast_travel', 'Great Eagle Statue WatchTower_9', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_1929790991', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'EDE1AB2C-44B18468-79BB789C-3951B2F7', 'world', -291318, 50195.6, 14675.5, 4380, 3623, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_9\"}'), (757, 'fast_travel', 'Great Eagle Statue WatchTower_10', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C0B302_2013427992', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '4C204C38-42EAB210-A7A9DA9D-2CF9CBBE', 'world', -428372, 81105, 2593.43, 4555, 4398, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_10\"}'), (758, 'fast_travel', 'Great Eagle Statue WatchTower_12', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C1B302_1083565173', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'F46296FF-4274FEDB-F32DC595-7835A18A', 'world', -49811.7, -104909, 6064.37, 3503, 2257, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_12\"}'), (759, 'fast_travel', 'Great Eagle Statue WatchTower_13', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C1B302_1171168174', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'E8351DF3-48B26867-2F0A2198-40C6BE47', 'world', -364382, -55619.3, 21182.7, 3782, 4036, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_13\"}'); INSERT INTO `maplocations` (`ID`, `Category`, `Name`, `DevName`, `Type`, `ActorLabel`, `InstanceId`, `Map`, `WorldX`, `WorldY`, `WorldZ`, `MapX`, `MapY`, `Image`, `MapImage`, `Metadata`) VALUES (760, 'fast_travel', 'Great Eagle Statue WatchTower_18', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C1B302_1629543862', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '6948B791-4C8D1701-DB7F4081-E4D970E5', 'world', -627561, -208731, 20437, 2916, 5524, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_18\"}'), (761, 'fast_travel', 'Great Eagle Statue WatchTower_20', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C1B302_2025682863', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '5FA6EB49-4384E413-4BAA589F-02A580DC', 'world', -784794, -354727, 19680.8, 2090, 6413, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_20\"}'), (762, 'fast_travel', 'Great Eagle Statue WatchTower_17', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C1B302_2127749864', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '328BCAC9-4E01988D-944C4F85-D49E457C', 'world', -741295, -283378, 31715.2, 2494, 6167, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_17\"}'), (763, 'fast_travel', 'Great Eagle Statue WatchTower_19', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C2B302_1234351041', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', 'C5E2ABA1-4A8F6D35-EF4A81AD-47EC19C9', 'world', -629187, -425622, 29177.3, 1689, 5533, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_19\"}'), (764, 'fast_travel', 'Great Eagle Statue WatchTower_21', 'BP_LevelObject_UnlockMapPoint_C_UAID_5811222ECF19C2B302_1282845042', 'BP_LevelObject_UnlockMapPoint_C', 'BP_LevelObject_UnlockMapPoint', '479A228C-4032AAF1-44B3808E-753E1690', 'world', -634615, -310381, 34943.3, 2341, 5564, '/public/images/other/T_icon_compass_FTtower.png', '/public/images/maps/map_locations_fast_travel_world.png', '{\"FastTravelPointID\": \"WatchTower_21\"}'), (765, 'tower', 'ForestBoss Tower', 'BP_PalBossTower_C_UAID_50EBF656371D468C01_1223844807', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', -266563, 174506, 5930.38, 5083, 3483, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::ForestBoss\"}'), (766, 'tower', 'ElectricBoss Tower', 'BP_PalBossTower_C_UAID_50EBF656371D829301_1725301750', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', -361695, -112009, 61207.5, 3463, 4021, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::ElectricBoss\"}'), (767, 'tower', 'SnowBoss Tower', 'BP_PalBossTower_C_UAID_50EBF656371D839301_1221347671', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', 81363, 90183, 63796, 4606, 1516, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::SnowBoss\"}'), (768, 'tower', 'DesertBoss Tower', 'BP_PalBossTower_C_UAID_50EBF656371DA39B01_2091244533', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', 29975.3, 413325, 15514, 6433, 1806, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::DesertBoss\"}'), (769, 'tower', 'GrassBoss Tower', 'BP_PalBossTower_C_UAID_50EBF65A10EA347101_1264744644', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', -321596, 209085, -45.0001, 5278, 3794, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::GrassBoss\"}'), (770, 'tower', 'SorajimaBoss Tower', 'BP_PalBossTower_C_UAID_5811222FB8EA227602_1308496689', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', -778216, -36026, 60693.3, 3892, 6376, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::SorajimaBoss\"}'), (771, 'tower', 'VikingBoss Tower', 'BP_PalBossTower_C_UAID_A8A159F9704A790E02_1443939369', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', -889805, -435828, 19038.9, 1632, 7007, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::VikingBoss\"}'), (772, 'tower', 'SakurajimaBoss Tower', 'BP_PalBossTower_C_UAID_A8A159F9704A8EF501_1506498459', 'BP_PalBossTower_C', 'BP_PalBossTower', NULL, 'world', -29427.6, -115900, 6225.54, 3441, 2142, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{\"BossType\": \"EPalBossType::SakurajimaBoss\"}'), (773, 'tower', 'Boss Tower', 'BP_PalBossTower_KingWhale_C_UAID_A0AD9F2C6CDEFCBF02_1743569741', 'BP_PalBossTower_KingWhale_C', 'BP_PalBossTower_KingWhale', NULL, 'world', -108094, 77936.1, 407.611, 4537, 2587, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_world.png', '{}'), (774, 'tower', 'WorldTreeBoss Tower', 'BP_PalBossTower_LastBoss_C_UAID_A0AD9F2C6CDE53C402_1757537900', 'BP_PalBossTower_LastBoss_C', 'BP_PalBossTower_LastBoss', NULL, 'tree', 495634, -756824, 42595, 1471, 4638, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_tree.png', '{\"BossType\": \"EPalBossType::WorldTreeBoss\"}'), (775, 'tower', 'WorldTreeMiddleBoss1 Tower', 'BP_PalBossTower_MiddleBoss_C_UAID_A0AD9F2C6CDE71AC02_1639295125', 'BP_PalBossTower_MiddleBoss_C', 'BP_PalBossTower_MiddleBoss', NULL, 'tree', 630703, -612729, 28495, 4925, 1401, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_tree.png', '{\"BossType\": \"EPalBossType::WorldTreeMiddleBoss1\"}'), (776, 'tower', 'WorldTreeMiddleBoss2 Tower', 'BP_PalBossTower_MiddleBoss_C_UAID_A0AD9F2C6CDE71AC02_1763815126', 'BP_PalBossTower_MiddleBoss_C', 'BP_PalBossTower_MiddleBoss', NULL, 'tree', 405135, -730345, 22845, 2106, 6807, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_tree.png', '{\"BossType\": \"EPalBossType::WorldTreeMiddleBoss2\"}'), (777, 'tower', 'WorldTreeMiddleBoss3 Tower', 'BP_PalBossTower_MiddleBoss_C_UAID_A0AD9F2C6CDE71AC02_1780075127', 'BP_PalBossTower_MiddleBoss_C', 'BP_PalBossTower_MiddleBoss', NULL, 'tree', 622548, -759171, 21255.8, 1415, 1596, '/public/images/other/T_icon_compass_tower.png', '/public/images/maps/map_locations_tower_tree.png', '{\"BossType\": \"EPalBossType::WorldTreeMiddleBoss3\"}'); -- -------------------------------------------------------- -- -- Table structure for table `npc` -- CREATE TABLE `npc` ( `ID` int NOT NULL, `Name` varchar(50) NOT NULL, `DevName` varchar(50) NOT NULL, `Asset` varchar(50) NOT NULL, `Genus` varchar(50) NOT NULL, `Weapon` varchar(50) DEFAULT NULL, `Stats` json DEFAULT NULL, `Rarity` int NOT NULL, `Price` int NOT NULL, `Size` varchar(2) NOT NULL, `AIResponse` varchar(200) NOT NULL, `NooseTrap` tinyint(1) NOT NULL, `Suitability` json DEFAULT NULL, `IsRaidBoss` tinyint(1) NOT NULL, `IgnoreStun` tinyint(1) NOT NULL, `IgnoreCombi` tinyint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `npc` -- INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (1, 'Syndicate Gunner', 'Hunter_Rifle', 'NPC_Hunter', 'Humanoid', 'Assault Rifle', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (2, 'Syndicate Thug', 'Hunter_Handgun', 'NPC_Hunter', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 30}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (3, 'Syndicate Hunter', 'Hunter_Shotgun', 'NPC_Hunter', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (4, 'Syndicate Elite', 'Hunter_RocketLauncher', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (5, 'Syndicate Interceptor', 'Hunter_MissileLauncher', 'NPC_Hunter', 'Humanoid', 'MissileLauncher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (6, 'Syndicate Veteran', 'Hunter_GrenadeLauncher', 'NPC_Hunter', 'Humanoid', 'Grenade Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (7, 'Syndicate Thug', 'Hunter_Bat', 'NPC_Hunter', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 10}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (8, 'Syndicate Grenadier', 'Hunter_Grenade', 'NPC_Hunter', 'Humanoid', 'Throw Object', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (9, 'Syndicate Cleaner', 'Hunter_FlameThrower', 'NPC_Hunter', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 50}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (10, 'Syndicate Crusher', 'Hunter_Fat_GatlingGun', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (11, 'PIDF Rifleman', 'Police_Rifle', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (12, 'PIDF Guard', 'Police_Handgun', 'NPC_Police', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (13, 'PIDF Elite', 'Police_Shotgun', 'NPC_Police', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (14, 'Islander', 'MobuCitizen', 'NPC', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (15, 'Villager', 'MobuVillager', 'NPC', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (16, 'Quest Client', 'QuestMan', 'NPC', 'Humanoid', 'Assault Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (17, 'Wandering Merchant', 'SalesPerson', 'NPC_Shop', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (18, 'Visitor', 'VisitingMerchant', 'NPC', 'Humanoid', 'Assault Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (19, 'Weapons Dealer', 'WeaponsDealer', 'NPC', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (20, 'Pal Merchant', 'PalDealer', 'NPC_PALSHOP', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (21, 'Pal Merchant', 'Inspector', 'NPC', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (22, 'Pal Merchant', 'PalTrader', 'NPC', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (23, 'Pal Merchant', 'GoodwillAmbassador', 'NPC', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (24, 'Pal Merchant', 'Robbery_Leader', 'NPC', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (25, 'Pal Merchant', 'Robbery_Minion', 'NPC', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (26, 'Guard', 'Guard_Rifle', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (27, 'Guard', 'Guard_Shotgun', 'NPC_Police', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (28, 'Syndicate Thug', 'Visitor_Hunter_Rifle', 'NPC_Hunter', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (29, 'Wandering Merchant', 'Visitor_Present', 'NPC_SHOP', 'Humanoid', 'Assault Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (30, 'Attack Chopper', 'SecurityDrone', 'SecurityDrone', 'Other', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 100.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 0.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (31, 'Brothers of the Eternal Pyre Martyr', 'FireCult_Rifle', 'NPC_FireCult', 'Humanoid', 'Assault Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (32, 'Brothers of the Eternal Pyre Martyr', 'FireCult_FlameThrower', 'NPC_FireCult', 'Humanoid', 'Flamethrower', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (33, 'Free Pal Alliance Believer', 'Believer_Bat', 'NPC_Believer', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 75, \"Ranged\": 75}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (34, 'Free Pal Alliance Believer', 'Believer_CrossBow', 'NPC_Believer', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 50, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (35, 'Villager', 'Male_People02', 'NPC_Male02', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (36, 'Villager', 'Male_People03', 'NPC_Male03', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (37, 'Villager', 'Female_People02', 'NPC_Female02', 'Humanoid', 'None', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (38, 'Villager', 'Female_People03', 'NPC_Female03', 'Humanoid', 'None', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (39, 'Villager', 'Male_Trader01', 'NPC_Male_Trader', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (40, 'Villager', 'Male_Trader02', 'NPC_Male_Trader02', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (41, 'Villager', 'Male_Trader03', 'NPC_Male_Trader03', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (42, 'Black Marketeer', 'Male_DarkTrader01', 'NPC_Male_DarkTrader', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 10.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (43, 'Black Marketeer', 'Male_DarkTrader01_02', 'NPC_Male_DarkTrader_02', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 10.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (44, 'Black Marketeer', 'Male_DarkTrader01_03', 'NPC_Male_DarkTrader_03', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 10.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (45, 'Black Marketeer', 'Male_DarkTrader01_04', 'NPC_Male_DarkTrader_04', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 10.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (46, 'Villager', 'Male_DesertPeople01', 'NPC_Male_DesertPeople', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (47, 'Villager', 'Female_DesertPeople02', 'NPC_Female_DesertPeople', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (48, 'Islander', 'MobuCitizen_Male', 'NPC_Male01', 'Humanoid', 'Handgun', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (49, 'Islander', 'Male_Soldier01', 'NPC_Male_Soldier', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (50, 'Islander', 'Female_Soldier01', 'NPC_Female_Soldier', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (51, 'Islander', 'Male_Police_old', 'NPC_Male_Police_old', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 100.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (52, 'PAL Genetic Research Unit Executioner', 'Male_Scientist01_LaserRifle', 'NPC_Male_Scientist01', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (53, 'PAL Genetic Research Unit Executioner', 'Scientist_FlameThrower', 'NPC_Male_Scientist01', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (54, 'Wandering Merchant', 'SalesPerson_Desert', 'NPC_Shop_Desert', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (55, 'Wandering Merchant', 'SalesPerson_Desert2', 'NPC_Shop_Desert2', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (56, 'Pal Merchant', 'PalDealer_Desert', 'NPC_PALSHOP_Desert', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (57, 'Wandering Merchant', 'SalesPerson_Volcano', 'NPC_Shop_Volcano', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1); INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (58, 'Wandering Merchant', 'SalesPerson_Volcano2', 'NPC_Shop_Volcano2', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (59, 'Pal Merchant', 'PalDealer_Volcano', 'NPC_PALSHOP_Volcano', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (60, 'Wandering Merchant', 'SalesPerson_Wander', 'NPC_Shop_Wander', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (61, 'Pal Merchant', 'RandomEventShop', 'NPC_PALSHOP', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (62, 'Syndicate Gunner', 'Hunter_Rifle_Invader', 'NPC_Hunter', 'Humanoid', 'Assault Rifle', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (63, 'Syndicate Thug', 'Hunter_Handgun_Invader', 'NPC_Hunter', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (64, 'Syndicate Hunter', 'Hunter_Shotgun_Invader', 'NPC_Hunter', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (65, 'Syndicate Elite', 'Hunter_RocketLauncher_Invader', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (66, 'Syndicate Thug', 'Hunter_Bat_Invader', 'NPC_Hunter', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (67, 'Syndicate Grenadier', 'Hunter_Grenade_Invader', 'NPC_Hunter', 'Humanoid', 'Throw Object', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (68, 'Syndicate Cleaner', 'Hunter_FlameThrower_Invader', 'NPC_Hunter', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (69, 'Syndicate Crusher', 'Hunter_Fat_GatlingGun_Invader', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 50, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (70, 'Free Pal Alliance Believer', 'Believer_Bat_Invader', 'NPC_Believer', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (71, 'Free Pal Alliance Believer', 'Believer_CrossBow_Invader', 'NPC_Believer', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (72, 'Brothers of the Eternal Pyre Martyr', 'FireCult_Rifle_Invader', 'NPC_FireCult', 'Humanoid', 'Assault Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (73, 'Brothers of the Eternal Pyre Martyr', 'FireCult_FlameThrower_Invader', 'NPC_FireCult', 'Humanoid', 'Flamethrower', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (74, 'PAL Genetic Research Unit Executioner', 'Male_Scientist01_LaserRifle_Invader', 'NPC_Male_Scientist01', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', 0, 0, 1), (75, 'PAL Genetic Research Unit Executioner', 'Scientist_FlameThrower_Invader', 'NPC_Male_Scientist01', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', 0, 0, 1), (76, 'Islander', 'Male_Soldier02', 'NPC_Male_Soldier02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (77, 'Islander', 'Female_Soldier02', 'NPC_Female_Soldier02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (78, 'Islander', 'Male_Soldier03', 'NPC_Male_Soldier03', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (79, 'Islander', 'Female_Soldier03', 'NPC_Female_Soldier03', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (80, 'Islander', 'Male_Soldier04', 'NPC_Male_Soldier04', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (81, 'Islander', 'Female_Soldier04', 'NPC_Female_Soldier04', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (82, 'Syndicate Gunner', 'Hunter_Rifle_Oilrig', 'NPC_Hunter', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 21.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (83, 'Syndicate Hunter', 'Hunter_Shotgun_Oilrig', 'NPC_Hunter', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 28.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (84, 'Syndicate Grenadier', 'Hunter_Grenade_Oilrig', 'NPC_Hunter', 'Humanoid', 'Throw Object', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 18.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (85, 'Syndicate Cleaner', 'Hunter_FlameThrower_Oilrig', 'NPC_Hunter', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 25}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 20.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (86, 'Syndicate Elite', 'Hunter_RocketLauncher_Oilrig', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 3}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (87, 'Syndicate Veteran', 'Hunter_GrenadeLauncher_Oilrig', 'NPC_Hunter', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (88, 'Syndicate Interceptor', 'Hunter_MissileLauncher_Oilrig', 'NPC_Hunter', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 10}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (89, 'Syndicate Crusher', 'Hunter_Fat_GatlingGun_Oilrig', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.2, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (90, 'Medal Merchant', 'Male_DarkTrader02', 'NPC_MedalTrader', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 10.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (91, 'Moonflower Genin', 'Male_Ninja01', 'NPC_Male_Ninja01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (92, 'Moonflower Jonin', 'Male_NinjaElite01', 'NPC_Male_NinjaElite01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (93, 'Syndicate Crusher', 'Hunter_Fat_GatlingGun_Tower', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 10.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (94, 'Syndicate Gunner', 'Hunter_Rifle_Tower', 'NPC_Hunter', 'Humanoid', 'Assault Rifle', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 10.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (95, 'Free Pal Alliance Judicator', 'Believer_Fat_Cane_Tower', 'NPC_Believer_Fat', 'Humanoid', 'Giant Club', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 25.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (96, 'Free Pal Alliance Believer', 'Believer_CrossBow_Tower', 'NPC_Believer', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 50, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 15.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (97, 'Moonflower Genin', 'Ninja01_Tower', 'NPC_Male_Ninja01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 5.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 8.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (98, 'Moonflower Jonin', 'NinjaElite01_Tower', 'NPC_Male_NinjaElite01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 7.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 12.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (99, 'PIDF Rifleman', 'Police_Rifle_Tower', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (100, 'PIDF Elite', 'Police_Shotgun_Tower', 'NPC_Police', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (101, 'Hawk', 'BOSS_Hunter_Rifle', 'BOSS_NPC_Hunter', 'Humanoid', 'Assault Rifle', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (102, 'Grill', 'BOSS_Hunter_Fat_GatlingGun', 'BOSS_NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (103, 'Ego', 'BOSS_Believer_CrossBow', 'BOSS_NPC_Believer', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 50, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.5, \"EnemyReceiveDamageRate\": 0.24}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (104, 'Brick', 'BOSS_Believer_Fat_GiantClub', 'BOSS_NPC_Believer_Fat', 'Humanoid', 'Giant Club', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 3.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (105, 'Whip', 'BOSS_Police_Rifle', 'BOSS_NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (106, 'Shadow', 'BOSS_FireCult_FlameThrower', 'BOSS_NPC_FireCult', 'Humanoid', 'Flamethrower', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (107, 'Whisk', 'BOSS_Scientist_LaserRifle', 'BOSS_NPC_Male_Scientist', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (108, 'Fumble', 'BOSS_Ninja', 'BOSS_NPC_Male_Ninja', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', 0, 0, 1), (109, 'Urchin', 'BOSS_Male_NinjaElite', 'BOSS_NPC_Male_NinjaElite', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1), (110, 'Gnaw', 'BOSS_Viking', 'BOSS_NPC_Viking', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 0.2}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (111, 'Cache', 'BOSS_VikingElite', 'BOSS_NPC_VikingElite', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.2, \"EnemyReceiveDamageRate\": 0.2}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (112, 'Jade', 'BOSS_Female_Soldier', 'BOSS_NPC_Female_Soldier', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.2}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (113, 'Dazzle', 'BOSS_Female_Soldier02', 'BOSS_NPC_Female_Soldier02', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 4.0, \"EnemyReceiveDamageRate\": 0.2}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1); INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (114, 'Aloha', 'BOSS_Female_Soldier03', 'BOSS_NPC_Female_Soldier03', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (115, 'Nimble', 'BOSS_Female_Soldier04', 'BOSS_NPC_Female_Soldier04', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 4.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (116, 'Crash', 'BOSS_Male_Soldier', 'BOSS_NPC_Male_Soldier', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (117, 'Dart', 'BOSS_Male_Soldier02', 'BOSS_NPC_Male_Soldier02', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (118, 'Clint', 'BOSS_Male_Soldier03', 'BOSS_NPC_Male_Soldier03', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (119, 'Lasso', 'BOSS_Male_Soldier04', 'BOSS_NPC_Male_Soldier04', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 0.24}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (120, 'Flare', 'BOSS_Female_People', 'BOSS_NPC_Female', 'Humanoid', 'Flamethrower', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 3.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (121, 'Siren', 'BOSS_Female_People02', 'BOSS_NPC_Female02', 'Humanoid', 'Crossbow', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (122, 'Turncoat', 'BOSS_Female_People03', 'BOSS_NPC_Female03', 'Humanoid', 'Handgun', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (123, 'Dyna', 'BOSS_Male_People', 'BOSS_NPC_Male', 'Humanoid', 'Throw Object', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (124, 'Mite', 'BOSS_Male_People2', 'BOSS_NPC_Male', 'Humanoid', 'Throw Object', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (125, 'Quill', 'BOSS_Male_People02', 'BOSS_NPC_Male02', 'Humanoid', 'Crossbow', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 4.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 0.1}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1), (126, 'Scoot', 'BOSS_Male_People03', 'BOSS_NPC_Male03', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (127, 'Phantom', 'BOSS_Male_DesertPeople', 'BOSS_NPC_Male_DesertPeople', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 3.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', 0, 0, 1), (128, 'Whisper', 'BOSS_Female_DesertPeople', 'BOSS_NPC_Female_DesertPeople', 'Humanoid', 'Katana', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (129, 'Pinch', 'BOSS_Police_old', 'BOSS_NPC_Police_Old', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 0.2}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (130, 'Ram', 'BOSS_DarkTrader', 'BOSS_NPC_DarkTrader', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 11.0, \"EnemyReceiveDamageRate\": 0.2}', 1, 10000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (131, 'Skim', 'BOSS_Male_Trader01', 'BOSS_Male_Trader01', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (132, 'Mimic', 'BOSS_Male_Trader02', 'BOSS_Male_Trader02', 'Humanoid', 'Laser Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 16.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', 0, 0, 1), (133, 'Billy', 'BOSS_Male_Trader03', 'BOSS_Male_Trader03', 'Humanoid', 'Assault Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 12.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (134, 'Syndicate Thug', 'Hunter_Handgun_MiniOilrig', 'NPC_Hunter', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 30}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (135, 'Syndicate Gunner', 'Hunter_Rifle_MiniOilrig', 'NPC_Hunter', 'Humanoid', 'Assault Rifle', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (136, 'Syndicate Hunter', 'Hunter_Shotgun_MiniOilrig', 'NPC_Hunter', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.6, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (137, 'Syndicate Grenadier', 'Hunter_Grenade_MiniOilrig', 'NPC_Hunter', 'Humanoid', 'Throw Object', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (138, 'Syndicate Cleaner', 'Hunter_FlameThrower_MiiniOilrig', 'NPC_Hunter', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 50}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (139, 'Syndicate Elite', 'Hunter_RocketLauncher_MiniOilrig', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 0.2, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (140, 'Syndicate Crusher', 'Hunter_Fat_GatlingGun_MiniOilrig', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (141, 'Sturdy Mercenary', 'Male_Soldier01_EnemyGroup', 'NPC_Male_Soldier', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (142, 'Sturdy Mercenary', 'Male_Soldier02_EnemyGroup', 'NPC_Male_Soldier02', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (143, 'Syndicate Laser Rifleman', 'Hunter_LaserRifle_Oilrig', 'NPC_Hunter', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', 0, 0, 1), (144, 'Syndicate Crossbowman', 'Hunter_BowGun_Oilrig', 'NPC_Hunter', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (145, 'Syndicate Swordsman', 'Hunter_Katana_Oilrig', 'NPC_Hunter', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 3.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (146, 'Syndicate Elite', 'Hunter_RocketLauncher_Oilrig_LD', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 3}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 3.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (147, 'Syndicate Gunner', 'Hunter_Rifle_LargeOilrig', 'NPC_Hunter', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 6.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (148, 'Syndicate Hunter', 'Hunter_Shotgun_LargeOilrig', 'NPC_Hunter', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (149, 'Syndicate Grenadier', 'Hunter_Grenade_LargeOilrig', 'NPC_Hunter', 'Humanoid', 'Throw Object', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (150, 'Syndicate Cleaner', 'Hunter_FlameThrower_LargeOilrig', 'NPC_Hunter', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 25}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (151, 'Syndicate Elite', 'Hunter_RocketLauncher_LargeOilrig', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 3}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 3.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (152, 'Syndicate Veteran', 'Hunter_GrenadeLauncher_LargeOilrig', 'NPC_Hunter', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 3.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (153, 'Syndicate Interceptor', 'Hunter_MissileLauncher_LargeOilrig', 'NPC_Hunter', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 10}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 3.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (154, 'Syndicate Crusher', 'Hunter_Fat_GatlingGun_LargeOilrig', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 4.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 7.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 1, 1), (155, 'Feybreak Warrior', 'Viking', 'NPC_Viking', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (156, 'Feybreak Berserker', 'Viking_Elite', 'NPC_VikingElite', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (157, 'Pal Recruiter', 'Visitor_Recruiter', 'NPC_Recruiter', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (158, 'Free Pal Alliance Judicator', 'Believer_Fat_Cane', 'NPC_Believer_Fat', 'Humanoid', 'Giant Club', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (159, 'Islander', 'Doctor', 'NPC_Doctor', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1), (160, 'Islander', 'PalPassive_Doctor', 'NPC_Doctor', 'Humanoid', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1), (161, 'Islander', 'Reward_Food', 'NPC_Reward_Food', 'Humanoid', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (162, 'Guard', 'Reward_Paldex', 'NPC_Reward_Paldex', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (163, 'Guard', 'Reward_BossDefeat', 'NPC_Reward_BossDefeat', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (164, 'Guard', 'Reward_PalCaptureCount', 'NPC_Reward_PalCaptureCount', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (165, 'Guard', 'Reward_PalDisplay_A_01', 'NPC_PalDisplay_A', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (166, 'Guard', 'Reward_PalDisplay_B_01', 'NPC_PalDisplay_B', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (167, 'Guard', 'Reward_PalDisplay_C_01', 'NPC_PalDisplay_C', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (168, 'Guard', 'Reward_PalDisplay_D_01', 'NPC_PalDisplay_D', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1); INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (169, 'Guard', 'Reward_PalDisplay_E_01', 'NPC_PalDisplay_E', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (170, 'Guard', 'Reward_PalDisplay_F_01', 'NPC_PalDisplay_F', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (171, 'Guard', 'Reward_PalDisplay_G_01', 'NPC_PalDisplay_G', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (172, 'Guard', 'Reward_PalDisplay_H_01', 'NPC_PalDisplay_H', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (173, 'Guard', 'Reward_PalDisplay_I_01', 'NPC_PalDisplay_I', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (174, 'Caravan Leader', 'CaravanLeader01', 'NPC_SalesPerson_Caravan_01', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (175, 'Caravan Leader', 'CaravanLeader02', 'NPC_SalesPerson_Caravan_02', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (176, 'Caravan Leader', 'CaravanLeader03', 'NPC_SalesPerson_Caravan_03', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (177, 'Islander', 'NPC_FoodRequire_1', 'NPC_FoodRequire_1', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (178, 'Islander', 'NPC_PalDisplay_1', 'NPC_PalDisplay_1', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (179, 'Guard', 'BountyTrader', 'NPC_BountyTrader', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (180, 'Desert Town Ambassador ', 'Ambassador01', 'NPC_Ambassador01', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (181, 'Blacksmith in Training', 'Blacksmith01', 'NPC_Blacksmith01', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (182, 'Gourmet Hunter', 'Epicure01', 'NPC_Epicure01', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (183, 'Mercenary Bodyguard', 'Escort_Warrior01', 'NPC_Escort_Warrior01', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (184, 'Pal Tamer Bodyguard', 'Escort_PalTamer01', 'NPC_Escort_PalTamer01', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (185, 'Feybreak Warrior', 'Viking_Tower', 'NPC_Viking_Tower', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (186, 'Feybreak Berserker', 'VikingElite_Tower', 'NPC_VikingElite_Tower', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 12.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (187, 'Moonflower Jonin', 'Male_NinjaElite01_Invader', 'NPC_Male_NinjaElite01_Invader', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (188, 'Feybreak Berserker', 'Viking_Elite_Invader', 'NPC_VikingElite_Invader', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (189, 'Fiery Pal Tamer', 'Male_Soldier02_Invader', 'NPC_Male_Soldier02_Invader', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (190, 'Gemini Tamers', 'Female_Soldier03_Invader', 'NPC_Female_Soldier03_Invader', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (191, 'Gemini Tamers', 'Female_Soldier04_Invader', 'NPC_Female_Soldier04_Invader', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (192, 'Islander', 'Yamishima_guide1', 'NPC_Male01', 'Humanoid', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (193, 'Islander', 'Yamishima_guide2', 'NPC_Male02', 'Humanoid', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (194, 'Islander', 'Yamishima_guide3', 'NPC_Female03', 'Humanoid', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (195, 'Islander', 'Yamishima_guide4', 'NPC_Shop', 'Humanoid', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (196, 'Mercenary Bodyguard', 'Yamishima_guide5', 'NPC_Male_Soldier', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (197, 'Islander', 'Reward_Emote_A_01', 'NPC_Reward_Emote_GeneralRnd_A', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (198, 'Islander', 'Reward_Emote_B_01', 'NPC_Reward_Emote_GeneralRnd_B', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (199, 'Islander', 'Reward_Emote_C_01', 'NPC_Reward_Emote_GeneralRnd_C', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (200, 'Islander', 'Reward_Emote_D_01', 'NPC_Reward_Emote_GeneralRnd_D', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (201, 'Islander', 'Reward_Emote_E_01', 'NPC_Reward_Emote_GeneralRnd_E', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (202, 'Islander', 'Reward_Emote_F_01', 'NPC_Reward_Emote_GeneralRnd_F', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (203, 'Islander', 'Reward_Emote_G_01', 'NPC_Reward_Emote_GeneralRnd_G', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (204, 'Islander', 'Reward_Emote_H_01', 'NPC_Reward_Emote_GeneralRnd_H', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (205, 'Islander', 'Reward_Emote_I_01', 'NPC_Reward_Emote_GeneralRnd_I', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (206, 'Islander', 'Emote_location_A_01', 'NPC_Reward_Emote_location_A_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (207, 'Islander', 'Emote_location_A_02', 'NPC_Reward_Emote_location_A_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (208, 'Islander', 'Emote_location_B_01', 'NPC_Reward_Emote_location_B_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (209, 'Islander', 'Emote_location_B_02', 'NPC_Reward_Emote_location_B_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (210, 'Islander', 'Emote_location_C_01', 'NPC_Reward_Emote_location_C_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (211, 'Islander', 'Emote_location_C_02', 'NPC_Reward_Emote_location_C_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (212, 'Islander', 'Emote_location_D_01', 'NPC_Reward_Emote_location_D_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (213, 'Islander', 'Emote_location_D_02', 'NPC_Reward_Emote_location_D_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (214, 'Islander', 'Emote_location_E_01', 'NPC_Reward_Emote_location_E_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (215, 'Islander', 'Emote_location_E_02', 'NPC_Reward_Emote_location_E_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (216, 'Islander', 'Emote_location_F_01', 'NPC_Reward_Emote_location_F_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (217, 'Islander', 'Emote_location_F_02', 'NPC_Reward_Emote_location_F_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (218, 'Islander', 'Emote_location_G_01', 'NPC_Reward_Emote_location_G_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (219, 'Islander', 'Emote_location_G_02', 'NPC_Reward_Emote_location_G_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (220, 'Islander', 'Emote_location_H_01', 'NPC_Reward_Emote_location_H_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (221, 'Islander', 'Emote_location_H_02', 'NPC_Reward_Emote_location_H_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (222, 'Islander', 'Emote_location_I_01', 'NPC_Reward_Emote_location_I_01', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (223, 'Islander', 'Emote_location_I_02', 'NPC_Reward_Emote_location_I_02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (224, 'Islander', 'Help01', 'NPC_Help01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1); INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (225, 'Islander', 'Help02', 'NPC_Help02', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (226, 'Islander', 'Help03', 'NPC_Help03', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (227, 'Islander', 'Help04', 'NPC_Help04', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (228, 'Veteran Pal Tamer', 'DeathPenalty_guide', 'NPC_DeathPenalty_guide', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (229, 'Friendly Pal Tamer', 'Respawn_guide', 'NPC_Respawn_guide', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (230, 'PIDF Rifleman', 'Police_TreasureGuard_NarrowSite', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (231, 'PIDF Rifleman', 'Police_Vigilance', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (232, 'PIDF Rifleman', 'Police_BowGun', 'NPC_Police', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (233, 'Syndicate Thug', 'Hunter_Prisoner', 'NPC_Hunter', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 10}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (234, 'Free Pal Alliance Believer', 'Believer_Prisoner', 'NPC_Believer', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 75, \"Ranged\": 75}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (235, 'Brothers of the Eternal Pyre Martyr', 'FireCult_Prisoner', 'NPC_FireCult', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (236, 'Jailed Ex-Chief', 'Police_old_Prisoner', 'NPC_Male_Police_old', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (237, 'PAL Genetic Research Unit Executioner', 'Scientist_Prisoner', 'NPC_Male_Scientist01', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (238, 'Moonflower Genin', 'Ninja_Prisoner', 'NPC_Male_Ninja01', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (239, 'Feybreak Warrior', 'Viking_Prisoner', 'NPC_Viking', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (240, 'Free Pal Alliance Judicator', 'Believer_Fat_Prisoner', 'NPC_Believer_Fat', 'Humanoid', 'Giant Club', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (241, 'Syndicate Crusher', 'Hunter_Fat_Prisoner', 'NPC_Hunter_Fat', 'Humanoid', 'Giant Club', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (242, 'Slacker Chief', 'Police_Chief', 'NPC_Male_Police_old', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 100.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Oil Extraction\", \"Image\": \"/public/images/suitability/T_icon_palwork_09.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', 0, 0, 1), (243, 'Brothers of the Eternal Pyre Martyr', 'FireCult_Rifle_Relax', 'NPC_FireCult', 'Humanoid', 'Assault Rifle', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (244, 'Brothers of the Eternal Pyre Martyr', 'FireCult_FlameThrower_Relax', 'NPC_FireCult', 'Humanoid', 'Flamethrower', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (245, 'Syndicate Laser Rifleman', 'Hunter_LaserRifle', 'NPC_Hunter', 'Humanoid', 'Laser Rifle', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', 0, 0, 1), (246, 'Syndicate Crossbowman', 'Hunter_BowGun', 'NPC_Hunter', 'Humanoid', 'Crossbow', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (247, 'Syndicate Swordsman', 'Hunter_Katana', 'NPC_Hunter', 'Humanoid', 'Katana', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (248, 'Moonflower Genin', 'Ninja_NoEquip', 'NPC_Male_Ninja01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (249, 'Moonflower Jonin', 'NinjaElite_NoEquip', 'NPC_Male_NinjaElite01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (250, 'Moonflower Genin', 'Ninja_Bowgun', 'NPC_Male_Ninja01', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (251, 'Moonflower Jonin', 'NinjaElite_Bowgun', 'NPC_Male_NinjaElite01', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (252, 'Zoe', 'GrassBoss', 'NPC_GrassBoss', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}]', 0, 0, 1), (253, 'ForestBoss', 'ForestBoss', 'NPC_ForestBoss', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}]', 0, 0, 1), (254, 'DesertBoss', 'DesertBoss', 'NPC_DesertBoss', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (255, 'ElectricBoss', 'ElectricBoss', 'NPC_ElectricBoss', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}]', 0, 0, 1), (256, 'SnowBoss', 'SnowBoss', 'NPC_SnowBoss', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', 0, 0, 1), (257, 'SakurajimaBoss', 'SakurajimaBoss', 'NPC_SakurajimaBoss', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', 0, 0, 1), (258, 'VikingBoss', 'VikingBoss', 'NPC_VikingBoss', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (259, 'ArenaShop', 'ArenaShop', 'NPC_ArenaShop', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (260, 'Newbie Pal Tamer', 'Arena_Male_Soldier02', 'NPC_Male_Soldier02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (261, 'Up-and-Coming Pal Tamer', 'Arena_Female_Soldier02', 'NPC_Female_Soldier02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (262, 'Cruel Pal Tamer', 'Arena_Male_Soldier03', 'NPC_Male_Soldier03', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (263, 'Veteran Pal Tamer', 'Arena_Female_Soldier03', 'NPC_Female_Soldier03', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (264, 'Sturdy Mercenary', 'Arena_Soldier', 'NPC_Male_Soldier', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 20.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (265, 'Syndicate Crusher', 'Arena_Hunter_Fat_GatlingGun', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.25, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 12.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 1, 1), (266, 'Brothers of the Eternal Pyre Martyr', 'Arena_FireCult_FlameThrower', 'NPC_FireCult', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 20.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (267, 'Moonflower Genin', 'Arena_Ninja', 'NPC_Male_Ninja01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 8.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', 0, 1, 1), (268, 'Messenger of Love', 'Arena_Reward_Emote', 'NPC_Reward_Emote_GeneralRnd_A', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (269, 'PAL Genetic Research Unit Executioner', 'Arena_Scientist_LaserRifle', 'NPC_Male_Scientist01', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 20.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', 0, 1, 1), (270, 'Feybreak Warrior', 'Arena_Viking', 'NPC_Viking', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 1, 1), (271, 'Vigorous Pal Tamer', 'Arena_Male_Soldier04', 'NPC_Male_Soldier04', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 0.7}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (272, 'Pal Ecological Researcher', 'Arena_Reward_Paldex', 'NPC_Reward_Paldex', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 20.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (273, 'Sweet-Smelling Hunter', 'Arena_Ranger04', 'NPC_Female_Ranger01_v04', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.8}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (274, 'Reincarnated Guy', 'Arena_Male_Police_old', 'NPC_Male_Police_old', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1200.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (275, 'Friendly Pal Tamer', 'Arena_Female_Presenter', 'NPC_Female_Presenter01', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 60.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (276, 'Dr. Brawn', 'Arena_PalPassive_Doctor', 'NPC_Doctor', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 60.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (277, 'Medal Merchant', 'Arena_Male_DarkTrader02', 'NPC_MedalTrader', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 50.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 10000, 'M', 'VillageNPC', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 1, 1), (278, 'Master Pal Tamer', 'Arena_Female_Soldier04', 'NPC_Female_Soldier04', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (279, 'Fiery Pal Tamer', 'Arena_Male_Soldier02_Invader', 'NPC_Male_Soldier02_Invader', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 100.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 8000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (280, 'Moonflower Jonin', 'Arena_NinjaElite', 'NPC_Male_NinjaElite01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 1, 1), (281, 'Feybreak Berserker', 'Arena_VikingElite', 'NPC_VikingElite', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 12.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 1, 1), (282, 'Legend-Loving Researcher', 'Arena_Scholar01', 'NPC_Male_Scholar01_v01', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 45.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1); INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (283, 'Veteran Hunter', 'Arena_BossDefeat', 'NPC_Reward_BossDefeat', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 60.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (284, 'Black Marketeer', 'Arena_DarkTrader', 'NPC_Male_DarkTrader', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 70.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (285, 'Islander', 'Female_Farmer01_v01', 'NPC_Female_Farmer01_v01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (286, 'Islander', 'Female_Farmer01_v02', 'NPC_Female_Farmer01_v02', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (287, 'Islander', 'Female_Farmer01_v03', 'NPC_Female_Farmer01_v03', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (288, 'Islander', 'Female_Farmer01_v04', 'NPC_Female_Farmer01_v04', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (289, 'Islander', 'Male_Scholar01_v01', 'NPC_Male_Scholar01_v01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (290, 'Islander', 'Male_Scholar01_v02', 'NPC_Male_Scholar01_v02', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (291, 'Islander', 'Male_Scholar01_v03', 'NPC_Male_Scholar01_v03', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (292, 'Islander', 'Male_Scholar01_v04', 'NPC_Male_Scholar01_v04', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (293, 'Islander', 'Male_Breeder01_v01', 'NPC_Male_Breeder01_v01', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (294, 'Islander', 'Male_Breeder01_v02', 'NPC_Male_Breeder01_v02', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (295, 'Islander', 'Male_Breeder01_v03', 'NPC_Male_Breeder01_v03', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (296, 'Islander', 'Male_Breeder01_v04', 'NPC_Male_Breeder01_v04', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (297, 'Islander', 'Female_Ranger01_v01', 'NPC_Female_Ranger01_v01', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (298, 'Islander', 'Female_Ranger01_v02', 'NPC_Female_Ranger01_v02', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (299, 'Islander', 'Female_Ranger01_v03', 'NPC_Female_Ranger01_v03', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (300, 'Islander', 'Female_Ranger01_v04', 'NPC_Female_Ranger01_v04', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (301, 'Islander', 'Female_Nomad01_v01', 'NPC_Female_Nomad01_v01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (302, 'Islander', 'Female_Nomad01_v02', 'NPC_Female_Nomad01_v02', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (303, 'Islander', 'Female_Nomad01_v03', 'NPC_Female_Nomad01_v03', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (304, 'Islander', 'Female_Nomad01_v04', 'NPC_Female_Nomad01_v04', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (305, 'Islander', 'Male_Angler01_v01', 'NPC_Male_Angler01_v01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (306, 'Syndicate Swordsman', 'Quest_Hunter_Katana01', 'NPC_Hunter', 'Humanoid', 'Katana', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 10}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (307, 'Syndicate Elite', 'Quest_Hunter_RocketLauncher01', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (308, 'Syndicate Crusher', 'Quest_Hunter_Fat_GatlingGun01', 'NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (309, 'Syndicate Cleaner', 'Quest_Hunter_FlameThrower', 'NPC_Hunter', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 30, \"Ranged\": 50}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (310, 'Free Pal Alliance Believer', 'Believer_Bat_Camp02', 'NPC_Believer', 'Humanoid', 'Melee Weapon', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 75, \"Ranged\": 75}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 10.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (311, 'Free Pal Alliance Believer', 'Believer_CrossBow_Camp02', 'NPC_Believer', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 50, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 3.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (312, 'PIDF Rifleman', 'Police_Shield_Tower', 'Police_Shield_Tower', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (313, 'Islander', 'Male_Kigurumi01_v01', 'NPC_Male_Kigurumi01_v01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (314, 'Negotiator', 'Negotiator', 'NPC_Negotiator', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (315, 'Patrol Drone', 'WildlifeSanctuaryDrone', 'WildlifeSanctuaryDrone', 'Other', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 150.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 0.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (316, 'WorldTree Hunter MissileLauncher test', 'WorldTree_Hunter_MissileLauncher_test', 'NPC_Doctor', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 10}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 15.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 3.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Warlike', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', 0, 0, 1), (317, 'Fia', 'Female_SurveyGirl01', 'NPC_Female_SurveyGirl01', 'Humanoid', 'Handgun', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (318, 'Fia', 'Female_SurveyGirl02', 'NPC_Female_SurveyGirl02', 'Humanoid', 'Assault Rifle', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 20, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (319, 'Fia', 'Female_SurveyGirl03', 'NPC_Female_SurveyGirl03', 'Humanoid', 'Laser Rifle', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 40, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 4.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 4.0, \"EnemyReceiveDamageRate\": 0.25}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (320, 'Carla', 'Female_SurveyWoman01', 'NPC_Female_SurveyWoman01', 'Humanoid', 'Assault Rifle', '{\"HP\": 40, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 40, \"Ranged\": 60}, \"Defense\": 20, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (321, 'Carla', 'Female_SurveyWoman02', 'NPC_Female_SurveyWoman02', 'Humanoid', 'Assault Rifle', '{\"HP\": 40, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 40, \"Ranged\": 60}, \"Defense\": 40, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (322, 'Gadel', 'Male_SurveyMan01', 'NPC_Male_SurveyMan01', 'Humanoid', 'Shotgun', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 60, \"Ranged\": 80}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (323, 'Gadel', 'Male_SurveyMan02', 'NPC_Male_SurveyMan02', 'Humanoid', 'Shotgun', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 60, \"Ranged\": 80}, \"Defense\": 20, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 2.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 2.0, \"EnemyReceiveDamageRate\": 0.5}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (324, 'Gadel', 'Male_SurveyMan03', 'NPC_Male_SurveyMan03', 'Humanoid', 'Shotgun', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 60, \"Ranged\": 80}, \"Defense\": 40, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 4.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 4.0, \"EnemyReceiveDamageRate\": 0.25}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (325, 'Harold', 'Male_StrongOldMan01', 'NPC_Male_StrongOldMan01', 'Humanoid', 'Katana', '{\"HP\": 500, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 500, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 5.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 0.1}', 1, 5000, 'S', 'Warlike WithoutPlayer', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (326, 'Harold', 'Male_StrongOldMan02', 'NPC_Male_StrongOldMan02', 'Humanoid', 'Katana', '{\"HP\": 500, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 500, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 5.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 0.1}', 1, 5000, 'S', 'Warlike WithoutPlayer', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (327, 'Syndicate Thug', 'Hunter_Handgun_Quest_StrongOldMan', 'NPC_Hunter', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 10, \"Ranged\": 30}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 3000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (328, 'Syndicate Hunter', 'Hunter_Shotgun_Quest_StrongOldMan', 'NPC_Hunter', 'Humanoid', 'Shotgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (329, 'Syndicate Elite', 'Hunter_RocketLauncher_Quest_StrongOldMan', 'NPC_Hunter', 'Humanoid', 'Rocket Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (330, 'Guard', 'Reward_Paldex_v02', 'NPC_Reward_Paldex_v02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Oil Extraction\", \"Image\": \"/public/images/suitability/T_icon_palwork_09.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', 0, 0, 1), (331, 'Guard', 'Reward_PalCaptureCount_v02', 'NPC_Reward_PalCaptureCount_v02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 8000, 'S', 'VillageNPC', 0, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (332, 'Islander', 'Female_Farmer01_v05', 'NPC_Female_Farmer01_v05', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (333, 'Islander', 'Male_Scholar01_v05', 'NPC_Male_Scholar01_v05', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (334, 'Islander', 'Male_Breeder01_v05', 'NPC_Male_Breeder01_v05', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (335, 'Islander', 'Female_Ranger01_v05', 'NPC_Female_Ranger01_v05', 'Humanoid', 'Crossbow', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (336, 'Islander', 'Female_Nomad01_v05', 'NPC_Female_Nomad01_v05', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (337, 'Elder', 'BOSS_Hunter_Fat_GatlingGun_Quest_StrongOldMan', 'BOSS_NPC_Hunter_Fat', 'Humanoid', 'Gatling Gun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.7, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 0.24}', 1, 8000, 'M', 'Kill All', 0, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (338, 'Brothers of the Eternal Pyre Martyr', 'FireCult_GrenadeLauncher', 'NPC_FireCult', 'Humanoid', 'Grenade Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1); INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (339, 'Brothers of the Eternal Pyre Martyr', 'FireCult_RocketLauncher', 'NPC_FireCult', 'Humanoid', 'Rocket Launcher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (340, 'Brothers of the Eternal Pyre Martyr', 'FireCult_MissileLauncher', 'NPC_FireCult', 'Humanoid', 'MissileLauncher', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (341, 'PAL Genetic Research Unit Executioner', 'Scientist_GrenadeLauncher', 'NPC_Male_Scientist01', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (342, 'PAL Genetic Research Unit Executioner', 'Scientist_MissileLauncher', 'NPC_Male_Scientist01', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (343, 'Moonflower Genin', 'Ninja_Grenade', 'NPC_Male_Ninja01', 'Humanoid', 'Throw Object', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (344, 'Moonflower Jonin', 'NinjaElite_Grenade', 'NPC_Male_NinjaElite01', 'Humanoid', 'Throw Object', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (345, 'Feybreak Warrior', 'Viking_Melee', 'NPC_Viking', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 5.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (346, 'Feybreak Warrior', 'Viking_GrenadeLauncher', 'NPC_Viking', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (347, 'Feybreak Berserker', 'Viking_RocketLauncher', 'NPC_VikingElite', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (348, 'Islander', 'Male_DTairikuPeople01_v01', 'NPC_Male_DTairikuPeople01_v01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (349, 'Islander', 'Female_DTairikuPeople01_v01', 'NPC_Female_DTairikuPeople01_v01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (350, 'Islander', 'Male_TenrakuPeople01', 'NPC_Male_TenrakuPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1), (351, 'Islander', 'Female_TenrakuPeople01', 'NPC_Female_TenrakuPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1), (352, 'Islander', 'Male_SnowPeople01', 'NPC_Male_SnowPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (353, 'Islander', 'Female_SnowPeople01', 'NPC_Female_SnowPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (354, 'Islander', 'Male_SakurajimaPeople01', 'NPC_Male_SakurajimaPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (355, 'Islander', 'Female_SakurajimaPeople01', 'NPC_Female_SakurajimaPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (356, 'Islander', 'Male_SorajimaPeople01', 'NPC_Male_SorajimaPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (357, 'Islander', 'Female_SorajimaPeople01', 'NPC_Female_SorajimaPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (358, 'PIDF Rifleman', 'Police_Invader_Rifle', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (359, 'PIDF Guard', 'Police_Invader_Handgun', 'NPC_Police', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 1, 1), (360, 'PIDF Elite', 'Police_Invader_Shotgun', 'NPC_Police', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 1, 1), (361, 'PIDF Blader', 'Police_Invader_Katana', 'NPC_Police', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (362, 'PIDF Rioter', 'Police_Invader_CrossBow', 'NPC_Police', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (363, 'PIDF Technophile', 'Police_Invader_LaserRifle', 'NPC_Police', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 1, 1), (364, 'PIDF Veteran', 'Police_Invader_GrenadeLauncher', 'NPC_Police', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', 0, 1, 1), (365, 'PIDF Cleaner', 'Police_Invader_FlameThrower', 'NPC_Police', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (366, 'PIDF Rocketeer', 'Police_Invader_RocketLauncher', 'NPC_Police', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (367, 'PIDF Interceptor', 'Police_Invader_MissileLauncher', 'NPC_Police', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 1, 1), (368, 'Attack Chopper', 'SecurityDrone_Field', 'SecurityDrone_Field', 'Other', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 300.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'M', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (369, 'Islander', 'Male_WorldTreePeople01', 'NPC_Male_WorldTreePeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', 0, 0, 1), (370, 'Islander', 'Female_WorldTreePeople01', 'NPC_Female_WorldTreePeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', 0, 0, 1), (371, 'Arena Legend 1', 'Arena_Legend_1', 'NPC_Male_Kigurumi01_v01', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.1}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (372, 'Arena Legend 2', 'Arena_Legend_2', 'NPC_Male_Soldier', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (373, 'Arena Legend 3', 'Arena_Legend_3', 'NPC_Male_Soldier02', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (374, 'Arena Legend 4', 'Arena_Legend_4', 'NPC_Male_Soldier03', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 60.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (375, 'Arena Legend 5', 'Arena_Legend_5', 'NPC_Male_Soldier04', 'Humanoid', 'Grenade Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 20.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (376, 'Arena Legend 6', 'Arena_Legend_6', 'NPC_Female_Soldier', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 140.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (377, 'Arena Legend 7', 'Arena_Legend_7', 'NPC_Female_Soldier02', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (378, 'Arena Legend 8', 'Arena_Legend_8', 'NPC_Female_Soldier03', 'Humanoid', 'MissileLauncher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 25.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (379, 'Arena Legend 9', 'Arena_Legend_9', 'NPC_Male_Breeder01_v01', 'Humanoid', 'Rocket Launcher', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 15.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (380, 'Arena Legend 10', 'Arena_Legend_10', 'NPC_Female_Soldier04', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 60.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (381, 'Arena Legend 11', 'Arena_Legend_11', 'NPC_Male_Breeder01_v02', 'Humanoid', 'Shotgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (382, 'Arena Legend 12', 'Arena_Legend_12', 'NPC_Male_Breeder01_v03', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 100.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (383, 'Arena Legend 13', 'Arena_Legend_13', 'NPC_Male_Breeder01_v04', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 140.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (384, 'Arena Legend 14', 'Arena_Legend_14', 'NPC_Male_Breeder01_v05', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (385, 'Arena Legend 15', 'Arena_Legend_15', 'NPC_FireCult', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (386, 'Arena Legend 16', 'Arena_Legend_16', 'NPC_Male_Scientist01', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 60.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (387, 'Arena Legend 17', 'Arena_Legend_17', 'NPC_Help03', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 80.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (388, 'Arena Legend 18', 'Arena_Legend_18', 'NPC_Help02', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 100.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (389, 'Arena Legend 19', 'Arena_Legend_19', 'NPC_Help04', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 30.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (390, 'Arena Legend 20', 'Arena_Legend_20', 'NPC_Doctor', 'Humanoid', 'Throw Object', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 40.0, \"EnemyReceiveDamageRate\": 0.15}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (391, 'Azure Covenant Enforcer', 'Female_Kunoichi01', 'NPC_Female_Kunoichi01', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (392, 'Islander', 'Male_Scholar02', 'NPC_Male_Scholar02', 'Humanoid', 'None', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', 0, 0, 1), (393, 'Caravan Leader', 'CaravanLeader04', 'NPC_SalesPerson_Caravan_01', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (394, 'Butcher in Training', 'Male_Trader01_v04', 'NPC_Male_Trader01_v04', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (395, 'Village Grocer', 'Male_Trader01_v05', 'NPC_Male_Trader01_v05', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1); INSERT INTO `npc` (`ID`, `Name`, `DevName`, `Asset`, `Genus`, `Weapon`, `Stats`, `Rarity`, `Price`, `Size`, `AIResponse`, `NooseTrap`, `Suitability`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`) VALUES (396, 'Smugglers\' Lackey', 'Male_Trader01_v06', 'NPC_Male_Trader01_v06', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (397, 'Foraging Merchant', 'Male_Trader01_v07', 'NPC_Male_Trader01_v07', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (398, 'Bakery Stand Baker', 'Male_Trader01_v08', 'NPC_Male_Trader01_v08', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (399, 'Shady Pharmacist', 'Male_Trader01_v09', 'NPC_Male_Trader01_v09', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (400, 'Surf & Turf Master', 'Male_Trader01_v10', 'NPC_Male_Trader01_v10', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', 0, 0, 1), (401, 'Expert Hunter', 'Male_Trader01_v11', 'NPC_Male_Trader01_v11', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', 0, 0, 1), (402, 'Legendary Game Hunter', 'Male_Trader01_v12', 'NPC_Male_Trader01_v12', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', 0, 0, 1), (403, 'Mercenary Supplier', 'Male_Trader01_v13', 'NPC_Male_Trader01_v13', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (404, 'Heavy Arms Merchant', 'Male_Trader01_v14', 'NPC_Male_Trader01_v14', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (405, 'Legendary Ammo Merchant', 'Male_Trader01_v15', 'NPC_Male_Trader01_v15', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]', 0, 0, 1), (406, 'Farm Peddler', 'Male_Trader01_v16', 'NPC_Male_Trader01_v16', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (407, 'Legendary Grocer', 'Male_Trader01_v17', 'NPC_Male_Trader01_v17', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (408, 'Authorized Pharmacist', 'Male_Trader01_v18', 'NPC_Male_Trader01_v18', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', 0, 0, 1), (409, 'Legendary Pharmacist', 'Male_Trader01_v19', 'NPC_Male_Trader01_v19', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (410, 'Local Restaurateur', 'Male_Trader01_v20', 'NPC_Male_Trader01_v20', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (411, 'Novice Gourmet', 'Male_Trader01_v21', 'NPC_Male_Trader01_v21', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (412, 'Legendary Gourmet', 'Male_Trader01_v22', 'NPC_Male_Trader01_v22', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (413, 'Authorized Materials Merchant', 'Male_Trader01_v23', 'NPC_Male_Trader01_v23', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', 0, 0, 1), (414, 'Element Merchant', 'Male_Trader01_v24', 'NPC_Male_Trader01_v24', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', 0, 0, 1), (415, 'Legendary Materials Merchant', 'Male_Trader01_v25', 'NPC_Male_Trader01_v25', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', 0, 0, 1), (416, 'PAL Genetic Research Unit Executioner', 'Quest_Male_Scientist01_LaserRifle', 'NPC_Male_Scientist01', 'Humanoid', 'Laser Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', 0, 0, 1), (417, 'PAL Genetic Research Unit Executioner', 'Quest_Scientist_FlameThrower', 'NPC_Male_Scientist01', 'Humanoid', 'Flamethrower', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.8, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 10000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', 0, 0, 1), (418, 'Moonflower Genin', 'Quest_Male_Ninja01', 'NPC_Male_Ninja01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (419, 'Moonflower Jonin', 'Quest_Male_NinjaElite01', 'NPC_Male_NinjaElite01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (420, 'Fia', 'Female_SurveyGirl04', 'NPC_Female_SurveyGirl04', 'Humanoid', 'Laser Rifle', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 40, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 4.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 4.0, \"EnemyReceiveDamageRate\": 0.25}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', 0, 0, 1), (421, 'Moonflower Genin', 'Male_Ninja01_Seabase', 'NPC_Male_Ninja01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (422, 'Moonflower Jonin', 'Male_NinjaElite01_Seabase', 'NPC_Male_NinjaElite01', 'Humanoid', 'Katana', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.5, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'M', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', 0, 0, 1), (423, 'Moonflower Genin', 'Ninja_Bowgun_Seabase', 'NPC_Male_Ninja01', 'Humanoid', 'Crossbow', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'Kill All', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', 0, 0, 1), (424, 'PIDF Rifleman', 'Police_Rifle_Crime_Lv4', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 30.0, \"EnemyReceiveDamageRate\": 0.2}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (425, 'PIDF Rifleman', 'Police_Rifle_Crime_Lv5', 'NPC_Police', 'Humanoid', 'Assault Rifle', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 60.0, \"EnemyReceiveDamageRate\": 0.02}', 1, 10000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (426, 'Islander', 'SorajimaTowerGuide', 'NPC_Male_SorajimaPeople01', 'Humanoid', 'Melee Weapon', '{\"HP\": 20, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 10, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1), (427, 'Newbie Pal Tamer', 'WildlifeSanctuary_guide', 'NPC_Male_Soldier02', 'Humanoid', 'Handgun', '{\"HP\": 100, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 8.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.5, \"EnemyReceiveDamageRate\": 1.0}', 1, 5000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 1, 1), (428, 'Wandering Merchant', 'NPC_Dungeon_Shop', 'NPC_Dungeon_Shop', 'Humanoid', 'Handgun', '{\"HP\": 50, \"Food\": 1, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": -1}, \"Attack\": {\"Melee\": 20, \"Ranged\": 50}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"TransportSpeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 1, 1000, 'S', 'VillageNPC', 1, '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', 0, 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `npci18n` -- CREATE TABLE `npci18n` ( `ID` int NOT NULL, `NPCID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Weapon` varchar(100) DEFAULT NULL, `Suitability` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `npci18n` -- INSERT INTO `npci18n` (`ID`, `NPCID`, `LanguageCode`, `Name`, `Weapon`, `Suitability`) VALUES (1, 1, 'zh-Hans', '盗猎集团 射手', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (2, 2, 'zh-Hans', '盗猎集团 新手', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (3, 3, 'zh-Hans', '盗猎集团 猎人', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (4, 4, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (5, 5, 'zh-Hans', '盗猎集团 拦截者', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (6, 6, 'zh-Hans', '盗猎集团 老手', '榴弹发射器', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (7, 7, 'zh-Hans', '盗猎集团 新手', 'Melee Weapon', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (8, 8, 'zh-Hans', '盗猎集团 投弹手', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (9, 9, 'zh-Hans', '盗猎集团 善后组', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (10, 10, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (11, 11, 'zh-Hans', '自卫队 步枪士兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (12, 12, 'zh-Hans', '自卫队 守卫', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (13, 13, 'zh-Hans', '自卫队 精英', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (14, 14, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (15, 15, 'zh-Hans', '村民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (16, 16, 'zh-Hans', '-', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (17, 17, 'zh-Hans', '流浪商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (18, 18, 'zh-Hans', '来访者', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (19, 19, 'zh-Hans', '武器商人', 'Shotgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (20, 20, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (21, 21, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (22, 22, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (23, 23, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (24, 24, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (25, 25, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (26, 26, 'zh-Hans', '卫兵', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (27, 27, 'zh-Hans', '卫兵', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (28, 28, 'zh-Hans', '盗猎集团 新手', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (29, 29, 'zh-Hans', '流浪商人', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (30, 30, 'zh-Hans', '武装直升机', 'None', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (31, 31, 'zh-Hans', '永炎同心会 殉教者', 'Assault Rifle', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (32, 32, 'zh-Hans', '永炎同心会 殉教者', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (33, 33, 'zh-Hans', '帕鲁保护团体 支持者', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (34, 34, 'zh-Hans', '帕鲁保护团体 支持者', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (35, 35, 'zh-Hans', '村民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (36, 36, 'zh-Hans', '村民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (37, 37, 'zh-Hans', '村民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (38, 38, 'zh-Hans', '村民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (39, 39, 'zh-Hans', '村民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (40, 40, 'zh-Hans', '村民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (41, 41, 'zh-Hans', '村民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (42, 42, 'zh-Hans', '黑市商人', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (43, 43, 'zh-Hans', '黑市商人', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (44, 44, 'zh-Hans', '黑市商人', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (45, 45, 'zh-Hans', '黑市商人', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (46, 46, 'zh-Hans', '村民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (47, 47, 'zh-Hans', '村民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (48, 48, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (49, 49, 'zh-Hans', '岛民', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (50, 50, 'zh-Hans', '岛民', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (51, 51, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (52, 52, 'zh-Hans', '基因研究部队 执行小队', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (53, 53, 'zh-Hans', '基因研究部队 执行小队', 'Flamethrower', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (54, 54, 'zh-Hans', '流浪商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (55, 55, 'zh-Hans', '流浪商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (56, 56, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (57, 57, 'zh-Hans', '流浪商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (58, 58, 'zh-Hans', '流浪商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (59, 59, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (60, 60, 'zh-Hans', '流浪商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (61, 61, 'zh-Hans', '帕鲁商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (62, 62, 'zh-Hans', '盗猎集团 射手', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (63, 63, 'zh-Hans', '盗猎集团 新手', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (64, 64, 'zh-Hans', '盗猎集团 猎人', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (65, 65, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (66, 66, 'zh-Hans', '盗猎集团 新手', 'Melee Weapon', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (67, 67, 'zh-Hans', '盗猎集团 投弹手', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (68, 68, 'zh-Hans', '盗猎集团 善后组', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (69, 69, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (70, 70, 'zh-Hans', '帕鲁保护团体 支持者', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (71, 71, 'zh-Hans', '帕鲁保护团体 支持者', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (72, 72, 'zh-Hans', '永炎同心会 殉教者', 'Assault Rifle', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (73, 73, 'zh-Hans', '永炎同心会 殉教者', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (74, 74, 'zh-Hans', '基因研究部队 执行小队', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]'), (75, 75, 'zh-Hans', '基因研究部队 执行小队', 'Flamethrower', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]'), (76, 76, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (77, 77, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (78, 78, 'zh-Hans', '岛民', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (79, 79, 'zh-Hans', '岛民', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (80, 80, 'zh-Hans', '岛民', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (81, 81, 'zh-Hans', '岛民', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (82, 82, 'zh-Hans', '盗猎集团 射手', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (83, 83, 'zh-Hans', '盗猎集团 猎人', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (84, 84, 'zh-Hans', '盗猎集团 投弹手', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (85, 85, 'zh-Hans', '盗猎集团 善后组', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (86, 86, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (87, 87, 'zh-Hans', '盗猎集团 老手', '榴弹发射器', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (88, 88, 'zh-Hans', '盗猎集团 拦截者', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (89, 89, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (90, 90, 'zh-Hans', '奖章商人', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (91, 91, 'zh-Hans', '月花众 下忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (92, 92, 'zh-Hans', '月花众 上忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (93, 93, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (94, 94, 'zh-Hans', '盗猎集团 射手', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (95, 95, 'zh-Hans', '帕鲁保护团体 审判官', 'Giant Club', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (96, 96, 'zh-Hans', '帕鲁保护团体 支持者', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (97, 97, 'zh-Hans', '月花众 下忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (98, 98, 'zh-Hans', '月花众 上忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (99, 99, 'zh-Hans', '自卫队 步枪士兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (100, 100, 'zh-Hans', '自卫队 精英', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (101, 101, 'zh-Hans', '通缉犯 霍克', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (102, 102, 'zh-Hans', '通缉犯 格里尔', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (103, 103, 'zh-Hans', '通缉犯 埃戈', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (104, 104, 'zh-Hans', '通缉犯 布里克', 'Giant Club', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (105, 105, 'zh-Hans', '通缉犯 威普', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (106, 106, 'zh-Hans', '通缉犯 暗影', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'); INSERT INTO `npci18n` (`ID`, `NPCID`, `LanguageCode`, `Name`, `Weapon`, `Suitability`) VALUES (107, 107, 'zh-Hans', '通缉犯 威斯克', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (108, 108, 'zh-Hans', '通缉犯 方博', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]'), (109, 109, 'zh-Hans', '通缉犯 厄棘', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (110, 110, 'zh-Hans', '通缉犯 奈尔', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (111, 111, 'zh-Hans', '通缉犯 卡什', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (112, 112, 'zh-Hans', '通缉犯 姬蒂', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (113, 113, 'zh-Hans', '通缉犯 黛姿', '榴弹发射器', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (114, 114, 'zh-Hans', '通缉犯 阿罗哈', 'Assault Rifle', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (115, 115, 'zh-Hans', '通缉犯 妮波', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (116, 116, 'zh-Hans', '通缉犯 克雷斯', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (117, 117, 'zh-Hans', '通缉犯 达特', 'Assault Rifle', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (118, 118, 'zh-Hans', '通缉犯 克林特', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (119, 119, 'zh-Hans', '通缉犯 拉索', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (120, 120, 'zh-Hans', '通缉犯 芙蕾雅', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (121, 121, 'zh-Hans', '通缉犯 赛莲', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (122, 122, 'zh-Hans', '通缉犯 逆裳', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (123, 123, 'zh-Hans', '通缉犯 戴拿', 'Throw Object', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (124, 124, 'zh-Hans', '通缉犯 麦特', 'Throw Object', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (125, 125, 'zh-Hans', '通缉犯 柯伊尔', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (126, 126, 'zh-Hans', '通缉犯 斯科特', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (127, 127, 'zh-Hans', '通缉犯 幻影', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]'), (128, 128, 'zh-Hans', '通缉犯 低语', '太刀', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (129, 129, 'zh-Hans', '通缉犯 狄奇', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (130, 130, 'zh-Hans', '通缉犯 拉姆', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (131, 131, 'zh-Hans', '通缉犯 斯吉姆', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (132, 132, 'zh-Hans', '通缉犯 模仿者', '激光步枪', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]'), (133, 133, 'zh-Hans', '通缉犯 比利', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (134, 134, 'zh-Hans', '盗猎集团 新手', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (135, 135, 'zh-Hans', '盗猎集团 射手', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (136, 136, 'zh-Hans', '盗猎集团 猎人', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (137, 137, 'zh-Hans', '盗猎集团 投弹手', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (138, 138, 'zh-Hans', '盗猎集团 善后组', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (139, 139, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (140, 140, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (141, 141, 'zh-Hans', '强壮的佣兵', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (142, 142, 'zh-Hans', '强壮的佣兵', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (143, 143, 'zh-Hans', '盗猎团员 高科技部队', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]'), (144, 144, 'zh-Hans', '盗猎团员 十字弓手', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (145, 145, 'zh-Hans', '盗猎团员 剑士', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (146, 146, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (147, 147, 'zh-Hans', '盗猎集团 射手', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (148, 148, 'zh-Hans', '盗猎集团 猎人', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (149, 149, 'zh-Hans', '盗猎集团 投弹手', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (150, 150, 'zh-Hans', '盗猎集团 善后组', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (151, 151, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (152, 152, 'zh-Hans', '盗猎集团 老手', '榴弹发射器', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (153, 153, 'zh-Hans', '盗猎集团 拦截者', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (154, 154, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (155, 155, 'zh-Hans', '天坠之民', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (156, 156, 'zh-Hans', '天坠之民 精英', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (157, 157, 'zh-Hans', '帕鲁中介', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (158, 158, 'zh-Hans', '帕鲁保护团体 审判官', 'Giant Club', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (159, 159, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (160, 160, 'zh-Hans', '岛民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (161, 161, 'zh-Hans', '岛民', 'None', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (162, 162, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (163, 163, 'zh-Hans', '卫兵', '太刀', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (164, 164, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (165, 165, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (166, 166, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (167, 167, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (168, 168, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (169, 169, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (170, 170, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (171, 171, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (172, 172, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (173, 173, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (174, 174, 'zh-Hans', '流民商队长', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (175, 175, 'zh-Hans', '流民商队长', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (176, 176, 'zh-Hans', '流民商队长', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (177, 177, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (178, 178, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (179, 179, 'zh-Hans', '卫兵', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (180, 180, 'zh-Hans', '沙漠镇的大使', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (181, 181, 'zh-Hans', '修行中的锻造专家', 'Melee Weapon', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (182, 182, 'zh-Hans', '美食猎人', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (183, 183, 'zh-Hans', '护卫的佣兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (184, 184, 'zh-Hans', '佣兵帕鲁驯养师', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (185, 185, 'zh-Hans', '天坠之民', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (186, 186, 'zh-Hans', '天坠之民 精英', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (187, 187, 'zh-Hans', '月花众 上忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (188, 188, 'zh-Hans', '天坠之民 精英', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (189, 189, 'zh-Hans', '充满斗志的帕鲁驯养师', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (190, 190, 'zh-Hans', '双子帕鲁驯养师', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (191, 191, 'zh-Hans', '双子帕鲁驯养师', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (192, 192, 'zh-Hans', '岛民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (193, 193, 'zh-Hans', '岛民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (194, 194, 'zh-Hans', '岛民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (195, 195, 'zh-Hans', '岛民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (196, 196, 'zh-Hans', '护卫的佣兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (197, 197, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (198, 198, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (199, 199, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (200, 200, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (201, 201, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (202, 202, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (203, 203, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (204, 204, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (205, 205, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (206, 206, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (207, 207, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (208, 208, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (209, 209, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'); INSERT INTO `npci18n` (`ID`, `NPCID`, `LanguageCode`, `Name`, `Weapon`, `Suitability`) VALUES (210, 210, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (211, 211, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (212, 212, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (213, 213, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (214, 214, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (215, 215, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (216, 216, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (217, 217, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (218, 218, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (219, 219, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (220, 220, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (221, 221, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (222, 222, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (223, 223, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (224, 224, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (225, 225, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (226, 226, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (227, 227, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (228, 228, 'zh-Hans', '老手帕鲁驯养师', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (229, 229, 'zh-Hans', '亲切的帕鲁驯养师', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (230, 230, 'zh-Hans', '自卫队 步枪士兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (231, 231, 'zh-Hans', '自卫队 步枪士兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (232, 232, 'zh-Hans', '自卫队 步枪士兵', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (233, 233, 'zh-Hans', '盗猎集团 新手', 'Melee Weapon', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (234, 234, 'zh-Hans', '帕鲁保护团体 支持者', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (235, 235, 'zh-Hans', '永炎同心会 殉教者', 'Melee Weapon', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (236, 236, 'zh-Hans', '进狱系前警长', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (237, 237, 'zh-Hans', '基因研究部队 执行小队', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (238, 238, 'zh-Hans', '月花众 下忍', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (239, 239, 'zh-Hans', '天坠之民', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (240, 240, 'zh-Hans', '帕鲁保护团体 审判官', 'Giant Club', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (241, 241, 'zh-Hans', '盗猎集团 粉碎者', 'Giant Club', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (242, 242, 'zh-Hans', '没干劲的警长', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Oil Extraction\", \"Image\": \"/public/images/suitability/T_icon_palwork_09.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]'), (243, 243, 'zh-Hans', '永炎同心会 殉教者', 'Assault Rifle', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (244, 244, 'zh-Hans', '永炎同心会 殉教者', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (245, 245, 'zh-Hans', '盗猎团员 高科技部队', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]'), (246, 246, 'zh-Hans', '盗猎团员 十字弓手', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (247, 247, 'zh-Hans', '盗猎团员 剑士', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (248, 248, 'zh-Hans', '月花众 下忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (249, 249, 'zh-Hans', '月花众 上忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (250, 250, 'zh-Hans', '月花众 下忍', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (251, 251, 'zh-Hans', '月花众 上忍', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (252, 252, 'zh-Hans', '佐伊', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}]'), (253, 253, 'zh-Hans', 'ForestBoss', '加特林机枪', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}]'), (254, 254, 'zh-Hans', 'DesertBoss', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (255, 255, 'zh-Hans', 'ElectricBoss', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}]'), (256, 256, 'zh-Hans', 'SnowBoss', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]'), (257, 257, 'zh-Hans', 'SakurajimaBoss', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]'), (258, 258, 'zh-Hans', 'VikingBoss', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (259, 259, 'zh-Hans', 'ArenaShop', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (260, 260, 'zh-Hans', '初出茅庐的帕鲁驯养师', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (261, 261, 'zh-Hans', '锋芒毕露的帕鲁驯养师', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (262, 262, 'zh-Hans', '冷酷的帕鲁驯养师', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (263, 263, 'zh-Hans', '老手帕鲁驯养师', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (264, 264, 'zh-Hans', '强壮的佣兵', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (265, 265, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (266, 266, 'zh-Hans', '永炎同心会 殉教者', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (267, 267, 'zh-Hans', '月花众 下忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]'), (268, 268, 'zh-Hans', '爱的传教者', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (269, 269, 'zh-Hans', '基因研究部队 执行小队', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]'), (270, 270, 'zh-Hans', '天坠之民', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (271, 271, 'zh-Hans', '斗志昂扬的帕鲁驯养师', '榴弹发射器', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (272, 272, 'zh-Hans', '帕鲁生态调查员', '激光步枪', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (273, 273, 'zh-Hans', '身上很好闻的猎人', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (274, 274, 'zh-Hans', '异世界大叔', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (275, 275, 'zh-Hans', '亲切的帕鲁驯养师', 'Assault Rifle', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (276, 276, 'zh-Hans', '布朗博士', '激光步枪', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (277, 277, 'zh-Hans', '奖章商人', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (278, 278, 'zh-Hans', '经验老到的帕鲁驯养师', 'Rocket Launcher', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (279, 279, 'zh-Hans', '充满斗志的帕鲁驯养师', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (280, 280, 'zh-Hans', '月花众 上忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (281, 281, 'zh-Hans', '天坠之民 精英', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (282, 282, 'zh-Hans', '追寻传说的研究员', '榴弹发射器', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (283, 283, 'zh-Hans', '老手帕鲁猎手', '激光步枪', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (284, 284, 'zh-Hans', '黑市商人', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (285, 285, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (286, 286, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (287, 287, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (288, 288, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (289, 289, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (290, 290, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (291, 291, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (292, 292, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (293, 293, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (294, 294, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (295, 295, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (296, 296, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (297, 297, 'zh-Hans', '岛民', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (298, 298, 'zh-Hans', '岛民', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (299, 299, 'zh-Hans', '岛民', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (300, 300, 'zh-Hans', '岛民', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (301, 301, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (302, 302, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (303, 303, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (304, 304, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (305, 305, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (306, 306, 'zh-Hans', '盗猎团员 剑士', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (307, 307, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (308, 308, 'zh-Hans', '盗猎集团 粉碎者', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (309, 309, 'zh-Hans', '盗猎集团 善后组', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (310, 310, 'zh-Hans', '帕鲁保护团体 支持者', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (311, 311, 'zh-Hans', '帕鲁保护团体 支持者', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (312, 312, 'zh-Hans', '自卫队 步枪士兵', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (313, 313, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (314, 314, 'zh-Hans', 'Negotiator', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (315, 315, 'zh-Hans', '防卫无人机', 'None', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (316, 316, 'zh-Hans', 'WorldTree Hunter MissileLauncher test', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]'), (317, 317, 'zh-Hans', '菲亚', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'); INSERT INTO `npci18n` (`ID`, `NPCID`, `LanguageCode`, `Name`, `Weapon`, `Suitability`) VALUES (318, 318, 'zh-Hans', '菲亚', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (319, 319, 'zh-Hans', '菲亚', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (320, 320, 'zh-Hans', '卡拉', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (321, 321, 'zh-Hans', '卡拉', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (322, 322, 'zh-Hans', '加德尔', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (323, 323, 'zh-Hans', '加德尔', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (324, 324, 'zh-Hans', '加德尔', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (325, 325, 'zh-Hans', '哈罗德', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (326, 326, 'zh-Hans', '哈罗德', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (327, 327, 'zh-Hans', '盗猎集团 新手', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (328, 328, 'zh-Hans', '盗猎集团 猎人', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (329, 329, 'zh-Hans', '盗猎集团 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (330, 330, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Oil Extraction\", \"Image\": \"/public/images/suitability/T_icon_palwork_09.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]'), (331, 331, 'zh-Hans', '卫兵', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (332, 332, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (333, 333, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (334, 334, 'zh-Hans', '岛民', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (335, 335, 'zh-Hans', '岛民', '十字弓', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (336, 336, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (337, 337, 'zh-Hans', '通缉犯 埃尔达', '加特林机枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (338, 338, 'zh-Hans', '永炎同心会 殉教者', '榴弹发射器', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (339, 339, 'zh-Hans', '永炎同心会 殉教者', 'Rocket Launcher', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (340, 340, 'zh-Hans', '永炎同心会 殉教者', 'MissileLauncher', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (341, 341, 'zh-Hans', '基因研究部队 执行小队', '榴弹发射器', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (342, 342, 'zh-Hans', '基因研究部队 执行小队', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (343, 343, 'zh-Hans', '月花众 下忍', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (344, 344, 'zh-Hans', '月花众 上忍', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (345, 345, 'zh-Hans', '天坠之民', 'Melee Weapon', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (346, 346, 'zh-Hans', '天坠之民', '榴弹发射器', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (347, 347, 'zh-Hans', '天坠之民 精英', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (348, 348, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (349, 349, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (350, 350, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (351, 351, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (352, 352, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (353, 353, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (354, 354, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (355, 355, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (356, 356, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (357, 357, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (358, 358, 'zh-Hans', '自卫队 步枪士兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (359, 359, 'zh-Hans', '自卫队 守卫', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (360, 360, 'zh-Hans', '自卫队 精英', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (361, 361, 'zh-Hans', '自卫队 剑士', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (362, 362, 'zh-Hans', '自卫队 暴徒', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (363, 363, 'zh-Hans', '自卫队 高科技分隊', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (364, 364, 'zh-Hans', '自卫队 老手', '榴弹发射器', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]'), (365, 365, 'zh-Hans', '自卫队 善后组', 'Flamethrower', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (366, 366, 'zh-Hans', '自卫队 火箭手', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (367, 367, 'zh-Hans', '自卫队 拦截者', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (368, 368, 'zh-Hans', '武装直升机', 'None', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (369, 369, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]'), (370, 370, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]'), (371, 371, 'zh-Hans', 'Arena Legend 1', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (372, 372, 'zh-Hans', 'Arena Legend 2', 'Shotgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (373, 373, 'zh-Hans', 'Arena Legend 3', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (374, 374, 'zh-Hans', 'Arena Legend 4', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (375, 375, 'zh-Hans', 'Arena Legend 5', '榴弹发射器', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (376, 376, 'zh-Hans', 'Arena Legend 6', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (377, 377, 'zh-Hans', 'Arena Legend 7', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (378, 378, 'zh-Hans', 'Arena Legend 8', 'MissileLauncher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (379, 379, 'zh-Hans', 'Arena Legend 9', 'Rocket Launcher', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (380, 380, 'zh-Hans', 'Arena Legend 10', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (381, 381, 'zh-Hans', 'Arena Legend 11', 'Shotgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (382, 382, 'zh-Hans', 'Arena Legend 12', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (383, 383, 'zh-Hans', 'Arena Legend 13', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (384, 384, 'zh-Hans', 'Arena Legend 14', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (385, 385, 'zh-Hans', 'Arena Legend 15', 'Flamethrower', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (386, 386, 'zh-Hans', 'Arena Legend 16', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (387, 387, 'zh-Hans', 'Arena Legend 17', 'Flamethrower', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (388, 388, 'zh-Hans', 'Arena Legend 18', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (389, 389, 'zh-Hans', 'Arena Legend 19', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (390, 390, 'zh-Hans', 'Arena Legend 20', 'Throw Object', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (391, 391, 'zh-Hans', '苍天的盟约 执行者', 'Assault Rifle', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (392, 392, 'zh-Hans', '岛民', 'None', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]'), (393, 393, 'zh-Hans', '流民商队长', 'Handgun', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (394, 394, 'zh-Hans', '肉铺学徒', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (395, 395, 'zh-Hans', '蔬果摊老板', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (396, 396, 'zh-Hans', '走私者的跑腿小弟', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (397, 397, 'zh-Hans', '捡材料的商人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (398, 398, 'zh-Hans', '小摊面包师', 'Handgun', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (399, 399, 'zh-Hans', '可疑的药贩子', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (400, 400, 'zh-Hans', '熟练渔夫兼肉铺老板', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]'), (401, 401, 'zh-Hans', '狩猎达人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]'), (402, 402, 'zh-Hans', '传说中的野味猎人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]'), (403, 403, 'zh-Hans', '佣兵的补给官', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (404, 404, 'zh-Hans', '重武装商人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (405, 405, 'zh-Hans', '传说中的弹药商', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}]'), (406, 406, 'zh-Hans', '旅行的农园商人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (407, 407, 'zh-Hans', '传说中的蔬果店老板', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (408, 408, 'zh-Hans', '正规药师', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]'), (409, 409, 'zh-Hans', '传说中的药师', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (410, 410, 'zh-Hans', '小饭馆老板', 'Handgun', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (411, 411, 'zh-Hans', '初出茅庐的美食家', 'Handgun', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (412, 412, 'zh-Hans', '传说中的美食家', 'Handgun', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (413, 413, 'zh-Hans', '正规材料商人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]'), (414, 414, 'zh-Hans', '元素商人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]'), (415, 415, 'zh-Hans', '传说中的材料商人', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]'), (416, 416, 'zh-Hans', '基因研究部队 执行小队', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]'), (417, 417, 'zh-Hans', '基因研究部队 执行小队', 'Flamethrower', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]'), (418, 418, 'zh-Hans', '月花众 下忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (419, 419, 'zh-Hans', '月花众 上忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (420, 420, 'zh-Hans', '菲亚', '激光步枪', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]'), (421, 421, 'zh-Hans', '月花众 下忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'); INSERT INTO `npci18n` (`ID`, `NPCID`, `LanguageCode`, `Name`, `Weapon`, `Suitability`) VALUES (422, 422, 'zh-Hans', '月花众 上忍', '太刀', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]'), (423, 423, 'zh-Hans', '月花众 下忍', '十字弓', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]'), (424, 424, 'zh-Hans', '自卫队 步枪士兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (425, 425, 'zh-Hans', '自卫队 步枪士兵', 'Assault Rifle', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (426, 426, 'zh-Hans', '岛民', 'Melee Weapon', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (427, 427, 'zh-Hans', '初出茅庐的帕鲁驯养师', 'Handgun', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'), (428, 428, 'zh-Hans', '流浪商人', 'Handgun', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]'); -- -------------------------------------------------------- -- -- Table structure for table `pals` -- CREATE TABLE `pals` ( `ID` int NOT NULL, `DevName` varchar(50) NOT NULL, `DexKey` varchar(4) NOT NULL, `Image` varchar(100) NOT NULL, `Name` varchar(50) NOT NULL, `Wiki` varchar(100) NOT NULL, `WikiImage` varchar(200) NOT NULL, `Types` json DEFAULT NULL, `Suitability` json DEFAULT NULL, `Drops` json DEFAULT NULL, `Aura` json DEFAULT NULL, `Description` text, `Skills` json DEFAULT NULL, `Stats` json DEFAULT NULL, `Asset` varchar(50) NOT NULL, `Genus` varchar(50) NOT NULL, `Rarity` int NOT NULL, `Price` int NOT NULL, `Size` varchar(2) NOT NULL, `Maps` json DEFAULT NULL, `Breeding` json DEFAULT NULL, `AIResponse` varchar(20) NOT NULL, `Nocturnal` tinyint(1) NOT NULL, `Predator` tinyint(1) NOT NULL, `NooseTrap` tinyint(1) NOT NULL, `IsRaidBoss` tinyint(1) NOT NULL, `IgnoreStun` tinyint(1) NOT NULL, `IgnoreCombi` tinyint(1) NOT NULL, `FirstDefeatRewardItemID` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `pals` -- INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (1, 'BadCatgirl', '143', '/public/images/pals/T_BadCatgirl_icon_normal.png', 'Nyafia', 'https://palworld.fandom.com/wiki/Nyafia', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Nyafia.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Shot-Nyan Mode\", \"Tech\": \"Nyafia\'s Shotgun\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, Nyafia will fire a shotgun at nearby enemies for a limited time. While in party, increases the player\'s shotgun damage by 10%. (Does not stack)\"}', 'Strongly dislikes anyone catching a glimpse of its concealed eye. If you insist on trying, it\'ll burst into tears and ignore you for two weeks.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 110, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BadCatgirl', 'Humanoid', 4, 2182, 'M', '{\"day\": \"/public/images/maps/BadCatgirl_day.png\", \"night\": \"/public/images/maps/BadCatgirl_night.png\"}', '{\"Rank\": 1250, \"Order\": 1, \"MaleProbability\": 40}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (2, 'BlueberryFairy', '147', '/public/images/pals/T_BlueberryFairy_icon_normal.png', 'Prunelia', 'https://palworld.fandom.com/wiki/Prunelia', 'https://static.wikia.nocookie.net/palworld/images/7/72/Prunelia.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 50.0}]', '{\"Name\": \"Prayer for Abundant Harvest\", \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, Prunelia\'s prayers bless the crops, increasing their harvest by 18%.\"}', 'Intelligent and graceful in its demeanor, it was frequently employed as an attendant by the island\'s nobles. However, when encountered at night, its face looked so eerie that it quickly fell out of favor.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 105, \"Food\": 5, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlueberryFairy', 'Humanoid', 5, 2063, 'S', '{\"day\": \"/public/images/maps/BlueberryFairy_day.png\", \"night\": \"/public/images/maps/BlueberryFairy_night.png\"}', '{\"Rank\": 1390, \"Order\": 2, \"MaleProbability\": 40}', 'Escape to Battle', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (3, 'BrownRabbit', '165', '/public/images/pals/T_BrownRabbit_icon_normal.png', 'Lapiron', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Friend of Earth\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s Defense by 50% while sprinting. (Does not stack)\"}', 'Listens to the earth as it runs, avoiding unstable footing with ease. However, uncooperative terrain will trick it into falling over constantly.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 70, \"Food\": 4, \"Speed\": {\"Run\": 480, \"Ride\": 720, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 220, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BrownRabbit', 'Humanoid', 3, 777, 'S', '{\"day\": \"/public/images/maps/BrownRabbit_day.png\", \"night\": \"/public/images/maps/BrownRabbit_night.png\"}', '{\"Rank\": 1680, \"Order\": 3, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (4, 'GoldenHorse', '154', '/public/images/pals/T_GoldenHorse_icon_normal.png', 'Gildane', 'https://palworld.fandom.com/wiki/Gildane', 'https://static.wikia.nocookie.net/palworld/images/4/42/Gildane.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Sandstorm\'s Blessing\", \"Tech\": \"Gildane Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Ground and increases Attack by 1%.\"}', 'During the golden age of alchemy on the island, its ever-glowing golden fur was highly prized as a catalyst for transmuting gold. In time, a remarkable revelation was made: the same golden hue could be achieved simply by processing its mane.', '[{\"Name\": \"Double Fang (Ground)\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Crash Dash\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Gildane\'s exclusive skill. Charges forward, hurling rocks to the left and right with great force.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 840, \"Ride\": 1260, \"Walk\": 270}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GoldenHorse', 'FourLegged', 8, 2622, 'L', '{\"day\": \"/public/images/maps/GoldenHorse_day.png\", \"night\": \"/public/images/maps/GoldenHorse_night.png\"}', '{\"Rank\": 730, \"Order\": 4, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (5, 'TentacleTurtle', '037', '/public/images/pals/T_TentacleTurtle_icon_normal.png', 'Turtacle', 'https://palworld.fandom.com/wiki/Turtacle', 'https://static.wikia.nocookie.net/palworld/images/c/c2/Turtacle.png/revision/latest?cb=20260405153715', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Spikey Carrier\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces Ore weight by 80%. (Does not stack)\"}', 'To protect its fragile body, it developed an incredibly tough shell. Unfortunately, it\'s utterly defenseless underneath. Even a little tickle could knock it out cold.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Hydro Spin\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Turtacle\'s exclusive skill. Uses jet-powered propulsion to spin rapidly and launch itself at the enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 75, \"Food\": 3, \"Speed\": {\"Run\": 320, \"Ride\": 500, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'TentacleTurtle', 'Other', 3, 661, 'M', '{\"day\": \"/public/images/maps/TentacleTurtle_day.png\", \"night\": \"/public/images/maps/TentacleTurtle_night.png\"}', '{\"Rank\": 2410, \"Order\": 5, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (6, 'TentacleTurtle_Ground', '037B', '/public/images/pals/T_TentacleTurtle_Ground_icon_normal.png', 'Turtacle Terra', 'https://palworld.fandom.com/wiki/Turtacle_Terra', 'https://static.wikia.nocookie.net/palworld/images/b/bf/Turtacle_Terra.png/revision/latest?cb=20250625215805', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Shiny Hauler\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces weight of Sulfur and Coal by 80%. Also improves player\'s and Pals\' Ground damage to enemy weak points by 80%. (Does not stack)\"}', 'To protect its fragile body, it developed an incredibly tough shell. With most of its senses concentrated in its limbs and shell, it can’t even tell if someone quietly touches its core.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Hydro Spin\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Turtacle\'s exclusive skill. Uses jet-powered propulsion to spin rapidly and launch itself at the enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 85, \"Food\": 3, \"Speed\": {\"Run\": 320, \"Ride\": 500, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 125, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'TentacleTurtle Ground', 'Other', 4, 14950, 'M', '{\"day\": \"/public/images/maps/TentacleTurtle_Ground_day.png\", \"night\": \"/public/images/maps/TentacleTurtle_Ground_night.png\"}', '{\"Rank\": 1330, \"Order\": 6, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (7, 'Anubis', '139', '/public/images/pals/T_Anubis_icon_normal.png', 'Anubis', 'https://palworld.fandom.com/wiki/Anubis', 'https://static.wikia.nocookie.net/palworld/images/2/21/Anubis_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 5.0}]', '{\"Name\": \"Guardian of the Desert\", \"Tech\": \"Anubis\'s Power Converter\", \"Image\": null, \"Description\": \"When activated, Anubis changes the player\'s attack type to Ground and increases Attack by 30%. Occasionally evades attacks with a flash sidestep during battle.\"}', 'Once seen as a symbol of nobility, and an idol for those who shunned wealth and power. Yet over time, this Pal became a token of death.', '[{\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spinning Roundhouse\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Anubis\' exclusive skill. Performs a spin kick with its strong legs, sweeping enemies over a wide area.\"}, {\"Name\": \"Forceful Charge\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Anubis\' exclusive skill. Rapidly pursues its foes while releasing energy and unleashing a powerful punch.\"}, {\"Name\": \"Ground Smash\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Anubis\' exclusive skill. Leaps high into the air and strikes a punch to the ground, causing a shockwave that deals damge over a wide area.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 800, \"Ride\": 1000, \"Walk\": 160}, \"Attack\": {\"Melee\": 130, \"Ranged\": 130}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 480, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Anubis', 'Humanoid', 10, 3217, 'M', '{\"day\": \"/public/images/maps/Anubis_day.png\", \"night\": \"/public/images/maps/Anubis_night.png\"}', '{\"Rank\": 480, \"Order\": 7, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (8, 'Baphomet', '091', '/public/images/pals/T_Baphomet_icon_normal.png', 'Incineram', 'https://palworld.fandom.com/wiki/Incineram', 'https://static.wikia.nocookie.net/palworld/images/4/40/Incineram_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Flameclaw Hunter\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks the targeted enemy with Hellfire Claw. When this Pal uses Hellfire Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'In the dark of night, this Pal snatches prey to bring back to its territory. What happens to those poor souls afterwards isn\'t too hard to imagine.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Hellfire Claw\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Incineram\'s exclusive skill. Draws near enemies using its left claw to slash them into the air before cutting them down with its right claw.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 95, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 960, \"Walk\": 160}, \"Attack\": {\"Melee\": 150, \"Ranged\": 100}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Baphomet', 'Humanoid', 4, 1325, 'M', '{\"day\": \"/public/images/maps/Baphomet_day.png\", \"night\": \"/public/images/maps/Baphomet_night.png\"}', '{\"Rank\": 1470, \"Order\": 8, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (9, 'Baphomet_Dark', '091B', '/public/images/pals/T_Baphomet_Dark_icon_normal.png', 'Incineram Noct', 'https://palworld.fandom.com/wiki/Incineram_Noct', 'https://static.wikia.nocookie.net/palworld/images/5/5b/Incineram_Noct_menu.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Darkclaw Hunter\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks the targeted enemy with Nightmare Claw. When this Pal uses Nightmare Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'It specifically targets baby Pals, taking them back to its domain. One can only imagine the profound despair of a parent whose child has been taken away.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Hellfire Claw\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Incineram\'s exclusive skill. Draws near enemies using its left claw to slash them into the air before cutting them down with its right claw.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 95, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 960, \"Walk\": 160}, \"Attack\": {\"Melee\": 150, \"Ranged\": 105}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Baphomet Dark', 'Humanoid', 5, 2036, 'M', '{\"day\": \"/public/images/maps/Baphomet_Dark_day.png\", \"night\": \"/public/images/maps/Baphomet_Dark_night.png\"}', '{\"Rank\": 1310, \"Order\": 9, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (10, 'Bastet', '027', '/public/images/pals/T_Bastet_icon_normal.png', 'Mau', 'https://palworld.fandom.com/wiki/Mau', 'https://static.wikia.nocookie.net/palworld/images/1/17/Mau_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 200, \"Min\": 100, \"Name\": \"Gold Coin\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Gold Digger\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes digs up Gold Coin when assigned to Ranch.\"}', 'Its hard tail does not deteriorate even when cut off. Some believed these severed tails bring good luck, but for the innumerable Mau who were poached as a result, they were anything but.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 475, \"Ride\": 550, \"Walk\": 105}, \"Attack\": {\"Melee\": 70, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 317, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Bastet', 'FourLegged', 1, 665, 'XS', '{\"day\": null, \"night\": null}', '{\"Rank\": 3040, \"Order\": 10, \"MaleProbability\": 50}', 'Escape to Battle', 1, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (11, 'Bastet_Ice', '027B', '/public/images/pals/T_Bastet_Ice_icon_normal.png', 'Mau Cryst', 'https://palworld.fandom.com/wiki/Mau_Cryst', 'https://static.wikia.nocookie.net/palworld/images/7/7a/Mau_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 1.0}]', '{\"Name\": \"Icy Whispers\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Ice Organ when assigned to Ranch.\"}', 'Its crystalline tail is beautiful, but shatters when this Pal dies. Some believe it is good luck to raise them, so Mau Cryst in captivity are treated with great care.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 475, \"Ride\": 550, \"Walk\": 105}, \"Attack\": {\"Melee\": 70, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 317, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Bastet Ice', 'FourLegged', 2, 385, 'XS', '{\"day\": \"/public/images/maps/Bastet_Ice_day.png\", \"night\": \"/public/images/maps/Bastet_Ice_night.png\"}', '{\"Rank\": 2750, \"Order\": 11, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (12, 'Boar', '028', '/public/images/pals/T_Boar_icon_normal.png', 'Rushoar', 'https://palworld.fandom.com/wiki/Rushoar', 'https://static.wikia.nocookie.net/palworld/images/d/d0/Rushoar_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Rushoar Pork\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Hard Head\", \"Tech\": \"Rushoar Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, increases efficiency of destroying Stone by 500%.\"}', 'Being an extremely aggressive Pal, it often picks fights before gauging its opponents\' strength. Though small, its powerful charge can even send boulders flying.', '[{\"Name\": \"Reckless Charge\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Rushoar\'s exclusive skill. Takes aim at a foe and rushes at them with a fierce charge.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.1}', 'Boar', 'FourLegged', 1, 443, 'S', '{\"day\": \"/public/images/maps/Boar_day.png\", \"night\": \"/public/images/maps/Boar_night.png\"}', '{\"Rank\": 2880, \"Order\": 12, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (13, 'Carbunclo', '004', '/public/images/pals/T_Carbunclo_icon_normal.png', 'Lifmunk', 'https://palworld.fandom.com/wiki/Lifmunk', 'https://static.wikia.nocookie.net/palworld/images/d/dc/Lifmunk_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 20.0}]', '{\"Name\": \"Lifmunk Recoil\", \"Tech\": \"Lifmunk\'s Submachine Gun\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, leaps onto the player\'s head and uses a submachine gun to follows up player attacks.\"}', 'Intelligent as a five to seven-year-old human child. It makes a wonderful partner, but there have been more than a few cases where they\'ve killed their master after learning to use weapons.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 75, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 40}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Carbunclo', 'Humanoid', 1, 480, 'XS', '{\"day\": \"/public/images/maps/Carbunclo_day.png\", \"night\": \"/public/images/maps/Carbunclo_night.png\"}', '{\"Rank\": 3020, \"Order\": 13, \"MaleProbability\": 50}', 'Escape', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (14, 'ColorfulBird', '053', '/public/images/pals/T_ColorfulBird_icon_normal.png', 'Tocotoco', 'https://palworld.fandom.com/wiki/Tocotoco', 'https://static.wikia.nocookie.net/palworld/images/5/5b/Tocotoco_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Gunpowder\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tocotoco Feather\", \"Rate\": 50.0}]', '{\"Name\": \"Eggbomb Launcher\", \"Tech\": \"Tocotoco\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips to the player and transforms into an egg launcher.\"}', 'A frightening Pal that produces exploding eggs. It often fires these eggs from its rear end as a form of defense, but when spent, the Pal itself explodes.', '[{\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Megaton Implode\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 1200, \"Cooldown\": 60, \"Description\": \"Risks life to cause a massive explosion. Those who perish for their duty become glistening stars in the night sky.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 60, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 80, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 70, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 170, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ColorfulBird', 'Bird', 1, 373, 'S', '{\"day\": \"/public/images/maps/ColorfulBird_day.png\", \"night\": \"/public/images/maps/ColorfulBird_night.png\"}', '{\"Rank\": 2730, \"Order\": 14, \"MaleProbability\": 50}', 'Warlike Anyway', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (15, 'Deer', '032', '/public/images/pals/T_Deer_icon_normal.png', 'Eikthyrdeer', 'https://palworld.fandom.com/wiki/Eikthyrdeer', 'https://static.wikia.nocookie.net/palworld/images/4/40/Eikthyrdeer_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Eikthyrdeer Venison\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": \"Guardian of the Forest\", \"Tech\": \"Eikthyrdeer Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted and increases lumbering efficiency by 220%.\"}', 'The one who possesses the most impressive antlers becomes the leader of the herd. If their antlers are broken, they become depressed and leave the herd never to be seen again.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Antler Uppercut\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"Eikthyrdeer\'s exclusive skill. Charges at foes and uses antlers to launch them into the air. When used while riding, the direction of the charge can be controlled.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 95, \"Food\": 2, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 120}, \"Attack\": {\"Melee\": 70, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Deer', 'FourLegged', 5, 791, 'L', '{\"day\": \"/public/images/maps/Deer_day.png\", \"night\": \"/public/images/maps/Deer_night.png\"}', '{\"Rank\": 2710, \"Order\": 15, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (16, 'Deer_Ground', '032B', '/public/images/pals/T_Deer_Ground_icon_normal.png', 'Eikthyrdeer Terra', 'https://palworld.fandom.com/wiki/Eikthyrdeer_Terra', 'https://static.wikia.nocookie.net/palworld/images/3/32/Eikthyrdeer_Terra_menu.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Eikthyrdeer Venison\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": \"Guardian of the Golden Forest\", \"Tech\": \"Eikthyrdeer Terra Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted. While at a base, increases the Lumbering Work Suitability Level for all other Base Pals by +1 (Does not stack)\"}', 'The individual with the hardest horns becomes the leader. Once the horns are lost, so too is its leadership status. It leaves the herd amidst farewell glances and quietly returns to the earth.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Antler Uppercut\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"Eikthyrdeer\'s exclusive skill. Charges at foes and uses antlers to launch them into the air. When used while riding, the direction of the charge can be controlled.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 95, \"Food\": 2, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 120}, \"Attack\": {\"Melee\": 70, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Deer Ground', 'FourLegged', 6, 891, 'L', '{\"day\": \"/public/images/maps/Deer_Ground_day.png\", \"night\": \"/public/images/maps/Deer_Ground_night.png\"}', '{\"Rank\": 2580, \"Order\": 16, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (17, 'DrillGame', '107', '/public/images/pals/T_DrillGame_icon_normal.png', 'Digtoise', 'https://palworld.fandom.com/wiki/Digtoise', 'https://static.wikia.nocookie.net/palworld/images/5/5b/Digtoise_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Predator Core\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 0.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 0.0}]', '{\"Name\": \"Drill Crusher\", \"Tech\": \"Digtoise\'s Headband\", \"Image\": null, \"Description\": \"When activated, enters the Shell Spin state. Follows the player while spinning, increasing ore mining efficiency by 800%.\"}', 'A Digtoise possessing the strongest shell and the only drill capable of piercing it, ponders the contradictions of the world in the popular children\'s tale, |Digtoise\'s Fable|.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Shell Spin\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digtoise\'s exclusive skill. Moves while spinning its whole body at high speed. Drills through enemies, dealing continuous damage.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 80, \"Food\": 5, \"Speed\": {\"Run\": 300, \"Ride\": 420, \"Walk\": 120}, \"Attack\": {\"Melee\": 80, \"Ranged\": 95}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DrillGame', 'FourLegged', 5, 1577, 'M', '{\"day\": \"/public/images/maps/DrillGame_day.png\", \"night\": \"/public/images/maps/DrillGame_night.png\"}', '{\"Rank\": 1550, \"Order\": 17, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (18, 'Eagle', '049', '/public/images/pals/T_Eagle_icon_normal.png', 'Galeclaw', 'https://palworld.fandom.com/wiki/Galeclaw', 'https://static.wikia.nocookie.net/palworld/images/0/08/Galeclaw_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Galeclaw Poultry\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Galeclaw Glider\", \"Tech\": \"Galeclaw\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Enables high-speed gliding and allows shooting with the right hand.\"}', 'A Pal that can easily take flight even while grasping a human. It is, however, prone to letting go when tired, which has led to the sudden demise of more than a few souls.', '[{\"Name\": \"Gale Claw\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Galeclaw\'s exclusive skill. With talons outstretched, it glides forward in a ferocious charge.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 75, \"Food\": 2, \"Speed\": {\"Run\": 600, \"Ride\": 700, \"Walk\": 200}, \"Attack\": {\"Melee\": 120, \"Ranged\": 85}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Eagle', 'Bird', 2, 502, 'M', '{\"day\": \"/public/images/maps/Eagle_day.png\", \"night\": \"/public/images/maps/Eagle_night.png\"}', '{\"Rank\": 2570, \"Order\": 18, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (19, 'ElecPanda', '185', '/public/images/pals/T_ElecPanda_icon_normal.png', 'Grizzbolt', 'https://palworld.fandom.com/wiki/Grizzbolt', 'https://static.wikia.nocookie.net/palworld/images/1/13/Grizzbolt_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Yellow Tank\", \"Tech\": \"Grizzbolt\'s Minigun\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a minigun while mounted.\"}', 'With a friendly smile and a hardy physique, it is docile towards one it recognizes as a partner. For reasons unexplained, its personality undergoes a drastic change when wielding a minigun.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Claw\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Grizzbolt\'s exclusive skill. After leaping at an enemy and tearing at it twice with its electrically charged claws, it attacks the ground, sending an electric shock throughout the area.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 120, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1000, \"Walk\": 140}, \"Attack\": {\"Melee\": 120, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 180, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ElecPanda', 'Humanoid', 8, 3524, 'L', '{\"day\": \"/public/images/maps/ElecPanda_day.png\", \"night\": \"/public/images/maps/ElecPanda_night.png\"}', '{\"Rank\": 1020, \"Order\": 19, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (20, 'Ganesha', '011', '/public/images/pals/T_Ganesha_icon_normal.png', 'Teafant', 'https://palworld.fandom.com/wiki/Teafant', 'https://static.wikia.nocookie.net/palworld/images/a/a7/Teafant_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Soothing Shower\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"While in party, restores 20% of the player\'s Health when Health falls below 30%. (Does not stack) (120-second cooldown after activation)\"}', 'Large amounts of water pour from what is thought to be its nose, though some say that it is, in fact, just snot. This has sparked a fierce debate among Pal scholars.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 180, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.6}', 'Ganesha', 'FourLegged', 1, 355, 'M', '{\"day\": \"/public/images/maps/Ganesha_day.png\", \"night\": \"/public/images/maps/Ganesha_night.png\"}', '{\"Rank\": 3070, \"Order\": 20, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (21, 'Garm', '033', '/public/images/pals/T_Garm_icon_normal.png', 'Direhowl', 'https://palworld.fandom.com/wiki/Direhowl', 'https://static.wikia.nocookie.net/palworld/images/1/19/Direhowl_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 3.0}, {\"Max\": 20, \"Min\": 10, \"Name\": \"Gold Coin\", \"Rate\": 3.0}]', '{\"Name\": \"Direhowl Rider\", \"Tech\": \"Direhowl\'s Saddled Harness\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Moves slightly faster than most mounts.\"}', 'Long ago Direhowl would hunt alongside humans but over the years this bond faded.', '[{\"Name\": \"Double Fang\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Launches a rapid succession of bites at the enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 80, \"Food\": 2, \"Speed\": {\"Run\": 800, \"Ride\": 1050, \"Walk\": 180}, \"Attack\": {\"Melee\": 110, \"Ranged\": 90}, \"Defense\": 75, \"Stamina\": 70, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Garm', 'FourLegged', 2, 611, 'S', '{\"day\": \"/public/images/maps/Garm_day.png\", \"night\": \"/public/images/maps/Garm_night.png\"}', '{\"Rank\": 2680, \"Order\": 21, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (22, 'Gorilla', '074', '/public/images/pals/T_Gorilla_icon_normal.png', 'Gorirat', 'https://palworld.fandom.com/wiki/Gorirat', 'https://static.wikia.nocookie.net/palworld/images/b/b5/Gorirat_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Full-Power Gorilla Mode\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, unleashes a primal fury that increases Gorirat\'s Attack by 75% for a limited time.\"}', 'It beats the ground rhythmically to communicate with its comrades. The meaning of each rhythm differs by troop, but the distinction between them is still largely unknown.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ground Pound\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Gorirat\'s exclusive skill. Pounds the ground twice before leaping into the air and delivers a powerful punch.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 550, \"Ride\": 720, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Gorilla', 'Humanoid', 5, 1214, 'S', '{\"day\": \"/public/images/maps/Gorilla_day.png\", \"night\": \"/public/images/maps/Gorilla_night.png\"}', '{\"Rank\": 2140, \"Order\": 22, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (23, 'Gorilla_Ground', '074B', '/public/images/pals/T_Gorilla_Ground_icon_normal.png', 'Gorirat Terra', 'https://palworld.fandom.com/wiki/Gorirat_Terra', 'https://static.wikia.nocookie.net/palworld/images/2/26/Gorirat_Terra.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Full-Power Gorilla Pound\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s climbing speed by 50%. (Does not stack)\"}', 'It beats the ground rhythmically to communicate with its comrades. Stronger than Gorirat, if every Gorirat Terra hit the ground at the same time, the island would sink in 1 second.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Ground Pound\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Gorirat\'s exclusive skill. Pounds the ground twice before leaping into the air and delivers a powerful punch.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 550, \"Ride\": 720, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 100}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Gorilla Ground', 'Humanoid', 5, 1284, 'S', '{\"day\": \"/public/images/maps/Gorilla_Ground_day.png\", \"night\": \"/public/images/maps/Gorilla_Ground_night.png\"}', '{\"Rank\": 1880, \"Order\": 23, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (24, 'Hedgehog', '015', '/public/images/pals/T_Hedgehog_icon_normal.png', 'Jolthog', 'https://palworld.fandom.com/wiki/Jolthog', 'https://static.wikia.nocookie.net/palworld/images/5/52/Jolthog_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Jolt Bomb\", \"Tech\": \"Jolthog\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips Jolthog to the player to be thrown at an enemy, causing an Electric explosion upon impact.\"}', 'It releases the electricity stored in its body when under attack. The voltage it generates exceeds 10 million volts, making it more lethal than any conventional heavy firearms when thrown.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 215, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'Hedgehog', 'FourLegged', 1, 417, 'XS', '{\"day\": \"/public/images/maps/Hedgehog_day.png\", \"night\": \"/public/images/maps/Hedgehog_night.png\"}', '{\"Rank\": 3030, \"Order\": 24, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (25, 'Hedgehog_Ice', '015B', '/public/images/pals/T_Hedgehog_Ice_icon_normal.png', 'Jolthog Cryst', 'https://palworld.fandom.com/wiki/Jolthog_Cryst', 'https://static.wikia.nocookie.net/palworld/images/7/72/Jolthog_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Cold Bomb\", \"Tech\": \"Jolthog Cryst\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips Jolthog Cryst to the player to be thrown at an enemy, causing an Ice explosion upon impact.\"}', 'It releases the cold air stored in its body when under attack. The frigid blast it radiates is cold enough to freeze the surrounding air and easily pierces through any attacker\'s body.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 215, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Hedgehog Ice', 'FourLegged', 2, 472, 'XS', '{\"day\": \"/public/images/maps/Hedgehog_Ice_day.png\", \"night\": \"/public/images/maps/Hedgehog_Ice_night.png\"}', '{\"Rank\": 2850, \"Order\": 25, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (26, 'Kirin', '054', '/public/images/pals/T_Kirin_icon_normal.png', 'Univolt', 'https://palworld.fandom.com/wiki/Univolt', 'https://static.wikia.nocookie.net/palworld/images/0/0e/Univolt_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 50.0}]', '{\"Name\": \"Swift Deity\", \"Tech\": \"Univolt Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, improves player\'s and Pals\' Electric damage to weak points by 25%. (Does not stack)\"}', 'It used to be considered an emissary of the Thunder God, and thus was not hunted by people. However, after witnesses observed one die from a lightning strike, its reverence faded, and it quite literally fell into the role of a workhorse.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lock-on Laser\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"Takes aim at an enemy before firing a super high speed laser.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 80, \"Food\": 3, \"Speed\": {\"Run\": 720, \"Ride\": 1100, \"Walk\": 130}, \"Attack\": {\"Melee\": 110, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 425, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Kirin', 'FourLegged', 5, 1388, 'M', '{\"day\": \"/public/images/maps/Kirin_day.png\", \"night\": \"/public/images/maps/Kirin_night.png\"}', '{\"Rank\": 2270, \"Order\": 26, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (27, 'Kirin_Ice', '054B', '/public/images/pals/T_Kirin_Ice_icon_normal.png', 'Univolt Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Frigid Deity\", \"Tech\": \"Univolt Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Ice and increases Attack by 1%.\"}', 'It used to be considered an emissary of the Winter God, and thus was not hunted by people. However, after witnesses observed one lose its footing on the ice, its reverence faded, and it quite literally slid into the role of a workhorse.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}, {\"Name\": \"Absolute Frost\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Throws icicles in a wide area from under the enemy\'s feet.\"}]', '{\"HP\": 80, \"Food\": 3, \"Speed\": {\"Run\": 720, \"Ride\": 1100, \"Walk\": 130}, \"Attack\": {\"Melee\": 110, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 425, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Kirin Ice', 'FourLegged', 6, 1974, 'M', '{\"day\": \"/public/images/maps/Kirin_Ice_day.png\", \"night\": \"/public/images/maps/Kirin_Ice_night.png\"}', '{\"Rank\": 540, \"Order\": 27, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (28, 'Kitsunebi', '029', '/public/images/pals/T_Kitsunebi_icon_normal.png', 'Foxparks', 'https://palworld.fandom.com/wiki/Foxparks', 'https://static.wikia.nocookie.net/palworld/images/d/d7/Foxparks_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Huggy Fire\", \"Tech\": \"Foxparks\' Harness\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips to the player and transforms into a flamethrower.\"}', 'It is unskilled at controlling fire from the moment it is born and tends to choke on the flames it breathes unintentionally. Foxparks sneezes are one of the leading causes of forest fires.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 65, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 80}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'Kitsunebi', 'FourLegged', 1, 394, 'XS', '{\"day\": \"/public/images/maps/Kitsunebi_day.png\", \"night\": \"/public/images/maps/Kitsunebi_night.png\"}', '{\"Rank\": 2990, \"Order\": 28, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (29, 'LittleBriarRose', '060', '/public/images/pals/T_LittleBriarRose_icon_normal.png', 'Bristla', 'https://palworld.fandom.com/wiki/Bristla', 'https://static.wikia.nocookie.net/palworld/images/1/13/Bristla_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 50.0}]', '{\"Name\": \"Princess Gaze\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Grass Pals by 15%. (Does not stack)\"}', 'This prickly Pal\'s thorns are highly poisonous. It is friendly with Cinnamoth and only smiles while a Cinnamoth is drinking its nectar.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 80, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LittleBriarRose', 'Humanoid', 1, 756, 'S', '{\"day\": \"/public/images/maps/LittleBriarRose_day.png\", \"night\": \"/public/images/maps/LittleBriarRose_night.png\"}', '{\"Rank\": 2690, \"Order\": 29, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (30, 'Mutant', '082', '/public/images/pals/T_Mutant_icon_normal.png', 'Lunaris', 'https://palworld.fandom.com/wiki/Lunaris', 'https://static.wikia.nocookie.net/palworld/images/3/38/Lunaris_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Paldium Fragment\", \"Rate\": 100.0}]', '{\"Name\": \"Antigravity\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, spheres home in on Pals, and carrying capacity increases by 300. (Does not stack)\"}', 'It can control those who carelessly stare into its eyes. Those seen with a Lunaris are in its mind, simply under its control.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 500, \"Ride\": 650, \"Walk\": 130}, \"Attack\": {\"Melee\": 80, \"Ranged\": 100}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 315, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Mutant', 'Humanoid', 6, 1845, 'M', '{\"day\": \"/public/images/maps/Mutant_day.png\", \"night\": \"/public/images/maps/Mutant_night.png\"}', '{\"Rank\": 2010, \"Order\": 30, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (31, 'Penguin', '017', '/public/images/pals/T_Penguin_icon_normal.png', 'Pengullet', 'https://palworld.fandom.com/wiki/Pengullet', 'https://static.wikia.nocookie.net/palworld/images/3/38/Pengullet_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Pengullet Launcher\", \"Tech\": \"Pengullet Rocket Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, the player equips a Rocket Launcher to fire Pengullet as ammunition. Pengullet explodes on impact and is incapacitated.\"}', 'The feathers of this Pal have all but disappeared, but sadly, its desire to fly has remained as strong as ever. Even now, it tries to fly again in any way it can.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 500, \"Ride\": 650, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 265, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'Penguin', 'Humanoid', 1, 463, 'XS', '{\"day\": \"/public/images/maps/Penguin_day.png\", \"night\": \"/public/images/maps/Penguin_night.png\"}', '{\"Rank\": 2960, \"Order\": 31, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (32, 'Penguin_Electric', '017B', '/public/images/pals/T_Penguin_Electric_icon_normal.png', 'Pengullet Lux', 'https://palworld.fandom.com/wiki/Pengullet_Lux', 'https://static.wikia.nocookie.net/palworld/images/b/b4/Pengullet_Lux.png/revision/latest?cb=20250626191737', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Pengullet Lux Launcher\", \"Tech\": \"Pengullet Lux\'s Rocket Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, the player equips Pengullet Lux to fire Rocket Launcher as ammunition. Pengullet Lux explodes on impact and is incapacitated.\"}', 'The feathers of this Pal have all but disappeared, and it can no longer fly. Yet its longing for the sky has turned to jealousy— so it harnessed electricity to strike down those who still soar.', '[{\"Name\": \"Thunder Spear\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high-speed lightning spear straight ahead towards the enemy.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 500, \"Ride\": 650, \"Walk\": 60}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 265, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Penguin Electric', 'Humanoid', 2, 561, 'XS', '{\"day\": null, \"night\": \"/public/images/maps/Penguin_Electric_night.png\"}', '{\"Rank\": 2490, \"Order\": 32, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (33, 'RaijinDaughter', '092', '/public/images/pals/T_RaijinDaughter_icon_normal.png', 'Dazzi', 'https://palworld.fandom.com/wiki/Dazzi', 'https://static.wikia.nocookie.net/palworld/images/b/b0/Dazzi_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Dazzi Cloud\", \"Rate\": 100.0}]', '{\"Name\": \"Lady of Lightning\", \"Tech\": \"Dazzi\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Attacks hostile enemies with Electric bolts. These bolts will not reduce the target\'s Health below 1.\"}', 'Often kind to lonely Pals. However, the moment a Pal mistakes this for actual friendship, it seizes the opportunity to blast them with a thunderbolt.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 70, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 200}, \"Attack\": {\"Melee\": 110, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'RaijinDaughter', 'Humanoid', 2, 616, 'XS', '{\"day\": \"/public/images/maps/RaijinDaughter_day.png\", \"night\": \"/public/images/maps/RaijinDaughter_night.png\"}', '{\"Rank\": 2400, \"Order\": 33, \"MaleProbability\": 20}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (34, 'SharkKid', '055', '/public/images/pals/T_SharkKid_icon_normal.png', 'Gobfin', 'https://palworld.fandom.com/wiki/Gobfin', 'https://static.wikia.nocookie.net/palworld/images/f/ff/Gobfin_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Angry Shark\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Aqua Gun. When this Pal uses Aqua Gun, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s Attack by 10%.\"}', 'Long ago, it was a giant and powerful aquatic Pal. However, as food became scarce, it evolved to live on land. Since walking requires much energy, it gradually became smaller and is now a small and puny Pal.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 500, \"Walk\": 80}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SharkKid', 'Humanoid', 2, 850, 'S', '{\"day\": \"/public/images/maps/SharkKid_day.png\", \"night\": \"/public/images/maps/SharkKid_night.png\"}', '{\"Rank\": 2550, \"Order\": 34, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (35, 'SharkKid_Fire', '055B', '/public/images/pals/T_SharkKid_Fire_icon_normal.png', 'Gobfin Ignis', 'https://palworld.fandom.com/wiki/Gobfin_Ignis', 'https://static.wikia.nocookie.net/palworld/images/9/9c/Gobfin_Ignis_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Angry Shark\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Spirit Fire. When this Pal uses Spirit Fire, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s Attack by 10%.\"}', 'Long ago, it was a giant and powerful aquatic Pal. However, as food became scarce, it evolved to live on land. Since walking burns many calories, it astonishingly awakened its power to control fire!', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 500, \"Walk\": 80}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SharkKid Fire', 'Humanoid', 3, 850, 'S', '{\"day\": \"/public/images/maps/SharkKid_Fire_day.png\", \"night\": \"/public/images/maps/SharkKid_Fire_night.png\"}', '{\"Rank\": 2430, \"Order\": 35, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (36, 'SheepBall', '001', '/public/images/pals/T_SheepBall_icon_normal.png', 'Lamball', 'https://palworld.fandom.com/wiki/Lamball', 'https://static.wikia.nocookie.net/palworld/images/0/01/Lamball_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Lamball Mutton\", \"Rate\": 100.0}]', '{\"Name\": \"Fluffy Shield\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, equips to the player and becomes a shield. Sometimes drops Wool when assigned to Ranch.\"}', 'A walk up a hill tends to end with this Pal tumbling back down. This causes it to become dizzy and unable to move, making it easy to capture and kill. As a result, this Pal has tumbled down to the very bottom of the food chain itself.', '[{\"Name\": \"Roly Poly\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Lamball\'s exclusive skill. Curls into a ball, rolling after any enemies in its way. Becomes dizzy and unable to move after the attack ends.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 40}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 160, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 2.0}', 'SheepBall', 'Humanoid', 1, 421, 'XS', '{\"day\": \"/public/images/maps/SheepBall_day.png\", \"night\": \"/public/images/maps/SheepBall_night.png\"}', '{\"Rank\": 3050, \"Order\": 36, \"MaleProbability\": 50}', 'Friendly', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (37, 'Umihebi', '121', '/public/images/pals/T_Umihebi_icon_normal.png', 'Jormuntide', 'https://palworld.fandom.com/wiki/Jormuntide', 'https://static.wikia.nocookie.net/palworld/images/8/8e/Jormuntide_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Stormbringer Sea Dragon\", \"Tech\": \"Jormuntide Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While in party, increases player\'s and Pals\' damage to enemies afflicted with Soak by 50%. (Does not stack)\"}', 'Legend says the Jormuntide was once a wise man who, after being wrongly convicted and cast into a whirlpool, returned as this Pal to annihilate the kingdom.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 130, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 1000, \"Walk\": 175}, \"Attack\": {\"Melee\": 150, \"Ranged\": 120}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Umihebi', 'Fish', 8, 3723, 'XL', '{\"day\": null, \"night\": null}', '{\"Rank\": 590, \"Order\": 37, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (38, 'Umihebi_Fire', '121B', '/public/images/pals/T_Umihebi_Fire_icon_normal.png', 'Jormuntide Ignis', 'https://palworld.fandom.com/wiki/Jormuntide_Ignis', 'https://static.wikia.nocookie.net/palworld/images/0/0d/Jormuntide_Ignis_menu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Stormbringer Lava Dragon\", \"Tech\": \"Jormuntide Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, nullifies lava damage and increases player\'s and Pals\' damage to enemies afflicted with Burn by 50%. (Does not stack)\"}', 'Legend says the Jormuntide Ignis was once a warrior who, after being wrongly convicted and cast into a volcano, returned as this Pal to annihilate the kingdom.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 130, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 1000, \"Walk\": 175}, \"Attack\": {\"Melee\": 150, \"Ranged\": 130}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Umihebi Fire', 'Fish', 9, 3577, 'XL', '{\"day\": \"/public/images/maps/Umihebi_Fire_day.png\", \"night\": \"/public/images/maps/Umihebi_Fire_night.png\"}', '{\"Rank\": 170, \"Order\": 38, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (39, 'Werewolf', '056', '/public/images/pals/T_Werewolf_icon_normal.png', 'Loupmoon', 'https://palworld.fandom.com/wiki/Loupmoon', 'https://static.wikia.nocookie.net/palworld/images/0/00/Loupmoon_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Dark Gleam Strike\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Jumping Claw. When this Pal uses Jumping Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s melee weapon attack speed by 15%. (Does not stack)\"}', 'The horns on its head grow under the moonlight. It doesn\'t hate the sun, but its horns itch when sunlight hits them.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Jumping Claw\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Loupmoon\'s exclusive skill. Leaps forward and attacks twice with vicious claws imbued with dark energy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 80, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 175}, \"Attack\": {\"Melee\": 130, \"Ranged\": 100}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Werewolf', 'Humanoid', 3, 842, 'M', '{\"day\": null, \"night\": \"/public/images/maps/Werewolf_night.png\"}', '{\"Rank\": 2110, \"Order\": 39, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (40, 'WindChimes', '038', '/public/images/pals/T_WindChimes_icon_normal.png', 'Hangyu', 'https://palworld.fandom.com/wiki/Hangyu', 'https://static.wikia.nocookie.net/palworld/images/0/08/Hangyu_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Flying Trapeze\", \"Tech\": \"Hangyu\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WindChimes', 'Other', 1, 541, 'XS', '{\"day\": \"/public/images/maps/WindChimes_day.png\", \"night\": \"/public/images/maps/WindChimes_night.png\"}', '{\"Rank\": 2780, \"Order\": 40, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (41, 'WindChimes_Ice', '038B', '/public/images/pals/T_WindChimes_Ice_icon_normal.png', 'Hangyu Cryst', 'https://palworld.fandom.com/wiki/Hangyu_Cryst', 'https://static.wikia.nocookie.net/palworld/images/4/49/Hangyu_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Winter Trapeze\", \"Tech\": \"Hangyu Cryst\'s Glove\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 70, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WindChimes Ice', 'Other', 2, 728, 'XS', '{\"day\": null, \"night\": \"/public/images/maps/WindChimes_Ice_night.png\"}', '{\"Rank\": 2510, \"Order\": 41, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (42, 'Suzaku', '122', '/public/images/pals/T_Suzaku_icon_normal.png', 'Suzaku', 'https://palworld.fandom.com/wiki/Suzaku', 'https://static.wikia.nocookie.net/palworld/images/b/b4/Suzaku_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Wings of Flame\", \"Tech\": \"Suzaku Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal’s Movement Speed increases by 5% for each other Fire Pal in your party. (Excluding Suzaku)\"}', 'It was once believed to usher in the dry season. Whenever there was a drought the previous year, people would relentlessly seek to cull its numbers, hoping to bring about a plentiful harvest in the next year.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 850, \"Ride\": 1100, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 350, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Suzaku', 'Bird', 8, 2409, 'XL', '{\"day\": \"/public/images/maps/Suzaku_day.png\", \"night\": \"/public/images/maps/Suzaku_night.png\"}', '{\"Rank\": 1200, \"Order\": 42, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (43, 'Suzaku_Water', '122B', '/public/images/pals/T_Suzaku_Water_icon_normal.png', 'Suzaku Aqua', 'https://palworld.fandom.com/wiki/Suzaku_Aqua', 'https://static.wikia.nocookie.net/palworld/images/a/a1/Suzaku_Aqua_menu.png', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Wings of Water\", \"Tech\": \"Suzaku Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal’s Movement Speed increases by 5% for each other Water Pal in your party. (Excluding Suzaku Aqua)\"}', 'It was once believed to usher in the rainy season. Whenever there was a flood the previous year, people would relentlessly seek to cull its numbers, hoping to avert disaster in the coming year.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 125, \"Food\": 7, \"Speed\": {\"Run\": 850, \"Ride\": 1100, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 350, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Suzaku Water', 'Bird', 9, 2732, 'XL', '{\"day\": \"/public/images/maps/Suzaku_Water_day.png\", \"night\": \"/public/images/maps/Suzaku_Water_night.png\"}', '{\"Rank\": 740, \"Order\": 43, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (44, 'FireKirin', '093', '/public/images/pals/T_FireKirin_icon_normal.png', 'Pyrin', 'https://palworld.fandom.com/wiki/Pyrin', 'https://static.wikia.nocookie.net/palworld/images/e/e6/Pyrin_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Red Hare\", \"Tech\": \"Pyrin Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Fire and increases Attack by 1%.\"}', 'Its entire body has evolved into a highly efficient radiator, gifting it with astounding stamina. If someone rides it, this Pal takes caution not to burn them.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Charge\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Pyrin\'s exclusive skill. Charges forward while engulfed in a veil of flames. Flames continue to burn in its path.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 100, \"Food\": 4, \"Speed\": {\"Run\": 850, \"Ride\": 1300, \"Walk\": 150}, \"Attack\": {\"Melee\": 110, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FireKirin', 'FourLegged', 6, 1464, 'L', '{\"day\": \"/public/images/maps/FireKirin_day.png\", \"night\": \"/public/images/maps/FireKirin_night.png\"}', '{\"Rank\": 1980, \"Order\": 44, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (45, 'FireKirin_Dark', '093B', '/public/images/pals/T_FireKirin_Dark_icon_normal.png', 'Pyrin Noct', 'https://palworld.fandom.com/wiki/Pyrin_Noct', 'https://static.wikia.nocookie.net/palworld/images/2/2b/Pyrin_Noct_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Black Hare\", \"Tech\": \"Pyrin Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type toDark and increases Attack by 1%.\"}', 'It burns mysterious dark matter as energy and expels the remaining particles from its body. If someone rides it, they should take care so as not to gallop down the path of darkness.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Dark Charge\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Pyrin Noct\'s exclusive skill. Charges forward while engulfed in a veil of dark flames. Flames continue to burn in its path.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 4, \"Speed\": {\"Run\": 850, \"Ride\": 1300, \"Walk\": 150}, \"Attack\": {\"Melee\": 110, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FireKirin Dark', 'FourLegged', 7, 2034, 'L', '{\"day\": \"/public/images/maps/FireKirin_Dark_day.png\", \"night\": \"/public/images/maps/FireKirin_Dark_night.png\"}', '{\"Rank\": 1870, \"Order\": 45, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (46, 'FairyDragon', '063', '/public/images/pals/T_FairyDragon_icon_normal.png', 'Elphidran', 'https://palworld.fandom.com/wiki/Elphidran', 'https://static.wikia.nocookie.net/palworld/images/a/a6/Elphidran_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Amicable Holy Dragon\", \"Tech\": \"Elphidran Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While flying, Movement Speed is increased. While in party, Dark Pals drop 40% more items when defeated. (Does not stack)\"}', 'It possesses a demeanor as pure as its appearance suggests. Perhaps because of this, it is sometimes unable to discern good from evil, often allowing wrongdoers to take advantage of it.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Mystic Whirlwind\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Elphidran\'s exclusive skill. Generates twin whirlwinds imbued with a mysterious power that pursues enemies.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 110, \"Food\": 3, \"Speed\": {\"Run\": 630, \"Ride\": 800, \"Walk\": 83}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 456, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FairyDragon', 'Humanoid', 7, 1205, 'L', '{\"day\": \"/public/images/maps/FairyDragon_day.png\", \"night\": \"/public/images/maps/FairyDragon_night.png\"}', '{\"Rank\": 2280, \"Order\": 46, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (47, 'FairyDragon_Water', '063B', '/public/images/pals/T_FairyDragon_Water_icon_normal.png', 'Elphidran Aqua', 'https://palworld.fandom.com/wiki/Elphidran_Aqua', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Elphidran_Aqua_menu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Amicable Water Dragon\", \"Tech\": \"Elphidran Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While flying, Movement Speed is increased. While in party, player and party Pals take 15% less Fire damage and are immune to Burn. (Does not stack)\"}', 'It possesses a demeanor as pure as its appearance suggests. Perhaps because of this, it harbors no ill will in any of its actions and is indifferent even after killing someone.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Mystic Whirlwind\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"Elphidran\'s exclusive skill. Generates twin whirlwinds imbued with a mysterious power that pursues enemies.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 115, \"Food\": 3, \"Speed\": {\"Run\": 630, \"Ride\": 800, \"Walk\": 83}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 95, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 456, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FairyDragon Water', 'Humanoid', 8, 1543, 'L', '{\"day\": \"/public/images/maps/FairyDragon_Water_day.png\", \"night\": \"/public/images/maps/FairyDragon_Water_night.png\"}', '{\"Rank\": 1640, \"Order\": 47, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (48, 'SweetsSheep', '039', '/public/images/pals/T_SweetsSheep_icon_normal.png', 'Woolipop', 'https://palworld.fandom.com/wiki/Woolipop', 'https://static.wikia.nocookie.net/palworld/images/f/fa/Woolipop_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Cotton Candy\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Candy Pop\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Cotton Candy when assigned to Ranch. While at a base, reduces Hunger depletion rate of Base Pals by -10%. (Does not stack)\"}', 'Its entire body is 18,000 times sweeter than sugar. Carnivorous Pals lured by its scent will find themselves overwhelmed by sweetness and even pass out should they take a bite of this Pal.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 100}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SweetsSheep', 'FourLegged', 3, 502, 'S', '{\"day\": \"/public/images/maps/SweetsSheep_day.png\", \"night\": \"/public/images/maps/SweetsSheep_night.png\"}', '{\"Rank\": 2820, \"Order\": 48, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (49, 'SweetsSheep_Ground', '039B', '/public/images/pals/T_SweetsSheep_Ground_icon_normal.png', 'Woolipop Terra', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Caramel Cotton Candy\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": \"Bitter Pop\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Caramel Cotton Candy when assigned to Ranch. While at a base, reduces Hunger depletion rate of Base Pals by -15%. (Does not stack)\"}', 'Its fur emits a sweet smell, but its meat is disgustingly bitter. Carnivorous Pals lured by its scent into taking a bite will find themselves overwhelmed by the foul taste and pass out.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SweetsSheep Ground', 'FourLegged', 4, 836, 'S', '{\"day\": \"/public/images/maps/SweetsSheep_Ground_day.png\", \"night\": \"/public/images/maps/SweetsSheep_Ground_night.png\"}', '{\"Rank\": 2030, \"Order\": 49, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (50, 'WhiteTiger', '132', '/public/images/pals/T_WhiteTiger_icon_normal.png', 'Cryolinx', 'https://palworld.fandom.com/wiki/Cryolinx', 'https://static.wikia.nocookie.net/palworld/images/9/9d/Cryolinx_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Dragon Hunter\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Dragon Pals drop 40% more items when defeated. (Does not stack)\"}', 'It can easily climb steep mountains with its hard claws. However, its short legs make it difficult to descend, often leaving it stranded in high places.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 100, \"Food\": 7, \"Speed\": {\"Run\": 720, \"Ride\": 900, \"Walk\": 280}, \"Attack\": {\"Melee\": 140, \"Ranged\": 100}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WhiteTiger', 'Humanoid', 7, 1987, 'L', '{\"day\": \"/public/images/maps/WhiteTiger_day.png\", \"night\": \"/public/images/maps/WhiteTiger_night.png\"}', '{\"Rank\": 1040, \"Order\": 50, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (51, 'Alpaca', '020', '/public/images/pals/T_Alpaca_icon_normal.png', 'Melpaca', 'https://palworld.fandom.com/wiki/Melpaca', 'https://static.wikia.nocookie.net/palworld/images/7/7f/Melpaca_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Pacapaca Wool\", \"Tech\": \"Melpaca Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases Kingpaca\'s Defense and Movement Speed. Sometimes drops Wool when assigned to Ranch.\"}', 'Don\'t be fooled by this Pal\'s fluffy appearance. A hypersonic kick from one of its long legs may send you flying to the other side of the world.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Fluffy Tackle\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Melpaca\'s exclusive skill. Charges forward while surrounded by an adorable aura.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 500, \"Ride\": 900, \"Walk\": 62}, \"Attack\": {\"Melee\": 90, \"Ranged\": 75}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 261, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.1}', 'Alpaca', 'FourLegged', 3, 791, 'M', '{\"day\": \"/public/images/maps/Alpaca_day.png\", \"night\": \"/public/images/maps/Alpaca_night.png\"}', '{\"Rank\": 2720, \"Order\": 51, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (52, 'Serpent', '075', '/public/images/pals/T_Serpent_icon_normal.png', 'Surfent', 'https://palworld.fandom.com/wiki/Surfent', 'https://static.wikia.nocookie.net/palworld/images/1/1d/Surfent_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Swift Swimmer\", \"Tech\": \"Surfent Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. Sometimes drops Leather when assigned to Ranch.\"}', 'Its hydrodynamic form is well suited for activities on water. Poachers often catch them and use them in place of surfboards.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 70, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Serpent', 'Fish', 4, 968, 'M', '{\"day\": \"/public/images/maps/Serpent_day.png\", \"night\": \"/public/images/maps/Serpent_night.png\"}', '{\"Rank\": 2440, \"Order\": 52, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (53, 'Serpent_Ground', '075B', '/public/images/pals/T_Serpent_Ground_icon_normal.png', 'Surfent Terra', 'https://palworld.fandom.com/wiki/Surfent_Terra', 'https://static.wikia.nocookie.net/palworld/images/f/ff/Surfent_Terra_menu.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}]', '{\"Name\": \"Sand Swimmer\", \"Tech\": \"Surfent Terra Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player\'s attacks inflict Muddy 2. (Does not stack)\"}', 'Its aerodynamic form is well suited for activities on sand. Poachers often catch them and use them in place of surfboards.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 70, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Serpent Ground', 'Fish', 5, 1205, 'M', '{\"day\": \"/public/images/maps/Serpent_Ground_day.png\", \"night\": \"/public/images/maps/Serpent_Ground_night.png\"}', '{\"Rank\": 1840, \"Order\": 53, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (54, 'DarkCrow', '057', '/public/images/pals/T_DarkCrow_icon_normal.png', 'Cawgnito', 'https://palworld.fandom.com/wiki/Cawgnito', 'https://static.wikia.nocookie.net/palworld/images/f/f6/Cawgnito_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": \"Eerie Nightstreaker\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, grants Night Vision to see in dark places. Activate again to turn off. Sometimes digs up Bone when assigned to Ranch.\"}', 'Long ago it freely soared the skies. After losing a contest with Galeclaw, it abandoned the skies, and now lives a secretive life in the dark of night.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Phantom Peck\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Cawgnito\'s exclusive skill. Teleports next to an enemy before attacking with its beak.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 75, \"Food\": 3, \"Speed\": {\"Run\": 920, \"Ride\": 1200, \"Walk\": 170}, \"Attack\": {\"Melee\": 80, \"Ranged\": 95}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 545, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DarkCrow', 'Bird', 3, 770, 'M', '{\"day\": \"/public/images/maps/DarkCrow_day.png\", \"night\": \"/public/images/maps/DarkCrow_night.png\"}', '{\"Rank\": 2370, \"Order\": 54, \"MaleProbability\": 50}', 'NotInterested', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (55, 'BlueDragon', '041', '/public/images/pals/T_BlueDragon_icon_normal.png', 'Azurobe', 'https://palworld.fandom.com/wiki/Azurobe', 'https://static.wikia.nocookie.net/palworld/images/a/a0/Azurobe_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Waterwing Dance\", \"Tech\": \"Azurobe Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While mounted, changes the player\'s attack type to Water and increases Attack by 1%.\"}', 'This Pal\'s white ribbon turns black if doused with impure water. Given its usefulness in detecting poison, this Pal was once overhunted. This past has left them bitter towards humanity.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 110, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 150}, \"Attack\": {\"Melee\": 70, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlueDragon', 'Fish', 7, 1831, 'L', '{\"day\": \"/public/images/maps/BlueDragon_day.png\", \"night\": \"/public/images/maps/BlueDragon_night.png\"}', '{\"Rank\": 1830, \"Order\": 55, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (56, 'BlueDragon_Ice', '041B', '/public/images/pals/T_BlueDragon_Ice_icon_normal.png', 'Azurobe Cryst', 'https://palworld.fandom.com/wiki/Azurobe_Cryst', 'https://static.wikia.nocookie.net/palworld/images/3/30/Azurobe_Cryst.png/revision/latest?cb=20250628162856', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Icewing Dance\", \"Tech\": \"Azurobe Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While mounted, changes the player’s attack type to Ice and increases Attack by 1%.\"}', 'This Pal’s white ribbon continuously absorbs heat from its surroundings, yet its temperature remains curiously unchanged. This strange ability once made it a target of relentless hunting, leaving it with a deep mistrust of humans to this day.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Charge Cannon\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Fires an energy orb infused with draconic power at the enemy. The orb causes a wide-area explosion upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 115, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlueDragon Ice', 'Fish', 8, 2109, 'L', '{\"day\": \"/public/images/maps/BlueDragon_Ice_day.png\", \"night\": \"/public/images/maps/BlueDragon_Ice_night.png\"}', '{\"Rank\": 1220, \"Order\": 56, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (57, 'PinkCat', '002', '/public/images/pals/T_PinkCat_icon_normal.png', 'Cattiva', 'https://palworld.fandom.com/wiki/Cattiva', 'https://static.wikia.nocookie.net/palworld/images/5/51/Cattiva_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 100.0}]', '{\"Name\": \"Cat Helper\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, Cattiva helps carry supplies, increasing the player\'s max carrying capacity by 100. (Does not stack)\"}', 'At a glance it appears full of confidence, but it is in fact weak and cowardly. Being toyed with by a Cattiva is in many ways the greatest of disgraces.', '[{\"Name\": \"Punch Flurry\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Cattiva\'s exclusive skill. Chases after enemies, swinging both arms and delivering a flurry of punches.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 160, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 2.0}', 'PinkCat', 'Humanoid', 1, 436, 'XS', '{\"day\": \"/public/images/maps/PinkCat_day.png\", \"night\": \"/public/images/maps/PinkCat_night.png\"}', '{\"Rank\": 2760, \"Order\": 57, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (58, 'NegativeKoala', '016', '/public/images/pals/T_NegativeKoala_icon_normal.png', 'Depresso', 'https://palworld.fandom.com/wiki/Depresso', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Depresso_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Caffeine Inoculation\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, Depresso chugs an entire energy drink, increasing its Movement Speed and Work Speed by 100%. Sometimes drops Venom Gland when assigned to Ranch.\"}', 'It has few friends because of the perpetually grouchy look on its face, but it is in fact kindhearted. Some have seen it feeding Vixy who have strayed from their pack.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 20}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.2}', 'NegativeKoala', 'Humanoid', 1, 436, 'XS', '{\"day\": null, \"night\": \"/public/images/maps/NegativeKoala_night.png\"}', '{\"Rank\": 3000, \"Order\": 58, \"MaleProbability\": 50}', 'Warlike', 1, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (59, 'FengyunDeeper', '083', '/public/images/pals/T_FengyunDeeper_icon_normal.png', 'Fenglope', 'https://palworld.fandom.com/wiki/Fenglope', 'https://static.wikia.nocookie.net/palworld/images/6/68/Fenglope_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": \"Wind and Clouds\", \"Tech\": \"Fenglope Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can double jump while mounted.\"}', 'In ages past, its beautiful visage was a common sight in paintings. As time passed, its beautiful pelt and antlers were often seen in works of art.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Cloud Tempest\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fenglope\'s exclusive skill. Charges forward while manipulating the atmosphere to create a pressurized wind tunnel around itself.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 110, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1050, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 110}, \"Defense\": 90, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 417, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FengyunDeeper', 'FourLegged', 3, 1659, 'S', '{\"day\": \"/public/images/maps/FengyunDeeper_day.png\", \"night\": \"/public/images/maps/FengyunDeeper_night.png\"}', '{\"Rank\": 1960, \"Order\": 59, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (60, 'VolcanicMonster', '129', '/public/images/pals/T_VolcanicMonster_icon_normal.png', 'Reptyro', 'https://palworld.fandom.com/wiki/Reptyro', 'https://static.wikia.nocookie.net/palworld/images/d/d0/Reptyro_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Ore-Loving Beast\", \"Tech\": \"Reptyro Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, reduces weight of all types of ore by 30%. (Does not stack)\"}', 'Magma-like blood runs throughout its body. If a large amount of water is thrown on it, the water rapidly heats, causing an immense vapor explosion.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Volcanic Burst\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Reptyro\'s exclusive skill. Raises its front legs and slams them into the ground, causing a volcanic eruptions under its enemies. It simultaneously bombards them with volcanic bombs from above.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 110, \"Food\": 7, \"Speed\": {\"Run\": 550, \"Ride\": 1000, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 120, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'VolcanicMonster', 'FourLegged', 6, 2576, 'L', '{\"day\": \"/public/images/maps/VolcanicMonster_day.png\", \"night\": \"/public/images/maps/VolcanicMonster_night.png\"}', '{\"Rank\": 1060, \"Order\": 60, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (61, 'VolcanicMonster_Ice', '129B', '/public/images/pals/T_VolcanicMonster_Ice_icon_normal.png', 'Reptyro Cryst', 'https://palworld.fandom.com/wiki/Reptyro_Cryst', 'https://static.wikia.nocookie.net/palworld/images/0/09/Reptyro_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Ice-Loving Beast\", \"Tech\": \"Reptyro Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, reduces weight of all types of ore by 35%. (Does not stack)\"}', 'Ice cold blood runs throughout its body. If heated rapidly, its blood evaporates, causing an immense vapor explosion.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Frost Burst\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Reptyro Cryst\'s exclusive skill. Raises its front legs and slams them into the ground, causing a frozen blast under its enemies. It simultaneously bombards them with snow balls from above.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 110, \"Food\": 7, \"Speed\": {\"Run\": 550, \"Ride\": 1000, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 130, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'VolcanicMonster Ice', 'FourLegged', 7, 2797, 'L', '{\"day\": \"/public/images/maps/VolcanicMonster_Ice_day.png\", \"night\": \"/public/images/maps/VolcanicMonster_Ice_night.png\"}', '{\"Rank\": 600, \"Order\": 61, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (62, 'GhostBeast', '117', '/public/images/pals/T_GhostBeast_icon_normal.png', 'Maraith', 'https://palworld.fandom.com/wiki/Maraith', 'https://static.wikia.nocookie.net/palworld/images/3/32/Maraith_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 15.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Crude Oil\", \"Rate\": 50.0}]', '{\"Name\": \"Messenger of Death\", \"Tech\": \"Maraith Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, all Party Pals\' Active Skill cooldowns are reduced by 30% whenever you defeat an enemy. (Does not stack)\"}', 'It relishes the peculiar scent living things give off when they are near death. If a Maraith has taken a liking to you, it is safe to assume that is why.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 75, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 1100, \"Walk\": 160}, \"Attack\": {\"Melee\": 50, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 365, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostBeast', 'FourLegged', 6, 1110, 'M', '{\"day\": null, \"night\": \"/public/images/maps/GhostBeast_night.png\"}', '{\"Rank\": 1710, \"Order\": 62, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (63, 'RobinHood', '076', '/public/images/pals/T_RobinHood_icon_normal.png', 'Robinquill', 'https://palworld.fandom.com/wiki/Robinquill', 'https://static.wikia.nocookie.net/palworld/images/b/bb/Robinquill_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Potato Seeds\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Arrow\", \"Rate\": 100.0}]', '{\"Name\": \"Grounded Archer\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s bow damage by 10%. (Does not stack)\"}', 'A Pal that is very similar to humans who hunt and live in the forests. It may prove to be a key for understanding what Pals are and how they diverged from humans in the distant past.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Focus Shot\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Robinquill\'s exclusive skill. Takes aim while drawing its bow before releasing a powerful shot at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'RobinHood', 'Humanoid', 5, 1335, 'M', '{\"day\": \"/public/images/maps/RobinHood_day.png\", \"night\": \"/public/images/maps/RobinHood_night.png\"}', '{\"Rank\": 2260, \"Order\": 63, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (64, 'RobinHood_Ground', '076B', '/public/images/pals/T_RobinHood_Ground_icon_normal.png', 'Robinquill Terra', 'https://palworld.fandom.com/wiki/Robinquill_Terra', 'https://static.wikia.nocookie.net/palworld/images/4/45/Robinquill_Terra_menu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Potato Seeds\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Arrow\", \"Rate\": 100.0}]', '{\"Name\": \"Master Archer\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s bow charge speed by 15%. (Does not stack)\"}', 'A Pal that is very similar to humans who hunt and live in the rocky areas. When Robinquill Terra bones are found in ruins, there are always human bones found nearby as well.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Focus Shot\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Robinquill\'s exclusive skill. Takes aim while drawing its bow before releasing a powerful shot at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'RobinHood Ground', 'Humanoid', 6, 1294, 'M', '{\"day\": \"/public/images/maps/RobinHood_Ground_day.png\", \"night\": \"/public/images/maps/RobinHood_Ground_night.png\"}', '{\"Rank\": 2050, \"Order\": 64, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (65, 'LazyDragon', '094', '/public/images/pals/T_LazyDragon_icon_normal.png', 'Relaxaurus', 'https://palworld.fandom.com/wiki/Relaxaurus', 'https://static.wikia.nocookie.net/palworld/images/0/01/Relaxaurus_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 5.0}]', '{\"Name\": \"Hungry Missile\", \"Tech\": \"Relaxaurus\' Missile Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a missile launcher while mounted.\"}', 'Contrary to its blasé appearance, it\'s quite ferocious. It perceives everything in its sight as prey and will stop at nothing to devour it.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 650, \"Ride\": 1000, \"Walk\": 60}, \"Attack\": {\"Melee\": 110, \"Ranged\": 115}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LazyDragon', 'Monster', 8, 2365, 'XL', '{\"day\": \"/public/images/maps/LazyDragon_day.png\", \"night\": \"/public/images/maps/LazyDragon_night.png\"}', '{\"Rank\": 1090, \"Order\": 65, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (66, 'LazyDragon_Electric', '094B', '/public/images/pals/T_LazyDragon_Electric_icon_normal.png', 'Relaxaurus Lux', 'https://palworld.fandom.com/wiki/Relaxaurus_Lux', 'https://static.wikia.nocookie.net/palworld/images/4/40/Relaxaurus_Lux_menu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 5.0}]', '{\"Name\": \"Missile Party\", \"Tech\": \"Relaxaurus Lux\'s Missile Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a missile launcher while mounted.\"}', 'One day, Relaxaurus had an idea. Maybe it was about time for a change. Just then, an electric shock raced through its body!', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 650, \"Ride\": 1000, \"Walk\": 60}, \"Attack\": {\"Melee\": 110, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LazyDragon Electric', 'Monster', 9, 2685, 'XL', '{\"day\": \"/public/images/maps/LazyDragon_Electric_day.png\", \"night\": \"/public/images/maps/LazyDragon_Electric_night.png\"}', '{\"Rank\": 770, \"Order\": 66, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (67, 'AmaterasuWolf', '111', '/public/images/pals/T_AmaterasuWolf_icon_normal.png', 'Kitsun', 'https://palworld.fandom.com/wiki/Kitsun', 'https://static.wikia.nocookie.net/palworld/images/6/6b/Kitsun_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Wolf of the Sun\", \"Tech\": \"Kitsun Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Ice damage and are immune to Freeze. (Does not stack)\"}', 'Despite its appearance, Kitsun is extremely sensitive and will flee into a cave when spooked. Long ago, it was considered an ill omen if one ran away from you.', '[{\"Name\": \"Double Fang (Fire)\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Daring Flames\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Kitsun\'s exclusive skill. Charges forward with great speed while enveloped in intense blue flames.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 100, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 1100, \"Walk\": 130}, \"Attack\": {\"Melee\": 70, \"Ranged\": 115}, \"Defense\": 100, \"Stamina\": 140, \"Support\": 110, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 415, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'AmaterasuWolf', 'FourLegged', 6, 1744, 'M', '{\"day\": \"/public/images/maps/AmaterasuWolf_day.png\", \"night\": \"/public/images/maps/AmaterasuWolf_night.png\"}', '{\"Rank\": 1670, \"Order\": 67, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (68, 'LizardMan', '073', '/public/images/pals/T_LizardMan_icon_normal.png', 'Leezpunk', 'https://palworld.fandom.com/wiki/Leezpunk', 'https://static.wikia.nocookie.net/palworld/images/0/09/Leezpunk_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Copper Key\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Silver Key\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leezpunk Crest\", \"Rate\": 50.0}]', '{\"Name\": \"Too Cool to be Seen\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Leezpunk and the player become invisible, making them undetectable to enemies for 10/12/14/16/20 seconds.\"}', 'A Pal that always takes great care to maintain a stylish stance. Always on the hunt for the coolest poses, if given a mirror it will spend all day posing in front of it.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 80, \"Food\": 2, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 140}, \"Attack\": {\"Melee\": 90, \"Ranged\": 80}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LizardMan', 'Humanoid', 2, 476, 'S', '{\"day\": \"/public/images/maps/LizardMan_day.png\", \"night\": \"/public/images/maps/LizardMan_night.png\"}', '{\"Rank\": 2670, \"Order\": 68, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (69, 'LizardMan_Fire', '073B', '/public/images/pals/T_LizardMan_Fire_icon_normal.png', 'Leezpunk Ignis', 'https://palworld.fandom.com/wiki/Leezpunk_Ignis', 'https://static.wikia.nocookie.net/palworld/images/e/ea/Leezpunk_Ignis_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Silver Key\", \"Rate\": 2.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leezpunk Crest\", \"Rate\": 50.0}]', '{\"Name\": \"Too Cool to be Seen\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Leezpunk Ignis and the player become invisible, making them undetectable to enemies for 10/12/14/16/20 seconds.\"}', 'A Pal that has an unusual obsession with their standing posture. Always in search of the hottest pose, this Pal\'s owner is constantly presented with fervent stances.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 80, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 90, \"Ranged\": 80}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LizardMan Fire', 'Humanoid', 3, 493, 'S', '{\"day\": \"/public/images/maps/LizardMan_Fire_day.png\", \"night\": \"/public/images/maps/LizardMan_Fire_night.png\"}', '{\"Rank\": 2640, \"Order\": 69, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (70, 'BluePlatypus', '005', '/public/images/pals/T_BluePlatypus_icon_normal.png', 'Fuack', 'https://palworld.fandom.com/wiki/Fuack', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Fuack_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Surfing Slam\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Fuack body surfs towards an enemy and slams into them.\"}', 'Using its own body water, this Pal can create waves anywhere. It body surfs when in a hurry, but the resulting speed often ends in a fatal collision.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 105}, \"Attack\": {\"Melee\": 80, \"Ranged\": 80}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 202, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'BluePlatypus', 'Humanoid', 1, 376, 'XS', '{\"day\": \"/public/images/maps/BluePlatypus_day.png\", \"night\": \"/public/images/maps/BluePlatypus_night.png\"}', '{\"Rank\": 2980, \"Order\": 70, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (71, 'BluePlatypus_Fire', '005B', '/public/images/pals/T_BluePlatypus_Fire_icon_normal.png', 'Fuack Ignis', 'https://palworld.fandom.com/wiki/Fuack_Ignis', 'https://static.wikia.nocookie.net/palworld/images/e/e2/Fuack_Ignis.png/revision/latest?cb=20250626215132', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 50.0}]', '{\"Name\": \"Fire Tackle\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Fuack Ignis fire surfs towards an enemy and slams into them.\"}', 'With a belly built for friction, this Pal sparks flames as it body surfs. But when it gets carried away, it often ends up a rolling fireball.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}]', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 105}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 202, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'BluePlatypus Fire', 'Humanoid', 2, 463, 'XS', '{\"day\": \"/public/images/maps/BluePlatypus_Fire_day.png\", \"night\": \"/public/images/maps/BluePlatypus_Fire_night.png\"}', '{\"Rank\": 2300, \"Order\": 71, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (72, 'BirdDragon', '064', '/public/images/pals/T_BirdDragon_icon_normal.png', 'Vanwyrm', 'https://palworld.fandom.com/wiki/Vanwyrm', 'https://static.wikia.nocookie.net/palworld/images/e/ea/Vanwyrm_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 1.0}, {\"Max\": 40, \"Min\": 10, \"Name\": \"Gold Coin\", \"Rate\": 10.0}]', '{\"Name\": \"Aerial Marauder\", \"Tech\": \"Vanwyrm Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases damage player deals to enemy weak points by 20%. (Does not stack)\"}', 'The melodies of a flute made from the exoskeleton of a Vanwyrm are said to cross whole mountain ranges. In ages past, such flutes were used to signal an attack.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 850, \"Walk\": 350}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 475, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BirdDragon', 'Bird', 5, 1464, 'L', '{\"day\": \"/public/images/maps/BirdDragon_day.png\", \"night\": \"/public/images/maps/BirdDragon_night.png\"}', '{\"Rank\": 1650, \"Order\": 72, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (73, 'BirdDragon_Ice', '064B', '/public/images/pals/T_BirdDragon_Ice_icon_normal.png', 'Vanwyrm Cryst', 'https://palworld.fandom.com/wiki/Vanwyrm_Cryst', 'https://static.wikia.nocookie.net/palworld/images/1/19/Vanwyrm_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 2.0}]', '{\"Name\": \"Aerial Marauder\", \"Tech\": \"Vanwyrm Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases damage player deals to enemy weak points by 30%. (Does not stack)\"}', 'The melodies of a flute made from the exoskeleton of a Vanwyrm Cryst are said to cross whole mountain ranges. In ages past, such flutes were used to signal victory in battle.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 850, \"Walk\": 350}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 95, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 475, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BirdDragon Ice', 'Bird', 5, 1624, 'L', '{\"day\": \"/public/images/maps/BirdDragon_Ice_day.png\", \"night\": \"/public/images/maps/BirdDragon_Ice_night.png\"}', '{\"Rank\": 1430, \"Order\": 73, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (74, 'ChickenPal', '003', '/public/images/pals/T_ChickenPal_icon_normal.png', 'Chikipi', 'https://palworld.fandom.com/wiki/Chikipi', 'https://static.wikia.nocookie.net/palworld/images/f/f4/Chikipi_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Egg\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Chikipi Poultry\", \"Rate\": 100.0}]', '{\"Name\": \"Egg Layer\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes lays an Egg when assigned to Ranch.\"}', 'Extremely weak and far too delicious. It is one of the weakest Pals alongside Lamball. No matter how many are hunted, they just keep appearing.', '[{\"Name\": \"Chicken Rush\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Chikipi\'s exclusive skill. Flies at enemies in its sights, attacking them with its sharp beak.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}]', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": 375, \"Ride\": 550, \"Walk\": 50}, \"Attack\": {\"Melee\": 70, \"Ranged\": 60}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 70, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 212, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 2.0}', 'ChickenPal', 'Bird', 1, 313, 'XS', '{\"day\": \"/public/images/maps/ChickenPal_day.png\", \"night\": \"/public/images/maps/ChickenPal_night.png\"}', '{\"Rank\": 3080, \"Order\": 74, \"MaleProbability\": 50}', 'Friendly', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (75, 'FlowerDinosaur', '084', '/public/images/pals/T_FlowerDinosaur_icon_normal.png', 'Dinossom', 'https://palworld.fandom.com/wiki/Dinossom', 'https://static.wikia.nocookie.net/palworld/images/b/b7/Dinossom_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Fragrant Dragon\", \"Tech\": \"Dinossom Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increase Defense of Dragon Pals by 15%. (Does not stack)\"}', 'A Pal who once angered cannot be pacified. It rages on and on like an inferno. The phrase |step on a Dinossom\'s tail| has come to mean enraging someone.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Botanical Smash\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Dinossom\'s exclusive skill. Uses its large tail to strike the ground in front of it, delivering a shockwave in a straight line.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 110, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1030, \"Walk\": 120}, \"Attack\": {\"Melee\": 90, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 150, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 335, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FlowerDinosaur', 'Humanoid', 6, 1315, 'L', '{\"day\": \"/public/images/maps/FlowerDinosaur_day.png\", \"night\": \"/public/images/maps/FlowerDinosaur_night.png\"}', '{\"Rank\": 2100, \"Order\": 75, \"MaleProbability\": 50}', 'Friendly', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (76, 'FlowerDinosaur_Electric', '084B', '/public/images/pals/T_FlowerDinosaur_Electric_icon_normal.png', 'Dinossom Lux', 'https://palworld.fandom.com/wiki/Dinossom_Lux', 'https://static.wikia.nocookie.net/palworld/images/c/c7/Dinossom_Lux_menu.png', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Thunder Dragon\", \"Tech\": \"Dinossom Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases Defense of Electric Pals by 15%. (Does not stack)\"}', 'Though struck by lightning, it lives on. The phrase |struck by a Dinossom Lux\'s bolt| has come to mean narrowly escaping death.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}, {\"Name\": \"Botanical Smash\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Dinossom\'s exclusive skill. Uses its large tail to strike the ground in front of it, delivering a shockwave in a straight line.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 110, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1030, \"Walk\": 120}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 150, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 335, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FlowerDinosaur Electric', 'Humanoid', 7, 1543, 'L', '{\"day\": \"/public/images/maps/FlowerDinosaur_Electric_day.png\", \"night\": \"/public/images/maps/FlowerDinosaur_Electric_night.png\"}', '{\"Rank\": 1890, \"Order\": 76, \"MaleProbability\": 50}', 'Friendly', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (77, 'ElecCat', '042', '/public/images/pals/T_ElecCat_icon_normal.png', 'Sparkit', 'https://palworld.fandom.com/wiki/Sparkit', 'https://static.wikia.nocookie.net/palworld/images/c/ce/Sparkit_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Static Electricity\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Electric Pals by 15%. (Does not stack) Sometimes drops Electric Organ when assigned to Ranch.\"}', 'During the dry season, this Pal is always on the verge of blowing a fuse. Sparks can fly with even the slightest provocation, even amongst allies.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": 350, \"Ride\": 500, \"Walk\": 80}, \"Attack\": {\"Melee\": 60, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 80, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'ElecCat', 'Humanoid', 1, 410, 'XS', '{\"day\": \"/public/images/maps/ElecCat_day.png\", \"night\": \"/public/images/maps/ElecCat_night.png\"}', '{\"Rank\": 3010, \"Order\": 77, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (78, 'IceHorse', '200', '/public/images/pals/T_IceHorse_icon_normal.png', 'Frostallion', 'https://palworld.fandom.com/wiki/Frostallion', 'https://static.wikia.nocookie.net/palworld/images/0/00/Frostallion_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}]', '{\"Name\": \"Icy Steed\", \"Tech\": \"Frostallion Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Ice, inflict Freeze 1, increases Attack by 1%.\"}', 'Guardian deity of Palpagos Island, known as the Winter Caller. In the past, when a calamity struck the land, it soared into the sky and sealed away the threat by casting the island into eternal winter.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Wing\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Frostallion\'s exclusive skill. Dashes forward while concentrating frigid air around its wings, using them to slash enemies with icy blade.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 140, \"Food\": 9, \"Speed\": {\"Run\": 1200, \"Ride\": 1800, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 140}, \"Defense\": 120, \"Stamina\": 300, \"Support\": 70, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 440, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceHorse', 'FourLegged', 20, 4695, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 150, \"Order\": 78, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (79, 'IceHorse_Dark', '200B', '/public/images/pals/T_IceHorse_Dark_icon_normal.png', 'Frostallion Noct', 'https://palworld.fandom.com/wiki/Frostallion_Noct', 'https://static.wikia.nocookie.net/palworld/images/1/14/Frostallion_Noct_menu.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Black Steed\", \"Tech\": \"Frostallion Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Dark, inflict Blind 1, increases Attack by 1%.\"}', 'Guardian deity of Palpagos Island, known as the Night Caller. In the past, when a calamity struck the land, it soared into the sky and sealed away the threat by casting the island into eternal darkness.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Crystal Wing\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Frostallion\'s exclusive skill. Dashes forward while concentrating frigid air around its wings, using them to slash enemies with icy blade.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 140, \"Food\": 9, \"Speed\": {\"Run\": 1200, \"Ride\": 1800, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 140}, \"Defense\": 135, \"Stamina\": 300, \"Support\": 70, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 440, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceHorse Dark', 'FourLegged', 20, 5000, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 110, \"Order\": 79, \"MaleProbability\": 50}', 'Escape to Battle', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (80, 'GrassMammoth', '087', '/public/images/pals/T_GrassMammoth_icon_normal.png', 'Mammorest', 'https://palworld.fandom.com/wiki/Mammorest', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Mammorest_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Mammorest Meat\", \"Rate\": 100.0}]', '{\"Name\": \"Gaia Crusher\", \"Tech\": \"Mammorest Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, increases logging efficiency by 220% and mining efficiency by 260%.\"}', 'The vegetation on its back varies between individuals. There is a long history of appreciating this veritable garden of a Pal, and there are even Mammorest pruning specialists.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Earth Impact\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Mammorest\'s exclusive skill. Uses its massive body to shake the earth, dealing damage over a wide area.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 150, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1030, \"Walk\": 135}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 180, \"Support\": 30, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 282, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassMammoth', 'FourLegged', 8, 2220, 'XL', '{\"day\": \"/public/images/maps/GrassMammoth_day.png\", \"night\": \"/public/images/maps/GrassMammoth_night.png\"}', '{\"Rank\": 1340, \"Order\": 80, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (81, 'GrassMammoth_Ice', '087B', '/public/images/pals/T_GrassMammoth_Ice_icon_normal.png', 'Mammorest Cryst', 'https://palworld.fandom.com/wiki/Mammorest_Cryst', 'https://static.wikia.nocookie.net/palworld/images/d/db/Mammorest_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Mammorest Meat\", \"Rate\": 100.0}]', '{\"Name\": \"Ice Crusher\", \"Tech\": \"Mammorest Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, increases logging efficiency by 220% and mining efficiency by 260%.\"}', 'The vegetation on its back varies between individuals. There was a time when seeds of presumed extinct plants were found still frozen on the back of a Mammorest Cryst.', '[{\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Earth Impact\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Mammorest\'s exclusive skill. Uses its massive body to shake the earth, dealing damage over a wide area.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 150, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 1030, \"Walk\": 135}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 180, \"Support\": 30, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 282, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassMammoth Ice', 'FourLegged', 9, 2424, 'XL', '{\"day\": \"/public/images/maps/GrassMammoth_Ice_day.png\", \"night\": \"/public/images/maps/GrassMammoth_Ice_night.png\"}', '{\"Rank\": 1070, \"Order\": 81, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (82, 'CatVampire', '065', '/public/images/pals/T_CatVampire_icon_normal.png', 'Felbat', 'https://palworld.fandom.com/wiki/Felbat', 'https://static.wikia.nocookie.net/palworld/images/7/7d/Felbat_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 3.0}]', '{\"Name\": \"Life Steal\", \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, grants the player and Felbat a life steal effect that restores 5% of damage dealt as Health.\"}', 'Attacking from the shadows, this Pal traps its prey within its cloak-like wings. It\'s probably best not to know what happens within them, or why the inside of its wings are stained red.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 7, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 110, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 325, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CatVampire', 'Humanoid', 6, 1744, 'M', '{\"day\": \"/public/images/maps/CatVampire_day.png\", \"night\": \"/public/images/maps/CatVampire_night.png\"}', '{\"Rank\": 1570, \"Order\": 82, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (83, 'SakuraSaurus', '108', '/public/images/pals/T_SakuraSaurus_icon_normal.png', 'Broncherry', 'https://palworld.fandom.com/wiki/Broncherry', 'https://static.wikia.nocookie.net/palworld/images/b/bd/Broncherry_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Broncherry Meat\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Love\'s First Blossom\", \"Tech\": \"Broncherry Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Pal Eggs you pick up have a 35% chance of becoming an Alpha Pal Egg. (Does not stack)\"}', 'Its scent drastically changes before and after pairing. It exudes a pleasing aroma after finding a partner, which is called the |Fragrance of First Love.|', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Muscle Slam\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Broncherry\'s exclusive skill. Turns sideways before tackling enemies in front of it, sending them flying into the air.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 1020, \"Walk\": 75}, \"Attack\": {\"Melee\": 80, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SakuraSaurus', 'FourLegged', 8, 2014, 'XL', '{\"day\": \"/public/images/maps/SakuraSaurus_day.png\", \"night\": \"/public/images/maps/SakuraSaurus_night.png\"}', '{\"Rank\": 1380, \"Order\": 83, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (84, 'SakuraSaurus_Water', '108B', '/public/images/pals/T_SakuraSaurus_Water_icon_normal.png', 'Broncherry Aqua', 'https://palworld.fandom.com/wiki/Broncherry_Aqua', 'https://static.wikia.nocookie.net/palworld/images/d/db/Broncherry_Aqua_menu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Broncherry Meat\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Purity\'s Full Bloom\", \"Tech\": \"Broncherry Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Pal Eggs you pick up have a 45% chance of becoming an Alpha Pal Egg. (Does not stack)\"}', 'Its scent drastically changes before and after pairing. It exudes a pleasing aroma before finding a partner, which is called the |Perfume of Purity.|', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Muscle Slam\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Broncherry\'s exclusive skill. Turns sideways before tackling enemies in front of it, sending them flying into the air.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 120, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 1020, \"Walk\": 75}, \"Attack\": {\"Melee\": 80, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 150, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SakuraSaurus Water', 'FourLegged', 8, 2259, 'XL', '{\"day\": \"/public/images/maps/SakuraSaurus_Water_day.png\", \"night\": \"/public/images/maps/SakuraSaurus_Water_night.png\"}', '{\"Rank\": 1080, \"Order\": 84, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (85, 'Horus', '188', '/public/images/pals/T_Horus_icon_normal.png', 'Faleris', 'https://palworld.fandom.com/wiki/Faleris', 'https://static.wikia.nocookie.net/palworld/images/9/99/Faleris_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Scorching Predator\", \"Tech\": \"Faleris Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, Ice Pals drop 40% more items when defeated. (Does not stack)\"}', 'When it finds its prey it unleashes a whirlwind of flames, burning the entire area to ash. Faleris breath is known for its pleasing scent.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Phoenix Flare\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"Faleris\' exclusive skill. After creating scorching tornadoes, it cloaks itself in hellfire and charges forward.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 105, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1400, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 115, \"Stamina\": 230, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Horus', 'Bird', 9, 2685, 'L', '{\"day\": \"/public/images/maps/Horus_day.png\", \"night\": \"/public/images/maps/Horus_night.png\"}', '{\"Rank\": 500, \"Order\": 85, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (86, 'KingBahamut', '137', '/public/images/pals/T_KingBahamut_icon_normal.png', 'Blazamut', 'https://palworld.fandom.com/wiki/Blazamut', 'https://static.wikia.nocookie.net/palworld/images/e/ee/Blazamut_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Coal\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Magma Kaiser\", \"Tech\": \"Blazamut Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases the Attack and Defense of the Pal fighting alongside you by 5% whenever you defeat an enemy. This effect lasts 20 seconds and stacks up to five times.\"}', 'Legends say it was born during a volcanic eruption. A strange group even claims that this continent is laid upon the back of a giant Blazamut.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 100, \"Food\": 9, \"Speed\": {\"Run\": 800, \"Ride\": 1200, \"Walk\": 400}, \"Attack\": {\"Melee\": 150, \"Ranged\": 125}, \"Defense\": 120, \"Stamina\": 190, \"Support\": 50, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KingBahamut', 'FourLegged', 9, 3470, 'XL', '{\"day\": \"/public/images/maps/KingBahamut_day.png\", \"night\": \"/public/images/maps/KingBahamut_night.png\"}', '{\"Rank\": 410, \"Order\": 86, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (87, 'KingBahamut_Dragon', '137B', '/public/images/pals/T_KingBahamut_Dragon_icon_normal.png', 'Blazamut Ryu', 'https://palworld.fandom.com/wiki/Blazamut_Ryu', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Blazamut_Ryu.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Coal\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 5.0}]', '{\"Name\": \"Dragon Kaiser\", \"Tech\": \"Blazamut Ryu Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, improves player\'s and Pals\' Dragon damage to enemy weak points by 25%. (Does not stack)\"}', 'Long ago, it emerged from the depths of the earth. With relentless, raging flames showing no mercy, it burned the entire island until nothing remained. It was known as the Eternal Flame.', '[{\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Beam Slicer\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the area in front with a beam imbued with dragon power. The area struck by the beam will also explode after a short delay.\"}, {\"Name\": \"Brawn Impact\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Blazamut\'s exclusive skill. Raises and inflates its arms, then slams them together, causing a massive explosion in the surrounding area.\"}, {\"Name\": \"Magna Crush\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Blazamut Ryu\'s exclusive skill. After a big jump, moves at high speed in the air, gathering strength to unleash a powerful punch.\"}]', '{\"HP\": 105, \"Food\": 9, \"Speed\": {\"Run\": 800, \"Ride\": 1200, \"Walk\": 400}, \"Attack\": {\"Melee\": 150, \"Ranged\": 130}, \"Defense\": 125, \"Stamina\": 190, \"Support\": 50, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KingBahamut Dragon', 'FourLegged', 10, 3651, 'XL', '{\"day\": null, \"night\": null}', '{\"Rank\": 100, \"Order\": 87, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (88, 'BerryGoat', '034', '/public/images/pals/T_BerryGoat_icon_normal.png', 'Caprity', 'https://palworld.fandom.com/wiki/Caprity', 'https://static.wikia.nocookie.net/palworld/images/a/a7/Caprity_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Caprity Meat\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Red Berries\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}]', '{\"Name\": \"Berry Picker\", \"Tech\": null, \"Image\": null, \"Description\": \"Sometimes drops Red Berries from its back when assigned to Ranch. While in party, restores 100 Pal’s Hunger to the Pal with the lowest Hunger every 5 minutes. (Does not stack)\"}', 'The shrub on this Pal\'s back produces berries as long as it is properly fed. It offers these berries to potential mates, and if the flavor is to their liking, romance blossoms.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 70}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BerryGoat', 'FourLegged', 3, 1643, 'S', '{\"day\": \"/public/images/maps/BerryGoat_day.png\", \"night\": \"/public/images/maps/BerryGoat_night.png\"}', '{\"Rank\": 2610, \"Order\": 88, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (89, 'IceDeer', '101', '/public/images/pals/T_IceDeer_icon_normal.png', 'Reindrix', 'https://palworld.fandom.com/wiki/Reindrix', 'https://static.wikia.nocookie.net/palworld/images/c/c1/Reindrix_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Reindrix Venison\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Cool Body\", \"Tech\": \"Reindrix Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player gains Heat Resistance +2. (Does not stack)\"}', 'Its transparent cerulean antlers glow with the cold of absolute zero. Any who touch them with their bare hands are instantly frozen and smashed to pieces.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Freezing Charge\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Reindrix\'s exclusive skill. Charges at an enemy with antlers adorned in ice.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 100, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1070, \"Walk\": 70}, \"Attack\": {\"Melee\": 80, \"Ranged\": 85}, \"Defense\": 110, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 310, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceDeer', 'FourLegged', 4, 1464, 'M', '{\"day\": \"/public/images/maps/IceDeer_day.png\", \"night\": \"/public/images/maps/IceDeer_night.png\"}', '{\"Rank\": 1930, \"Order\": 89, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (90, 'BlackGriffon', '189', '/public/images/pals/T_BlackGriffon_icon_normal.png', 'Shadowbeak', 'https://palworld.fandom.com/wiki/Shadowbeak', 'https://static.wikia.nocookie.net/palworld/images/0/0c/Shadowbeak_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Plasteel\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Carbon Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Modified DNA\", \"Tech\": \"Shadowbeak Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While flying, Movement Speed is increased. Enhances Dark attacks by 15% while mounted.\"}', 'Born from the depths of insanity, its very existence defies reason. Having lost all genetic ties to other Pals, one wonders if it could still even be considered a Pal.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Divine Disaster\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Charges forward, generating orbs of light that automatically target enemies and unleash a barrage of lasers.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 850, \"Ride\": 1200, \"Walk\": 80}, \"Attack\": {\"Melee\": 130, \"Ranged\": 120}, \"Defense\": 140, \"Stamina\": 250, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 465, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlackGriffon', 'FourLegged', 10, 3245, 'L', '{\"day\": \"/public/images/maps/BlackGriffon_day.png\", \"night\": \"/public/images/maps/BlackGriffon_night.png\"}', '{\"Rank\": 550, \"Order\": 90, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (91, 'WhiteMoth', '116', '/public/images/pals/T_WhiteMoth_icon_normal.png', 'Sibelyx', 'https://palworld.fandom.com/wiki/Sibelyx', 'https://static.wikia.nocookie.net/palworld/images/6/66/Sibelyx_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Silk Shroud\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Blizzard Spike. When this Pal uses Blizzard Spike, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. Sometimes makes High Quality Cloth when assigned to Ranch.\"}', 'A Pal that likes the rain, and will often bask in rain showers until the weather clears up. On rainy days, Foxparks can often be found taking shelter beneath it.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 110, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 90, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WhiteMoth', 'Humanoid', 7, 1589, 'L', '{\"day\": \"/public/images/maps/WhiteMoth_day.png\", \"night\": \"/public/images/maps/WhiteMoth_night.png\"}', '{\"Rank\": 1810, \"Order\": 91, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (92, 'WhiteMoth_Neutral', '116B', '/public/images/pals/T_WhiteMoth_Neutral_icon_normal.png', 'Sibelyx Primo', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Gilded Shroud\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Neutral Pals by 15%. (Does not stack) Sometimes makes High Quality Cloth when assigned to Ranch.\"}', 'A Pal that loves gazing into the void, and will often remain completely still. It frequently becomes a gathering spot for smaller Pals.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 115, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WhiteMoth Neutral', 'Humanoid', 8, 2094, 'L', '{\"day\": \"/public/images/maps/WhiteMoth_Neutral_day.png\", \"night\": \"/public/images/maps/WhiteMoth_Neutral_night.png\"}', '{\"Rank\": 650, \"Order\": 92, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (93, 'CuteFox', '006', '/public/images/pals/T_CuteFox_icon_normal.png', 'Vixy', 'https://palworld.fandom.com/wiki/Vixy', 'https://static.wikia.nocookie.net/palworld/images/9/9e/Vixy_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Dig Here!\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes digs up items from the ground when assigned to Ranch.\"}', 'The idol of Palpagos Island. If you bully a Vixy, you best be prepared to become enemies with the whole world.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 350, \"Ride\": 450, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 140, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 190, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.7}', 'CuteFox', 'FourLegged', 2, 407, 'XS', '{\"day\": \"/public/images/maps/CuteFox_day.png\", \"night\": \"/public/images/maps/CuteFox_night.png\"}', '{\"Rank\": 3060, \"Order\": 93, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (94, 'FoxMage', '078', '/public/images/pals/T_FoxMage_icon_normal.png', 'Wixen', 'https://palworld.fandom.com/wiki/Wixen', 'https://static.wikia.nocookie.net/palworld/images/8/85/Wixen_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": \"Lord Fox\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Wixen changes the player\'s attack type to Fire and increases Attack by 30%.\"}', 'With the power of light, it produces arcane phenomena. It prefers to eat food well-done and is particularly hostile towards Katress.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 50, \"Ranged\": 110}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FoxMage', 'Humanoid', 6, 1284, 'M', '{\"day\": \"/public/images/maps/FoxMage_day.png\", \"night\": \"/public/images/maps/FoxMage_night.png\"}', '{\"Rank\": 2080, \"Order\": 94, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (95, 'FoxMage_Dark', '078B', '/public/images/pals/T_FoxMage_Dark_icon_normal.png', 'Wixen Noct', 'https://palworld.fandom.com/wiki/Wixen_Noct', 'https://static.wikia.nocookie.net/palworld/images/b/bd/Wixen_Noct.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": \"Black Fox Lord\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Wixen Noct changes the player\'s attack type to Dark and increases Attack by 30%.\"}', 'Due to its upbringing, it no longer cares about whether its food is cooked enough. This Pal stopped worrying about those details, and just prefers its food to be as sweet as possible. Not on good terms with Katress Ignis.', '[{\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 50, \"Ranged\": 110}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FoxMage Dark', 'Humanoid', 6, 1509, 'M', '{\"day\": null, \"night\": \"/public/images/maps/FoxMage_Dark_night.png\"}', '{\"Rank\": 1490, \"Order\": 95, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (96, 'PinkLizard', '069', '/public/images/pals/T_PinkLizard_icon_normal.png', 'Lovander', 'https://palworld.fandom.com/wiki/Lovander', 'https://static.wikia.nocookie.net/palworld/images/c/c8/Lovander_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Cake\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Suspicious Juice\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Strange Juice\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Memory Wiping Medicine\", \"Rate\": 1.0}]', '{\"Name\": \"Heart Drain\", \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, grants the player and Lovander a life steal effect that restores 5% of damage dealt as Health.\"}', 'Seeking a night of love, it is always chasing someone around. At first it only showed interest in other Pals, but in recent years even humans have become the target of its debauchery.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Implode\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion. Becomes incapacitated afterwards.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 750, \"Ride\": 850, \"Walk\": 170}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 140, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'PinkLizard', 'Humanoid', 5, 1056, 'L', '{\"day\": null, \"night\": \"/public/images/maps/PinkLizard_night.png\"}', '{\"Rank\": 2090, \"Order\": 96, \"MaleProbability\": 30}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (97, 'WizardOwl', '019', '/public/images/pals/T_WizardOwl_icon_normal.png', 'Hoocrates', 'https://palworld.fandom.com/wiki/Hoocrates', 'https://static.wikia.nocookie.net/palworld/images/e/ef/Hoocrates_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": \"Dark Knowledge\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Dark Pals by 15%. (Does not stack)\"}', 'Often lost in thought, it sometimes finds it difficult to sleep. |I think, therefore I am.|', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 380, \"Ride\": 550, \"Walk\": 70}, \"Attack\": {\"Melee\": 70, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 225, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WizardOwl', 'Bird', 1, 443, 'XS', '{\"day\": null, \"night\": \"/public/images/maps/WizardOwl_night.png\"}', '{\"Rank\": 2940, \"Order\": 97, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (98, 'Kelpie', '043', '/public/images/pals/T_Kelpie_icon_normal.png', 'Kelpsea', 'https://palworld.fandom.com/wiki/Kelpsea', 'https://static.wikia.nocookie.net/palworld/images/1/1b/Kelpsea_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Raw Kelpsea\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Aqua Spout\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Water Pals by 15%. (Does not stack) Sometimes drops Aquatic Pal Fluids when assigned to Ranch.\"}', 'Its personality changes depending on the quality of the water it was born into. Kelpsea born into polluted waters are generally ill-tempered and quickly become delinquents.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Kelpie', 'Dragon', 1, 407, 'XS', '{\"day\": \"/public/images/maps/Kelpie_day.png\", \"night\": \"/public/images/maps/Kelpie_night.png\"}', '{\"Rank\": 2810, \"Order\": 98, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (99, 'Kelpie_Fire', '043B', '/public/images/pals/T_Kelpie_Fire_icon_normal.png', 'Kelpsea Ignis', 'https://palworld.fandom.com/wiki/Kelpsea_Ignis', 'https://static.wikia.nocookie.net/palworld/images/b/ba/Kelpsea_Ignis_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Raw Kelpsea\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Lava Spout\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Fire Pals by 15%. (Does not stack) Sometimes drops Flame Organ when assigned to Ranch.\"}', 'Its personality changes depending on the temperature of the water it was born into. Kelpsea born in warm waters generally have a passionate, motivated personality.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Kelpie Fire', 'Dragon', 2, 407, 'XS', '{\"day\": \"/public/images/maps/Kelpie_Fire_day.png\", \"night\": \"/public/images/maps/Kelpie_Fire_night.png\"}', '{\"Rank\": 2470, \"Order\": 99, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (100, 'NegativeOctopus', '030', '/public/images/pals/T_NegativeOctopus_icon_normal.png', 'Killamari', 'https://palworld.fandom.com/wiki/Killamari', 'https://static.wikia.nocookie.net/palworld/images/8/80/Killamari_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Killamari Tentacle\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Fried Squid\", \"Tech\": \"Killamari\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Enables gentle floating while gliding for an extended time.\"}', 'It wraps itself around an enemy\'s head, sucking out their insides. Pal mummies are occasionally found, but these are in fact Killamari victims.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 60, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 260, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NegativeOctopus', 'Other', 1, 376, 'XS', '{\"day\": \"/public/images/maps/NegativeOctopus_day.png\", \"night\": \"/public/images/maps/NegativeOctopus_night.png\"}', '{\"Rank\": 2770, \"Order\": 100, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (101, 'NegativeOctopus_Neutral', '030B', '/public/images/pals/T_NegativeOctopus_Neutral_icon_normal.png', 'Killamari Primo', 'https://palworld.fandom.com/wiki/Killamari_Primo', 'https://static.wikia.nocookie.net/palworld/images/4/40/Killamari_Primo.png/revision/latest?cb=20250626192639', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Killamari Tentacle\", \"Rate\": 50.0}]', '{\"Name\": \"Fried Killamari\", \"Tech\": \"Killamari Primo\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Enables gentle floating while gliding for an extended time.\"}', 'It sinks its fangs into the enemy’s neck, draining every last drop of blood. When two Killamari Primos latch onto each other, they become locked in a relentless struggle—each trying to suck the other dry until one withers away.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 70, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 260, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NegativeOctopus Neutral', 'Other', 2, 421, 'XS', '{\"day\": \"/public/images/maps/NegativeOctopus_Neutral_day.png\", \"night\": \"/public/images/maps/NegativeOctopus_Neutral_night.png\"}', '{\"Rank\": 2540, \"Order\": 101, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (102, 'CowPal', '040', '/public/images/pals/T_CowPal_icon_normal.png', 'Mozzarina', 'https://palworld.fandom.com/wiki/Mozzarina', 'https://static.wikia.nocookie.net/palworld/images/3/3a/Mozzarina_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Mozzarina Meat\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Milk\", \"Rate\": 100.0}]', '{\"Name\": \"Milk Maker\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"Sometimes drops Milk when assigned to Ranch.\"}', 'Milk pours from this Pal like water from an open faucet, regardless of its gender. It\'s truly a mystery of life, although this mystery may be better left unsolved.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 2, \"Speed\": {\"Run\": 580, \"Ride\": 700, \"Walk\": 55}, \"Attack\": {\"Melee\": 100, \"Ranged\": 50}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 317, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CowPal', 'FourLegged', 2, 502, 'S', '{\"day\": \"/public/images/maps/CowPal_day.png\", \"night\": \"/public/images/maps/CowPal_night.png\"}', '{\"Rank\": 2800, \"Order\": 102, \"MaleProbability\": 20}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (103, 'Yeti', '134', '/public/images/pals/T_Yeti_icon_normal.png', 'Wumpo', 'https://palworld.fandom.com/wiki/Wumpo', 'https://static.wikia.nocookie.net/palworld/images/0/0e/Wumpo_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 20.0}]', '{\"Name\": \"Guardian of the Snowy Mountain\", \"Tech\": \"Wumpo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While at a base, increases the Transporting Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Researchers once tried to shave off its hair to reveal its true form. In the end, only hair was left, as if that was all there was to begin with.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 140, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 1050, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 100, \"Stamina\": 240, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Yeti', 'Humanoid', 7, 2591, 'L', '{\"day\": \"/public/images/maps/Yeti_day.png\", \"night\": \"/public/images/maps/Yeti_night.png\"}', '{\"Rank\": 830, \"Order\": 103, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (104, 'Yeti_Grass', '134B', '/public/images/pals/T_Yeti_Grass_icon_normal.png', 'Wumpo Botan', 'https://palworld.fandom.com/wiki/Wumpo_Botan', 'https://static.wikia.nocookie.net/palworld/images/6/68/Wumpo_Botan_menu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 20.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 50.0}]', '{\"Name\": \"Guardian of the South\", \"Tech\": \"Wumpo Botan Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Ground damage and are immune to Muddy status. (Does not stack)\"}', 'Researchers once tried to cut the grass off its body to reveal its true form. In the end, only grass was left, as if that was all there was to begin with.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 140, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 1050, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 110, \"Stamina\": 240, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Yeti Grass', 'Humanoid', 8, 2743, 'L', '{\"day\": \"/public/images/maps/Yeti_Grass_day.png\", \"night\": \"/public/images/maps/Yeti_Grass_night.png\"}', '{\"Rank\": 610, \"Order\": 104, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (105, 'VioletFairy', '066', '/public/images/pals/T_VioletFairy_icon_normal.png', 'Vaelet', 'https://palworld.fandom.com/wiki/Vaelet', 'https://static.wikia.nocookie.net/palworld/images/2/24/Vaelet_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 50.0}]', '{\"Name\": \"Purification of Gaia\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Ground Pals drop 40% more items when defeated. (Does not stack) Sometimes drops various seeds when assigned to Ranch.\"}', 'The castle was filled with the king\'s favorite flowers. A great battle ensued, and flames approached the castle. Amidst the chaos, the spirit of a flower appeared. - From the fairy tale, |The King\'s Flower.|', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'VioletFairy', 'Humanoid', 8, 2095, 'M', '{\"day\": \"/public/images/maps/VioletFairy_day.png\", \"night\": \"/public/images/maps/VioletFairy_night.png\"}', '{\"Rank\": 1480, \"Order\": 105, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (106, 'HawkBird', '051', '/public/images/pals/T_HawkBird_icon_normal.png', 'Nitewing', 'https://palworld.fandom.com/wiki/Nitewing', 'https://static.wikia.nocookie.net/palworld/images/3/34/Nitewing_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Travel Companion\", \"Tech\": \"Nitewing Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount.\"}', 'It carries newborn Pals to its nest and raises them as a surrogate parent. Once the baby Pal has fattened up, it hunts them.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Tornado Attack\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Nitewing\'s exclusive skill. Generates a tornado ahead before soaring towards its target.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 100, \"Food\": 2, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'HawkBird', 'Bird', 3, 1012, 'M', '{\"day\": \"/public/images/maps/HawkBird_day.png\", \"night\": \"/public/images/maps/HawkBird_night.png\"}', '{\"Rank\": 2560, \"Order\": 106, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (107, 'FlowerRabbit', '077', '/public/images/pals/T_FlowerRabbit_icon_normal.png', 'Flopie', 'https://palworld.fandom.com/wiki/Flopie', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Flopie_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Low Grade Medical Supplies\", \"Rate\": 20.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Helper Bunny\", \"Tech\": \"Flopie\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Automatically picks up nearby items.\"}', 'It prefers places that have an abundance of vegetation, but hay fever has apparently become a problem for Flopie as of late.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 75, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FlowerRabbit', 'Humanoid', 1, 512, 'XS', '{\"day\": \"/public/images/maps/FlowerRabbit_day.png\", \"night\": \"/public/images/maps/FlowerRabbit_night.png\"}', '{\"Rank\": 2660, \"Order\": 107, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (108, 'LilyQueen', '186', '/public/images/pals/T_LilyQueen_icon_normal.png', 'Lyleen', 'https://palworld.fandom.com/wiki/Lyleen', 'https://static.wikia.nocookie.net/palworld/images/5/5e/Lyleen_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"High Quality Recovery Meds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}]', '{\"Name\": \"Harvest Goddess\", \"Tech\": \"Lyleen\'s Floral Ornament\", \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, the queen\'s soothing graces restore the Health of the player and Party Pals by 80/82/84/86/90%.\"}', 'A docile Pal full of love. It watches over small Pals who have lost their parents. It uses a full-power Solar Blast to discipline naughty Pals.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LilyQueen', 'Humanoid', 9, 3427, 'L', '{\"day\": \"/public/images/maps/LilyQueen_day.png\", \"night\": \"/public/images/maps/LilyQueen_night.png\"}', '{\"Rank\": 240, \"Order\": 108, \"MaleProbability\": 30}', 'NotInterested', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (109, 'LilyQueen_Dark', '186B', '/public/images/pals/T_LilyQueen_Dark_icon_normal.png', 'Lyleen Noct', 'https://palworld.fandom.com/wiki/Lyleen_Noct', 'https://static.wikia.nocookie.net/palworld/images/3/30/Lyleen_Noct_menu.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"High Quality Recovery Meds\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Innovative Technical Manual\", \"Rate\": 10.0}]', '{\"Name\": \"Goddess of the Tranquil Light\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, the queen\'s soothing graces restore the Health of the player and Party Pals by 85/87/89/91/95%.\"}', 'An elegant Pal full of grace. It admonishes any who are disrespectful with a painful slap. Some Pals actively seek out this punishment.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 115, \"Food\": 8, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LilyQueen Dark', 'Humanoid', 10, 3540, 'L', '{\"day\": \"/public/images/maps/LilyQueen_Dark_day.png\", \"night\": \"/public/images/maps/LilyQueen_Dark_night.png\"}', '{\"Rank\": 220, \"Order\": 109, \"MaleProbability\": 30}', 'NotInterested', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (110, 'QueenBee', '068', '/public/images/pals/T_QueenBee_icon_normal.png', 'Elizabee', 'https://palworld.fandom.com/wiki/Elizabee', 'https://static.wikia.nocookie.net/palworld/images/a/a0/Elizabee_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Honey\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Elizabee\'s Staff\", \"Rate\": 3.0}]', '{\"Name\": \"Queen Bee Command\", \"Tech\": null, \"Image\": null, \"Description\": \"This Pal\'s Attack increases by 12% for each Beegarde in party.\"}', 'A chosen queen to rule over Beegardes. There is a never ending stream of servants willing to work themselves to death for the pleasure of serving their queen.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Spinning Staff\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Elizabee\'s exclusive skill. Channels power into its staff, and unleashes it in a whirl.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 5, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'QueenBee', 'Humanoid', 8, 1769, 'L', '{\"day\": \"/public/images/maps/QueenBee_day.png\", \"night\": \"/public/images/maps/QueenBee_night.png\"}', '{\"Rank\": 1790, \"Order\": 110, \"MaleProbability\": 10}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (111, 'SoldierBee', '067', '/public/images/pals/T_SoldierBee_icon_normal.png', 'Beegarde', 'https://palworld.fandom.com/wiki/Beegarde', 'https://static.wikia.nocookie.net/palworld/images/7/7b/Beegarde_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Honey\", \"Rate\": 100.0}]', '{\"Name\": \"Worker Bee\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Elizabee\'s Attack. Sometimes drops Honey when assigned to Ranch.\"}', 'A servant that pledges loyalty to Elizabee. Any that cause harm to the queen are immediately expelled from the hive. It will gladly give its life to protect its queen.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bee Quiet\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Risks its life to cause a violent explosion, but receives the honor of falling in battle.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 80, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 550, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SoldierBee', 'Humanoid', 4, 1166, 'M', '{\"day\": \"/public/images/maps/SoldierBee_day.png\", \"night\": \"/public/images/maps/SoldierBee_night.png\"}', '{\"Rank\": 2350, \"Order\": 111, \"MaleProbability\": 10}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (112, 'CatBat', '052', '/public/images/pals/T_CatBat_icon_normal.png', 'Tombat', 'https://palworld.fandom.com/wiki/Tombat', 'https://static.wikia.nocookie.net/palworld/images/f/f2/Tombat_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": \"Ultrasonic Sensor\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"When activated, uses ultrasonic waves to detect nearby dungeons, treasure chests, and scrap.\"}', 'Often appears out of the blue to flaunt its prized wings in front of other Pals. Although this appears to be an intimidation tactic, the Pal seems to derive some kind of pleasure from the display.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 95, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 270, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CatBat', 'Humanoid', 5, 1147, 'M', '{\"day\": null, \"night\": \"/public/images/maps/CatBat_night.png\"}', '{\"Rank\": 2340, \"Order\": 112, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (113, 'GrassPanda', '102', '/public/images/pals/T_GrassPanda_icon_normal.png', 'Mossanda', 'https://palworld.fandom.com/wiki/Mossanda', 'https://static.wikia.nocookie.net/palworld/images/d/db/Mossanda_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Grenadier Panda\", \"Tech\": \"Mossanda\'s Grenade Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a grenade launcher while mounted.\"}', 'A Pal so powerful it\'s hard to believe. In one experiment, this Pal tore through 3,000 sheets of paper at once! It\'s only by some miracle that this Pal isn\'t a meat-eater.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Crushing Punch\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Mossanda\'s exclusive skill. Winds up its right arm before striking an enemy with a devastating punch.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 4, \"Speed\": {\"Run\": 600, \"Ride\": 1000, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassPanda', 'Humanoid', 6, 1475, 'L', '{\"day\": \"/public/images/maps/GrassPanda_day.png\", \"night\": \"/public/images/maps/GrassPanda_night.png\"}', '{\"Rank\": 2060, \"Order\": 113, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (114, 'GrassPanda_Electric', '102B', '/public/images/pals/T_GrassPanda_Electric_icon_normal.png', 'Mossanda Lux', 'https://palworld.fandom.com/wiki/Mossanda_Lux', 'https://static.wikia.nocookie.net/palworld/images/0/05/Mossanda_Lux_menu.png', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Grenadier Panda\", \"Tech\": \"Mossanda Lux\'s Grenade Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can rapidly fire a grenade launcher while mounted.\"}', 'A Pal whose power is truly shocking. By altering the electrical currents in its body, this Pal\'s been able to overload its own strength. When it comes to sheer power, this Pal may be top of the list.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Blast Punch\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Mossanda Lux\'s exclusive skill. Winds up its right arm before delivering an electrically charged punch.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 100, \"Food\": 4, \"Speed\": {\"Run\": 600, \"Ride\": 1000, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassPanda Electric', 'Humanoid', 7, 1806, 'L', '{\"day\": \"/public/images/maps/GrassPanda_Electric_day.png\", \"night\": \"/public/images/maps/GrassPanda_Electric_night.png\"}', '{\"Rank\": 1440, \"Order\": 114, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (115, 'FlameBuffalo', '058', '/public/images/pals/T_FlameBuffalo_icon_normal.png', 'Arsox', 'https://palworld.fandom.com/wiki/Arsox', 'https://static.wikia.nocookie.net/palworld/images/f/f5/Arsox_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Warm Body\", \"Tech\": \"Arsox Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player gains Cold Resistance +2. (Does not stack)\"}', 'In ancient times, carnivorous Pals pursued them relentlessly. The absurd fury in the cries of Arsox transformed into a raging inferno, which has been passed on to this day.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Blazing Horn\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Arsox\'s exclusive skill. Takes aim and charges with fierce momentum while raising its horn.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 85, \"Food\": 3, \"Speed\": {\"Run\": 700, \"Ride\": 1050, \"Walk\": 87}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 95, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 343, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FlameBuffalo', 'FourLegged', 4, 1176, 'M', '{\"day\": \"/public/images/maps/FlameBuffalo_day.png\", \"night\": \"/public/images/maps/FlameBuffalo_night.png\"}', '{\"Rank\": 2320, \"Order\": 115, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (116, 'ThunderDog', '098', '/public/images/pals/T_ThunderDog_icon_normal.png', 'Rayhound', 'https://palworld.fandom.com/wiki/Rayhound', 'https://static.wikia.nocookie.net/palworld/images/3/3f/Rayhound_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Lightning Shepherd\", \"Tech\": \"Rayhound Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted. This Pal’s Movement Speed increases by 5% for each other Electric Pal in your party. (Excluding Rayhound)\"}', 'At full speed, it could be mistaken for a bolt of lightning. When two Rayhounds collide, a thunderous roar echoes through the air.', '[{\"Name\": \"Double Fang (Electric)\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1150, \"Walk\": 210}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 455, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ThunderDog', 'FourLegged', 5, 1205, 'M', '{\"day\": \"/public/images/maps/ThunderDog_day.png\", \"night\": \"/public/images/maps/ThunderDog_night.png\"}', '{\"Rank\": 1920, \"Order\": 116, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (117, 'ThunderDog_Ice', '098B', '/public/images/pals/T_ThunderDog_Ice_icon_normal.png', 'Rayhound Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Snow Shepherd\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can perform a double jump while mounted. While in party, increases Defense of Ice Pals by 15%. (Does not stack)\"}', 'Sprinting across the tundra at full speed kicks up a blinding blizzard, leading to constant Rayhound Cryst collisions due to zero visibility.', '[{\"Name\": \"Double Fang (Ice)\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Frostcall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Rayhound Cryst\'s exclusive skill. Generates ice pillars ahead and charges forward at high speed through the gaps between them.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1150, \"Walk\": 210}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 455, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ThunderDog Ice', 'FourLegged', 6, 1138, 'M', '{\"day\": \"/public/images/maps/ThunderDog_Ice_day.png\", \"night\": \"/public/images/maps/ThunderDog_Ice_night.png\"}', '{\"Rank\": 1600, \"Order\": 117, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (118, 'CuteMole', '031', '/public/images/pals/T_CuteMole_icon_normal.png', 'Fuddler', 'https://palworld.fandom.com/wiki/Fuddler', 'https://static.wikia.nocookie.net/palworld/images/6/64/Fuddler_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Mining Assistance\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves player mining efficiency by 30% and reduces Stone weight by 34%. (Does not stack)\"}', 'Its large claws boast of diamond-like hardness. However, sharpening these claws consumes most of its energy, leading it to sometimes spending entire days doing nothing else.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 65, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 60}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 50, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CuteMole', 'Humanoid', 1, 358, 'XS', '{\"day\": \"/public/images/maps/CuteMole_day.png\", \"night\": \"/public/images/maps/CuteMole_night.png\"}', '{\"Rank\": 2790, \"Order\": 118, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (119, 'BlackMetalDragon', '158', '/public/images/pals/T_BlackMetalDragon_icon_normal.png', 'Astegon', 'https://palworld.fandom.com/wiki/Astegon', 'https://static.wikia.nocookie.net/palworld/images/d/d4/Astegon_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Plasteel\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Black Ankylosaur\", \"Tech\": \"Astegon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. Increases the damage dealt to ores by 1100%, and you can obtain 1500% more Ore while mounted.\"}', 'A savage beast born of the abyss. Thou shall not stand before the beast. Thou shall not heed the beast.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 100, \"Food\": 7, \"Speed\": {\"Run\": 700, \"Ride\": 1100, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 125, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlackMetalDragon', 'Monster', 9, 3794, 'XL', '{\"day\": null, \"night\": null}', '{\"Rank\": 490, \"Order\": 119, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (120, 'GrassRabbitMan', '152', '/public/images/pals/T_GrassRabbitMan_icon_normal.png', 'Verdash', 'https://palworld.fandom.com/wiki/Verdash', 'https://static.wikia.nocookie.net/palworld/images/4/43/Verdash_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Grassland Gymnast\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, grants 1 additional jump and 1 additional mid-air dash. (Does not stack)\"}', 'Land that Verdash has run across becomes extremely fertile, with thick vegetation growing soon after. It will not run anywhere that herbicide has been used.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 700, \"Walk\": 195}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassRabbitMan', 'Humanoid', 8, 1947, 'M', '{\"day\": \"/public/images/maps/GrassRabbitMan_day.png\", \"night\": \"/public/images/maps/GrassRabbitMan_night.png\"}', '{\"Rank\": 1160, \"Order\": 120, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (121, 'IceFox', '095', '/public/images/pals/T_IceFox_icon_normal.png', 'Foxcicle', 'https://palworld.fandom.com/wiki/Foxcicle', 'https://static.wikia.nocookie.net/palworld/images/2/21/Foxcicle_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Aurora Guide\", \"Tech\": \"en_text Saddle\", \"Image\": null, \"Description\": \"While in party, increases Attack of Ice Pals by 15%. (Does not stack) Sometimes drops Ice Organ when assigned to Ranch.\"}', 'On nights when the aurora is visible, it looks up towards the sky and begins to howl a beautiful song. This does, however, leave it vulnerable to attacks from enemies.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 315, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceFox', 'FourLegged', 5, 1543, 'S', '{\"day\": \"/public/images/maps/IceFox_day.png\", \"night\": \"/public/images/maps/IceFox_night.png\"}', '{\"Rank\": 1970, \"Order\": 121, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (122, 'JetDragon', '202', '/public/images/pals/T_JetDragon_icon_normal.png', 'Jetragon', 'https://palworld.fandom.com/wiki/Jetragon', 'https://static.wikia.nocookie.net/palworld/images/e/e5/Jetragon_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 8}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Soralite\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Thermal Core\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": \"Aerial Missile\", \"Tech\": \"Jetragon\'s Missile Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. Can rapidly fire a missile launcher while mounted.\"}', 'Watches over Palpagos Island from high above. When calamity returns to the land, the earth will split open, and the skies will burn. It is destined to strike down the calamity in a flash of total destruction.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Beam Comet\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Jetragon\'s exclusive skill. Illuminates its wings and fires innumerable beams as it flies towards the enemy. The beams explode on impact.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 115, \"Food\": 9, \"Speed\": {\"Run\": 1700, \"Ride\": 3300, \"Walk\": 800}, \"Attack\": {\"Melee\": 100, \"Ranged\": 140}, \"Defense\": 120, \"Stamina\": 110, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 1250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'JetDragon', 'Dragon', 20, 4452, 'XL', '{\"day\": null, \"night\": null}', '{\"Rank\": 70, \"Order\": 122, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (123, 'DreamDemon', '022', '/public/images/pals/T_DreamDemon_icon_normal.png', 'Daedream', 'https://palworld.fandom.com/wiki/Daedream', 'https://static.wikia.nocookie.net/palworld/images/e/e6/Daedream_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": \"Dream Chaser\", \"Tech\": \"Daedream\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Attacks hostile enemies with Dark magic bullets. These bullets will not reduce the target\'s Health below 1.\"}', 'It puts those it is interested in to sleep and shows them an endless stream of happy dreams. Those who fall under its spell are never to wake until death takes them.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 220, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DreamDemon', 'Humanoid', 1, 397, 'XS', '{\"day\": null, \"night\": \"/public/images/maps/DreamDemon_night.png\"}', '{\"Rank\": 2910, \"Order\": 123, \"MaleProbability\": 50}', 'Friendly', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (124, 'Monkey', '023', '/public/images/pals/T_Monkey_icon_normal.png', 'Tanzee', 'https://palworld.fandom.com/wiki/Tanzee', 'https://static.wikia.nocookie.net/palworld/images/4/40/Tanzee_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Mushroom\", \"Rate\": 100.0}]', '{\"Name\": \"Cheery Rifle\", \"Tech\": \"Tanzee\'s Assault Rifle\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, Tanzee will mercilessly fire an assault rifle at nearby enemies for a limited time.\"}', 'Long ago, this Pal used long objects like tree branches as weapons. After coming into contact with humans, however, it found something slightly more effective: guns.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 48}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 174, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.2}', 'Monkey', 'Humanoid', 1, 512, 'XS', '{\"day\": \"/public/images/maps/Monkey_day.png\", \"night\": \"/public/images/maps/Monkey_night.png\"}', '{\"Rank\": 2900, \"Order\": 124, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (125, 'Monkey_Fire', '023B', '/public/images/pals/T_Monkey_Fire_icon_normal.png', 'Tanzee Ignis', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Chipper Chimp Gunfire\", \"Tech\": \"Tanzee Ignis\'s Assault Rifle\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"When activated, Tanzee Ignis will mercilessly fire a Fire assault rifle at nearby enemies for a limited time.\"}', 'Its palms have evolved to handle burning objects without getting scorched. When its gun runs out of ammo, it may grab the heated barrel with its bare hands and use it to club its foes.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 48}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 174, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.2}', 'Monkey Fire', 'Humanoid', 2, 526, 'XS', '{\"day\": \"/public/images/maps/Monkey_Fire_day.png\", \"night\": \"/public/images/maps/Monkey_Fire_night.png\"}', '{\"Rank\": 2830, \"Order\": 125, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (126, 'Manticore', '112', '/public/images/pals/T_Manticore_icon_normal.png', 'Blazehowl', 'https://palworld.fandom.com/wiki/Blazehowl', 'https://static.wikia.nocookie.net/palworld/images/3/33/Blazehowl_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Hellflame Lion\", \"Tech\": \"Blazehowl Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Grass Pals drop 40% more items when defeated. (Does not stack)\"}', 'While it prefers raw meat, it always ends up eating well-done meat. This is due to its blistering claws, which it uses as its weapon—it simply doesn\'t realize its prey gets burned to a crisp.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 1200, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 80, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 465, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Manticore', 'FourLegged', 7, 1794, 'L', '{\"day\": \"/public/images/maps/Manticore_day.png\", \"night\": \"/public/images/maps/Manticore_night.png\"}', '{\"Rank\": 1360, \"Order\": 126, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (127, 'Manticore_Dark', '112B', '/public/images/pals/T_Manticore_Dark_icon_normal.png', 'Blazehowl Noct', 'https://palworld.fandom.com/wiki/Blazehowl_Noct', 'https://static.wikia.nocookie.net/palworld/images/5/5d/Blazehowl_Noct_menu.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Darkflame Lion\", \"Tech\": \"Blazehowl Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, Neutral Pals drop 40% more items when defeated. (Does not stack)\"}', 'While it prefers raw meat, it always ends up eating tainted meat. This is due to its dark claws, which it uses as its weapon—it simply doesn\'t realize its prey gets cursed.', '[{\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 1200, \"Walk\": 90}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 80, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 420, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Manticore Dark', 'FourLegged', 8, 1882, 'L', '{\"day\": \"/public/images/maps/Manticore_Dark_day.png\", \"night\": \"/public/images/maps/Manticore_Dark_night.png\"}', '{\"Rank\": 1270, \"Order\": 127, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (128, 'KingAlpaca', '021', '/public/images/pals/T_KingAlpaca_icon_normal.png', 'Kingpaca', 'https://palworld.fandom.com/wiki/Kingpaca', 'https://static.wikia.nocookie.net/palworld/images/9/9d/Kingpaca_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": \"King of Muscles\", \"Tech\": \"Kingpaca Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. This Pal\'s Defense and Movement Speed increase by 5% for each Melpaca in party.\"}', 'Melpaca serve this Pal. Contests between Kingpaca offer up their vassals as a wager. Those seen alone are losers of such contests.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Kingly Slam\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Kingpaca\'s exclusive skill. Leaps high into the air before smashing into an enemy with its chubby, massive body.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1040, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 290, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KingAlpaca', 'FourLegged', 8, 1274, 'XL', '{\"day\": \"/public/images/maps/KingAlpaca_day.png\", \"night\": \"/public/images/maps/KingAlpaca_night.png\"}', '{\"Rank\": 2220, \"Order\": 128, \"MaleProbability\": 90}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (129, 'KingAlpaca_Ice', '021B', '/public/images/pals/T_KingAlpaca_Ice_icon_normal.png', 'Kingpaca Cryst', 'https://palworld.fandom.com/wiki/Kingpaca_Cryst', 'https://static.wikia.nocookie.net/palworld/images/4/49/Kingpaca_Cryst_menu.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 3, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Coldhearted King\", \"Tech\": \"Kingpaca Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. This Pal\'s Defense and Movement Speed increase by 5% for each Melpaca in party.\"}', 'With a heart of ice, this Pal is terrible at expressing its emotions. A solitary individual is pitiable, seen as too clumsy in the eyes of a Melpaca.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Kingly Slam\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Kingpaca\'s exclusive skill. Leaps high into the air before smashing into an enemy with its chubby, massive body.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 120, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 1040, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 290, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KingAlpaca Ice', 'FourLegged', 9, 1624, 'XL', '{\"day\": null, \"night\": null}', '{\"Rank\": 1530, \"Order\": 129, \"MaleProbability\": 90}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (130, 'PlantSlime', '012', '/public/images/pals/T_PlantSlime_icon_normal.png', 'Gumoss', 'https://palworld.fandom.com/wiki/Gumoss', 'https://static.wikia.nocookie.net/palworld/images/2/2e/Gumoss_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Berry Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Gumoss Leaf\", \"Rate\": 50.0}]', '{\"Name\": \"Logging Assistance\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves logging efficiency by 30% and reduces weight of all types of wood by 35%. (Does not stack)\"}', 'A strange Pal with a body resembling tree sap. It gradually loses strength if it has nothing to cover its body with, eventually rotting away.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 400, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 175, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.8}', 'PlantSlime', 'Other', 1, 394, 'XS', '{\"day\": \"/public/images/maps/PlantSlime_day.png\", \"night\": \"/public/images/maps/PlantSlime_night.png\"}', '{\"Rank\": 2950, \"Order\": 130, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (131, 'MopBaby', '035', '/public/images/pals/T_MopBaby_icon_normal.png', 'Swee', 'https://palworld.fandom.com/wiki/Swee', 'https://static.wikia.nocookie.net/palworld/images/b/b5/Swee_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Swee Hair\", \"Rate\": 50.0}]', '{\"Name\": \"Fluffy\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack and Defense of Sweepa.\"}', 'Crawling along the ground, it eats microscopic organic matter. After a while, it discharges any substances that provide no nutrition. By using it as a mop for cleaning, everyone wins!', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 60, \"Food\": 1, \"Speed\": {\"Run\": 250, \"Ride\": 400, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 175, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'MopBaby', 'Other', 1, 313, 'XS', '{\"day\": \"/public/images/maps/MopBaby_day.png\", \"night\": \"/public/images/maps/MopBaby_night.png\"}', '{\"Rank\": 2840, \"Order\": 131, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (132, 'MopKing', '036', '/public/images/pals/T_MopKing_icon_normal.png', 'Sweepa', 'https://palworld.fandom.com/wiki/Sweepa', 'https://static.wikia.nocookie.net/palworld/images/f/f3/Sweepa_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": \"King of Fluff\", \"Tech\": \"Sweepa Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. This Pal\'s Attack and Defense increase by 12% for each Swee in party.\"}', 'While hibernating, a large number of Swee hide within its voluminous body hair. The most ever recorded is 101.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 100, \"Food\": 4, \"Speed\": {\"Run\": 650, \"Ride\": 1020, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MopKing', 'Other', 6, 1244, 'L', '{\"day\": \"/public/images/maps/MopKing_day.png\", \"night\": \"/public/images/maps/MopKing_night.png\"}', '{\"Rank\": 2150, \"Order\": 132, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (133, 'CatMage', '079', '/public/images/pals/T_CatMage_icon_normal.png', 'Katress', 'https://palworld.fandom.com/wiki/Katress', 'https://static.wikia.nocookie.net/palworld/images/9/9e/Katress_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Katress Hair\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": \"Mystical Black Magic\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Neutral Pals drop 40% more items when defeated. Also has a 50% chance to prevent Pal Sphere consumption when thrown. (Does not stack)\"}', 'With the power of shadows, it produces arcane phenomena. It prefers to eat food raw and is particularly hostile towards Wixen.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CatMage', 'Humanoid', 6, 1356, 'M', '{\"day\": \"/public/images/maps/CatMage_day.png\", \"night\": \"/public/images/maps/CatMage_night.png\"}', '{\"Rank\": 2040, \"Order\": 133, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (134, 'CatMage_Fire', '079B', '/public/images/pals/T_CatMage_Fire_icon_normal.png', 'Katress Ignis', 'https://palworld.fandom.com/wiki/Katress_Ignis', 'https://static.wikia.nocookie.net/palworld/images/9/9e/Katress_Ignis.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Katress Hair\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Advanced Technical Manual\", \"Rate\": 1.0}]', '{\"Name\": \"Blazing Black Magic\", \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Kindling Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Due to its upbringing, it no longer cares about whether its food is raw enough. This Pal stopped worrying about those details, and just prefers its food to be as spicy as possible. Not on good terms with Wixen Noct.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 95, \"Food\": 4, \"Speed\": {\"Run\": 440, \"Ride\": 620, \"Walk\": 145}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 292, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CatMage Fire', 'Humanoid', 6, 1675, 'M', '{\"day\": null, \"night\": null}', '{\"Rank\": 1800, \"Order\": 134, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (135, 'PinkRabbit', '044', '/public/images/pals/T_PinkRabbit_icon_normal.png', 'Ribbuny', 'https://palworld.fandom.com/wiki/Ribbuny', 'https://static.wikia.nocookie.net/palworld/images/7/7e/Ribbuny_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 5.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ribbuny Ribbon\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Berry Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Happy-Go-Lucky Bunny\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Neutral Pals by 15%. (Does not stack) While at a base, increases the Handiwork Work Suitability Level for all other Base Pals by +17. (Does not stack)\"}', 'A Pal that\'s never without a bright smile. Occasionally, its tentacles get tied up in knots by Cattiva\'s pranks. During those moments, its expression turns demonic.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 75, \"Food\": 1, \"Speed\": {\"Run\": 245, \"Ride\": 350, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 172, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'PinkRabbit', 'Humanoid', 1, 421, 'XS', '{\"day\": \"/public/images/maps/PinkRabbit_day.png\", \"night\": \"/public/images/maps/PinkRabbit_night.png\"}', '{\"Rank\": 2860, \"Order\": 135, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (136, 'ThunderBird', '096', '/public/images/pals/T_ThunderBird_icon_normal.png', 'Beakon', 'https://palworld.fandom.com/wiki/Beakon', 'https://static.wikia.nocookie.net/palworld/images/a/a0/Beakon_menu.png/', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Thunderous\", \"Tech\": \"Beakon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Electric and increases Attack by 13%. This Pal’s Movement Speed increases by 5% for each other Electric Pal in your party. (Excluding Beakon)\"}', 'Some think it is a related species to Ragnahawk, but there is in fact no connection. Using its sharp beak, it descends on its prey in a quick motion that resembles a bolt of lightning.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 105, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 80, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ThunderBird', 'Bird', 6, 1934, 'L', '{\"day\": \"/public/images/maps/ThunderBird_day.png\", \"night\": \"/public/images/maps/ThunderBird_night.png\"}', '{\"Rank\": 1690, \"Order\": 136, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (137, 'ThunderBird_Ice', '096B', '/public/images/pals/T_ThunderBird_Ice_icon_normal.png', 'Beakon Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Coldsnap\", \"Tech\": \"Beakon Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player\'s attack type to Ice and increases Attack by 13%. This Pal’s Movement Speed increases by 5% for each other Ice Pal in your party. (Excluding Beakon Cryst)\"}', 'Perfectly adapted to colder environments, it hardly feels the cold despite its slender form. Its diving plunge carries tremendous force, as if a giant icicle were dropping straight from the sky.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 105, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 85, \"Stamina\": 160, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ThunderBird Ice', 'Bird', 7, 2227, 'L', '{\"day\": \"/public/images/maps/ThunderBird_Ice_day.png\", \"night\": \"/public/images/maps/ThunderBird_Ice_night.png\"}', '{\"Rank\": 580, \"Order\": 137, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (138, 'HerculesBeetle', '113', '/public/images/pals/T_HerculesBeetle_icon_normal.png', 'Warsect', 'https://palworld.fandom.com/wiki/Warsect', 'https://static.wikia.nocookie.net/palworld/images/3/3a/Warsect.png/revision/latest?cb=20240124101144', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Honey\", \"Rate\": 100.0}]', '{\"Name\": \"Cast-Iron Shell\", \"Tech\": \"Warsect Saddle\", \"Image\": null, \"Description\": \"While in your party, generates a barrier around the player after 5 melee hits are landed within 5 seconds. (Does not stack)\"}', 'The ultra-hard armor surrounding its body is extremely strong and heat resistant. Even a napalm blast would hardly leave a scratch.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Giga Horn\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Warsect\'s exclusive skill. Skewers enemies with its four sturdy horns.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 120, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 600, \"Walk\": 110}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 110, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'HerculesBeetle', 'Humanoid', 8, 2913, 'L', '{\"day\": \"/public/images/maps/HerculesBeetle_day.png\", \"night\": \"/public/images/maps/HerculesBeetle_night.png\"}', '{\"Rank\": 1280, \"Order\": 138, \"MaleProbability\": 85}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (139, 'SaintCentaur', '198', '/public/images/pals/T_SaintCentaur_icon_normal.png', 'Paladius', 'https://palworld.fandom.com/wiki/Paladius', 'https://static.wikia.nocookie.net/palworld/images/0/09/Paladius_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Hexolite\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Holy Knight of the Firmament\", \"Tech\": \"Paladius Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can triple jump while mounted. Activate Spear Thrust to have Necromus stay by your side and attack enemies in tandem.\"}', 'Once one with Necromus. Its gleaming form is free of all negative emotions. However, a glimmer of hatred can still be seen deep within its eyes.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Spear Thrust\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Paladius\' exclusive skill. Charges forward while enveloped in holy power with its spear thrust ahead. The shield in its other hand blocks all attacks during the charge.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 130, \"Food\": 9, \"Speed\": {\"Run\": 800, \"Ride\": 1800, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 120}, \"Defense\": 145, \"Stamina\": 400, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SaintCentaur', 'FourLegged', 20, 4339, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 180, \"Order\": 139, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (140, 'NightFox', '024', '/public/images/pals/T_NightFox_icon_normal.png', 'Nox', 'https://palworld.fandom.com/wiki/Nox', 'https://static.wikia.nocookie.net/palworld/images/5/55/Nox_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 40.0}]', '{\"Name\": \"Kuudere\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"When activated, detects the location of nearby Pal Effigies.\"}', 'If you find Nox hair in your bedding, you should leave it where it lays and leave immediately. Picking it up is a one-way-ticket to a never ending night.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 75, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 500, \"Walk\": 60}, \"Attack\": {\"Melee\": 70, \"Ranged\": 85}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 140, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 164, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NightFox', 'FourLegged', 6, 502, 'XS', '{\"day\": null, \"night\": \"/public/images/maps/NightFox_night.png\"}', '{\"Rank\": 2920, \"Order\": 140, \"MaleProbability\": 50}', 'Escape to Battle', 1, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (141, 'CaptainPenguin', '018', '/public/images/pals/T_CaptainPenguin_icon_normal.png', 'Penking', 'https://palworld.fandom.com/wiki/Penking', 'https://static.wikia.nocookie.net/palworld/images/b/b5/Penking_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Penking Plume\", \"Rate\": 50.0}]', '{\"Name\": \"Brave Sailor\", \"Tech\": \"Penking\'s Rocket Launcher\", \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, Fire Pals drop 40% more items when defeated. (Does not stack)\"}', 'Surprisingly, it is unrelated to Pengullet. However, since this Pal gets pampered as it pleases, for now, it\'s doing its best to strut arrogantly.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Emperor Slide\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"Penking\'s exclusive skill. Lies on its belly while generating frozen air all around it before sliding at enemies at high speed.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 95, \"Food\": 4, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 110}, \"Attack\": {\"Melee\": 70, \"Ranged\": 95}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 280, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CaptainPenguin', 'Humanoid', 6, 1442, 'M', '{\"day\": \"/public/images/maps/CaptainPenguin_day.png\", \"night\": \"/public/images/maps/CaptainPenguin_night.png\"}', '{\"Rank\": 2070, \"Order\": 141, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (142, 'CaptainPenguin_Black', '018B', '/public/images/pals/T_CaptainPenguin_Black_icon_normal.png', 'Penking Lux', 'https://palworld.fandom.com/wiki/Penking_Lux', 'https://static.wikia.nocookie.net/palworld/images/3/32/Penking_Lux.png/revision/latest?cb=20250626215853', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Penking Plume\", \"Rate\": 50.0}]', '{\"Name\": \"Unyielding Storm Commander\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves player\'s and Pals\' Water damage to enemy weak points by 25%. (Does not stack)\"}', 'Its body changed color after gaining electricity to improve underwater hunting. As a result, it lost the affection of Pengullet— but strangely enough, it now has a loyal follower: Pengullet Lux.', '[{\"Name\": \"Thunder Spear\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high-speed lightning spear straight ahead towards the enemy.\"}, {\"Name\": \"Plasma Funnel\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates two balls of electric energy that fire numerous lightning orbs at enemies.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Thunderslide\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Penking Lux\'s exclusive skill. Lies on its belly while generating electric charge all around it before sliding at enemies at high speed.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 100, \"Food\": 4, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 110}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 280, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CaptainPenguin Black', 'Humanoid', 7, 1683, 'M', '{\"day\": \"/public/images/maps/CaptainPenguin_Black_day.png\", \"night\": \"/public/images/maps/CaptainPenguin_Black_night.png\"}', '{\"Rank\": 1850, \"Order\": 142, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (143, 'WeaselDragon', '103', '/public/images/pals/T_WeaselDragon_icon_normal.png', 'Chillet', 'https://palworld.fandom.com/wiki/Chillet', 'https://static.wikia.nocookie.net/palworld/images/4/49/Chillet_menu.png/', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Wriggling Weasel\", \"Tech\": \"Chillet Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Dragon and increases Attack by 1%.\"}', 'It can curl up its body and roll around at extremely high speeds. Long ago, people would tie bags of milk to domesticated Chillet as they grazed to produce butter using this spinning force.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 750, \"Ride\": 1050, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WeaselDragon', 'FourLegged', 4, 1270, 'M', '{\"day\": \"/public/images/maps/WeaselDragon_day.png\", \"night\": \"/public/images/maps/WeaselDragon_night.png\"}', '{\"Rank\": 2330, \"Order\": 143, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (144, 'WeaselDragon_Fire', '103B', '/public/images/pals/T_WeaselDragon_Fire_icon_normal.png', 'Chillet Ignis', 'https://palworld.fandom.com/wiki/Chillet_Ignis', 'https://static.wikia.nocookie.net/palworld/images/e/e2/Chillet_Ignis.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Sparkling Weasel\", \"Tech\": \"Chillet Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, changes the player’s attack type to Fire and increases Attack by 1%.\"}', 'It can curl up its body and roll around so fast that sparks fly. Sparks also fly when it feels excited. If you stroke it too much, this pal will get fired up, literally!', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Rocket Slam\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Chillet\'s exclusive skill. Gathers a bit of strength and leaps forward. Always shuts its eyes tight in fear when landing.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 90, \"Food\": 3, \"Speed\": {\"Run\": 750, \"Ride\": 1050, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 390, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WeaselDragon Fire', 'FourLegged', 5, 1670, 'M', '{\"day\": \"/public/images/maps/WeaselDragon_Fire_day.png\", \"night\": \"/public/images/maps/WeaselDragon_Fire_night.png\"}', '{\"Rank\": 1950, \"Order\": 144, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (145, 'SkyDragon', '124', '/public/images/pals/T_SkyDragon_icon_normal.png', 'Quivern', 'https://palworld.fandom.com/wiki/Quivern', 'https://static.wikia.nocookie.net/palworld/images/d/d9/Quivern_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Sky Dragon Affection\", \"Tech\": \"Quivern Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases Attack of Dragon Pals by 15%. (Does not stack)\"}', 'Sleeping while cuddling a Quivern is said to be a heavenly experience, but there are some who have been crushed and sent to heaven by ones that toss and turn in their sleep.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 950, \"Walk\": 240}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 470, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SkyDragon', 'Dragon', 7, 2081, 'L', '{\"day\": \"/public/images/maps/SkyDragon_day.png\", \"night\": \"/public/images/maps/SkyDragon_night.png\"}', '{\"Rank\": 1210, \"Order\": 145, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (146, 'SkyDragon_Grass', '124B', '/public/images/pals/T_SkyDragon_Grass_icon_normal.png', 'Quivern Botan', 'https://palworld.fandom.com/wiki/Quivern_Botan', 'https://static.wikia.nocookie.net/palworld/images/6/67/Quivern_Botan.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}]', '{\"Name\": \"Grass Dragon Affection\", \"Tech\": \"Quivern Botan Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Grass and increases Attack by 1%.\"}', 'When you hug Quivern Botan, if it smells like sunshine and meadows, tomorrow will be sunny. If it smells damp, tomorrow will be wet and miserable.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 800, \"Ride\": 950, \"Walk\": 240}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 470, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SkyDragon Grass', 'Dragon', 8, 2235, 'L', '{\"day\": \"/public/images/maps/SkyDragon_Grass_day.png\", \"night\": \"/public/images/maps/SkyDragon_Grass_night.png\"}', '{\"Rank\": 1300, \"Order\": 146, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (147, 'HadesBird', '080', '/public/images/pals/T_HadesBird_icon_normal.png', 'Helzephyr', 'https://palworld.fandom.com/wiki/Helzephyr', 'https://static.wikia.nocookie.net/palworld/images/3/3c/Helzephyr_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 3.0}]', '{\"Name\": \"Wings of Death\", \"Tech\": \"Helzephyr Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Dark and increases Attack by 1%.\"}', 'It calls forth lightning from the depths of hell. Those who dies from Helzephyr\'s lightning are sure to have their soul sent to the underworld.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 7, \"Speed\": {\"Run\": 700, \"Ride\": 1100, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 100, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'HadesBird', 'Bird', 7, 2109, 'L', '{\"day\": \"/public/images/maps/HadesBird_day.png\", \"night\": \"/public/images/maps/HadesBird_night.png\"}', '{\"Rank\": 1130, \"Order\": 147, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (148, 'HadesBird_Electric', '080B', '/public/images/pals/T_HadesBird_Electric_icon_normal.png', 'Helzephyr Lux', 'https://palworld.fandom.com/wiki/Helzephyr_Lux', 'https://static.wikia.nocookie.net/palworld/images/0/0f/Helzephyr_Lux.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 3.0}]', '{\"Name\": \"Wings of Thunder\", \"Tech\": \"Helzephyr Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Electric and increases Attack by 1%.\"}', 'It calls forth lightning from the depths of hell. While considered a subspecies of Helzephyr, there\'s a theory that suggests Helzephyr Lux, struck by lightning from hell, will transform into Helzephyr.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 105, \"Food\": 7, \"Speed\": {\"Run\": 700, \"Ride\": 1100, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 100, \"Stamina\": 170, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'HadesBird Electric', 'Bird', 8, 2469, 'L', '{\"day\": \"/public/images/maps/HadesBird_Electric_day.png\", \"night\": \"/public/images/maps/HadesBird_Electric_night.png\"}', '{\"Rank\": 960, \"Order\": 148, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (149, 'RedArmorBird', '104', '/public/images/pals/T_RedArmorBird_icon_normal.png', 'Ragnahawk', 'https://palworld.fandom.com/wiki/Ragnahawk', 'https://static.wikia.nocookie.net/palworld/images/d/dd/Ragnahawk_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Flame Wing\", \"Tech\": \"Ragnahawk Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, changes the player’s attack type to Fire and increases Attack by 1%.\"}', 'Some think it is a related species to Beakon, but there is in fact no connection. It mainly eats rocks, and after many long years its beak and head have hardened to accommodate this diet.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 95, \"Food\": 7, \"Speed\": {\"Run\": 800, \"Ride\": 1300, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 120, \"Stamina\": 150, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'RedArmorBird', 'Bird', 7, 2263, 'L', '{\"day\": \"/public/images/maps/RedArmorBird_day.png\", \"night\": \"/public/images/maps/RedArmorBird_night.png\"}', '{\"Rank\": 1050, \"Order\": 149, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (150, 'Ronin', '085', '/public/images/pals/T_Ronin_icon_normal.png', 'Bushi', 'https://palworld.fandom.com/wiki/Bushi', 'https://static.wikia.nocookie.net/palworld/images/7/73/Bushi_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ingot\", \"Rate\": 100.0}]', '{\"Name\": \"Brandish Blade\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Iaigiri. When this Pal uses Iaigiri, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'Its body becomes a blade upon death, to be taken up by the next generation. If someone other than a Bushi wields this blade, the soul within torments them until they are driven mad.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iaigiri\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Bushi\'s exclusive skill. Taking hold of the sword, it appears in front of an enemy in an instant and unleashes an ultra-fast sword draw attack.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 80, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Ronin', 'Humanoid', 7, 1442, 'M', '{\"day\": \"/public/images/maps/Ronin_day.png\", \"night\": \"/public/images/maps/Ronin_night.png\"}', '{\"Rank\": 1560, \"Order\": 150, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (151, 'Ronin_Dark', '085B', '/public/images/pals/T_Ronin_Dark_icon_normal.png', 'Bushi Noct', 'https://palworld.fandom.com/wiki/Bushi_Noct', 'https://static.wikia.nocookie.net/palworld/images/5/56/Bushi_Noct.png', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ingot\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 40.0}]', '{\"Name\": \"Void Blade\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Iaigiri. When this Pal uses Iaigiri, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s melee weapon damage by 30% but only when not in combat. (Does not stack)\"}', 'Its body becomes a blade upon death, to be taken up by the next generation. If the Bushi who inherits it has a weak heart, the voices of the dead will drive it mad. The madness turns it into Bushi Noct that endlessly wanders.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}]', '{\"HP\": 80, \"Food\": 5, \"Speed\": {\"Run\": 600, \"Ride\": 900, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 320, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Ronin Dark', 'Humanoid', 7, 1857, 'M', '{\"day\": \"/public/images/maps/Ronin_Dark_day.png\", \"night\": \"/public/images/maps/Ronin_Dark_night.png\"}', '{\"Rank\": 840, \"Order\": 151, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (152, 'FlyingManta', '007', '/public/images/pals/T_FlyingManta_icon_normal.png', 'Celaray', 'https://palworld.fandom.com/wiki/Celaray', 'https://static.wikia.nocookie.net/palworld/images/9/95/Celaray_menu.png/', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Zephyr Glider\", \"Tech\": \"Celaray\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Prevents fall damage and extends the duration of high-speed gliding.\"}', 'Riding the wind, this Pal travels where it pleases. Should it find a partner along the way, the encounter will mark its journey\'s end.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 80, \"Food\": 2, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.2}', 'FlyingManta', 'Other', 3, 521, 'M', '{\"day\": \"/public/images/maps/FlyingManta_day.png\", \"night\": \"/public/images/maps/FlyingManta_night.png\"}', '{\"Rank\": 2740, \"Order\": 152, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (153, 'FlyingManta_Thunder', '007B', '/public/images/pals/T_FlyingManta_Thunder_icon_normal.png', 'Celaray Lux', 'https://palworld.fandom.com/wiki/Celaray_Lux', 'https://static.wikia.nocookie.net/palworld/images/9/96/Celaray_Lux.png/revision/latest?cb=20250626105029', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Jolt Glider\", \"Tech\": \"Celaray Lux\'s Gloves\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"While in party, modifies the performance of the equipped glider. Prevents fall damage and extends the duration of high-speed gliding.\"}', 'Its flashy patterns help it attract a partner. But after a long history of electrocution incidents involving Celaray Lux, yellow-and-black stripes are now seen across the island as a sign of danger.', '[{\"Name\": \"Thunder Spear\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high-speed lightning spear straight ahead towards the enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 80, \"Food\": 2, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.2}', 'FlyingManta Thunder', 'Other', 4, 658, 'M', '{\"day\": \"/public/images/maps/FlyingManta_Thunder_day.png\", \"night\": \"/public/images/maps/FlyingManta_Thunder_night.png\"}', '{\"Rank\": 2380, \"Order\": 153, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (154, 'BlackCentaur', '199', '/public/images/pals/T_BlackCentaur_icon_normal.png', 'Necromus', 'https://palworld.fandom.com/wiki/Necromus', 'https://static.wikia.nocookie.net/palworld/images/1/13/Necromus_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Hexolite\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Dark Knight of the Abyss\", \"Tech\": \"Necromus Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can double jump while mounted. When Twin Spears skill is activated, a Paladius in your party will appear and attack alongside you.\"}', 'Once one with Paladius. Its darkened form is the embodiment of negative emotions. However, a glimmer of compassion can still be seen deep within its eyes.', '[{\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Twin Spears\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Necromus\' exclusive skill. Clads its twin spears with vicious whirlwinds and charges forward, thrusting them one after the other.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 130, \"Food\": 9, \"Speed\": {\"Run\": 1300, \"Ride\": 1900, \"Walk\": 350}, \"Attack\": {\"Melee\": 100, \"Ranged\": 145}, \"Defense\": 120, \"Stamina\": 350, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 625, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlackCentaur', 'FourLegged', 20, 4339, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 190, \"Order\": 154, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (155, 'FlowerDoll', '089', '/public/images/pals/T_FlowerDoll_icon_normal.png', 'Petallia', 'https://palworld.fandom.com/wiki/Petallia', 'https://static.wikia.nocookie.net/palworld/images/2/28/Petallia_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Potato Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Blessing of the Flower Spirit\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, soothing blossoms restore the player\'s Health by 75/77/79/82/85%. While at a base, increases the Planting Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'A Pal that transforms into a massive plant when at the end of its life. Once every ten years, a beautiful flower blooms and a new Petallia is born.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FlowerDoll', 'Humanoid', 8, 1769, 'M', '{\"day\": \"/public/images/maps/FlowerDoll_day.png\", \"night\": \"/public/images/maps/FlowerDoll_night.png\"}', '{\"Rank\": 1720, \"Order\": 155, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (156, 'FlowerDoll_Fire', '089B', '/public/images/pals/T_FlowerDoll_Fire_icon_normal.png', 'Petallia Ignis', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Passion of the Flower Spirit\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"When activated, soothing blossoms restore the player\'s Health by 80/82/84/86/90%. While in party, player and party Pals take 15% less Grass damage, and are immune to Ivy-Covered. (Does not stack)\"}', 'A Pal that burns away into a pile of ash upon the end of its life. The surrounding soil becomes incredibly fertile, allowing an abundance of vegetation to thrive for the following decade.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 95, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FlowerDoll Fire', 'Humanoid', 9, 2357, 'M', '{\"day\": \"/public/images/maps/FlowerDoll_Fire_day.png\", \"night\": \"/public/images/maps/FlowerDoll_Fire_night.png\"}', '{\"Rank\": 820, \"Order\": 156, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (157, 'NaughtyCat', '070', '/public/images/pals/T_NaughtyCat_icon_normal.png', 'Grintale', 'https://palworld.fandom.com/wiki/Grintale', 'https://static.wikia.nocookie.net/palworld/images/c/c3/Grintale_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Glaring Cat\'s Eye\", \"Tech\": \"Grintale Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, picking up a Pal Egg has a 50% chance of receiving one extra. (Does not stack)\"}', 'Grintale\'s eyes light up the moment anyone enters its territory. This is no figure of speech—its eyes literally light up.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Cat Press\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Grintale\'s exclusive skill. Grins menacingly before leaping into the air and smashing foes with its body.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 110, \"Food\": 4, \"Speed\": {\"Run\": 650, \"Ride\": 1000, \"Walk\": 64}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 332, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NaughtyCat', 'FourLegged', 6, 1074, 'M', '{\"day\": \"/public/images/maps/NaughtyCat_day.png\", \"night\": \"/public/images/maps/NaughtyCat_night.png\"}', '{\"Rank\": 2120, \"Order\": 157, \"MaleProbability\": 50}', 'Friendly', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (158, 'CuteButterfly', '061', '/public/images/pals/T_CuteButterfly_icon_normal.png', 'Cinnamoth', 'https://palworld.fandom.com/wiki/Cinnamoth', 'https://static.wikia.nocookie.net/palworld/images/7/7e/Cinnamoth_menu.png/', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Honey\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 75.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 75.0}]', '{\"Name\": \"Mysterious Scales\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks the targeted enemy with Poison Fog. While at a base, increases the Farming Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Sniffing its scales produces a feeling of unparalleled euphoria. There was some effort to further regulate this byproduct, but the Free Pal Alliance have vehemently opposed these measures, putting a stop to them.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 70, \"Food\": 2, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CuteButterfly', 'Bird', 4, 534, 'M', '{\"day\": \"/public/images/maps/CuteButterfly_day.png\", \"night\": \"/public/images/maps/CuteButterfly_night.png\"}', '{\"Rank\": 2620, \"Order\": 158, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (159, 'DarkScorpion', '099', '/public/images/pals/T_DarkScorpion_icon_normal.png', 'Menasting', 'https://palworld.fandom.com/wiki/Menasting', 'https://static.wikia.nocookie.net/palworld/images/5/57/Menasting_menu.png/', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Steel Scorpion\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"While in party, player\'s Defense increases by 50%, and Electric Pals drop 40% more items when defeated. (Does not stack)\"}', 'Being made of pure energy, its insides are completely hollow. This Pal crams still-living prey into its hollow body, where it absorbs them. Hellish screams of pain can often be heard coming from inside this Pal.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 6, \"Speed\": {\"Run\": 1000, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 130, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 600, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DarkScorpion', 'Other', 9, 2469, 'L', '{\"day\": \"/public/images/maps/DarkScorpion_day.png\", \"night\": \"/public/images/maps/DarkScorpion_night.png\"}', '{\"Rank\": 1120, \"Order\": 159, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (160, 'DarkScorpion_Ground', '099B', '/public/images/pals/T_DarkScorpion_Ground_icon_normal.png', 'Menasting Terra', 'https://palworld.fandom.com/wiki/Menasting_Terra', 'https://static.wikia.nocookie.net/palworld/images/b/b8/Menasting_Terra.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Sapphire\", \"Rate\": 100.0}]', '{\"Name\": \"Golden Scorpion\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"While in party, player\'s Defense increases by 50%, and Electric Pals drop 40% more items when defeated. (Does not stack)\"}', 'Being made of pure energy, its insides are completely hollow. It stuffs earth and minerals into its outer shell, achieving overwhelming mass. Those who are struck by it can only let out hellish groans.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Jumping Stinger\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Menasting\'s exclusive skill. Jumps high and forcefully stabs its prey with its tail. The poison from the tail is deadly.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}]', '{\"HP\": 100, \"Food\": 6, \"Speed\": {\"Run\": 1000, \"Ride\": 1200, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 130, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 600, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DarkScorpion Ground', 'Other', 10, 10000, 'L', '{\"day\": \"/public/images/maps/DarkScorpion_Ground_day.png\", \"night\": \"/public/images/maps/DarkScorpion_Ground_night.png\"}', '{\"Rank\": 640, \"Order\": 160, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (161, 'ThunderDragonMan', '187', '/public/images/pals/T_ThunderDragonMan_icon_normal.png', 'Orserk', 'https://palworld.fandom.com/wiki/Orserk', 'https://static.wikia.nocookie.net/palworld/images/6/6e/Orserk_menu.png/', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Ferocious Thunder Dragon\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_ThunderDragonMan.png\", \"Description\": \"While in party, hitting an enemy with a bullet increases the Attack and Defense of the Pal fighting alongside you by 1% for 5 seconds. This effect stacks up to 30 times. (Does not stack.)\"}', 'It sends electricity into its foes\' wounds, roasting them from the inside out. Fights between Orserk end in the blink of an eye.', '[{\"Name\": \"Kerauno\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Orserk\'s exclusive skill. Summons a spear of lightning while leaping into the air before throwing it at an enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 120, \"Food\": 9, \"Speed\": {\"Run\": 900, \"Ride\": 1200, \"Walk\": 185}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ThunderDragonMan', 'Humanoid', 9, 4136, 'L', '{\"day\": \"/public/images/maps/ThunderDragonMan_day.png\", \"night\": \"/public/images/maps/ThunderDragonMan_night.png\"}', '{\"Rank\": 120, \"Order\": 161, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (162, 'WoolFox', '008', '/public/images/pals/T_WoolFox_icon_normal.png', 'Cremis', 'https://palworld.fandom.com/wiki/Cremis', 'https://static.wikia.nocookie.net/palworld/images/a/a1/Cremis_menu.png/', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": \"Fluffy Wool\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Neutral Pals by 15%. (Does not stack) Sometimes drops Wool when assigned to Ranch.\"}', 'Compared to Lamball, it has finer wool and a temperament more suited for domestication. However, it has historically always been kept as a pet. Cuteness is considered a virtue.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 40}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 170, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.7}', 'WoolFox', 'FourLegged', 1, 489, 'XS', '{\"day\": \"/public/images/maps/WoolFox_day.png\", \"night\": \"/public/images/maps/WoolFox_night.png\"}', '{\"Rank\": 2890, \"Order\": 162, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (163, 'LazyCatfish', '109', '/public/images/pals/T_LazyCatfish_icon_normal.png', 'Dumud', 'https://palworld.fandom.com/wiki/Dumud', 'https://static.wikia.nocookie.net/palworld/images/3/32/Dumud_menu.png/', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Raw Dumud\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Soil Improver\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Attack of Ground Pals by 15%. (Does not stack) Sometimes drops High Quality Pal Oil when assigned to Ranch.\"}', 'When too relaxed, its reaction time drastically declines. Even if it were sliced from head to tail, it probably wouldn\'t even realize that it should be dead until the next morning.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 100, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LazyCatfish', 'Fish', 4, 995, 'M', '{\"day\": \"/public/images/maps/LazyCatfish_day.png\", \"night\": \"/public/images/maps/LazyCatfish_night.png\"}', '{\"Rank\": 2290, \"Order\": 163, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (164, 'LazyCatfish_Gold', '109B', '/public/images/pals/T_LazyCatfish_Gold_icon_normal.png', 'Dumud Gild', 'https://palworld.fandom.com/wiki/Dumud_Gild', 'https://static.wikia.nocookie.net/palworld/images/b/b1/Dumud_Gild.png/revision/latest?cb=20250626005752', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Raw Dumud\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 200, \"Min\": 100, \"Name\": \"Gold Coin\", \"Rate\": 50.0}]', '{\"Name\": \"Golden Harvest\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While in party, increases amount of Gold Coin dropped by enemies by +100%. Sometimes drops High Quality Pal Oil when assigned to Ranch, with a small chance to drop Gold Coin. (Does not stack)\"}', 'Its body reflects light with astounding clarity. Even more shocking, its reflexes are somehow even slower than Dumud.', '[]', '{\"HP\": 105, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LazyCatfish Gold', 'Fish', 5, 19900, 'M', '{\"day\": \"/public/images/maps/LazyCatfish_Gold_day.png\", \"night\": \"/public/images/maps/LazyCatfish_Gold_night.png\"}', '{\"Rank\": 1620, \"Order\": 164, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (165, 'LavaGirl', '025', '/public/images/pals/T_LavaGirl_icon_normal.png', 'Flambelle', 'https://palworld.fandom.com/wiki/Flambelle', 'https://static.wikia.nocookie.net/palworld/images/2/20/Flambelle_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Magma Tears\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"While in party, recovers Health of the player and Party Pals by 0.1% per second outside of combat. (Does not stack) Sometimes drops Flame Organ when assigned to Ranch.\"}', 'When it starts crying, this Pal produces magma in place of tears. The magma that pours out is absorbed back into its body, causing it to get hotter and hotter. The more it cries, the stronger it becomes.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 60, \"Food\": 2, \"Speed\": {\"Run\": 250, \"Ride\": 375, \"Walk\": 98}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 140, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'LavaGirl', 'Humanoid', 1, 436, 'XS', '{\"day\": \"/public/images/maps/LavaGirl_day.png\", \"night\": \"/public/images/maps/LavaGirl_night.png\"}', '{\"Rank\": 2700, \"Order\": 165, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (166, 'FlameBambi', '026', '/public/images/pals/T_FlameBambi_icon_normal.png', 'Rooby', 'https://palworld.fandom.com/wiki/Rooby', 'https://static.wikia.nocookie.net/palworld/images/2/21/Rooby_menu.png/', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Tiny Spark\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Fire Pals by 15%. (Does not stack) Sometimes drops Flame Organ when assigned to Ranch.\"}', 'Wild Rooby surprisingly never get sick. Eating one piece of charcoal a day, made by burning a branch, is the secret to its eternal health.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 75, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'FlameBambi', 'FourLegged', 2, 459, 'S', '{\"day\": \"/public/images/maps/FlameBambi_day.png\", \"night\": \"/public/images/maps/FlameBambi_night.png\"}', '{\"Rank\": 2870, \"Order\": 166, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (167, 'NightLady', '195', '/public/images/pals/T_NightLady_icon_normal.png', 'Bellanoir', 'https://palworld.fandom.com/wiki/Bellanoir', 'https://static.wikia.nocookie.net/palworld/images/8/8a/Bellanoir.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": \"Nightmare Iris\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Nightmare Ray. When this Pal uses Nightmare Ray, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'Without existing, she quietly gazed upon the world. One day, she was seized with a longing to be seen. With unbridled lust for vengeance against reality, thus was born the Eclipsed Siren.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Nightmare Ray\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Bellanoir\'s exclusive skill. Disappears suddenly, then reappears while firing a barrage of beams.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 150}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NightLady', 'Humanoid', 20, 3667, 'M', '{\"day\": null, \"night\": null}', '{\"Rank\": 620, \"Order\": 167, \"MaleProbability\": 10}', 'Warlike', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (168, 'NightLady_Dark', '195B', '/public/images/pals/T_NightLady_Dark_icon_normal.png', 'Bellanoir Libero', 'https://palworld.fandom.com/wiki/Bellanoir_Libero', 'https://static.wikia.nocookie.net/palworld/images/c/c0/Bellanoir_Libero.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": \"Nightmare Stare\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"When activated, attacks targeted enemy with Nightmare Bloom. When this Pal uses Nightmare Bloom, it has a x1.1/1.3/1.6/2/2.5 damage multiplier.\"}', 'With her desires set loose, she was soon overwhelmed. She longed for a self to gaze upon herself. And the sisters who gazed, resenting reality, were driven into the abyss and, at last, closed their eyes.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Flame Waltz\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Bellanoir Libero\'s exclusive skill. With a graceful dance, conjuries expanding rings of fire, then unleashes eerie flames that seek the enemies.\"}, {\"Name\": \"Nightmare Bloom\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Bellanoir Libero\'s exclusive skill. Disappears suddenly, then reappears while firing a barrage of beams. The beams spread like a beautiful flower in bloom.\"}]', '{\"HP\": 120, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 150}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NightLady Dark', 'Humanoid', 20, 3997, 'M', '{\"day\": null, \"night\": null}', '{\"Rank\": 130, \"Order\": 168, \"MaleProbability\": 10}', 'Warlike', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (169, 'MoonQueen', '190', '/public/images/pals/T_MoonQueen_icon_normal.png', 'Selyne', 'https://palworld.fandom.com/wiki/Selyne', 'https://static.wikia.nocookie.net/palworld/images/1/17/Selyne.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 7}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"High Quality Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Sapphire\", \"Rate\": 100.0}]', '{\"Name\": \"Celestial Darkness\", \"Tech\": \"Selyne Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While mounted, enhances Neutral and Dark attacks by 15%.\"}', 'The object floating behind, resembling the moon, is said to gradually become more circular with each passing generation. No one knows what will happen when the moon is full.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Seigetsu Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Selyne\'s exclusive skill. Fires two consecutive high-speed blades imbued with the power of moonlight.\"}, {\"Name\": \"Star Mine\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates stars around the enemy that explode on contact. Stars also explode after some time.\"}, {\"Name\": \"Moonlight Beam\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Selyne\'s exclusive skill. Stores energy in the moon on its back, then fires a crescent-shaped beam forward.\"}]', '{\"HP\": 130, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 110, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 275, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MoonQueen', 'Humanoid', 9, 4095, 'L', '{\"day\": \"/public/images/maps/MoonQueen_day.png\", \"night\": \"/public/images/maps/MoonQueen_night.png\"}', '{\"Rank\": 360, \"Order\": 169, \"MaleProbability\": 20}', 'Warlike', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (170, 'KendoFrog', '009', '/public/images/pals/T_KendoFrog_icon_normal.png', 'Croajiro', 'https://palworld.fandom.com/wiki/Croajiro', 'https://static.wikia.nocookie.net/palworld/images/1/17/Croajiro.png', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 25.0}]', '{\"Name\": \"Leap Stance\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Croajiro Noct channels its loyalty and puffs up its abdomen to store energy. Climbing on top will propel the player high into the air. While airborne before landing, the player\'s Attack is increased by 50%.\"}', 'Those who disgrace the honor of the herd are forced to take their own life. By piercing their inflated vocal sac with a tree branch, they are blown away into the atmosphere and return to the afterlife.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Aqua Burst\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a giant ball of water and hurls it at an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 80, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 66}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KendoFrog', 'Humanoid', 4, 584, 'XS', '{\"day\": \"/public/images/maps/KendoFrog_day.png\", \"night\": \"/public/images/maps/KendoFrog_night.png\"}', '{\"Rank\": 2600, \"Order\": 170, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (171, 'KendoFrog_Dark', '009B', '/public/images/pals/T_KendoFrog_Dark_icon_normal.png', 'Croajiro Noct', 'https://palworld.fandom.com/wiki/Croajiro_Noct', 'https://static.wikia.nocookie.net/palworld/images/f/fb/Croajiro_Noct.png/revision/latest?cb=20250626220124', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 25.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Shadow Stance\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Croajiro Noct channels its loyalty and puffs up its abdomen to store energy. Climbing on top will propel the player high into the air. While in party, improves player\'s and Pals\' Dark damage to enemy weak points by 25%. (Does not stack)\"}', 'The Croajiro who have forsaken their honor gather and form splinter groups. They will use any underhanded means to take down their chosen prey. If you encounter a pack of Croajiro Noct in the dead of the night, it\'s your life that\'s on the line.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Shot\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a dark energy projectile that accelerates over time.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 85, \"Food\": 2, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 66}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KendoFrog Dark', 'Humanoid', 5, 1254, 'XS', '{\"day\": \"/public/images/maps/KendoFrog_Dark_day.png\", \"night\": \"/public/images/maps/KendoFrog_Dark_night.png\"}', '{\"Rank\": 1860, \"Order\": 171, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (172, 'LeafPrincess', '125', '/public/images/pals/T_LeafPrincess_icon_normal.png', 'Lullu', 'https://palworld.fandom.com/wiki/Lullu', 'https://static.wikia.nocookie.net/palworld/images/1/14/Lullu.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}]', '{\"Name\": \"Floral Boost\", \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, Lullu fills farms with good spirits, increasing the growth rate of the crops by 50%.\"}', 'In early spring, pollen floats on the wind throughout the island. Flopie\'s hay fever is Lullu\'s fault.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Multicutter\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"The user fires three high-speed blades of wind in quick succession that fly straight at enemies.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 400, \"Ride\": 800, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LeafPrincess', 'Humanoid', 4, 1261, 'S', '{\"day\": \"/public/images/maps/LeafPrincess_day.png\", \"night\": \"/public/images/maps/LeafPrincess_night.png\"}', '{\"Rank\": 1990, \"Order\": 172, \"MaleProbability\": 30}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (173, 'MushroomDragon', '118', '/public/images/pals/T_MushroomDragon_icon_normal.png', 'Shroomer', 'https://palworld.fandom.com/wiki/Shroomer', 'https://static.wikia.nocookie.net/palworld/images/a/a6/Shroomer.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}]', '{\"Name\": \"Rampant Spores\", \"Tech\": \"Shroomer Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Sometimes drops Mushroom or Cavern Mushroom when assigned to Ranch.\"}', 'Inhaling large amounts of its spores will put you into a trance. Sometimes, if Shroomer appears motionless, it\'s not because it\'s mimicking a mushroom, but rather because it\'s high off its own spores.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 110, \"Food\": 5, \"Speed\": {\"Run\": 740, \"Ride\": 1050, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 90, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MushroomDragon', 'Humanoid', 4, 1367, 'S', '{\"day\": \"/public/images/maps/MushroomDragon_day.png\", \"night\": \"/public/images/maps/MushroomDragon_night.png\"}', '{\"Rank\": 1520, \"Order\": 173, \"MaleProbability\": 55}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (174, 'MushroomDragon_Dark', '118B', '/public/images/pals/T_MushroomDragon_Dark_icon_normal.png', 'Shroomer Noct', 'https://palworld.fandom.com/wiki/Shroomer_Noct', 'https://static.wikia.nocookie.net/palworld/images/6/66/Shroomer_Noct.png', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Mysterious Mushroom\", \"Rate\": 100.0}]', '{\"Name\": \"Roiling Spores\", \"Tech\": \"Shroomer Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While at a base, its mysterious spores slow the rate at which the SAN value of allies at the base decreases by 10%.\"}', 'The abundance of spores released by this Pal blocks out sunlight. Sometimes, if Shroomer Noct appears motionless, it\'s not because it\'s mimicking a mushroom, but rather because its own spores don\'t let it see anything.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 110, \"Food\": 5, \"Speed\": {\"Run\": 740, \"Ride\": 1050, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MushroomDragon Dark', 'Humanoid', 5, 1399, 'S', '{\"day\": \"/public/images/maps/MushroomDragon_Dark_day.png\", \"night\": \"/public/images/maps/MushroomDragon_Dark_night.png\"}', '{\"Rank\": 1450, \"Order\": 174, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (175, 'SmallArmadillo', '126', '/public/images/pals/T_SmallArmadillo_icon_normal.png', 'Kikit', 'https://palworld.fandom.com/wiki/Kikit', 'https://static.wikia.nocookie.net/palworld/images/e/e0/Kikit.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 60.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Crude Oil\", \"Rate\": 50.0}]', '{\"Name\": \"Sandball Soccer\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Ground Pals by 15%. (Does not stack)\"}', 'A decade ago, Kikit soccer was popular. However, it quickly fell out of favor due to fierce opposition from the Free Pal Alliance. Nevertheless, the Kikit\'s themselves didn\'t mind because it helped shed their old carapace.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}]', '{\"HP\": 75, \"Food\": 3, \"Speed\": {\"Run\": 800, \"Ride\": 900, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SmallArmadillo', 'FourLegged', 4, 1152, 'XS', '{\"day\": \"/public/images/maps/SmallArmadillo_day.png\", \"night\": \"/public/images/maps/SmallArmadillo_night.png\"}', '{\"Rank\": 2310, \"Order\": 175, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (176, 'CandleGhost', '135', '/public/images/pals/T_CandleGhost_icon_normal.png', 'Sootseer', 'https://palworld.fandom.com/wiki/Sootseer', 'https://static.wikia.nocookie.net/palworld/images/f/f0/Sootseer.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Crude Oil\", \"Rate\": 50.0}]', '{\"Name\": \"Grave Robber\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, player and party Pals take 15% less Neutral damage. (Does not stack) Sometimes digs up Bone when assigned to Ranch.\"}', 'It was once believed that as the world approached its end, the flame would weaken. Doomsayers would repeatedly rejoice when the flame began to weaken, but in the end, it turned out to be a prank by Sootseer. At least, for now.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}]', '{\"HP\": 105, \"Food\": 7, \"Speed\": {\"Run\": 800, \"Ride\": 1000, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CandleGhost', 'Other', 7, 2041, 'M', '{\"day\": \"/public/images/maps/CandleGhost_day.png\", \"night\": \"/public/images/maps/CandleGhost_night.png\"}', '{\"Rank\": 980, \"Order\": 176, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (177, 'ScorpionMan', '141', '/public/images/pals/T_ScorpionMan_icon_normal.png', 'Prixter', 'https://palworld.fandom.com/wiki/Prixter', 'https://static.wikia.nocookie.net/palworld/images/d/dd/Prixter.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Phantom Venom\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases player\'s and Pals\' damage to enemies afflicted with Poison by 50%. (Does not stack)\"}', 'It has about 5,000 types of venom. Some of them are deadly enough to cause instant death, but none are present in a high enough concentration to have any effect.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Upper Smash\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Prixter\'s exclusive skill. Closes the distance to the enemy at high speed, then swings its pincers upward with full force.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 5, \"Speed\": {\"Run\": 720, \"Ride\": -1, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ScorpionMan', 'Humanoid', 5, 1649, 'S', '{\"day\": \"/public/images/maps/ScorpionMan_day.png\", \"night\": \"/public/images/maps/ScorpionMan_night.png\"}', '{\"Rank\": 1510, \"Order\": 177, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (178, 'ScorpionMan_Electric', '141B', '/public/images/pals/T_ScorpionMan_Electric_icon_normal.png', 'Prixter Lux', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Scorpion Longwave\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Prixter Lux changes the player\'s attack type to Electric and increases Attack by 30%.\"}', 'It pierces foes with its tail to deliver an electric jolt directly into their bodies. However, the current it generates is extremely weak, so a simple punch would do far more damage.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"All Range Thunder\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates lightning strikes that travel in a straight line in all directions.\"}, {\"Name\": \"Thunder Uppercut\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Prixter Lux\'s exclusive skill. Uses superconductivity to closes the distance to the enemy at high speed, then swings its pincers upward with full force.\"}]', '{\"HP\": 90, \"Food\": 5, \"Speed\": {\"Run\": 720, \"Ride\": -1, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ScorpionMan Electric', 'Humanoid', 6, 1773, 'S', '{\"day\": \"/public/images/maps/ScorpionMan_Electric_day.png\", \"night\": \"/public/images/maps/ScorpionMan_Electric_night.png\"}', '{\"Rank\": 850, \"Order\": 178, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (179, 'WingGolem', '159', '/public/images/pals/T_WingGolem_icon_normal.png', 'Knocklem', 'https://palworld.fandom.com/wiki/Knocklem', 'https://static.wikia.nocookie.net/palworld/images/3/3c/Knocklem.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}]', '{\"Name\": \"Steel Guardian Mode\", \"Tech\": \"en_text Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, a steel resolve increases Knocklem\'s Attack by 50% and Defense by 75% for a limited time.\"}', 'Can be disassembled into 215 parts. It is capable of being reassembled and functioning again even if the parts are scattered. Mixing parts from different individuals will trigger a malfunction due to mistaken identity.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Ground Cutter\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Knocklem\'s exclusive skill. Takes a big swing and throws the ring from its back. The ring flies in a circular trajectory.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 105, \"Food\": 9, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 190}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 135, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WingGolem', 'Humanoid', 9, 3767, 'L', '{\"day\": \"/public/images/maps/WingGolem_day.png\", \"night\": \"/public/images/maps/WingGolem_night.png\"}', '{\"Rank\": 260, \"Order\": 179, \"MaleProbability\": 70}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (180, 'WingGolem_Fire', '159B', '/public/images/pals/T_WingGolem_Fire_icon_normal.png', 'Knocklem Ignis', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Iron Guardian Mode\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"When activated, a steel resolve increases Knocklem Ignis\'s Attack by 60% and Defense by 85% for a limited time.\"}', 'Upon disassembly, it is capable of being reassembled and functioning again. Mixing parts from different individuals will trigger a fatal cognitive error that causes its systems to overheat.', '[{\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 105, \"Food\": 9, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 190}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 135, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WingGolem Fire', 'Humanoid', 10, 3895, 'L', '{\"day\": \"/public/images/maps/WingGolem_Fire_day.png\", \"night\": \"/public/images/maps/WingGolem_Fire_night.png\"}', '{\"Rank\": 210, \"Order\": 180, \"MaleProbability\": 70}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (181, 'GuardianDog', '127', '/public/images/pals/T_GuardianDog_icon_normal.png', 'Yakumo', 'https://palworld.fandom.com/wiki/Yakumo', 'https://static.wikia.nocookie.net/palworld/images/b/ba/Yakumo.png', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Birds of a Feather\", \"Tech\": \"Yakumo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While fighting together, 15% increased chance of encountering pals with the same Passive Skill as this Pal. (Excludes certain Passive Skills)\"}', 'It has a strong sense of justice and despises evil. In the past they were faithful and loving companions to the islanders. Nowadays, Yakumos are hostile to humans wherever they spot them.', '[{\"Name\": \"Double Fang\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 85, \"Food\": 3, \"Speed\": {\"Run\": 750, \"Ride\": 1080, \"Walk\": 110}, \"Attack\": {\"Melee\": 80, \"Ranged\": 85}, \"Defense\": 85, \"Stamina\": 140, \"Support\": 110, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 165, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GuardianDog', 'FourLegged', 4, 1238, 'XS', '{\"day\": \"/public/images/maps/GuardianDog_day.png\", \"night\": \"/public/images/maps/GuardianDog_night.png\"}', '{\"Rank\": 2230, \"Order\": 181, \"MaleProbability\": 50}', 'Warlike', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (182, 'SifuDog', '155', '/public/images/pals/T_SifuDog_icon_normal.png', 'Dogen', 'https://palworld.fandom.com/wiki/Dogen', 'https://static.wikia.nocookie.net/palworld/images/1/13/Dogen.png', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Homeward Prayer\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, teleports to the nearest base. Cannot be used inside dungeons or similar areas.\"}', 'Striving for a state of selflessness, it meditates endlessly. After confronting its worldly desires, it eats a meal and reflects. It ate too much today.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Wholehearted Stance\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Dogen\'s exclusive skill. Adopts an aiki stance. While in this stance, nulify any incoming attack, instantly close in on the enemy, and counter with a full-forced palm strike.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 90, \"Food\": 5, \"Speed\": {\"Run\": 300, \"Ride\": 550, \"Walk\": 75}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 187, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SifuDog', 'Humanoid', 6, 1683, 'S', '{\"day\": \"/public/images/maps/SifuDog_day.png\", \"night\": \"/public/images/maps/SifuDog_night.png\"}', '{\"Rank\": 1460, \"Order\": 182, \"MaleProbability\": 50}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (183, 'FeatherOstrich', '123', '/public/images/pals/T_FeatherOstrich_icon_normal.png', 'Dazemu', 'https://palworld.fandom.com/wiki/Dazemu', 'https://static.wikia.nocookie.net/palworld/images/b/b0/Dazemu.png', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Sand Sprint\", \"Tech\": \"Dazemu Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 50% while mounted on sand.\"}', 'Take one step forward and forget your doubts. Take two steps forward and forget your worries. Take three steps forward and forget your fears. Face any enemy.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Earth Dash\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Dazemu\'s exclusive skill. Accelerates all at once and dashes forward at high speed.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 95, \"Food\": 3, \"Speed\": {\"Run\": 900, \"Ride\": 1200, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FeatherOstrich', 'Other', 5, 896, 'S', '{\"day\": \"/public/images/maps/FeatherOstrich_day.png\", \"night\": \"/public/images/maps/FeatherOstrich_night.png\"}', '{\"Rank\": 2210, \"Order\": 183, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (184, 'MimicDog', '144', '/public/images/pals/T_MimicDog_icon_normal.png', 'Mimog', 'https://palworld.fandom.com/wiki/Mimog', 'https://static.wikia.nocookie.net/palworld/images/d/d6/Mimog.png', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2000, \"Min\": 1000, \"Name\": \"Gold Coin\", \"Rate\": 100.0}, {\"Max\": 21, \"Min\": 14, \"Name\": \"Dog Coin\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Training Manual (XL)\", \"Rate\": 20.0}]', '{\"Name\": \"Master of Unlocking\", \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, Mimog can open treasure chests without using a key.\"}', 'There was once a tradition of handing out an award to the person who met their end in the most foolish way. The first award was given for |being unaware of Mimog, opening the chest, and being bitten to death.|', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 60, \"Food\": 3, \"Speed\": {\"Run\": 2000, \"Ride\": -1, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 60}, \"Defense\": 130, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MimicDog', 'FourLegged', 7, 3500, 'XS', '{\"day\": \"/public/images/maps/MimicDog_day.png\", \"night\": \"/public/images/maps/MimicDog_night.png\"}', '{\"Rank\": 1740, \"Order\": 184, \"MaleProbability\": 80}', 'Escape', 0, 0, 1, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (185, 'DarkAlien', '145', '/public/images/pals/T_DarkAlien_icon_normal.png', 'Xenovader', 'https://palworld.fandom.com/wiki/Xenovader', 'https://static.wikia.nocookie.net/palworld/images/a/a4/Xenovader.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 3, \"Name\": \"Meteorite Fragment\", \"Rate\": 100.0}]', '{\"Name\": \"Unknown Invader\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the damage of the last bullet fired from a full-auto weapon by 100%. (Does not stack)\"}', 'Can send information and convert it into energy by forgetting it. Regularly seems to be sending information to someone. - Respond. Target located. Proceed to immediate destruction.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Evil Slash\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Xenovader\'s exclusive skill. Swiftly pounces and slashes with its left hand.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 90, \"Food\": 4, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 245}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DarkAlien', 'Humanoid', 7, 1543, 'S', '{\"day\": null, \"night\": null}', '{\"Rank\": 1820, \"Order\": 185, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (186, 'WhiteAlienDragon', '146', '/public/images/pals/T_WhiteAlienDragon_icon_normal.png', 'Xenogard', 'https://palworld.fandom.com/wiki/Xenogard', 'https://static.wikia.nocookie.net/palworld/images/b/b2/Xenogard.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 12, \"Min\": 5, \"Name\": \"Meteorite Fragment\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Unknown Intruder\", \"Tech\": \"Xenogard Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases the player\'s energy weapon damage by 10%. (Does not stack)\"}', 'Consumes information and turns it into energy. Regularly seems to be sending information to someone. - Hello? What was the message you just sent? I devoured it before checking.', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Beam Slicer\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the area in front with a beam imbued with dragon power. The area struck by the beam will also explode after a short delay.\"}]', '{\"HP\": 110, \"Food\": 7, \"Speed\": {\"Run\": 790, \"Ride\": 1200, \"Walk\": 230}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 130, \"Stamina\": 250, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WhiteAlienDragon', 'FourLegged', 9, 2845, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 990, \"Order\": 186, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (187, 'VolcanoDragon', '105', '/public/images/pals/T_VolcanoDragon_icon_normal.png', 'Moldron', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Magma Overload\", \"Tech\": \"Moldron Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden as a mount. This Pal\'s Attack increases by 4% for each other Fire or Ground Pal in your party.\"}', 'In a healthy individual, the lava on its back flows smoothly. However, a poor lifestyle will gradually worsen its circulation, eventually causing a lava clog that results in a sudden, massive explosion.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Magma Spit\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Moldron\'s exclusive skill. Spits a mass of magma from its mouth. The impact creates magma pools that damage enemies on contact.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 650, \"Ride\": 850, \"Walk\": 220}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 115, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'VolcanoDragon', 'FourLegged', 7, 2911, 'L', '{\"day\": \"/public/images/maps/VolcanoDragon_day.png\", \"night\": \"/public/images/maps/VolcanoDragon_night.png\"}', '{\"Rank\": 750, \"Order\": 187, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (188, 'VolcanoDragon_Ice', '105B', '/public/images/pals/T_VolcanoDragon_Ice_icon_normal.png', 'Moldron Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Ice Overload\", \"Tech\": \"Moldron Cryst Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, improves player\'s and Pals\' Ice damage to enemy weak points by 25%. (Does not stack)\"}', 'In a healthy individual, the substance flowing along its back maintains a stable temperature. However, if its heartbeat quickens, the temperature destabilizes, eventually triggering vaporization or crystallization that results in a sudden, abrupt death from shock.', '[{\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Ice Spit\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Moldron Cryst\'s exclusive skill. Spits a chunk of ice from its mouth. The impact creates frost pools that freeze and damage enemies on contact.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 650, \"Ride\": 850, \"Walk\": 220}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 120, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'VolcanoDragon Ice', 'FourLegged', 8, 3328, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 380, \"Order\": 188, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (189, 'DarkMechaDragon', '196', '/public/images/pals/T_DarkMechaDragon_icon_normal.png', 'Xenolord', 'https://palworld.fandom.com/wiki/Xenolord', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 15, \"Min\": 7, \"Name\": \"Meteorite Fragment\", \"Rate\": 100.0}]', '{\"Name\": \"Meteor Wings\", \"Tech\": \"Xenolord Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, damage done by Partner Skills of weapon-wielding Pals increases by 20%. (Does not stack)\"}', '-Destination reached. Priority: Locate entity |Supersonic Dragon| -Note: Conquest deadline exceeded by <://Error_Code:126DC> years. -Update: No conquest traces found. Naturalization confirmed. Commence elimination protocol. -Staff Memo: Refrain from forgetting or consuming critical data!', '[{\"Name\": \"Dragon Cannon\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls an energy ball imbued with draconic energy at an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Satellite Bit\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Xenolord\'s exclusive skill. Generates four satellite-like wings with auto-attack functionality. These wings will automatically track and attack the enemy when the next attack is launched.\"}, {\"Name\": \"Beam Slash\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Xenolord\'s exclusive skill. Generates a high-output beam sword with the right hand and delivers two powerful slashes while moving at high speed.\"}, {\"Name\": \"Astral Ray\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Xenolord\'s exclusive skill. Concentrates energy filled with darkness and releases it all at once in a straight line.\"}, {\"Name\": \"Cosmic Meteor\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Xenolord\'s exclusive skill. Soars into the air at the speed of light and releases countless meteor projectiles. Afterwards, transforms into a comet and charges forward, causing a massive explosion upon impact.\"}, {\"Name\": \"Omega Laser\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Xenolord\'s exclusive skill. Summons the light of destruction from subspace and continuously fires it in all directions, burning everything in its sight to ashes.\"}]', '{\"HP\": 130, \"Food\": 8, \"Speed\": {\"Run\": 550, \"Ride\": 660, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 120, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DarkMechaDragon', 'Bird', 8, 3622, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 400, \"Order\": 189, \"MaleProbability\": 50}', 'Warlike', 1, 1, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (190, 'GhostRabbit', '148', '/public/images/pals/T_GhostRabbit_icon_normal.png', 'Nitemary', 'https://palworld.fandom.com/wiki/Nitemary', 'https://static.wikia.nocookie.net/palworld/images/5/55/Nitemary.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Soul Collector\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"While fighting together, Pals drop +100% more Pal Souls when defeated. (Does not stack)\"}', 'What it carries is its own soul. When it falls for someone, it forcibly extracts their soul and merges it with its own, yearning to become one.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 380, \"Ride\": 500, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 180, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostRabbit', 'Humanoid', 6, 2594, 'S', '{\"day\": \"/public/images/maps/GhostRabbit_day.png\", \"night\": \"/public/images/maps/GhostRabbit_night.png\"}', '{\"Rank\": 1230, \"Order\": 190, \"MaleProbability\": 40}', 'Escape to Battle', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (191, 'GhostRabbit_Grass', '148B', '/public/images/pals/T_GhostRabbit_Grass_icon_normal.png', 'Nitemary Botan', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Soul Binder\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Grass Pals by 15%. (Does not stack)\"}', 'What it carries is its own soul. When it falls for someone, it flings its soul at them to merge it with theirs, yearning to become one.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 110, \"Food\": 6, \"Speed\": {\"Run\": 380, \"Ride\": 500, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 180, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostRabbit Grass', 'Humanoid', 7, 2134, 'S', '{\"day\": \"/public/images/maps/GhostRabbit_Grass_day.png\", \"night\": \"/public/images/maps/GhostRabbit_Grass_night.png\"}', '{\"Rank\": 1320, \"Order\": 191, \"MaleProbability\": 40}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (192, 'NightBlueHorse', '130', '/public/images/pals/T_NightBlueHorse_icon_normal.png', 'Starryon', 'https://palworld.fandom.com/wiki/Starryon', 'https://static.wikia.nocookie.net/palworld/images/6/6b/Starryon.png', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": \"Night Dancer\", \"Tech\": \"Starryon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Boosts jumping ability while mounted. This Pal\'s movement speed increases by +50% at night.\"}', 'It takes great pride in its flowing, gorgeous mane. If it finds a split end, it becomes so mortified it can\'t focus on running properly. Because static electricity makes its hair frizzy, it avoids Azurmane at all costs.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Lethal Step\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Starryon\'s exclusive skill. Confuses enemies with flickering steps and launches slashing attack with its sharp horn.\"}]', '{\"HP\": 110, \"Food\": 6, \"Speed\": {\"Run\": 900, \"Ride\": 1250, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 230, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NightBlueHorse', 'FourLegged', 7, 2014, 'M', '{\"day\": \"/public/images/maps/NightBlueHorse_day.png\", \"night\": \"/public/images/maps/NightBlueHorse_night.png\"}', '{\"Rank\": 1150, \"Order\": 192, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (193, 'NightBlueHorse_Neutral', '130B', '/public/images/pals/T_NightBlueHorse_Neutral_icon_normal.png', 'Starryon Primo', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Nightstar Sand\", \"Rate\": 100.0}]', '{\"Name\": \"Light Dancer\", \"Tech\": \"Starryon Primo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Boosts Jump Power while mounted. This Pal’s Movement Speed increases by 5% for each other Neutral Pal in your party. (Excluding Starryon Primo)\"}', 'It takes great pride in its glowing, gorgeous mane. If it gets even slightly dirty, it becomes so mortified it can\'t focus on running properly. Because skin oils ruin its coat, it wants to avoid being touched too much, even by its favorite Pal Tamer.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Silver Steed\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Starryon Primo\'s exclusive skill. Cloaks the body in radiant flames and charges toward the enemy.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}]', '{\"HP\": 110, \"Food\": 6, \"Speed\": {\"Run\": 900, \"Ride\": 1250, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 100, \"Stamina\": 230, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'NightBlueHorse Neutral', 'FourLegged', 8, 2514, 'M', '{\"day\": \"/public/images/maps/NightBlueHorse_Neutral_day.png\", \"night\": \"/public/images/maps/NightBlueHorse_Neutral_night.png\"}', '{\"Rank\": 430, \"Order\": 193, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (194, 'BlackPuppy_Ice', '149B', '/public/images/pals/T_BlackPuppy_Ice_icon_normal.png', 'Smokie Cryst', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Medium Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Cryo Instincts\", \"Tech\": \"Smokie Cryst\'s Harness\", \"Image\": null, \"Description\": \"While at a base, increases the Cooling Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'The blue flames are merely cool to the touch, but anything left in contact with them slowly freezes. Hold a milk bottle over them, and you get a frozen milkshake!', '[{\"Name\": \"Double Fang (Dark)\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 85, \"Food\": 3, \"Speed\": {\"Run\": 550, \"Ride\": 700, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlackPuppy Ice', 'FourLegged', 3, 1628, 'XS', '{\"day\": \"/public/images/maps/BlackPuppy_Ice_day.png\", \"night\": \"/public/images/maps/BlackPuppy_Ice_night.png\"}', '{\"Rank\": 1610, \"Order\": 194, \"MaleProbability\": 50}', 'Escape to Battle', 1, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (195, 'WhiteDeer_Dark', '157B', '/public/images/pals/T_WhiteDeer_Dark_icon_normal.png', 'Celesdir Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": \"Blessing of Chaos\", \"Tech\": \"Celesdir Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the Pal fighting alongside you gradually loses Health in exchange for 40% Attack increase. (Does not stack)\"}', 'Where blinding radiance shines, dark shadows are born. It scatters an all-enveloping darkness to reclaim the chaos that ought to be. Balance is what the world requires.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 800, \"Ride\": 1200, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 100, \"Stamina\": 260, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WhiteDeer Dark', 'FourLegged', 7, 3528, 'M', '{\"day\": null, \"night\": null}', '{\"Rank\": 270, \"Order\": 195, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (196, 'RockBeast_Ice', '131B', '/public/images/pals/T_RockBeast_Ice_icon_normal.png', 'Pierdon Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Soralite\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Ice Organ\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Pure Quartz\", \"Rate\": 100.0}]', '{\"Name\": \"Power Crystal\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, player and party Pals take 15% less Dragon damage. (Does not stack)\"}', 'It basks in the sun, rotating just enough to melt its ice into its preferred shape. Lopsided ones should be left alone, much like a person who was a little too bold with their sideburns.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}, {\"Name\": \"Ice Burst\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Pierdon Cryst\'s exclusive skill. Rakes the ground with its horn, then hurls a snow chunk at enemies.\"}]', '{\"HP\": 100, \"Food\": 8, \"Speed\": {\"Run\": 350, \"Ride\": 550, \"Walk\": 140}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 230, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'RockBeast Ice', 'FourLegged', 7, 2685, 'M', '{\"day\": \"/public/images/maps/RockBeast_Ice_day.png\", \"night\": \"/public/images/maps/RockBeast_Ice_night.png\"}', '{\"Rank\": 460, \"Order\": 196, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (197, 'OctopusGirl_Neutral', '048B', '/public/images/pals/T_OctopusGirl_Neutral_icon_normal.png', 'Gloopie Primo', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Gloopie Tentacle\", \"Rate\": 100.0}]', '{\"Name\": \"Cephalo-Princess\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Water Pals by 15%. (Does not stack)\"}', 'Be sure to check your plans for the next day before falling asleep with this Pal. Its suction cups leave marks that look suspiciously like bite marks. One sleepy cuddle session could lead to some truly unnecessary concern.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Smoke Jet\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Gloopie\'s exclusive skill. Releases smoke to conceal itself, then launches a surprise headbutt from the shadows.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Geyser Gush\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Erupts massive pillars of water beneath and around the enemy.\"}]', '{\"HP\": 75, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 500, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 210, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'OctopusGirl Neutral', 'Humanoid', 6, 1612, 'S', '{\"day\": \"/public/images/maps/OctopusGirl_Neutral_day.png\", \"night\": \"/public/images/maps/OctopusGirl_Neutral_night.png\"}', '{\"Rank\": 1630, \"Order\": 197, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (198, 'IceNarwhal_Fire', '151B', '/public/images/pals/T_IceNarwhal_Fire_icon_normal.png', 'Whalaska Ignis', 'https://palworld.fandom.com/wiki/Whalaska_Ignis', 'https://static.wikia.nocookie.net/palworld/images/b/b9/Whalaska_Ignis.png/revision/latest?cb=20250627234236', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Coralum Ore\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": \"Cozy Whale Cruiser\", \"Tech\": \"Whalaska Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden. While in party, fishing minigame begins with the capture gauge 7% higher than usual, and capture progress increases by 9% while the bars overlap. (Does not stack)\"}', 'Determined never to be mistaken for drift ice again, it turned bright red through sheer will. Unfortunately, some Pals can’t see red. So despite its efforts, its personal space continues to be invaded.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"High Breach\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Whalaska\'s exclusive skill. Charges straight ahead and briefly submerges, then bursts high into the air to launch an attack. An ice-element explosion occurs upon emerging.\"}]', '{\"HP\": 105, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 250}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceNarwhal Fire', 'Fish', 8, 3097, 'XL', '{\"day\": \"/public/images/maps/IceNarwhal_Fire_day.png\", \"night\": \"/public/images/maps/IceNarwhal_Fire_night.png\"}', '{\"Rank\": 370, \"Order\": 198, \"MaleProbability\": 42}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (199, 'Kitsunebi_Ice', '029B', '/public/images/pals/T_Kitsunebi_Ice_icon_normal.png', 'Foxparks Cryst', 'https://palworld.fandom.com/wiki/Foxparks_Cryst', 'https://static.wikia.nocookie.net/palworld/images/1/14/Foxparks_Cryst.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Huggy Frost\", \"Tech\": \"Foxparks Cryst\'s Harness\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"When activated, equips to the player and attacks using frigid air.\"}', 'It is unskilled at controlling cold air from the moment it is born and tends to choke on the frost it breathes unintentionally. When Foxparks Cryst catches a cold, its nasal discharge freezes, making it difficult to breathe and causing it to panic.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 65, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 80}, \"Attack\": {\"Melee\": 70, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.3}', 'Kitsunebi Ice', 'FourLegged', 1, 472, 'XS', '{\"day\": \"/public/images/maps/Kitsunebi_Ice_day.png\", \"night\": \"/public/images/maps/Kitsunebi_Ice_night.png\"}', '{\"Rank\": 2500, \"Order\": 199, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (200, 'BerryGoat_Dark', '034B', '/public/images/pals/T_BerryGoat_Dark_icon_normal.png', 'Caprity Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Caprity Meat\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Red Berries\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Venom Picker\", \"Tech\": null, \"Image\": null, \"Description\": \"Sometimes drops Venom Gland from its back when assigned to Ranch. While in party, restores 100 Pal’s Hunger to the Pal with the lowest Hunger every 5 minutes. (Does not stack)\"}', 'The berries that grow on its back change flavor according to its emotions. The harsher the environment it grows in, the sweeter the berries become. This is why most Caprity Noct raised in captivity have never known love.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Multicutter\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"The user fires three high-speed blades of wind in quick succession that fly straight at enemies.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 100, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 70}, \"Attack\": {\"Melee\": 70, \"Ranged\": 75}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 120, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 235, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BerryGoat Dark', 'FourLegged', 3, 928, 'S', '{\"day\": \"/public/images/maps/BerryGoat_Dark_day.png\", \"night\": \"/public/images/maps/BerryGoat_Dark_night.png\"}', '{\"Rank\": 1940, \"Order\": 200, \"MaleProbability\": 50}', 'Escape to Battle', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (201, 'PinkRabbit_Grass', '044B', '/public/images/pals/T_PinkRabbit_Grass_icon_normal.png', 'Ribbuny Botan', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ribbuny Ribbon\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Carrot\", \"Rate\": 100.0}]', '{\"Name\": \"Ground \'n\' Pound\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, improves player\'s and Pals\' Grass damage to enemy weak points by 25%. (Does not stack) Increases efficiency by 27% when working at a Weapon Workbench, Weapon Assembly Line, or other related facilities.\"}', 'Always wears a cheerful smile. Sometimes, thanks to Cattiva\'s pranks, they end up tangled in tentacles and have to fight their way out! Even in tough situations, they keep smiling cheerfully.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 245, \"Ride\": 350, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 172, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'PinkRabbit Grass', 'Humanoid', 1, 526, 'XS', '{\"day\": \"/public/images/maps/PinkRabbit_Grass_day.png\", \"night\": \"/public/images/maps/PinkRabbit_Grass_night.png\"}', '{\"Rank\": 2460, \"Order\": 201, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (202, 'Werewolf_Ice', '056B', '/public/images/pals/T_Werewolf_Ice_icon_normal.png', 'Loupmoon Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Frozen Gleam Strike\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, attacks targeted enemy with Snow Claw. When this Pal uses Snow Claw, it has a x1.1/1.3/1.6/2/2.5 damage multiplier. While in party, increases the player\'s melee weapon attack speed by 15%. (Does not stack)\"}', 'The horns on its head are made of a mysterious ice that never melts. Shaved ice made by breaking off a horn is truly exquisite, but both the one who tries it and Loupmoon Cryst end up with a headache.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Snow Claw\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Loupmoon Cryst\'s exclusive skill. Leaps forward and attacks twice with vicious claws imbued with ice element.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 80, \"Food\": 3, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 175}, \"Attack\": {\"Melee\": 130, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 375, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Werewolf Ice', 'Humanoid', 3, 1176, 'M', '{\"day\": \"/public/images/maps/Werewolf_Ice_day.png\", \"night\": \"/public/images/maps/Werewolf_Ice_night.png\"}', '{\"Rank\": 1290, \"Order\": 202, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (203, 'AmaterasuWolf_Dark', '111B', '/public/images/pals/T_AmaterasuWolf_Dark_icon_normal.png', 'Kitsun Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": \"Gloomhowl\", \"Tech\": \"Kitsun Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Dark damage and are immune to Blind. (Does not stack)\"}', 'Despite its appearance, Kitsun Noct is extremely sensitive and will flee into a cave when spooked. It has become quite gloomy from being a shut-in for too long.', '[{\"Name\": \"Double Fang (Dark)\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Daring Shadowstorm\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Kitsun Noct\'s exclusive skill. Charges forward with great speed while enveloped in intense purple flames.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 100, \"Food\": 5, \"Speed\": {\"Run\": 700, \"Ride\": 1100, \"Walk\": 130}, \"Attack\": {\"Melee\": 70, \"Ranged\": 115}, \"Defense\": 105, \"Stamina\": 140, \"Support\": 110, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 415, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'AmaterasuWolf Dark', 'FourLegged', 6, 2014, 'M', '{\"day\": \"/public/images/maps/AmaterasuWolf_Dark_day.png\", \"night\": \"/public/images/maps/AmaterasuWolf_Dark_night.png\"}', '{\"Rank\": 800, \"Order\": 203, \"MaleProbability\": 50}', 'NotInterested', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (204, 'RaijinDaughter_Water', '092B', '/public/images/pals/T_RaijinDaughter_Water_icon_normal.png', 'Dazzi Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Dazzi Cloud\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}]', '{\"Name\": \"Lady of Dark Lightning\", \"Tech\": \"Dazzi Noct\'s Necklace\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, appears near the player. Attacks hostile enemies with Dark bolts. These bolts will not reduce the target\'s Health below 1.\"}', 'Often kind to lonely Pals, it plots to lure them into dropping their guard before striking them down. Yet, unable to find the right moment, it ends up making friends with them instead.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}]', '{\"HP\": 70, \"Food\": 2, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 200}, \"Attack\": {\"Melee\": 110, \"Ranged\": 80}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'RaijinDaughter Water', 'Humanoid', 2, 599, 'XS', '{\"day\": \"/public/images/maps/RaijinDaughter_Water_day.png\", \"night\": \"/public/images/maps/RaijinDaughter_Water_night.png\"}', '{\"Rank\": 1910, \"Order\": 204, \"MaleProbability\": 20}', 'Escape to Battle', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (205, 'WhiteTiger_Ground', '132B', '/public/images/pals/T_WhiteTiger_Ground_icon_normal.png', 'Cryolinx Terra', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Ore\", \"Rate\": 100.0}]', '{\"Name\": \"Explosive Strength\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when attacking enemy weak point, increases the power of the next weak point attack by 30%. (Does not stack)\"}', 'It can easily carry many items with its large hands. However, its short legs slow its pace, often leaving it overtaken by nightfall.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Stone Claw\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Cryolinx Terra\'s exclusive skill. First, it strikes with its claws, followed by a second slash, and culminates with a powerful slash using its entire body. When swinging the claws, rocks are launched forward in a fan shape.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 100, \"Food\": 7, \"Speed\": {\"Run\": 720, \"Ride\": 900, \"Walk\": 280}, \"Attack\": {\"Melee\": 140, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 460, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WhiteTiger Ground', 'Humanoid', 7, 2484, 'L', '{\"day\": \"/public/images/maps/WhiteTiger_Ground_day.png\", \"night\": \"/public/images/maps/WhiteTiger_Ground_night.png\"}', '{\"Rank\": 470, \"Order\": 205, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (206, 'FengyunDeeper_Electric', '083B', '/public/images/pals/T_FengyunDeeper_Electric_icon_normal.png', 'Fenglope Lux', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Stormcloud\", \"Tech\": \"Fenglope Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Can double jump while mounted. While in party, Water Pals drop 40% more items when defeated. (Does not stack)\"}', 'In ages past, it was believed that drawing a picture of Fenglope Lux would result in being struck down by lightning. As time passes, artworks depicting Fenglope Lux became revered as charms to ward off lightning, making them a common presence.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Thunder Tempest\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Charges forward while manipulating the atmosphere and enveloping itself in thunderclouds.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 110, \"Food\": 5, \"Speed\": {\"Run\": 750, \"Ride\": 1050, \"Walk\": 100}, \"Attack\": {\"Melee\": 110, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 417, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FengyunDeeper Electric', 'FourLegged', 3, 2164, 'S', '{\"day\": \"/public/images/maps/FengyunDeeper_Electric_day.png\", \"night\": \"/public/images/maps/FengyunDeeper_Electric_night.png\"}', '{\"Rank\": 900, \"Order\": 206, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (207, 'Horus_Water', '188B', '/public/images/pals/T_Horus_Water_icon_normal.png', 'Faleris Aqua', 'https://palworld.fandom.com/wiki/Faleris_Aqua', 'https://static.wikia.nocookie.net/palworld/images/2/22/Faleris_Aqua.png', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Tidal Predator\", \"Tech\": \"Faleris Aqua Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, Fire Pals drop 40% more items when defeated. (Does not stack)\"}', 'When it finds its prey, it unleashes a mighty torrent, sweeping the entire area. More often than not, the prey gets swept away in the chaos, leaving one to wonder whether this truly counts as hunting.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Phoenix Tide\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"Faleris Aqua\'s exclusive skill. After summoning a massive tornado, it envelops its body in water and charges forward.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 110, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1400, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 115, \"Stamina\": 230, \"Support\": 90, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Horus Water', 'Bird', 9, 2797, 'L', '{\"day\": \"/public/images/maps/Horus_Water_day.png\", \"night\": \"/public/images/maps/Horus_Water_night.png\"}', '{\"Rank\": 450, \"Order\": 207, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (208, 'SnowTigerBeastman', '191', '/public/images/pals/T_SnowTigerBeastman_icon_normal.png', 'Bastigor', 'https://palworld.fandom.com/wiki/Bastigor', 'https://static.wikia.nocookie.net/palworld/images/4/4f/Bastigor.png', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Blizzard Crash\", \"Tech\": \"Bastigor\'s Hammer\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, delivers crushing blows with a hammer forged from Ice.\"}', 'The sight of anything round gives it an uncontrollable urge to punch it. For Bastigor the toughest challenge, after simply living, is making a snowman.', '[{\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Frost Talon\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Bastigor\'s exclusive skill. Stomps the ground, creating a fissure of ice ahead. Then, rapidly closes the distance and slashes with the right hand.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 140, \"Food\": 9, \"Speed\": {\"Run\": 750, \"Ride\": 1100, \"Walk\": 225}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 120, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SnowTigerBeastman', 'Humanoid', 8, 4425, 'M', '{\"day\": \"/public/images/maps/SnowTigerBeastman_day.png\", \"night\": \"/public/images/maps/SnowTigerBeastman_night.png\"}', '{\"Rank\": 50, \"Order\": 208, \"MaleProbability\": 60}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (209, 'SnakeGirl', '178', '/public/images/pals/T_SnakeGirl_icon_normal.png', 'Venusa', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Snake\'s Sagacity\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Blind 2. (Does not stack)\"}', 'Whenever it\'s confused, it resorts to consulting with the snakes on its head. However, since they\'re all ultimately the same being, it comes to understand that nothing is understood.', '[{\"Name\": \"Poison Fog\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"Generates a fog of poison in front, causing the opponent to become poisoned.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 80, \"Food\": 6, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SnakeGirl', 'Humanoid', 5, 2680, 'S', '{\"day\": \"/public/images/maps/SnakeGirl_day.png\", \"night\": \"/public/images/maps/SnakeGirl_night.png\"}', '{\"Rank\": 970, \"Order\": 209, \"MaleProbability\": 40}', 'Escape to Battle', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (210, 'GhostAnglerfish', '097', '/public/images/pals/T_GhostAnglerfish_icon_normal.png', 'Ghangler', 'https://palworld.fandom.com/wiki/Ghangler', 'https://static.wikia.nocookie.net/palworld/images/e/e5/Ghangler.png/revision/latest?cb=20260405161813', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Master of Darkness\", \"Tech\": \"Ghangler Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. This Pal’s Movement Speed increases by 5% for each other Dark or Water Pal in your party. (Excluding Ghangler)\"}', 'With its shining lure, it illuminates the darkness. The wandering Pals drawn in by the light stand no chance of escape once spotted by Ghangler. No matter how far, it will keep guiding them until they get home safe and sound.', '[]', '{\"HP\": 90, \"Food\": 7, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 105, \"Stamina\": 320, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostAnglerfish', 'Fish', 5, 2263, 'M', '{\"day\": \"/public/images/maps/GhostAnglerfish_day.png\", \"night\": \"/public/images/maps/GhostAnglerfish_night.png\"}', '{\"Rank\": 880, \"Order\": 210, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (211, 'GhostAnglerfish_Fire', '097B', '/public/images/pals/T_GhostAnglerfish_Fire_icon_normal.png', 'Ghangler Ignis', 'https://palworld.fandom.com/wiki/Ghangler_Ignis', 'https://static.wikia.nocookie.net/palworld/images/2/2c/Ghangler_Ignis.png/revision/latest?cb=20250630115249', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 50.0}]', '{\"Name\": \"Abyssal Celebrity Chef\", \"Tech\": \"Ghangler Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. This Pal’s Movement Speed increases by 5% for each other Fire or Water Pal in your party. (Excluding Ghangler Ignis)\"}', 'Its blazing lure doubles as a grill for roasting prey. Drawn in by the delicious aroma, Pals have no hope of escape once Ghangler Ignis sets its sights on them. In the end, they’re treated to a hearty meal—until everyone’s full.', '[]', '{\"HP\": 90, \"Food\": 7, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 105, \"Stamina\": 320, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostAnglerfish Fire', 'Fish', 6, 2424, 'M', '{\"day\": \"/public/images/maps/GhostAnglerfish_Fire_day.png\", \"night\": \"/public/images/maps/GhostAnglerfish_Fire_night.png\"}', '{\"Rank\": 720, \"Order\": 211, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (212, 'IceWitch', '119', '/public/images/pals/T_IceWitch_icon_normal.png', 'Icelyn', 'https://palworld.fandom.com/wiki/Icelyn', 'https://static.wikia.nocookie.net/palworld/images/c/c0/Icelyn.png/revision/latest?cb=20260405160651', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Witch\'s Icy Veil\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Icelyn changes the player\'s attack type to Ice and increases Attack by 30%.\"}', 'Though its body melts in the heat, it just can’t resist sunbathing. Though its body melts in the warmth, it likes hot springs too much. If it\'s going to melt anyway, it hopes it’ll be in a steaming outdoor bath under a clear blue sky.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 95, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceWitch', 'Humanoid', 4, 2277, 'S', '{\"day\": \"/public/images/maps/IceWitch_day.png\", \"night\": \"/public/images/maps/IceWitch_night.png\"}', '{\"Rank\": 1260, \"Order\": 212, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (213, 'ClownRabbit', '176', '/public/images/pals/T_ClownRabbit_icon_normal.png', 'Dupin', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Trick-Loving Fluffle\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player\'s Health falls below 50%, Dupin generates an explosion around the player (Fire / Power: 100 / Burn buildup: 777). Additionally, while the player\'s Health is below 50%, the player\'s Attack is increased by 110%. (Does not stack)\"}', 'A copy it created might quietly replace it, leaving even the Dupin itself unsure whether it is still the original.', '[{\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 100, \"Food\": 8, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ClownRabbit', 'Humanoid', 7, 3191, 'M', '{\"day\": \"/public/images/maps/ClownRabbit_day.png\", \"night\": \"/public/images/maps/ClownRabbit_night.png\"}', '{\"Rank\": 520, \"Order\": 213, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (214, 'LegendDeer', '197', '/public/images/pals/T_LegendDeer_icon_normal.png', 'Hartalis', 'https://palworld.fandom.com/wiki/Hartalis', 'https://static.wikia.nocookie.net/palworld/images/7/74/Hartalis.png/revision/latest?cb=20260405152515', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 7}]', '[\"None\"]', '{\"Name\": \"Sacred Barrier\", \"Tech\": \"Hartalis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While mounted, it generates a barrier that blocks all attacks. Can triple jump while mounted.\"}', 'The silence is unsettling, yet strangely soothing. No one else remains. All have been delivered. O King of Salvation, carry me too into eternal stillness. -The ancient text cuts off here.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Radiant Barrage\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Unleashes a sphere of light that slowly tracks down an enemy. As it nears its target, it splits into countless light bullets that strike all at once.\"}, {\"Name\": \"Divine Wing\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Hartalis\' exclusive skill. Leaps back and sprouts wings of light, then dives toward the enemy.\"}, {\"Name\": \"Sacred Rain\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 800, \"Cooldown\": 30, \"Description\": \"Hartalis\' exclusive skill. Fades from sight, then calls down a massive barrage of light pillars centered on its position.\"}, {\"Name\": \"Purifying Light\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 250, \"Cooldown\": 100, \"Description\": \"Hartalis\' exclusive skill. Leaps high into the air, condensing immense energy into a descending sphere of light. When it strikes the ground, it purifies all on the ground below.\"}]', '{\"HP\": 135, \"Food\": 9, \"Speed\": {\"Run\": 900, \"Ride\": 1900, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 110, \"Stamina\": 400, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LegendDeer', 'FourLegged', 10, 4256, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 90, \"Order\": 214, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (215, 'LeafMomonga', '010', '/public/images/pals/T_LeafMomonga_icon_normal.png', 'Herbil', 'https://palworld.fandom.com/wiki/Herbil', 'https://static.wikia.nocookie.net/palworld/images/9/9d/Herbil.png/revision/latest?cb=20260405151937', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Herbil Pulse\", \"Tech\": \"Herbil\'s Harness\", \"Image\": null, \"Description\": \"While in party, Herbil uses its healing powers to restore 30/36/42/48/60% of the player\'s Max Health when incapacitated.\"}', 'When in doubt, punch it till it works—that’s Herbil\'s approach to fixing things. With strength perfectly tuned for humans, sometimes just one punch is enough to restart a stopped heart.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Konoha Flip\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Herbil\'s exclusive skill. After a brief moment of preparation, charges at the enemy at high speed, finishing with a flip.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 350, \"Ride\": 600, \"Walk\": 30}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LeafMomonga', 'FourLegged', 3, 541, 'XS', '{\"day\": \"/public/images/maps/LeafMomonga_day.png\", \"night\": \"/public/images/maps/LeafMomonga_night.png\"}', '{\"Rank\": 2630, \"Order\": 215, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (216, 'SmallYeti', '133', '/public/images/pals/T_SmallYeti_icon_normal.png', 'Snugloo', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Wool\", \"Rate\": 100.0}]', '{\"Name\": \"Invisible Eye\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the chance of being detected by enemies. (Does not stack)\"}', '“To look at a Snugloo\'s eyes” is an expression which means to seek the unseen essence of things. Ironically, no researcher has ever confirmed whether Snugloos have eyes in the first place.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 80, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 85}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SmallYeti', 'Humanoid', 3, 927, 'S', '{\"day\": \"/public/images/maps/SmallYeti_day.png\", \"night\": \"/public/images/maps/SmallYeti_night.png\"}', '{\"Rank\": 2390, \"Order\": 216, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (217, 'IceCrocodile', '086', '/public/images/pals/T_IceCrocodile_icon_normal.png', 'Munchill', 'https://palworld.fandom.com/wiki/Munchill', 'https://static.wikia.nocookie.net/palworld/images/0/0b/Munchill.png/revision/latest?cb=20250626092247', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Munchill Meat\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Icy Maw\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the weight of ingredient and food by 30%. When paired with another Ice Pal, their Rot Speed also reduces by 35%. (Does not stack)\"}', 'The inside of its mouth stays pleasantly cold, making it a natural fridge when closed. Its saliva contains enzymes that prevent food from rotting. Thus, it can serve as a food locker for humans— whether it is sanitary or not is another matter entirely.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Chaotic Spray\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Munchill\'s exclusive skill. Coughs up three cold grenades kept undigested inside its body and lobs them at enemies. May occasionally spit out something more dangerous...?\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 75, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 40}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 40, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceCrocodile', 'Humanoid', 3, 798, 'S', '{\"day\": \"/public/images/maps/IceCrocodile_day.png\", \"night\": \"/public/images/maps/IceCrocodile_night.png\"}', '{\"Rank\": 2130, \"Order\": 217, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (218, 'CactusDoll', '100', '/public/images/pals/T_CactusDoll_icon_normal.png', 'Needoll', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": \"Hug Me Please\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases player\'s and Pals\' damage to enemies afflicted with Ivy-Covered by 50%. (Does not stack)\"}', 'Its spikes react to its emotions. A dearly cherished Needoll is something one may instinctively want to embrace. But more often than not, it ends in a tragic accident.', '[{\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 75, \"Food\": 2, \"Speed\": {\"Run\": 525, \"Ride\": 630, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CactusDoll', 'FourLegged', 2, 702, 'XS', '{\"day\": \"/public/images/maps/CactusDoll_day.png\", \"night\": \"/public/images/maps/CactusDoll_night.png\"}', '{\"Rank\": 2420, \"Order\": 218, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (219, 'CactusDoll_Dark', '100B', '/public/images/pals/T_CactusDoll_Dark_icon_normal.png', 'Needoll Noct', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Fiber\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Hug You So Much\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Ivy-Covered 2. (Does not stack)\"}', 'Its spikes react to its emotions. A well-loved Needoll Noct clings to its owner, but accepting that love means accepting the pain too.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 75, \"Food\": 2, \"Speed\": {\"Run\": 525, \"Ride\": 630, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CactusDoll Dark', 'FourLegged', 3, 749, 'XS', '{\"day\": null, \"night\": \"/public/images/maps/CactusDoll_Dark_night.png\"}', '{\"Rank\": 1580, \"Order\": 219, \"MaleProbability\": 50}', 'Escape to Battle', 1, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (220, 'MushroomLady', '179', '/public/images/pals/T_MushroomLady_icon_normal.png', 'Mycora', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Mushroom\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Mysterious Mushroom\", \"Rate\": 50.0}]', '{\"Name\": \"Charming Spore\", \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Medicine Production Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'It views humans as nothing more than convenient parasitic hosts. The reason Mycora has taken this form is to deceive humans into lowering their guard, allowing its spores to spread more efficiently.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Poison Shower\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Focuses energy into the body and scatters poison orbs in all directions.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 105, \"Food\": 7, \"Speed\": {\"Run\": 300, \"Ride\": 600, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MushroomLady', 'Humanoid', 6, 3087, 'M', '{\"day\": \"/public/images/maps/MushroomLady_day.png\", \"night\": \"/public/images/maps/MushroomLady_night.png\"}', '{\"Rank\": 760, \"Order\": 220, \"MaleProbability\": 30}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (221, 'StuffedShark', '088', '/public/images/pals/T_StuffedShark_icon_normal.png', 'Finsider', 'https://palworld.fandom.com/wiki/Finsider', 'https://static.wikia.nocookie.net/palworld/images/4/41/Finsider.png/revision/latest?cb=20260405161615', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Water Gun\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Finsider changes the player\'s attack type to Water and increases Attack by 30%.\"}', 'It looks like something is peeking out from inside a costume, but even if you reach inside, there’s nothing there. In fact, you can keep reaching deeper and deeper. Perhaps the universe itself lies within.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Trigger Happy\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Finsider\'s exclusive skill. Draws twin water blasters from its mouth, firing six shots alternately left and right, then finishes by combining both blasters to unleash one powerful shot.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}]', '{\"HP\": 75, \"Food\": 2, \"Speed\": {\"Run\": 250, \"Ride\": 400, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'StuffedShark', 'Humanoid', 3, 677, 'S', '{\"day\": \"/public/images/maps/StuffedShark_day.png\", \"night\": \"/public/images/maps/StuffedShark_night.png\"}', '{\"Rank\": 2450, \"Order\": 221, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (222, 'StuffedShark_Fire', '088B', '/public/images/pals/T_StuffedShark_Fire_icon_normal.png', 'Finsider Ignis', 'https://palworld.fandom.com/wiki/Finsider_Ignis', 'https://static.wikia.nocookie.net/palworld/images/3/39/Finsider_Ignis.png/revision/latest?cb=20250629111115', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 1.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Ember Chamber\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, Finsider Ignis helps carry supplies, reducing the weight of weapons in your inventory by 60%. Also improves player\'s and Pals\' Fire damage to enemy weak points by 70%. (Does not stack)\"}', 'Even if you reach into its mouth, there’s nothing inside—it just keeps going. Thinking it might be an interdimensional space, one researcher tried climbing in like a sleeping bag. But when the gag reflex kicked in, they realized... it’s definitely part of the creature’s body.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Trigger Happy\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Finsider\'s exclusive skill. Draws twin water blasters from its mouth, firing six shots alternately left and right, then finishes by combining both blasters to unleash one powerful shot.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 75, \"Food\": 2, \"Speed\": {\"Run\": 250, \"Ride\": 400, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'StuffedShark Fire', 'Humanoid', 4, 749, 'S', '{\"day\": \"/public/images/maps/StuffedShark_Fire_day.png\", \"night\": \"/public/images/maps/StuffedShark_Fire_night.png\"}', '{\"Rank\": 2240, \"Order\": 222, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (223, 'FoxExorcist', '174', '/public/images/pals/T_FoxExorcist_icon_normal.png', 'Flaracle', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 3, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Burning Future\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player attacks an enemy afflicted with Burn, the enemy explodes, dealing damage equal to 40% of the player\'s attack damage to nearby enemies. (Does not stack.)\"}', 'It focuses its mind and reads the future through flames. Should it glimpse an inconvenient destiny, it relentlessly rerolls the prophecy until it gets a favorable result. That is why the future of Flaracle is always exceptionally bright!', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 500, \"Ride\": 600, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FoxExorcist', 'Humanoid', 7, 3217, 'M', '{\"day\": \"/public/images/maps/FoxExorcist_day.png\", \"night\": \"/public/images/maps/FoxExorcist_night.png\"}', '{\"Rank\": 390, \"Order\": 223, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (224, 'IceSeal', '072', '/public/images/pals/T_IceSeal_icon_normal.png', 'Polapup', 'https://palworld.fandom.com/wiki/Polapup', 'https://static.wikia.nocookie.net/palworld/images/f/ff/Polapup.png/revision/latest?cb=20260405153203', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Rider of the Snowy Mountain\", \"Tech\": \"Polapup Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 80% while mounted on snow. Can also slide quickly down slopes.\"}', 'Among Polapups, the fastest slider on the snow earns the highest respect. Sometimes, a too-forceful leap sends one tumbling from the sky— a common sight during territorial season. Forecast: clear skies with a chance of flying Polapups.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 95, \"Food\": 4, \"Speed\": {\"Run\": 250, \"Ride\": 375, \"Walk\": 45}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceSeal', 'FourLegged', 5, 1794, 'S', '{\"day\": \"/public/images/maps/IceSeal_day.png\", \"night\": \"/public/images/maps/IceSeal_night.png\"}', '{\"Rank\": 1660, \"Order\": 224, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (225, 'IceSeal_Ground', '072B', '/public/images/pals/T_IceSeal_Ground_icon_normal.png', 'Polapup Terra', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Snowy Mountain Slider\", \"Tech\": \"Polapup Terra Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 80% while mounted on snow. Can also slide quickly down slopes. While it starts out slow, the top speed it can hit while sliding is no joke.\"}', 'Among Polapup Terras, the fastest slider on the snow earns the highest respect. Sometimes, a too-forceful leap leaves one buried in the snow— a common sight during particularly competitive seasons. Traffic forecast: heavy Polapup Terra congestion.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 95, \"Food\": 4, \"Speed\": {\"Run\": 250, \"Ride\": 375, \"Walk\": 45}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 110, \"Stamina\": 120, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'IceSeal Ground', 'FourLegged', 6, 1942, 'S', '{\"day\": \"/public/images/maps/IceSeal_Ground_day.png\", \"night\": \"/public/images/maps/IceSeal_Ground_night.png\"}', '{\"Rank\": 1100, \"Order\": 225, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (226, 'CloverFairy', '014', '/public/images/pals/T_CloverFairy_icon_normal.png', 'Clovee', 'https://palworld.fandom.com/wiki/Clovee', 'https://static.wikia.nocookie.net/palworld/images/a/a4/Clovee.png/revision/latest?cb=20260710125217', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Berry Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Happy Clover\", \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Gathering Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Some individuals once had three or more leaves on their foreheads. Regarded as symbols of good fortune, those with more leaves were heavily hunted, leading the species to evolve fewer leaves over time.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 80, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 550, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 65}, \"Defense\": 65, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CloverFairy', 'Humanoid', 2, 407, 'XS', '{\"day\": \"/public/images/maps/CloverFairy_day.png\", \"night\": \"/public/images/maps/CloverFairy_night.png\"}', '{\"Rank\": 2970, \"Order\": 226, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (227, 'ElecPomeranian', '062', '/public/images/pals/T_ElecPomeranian_icon_normal.png', 'Puffolt', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Crackle Booster\", \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Generating Electricity Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Its fluffy fur absorbs tremendous amounts of water when soaked. Shaking it dry releases a powerful electrical discharge, making bath time together a serious gamble.', '[{\"Name\": \"Double Fang (Electric)\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}, {\"Name\": \"All Range Thunder\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates lightning strikes that travel in a straight line in all directions.\"}]', '{\"HP\": 75, \"Food\": 3, \"Speed\": {\"Run\": 200, \"Ride\": 400, \"Walk\": 70}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ElecPomeranian', 'FourLegged', 2, 556, 'XS', '{\"day\": \"/public/images/maps/ElecPomeranian_day.png\", \"night\": \"/public/images/maps/ElecPomeranian_night.png\"}', '{\"Rank\": 2360, \"Order\": 227, \"MaleProbability\": 50}', 'Warlike', 0, 1, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (228, 'GhostBlackCat', '050', '/public/images/pals/T_GhostBlackCat_icon_normal.png', 'Wispaw', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Death-Cheating Feline\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the capture rate when awarded a back bonus. (Does not stack)\"}', 'The ghostly hands behind it embody the souls of all humans who have raised its kind. Lately, they seem to have reached a unanimous consensus to dote on Wispaw.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 85, \"Food\": 6, \"Speed\": {\"Run\": 360, \"Ride\": 540, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 240, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostBlackCat', 'Humanoid', 5, 827, 'S', '{\"day\": \"/public/images/maps/GhostBlackCat_day.png\", \"night\": \"/public/images/maps/GhostBlackCat_night.png\"}', '{\"Rank\": 2250, \"Order\": 228, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (229, 'ThiefBird', '177', '/public/images/pals/T_ThiefBird_icon_normal.png', 'Roujay', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 100.0}]', '{\"Name\": \"Dark-Nester\", \"Tech\": \"Roujay Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While in party, increases player\'s and Pals\' damage to enemies afflicted with Blind by 50%. (Does not stack)\"}', 'A thief by nature, it snatches items when no one is looking. No reason to be concerned when caught in the act. Once it swiftly steals your eyes, you won’t be seeing anything anyway.', '[{\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 950, \"Ride\": 1350, \"Walk\": 170}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 95, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ThiefBird', 'Bird', 5, 2263, 'M', '{\"day\": \"/public/images/maps/ThiefBird_day.png\", \"night\": \"/public/images/maps/ThiefBird_night.png\"}', '{\"Rank\": 530, \"Order\": 229, \"MaleProbability\": 60}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (230, 'OniGhostGirl', '168', '/public/images/pals/T_OniGhostGirl_icon_normal.png', 'Bakemi', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Grinning Death\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, attacking enemies afflicted with Poison reduces their Attack by 40%. (Does not stack)\"}', 'It lives entirely for the thrill of the scare, but is utterly un-frightening. As most cannot help but indulge it with feigned surprise for its cuteness, Bakemi now leaves a trail of smiles in its wake.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Shadow Burst\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges dark energy, damaging those around it.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Apocalypse\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates several dark vortexes around the enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 70, \"Food\": 5, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'OniGhostGirl', 'Humanoid', 4, 1625, 'S', '{\"day\": \"/public/images/maps/OniGhostGirl_day.png\", \"night\": \"/public/images/maps/OniGhostGirl_night.png\"}', '{\"Rank\": 1540, \"Order\": 230, \"MaleProbability\": 40}', 'Escape to Battle', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (231, 'Plesiosaur', '110', '/public/images/pals/T_Plesiosaur_icon_normal.png', 'Braloha', 'https://palworld.fandom.com/wiki/Braloha', 'https://static.wikia.nocookie.net/palworld/images/8/89/Braloha.png/revision/latest?cb=20260405151811', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Red Berries\", \"Rate\": 60.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Lettuce Seeds\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Tomato Seeds\", \"Rate\": 50.0}]', '{\"Name\": \"Balmy Weather\", \"Tech\": \"Braloha Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in your base, increases the egg production speed of Pals assigned to Breeding Farm by 20%. (Does not stack)\"}', 'Its breath carries a miraculous, pollen-like substance that pollinates any plant it touches. For plant-based Pals, being near it can be a bit… complicated.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Deep Breath\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Braloha\'s exclusive skill. From the base of its long neck to the tip of its snout, it gradually spreads the breath of grass element.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}]', '{\"HP\": 130, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 1020, \"Walk\": 95}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 120, \"Stamina\": 270, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Plesiosaur', 'FourLegged', 8, 2862, 'XL', '{\"day\": \"/public/images/maps/Plesiosaur_day.png\", \"night\": \"/public/images/maps/Plesiosaur_night.png\"}', '{\"Rank\": 1030, \"Order\": 231, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (232, 'TropicalOstrich', '106', '/public/images/pals/T_TropicalOstrich_icon_normal.png', 'Palumba', 'https://palworld.fandom.com/wiki/Palumba', 'https://static.wikia.nocookie.net/palworld/images/f/f4/Palumba.png/revision/latest?cb=20260405155738', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"Hardwood\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Onion Seeds\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Carrot Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Samba Step\", \"Tech\": \"Palumba Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. Movement Speed is increased by 155% while mounted on grass.\"}', 'Disrupts enemies’ rhythm with a signature dance. In turf battles, the first to fall in sync with the other’s rhythm loses. Courtship, boredom, battle—it all comes down to dance! Now then, what could a dance aimed at a human possibly mean?', '[{\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Dash Kick\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Palumba\'s exclusive skill. Dashes to build up speed, then launches a devastating airborne kick at its target.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 550, \"Ride\": 1000, \"Walk\": 180}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 115, \"Stamina\": 180, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'TropicalOstrich', 'Other', 6, 2529, 'M', '{\"day\": \"/public/images/maps/TropicalOstrich_day.png\", \"night\": \"/public/images/maps/TropicalOstrich_night.png\"}', '{\"Rank\": 1240, \"Order\": 232, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (233, 'GrassGolem', '138', '/public/images/pals/T_GrassGolem_icon_normal.png', 'Dualith', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Forest Laser\", \"Tech\": \"Dualith Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. When activated, Dualith fires a powerful Grass laser from its right hand.\"}', 'One entity, two minds. When their wills clash, it\'s impossible to tell where the armor will wander until they reconcile.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rocket Arm\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Dualiths exclusive skill. Detaches its left arm to sweep enemies, then launches its right arm.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 125, \"Stamina\": 210, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassGolem', 'Humanoid', 8, 3113, 'XL', '{\"day\": \"/public/images/maps/GrassGolem_day.png\", \"night\": \"/public/images/maps/GrassGolem_night.png\"}', '{\"Rank\": 510, \"Order\": 233, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (234, 'GrassGolem_Dark', '138B', '/public/images/pals/T_GrassGolem_Dark_icon_normal.png', 'Dualith Noct', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"Mysterious Mushroom\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Corruption Laser\", \"Tech\": \"Dualith Noct Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. When activated, Dualith Noct fires a powerful Dark laser from its right hand.\"}', 'One entity, two minds. They rarely agree and bicker constantly, but once battle begins, mind and body instantly unite as one!', '[{\"Name\": \"Umbral Surge\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"Fires high-speed dark orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Rocket Arm\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Dualiths exclusive skill. Detaches its left arm to sweep enemies, then launches its right arm.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 600, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 110}, \"Defense\": 125, \"Stamina\": 210, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassGolem Dark', 'Humanoid', 8, 3234, 'XL', '{\"day\": \"/public/images/maps/GrassGolem_Dark_day.png\", \"night\": \"/public/images/maps/GrassGolem_Dark_night.png\"}', '{\"Rank\": 250, \"Order\": 234, \"MaleProbability\": 50}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (235, 'SnowPeafowl', '114', '/public/images/pals/T_SnowPeafowl_icon_normal.png', 'Frostplume', 'https://palworld.fandom.com/wiki/Frostplume', 'https://static.wikia.nocookie.net/palworld/images/e/e4/Frostplume.png/revision/latest?cb=20260405161129', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Peacock Pounce\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, Frostplume\'s icy aura sharpens focus, increasing the player\'s reload speeds by 20%. (Does not stack)\"}', 'So precise is its sense of time that it awakens at the exact same hour every morning. According to Palpagos lore, a day was divided into 24 parts because when Frostplume spreads its tail feathers wide, it reveals a pattern with 24 distinct spaces.', '[{\"Name\": \"Ice Missile\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Creates ice lances in the air that fly towards enemies.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Iceberg\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Summons a sharp ice lance under an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 110, \"Food\": 5, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SnowPeafowl', 'Other', 4, 2382, 'M', '{\"day\": \"/public/images/maps/SnowPeafowl_day.png\", \"night\": \"/public/images/maps/SnowPeafowl_night.png\"}', '{\"Rank\": 860, \"Order\": 235, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (236, 'CubeTurtle', '142', '/public/images/pals/T_CubeTurtle_icon_normal.png', 'Tetroise ', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Ruby\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Masonry Archelon\", \"Tech\": \"Tetroise Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden While at a base, increases the Mining Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'Those stones on its back are not just cargo. Set them down somewhere distant and they will slowly make their way back home.', '[{\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Cube Press\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Tetroise \'s exclusive skill. Leaps into the air and crushes enemies with its massive weight.\"}]', '{\"HP\": 95, \"Food\": 8, \"Speed\": {\"Run\": 360, \"Ride\": 540, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 135, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 360, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CubeTurtle', 'FourLegged', 8, 2436, 'XL', '{\"day\": \"/public/images/maps/CubeTurtle_day.png\", \"night\": \"/public/images/maps/CubeTurtle_night.png\"}', '{\"Rank\": 790, \"Order\": 236, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (237, 'CubeTurtle_Neutral', '142B', '/public/images/pals/T_CubeTurtle_Neutral_icon_normal.png', 'Tetroise Primo', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Emerald\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Stone-Chaser Archelon\", \"Tech\": \"Tetroise Primo Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, increases the durability of all weapons and armor by 80%. (Does not stack)\"}', 'Even if the stones on its back were to be removed, Tetroise Primo will know where they are. No matter how far apart, it will always track them down.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}]', '{\"HP\": 95, \"Food\": 8, \"Speed\": {\"Run\": 360, \"Ride\": 540, \"Walk\": 80}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 140, \"Stamina\": 200, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 360, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'CubeTurtle Neutral', 'FourLegged', 8, 2945, 'XL', '{\"day\": \"/public/images/maps/CubeTurtle_Neutral_day.png\", \"night\": \"/public/images/maps/CubeTurtle_Neutral_night.png\"}', '{\"Rank\": 200, \"Order\": 237, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (238, 'LongCat', '162', '/public/images/pals/T_LongCat_icon_normal.png', 'Valentail', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Big Stretch\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the effects of gravity on the player, making them more floaty while jumping and falling. (Does not stack)\"}', 'In older paintings, it is depicted as much smaller than it is today. For reasons unknown, various parts of its body have begun to elongate rapidly in recent years, and it is predicted to reach nearly ten times its current size within the next century.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 75, \"Food\": 4, \"Speed\": {\"Run\": 700, \"Ride\": 900, \"Walk\": 70}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LongCat', 'FourLegged', 2, 1684, 'S', '{\"day\": \"/public/images/maps/LongCat_day.png\", \"night\": \"/public/images/maps/LongCat_night.png\"}', '{\"Rank\": 1900, \"Order\": 238, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (239, 'ThunderFluffyBird', '172', '/public/images/pals/T_ThunderFluffyBird_icon_normal.png', 'Dynamoff', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Electro-Massage Incubation\", \"Tech\": \"Dynamoff Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. While at a base, shortens the time it takes to incubate eggs by 20%. (Does not stack)\"}', 'With so little to eat at high altitudes, it will occasionally even feast on its enemies\' brains. It is thought that groups seeking a more dependable food source descended to lower skies, ultimately diverging into Beakon.', '[{\"Name\": \"Spark Blast\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Releases lightning orbs in a fan shape, spreading as they travel.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Electric Ball\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"Fires an electric ball that slowly pursues an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Tri-Lightning\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates lightning that strikes an enemy three times from above.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}]', '{\"HP\": 75, \"Food\": 6, \"Speed\": {\"Run\": 700, \"Ride\": 1000, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 80, \"Stamina\": 140, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ThunderFluffyBird', 'Bird', 6, 1963, 'M', '{\"day\": \"/public/images/maps/ThunderFluffyBird_day.png\", \"night\": \"/public/images/maps/ThunderFluffyBird_night.png\"}', '{\"Rank\": 1400, \"Order\": 239, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (240, 'MoonChild', '181', '/public/images/pals/T_MoonChild_icon_normal.png', 'Wistella', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Nightstar Sand\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"Small Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Hidden Dark Energy\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases Defense of Dark Pals by 15%. (Does not stack)\"}', 'At the end of its life, a new star appears somewhere in the skies, glowing with the weight of its memories.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Comet Barrage\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Drops meteorites one after another, generating shock waves around the impact areas.\"}, {\"Name\": \"Star Mine\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates stars around the enemy that explode on contact. Stars also explode after some time.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 80, \"Food\": 5, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 130}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MoonChild', 'Humanoid', 2, 2421, 'S', '{\"day\": \"/public/images/maps/MoonChild_day.png\", \"night\": \"/public/images/maps/MoonChild_night.png\"}', '{\"Rank\": 1180, \"Order\": 240, \"MaleProbability\": 50}', 'Escape to Battle', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (241, 'SamuraiDog', '013', '/public/images/pals/T_SamuraiDog_icon_normal.png', 'Pupperai', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Bone\", \"Rate\": 100.0}]', '{\"Name\": \"Best Boy\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s melee weapon damage by 10%. (Does not stack)\"}', 'Pupperai territorial disputes begin with a staredown and end in a single, quick strike. Training them to |stay| is risky business, as the |go| command triggers that same attack instinct.', '[{\"Name\": \"Double Fang (Ground)\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Bites rapidly in succession to attack enemies.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Persistent Slash\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"Pupperai\'s exclusive skill. Charges at full speed, delivering two consecutive slashes with the wooden stick held in its mouth.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}]', '{\"HP\": 70, \"Food\": 1, \"Speed\": {\"Run\": 400, \"Ride\": 600, \"Walk\": 45}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 70, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.2}', 'SamuraiDog', 'FourLegged', 2, 476, 'XS', '{\"day\": \"/public/images/maps/SamuraiDog_day.png\", \"night\": \"/public/images/maps/SamuraiDog_night.png\"}', '{\"Rank\": 2930, \"Order\": 241, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (242, 'PoseidonOrca', '201', '/public/images/pals/T_PoseidonOrca_icon_normal.png', 'Neptilius', 'https://palworld.fandom.com/wiki/Neptilius', 'https://static.wikia.nocookie.net/palworld/images/f/fb/Neptilius.png/revision/latest?cb=20260405152548', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"Coralum Ore\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"Hexolite\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Diamond\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 1.0}]', '{\"Name\": \"Sentinel of the Great Sea\", \"Tech\": \"Neptilius Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"While in party, it follows up the player\'s attacks with Water spear strikes. Can be ridden to travel on water. While mounted, it can leap high into the air over water.\"}', 'After the sealing of the calamity, a champion from Feybreak emerged. It stares out to sea, awaiting one it deems worthy. For such encounters are no coincidence—they are fate.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}, {\"Name\": \"Geyser Gush\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Erupts massive pillars of water beneath and around the enemy.\"}]', '{\"HP\": 105, \"Food\": 9, \"Speed\": {\"Run\": 750, \"Ride\": 1120, \"Walk\": 300}, \"Attack\": {\"Melee\": 100, \"Ranged\": 145}, \"Defense\": 125, \"Stamina\": 410, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'PoseidonOrca', 'Other', 20, 4277, 'XL', '{\"day\": null, \"night\": null}', '{\"Rank\": 160, \"Order\": 242, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (243, 'SwordCutlassfish', '128', '/public/images/pals/T_SwordCutlassfish_icon_normal.png', 'Skutlass', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Skutlass Sashimi\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Fish Fillet\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_SwordCutlassfish.png\", \"Description\": \"When activated, Skutlass becomes the player\'s katana (Attack: 2600/2700/3000/3400/3900). If it does not revert to its normal form quickly, Skutlass will become incapacitated. It will also become incapacitated if Iaigiri is used.\"}', 'A bizarre species which temporarily separates its body and uses its bones to slice through enemies, at the risk of perishing itself upon taking too long. While unconfirmed, older individuals are said to deliberately stay separated in order to trigger their survival instincts and prolong their lifespans.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 70, \"Food\": 5, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SwordCutlassfish', 'Fish', 5, 1342, 'M', '{\"day\": \"/public/images/maps/SwordCutlassfish_day.png\", \"night\": \"/public/images/maps/SwordCutlassfish_night.png\"}', '{\"Rank\": 1420, \"Order\": 243, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (244, 'SwordCutlassfish_Fire', '128B', '/public/images/pals/T_SwordCutlassfish_Fire_icon_normal.png', 'Skutlass Ignis', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Skutlass Sashimi\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Seared Fish Fillet\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Skutlass Ignis becomes the player\'s katana (Attack: 2900/3000/3300/3700/4200). If it does not revert to its normal form quickly, Skutlass Ignis will become incapacitated. It will also become incapacitated if Iaigiri is used.\"}', 'A bizarre species which temporarily separates its body and uses its bones to slice through enemies, at the risk of perishing itself upon taking too long. While unconfirmed, older individuals are said to deliberately stay separated in order to trigger their survival instincts and prolong their lifespans.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Flare Arrow\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires three flaming arrows in succession that home in on an enemy.\"}, {\"Name\": \"Flare Storm\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two flaming tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 70, \"Food\": 5, \"Speed\": {\"Run\": 500, \"Ride\": 800, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SwordCutlassfish Fire', 'Fish', 5, 1442, 'M', '{\"day\": \"/public/images/maps/SwordCutlassfish_Fire_day.png\", \"night\": \"/public/images/maps/SwordCutlassfish_Fire_night.png\"}', '{\"Rank\": 1590, \"Order\": 244, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (245, 'MummyPal', '120', '/public/images/pals/T_MummyPal_icon_normal.png', 'Gildra', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Cloth\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Resurrection\", \"Tech\": null, \"Image\": null, \"Description\": \"While fighting together, when Gildra is incapacitated, it revives with its Hunger reduced to 0.\"}', 'The golden, bandage-like organs covering its body are highly elastic. However, they are prone to tearing under extremely dry conditions, so daily moisture checks are absolutely essential.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Sand Tornado\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two sand tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Mummy Rush\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Gildra\'s exclusive skill. Extends bandages from its hands to deliver a series of attacks.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 105, \"Food\": 6, \"Speed\": {\"Run\": 480, \"Ride\": 720, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 350, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MummyPal', 'Humanoid', 5, 2529, 'M', '{\"day\": \"/public/images/maps/MummyPal_day.png\", \"night\": \"/public/images/maps/MummyPal_night.png\"}', '{\"Rank\": 1170, \"Order\": 245, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (246, 'KingSunfish', '169', '/public/images/pals/T_KingSunfish_icon_normal.png', 'Solmora', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Charming Fish\", \"Tech\": \"Solmora Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While in party, makes it easier to fish up talented Pals. (Does not stack)\"}', 'Its corkscrew tail acts as a propeller. Research claims that if its body could withstand the strain, it could reach speeds beyond 88 mph.', '[{\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 90, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 900, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 85, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KingSunfish', 'Fish', 4, 1636, 'M', '{\"day\": \"/public/images/maps/KingSunfish_day.png\", \"night\": \"/public/images/maps/KingSunfish_night.png\"}', '{\"Rank\": 1370, \"Order\": 246, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (247, 'KingSunfish_Thunder', '169B', '/public/images/pals/T_KingSunfish_Thunder_icon_normal.png', 'Solmora Lux', 'None', 'None', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Electric Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Shocking Fish\", \"Tech\": \"Solmora Lux Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"Can be ridden to travel on water. While mounted, changes the player\'s attack type to Electric and increases Attack by 1%. While in party, makes it easier to fish up talented Pals. (Does not stack)\"}', 'Its corkscrew tail acts as a propeller. Research claims that if its body could withstand the strain, it could generate over 1.21 gigawatts of power.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Thunder Rain\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Calls lightning that strikes an enemy after a set amount of time has passed.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}, {\"Name\": \"Thunderstorm\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Generates a huge tornado of lightning that moves slowly towards the enemy.\"}]', '{\"HP\": 90, \"Food\": 6, \"Speed\": {\"Run\": 500, \"Ride\": 900, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 85, \"Stamina\": 220, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KingSunfish Thunder', 'Fish', 5, 1843, 'M', '{\"day\": \"/public/images/maps/KingSunfish_Thunder_day.png\", \"night\": \"/public/images/maps/KingSunfish_Thunder_night.png\"}', '{\"Rank\": 1000, \"Order\": 247, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (248, 'MonochromeQueen', '182', '/public/images/pals/T_MonochromeQueen_icon_normal.png', 'Solenne', 'https://palworld.fandom.com/wiki/Solenne', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Dark Fragment\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"High Quality Recovery Meds\", \"Rate\": 50.0}]', '{\"Name\": \"Untainted Maiden\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the player\'s Attack by 30% if all Pals in party are different species. (Does not stack)\"}', 'Joy and misery come in equal measure for Solenne. Those who choose to take care of one must be prepared for what that entails.', '[{\"Name\": \"Dark Shot\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a dark energy projectile that accelerates over time.\"}, {\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Black Quilled Ballet\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Solenne\'s exclusive skill. Jumps diagonally and throws sharp black feathers at enemies.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 110, \"Food\": 9, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 115, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'MonochromeQueen', 'Humanoid', 7, 3867, 'M', '{\"day\": \"/public/images/maps/MonochromeQueen_day.png\", \"night\": \"/public/images/maps/MonochromeQueen_night.png\"}', '{\"Rank\": 280, \"Order\": 248, \"MaleProbability\": 30}', 'NotInterested', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (249, 'ElecSnail', '163', '/public/images/pals/T_ElecSnail_icon_normal.png', 'Snock', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Charging Shell\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Electrify 2. (Does not stack)\"}', 'Tossing an Snock into the bath for a shock spa is considered a traditional health practice. That is to say, the results may be rather shocking.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Lightning Streak\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a lightning bolt that moves forward in a line.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Lightning Strike\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Acts as a lightning rod, calling down thunderbolts that electrocute the surrounding area.\"}, {\"Name\": \"Lightning Bolt\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges electric energy before blasting enemies with a powerful shock.\"}, {\"Name\": \"All Range Thunder\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates lightning strikes that travel in a straight line in all directions.\"}, {\"Name\": \"Shell Charge\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Snock\'s exclusive skill. Withdraws into its shell to reduce damage taken while building electric charge. Once fully charged, it discharges, damaging nearby enemies. After discharging, the Attack of this Pal\'s Electric skills is increased for a limited time.\"}]', '{\"HP\": 65, \"Food\": 4, \"Speed\": {\"Run\": 360, \"Ride\": 945, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 75, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ElecSnail', 'FourLegged', 2, 1523, 'S', '{\"day\": \"/public/images/maps/ElecSnail_day.png\", \"night\": \"/public/images/maps/ElecSnail_night.png\"}', '{\"Rank\": 1780, \"Order\": 249, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (250, 'ElecSnail_Ground', '163B', '/public/images/pals/T_ElecSnail_Ground_icon_normal.png', 'Snock Lux', 'None', 'None', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Electric Organ\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Grounding Shell\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, player and party Pals take 15% less Water damage, and are immune to Soak. (Does not stack)\"}', 'Tossing a heated Snock Lux into the bath for a scorching spa was once a fad of the distant past. Owing to a recent revival, it is now quite literally a hot trend.', '[{\"Name\": \"Shockwave\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges electricity, shocking those around it.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"TriSpark\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"A high-speed lightning ball that flies in a straight line. Simultaneously fires slow lightning balls that track the enemy.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Shell Charge\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Snock\'s exclusive skill. Withdraws into its shell to reduce damage taken while building electric charge. Once fully charged, it discharges, damaging nearby enemies. After discharging, the Attack of this Pal\'s Electric skills is increased for a limited time.\"}]', '{\"HP\": 65, \"Food\": 4, \"Speed\": {\"Run\": 360, \"Ride\": 945, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 80, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ElecSnail Ground', 'FourLegged', 3, 1623, 'S', '{\"day\": \"/public/images/maps/ElecSnail_Ground_day.png\", \"night\": \"/public/images/maps/ElecSnail_Ground_night.png\"}', '{\"Rank\": 1500, \"Order\": 250, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (251, 'LanternButler', '180', '/public/images/pals/T_LanternButler_icon_normal.png', 'Loomen', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Lantern Enchantment\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s arrows explode on contact, dealing additional damage equal to 15% of the player\'s attack damage. (Does not stack)\"}', 'Its lantern glows with an eerie light that lays bare the truth of the world. If that light strikes you as blinding, then you most likely have something to hide.', '[{\"Name\": \"Dark Ball\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Unleashes a sphere of darkness that slowly tracks down an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Spirit Flame\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires three balls of malice that relentlessly pursue an enemy.\"}, {\"Name\": \"Nightmare Ball\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates a giant ball of darkness and hurls it at an enemy.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}]', '{\"HP\": 90, \"Food\": 7, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 50}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 175, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LanternButler', 'Humanoid', 5, 2309, 'M', '{\"day\": \"/public/images/maps/LanternButler_day.png\", \"night\": \"/public/images/maps/LanternButler_night.png\"}', '{\"Rank\": 890, \"Order\": 251, \"MaleProbability\": 50}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (252, 'SumoDog', '156', '/public/images/pals/T_SumoDog_icon_normal.png', 'Bulldosu', 'None', 'None', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Bone\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": \"Yokozuna\'s Presence\", \"Tech\": \"Bulldosu Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 15% less Electric damage and are immune to Electrify. (Does not stack)\"}', 'In the old islands, Bulldosu sumo was widely enjoyed. At the highest levels, even a charging Rushoar would be sent flying instead.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Stone Cannon\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Digs up a boulder and hurls it at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Rock Lance\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Generates a sharp rock spear under an enemy.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Sumo Stomp\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Bulldosu\'s exclusive skill. Raises its right hind leg high and stomps the ground, creating a shockwave that strikes enemies in a fan-shaped area ahead.\"}]', '{\"HP\": 115, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 810, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 95}, \"Defense\": 100, \"Stamina\": 110, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 120, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SumoDog', 'FourLegged', 4, 1812, 'M', '{\"day\": \"/public/images/maps/SumoDog_day.png\", \"night\": \"/public/images/maps/SumoDog_night.png\"}', '{\"Rank\": 1190, \"Order\": 252, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (253, 'VenusFlytrap', '136', '/public/images/pals/T_VenusFlytrap_icon_normal.png', 'Carnibora', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Venom Gland\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": \"Entangling Tongue\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"While in party, when the player performs a dodge roll or dodge step, Carnibora creates a whirlwind that deals damage to enemies it touches (Grass / Power: 40). (Does not stack)\"}', 'Prone to eating indiscriminately, the mouth atop its head frequently breaks out in agonizing ulcers, causing it to use the mouth on its face instead. However, its behavior doesn\'t change, which leads to both mouths suffering the same ulcers.', '[{\"Name\": \"Poison Blast\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"Hurls poison sludge at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Spine Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates spiny thorns that chase an enemy along the ground, piercing them from below.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 85, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 90}, \"Defense\": 85, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 330, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'VenusFlytrap', 'Humanoid', 6, 1875, 'M', '{\"day\": \"/public/images/maps/VenusFlytrap_day.png\", \"night\": \"/public/images/maps/VenusFlytrap_night.png\"}', '{\"Rank\": 1700, \"Order\": 253, \"MaleProbability\": 40}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (254, 'FluffyBird', '059', '/public/images/pals/T_FluffyBird_icon_normal.png', 'Muffly', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Fluffy Flutterer\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the capture rate of Pals afflicted with Freeze. (Does not stack)\"}', 'Its soft facial fluff softens any hit, but it cannot groom itself well nor scratch its itches, leaving it in a constant state of mild frustration.', '[{\"Name\": \"Air Cannon\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Quickly fires a burst of highly pressurized air.\"}, {\"Name\": \"Icicle Cutter\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Creates a crescent blade of ice and hurls it forward.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Icicle Bullet\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Generates multiple sharp ice blocks in the sky and fires them at the enemy.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}]', '{\"HP\": 60, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 110}, \"Attack\": {\"Melee\": 100, \"Ranged\": 80}, \"Defense\": 55, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 75, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FluffyBird', 'Other', 2, 385, 'XS', '{\"day\": \"/public/images/maps/FluffyBird_day.png\", \"night\": \"/public/images/maps/FluffyBird_night.png\"}', '{\"Rank\": 2480, \"Order\": 254, \"MaleProbability\": 50}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (255, 'DandelionGirl', '164', '/public/images/pals/T_DandelionGirl_icon_normal.png', 'Souffline', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Wheat Seeds\", \"Rate\": 100.0}]', '{\"Name\": \"Fuzzy Fairy\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, increases the capture rate of Pals afflicted with Ivy-Covered. (Does not stack)\"}', 'Its fluff can be used to hide away unpleasant memories. Once carried off by the wind, you can bid farewell to the darkness they carried.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Solar Blast\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges solar energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 70, \"Food\": 3, \"Speed\": {\"Run\": 300, \"Ride\": 450, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 75}, \"Defense\": 60, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 50, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DandelionGirl', 'Other', 3, 1610, 'S', '{\"day\": \"/public/images/maps/DandelionGirl_day.png\", \"night\": \"/public/images/maps/DandelionGirl_night.png\"}', '{\"Rank\": 2000, \"Order\": 255, \"MaleProbability\": 40}', 'Escape to Battle', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (256, 'ClioneTwins', '047', '/public/images/pals/T_ClioneTwins_icon_normal.png', 'Amione', 'https://palworld.fandom.com/wiki/Amione', 'https://static.wikia.nocookie.net/palworld/images/5/51/Animone.webp/revision/latest?cb=20260712110015', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"Aquatic Pal Fluids\", \"Rate\": 100.0}]', '{\"Name\": \"Magical Twin Powers\", \"Tech\": null, \"Image\": null, \"Description\": \"While at a base, increases the Watering Work Suitability Level for all other Base Pals by +1. (Does not stack)\"}', 'If one disappears, another simply shows up to take its place, and life goes on like nothing happened. For Amione, companionship is everything.', '[{\"Name\": \"Hydro Jet\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a high speed ball of water at an enemy.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Splash\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Generates a column of water that travels in a straight line.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Aqua Surge\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Generates waves that surge around the enemy from all sides. They converge and explode at the center, erupting into a column of water.\"}]', '{\"HP\": 65, \"Food\": 3, \"Speed\": {\"Run\": 450, \"Ride\": 600, \"Walk\": 100}, \"Attack\": {\"Melee\": 100, \"Ranged\": 70}, \"Defense\": 65, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'ClioneTwins', 'Other', 2, 421, 'XS', '{\"day\": \"/public/images/maps/ClioneTwins_day.png\", \"night\": \"/public/images/maps/ClioneTwins_night.png\"}', '{\"Rank\": 2520, \"Order\": 256, \"MaleProbability\": 40}', 'Escape to Battle', 0, 0, 1, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (257, 'DarkFlameFox', '115', '/public/images/pals/T_DarkFlameFox_icon_normal.png', 'Majex', 'None', 'None', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Phantasmal Arcana\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player attacks an enemy afflicted with Burn, the enemy creates flames around itself, dealing continuous damage equal to 15% of the player\'s attack damage to enemies that come into contact with them. (Does not stack.)\"}', 'It appears to be striking a heroic pose, but the reality is that it\'s simply bracing itself against the weight of its tail and hair to avoid toppling over.', '[{\"Name\": \"Dark Shot\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a dark energy projectile that accelerates over time.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Dark Arrow\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Fires off dark energy that homes in on an enemy.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 150, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DarkFlameFox', 'Humanoid', 5, 2347, 'M', '{\"day\": \"/public/images/maps/DarkFlameFox_day.png\", \"night\": \"/public/images/maps/DarkFlameFox_night.png\"}', '{\"Rank\": 1010, \"Order\": 257, \"MaleProbability\": 40}', 'Warlike', 1, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (258, 'RedFlowerBird', '173', '/public/images/pals/T_RedFlowerBird_icon_normal.png', 'Tropicaw', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Beautiful Flower\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Fiber\", \"Rate\": 100.0}]', '{\"Name\": \"Flower Dance\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, extends the invincibility period during dodge rolls and dodge steps by 15%. (Does not stack)\"}', 'While some say that it flails around to mimic flowers swaying in the wind and avoid predators, others argue that a crimson flower thrashing violently at high speeds is simply so unsettling that nothing dares approach it.', '[{\"Name\": \"Wind Cutter\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Fires a high speed blade of wind that flies straight at an enemy.\"}, {\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Flower Stomp\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Tropicaw\'s exclusive skill. Leaps lightly into the air, then forcefully slams its sharp claws into the ground.\"}]', '{\"HP\": 85, \"Food\": 6, \"Speed\": {\"Run\": 600, \"Ride\": 600, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 85}, \"Defense\": 90, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'RedFlowerBird', 'Humanoid', 5, 1844, 'M', '{\"day\": \"/public/images/maps/RedFlowerBird_day.png\", \"night\": \"/public/images/maps/RedFlowerBird_night.png\"}', '{\"Rank\": 1350, \"Order\": 258, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (259, 'SleeveRabbit', '170', '/public/images/pals/T_SleeveRabbit_icon_normal.png', 'Lapure', 'None', 'None', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Long-Sleeved Hurray\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, reduces the Partner Skill cooldowns for other party Pals by 10%. (Does not stack)\"}', 'It uses the long, flowing fur on its hands to attract attention, always taking the utmost care to keep them maintained. Highly sensitive to dirt and meticulously clean, kicking up dust nearby will invite a very disgusted glare.', '[{\"Name\": \"Power Shot\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Charges energy into a focused blast.\"}, {\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Power Bomb\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Charges a massive amount of energy before firing a large destructive ball.\"}, {\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Curtain Splash\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Continously creates walls made from water columns at the enemy\'s location.\"}, {\"Name\": \"Hydro Slicer\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the frontal area with a blast of compressed water. The area struck by the blast erupts with water after a short delay.\"}, {\"Name\": \"Pal Blast\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges destructive energy before firing a high-powered beam forward across a wide area.\"}]', '{\"HP\": 105, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 700, \"Walk\": 40}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 100, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'SleeveRabbit', 'Humanoid', 4, 2464, 'M', '{\"day\": \"/public/images/maps/SleeveRabbit_day.png\", \"night\": \"/public/images/maps/SleeveRabbit_night.png\"}', '{\"Rank\": 810, \"Order\": 259, \"MaleProbability\": 40}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (260, 'LotusDragon', '175', '/public/images/pals/T_LotusDragon_icon_normal.png', 'Ophydia', 'https://palworld.fandom.com/wiki/Ophydia', 'https://static.wikia.nocookie.net/palworld/images/5/55/Water_Lily_Pal_PreLaunch_Teaser.png/revision/latest?cb=20260120144101', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Glorious Mist\", \"Tech\": \"Ophydia Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, the player\'s attacks inflict Soak 2. (Does not stack)\"}', 'Waters where Ophydias dwell are often filled with flowers that mimic its form. Many attempts have been made to directly propagate these blooms, but they inevitably wither the moment human hands interfere.', '[{\"Name\": \"Bubble Blast\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires numerous bubbles that slowly pursue an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Torrential Blast\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Fires a high-pressure stream of water forward. After a short delay, the stream branches off to the left and right.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Hydro Laser\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Shoots pressurized water at extreme velocities, sweeping over a wide area in front of it.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}, {\"Name\": \"Lotus Bloom\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Ophydia\'s exclusive skill. Burrows into the ground and vanishes. It then emerges at the surface as a flower bud, blooms, and unleashes a wide-area attack.\"}]', '{\"HP\": 130, \"Food\": 9, \"Speed\": {\"Run\": 700, \"Ride\": 1500, \"Walk\": 175}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'LotusDragon', 'Dragon', 9, 3884, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 230, \"Order\": 260, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (261, 'BlueSkyDragon', '192', '/public/images/pals/T_BlueSkyDragon_icon_normal.png', 'Shaolong', 'https://palworld.fandom.com/wiki/Shaolong', 'https://static.wikia.nocookie.net/palworld/images/1/17/Shaolong.png', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Large Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Azure Sovereign\", \"Tech\": \"Shaolong Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal\'s Attack increases by 4% for each other Dragon Pal in your party.\"}', 'Its ring is reserved for a special occasion: upon meeting its destined companion, the rings are traded, a symbol of their eternal partnership.', '[{\"Name\": \"Aqua Gun\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"Hurls a ball of water straight at an enemy.\"}, {\"Name\": \"Acid Rain\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Creates acidic clouds that pour down acid rain on enemies.\"}, {\"Name\": \"Comet Strike\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"Drops a meteorite straight down, generating a shock wave around the impact area.\"}, {\"Name\": \"Blast Cannon\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires an energy bullet imbued with dragon power at the enemy\'s location. Upon impact, the bullet shatters and creates a frontal long-range explosion.\"}, {\"Name\": \"Hydra Charge\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Shaolong\'s exclusive skill. Cloaks the body in water and charges straight forward.\"}, {\"Name\": \"Azure Dracoflare\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shaolong\'s exclusive skill. Breathes Dragon-elemental flames in a sweeping motion, scorching the surrounding area.\"}, {\"Name\": \"Celestial Vortex\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Shaolong\'s exclusive skill. Summons a massive vortex reaching into the heavens. The vortex draws in and eliminates all surrounding enemies at once.\"}]', '{\"HP\": 140, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2800, \"Walk\": 300}, \"Attack\": {\"Melee\": 100, \"Ranged\": 135}, \"Defense\": 120, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 450, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'BlueSkyDragon', 'Dragon', 9, 4531, 'XL', '{\"day\": \"/public/images/maps/BlueSkyDragon_day.png\", \"night\": \"/public/images/maps/BlueSkyDragon_night.png\"}', '{\"Rank\": 40, \"Order\": 261, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `pals` (`ID`, `DevName`, `DexKey`, `Image`, `Name`, `Wiki`, `WikiImage`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `Stats`, `Asset`, `Genus`, `Rarity`, `Price`, `Size`, `Maps`, `Breeding`, `AIResponse`, `Nocturnal`, `Predator`, `NooseTrap`, `IsRaidBoss`, `IgnoreStun`, `IgnoreCombi`, `FirstDefeatRewardItemID`) VALUES (262, 'PandaGirl', '090', '/public/images/pals/T_PandaGirl_icon_normal.png', 'Leafan', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Selfless Discipline\", \"Tech\": null, \"Image\": null, \"Description\": \"This Pal\'s Attack and Defense increase by 2% for each other Grass Pal in your party.\"}', 'To hone the martial art passed down through a single bloodline: Daily training is the only way! Being distracted by romance? Unthinkable! Daily discipline is the only way! The time has come! Shoot my shot! Instant rejection, that’s all there is! The techniques of love were never passed down... Lingering regret, that’s all there is!', '[{\"Name\": \"Seed Machine Gun\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a volley of hard seeds at enemies in front of it.\"}, {\"Name\": \"Multicutter\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"The user fires three high-speed blades of wind in quick succession that fly straight at enemies.\"}, {\"Name\": \"Wind Edge\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Launches sharp blades of air that fan out.\"}, {\"Name\": \"Rapid Kick\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Leafan\'s exclusive skill. Rapidly delivers a series of consecutive roundhouse kicks, finishing with an engery blast.\"}, {\"Name\": \"Raid Cutter\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Shoots countless wind swords that fly straight towards the enemy.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}]', '{\"HP\": 100, \"Food\": 7, \"Speed\": {\"Run\": 600, \"Ride\": 750, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 115}, \"Defense\": 95, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'PandaGirl', 'Humanoid', 7, 1806, 'S', '{\"day\": \"/public/images/maps/PandaGirl_day.png\", \"night\": \"/public/images/maps/PandaGirl_night.png\"}', '{\"Rank\": 1410, \"Order\": 262, \"MaleProbability\": 40}', 'NotInterested', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (263, 'GrassMinotaur', '081', '/public/images/pals/T_GrassMinotaur_icon_normal.png', 'Elgrove', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}]', '{\"Name\": \"Mother Nature\'s Menace\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, Elgrove changes the player\'s attack type to Grass and increases Attack by 30%.\"}', 'The leaf on its horn cannot be removed, no matter how hard it is pulled. When the leaf falls on its own, Elgrove accepts its time has come.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Grass Tornado\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Generates two tornadoes on either side before launching them at an enemy.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Bull Rush\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Elgrove\'s exclusive skill. Enters a wild frenzy and unleashes two consecutive Grass-element charge attacks.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}]', '{\"HP\": 110, \"Food\": 8, \"Speed\": {\"Run\": 700, \"Ride\": 1000, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 105}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassMinotaur', 'Humanoid', 6, 2041, 'L', '{\"day\": \"/public/images/maps/GrassMinotaur_day.png\", \"night\": \"/public/images/maps/GrassMinotaur_night.png\"}', '{\"Rank\": 2020, \"Order\": 263, \"MaleProbability\": 60}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (264, 'GrassMinotaur_Ice', '081B', '/public/images/pals/T_GrassMinotaur_Ice_icon_normal.png', 'Elgrove Cryst', 'None', 'None', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Horn\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Ice Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Father Winter\'s Threat\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, grants the player the ability to Freeze enemies afflicted with Soak in one strike.\"}', 'Its frozen horn stays solid through its life. When water begins to drip from this ice, Elgrove Cryst feels the chill of its own life slipping away.', '[{\"Name\": \"Bog Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls sticky mud at an enemy.\"}, {\"Name\": \"Crystal Breath\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Enshrouds an enemy in a frigid blast of air, dealing continuous damage.\"}, {\"Name\": \"Freeze Wall\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Creates a wall of ice that rises from the ground. The ice wall remains standing for a while, and breaks after taking enough damage.\"}, {\"Name\": \"Snow Rush\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Elgrove Cryst\'s exclusive skill. Enters a wild frenzy and unleashes two consecutive Ice-element charge attacks.\"}, {\"Name\": \"Icicle Line\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Generates pillars of ice that move in a straight line in three directions.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Diamond Rain\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates numerous lumps of ice that are consecutively dropped on a foe\'s head.\"}]', '{\"HP\": 120, \"Food\": 8, \"Speed\": {\"Run\": 700, \"Ride\": 1000, \"Walk\": 150}, \"Attack\": {\"Melee\": 100, \"Ranged\": 100}, \"Defense\": 105, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 200, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GrassMinotaur Ice', 'Humanoid', 7, 2484, 'L', '{\"day\": \"/public/images/maps/GrassMinotaur_Ice_day.png\", \"night\": \"/public/images/maps/GrassMinotaur_Ice_night.png\"}', '{\"Rank\": 440, \"Order\": 264, \"MaleProbability\": 60}', 'NotInterested', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (265, 'Mothman', '193', '/public/images/pals/T_Mothman_icon_normal.png', 'Silvance', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 8}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ancient Civilization Core\", \"Rate\": 100.0}]', '{\"Name\": \"Spore Stalwart\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, when the player attacks an enemy afflicted with Ivy-Covered, the enemy explodes, dealing additional damage equal to 1% of the player\'s attack damage. (Does not stack) Also grants immunity to the World Tree\'s Explosive Spores to both the player and their Pals.\"}', 'Since ancient times, it has remained within the World Tree, continuing its vigil. What it protects, and for what purpose, Silvance does not know. After all, the World Tree will tell it everything. The spores it commands surely know who the enemy is.', '[{\"Name\": \"Air Blade\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Sends out sharp blades of air in a fan shape.\"}, {\"Name\": \"Reflect Leaf\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Launches a blade of wind that rebounds off enemies or trees, striking repeatedly. Can ricochet up to four times.\"}, {\"Name\": \"Blizzard Spike\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Creates a giant lump of ice and hurls it at an enemy. It deals damage to those in the surrounding area upon impact.\"}, {\"Name\": \"Crosswind\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Conjures blades of wind in front of the enemy, converging to deliver a cutting cross attack.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}, {\"Name\": \"Holy Burst\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Creates a wide explosion of light at the enemy\'s location and around it.\"}, {\"Name\": \"Giant Spore\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Silvance\'s exclusive skill. Fires a massive tracking spore that pursues enemies. It explodes on impact, releasing a wide-area blast.\"}]', '{\"HP\": 140, \"Food\": 9, \"Speed\": {\"Run\": 500, \"Ride\": 750, \"Walk\": 120}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 500, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'Mothman', 'Humanoid', 8, 4436, 'L', '{\"day\": \"/public/images/maps/Mothman_day.png\", \"night\": \"/public/images/maps/Mothman_night.png\"}', '{\"Rank\": 80, \"Order\": 265, \"MaleProbability\": 50}', 'Warlike', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (266, 'GhostDragon', '171', '/public/images/pals/T_GhostDragon_icon_normal.png', 'Eidrolon', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"Liberated Pterosaur\", \"Tech\": \"Eidrolon Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal\'s Attack and Movement Speed increase by 2% for each other Dragonor Dark Pal in your party.\"}', 'A new Pal that was only recently discovered. Calm and entirely docile, it spends its time as it pleases. It is no longer bound by anything.', '[{\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Dragon Breath\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Exhales breath imbued with draconic energy, dealing continuous damage to those in front of it.\"}, {\"Name\": \"Beam Slicer\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"Mows down the area in front with a beam imbued with dragon power. The area struck by the beam will also explode after a short delay.\"}, {\"Name\": \"Comet Barrage\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Drops meteorites one after another, generating shock waves around the impact areas.\"}, {\"Name\": \"Tail Slash\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Eidrolon\'s exclusive skill. Closes in on the enemy at high speed to deliver a cleaving swipe with its tail.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}, {\"Name\": \"Blazing Beam\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Eidrolon\'s exclusive skill. Emits a superheated light beam for a short time. At the final moment, the targeted area is engulfed in a massive explosion.\"}]', '{\"HP\": 115, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2750, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 120, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostDragon', 'Dragon', 7, 3323, 'L', '{\"day\": null, \"night\": null}', '{\"Rank\": 300, \"Order\": 266, \"MaleProbability\": 50}', 'NotInterested', 1, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (267, 'GhostDragon_Fire', '171B', '/public/images/pals/T_GhostDragon_Fire_icon_normal.png', 'Eidrolon Ignis', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Resentful Pterosaur\", \"Tech\": \"Eidrolon Ignis Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"Can be ridden as a flying mount. This Pal\'s Attack and Movement Speed increase by 2% or each other Dragon or Fire Pal in your party. (Excluding Eidrolon Ignis)\"}', 'A new Pal that was only recently discovered. It trusts nothing and no one, and its tempermental nature leads to it constantly venting its rage at the nearest target.', '[{\"Name\": \"Dragon Burst\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Quickly discharges draconic energy, damaging those around it.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Blast Cannon\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires an energy bullet imbued with dragon power at the enemy\'s location. Upon impact, the bullet shatters and creates a frontal long-range explosion.\"}, {\"Name\": \"Charge Cannon\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Fires an energy orb infused with draconic power at the enemy. The orb causes a wide-area explosion upon impact.\"}, {\"Name\": \"Tail Slash\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"Eidrolon\'s exclusive skill. Closes in on the enemy at high speed to deliver a cleaving swipe with its tail.\"}, {\"Name\": \"Fire Ball\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Creates a giant ball of flame and hurls it at an enemy. The ball explodes over a wide area upon impact.\"}, {\"Name\": \"Blazing Beam\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Eidrolon\'s exclusive skill. Emits a superheated light beam for a short time. At the final moment, the targeted area is engulfed in a massive explosion.\"}]', '{\"HP\": 115, \"Food\": 9, \"Speed\": {\"Run\": 1400, \"Ride\": 2750, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 130}, \"Defense\": 120, \"Stamina\": 130, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 400, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'GhostDragon Fire', 'Dragon', 8, 3521, 'L', '{\"day\": \"/public/images/maps/GhostDragon_Fire_day.png\", \"night\": \"/public/images/maps/GhostDragon_Fire_night.png\"}', '{\"Rank\": 140, \"Order\": 267, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (268, 'FlowerPrince', '194', '/public/images/pals/T_FlowerPrince_icon_normal.png', 'Dandilord', 'None', 'None', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Ancient Civilization Core\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"Venom Gland\", \"Rate\": 100.0}]', '{\"Name\": \"Mist Stalwart\", \"Tech\": null, \"Image\": null, \"Description\": \"When activated, the player\'s attacks inflict Poison 2. While in party, grants the player and party Pals immunity to Poison, and nullifies the effects of toxic gas in the World Tree area. (Does not stack)\"}', 'Since ancient times, it has remained within the World Tree, continuing its vigil. What it protects, and for what purpose, Dandilord does not care. After all, the World Tree knows everything. Only the mist it wields can reveal the truth.', '[{\"Name\": \"Dark Cannon\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"Hurls an energy ball imbued with dark energy at an enemy.\"}, {\"Name\": \"Seed Mine\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"Launches a deadly seed. If it hits an enemy, the seed explodes.\"}, {\"Name\": \"Circle Vine\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Sprouts sharp roots in and around the enemy\'s location.\"}, {\"Name\": \"Dark Laser\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Charges dark energy before blasting enemies with a powerful beam.\"}, {\"Name\": \"Dark Whisp\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Fires a menacing ball of dark energy that pursues enemies.\"}, {\"Name\": \"Wind Burst\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons a massive wind vortex around itself and unleashes a powerful attack.\"}, {\"Name\": \"Poison Promenade\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"Dandilord\'s exclusive skill. Charges forward while sliding along the ground, spraying corrosive mist. The mist remains in the area for a limited time.\"}]', '{\"HP\": 125, \"Food\": 9, \"Speed\": {\"Run\": 1000, \"Ride\": 1000, \"Walk\": 160}, \"Attack\": {\"Melee\": 100, \"Ranged\": 135}, \"Defense\": 110, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 300, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'FlowerPrince', 'Humanoid', 8, 4442, 'M', '{\"day\": \"/public/images/maps/FlowerPrince_day.png\", \"night\": \"/public/images/maps/FlowerPrince_night.png\"}', '{\"Rank\": 60, \"Order\": 268, \"MaleProbability\": 60}', 'Warlike', 1, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (269, 'WorldTreeDragon', '204', '/public/images/pals/T_WorldTreeDragon_icon_normal.png', 'Astralym', 'None', 'None', '[]', '[]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"High Quality Pal Oil\", \"Rate\": 100.0}]', '{\"Name\": \"-\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_000.png\", \"Description\": \"This Pal\'s abilities are still being investigated.\"}', 'A shadow of its former self, this mysterious Pal descended upon the Palpagos long ago. Bringing ruin and calamity, it was sealed away for millennia until it was ultimately defeated by a certain Pal Tamer', '[]', '{\"HP\": 200, \"Food\": 9, \"Speed\": {\"Run\": -1, \"Ride\": -1, \"Walk\": 400}, \"Attack\": {\"Melee\": 100, \"Ranged\": 200}, \"Defense\": 200, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": -1, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'WorldTreeDragon', 'None', 10, 10000, 'XL', '{\"day\": \"/public/images/maps/WorldTreeDragon_day.png\", \"night\": \"/public/images/maps/WorldTreeDragon_night.png\"}', '{\"Rank\": 10, \"Order\": 269, \"MaleProbability\": 50}', 'NotInterested', 0, 0, 0, 0, 0, 1, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (270, 'KabukiMan', '183', '/public/images/pals/T_KabukiMan_icon_normal.png', 'Renjishi', 'None', 'None', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"Leather\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"Flame Organ\", \"Rate\": 100.0}]', '{\"Name\": \"Stage Combat\", \"Tech\": null, \"Image\": null, \"Description\": \"While in party, the player\'s attacks inflict Burn 2. (Does not stack)\"}', 'At a glance, its movements appear exaggerated and full of openings. Strangely, however, any opponents become overwhelmed, and become unable to look away, as if transfixed.', '[{\"Name\": \"Ignis Blast\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"Hurls a ball of fire straight at an enemy.\"}, {\"Name\": \"Spirit Fire\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Shoots fireballs towards an enemy. The fireballs explode after a short distance, generating smaller fireballs that spread forward.\"}, {\"Name\": \"Ignis Breath\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"Shoots flames at an enemy, dealing continuous damage.\"}, {\"Name\": \"Flame Wall\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"Creates a wall of flames at the enemy\'s location. The wall of flames will remain for a while, and deal damage to the enemies it touches.\"}, {\"Name\": \"Flame Funnel\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Creates multiple spheres of fiery energy, from which countless fireballs shoot towards the enemy.\"}, {\"Name\": \"Volcanic Rain\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"Fires countless volcanic bombs into the sky. After a while, the bombs rain down around their originator.\"}, {\"Name\": \"Ignis Rage\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Infuses the surrounding ground with energy, causing it to explode after a set amount of time.\"}]', '{\"HP\": 105, \"Food\": 8, \"Speed\": {\"Run\": 400, \"Ride\": 500, \"Walk\": 200}, \"Attack\": {\"Melee\": 100, \"Ranged\": 120}, \"Defense\": 100, \"Stamina\": 100, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 250, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'KabukiMan', 'Humanoid', 7, 4028, 'L', '{\"day\": \"/public/images/maps/KabukiMan_day.png\", \"night\": \"/public/images/maps/KabukiMan_night.png\"}', '{\"Rank\": 290, \"Order\": 270, \"MaleProbability\": 60}', 'Warlike', 0, 0, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'), (271, 'DomeArmorDragon', '184', '/public/images/pals/T_DomeArmorDragon_icon_normal.png', 'Aegidron', 'None', 'None', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 8}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"Thermal Core\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"Giant Pal Soul\", \"Rate\": 100.0}]', '{\"Name\": \"Indestructible Fortress\", \"Tech\": \"Aegidron Saddle\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"Can be ridden. While in party, player and party Pals take 60% less damage from explosive attacks, and are immune to Stun. (Does not stack)\"}', 'In ancient times, when means of communication were limited, the light within Aegidron\'s wings was used to send simple flash signals.', '[{\"Name\": \"Stone Blast\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"Fires a barrage of stones forward.\"}, {\"Name\": \"Blast Cannon\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"Fires an energy bullet imbued with dragon power at the enemy\'s location. Upon impact, the bullet shatters and creates a frontal long-range explosion.\"}, {\"Name\": \"Rockburst\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"Causes the ground to shake before hurling a massive stone mass at its surroundings.\"}, {\"Name\": \"Charge Cannon\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"Fires an energy orb infused with draconic power at the enemy. The orb causes a wide-area explosion upon impact.\"}, {\"Name\": \"Sand Twister\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"Creates multiple sand tornadoes. The tornadoes continuously spin in circles.\"}, {\"Name\": \"Rocky Impact\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Shakes the ground and lifts a massive boulder into the air.\"}, {\"Name\": \"Dragon Meteor\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"Summons numerous small meteorites and launches them at an enemy.\"}]', '{\"HP\": 105, \"Food\": 9, \"Speed\": {\"Run\": 850, \"Ride\": 1100, \"Walk\": 230}, \"Attack\": {\"Melee\": 100, \"Ranged\": 125}, \"Defense\": 140, \"Stamina\": 300, \"Support\": 100, \"CraftSpeed\": 100, \"EnemyMaxHPRate\": 1.0, \"Transportspeed\": 360, \"EnemyInflictDamageRate\": 1.0, \"EnemyReceiveDamageRate\": 1.0}', 'DomeArmorDragon', 'Dragon', 8, 4116, 'XL', '{\"day\": \"/public/images/maps/DomeArmorDragon_day.png\", \"night\": \"/public/images/maps/DomeArmorDragon_night.png\"}', '{\"Rank\": 30, \"Order\": 271, \"MaleProbability\": 50}', 'Warlike', 0, 1, 0, 0, 0, 0, '{\"Name\": null, \"Image\": null, \"Description\": null}'); -- -------------------------------------------------------- -- -- Table structure for table `palsi18n` -- CREATE TABLE `palsi18n` ( `ID` int NOT NULL, `PalsID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Types` json DEFAULT NULL, `Suitability` json DEFAULT NULL, `Drops` json DEFAULT NULL, `Aura` json DEFAULT NULL, `Description` text, `Skills` json DEFAULT NULL, `FirstDefeatRewardItemID` json DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `palsi18n` -- INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (1, 1, 'zh-Hans', '妮瞅莎', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"猫咪霰阵\", \"Tech\": \"妮瞅莎的霰弹枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后,妮瞅莎会在一段时间内用霰弹枪攻击附近的敌人。 若它在队伍中,玩家的霰弹枪攻击伤害提升10%。(不可叠加)\"}', '异常讨厌被人看到双眼。 如果有人强行盯着,它就会突然哭出来 之后两周左右的时间,对对方不理不睬。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (2, 2, 'zh-Hans', '梅莉姆', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"低品质药品\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 50.0}]', '{\"Name\": \"丰收祈愿\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,梅莉姆会进行祈祷, 让作物的收获量提升18%。\"}', '因为它头脑聪明,行为举止富有格调 在岛上的贵族间,曾被作为照顾起居的近侍。 但是由于在晚上碰到的话,非常容易被脸吓到 很快就失去了人气。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (3, 3, 'zh-Hans', '詹兔曼', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"大地是好朋友\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家在冲刺期间的防御力提升50%。(不可叠加)\"}', '聆听大地的声响,避开不稳固的落脚点奔跑。 但若与某些地面不投缘,它就会被迷了眼, 然后摔得兔仰马翻。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (4, 4, 'zh-Hans', '金驰兽', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"沙尘加护\", \"Tech\": \"金驰兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为地属性,且攻击力提升1%。\"}', '在岛上还盛行炼金术的时候, 它持续闪耀的金色毛发作为炼金的触媒很受欢迎。 不久之后,人们提出了跨时代的见解。 既然同是金色的,那么炼金就只加工金毛不就好了嘛。', '[{\"Name\": \"碎岩双牙\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"碎岩冲锋\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"金驰兽的专用技能。 在气势汹汹突进的同时,令碎岩向左右飞溅。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (5, 5, 'zh-Hans', '盔盔仔', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"尖刺刺运输\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,金属矿石的重量会减轻80%。(不可叠加)\"}', '为保护脆弱的本体,获得了坚硬的甲壳。 作为代价则完全舍弃了本体的防御力, 现在的它甚至会因为挠痒而陷入昏厥。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"漩涡回旋\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"盔盔仔及亚种的专用技能。 利用水流喷射推进力, 一边高速旋转一边向敌人飞旋而去。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (6, 6, 'zh-Hans', '金盔仔', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"亮闪闪运输\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,硫磺和石炭的重量将减轻80%,且玩家和帕鲁以地属性攻击命中敌方弱点时的伤害提升84%。(不可叠加)\"}', '为保护脆弱的本体,获得了坚硬的甲壳。 大半的触觉神经都集中在了手部和甲壳上, 偷偷摸一下它的本体也不会被发现。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"漩涡回旋\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"盔盔仔及亚种的专用技能。 利用水流喷射推进力, 一边高速旋转一边向敌人飞旋而去。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (7, 7, 'zh-Hans', '阿努比斯', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 5.0}]', '{\"Name\": \"沙漠守护神\", \"Tech\": \"Anubis电源转换器\", \"Image\": null, \"Description\": \"发动后,阿努比斯会将力量分给玩家,让玩家的攻击转变为地属性,且攻击力提升30%。 战斗时偶尔会以高速移步回避攻击。\"}', '它的外表曾被视作高贵的象征。 而在那些蔑视权贵的人眼里,它就成了醒目的标靶。 于是在不知不觉间,阿努比斯成为了死亡的象征。', '[{\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"回旋踢\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"阿努比斯的专用技能。 用强健的腿脚回旋飞踢,大范围横扫周围的敌人。\"}, {\"Name\": \"巨力冲锋\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"阿努比斯的专用技能。 快速移动追击敌人, 释放能量同时不断挥出强劲利拳。\"}, {\"Name\": \"粉碎大地\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"阿努比斯的专用技能。 高高跃起后,对地面使出猛力一击。 产生的衝击波将对大范围的目标造成伤害。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (8, 8, 'zh-Hans', '炎魔羊', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"焰爪猎人\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以狱火爪攻击锁定的目标敌人。 此帕鲁使用的狱火爪的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '它会在夜晚捕猎后,将猎物带回自己的领地。 那些被抓住的帕鲁,之后会遭受何种对待, 就不难想象了。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"狱火爪\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"炎魔羊及亚种的专用技能。 接近目标后跳起同时以左手爪子向上挥击, 再用右手爪子迅速向下挥砍。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (9, 9, 'zh-Hans', '暗魔羊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"黑爪猎人\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以恶梦爪攻击锁定的目标敌人。 此帕鲁使用的恶梦爪的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '它只对帕鲁幼崽感兴趣,会将其掠走带回自己的领地。 不难想象,那些被夺走幼崽的帕鲁们会陷入多么绝望的境地。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"狱火爪\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"炎魔羊及亚种的专用技能。 接近目标后跳起同时以左手爪子向上挥击, 再用右手爪子迅速向下挥砍。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (10, 10, 'zh-Hans', '喵丝特', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 200, \"Min\": 100, \"Name\": \"金币\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"招财猫\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会从地里挖出金币。\"}', '它尾部的硬化组织即使割下后也不会发生劣化。 人们迷信它的尾部能够招来财运, 导致许多喵丝特因此殒命。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (11, 11, 'zh-Hans', '冰丝特', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 1.0}]', '{\"Name\": \"晴天冰雳\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会掉落结冰器官。\"}', '它尾部的结晶非常美丽,但它死去时结晶也会随之崩解。 人们迷信大量饲养它能够招来财运, 于是冰丝特通常都会得到悉心的照料。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (12, 12, 'zh-Hans', '草莽猪', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"草莽猪的猪肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"坚硬头壳\", \"Tech\": \"草莽猪的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间破坏岩石的效率将提升500%。\"}', '它十分好战,会在弄清双方力量差距前挑事。 虽然身材娇小,但拥有惊人的冲锋威力, 甚至能弹飞巨大岩石。', '[{\"Name\": \"猪突猛进\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"草莽猪的专用技能。 瞄准敌人后,猛烈地冲向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (13, 13, 'zh-Hans', '翠叶鼠', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"低品质药品\", \"Rate\": 20.0}]', '{\"Name\": \"翠叶鼠出击\", \"Tech\": \"翠叶鼠的冲锋枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后它会坐在玩家的头上,配合玩家的攻击用冲锋枪进行追击。\"}', '拥有等同于5至7岁儿童的智力。 虽然很适合作为伙伴,但也有不少的记录显示, 有些个体在学会使用武器后杀害了自己的主人。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (14, 14, 'zh-Hans', '炸蛋鸟', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"火药\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"炸蛋鸟的羽毛\", \"Rate\": 50.0}]', '{\"Name\": \"炸蛋发射器\", \"Tech\": \"炸蛋鸟的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后会化身为装备在玩家身上的发射器,并制造出会爆炸的蛋。\"}', '这类帕鲁产下的蛋会爆炸,相当恐怖。 平时会将从屁股射出的蛋用作武器, 不过若它无计可施,它就会采取自爆手段了。', '[{\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"超自爆\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 1200, \"Cooldown\": 60, \"Description\": \"赌上性命引发大爆炸。 使用后便会化作夜空中闪耀的明星。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (15, 15, 'zh-Hans', '紫霞鹿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"紫霞鹿的鹿肉\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": \"森林守护者\", \"Tech\": \"紫霞鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃,破坏树木的效率也会提升220%。\"}', '拥有最富有力量感的双角的个体,会成为这种帕鲁的领袖。 犄角断裂时,内心也会大受打击。 这时候它就会默默离开族群,在远离人烟的地方结束一生。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"尖角顶击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"紫霞鹿及亚种的专用技能。 面向敌人冲刺,扬起尖角攻击敌人。 如在骑乘时发动,可操控前进方向。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (16, 16, 'zh-Hans', '祇岳鹿', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"紫霞鹿的鹿肉\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": \"金之森守护者\", \"Tech\": \"祇岳鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。骑乘期间可以进行2段跳跃。 若它在据点里,其他据点帕鲁的伐木工作适应性等级+1。(不可叠加)\"}', '拥有最坚硬双角的个体,会成为这种帕鲁的领袖。 一旦失去了角,它的领袖地位也将不复存在。 这时候它只能在同伴的目送下离开,悄然回归尘土。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"尖角顶击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"紫霞鹿及亚种的专用技能。 面向敌人冲刺,扬起尖角攻击敌人。 如在骑乘时发动,可操控前进方向。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (17, 17, 'zh-Hans', '碎岩龟', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"捕食者核心\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 0.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 0.0}]', '{\"Name\": \"钻头粉碎者\", \"Tech\": \"碎岩龟的头巾\", \"Image\": null, \"Description\": \"发动后会进入甲壳回旋状态。 它会一边旋转一边跟随玩家,且破坏矿石的效率将提升800%。\"}', '过去有则寓言故事叫做「碎岩龟的钻头」。 那是个关于拥有最强甲壳和钻头的碎岩龟 思考矛盾的道德故事。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"甲壳回旋\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"碎岩龟的专用技能。 以全身高速旋转的方式移动, 并以钻头刨削敌人,持续对目标造成伤害。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (18, 18, 'zh-Hans', '天擒鸟', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"天擒鸟的鸟肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"天擒鸟滑翔\", \"Tech\": \"天擒鸟的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能。 能够高速滑翔,且右手能在滑翔期间使用枪械射击。\"}', '即使它抓着人,也能毫不费力地飞向天空。 可是在疲惫至极时就会二话不说地松开脚爪, 因而导致的高空坠落死亡事故屡见不鲜。', '[{\"Name\": \"滑空爪\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"天擒鸟的专用技能。 向前伸出脚爪, 以滑翔的姿态猛力冲向目标。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (19, 19, 'zh-Hans', '暴电熊', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"黄色重型战车\", \"Tech\": \"暴电熊的机关枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用机关枪连续攻击。\"}', '它拥有豪迈的笑容和强壮的体格。 在自己认可的搭档面前会表现得相当温顺。 可是不知为何,一旦拿到机关枪时就会性情大变。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"霹雳连爪\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"暴电熊的专用技能。 飞扑向敌人,并用带电流的爪子将其劈开。 飞扑2次后,面向地面伸出爪子, 大范围扩散电流。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (20, 20, 'zh-Hans', '壶小象', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"疗伤之浴\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"若它在队伍中,若玩家的生命值低于30%,恢复20%的生命值。(不可叠加) ※发动后需120秒冷却方可再次触发\"}', '它那被认为是鼻子的器官会喷出大量的水。 虽然也有人指出那只是鼻涕罢了, 但是研究者们仍然为此进行了热烈的讨论。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (21, 21, 'zh-Hans', '猎狼', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 3.0}, {\"Max\": 20, \"Min\": 10, \"Name\": \"金币\", \"Rate\": 3.0}]', '{\"Name\": \"猎狼骑手\", \"Tech\": \"猎狼的挽具鞍具组合\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间的移动速度会稍微变快一点。\"}', '猎狼与人类之间的关联早已淡化, 但过去与人类共同狩猎的模式, 构成了它们如今的狩猎体系。', '[{\"Name\": \"狂野双牙\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (22, 22, 'zh-Hans', '铁拳猿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"火力全开大猩猩模式\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后会解放野性之力,并在一定时间内铁拳猿的攻击力将提升75%。\"}', '它会用不同的节奏敲击地面与同伴沟通。 每种节奏所对应的意思会根据族群有所差异, 但人类至今仍未能完全理解其具体分类。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"猩猩连打\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"铁拳猿及亚种的专用技能。 猛击地面两次后高高跳起, 再赏给对方强力的一拳。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (23, 23, 'zh-Hans', '石掌猿', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"火力全开铁臂大猩猩\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攀爬速度提升50%。(不可叠加)\"}', '它会用不同的节奏敲击地面与同伴沟通。 有着比铁拳猿更霸道的腕力, 假如所有的石掌猿同时捶击大地, 帕洛斯群岛将在1秒内沉没。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"猩猩连打\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"铁拳猿及亚种的专用技能。 猛击地面两次后高高跳起, 再赏给对方强力的一拳。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (24, 24, 'zh-Hans', '电棘鼠', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"电击炸弹\", \"Tech\": \"电棘鼠的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后就能将电棘鼠装备在手上,若将它投向敌人且命中目标,便会引发雷属性爆炸。\"}', '它在受到冲击后会释放储存的电力。 它的电压超过1000万伏特。 将它扔出去的话,威力比普通的重型炮弹危险得多。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (25, 25, 'zh-Hans', '冰刺鼠', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"冻结炸弹\", \"Tech\": \"冰刺鼠的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后就能将冰刺鼠装备在手上,若将它投向敌人且命中目标,便会引发冰属性爆炸。\"}', '它在受到冲击后会释放储存的冷气。 它发射的冷气呈放射状,可冻结大气。 攻击它的对象会被击穿身体。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (26, 26, 'zh-Hans', '雷角马', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 50.0}]', '{\"Name\": \"疾风迅雷\", \"Tech\": \"雷角马的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁以雷属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '以前,它被认为是雷神的使者,不会被人类狩猎。 然而,当有人目击到它被闪电击中后死亡, 信仰逐渐消失,它也字面意思上沦落到当牛做马。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"锁定雷射\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"瞄准敌人后 发射超高速的雷电激光。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (27, 27, 'zh-Hans', '凌角马', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"冰华乱舞\", \"Tech\": \"凌角马的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为冰属性,且攻击力提升1%。\"}', '昔日,它被视为冬之神的使者,无人敢猎捕。 然而当有人目睹它在冰面滑倒的瞬间, 信仰逐渐消失,一失足即成千古牛马。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}, {\"Name\": \"冰极冻域\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"大范围的在敌人脚下生成冰柱穿刺。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (28, 28, 'zh-Hans', '火绒狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"抱抱火焰\", \"Tech\": \"火绒狐的背带\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后,它会化身为装备在玩家身上的火焰喷射器。\"}', '它刚出生时无法很好地操纵火焰, 动不动就不小心喷出火焰,结果呛到自己。 火绒狐的喷嚏会引起森林火灾。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (29, 29, 'zh-Hans', '荊棘魔仙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 50.0}]', '{\"Name\": \"公主的视线\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,草属性帕鲁的攻击力会提升15%。(不可叠加)\"}', '它的刺上有毒,被刺到会有危险。 与幻悦蝶关系很好, 只有让它吸花蜜时,才会露出开心的表情。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (30, 30, 'zh-Hans', '秘斯媞雅', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"帕鲁矿碎块\", \"Rate\": 100.0}]', '{\"Name\": \"反重力\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,投掷出去的帕鲁球将会自动追踪帕鲁,且玩家的负重上限提高300。 (不可叠加)\"}', '要是不小心和它对视,就会被操纵。 大部分带着秘斯媞雅的人 都以为自己才是主人。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (31, 31, 'zh-Hans', '企丸丸', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"企丸丸发射\", \"Tech\": \"企丸丸的火箭发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后玩家将装备火箭发射器,并可将企丸丸当作炮弹射出。 命中目标后企丸丸会爆炸,并陷入濒死状态。\"}', '它的翅膀已完全退化,无法飞翔。 但基因中刻着对天空的向往。 因此它想尽办法,想要再一次飞翔。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (32, 32, 'zh-Hans', '闪丸丸', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"闪丸丸发射\", \"Tech\": \"闪丸丸的火箭发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后玩家将装备火箭发射器,并可将闪丸丸当作炮弹射出。 命中目标后闪丸丸会爆炸,并陷入濒死状态。\"}', '它的翅膀已完全退化,无法飞翔。 对天空的向往逐渐变成嫉妒 为了击落天空中会飞的家伙,得到了雷电的力量!', '[{\"Name\": \"雷矛\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"向敌人发射高速直线飞行的雷枪。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (33, 33, 'zh-Hans', '雷鸣童子', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"雷鸣童子的云朵\", \"Rate\": 100.0}]', '{\"Name\": \"雷电姑娘\", \"Tech\": \"雷鸣童子的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现于玩家身边。 它会用雷属性的落雷追击敌对个体。 且该追击不会使猎物毙命。\"}', '它对落单的帕鲁往往很和蔼可亲。 但要是有误会了什么的帕鲁因此缠上它, 它就会立即找来落雷解决掉对方。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (34, 34, 'zh-Hans', '鲨小子', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"易怒鲨鲨\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以水枪攻击锁定的目标敌人。 此帕鲁使用的水枪的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的攻击力提升10%。\"}', '这种帕鲁在很久以前是相当强大的巨型水栖帕鲁, 但食物减少后,它们就搬到了陆地上。 由于走路会消耗许多能量, 导致它们的体型逐渐变小,现在已经是非常弱小的帕鲁了。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (35, 35, 'zh-Hans', '红小鲨', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"易怒鲨鲨\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以烈焰溅射攻击锁定的目标敌人。 此帕鲁使用的烈焰溅射的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的攻击力提升10%。\"}', '这种帕鲁在很久以前是相当强大的巨型水栖帕鲁, 但食物减少后,它们就搬到了陆地上。 由于走路会燃烧许多热量, 意外地让它们体内的火之力量觉醒了!', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (36, 36, 'zh-Hans', '棉悠悠', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"棉悠悠的羊肉\", \"Rate\": 100.0}]', '{\"Name\": \"茸茸盾牌\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,它会化身为装备在玩家身上的盾牌。 将它分派到家畜牧场,它就有机会掉落羊毛。\"}', '它只要走在坡道上就肯定会跌倒并滚动起来。 而且还会因为眼冒金星而无法动弹, 非常容易被当做是猎物,是食物链的底层。', '[{\"Name\": \"滚滚毛球\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"棉悠悠的专用技能。 咕噜咕噜地滚动并追击敌人。 攻击后会因晕眩而无法动弹。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (37, 37, 'zh-Hans', '覆海龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"呼唤风暴的深海龙\", \"Tech\": \"覆海龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 若它在队伍中,玩家和帕鲁对浸湿状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '传说有位贤者因冤罪而被推入漩涡, 随后以覆海龙之姿重生, 并一举毁灭了整个国家。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (38, 38, 'zh-Hans', '腾炎龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"呼唤风暴的熔岩龙\", \"Tech\": \"腾炎龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,能让熔岩伤害无效化,且玩家和帕鲁对点燃状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '传说有位战士因冤罪而被推落火山, 随后以腾炎龙之姿重生, 并把整个国家烧成一片焦土。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (39, 39, 'zh-Hans', '月镰魔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"黑暗中的闪亮利爪\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以飞跃爪击攻击锁定的目标敌人。 此帕鲁使用的飞跃爪击的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的近战武器攻击速度提升15%。(不可叠加)\"}', '它头上的角可通过沐浴月光生长。 虽然这种帕鲁并不讨厌阳光, 可是它的角在被太阳照射时会发痒。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"飞跃爪击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"月镰魔的专用技能。 向前一跃,迅速斩下两击。 且每次斩击都充满了暗属性的力量。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (40, 40, 'zh-Hans', '吊缚灵', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}]', '{\"Name\": \"空中秋千\", \"Tech\": \"吊缚灵的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (41, 41, 'zh-Hans', '冰缚灵', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"寒空秋千\", \"Tech\": \"冰缚灵的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"\"}', '', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (42, 42, 'zh-Hans', '朱雀', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"炎之翼\", \"Tech\": \"朱雀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 朱雀的移动速度,会随着队伍中其他火属性帕鲁的数量提升,每只增加5%。\"}', '过去人们认为它是带来旱季的使者。 只要前一年发生干旱,人们就会全力驱逐这种帕鲁, 祈祷今年能够获得丰收。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (43, 43, 'zh-Hans', '清雀', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"水之翼\", \"Tech\": \"清雀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 清雀的移动速度,会随着队伍中其他水属性帕鲁的数量提升,每只增加5%。\"}', '过去人们认为它是带来雨季的使者。 只要前一年发生水患,人们就会全力驱逐这种帕鲁, 祈祷今年能够平安度过。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (44, 44, 'zh-Hans', '火麒麟', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"赤兔马\", \"Tech\": \"火麒麟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为火属性,且攻击力提升1%。\"}', '这种帕鲁全身都是高效的散热器官, 使它能够发挥惊人的耐力。 当有人坐在它身上时,它会注意不烫伤对方。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰冲撞\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"火麒麟的专用技能。 带着缠绕全身的火焰向前猛冲。 途经之处均会留下滚滚火焰。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (45, 45, 'zh-Hans', '邪麒麟', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"黑兔马\", \"Tech\": \"邪麒麟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为暗属性,且攻击力提升1%。\"}', '这种帕鲁会燃烧神秘的暗物质以获取能量, 并将剩余的暗粒子排出体外。 当有人坐在它身上时,会控制排放量,以免该人被黑暗侵蚀。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"暗焰冲撞\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"邪麒麟的专用技能。 带着缠绕全身的暗黑火焰向前猛冲。 途经之处均会留下滚滚火焰。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (46, 46, 'zh-Hans', '精灵龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"善良的圣洁之龙\", \"Tech\": \"精灵龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 飞行时移动速度会提升。 若它在队伍中,击倒暗属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的性格正如外表一样单纯无害。 正因为如此,它无法很好地区分善恶, 容易被内心歹毒的人利用。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"神秘旋风\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"精灵龙及亚种的专用技能。 发射2股蕴含不可思议能力的龙卷风, 追击敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (47, 47, 'zh-Hans', '水灵龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"善良的流水之龙\", \"Tech\": \"水灵龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 飞行时移动速度会提升。 若它在队伍中,玩家和帕鲁受到的火属性伤害减轻15%,并且不会陷入点燃状态。(不可叠加)\"}', '它的性格正如外表一样单纯无害。 正因为如此,它所采取的所有行动都无恶意, 即便是杀死了谁,也不会有任何想法。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"神秘旋风\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 150, \"Cooldown\": 8, \"Description\": \"精灵龙及亚种的专用技能。 发射2股蕴含不可思议能力的龙卷风, 追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (48, 48, 'zh-Hans', '棉花糖', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"棉花糖\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"糖果甜心\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会掉落棉花糖。 若它在据点里,据点帕鲁的饱腹度的减少幅度将会-10%。(不可叠加)\"}', '它全身上下都比糖还要甜18000倍。 被其气味吸引的肉食性帕鲁,若是咬上一口, 就会被甜到翻白眼昏迷。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (49, 49, 'zh-Hans', '可可棉花糖', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"焦糖棉花糖\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": \"苦涩甜心\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会掉落焦糖棉花糖。 若它在据点里,据点帕鲁的饱腹度的减少幅度将会-15%。(不可叠加)\"}', '虽然棉毛上散发出香甜浓郁的气息,但是肉质却苦涩到令人战栗。 被其气味吸引的肉食性帕鲁,若是咬上一口, 就会因难以忍受的苦味,翻着白眼再起不能。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (50, 50, 'zh-Hans', '冰棘兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"猎龙者\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒龙属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的那双坚硬的爪子可使它轻而易举地登上险峻的山岭。 可是因为腿短的关系,并不擅长下山, 因此常常把自己困在山上,难以抽身。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (51, 51, 'zh-Hans', '美露帕', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"蓬蓬羊毛\", \"Tech\": \"美露帕的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,君王美露帕的防御力和移动速度将会提升。 将它分派到家畜牧场,它就有机会掉落羊毛。\"}', '可别被它那毛茸茸的外表给骗了。 若挨下由它那双长腿甩出的一记超高速踢击, 整个人可是会飞到地球的另一端。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"绒毛冲撞\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"美露帕的专用技能。 散发出可爱的气场并朝向前方冲刺。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (52, 52, 'zh-Hans', '滑水蛇', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"滑滑水蛇\", \"Tech\": \"滑水蛇的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 将它分派到家畜牧场,它就有机会掉落皮革。\"}', '它流线型的外形很适合在水上活动。 因此经常被非法捕鱼团捕捉, 并被拿来代替冲浪板使用。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (53, 53, 'zh-Hans', '流沙蛇', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}]', '{\"Name\": \"滑滑沙蛇\", \"Tech\": \"流沙蛇的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,会为玩家的攻击附加2点泥泞异常状态值。(不可叠加)\"}', '它流线型的外形很适合在沙上活动。 因此经常被非法捕鱼团捕捉, 并被拿来代替冲浪板使用。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (54, 54, 'zh-Hans', '黑鸦隐士', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": \"夜袭怪鸟\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后可以使用夜视,即使在黑暗中也能看得一清二楚。 再次发动即可解除该效果。 将它分派到家畜牧场,它就有机会从地里挖出骨头。\"}', '它曾经在天空中自由翱翔, 但在与天擒鸟的竞争中败北, 于是舍弃天空,过起了与黑夜共生的低调生活。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"幻影突袭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"黑鸦隐士的专用技能。 瞬间移动至敌人身旁, 再以鸟喙发动攻击。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (55, 55, 'zh-Hans', '碧海龙', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"水翔之舞\", \"Tech\": \"碧海龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 骑乘期间玩家的攻击会转变为水属性,且攻击力提升1%。\"}', '它的白色飘带遇到不纯之水就会变黑。 由于它的这种特质可以用于鉴毒,曾致使人类对其疯狂猎捕, 导致它至今仍对人类抱有戒心。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (56, 56, 'zh-Hans', '碧月龙', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"冰翔之舞\", \"Tech\": \"碧月龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 骑乘期间玩家的攻击会转变为冰属性,且攻击力提升1%。\"}', '它的白色飘带会一直吸收周围的热量。 不可思议的是,飘带的温度不会有丝毫变化。 因为它的这种性质,曾致使人类对其疯狂猎捕, 导致它至今仍对人类抱有戒心。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"龙息炮\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"向敌人发射积蓄着龙属性力量的能量弹。 能量弹在着弹时将引发大范围爆炸。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (57, 57, 'zh-Hans', '捣蛋猫', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 100.0}]', '{\"Name\": \"跟猫借手手\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,捣蛋猫就会帮忙载运行李,玩家的负重上限将提高100。(不可叠加)\"}', '它装出一副威风凛凛的样子,其实胆小软弱。 如果被捣蛋猫看不起, 某种意义上可谓奇耻大辱。', '[{\"Name\": \"喵喵拳\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"捣蛋猫的专用技能。 挥舞双臂追击敌人, 连续挥出利拳。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (58, 58, 'zh-Hans', '瞅什魔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"摄取咖啡因\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后,瞅什魔会大量饮用能量饮料,瞅什魔的移动速度和工作速度会因此提升100%。 将它分派到家畜牧场,它就有机会掉落毒腺。\"}', '它眼神凶恶,朋友也很少, 但其实心地很善良。 有人曾目击到它向离群的玉藻狐分享食物。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (59, 59, 'zh-Hans', '云海鹿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": \"风云\", \"Tech\": \"云海鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃。\"}', '在遥远的过去,它因美丽的外观而常被选作绘画题材, 是人们相当熟悉的存在。 随着时代变迁,它那美丽的皮毛和角成为了艺术品的材料, 使这种帕鲁更广为人知。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"阴云之岚\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"云海鹿的专用技能。 操控大气,借助风压向前猛冲。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (60, 60, 'zh-Hans', '熔岩兽', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"贪食矿石之兽\", \"Tech\": \"熔岩兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,所有矿石种类的重量会减轻30%。(不可叠加)\"}', '它的全身上下都流淌着如岩浆般的血液。 若往它身上大量泼水,这些水会瞬间遇热蒸发。 随后便会引发大规模的水蒸气爆炸。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"火山爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"熔岩兽的专用技能。 举起前脚猛击地面, 使岩浆于敌人所在处喷发。 喷发时四周更会有火山弹倾泻而下。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (61, 61, 'zh-Hans', '寒霜兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"贪食冰霜之兽\", \"Tech\": \"寒霜兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,所有矿石种类的重量会减轻35%。(不可叠加)\"}', '它的全身上下都流淌着超低温的血液。 若突然往它身上施加热量,其血液会蒸发。 随后便会引发大规模的蒸气爆炸。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"霜冻爆裂\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"寒霜兽的专用技能。 举起前脚猛击地面, 使冰雪于敌人所在处喷发。 喷发时四周更会有雪球倾泻而下。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (62, 62, 'zh-Hans', '噬魂兽', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 15.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"原油\", \"Rate\": 50.0}]', '{\"Name\": \"冥界使者\", \"Tech\": \"噬魂兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,每次打倒敌人时,全体队伍帕鲁的主动技能冷却时间缩短30%。(不可叠加)\"}', '它喜欢生物濒死时身体所散发的独特气味。 因此一旦被噬魂兽黏上了, 也就代表着大限将至。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (63, 63, 'zh-Hans', '羽箭射手', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"土豆种薯\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"箭\", \"Rate\": 100.0}]', '{\"Name\": \"射箭达人\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家使用弓箭时的伤害提升10%。(不可叠加)\"}', '这类帕鲁在森林里过着狩猎生活,特征习性等与人类十分接近。 在远古时代,便走上了与人类不同的进化之路。 但也许它们就是能解答「帕鲁为何物」这个问题的关键。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"精准狙击\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"羽箭射手及亚种的专用技能。 拉满弓弦全神贯注瞄准敌人后, 对敌人进行射击。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (64, 64, 'zh-Hans', '山岳射手', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"土豆种薯\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"箭\", \"Rate\": 100.0}]', '{\"Name\": \"挽弓达人\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家使用弓箭时的蓄力速度提升15%。(不可叠加)\"}', '这类帕鲁在岩石地带过着狩猎生活,特征习性等与人类十分接近。 每当从遗址中发现山岳射手的骨头时, 那里总是一定会有人类的骨头。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"精准狙击\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"羽箭射手及亚种的专用技能。 拉满弓弦全神贯注瞄准敌人后, 对敌人进行射击。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (65, 65, 'zh-Hans', '佩克龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 5.0}]', '{\"Name\": \"饿饿飞弹\", \"Tech\": \"佩克龙的导弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用导弹发射器连续攻击。\"}', '虽然看起来无精打采,但实际上相当凶猛。 它将眼中所见之物全部视为食物, 并不惜一切代价捕食。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (66, 66, 'zh-Hans', '派克龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 5.0}]', '{\"Name\": \"飞弹盛宴\", \"Tech\": \"派克龙的导弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用导弹发射器连续攻击。\"}', '佩克龙突发奇想, 是时候让自己做出些改变了。 那个瞬间,灵感就像雷电贯穿了它的全身!', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (67, 67, 'zh-Hans', '苍焰狼', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"日轮之狼\", \"Tech\": \"苍焰狼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的冰属性伤害减轻15%,并且不会陷入冻结状态。(不可叠加)\"}', '性格极为纤细敏感, 遇到讨厌的事物,就会躲在洞窟里不愿出来。 而古人们也认为,若苍焰狼躲藏起来则是一种不吉之兆。', '[{\"Name\": \"狂炎双牙\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"风林火山\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"苍焰狼的专用技能。 带着缠绕全身的青蓝火焰,气势汹汹地向前猛冲。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (68, 68, 'zh-Hans', '朋克蜥', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"铜钥匙\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"银钥匙\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"朋克蜥的头冠\", \"Rate\": 50.0}]', '{\"Name\": \"透明化\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后10/12/14/16/20秒内,朋克蜥与玩家将变得透明,在敌方视野中隐去身形。\"}', '这种帕鲁对站姿的讲究异常执着。 它总是追求着最帅气的姿势。 给它一面镜子的话,它能为研究姿势而站一整天。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (69, 69, 'zh-Hans', '热血蜥', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"银钥匙\", \"Rate\": 2.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"朋克蜥的头冠\", \"Rate\": 50.0}]', '{\"Name\": \"透明化\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后10/12/14/16/20秒内,热血蜥与玩家将变得透明,在敌方视野中隐去身形。\"}', '这种帕鲁对站姿的讲究异常执着。 它总是在寻找最热血的姿势, 因此它的饲主会被迫整天欣赏热血到让人烦躁的姿势。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (70, 70, 'zh-Hans', '冲浪鸭', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"乘风破浪\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,冲浪鸭会乘着浪头冲向敌人。\"}', '它产生的水可在任何地方形成波浪。 在事态紧急时可用身体冲浪形式移动。 但经常因为势头过猛,而发生撞墙而死的惨剧。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (71, 71, 'zh-Hans', '热浪鸭', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 50.0}]', '{\"Name\": \"热浪滚滚\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,热浪鸭会乘着焰浪冲向敌人。\"}', '腹部的摩擦系数很高, 身体冲浪时会产生火花。 经常因为势头过猛,从而变成一团火球。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (72, 72, 'zh-Hans', '烽歌龙', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 1.0}, {\"Max\": 40, \"Min\": 10, \"Name\": \"金币\", \"Rate\": 10.0}]', '{\"Name\": \"大空袭击者\", \"Tech\": \"烽歌龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,玩家攻击敌方弱点部位造成的伤害将提升20%。(不可叠加)\"}', '据说用烽歌龙的外骨骼制成的笛子, 所奏的笛声可越遍千山万水, 因此在古代战事中通常会被用来发出攻击信号。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (73, 73, 'zh-Hans', '霜歌龙', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 2.0}]', '{\"Name\": \"大空袭击者\", \"Tech\": \"霜歌龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,玩家攻击敌方弱点部位造成的伤害将提升30%。(不可叠加)\"}', '据说用霜歌龙的外骨骼制成的笛子, 所奏的笛声可越遍千山万水, 因此在古代战事中通常会被用来吹奏胜利凯歌。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (74, 74, 'zh-Hans', '皮皮鸡', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蛋\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮皮鸡的鸡肉\", \"Rate\": 100.0}]', '{\"Name\": \"产蛋\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会产下蛋。\"}', '它非常弱小,却又非常美味。 与棉悠悠同样都是极为弱小的帕鲁。 但不论再怎么对这种帕鲁展开围猎,它们也还是会从某处冒出来。', '[{\"Name\": \"皮皮冲鸡\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"皮皮鸡的专用技能。 瞄准并飞扑向敌人后,用尖喙突袭敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (75, 75, 'zh-Hans', '花冠龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 100.0}]', '{\"Name\": \"馥郁花香之龙\", \"Tech\": \"花冠龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,龙属性帕鲁的防御力会提升15%。(不可叠加)\"}', '它只要生气便会暴走,如同烈火一般不受控制。 因此「踩了花冠龙尾巴」这句话就是 指激怒某人的意思。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"花龙摆尾\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"花冠龙及亚种的专用技能。 使用巨大的尾巴拍打前方地面, 对直线范围造成冲击。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (76, 76, 'zh-Hans', '雷冠龙', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}]', '{\"Name\": \"落雷绽放之龙\", \"Tech\": \"雷冠龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,雷属性帕鲁的防御力会提升15%。(不可叠加)\"}', '它曾被落雷击中,但幸运地捡回一条命。 因此「雷落雷冠龙」这句话就是 指九死一生,大难不死的意思。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}, {\"Name\": \"花龙摆尾\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"花冠龙及亚种的专用技能。 使用巨大的尾巴拍打前方地面, 对直线范围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (77, 77, 'zh-Hans', '伏特喵', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"静电\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,雷属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落发电器官。\"}', '它在旱季时期容易精神紧绷,总是一触即发。 一旦和同伴发生摩擦, 就会演变成电火花四溅的大战。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (78, 78, 'zh-Hans', '唤冬兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}]', '{\"Name\": \"冰天马\", \"Tech\": \"唤冬兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为冰属性,攻击力提升1%,且攻击会附加1点冻结异常状态值。\"}', '帕洛斯群岛之守护神,拥有呼唤严冬之力。 其曾于灾厄席捲大地之际腾空而起, 唤来无尽寒冬,试图封印灾厄。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"冰晶之翼\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"唤冬兽及亚种的专用技能。 凝结冷空气,让翅膀覆上冰晶, 并在全力奔跑的同时以冰翼撕裂敌人。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (79, 79, 'zh-Hans', '唤夜兽', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"黑天马\", \"Tech\": \"唤夜兽的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为暗属性,攻击力提升1%,且攻击会附加1点黑暗异常状态值。\"}', '帕洛斯群岛之守护神,拥有呼唤黑夜之力。 其曾于灾厄席捲大地之际腾空而起, 唤来无尽暗夜,试图封印灾厄。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"冰晶之翼\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"唤冬兽及亚种的专用技能。 凝结冷空气,让翅膀覆上冰晶, 并在全力奔跑的同时以冰翼撕裂敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (80, 80, 'zh-Hans', '森猛犸', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"森猛犸的巨兽肉\", \"Rate\": 100.0}]', '{\"Name\": \"盖亚粉碎者\", \"Tech\": \"森猛犸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间破坏树木的效率会提高220%,破坏矿石的效率会提高260%。\"}', '这种帕鲁背部的植被因个体而异。 有段时间曾被视为观赏帕鲁而受人喜爱 甚至曾经出现过森猛犸的专业修剪师。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"地震\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"森猛犸及亚种的专用技能。 以巨大的身躯撼动大地, 对四周大范围的目标造成伤害。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (81, 81, 'zh-Hans', '雪猛犸', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"森猛犸的巨兽肉\", \"Rate\": 100.0}]', '{\"Name\": \"冰霜粉碎者\", \"Tech\": \"雪猛犸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间破坏树木的效率会提高220%,破坏矿石的效率会提高260%。\"}', '这种帕鲁背部的植被因个体而异。 在雪猛犸的背上曾发现过被认为已经灭绝的冰冻植物种子, 在冷冻状态下保存良好。', '[{\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"地震\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"森猛犸及亚种的专用技能。 以巨大的身躯撼动大地, 对四周大范围的目标造成伤害。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (82, 82, 'zh-Hans', '夜幕魔蝠', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 3.0}]', '{\"Name\": \"窃取生命\", \"Tech\": null, \"Image\": null, \"Description\": \"与它并肩作战时,会为玩家和夜幕魔蝠赋予生命窃取效果,攻击造成伤害时将恢复等同于伤害量5%的HP。\"}', '它会在黑暗中袭击猎物,用斗篷般的翅膀将其包裹起来。 至于翅膀内侧到底发生了什么,以及为什么会沾染上红色, 这类问题还是不要深究为妙。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (83, 83, 'zh-Hans', '连理龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"连理龙的恐龙肉\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 100.0}]', '{\"Name\": \"恋香初绽\", \"Tech\": \"连理龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,捡到的帕鲁蛋将有35%的概率变为头目帕鲁蛋。(不可叠加)\"}', '它在交配前后,体味会发生巨大变化。 人们认为它找到伴侣后的香味芳香迷人, 并将其称为「初恋之香」。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"铁山靠\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连理龙及亚种的专用技能。 侧身站立, 然后向前猛撞敌人,并将其击飞。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (84, 84, 'zh-Hans', '海誓龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"连理龙的恐龙肉\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 100.0}]', '{\"Name\": \"纯心盛绽\", \"Tech\": \"海誓龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,捡到的帕鲁蛋将有45%的概率变为头目帕鲁蛋。(不可叠加)\"}', '它在交配前后,体味会发生巨大变化。 人们认为它找到伴侣前的香味芳香迷人, 将其称为「纯洁之香」。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"铁山靠\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连理龙及亚种的专用技能。 侧身站立, 然后向前猛撞敌人,并将其击飞。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (85, 85, 'zh-Hans', '荷鲁斯', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"灼热捕食者\", \"Tech\": \"荷鲁斯的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,击倒冰属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '一旦它发现猎物的族群, 就会用灼热的旋风,将那片区域焚烧殆尽。 因此荷鲁斯的栖息地总是飘荡着美味的气息。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"凤凰翔波\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"荷鲁斯的专用技能。 扇起炙热龙卷风后, 身体被狱火包围,一边滑翔一边突袭敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (86, 86, 'zh-Hans', '焰煌', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"石炭\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"熔岩凯撒\", \"Tech\": \"焰煌的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,打倒敌人时,一同并肩作战的帕鲁的攻击力与防御力会提升5%。 该效果最多可累积5层,持续20秒。(不可叠加)\"}', '传说它是火山喷发之际一同诞生的产物。 曾有可疑的团体主张, 这片大陆其实就是巨大焰煌的背。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (87, 87, 'zh-Hans', '殁殃', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"石炭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 5.0}]', '{\"Name\": \"巨龙凯撒\", \"Tech\": \"殁殃的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁以龙属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '自太古时期,其于地底现身。 焚天的烈火在将一切焚烧殆尽前,永远都不会熄灭。 此谓「永炎」。', '[{\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"切割龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用龙属性的射线一扫前方。 被扫过地方将产生延迟爆炸。\"}, {\"Name\": \"焚天爆炎\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"焰煌及亚种的专用技能。 伸展开手臂,使肌肉剧烈膨胀后, 猛地拍击在一起引发巨大爆炸。\"}, {\"Name\": \"龙陨震击\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"殁殃的专用技能。 高高跃上空中后,边在空中高速移动,边积蓄力量。 然后打出全力一击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (88, 88, 'zh-Hans', '灌木羊', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"灌木羊的香草肉\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"红色野莓\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}]', '{\"Name\": \"采摘野莓\", \"Tech\": null, \"Image\": null, \"Description\": \"将它分派到家畜牧场,就有机会从背上掉落红色野莓。 若它在队伍中,每5分钟会让当前饱腹度最低的帕鲁恢复100点饱腹度。(不可叠加)\"}', '只要它肚子不饿,它背上的草丛就会结出野莓。 若它遇见中意的对象,它会请对方吃掉自己的野莓, 抓住了对方的胃,就诞生了一对新的伴侣。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (89, 89, 'zh-Hans', '严冬鹿', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"严冬鹿的鹿肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"冰凉之躯\", \"Tech\": \"严冬鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家的耐暑能力+2。(不可叠加)\"}', '它碧蓝通透的尖角闪耀着绝对零度的光芒。 如果用手直接碰触,全身会立即冻结, 连同性命一起崩解四散。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"霜角猛攻\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"严冬鹿的专用技能。 向前冲刺并以雄伟的冰角刺穿敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (90, 90, 'zh-Hans', '异构格里芬', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"塑钢\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"碳纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"基因改造\", \"Tech\": \"异构格里芬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间的暗属性攻击将提升15%。 且飞行时移动速度会提升。\"}', '于癫狂尽头诞生的禁忌之存在。 它已与其他帕鲁毫无任何基因上的关联, 可能其存在早已脱离了帕鲁的范畴。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"神圣灾祸\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"异构格里芬的专用技能。 在向前猛冲的同时制造出光球。 光球会自动捕捉敌人,并射出大量激光。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (91, 91, 'zh-Hans', '绸笠蛾', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"优质的布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"神秘缠丝者\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以钻石星辰攻击锁定的目标敌人。 此帕鲁使用的钻石星辰的威力将提升至1.1/1.3/1.6/2/2.5倍。 将它分派到家畜牧场,它就有机会制造出优质的布。\"}', '它喜欢下雨天气,每当下雨, 它总会站在原地不动享受雨水。 火绒狐会常常跑来躲雨。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (92, 92, 'zh-Hans', '绢笠蛾', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"优质的布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"神秘缠金丝者\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,无属性帕鲁的防御力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会制作优质的布。\"}', '它喜欢凝望天空, 常常静静地伫立在那里。 经常成为小型帕鲁们聚会的场所。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (93, 93, 'zh-Hans', '玉藻狐', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"挖掘指导\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会从地里挖出道具。\"}', '帕洛斯群岛的偶像。 胆敢欺负玉藻狐的人, 会在转眼间成为全民公敌。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (94, 94, 'zh-Hans', '焰巫狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": \"狐神大人\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,焰巫狐会将力量分给玩家,让玩家的攻击转变为火属性,且攻击力提升30%。\"}', '这种帕鲁能操控阳之力量,施展奇妙的法术。 不论任何食物都喜欢吃全熟。 和暗巫猫的关系相当不好。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (95, 95, 'zh-Hans', '幽巫狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": \"巫神大人\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,幽巫狐会将力量分给玩家,让玩家的攻击转变为暗属性,且攻击力提升30%。\"}', '经过双亲的教育,已经不再挑食 只要是甜的东西,无论什么都喜欢。 和炽巫猫的关系相当不好。', '[{\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (96, 96, 'zh-Hans', '博爱蜥', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蛋糕\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"可疑果汁\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"怪异果汁\", \"Rate\": 1.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"消除记忆药\", \"Rate\": 1.0}]', '{\"Name\": \"爱心吸取\", \"Tech\": null, \"Image\": null, \"Description\": \"与它并肩作战时,会为玩家和博爱蜥赋予生命窃取效果,攻击造成伤害时将恢复等同于伤害量5%的HP。\"}', '它总是为了寻求一夜之欢而纠缠他人。 一开始只对帕鲁有兴趣, 但近年来,它的魔爪也开始伸向人类。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"自爆\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 使用后会陷入无法战斗的状态。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (97, 97, 'zh-Hans', '啼卡尔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 10, \"Min\": 5, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": \"暗影睿智\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,暗属性帕鲁的攻击力会提升15%。(不可叠加)\"}', '这类帕鲁经常会陷入沉思, 且会因过度思考而失眠。 「我思故我在」。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (98, 98, 'zh-Hans', '水灵儿', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水灵儿的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"洒水\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,水属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落水栖帕鲁的黏液。\"}', '它的性格会因出生地水质的不同而有所差异。 诞生于肮脏水源地的水灵儿大多都性格恶劣, 一副街边混混的派头。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (99, 99, 'zh-Hans', '火灵儿', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"水灵儿的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"熔岩泼洒\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,火属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落喷火器官。\"}', '它的性格会因出生地水温的不同而有所差异。 诞生于温暖水源地的水灵儿往往较为热情, 充满源源不绝的干劲。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (100, 100, 'zh-Hans', '勾魂鱿', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"勾魂鱿的触手\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"炸鱿鱼\", \"Tech\": \"勾魂鱿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能。 滑翔期间能够长时间漂浮在空中。\"}', '它会咬住敌人的脖子,将对方身体吸干。 帕鲁木乃伊极为罕见, 而它们基本上都是勾魂鱿的牺牲品。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (101, 101, 'zh-Hans', '蚀魂鱿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"勾魂鱿的触手\", \"Rate\": 50.0}]', '{\"Name\": \"炸鱿鱼\", \"Tech\": \"蚀魂鱿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能。 滑翔期间能够长时间漂浮在空中。\"}', '它会咬住敌人的脖子,将对方浑身血液吸干。 蚀魂鱿同族之间互相咬住的话, 因为双方都想要将对手吸干, 在任意一方被榨干之前,彼此将无法分开。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (102, 102, 'zh-Hans', '波霸牛', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"波霸牛的牛肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"牛奶\", \"Rate\": 100.0}]', '{\"Name\": \"产奶\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"将它分派到家畜牧场,它就有机会产出牛奶。\"}', '这种帕鲁不须特意照料,无论其性别为何, 都会像水龙头般地分泌大量牛奶。 这就是生命的神秘之处吧。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (103, 103, 'zh-Hans', '白绒雪怪', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 20.0}]', '{\"Name\": \"雪山巨人\", \"Tech\": \"白绒雪怪的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,其他据点帕鲁的搬运工作适应性等级+1。(不可叠加)\"}', '研究者为了揭开它的内部结构,而将它的毛都剃光。 结果只剩下满地毛发, 仿佛从最开始这团毛里面就空无一物。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (104, 104, 'zh-Hans', '绿苔绒怪', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 2, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 20.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 50.0}]', '{\"Name\": \"南方巨人\", \"Tech\": \"绿苔绒怪的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的地属性伤害减轻15%,并且不会陷入泥泞状态。(不可叠加)\"}', '研究者为了揭开它的内部结构,而将它身上的草都剃光。 结果只剩下满地杂草, 仿佛从最开始这团草里面就空无一物。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (105, 105, 'zh-Hans', '薇莉塔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"低品质药品\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 50.0}]', '{\"Name\": \"大地净化\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒地属性帕鲁时获得的掉落道具增加40%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落各种各样的种子。\"}', '城堡里开满了国王最喜欢的花朵。 但大型战争爆发,战火即将波及城堡。 这时,一只花朵精灵凭空出现了。 ──摘自童话《国王的花朵》。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (106, 106, 'zh-Hans', '疾风隼', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"旅伴\", \"Tech\": \"疾风隼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。\"}', '它会将刚出生的帕鲁抓到巢中, 代替父母养育它长大。 等到能吃的时候,就会猎杀它。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"龙卷风\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"疾风隼的专用技能。 在前方制造出龙卷风后, 以滑翔的姿态冲向敌人。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (107, 107, 'zh-Hans', '波娜兔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"低品质药品\", \"Rate\": 20.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 100.0}]', '{\"Name\": \"兔兔助手\", \"Tech\": \"波娜兔的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现在玩家身边。 它会自动前去拾取附近的道具。\"}', '它喜欢植物众多的地方, 但是最近,波娜兔似乎集体染上了花粉症。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (108, 108, 'zh-Hans', '百合女王', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"高品质恢复药\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}]', '{\"Name\": \"丰饶女神\", \"Tech\": \"利利金花装饰\", \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后便能通过女王的疗愈能力,为玩家和队伍内的帕鲁恢复80/82/84/86/90%的生命值。\"}', '这是一种充满慈爱且温和的帕鲁。 会照顾失去双亲的小帕鲁们。 管教方式是全力释放太阳光束。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (109, 109, 'zh-Hans', '黑月女王 ', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"高品质恢复药\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"革新技术书\", \"Rate\": 10.0}]', '{\"Name\": \"幽光女神\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后便能通过女王的疗愈能力,为玩家和队伍内的帕鲁恢复85/87/89/91/95%的生命值。\"}', '这是一种风度翩翩且行为优雅的帕鲁。 会使用超强巴掌对付无礼之人。 但偶尔也会出现以此为乐的帕鲁。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (110, 110, 'zh-Hans', '女皇蜂', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"蜂蜜\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"女皇蜂之杖\", \"Rate\": 3.0}]', '{\"Name\": \"女王蜂的统率\", \"Tech\": null, \"Image\": null, \"Description\": \"此帕鲁的攻击力会按照队伍中骑士蜂的数量提升,每只增加12%。\"}', '它是统御骑士蜂的天选女王。 为伟大女王效力的喜悦 让无数甘愿为其劳动至死的仆人络绎不绝。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"回旋杖击\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"女皇蜂的专用技能。 以法杖聚集力量后,再旋转法杖来释放能量。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (111, 111, 'zh-Hans', '骑士蜂', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"蜂蜜\", \"Rate\": 100.0}]', '{\"Name\": \"工蜂\", \"Tech\": null, \"Image\": null, \"Description\": \"将它分派到家畜牧场,它就有机会掉落蜂蜜。 若它在队伍中,女皇蜂的攻击力会有所提升。\"}', '它是发誓效忠女皇蜂的仆人。 誓死消灭对女王有害的一切事物。 甚至不惜采取自爆手段,也要守卫女王到最后一刻。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"蜂!蜂!蜂!\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"赌上性命引发爆炸。 是种为了荣誉而牺牲自己的技能。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (112, 112, 'zh-Hans', '猫蝠怪', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": \"猫妖感应\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"发动后能够发出超声波,来探测附近地下城、宝箱以及废品的位置。\"}', '它喜欢突然出现在其他帕鲁面前,傲慢地张开双翼炫耀自己。 虽然是一种恐吓行为, 但它脸上却带有几分陶醉的神情。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (113, 113, 'zh-Hans', '叶胖达', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}]', '{\"Name\": \"不良熊猫\", \"Tech\": \"叶胖达的榴弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用榴弹发射器连续攻击。\"}', '它拥有令人难以置信的力量。 在某次实验中,它甚至可以轻松撕破3000张叠在一起的纸。 你我都该庆幸它并不是肉食性帕鲁。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"筋肉重拳\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"叶胖达的专用技能。 不停转动右臂,向前方猛力出拳攻击。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (114, 114, 'zh-Hans', '雷胖达', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"不良熊猫\", \"Tech\": \"雷胖达的榴弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能用榴弹发射器连续攻击。\"}', '它拥有令人难以置信的力量。 可以将电力转为神经信号,突破身体能力的极限。 只要提到最强生物,就必定有它。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"爆裂拳击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"雷胖达的专用技能。 不停转动右臂,向前方挥出带电拳击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (115, 115, 'zh-Hans', '炽焰牛', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"温暖之躯\", \"Tech\": \"炽焰牛的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家的耐寒能力+2。(不可叠加)\"}', '昔日这种帕鲁常常被肉食帕鲁所猎杀。 炽焰牛对此深感不平, 于是这股愤怒化作炽热的火焰,在世代之间代代相传。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"炽热角击\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"炽焰牛的专用技能。 锁定敌人后, 以凶猛气势顶着锐利牛角冲向对方。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (116, 116, 'zh-Hans', '霹雳犬', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"雷雳跃行\", \"Tech\": \"霹雳犬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间可以进行2段跳跃。 霹雳犬的移动速度,会随着队伍中其他雷属性帕鲁的数量提升,每只增加5%。\"}', '当它全速冲刺时就宛如一道闪电一般。 如果霹雳犬同类之间发生冲突, 更会不断响起雷鸣般的轰隆声。', '[{\"Name\": \"狂雷双牙\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (117, 117, 'zh-Hans', '凛光犬', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"霜跃疾行\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃。 若它在队伍中,冰属性帕鲁的防御力会提升15%。(不可叠加)\"}', '它若在雪原上全速奔跑,就会扬起大量飞雪。 由于完全看不到彼此, 导致凛光犬间经常发生交通事故。', '[{\"Name\": \"寒冰双牙\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"召雪\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"凛光犬的专用技能。 在前方连续不断生成冰柱, 并在冰柱之间高速突进。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (118, 118, 'zh-Hans', '遁地鼠', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"矿工啦啦队\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家采矿时造成的伤害将提升30%,石头的重量将减轻34%。(不可叠加)\"}', '它的巨大爪子的硬度宛如钻石般坚固。 因为磨爪子需要消耗不少能量, 所以有时候等它磨完爪子,一天就过去了。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (119, 119, 'zh-Hans', '魔渊龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"塑钢\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"黑铠之龙\", \"Tech\": \"魔渊龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间对矿石造成的伤害将提升1100%,且金属矿石的掉落量提升1500%。\"}', '来自深渊,暴乱之兽。 汝不得立于此兽之前。 汝不得聆听此兽之声。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (120, 120, 'zh-Hans', '踏春兔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"草原特技之星\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,可以额外进行+1次跳跃和+1次空中冲刺。(不可叠加)\"}', '踏春兔跑过的地面会变得土质肥沃,草木也会长得很茂盛。 但如果喷上除草剂后, 它们就不会在这里跑动了。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (121, 121, 'zh-Hans', '吹雪狐', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"极光的指引\", \"Tech\": \"Fubish Fox马鞍\", \"Image\": null, \"Description\": \"若它在队伍中,冰属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落结冰器官。\"}', '当极光在夜空中闪耀时, 这种帕鲁会仰望天空,以美妙的嗓音歌唱。 但这个习性也让它非常容易被敌人锁定。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (122, 122, 'zh-Hans', '空涡龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 8}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"烈阳金属\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"超高热核心\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": \"地毯式轰炸\", \"Tech\": \"空涡龙的导弹发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间它还能用导弹发射器连续攻击。\"}', '居于遥远高空,守护帕洛斯群岛。 当灾厄再度甦醒,大地崩裂,天空化作火海之际, 它将以破灭万物之光摧毁灾厄。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"光束彗星\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"空涡龙的专用技能。 展开发光的翅膀, 并发射大量光束朝敌人飞去。 光束命中目标便会引发爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (123, 123, 'zh-Hans', '寐魔', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": \"逐梦者\", \"Tech\": \"寐魔的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现于玩家身边。 它会用暗属性的魔弹追击敌对个体。 且该追击不会使猎物毙命。\"}', '它可以使心仪的对象陷入熟睡当中, 并使对方永远做着幸福的美梦。 直到死亡来临之前都不会醒来。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (124, 124, 'zh-Hans', '新叶猿', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蘑菇\", \"Rate\": 100.0}]', '{\"Name\": \"猴急步枪\", \"Tech\": \"新叶猿的突击步枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后,新叶猿会在一定时间内用突击步枪猛烈扫射附近的敌人。\"}', '在古时这种帕鲁会使用树枝等细长状的物品作为武器。 但在它们与人类频繁接触后,便不再使用这些物品。 因为它们发现了同样细长,却更为高效的「枪械」。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (125, 125, 'zh-Hans', '秋叶猿', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"枪火奇猿\", \"Tech\": \"秋叶猿的突击步枪\", \"Image\": \"/public/images/other/T_icon_skill_pal_003.png\", \"Description\": \"发动后,秋叶猿会在一定时间内以火属性突击步枪猛烈扫射附近的敌人。\"}', '手掌部位得到了进化, 能够握住烧红的物品而不被烫伤。 若是把子弹打光了,说不定能够握住高温的枪管, 然后抡起枪身揍人。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (126, 126, 'zh-Hans', '狱焰王', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"狱炎狮子\", \"Tech\": \"狱焰王的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,击倒草属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它比较喜欢吃生肉,但每次吃到肚里的都成了全熟的肉。 这是因为它以灼热利爪为武器, 但却不知猎物会因此被烤成焦炭。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (127, 127, 'zh-Hans', '狱阎王', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"黑炎狮子\", \"Tech\": \"狱阎王的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,击倒无属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它比较喜欢吃正常的肉,但每次吃到肚里的都成了受污染的肉。 这是因为它以暗黑利爪为武器, 但却不知猎物会因此受到诅咒。', '[{\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (128, 128, 'zh-Hans', '君王美露帕', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": \"大力国王\", \"Tech\": \"君王美露帕的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 此帕鲁的防御力和移动速度会按照队伍中美露帕的数量提升,每只增加5%。\"}', '统领着美露帕们。 君王美露帕之间的决斗,会以族群的统治权为赌注。 孤身一只的个体就是输家。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"泰山压顶\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"君王美露帕及亚种的专用技能。 向上高高跳起后, 用丰满的庞大身躯辗压敌人。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (129, 129, 'zh-Hans', '冰帝美露帕', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 5, \"Min\": 5, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 3, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"冷酷国王\", \"Tech\": \"冰帝美露帕的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 此帕鲁的防御力和移动速度会按照队伍中美露帕的数量提升,每只增加5%。\"}', '这种帕鲁性格冷淡,不擅长表达情感。 这个孤独的个体对美露帕来说没有什么价值,简直是个悲剧。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"泰山压顶\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"君王美露帕及亚种的专用技能。 向上高高跳起后, 用丰满的庞大身躯辗压敌人。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (130, 130, 'zh-Hans', '叶泥泥', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"野莓种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"叶泥泥的叶子\", \"Rate\": 50.0}]', '{\"Name\": \"樵夫啦啦队\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家伐木时造成的伤害将提升30%,所有木材种类的重量都将减轻35%。(不可叠加)\"}', '身体如树汁一般,是一种非常不可思议的帕鲁。 如果失去了头顶的新芽,便会渐渐枯萎。 最终走向腐烂殆尽的结局。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (131, 131, 'zh-Hans', '毛掸儿', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"毛掸儿的棉毛\", \"Rate\": 50.0}]', '{\"Name\": \"毛茸茸茸茸\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,毛老爹的防御力和攻击力会有所提升。\"}', '在地面爬行,并以微小的有机物为食的帕鲁。 摄入的没营养的物质一段时间后会排出体外。 将它用作拖把进行清洁的话,就能构筑双赢的关系。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (132, 132, 'zh-Hans', '毛老爹', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": \"毛茸茸之王\", \"Tech\": \"毛老爹的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 此帕鲁的防御力和攻击力会按照队伍中毛掸儿的数量提升,每只增加12%。\"}', '由于它拥有相当丰厚的体毛, 因此在冬眠期间会有大量的毛掸儿躲在它的体毛里。 过去的最高记录竟然高达101只。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (133, 133, 'zh-Hans', '暗巫猫', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"暗巫猫的体毛\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": \"怪奇黑魔法\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒无属性帕鲁时获得的掉落道具增加40%。 此外,玩家投掷帕鲁球时,有50%的概率不会消耗帕鲁球。(不可叠加)\"}', '这种帕鲁能操控阴之力量,施展奇妙的法术。 不论任何食物都喜欢生吃。 和焰巫狐的关系相当不好。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (134, 134, 'zh-Hans', '炽巫猫', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"暗巫猫的体毛\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"高等技术书\", \"Rate\": 1.0}]', '{\"Name\": \"热情黑魔法\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的生火工作适应性等级+1。(不可叠加)\"}', '经过双亲的教育,已经不再挑食 只要是辣的东西,无论什么都喜欢。 和幽巫狐的关系相当不好。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (135, 135, 'zh-Hans', '姬小兔', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 5.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"姬小兔的发带\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"野莓种子\", \"Rate\": 100.0}]', '{\"Name\": \"微笑公主兔\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,无属性帕鲁的攻击力会提升15%。(不可叠加) 若它在据点里,其他据点帕鲁的手工作业工作适应性等级+17。(不可叠加)\"}', '这种帕鲁的脸上总是挂著微笑。 捣蛋猫偶尔会恶作剧,把它的缎带打成死结, 只有这种时候它才会露出恶鬼般的神色。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (136, 136, 'zh-Hans', '迅雷鸟', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"天雷\", \"Tech\": \"迅雷鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为雷属性,且攻击力提升13%。 迅雷鸟的移动速度,会随着队伍中其他雷属性帕鲁的数量提升,每只增加5%。\"}', '虽说与燧火鸟外形相似,但并无任何关系。 它会采用快速俯冲,并用尖锐的喙击败敌人。 那身姿宛如落雷一般。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (137, 137, 'zh-Hans', '疾霜鸟', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"天霰\", \"Tech\": \"疾霜鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为冰属性,且攻击力提升13%。 疾霜鸟的移动速度,会随着队伍中其他冰属性帕鲁的数量提升,每只增加5%。\"}', '特化适应了寒冷环境,即便身形纤细也能抵御严寒。 从高空俯冲攻击的威力惊人, 要比喻的话,就像巨大的冰锥从天而降一般。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (138, 138, 'zh-Hans', '铠格力斯', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"蜂蜜\", \"Rate\": 100.0}]', '{\"Name\": \"攻守一体的黑甲\", \"Tech\": \"抓着鞍\", \"Image\": null, \"Description\": \"若它在队伍中,当玩家的近战攻击在5秒内命中5次时,它会在玩家周边生成护盾。(不可叠加)\"}', '它全身包裹着超强力装甲, 拥有难以比拟的强度和耐热性。 即使是凝固汽油弹也拿它毫无办法。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"终极角击\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"铠格力斯及亚种的专用技能。 以四支粗壮的角串起敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (139, 139, 'zh-Hans', '圣光骑士', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"六棱晶锭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"天翔圣骑士\", \"Tech\": \"圣光骑士的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行3段跳跃,发动闪枪冲锋后,会召唤出1只队伍中的混沌骑士,一起进行攻击。\"}', '曾与混沌骑士同为一体。 虽然它是被去除负面情感后诞生的存在, 但它的眼眸深处仍留有些许憎恨。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"闪枪冲锋\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"圣光骑士的专用技能。 让神圣的力量覆满自身, 并以左手持长枪向前冲锋。 右手的盾牌在冲锋时能挡下所有攻击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (140, 140, 'zh-Hans', '露娜蒂', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 40.0}]', '{\"Name\": \"冷娇\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_007.png\", \"Description\": \"发动后,它会探测附近的帕鲁雕像。\"}', '如果在夜路上发现了露娜蒂的毛, 最好不要將它捡起,而是直接原路返回。 因为那是通往无尽黑夜的单程票。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (141, 141, 'zh-Hans', '企丸王', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"企丸王的羽饰\", \"Rate\": 50.0}]', '{\"Name\": \"勇敢的海之战士\", \"Tech\": \"企丸王的火箭发射器\", \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒火属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '其实它与企丸丸是毫无关系的物种。 但因为什么都不做就能获得大家的追捧, 所以就努力摆出一副高傲的态度。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"王者滑击\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 140, \"Cooldown\": 8, \"Description\": \"企丸王的专用技能。 全身散发寒气,并采用腹部着地之姿滑行, 往敌人的方向用力撞去。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (142, 142, 'zh-Hans', '闪丸王', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"企丸王的羽饰\", \"Rate\": 50.0}]', '{\"Name\": \"不屈的雷击船长\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁以水属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '为了能在水中狩猎,得到了雷电的力量从而改变了体色。 虽然因此失去了企丸丸们的追随。 可谁曾想, 现在反倒是有了叫做闪丸丸的小弟。', '[{\"Name\": \"雷矛\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"向敌人发射高速直线飞行的雷枪。\"}, {\"Name\": \"等离子浮游砲\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成两个蕴含雷电能量的球 然后瞄准敌人,从中发射无数雷球。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"王者闪击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"闪丸王的专用技能。 全身电流涌动,腹部着地滑行 并用力撞向敌人。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (143, 143, 'zh-Hans', '疾旋鼬', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"扭扭鼬鼬\", \"Tech\": \"疾旋鼬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为龙属性,且攻击力提升1%。\"}', '它能将身体蜷缩起来,并以迅疾的速度旋转移动。 过去人们会在被驯服的疾旋鼬身上装上放牛奶的袋子再放牧, 以此利用它的旋转能力来制作黄油。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (144, 144, 'zh-Hans', '桃旋鼬', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"烧鼬鼬\", \"Tech\": \"桃旋鼬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间玩家的攻击会转变为火属性,且攻击力提升1%。\"}', '它能将身体蜷缩起来,一路火花带闪电地旋转移动。 另外在情绪激动时也会放出火花。 如果过度抚摸就会燃起来。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"火箭冲撞\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"疾旋鼬及亚种的专用技能。 短时间蓄力后,向前跃起。 在着地时因为害怕一直都是紧闭着眼睛。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (145, 145, 'zh-Hans', '天羽龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"天空龙的慈爱\", \"Tech\": \"天羽龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,龙属性帕鲁的攻击力会提升15%。(不可叠加)\"}', '将天羽龙当作抱枕一同入睡, 就能体验如同身处天堂一般的舒适感。 但如果个体的睡相很差,那么会因被压扁而进入天堂。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (146, 146, 'zh-Hans', '翠羽龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}]', '{\"Name\": \"翠龙的慈爱\", \"Tech\": \"翠羽龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为草属性,且攻击力提升1%。\"}', '在拥抱翠羽龙时, 如果闻到了太阳的味道和草原的馨香,那明天就是晴天。 如果闻到一股发霉的味道,那明天就是倾盆大雨。', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (147, 147, 'zh-Hans', '雷冥鸟', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 3.0}]', '{\"Name\": \"冥府之翼\", \"Tech\": \"雷冥鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为暗属性,且攻击力提升1%。\"}', '它能从地狱召唤雷电。 如果被雷冥鸟释放的电流电死, 灵魂就会坠入地狱。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (148, 148, 'zh-Hans', '雷鸣鸟', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 3.0}]', '{\"Name\": \"雷鸣之翼\", \"Tech\": \"雷鸣鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为雷属性,且攻击力提升1%。\"}', '它能从地狱召唤雷电。 虽被分类为雷冥鸟的亚种, 但是也有学说称、实际应该是雷鸣鸟被来自地狱的雷电击中, 变异成了雷冥鸟。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (149, 149, 'zh-Hans', '燧火鸟', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 7, \"Min\": 5, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"烈焰之翼\", \"Tech\": \"燧火鸟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 骑乘期间玩家的攻击会转变为火属性,且攻击力提升1%。\"}', '虽说与迅雷鸟外形相似,但并无任何关系。 它主要以岩石为食,因此经年累月后, 不只是鸟喙,它的整个头部也变得十分坚硬。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (150, 150, 'zh-Hans', '浪刃武士', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属锭\", \"Rate\": 100.0}]', '{\"Name\": \"紫电一闪\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以居合斩攻击锁定的目标敌人。 此帕鲁使用的居合斩的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '它在死亡时身体会化为刀,由下一代继承。 浪刃武士以外的生物拿到这把刀时, 会因承受不住它的亡者之声而发狂。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"居合斩\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"浪刃武士及亚种的专用技能。 摆出迎战姿势后瞬间移动至敌人面前, 并使出超高速的拔刀攻击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (151, 151, 'zh-Hans', '鬼刃武士', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"金属锭\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 40.0}]', '{\"Name\": \"秘技·紫电一闪\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以居合斩攻击锁定的目标敌人。 此帕鲁使用的居合斩的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的近战武器攻击伤害在非战斗时提升30%。(不可叠加)\"}', '它在死亡时身体会化为刀,由下一代继承。 若是继承的浪刃武士内心懦弱, 就会因为承受不住刀内亡魂的咒怨 化身为鬼刃武士,四处徘徊。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (152, 152, 'zh-Hans', '鲁米儿', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"微风滑翔\", \"Tech\": \"鲁米儿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能,并使玩家免受坠落伤害。 滑翔期间能够长时间快速移动。\"}', '它会乘着风任其带它翱翔四方。 只要在旅途中找到命中之人, 就会结束自己的旅程。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (153, 153, 'zh-Hans', '雷米儿', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"电风滑翔\", \"Tech\": \"雷米儿的手套\", \"Image\": \"/public/images/other/T_icon_skill_pal_008.png\", \"Description\": \"若它在队伍中,会改变滑翔伞的性能,并使玩家免受坠落伤害。 滑翔期间能够长时间快速移动。\"}', '鲜艳的外表能帮助它找到命中之人。 自古以来,就有因为雷米儿而触电的事故。 现今的岛上,黄黑相间的纹理被认作危险的颜色。', '[{\"Name\": \"雷矛\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"向敌人发射高速直线飞行的雷枪。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (154, 154, 'zh-Hans', '混沌骑士', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"六棱晶锭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"深渊黑骑士\", \"Tech\": \"混沌骑士的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃,发动双枪一闪后,会召唤出1只队伍中的圣光骑士,一起进行攻击。\"}', '曾与圣光骑士同为一体。 虽是分离后的负面情感所构成的存在, 但其眼眸深处仍留有着一丝慈悲。', '[{\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"双枪一闪\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"混沌骑士的专用技能。 以旋风包覆双手的长枪后, 朝前方冲刺并左右交替刺击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (155, 155, 'zh-Hans', '花丽娜', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"土豆种薯\", \"Rate\": 100.0}]', '{\"Name\": \"花精灵的祝福\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后可通过花朵的治愈能力,来恢复玩家75/77/79/82/85%的生命值。 若它在据点里,其他据点帕鲁的播种工作适应性等级+1。(不可叠加)\"}', '它在寿命已尽时,会变成一株巨大的植物。 之后每十年绽放出美丽的花朵, 而新的花丽娜将会从中诞生。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (156, 156, 'zh-Hans', '樱丽娜', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"花精灵的热情\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_004.png\", \"Description\": \"发动后,它会用花朵的治愈之力让玩家的生命值恢复80/82/84/86/90%。 若它在队伍中,玩家和帕鲁受到的草属性伤害减轻15%,并且不会陷入缠绕状态。(不可叠加)\"}', '它在寿命已尽时,会自燃化作灰烬。 这周围的土壤则会因此变得非常肥沃, 此后的10年左右,无数的草木在此繁荣茂盛。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (157, 157, 'zh-Hans', '笑魇猫', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"猫眼逼人\", \"Tech\": \"笑魇猫的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,捡到帕鲁蛋时将有50%的概率再捡到1颗。(不可叠加)\"}', '如果进入笑魇猫的领地, 它监视来者的眼睛就会闪闪发光。 这并不是比喻,而是真的会发光。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"喵咪扑击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"笑魇猫的专用技能。 带着无所畏惧的笑容跳起, 再用全身的力量辗压敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (158, 158, 'zh-Hans', '幻悦蝶', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"蜂蜜\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 75.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 75.0}]', '{\"Name\": \"神秘鳞粉\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以毒雾攻击锁定的目标敌人。 若它在据点里,其他据点帕鲁的牧场的工作适应性等级+1。(不可叠加)\"}', '吸入它的鳞粉后,会获得升天般的愉悦感。 虽然有人试图对这种帕鲁严加管理, 但受到帕鲁保护团体的反对,至今没有进展。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (159, 159, 'zh-Hans', '冥铠蝎', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 5, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"钢铁之蝎\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"若它在队伍中,玩家的防御力将提升50%,且击倒雷属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的本体是一种能量体,内部是空的。 它会将猎物活生生地塞进外壳并将其吸收。 周围总是不断回响着地狱般的呻吟声。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (160, 160, 'zh-Hans', '金铠蝎', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"蓝宝石\", \"Rate\": 100.0}]', '{\"Name\": \"黄金之蝎\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_005.png\", \"Description\": \"若它在队伍中,玩家的防御力将提升50%,且击倒雷属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '它的本体是一种能量体,内部是空的。 通过将砂石和矿物填充进外壳,得以实现了压倒性的质量。 被其击中的生物只能发出如地狱般的呻吟声。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"跳跃重刺\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"冥铠蝎及亚种的专用技能。 高高跃起,用尾巴狠狠地将猎物刺穿。 尾部含有毒素。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (161, 161, 'zh-Hans', '波鲁杰克斯', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"凶猛的迅雷龙\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_ThunderDragonMan.png\", \"Description\": \"若它在队伍中,子弹击中敌人时,一同并肩作战的帕鲁的攻击力与防御力会提升1%。 该效果最多可累积30层,持续5秒。(不可叠加)\"}', '它的电击能从伤口进入,以此灼烧对手的全身。 波鲁杰克斯同类之间发生的争吵, 能在一瞬间决出胜负。', '[{\"Name\": \"雷神之枪\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"波鲁杰克斯的专用技能。 向上跳起后召唤雷枪, 将之丢向敌人。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (162, 162, 'zh-Hans', '米露菲', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": \"蓬松毛毛\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,无属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落羊毛。\"}', '与棉悠悠相较,这种帕鲁的毛质更加优良, 个性也更适合作为家畜。 但历史上这种帕鲁总是被当成宠物。 毕竟可爱就是正义。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (163, 163, 'zh-Hans', '趴趴鲶', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"趴趴鲶的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"改善土质\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,地属性帕鲁的攻击力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落优质帕鲁油。\"}', '这种帕鲁过于放松时,所有反应都会变得极为迟缓。 即使身中28刀,大概也要到隔天早上 它才会发现自己早该死去。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (164, 164, 'zh-Hans', '梆梆鲶', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"趴趴鲶的鱼肉\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 200, \"Min\": 100, \"Name\": \"金币\", \"Rate\": 50.0}]', '{\"Name\": \"黄金丰收\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,打倒的敌人掉落的金币提升100%。(不可叠加) 将它分派到家畜牧场,它就会掉落优质帕鲁油或者小概率掉落金币。\"}', '身体表面有着惊人的反射率。 不仅如此,它各处神经的反射速度比趴趴鲶还慢!', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (165, 165, 'zh-Hans', '融焰娘', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"熔岩之泪\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_015.png\", \"Description\": \"若它在队伍中,非战斗时每秒令玩家与队伍帕鲁的生命值恢复0.1%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落喷火器官。\"}', '这种帕鲁哭泣时流的不是眼泪,而是岩浆。 而这些岩浆更会被身体吸收,使它的躯体越来越炎热。 换言之,流过的眼泪越多,它就越强。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (166, 166, 'zh-Hans', '燎火鹿', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 1}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"微小火种\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,火属性帕鲁的防御力会提升15%。(不可叠加) 将它分派到家畜牧场,它就有机会掉落喷火器官。\"}', '野生的燎火鹿从不生病,让人相当惊讶。 据说这种帕鲁永保健康的秘诀, 就是每天吃掉一根用树枝烧成的木炭。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (167, 167, 'zh-Hans', '贝菈诺娃', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": \"梦魇之瞳\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以噩梦射线攻击锁定的目标敌人。 此帕鲁使用的噩梦射线的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '不为实体存在的她,曾经只是静静的凝视着这个世界。 不知从何时开始,萌生出了被他人注视的渴望。 不断膨胀的欲望甚至凝聚成对外界的恶意 渐渐她被人们称作狂乱淑女。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"噩梦射线\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"贝菈诺娃的专用技能。 趁敌人不注意时隐去身影,并在再次现身的瞬间射出无数光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (168, 168, 'zh-Hans', '贝菈露洁', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[\"None\"]', '{\"Name\": \"噩梦凝视\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_001.png\", \"Description\": \"发动后会以噩梦绽放攻击锁定的目标敌人。 此帕鲁使用的噩梦绽放的威力将提升至1.1/1.3/1.6/2/2.5倍。\"}', '被解放的欲望,终于再也无法抑制。 「『我』渴望得到『自我』的注视。」 凝聚为恶意的,渴望被注视的姐妹 终于被放逐回世界的狭缝,闭上了凝视的眼睛。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"烈焰华尔兹\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"贝菈露洁的专用技能。 在摇曳起舞的同时製造一圈圈火焰, 使之向周围扩散, 并发射妖异的火球来追击敌人。\"}, {\"Name\": \"噩梦绽放\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"贝菈露洁的专用技能。 趁敌人不注意时隐去身影,并在现身的瞬间射出无数光线, 且光线会犹如绽放的花朵般扩散。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (169, 169, 'zh-Hans', '辉月伊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 7}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"优质的布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"蓝宝石\", \"Rate\": 100.0}]', '{\"Name\": \"晦暗辉光\", \"Tech\": \"辉月伊的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可坐在它背后的月亮在空中飞行。 骑乘期间的无属性和暗属性攻击将强化15%。\"}', '据传,其身后漂浮的形似新月的物体, 会随着世代的交替一点点的接近圆形。 至于到满月月相时会发生什么,就没有人知道了。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"青月刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"辉月伊的专用技能。 挥出蕴含月光力量的高速二连斩击。\"}, {\"Name\": \"诡雷繁星\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人周围生成一碰就爆炸的星星。 星星在经过一定时间后,没有触碰也会爆炸。\"}, {\"Name\": \"皎月射线\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"辉月伊的专用技能。 将能量积蓄于背后的月亮, 然后向前方发出新月形的射线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (170, 170, 'zh-Hans', '武道蛙', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 25.0}]', '{\"Name\": \"蓄势跳跃\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,武道蛙会靠忠诚心和膨胀的腹部积蓄力量。玩家在踩上去后能高高跳起。 在落地前,玩家的攻击力提升50%。\"}', '族群中犯下大错的个体会被逼迫自裁。 用树枝刺穿自己那膨胀到极限的鸣囊, 就会像泄气的气球一样飞向大气圈的远方,魂归天国。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"爆裂水球\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在头上生成巨大水球 瞄准敌人并发射。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (171, 171, 'zh-Hans', '极道蛙', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 25.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"蓄势暗跃\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,极道蛙会靠忠诚心和膨胀的腹部积蓄力量。 玩家在踩上去后能高高跳起。 若它在队伍中,玩家和帕鲁以暗属性攻击命中敌方弱点时的伤害提升25%。(不可叠加)\"}', '抛弃荣誉的武道蛙聚集在一起,衍生出的分支族群。 不论用上多么下作的手段也要狩猎掉盯上的猎物。 如果在午夜遇到了一群极道蛙, 那魂归天国的就是这边了。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗能弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射逐渐加速的黑暗能量弹\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (172, 172, 'zh-Hans', '春彩娘', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}]', '{\"Name\": \"繁花告春\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,春彩娘会为农园注入元气,使作物的生长加速50%。\"}', '一到开春时节,就会乘风在岛上散布花粉。 波娜兔之所以会得花粉症, 都怪春彩娘。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"三重风刃\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"瞄准敌人发射 3发直线飞行的超高速风刃。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (173, 173, 'zh-Hans', '菇咚', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}]', '{\"Name\": \"飘飘然孢子\", \"Tech\": \"菇咚的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 将它分派到家畜牧场,它就有机会掉落蘑菇或者洞穴蘑菇。\"}', '吸入了大量菇咚的孢子会陷入一种神志不清的状态。 偶尔会见到它呆站着一动不动, 它这不是在模仿蘑菇, 而是吸自己的孢子吸嗨了。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (174, 174, 'zh-Hans', '菇波', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 2}]', '[{\"Max\": 8, \"Min\": 4, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"不可思议的蘑菇\", \"Rate\": 100.0}]', '{\"Name\": \"幽幽然孢子\", \"Tech\": \"菇波的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,菇波的神奇孢子将会使据点内帕鲁的SAN值下降速度减缓10%。\"}', '散布的大量孢子可以轻易遮挡阳光。 偶尔会见到它呆站着一动不动, 它这不是在模仿蘑菇, 而是被自己的孢子遮住,什么都看不见。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (175, 175, 'zh-Hans', '球犰', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 60.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"原油\", \"Rate\": 50.0}]', '{\"Name\": \"滚滚沙滩球\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,地属性帕鲁的防御力提升15%。(不可叠加)\"}', '曾经有一段时间流行过球犰足球这项运动。 虽然因为收到帕鲁保护组织的强烈反对,很快就被废除, 但其实被当球踢能够清理死皮,球犰也并非不情不愿。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (176, 176, 'zh-Hans', '恐炬灵', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"原油\", \"Rate\": 50.0}]', '{\"Name\": \"古墓烛影\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁受到的无属性伤害减轻15%。(不可叠加) 将它分派到家畜牧场,它就有机会从地里挖出骨头。\"}', '古人曾认为,越接近世界末日,恐炬灵的火焰就越弱。 末日主义者曾屡次因火焰减弱了而产生骚乱, 最后发现火势强弱全看它的心情, 至少到目前还是这样的。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (177, 177, 'zh-Hans', '蛊刺妖', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"无毒毒蝎\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁对中毒状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '身怀5000多种毒素。 虽然其中甚至有能够立刻致死的可怕剧毒, 但是由于剂量都太低了,并没有什么卵用。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"升虫拳\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"蛊刺妖的专用技能。 快速缩短和敌人的距离, 狠狠的用钳子使出上勾拳。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (178, 178, 'zh-Hans', '电针妖', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"低频脉冲蝎\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,电针妖会将力量分给玩家,让玩家的攻击转变为雷属性,且攻击力提升30%。\"}', '能将尾针刺入敌人体内,并释放电流。 但是,由于电流实在太弱了, 还是直接抡起钳子更有杀伤力。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"雷动八方\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"向八个方向召唤直线推进的雷击。\"}, {\"Name\": \"升雷拳\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"电针妖的专用技能。 通过超导快速缩短和敌人的距离, 狠狠的用钳子使出上勾拳。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (179, 179, 'zh-Hans', '泰锋', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}]', '{\"Name\": \"钢铁卫士模式\", \"Tech\": \"Goujin -o马鞍\", \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后会以钢铁般的意志,在一定时间内提高泰锋的攻击力50%,防御力75%。\"}', '即便被拆解成215块零件,只要再拼装到一起, 便又能完好如初正常活动的神奇帕鲁。 需注意如果拼装过程中混进其他个体的零件, 它就会因为失去人格同一性而陷入抑郁。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"回旋岩锯\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"泰锋的专用技能。 大幅回旋身体投掷出背后的岩盘。 岩盘将会以圆弧轨道状飞行。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (180, 180, 'zh-Hans', '丹烽', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 7}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"铁血卫士模式\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_006.png\", \"Description\": \"发动后会以钢铁般的意志,在一定时间内提高丹烽的攻击力60%,防御力85%。\"}', '即便被拆解,只要再拼装到一起, 便又能完好如初正常活动的神奇帕鲁。 如果拼装过程中混进其他个体的零件,其思维就会发生致命错误, 最终导致过热。', '[{\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (181, 181, 'zh-Hans', '八云犬', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"物以类聚\", \"Tech\": \"八云犬的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 与它并肩作战时,遇到和它有着相同被动技能的帕鲁的概率将提升15%。 ※部分被动技能除外\"}', '有着辟邪的特性, 昔日曾经作为优秀的伙伴,和岛民构筑起了良好的关系。 而现在,八云犬和人们之间已经垒起了名为「邪念」的高墙。', '[{\"Name\": \"狂野双牙\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (182, 182, 'zh-Hans', '汪宗师', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"归去来兮\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后可以移动至最近的据点。 无法在地下城里使用。\"}', '为了到达「无我」的境地而不停的冥想。 直面烦恼并顿悟之后,它都会胃口大开吃到撑, 每当此时就会有所感悟——今天吃太多了。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"气合返\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"汪宗师的专用技能。 摆出合气道的架势,在架势中受到的攻击将无效化, 同时一瞬间迫近敌人,使出全身力量掌击。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (183, 183, 'zh-Hans', '战冠雀', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"飞砂腿\", \"Tech\": \"战冠雀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在砂地上移动时,移动速度会提高50%。\"}', '行一步,断迷茫。 行两步,舍忧虑。 行三步,离怯懦。 敌虽魍魉,吾亦往。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"地之冲锋\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"战冠雀的专用技能。 一口气提高速度,向前方突进。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (184, 184, 'zh-Hans', '旺财', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2000, \"Min\": 1000, \"Name\": \"金币\", \"Rate\": 100.0}, {\"Max\": 21, \"Min\": 14, \"Name\": \"汪汪币\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"修炼之书(特大)\", \"Rate\": 20.0}]', '{\"Name\": \"撬锁\", \"Tech\": null, \"Image\": null, \"Description\": \"与它并肩作战时,能借助旺财的力量,在不使用钥匙的情况下打开宝箱。\"}', '曾经岛上存在过一个王国, 王国里有一个传统,每年都会赐予死法最愚蠢的人奖赏。 值得纪念的最初的死因便是「没有识破旺财,打开箱子而被咬死。」', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (185, 185, 'zh-Hans', '杰诺贝达', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 10, \"Min\": 3, \"Name\": \"陨石碎片\", \"Rate\": 100.0}]', '{\"Name\": \"未知侵略者\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,全自动武器的弹匣中最后一发子弹的伤害提升100%。(不可叠加)\"}', '具有将信息传输中的损耗变换为能量的能力。 会定期的向不明对象发送情报。 「发现目标,请立刻前往破坏,见信速回。」', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"恶之爪\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"杰诺贝达的专用技能。 灵活的跃起,用左手撕裂敌人。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (186, 186, 'zh-Hans', '杰诺路达', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 12, \"Min\": 5, \"Name\": \"陨石碎片\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"未知入侵者\", \"Tech\": \"杰诺路达的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家使用能量武器时的伤害提升10%。(不可叠加)\"}', '具有吞食信息并转换为能量的能力。 会定期的向不明对象发送情报。 「喂喂?在查看刚才的讯息前不小心吃掉了,你说了啥?」', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"切割龙息\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用龙属性的射线一扫前方。 被扫过地方将产生延迟爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (187, 187, 'zh-Hans', '流焰龙', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"熔岩霸主\", \"Tech\": \"流焰龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 流焰龙的攻击力,会随着队伍中其他火属性或地属性帕鲁的数量提升,每只增加4%。\"}', '健康的个体,背部熔岩的流动也会十分顺畅。 如果生活习惯不健康,熔岩流动也会越来越滞涩。 最坏会发生熔岩堵塞,最后突然大爆发。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"熔岩喷溅\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"流焰龙的专用技能。 从口中吐出岩浆团进行攻击。 在落点形成岩浆池, 对碰到的敌人造成伤害。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (188, 188, 'zh-Hans', '川霜龙', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"寒冰霸主\", \"Tech\": \"川霜龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁以冰属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加)\"}', '健康的个体,背部物质的温度也会十分稳定。 但一旦心跳过快,温度便会失去稳定。 最坏会发生气化或凝固, 最后突然休克而亡。', '[{\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"寒冰喷溅\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"川霜龙的专用技能。 从口中吐出冰块进行攻击。 落地后会使地面冻结,并形成霜层, 冻结碰到的敌人并对其造成伤害。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (189, 189, 'zh-Hans', '杰诺多兰', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 15, \"Min\": 7, \"Name\": \"陨石碎片\", \"Rate\": 100.0}]', '{\"Name\": \"陨星之翼\", \"Tech\": \"杰诺多兰的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,持有武器的帕鲁的伙伴技能伤害将提升20%。(不可叠加)\"}', '- 已抵达目的地,优先搜索个体:流星龙。 - 备注:镇压完成时限 < ://Error_Code:126DC >年前。 - 追记:未发现镇压痕迹,确认目标已被同化,开始清剿。 - 业务联络:不可以忘掉或吃掉重要情报!', '[{\"Name\": \"龙息弹\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用蕴藏龙之力的能量弹 瞄准敌人并发射。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"唤星\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"杰诺多兰的专用技能。 召唤4个有自动攻击能力的卫星型羽毛。 羽毛在进行攻击时会自动追踪敌人。\"}, {\"Name\": \"光连斩\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"杰诺多兰的专用技能。 在右手生成高功率的光剑, 高速移动同时进行二连斩击。\"}, {\"Name\": \"星幽炮\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"杰诺多兰的专用技能。 集中充盈暗黑力量的能量, 一口气以直线状放出。\"}, {\"Name\": \"苍穹落星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"杰诺多兰的专用技能。 以光速飞上高空,射出无数的流星弹。 之后将自身化为彗星向地面突进, 在撞击的地点引发大范围的爆炸。\"}, {\"Name\": \"欧米伽雷射\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"杰诺多兰的专用技能。 从亚空间呼唤毁灭的光束不断进行横向垂直扫射, 将视野范围内的一切燃烧殆尽。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (190, 190, 'zh-Hans', '魅爱莉', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"夺魂幽灵兔\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_014.png\", \"Description\": \"若它在队伍中,击倒帕鲁时帕鲁之魂的获得量提升+100%。(不可叠加)\"}', '它手里捧着的,是自己的灵魂。 当它找到了心仪的对象,就会将对方的灵魂强行抽出 并与自己的灵魂融合,以求成为一心同体。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (191, 191, 'zh-Hans', '碧艾莉', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"缚魂幽灵兔\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,草属性帕鲁的防御力提升15%。(不可叠加)\"}', '它手里捧着的,是自己的灵魂。 当它找到了心仪的对象,就会将自己的灵魂抛向对方 渴望与对方的灵魂融合,成为一心同体。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (192, 192, 'zh-Hans', '夜冥驹', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": \"夜舞者\", \"Tech\": \"夜冥驹的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。骑乘期间跳跃能力提升。 夜晚期间,此帕鲁的移动速度提升50%。(不可叠加)\"}', '它最为自豪的,就是自己如流水般柔顺的鬃毛。 如果发现了毛发分叉,就会害羞的无法集中精力奔跑。 由于静电会导致炸毛,绝对不会让驭雷马靠近。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"致命舞步\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"夜冥驹的专用技能。 用鬼魅般的步伐玩弄敌人, 同时用锐利的角挥出斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (193, 193, 'zh-Hans', '日耀驹', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"夜星砂\", \"Rate\": 100.0}]', '{\"Name\": \"光舞者\", \"Tech\": \"日耀驹的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动,骑乘期间跳跃能力提升。 日耀驹的移动速度,会随着队伍中其他无属性帕鲁的数量提升,每只增加5%。\"}', '它最为自豪的就是自己光彩夺目的鬃毛。 只要有一点脏污,就会害羞的无法集中精力奔跑。 因为容易沾上皮脂污垢,即便是最喜欢的帕鲁驯养师,也不希望被黏糊糊的摸个不停。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"银影疾驰\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"日耀驹的专用技能。 周身缠绕炽烈火焰,朝敌人冲锋。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (194, 194, 'zh-Hans', '冬丸', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"中型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"忠犬冬丸\", \"Tech\": \"冬丸的背带\", \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的冷却工作适应性等级+1。(不可叠加)\"}', '苍白的火焰即便摸上去也只感到些微的凉意, 但是持续接触的物体则会逐渐冻结。 放上一瓶牛奶,就能得到一瓶冰冻牛奶!', '[{\"Name\": \"暗影双牙\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (195, 195, 'zh-Hans', '织夜鹿', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": \"混沌的祝福\", \"Tech\": \"织夜鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,一同并肩作战的帕鲁的生命值会逐渐减少,但攻击力将提升40%。(不可叠加)\"}', '光芒越是耀眼,阴影就越是深邃。 散布笼罩万物的黑暗,重拾本应存在的混沌。 平衡对这个世界是必要的。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (196, 196, 'zh-Hans', '寒峰兽', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"烈阳金属\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"结冰器官\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"纯水晶\", \"Rate\": 100.0}]', '{\"Name\": \"能量水晶\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁受到的龙属性伤害减轻15%。(不可叠加)\"}', '通过变换姿势晒日光浴,来将冰块融成中意的形状。 至于那些形态失衡的个体还是不要去打扰了。 用人来类比的话,就像不小心剪多了鬓角。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}, {\"Name\": \"冰角爆\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"寒峰兽的专用技能。 以角刨开地面并顺势上挑, 朝敌人飞射雪块。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (197, 197, 'zh-Hans', '梦沫姬', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"墨沫姬的章鱼足\", \"Rate\": 100.0}]', '{\"Name\": \"咬咬姬\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,水属性帕鲁的防御力提升15%。(不可叠加)\"}', '若要和它一起睡觉,最好确认下明天的行程。 吸盘的痕迹看起来就像咬痕, 如果被睡糊涂的它吸住,就会增加不必要的烦恼。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"墨沫头槌\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"墨沫姬及亚种的专用技能。 向前方释放烟雾遮蔽自身, 从隐蔽状态中突然发动头槌,猛击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"潮涌迸发\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人所在位置及其周围区域 喷出大量水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (198, 198, 'zh-Hans', '桃晶鲸', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"珊瑚矿石\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": \"暖烘烘鲸鱼号\", \"Tech\": \"桃晶鲸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 若它在队伍中,垂钓的捕获计量槽在小游戏开始时的初始位置升高7%,并且在判定条与鱼的图标重合期间,捕获计量槽的上升量增加9%。(不可叠加)\"}', '为了不再被错认成浮冰,硬生生将身体变为红色。 但是对于那些红色盲的帕鲁来说毫无意义, 努力只换来了空虚,到头来私人空间还是继续受到侵犯。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"冰鲸跃\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"凉晶鲸及亚种的专用技能。 笔直突进后短暂潜伏, 接着高高跃起进行攻击。 跃起时会引发冰属性爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (199, 199, 'zh-Hans', '雪绒狐', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"抱抱寒冰\", \"Tech\": \"雪绒狐的背带\", \"Image\": \"/public/images/other/T_icon_skill_pal_002.png\", \"Description\": \"发动后,它会化身为装备在玩家身上的冷冻喷射器。\"}', '它刚出生时无法很好地操纵冷气 动不动就不小心喷出冷气,结果噎住自己。 感冒时鼻涕会结冰,导致呼吸困难,手足无措。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (200, 200, 'zh-Hans', '郁木羊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Farming\", \"Image\": \"/public/images/suitability/T_icon_palwork_12.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"灌木羊的香草肉\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"红色野莓\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"采摘毒腺\", \"Tech\": null, \"Image\": null, \"Description\": \"将它分派到家畜牧场,有机会从背上掉落毒腺。 若它在队伍中,每5分钟会让当前饱腹度最低的帕鲁恢复100点饱腹度。(不可叠加)\"}', '它背上的灌木结出的果实,会根据其精神状态改变味道。 越是在恶劣的环境下生长,味道就会越来越甜 所以被饲养的绝大多数郁木羊,都不曾知晓爱。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"三重风刃\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"瞄准敌人发射 3发直线飞行的超高速风刃。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (201, 201, 'zh-Hans', '艾小兔', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"姬小兔的发带\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"胡萝卜\", \"Rate\": 100.0}]', '{\"Name\": \"暴力青草兔\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁以草属性攻击命中敌方弱点时的伤害将提升25%。(不可叠加) 艾小兔在武器制作台或武器工厂等处工作时,工作效率将会提升27%。\"}', '这种帕鲁的脸上总是挂著微笑。 捣蛋猫偶尔会恶作剧,把它的缎带打成死结, 每到这时,它都会笑眯眯的把捣蛋猫暴揍一顿。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (202, 202, 'zh-Hans', '霜镰魔', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"冰结利爪\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后会以吹雪爪击攻击锁定的目标敌人。 此帕鲁使用的吹雪爪击的威力将提升至1.1/1.3/1.6/2/2.5倍。 若它在队伍中,玩家的近战武器攻击速度提升15%。(不可叠加)\"}', '它头上的角是绝对不会融化的,不可思议的冰。 用它折断的角制成的刨冰,那可真称的上是绝顶美味, 无论是吃刨冰的人,还是霜镰魔,头都很疼。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"吹雪爪击\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"霜镰魔的专用技能。 向前一跃,迅速斩下两击。 且每次斩击都充满了冰属性的力量。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (203, 203, 'zh-Hans', '幽焰狼', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": \"昙天之狼\", \"Tech\": \"幽焰狼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的暗属性伤害减轻15%,并且不会陷入黑暗状态。(不可叠加)\"}', '性格极为纤细敏感, 遇到讨厌的事物,就会躲在洞窟里不愿出来。 由于过于家里蹲,兽生也变得阴暗起来。', '[{\"Name\": \"暗影双牙\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"火阴山雷\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"幽焰狼的专用技能。 带着缠绕全身的紫色火焰,气势汹汹地向前猛冲。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (204, 204, 'zh-Hans', '天阴童子', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"雷鸣童子的云朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}]', '{\"Name\": \"乌云姑娘\", \"Tech\": \"天阴童子的项圈\", \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,就会出现于玩家身边。 它会用暗属性的落雷追击敌对个体。 且该追击不会使猎物毙命。\"}', '会温柔的对待落单的帕鲁 趁放松警惕时,招来落雷解决对方。 虽然是这么打算的,但是由于抓不住时机 结果就那么一直和睦相处了。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (205, 205, 'zh-Hans', '金棘兽', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"金属矿石\", \"Rate\": 100.0}]', '{\"Name\": \"爆碎铁腕\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,攻击击中弱点部位时,下次击中弱点部位的攻击威力提升30%。(不可叠加)\"}', '它的那双巨大的爪子可使它轻轻松松搬起大量东西。 可是因为腿短的关系,走起来很慢, 经常在半路上天就黑了。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"碎岩爪\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"金棘兽的专用技能。 在两次挥击后,使出浑身力气大幅挥动巨爪。 每次挥动巨爪时,都会向前方扇形区域飞出碎岩。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (206, 206, 'zh-Hans', '雷隐鹿', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 5}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"雷云\", \"Tech\": \"雷隐鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可以进行2段跳跃。 若它在队伍中,击倒水属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '在遥远的过去,有着如果画出雷隐鹿 就会被落雷劈死的迷信。 随着时代变迁,仿照雷隐鹿样子的艺术品 被视作有着避雷效果的护身符,成为了人们熟悉的存在。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"雷云之岚\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"雷隐鹿的专用技能。 操控大气,身缠雷云向前猛冲。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (207, 207, 'zh-Hans', '伊西斯', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"潮汐捕食者\", \"Tech\": \"伊西斯的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,击倒火属性帕鲁时获得的掉落道具增加40%。(不可叠加)\"}', '一旦它发现猎物的族群, 就会用强力的水流,将那片区域冲刷殆尽。 由于基本上都会把猎物冲到不知道什么地方去, 这一行为究竟能否定义为捕猎,非常的有待商榷。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"凤凰浪涛\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 320, \"Cooldown\": 16, \"Description\": \"伊西斯的专用技能。 扇起漩涡龙卷风后, 化身为波涛,一边滑翔一边突袭敌人。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (208, 208, 'zh-Hans', '霜牙王', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 6}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 8}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"暴雪冲击\", \"Tech\": \"霜牙王的巨锤\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间它还能挥下冰属性的大锤进行攻击。\"}', '一旦看见了圆形的物体,就不自觉的想要来上一拳。 对于霜牙王来说,仅次于生存的难题 就是完成堆雪人。', '[{\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"烈冻爪\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"霜牙王的专用技能。 踩踏地面,在前方产生断裂的冰川。 之后一口气接近敌人,用右手将其撕裂。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (209, 209, 'zh-Hans', '梅杜娜', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"灵蛇之智\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点黑暗异常状态值。(不可叠加)\"}', '一遇到不明白的事情,就会和脑袋上的蛇一起开会。 但由于所有的蛇本质上都是它自己, 因此它唯一能弄明白的是,自己什么都不明白。', '[{\"Name\": \"毒雾\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 0, \"Cooldown\": 30, \"Description\": \"于前方制造毒雾, 使目标陷入中毒状态。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (210, 210, 'zh-Hans', '冥灯鱼', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"暗夜引路人\", \"Tech\": \"冥灯鱼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 冥灯鱼的移动速度,会随着队伍中其他暗属性或水属性帕鲁的数量提升,每只增加5%。\"}', '散发着光芒的拟饵照亮了黑暗。 被这光亮吸引来的帕鲁如果被冥灯鱼发现的话,那可是插翅难逃了。 它会一直作为其向导,直到该帕鲁平安返回自己的家。', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (211, 211, 'zh-Hans', '炙灯鱼', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 5}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 50.0}]', '{\"Name\": \"深海名厨\", \"Tech\": \"炙灯鱼的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 炙灯鱼的移动速度,会随着队伍中其他火属性或水属性帕鲁的数量提升,每只增加5%。\"}', '剧烈燃烧的拟饵,在烧烤猎物时也能用上。 被烤肉香气吸引来的帕鲁如果被炙灯鱼发现的话,那可是插翅难逃了。 它会一直热情款待,直到被吸引来的帕鲁肚子吃撑。', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (212, 212, 'zh-Hans', '冰姬灵', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"魔女的冷气\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,冰姬灵会将力量分给玩家,让玩家的攻击转变为冰属性,且攻击力提升30%。\"}', '就算身体会在酷暑时融化,它还是痴迷于日光浴。 就算身体会在高温时融化,它依然痴迷于泡温泉。 反正最终都是一死,那么不如融化在艳阳高照的露天温泉里。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (213, 213, 'zh-Hans', '拉比耶尔', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"拉比拉比魔术秀\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,当玩家的生命值低于50%时,拉比耶尔会在玩家周边掀起爆炸冲击波(火属性 / 威力: 100 / 点燃积蓄值: 777)。)。 此外,玩家的生命值低于50%期间,玩家的攻击力提升110%。(不可叠加)\"}', '有时会被自己召唤的分身打败,并被取而代之。 就连它自己也不太清楚昨天的拉比耶尔和今天的拉比耶尔还是同一只吗。', '[{\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (214, 214, 'zh-Hans', '默世鹿', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 7}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 7}]', '[\"None\"]', '{\"Name\": \"庇佑圣盾\", \"Tech\": \"默世鹿的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 骑乘期间可生成护盾,抵御一切攻击。 此外,骑乘期间可进行3段跳跃。\"}', '于此幽寂之地,不觉心神凝定。 此处已无人,众人皆蒙救度。 救赎之王,请携我共赴无尽之寂。 ——古文书至此戛然而止。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"辉耀弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"发射一个缓慢追踪敌人的光球。 光球在接近目标时会分裂成无数光弹攻击敌人。\"}, {\"Name\": \"流光翼彩\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"默世鹿的专用技能。 向后方跳跃并在背后展开光翼, 从空中向敌人发起突击。\"}, {\"Name\": \"光之雨\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 800, \"Cooldown\": 30, \"Description\": \"默世鹿的专用技能。 一瞬间隐去身姿,然后以自身为中心在大范围召唤大量光柱落下。\"}, {\"Name\": \"神光尽灭\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 250, \"Cooldown\": 100, \"Description\": \"默世鹿的专用技能。 跃向空中,凝聚巨大的能量然后投向地面。 煌煌天光,涤净尘世。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (215, 215, 'zh-Hans', '达鼠泥', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}]', '{\"Name\": \"起搏鼠鼠\", \"Tech\": \"达鼠泥的背带\", \"Image\": null, \"Description\": \"若它在队伍中,达鼠泥会在玩家陷入濒死状态时,通过疗愈能力让玩家以最大HP30/36/42/48/60%的状态复活。\"}', '在达鼠泥看来,坏了的东西只要捶一下就好了。 而它的力道掌控,对人类而言堪称完美。 只要被其捶一下,停止跳动的心脏就能顺利起搏。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"叶返\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"达鼠泥的专用技能。 短暂蓄力后高速撞击敌人, 同时做出后空翻动作。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (216, 216, 'zh-Hans', '雪墩墩', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"羊毛\", \"Rate\": 100.0}]', '{\"Name\": \"不见之眼\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会使玩家不容易被敌人发现。(不可叠加)\"}', '「直视雪墩墩的眼睛」 这句话的意思是要透过现象看本质。 说起来不知为何,从来没有想要探究雪墩墩到底有没有眼睛的研究者。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (217, 217, 'zh-Hans', '肚肚鳄', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"肚肚鳄的鳄鱼肉\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"雪盆大口\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,食材和料理的重量会减轻30%。并在冰属性帕鲁原有的防腐效果基础上,让腐败速度进一步35%。(不可叠加)\"}', '它的口腔内部十分凉爽,只要把嘴闭上就是移动冷库。 其唾液中所含的特殊成份也有食品保鲜的作用。 虽然也不是不能被人类当做保存食物的冰箱, 至于卫生方面的问题,还是闭上嘴比较好。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"妙玉连珠\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"肚肚鳄的专用技能。 连续喷吐3颗体内尚未消化 但已经冷却的手榴弹进行攻击。 有时还会喷出更危险的东西……?\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (218, 218, 'zh-Hans', '球抱苞', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": \"请你抱抱我\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁对缠绕状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '当某种感情变得强烈时,它的尖刺就会伸缩。 被精心养育的球抱苞,会令人忍不住想要拥入怀中, 但是十有八九都是悲剧结尾。', '[{\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (219, 219, 'zh-Hans', '妖抱苞', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"纤维\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"紧紧抱住你\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点缠绕异常状态值。(不可叠加)\"}', '当某种感情变得强烈时,它的尖刺就会伸缩。 在满满的爱意中成长的妖抱苞, 总是动不动就爱往主人怀里钻, 但若要接纳它的爱,就要一并接纳它带来的痛。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (220, 220, 'zh-Hans', '红菇娘', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"蘑菇\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"不可思议的蘑菇\", \"Rate\": 50.0}]', '{\"Name\": \"魅惑孢子\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的制药工作适应性等级+1。(不可叠加)\"}', '在它眼中,人类不过是方便的寄生对象罢了。 红菇娘之所以演化成现在的模样, 就是为了让人类放松警惕,从而更高效地传播孢子。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"毒雨\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"使出浑身力量 向各个方向喷洒毒球。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (221, 221, 'zh-Hans', '布偶鲨', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"水流扳机\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,布偶鲨会将力量分给玩家,让玩家的攻击转变为水属性,且攻击力提升30%。\"}', '虽然看上去就像是什么生物自布偶中向外窥视一样, 但是试着将手探进去却又什么也摸不到。 不仅如此,手甚至可以无止境地向深处伸去, 也许,这里面就是宇宙吧。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"午时已到\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"布偶鲨及亚种的专用技能。 从口中取出两把水枪, 左右轮流射出6发水弹。 最后双枪合并,射出一发强力水弹。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (222, 222, 'zh-Hans', '粉粉布偶鲨', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 2}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 1.0}, {\"Max\": 3, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"炎炎收纳间\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,粉粉布偶鲨会帮忙分担负重,背包内武器的重量减轻60%,且玩家和帕鲁以火属性攻击命中敌方弱点时的伤害提升70%。(不可叠加)\"}', '从口部伸手进去也什么都摸不到,甚至能无止境地探向深处。 认为这是某种异次元空间的研究者们,突发奇想将其当作睡袋 试图把整个身子挤进去,但却导致它干呕了。 看来,还是有体内这个概念的。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"午时已到\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"布偶鲨及亚种的专用技能。 从口中取出两把水枪, 左右轮流射出6发水弹。 最后双枪合并,射出一发强力水弹。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (223, 223, 'zh-Hans', '昭炎狐', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 7}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 4, \"Min\": 3, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"未来之炎\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攻击击中点燃状态的敌人时,会使敌人爆炸,额外造成相当于玩家攻击力40%的伤害。(不可叠加)\"}', '聚精会神,从火焰中窥探未来。 要是看见了不合心意的未来,就会一直重抽,直到抽出满意的结果。 所以昭炎狐的未来一直都是一片光明!', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (224, 224, 'zh-Hans', '香草豹冰', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"滑雪行家\", \"Tech\": \"香草豹冰的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在雪地上时,移动速度提升80%。 并且可以在斜坡处快速向下滑行。\"}', '种群内能在雪上滑行最快的个体,就是最了不起的个体。 有时会有因为冲太快飞跃起来的个体突然从天而降, 在争夺首领地位时这种情况尤其多发。 今天晴转多云,部分地区大到「豹」雨。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (225, 225, 'zh-Hans', '巧克力豹冰', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"雪山速滑\", \"Tech\": \"巧克力豹冰的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在雪地上时,移动速度提升80%。 并且可以在斜坡处快速向下滑行。 滑行时初始速度较慢,但最高速度更快。\"}', '种群内能在雪上滑行最快的个体,就是最了不起的个体。 有时会有因为冲太快飞跃起来的个体一头扎进雪里。 在争夺首领地位时这种情况尤其多发。 今日路况拥挤,当心连环「豹扎」。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (226, 226, 'zh-Hans', '幸叶茸', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 1}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"野莓种子\", \"Rate\": 100.0}]', '{\"Name\": \"幸运三叶草\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的采集工作适应性等级+1。(不可叠加)\"}', '曾经存在过额头上的叶子有3片以上的个体, 但是因为被当作了幸运的象征,叶片多的个体被滥捕, 最终导致整个种族开始向着叶片数量少的方向进化了。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (227, 227, 'zh-Hans', '电汪汪', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"电光强化\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的发电工作适应性等级+1。(不可叠加)\"}', '泡在水里的话,蓬松的毛会大量吸水。 在它抖动身体甩干水分时,会伴随剧烈的放电, 和它一起泡澡可是赌命的行为。', '[{\"Name\": \"狂雷双牙\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}, {\"Name\": \"雷动八方\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"向八个方向召唤直线推进的雷击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (228, 228, 'zh-Hans', '念影喵', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"附体灵猫\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,触发背面奖励时的捕获概率增加。(不可叠加)\"}', '迄今为止,所有养育过它们一族的人类的思念, 全都凝聚在它背后的手里。 近来,尽情宠爱念影喵似乎已成了大家的共识。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (229, 229, 'zh-Hans', '盗影鸦', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 3, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 100.0}]', '{\"Name\": \"潜影怪鸟\", \"Tech\": \"盗影鸦的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在队伍中,玩家和帕鲁对黑暗状态的敌人造成的伤害将提升50%。(不可叠加)\"}', '爪子有些不太老实,会趁人不注意顺爪牵羊。 就算快暴露了也没关系。 只要迅速连「眼睛」一起偷走,那就不会被目击到行窃现场了。', '[{\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (230, 230, 'zh-Hans', '吓丝妮', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"播撒欢笑的亡者\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,攻击陷入中毒状态的敌人时,会使该敌人的攻击力降低40%。(不可叠加)\"}', '吓唬人就是它的生存意义,但是却完全不可怕。 但因为它太过可爱,大家总会忍不住装出被吓到的样子。 吓丝妮已经成为给人们带来笑容的使者了。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"暗影波动\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放黑暗之力 给周围造成冲击。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"启示录\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"于敌人周围生成数个暗黑龙卷风。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (231, 231, 'zh-Hans', '梁叶龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"红色野莓\", \"Rate\": 60.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"生菜种子\", \"Rate\": 50.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"番茄种子\", \"Rate\": 50.0}]', '{\"Name\": \"暖洋洋晴日\", \"Tech\": \"梁叶龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,分派到配种牧场的帕鲁产蛋速度加快20%。(不可叠加)\"}', '吐息中混合着的疑似花粉的, 无论什么植物都能授粉成功的奇妙物质。 对于那些身上长有植物的帕鲁而言,这是个令兽心情复杂的家伙。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"花粉吐息\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"梁叶龙的专用技能。 从修长的颈部缓缓释放出草属性的气息, 逐渐向四周扩散。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (232, 232, 'zh-Hans', '咕咕桑葩', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 5}]', '[{\"Max\": 4, \"Min\": 2, \"Name\": \"硬木材\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"洋葱种子\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"胡萝卜种子\", \"Rate\": 100.0}]', '{\"Name\": \"桑巴舞步\", \"Tech\": \"咕咕桑葩的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 在草地上移动时,移动速度会提高155%。\"}', '会用其独特的舞蹈打乱对手的节奏。 在领地争夺时,首先被对方带节奏的那一方就是败者。 求爱、消遣、万事唯有舞蹈! 话说,当它面向人类跳舞时,那又代表着什么意思呢?', '[{\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"冲锋踢\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"咕咕桑葩的专用技能。 冲刺助跑后向敌人发动猛烈踢击。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (233, 233, 'zh-Hans', '双心岩傀', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"自然光炮\", \"Tech\": \"双心岩傀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 发动后,双心岩傀的右手处会发射草属性的强力激光。\"}', '一副身躯,两个意识。 有时会因为思路分歧而发生争吵。 在它们和好前,完全不知道躯体会往哪里去!', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"火箭飞拳\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"双心岩傀及亚种的专用技能。 将左臂从本体分离,横扫敌人。 随后再射出右臂。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (234, 234, 'zh-Hans', '咒心岩傀', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 5}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 3, \"Name\": \"不可思议的蘑菇\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"枯萎光炮\", \"Tech\": \"咒心岩傀的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 发动后,咒心岩傀的右手处会发射暗属性的强力激光。\"}', '一副身躯,两个意识。 平时意见向来不合,总是吵个没完, 可一旦进入战斗,它们就会在转瞬之间身心合一!', '[{\"Name\": \"黑暗霰射\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 60, \"Cooldown\": 4, \"Description\": \"向前方发射呈扇形扩散的高速暗黑球。\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"火箭飞拳\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"双心岩傀及亚种的专用技能。 将左臂从本体分离,横扫敌人。 随后再射出右臂。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (235, 235, 'zh-Hans', '白真雪雀', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"孔雀迅捷\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,受到白真雪雀释放的冷气影响,玩家会更专注,武器重新装弹的速度提升20%。(不可叠加)\"}', '对时间很敏感,每天早晨必然在固定的时间醒来。 帕洛斯群岛的一天之所以被分为24个片段, 据说就是因为从正面看开屏的白真雪雀时, 尾羽上分割的空白区域有24个的缘故。', '[{\"Name\": \"冰雪飞弹\", \"Type\": \"Ice\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"在上空生成尖锐的冰柱 瞄准敌人后发射冰柱。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"冰刺\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"在敌人的脚边 生成尖锐的冰刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (236, 236, 'zh-Hans', '重岩龟', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"红宝石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"负石古代龟\", \"Tech\": \"重岩龟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在据点里,其他据点帕鲁的采矿工作适应性等级+1。(不可叠加)\"}', '背部堆砌的石头有一定自我意识。 若是取下来放到别处, 就会自己移动,试图回到本体所在的地方。', '[{\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"巨石压顶\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"重岩龟的专用技能。 高高跃起至空中, 随即以压倒性的重量将敌人压垮。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (237, 237, 'zh-Hans', '净岩龟', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 6}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"绿宝石\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"逐石古代龟\", \"Tech\": \"净岩龟的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,武器和防具的耐久度损耗减缓80%。(不可叠加)\"}', '背部堆砌的石头即便被拿到某处, 净岩龟也能感应石头的位置。 就算相隔天涯海角,它也一定要去找出来。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (238, 238, 'zh-Hans', '喵璐璐', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"伸展喵咪\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家承受的重力减弱,跳跃或坠落时会漂浮落地。(不可叠加)\"}', '它在旧画籍上被描绘的体型要比现在娇小得多。 不知为何,近年来该物种的各方面体长数据都观察到急速上升。 照目前增长速度,预计100年后体长会达到现在的10倍。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 7, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 30, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (239, 239, 'zh-Hans', '雷云鹫', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"电动按摩式抱窝\", \"Tech\": \"雷云鹫的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 若它在据点里,帕鲁蛋的孵化速度加快20%。(不可叠加)\"}', '要在食物匮乏的高空生存 有时甚至会连猎物的脑子都吃。 一种说法是,雷云鹫为了寻求更稳定的食物来源, 一部分族群从高空迁移到了低空,最终演化成了迅雷鸟。', '[{\"Name\": \"电火花\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"向前方发射呈扇形扩散的雷电球。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"闪电球\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 100, \"Cooldown\": 8, \"Description\": \"发射雷电球 并缓慢追击敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"三重雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在敌人头上生成3次落雷。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (240, 240, 'zh-Hans', '缀夜星', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"夜星砂\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 3, \"Name\": \"小型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"隐藏的暗能量\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,暗属性帕鲁的防御力提升15%。(不可叠加)\"}', '当其生命走到尽头时,夜空中的某处便会多出一颗星星。 一生中的回忆越多,其光芒越是璀璨。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"三重陨星\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"召唤陨石接连落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"诡雷繁星\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人周围生成一碰就爆炸的星星。 星星在经过一定时间后,没有触碰也会爆炸。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (241, 241, 'zh-Hans', '宗铭丸', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 1}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"骨头\", \"Rate\": 100.0}]', '{\"Name\": \"干劲支援\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家使用近战武器时的伤害提升10%。(不可叠加)\"}', '互相紧盯然后拔刀一闪,这便是宗铭丸间的领地争夺。 说起来,最好不要训练被饲养的个体「等下」命令, 它会无法忍耐接到「好」的命令之后,发自本能的拔刀行为。', '[{\"Name\": \"碎岩双牙\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"快速连续向敌人进行啃咬攻击。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"汪汪连斩\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 90, \"Cooldown\": 4, \"Description\": \"宗铭丸的专用技能。 全速奔跑的同时,用口中衔着的木棒斩击敌人。 连续施展2段攻击。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (242, 242, 'zh-Hans', '海皇鲸', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 7}]', '[{\"Max\": 10, \"Min\": 10, \"Name\": \"珊瑚矿石\", \"Rate\": 100.0}, {\"Max\": 10, \"Min\": 10, \"Name\": \"六棱晶锭\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"钻石\", \"Rate\": 30.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 1.0}]', '{\"Name\": \"大海的霸主\", \"Tech\": \"海皇鲸的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"与玩家并肩作战时,它会配合玩家的攻击用水属性的长枪进行追击。 可骑在它的背上在水上移动。 骑乘期间可在水面高高跃起。\"}', '自灾厄被封印之后,来自天坠的强者与其邂逅。 自此,其便常在近海现身于强者眼前。 相逢乃是必然。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}, {\"Name\": \"潮涌迸发\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人所在位置及其周围区域 喷出大量水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (243, 243, 'zh-Hans', '鞘刀鱼', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 1}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"鞘刀鱼排\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"斩骨断肉\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_SwordCutlassfish.png\", \"Description\": \"发动后,鞘刀鱼会化身为玩家的刀(攻击:2600/2700/3000/3400/3900)。 若不及时解除,鞘刀鱼将陷入濒死状态。 发动居合斩后同样会陷入濒死状态。\"}', '有着将骨骼和身躯暂时分离,用骨骼斩断敌人的疯狂生态。 如若不赶快收回体内,自己也会力竭倒下。 有传言在年轻的个体间流行着比赛身体分离时长的危险游戏,但真假未知。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (244, 244, 'zh-Hans', '炼刃鱼', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 3}, {\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 2}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"鞘刀鱼排\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"炼骨断肉\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,炼刃鱼会化身为玩家的刀(攻击:2900/3000/3300/3700/4200)。 若不及时解除,炼刃鱼将陷入濒死状态。 发动居合斩后同样会陷入濒死状态。\"}', '能将骨骼和身体暂时分离,用骨头斩断敌人。 如若不赶快收回体内,自己也会力竭倒下。 据传闻,年老的个体会故意长时间分离,借此激发求生本能, 以期达到延寿的效果,但真假未知。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"烈焰箭\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"连续发射3支高速火箭 并追击敌人。\"}, {\"Name\": \"烈焰风暴\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成炙热的龙卷风, 并扇向敌人。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (245, 245, 'zh-Hans', '缚乃伊', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"布\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"黄泉归来\", \"Tech\": null, \"Image\": null, \"Description\": \"与玩家并肩作战时,若缚乃伊陷入濒死状态,缚乃伊会消耗全部的饱腹度并复活。\"}', '如同金色绷带般的器官有着伸缩自如的特性。 若是处于极端干燥的环境下会发生断裂, 所以每天检查保湿必不可少。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"沙尘旋风\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成砂砾龙卷风, 并扇向敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"突袭木乃伊\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"缚乃伊的专用技能。 从手中伸长绷带,对敌人进行连续攻击。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (246, 246, 'zh-Hans', '曼波王', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"领袖翻车鱼\", \"Tech\": \"曼波王的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 若它在队伍中,会更容易钓上高潜力帕鲁。(不可叠加)\"}', '通过旋转螺旋桨般的尾巴获得推进力。 根据以前的研究,若是能忽视肉体的崩溃, 理论上能够实现时速141.6km/h的游泳速度。', '[{\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (247, 247, 'zh-Hans', '曼波皇', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}, {\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 4}, {\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 6}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"发电器官\", \"Rate\": 100.0}]', '{\"Name\": \"电光翻车鱼\", \"Tech\": \"曼波皇的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_019.png\", \"Description\": \"可骑在它的背上在水上移动。 骑乘期间玩家的攻击会转变为雷属性,且攻击力提升1%。 此外,若它在队伍中,会更容易钓上高潜力帕鲁。(不可叠加)\"}', '通过旋转螺旋桨般的尾巴从而产生电力。 虽然理论上能产生1.21吉瓦的电力, 但是肉体会在瞬间崩溃,并没有实际应用价值。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"广域雷击\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"召唤雷电 在一定时间后生成大量落电。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}, {\"Name\": \"雷霆飓风\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤巨大的雷属性龙卷风。 龙卷风将追踪敌人缓慢移动。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (248, 248, 'zh-Hans', '墨罗娜', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"暗黑碎片\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"高品质恢复药\", \"Rate\": 50.0}]', '{\"Name\": \"孤染公主\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,并且所有队伍帕鲁的种类都不同时,玩家的攻击力会提升30%。(不可叠加)\"}', '经历过美好的体验之后,若不经历同等程度糟糕的体验就无法释怀。 若要精心养育墨罗娜的话, 必须要做好相应的心理准备。', '[{\"Name\": \"暗能弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射逐渐加速的黑暗能量弹\"}, {\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 7, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑天鹅之舞\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"墨罗娜的专用技能。 向斜前方跃起,投掷黑色锋利的羽刃进行攻击。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (249, 249, 'zh-Hans', '电涡蜗', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"电电电池\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点感电异常状态值。(不可叠加)\"}', '传统的健康疗法中有着,向浴缸中放入电涡蜗, 然后享受电疗浴的做法。 换句话说就是,古老偏方,切勿模仿。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"雷击\", \"Type\": \"Electricity\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"生成可笔直前进的雷击。\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"闪电冲击\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"让自己化作避雷针引来雷电, 并在原地引发闪电爆炸。\"}, {\"Name\": \"闪电伏特\", \"Type\": \"Electricity\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄雷电之力 瞄准敌人释放强劲电击。\"}, {\"Name\": \"雷动八方\", \"Type\": \"Electricity\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"向八个方向召唤直线推进的雷击。\"}, {\"Name\": \"涡壳充电\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"电涡蜗及亚种的专用技能。 缩入壳中减伤并积蓄电能。 充满后释放电流,对周围敌人造成伤害。 放电后,短时间内自身雷属性技能攻击力提升。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (250, 250, 'zh-Hans', '金涡蜗', '[{\"Name\": \"Electric\", \"Image\": \"/public/images/elements/T_Icon_element_s_03.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Generating Electricity\", \"Image\": \"/public/images/suitability/T_icon_palwork_03.png\", \"Level\": 4}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"发电器官\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"咚咚甲壳\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家和帕鲁受到的水属性伤害减轻15%,并且不会陷入浸湿状态。(不可叠加)\"}', '将滚烫的金涡蜗放进浴缸, 享受一场火热浴,这在遥远的古代曾经十分流行。 由于近年复古风潮兴起,它也再度成为了火热新趋势。', '[{\"Name\": \"冲击波\", \"Type\": \"Electricity\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速放电 给周围造成冲击。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"三相火花\", \"Type\": \"Electricity\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"同时发射直线飞行的高速雷球, 和追踪敌人的慢速雷球。\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"涡壳充电\", \"Type\": \"Electricity\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"电涡蜗及亚种的专用技能。 缩入壳中减伤并积蓄电能。 充满后释放电流,对周围敌人造成伤害。 放电后,短时间内自身雷属性技能攻击力提升。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (251, 251, 'zh-Hans', '妖焰灯', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 4}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"提灯附魔\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家射箭命中目标时会爆炸,额外造成相当于玩家攻击力15%的伤害。(不可叠加)\"}', '闪烁着妖异光芒的提灯,映照出世界的真实样貌。 若是感到提灯的光芒刺眼, 那想必是做了亏心事吧。', '[{\"Name\": \"暗黑球\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射以缓慢速度追击敌人的黑暗之球。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"鬼火\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"发射3个怨念 并执着追击敌人。\"}, {\"Name\": \"恶梦球\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"生成巨大的黑暗之球 瞄准敌人并高速发射。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); INSERT INTO `palsi18n` (`ID`, `PalsID`, `LanguageCode`, `Name`, `Types`, `Suitability`, `Drops`, `Aura`, `Description`, `Skills`, `FirstDefeatRewardItemID`) VALUES (252, 252, 'zh-Hans', '力士獒', '[{\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"骨头\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": \"横纲风范\", \"Tech\": \"力士獒的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的雷属性伤害减轻15%,并且不会陷入感电状态。(不可叠加)\"}', '曾经岛上有过力士獒相扑的娱乐活动, 若是最高级别的力士獒的话, 在受到草莽猪的突进攻击时, 结果反而是草莽猪会被击飞。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"投石\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"将岩石从眼前的地上吸附起来 瞄准敌人并发射。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"岩石锐矛\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"在敌人的脚边 生成尖锐的岩石长矛。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"四股踏\", \"Type\": \"Earth\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"力士獒的专用技能。 高高抡起右后腿重踏地面,释放冲击波, 对前方扇形范围造成攻击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (253, 253, 'zh-Hans', '颚莉丝', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 4}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"毒腺\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": \"巨舌缠绕\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_011.png\", \"Description\": \"若它在队伍中,玩家进行翻滚或滑步动作时,颚莉丝会卷起旋风攻击接触到的敌人(草属性 / 威力: 40)。(不可叠加)\"}', '什么奇怪的东西都毫不在意地往嘴里塞, 导致头顶的嘴有时会患上口腔溃疡。 每当这种时候,就由脸部的嘴来替代。 但是胡乱吃东西的毛病依然不改,最终两张嘴都得了口腔溃疡。', '[{\"Name\": \"剧毒射击\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 30, \"Cooldown\": 2, \"Description\": \"用蕴藏剧毒之力的淤泥 瞄准敌人并发射。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠绕地刺\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"用地下尖锐的根部追击敌人 并从脚下贯穿敌人。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (254, 254, 'zh-Hans', '雪绵啾', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"软萌圆圆鸟\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,提升对陷入冻结状态帕鲁的捕获概率。(不可叠加)\"}', '它脸颊周围的绒毛能吸收冲击力。 就算被击飞几米也没什么大不了的, 但整理羽毛很麻烦,痒的地方又挠不到, 总觉得有些烦乱、郁闷。', '[{\"Name\": \"空气弹\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"以急速射出空气团块。\"}, {\"Name\": \"冰刃\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"制造出新月型的冰刃, 将之射向前方。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"冰霜连弹\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在空中生成复数个冰锥, 瞄准敌人一齐射出。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (255, 255, 'zh-Hans', '蒲蒲飞芽', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"小麦种子\", \"Rate\": 100.0}]', '{\"Name\": \"绒毛妖精\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,提升对陷入缠绕状态帕鲁的捕获概率。(不可叠加)\"}', '它会将不好的记忆封存在绒毛球里。 风一吹,绒毛乘风而去, 忧郁的心情也随之飘散。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"太阳光束\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄太阳之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (256, 256, 'zh-Hans', '莉欧·莉涅', '[{\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 1}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 1}]', '[{\"Max\": 2, \"Min\": 2, \"Name\": \"水栖帕鲁的黏液\", \"Rate\": 100.0}]', '{\"Name\": \"魔力双子\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在据点里,其他据点帕鲁的浇水工作适应性等级+1。(不可叠加)\"}', '要是缺了其中一方,就会从不知何处出现替补者。 然后两者就会像无事发生般,开始和睦的生活在一起。 对于莉欧·莉涅来说,最重要的是「和睦相处」。', '[{\"Name\": \"水流射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"朝敌人发射高速水弹。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"瀑流击\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"召唤一束直线前进的水柱。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"漩涡新星\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人四周掀起波浪并涌向敌人, 最后在中心点爆炸,喷出高高的水柱。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (257, 257, 'zh-Hans', '紫狐娇', '[{\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 4}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"暗狐秘咒\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攻及击中点燃状态的敌人时,会使敌人周边燃烧,对碰到火焰的敌人持续造成相当于玩家攻击力15%的伤害。(不可叠加)\"}', '虽然摆出一副双手叉腰,一副如画般的神气姿态, 但是实际上,由于尾巴和头发过于沉重, 它不过是为了不摔倒而拼命保持平衡罢了。', '[{\"Name\": \"暗能弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射逐渐加速的黑暗能量弹\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"黑暗箭\", \"Type\": \"Dark\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"使用暗之力连续发射数支高速箭追击敌人。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (258, 258, 'zh-Hans', '大红呱', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 5}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"美丽花朵\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"纤维\", \"Rate\": 100.0}]', '{\"Name\": \"花之舞\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家进行翻滚或滑步动作时,无敌时间延长15%。(不可叠加)\"}', '有人认为它之所以经常摇头晃脑的,是为了拟态成被风吹动的花朵。 但是也有人反驳, 难道不是快速扭来扭去的红花看起来太掉SAN,所以谁都不想接近吗。', '[{\"Name\": \"风刃\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"发射超高速风刃 瞄准后笔直飞向敌人。\"}, {\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"落花踏\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"大红呱的专用技能。 先轻柔地浮空,再以利爪重重砸向地面。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (259, 259, 'zh-Hans', '兔绣袖', '[{\"Name\": \"Neutral\", \"Image\": \"/public/images/elements/T_Icon_element_s_00.png\"}]', '[{\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"长袖啦啦队员\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,其他队伍帕鲁的伙伴技能冷却时间缩短10%。(不可叠加)\"}', '爪尖的长毛是炫耀的资本。 它对于污渍很敏感,一直都小心翼翼的护理着毛发。 要是附近扬起了灰尘,就会露出非常嫌弃的表情。', '[{\"Name\": \"能量射击\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"积蓄能量, 并将其化作子弹射出。\"}, {\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"元气弹\", \"Type\": \"Neutral\", \"Level\": 15, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"积蓄大量能量, 并将其化作巨大球体射出。\"}, {\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 22, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"间隙潮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"连续在敌人的脚下生成水柱结成的墙壁。\"}, {\"Name\": \"水刀切割\", \"Type\": \"Water\", \"Level\": 40, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用压缩水流一扫前方。 被扫过的区域会在片刻后喷出水柱。\"}, {\"Name\": \"帕鲁光束\", \"Type\": \"Neutral\", \"Level\": 50, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄破坏性的能量, 朝前方大范围射出威力惊人的光束。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (260, 260, 'zh-Hans', '沁莲龙', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 5}, {\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 7}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 2, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"清灿迷雾\", \"Tech\": \"沁莲龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,会为玩家的攻击附加2点浸湿异常状态值。(不可叠加)\"}', '沁莲龙居住的水边,生有大量的外观相似的花朵。 研究者虽多次实验人工繁育花朵, 但只要进行了人为干预,无论怎样花朵都会枯萎。', '[{\"Name\": \"泡泡射击\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"发射大量泡沫 并缓慢追击敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"分流水炮\", \"Type\": \"Water\", \"Level\": 15, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"向前方发射高压水流。 片刻后,水流会向左右分岔。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"高压水炮\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"猛烈地释放出水流 并向前方大范围横扫。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}, {\"Name\": \"怒放莲华\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"沁莲龙的专用技能。 潜入地下隐匿身形。 随后化作花苞现身地表,绽放时对大范围敌人发动攻击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (261, 261, 'zh-Hans', '霄龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Water\", \"Image\": \"/public/images/elements/T_Icon_element_s_02.png\"}]', '[{\"Type\": \"Watering\", \"Image\": \"/public/images/suitability/T_icon_palwork_01.png\", \"Level\": 8}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"大型帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"苍天统治者\", \"Tech\": \"霄龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 霄龙的攻击力,会随着队伍中其他龙属性帕鲁的数量提升,每只增加4%。\"}', '灵环寄吾心,长相伴君身。 悠悠青天鉴,袅袅霄龙吟。', '[{\"Name\": \"水枪\", \"Type\": \"Water\", \"Level\": 1, \"Power\": 50, \"Cooldown\": 2, \"Description\": \"发射水弹 笔直飞向对方。\"}, {\"Name\": \"酸雨\", \"Type\": \"Water\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"生成酸性云朵 在敌人头上下酸雨。\"}, {\"Name\": \"陨星\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 180, \"Cooldown\": 8, \"Description\": \"召唤陨石垂直落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"绽裂龙息\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"向敌人的位置发射充满龙属性的能量弹。 能量弹在着弹时将向周围扩散,在前方广范围引发爆炸。\"}, {\"Name\": \"水龙突进\", \"Type\": \"Water\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"霄龙的专用技能。 周身缠绕水流,笔直地向前猛冲。\"}, {\"Name\": \"苍龙炎\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"霄龙的专用技能。 喷吐龙属性烈焰横扫四方, 将周围尽数化为焦土。\"}, {\"Name\": \"天变之涡\", \"Type\": \"Water\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"霄龙的专用技能。 召唤直冲天际的巨大漩涡。 吞噬周围的敌人,将其一网打尽。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (262, 262, 'zh-Hans', '莉芳', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 3}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"克己复礼\", \"Tech\": null, \"Image\": null, \"Description\": \"莉芳的攻击力和防御力,会随着队伍中其他草属性帕鲁的数量提升,每只增加2%。\"}', '磨砺一脉相传的武术,唯有日日精进! 沉溺情爱乃荒唐无稽!唯有日日修行! 时机已至!向心仪之人发起攻势!唯有失恋! 恋爱之术未曾传承!此情唯有未竟!', '[{\"Name\": \"种子机关枪\", \"Type\": \"Leaf\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"释放大量坚硬的种子 攻击前方的敌人。\"}, {\"Name\": \"三重风刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"瞄准敌人发射 3发直线飞行的超高速风刃。\"}, {\"Name\": \"烈风切\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"扇形射出锐利的风刃。\"}, {\"Name\": \"连续回旋踢\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"莉芳的专用技能。 迅速连续施展回旋踢后,释放气功波进行攻击。\"}, {\"Name\": \"连环风刃\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"瞄准敌人射出无数风刃。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (263, 263, 'zh-Hans', '密林陶洛斯', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 3}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 2}, {\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 2}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}]', '{\"Name\": \"大自然之威\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,密林陶洛斯会将力量分给玩家,让玩家的攻击转变为草属性,且攻击力提升30%。\"}', '角上的那片叶子,无论如何拉扯也不会掉落。 而当它自行飘落时, 密林陶洛斯便感应到自身大限将至。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"绿野飓风\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"在左右两侧生成龙卷风, 并扇向敌人。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"蛮牛奔袭\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"密林陶洛斯的专用技能。 狂暴地激发力量, 连续发动2次草属性突进。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (264, 264, 'zh-Hans', '冰峰陶洛斯', '[{\"Name\": \"Ice\", \"Image\": \"/public/images/elements/T_Icon_element_s_08.png\"}]', '[{\"Type\": \"Lumbering\", \"Image\": \"/public/images/suitability/T_icon_palwork_06.png\", \"Level\": 3}, {\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 3}, {\"Type\": \"Cooling\", \"Image\": \"/public/images/suitability/T_icon_palwork_10.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"角\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"结冰器官\", \"Rate\": 100.0}]', '{\"Name\": \"永冻土之威\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家攻击浸湿状态的敌人时,一击就会让敌人陷入冻结状态。\"}', '只要一息尚存,头上的冰角就不会融化。 当水滴从冰角上滴落之时, 冰峰陶洛斯便会感觉到自己的身体逐渐变得冰冷。', '[{\"Name\": \"泥浆投掷\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"用黏糊糊的泥巴 瞄准敌人并发射。\"}, {\"Name\": \"凛冬之息\", \"Type\": \"Ice\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"朝敌人喷出冰冷空气, 持续对目标造成伤害。\"}, {\"Name\": \"寒冰之壁\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"从地面召唤出冰墙。 冰墙会持续一段时间, 并在承受一定伤害后碎裂。\"}, {\"Name\": \"蛮牛冰袭\", \"Type\": \"Ice\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"冰峰陶洛斯的专用技能。 狂暴地激发力量, 连续发动2次冰属性突进。\"}, {\"Name\": \"冰锋之路\", \"Type\": \"Ice\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"召唤朝前方三个方向推进的冰柱\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"晶钻之雨\", \"Type\": \"Ice\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在敌人头顶生无数个冰块, 随后接连落下攻击目标。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (265, 265, 'zh-Hans', '暮尘蛾', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 6}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 4}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 8}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 2}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"古代文明核心\", \"Rate\": 100.0}]', '{\"Name\": \"孢子守卫\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,玩家的攻击击中缠绕状态的敌人时,会使敌人爆炸,额外造成相当于玩家攻击力1%的伤害。(不可叠加) 另外,能让玩家与帕鲁不受世界树的爆炸孢子影响。\"}', '其自古时起便静静伫立在“世界树”旁,一直守护着什么。 现今暮尘蛾已然不知道要守护什么,又为什么要守护了。 毕竟,“世界树”会给予指引。 毕竟,被操纵的孢子们,也理应知晓敌人是谁。', '[{\"Name\": \"真空刃\", \"Type\": \"Neutral\", \"Level\": 1, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"扇形发射锋利的气刃。\"}, {\"Name\": \"连锁叶刃\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"发射风刃, 在击中敌人或树木时反弹并连续造成攻击, 最多可反弹4次。\"}, {\"Name\": \"钻石星辰\", \"Type\": \"Ice\", \"Level\": 15, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"生成巨大的冰块 瞄准敌人后高速发射。 中弹时,可同时给周围造成冲击。\"}, {\"Name\": \"十字风切\", \"Type\": \"Leaf\", \"Level\": 22, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"在敌人前方生成风刃, 并对其发动十字斩击。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}, {\"Name\": \"光击阵\", \"Type\": \"Neutral\", \"Level\": 40, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"在敌人脚下和四周引发大范围的光柱爆炸。\"}, {\"Name\": \"巨大孢子\", \"Type\": \"Leaf\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"暮尘蛾的专用技能。 发射追踪敌人的巨大孢子。 命中后爆炸,造成大范围爆炸冲击波。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (266, 266, 'zh-Hans', '灵曦龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"自由翼龙\", \"Tech\": \"灵曦龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 灵曦龙的攻击力和移动速度,会随着队伍中其他龙属性或暗属性帕鲁的数量提升,每只增加2%。\"}', '直到最近才被目击到的全新帕鲁。 性情沉稳又安静,只是想要自由的生活着。 已经,不再有任何束缚了。', '[{\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"龙息\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"向前方呼出蕴含龙之力的气息 ,持续对目标造成伤害。\"}, {\"Name\": \"切割龙息\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 350, \"Cooldown\": 16, \"Description\": \"用龙属性的射线一扫前方。 被扫过地方将产生延迟爆炸。\"}, {\"Name\": \"三重陨星\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"召唤陨石接连落下, 并在撞击点产生冲击波。\"}, {\"Name\": \"曳尾斩\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"灵曦龙的专用技能。 高速逼近敌人,以尾巴进行斩击。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}, {\"Name\": \"火花射线\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"灵曦龙及亚种的专用技能。 持续喷吐高温光线。 最终在光线落点引发剧烈爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (267, 267, 'zh-Hans', '狱熙龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 6}]', '[{\"Max\": 5, \"Min\": 4, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 6, \"Min\": 5, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"愤怒翼龙\", \"Tech\": \"狱熙龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_018.png\", \"Description\": \"可骑在它的背上在空中飞行。 狱熙龙的攻击力和移动速度,会随着队伍中其他龙属性或火属性帕鲁的数量提升,每只增加2%。\"}', '最近才开始被目击到的新型帕鲁。 性情暴躁,总是对什么东西发泄怒气。 已经,不会再去相信任何事物。', '[{\"Name\": \"龙之波动\", \"Type\": \"Dragon\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"快速释放龙之力 给周围造成冲击。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"绽裂龙息\", \"Type\": \"Dragon\", \"Level\": 15, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"向敌人的位置发射充满龙属性的能量弹。 能量弹在着弹时将向周围扩散,在前方广范围引发爆炸。\"}, {\"Name\": \"龙息炮\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"向敌人发射积蓄着龙属性力量的能量弹。 能量弹在着弹时将引发大范围爆炸。\"}, {\"Name\": \"曳尾斩\", \"Type\": \"Dragon\", \"Level\": 30, \"Power\": 550, \"Cooldown\": 24, \"Description\": \"灵曦龙的专用技能。 高速逼近敌人,以尾巴进行斩击。\"}, {\"Name\": \"烈焰球\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"在头上生成巨大火球,并向敌人发射。 中弹后会爆炸,造成大范围爆炸冲击波。\"}, {\"Name\": \"火花射线\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"灵曦龙及亚种的专用技能。 持续喷吐高温光线。 最终在光线落点引发剧烈爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (268, 268, 'zh-Hans', '夜蔓爵', '[{\"Name\": \"Grass\", \"Image\": \"/public/images/elements/T_Icon_element_s_04.png\"}, {\"Name\": \"Dark\", \"Image\": \"/public/images/elements/T_Icon_element_s_05.png\"}]', '[{\"Type\": \"Planting\", \"Image\": \"/public/images/suitability/T_icon_palwork_02.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Medicine Production\", \"Image\": \"/public/images/suitability/T_icon_palwork_08.png\", \"Level\": 6}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 3}]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"古代文明核心\", \"Rate\": 100.0}, {\"Max\": 5, \"Min\": 4, \"Name\": \"毒腺\", \"Rate\": 100.0}]', '{\"Name\": \"迷雾守卫\", \"Tech\": null, \"Image\": null, \"Description\": \"发动后,为玩家的攻击附加2点中毒异常状态值。(不可叠加) 若它在队伍中,玩家和帕鲁不会陷入中毒状态,并且不受世界树区域的毒气影响。\"}', '其自古时起便静静伫立在“世界树”旁,一直守护着什么。 现今夜蔓爵已经看不到要守护什么,又为什么要守护了。 毕竟,“世界树”知晓一切。 毕竟,唯有它操纵的浓雾能揭露那片真相。', '[{\"Name\": \"黑暗弹\", \"Type\": \"Dark\", \"Level\": 1, \"Power\": 70, \"Cooldown\": 4, \"Description\": \"将带有黑暗力量的高速能量弹射向敌人。\"}, {\"Name\": \"种子地雷\", \"Type\": \"Leaf\", \"Level\": 7, \"Power\": 120, \"Cooldown\": 8, \"Description\": \"发射危险的种子。 碰到敌人会绽开并爆炸。\"}, {\"Name\": \"缠根牢狱\", \"Type\": \"Leaf\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"在敌人的位置和其周围刺出尖锐的根刺。\"}, {\"Name\": \"暗黑雷射\", \"Type\": \"Dark\", \"Level\": 22, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"积蓄黑暗之力 瞄准敌人发射强劲光线。\"}, {\"Name\": \"黑暗之拥\", \"Type\": \"Dark\", \"Level\": 30, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"发射多个可以追击敌人的黑暗之球。\"}, {\"Name\": \"翠耀罡风\", \"Type\": \"Leaf\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"以自身为中心掀起巨大的风暴漩涡, 发动强力攻击。\"}, {\"Name\": \"毒雾花滑\", \"Type\": \"Dark\", \"Level\": 50, \"Power\": 700, \"Cooldown\": 30, \"Description\": \"夜蔓爵的专用技能。 喷吐腐蚀雾的同时贴地滑行突进。 雾气会在原地残留一段时间。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (269, 269, 'zh-Hans', '枯星龙', '[]', '[]', '[{\"Max\": 1, \"Min\": 1, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"优质帕鲁油\", \"Rate\": 100.0}]', '{\"Name\": \"-\", \"Tech\": null, \"Image\": \"/public/images/other/T_icon_skill_pal_000.png\", \"Description\": \"这个帕鲁擅长的事情仍在调查中。\"}', '于遥远过去降临于帕洛斯群岛,神秘的帕鲁迎来其终焉。 作为灾厄带来过无数毁灭,后被长久封印。 最终被某位帕鲁驯养师所击败。', '[]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (270, 270, 'zh-Hans', '燎火舞伶', '[{\"Name\": \"Fire\", \"Image\": \"/public/images/elements/T_Icon_element_s_01.png\"}]', '[{\"Type\": \"Kindling\", \"Image\": \"/public/images/suitability/T_icon_palwork_00.png\", \"Level\": 8}, {\"Type\": \"Handiwork\", \"Image\": \"/public/images/suitability/T_icon_palwork_04.png\", \"Level\": 6}, {\"Type\": \"Gathering\", \"Image\": \"/public/images/suitability/T_icon_palwork_05.png\", \"Level\": 5}, {\"Type\": \"Transporting\", \"Image\": \"/public/images/suitability/T_icon_palwork_11.png\", \"Level\": 5}]', '[{\"Max\": 3, \"Min\": 2, \"Name\": \"皮革\", \"Rate\": 100.0}, {\"Max\": 3, \"Min\": 2, \"Name\": \"喷火器官\", \"Rate\": 100.0}]', '{\"Name\": \"大显身手\", \"Tech\": null, \"Image\": null, \"Description\": \"若它在队伍中,会为玩家的攻击附加2点点燃异常状态值。(不可叠加)\"}', '和敌人对峙时, 总是会做一些看似破绽百出的夸张动作。 可神奇的是,对手往往会被震慑住,愣愣地盯着它看。', '[{\"Name\": \"烈焰射击\", \"Type\": \"Fire\", \"Level\": 1, \"Power\": 40, \"Cooldown\": 2, \"Description\": \"瞄准后发射可笔直飞向敌人 的火焰弹。\"}, {\"Name\": \"烈焰溅射\", \"Type\": \"Fire\", \"Level\": 7, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向敌人发射火球。 稍作飞行后会破裂 并向前方放射小型火球。\"}, {\"Name\": \"烈焰放射\", \"Type\": \"Fire\", \"Level\": 15, \"Power\": 160, \"Cooldown\": 8, \"Description\": \"面向敌人释放火焰, 持续对目标造成伤害。\"}, {\"Name\": \"爆烈火墙\", \"Type\": \"Fire\", \"Level\": 22, \"Power\": 250, \"Cooldown\": 12, \"Description\": \"在敌人的位置燃起火焰之墙。 火墙将持续一段时间, 对碰到的敌人造成伤害。\"}, {\"Name\": \"流火\", \"Type\": \"Fire\", \"Level\": 30, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"使用火焰的力量做出复数个球体, 然后向敌人发射无数火球。\"}, {\"Name\": \"熔岩爆发\", \"Type\": \"Fire\", \"Level\": 40, \"Power\": 450, \"Cooldown\": 20, \"Description\": \"向上空喷射无数熔岩弹。 一段时间后,射出的熔岩弹将如雨一般散落在周围。\"}, {\"Name\": \"地狱火\", \"Type\": \"Fire\", \"Level\": 50, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"使敌人周围地面活性化, 并在一定时间后爆炸。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'), (271, 271, 'zh-Hans', '磐甲龙', '[{\"Name\": \"Dragon\", \"Image\": \"/public/images/elements/T_Icon_element_s_06.png\"}, {\"Name\": \"Ground\", \"Image\": \"/public/images/elements/T_Icon_element_s_07.png\"}]', '[{\"Type\": \"Mining\", \"Image\": \"/public/images/suitability/T_icon_palwork_07.png\", \"Level\": 8}]', '[{\"Max\": 2, \"Min\": 1, \"Name\": \"超高热核心\", \"Rate\": 100.0}, {\"Max\": 1, \"Min\": 1, \"Name\": \"究极帕鲁之魂\", \"Rate\": 100.0}]', '{\"Name\": \"不破要塞龙\", \"Tech\": \"磐甲龙的鞍具\", \"Image\": \"/public/images/other/T_icon_skill_pal_017.png\", \"Description\": \"可骑在它的背上移动。 若它在队伍中,玩家和帕鲁受到的爆炸攻击伤害减轻60%,并且不会陷入眩晕状态。(不可叠加)\"}', '很久以前,在通信手段匮乏的年代, 人们曾通过闪烁磐甲龙翅膀内侧的光芒, 传递简单的信号。', '[{\"Name\": \"碎石霰弹\", \"Type\": \"Earth\", \"Level\": 1, \"Power\": 80, \"Cooldown\": 4, \"Description\": \"向前方射出大量的小石头碎屑。\"}, {\"Name\": \"绽裂龙息\", \"Type\": \"Dragon\", \"Level\": 7, \"Power\": 200, \"Cooldown\": 12, \"Description\": \"向敌人的位置发射充满龙属性的能量弹。 能量弹在着弹时将向周围扩散,在前方广范围引发爆炸。\"}, {\"Name\": \"岩爆\", \"Type\": \"Earth\", \"Level\": 15, \"Power\": 300, \"Cooldown\": 16, \"Description\": \"撼动地面, 使大块岩石射向四面八方\"}, {\"Name\": \"龙息炮\", \"Type\": \"Dragon\", \"Level\": 22, \"Power\": 400, \"Cooldown\": 20, \"Description\": \"向敌人发射积蓄着龙属性力量的能量弹。 能量弹在着弹时将引发大范围爆炸。\"}, {\"Name\": \"沙尘暴\", \"Type\": \"Earth\", \"Level\": 30, \"Power\": 500, \"Cooldown\": 24, \"Description\": \"生成复数个砂龙卷。 龙卷风们将一边自旋一边绕中心旋转。\"}, {\"Name\": \"震岩\", \"Type\": \"Earth\", \"Level\": 40, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"震动地面, 并令巨大的岩石飞起。\"}, {\"Name\": \"龙彗星\", \"Type\": \"Dragon\", \"Level\": 50, \"Power\": 600, \"Cooldown\": 30, \"Description\": \"召唤大量小陨石 瞄准敌人并发射。\"}]', '{\"Name\": null, \"Image\": null, \"Description\": null}'); -- -------------------------------------------------------- -- -- Table structure for table `passiveskills` -- CREATE TABLE `passiveskills` ( `ID` int NOT NULL, `Name` varchar(50) NOT NULL, `DevName` varchar(50) NOT NULL, `Ability` varchar(50) NOT NULL, `Tier` int NOT NULL, `Description` text, `Image` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `passiveskills` -- INSERT INTO `passiveskills` (`ID`, `Name`, `DevName`, `Ability`, `Tier`, `Description`, `Image`) VALUES (1, 'Blood of the Dragon', 'PASSIVE_ElementBoost_Dragon_1_PAL', 'Dragon Damage', 1, '10% increase to Dragon attack damage.', '/public/images/passive/passivec.png'), (2, 'Botanical Barrier', 'PASSIVE_ElementResist_Leaf_1_PAL', 'Grass Defense', 1, '10% decrease to incoming Grass damage.', '/public/images/passive/passivec.png'), (3, 'Earthquake Resistant', 'PASSIVE_ElementResist_Earth_1_PAL', 'Ground Defense', 1, '10% decrease to incoming Earth damage.', '/public/images/passive/passivec.png'), (4, 'Zen Mind', 'PASSIVE_ElementBoost_Normal_1_PAL', 'Neutral Damage', 1, '10% increase to Neutral attack damage.', '/public/images/passive/passivec.png'), (5, 'Dragonkiller', 'PASSIVE_ElementResist_Dragon_1_PAL', 'Dragon Defense', 1, '10% decrease to incoming Dragon damage.', '/public/images/passive/passivec.png'), (6, 'Insulated Body', 'PASSIVE_ElementResist_Thunder_1_PAL', 'Electric Defense', 1, '10% decrease to incoming Lightning damage.', '/public/images/passive/passivec.png'), (7, 'Brave', 'PASSIVE_PAL_ALLAttack_up1', 'Attack Stat', 1, 'Attack +10%', '/public/images/passive/passivec.png'), (8, 'Fragrant Foliage', 'PASSIVE_ElementBoost_Leaf_1_PAL', 'Grass Damage', 1, '10% increase to Grass attack damage.', '/public/images/passive/passivec.png'), (9, 'Burly Body', 'PASSIVE_Deffence_up2', 'Defense Stat', 3, 'Defense +20%', '/public/images/passive/passivea.png'), (10, 'Coward', 'PASSIVE_PAL_ALLAttack_down1', 'Attack Stat', -1, 'Attack -10% ', '/public/images/passive/passivex.png'), (11, 'Heated Body', 'PASSIVE_ElementResist_Ice_1_PAL', 'Ice Defense', 1, '10% decrease to incoming Ice damage. ', '/public/images/passive/passivec.png'), (12, 'Pacifist', 'PASSIVE_PAL_ALLAttack_down2', 'Attack Stat', -3, 'Attack -20%', '/public/images/passive/passivez.png'), (13, 'Positive Thinker', 'PASSIVE_PAL_Sanity_Down_1', 'SAN Depletion', 1, 'SAN drops +10% slower.', '/public/images/passive/passivec.png'), (14, 'Motivational Leader', 'PASSIVE_TrainerWorkSpeed_UP_1', 'Player Buff', 3, '25% increase to Player Work Speed.', '/public/images/passive/passivea.png'), (15, 'Lucky', 'PASSIVE_Rare', 'Work and Attack', 3, 'Work Speed +15%, Attack +15%', '/public/images/passive/passivea.png'), (16, 'Pyromaniac', 'PASSIVE_ElementBoost_Fire_1_PAL', 'Fire Damage', 1, '10% increase to Fire attack damage.', '/public/images/passive/passivec.png'), (17, 'Abnormal', 'PASSIVE_ElementResist_Normal_1_PAL', 'Neutral Defense', 1, '10% decreased to incoming Neutral damage.', '/public/images/passive/passivec.png'), (18, 'Cheery', 'PASSIVE_ElementResist_Dark_1_PAL', 'Dark Defense', 1, '10% decrease to incoming Dark damage. ', '/public/images/passive/passivec.png'), (19, 'Nimble', 'PASSIVE_MoveSpeed_up_1', 'Movement Speed', 1, '10% increase to Movement Speed.', '/public/images/passive/passivec.png'), (20, 'Runner', 'PASSIVE_MoveSpeed_up_2', 'Movement Speed', 2, '20% increase to Movement Speed.', '/public/images/passive/passiveb.png'), (21, 'Slacker', 'PASSIVE_CraftSpeed_down2', 'Work Speed', -3, 'Work Speed -30%', '/public/images/passive/passivez.png'), (22, 'Unstable', 'PASSIVE_PAL_Sanity_Up_1', 'SAN Depletion', -1, 'SAN drops +10% faster.', '/public/images/passive/passivex.png'), (23, 'Stronghold Strategist', 'PASSIVE_TrainerDEF_UP_1', 'Player Buff', 3, '10% increase to Player Defense.', '/public/images/passive/passivea.png'), (24, 'Workaholic', 'PASSIVE_PAL_Sanity_Down_2', 'SAN Depletion', 3, 'SAN drops +15% slower.', '/public/images/passive/passivea.png'), (25, 'Swift', 'PASSIVE_MoveSpeed_up_3', 'Movement Speed', 3, '30% increase to movement speed.', '/public/images/passive/passivea.png'), (26, 'Sadist', 'PASSIVE_PAL_sadist', 'Attack Up + Defense Down', 1, 'Attack +15%, Defense -15%', '/public/images/passive/passivec.png'), (27, 'Glutton', 'PASSIVE_PAL_FullStomach_Up_1', 'Satiety', -1, 'Satiety drops +10% faster.', '/public/images/passive/passivex.png'), (28, 'Downtrodden', 'PASSIVE_Deffence_down1', 'Defense Stat', -1, 'Defense -10%', '/public/images/passive/passivex.png'), (29, 'Vanguard', 'PASSIVE_TrainerATK_UP_1', 'Player Buff', 3, '10% increase to Player Attack.', '/public/images/passive/passivea.png'), (30, 'Capacitor', 'PASSIVE_ElementBoost_Thunder_1_PAL', 'Electric Damage', 1, '10% increase to Lightning attack damage.', '/public/images/passive/passivec.png'), (31, 'Logging Foreman', 'PASSIVE_TrainerLogging_up1', 'Player Buff', 3, '25% increase to Player Logging Efficiency.', '/public/images/passive/passivea.png'), (32, 'Aggressive', 'PASSIVE_PAL_oraora', 'Attack Up + Defense Down', 1, 'Attack +10%, Defense -10%', '/public/images/passive/passivec.png'), (33, 'Waterproof', 'PASSIVE_ElementResist_Aqua_1_PAL', 'Water Defense', 1, '10% decrease to incoming Water damage.', '/public/images/passive/passivec.png'), (34, 'Dainty Eater', 'PASSIVE_PAL_FullStomach_Down_1', 'Satiety', 1, 'Satiety drops +10% slower.', '/public/images/passive/passivec.png'), (35, 'Coldblooded', 'PASSIVE_ElementBoost_Ice_1_PAL', 'Ice Damage', 1, '10% increase to Ice attack damage. ', '/public/images/passive/passivec.png'), (36, 'Artisan', 'PASSIVE_CraftSpeed_up2', 'Work Speed', 3, 'Work Speed +50% ', '/public/images/passive/passivea.png'), (37, 'Destructive', 'PASSIVE_PAL_Sanity_Up_2', 'SAN Depletion', -2, 'SAN drops +15% faster.', '/public/images/passive/passivey.png'), (38, 'Musclehead', 'PASSIVE_Noukin', 'Attack Up + Work Down', 2, 'Attack +30%, Work Speed -50%', '/public/images/passive/passiveb.png'), (39, 'Hooligan', 'PASSIVE_PAL_rude', 'Attack Up + Work Down', 1, 'Attack +15%, Work Speed -10%', '/public/images/passive/passivec.png'), (40, 'Diet Lover', 'PASSIVE_PAL_FullStomach_Down_2', 'Satiety', 3, 'Decrease in Hunger is less likely by +15%', '/public/images/passive/passivea.png'), (41, 'Mine Foreman', 'PASSIVE_TrainerMining_up1', 'Player Buff', 3, '25% increase to Player Mining Efficiency.', '/public/images/passive/passivea.png'), (42, 'Serious', 'PASSIVE_CraftSpeed_up1', 'Work Speed', 2, 'Work Speed +20%', '/public/images/passive/passiveb.png'), (43, 'Ferocious', 'PASSIVE_PAL_ALLAttack_up2', 'Attack Stat', 3, 'Attack +20%', '/public/images/passive/passivea.png'), (44, 'Masochist', 'PASSIVE_PAL_masochist', 'Defense Up + Attack Down', 1, 'Defense +15%, Attack -15%', '/public/images/passive/passivec.png'), (45, 'Power of Gaia', 'PASSIVE_ElementBoost_Earth_1_PAL', 'Ground Damage', 1, '10% increase to Earth attack damage.', '/public/images/passive/passivec.png'), (46, 'Bottomless Stomach', 'PASSIVE_PAL_FullStomach_Up_2', 'Satiety', -2, 'Satiety drops +15% faster.', '/public/images/passive/passivey.png'), (47, 'Suntan Lover', 'PASSIVE_ElementResist_Fire_1_PAL', 'Fire Defense', 1, '10% decrease to incoming Fire damage.', '/public/images/passive/passivec.png'), (48, 'Conceited', 'PASSIVE_PAL_conceited', 'Work Speed Up + Defense Down', 1, 'Work Speed +10%, Defense -10%', '/public/images/passive/passivec.png'), (49, 'Veil of Darkness', 'PASSIVE_ElementBoost_Dark_1_PAL', 'Dark Damage', 1, '10% increase to Dark attack damage.', '/public/images/passive/passivec.png'), (50, 'Hard Skin', 'PASSIVE_Deffence_up1', 'Defense Stat', 1, 'Defense +10%', '/public/images/passive/passivec.png'), (51, 'Hydromaniac', 'PASSIVE_ElementBoost_Aqua_1_PAL', 'Water Damage', 1, '10% increase to Water attack damage.', '/public/images/passive/passivec.png'), (52, 'Work Slave', 'PASSIVE_PAL_CorporateSlave', 'Work Speed Up + Attack Down', 1, 'Work Speed +30%, Attack -30%', '/public/images/passive/passivec.png'), (53, 'Legend', 'PASSIVE_Legend', 'Attack, Defense and Speed', 3, 'Attack +20%, Defense +20%, Movement Speed increases 15%', '/public/images/passive/passivea.png'), (54, 'Divine Dragon', 'PASSIVE_ElementBoost_Dragon_2_PAL', 'Dragon Damage', 3, '20% increase to Dragon attack damage.', '/public/images/passive/passivea.png'), (55, 'Lord of Lightning', 'PASSIVE_ElementBoost_Thunder_2_PAL', 'Electric Damage', 3, '20% increase to Lightning attack damage.', '/public/images/passive/passivea.png'), (56, 'Clumsy', 'PASSIVE_CraftSpeed_down1', 'Work Speed', -1, 'Work Speed -10%', '/public/images/passive/passivex.png'), (57, 'Brittle', 'PASSIVE_Deffence_down2', 'Defense Stat', -3, 'Defense -20%', '/public/images/passive/passivez.png'), (58, 'Lord of the Underworld', 'PASSIVE_ElementBoost_Dark_2_PAL', 'Dark Damage', 3, '20% increase to Dark attack damage.', '/public/images/passive/passivea.png'), (59, 'Spirit Emperor', 'PASSIVE_ElementBoost_Leaf_2_PAL', 'Grass Damage', 3, '20% increase to Grass attack damage.', '/public/images/passive/passivea.png'), (60, 'Celestial Emperor', 'PASSIVE_ElementBoost_Normal_2_PAL', 'Neutral Damage', 3, '20% increase to Normal attack damage.', '/public/images/passive/passivea.png'), (61, 'Flame Emperor', 'PASSIVE_ElementBoost_Fire_2_PAL', 'Fire Damage', 3, '20% increase to Fire attack damage.', '/public/images/passive/passivea.png'), (62, 'Ice Emperor', 'PASSIVE_ElementBoost_Ice_2_PAL', 'Ice Damage', 3, '20% increase to Ice attack damage.', '/public/images/passive/passivea.png'), (63, 'Lord of the Sea', 'PASSIVE_ElementBoost_Aqua_2_PAL', 'Water Damage', 3, '20% increase to Water attack damage.', '/public/images/passive/passivea.png'), (64, 'Mercy Hit', 'PASSIVE_NonKilling', 'Pacifist', -1, 'The attack target Health cannot be less than 1.', '/public/images/passive/passivex.png'), (65, 'Siren of the Void', 'PASSIVE_Witch', 'Attack', 3, '30% increase to Dark attack damage., 30% increase to Ice attack damage.', '/public/images/passive/passivea.png'), (66, 'Eternal Flame', 'PASSIVE_EternalFlame', 'Attack', 3, '30% increase to Fire attack damage., 30% increase to Lightning attack damage.', '/public/images/passive/passivea.png'), (67, 'Earth Emperor', 'PASSIVE_ElementBoost_Earth_2_PAL', 'Attack', 3, '20% increase to Earth attack damage.', '/public/images/passive/passivea.png'), (68, 'Philanthropist', 'PASSIVE_Test_PalEgg_HatchingSpeed_Up', 'Production', 3, 'When assigned to a Breeding Farm, egg production time is reduced by 100%.', '/public/images/passive/passivea.png'), (69, 'Serenity', 'PASSIVE_CoolTimeReduction_Up_1', 'Attack', 3, 'Active skill cooldown reduction 30%, Attack +10%', '/public/images/passive/passivea.png'), (70, 'Infinite Stamina', 'PASSIVE_Stamina_Up_1', 'Stamina', 3, 'Max stamina +50, *This effect is only valid for rideable pals.', '/public/images/passive/passivea.png'), (71, 'Noble', 'PASSIVE_SalePrice_Up_1', 'Sale', 2, 'Sale price +5%', '/public/images/passive/passiveb.png'), (72, 'Nocturnal', 'PASSIVE_Nocturnal', 'Nocturnal', 1, 'Does not sleep and continues to work even at night.', '/public/images/passive/passivec.png'), (73, 'Impatient', 'PASSIVE_CoolTimeReduction_Up_2', 'Skill', 1, 'Active skill cooldown reduction 15%', '/public/images/passive/passivec.png'), (74, 'Fit as a Fiddle', 'PASSIVE_Stamina_Up_2', 'Stamina', 1, 'Max stamina +25%, *This effect is only valid for rideable pals.', '/public/images/passive/passivec.png'), (75, 'Fine Furs', 'PASSIVE_SalePrice_Up_2', 'SalePrice', 1, 'Sale price +3%', '/public/images/passive/passivec.png'), (76, 'Otherworldly Cells', 'PASSIVE_Alien', 'Attack, Damage', 1, 'Attack +10%, Fire damage reduction 15%, Lightning damage reduction 15%', '/public/images/passive/passivec.png'), (77, 'Easygoing', 'PASSIVE_CoolTimeReduction_Down_1', 'Skill', -1, 'Active skill cooldown extension -15%', '/public/images/passive/passivex.png'), (78, 'Sickly', 'PASSIVE_Stamina_Down_1', 'Stamina', -1, 'Max Stamina -25%, *This effect is only valid for rideable pals.', '/public/images/passive/passivex.png'), (79, 'Shabby', 'PASSIVE_SalePrice_Down_1', 'SalePrice', -1, 'Sale price -10%', '/public/images/passive/passivex.png'); -- -------------------------------------------------------- -- -- Table structure for table `passiveskillsi18n` -- CREATE TABLE `passiveskillsi18n` ( `ID` int NOT NULL, `PassiveSkillsID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Description` text ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -------------------------------------------------------- -- -- Table structure for table `sickpal` -- CREATE TABLE `sickpal` ( `ID` int NOT NULL, `DevName` varchar(50) NOT NULL, `Name` varchar(15) NOT NULL, `EffectiveItemRank` int NOT NULL, `WorkSpeed` int NOT NULL, `MoveSpeed` int NOT NULL, `SatietyDecrease` int NOT NULL, `Description` text, `RecoveryProbabilityPercentageInPalBox` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `sickpal` -- INSERT INTO `sickpal` (`ID`, `DevName`, `Name`, `EffectiveItemRank`, `WorkSpeed`, `MoveSpeed`, `SatietyDecrease`, `Description`, `RecoveryProbabilityPercentageInPalBox`) VALUES (1, 'Cold', 'Sick', 1, -5, 0, 0, 'Fuzzy-headed due to a cold. Work efficiency is temporarily lowered. Provide medicine as soon as possible.', 20), (2, 'Sprain', 'Sprain', 1, 0, -5, 0, 'Sprained a ligament. Movement speed is temporarily decreased. Provide medicine as soon as possible.', 20), (3, 'Bulimia', 'Overfull', 1, 0, 0, 50, 'Insatiable. Hunger decreases rapidly. Give medicine for a quick recovery.', 20), (4, 'GastricUlcer', 'Ulcer', 2, -10, -5, 0, 'Stomach pains. Work speed is temporarily decreased. Provide medicine as soon as possible.', 15), (5, 'Fracture', 'Fracture', 2, -5, -10, 0, 'A bone has broken causing extreme pain. Movement speed is slightly decreased. Give medicine urgently.', 15), (6, 'Weakness', 'Weakened', 3, -10, -20, 0, 'Body is in a very weakened state. Both work and movement speed are significantly reduced. Give medicine urgently.', 10), (7, 'DepressionSprain', 'Depressed', 3, -20, -10, 0, 'Very fragile mental state. Both work and movement speed are reduced. Give medicine urgently.', 10), (8, 'DisturbingElement', 'Troublemaker', 4, -50, -50, 0, 'Extremely suspicious behavior. Both work and movement speed are drastically reduced. Only brainwashing will revert this traitor back to normal.', 3); -- -------------------------------------------------------- -- -- Table structure for table `sickpali18n` -- CREATE TABLE `sickpali18n` ( `ID` int NOT NULL, `SickPalID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `Description` text ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `sickpali18n` -- INSERT INTO `sickpali18n` (`ID`, `SickPalID`, `LanguageCode`, `Name`, `Description`) VALUES (1, 1, 'zh-Hans', '感冒', '它因感冒而头昏脑胀, 工作速度暂时稍微下降。 赶快喂它吃药,让它恢复健康吧。'), (2, 2, 'zh-Hans', '扭伤', '它因为某个部位扭伤了, 移动速度暂时稍微下降。 赶快喂它吃药,让它恢复健康吧。'), (3, 3, 'zh-Hans', '暴食症', '不管怎么吃都无法满足, 饱足度会迅速下降。 赶快喂它吃药,让它恢复健康吧。'), (4, 4, 'zh-Hans', '胃溃疡', '它的胃部剧烈绞痛, 因此工作速度暂时有些下降。 赶快喂它吃药,让它恢复健康吧。'), (5, 5, 'zh-Hans', '骨折', '它因为某个部位的骨头断了, 工作与移动速度暂时稍微下降。 赶快喂它吃药,让它恢复健康吧。'), (6, 6, 'zh-Hans', '虚弱', '它的身体相当虚弱, 因此工作与移动速度暂时有些下降。 赶快喂它吃药,让它恢复健康吧。'), (7, 7, 'zh-Hans', '抑郁', '它的情绪非常低落, 因此工作与移动速度暂时下降。 赶快喂它吃药,让它恢复健康吧。'), (8, 8, 'zh-Hans', '危险分子', '它的行为举止极为可疑, 且工作与移动速度暂时大幅下降。 只能靠洗脑来让叛乱分子恢复正常了。'); -- -------------------------------------------------------- -- -- Table structure for table `techtree` -- CREATE TABLE `techtree` ( `ID` int NOT NULL, `DevName` varchar(80) NOT NULL, `Name` varchar(50) NOT NULL, `UnlockBuildObjects` json DEFAULT NULL, `UnlockItemRecipes` json DEFAULT NULL, `Description` text, `Image` varchar(100) NOT NULL, `RequireTechnology` varchar(50) DEFAULT NULL, `IsBossTechnology` tinyint(1) NOT NULL, `LevelCap` int NOT NULL, `Cost` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `techtree` -- INSERT INTO `techtree` (`ID`, `DevName`, `Name`, `UnlockBuildObjects`, `UnlockItemRecipes`, `Description`, `Image`, `RequireTechnology`, `IsBossTechnology`, `LevelCap`, `Cost`) VALUES (1, 'Workbench', 'Primitive Workbench', '[\"Primitive Workbench\"]', 'null', 'Primitive Workbench for producing simple items. Pals with Handiwork suitability help speed up production.', '/public/images/build/T_icon_buildObject_WorkBench.png', NULL, 0, 1, 1), (2, 'Product_Axe_Grade_01', 'Stone Axe', 'null', '[\"Stone Axe\"]', 'An axe for cutting wood. Made from stone, it\'s not very sharp.', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_00.png', NULL, 0, 1, 1), (3, 'Product_Pickaxe_Grade_01', 'Stone Pickaxe', 'null', '[\"Stone Pickaxe\"]', 'A pickaxe used for mining. Made from stone, the efficiency is questionable.', 'UnKnown', NULL, 0, 1, 1), (4, 'HandTorch', 'Hand-Held Torch', 'null', '[\"Hand-Held Torch\"]', 'Lights up dark areas and keeps you warm. Can also be used for close-range combat in a pinch. Can be crafted at Primitive Workbench.', '/public/images/build/T_icon_buildObject_TorchStand.png', NULL, 0, 1, 1), (5, 'Battle_MeleeWeapon_Bat', 'Wooden Club', 'null', '[\"Wooden Club\"]', 'A Wooden Club for close range combat. Can beat a small Pal to a pulp if need be.', '/public/images/weapon/T_itemicon_Weapon_Bat.png', NULL, 0, 1, 1), (6, 'PALBOX', 'Palbox', '[\"Palbox\"]', 'null', 'Facility for storing captured Pals. Pals inside gradually recover Health. The area around this structure will become your base.', '/public/images/build/T_icon_buildObject_PalBoxV2.png', NULL, 0, 2, 1), (7, 'Special_PalSphere_Grade_01', 'Pal Sphere', 'null', '[\"Pal Sphere\"]', 'An item that captures Pals when thrown. This basic model is only effective on low level Pals.', '/public/images/palsphere/T_itemicon_PalSphere.png', NULL, 0, 2, 1), (8, 'Product_Cooking_Grade_01', 'Campfire', '[\"Campfire\"]', 'null', 'Used to make simple food or provide meager warmth and light.', '/public/images/build/T_icon_buildObject_CampFire.png', NULL, 0, 2, 1), (9, 'Infra_ItemChest_Grade_01', 'Wooden Chest', '[\"Wooden Chest\"]', 'null', 'Used to store items. Place at a base and Pals with Transporting suitability will automatically carry items to it.', '/public/images/build/T_icon_buildObject_ItemChest.png', NULL, 0, 2, 1), (10, 'RepairBench', 'Repair Bench', '[\"Repair Bench\"]', 'null', 'Repairs damaged weapons and tools.', '/public/images/build/T_icon_buildObject_RepairBench.png', NULL, 0, 2, 1), (11, 'Wooden_houseset', 'Wooden Structure Set', '[\"Wooden Foundation\", \"Wooden Wall\", \"Wooden Roof\", \"Wooden Stairs\", \"Wooden Wall and Window\", \"Wooden Triangular Wall\", \"Wooden Slanted Roof\", \"Wooden Door\", \"Wooden Fence\", \"Wooden Triangular Foundation\", \"Wooden Diagonal Wall\", \"Wooden Triangular Roof\", \"Wooden Corner Roof\", \"Wooden Triangular Wall (Inverted)\", \"Wooden Pal Passage Entrance\", \"Wooden Slanted Triangular Roof\", \"Wooden Pyramid Roof\", \"Wooden Slanted Corner Roof (Inverted)\"]', 'null', 'Set for building bases using wood. Allows building of wooden foundations, walls, ceilings, stairs and other things necessary for shelters.', '/public/images/build/T_icon_buildObject_Wood_Foundation.png', NULL, 0, 2, 2), (12, 'SkinChange', 'Pal Dressing Facility', '[\"Pal Dressing Facility\"]', 'null', 'Pal Dressing Facility. Give your Pals a new look! Skins obtained inside and outside the game can be applied here!', '/public/images/build/T_icon_buildObject_SkinChange.png', NULL, 0, 2, 1), (13, 'Battle_RangeWeapon_Bow1', 'Old Bow', 'null', '[\"Old Bow\"]', 'Primitive long-range weapon. Hastily put together, it isn\'t very powerful. Can be crafted at Primitive Workbench.', '/public/images/weapon/T_itemicon_Weapon_WeakerBow.png', NULL, 0, 3, 1), (14, 'Arrow', 'Arrow', 'null', '[\"Arrow\"]', 'Arrows for use with bows. Can be crafted at Primitive Workbench.', '/public/images/ammo/T_itemicon_Ammo_Arrow.png', NULL, 0, 3, 1), (15, 'Spear', 'Stone Spear', 'null', '[\"Stone Spear\"]', 'Useful for close-range combat. Its length allows you to stand further away when attacking.', '/public/images/weapon/T_itemicon_Weapon_Spear_Tier_00.png', NULL, 0, 3, 2), (16, 'Infra_PlayerBed_Grade_01', 'Shoddy Bed', '[\"Shoddy Bed\"]', 'null', 'Human bed. Sleeping restores Health. Sleep at night and time will pass until morning. Cannot sleep unless built under a roof.', '/public/images/build/T_icon_buildObject_PlayerBed_02.png', NULL, 0, 3, 1), (17, 'Infra_PalBed_Grade_01', 'Straw Pal Bed', '[\"Straw Pal Bed\"]', 'null', 'Pals at base recover SAN when sleeping in beds at night. Without a Pal Bed, Pals cannot sleep soundly, and no SAN is recovered.', '/public/images/build/T_icon_buildObject_MedicalPalBed_02.png', NULL, 0, 3, 2), (18, 'GlobalPalStorage', 'Global Palbox', '[\"Global Palbox\"]', 'null', 'A facility that can store the genetic data of Pals and allows you to reconstruct them from this data. The stored genetic data can also be transferred to other worlds.', '/public/images/build/T_icon_buildObject_GlobalPalStorage.png', NULL, 0, 3, 1), (19, 'Shield_01', 'Common Shield', 'null', '[\"Common Shield\"]', 'Strange shield made with Paldium technology. It automatically repair itself after not taking damage for a while.', '/public/images/armor/T_itemicon_Armor_Shield_01.png', NULL, 0, 4, 2), (20, 'Battle_Armor_Grade_01_Cloth', 'Cloth Outfit', 'null', '[\"Cloth Outfit\"]', 'Clothes made from Cloth. Protects against cold nights. Can be crafted at Primitive Workbench.', '/public/images/armor/T_itemicon_Armor_ClothArmor.png', NULL, 0, 4, 2), (21, 'Battle_Cloth', 'Cloth', 'null', '[\"Cloth\"]', 'Cloth woven from Wool. Required to create armor. Can be crafted at Primitive Workbench.', '/public/images/material/T_itemicon_Material_Cloth.png', NULL, 0, 4, 1), (22, 'PalFoodBox', 'Feed Box', '[\"Feed Box\"]', 'null', 'Place food here, and Pals at the base will eat from it.', '/public/images/build/T_icon_buildObject_PalFoodBox.png', NULL, 0, 4, 2), (23, 'Product_Farm_Berries', 'Berry Plantation', '[\"Berry Plantation\"]', 'null', 'Can produce berries at a base. Requires Pal with Planting, Watering, and Gathering suitabilities.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Berries.png', NULL, 0, 5, 2), (24, 'MonsterFarm', 'Ranch', '[\"Ranch\"]', 'null', 'Ranch for raising sheep and fowl-like Pals. Assign Pals with the appropriate work suitability to the ranch to automatically produce items.', '/public/images/build/T_icon_buildObject_MonsterFarm.png', NULL, 0, 5, 2), (25, 'Battle_Glider_Grade_01', 'Normal Parachute', 'null', '[\"Normal Parachute\"]', 'A glider for soaring through the air. Cheaply made, it isn\'t very fast.', '/public/images/glider/T_itemicon_Glider_Glider_Old.png', NULL, 0, 5, 2), (26, 'Product_WorkBench_SkillUnlock', 'Pal Gear Workbench', '[\"Pal Gear Workbench\"]', 'null', 'Produces items that allow Pals to use Partner Skills.', '/public/images/build/T_icon_buildObject_WorkBench_SkillUnlock.png', NULL, 0, 6, 2), (27, 'Arrow_Fire', 'Fire Arrow', 'null', '[\"Fire Arrow\"]', 'Fire Arrows for use with bows. Deals Fire damage on contact. Can be crafted at Primitive Workbench.', '/public/images/ammo/T_itemicon_Ammo_Arrow_Fire.png', NULL, 0, 6, 1), (28, 'Torch', 'Mounted Torch', '[\"Mounted Torch\"]', 'null', 'Place it at a base to light the surrounding area.', '/public/images/build/T_icon_buildObject_TorchStand.png', NULL, 0, 6, 2), (29, 'Signboard', 'Sign', '[\"Sign\"]', 'null', 'Can be written on.', '/public/images/build/T_icon_buildObject_Signboard.png', NULL, 0, 6, 1), (30, 'WallSignboard', 'Wall-Mounted Sign', '[\"Wall-Mounted Sign\"]', 'null', 'A signboard to write on. Can be hung on walls.', '/public/images/build/T_icon_buildObject_WallSignboard.png', NULL, 0, 6, 2), (31, 'SkillUnlock_Boar', 'Rushoar Saddle', 'null', '[\"Rushoar Saddle\"]', 'Saddle for safely riding Rushoar.', '/public/images/pals/T_Boar_icon_normal.png', NULL, 0, 6, 1), (32, 'SkillUnlock_Kitsunebi', 'Foxparks\' Harness', 'null', '[\"Foxparks\' Harness\"]', 'Harness for holding Foxparks. Activate its Partner Skill to hold Foxparks and attack using it as a flamethrower.', '/public/images/pals/T_Kitsunebi_icon_normal.png', NULL, 0, 6, 1), (33, 'BaseCampWorkHard', 'Monitoring Stand', '[\"Monitoring Stand\"]', 'null', 'Command your Pals to work on various things inside a base. You can allow or prohibit individual kinds of work.', '/public/images/build/T_icon_buildObject_BaseCampWorkHard.png', NULL, 0, 7, 2), (34, 'Battle_MeleeWeapon_Bat2', 'Bat', 'null', '[\"Bat\"]', 'Baseball bat for close-range combat. Might be tough to get a home run with a Pal.', '/public/images/weapon/T_itemicon_Weapon_Spear_Bat2.png', NULL, 0, 7, 1), (35, 'Product_StationDeforest', 'Logging Site', '[\"Logging Site\"]', 'null', 'Can produce wood at a base. Requires Pal with Lumbering suitability.', '/public/images/build/T_icon_buildObject_StationDeforest2.png', NULL, 0, 7, 2), (36, 'Product_StonePit', 'Stone Pit', '[\"Stone Pit\"]', 'null', 'Can produce stone at a base. Requires Pal with Mining suitability.', '/public/images/build/T_icon_buildObject_StonePit.png', NULL, 0, 7, 2), (37, 'DefenseWait', 'Sandbag', '[\"Sandbag\"]', 'null', 'Pals assigned to it will watch for approaching enemies.', '/public/images/build/T_icon_buildObject_DefenseWait.png', NULL, 0, 7, 2), (38, 'BaseCampBattleDirector', 'Alarm Bell', '[\"Alarm Bell\"]', 'null', 'Bell that sets the alert status for Pals on base. Change Pal behavior to either attack invading enemies or focus entirely on work whenever you like.', '/public/images/build/T_icon_buildObject_BaseCampBattleDirector.png', NULL, 0, 7, 1), (39, 'SkillUnlock_Alpaca', 'Melpaca Saddle', 'null', '[\"Melpaca Saddle\"]', 'Saddle for safely riding Melpaca.', '/public/images/pals/T_Alpaca_icon_normal.png', NULL, 0, 7, 1), (40, 'Crusher', 'Crusher', '[\"Crusher\"]', 'null', 'Facility for breaking down Stone and Wood to exchange them for other materials. Requires Pal with the Watering suitability to spin the water turbine.', '/public/images/build/T_icon_buildObject_Crusher.png', NULL, 0, 8, 2), (41, 'Arrow_Poison', 'Poison Arrow', 'null', '[\"Poison Arrow\"]', 'Poison Arrows for use with bows. Afflicts target with Poison on contact. Can be crafted at Primitive Workbench.', '/public/images/ammo/T_itemicon_Ammo_Arrow_Poison.png', NULL, 0, 8, 1), (42, 'DefenseWall_Wood', 'Wooden Defensive Wall', '[\"Wooden Defensive Wall\"]', 'null', 'Massive defensive wall to prevent enemy intrusions. Made from wood, it breaks easily.', '/public/images/build/T_icon_buildObject_DefenseWall_Wood.png', NULL, 0, 8, 1), (43, 'Wood_Gate', 'Wooden Gate', '[\"Wooden Gate\"]', 'null', 'Wooden gate large enough for big Pals to pass through.', '/public/images/build/T_icon_buildObject_Wood_Gate.png', NULL, 0, 8, 2), (44, 'Trap_Noose', 'Hanging Trap', '[\"Hanging Trap\"]', 'null', 'Catches Pals that pass through. Only effective on small Pals and humans.', '/public/images/build/T_icon_buildObject_Trap_Noose.png', NULL, 0, 8, 1), (45, 'BuildableGoddessStatue', 'Statue of Power', '[\"Statue of Power\"]', 'null', 'Make offerings to enhance the stats of the Player and their Pals.', '/public/images/build/T_icon_buildObject_BuildableGoddessStatue.png', NULL, 0, 9, 2), (46, 'AutoMealPouch_Tier1', 'Small Feed Bag', 'null', '[\"Small Feed Bag\"]', 'A small pouch for holding food. Unlocks a food slot in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier1.png', NULL, 0, 9, 1), (47, 'Battle_Armor_Grade_01_Cloth_Heat', 'Tropical Outfit', 'null', '[\"Tropical Outfit\"]', 'A Cloth Outfit produced in hot regions. Boasts high heat resistance. Can be crafted at Primitive Workbench.', '/public/images/armor/T_itemicon_Armor_ClothArmorHeat.png', NULL, 0, 9, 3), (48, 'Battle_Armor_Grade_01_Cloth_Cold', 'Tundra Outfit', 'null', '[\"Tundra Outfit\"]', 'A Cloth Outfit produced in cold regions. Useful for surviving in cold climates. Can be crafted at Primitive Workbench.', '/public/images/armor/T_itemicon_Armor_ClothArmorCold.png', NULL, 0, 9, 3), (49, 'Spa', 'Hot Spring', '[\"Hot Spring\"]', 'null', 'Pals recover SAN while in a Hot Spring.', '/public/images/build/T_icon_buildObject_Spa.png', NULL, 0, 9, 2), (50, 'SkillUnlock_Garm', 'Direhowl\'s Saddled Harness', 'null', '[\"Direhowl\'s Saddled Harness\"]', 'Saddle for safely riding Direhowl.', '/public/images/pals/T_Garm_icon_normal.png', NULL, 0, 9, 1), (51, 'Product_Ingot_Grade_01_Copper', 'Primitive Furnace', '[\"Primitive Furnace\"]', 'null', 'Uses Ore to produce Ingots.', '/public/images/build/T_icon_buildObject_BlastFurnace.png', NULL, 0, 10, 3), (52, 'Battle_RangeWeapon_Bow3', 'Three Shot Bow', 'null', '[\"Three Shot Bow\"]', 'An enhanced bow that allows three arrows to be fired simultaneously. By some strange mechanism, it only consumes a single Arrow when fired.', '/public/images/weapon/T_itemicon_Weapon_Bow.png', NULL, 0, 10, 2), (53, 'Battle_Helm_Grade_02_Fur', 'Feathered Hair Band', 'null', '[\"Feathered Hair Band\"]', 'A beautiful feathered headband. Though improbable, it somehow seems to protect its wearer from lethal head injuries. Can be crafted at Primitive Workbench.', '/public/images/armor/T_itemicon_Armor_FurHelmet.png', NULL, 0, 10, 2), (54, 'Infra_MachineParts', 'Nail', 'null', '[\"Nail\"]', 'Necessary for building various facilities. Can be made with a Primitive Workbench.', '/public/images/material/T_itemicon_Material_MachineParts.png', NULL, 0, 10, 1), (55, 'Wooden_ladder', 'Ladder', '[\"Ladder\"]', 'null', 'A ladder that allows you to climb to a slightly higher place.', '/public/images/build/T_icon_buildObject_Wooden_Ladder.png', NULL, 0, 10, 1), (56, 'Trap_LegHold', 'Bear Trap (Small)', '[\"Bear Trap (Small)\"]', 'null', 'Immobilizes those who step on it. Only effective on small Pals or humans.', '/public/images/build/T_icon_buildObject_Trap_LegHold.png', NULL, 0, 10, 1), (57, 'Special_HatchingPalEgg', 'Egg Incubator', '[\"Egg Incubator\"]', 'null', 'Place a Pal Egg inside to incubate it.', '/public/images/build/T_icon_buildObject_HatchingPalEgg.png', NULL, 1, 10, 1), (58, 'Product_Axe_Grade_02', 'Metal Axe', 'null', '[\"Metal Axe\"]', 'A metal axe capable of cutting down even hard trees. Effective against the sturdy trees that grow deep within the continent. Can be crafted at High-Quality Workbench.', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_00.png', NULL, 0, 11, 2), (59, 'Product_Pickaxe_Grade_02', 'Metal Pickaxe', 'null', '[\"Metal Pickaxe\"]', 'A pickaxe used for mining. Made from metal, its durability and efficiency have improved. Can be crafted at High-Quality Workbench.', 'UnKnown', NULL, 0, 11, 2), (60, 'Product_Factory_Hard_Grade_01', 'High-Quality Workbench', '[\"High-Quality Workbench\"]', 'null', 'Produces faster than Primitive Workbench. Requires Pal with Handiwork trait.', '/public/images/build/T_icon_buildObject_Factory_Hard_01.png', NULL, 0, 11, 3), (61, 'HunterFlagSet', 'Rayne Syndicate Flag Set', '[\"Rayne Syndicate Standard\", \"Rayne Syndicate Vertical Banner\"]', 'null', 'Rayne Syndicate Standard and Rayne Syndicate Vertical Banner set. Proof of your victory over the Rayne Syndicate.', '/public/images/build/T_icon_buildObject_Hunter_Flag.png', NULL, 0, 11, 1), (62, 'SkillUnlock_WeaselDragon', 'Chillet Saddle', 'null', '[\"Chillet Saddle\"]', 'Saddle for safely riding Chillet.', '/public/images/pals/T_WeaselDragon_icon_normal.png', NULL, 0, 11, 2), (63, 'SkillUnlock_Carbunclo', 'Lifmunk\'s Submachine Gun', 'null', '[\"Lifmunk\'s Submachine Gun\"]', 'Submachine gun made specifically for Lifmunk. Activate its Partner Skill, and Lifmunk will ride on your head and fire at enemies.', '/public/images/pals/T_Carbunclo_icon_normal.png', NULL, 0, 11, 1), (64, 'Battle_Armor_Grade_02_Fur', 'Pelt Armor', 'null', '[\"Pelt Armor\"]', 'Armor made from Leather. Its warmth and defense have been improved. Can be crafted at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_FurArmor.png', NULL, 0, 12, 2), (65, 'MeatCutterKnife', 'Meat Cleaver', 'null', '[\"Meat Cleaver\"]', 'Knife for butchering Pals. When equipped, the Pet command becomes Butcher. Butchered Pals will be gone for good.', '/public/images/weapon/T_itemicon_Weapon_MeatCutterKnife.png', NULL, 0, 12, 2), (66, 'Product_Medicine_Grade_01', 'Medieval Medicine Workbench', '[\"Medieval Medicine Workbench\"]', 'null', 'Can produce simple medicine. Requires Pal with Medicine Production trait.', '/public/images/build/T_icon_buildObject_MedicineFacility_01.png', NULL, 0, 12, 2), (67, 'SkillUnlock_Monkey', 'Tanzee\'s Assault Rifle', 'null', '[\"Tanzee\'s Assault Rifle\"]', 'Assault rifle made specifically for Tanzee. Activate its Partner Skill, and Tanzee will enter gunner mode and begin shooting at nearby enemies.', '/public/images/pals/T_Monkey_icon_normal.png', NULL, 0, 12, 1), (68, 'SkillUnlock_Deer', 'Eikthyrdeer Saddle', 'null', '[\"Eikthyrdeer Saddle\"]', 'Saddle for safely riding Eikthyrdeer.', '/public/images/pals/T_Deer_icon_normal.png', NULL, 0, 12, 2), (69, 'GrapplingGun', 'Grappling Gun', 'null', '[\"Grappling Gun\"]', 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. It allows for easy movement between places with varying elevation.', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', NULL, 1, 12, 1), (70, 'Battle_RangeWeapon_BowGun', 'Crossbow', 'null', '[\"Crossbow\"]', 'Fires an Arrow effortlessly. Though it takes time to load, it delivers a powerful shot. Can be crafted at High-Quality Workbench.', '/public/images/weapon/T_itemicon_Weapon_BowGun.png', NULL, 0, 13, 2), (71, 'Spear_2', 'Metal Spear', 'null', '[\"Metal Spear\"]', 'Useful for close-range combat. The metal tip gives it increased attack power. Can be crafted at High-Quality Workbench.', '/public/images/weapon/T_itemicon_Weapon_Spear_Tier_00.png', NULL, 0, 13, 2), (72, 'Infra_ItemChest_Grade_02', 'Metal Chest', '[\"Metal Chest\"]', 'null', 'Can be used to store more items. Pals with Transporting suitability will automatically carry items to it.', '/public/images/build/T_icon_buildObject_ItemChest_02.png', NULL, 0, 13, 2), (73, 'CoolerBox', 'Cooler Box', '[\"Cooler Box\"]', 'null', 'Small food vault. Assign an Ice Pal to help prevent food stored inside from spoiling.', '/public/images/build/T_icon_buildObject_CoolerBox.png', NULL, 0, 13, 2), (74, 'DamagedScarecrow', 'Training Dummy', '[\"Training Dummy\"]', 'null', 'Training dummy shaped like a Pengullet.', '/public/images/build/T_icon_buildObject_DamagedScarecrow.png', NULL, 0, 13, 2), (75, 'SkillUnlock_Monkey_Fire', 'Tanzee Ignis\'s Assault Rifle', 'null', '[\"Tanzee Ignis\'s Assault Rifle\"]', 'Assault rifle made specifically for Tanzee Ignis. Activate its Partner Skill, and Tanzee Ignis will enter gunner mode and begin shooting at nearby enemies.', '/public/images/pals/T_Monkey_Fire_icon_normal.png', NULL, 0, 13, 2), (76, 'Special_PalSphere_Grade_02', 'Mega Sphere', 'null', '[\"Mega Sphere\"]', 'An item that captures Pals when thrown. Its capabilities have been improved, allowing it to catch a wider range of Pals. Can be crafted at Sphere Workbench.', '/public/images/palsphere/T_itemicon_PalSphere_Mega.png', NULL, 0, 14, 2), (77, 'Special_SphereFactory_Black_Grade_01', 'Sphere Workbench', '[\"Sphere Workbench\"]', 'null', 'Produces Spheres for capturing Pals. Requires Pal with Handiwork suitability.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_01.png', NULL, 0, 14, 3), (78, 'AutoMealPouch_Tier2', 'Average Feed Bag', 'null', '[\"Average Feed Bag\"]', 'A decently sized pouch for holding food. Unlocks 2 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier2.png', 'Small Feed Bag', 0, 14, 2), (79, 'WallTorch', 'Wall Torch', '[\"Wall Torch\"]', 'null', 'Place it on a wall to light the surrounding area.', '/public/images/build/T_icon_buildObject_TorchHang.png', NULL, 0, 14, 2), (80, 'SkillUnlock_Kirin', 'Univolt Saddle', 'null', '[\"Univolt Saddle\"]', 'Saddle for safely riding Univolt.', '/public/images/pals/T_Kirin_icon_normal.png', NULL, 0, 14, 1), (81, 'Special_PalRankUp', 'Pal Essence Condenser', '[\"Pal Essence Condenser\"]', 'null', 'Combines several Pals of the same type to create a higher-ranked version.', '/public/images/build/T_icon_buildObject_CharacterRankUp.png', NULL, 1, 14, 2), (82, 'FishingSet1', 'Beginner Fishing Set', 'null', '[\"Beginner Fishing Rod (Chillet)\", \"Simple Bait\"]', 'Beginner-friendly fishing rod and bait set. Once you craft both, you\'ll be able to fish for Pals near bodies of water.', '/public/images/weapon/T_itemicon_Weapon_FishingRod_1.png', NULL, 0, 15, 2), (83, 'Product_Farm_wheat', 'Wheat Plantation', '[\"Wheat Plantation\"]', 'null', 'Use it to grow ingredients for Bread. Requires Pal with Planting, Watering, and Gathering suitabilities.', '/public/images/build/T_icon_buildObject_FarmBlockV2_wheet.png', NULL, 0, 15, 2), (84, 'FlourMill', 'Mill', '[\"Mill\"]', 'null', 'Facility for milling Wheat to produce Flour. Requires Pal with the Watering suitability to spin the water turbine.', '/public/images/build/T_icon_buildObject_FlourMill.png', NULL, 0, 15, 2), (85, 'Processed_Wood', 'Wooden Board', 'null', '[\"Wooden Board\"]', 'Planks made from processed wood for easier use. More versatile than raw logs, with a wide variety of uses. Can be crafted at Primitive Workbench.', '/public/images/material/T_itemicon_Material_Processed_Wood.png', NULL, 0, 15, 1), (86, 'DisplayCharacter', 'Viewing Cage', '[\"Viewing Cage\"]', 'null', 'Container for observing captured Pals. Pals inside cannot participate in battle or production, but they do not become hungry.', '/public/images/build/T_icon_buildObject_DisplayCharacter.png', NULL, 0, 15, 2), (87, 'SkillUnlock_FlameBuffalo', 'Arsox Saddle', 'null', '[\"Arsox Saddle\"]', 'Saddle for safely riding Arsox.', '/public/images/pals/T_FlameBuffalo_icon_normal.png', NULL, 0, 15, 1), (88, 'SkillUnlock_HawkBird', 'Nitewing Saddle', 'null', '[\"Nitewing Saddle\"]', 'Saddle for safely riding Nitewing.', '/public/images/pals/T_HawkBird_icon_normal.png', NULL, 0, 15, 2), (89, 'Lantern', 'Hip Lantern', 'null', '[\"Hip Lantern\"]', 'A lantern that can be attached to the hip. It lights up automatically at night. You can also switch its lighting mode to keep it on at all times. Just one is enough to find your way in the dark.', '/public/images/essential/T_itemicon_Essential_Lantern.png', NULL, 1, 15, 2), (90, 'Shield_02', 'Mega Shield', 'null', '[\"Mega Shield\"]', 'Strange shield made with Paldium technology. The new model has been improved, enhancing its defense. Can be made at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_Shield_02.png', NULL, 0, 16, 2), (91, 'Battle_Armor_Grade_02_Fur_Heat', 'Heat Resistant Pelt Armor', 'null', '[\"Heat Resistant Pelt Armor\"]', 'A Pelt Armor produced in hot regions. Boasts high heat resistance. Can be crafted at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_FurArmorHeat.png', NULL, 0, 16, 3), (92, 'SkillUnlock_Serpent', 'Surfent Saddle', 'null', '[\"Surfent Saddle\"]', 'Saddle for safely riding Surfent.', '/public/images/pals/T_Serpent_icon_normal.png', NULL, 0, 16, 1), (93, 'Unlock_Picking_Tier1', 'Lockpicking Tool v1', 'null', '[\"Lockpicking Tool v1\"]', 'No key? No problem! These tools will allow you to try and pry open any treasure chest that would normally require a Copper Key.', '/public/images/essential/T_itemicon_Essential_Unlock_Picking.png', NULL, 1, 16, 1), (94, 'BronzeSword', 'Primitive Sword', 'null', '[\"Primitive Sword\"]', 'A sword for close-range combat. Not bad for a battered sword. Perfect for getting up close and personal.', '/public/images/weapon/T_itemicon_Weapon_BronzeSword.png', NULL, 0, 17, 2), (95, 'Product_Cooking_Grade_02', 'Cooking Pot', '[\"Cooking Pot\"]', 'null', 'Can efficiently prepare more varieties of foods.', '/public/images/build/T_icon_buildObject_CookingStove.png', NULL, 0, 17, 2), (96, 'Heater', 'Heater', '[\"Heater\"]', 'null', 'Warms the nearby area and protects against the cold.', '/public/images/build/T_icon_buildObject_HeaterMedieval.png', NULL, 0, 17, 2), (97, 'Headstone', 'Tombstone', '[\"Tombstone\"]', 'null', 'A gravestone that can be inscribed with text. Use it for recording purposes.', '/public/images/build/T_icon_buildObject_Headstone.png', NULL, 0, 17, 1), (98, 'SkillUnlock_Penguin', 'Pengullet Rocket Launcher', 'null', '[\"Pengullet Rocket Launcher\"]', 'Rocket launcher for launching Pengullet. Activate its Partner Skill to fire Pengullet and damage enemies. After firing, Pengullet will become incapacitated.', '/public/images/pals/T_Penguin_icon_normal.png', NULL, 0, 17, 2), (99, 'GrapplingGun2', 'Mega Grappling Gun', 'null', '[\"Mega Grappling Gun\"]', 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. Since it\'s upgraded, it now has greater range.', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Grappling Gun', 1, 17, 2), (100, 'Battle_Glider_Grade_02', 'Mega Glider', 'null', '[\"Mega Glider\"]', 'A glider for soaring through the air. A mass produced commercial model, it’s decently fast. Can be made at High-Quality Workbench.', '/public/images/glider/T_itemicon_Glider_Glider_Good.png', NULL, 0, 18, 2), (101, 'Battle_Armor_Grade_02_Fur_Cold', 'Cold Resistant Pelt Armor', 'null', '[\"Cold Resistant Pelt Armor\"]', 'A Pelt Armor produced in cold regions. Useful for surviving in cold climates. Can be crafted at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_FurArmorCold.png', NULL, 0, 18, 3), (102, 'Cooler', 'Cooler', '[\"Cooler\"]', 'null', 'Cools the nearby area and protects against the heat.', '/public/images/build/T_icon_buildObject_CoolerMedieval.png', NULL, 0, 18, 2), (103, 'SkillUnlock_ColorfulBird', 'Tocotoco\'s Gloves', 'null', '[\"Tocotoco\'s Gloves\"]', 'Gloves for gently holding Tocotoco. Activate its Partner Skill to hold Tocotoco and use it to fire explosive eggs.', '/public/images/pals/T_ColorfulBird_icon_normal.png', NULL, 0, 18, 2), (104, 'SkillUnlock_Penguin_Electric', 'Pengullet Lux\'s Rocket Launcher', 'null', '[\"Pengullet Lux\'s Rocket Launcher\"]', 'Rocket launcher for launching Pengullet Lux. Activate its Partner Skill to fire Pengullet Lux and damage enemies. After firing, Pengullet Lux will become incapacitated.', '/public/images/pals/T_Penguin_Electric_icon_normal.png', NULL, 0, 18, 2), (105, 'Accessory_Nonkilling', 'Ring of Mercy', 'null', '[\"Ring of Mercy\"]', 'Pacifist\'s ring. The wearer\'s attacks will not reduce the target\'s Health below 1.', '/public/images/accessory/T_itemicon_Accessory_Nonkilling.png', NULL, 1, 18, 2), (106, 'BreedFarm', 'Breeding Farm', '[\"Breeding Farm\"]', 'null', 'Assign a male and a female Pal to produce eggs. Cake is required for breeding.', '/public/images/build/T_icon_buildObject_BreedFarm.png', NULL, 1, 19, 2), (107, 'Lab', 'Pal Labor Research Lab', '[\"Pal Labor Research Lab\"]', 'null', 'A facility for conducting research on the various tasks of Pals. By assigning tasks to Pals in this facility, research progresses, granting various benefits.', '/public/images/build/T_icon_buildObject_Lab.png', NULL, 0, 19, 2), (108, 'SphereModule_Heavy', 'Heavy Weight Module', 'null', '[\"Heavy Weight Module\"]', 'Equipping it makes the sphere heavier, reducing its range but increasing its capture power.', '/public/images/other/T_itemicon_SphereModule_Heavy.png', NULL, 0, 19, 1), (109, 'Cement', 'Cement', 'null', '[\"Cement\"]', 'Cement used for creating structures and more. Can be produced in a High-Quality Workbench.', '/public/images/material/T_itemicon_Material_Cement.png', NULL, 0, 19, 1), (110, 'Stone_houseset', 'Stone Structure Set', '[\"Stone Foundation\", \"Stone Wall\", \"Stone Roof\", \"Stone Stairs\", \"Stone Wall and Window\", \"Stone Triangular Wall\", \"Stone Slanted Roof\", \"Stone Door\", \"Stone Fence\", \"Stone Triangular Foundation\", \"Stone Diagonal Wall\", \"Stone Triangular Roof\", \"Stone Corner Roof\", \"Stone Triangular Wall (Inverted)\", \"Stone Pal Passage Entrance\", \"Stone Slanted Triangular Roof\", \"Stone Pyramid Roof\", \"Stone Slanted Corner Roof (Inverted)\"]', 'null', 'Set for building bases using stone. Allows building of stone foundations, walls, ceilings, stairs and other things necessary for shelters.', '/public/images/build/T_icon_buildObject_Stone_Foundation.png', NULL, 0, 19, 3), (111, 'DefenseWall', 'Stone Defensive Wall', '[\"Stone Defensive Wall\"]', 'null', 'Large defensive wall that protects from enemy invasions.', '/public/images/build/T_icon_buildObject_DefenseWall.png', NULL, 0, 19, 2), (112, 'Stone_Gate', 'Stone Gate', '[\"Stone Gate\"]', 'null', 'Stone gate large enough for big Pals to pass through.', '/public/images/build/T_icon_buildObject_Stone_Gate.png', NULL, 0, 19, 2), (113, 'SkillUnlock_NaughtyCat', 'Grintale Saddle', 'null', '[\"Grintale Saddle\"]', 'Saddle for safely riding Grintale.', '/public/images/pals/T_NaughtyCat_icon_normal.png', NULL, 0, 19, 1), (114, 'Special_PalSphere_Grade_03', 'Giga Sphere', 'null', '[\"Giga Sphere\"]', 'An item that captures Pals when thrown. Able to capture moderately powerful Pals. Can be crafted at Sphere Workbench.', '/public/images/palsphere/T_itemicon_PalSphere_Giga.png', NULL, 0, 20, 3), (115, 'Product_WeaponFactory_Dirty_Grade_01', 'Weapon Workbench', '[\"Weapon Workbench\"]', 'null', 'Produces simple mechanical weapons. Requires Pal with Handiwork suitability.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_01.png', NULL, 0, 20, 3), (116, 'ToolBoxV1', 'Large Toolbox', '[\"Large Toolbox\"]', 'null', 'Place in base to improve handiwork speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_ToolBoxV1.png', NULL, 0, 20, 2), (117, 'BelieverFlagSet', 'Free Pal Alliance Flag Set', '[\"Free Pal Alliance Standard\", \"Free Pal Alliance Vertical Banner\"]', 'null', 'Free Pal Alliance Standard and Free Pal Alliance Vertical Banner set. Proof of your victory over the Free Pal Alliance.', '/public/images/build/T_icon_buildObject_Believer_Flag.png', NULL, 0, 20, 1), (118, 'SkillUnlock_FairyDragon', 'Elphidran Saddle', 'null', '[\"Elphidran Saddle\"]', 'Saddle for safely riding Elphidran.', '/public/images/pals/T_FairyDragon_icon_normal.png', NULL, 0, 20, 2), (119, 'SkillUnlock_PurpleSpider', 'Tarantriss Saddle', 'null', '[\"Tarantriss Saddle\"]', 'Saddle for safely riding Tarantriss.', '/public/images/pals/T_PurpleSpider_icon_normal.png', NULL, 0, 20, 3), (120, 'SkillUnlock_MopKing', 'Sweepa Saddle', 'null', '[\"Sweepa Saddle\"]', 'Saddle for safely riding Sweepa.', '/public/images/pals/T_MopKing_icon_normal.png', NULL, 0, 20, 1), (121, 'DimensionPalStorage', 'Dimensional Pal Storage', '[\"Dimensional Pal Storage\"]', 'null', 'A facility for storing a large number of captured Pals. Any guild member can deposit or withdraw Pals. If you set it to private, it can serve as your personal Pal storage.', '/public/images/build/T_icon_buildObject_DimensionPalStorage.png', NULL, 1, 20, 2), (122, 'Musket', 'Musket', 'null', '[\"Musket\"]', 'Simple, old-fashioned gun. Fires a single, powerful shot at the expense of a long reload time. Can be crafted at Weapon Workbench.', '/public/images/weapon/T_itemicon_Weapon_Musket.png', NULL, 0, 21, 3), (123, 'Battle_GunPowder_Grade_02', 'Gunpowder', 'null', '[\"Gunpowder\"]', 'Gunpowder used to fire ammunition. Required to make bullets. Can be made at High-Quality Workbench.', '/public/images/material/T_itemicon_Material_Gunpowder2.png', NULL, 0, 21, 2), (124, 'RoughBullet', 'Coarse Ammo', 'null', '[\"Coarse Ammo\"]', 'Ammo for the Musket, Makeshift Handgun, and similar weapons. Can be crafted at Weapon Workbench.', '/public/images/ammo/T_itemicon_Ammo_RoughBullet.png', NULL, 0, 21, 1), (125, 'Product_Farm_tomato', 'Tomato Plantation', '[\"Tomato Plantation\"]', 'null', 'Farm for producing tomatoes. Requires Pal with Planting, Watering, and Gathering suitabilities.', '/public/images/build/T_icon_buildObject_FarmBlockV2_tomato.png', NULL, 0, 21, 2), (126, 'OlympicCauldron', 'Flame Cauldron', '[\"Flame Cauldron\"]', 'null', 'Place in base to improve fire-making speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_OlympicCauldron.png', NULL, 0, 21, 2), (127, 'Trap_LegHold_Big', 'Bear Trap (Large)', '[\"Bear Trap (Large)\"]', 'null', 'Immobilizes those who step on it. Only effective on large Pals.', '/public/images/build/T_icon_buildObject_Trap_LegHold.png', NULL, 0, 21, 2), (128, 'SkillUnlock_BirdDragon', 'Vanwyrm Saddle', 'null', '[\"Vanwyrm Saddle\"]', 'Saddle for safely riding Vanwyrm.', '/public/images/pals/T_BirdDragon_icon_normal.png', NULL, 0, 21, 2), (129, 'SkillUnlock_Deer_Ground', 'Eikthyrdeer Terra Saddle', 'null', '[\"Eikthyrdeer Terra Saddle\"]', 'Saddle for safely riding Eikthyrdeer Terra.', '/public/images/pals/T_Deer_Ground_icon_normal.png', NULL, 0, 21, 2), (130, 'TableDresser01_Stone', 'Antique Dresser', '[\"Antique Dresser\"]', 'null', 'Dresser useful for giving yourself a remake. Allows players to edit their appearance.', '/public/images/build/T_icon_buildObject_TableDresser01_Stone.png', NULL, 1, 21, 1), (131, 'Expedition', 'Pal Expedition Station', '[\"Pal Expedition Station\"]', 'null', 'A facility that allows Pals to be sent on expeditions to places like dungeons. The dispatched Pals engage in battles and gather items, bringing back resources to the base.', '/public/images/build/T_icon_buildObject_Expedition.png', NULL, 0, 22, 2), (132, 'ElecBaton', 'Stun Baton', 'null', '[\"Stun Baton\"]', 'Close range weapon that sends out an electric jolt upon contact. Pals are easier to capture when electrocuted. Can be crafted at High-Quality Workbench.', '/public/images/weapon/T_itemicon_Weapon_ElecBaton.png', NULL, 0, 22, 2), (133, 'FishingBait_2', 'High Quality Bait', 'null', '[\"High Quality Bait\"]', 'Bait that lures in Pals. Improved from Simple Bait to increase the chances of Pals biting the bait.', '/public/images/consume/T_itemicon_Consume_FishingBait_2.png', NULL, 0, 22, 1), (134, 'ItemBooth', 'Flea Market (Items)', '[\"Flea Market (Items)\"]', 'null', '', '/public/images/build/T_icon_buildObject_ItemBooth.png', NULL, 0, 22, 2), (135, 'PalBooth', 'Flea Market (Pals)', '[\"Flea Market (Pals)\"]', 'null', 'A facility for selling Pals. By setting Pals in the sales list, you can sell them to other players. Assign an Ice Pal to it and the food inside will be less likely to spoil.', '/public/images/build/T_icon_buildObject_PalBooth.png', NULL, 0, 22, 2), (136, 'SkillUnlock_BirdDragon_Ice', 'Vanwyrm Cryst Saddle', 'null', '[\"Vanwyrm Cryst Saddle\"]', 'Saddle for safely riding Vanwyrm Cryst.', '/public/images/pals/T_BirdDragon_Ice_icon_normal.png', NULL, 0, 22, 2), (137, 'Homeward', 'Homeward Thundercloud', 'null', '[\"Homeward Thundercloud\"]', 'Transports you to the nearest base. Cannot be used in dungeons and other similar locations.', '/public/images/consume/T_itemicon_Consume_Homeward.png', NULL, 1, 22, 2), (138, 'Battle_Armor_Grade_03_Copper', 'Metal Armor', 'null', '[\"Metal Armor\"]', 'Armor made of metal. Somewhat heavy, but provides good defense. Can be crafted at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_CopperArmor.png', NULL, 0, 23, 2), (139, 'Battle_Helm_Grade_03_Copper', 'Metal Helm', 'null', '[\"Metal Helm\"]', 'A helm made of metal. A reliable piece of armor that protects your head, and all the thoughts within. Can be crafted at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_CopperHelmet.png', NULL, 0, 23, 2), (140, 'SphereModule_Curve', 'Curve Module', 'null', '[\"Curve Module\"]', 'Equipping it causes the sphere to spin with a curved trajectory. It becomes easier to catch Pals off guard, and increases capture power.', '/public/images/other/T_itemicon_SphereModule_Curve.png', NULL, 0, 23, 2), (141, 'AutoMealPouch_Tier3', 'Large Feed Bag', 'null', '[\"Large Feed Bag\"]', 'A large pouch for holding food. Unlocks 3 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier3.png', 'Average Feed Bag', 0, 23, 3), (142, 'Fountain', 'Water Fountain', '[\"Water Fountain\"]', 'null', 'Place in base to improve watering speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Fountain.png', NULL, 0, 23, 2), (143, 'SkillUnlock_KingAlpaca', 'Kingpaca Saddle', 'null', '[\"Kingpaca Saddle\"]', 'Saddle for safely riding Kingpaca.', '/public/images/pals/T_KingAlpaca_icon_normal.png', NULL, 0, 23, 2), (144, 'MakeshiftHandgun', 'Makeshift Handgun', 'null', '[\"Makeshift Handgun\"]', 'A handgun created from spare parts. Relatively well suited for close quarters combat, but can only fire one shot before needing to reload. Crafted at Weapon Workbench.', '/public/images/weapon/T_itemicon_Weapon_MakeshiftHandgun.png', NULL, 0, 24, 3), (145, 'Infra_PalBed_Grade_02', 'Fluffy Pal Bed', '[\"Fluffy Pal Bed\"]', 'null', 'Pals sleep more soundly, improving the amount of Health and SAN recovered while sleeping.', '/public/images/build/T_icon_buildObject_MedicalPalBed_03.png', NULL, 0, 24, 2), (146, 'PalMedicineBox', 'Medicine Rack', '[\"Medicine Rack\"]', 'null', 'A shelf for storing medicine. Sick Pals will come here to take their medicine. Be sure to keep the medicine stocked.', '/public/images/build/T_icon_buildObject_PalMedicineBox.png', NULL, 0, 24, 2), (147, 'Clinic', 'Clinic', '[\"Clinic\"]', 'null', 'A basic medical facility for managing the health of Pals working at the base. Assigning a Pal with Medicine Production suitability helps reduce SAN depletion and prevent illness and injury. While sanitation has its limits, it plays a crucial role in early base development.', '/public/images/build/T_icon_buildObject_Clinic.png', NULL, 0, 24, 2), (148, 'FlowerBed', 'Flower Bed', '[\"Flower Bed\"]', 'null', 'Place in base to improve gathering speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_FlowerBed.png', NULL, 0, 24, 2), (149, 'SkillUnlock_Kitsunebi_Ice', 'Foxparks Cryst\'s Harness', 'null', '[\"Foxparks Cryst\'s Harness\"]', 'Harness for holding Foxparks Cryst. Activate its Partner Skill to hold Foxparks Cryst and release freezing air to attack.', '/public/images/pals/T_Kitsunebi_Ice_icon_normal.png', NULL, 0, 24, 2), (150, 'SkillUnlock_BlueDragon', 'Azurobe Saddle', 'null', '[\"Azurobe Saddle\"]', 'Saddle for safely riding Azurobe.', '/public/images/pals/T_BlueDragon_icon_normal.png', NULL, 0, 24, 2), (151, 'SkillUnlock_FlowerDinosaur', 'Dinossom Saddle', 'null', '[\"Dinossom Saddle\"]', 'Saddle for safely riding Dinossom.', '/public/images/pals/T_FlowerDinosaur_icon_normal.png', NULL, 0, 24, 2), (152, 'Product_CopperPit', 'Ore Mining Site', '[\"Ore Mining Site\"]', 'null', 'Facility for producing Ore. Mining Ore is hard work that requires physical endurance. Leave it to Pals skilled at mining.', '/public/images/build/T_icon_buildObject_CopperPit.png', NULL, 1, 24, 2), (153, 'PalDopingShot', 'Boost Gun', 'null', '[\"Boost Gun\"]', 'Firing this at a Pal in your team temporarily boosts that Pal\'s attack and defense. Firing it at an enemy deals damage instead.', '/public/images/weapon/T_itemicon_Weapon_PalDopingShot.png', NULL, 0, 25, 2), (154, 'PalDopingShotBullet', 'Boost Gun Ammo', 'null', '[\"Boost Gun Ammo\"]', 'Ammo for the Boost Gun and similar weapons. Can be crafted at Weapon Workbench.', '/public/images/ammo/T_itemicon_Ammo_PalDopingShotBullet.png', NULL, 0, 25, 2), (155, 'Battle_Armor_Grade_03_Copper_Heat', 'Heat Resistant Metal Armor', 'null', '[\"Heat Resistant Metal Armor\"]', 'Improved Metal Armor. Boasts high heat resistance. Can be crafted at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_CopperArmorHeat.png', NULL, 0, 25, 2), (156, 'Product_Farm_Lettuce', 'Lettuce Plantation', '[\"Lettuce Plantation\"]', 'null', 'Farm for producing lettuce. Requires Pal with Planting, Watering, and Gathering suitabilities.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Lettuce.png', NULL, 0, 25, 2), (157, 'Silo', 'Silo', '[\"Silo\"]', 'null', 'Place in base to improve planting speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Silo.png', NULL, 0, 25, 2), (158, 'FragGrenade', 'Frag Grenade', 'null', '[\"Frag Grenade\"]', 'A Frag Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade.png', NULL, 0, 25, 2), (159, 'SkillUnlock_Serpent_Ground', 'Surfent Terra Saddle', 'null', '[\"Surfent Terra Saddle\"]', 'Saddle for safely riding Surfent Terra.', '/public/images/pals/T_Serpent_Ground_icon_normal.png', NULL, 0, 25, 1), (160, 'SkillUnlock_HadesBird', 'Helzephyr Saddle', 'null', '[\"Helzephyr Saddle\"]', 'Saddle for safely riding Helzephyr.', '/public/images/pals/T_HadesBird_icon_normal.png', NULL, 0, 25, 3), (161, 'Unlock_Picking_Tier2', 'Lockpicking Tool v2', 'null', '[\"Lockpicking Tool v2\"]', 'No key? No problem! These tools will allow you to try and pry open any treasure chest that would normally require a Silver Key.', '/public/images/essential/T_itemicon_Essential_Unlock_Picking_Tier2.png', 'Lockpicking Tool v1', 1, 25, 2), (162, 'MakeshiftSubmachineGun', 'Makeshift SMG', 'null', '[\"Makeshift SMG\"]', 'A submachine gun handmade from scraps. It excels in rate of fire, but its single-shot power is low.', '/public/images/weapon/T_itemicon_Weapon_MakeshiftSubmachineGun.png', NULL, 0, 26, 3), (163, 'Infra_ElectricGenerator_Grade_01', 'Power Generator', '[\"Power Generator\"]', 'null', 'Electric Pals at the base can now store electricity, allowing the use of electric facilities.', '/public/images/build/T_icon_buildObject_EnergyGenerator_Electric.png', NULL, 0, 26, 3), (164, 'Lamp', 'Lamp', '[\"Lamp\"]', 'null', 'Lights up dark areas at a base.', '/public/images/build/T_icon_buildObject_LampStand.png', NULL, 0, 26, 1), (165, 'ManualElectricGenerator', 'Human-Powered Generator', '[\"Human-Powered Generator\"]', 'null', 'A facility that converts rotational motion into electrical energy. The efficiency is low, and the Pals working here will experience a decrease in SAN value, but they will gain experience points.', '/public/images/build/T_icon_buildObject_ManualElectricGenerator.png', NULL, 0, 26, 1), (166, 'Battle_Defense_BowGun', 'Mounted Crossbow', '[\"Mounted Crossbow\"]', 'null', 'Assign a Pal with Handiwork suitability and it will protect a base using the crossbow.', '/public/images/build/T_icon_buildObject_efenseBulletLauncher_BowGun.png', NULL, 0, 26, 2), (167, 'SkillUnlock_FengyunDeeper', 'Fenglope Saddle', 'null', '[\"Fenglope Saddle\"]', 'Saddle for safely riding Fenglope.', '/public/images/pals/T_FengyunDeeper_icon_normal.png', NULL, 0, 26, 3), (168, 'SkillUnlock_IceSeal', 'Polapup Saddle', 'null', '[\"Polapup Saddle\"]', 'Saddle for safely riding Polapup.', '/public/images/pals/T_IceSeal_icon_normal.png', NULL, 0, 26, 3), (169, 'Battle_RangeWeapon_SphereLauncher_Once', 'Single-Shot Sphere Launcher', 'null', '[\"Single-Shot Sphere Launcher\"]', 'A launcher that fires spheres. It can capture Pals from a greater distance. Can be crafted at Weapon Workbench.', '/public/images/weapon/T_itemicon_Weapon_SphereLauncher_Once.png', NULL, 1, 26, 4), (170, 'Special_PalSphere_Grade_04', 'Hyper Sphere', 'null', '[\"Hyper Sphere\"]', 'An item that captures Pals when thrown. Enhanced capabilities allow it to capture even more powerful Pals. Can be crafted at Sphere Assembly Line.', '/public/images/palsphere/T_itemicon_PalSphere_Tera.png', NULL, 0, 27, 3), (171, 'Special_SphereFactory_Black_Grade_02', 'Sphere Assembly Line', '[\"Sphere Assembly Line\"]', 'null', 'Creates Pal Spheres at a faster pace. Requires Pal with Handiwork suitability.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_02.png', NULL, 0, 27, 3), (172, 'Battle_Armor_Grade_03_Copper_Cold', 'Cold Resistant Metal Armor', 'null', '[\"Cold Resistant Metal Armor\"]', 'Improved Metal Armor. Useful for surviving in cold climates. Can be crafted at High-Quality Workbench.', '/public/images/armor/T_itemicon_Armor_CopperArmorCold.png', NULL, 0, 27, 2), (173, 'AdditionalInventory_001', 'Small Pouch', 'null', '[\"Small Pouch\"]', 'A small pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_001.png', NULL, 0, 27, 2), (174, 'CeilingLamp', 'Ceiling Lamp', '[\"Ceiling Lamp\"]', 'null', 'Lights up dark areas below at a base.', '/public/images/build/T_icon_buildObject_LampTop.png', NULL, 0, 27, 1), (175, 'FragGrenade_Elec', 'Shock Grenade', 'null', '[\"Shock Grenade\"]', 'A Shock Grenade useful for mid-range combat. It detonates a few seconds after being thrown, electrocuting everything in the blast radius.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Elec.png', NULL, 0, 27, 2), (176, 'UnlockEquipmentSlot_Weapon_01', 'Extra Weapon Holster', 'null', '[\"Extra Weapon Holster\"]', 'A holster that allows an additional weapon to be equipped. While in possession, it increases weapon equip slots by 1. Carrying one is enough.', '/public/images/accessory/T_itemicon_Accessory_UnlockEquipmentSlot_Weapon_01.png', NULL, 1, 27, 5), (177, 'SkillUnlock_BlueDragon_Ice', 'Azurobe Cryst Saddle', 'null', '[\"Azurobe Cryst Saddle\"]', 'Saddle for safely riding Azurobe Cryst.', '/public/images/pals/T_BlueDragon_Ice_icon_normal.png', NULL, 0, 27, 3), (178, 'Battle_RangeWeapon_HandGun', 'Handgun', 'null', '[\"Handgun\"]', 'A handgun with improved capacity and rapid-fire capabilities. Has more immediate firepower than a Makeshift Handgun. Crafted at Weapon Workbench.', '/public/images/weapon/T_itemicon_Weapon_HandGun_Default.png', NULL, 0, 28, 3), (179, 'HandgunBullet', 'Handgun Ammo', 'null', '[\"Handgun Ammo\"]', 'Ammo for the Handgun and similar weapons. Can be crafted at Weapon Workbench.', '/public/images/ammo/T_itemicon_Ammo_HandgunBullet.png', NULL, 0, 28, 1), (180, 'Infra_PlayerBed_Grade_02', 'Fine Bed', '[\"Fine Bed\"]', 'null', 'Soft bed with improved restorative capabilities. Cannot sleep unless built under a roof.', '/public/images/build/T_icon_buildObject_PlayerBed_03.png', NULL, 0, 28, 2), (181, 'BaseCampWorkHard02', 'High Quality Monitoring Stand', '[\"High Quality Monitoring Stand\"]', 'null', 'A refined monitoring station with improved materials and structure. In addition to being able to issue work orders, the system also lowers the SAN cost for Pals working at the base. Working conditions are slightly improved, making Pals less likely to become dissatisfied.', '/public/images/build/T_icon_buildObject_BaseCampWorkHard02.png', NULL, 0, 28, 3), (182, 'Stump', 'Stump and Axe', '[\"Stump and Axe\"]', 'null', 'Place in base to improve logging speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Stump.png', NULL, 0, 28, 2), (183, 'FireCultFlagSet', 'Brothers of the Eternal Pyre Flag Set', '[\"Brothers of the Eternal Pyre Standard\", \"Brothers of the Eternal Pyre Vertical Banner\"]', 'null', 'Brothers of the Eternal Pyre Standard and Brothers of the Eternal Pyre Vertical Banner set. Proof of your victory over the Brothers of the Eternal Pyre.', '/public/images/build/T_icon_buildObject_FireCult_Flag.png', NULL, 0, 28, 1), (184, 'SkillUnlock_FeatherOstrich', 'Dazemu Saddle', 'null', '[\"Dazemu Saddle\"]', 'Saddle for safely riding Dazemu.', '/public/images/pals/T_FeatherOstrich_icon_normal.png', NULL, 0, 28, 2), (185, 'SkillUnlock_GrassMammoth', 'Mammorest Saddle', 'null', '[\"Mammorest Saddle\"]', 'Saddle for safely riding Mammorest.', '/public/images/pals/T_GrassMammoth_icon_normal.png', NULL, 0, 28, 2), (186, 'Accessory_JumpPower_Increase', 'Anti-Gravity Belt', 'null', '[\"Anti-Gravity Belt\"]', 'An accessory that increases the player\'s jump power when equipped.', '/public/images/accessory/T_itemicon_Accessory_JumpPower_Increase.png', NULL, 1, 28, 2), (187, 'Shield_03', 'Giga Shield', 'null', '[\"Giga Shield\"]', 'Strange shield made with Paldium technology. Modifications have enhanced its effectiveness even further. Can be made at Production Assembly Line.', '/public/images/armor/T_itemicon_Armor_Shield_03.png', NULL, 0, 29, 2), (188, 'Battle_MeleeWeapon_Sword', 'Sword', 'null', '[\"Sword\"]', 'Sword for close-range combat. The blade is extremely sharp! Mightier than a pen, for sure. Can be crafted at Weapon Workbench.', '/public/images/weapon/T_itemicon_Weapon_Sword.png', NULL, 0, 29, 2), (189, 'FishingRod_02_1', 'Intermediate Fishing Rod (Cattiva)', 'null', '[\"Intermediate Fishing Rod (Cattiva)\", \"Simple Bait\"]', 'A fishing rod designed for catching Pals. Use it with bait near water where shadows are visible to start fishing. It boasts improved performance, making catches a bit easier.', '/public/images/weapon/T_itemicon_Weapon_FishingRod_3.png', NULL, 0, 29, 2), (190, 'Product_Factory_Hard_Grade_02', 'Production Assembly Line', '[\"Production Assembly Line\"]', 'null', 'Needs electricity but produces items at a faster pace. Requires Pal with Handiwork trait.', '/public/images/build/T_icon_buildObject_Factory_Hard_02.png', NULL, 0, 29, 3), (191, 'Product_Farm_Potato', 'Potato Plantation', '[\"Potato Plantation\"]', 'null', 'A farm where you can grow Potato. It takes time to harvest, but increases the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Potato.png', NULL, 0, 29, 2), (192, 'FragGrenade_Ice', 'Ice Grenade', 'null', '[\"Ice Grenade\"]', 'A Ice Grenade useful for mid-range combat. It detonates a few seconds after being thrown, freezing the surrounding area.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Ice.png', NULL, 0, 29, 2); INSERT INTO `techtree` (`ID`, `DevName`, `Name`, `UnlockBuildObjects`, `UnlockItemRecipes`, `Description`, `Image`, `RequireTechnology`, `IsBossTechnology`, `LevelCap`, `Cost`) VALUES (193, 'SkillUnlock_FireKirin', 'Pyrin Saddle', 'null', '[\"Pyrin Saddle\"]', 'Saddle for safely riding Pyrin.', '/public/images/pals/T_FireKirin_icon_normal.png', NULL, 0, 29, 2), (194, 'SkillUnlock_ThunderBird', 'Beakon Saddle', 'null', '[\"Beakon Saddle\"]', 'Saddle for safely riding Beakon.', '/public/images/pals/T_ThunderBird_icon_normal.png', NULL, 0, 29, 3), (195, 'Lantern_High', 'Enhanced Hip Lantern', 'null', '[\"Enhanced Hip Lantern\"]', 'A lantern that can be attached to the hip. It lights up automatically at night. You can also switch its lighting mode to keep it on at all times. Just one is enough to find your way in the dark.', '/public/images/essential/T_itemicon_Essential_Lantern.png', 'Lantern', 1, 29, 2), (196, 'MakeshiftShotgun', 'Makeshift Shotgun', 'null', '[\"Makeshift Shotgun\"]', 'A shotgun handmade from scraps. It has a short range but excels in close-range combat', '/public/images/weapon/T_itemicon_Weapon_MakeshiftShotgun.png', NULL, 0, 30, 2), (197, 'Trap_MineAttack', 'Mine', '[\"Mine\"]', 'null', 'Automatically detonates when stepped on.', '/public/images/build/T_icon_buildObject_Trap_MineAttack.png', NULL, 0, 30, 2), (198, 'Metal_houseset', 'Metal Structure Set', '[\"Metal Foundation\", \"Metal Wall\", \"Metal Roof\", \"Metal Stairs\", \"Metal Wall and Window\", \"Metal Triangular Wall\", \"Metal Slanted Roof\", \"Metal Door\", \"Metal Fence\", \"Metal Triangular Foundation\", \"Metal Diagonal Wall\", \"Metal Triangular Roof\", \"Metal Corner Roof\", \"Metal Triangular Wall (Inverted)\", \"Metal Pal Passage Entrance\", \"Metal Slanted Triangular Roof\", \"Metal Pyramid Roof\", \"Metal Slanted Corner Roof (Inverted)\"]', 'null', 'Set for building bases using metal. Allows building of metal foundations, walls, ceilings, stairs and other things necessary for shelters.', '/public/images/build/T_icon_buildObject_Metal_Foundation.png', NULL, 0, 30, 4), (199, 'DefenseWall_Metal', 'Metal Defensive Wall', '[\"Metal Defensive Wall\"]', 'null', 'Massive defensive wall to prevent enemy intrusions. Made from metal, it is extremely durable.', '/public/images/build/T_icon_buildObject_DefenseWall_Metal.png', NULL, 0, 30, 1), (200, 'Metal_Gate', 'Iron Gate', '[\"Iron Gate\"]', 'null', 'Metal gate large enough for big Pals to pass through.', '/public/images/build/T_icon_buildObject_Metal_Gate.png', NULL, 0, 30, 2), (201, 'MiningTool', 'Mining Cart', '[\"Mining Cart\"]', 'null', 'Place in base to improve mining speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_MiningTool.png', NULL, 0, 30, 2), (202, 'Cake02', 'Mushroom Cake', 'null', '[\"Mushroom Cake\"]', 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. The talents of the resulting Pals will grow slightly more easily.', '/public/images/food/T_itemicon_food_Cake02.png', NULL, 0, 30, 4), (203, 'SkillUnlock_ThunderDog', 'Rayhound Saddle', 'null', '[\"Rayhound Saddle\"]', 'Saddle for safely riding Rayhound.', '/public/images/pals/T_ThunderDog_icon_normal.png', NULL, 0, 30, 2), (204, 'YakushimaBlade', 'Meowmere', 'null', '[\"Meowmere\"]', '[Tides of Terraria] According to the legend, this sword was brought back from a distant land by Croajiro. Why? We have no idea... Fires a bouncing cat projectile with each swing to attack enemies.', '/public/images/weapon/T_itemicon_Weapon_YakushimaBlade.png', NULL, 1, 30, 2), (205, 'MakeshiftAssaultRifle', 'Makeshift Assault Rifle', 'null', '[\"Makeshift Assault Rifle\"]', 'An assault rifle handmade from scraps. It excels in rate of fire and long range, but its single-shot power is low.', '/public/images/weapon/T_itemicon_Weapon_MakeshiftAssaultRifle.png', NULL, 0, 31, 2), (206, 'SphereModule_Sniper', 'Sniper Module', 'null', '[\"Sniper Module\"]', 'Equipping it increases the sphere\'s range, allowing it to sharply capture Pals and enhancing capture power.', '/public/images/other/T_itemicon_SphereModule_Spiper.png', NULL, 0, 31, 3), (207, 'Bio_Coolant', 'Cryogenic Coolant', 'null', '[\"Cryogenic Coolant\"]', 'A high-efficiency cooling medium made from special components derived from Pals. Used to regulate temperature in high-output devices. Can be crafted at Production Assembly Line.', '/public/images/material/T_itemicon_Material_Bio_Coolant.png', NULL, 0, 31, 2), (208, 'FishingPond1', 'Fishing Pond', '[\"Fishing Pond\"]', 'null', 'A ready-to-use fishing pond. Assign a Pal to fish here at their own leisure. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_FishingPond1.png', NULL, 0, 31, 3), (209, 'Spa2', 'High Quality Hot Spring', '[\"High Quality Hot Spring\"]', 'null', 'Pals recover plenty of SAN while in the hot spring.', '/public/images/build/T_icon_buildObject_Spa_2.png', NULL, 0, 31, 3), (210, 'GrapplingGun3', 'Giga Grappling Gun', 'null', '[\"Giga Grappling Gun\"]', 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. Using data from prototype versions, its capabilities have been further increased.', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Mega Grappling Gun', 1, 31, 3), (211, 'FragGrenade_Fire', 'Incendiary Grenade', 'null', '[\"Incendiary Grenade\"]', 'A Incendiary Grenade useful for mid-range combat. It detonates a few seconds after being thrown, setting the surrounding area on fire.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Fire.png', NULL, 0, 31, 2), (212, 'SkillUnlock_GhostAnglerfish', 'Ghangler Saddle', 'null', '[\"Ghangler Saddle\"]', 'Saddle for safely riding Ghangler.', '/public/images/pals/T_GhostAnglerfish_icon_normal.png', NULL, 0, 31, 3), (213, 'SkillUnlock_IceDeer', 'Reindrix Saddle', 'null', '[\"Reindrix Saddle\"]', 'Saddle for safely riding Reindrix.', '/public/images/pals/T_IceDeer_icon_normal.png', NULL, 0, 31, 2), (214, 'OctaviaSet01', 'ULTRAKILL Collab Set 1', 'null', '[\"V1 Armor\", \"Marksman Revolver\"]', '[ULTRAKILL Collab] A set containing V1 Armor and Marksman Revolver.', '/public/images/armor/T_itemicon_Armor_Octavia001_Armor.png', NULL, 1, 32, 3), (215, 'Product_WeaponFactory_Dirty_Grade_02', 'Weapon Assembly Line', '[\"Weapon Assembly Line\"]', 'null', 'Needs electricity but produces weapons and ammunition at a faster pace. Requires Pal with Handiwork trait.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_02.png', NULL, 0, 32, 3), (216, 'PalHealingGrenade', 'Pal Recovery Grenade', 'null', '[\"Pal Recovery Grenade\"]', 'A Frag Grenade with healing effects. It bursts on impact, restoring HP to allied Pals.', '/public/images/weapon/T_itemicon_Weapon_PalHealingGrenade.png', NULL, 0, 32, 3), (217, 'Product_Farm_Carrot', 'Carrot Plantation', '[\"Carrot Plantation\"]', 'null', 'A farm where you can grow Carrot. It takes time to harvest, but increases the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Carrot.png', NULL, 0, 32, 2), (218, 'Cauldron', 'Witch Cauldron', '[\"Witch Cauldron\"]', 'null', 'Place in base to improve medicine manufacturing speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Cauldron.png', NULL, 0, 32, 2), (219, 'BaseCampWorkerExtraStation', 'Palbox Control Device', '[\"Palbox Control Device\"]', 'null', 'A remote-access terminal for the Palbox. Set it up wherever you\'d like and build a base of your own design.', '/public/images/build/T_icon_buildObject_BaseCampWorkerExtraStation.png', NULL, 0, 32, 3), (220, 'SkillUnlock_FairyDragon_Water', 'Elphidran Aqua Saddle', 'null', '[\"Elphidran Aqua Saddle\"]', 'Saddle for safely riding Elphidran Aqua.', '/public/images/pals/T_FairyDragon_Water_icon_normal.png', NULL, 0, 32, 2), (221, 'SkillUnlock_GrassPanda', 'Mossanda\'s Grenade Launcher', 'null', '[\"Mossanda\'s Grenade Launcher\"]', 'Makes Mossanda fire a grenade launcher when ridden.', '/public/images/pals/T_GrassPanda_icon_normal.png', NULL, 0, 32, 2), (222, 'Altar', 'Summoning Altar', '[\"Summoning Altar\"]', 'null', 'Offer a Slab depicting a Pal to summon a powerful Pal to your base. Adequate caution and battle readiness is paramount.', '/public/images/build/T_icon_buildObject_Altar.png', NULL, 1, 33, 3), (223, 'Battle_RangeWeapon_OldRevolver', 'Old Revolver', 'null', '[\"Old Revolver\"]', 'A slightly outdated revolving handgun. Compared to Handgun, it excels in single-shot power.', '/public/images/weapon/T_itemicon_Weapon_OldRevolver.png', NULL, 0, 33, 3), (224, 'Polymer', 'Polymer', 'null', '[\"Polymer\"]', 'Polymer made from refined oil. Required for producing various advanced items such as firearms. Can be crafted at Production Assembly Line.', '/public/images/material/T_itemicon_Material_Polymer.png', NULL, 0, 33, 2), (225, 'Trap_MineElecShock', 'Electric Mine', '[\"Electric Mine\"]', 'null', 'Electrocutes those who step on it. Electrocuted Pals are easier to capture.', '/public/images/build/T_icon_buildObject_Trap_MineElecShock.png', NULL, 0, 33, 2), (226, 'FragGrenade_Water', 'Water Grenade', 'null', '[\"Water Grenade\"]', 'A Water Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Water damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Water.png', NULL, 0, 33, 2), (227, 'Snowman', 'Snowman', '[\"Snowman\"]', 'null', 'Place in base to improve cooling speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_Snowman.png', NULL, 0, 33, 2), (228, 'SkillUnlock_Manticore', 'Blazehowl Saddle', 'null', '[\"Blazehowl Saddle\"]', 'Saddle for safely riding Blazehowl.', '/public/images/pals/T_Manticore_icon_normal.png', NULL, 0, 33, 3), (229, 'SkillUnlock_RedArmorBird', 'Ragnahawk Saddle', 'null', '[\"Ragnahawk Saddle\"]', 'Saddle for safely riding Ragnahawk.', '/public/images/pals/T_RedArmorBird_icon_normal.png', NULL, 0, 33, 3), (230, 'SkillUnlock_SakuraSaurus', 'Broncherry Saddle', 'null', '[\"Broncherry Saddle\"]', 'Saddle for safely riding Broncherry.', '/public/images/pals/T_SakuraSaurus_icon_normal.png', NULL, 0, 33, 2), (231, 'Accessory_TalentChecker', 'Ability Glasses', 'null', '[\"Ability Glasses\"]', 'Glasses used to discern hidden Pal potentials. Displays Health, Attack and Defense stats on a scale of 0 to 100.', '/public/images/accessory/T_itemicon_Accessory_TalentChecker.png', NULL, 1, 34, 4), (232, 'Product_Ingot_Grade_02_Iron', 'Improved Furnace', '[\"Improved Furnace\"]', 'null', 'Uses Ore and Coal to produce Refined Ingots.', '/public/images/build/T_icon_buildObject_BlastFurnace_2.png', NULL, 0, 34, 4), (233, 'Product_Axe_Grade_03', 'Refined Metal Axe', 'null', '[\"Refined Metal Axe\"]', 'An axe that can gather Hardwood from trees found in harsh environments such as deserts and volcanic areas. Can be crafted at Production Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_00.png', NULL, 0, 34, 2), (234, 'Product_Pickaxe_Grade_03', 'Refined Metal Pickaxe', 'null', '[\"Refined Metal Pickaxe\"]', 'A pickaxe used for mining. Its durability and efficiency have further improved. Can be crafted at Production Assembly Line.', 'UnKnown', NULL, 0, 34, 2), (235, 'Spear_3', 'Refined Metal Spear', 'null', '[\"Refined Metal Spear\"]', 'Useful for close-range combat. The high-quality metal tip gives it increased attack power. Can be crafted at Production Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_Spear_Tier_00.png', NULL, 0, 34, 3), (236, 'SkillUnlock_FireKirin_Dark', 'Pyrin Noct Saddle', 'null', '[\"Pyrin Noct Saddle\"]', 'Saddle for safely riding Pyrin Noct.', '/public/images/pals/T_FireKirin_Dark_icon_normal.png', NULL, 0, 34, 2), (237, 'SkillUnlock_GrassPanda_Electric', 'Mossanda Lux\'s Grenade Launcher', 'null', '[\"Mossanda Lux\'s Grenade Launcher\"]', 'Makes Mossanda Lux fire a grenade launcher when ridden.', '/public/images/pals/T_GrassPanda_Electric_icon_normal.png', NULL, 0, 34, 2), (238, 'SkillUnlock_FlowerDinosaur_Electric', 'Dinossom Lux Saddle', 'null', '[\"Dinossom Lux Saddle\"]', 'Saddle for safely riding Dinossom Lux.', '/public/images/pals/T_FlowerDinosaur_Electric_icon_normal.png', NULL, 0, 34, 2), (239, 'Accessory_AirDash1', 'Air Dash Boots', 'null', '[\"Air Dash Boots\"]', 'An accessory that allows the player to dash in mid-air when equipped.', '/public/images/accessory/T_itemicon_Accessory_AirDash.png', NULL, 1, 35, 2), (240, 'Special_PalSphere_Grade_05', 'Ultra Sphere', 'null', '[\"Ultra Sphere\"]', 'An item that captures Pals when thrown. Not many Pals can escape its highly efficient design. Can be crafted at Sphere Assembly Line II.', '/public/images/palsphere/T_itemicon_PalSphere_Master.png', NULL, 0, 35, 4), (241, 'Special_SphereFactory_Black_Grade_03', 'Sphere Assembly Line II', '[\"Sphere Assembly Line II\"]', 'null', 'Creates Pal Spheres at an even faster pace. Requires Pal with Handiwork suitability.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_03.png', NULL, 0, 35, 5), (242, 'Infra_ElectronicCircuit', 'Circuit Board', 'null', '[\"Circuit Board\"]', 'Circuit Board required to create precision equipment. Can be made at Production Assembly Line.', '/public/images/material/T_itemicon_Material_ElectronicCircuit.png', NULL, 0, 35, 2), (243, 'CarbonFiber', 'Carbon Fiber', 'null', '[\"Carbon Fiber\"]', 'A lightweight yet sturdy material. Used to create armor and other equipment. Can be crafted at Production Assembly Line.', '/public/images/material/T_itemicon_Material_CarbonFiber.png', NULL, 0, 35, 2), (244, 'FragGrenade_Leaf', 'Grass Grenade', 'null', '[\"Grass Grenade\"]', 'A Grass Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Grass damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Leaf.png', NULL, 0, 35, 2), (245, 'SkillUnlock_Manticore_Dark', 'Blazehowl Noct Saddle', 'null', '[\"Blazehowl Noct Saddle\"]', 'Saddle for safely riding Blazehowl Noct.', '/public/images/pals/T_Manticore_Dark_icon_normal.png', NULL, 0, 35, 3), (246, 'SkillUnlock_TropicalOstrich', 'Palumba Saddle', 'null', '[\"Palumba Saddle\"]', 'Saddle for safely riding Palumba.', '/public/images/pals/T_TropicalOstrich_icon_normal.png', NULL, 0, 35, 3), (247, 'Battle_RangeWeapon_Rifle', 'Single-Shot Rifle', 'null', '[\"Single-Shot Rifle\"]', 'A single-shot rifle. Takes time to load. What it lacks in capacity, it makes up for with sheer power. Crafted at Weapon Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_SingleShotRifle.png', NULL, 0, 36, 3), (248, 'RifleBullet', 'Rifle Ammo', 'null', '[\"Rifle Ammo\"]', 'Ammo for the Single-Shot Rifle and similar weapons. Can be crafted at Weapon Workbench.', '/public/images/ammo/T_itemicon_Ammo_RifleBullet.png', NULL, 0, 36, 2), (249, 'Product_Farm_Onion', 'Onion Plantation', '[\"Onion Plantation\"]', 'null', 'A farm where you can grow Onion. It takes time to harvest, but increases the variety of meals you can prepare. Requires a few Pals to plant seeds, water, and harvest the crops.', '/public/images/build/T_icon_buildObject_FarmBlockV2_Onion.png', NULL, 0, 36, 2), (250, 'Cloth2', 'High Quality Cloth', 'null', '[\"High Quality Cloth\"]', 'Woven from large amounts of Wool. Required to create high quality armor. Can be made at High-Quality Workbench.', '/public/images/material/T_itemicon_Material_Cloth.png', NULL, 0, 36, 2), (251, 'MedicalPalBed_04', 'Large Pal Bed', '[\"Large Pal Bed\"]', 'null', 'A fluffy bed that Pals can get a good rest on. Pals can rest on it when injured, or to sleep at night. Even large Pals can sleep soundly on a bed like this.', '/public/images/build/T_icon_buildObject_MedicalPalBed_04.png', NULL, 0, 36, 2), (252, 'AutoMealPouch_Tier4', 'Huge Feed Bag', 'null', '[\"Huge Feed Bag\"]', 'A extra-large pouch for holding food. Unlocks 4 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier4.png', 'Large Feed Bag', 0, 36, 4), (253, 'SkillUnlock_Plesiosaur', 'Braloha Saddle', 'null', '[\"Braloha Saddle\"]', 'Saddle for safely riding Braloha.', '/public/images/pals/T_Plesiosaur_icon_normal.png', NULL, 0, 36, 3), (254, 'Special_ElectricHatchingPalEgg', 'Electric Egg Incubator', '[\"Electric Egg Incubator\"]', 'null', 'Device for incubating Pal eggs. Requires electricity, but automatically keeps the inside of the incubator at appropriate temperatures.', '/public/images/build/T_icon_buildObject_ElectricHatchingPalEgg.png', 'Electric Egg Incubator', 1, 36, 5), (255, 'Battle_RangeWeapon_SubmachineGun', 'SMG', 'null', '[\"SMG\"]', 'A submachine gun with exceptional rate of fire. It’s easy to handle and effective in close-range combat.', '/public/images/weapon/T_itemicon_Weapon_SubmachineGun.png', NULL, 0, 37, 3), (256, 'Battle_Armor_Grade_03_Iron', 'Refined Metal Armor', 'null', '[\"Refined Metal Armor\"]', 'Armor made from high quality metal. Quite heavy, but provides excellent defense. Can be crafted at Production Assembly Line.', '/public/images/armor/T_itemicon_Armor_IronArmor.png', NULL, 0, 37, 3), (257, 'Battle_Helm_Grade_04_Iron', 'Refined Metal Helm', 'null', '[\"Refined Metal Helm\"]', 'A helm made from high quality metal. The luster from the polished metal gives the wearer that added boost of confidence. Can be crafted at Production Assembly Line.', '/public/images/armor/T_itemicon_Armor_IronHelmet.png', NULL, 0, 37, 3), (258, 'Corrosive_Solvent', 'Corrosive Solvent', 'null', '[\"Corrosive Solvent\"]', 'A dangerous chemical solvent with strong decomposing properties. Used for precision processing and special treatments. Can be crafted at Production Assembly Line.', '/public/images/material/T_itemicon_Material_Corrosive_Solvent.png', NULL, 0, 37, 2), (259, 'EnergyStorage_Electric', 'Accumulator', '[\"Accumulator\"]', 'null', 'A facility for storing excess electricity generated by the Power Generator.', '/public/images/build/T_icon_buildObject_EnergyStorage_Electric.png', NULL, 0, 37, 2), (260, 'SkillUnlock_GhostBeast', 'Maraith Saddle', 'null', '[\"Maraith Saddle\"]', 'Saddle for safely riding Maraith.', '/public/images/pals/T_GhostBeast_icon_normal.png', NULL, 0, 37, 2), (261, 'OperatingTable', 'Pal Surgery Table', '[\"Pal Surgery Table\"]', 'null', 'A facility where surgery can be performed on Pals to change their gender or passive skills.', '/public/images/build/T_icon_buildObject_OperatingTable.png', NULL, 0, 38, 3), (262, 'Battle_RangeWeapon_SphereLauncher', 'Scatter Sphere Launcher', 'null', '[\"Scatter Sphere Launcher\"]', 'A new type of launcher that fires a large number of spheres. It can easily capture a herd of Pals. Can be crafted at Weapon Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_SphereLauncher.png', NULL, 1, 38, 5), (263, 'Launcher_Meteor', 'Meteor Launcher', 'null', '[\"Meteor Launcher\", \"Meteorite Ammo\"]', 'A phenomenal weapon that fires a meteor. Upon striking its target, it creates an explosion similar to a meteorite impact. Can be crafted at Weapon Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_Launcher_Meteor.png', NULL, 0, 38, 3), (264, 'FishingBait_3', 'Deluxe Bait', 'null', '[\"Deluxe Bait\"]', 'Bait that lures in Pals. Improved to slightly enlarge the size of the bar in the fishing minigame.', '/public/images/consume/T_itemicon_Consume_FishingBait_3.png', NULL, 0, 38, 2), (265, 'Refrigerator', 'Refrigerator', '[\"Refrigerator\"]', 'null', 'Large food vault. Assign an Ice Pal to help prevent food stored inside from spoiling.', '/public/images/build/T_icon_buildObject_Refrigerator.png', NULL, 0, 38, 2), (266, 'Trap_MineFreeze', 'Ice Mine', '[\"Ice Mine\"]', 'null', 'Freezes those who step on it. Frozen Pals are easier to capture.', '/public/images/build/T_icon_buildObject_Trap_MineFreeze.png', NULL, 0, 38, 2), (267, 'FragGrenade_Ground', 'Ground Grenade', 'null', '[\"Ground Grenade\"]', 'A Ground Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Ground damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Ground.png', NULL, 0, 38, 2), (268, 'PoliceFlagSet', 'PIDF Flag Set', '[\"PIDF Standard\", \"PIDF Vertical Banner\"]', 'null', 'PIDF Standard and PIDF Vertical Banner set. Proof of your victory over the PIDF.', '/public/images/build/T_icon_buildObject_Police_Flag.png', NULL, 0, 39, 1), (269, 'SkillUnlock_SkyDragon', 'Quivern Saddle', 'null', '[\"Quivern Saddle\"]', 'Saddle for safely riding Quivern.', '/public/images/pals/T_SkyDragon_icon_normal.png', NULL, 0, 38, 3), (270, 'Product_CopperPit_2', 'Ore Mining Site II', '[\"Ore Mining Site II\"]', 'null', 'Facility for producing large quantities of Ore. Mining Ore is hard work that requires physical endurance. Leave it to Pals skilled at mining.', '/public/images/build/T_icon_buildObject_CopperPit_2.png', 'Ore Mining Site', 1, 39, 3), (271, 'Battle_RangeWeapon_ShotGun', 'Double-Barreled Shotgun', 'null', '[\"Double-Barreled Shotgun\"]', 'Wreaks havoc at close range. Can fire twice before reloading. Despite the limited load capacity, it still packs a punch. Crafted at Weapon Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_DoubleBarrelShotgun.png', NULL, 0, 39, 3), (272, 'ShotGunBullet', 'Shotgun Shell', 'null', '[\"Shotgun Shell\"]', 'Ammo for shotguns and other similar weapons. Can be crafted at Weapon Workbench.', '/public/images/ammo/T_itemicon_Ammo_ShotgunBullet.png', NULL, 0, 39, 2), (273, 'SphereModule_Curve2', 'Slider Module', 'null', '[\"Slider Module\"]', 'Equipping it adds a slider spin to the sphere. The sphere curves at a sharp angle, making it easier to catch Pals off guard and increasing capture power.', '/public/images/other/T_itemicon_SphereModule_Curve2.png', NULL, 0, 39, 3), (274, 'Glass_houseset', 'Glass Structure Set', '[\"Glass Foundation\", \"Glass Wall\", \"Glass Roof\", \"Glass Stairs\", \"Glass Wall and Window\", \"Glass Triangular Wall\", \"Glass Slanted Roof\", \"Glass Wall and Door\", \"Glass Fence\", \"Glass Triangular Foundation\", \"Glass Diagonal Wall\", \"Glass Triangular Roof\", \"Glass Corner Roof\", \"Glass Triangular Wall (Inverted)\", \"Glass Pal Passage Entrance\", \"Glass Slanted Triangular Roof\", \"Glass Pyramid Roof\", \"Glass Slanted Corner Roof (Inverted)\"]', 'null', 'Set for building bases using glass. Allows building of glass foundations, walls, ceilings, stairs and other things necessary for shelters.', '/public/images/build/T_icon_buildObject_Glass_foundation.png', NULL, 0, 45, 2), (275, 'Infra_ItemChest_Grade_03', 'Refined Metal Chest', '[\"Refined Metal Chest\"]', 'null', 'Can be used to store even more items. Pals with Transporting suitability will automatically carry items to it.', '/public/images/build/T_icon_buildObject_ItemChest_03.png', NULL, 0, 39, 3), (276, 'SkillUnlock_BlackMetalDragon', 'Astegon Saddle', 'null', '[\"Astegon Saddle\"]', 'Saddle for safely riding Astegon.', '/public/images/pals/T_BlackMetalDragon_icon_normal.png', NULL, 0, 39, 4), (277, 'SkillUnlock_MushroomDragon', 'Shroomer Saddle', 'null', '[\"Shroomer Saddle\"]', 'Saddle for safely riding Shroomer.', '/public/images/pals/T_MushroomDragon_icon_normal.png', NULL, 0, 39, 2), (278, 'SkillUnlock_MushroomDragon_Dark', 'Shroomer Noct Saddle', 'null', '[\"Shroomer Noct Saddle\"]', 'Saddle for safely riding Shroomer Noct.', '/public/images/pals/T_MushroomDragon_Dark_icon_normal.png', NULL, 0, 39, 2), (279, 'Bat3', 'Metal Bat', 'null', '[\"Metal Bat\"]', 'A Metal Bat that works well in close combat. Use it to beat down anyone you don\'t like.', '/public/images/weapon/T_itemicon_Weapon_Bat3.png', NULL, 0, 40, 3), (280, 'Accessory_JumpCount_Increase1', 'Double Jump Boots', 'null', '[\"Double Jump Boots\"]', 'An accessory that allows the player to jump in mid-air when equipped.', '/public/images/accessory/T_itemicon_Accessory_JumpCount_Increase.png', NULL, 1, 40, 2), (281, 'Battle_Armor_Grade_03_Iron_Heat', 'Heat Resistant Refined Metal Armor', 'null', '[\"Heat Resistant Refined Metal Armor\"]', 'Improved Refined Metal Armor. Boasts high heat resistance. Can be crafted at Production Assembly Line.', '/public/images/armor/T_itemicon_Armor_IronArmorHeat.png', NULL, 0, 40, 4), (282, 'Battle_Glider_Grade_03', 'Giga Glider', 'null', '[\"Giga Glider\"]', 'A glider for soaring through the air. With its capabilities improved, it can soar at high speed. Can be made at Production Assembly Line', '/public/images/glider/T_itemicon_Glider_Glider_Super.png', NULL, 0, 40, 3), (283, 'Battle_Defense_MachineGun', 'Mounted Machine Gun', '[\"Mounted Machine Gun\"]', 'null', 'Assign a Pal with Handiwork suitability and it will protect a base using the machine gun.', '/public/images/build/T_icon_buildObject_DefenseMachinegun.png', NULL, 0, 40, 3), (284, 'FragGrenade_Dark', 'Dark Grenade', 'null', '[\"Dark Grenade\"]', 'A Dark Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Dark damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Dark.png', NULL, 0, 40, 2), (285, 'SkillUnlock_Umihebi', 'Jormuntide Saddle', 'null', '[\"Jormuntide Saddle\"]', 'Saddle for safely riding Jormuntide.', '/public/images/pals/T_Umihebi_icon_normal.png', NULL, 0, 40, 2), (286, 'SkillUnlock_ElecPanda', 'Grizzbolt\'s Minigun', 'null', '[\"Grizzbolt\'s Minigun\"]', 'Makes Grizzbolt fire a minigun when ridden.', '/public/images/pals/T_ElecPanda_icon_normal.png', NULL, 0, 40, 4), (287, 'SkillUnlock_WeaselDragon_Fire', 'Chillet Ignis Saddle', 'null', '[\"Chillet Ignis Saddle\"]', 'Saddle for safely riding Chillet Ignis.', '/public/images/pals/T_WeaselDragon_Fire_icon_normal.png', NULL, 0, 40, 2), (288, 'GuildChest', 'Guild Chest', '[\"Guild Chest\"]', 'null', 'A chest that can instantly send and receive items through subspace. The items inside are shared across all bases where it is placed.', '/public/images/build/T_icon_buildObject_GuildChest.png', NULL, 1, 41, 4), (289, 'Battle_RangeWeapon_SemiAutoRifle', 'Semi-Auto Rifle', 'null', '[\"Semi-Auto Rifle\"]', 'A rifle that allows for a certain degree of rapid fire. It’s easy to aim and has high firepower, making it effective for mid-range combat.', '/public/images/weapon/T_itemicon_Weapon_SemiAutoRifle.png', NULL, 0, 41, 3), (290, 'Battle_Armor_Grade_03_Iron_Cold', 'Cold Resistant Refined Metal Armor', 'null', '[\"Cold Resistant Refined Metal Armor\"]', 'Improved Refined Metal Armor. Useful for surviving in cold climates. Can be crafted at Production Assembly Line.', '/public/images/armor/T_itemicon_Armor_IronArmorCold.png', NULL, 0, 41, 4), (291, 'Product_Cooking_Grade_03', 'Electric Kitchen', '[\"Electric Kitchen\"]', 'null', 'Needs electricity but can prepare high-quality food more efficiently. Requires Pal with Kindling suitability.', '/public/images/build/T_icon_buildObject_ElectricKitchen.png', NULL, 0, 41, 3), (292, 'SanityDecrease1', 'Alpha Wave Generator', '[\"Alpha Wave Generator\"]', 'null', 'A device that emits alpha waves to help Pals relax. Slows the rate at which the SAN value of Base Pals decreases. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_SanityDecrease1.png', NULL, 0, 41, 3), (293, 'ElectricHeater', 'Electric Heater', '[\"Electric Heater\"]', 'null', 'Warms the nearby area and protects against the cold. Improved range and heating capabilities.', '/public/images/build/T_icon_buildObject_HeaterElectric.png', NULL, 0, 41, 3), (294, 'SkillUnlock_WhiteAlienDragon', 'Xenogard Saddle', 'null', '[\"Xenogard Saddle\"]', 'Saddle for safely riding Xenogard.', '/public/images/pals/T_WhiteAlienDragon_icon_normal.png', NULL, 0, 41, 3), (295, 'SkillUnlock_GuardianDog', 'Yakumo Saddle', 'null', '[\"Yakumo Saddle\"]', 'Saddle for safely riding Yakumo.', '/public/images/pals/T_GuardianDog_icon_normal.png', NULL, 0, 41, 2), (296, 'SkillUnlock_GrassMammoth_Ice', 'Mammorest Cryst Saddle', 'null', '[\"Mammorest Cryst Saddle\"]', 'Saddle for safely riding Mammorest Cryst.', '/public/images/pals/T_GrassMammoth_Ice_icon_normal.png', NULL, 0, 41, 2), (297, 'Battle_RangeWeapon_CompoundBow', 'Compound Bow', 'null', '[\"Compound Bow\"]', 'A modernized bow. Capable of firing more powerful arrows.', '/public/images/weapon/T_itemicon_Weapon_CompoundBow.png', NULL, 0, 42, 3), (298, 'ReinforcedArrow', 'Reinforced Arrow', 'null', '[\"Reinforced Arrow\"]', 'Enhanced arrows for shooting with Compound Bow. Can be crafted at Primitive Workbench.', '/public/images/ammo/T_itemicon_Ammo_ReinforcedArrow.png', NULL, 0, 42, 1), (299, 'Product_Factory_Hard_Grade_03', 'Production Assembly Line II', '[\"Production Assembly Line II\"]', 'null', 'Needs electricity but produces items at an even faster pace. Requires Pal with Handiwork trait.', '/public/images/build/T_icon_buildObject_Factory_Hard_03.png', NULL, 0, 42, 5), (300, 'ElectricCooler', 'Electric Cooler', '[\"Electric Cooler\"]', 'null', 'Cools the nearby area and protects against the heat. Improved range and cooling capabilities.', '/public/images/build/T_icon_buildObject_CoolerElectric.png', NULL, 0, 42, 3), (301, 'FragGrenade_Dragon', 'Dragon Grenade', 'null', '[\"Dragon Grenade\"]', 'A Dragon Grenade useful for mid-range combat. It detonates a few seconds after being thrown, dealing Dragon damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Dragon.png', NULL, 0, 42, 2), (302, 'SkillUnlock_IceNarwhal', 'Whalaska Saddle', 'null', '[\"Whalaska Saddle\"]', 'Saddle for safely riding Whalaska.', '/public/images/pals/T_IceNarwhal_icon_normal.png', NULL, 0, 42, 3), (303, 'SkillUnlock_GhostAnglerfish_Fire', 'Ghangler Ignis Saddle', 'null', '[\"Ghangler Ignis Saddle\"]', 'Saddle for safely riding Ghangler Ignis.', '/public/images/pals/T_GhostAnglerfish_Fire_icon_normal.png', NULL, 0, 42, 3), (304, 'SkillUnlock_VolcanicMonster', 'Reptyro Saddle', 'null', '[\"Reptyro Saddle\"]', 'Saddle for safely riding Reptyro.', '/public/images/pals/T_VolcanicMonster_icon_normal.png', NULL, 0, 42, 2), (305, 'Product_CoalPit', 'Coal Quarry', '[\"Coal Quarry\"]', 'null', 'Facility for producing Coal. Digging Coal is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_CoalPit.png', NULL, 1, 37, 5), (306, 'Battle_RangeWeapon_ShotGun_Multi', 'Pump-Action Shotgun', 'null', '[\"Pump-Action Shotgun\"]', 'A high capacity, powerful shotgun. It has outstanding close range DPS. Can be crafted at Weapon Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_PumpActionShotgun.png', NULL, 0, 43, 4), (307, 'Shield_04', 'Hyper Shield', 'null', '[\"Hyper Shield\"]', 'Strange shield made with Paldium technology. Through repeated testing, the highest quality has been achieved. Can be made at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_Shield_04.png', NULL, 0, 43, 3), (308, 'AdditionalInventory_002', 'Medium Pouch', 'null', '[\"Medium Pouch\"]', 'A modest pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_002.png', 'Small Pouch', 0, 43, 2), (309, 'HighGrade_Processed_Wood', 'High Quality Wooden Board', 'null', '[\"High Quality Wooden Board\"]', 'Fine planks carefully carved from Hardwood. They have beautiful wood grain and are used for structures with a luxurious feel. Can be crafted at Production Assembly Line II.', '/public/images/material/T_itemicon_Material_HighGrade_Processed_Wood.png', NULL, 0, 43, 2), (310, 'Product_Medicine_Grade_02', 'Electric Medicine Workbench', '[\"Electric Medicine Workbench\"]', 'null', 'Needs electricity but can produce higher-quality medicine. Requires Pal with Medicine Production trait.', '/public/images/build/T_icon_buildObject_MedicineFacility_02.png', NULL, 0, 43, 3), (311, 'SkillUnlock_Suzaku', 'Suzaku Saddle', 'null', '[\"Suzaku Saddle\"]', 'Saddle for safely riding Suzaku.', '/public/images/pals/T_Suzaku_icon_normal.png', NULL, 0, 43, 4), (312, 'SkillUnlock_VolcanicMonster_Ice', 'Reptyro Cryst Saddle', 'null', '[\"Reptyro Cryst Saddle\"]', 'Saddle for safely riding Reptyro Cryst.', '/public/images/pals/T_VolcanicMonster_Ice_icon_normal.png', NULL, 0, 43, 2), (313, 'Product_StationDeforest2', 'Logging Site II', '[\"Logging Site II\"]', 'null', 'Facility for producing Hardwood. Cutting wood is hard work that requires much physical endurance. Leave it to Pals skilled in logging.', '/public/images/build/T_icon_buildObject_StationDeforest3.png', NULL, 1, 43, 3), (314, 'Special_PalSphere_Grade_06', 'Legendary Sphere', 'null', '[\"Legendary Sphere\"]', 'An item that captures Pals when thrown. Very few Pals can escape its perfected design. Can be crafted at Sphere Assembly Line II.', '/public/images/palsphere/T_itemicon_PalSphere_Legend.png', NULL, 0, 44, 5), (315, 'Product_Ingot_Grade_03_Steal', 'Electric Furnace', '[\"Electric Furnace\"]', 'null', 'Allows refinement of Pal Metal Ingot.', '/public/images/build/T_icon_buildObject_BlastFurnace3.png', NULL, 0, 44, 5), (316, 'Bio_Battery', 'Bio Battery', 'null', '[\"Bio Battery\"]', 'A device that stores bio-energy as electrical power. Used for equipment requiring high energy density. Can be crafted at Production Assembly Line II.', '/public/images/material/T_itemicon_Material_Bio_Battery.png', NULL, 0, 44, 2), (317, 'Katana', 'Katana', 'null', '[\"Katana\"]', 'Katana for close-range combat. Slices through with razor-sharp precision, cutting cleanly in one strike.', '/public/images/weapon/T_itemicon_Weapon_Katana.png', NULL, 0, 44, 2), (318, 'Battle_MeleeWeapon_Pickaxe_Steal', 'Pal Metal Pickaxe', 'null', '[\"Pal Metal Pickaxe\"]', 'A pickaxe for mining. It has achieved extraordinary efficiency thanks to Pal Metal.', '/public/images/weapon/T_itemicon_Weapon_Pickaxe_Tier_03.png', NULL, 0, 44, 2), (319, 'Battle_MeleeWeapon_Axe_Steal', 'Pal Metal Axe', 'null', '[\"Pal Metal Axe\"]', 'An axe for chopping wood. It has achieved extraordinary sharpness thanks to Pal Metal. It can slice through high-grade trees from the harshest regions without trouble.', '/public/images/weapon/T_itemicon_Weapon_Axe_Tier_03.png', NULL, 0, 44, 2), (320, 'SkillUnlock_Suzaku_Water', 'Suzaku Aqua Saddle', 'null', '[\"Suzaku Aqua Saddle\"]', 'Saddle for safely riding Suzaku Aqua.', '/public/images/pals/T_Suzaku_Water_icon_normal.png', NULL, 0, 44, 4), (321, 'SkillUnlock_SakuraSaurus_Water', 'Broncherry Aqua Saddle', 'null', '[\"Broncherry Aqua Saddle\"]', 'Saddle for safely riding Broncherry Aqua.', '/public/images/pals/T_SakuraSaurus_Water_icon_normal.png', NULL, 0, 44, 2), (322, 'DecalGunSet', 'Decal Gun Set', 'null', '[\"Decal Gun 1\", \"Decal Gun 2\", \"Decal Gun 3\", \"Decal Gun 4\", \"Decal Gun 5\", \"Decal Ink\"]', 'Decal gun set. Allows crafting of a strange gun that paints a Pal decal where it is fired. Required ammo also becomes craftable.', '/public/images/ammo/T_itemicon_Ammo_InkBullet.png', NULL, 1, 45, 1), (323, 'Battle_RangeWeapon_AssaultRifle', 'Assault Rifle', 'null', '[\"Assault Rifle\"]', 'An Assault Rifle that mows down enemies with overwhelming force. It excels at rapid-fire and is well suited to taking down powerful foes. Can be crafted at Weapon Assembly Line.', '/public/images/weapon/T_itemicon_Weapon_AssaultRifle_Default1.png', NULL, 0, 45, 4), (324, 'AssaultRifleBullet', 'Assault Rifle Ammo', 'null', '[\"Assault Rifle Ammo\"]', 'Ammo for the Assault Rifle and similar weapons. Can be crafted at Weapon Assembly Line.', '/public/images/ammo/T_itemicon_Ammo_AssaultRifleBullet.png', NULL, 0, 45, 1), (325, 'FishingRod_03_1', 'Advanced Fishing Rod (Pengullet)', 'null', '[\"Advanced Fishing Rod (Pengullet)\", \"Simple Bait\"]', 'A fishing rod designed for catching Pals. Use it with bait near water where shadows are visible to start fishing. It boasts improved performance, making catches vastly easier.', '/public/images/weapon/T_itemicon_Weapon_FishingRod_5.png', NULL, 0, 45, 3), (326, 'CompositeDesk', 'Drafting Table', '[\"Drafting Table\"]', 'null', 'A facility that lets you combine multiple schematics to create more advanced ones.', '/public/images/build/T_icon_buildObject_CompositeDesk.png', NULL, 0, 45, 4), (327, 'SkillUnlock_SkyDragon_Grass', 'Quivern Botan Saddle', 'null', '[\"Quivern Botan Saddle\"]', 'Saddle for safely riding Quivern Botan.', '/public/images/pals/T_SkyDragon_Grass_icon_normal.png', NULL, 0, 45, 2), (328, 'SkillUnlock_LazyDragon', 'Relaxaurus\' Missile Launcher', 'null', '[\"Relaxaurus\' Missile Launcher\"]', 'Makes Relaxaurus fire a missile launcher when ridden.', '/public/images/pals/T_LazyDragon_icon_normal.png', NULL, 0, 45, 4), (329, 'SkillUnlock_Yeti', 'Wumpo Saddle', 'null', '[\"Wumpo Saddle\"]', 'Saddle for safely riding Wumpo.', '/public/images/pals/T_Yeti_icon_normal.png', NULL, 0, 45, 4), (330, 'Product_SulfurPit', 'Sulfur Quarry', '[\"Sulfur Quarry\"]', 'null', 'Facility for producing Sulfur. Digging Sulfur is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_SulfurPit.png', NULL, 1, 46, 5), (331, 'Battle_Armor_Grade_04_Steal', 'Pal Metal Armor', 'null', '[\"Pal Metal Armor\"]', 'Armor made from Pal Metal Ingot. High defense, but extremely heavy. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_StealArmor.png', NULL, 0, 46, 4), (332, 'Battle_Helm_Grade_05_Steal', 'Pal Metal Helm', 'null', '[\"Pal Metal Helm\"]', 'A helm made from Pal Metal Ingot. Envied for its immaculate quality, it is proof of a chosen warrior. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_StealHelmet.png', NULL, 0, 46, 4), (333, 'WorkSpeedIncrease1', 'Beta Wave Generator', '[\"Beta Wave Generator\"]', 'null', 'A device that emits beta waves to energize Pals. Increases the work speed of Base Pals. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_WorkSpeedIncrease1.png', NULL, 0, 46, 3), (334, 'LargeLamp', 'Large Mounted Lamp', '[\"Large Mounted Lamp\"]', 'null', 'Lights up large areas at a base.', '/public/images/build/T_icon_buildObject_LampStandLarge.png', NULL, 0, 46, 2), (335, 'SkillUnlock_KingBahamut', 'Blazamut Saddle', 'null', '[\"Blazamut Saddle\"]', 'Saddle for safely riding Blazamut.', '/public/images/pals/T_KingBahamut_icon_normal.png', NULL, 0, 46, 4), (336, 'SkillUnlock_KingAlpaca_Ice', 'Kingpaca Cryst Saddle', 'null', '[\"Kingpaca Cryst Saddle\"]', 'Saddle for safely riding Kingpaca Cryst.', '/public/images/pals/T_KingAlpaca_Ice_icon_normal.png', NULL, 0, 46, 2), (337, 'Battle_RangeWeapon_SemiAutoShotgun', 'Semi-Auto Shotgun', 'null', '[\"Semi-Auto Shotgun\"]', 'A rapid-fire shotgun with immense power. Its close-range damage output is top-notch.', '/public/images/weapon/T_itemicon_Weapon_SemiAutoShotgun.png', NULL, 0, 47, 4), (338, 'Product_WeaponFactory_Dirty_Grade_03', 'Weapon Assembly Line II', '[\"Weapon Assembly Line II\"]', 'null', 'Needs electricity but produces weapons and ammunition at an even faster pace. Requires Pal with Handiwork trait.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_03.png', NULL, 0, 47, 5), (339, 'Cake03', 'Vegetable Cake', 'null', '[\"Vegetable Cake\"]', 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. Lay eggs twice at once.', '/public/images/food/T_itemicon_food_Cake03.png', NULL, 0, 47, 4), (340, 'AutoMealPouch_Tier5', 'Giant Feed Bag', 'null', '[\"Giant Feed Bag\"]', 'An enormous pouch for holding food. Unlocks 5 food slots in your inventory. Players and Pals automatically consume food when hungry. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AutoMealPouch_Tier5.png', 'Huge Feed Bag', 0, 47, 5), (341, 'LargeCeilingLamp', 'Large Ceiling Lamp', '[\"Large Ceiling Lamp\"]', 'null', 'Lights up large areas below at a base.', '/public/images/build/T_icon_buildObject_LampTopLarge.png', NULL, 0, 47, 2), (342, 'SkillUnlock_HadesBird_Electric', 'Helzephyr Lux Saddle', 'null', '[\"Helzephyr Lux Saddle\"]', 'Saddle for safely riding Helzephyr Lux.', '/public/images/pals/T_HadesBird_Electric_icon_normal.png', NULL, 0, 47, 3), (343, 'SkillUnlock_BlackGriffon', 'Shadowbeak Saddle', 'null', '[\"Shadowbeak Saddle\"]', 'Saddle for safely riding Shadowbeak.', '/public/images/pals/T_BlackGriffon_icon_normal.png', NULL, 0, 47, 4), (344, 'MultiHatchingPalEgg', 'Large Incubator', '[\"Large Incubator\"]', 'null', 'Device for incubating Pal eggs. It automatically maintains a suitable temperature and can hatch multiple eggs at once.', '/public/images/build/T_icon_buildObject_MultiHatchingPalEgg.png', NULL, 1, 48, 5), (345, 'Battle_Armor_Grade_04_Steal_Heat', 'Heat Resistant Pal Metal Armor', 'null', '[\"Heat Resistant Pal Metal Armor\"]', 'Improved Pal Metal Armor. Boasts high heat resistance. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_StealArmorHeat.png', NULL, 0, 48, 5), (346, 'SphereModule_Sniper2', 'Sniper Module II', 'null', '[\"Sniper Module II\"]', 'Equipping it significantly increases the sphere\'s range, allowing it to sharply capture Pals and enhancing capture power.', '/public/images/other/T_itemicon_SphereModule_Sniper2.png', NULL, 0, 48, 4), (347, 'TransmissionTower', 'Electric Pylon', '[\"Electric Pylon\"]', 'null', 'Place in base to improve electricity generating speed. Placing more than one has no additional effect.', '/public/images/build/T_icon_buildObject_TransmissionTower.png', NULL, 0, 48, 2), (348, 'SkillUnlock_LazyDragon_Electric', 'Relaxaurus Lux\'s Missile Launcher', 'null', '[\"Relaxaurus Lux\'s Missile Launcher\"]', 'Makes Relaxaurus Lux fire a missile launcher when ridden.', '/public/images/pals/T_LazyDragon_Electric_icon_normal.png', NULL, 0, 48, 4), (349, 'SkillUnlock_GrassGolem', 'Dualith Saddle', 'null', '[\"Dualith Saddle\"]', 'Saddle for safely riding Dualith. Grants the ability to fire a powerful Grass-element laser while mounted.', '/public/images/pals/T_GrassGolem_icon_normal.png', NULL, 0, 48, 4), (350, 'GrapplingGun4', 'Hyper Grappling Gun', 'null', '[\"Hyper Grappling Gun\"]', 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. As a result of research, it has achieved overwhelming mobility.', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Giga Grappling Gun', 1, 49, 4), (351, 'BaseCampItemDispenser', 'Item Retrieval Machine', '[\"Item Retrieval Machine\"]', 'null', 'A device that lets you freely access items from all chests in the base.', '/public/images/build/T_icon_buildObject_BaseCampItemDispenser.png', NULL, 0, 49, 5), (352, 'HugeKitchen', 'Large-Scale Stone Oven', '[\"Large-Scale Stone Oven\"]', 'null', 'Needed for cooking food. By becoming larger, multiple Pals can cooperate to cook together. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_HugeKitchen.png', NULL, 0, 49, 5), (353, 'JapaneseStyle_houseset', 'Japanese-Style Structure Set', '[\"Japanese-Style Wall\", \"Japanese-Style Door A\", \"Japanese-Style Door B\", \"Japanese-Style Roof A\", \"Japanese-Style Roof B\", \"Japanese-Style Slanted Roof\", \"Japanese-Style Triangular Wall\", \"Japanese-Style Wall and Window\", \"Japanese-Style Foundation\", \"Japanese-Style Stairs\", \"Japanese-Style Pillar\", \"Japanese-Style Door C\", \"Japanese-Style Fence\", \"Japanese-Style Triangular Foundation\", \"Japanese-Style Diagonal Wall\", \"Japanese-Style Triangular Roof A\", \"Japanese-Style Triangular Roof B\", \"Japanese-Style Corner Roof\", \"Japanese-Style Triangular Wall (Inverted)\", \"Japanese-Style Pal Passage Entrance\", \"Japanese-Style Slanted Triangular Roof\", \"Japanese-Style Pyramid Roof\", \"Japanese-Style Slanted Corner Roof (Inverted)\"]', 'null', 'Set for building bases using Japanese-style architecture. Allows building of Japanese-style foundations, walls, ceilings, stairs and other things necessary for shelters.', '/public/images/build/T_icon_buildObject_JapaneseStyle_foundation.png', NULL, 0, 49, 2), (354, 'ElectricGenerator_Large', 'Large Power Generator', '[\"Large Power Generator\"]', 'null', 'A power generator fueled by Electric Pals. Larger and with improved power generation efficiency.', '/public/images/build/T_icon_buildObject_ElectricGenerator_Large.png', NULL, 1, 50, 4), (355, 'Battle_Armor_Grade_04_Steal_Cold', 'Cold Resistant Pal Metal Armor', 'null', '[\"Cold Resistant Pal Metal Armor\"]', 'Improved Pal Metal Armor. Useful for surviving in cold climates. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_StealArmorCold.png', NULL, 0, 50, 5), (356, 'OilPump', 'Crude Oil Extractor', '[\"Crude Oil Extractor\"]', 'null', 'Equipment required to extract Crude Oil from oil fields. Requires a power supply to operate.', '/public/images/build/T_icon_buildObject_OilPump.png', NULL, 0, 50, 2), (357, 'Plastic', 'Plasteel', 'null', '[\"Plasteel\"]', 'Plasteel created by processing Crude Oil and metal. Can be produced in a Electric Furnace.', '/public/images/material/T_itemicon_Material_Plastic.png', NULL, 0, 50, 2), (358, 'Computer', 'Computer', 'null', '[\"Computer\"]', 'A component used in the control of automated equipment and precision machinery. It\'s a key component forming the foundation of modern technology. Can be crafted at Production Assembly Line II.', '/public/images/material/T_itemicon_Material_Computer.png', NULL, 0, 50, 2), (359, 'Battle_Defense_Missile', 'Mounted Missile Launcher', '[\"Mounted Missile Launcher\"]', 'null', 'Assign a Pal with Handiwork suitability and it will protect a base using the missile launcher.', '/public/images/build/T_icon_buildObject_efenseBulletLauncher_Missile.png', NULL, 0, 50, 3), (360, 'ScientistFlagSet', 'PAL Genetic Research Unit Flag Set', '[\"PAL Genetic Research Unit Standard\", \"PAL Genetic Research Unit Vertical Banner\"]', 'null', 'PAL Genetic Research Unit Standard and PAL Genetic Research Unit Vertical Banner set. Proof of your victory over the PAL Genetic Research Unit.', '/public/images/build/T_icon_buildObject_Scientist_Flag.png', NULL, 0, 50, 1), (361, 'OilPump02', 'High-Pressure Crude Oil Extractor', '[\"High-Pressure Crude Oil Extractor\"]', 'null', 'A device that pumps and extracts Crude Oil from deep underground. It can produce Crude Oil even in areas without oil fields, but it can only be placed on open ground with no structures beneath it. It requires a far greater supply of electricity than the Crude Oil Extractor.', '/public/images/build/T_icon_buildObject_OilPump02.png', NULL, 1, 51, 4), (362, 'Special_PalSphere_Grade_07', 'Ultimate Sphere', 'null', '[\"Ultimate Sphere\"]', 'An item that captures Pals when thrown. Almost no Pals can escape its flawless design. Can be crafted at Sphere Assembly Line II.', '/public/images/palsphere/T_itemicon_PalSphere_Ultimate.png', NULL, 0, 51, 5), (363, 'Battle_Armor_Grade_05_Plastic', 'Plasteel Armor', 'null', '[\"Plasteel Armor\"]', 'Armor made of Plasteel. In addition to enhanced defense capabilities, its weight was also reduced. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_PlasticArmor.png', NULL, 0, 51, 5), (364, 'Battle_Helm_Grade_06_Plastic', 'Plasteel Helmet', 'null', '[\"Plasteel Helmet\"]', 'Helmet made of Plasteel. In addition to enhanced defense capabilities, its weight was also reduced. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_PlasticHelmet.png', NULL, 0, 51, 4), (365, 'Battle_RangeWeapon_LaserRifle', 'Laser Rifle', 'null', '[\"Laser Rifle\"]', 'A weapon that fires high-energy lasers. It has impressive firepower and is easy to handle. Can be crafted at Weapon Assembly Line II.', '/public/images/weapon/T_itemicon_Weapon_LaserRifle.png', NULL, 0, 51, 5), (366, 'LaserBullet', 'Energy Cartridge', 'null', '[\"Energy Cartridge\"]', 'Ammo for the Laser Rifle and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_LaserBullet.png', NULL, 0, 51, 1), (367, 'CoolerPalFoodBox', 'Cold Food Box', '[\"Cold Food Box\"]', 'null', 'A feeding box that can be kept cold. Assign an Ice Pal to it and the food inside will be less likely to spoil.', '/public/images/build/T_icon_buildObject_CoolerPalFoodBox.png', NULL, 0, 51, 2), (368, 'SkillUnlock_Yeti_Grass', 'Wumpo Botan Saddle', 'null', '[\"Wumpo Botan Saddle\"]', 'Saddle for safely riding Wumpo Botan.', '/public/images/pals/T_Yeti_Grass_icon_normal.png', NULL, 0, 51, 4), (369, 'FlamethrowerBullet', 'Flamethrower Fuel', 'null', '[\"Flamethrower Fuel\"]', 'Ammo for the Flamethrower and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_FlamethrowerBullet.png', NULL, 0, 52, 1), (370, 'FishingBait_3_A', 'Alluring Bait', 'null', '[\"Alluring Bait\"]', 'Bait that lures in Pals. Improved to enlarge the size of the bar in the fishing minigame and increase the number of items obtained from fishing.', '/public/images/consume/T_itemicon_Consume_FishingBait_3_A.png', NULL, 0, 52, 2), (371, 'SkillUnlock_BadCatgirl', 'Nyafia\'s Shotgun', 'null', '[\"Nyafia\'s Shotgun\"]', 'A shotgun for Nyafia to hold. Activate its Partner Skill, and Nyafia will unleash a barrage of shotgun blasts at nearby enemies.', '/public/images/pals/T_BadCatgirl_icon_normal.png', NULL, 0, 52, 3), (372, 'AdditionalInventory_003', 'Large Pouch', 'null', '[\"Large Pouch\"]', 'A large pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_003.png', 'Medium Pouch', 0, 53, 3), (373, 'Battle_Armor_Grade_05_Plastic_Heat', 'Heat Resistant Plasteel Armor', 'null', '[\"Heat Resistant Plasteel Armor\"]', 'Improved Plasteel Armor. Boasts high heat resistance. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_PlasticArmorHeat.png', NULL, 0, 53, 5); INSERT INTO `techtree` (`ID`, `DevName`, `Name`, `UnlockBuildObjects`, `UnlockItemRecipes`, `Description`, `Image`, `RequireTechnology`, `IsBossTechnology`, `LevelCap`, `Cost`) VALUES (374, 'Battle_RangeWeapon_GrenadeLauncher', 'Grenade Launcher', 'null', '[\"Grenade Launcher\"]', 'Fires grenades that cause wide-ranging explosions. Useful when dealing with a large number of enemies. Can be crafted at Weapon Assembly Line II.', '/public/images/weapon/T_itemicon_Weapon_GrenadeLauncher.png', NULL, 0, 53, 5), (375, 'GrenadeBullet', 'Grenade Ammo', 'null', '[\"Grenade Ammo\"]', 'Ammo for the Grenade Launcher and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_GrenadeBullet.png', NULL, 0, 53, 1), (376, 'FragGrenade_Super', 'Frag Grenade Mk2', 'null', '[\"Frag Grenade Mk2\"]', 'An improved frag grenade. It explodes a few seconds after being thrown, dealing massive damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_FragGrenade_Super.png', NULL, 0, 53, 3), (377, 'SkillUnlock_MoonQueen', 'Selyne Saddle', 'null', '[\"Selyne Saddle\"]', 'Saddle for safely riding Selyne.', '/public/images/pals/T_MoonQueen_icon_normal.png', NULL, 0, 53, 4), (378, 'Product_QuartzPit', 'Pure Quartz Quarry', '[\"Pure Quartz Quarry\"]', 'null', 'A facility for producing Pure Quartz. Mining Pure Quartz is grueling physical work. Leave it to Pals skilled at mining.', '/public/images/build/T_icon_buildObject_QuartzPit.png', NULL, 1, 52, 5), (379, 'LaserMiningTool', 'Plasma Multicutter', 'null', '[\"Plasma Multicutter\"]', 'A portable plasma cutter that concentrates and emits plasma energy. It supports a wide range of uses, from ore excavation to tree cutting. Its high-output energy also allows for the mining of special ores.', '/public/images/weapon/T_itemicon_Weapon_LaserMiningTool.png', NULL, 0, 54, 4), (380, 'Battle_Armor_Grade_05_Plastic_Cold', 'Cold Resistant Plasteel Armor', 'null', '[\"Cold Resistant Plasteel Armor\"]', 'Improved Plasteel Armor. Useful for surviving in cold climates. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_PlasticArmorCold.png', NULL, 0, 54, 5), (381, 'Battle_RangeWeapon_GatlingGun', 'Gatling Gun', 'null', '[\"Gatling Gun\"]', 'A Gatling Gun capable of rapid fire. Mows down enemies with suppressive shots. Can be crafted at Weapon Assembly Line II.', '/public/images/weapon/T_itemicon_Weapon_GatlingGun.png', NULL, 0, 54, 5), (382, 'GatlingBullet', 'Gatling Gun Ammo', 'null', '[\"Gatling Gun Ammo\"]', 'Ammo for the Gatling Gun and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_GatlingBullet.png', NULL, 0, 54, 1), (383, 'IceCrusher', 'Cryogenic Crusher', '[\"Cryogenic Crusher\"]', 'null', 'Facility that crushes Ore and converts it into other materials. Requires a power supply and a Pal with Cooling suitability, but it\'s very efficient.', '/public/images/build/T_icon_buildObject_IceCrusher.png', NULL, 0, 54, 2), (384, 'UnlockEquipmentSlot_Weapon_02', 'Extra Weapon Holster 2', 'null', '[\"Extra Weapon Holster 2\"]', 'A holster that lets you equip additional weapons. When in inventory, adds an extra weapon slot. Carrying one is enough.', '/public/images/accessory/T_itemicon_Accessory_UnlockEquipmentSlot_Weapon_02.png', NULL, 1, 54, 5), (385, 'SkillUnlock_GoldenHorse', 'Gildane Saddle', 'null', '[\"Gildane Saddle\"]', 'Saddle for safely riding Gildane.', '/public/images/pals/T_GoldenHorse_icon_normal.png', NULL, 0, 54, 3), (386, 'SkillUnlock_WhiteDeer', 'Celesdir Saddle', 'null', '[\"Celesdir Saddle\"]', 'Saddle for safely riding Celesdir.', '/public/images/pals/T_WhiteDeer_icon_normal.png', NULL, 0, 54, 4), (387, 'Unlock_Picking_Tier3', 'Lockpicking Tool v3', 'null', '[\"Lockpicking Tool v3\"]', 'No key? No problem! These tools will allow you to try and pry open any treasure chest that would normally require a Gold Key.', '/public/images/essential/T_itemicon_Essential_Unlock_Picking_Tier3.png', 'Lockpicking Tool v2', 1, 53, 3), (388, 'Spear_ForestBoss', 'Lily\'s Spear', 'null', '[\"Lily\'s Spear\"]', 'The spear cherished by Lily. Punishes those who neglect their Pals.', '/public/images/weapon/T_itemicon_Weapon_Spear_ForestBoss.png', NULL, 0, 55, 3), (389, 'Shield_05', 'Shield Ultra', 'null', '[\"Ultra Shield\"]', 'Strange shield made with Paldium technology. As a result of further experiments, ultimate quality has been achieved. Can be made at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_Shield_05.png', NULL, 0, 55, 4), (390, 'Battle_Armor_Grade_05_Plastic_Weight', 'Lightweight Plasteel Armor', 'null', '[\"Lightweight Plasteel Armor\"]', 'Improved Plasteel Armor. Increases carrying capacity. Can be crafted at Production Assembly Line II.', '/public/images/armor/T_itemicon_Armor_PlasticArmorWeight.png', NULL, 0, 55, 5), (391, 'SkillUnlock_IceSeal_Ground', 'Polapup Terra Saddle', 'null', '[\"Polapup Terra Saddle\"]', 'Saddle for safely riding Polapup Terra.', '/public/images/pals/T_IceSeal_Ground_icon_normal.png', NULL, 0, 55, 3), (392, 'SkillUnlock_KingBahamut_Dragon', 'Blazamut Ryu Saddle', 'null', '[\"Blazamut Ryu Saddle\"]', 'Saddle for safely riding Blazamut Ryu.', '/public/images/pals/T_KingBahamut_Dragon_icon_normal.png', NULL, 0, 55, 4), (393, 'FurnitureSet_Japanese', 'Japanese-Style Furniture Set', '[\"Folding Screen\", \"Hanging Scroll\", \"Japanese Floor Chair\", \"Japanese Floor Cushion\", \"Japanese Hearth\", \"Stone Lantern\", \"Japanese Paper Lantern\", \"Deer Scare\", \"Bonsai\", \"Incense Burner\", \"Flower Arrangement\", \"Japanese-Style Chest\", \"Japanese Writing Table\"]', 'null', 'Japanese-style decorative furniture set. Transform your base into a traditional Japanese haven.', '/public/images/build/T_icon_buildObject_Byobu.png', NULL, 0, 55, 2), (394, 'NinjaFlagSet', 'Moonflower Flag Set', '[\"Moonflower Standard\", \"Moonflower Vertical Banner\"]', 'null', 'Moonflower Standard and Moonflower Vertical Banner set. Proof of your victory over the Moonflowers.', '/public/images/build/T_icon_buildObject_Ninja_Flag.png', NULL, 0, 55, 1), (395, 'Battle_RangeWeapon_HomingSphereLauncher', 'Homing Sphere Launcher', 'null', '[\"Homing Sphere Launcher\"]', 'A launcher for firing spheres. Fired spheres home in on Pals. Can be crafted at Weapon Assembly Line II.', '/public/images/weapon/T_itemicon_Weapon_HomingSphereLauncher.png', NULL, 1, 55, 5), (396, 'Battle_RangeWeapon_GuidedMissileLauncher', 'Guided Missile Launcher', 'null', '[\"Guided Missile Launcher\"]', 'Fires missiles that automatically track and pursue enemies. Missiles explode upon impact, causing damage over a wide area. Can be crafted at Weapon Assembly Line II.', '/public/images/weapon/T_itemicon_Weapon_GuidedMissileLauncher.png', NULL, 0, 56, 5), (397, 'MissileBullet', 'Missile Ammo', 'null', '[\"Missile Ammo\"]', 'Ammo for the Guided Missile Launcher and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_MissileBullet.png', NULL, 0, 56, 1), (398, 'DismantlingConveyor', 'Pal Disassembly Conveyor', '[\"Pal Disassembly Conveyor\"]', 'null', 'A dream-like facility that automatically butchers any Pal that is placed inside.', '/public/images/build/T_icon_buildObject_DismantlingConveyor.png', NULL, 0, 56, 5), (399, 'MedicalPalBed_05', 'Pal Pod', '[\"Pal Pod\"]', 'null', 'A healing pod for Pals. Used when Pals are injured or to rest at night. Thanks to technological advancements, the healing amount has increased.', '/public/images/build/T_icon_buildObject_MedicalPalBed_05.png', NULL, 0, 56, 5), (400, 'OctaviaSet02', 'ULTRAKILL Collab Set 2', 'null', '[\"V2 Armor\", \"Core Eject Shotgun\"]', '[ULTRAKILL Collab] A set containing V2 Armor and Core Eject Shotgun.', '/public/images/armor/T_itemicon_Armor_Octavia002_Armor.png', NULL, 1, 56, 5), (401, 'SFBow', 'Advanced Bow', 'null', '[\"Advanced Bow\"]', 'A bow reconstructed with advanced technology. Capable of firing extremely powerful arrows.', '/public/images/weapon/T_itemicon_Weapon_SFBow.png', NULL, 0, 57, 3), (402, 'SFArrow', 'Advanced Arrow', 'null', '[\"Advanced Arrow\"]', 'Enhanced arrows for shooting with Advanced Bow. Can be crafted at Primitive Workbench.', '/public/images/ammo/T_itemicon_Ammo_SFArrow.png', NULL, 0, 57, 1), (403, 'AdditionalInventory_004', 'Giant Pouch', 'null', '[\"Giant Pouch\"]', 'A massive pouch that allows you to carry additional items. Holding it increases your inventory slots. Carrying one is enough.', '/public/images/essential/T_itemicon_Essential_AdditionalInventory_004.png', 'Large Pouch', 0, 57, 4), (404, 'BeamSword', 'Beam Sword', 'null', '[\"Beam Sword\"]', 'Beam Sword for close-range combat. Slices through opponents, burning them with a high-output laser.', '/public/images/weapon/T_itemicon_Weapon_BeamSword.png', NULL, 0, 57, 3), (405, 'SkillUnlock_NightBlueHorse', 'Starryon Saddle', 'null', '[\"Starryon Saddle\"]', 'Saddle for safely riding Starryon.', '/public/images/pals/T_NightBlueHorse_icon_normal.png', NULL, 0, 57, 4), (406, 'SkillUnlock_FengyunDeeper_Electric', 'Fenglope Lux Saddle', 'null', '[\"Fenglope Lux Saddle\"]', 'Saddle for safely riding Fenglope Lux.', '/public/images/pals/T_FengyunDeeper_Electric_icon_normal.png', NULL, 0, 57, 3), (407, 'SkillUnlock_AmaterasuWolf', 'Kitsun Saddle', 'null', '[\"Kitsun Saddle\"]', 'Saddle for safely riding Kitsun.', '/public/images/pals/T_AmaterasuWolf_icon_normal.png', NULL, 0, 57, 2), (408, 'PalSphere_Exotic', 'Exotic Sphere', 'null', '[\"Exotic Sphere\"]', 'An item that captures Pals when thrown. Boasting incredible performance, it can capture Pals that fall outside regular standards.', '/public/images/palsphere/T_itemicon_PalSphere_Exotic.png', NULL, 0, 58, 5), (409, 'SphereFactory_Black_04', 'Advanced Sphere Assembly Line', '[\"Advanced Sphere Assembly Line\"]', 'null', 'An Assembly Line for producing spheres used for capturing Pals. Advanced machinery has been introduced, allowing for the production of spheres at high speed. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_SphereFactory_Black_04.png', NULL, 0, 58, 5), (410, 'StainlessSteel', 'Hexolite', 'null', '[\"Hexolite\"]', 'An alloy of Chromite and Hexolite Quartz. Used for building advanced equipment and structures. Can be refined at Gigantic Furnace.', '/public/images/material/T_itemicon_Material_StainlessSteel.png', NULL, 0, 58, 2), (411, 'BlastFurnace4', 'Gigantic Furnace', '[\"Gigantic Furnace\"]', 'null', 'Allows refinement of Hexolite. By growing in size, multiple Pals can collaborate to perform smelting. Requires a Fire Pal to light a flame.', '/public/images/build/T_icon_buildObject_BlastFurnace4.png', NULL, 0, 58, 5), (412, 'MetalDetector', 'Metal Detector', 'null', '[\"Metal Detector\"]', 'Using this reveals hidden Chromite deposits in dungeons, marking them for easier mining. Deposits will become unmarked if you move too far away.', '/public/images/essential/T_itemicon_Essential_MetalDetector.png', NULL, 0, 58, 3), (413, 'SkillUnlock_BlackPuppy', 'Smokie\'s Harness', 'null', '[\"Smokie\'s Harness\"]', 'Harness for Smokie. Activate its Partner Skill to detect the location of nearby Chromite.', '/public/images/pals/T_BlackPuppy_icon_normal.png', NULL, 0, 58, 3), (414, 'SkillUnlock_BlueThunderHorse', 'Azurmane Saddle', 'null', '[\"Azurmane Saddle\"]', 'Saddle for safely riding Azurmane.', '/public/images/pals/T_BlueThunderHorse_icon_normal.png', NULL, 0, 58, 4), (415, 'MultiElectricHatchingPalEgg', 'Large-Scale Electric Egg Incubator', '[\"Large-Scale Electric Egg Incubator\"]', 'null', 'Device for incubating Pal eggs. While power supply is required, it allows multiple eggs to be incubated simultaneously at the optimal temperature.', '/public/images/build/T_icon_buildObject_MultiElectricHatchingPalEgg.png', NULL, 1, 58, 5), (416, 'ItemChest_04', 'Advanced Chest', '[\"Advanced Chest\"]', 'null', 'Stores items. Quite sturdy, with plenty of storage space. It is useful as a large, secure storage box.', '/public/images/build/T_icon_buildObject_ItemChest_04.png', NULL, 0, 59, 4), (417, 'LaserGatlingGun', 'Laser Gatling Gun', 'null', '[\"Laser Gatling Gun\"]', 'Fires beam-like energy blasts at high speed. Its overwhelming firepower can take down multiple enemies at once.', '/public/images/weapon/T_itemicon_Weapon_LaserGatlingGun.png', NULL, 0, 59, 5), (418, 'LaserGatlingBullet', 'Laser Gatling Cartridge', 'null', '[\"Laser Gatling Cartridge\"]', 'Ammo for the Laser Gatling Gun and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_LaserGatlingBullet.png', NULL, 0, 59, 1), (419, 'SFArmor', 'Hexolite Armor', 'null', '[\"Hexolite Armor\"]', 'Armor made of Hexolite. Possesses overwhelming durability and defense.', '/public/images/armor/T_itemicon_Armor_SFArmor.png', NULL, 0, 59, 5), (420, 'Thermal_Core', 'Thermal Core', 'null', '[\"Thermal Core\"]', 'A high-temperature reaction core containing vast thermal energy. Used as a power component in advanced devices. Can be crafted at Production Assembly Line II.', '/public/images/material/T_itemicon_Material_Thermal_Core.png', NULL, 0, 59, 3), (421, 'SkillUnlock_Umihebi_Fire', 'Jormuntide Ignis Saddle', 'null', '[\"Jormuntide Ignis Saddle\"]', 'Saddle for safely riding Jormuntide Ignis.', '/public/images/pals/T_Umihebi_Fire_icon_normal.png', NULL, 0, 59, 2), (422, 'SkillUnlock_AmaterasuWolf_Dark', 'Kitsun Noct Saddle', 'null', '[\"Kitsun Noct Saddle\"]', 'Saddle for safely riding Kitsun Noct.', '/public/images/pals/T_AmaterasuWolf_Dark_icon_normal.png', NULL, 0, 59, 3), (423, 'Shield_SF', 'Advanced Shield', 'null', '[\"Advanced Shield\"]', 'Strange shield made with advanced technology. It automatically repairs itself after not taking damage for a while.', '/public/images/armor/T_itemicon_Armor_Shield_06.png', NULL, 0, 60, 5), (424, 'SFHelmet', 'Hexolite Helmet', 'null', '[\"Hexolite Helmet\"]', 'Helmet made of Hexolite. Combines incredible strength and lightness.', '/public/images/armor/T_itemicon_Armor_SFHelmet.png', NULL, 0, 60, 5), (425, 'Cake04', 'Extravagant Vegetable Cake', 'null', '[\"Extravagant Vegetable Cake\"]', 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. Mutations are more likely to occur, and talents will grow more easily.', '/public/images/food/T_itemicon_food_Cake04.png', NULL, 0, 60, 4), (426, 'DarkIslandFlagSet', 'Feybreak Flag Set', '[\"Feybreak Flag\", \"Feybreak Banner\"]', 'null', 'Feybreak Flag and Feybreak Banner set. Proof of your victory over the Feybreak.', '/public/images/build/T_icon_buildObject_DarkIsland_Flag.png', NULL, 0, 60, 1), (427, 'SkillUnlock_Horus', 'Faleris Saddle', 'null', '[\"Faleris Saddle\"]', 'Saddle for safely riding Faleris.', '/public/images/pals/T_Horus_icon_normal.png', NULL, 0, 60, 3), (428, 'SkillUnlock_Horus_Water', 'Faleris Aqua Saddle', 'null', '[\"Faleris Aqua Saddle\"]', 'Saddle for safely riding Faleris Aqua.', '/public/images/pals/T_Horus_Water_icon_normal.png', NULL, 0, 60, 4), (429, 'SkillUnlock_WhiteShieldDragon', 'Silvegis Saddle', 'null', '[\"Silvegis Saddle\"]', 'Saddle for safely riding Silvegis.', '/public/images/pals/T_WhiteShieldDragon_icon_normal.png', NULL, 0, 60, 4), (430, 'EnergyRocketLauncher', 'Plasma Cannon', 'null', '[\"Plasma Cannon\"]', 'Fires high-output energy projectiles. Causes an energy explosion upon impact.', '/public/images/weapon/T_itemicon_Weapon_EnergyRocketLauncher.png', NULL, 0, 61, 5), (431, 'EnergyLauncherBullet', 'Plasma Cartridge', 'null', '[\"Plasma Cartridge\"]', 'Ammo for the Plasma Cannon and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_EnergyLauncherBullet.png', NULL, 0, 61, 1), (432, 'Potion_Extreme', 'Advanced Recovery Meds', 'null', '[\"Advanced Recovery Meds\"]', 'Medicine that heals wounds over time. Extremely high quality, it rapidly restores HP before your eyes.', '/public/images/food/T_itemicon_Food_Potion_Extreme.png', NULL, 0, 61, 2), (433, 'PalRevive', 'Revival Potion', 'null', '[\"Revival Potion\"]', 'A potion that revives a Pal that has been injured and is unable to move.', '/public/images/consume/T_itemicon_Consume_PalRevive.png', NULL, 0, 61, 3), (434, 'MedicineFacility_03', 'Advanced Medicine Workbench', '[\"Advanced Medicine Workbench\"]', 'null', 'A facility for making medicine to cure Pals\' illnesses. With advanced technology, it can also create unknown medicines. Assign the task to a Pal capable of pharmacy work.', '/public/images/build/T_icon_buildObject_MedicineFacility_03.png', NULL, 0, 61, 4), (435, 'SkillUnlock_SaintCentaur', 'Paladius Saddle', 'null', '[\"Paladius Saddle\"]', 'Saddle for safely riding Paladius.', '/public/images/pals/T_SaintCentaur_icon_normal.png', NULL, 0, 61, 5), (436, 'SkillUnlock_BlackCentaur', 'Necromus Saddle', 'null', '[\"Necromus Saddle\"]', 'Saddle for safely riding Necromus.', '/public/images/pals/T_BlackCentaur_icon_normal.png', NULL, 0, 61, 5), (437, 'Accessory_AirDash2', 'Double Air Dash Boots', 'null', '[\"Double Air Dash Boots\"]', 'An accessory that allows the player to perform double dashes in mid-air when equipped.', '/public/images/accessory/T_itemicon_Accessory_AirDash.png', NULL, 1, 61, 5), (438, 'Salvage_TreasureBoxKey02', 'Powerful Fishing Magnet', 'null', '[\"Powerful Fishing Magnet\"]', 'A high-powered magnet used in advanced salvage operations. Its strong magnetic pull can retrieve resources and supplies from the ocean floor.', '/public/images/other/T_itemicon_Salvage_TreasureBoxKey02.png', NULL, 0, 62, 3), (439, 'ManganeseIngot', 'Coralum Ingot', 'null', '[\"Coralum Ingot\"]', 'An alloy made from Coralum Ore found on the ocean floor. Highly resistant to energy, making it ideal for crafting weapons. Can be refined at Gigantic Furnace.', '/public/images/material/T_itemicon_Material_ManganeseIngot.png', NULL, 0, 62, 3), (440, 'Factory_Hard_04', 'Advanced Workshop', '[\"Advanced Workshop\"]', 'null', 'An Assembly Line for producing items and gear. Advanced machinery has been introduced, enabling high-speed production. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_Factory_Hard_04.png', NULL, 0, 62, 5), (441, 'SF_houseset', 'Futuristic Structure Set', '[\"Clean Foundation\", \"Clean Wall\", \"Clean Roof\", \"Clean Stairs\", \"Clean Wall and Window\", \"Clean Triangular Wall\", \"Clean Slanted Roof\", \"Clean Wall and Door\", \"Clean Fence\", \"Clean Triangular Foundation\", \"Clean Triangular Foundation\", \"Clean Diagonal Wall\", \"Clean Triangular Roof\", \"Clean Corner Roof\", \"Clean Triangular Wall (Inverted)\", \"Clean Pal Passage Entrance\", \"Clean Slanted Triangular Roof\", \"Clean Pyramid Roof\", \"Clean Slanted Corner Roof (Inverted)\"]', 'null', 'Set for building bases using futuristic architecture. Allows building of futuristic foundations, walls, ceilings, stairs and other things necessary for shelters.', '/public/images/build/T_icon_buildObject_SF_foundation.png', NULL, 0, 62, 2), (442, 'CrystalPit', 'Hexolite Quartz Mine', '[\"Hexolite Quartz Mine\"]', 'null', 'Facility for producing Hexolite Quartzs. Digging Hexolite Quartzs is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_CrystalPit.png', NULL, 1, 62, 5), (443, 'SkillUnlock_IceHorse', 'Frostallion Saddle', 'null', '[\"Frostallion Saddle\"]', 'Saddle for safely riding Frostallion.', '/public/images/pals/T_IceHorse_icon_normal.png', NULL, 0, 62, 5), (444, 'SkillUnlock_IceHorse_Dark', 'Frostallion Noct Saddle', 'null', '[\"Frostallion Noct Saddle\"]', 'Saddle for safely riding Frostallion Noct.', '/public/images/pals/T_IceHorse_Dark_icon_normal.png', NULL, 0, 62, 5), (445, 'EnergyShotgun', 'Energy Shotgun', 'null', '[\"Energy Shotgun\"]', 'A shotgun that fires energy rounds. Excelling in rapid fire, its close-range firepower is truly otherworldly.', '/public/images/weapon/T_itemicon_Weapon_EnergyShotgun.png', NULL, 0, 63, 5), (446, 'EnergyShotgunBullet', 'Energy Shotgun Ammo', 'null', '[\"Energy Shotgun Ammo\"]', 'Ammo for the Energy Shotgun and similar weapons. Can be crafted at Advanced Weapon Assembly Line.', '/public/images/ammo/T_itemicon_Ammo_EnergyShotgunBullet.png', NULL, 0, 63, 1), (447, 'WeaponFactory_Dirty_04', 'Advanced Weapon Assembly Line', '[\"Advanced Weapon Assembly Line\"]', 'null', 'An Assembly Line for producing weapons and ammunition. Advanced machinery has been introduced, enabling high-speed weapon production. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_WeaponFactory_Dirty_04.png', NULL, 0, 63, 5), (448, 'SFArmorHeat', 'Heat Resistant Hexolite Armor', 'null', '[\"Heat Resistant Hexolite Armor\"]', 'Improved Hexolite Armor. Boasts high heat resistance.', '/public/images/armor/T_itemicon_Armor_SFArmorHeat.png', NULL, 0, 63, 5), (449, 'PalDopingShot_2', 'Megaboost Gun', 'null', '[\"Megaboost Gun\"]', 'Firing it at an allied Pal boosts their attack and defense, while hitting an enemy deals damage. Thanks to improvements, the boost is stronger and lasts longer, and it deals more damage to enemies.', '/public/images/weapon/T_itemicon_Weapon_PalDopingShot_2.png', NULL, 0, 63, 3), (450, 'GrapplingGun5', 'Ultra Grappling Gun', 'null', '[\"Ultra Grappling Gun\"]', 'It fires a hook that latches on to distant targets, pulling the user\'s body towards the target. With new materials, cooldown time has been significantly reduced.', '/public/images/weapon/T_itemicon_Weapon_GrapplingGun.png', 'Hyper Grappling Gun', 1, 63, 5), (451, 'OverheatRifle', 'Overheat Rifle', 'null', '[\"Overheat Rifle\"]', 'An assault rifle capable of firing endlessly without reloading. Prolonged bursts cause overheating, leaving you exposed. Use with caution.', '/public/images/weapon/T_itemicon_Weapon_OverheatRifle.png', NULL, 0, 64, 5), (452, 'OverheatRifleBullet', 'Overheat Rifle Ammo', 'null', '[\"Overheat Rifle Ammo\"]', 'Ammo for the Overheat Rifle and similar weapons. Can be crafted at Advanced Weapon Assembly Line.', '/public/images/ammo/T_itemicon_Ammo_OverheatRifleBullet.png', NULL, 0, 64, 1), (453, 'SFArmorCold', 'Cold Resistant Hexolite Armor', 'null', '[\"Cold Resistant Hexolite Armor\"]', 'Improved Hexolite Armor. Useful for surviving in cold climates.', '/public/images/armor/T_itemicon_Armor_SFArmorCold.png', NULL, 0, 64, 5), (454, 'Spa3', 'Japanese-Style Hot Spring', '[\"Japanese-Style Hot Spring\"]', 'null', 'Facility where Pals on base can rest. Its calming, traditional Japanese design offers an extra boost to SAN recovery.', '/public/images/build/T_icon_buildObject_Spa3.png', NULL, 0, 64, 3), (455, 'SkillUnlock_Kirin_Ice', 'Univolt Cryst Saddle', 'null', '[\"Univolt Cryst Saddle\"]', 'Saddle for safely riding Univolt Cryst.', '/public/images/pals/T_Kirin_Ice_icon_normal.png', NULL, 0, 64, 4), (456, 'SkillUnlock_PoseidonOrca', 'Neptilius Saddle', 'null', '[\"Neptilius Saddle\"]', 'Saddle for safely riding Neptilius.', '/public/images/pals/T_PoseidonOrca_icon_normal.png', NULL, 0, 64, 3), (457, 'Battle_RangeWeapon_RocketLauncher', 'Rocket Launcher', 'null', '[\"Rocket Launcher\"]', 'A Rocket Launcher that can fire a powerful round from long distances. Can be crafted at Weapon Assembly Line II.', '/public/images/weapon/T_itemicon_Weapon_Launcher_Default.png', NULL, 0, 65, 5), (458, 'LauncherBullet', 'Rocket Ammo', 'null', '[\"Rocket Ammo\"]', 'Ammo for the Rocket Launcher and similar weapons. Can be crafted at Weapon Assembly Line II.', '/public/images/ammo/T_itemicon_Ammo_ExplosiveBullet.png', NULL, 0, 65, 2), (459, 'ChargeLaserRifle', 'Charge Rifle', 'null', '[\"Charge Rifle\"]', 'A beam rifle crafted with advanced technology. Charges energy to deliver one powerful shot.', '/public/images/weapon/T_itemicon_Weapon_ChargeLaserRifle.png', NULL, 0, 65, 5), (460, 'ChargeLaserRifleBullet', 'Charge Rifle Ammo', 'null', '[\"Charge Rifle Ammo\"]', 'Ammo for the Charge Rifle and similar weapons. Can be crafted at Advanced Weapon Assembly Line.', '/public/images/ammo/T_itemicon_Ammo_ChargeLaserRifleBullet.png', NULL, 0, 65, 1), (461, 'SFArmorWeight', 'Lightweight Hexolite Armor', 'null', '[\"Lightweight Hexolite Armor\"]', 'Improved Hexolite Armor. Increases carrying capacity.', '/public/images/armor/T_itemicon_Armor_SFArmorWeight.png', NULL, 0, 65, 5), (462, 'SkillUnlock_KingSunfish', 'Solmora Saddle', 'null', '[\"Solmora Saddle\"]', 'Saddle for safely riding Solmora.', '/public/images/pals/T_KingSunfish_icon_normal.png', NULL, 0, 65, 3), (463, 'Accessory_AirDash3', 'Triple Air Dash Boots', 'null', '[\"Triple Air Dash Boots\"]', 'An accessory that allows the player to perform triple dashes in mid-air when equipped.', '/public/images/accessory/T_itemicon_Accessory_AirDash.png', 'Accessory_AirDash2', 1, 65, 6), (464, 'AncientBlastFurnace', 'Ancient Furnace', '[\"Ancient Furnace\"]', 'null', 'A special furnace based on ancient technology that can smelt all types of ingots. Materials are melted with fire, then quickly cooled and solidified using ice. It requires Pals with high-level Kindling and Cooling suitability.', '/public/images/build/T_icon_buildObject_AncientBlastFurnace.png', NULL, 0, 66, 5), (465, 'SkyislandIngot', 'Soralite Ingot', 'null', '[\"Soralite Ingot\"]', 'An ancient metal refined from ore that slumbers in Sunreach. A rare processed material, forming the foundation of high-grade equipment and structures. Can be refined at Ancient Furnace.', '/public/images/material/T_itemicon_Material_SkyislandIngot.png', NULL, 0, 66, 3), (466, 'WaterBuildKit', 'Aquatic Construction Kit', 'null', '[\"Aquatic Construction Kit\"]', 'Construction kit that allows foundations to be placed on water.', '/public/images/essential/T_itemicon_Essential_WaterBuildKit.png', NULL, 1, 66, 4), (467, 'SkillUnlock_KingSunfish_Thunder', 'Solmora Lux Saddle', 'null', '[\"Solmora Lux Saddle\"]', 'Saddle for safely riding Solmora Lux.', '/public/images/pals/T_KingSunfish_Thunder_icon_normal.png', NULL, 0, 66, 4), (468, 'SkillUnlock_ThunderFluffyBird', 'Dynamoff Saddle', 'null', '[\"Dynamoff Saddle\"]', 'Saddle for safely riding Dynamoff.', '/public/images/pals/T_ThunderFluffyBird_icon_normal.png', NULL, 0, 66, 4), (469, 'SkillUnlock_DarkMechaDragon', 'Xenolord Saddle', 'null', '[\"Xenolord Saddle\"]', 'Saddle for safely riding Xenolord.', '/public/images/pals/T_DarkMechaDragon_icon_normal.png', NULL, 0, 66, 5), (470, 'PalSphere_Ancient_1', 'Sol Sphere', 'null', '[\"Sol Sphere\"]', 'An item that captures Pals when thrown. A high-grade Sphere from an ancient civilization that secured coexistence with Pals.', '/public/images/palsphere/T_itemicon_PalSphere_Ancient_1.png', NULL, 0, 67, 5), (471, 'SkyBow', 'Mechanical Bow', 'null', '[\"Mechanical Bow\"]', 'A bow crafted from Soralite Ingots. With greatly enhanced initial velocity and piercing power, this high-precision weapon excels at ranged combat.', '/public/images/weapon/T_itemicon_Weapon_SkyBow.png', NULL, 0, 67, 4), (472, 'SkyBowArrow', 'Mechanical Bow Ammo', 'null', '[\"Mechanical Bow Ammo\"]', 'Enhanced arrows for shooting with Mechanical Bow. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_SkyBowArrow.png', NULL, 0, 67, 2), (473, 'AIcore', 'AI Core', 'null', '[\"AI Core\"]', 'A core component essential to cutting-edge devices, enabling complex decision-making and autonomous control. Can be crafted at Advanced Workshop.', '/public/images/material/T_itemicon_Material_AIcore.png', NULL, 0, 67, 4), (474, 'AncientWorkBench', 'Ancient Workbench', '[\"Ancient Workbench\"]', 'null', 'A Pal-exclusive workbench that is capable of crafting any item in one place. It cannot be used by the player, and operates at the same speed as a regular workbench. Due to its advanced equipment, it requires Pals with high-level Handiwork and Medicine Production suitability.', '/public/images/build/T_icon_buildObject_AncientWorkBench.png', NULL, 0, 67, 5), (475, 'Ancient_Houseset', 'Ancient Structure Set', '[\"Ancient Foundation\", \"Ancient Wall\", \"Ancient Roof\", \"Ancient Stairs\", \"Ancient Wall and Door\", \"Ancient Triangular Wall\", \"Ancient Slanted Roof\", \"Ancient Wall and Window\", \"Ancient Pillar\", \"Ancient Fence\", \"Ancient Triangular Foundation\", \"Ancient Diagonal Wall\", \"Ancient Triangular Roof\", \"Ancient Corner Roof\", \"Ancient Triangular Wall (Inverted)\", \"Ancient Pal Passage Entrance\", \"Ancient Slanted Triangular Roof\", \"Ancient Pyramid Roof\", \"Ancient Slanted Triangular Roof (Inverted)\"]', 'null', 'Set for building bases using ancient architecture. Allows building of ancient-styled foundations, walls, ceilings, stairs and other things necessary for shelters.', '/public/images/build/T_icon_buildObject_Ancient_foundation.png', NULL, 0, 67, 3), (476, 'Spear_ForestBoss2', 'Enhanced Lily\'s Spear', 'null', '[\"Enhanced Lily\'s Spear\"]', 'An enhanced version of Lily\'s beloved spear. Pierces those who neglect their Pals.', '/public/images/weapon/T_itemicon_Weapon_Spear_ForestBoss2.png', NULL, 0, 68, 4), (477, 'SkySubmachineGun', 'Combat SMG', 'null', '[\"Combat SMG\"]', 'Ammo for the Combat SMG. Can be crafted at Ancient Workbench.', '/public/images/weapon/T_itemicon_Weapon_SkySubmachineGun.png', NULL, 0, 68, 4), (478, 'SkySubmachineGunBullet', 'Combat SMG Ammo', 'null', '[\"Combat SMG Ammo\"]', 'Ammo for the Combat SMG. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_SkySubmachineGunBullet.png', NULL, 0, 68, 2), (479, 'AncientArmor', 'Ancient Armor', 'null', '[\"Ancient Armor\"]', 'Ancient armor forged from Soralite Ingot. Crafted with the essence of a lost civilization, it boasts overwhelming defensive power and is capable of withstanding cataclysmic threats.', '/public/images/armor/T_itemicon_Armor_AncientArmor.png', NULL, 0, 68, 5), (480, 'AncientHelmet', 'Ancient Helm', 'null', '[\"Ancient Helm\"]', 'An ancient helmet forged from Soralite Ingot. It is imbued with wisdom passed down through the ages, protecting its wearer with unwavering strength. Its defensive capabilities far surpass those of modern equipment.', '/public/images/armor/T_itemicon_Armor_AncientHelmet.png', NULL, 0, 68, 5), (481, 'SkillUnlock_GhostDragon', 'Eidrolon Saddle', 'null', '[\"Eidrolon Saddle\"]', 'Saddle for safely riding Eidrolon.', '/public/images/pals/T_GhostDragon_icon_normal.png', NULL, 0, 68, 5), (482, 'SkyShotgun', 'Prototype Shotgun', 'null', '[\"Prototype Shotgun\"]', 'Ammo for the Prototype Shotgun. Can be crafted at Ancient Workbench.', '/public/images/weapon/T_itemicon_Weapon_SkyShotgun.png', NULL, 0, 69, 4), (483, 'SkyShotgunBullet', 'Prototype Shotgun Ammo', 'null', '[\"Prototype Shotgun Ammo\"]', 'Ammo for the Prototype Shotgun. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_SkyShotgunBullet.png', NULL, 0, 69, 2), (484, 'SphereModule_Homing', 'Homing Module', 'null', '[\"Homing Module\"]', 'Equipping it makes the sphere home in on Pals, further increasing capture power.', '/public/images/other/T_itemicon_SphereModule_Homing.png', NULL, 0, 69, 5), (485, 'FishingPond2', 'Large Fishing Pond', '[\"Large Fishing Pond\"]', 'null', 'A ready-to-use large fishing pond. The expanded body of water makes it possible to catch even larger Pals. Requires Pals that can work with their hands.', '/public/images/build/T_icon_buildObject_FishingPond2.png', NULL, 0, 69, 4), (486, 'SkillUnlock_GrassGolem_Dark', 'Dualith Noct Saddle', 'null', '[\"Dualith Noct Saddle\"]', 'Saddle for safely riding Dualith Noct. Grants the ability to fire a powerful Dark-element laser while mounted.', '/public/images/pals/T_GrassGolem_Dark_icon_normal.png', NULL, 0, 69, 4), (487, 'SkyAssaultRifle', 'Heavy Assault Rifle', 'null', '[\"Heavy Assault Rifle\"]', 'Ammo for the Heavy Assault Rifle. Can be crafted at Ancient Workbench.', '/public/images/weapon/T_itemicon_Weapon_SkyAssaultRifle.png', NULL, 0, 70, 5), (488, 'SkyAssaultRifleBullet', 'Heavy Assault Rifle Ammo', 'null', '[\"Heavy Assault Rifle Ammo\"]', 'Ammo for the Heavy Assault Rifle. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_SkyAssaultRifleBullet.png', NULL, 0, 70, 2), (489, 'AncientCookingStove', 'Ancient Kitchen', '[\"Ancient Kitchen\"]', 'null', 'A special kitchen based on ancient technology that can create everything from existing dishes to entirely new recipes. It retains heat through fire and completes cooking with manual preparation, allowing it to prepare any kind of cuisine. It requires Pals with high-level Kindling and Handiwork suitability.', '/public/images/build/T_icon_buildObject_AncientCookingStove.png', NULL, 0, 70, 4), (490, 'SkillUnlock_LegendDeer', 'Hartalis Saddle', 'null', '[\"Hartalis Saddle\"]', 'Saddle for safely riding Hartalis. Grants the ability to generate a barrier that blocks incoming attacks.', '/public/images/pals/T_LegendDeer_icon_normal.png', NULL, 0, 70, 5), (491, 'Accessory_JumpCount_Increase2', 'Triple Jump Boots', 'null', '[\"Triple Jump Boots\"]', 'An accessory that allows the player to perform double jumps in mid-air when equipped.', '/public/images/accessory/T_itemicon_Accessory_JumpCount_Increase.png', NULL, 1, 70, 6), (492, 'Shield_07', 'Ancient Shield', 'null', '[\"Ancient Shield\"]', 'A shield created using lost ancient technology. It automatically repairs itself after not taking damage for a while. Its performance is said to be impossible to reproduce in the modern era.', '/public/images/armor/T_itemicon_Armor_Shield_07.png', NULL, 0, 71, 5), (493, 'BaseCampWorkHard03', 'Ancient Monitoring Stand', '[\"Ancient Monitoring Stand\"]', 'null', 'A monitoring station based on ancient technology, embedded with Red Paldium. It issues commands across the entire base through a holographic interface, reducing SAN depletion in Pals. A special wavelength surrounds the base, keeping Pals calm even in harsh working environments.', '/public/images/build/T_icon_buildObject_BaseCampWorkHard03.png', NULL, 0, 71, 5), (494, 'Farm_SkillFruits', 'Skillfruit Orchard', '[\"Skillfruit Orchard\"]', 'null', 'A farm where Skillfruits can be cultivated. By planting the original fruit in the ground, multiple fruits of the same type can be harvested.', '/public/images/build/T_icon_buildObject_Farm_SkillFruits.png', NULL, 0, 71, 3), (495, 'SkyIslandFlagSet', 'Azure Covenant Flag Set', '[\"Azure Covenant Flag\", \"Azure Covenant Banner\"]', 'null', 'Azure Covenant Flag and Azure Covenant Banner set. Proof of your victory over the Azure Covenant.', '/public/images/build/T_icon_buildObject_SkyIsland_Flag.png', NULL, 0, 71, 1), (496, 'SkillUnlock_ThunderBird_Ice', 'Beakon Cryst Saddle', 'null', '[\"Beakon Cryst Saddle\"]', 'Saddle for safely riding Beakon Cryst.', '/public/images/pals/T_ThunderBird_Ice_icon_normal.png', NULL, 0, 71, 4), (497, 'SkillUnlock_IceNarwhal_Fire', 'Whalaska Ignis Saddle', 'null', '[\"Whalaska Ignis Saddle\"]', 'Saddle for safely riding Whalaska Ignis.', '/public/images/pals/T_IceNarwhal_Fire_icon_normal.png', NULL, 0, 71, 4), (498, 'SkyGrenadeLauncher', 'Tactical Grenade Launcher', 'null', '[\"Tactical Grenade Launcher\"]', 'Ammo for the Tactical Grenade Launcher. Can be crafted at Ancient Workbench.', '/public/images/weapon/T_itemicon_Weapon_SkyGrenadeLauncher.png', NULL, 0, 72, 5), (499, 'SkyGrenadeLauncherBullet', 'Tactical Grenade Launcher Ammo', 'null', '[\"Tactical Grenade Launcher Ammo\"]', 'Ammo for the Tactical Grenade Launcher. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_SkyGrenadeLauncherBullet.png', NULL, 0, 72, 2), (500, 'SkyIslandOrePit', 'Soralite Quarry', '[\"Soralite Quarry\"]', 'null', 'Facility for producing Soralite. Digging Soralite is grueling physical work. Leave it to a Pal that is good at mining.', '/public/images/build/T_icon_buildObject_SkyIslandOrePit.png', NULL, 1, 72, 7), (501, 'SkyBeamSword', 'Laser Sword', 'null', '[\"Laser Sword\"]', 'A Beam Sword made from Soralite Ingots. A close-range weapon that instantly cuts targets using its high-output energy blade.', '/public/images/weapon/T_itemicon_Weapon_SkyBeamSword.png', NULL, 0, 73, 5), (502, 'Factory_Money', 'Gold Coin Assembly Line', '[\"Gold Coin Assembly Line\"]', 'null', 'An Assembly Line that manufactures Gold Coin. The work puts a strain on the mind, causing a decrease in Pal\'s SAN value. Requires Pals that can work with their hands. Warning: building this facility may draw severe scrutiny from the PIDF.', '/public/images/build/T_icon_buildObject_Factory_Money.png', NULL, 0, 73, 4), (503, 'Ancient_Clinic', 'Ancient Clinic', '[\"Ancient Clinic\"]', 'null', 'A top-tier medical facility that reproduces advanced ancient medical technology. It offers significantly greater protective capability than a standard clinic. By assigning a Pal with Medicine Production suitability, even bases with harsh working conditions can maintain the highest level of hygiene.', '/public/images/build/T_icon_buildObject_Ancient_Clinic.png', NULL, 0, 73, 4), (504, 'Ancient_MedicalPalBed', 'Ancient Pal Bed', '[\"Ancient Pal Bed\"]', 'null', 'A ulitmate Pal Bed made from ancient recovery pod with soft matress. It offers one of the highest SAN recovery rates of all Pal beds, quickly relieving fatigue. It is the same size as a Large Pal Bed, allowing large Pals to rest comfortably.', '/public/images/build/T_icon_buildObject_Ancient_MedicalPalBed.png', NULL, 0, 73, 3), (505, 'SkillUnlock_SnowTigerBeastman', 'Bastigor\'s Hammer', 'null', '[\"Bastigor\'s Hammer\"]', 'Saddle for safely riding Bastigor.', '/public/images/pals/T_SnowTigerBeastman_icon_normal.png', NULL, 0, 73, 4), (506, 'WorldTreeIngot', 'Paloxite Ingot', 'null', '[\"Paloxite Ingot\"]', 'An indomitable alloy created by fusing Soralite and Paloxite. A highly rare material, crystallizing the technology of ancient civilization and the power of the World Tree. It is vital for crafting the highest-grade equipment and structures.', '/public/images/material/T_itemicon_Material_WorldTreeIngot.png', NULL, 0, 74, 4), (507, 'PalSphere_Ancient_2', 'Ancient Sphere', 'null', '[\"Ancient Sphere\"]', 'A tool that captures Pals when thrown. An ultimate Sphere created as the pinnacle of an ancient civilization, imbued with the power of the World Tree.', '/public/images/palsphere/T_itemicon_PalSphere_Ancient_2.png', NULL, 0, 74, 5), (508, 'AncientRelicRecycler', 'Ancient Relic Recycler', '[\"Ancient Relic Recycler\"]', 'null', 'An ancient civilization device that converts materials using repurposed technology from a lost civilization. It deciphers the technology left within Ancient Relics and refines them into new forms. A highly specialized facility designed for the efficient use of relics without waste.', '/public/images/build/T_icon_buildObject_AncientRelicRecycler.png', NULL, 0, 74, 3), (509, 'Cake05', 'Special Cake', 'null', '[\"Special Cake\"]', 'Place it in the chest at a Breeding Farm to make Pals lay a particularly healthy egg. More likely inherit multiple passive skills from their parents.', '/public/images/food/T_itemicon_food_Cake05.png', NULL, 0, 74, 4), (510, 'WidePenetrateShotgun', 'Beam Scatter', 'null', '[\"Beam Scatter\"]', 'A specialized beam weapon for close-range combat. It fires compressed energy in a wide, scattering blast.', '/public/images/weapon/T_itemicon_Weapon_WidePenetrateShotgun.png', NULL, 0, 75, 5), (511, 'WidePenetrateShotgunBullet', 'Beam Scatter Ammo', 'null', '[\"Beam Scatter Ammo\"]', 'Ammo for the Beam Scatter. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_WidePenetrateShotgunBullet.png', NULL, 0, 75, 2), (512, 'AncientArmorHeat', 'Heat-Resistant Ancient Armor', 'null', '[\"Heat-Resistant Ancient Armor\"]', 'Refined Ancient Armor. Its heat resistance has been further enhanced using ancient technology, allowing it to endure scorching environments', '/public/images/armor/T_itemicon_Armor_AncientArmorHeat.png', NULL, 0, 75, 5), (513, 'AncientElectricGenerator', 'Ancient Power Generator', '[\"Ancient Power Generator\"]', 'null', 'A highly efficient power generator restored from lost ancient technology. It produces massive amounts of electricity, but is prone to overheating while in operation. It requires Pals with high-level Generating Electricity and any level of Watering suitability.', '/public/images/build/T_icon_buildObject_AncientElectricGenerator.png', NULL, 0, 75, 5), (514, 'Ancient_Spa', 'Ancient Hot Spring', '[\"Ancient Hot Spring\"]', 'null', 'A hot spring built with ancient technology, filled with special water infused with Paldium. It offers the highest SAN recovery of all hot springs and also restores Health. It is the same size as a standard hot spring, and can fully heal injured Pals.', '/public/images/build/T_icon_buildObject_Ancient_Spa.png', NULL, 0, 76, 5), (515, 'MultiElectricHatchingPalEggWithBreed', 'Ancient Hatchery', '[\"Ancient Hatchery\"]', 'null', 'An advanced breeding facility of ancient civilization technology, enclosed in electronic glass. It fully automates everything from egg production to incubation at high speed, and increases the inheritance rate of rare skills. Pals are managed through holograms, it requires minimal pasture space.', '/public/images/build/T_icon_buildObject_MultiElectricHatchingPalEggWithBreed.png', NULL, 1, 76, 8), (516, 'GasMask', 'Corrosive Mist Mask', 'null', '[\"Corrosive Mist Mask\"]', 'A mask with a special filtration system. Negates damage taken from corrosive mist.', '/public/images/accessory/T_itemicon_Accessory_GasMask.png', NULL, 0, 76, 5), (517, 'Accessory_ExplosionResist', 'Explosion-Resistant Undershirt', 'null', '[\"Explosion-Resistant Undershirt\"]', 'A lightweight yet durable undergarment made from special fibers. It nullifies damage from explosions.', '/public/images/accessory/T_itemicon_Accessory_ExplosionResist.png', NULL, 0, 76, 5), (518, 'SkillUnlock_GhostDragon_Fire', 'Eidrolon Ignis Saddle', 'null', '[\"Eidrolon Ignis Saddle\"]', 'Saddle for safely riding Eidrolon Ignis.', '/public/images/pals/T_GhostDragon_Fire_icon_normal.png', NULL, 0, 76, 5), (519, 'DroneLauncher', 'Drone Launcher', 'null', '[\"Drone Launcher\"]', 'A launcher that fires drones which perform autonomous attacks. Capable of deploying up to 9 units, enabling sustained suppression.', '/public/images/weapon/T_itemicon_Weapon_DroneLauncher.png', NULL, 0, 77, 4), (520, 'AncientArmorCold', 'Cold-Resistant Ancient Armor', 'null', '[\"Cold-Resistant Ancient Armor\"]', 'Refined Ancient Armor. Its cold resistance has been further enhanced using ancient technology, allowing the wearer to maintain their strength even in extreme cold regions.', '/public/images/armor/T_itemicon_Armor_AncientArmorCold.png', NULL, 0, 77, 5), (521, 'SkillUnlock_NightBlueHorse_Neutral', 'Starryon Primo Saddle', 'null', '[\"Starryon Primo Saddle\"]', 'Saddle for safely riding Starryon Primo.', '/public/images/pals/T_NightBlueHorse_Neutral_icon_normal.png', NULL, 0, 77, 4), (522, 'ElectricArcAssaultRifle', 'Plasma Rifle', 'null', '[\"Plasma Rifle\"]', 'A rifle that releases an electrical discharge from the point of impact, which chains to multiple enemies.', '/public/images/weapon/T_itemicon_Weapon_ElectricArcAssaultRifle.png', NULL, 0, 78, 5), (523, 'ElectricArcAssaultRifleBullet', 'Plasma Rifle Ammo', 'null', '[\"Plasma Rifle Ammo\"]', 'Ammo for the Plasma Rifle. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_ElectricArcAssaultRifleBullet.png', NULL, 0, 78, 1), (524, 'AncientMultiProduct', 'Ancient Material Synthesizer', '[\"Ancient Material Synthesizer\"]', 'null', 'A special generator based on ancient technology that uses the power of the World Tree to produce all kinds of wood and ore. Due to its complex structure, only one Pal can be assigned to it.', '/public/images/build/T_icon_buildObject_AncientMultiProduct.png', NULL, 0, 78, 5), (525, 'AncientFarmBlock', 'Ancient Farm', '[\"Ancient Farm\"]', 'null', 'A special cultivation device based on ancient technology that harnesses the power of the World Tree to grow all kinds of plants on Palpagos Island. Smaller than a berry plantation and suitable for indoor placement, it still follows the same cultivation process as standard plots. It requires Pals with high-level Planting, Watering, and Harvesting suitability.', '/public/images/build/T_icon_buildObject_AncientFarmBlock.png', NULL, 0, 78, 4), (526, 'SkillUnlock_WhiteDeer_Dark', 'Celesdir Noct Saddle', 'null', '[\"Celesdir Noct Saddle\"]', 'Saddle for safely riding Celesdir Noct.', '/public/images/pals/T_WhiteDeer_Dark_icon_normal.png', NULL, 0, 78, 4), (527, 'AncientArmorWeight', 'Lightweight Ancient Armor', 'null', '[\"Lightweight Ancient Armor\"]', 'Refined Ancient Armor. It is equipped with ancient auxiliary mechanisms, allowing the wearer to carry more supplies.', '/public/images/armor/T_itemicon_Armor_AncientArmorWeight.png', NULL, 0, 79, 5), (528, 'Supplement', 'Nutrient Tonic', 'null', '[\"Nutrient Tonic\"]', 'A nutrient-rich Nutrient Tonic that prevents hunger for a period of time. A concentrated, flavorful blend of nutrients ideal for long journeys.', '/public/images/food/T_itemicon_food_Supplement.png', NULL, 0, 79, 4), (529, 'SkillUnlock_DomeArmorDragon', 'Aegidron Saddle', 'null', '[\"Aegidron Saddle\"]', 'Saddle for safely riding Aegidron.', '/public/images/pals/T_DomeArmorDragon_icon_normal.png', NULL, 0, 79, 4), (530, 'SkillUnlock_JetDragon', 'Jetragon\'s Missile Launcher', 'null', '[\"Jetragon\'s Missile Launcher\"]', 'Makes Jetragon fire missiles when ridden.', '/public/images/pals/T_JetDragon_icon_normal.png', NULL, 0, 79, 5), (531, 'BeamLauncher', 'Beam Launcher', 'null', '[\"Beam Launcher\"]', 'Fires a high-density beam that causes explosions over a wide area. Caution is required to prevent overheating during rapid fire.', '/public/images/weapon/T_itemicon_Weapon_BeamLauncher.png', NULL, 0, 80, 5), (532, 'BeamLauncherBullet', 'Beam Launcher Ammo', 'null', '[\"Beam Launcher Ammo\"]', 'Ammo for the Beam Launcher. Can be crafted at Ancient Workbench.', '/public/images/ammo/T_itemicon_Ammo_BeamLauncherBullet.png', NULL, 0, 80, 2), (533, 'WingGlider', 'Wing Pack', 'null', '[\"Wing Pack\"]', 'A portable glider that enables flight. Consumes Wing Cell to propel the user through the skies.', '/public/images/glider/T_itemicon_Glider_WingGlider.png', NULL, 1, 80, 9), (534, 'WingGlider_Fuel', 'Wing Cell', 'null', '[\"Wing Cell\"]', 'The fuel required to power the Wing Pack.', '/public/images/material/T_itemicon_Material_WingGlider_Fuel.png', NULL, 0, 80, 5), (535, 'SkillUnlock_CubeTurtle', 'Tetroise Saddle', 'null', '[\"Tetroise Saddle\"]', 'Saddle for safely riding Tetroise .', '/public/images/pals/T_CubeTurtle_icon_normal.png', NULL, 0, 48, 3), (536, 'SkillUnlock_CubeTurtle_Neutral', 'Tetroise Primo Saddle', 'null', '[\"Tetroise Primo Saddle\"]', 'Saddle for safely riding Tetroise Primo.', '/public/images/pals/T_CubeTurtle_Neutral_icon_normal.png', NULL, 0, 75, 4), (537, 'SkillUnlock_VolcanoDragon', 'Moldron Saddle', 'null', '[\"Moldron Saddle\"]', 'Saddle for safely riding Moldron.', '/public/images/pals/T_VolcanoDragon_icon_normal.png', NULL, 0, 36, 2), (538, 'SkillUnlock_VolcanoDragon_Ice', 'Moldron Cryst Saddle', 'null', '[\"Moldron Cryst Saddle\"]', 'Saddle for safely riding Moldron Cryst.', '/public/images/pals/T_VolcanoDragon_Ice_icon_normal.png', NULL, 0, 70, 4), (539, 'SkillUnlock_Thunderdog_Ice', 'Rayhound Cryst Saddle', 'null', '[\"Rayhound Cryst Saddle\"]', 'Saddle for safely riding Rayhound Cryst.', '/public/images/pals/T_Thunderdog_Ice_icon_normal.png', NULL, 0, 32, 4), (540, 'SkillUnlock_SumoDog', 'Bulldosu Saddle', 'null', '[\"Bulldosu Saddle\"]', 'Saddle for safely riding Bulldosu.', '/public/images/pals/T_SumoDog_icon_normal.png', NULL, 0, 53, 3), (541, 'SkillUnlock_ThiefBird', 'Roujay Saddle', 'null', '[\"Roujay Saddle\"]', 'Saddle for safely riding Roujay.', '/public/images/pals/T_ThiefBird_icon_normal.png', NULL, 0, 72, 4), (542, 'SkillUnlock_BlueSkyDragon', 'Shaolong Saddle', 'null', '[\"Shaolong Saddle\"]', 'Saddle for safely riding Shaolong.', '/public/images/pals/T_BlueSkyDragon_icon_normal.png', NULL, 0, 77, 4), (543, 'SkillUnlock_LotusDragon', 'Ophydia Saddle', 'null', '[\"Ophydia Saddle\"]', 'Saddle for safely riding Ophydia.', '/public/images/pals/T_LotusDragon_icon_normal.png', NULL, 0, 72, 4), (544, 'FurnitureTree_Green', 'Faux Greenery Set', '[\"Faux Greenery A\", \"Faux Greenery B\", \"Faux Greenery C\", \"Faux Bush\"]', 'null', 'A decorative artificial tree set. Use them to create a natural-looking base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Green.png', NULL, 0, 12, 1), (545, 'FurnitureTree_Red', 'Faux Crimson Foliage Set', '[\"Faux Crimson Foliage A\", \"Faux Crimson Foliage B\", \"Faux Crimson Foliage C\", \"Faux Rock\"]', 'null', 'A decorative artificial autumn tree set. Use them to create a natural-looking base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Red.png', NULL, 0, 14, 1), (546, 'FurnitureTree_Yellow', 'Faux Golden Foliage Set', '[\"Faux Golden Foliage A\", \"Faux Golden Foliage B\", \"Faux Golden Foliage C\", \"Faux Golden Bush\"]', 'null', 'A decorative artificial yellow autumn tree set. Use them to create a natural-looking base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Yellow.png', NULL, 0, 16, 1), (547, 'FurnitureTree_Cherry', 'Faux Cherry Blossoms Set', '[\"Faux Cherry Blossoms A\", \"Faux Cherry Blossoms B\", \"Faux Cherry Blossoms C\"]', 'null', 'A decorative artificial cherry blossom tree set. Use them to create a Sakurajima-inspired base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Cherry.png', NULL, 0, 56, 1), (548, 'FurnitureTree_Tropical', 'Faux Tropical Greenery Set', '[\"Faux Tropical Greenery A\", \"Faux Tropical Greenery B\", \"Faux Tropical Greenery C\", \"Faux Tropical Bush\"]', 'null', 'A decorative artificial tropical tree set. Use them to create a tropical-inspired base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Tropical.png', NULL, 0, 27, 1); INSERT INTO `techtree` (`ID`, `DevName`, `Name`, `UnlockBuildObjects`, `UnlockItemRecipes`, `Description`, `Image`, `RequireTechnology`, `IsBossTechnology`, `LevelCap`, `Cost`) VALUES (549, 'FurnitureTree_Snow', 'Faux Snowy Greenery Set', '[\"Faux Snowy Greenery A\", \"Faux Snowy Greenery B\", \"Faux Snowy Greenery C\", \"Faux White Bush\"]', 'null', 'A decorative artificial snow-covered tree set. Use them to create a winte-inspired base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Snow.png', NULL, 0, 49, 1), (550, 'FurnitureTree_Desert', 'Faux Desert Greenery Set', '[\"Faux Desert Greenery A\", \"Faux Desert Greenery B\", \"Faux Desert Greenery C\"]', 'null', 'A decorative artificial desert tree set. Use them to create a oasis-inspired base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Desert.png', NULL, 0, 37, 1), (551, 'FurnitureTree_Bamboo', 'Faux Bamboo Set', '[\"Faux Bamboo A\", \"Faux Bamboo B\", \"Faux Bamboo C\", \"Faux Flowering Bush A\", \"Faux Flowering Bush B\"]', 'null', 'A decorative artificial bamboo set. Use them to create a Bamboo Grove-inspired base. No materials can be obtained from this structure.', '/public/images/build/T_icon_buildObject_FurnitureTree01_Bamboo.png', NULL, 0, 23, 1), (552, 'TableCircular', 'Tidy Table Set', '[\"Tidy Round Table\", \"Tidy Square Table\"]', 'null', 'A neat decorative table set for building a clean and well-kept base.', '/public/images/build/T_icon_buildObject_TableCircular_Wood_None.png', NULL, 0, 12, 1), (553, 'JetDragonStatue', 'Jetragon Statue', '[\"Jetragon Statue\"]', 'null', 'Decorative Jetragon statue.', '/public/images/build/T_icon_buildObject_JetDragonStatue.png', NULL, 0, 79, 1), (554, 'IceHorseStatue', 'Frostallion Statue', '[\"Frostallion Statue\"]', 'null', 'Decorative Frostallion statue.', '/public/images/build/T_icon_buildObject_IceHorseStatue.png', NULL, 0, 64, 1), (555, 'FurnitureSet_1', 'Wooden Living Room Furniture Set', '[\"Square Table\", \"Round Table\", \"Wooden Bench\", \"Wooden Stool\", \"Wooden Bar Stool\", \"Wooden Chair\"]', 'null', 'Decorative furniture set. Place furniture in your living space and enjoy life with your Pals.', '/public/images/build/T_icon_buildObject_TableSquare_Wood.png', NULL, 0, 5, 1), (556, 'FurnitureSet_3', 'Wooden Tavern Furniture Set', '[\"Wooden Counter\", \"Wooden Decorative Wall Shelf\"]', 'null', 'Decorative furniture set. Set up a bar and enjoy life with your Pals.', '/public/images/build/T_icon_buildObject_Counter_Wood.png', NULL, 0, 5, 1), (557, 'FurnitureSet_2', 'Wooden Tavern Cabinet Furniture Set', '[\"Wooden Barrel\", \"Wooden Box\", \"Wooden Shelf\", \"Wooden Wall Shelf\", \"Wooden Barrel Shelf\"]', 'null', 'Set of wooden cabinets that look at home in a tavern. Can store items.', '/public/images/build/T_icon_buildObject_Barrel_Wood.png', NULL, 0, 5, 1), (558, 'FurnitureSet_9', 'Houseplant Set', '[\"Houseplant\", \"Houseplant and Chair\", \"Tabletop Houseplant\", \"Potted Houseplant\"]', 'null', 'Decorative furniture set. Place plants around your base for a splash of color.', '/public/images/build/T_icon_buildObject_Plant01_Plant.png', NULL, 0, 6, 1), (559, 'FurnitureSet_4', 'Wall-Mounted Houseplant Set', '[\"Big Wall Ivy\", \"Small Wall Ivy\", \"Horizontal Wall Ivy\"]', 'null', 'Decorative furniture set. Place plants on your base\'s walls for a splash of color.', '/public/images/build/T_icon_buildObject_Ivy01.png', NULL, 0, 7, 1), (560, 'FurnitureSet_28', 'Fireplace Set', '[\"Brick Fireplace\", \"Fireplace\"]', 'null', 'Brick fireplace set to provide illumination. Must be lit with fire.', '/public/images/build/T_icon_buildObject_Light_FirePlace01.png', NULL, 0, 8, 1), (561, 'FurnitureSet_17', 'Carpet Set', '[\"Antique Carpet\", \"Antique Red Carpet\", \"Antique Green Carpet\", \"Antique Long Carpet\"]', 'null', 'Decorative furniture set. Place on a foundation in your base for that homey feel.', '/public/images/build/T_icon_buildObject_Rug01_Stone.png', NULL, 0, 9, 1), (562, 'FurnitureSet_21', 'Antique Storage Set', '[\"Antique Bookshelf\", \"Antique Wardrobe\", \"Antique Chest\", \"Antique Side Chest\", \"Iron Wall Shelf\"]', 'null', 'Antique storage furniture set. Can store items.', '/public/images/build/T_icon_buildObject_Shelf01_Stone.png', NULL, 0, 10, 1), (563, 'FurnitureSet_19', 'Antique Chair Set', '[\"Antique Wooden Chair\", \"Antique Green Wooden Chair\", \"Antique Stool\"]', 'null', 'Decorative furniture set. Use with an antique desk.', '/public/images/build/T_icon_buildObject_Chair01_Stone.png', NULL, 0, 11, 1), (564, 'FurnitureSet_22', 'Antique Storage Cabinet Set', '[\"Antique Cabinet\", \"Antique Long Cabinet\", \"Large Antique Cabinet\", \"Antique Wall Cabinet\"]', 'null', 'Antique storage cabinet set. Can store items.', '/public/images/build/T_icon_buildObject_Shelf05_Stone.png', NULL, 0, 13, 1), (565, 'FurnitureSet_24', 'Antique Desk Set', '[\"Antique Desk\", \"Antique Round Table\"]', 'null', 'Decorative furniture set. Use with an antique chair.', '/public/images/build/T_icon_buildObject_Desk01_Stone.png', NULL, 0, 14, 1), (566, 'FurnitureSet_20', 'Antique Bath Set', '[\"Antique Bathtub\", \"Antique Braided Basket\", \"Antique Partition\", \"Antique Towel Rack\"]', 'null', 'Decorative furniture set. Can\'t actually be used to stay clean.', '/public/images/build/T_icon_buildObject_BathTub_Stone.png', NULL, 0, 16, 1), (567, 'FurnitureSet_16', 'Antique Mirror Set', '[\"Antique Oval Mirror\", \"Antique Mirror\", \"Antique Wall Mirror\"]', 'null', 'Decorative furniture set. Essentially for making sure you look good.', '/public/images/build/T_icon_buildObject_Mirror01_Stone.png', NULL, 0, 16, 1), (568, 'FurnitureSet_15', 'Piano Furniture Set', '[\"Grand Piano\", \"Upright Piano\"]', 'null', 'Decorative furniture set. Place in your base and dream about living a life of luxury.', '/public/images/build/T_icon_buildObject_Piano01_Stone.png', NULL, 0, 17, 1), (569, 'FurnitureSet_30', 'Metal Shelf Set', '[\"Iron Shelf\", \"Long Iron Shelf\", \"Orange Locker\", \"Locker\"]', 'null', 'Metal shelf set. Can store items.', '/public/images/build/T_icon_buildObject_Shelf01_Iron.png', NULL, 0, 17, 1), (570, 'FurnitureSet_25', 'Bathroom Set', '[\"Antique Toilet\", \"Antique Toilet Paper Holder\", \"Antique Washstand\"]', 'null', 'Decorative furniture set. Can\'t be used for its original purpose.', '/public/images/build/T_icon_buildObject_Toilet01_Stone.png', NULL, 0, 18, 1), (571, 'FurnitureSet_32', 'Antique High Quality Furniture Set', '[\"Antique Curtain\", \"Antique Globe\", \"Antique Stove\"]', 'null', 'Decorative furniture set. Gives an air of stately elegance to your base.', '/public/images/build/T_icon_buildObject_Curtain01_Wall_Stone.png', NULL, 0, 18, 1), (572, 'FurnitureSet_18', 'Antique Couch Set', '[\"Antique Armchair\", \"Antique Couch\", \"Antique Ottoman\"]', 'null', 'Decorative furniture set. Gives the air of luxury to your base.', '/public/images/build/T_icon_buildObject_Sofa01_Stone.png', NULL, 0, 20, 1), (573, 'FurnitureSet_23', 'Clock Set', '[\"Wall Clock\", \"Antique Grandfather Clock\"]', 'null', 'Decorative furniture set. Doesn\'t actually tell time.', '/public/images/build/T_icon_buildObject_Clock01_Wall_Iron.png', NULL, 0, 22, 1), (574, 'FurnitureSet_6', 'Storage Container Set', '[\"Large Container\", \"Small Container\", \"Cloth Covered Container\"]', 'null', 'Container furniture set. Can store items.', '/public/images/build/T_icon_buildObject_Container01_Iron.png', NULL, 0, 23, 1), (575, 'FurnitureSet_13', 'Metal Chair and Desk Set', '[\"Iron Stool\", \"Round Iron Table\", \"Iron Chair\", \"Iron Desk\"]', 'null', 'Decorative furniture set. Match with metal structures and enjoy life with your Pals.', '/public/images/build/T_icon_buildObject_Stool01_Iron.png', NULL, 0, 22, 1), (576, 'FurnitureSet_29', 'Antique Lamp Set', '[\"Antique Brown Floor Lamp\", \"Antique Red Floor Lamp\", \"Chandelier\", \"Wall Lamp\"]', 'null', 'Antique lamp set to provide illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_FloorLamp01.png', NULL, 0, 26, 1), (577, 'FurnitureSet_14', 'Ironwood Table Set', '[\"Ironwood Side Table\", \"Ironwood Table\", \"Ironwood Low Table\"]', 'null', 'Decorative furniture set. Match with metal structures and enjoy life with your Pals.', '/public/images/build/T_icon_buildObject_TableSide01_Iron.png', NULL, 0, 35, 1), (578, 'FurnitureSet_31', 'Outdoor Furniture Set', '[\"Cable Reel\", \"Garbage Bag\", \"Earthen Pipe\", \"Tire\"]', 'null', 'Decorative furniture set. Spruces up the outside of your base.', '/public/images/build/T_icon_buildObject_CableCoil01_Iron.png', NULL, 0, 37, 1), (579, 'FurnitureSet_5', 'Metal Barrel Set', '[\"Red Metal Barrel\", \"Blue Metal Barrel\", \"Green Metal Barrel\"]', 'null', 'Decorative furniture set. Not suitable for doing keg stands.', '/public/images/build/T_icon_buildObject_Barrel01_Iron.png', NULL, 0, 34, 1), (580, 'FurnitureSet_7', 'Leather Chair Set', '[\"Leather Armchair\", \"Leather Couch\", \"Leather Chair\", \"Frog Chair\"]', 'null', 'Decorative furniture set. Leather screams luxury.', '/public/images/build/T_icon_buildObject_Sofa01_Iron.png', NULL, 0, 38, 1), (581, 'FurnitureSet_27', 'Street Lamp Set', '[\"Simple Street Lamp\", \"Double Street Lamp\", \"Retro Street Lamp\", \"Stylish Street Lamp\"]', 'null', 'Street lamp set to provide illumination. Requires electricity to light.', '/public/images/build/T_icon_buildObject_Light_LightPole01.png', NULL, 0, 46, 1), (582, 'FurnitureSet_26', 'Amusement Furniture Set', '[\"Soccer Goal\", \"Claw Machine\", \"Cola Vending Machine\", \"Old TV\", \"Arcade Game Cabinet\"]', 'null', 'Decorative furniture set. Your Pals will keep on working.', '/public/images/build/T_icon_buildObject_GoalSoccer_Iron.png', NULL, 0, 46, 1), (583, 'FurnitureSet_8', 'Emergency Exit Sign Set', '[\"Emergency Exit Ceiling Sign\", \"Emergency Exit Wall Sign\"]', 'null', 'Decorative furniture set. Apparently a priceless artifact in more civilized times.', '/public/images/build/T_icon_buildObject_SignExit_Ceiling_Iron.png', NULL, 0, 47, 1), (584, 'FurnitureSet_11', 'Traffic Control Set', '[\"Traffic Cone\", \"Fat Traffic Cone\", \"Skinny Traffic Cone\", \"Traffic Light\"]', 'null', 'Decorative furniture set. No roads mean no traffic control.', '/public/images/build/T_icon_buildObject_TrafficCone01_Iron.png', NULL, 0, 48, 1), (585, 'FurnitureSet_12', 'Road Sign Set', '[\"No Pals Beyond Sign\", \"Stop Sign\", \"Beware of Eikthyrdeer Sign\", \"Beware of Mammorest Sign\"]', 'null', 'Decorative furniture set. No roads mean no traffic control.', '/public/images/build/T_icon_buildObject_TrafficSign01_Iron.png', NULL, 0, 49, 1), (586, 'FurnitureSet_10', 'Barricade Set', '[\"Barricade\", \"Orange Barricade\", \"Red Iron Barricade\", \"White Iron Barricade\", \"Iron Fence\"]', 'null', 'Decorative furniture set. Place to keep somewhere off limits.', '/public/images/build/T_icon_buildObject_TrafficBarricade01_Iron.png', NULL, 0, 49, 1); -- -------------------------------------------------------- -- -- Table structure for table `techtreei18n` -- CREATE TABLE `techtreei18n` ( `ID` int NOT NULL, `TechTreeID` int NOT NULL, `LanguageCode` varchar(16) NOT NULL, `Name` varchar(100) NOT NULL, `UnlockBuildObjects` json DEFAULT NULL, `UnlockItemRecipes` json DEFAULT NULL, `Description` text, `RequireTechnology` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `techtreei18n` -- INSERT INTO `techtreei18n` (`ID`, `TechTreeID`, `LanguageCode`, `Name`, `UnlockBuildObjects`, `UnlockItemRecipes`, `Description`, `RequireTechnology`) VALUES (1, 1, 'zh-Hans', '原始的作业台', '[\"原始的作业台\"]', 'null', '用来制作简单道具的「原始的作业台」。 如有具备「手工作业」适应性的帕鲁, 它就会前来协助。', NULL), (2, 2, 'zh-Hans', '石头斧', 'null', '[\"石头斧\"]', '砍树用的斧子。 因为是石头做的,感觉不怎么锋利。', NULL), (3, 3, 'zh-Hans', '石制十字镐', 'null', '[\"石制十字镐\"]', '采矿用的十字镐。 因为是石头做的,效率不怎么样。', NULL), (4, 4, 'zh-Hans', '携带火把', 'null', '[\"携带火把\"]', '照亮夜晚的黑暗,为人驱逐寒意。 可勉强用于近战。 可在「原始的作业台」制作。', NULL), (5, 5, 'zh-Hans', '木棒', 'null', '[\"木棒\"]', '用于近距离战斗的木棒。 也许能够用来打倒小型帕鲁。', NULL), (6, 6, 'zh-Hans', '帕鲁终端', '[\"帕鲁终端\"]', 'null', '用来存放抓到的帕鲁的设施。 箱子里的帕鲁会逐渐恢复生命值。 此设施周围的区域即为据点。', NULL), (7, 7, 'zh-Hans', '帕鲁球', 'null', '[\"帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 此为量产款式,只对低等级的帕鲁有效。', NULL), (8, 8, 'zh-Hans', '篝火', '[\"篝火\"]', 'null', '可烹饪简单的料理, 并带来一些温暖及照明效果。', NULL), (9, 9, 'zh-Hans', '木箱', '[\"木箱\"]', 'null', '可用于收纳道具。将之设置在据点后, 具备「搬运」适应性的帕鲁便会自动搬运道具。', NULL), (10, 10, 'zh-Hans', '修理台', '[\"修理台\"]', 'null', '可以修理损坏的武器或道具。', NULL), (11, 11, 'zh-Hans', '木质建筑套组', '[\"木制地基\", \"木制墙壁\", \"木制屋顶\", \"木制楼梯\", \"木制带窗墙壁\", \"木制三角墙\", \"木制斜屋顶\", \"木门\", \"木制栅栏\", \"木制三角地基\", \"木制对角墙\", \"木制三角屋顶\", \"木制拐角屋顶\", \"木制三角墙(反向)\", \"木制帕鲁用通道口\", \"木制三角斜屋顶\", \"木制方锥屋顶\", \"木制三角斜屋顶(反向)\"]', 'null', '解锁此套组即可用木材建筑建造据点。 可建造木制地基、墙壁、屋顶、楼梯等 建造房屋时所需的构造。', NULL), (12, 12, 'zh-Hans', '帕鲁装扮机', '[\"帕鲁装扮机\"]', 'null', '用于改变外观的设施。 可以为帕鲁更换特别的外观。 通过游戏外的其他方式获得的外观也能使用。', NULL), (13, 13, 'zh-Hans', '陈旧的弓', 'null', '[\"陈旧的弓\"]', '原始的远距离攻击武器。 因为是东拼西凑而成的,威力较弱。 可在「原始的作业台」制作。', NULL), (14, 14, 'zh-Hans', '箭', 'null', '[\"箭\"]', '弓专用的箭。 可在「原始的作业台」制作。', NULL), (15, 15, 'zh-Hans', '石头长矛', 'null', '[\"石头长矛\"]', '可在近战时发挥作用的石头长矛。 射程很长,可在战斗时保持一定距离。', NULL), (16, 16, 'zh-Hans', '劣质的床', '[\"劣质的床\"]', 'null', '专供人类使用的床铺,可回复生命值。 晚上入睡后,就会一觉睡到早上。 必须建造在有屋顶的地方才能让人安眠。', NULL), (17, 17, 'zh-Hans', '稻草帕鲁床', '[\"稻草帕鲁床\"]', 'null', '据点里的帕鲁晚上若能睡在帕鲁床上,便可恢复SAN值。 没有帕鲁床的话会因睡不舒服而无法恢复SAN值。', NULL), (18, 18, 'zh-Hans', '跨界帕鲁终端', '[\"跨界帕鲁终端\"]', 'null', '具有保存帕鲁的基因序列, 以及通过基因序列复原帕鲁的功能的设施。 保存的基因序列能够带到其他世界使用。', NULL), (19, 19, 'zh-Hans', '普通护盾', 'null', '[\"普通护盾\"]', '以帕鲁矿技术制成的神奇护盾。 一定时间不受攻击时可自动修复。', NULL), (20, 20, 'zh-Hans', '布衣服', 'null', '[\"布衣服\"]', '以「布」制成的服装。 可以抵御夜间的寒意。 可在「原始的作业台」制作。', NULL), (21, 21, 'zh-Hans', '布', 'null', '[\"布\"]', '编织羊毛制成的布。 是制作防具时会用到的素材。 可在「原始的作业台」制作。', NULL), (22, 22, 'zh-Hans', '饲料箱', '[\"饲料箱\"]', 'null', '将食物放进来, 据点的帕鲁们就会来这里进食。', NULL), (23, 23, 'zh-Hans', '野莓园', '[\"野莓园\"]', 'null', '能够生产野莓的农园。 需要有具备「播种」、「浇水」和「采集」适应性的帕鲁才能进行作业。', NULL), (24, 24, 'zh-Hans', '家畜牧场', '[\"家畜牧场\"]', 'null', '可以放牧羊或鸡等类型帕鲁的牧场。 如将具备适应性的帕鲁分派到牧场, 即可自动生产道具。', NULL), (25, 25, 'zh-Hans', '普通滑翔伞', 'null', '[\"普通滑翔伞\"]', '展开后即可在空中滑翔的滑翔伞。 构造简单,无法高速飞行。', NULL), (26, 26, 'zh-Hans', '帕鲁装备制作台', '[\"帕鲁装备制作台\"]', 'null', '可制作帕鲁使用伙伴技能时 所需的道具。', NULL), (27, 27, 'zh-Hans', '火箭', 'null', '[\"火箭\"]', '「火之弓」与「火箭十字弓」等用的箭。 可对目标造成火属性伤害。 可在「原始的作业台」制作。', NULL), (28, 28, 'zh-Hans', '固定式火把', '[\"固定式火把\"]', 'null', '设置在据点即可照亮四周。', NULL), (29, 29, 'zh-Hans', '告示牌', '[\"告示牌\"]', 'null', '可以在上面输入文字。', NULL), (30, 30, 'zh-Hans', '壁挂看板', '[\"壁挂看板\"]', 'null', '可以输入文字的告示牌。 可以悬挂在墙壁上。', NULL), (31, 31, 'zh-Hans', '草莽猪的鞍具', 'null', '[\"草莽猪的鞍具\"]', '持有此道具时, 即可骑乘草莽猪。', NULL), (32, 32, 'zh-Hans', '火绒狐的背带', 'null', '[\"火绒狐的背带\"]', '用来抱住火绒狐的背带。 发动伙伴技能后,即可将火绒狐 抱在身上当作火焰喷射器进行攻击。', NULL), (33, 33, 'zh-Hans', '监控台', '[\"监控台\"]', 'null', '可对据点内的帕鲁下达工作指示。 请注意不要让它们劳动过度了。', NULL), (34, 34, 'zh-Hans', '棒球棒', 'null', '[\"棒球棒\"]', '这根棒球棒也能用于近距离战斗。 但拿帕鲁当球可能有点太大了。', NULL), (35, 35, 'zh-Hans', '伐木场', '[\"伐木场\"]', 'null', '可在据点内生产木材。 需要有具备「伐木」适应性的帕鲁才能进行作业。', NULL), (36, 36, 'zh-Hans', '采石场', '[\"采石场\"]', 'null', '可在据点内生产石材。 需要有具备「采矿」适应性的帕鲁才能进行作业。', NULL), (37, 37, 'zh-Hans', '沙袋', '[\"沙袋\"]', 'null', '被分派到这里的帕鲁, 会负责防范外敌的哨兵工作。', NULL), (38, 38, 'zh-Hans', '警钟', '[\"警钟\"]', 'null', '用于更改据点内帕鲁警戒状态的钟。 可随时于「迎击外敌」及「专心工作」之间切换。', NULL), (39, 39, 'zh-Hans', '美露帕的鞍具', 'null', '[\"美露帕的鞍具\"]', '持有此道具时, 即可骑乘美露帕。', NULL), (40, 40, 'zh-Hans', '粉碎机', '[\"粉碎机\"]', 'null', '可以将石头或木材粉碎之后 转换成其他素材的设施。 需要有具备「浇水」适应性的帕鲁来使水车转动。', NULL), (41, 41, 'zh-Hans', '毒箭', 'null', '[\"毒箭\"]', '「毒之弓」与「毒箭十字弓」等用的箭。 可以让被射中的目标中毒。 可在「原始的作业台」制作。', NULL), (42, 42, 'zh-Hans', '木制防御墙', '[\"木制防御墙\"]', 'null', '防止外敌入侵的巨大防御墙。 因为是木制的,所以很脆弱。', NULL), (43, 43, 'zh-Hans', '木制大门', '[\"木制大门\"]', 'null', '稍大体型的帕鲁也能通过的木制大门。', NULL), (44, 44, 'zh-Hans', '套索陷阱', '[\"套索陷阱\"]', 'null', '可以抓住途经的帕鲁。 只对小型帕鲁和人类有效。', NULL), (45, 45, 'zh-Hans', '力量石像', '[\"力量石像\"]', 'null', '只要献上供品, 就能强化玩家和帕鲁。', NULL), (46, 46, 'zh-Hans', '小饲料袋', 'null', '[\"Small Feed Bag\"]', '装食物的小口袋。 会开放1个自动进食专用的食物栏位。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', NULL), (47, 47, 'zh-Hans', '热带地区民族服饰', 'null', '[\"热带地区民族服饰\"]', '在炎热地区生产的「布衣服」。 具备傲人的耐热性能。 可在「原始的作业台」制作。', NULL), (48, 48, 'zh-Hans', '寒冷地区民族服饰', 'null', '[\"寒冷地区民族服饰\"]', '在寒冷地区生产的「布衣服」。 能够抵御让身体都冻僵的寒意。 可在「原始的作业台」制作。', NULL), (49, 49, 'zh-Hans', '温泉', '[\"温泉\"]', 'null', '帕鲁进入「温泉」即可恢复SAN值。', NULL), (50, 50, 'zh-Hans', '猎狼的挽具鞍具组合', 'null', '[\"猎狼的挽具鞍具组合\"]', '持有此道具时, 即可骑乘猎狼。', NULL), (51, 51, 'zh-Hans', '原始的炉子', '[\"原始的炉子\"]', 'null', '能冶炼「金属矿石」, 并制作成金属锭。', NULL), (52, 52, 'zh-Hans', '三连弓', 'null', '[\"三连弓\"]', '改良后的弓,可同时发射3支箭。 拥有不可思议的力量,每次射击只消耗1支箭。', NULL), (53, 53, 'zh-Hans', '羽毛发饰', 'null', '[\"羽毛发饰\"]', '美丽的羽毛发饰。 不知为何,总觉得它能保护头部不受致命伤害。 可在「原始的作业台」制作。', NULL), (54, 54, 'zh-Hans', '钉子', 'null', '[\"钉子\"]', '建造大量设施时必不可少的部件。 可在原始的作业台制作。', NULL), (55, 55, 'zh-Hans', '梯子', '[\"梯子\"]', 'null', '可以用来爬上高处的梯子。', NULL), (56, 56, 'zh-Hans', '捕兽夹(小)', '[\"捕兽夹(小)\"]', 'null', '能让踩到的目标被困住。 只对小型帕鲁或人类有效。', NULL), (57, 57, 'zh-Hans', '帕鲁蛋孵化器', '[\"帕鲁蛋孵化器\"]', 'null', '设置帕鲁蛋后, 便可使之孵化。', NULL), (58, 58, 'zh-Hans', '金属斧头', 'null', '[\"金属斧头\"]', '砍硬树用的金属制斧子。 对于生长于大陆深处的良木也同样有效。 可在「优质作业台」制作。', NULL), (59, 59, 'zh-Hans', '金属十字镐', 'null', '[\"金属十字镐\"]', '采矿用的十字镐。 以金属制成,耐久度和效率都得到了提升。 可在「优质作业台」制作。', NULL), (60, 60, 'zh-Hans', '优质作业台', '[\"优质作业台\"]', 'null', '生产速度比「原始的作业台」更快。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (61, 61, 'zh-Hans', '盗猎团旗帜套组', '[\"盗猎团团旗\", \"盗猎团挂旗\"]', 'null', '盗猎团团旗与 盗猎团挂旗的套组。 是击败盗猎团的证明。', NULL), (62, 62, 'zh-Hans', '疾旋鼬的鞍具', 'null', '[\"疾旋鼬的鞍具\"]', '持有此道具时, 即可骑乘疾旋鼬。', NULL), (63, 63, 'zh-Hans', '翠叶鼠的冲锋枪', 'null', '[\"翠叶鼠的冲锋枪\"]', '翠叶鼠专用的小型冲锋枪。 发动伙伴技能后,它会坐在玩家的头上, 配合玩家的攻击进行额外射击。', NULL), (64, 64, 'zh-Hans', '毛皮盔甲', 'null', '[\"毛皮盔甲\"]', '以「皮革」制成的盔甲。 耐久度和防御力都得到了提升。 可在「优质作业台」制作。', NULL), (65, 65, 'zh-Hans', '切肉刀', 'null', '[\"切肉刀\"]', '可用于肢解召唤出的帕鲁的菜刀。 装备此道具时「抚摸」选项会转变为「肢解」。 帕鲁一经解体后将无法再度复生。', NULL), (66, 66, 'zh-Hans', '中世纪制药台', '[\"中世纪制药台\"]', 'null', '可制作简单的药物。 需要有具备「制药」适应性的帕鲁才能进行作业。', NULL), (67, 67, 'zh-Hans', '新叶猿的突击步枪', 'null', '[\"新叶猿的突击步枪\"]', '新叶猿专用的小型突击步枪。 发动伙伴技能后,新叶猿会进入射击模式, 猛烈扫射周围的敌人。', NULL), (68, 68, 'zh-Hans', '紫霞鹿的鞍具', 'null', '[\"紫霞鹿的鞍具\"]', '持有此道具时, 即可骑乘紫霞鹿。', NULL), (69, 69, 'zh-Hans', '爪钩枪', 'null', '[\"Grappling Gun\"]', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 可在有高低差的地方轻松移动。', NULL), (70, 70, 'zh-Hans', '十字弓', 'null', '[\"十字弓\"]', '无须用力即可射出「箭」。 装箭需要花些时间,但攻击威力强大。 必须有「优质作业台」才能制作。', NULL), (71, 71, 'zh-Hans', '金属长矛', 'null', '[\"金属长矛\"]', '利于近距离战斗的矛。 以金属制成,攻击力有所提升。 可在「优质作业台」制作。', NULL), (72, 72, 'zh-Hans', '金属箱', '[\"金属箱\"]', 'null', '可收纳更多道具,耐久度也有所提升。 具备「搬运」适应性的帕鲁会自动搬运道具。', NULL), (73, 73, 'zh-Hans', '保冷箱', '[\"保冷箱\"]', 'null', '小型食物储存库。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', NULL), (74, 74, 'zh-Hans', '受损的稻草人', '[\"受损的稻草人\"]', 'null', '模仿企丸丸制作的训练用稻草人。', NULL), (75, 75, 'zh-Hans', '秋叶猿的突击步枪', 'null', '[\"秋叶猿的突击步枪\"]', '秋叶猿专用的小型突击步枪。 发动伙伴技能后,秋叶猿会进入射击模式,猛烈扫射周围的敌人。', NULL), (76, 76, 'zh-Hans', '高级帕鲁球', 'null', '[\"高级帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 此款式性能得到提升,可捕捉的帕鲁范围更广。 可在「帕鲁球制作台」制作。', NULL), (77, 77, 'zh-Hans', '帕鲁球制作台', '[\"帕鲁球制作台\"]', 'null', '捕捉帕鲁用的帕鲁球制作台。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (78, 78, 'zh-Hans', '普通饲料袋', 'null', '[\"Average Feed Bag\"]', '装食物的普通口袋。 自动进食专用的食物栏位会开放到2个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', 'Small Feed Bag'), (79, 79, 'zh-Hans', '壁挂火把', '[\"壁挂火把\"]', 'null', '可安装在墙壁上。', NULL), (80, 80, 'zh-Hans', '雷角马的鞍具', 'null', '[\"雷角马的鞍具\"]', '持有此道具时, 即可骑乘雷角马。', NULL), (81, 81, 'zh-Hans', '帕鲁浓缩机', '[\"帕鲁浓缩机\"]', 'null', '将多只同种帕鲁浓缩后合成, 便可将该帕鲁强化为更高阶级的个体。', NULL), (82, 82, 'zh-Hans', '初级垂钓套组', 'null', '[\"初级钓竿(疾旋鼬)\", \"简陋钓饵\"]', '适合初级者使用的钓竿与钓饵套组。 制作钓竿和钓饵后,即可在水边钓帕鲁。', NULL), (83, 83, 'zh-Hans', '小麦园', '[\"小麦园\"]', 'null', '能够生产制作「面包」所需的小麦的农园。 需要有具备「播种」、「浇水」和「采集」适应性的帕鲁才能进行作业。', NULL), (84, 84, 'zh-Hans', '磨粉机', '[\"磨粉机\"]', 'null', '可以将小麦磨碎之后 生产出面粉的设施。 需要有具备「浇水」适应性的帕鲁来使水车转动。', NULL), (85, 85, 'zh-Hans', '木板', 'null', '[\"木板\"]', '为了易于使用,切割原木得到的板材。 泛用性比整根原木更高,应用范围更广。 可在「原始的作业台」制作。', NULL), (86, 86, 'zh-Hans', '观赏笼', '[\"观赏笼\"]', 'null', '放置抓来的帕鲁的观赏用笼子。 在里头的帕鲁无法战斗或进行作业, 但也不会肚子饿。', NULL), (87, 87, 'zh-Hans', '炽焰牛的鞍具', 'null', '[\"炽焰牛的鞍具\"]', '持有此道具时, 即可骑乘炽焰牛。', NULL), (88, 88, 'zh-Hans', '疾风隼的鞍具', 'null', '[\"疾风隼的鞍具\"]', '持有此道具时, 即可骑乘疾风隼。', NULL), (89, 89, 'zh-Hans', '腰挂提灯', 'null', '[\"腰挂提灯\"]', '挂在腰上的提灯。 到了夜晚会自动点亮。 也可以切换照明模式使它常亮。 带1个在身上就够用了。', NULL), (90, 90, 'zh-Hans', '高级护盾', 'null', '[\"高级护盾\"]', '以帕鲁矿技术制成的神奇护盾。 改良原型设计,提高了防御力。 可在「优质作业台」制作。', NULL), (91, 91, 'zh-Hans', '耐热毛皮盔甲', 'null', '[\"耐热毛皮盔甲\"]', '在炎热地区生产的「毛皮盔甲」。 具备傲人的耐热性能。 可在「优质作业台」制作。', NULL), (92, 92, 'zh-Hans', '滑水蛇的鞍具', 'null', '[\"滑水蛇的鞍具\"]', '持有此道具时, 即可骑乘滑水蛇。', NULL), (93, 93, 'zh-Hans', '简易开锁工具', 'null', '[\"Lockpicking Tool v1\"]', '持有此道具时,能够通过撬锁打开 需要铜钥匙才能打开的宝箱。 即使多次使用也不会坏。', NULL), (94, 94, 'zh-Hans', '原始的剑', 'null', '[\"原始的剑\"]', '近距离战斗用的剑。锋利程度不容小觑! 但需要靠近敌人攻击,相当危险。', NULL), (95, 95, 'zh-Hans', '料理锅', '[\"料理锅\"]', 'null', '能烹饪的料理种类更多, 制作餐点会更有效率。', NULL), (96, 96, 'zh-Hans', '取暖器', '[\"取暖器\"]', 'null', '可让周围暖和起来,抵御寒意。', NULL), (97, 97, 'zh-Hans', '墓碑', '[\"墓碑\"]', 'null', '可以书写文字的墓碑。 用作留下记录。', NULL), (98, 98, 'zh-Hans', '企丸丸的火箭发射器', 'null', '[\"企丸丸的火箭发射器\"]', '用来发射企丸丸的炮筒。 发动伙伴技能后,即可将企丸丸射出 对敌人进行攻击。随后,企丸丸会进入濒死状态。', NULL), (99, 99, 'zh-Hans', '高级爪钩枪', 'null', '[\"Mega Grappling Gun\"]', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 经过改良,射程变得更远。', 'Grappling Gun'), (100, 100, 'zh-Hans', '高级滑翔伞', 'null', '[\"高级滑翔伞\"]', '展开后即可在空中滑翔的滑翔伞。 此为量产款式,有一定的飞行速度。 可在「优质作业台」制作。', NULL), (101, 101, 'zh-Hans', '耐寒毛皮盔甲', 'null', '[\"耐寒毛皮盔甲\"]', '在寒冷地区生产的「毛皮盔甲」。 能够抵御让身体都冻僵的寒意。 可在「优质作业台」制作。', NULL), (102, 102, 'zh-Hans', '降温器', '[\"降温器\"]', 'null', '可让周围凉快起来,消除暑气。', NULL), (103, 103, 'zh-Hans', '炸蛋鸟的手套', 'null', '[\"炸蛋鸟的手套\"]', '用来轻轻抓住炸蛋鸟的手套。 发动伙伴技能后,即可抱着炸蛋鸟, 发射爆炸蛋来进行攻击。', NULL), (104, 104, 'zh-Hans', '闪丸丸的火箭发射器', 'null', '[\"闪丸丸的火箭发射器\"]', '用来发射闪丸丸的炮筒。 发动伙伴技能后,即可将闪丸丸射出, 对敌人进行攻击。随后,闪丸丸会进入濒死状态。', NULL), (105, 105, 'zh-Hans', '慈悲戒指', 'null', '[\"慈悲戒指\"]', '和平主义者的戒指。 装备该戒指者无法将攻击对象的生命值降低到1以下。', NULL), (106, 106, 'zh-Hans', '配种牧场', '[\"配种牧场\"]', 'null', '分派♂♀帕鲁各一只, 即可让它们产下帕鲁蛋。 需在设施中放入「蛋糕」才会顺利生蛋。', NULL), (107, 107, 'zh-Hans', '帕鲁工作研究所', '[\"帕鲁工作研究所\"]', 'null', '对帕鲁的各种工作进行研究的设施。 在这个设施中让帕鲁工作, 可以进行研究,获得各种效果。', NULL), (108, 108, 'zh-Hans', '重量模块', 'null', '[\"重量模块\"]', '装备后会增加帕鲁球的重量, 虽然投掷距离会缩短,但能提高捕获力。', NULL), (109, 109, 'zh-Hans', '水泥', 'null', '[\"水泥\"]', '可成为建筑物素材的水泥。 可在优质作业台制作。', NULL), (110, 110, 'zh-Hans', '石头建筑套组', '[\"石制地基\", \"石制墙壁\", \"石制屋顶\", \"石制楼梯\", \"石制带窗墙壁\", \"石制三角墙\", \"石制斜屋顶\", \"石门\", \"石制栅栏\", \"石制三角地基\", \"石制对角墙\", \"石制三角屋顶\", \"石制拐角屋顶\", \"石制三角墙(反向)\", \"石制帕鲁用通道口\", \"石制三角斜屋顶\", \"石制方锥屋顶\", \"石制三角斜屋顶(反向)\"]', 'null', '解锁此套组即可用石材建筑建造据点。 可以建造石制的地基、墙壁、屋顶和楼梯等 建造房屋时所需的构造。', NULL), (111, 111, 'zh-Hans', '石制防御墙', '[\"石制防御墙\"]', 'null', '防止外敌入侵的巨大防御墙。', NULL), (112, 112, 'zh-Hans', '石制大门', '[\"石制大门\"]', 'null', '稍大体型的帕鲁也能通过的石制大门。', NULL), (113, 113, 'zh-Hans', '笑魇猫的鞍具', 'null', '[\"笑魇猫的鞍具\"]', '持有此道具时, 即可骑乘笑魇猫。', NULL), (114, 114, 'zh-Hans', '优质帕鲁球', 'null', '[\"优质帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 此款式可捕捉有一定强度的帕鲁。 可在「帕鲁球制作台」制作。', NULL), (115, 115, 'zh-Hans', '武器制作台', '[\"武器制作台\"]', 'null', '可以制作具有简易机关的武器的设施。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (116, 116, 'zh-Hans', '大型工具箱', '[\"大型工具箱\"]', 'null', '如配置在据点, 可以提升「手工作业」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (117, 117, 'zh-Hans', '帕鲁保护团体旗帜套组', '[\"帕鲁保护团体团旗\", \"帕鲁保护团体挂旗\"]', 'null', '帕鲁保护团体团旗与 帕鲁保护团体挂旗的套组。 是击败帕鲁保护团体的证明。', NULL), (118, 118, 'zh-Hans', '精灵龙的鞍具', 'null', '[\"精灵龙的鞍具\"]', '持有此道具时, 即可骑乘精灵龙。', NULL), (119, 119, 'zh-Hans', '桃蛛娘的鞍具', 'null', '[\"桃蛛娘的鞍具\"]', '持有此道具时, 即可骑乘桃蛛娘。', NULL), (120, 120, 'zh-Hans', '毛老爹的鞍具', 'null', '[\"毛老爹的鞍具\"]', '持有此道具时, 即可骑乘毛老爹。', NULL), (121, 121, 'zh-Hans', '帕鲁次元仓库', '[\"帕鲁次元仓库\"]', 'null', '可以大量存放捕获帕鲁的设施。 只要是公会成员,谁都可以进行帕鲁的存取。 改为私密锁定时,则只能存放自己的帕鲁。', NULL), (122, 122, 'zh-Hans', '鸟枪', 'null', '[\"鸟枪\"]', '古旧又简朴的枪。 每一发均威力惊人,但装填子弹较花时间。 可在「武器制作台」制作。', NULL), (123, 123, 'zh-Hans', '火药', 'null', '[\"火药\"]', '用于发射炮弹的「火药」。 制作子弹时会用到。 可在「优质作业台」制作。', NULL), (124, 124, 'zh-Hans', '劣质弹药', 'null', '[\"劣质弹药\"]', '「鸟枪」和「劣质手枪」等使用的子弹。 可在「武器制作台」制作。', NULL), (125, 125, 'zh-Hans', '番茄园', '[\"番茄园\"]', 'null', '能够生产番茄的农园。 需要有具备「播种」、「浇水」和「采集」适应性的帕鲁才能进行作业。', NULL), (126, 126, 'zh-Hans', '圣火台', '[\"圣火台\"]', 'null', '如配置在据点, 可以提升「生火」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (127, 127, 'zh-Hans', '捕兽夹(大)', '[\"捕兽夹(大)\"]', 'null', '能让踩到的目标被困住。 只对大型帕鲁有效。', NULL), (128, 128, 'zh-Hans', '烽歌龙的鞍具', 'null', '[\"烽歌龙的鞍具\"]', '持有此道具时, 即可骑乘烽歌龙。', NULL), (129, 129, 'zh-Hans', '祇岳鹿的鞍具', 'null', '[\"祇岳鹿的鞍具\"]', '持有此道具时, 即可骑乘祇岳鹿。', NULL), (130, 130, 'zh-Hans', '古典式化妆台', '[\"古典式化妆台\"]', 'null', '装饰用的古典式化妆台。', NULL), (131, 131, 'zh-Hans', '帕鲁远征所', '[\"帕鲁远征所\"]', 'null', '可以派遣帕鲁到地下城等地方远征的设施。 被派遣的帕鲁会在各地寻找物品或进行战斗, 并将资源带回据点。', NULL), (132, 132, 'zh-Hans', '电棍', 'null', '[\"电棍\"]', '敲下去就会触电的近战武器。 帕鲁在触电状态下比较容易捕获。 可在「优质作业台」制作。', NULL), (133, 133, 'zh-Hans', '优质钓饵', 'null', '[\"优质钓饵\"]', '用来吸引帕鲁上钩的钓饵。 经过改良,更容易诱导帕鲁咬钩。', NULL), (134, 134, 'zh-Hans', '跳蚤市场(道具)', '[\"跳蚤市场(道具)\"]', 'null', '', NULL), (135, 135, 'zh-Hans', '跳蚤市场(帕鲁)', '[\"跳蚤市场(帕鲁)\"]', 'null', '出售帕鲁的设施。 可以将帕鲁出售给其他玩家。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', NULL), (136, 136, 'zh-Hans', '霜歌龙的鞍具', 'null', '[\"霜歌龙的鞍具\"]', '持有此道具时, 即可骑乘霜歌龙。', NULL), (137, 137, 'zh-Hans', '归途雷云', 'null', '[\"归途雷云\"]', '使用后可以移动至最近的据点。 无法在地下城里使用。', NULL), (138, 138, 'zh-Hans', '金属盔甲', 'null', '[\"金属盔甲\"]', '以金属制成的盔甲。 有一定防御力,也有一定重量。 可在「优质作业台」制作。', NULL), (139, 139, 'zh-Hans', '金属头盔', 'null', '[\"金属头盔\"]', '以金属制成的头盔。 安全可靠,能守护你的大脑。 可在「优质作业台」制作。', NULL), (140, 140, 'zh-Hans', '曲线模块', 'null', '[\"曲线模块\"]', '装备后能在帕鲁球上增添曲线旋转。 容易从死角命中帕鲁,并提高捕获力。', NULL), (141, 141, 'zh-Hans', '大饲料袋', 'null', '[\"Large Feed Bag\"]', '装食物的大口袋。 自动进食专用的食物栏位会开放到3个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', 'Average Feed Bag'), (142, 142, 'zh-Hans', '喷泉', '[\"喷泉\"]', 'null', '如配置在据点, 可以提升「浇水」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (143, 143, 'zh-Hans', '君王美露帕的鞍具', 'null', '[\"君王美露帕的鞍具\"]', '持有此道具时, 即可骑乘君王美露帕。', NULL), (144, 144, 'zh-Hans', '劣质手枪', 'null', '[\"劣质手枪\"]', '手工制造的破旧手枪。 较适合用于近距离战斗,但每次只能射出一发子弹。 可在「武器制作台」制作。', NULL), (145, 145, 'zh-Hans', '松软帕鲁床', '[\"松软帕鲁床\"]', 'null', '让帕鲁们睡得更加舒适, 提高睡觉时生命值和SAN值的恢复效率。', NULL), (146, 146, 'zh-Hans', '药品柜', '[\"药品柜\"]', 'null', '用来存放帕鲁的药物的柜子。 生病的帕鲁会来这里吃药。 记得随时补充药物,别让柜子空了。', NULL), (147, 147, 'zh-Hans', '诊疗所', '[\"诊疗所\"]', 'null', '基础医疗设施,用于管理在据点工作的帕鲁们的健康状态。 分派擅长制药的帕鲁,就能减缓SAN值下降,降低帕鲁生病受伤的频率。 它能维持的环境清洁度存在上限,但在初期管理据点卫生时相当重要。', NULL), (148, 148, 'zh-Hans', '花坛', '[\"花坛\"]', 'null', '如配置在据点, 可以提升「采集」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (149, 149, 'zh-Hans', '雪绒狐的背带', 'null', '[\"雪绒狐的背带\"]', '用来抱住雪绒狐的背带。 发动伙伴技能后,即可将雪绒狐 抱在身上当作冷冻喷射器进行攻击。', NULL), (150, 150, 'zh-Hans', '碧海龙的鞍具', 'null', '[\"碧海龙的鞍具\"]', '持有此道具时, 即可骑乘碧海龙。', NULL), (151, 151, 'zh-Hans', '花冠龙的鞍具', 'null', '[\"花冠龙的鞍具\"]', '持有此道具时, 即可骑乘花冠龙。', NULL), (152, 152, 'zh-Hans', '金属采矿场', '[\"金属采矿场\"]', 'null', '生产金属矿石的设施。 挖掘金属矿石的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', NULL), (153, 153, 'zh-Hans', '强化枪', 'null', '[\"强化枪\"]', '向伙伴帕鲁射击, 会在一定时间内强化该帕鲁的攻击力和防御力。 向敌人射击则会造成伤害。', NULL), (154, 154, 'zh-Hans', '强化枪子弹', 'null', '[\"强化枪子弹\"]', '强化枪等使用的弹药。 可在「武器制作台」制作。', NULL), (155, 155, 'zh-Hans', '耐热金属盔甲', 'null', '[\"耐热金属盔甲\"]', '经过改良的「金属盔甲」。 具备傲人的耐热功能。 可在「优质作业台」制作。', NULL), (156, 156, 'zh-Hans', '生菜园', '[\"生菜园\"]', 'null', '能够生产生菜的农园。 需要有具备「播种」、「浇水」和「采集」适应性的帕鲁才能进行作业。', NULL), (157, 157, 'zh-Hans', '筒仓', '[\"筒仓\"]', 'null', '如配置在据点, 可以提升「播种」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (158, 158, 'zh-Hans', '破片手榴弹', 'null', '[\"破片手榴弹\"]', '可在中距离战斗时发挥作用的破片手榴弹。 投掷数秒后引爆,给敌人造成伤害。', NULL), (159, 159, 'zh-Hans', '流沙蛇的鞍具', 'null', '[\"流沙蛇的鞍具\"]', '持有此道具时, 即可骑乘流沙蛇。', NULL), (160, 160, 'zh-Hans', '雷冥鸟的鞍具', 'null', '[\"雷冥鸟的鞍具\"]', '持有此道具时, 即可骑乘雷冥鸟。', NULL), (161, 161, 'zh-Hans', '高级开锁工具', 'null', '[\"Lockpicking Tool v2\"]', '持有此道具时,能够通过撬锁打开 需要银钥匙才能打开的宝箱。 即使多次使用也不会坏。', 'Lockpicking Tool v1'), (162, 162, 'zh-Hans', '破旧的冲锋枪', 'null', '[\"破旧的冲锋枪\"]', '用废料手工制作的冲锋枪。 连射能力佳,但单发威力较低。', NULL), (163, 163, 'zh-Hans', '发电机', '[\"发电机\"]', 'null', '能让据点的雷系帕鲁储存电力, 供应给需要用电的设施。', NULL), (164, 164, 'zh-Hans', '固定式电灯', '[\"固定式电灯\"]', 'null', '使用电力让据点更加明亮。', NULL), (165, 165, 'zh-Hans', '人力发电机', '[\"人力发电机\"]', 'null', '利用旋转动能转换为电能的设施。 效率不佳,而且工作的帕鲁会降低SAN值, 但可以获得经验值。', NULL), (166, 166, 'zh-Hans', '固定式十字弓', '[\"固定式十字弓\"]', 'null', '将具备「手工作业」适应性的帕鲁分派到这里, 它就会操控十字弓坚守据点。', NULL), (167, 167, 'zh-Hans', '云海鹿的鞍具', 'null', '[\"云海鹿的鞍具\"]', '持有此道具时, 即可骑乘云海鹿。', NULL), (168, 168, 'zh-Hans', '香草豹冰的鞍具', 'null', '[\"香草豹冰的鞍具\"]', '持有此道具时, 即可骑乘香草豹冰。', NULL), (169, 169, 'zh-Hans', '单发型帕鲁球发射器', 'null', '[\"单发型帕鲁球发射器\"]', '用于发射帕鲁球的发射器。 用它就能捕捉到更远处的帕鲁。 可在「武器制作台」制作。', NULL), (170, 170, 'zh-Hans', '特级帕鲁球', 'null', '[\"特级帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 此款式可捕捉相当强大的帕鲁。 可在「帕鲁球流水线工厂」制作。', NULL), (171, 171, 'zh-Hans', '帕鲁球流水线工厂', '[\"帕鲁球流水线工厂\"]', 'null', '生产「帕鲁球」的速度较为快速。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (172, 172, 'zh-Hans', '耐寒金属盔甲', 'null', '[\"耐寒金属盔甲\"]', '经过改良的「金属盔甲」。 能够抵御使身体冻僵的寒意。 可在「优质作业台」制作。', NULL), (173, 173, 'zh-Hans', '小型扩展背包', 'null', '[\"Small Pouch\"]', '能够额外携带物品的小背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', NULL), (174, 174, 'zh-Hans', '天花板吊灯', '[\"天花板吊灯\"]', 'null', '可安装在天花板上。', NULL), (175, 175, 'zh-Hans', '电击手榴弹', 'null', '[\"电击手榴弹\"]', '利于中等距离战斗的电击手榴弹。 投掷数秒后引爆,对附近放出电击。', NULL), (176, 176, 'zh-Hans', '额外武器套', 'null', '[\"额外武器套\"]', '能让人多装备一件武器的挂套。 带在身上,武器栏位就会增加1格。 只需携带一个就足够了。', NULL), (177, 177, 'zh-Hans', '碧月龙的鞍具', 'null', '[\"碧月龙的鞍具\"]', '持有此道具时, 即可骑乘碧月龙。', NULL), (178, 178, 'zh-Hans', '手枪', 'null', '[\"手枪\"]', '子弹容纳量及连射能力经过强化的手枪。 每秒火力比劣质手枪更强。 可在「武器制作台」制作。', NULL), (179, 179, 'zh-Hans', '手枪子弹', 'null', '[\"手枪子弹\"]', '「手枪」等使用的子弹。 可在「武器制作台」制作。', NULL), (180, 180, 'zh-Hans', '优质的床', '[\"优质的床\"]', 'null', '柔软蓬松的床铺,恢复效率有所改善。 必须建造在有屋顶的地方才能让人安眠。', NULL), (181, 181, 'zh-Hans', '优质监控台', '[\"优质监控台\"]', 'null', '重新设计材料和结构,使得成品更为凝炼的监控台。 不但能照常指挥工作分配,还能减缓据点内帕鲁的SAN值下降速度。 稍微改善一点劳动环境,帕鲁们也就没那么多不满了吧。', NULL), (182, 182, 'zh-Hans', '树桩和斧头', '[\"树桩和斧头\"]', 'null', '如配置在据点, 可以提升「采伐」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (183, 183, 'zh-Hans', '永炎同心会旗帜套组', '[\"永炎同心会会旗\", \"永炎同心会挂旗\"]', 'null', '永炎同心会会旗与 永炎同心会挂旗的套组。 是击败永炎同心会的证明。', NULL), (184, 184, 'zh-Hans', '战冠雀的鞍具', 'null', '[\"战冠雀的鞍具\"]', '持有此道具时, 即可骑乘战冠雀。', NULL), (185, 185, 'zh-Hans', '森猛犸的鞍具', 'null', '[\"森猛犸的鞍具\"]', '持有此道具时, 即可骑乘森猛犸。', NULL), (186, 186, 'zh-Hans', '反重力腰带', 'null', '[\"反重力腰带\"]', '装备后可提升玩家跳跃力的饰品。', NULL), (187, 187, 'zh-Hans', '优质护盾', 'null', '[\"优质护盾\"]', '以帕鲁矿技术制成的神奇护盾。 经过改良,进一步提升了性能。 可在「作业流水线工厂」制作。', NULL), (188, 188, 'zh-Hans', '剑', 'null', '[\"剑\"]', '近距离战斗用的「剑」。 锋利无比!但需要靠近敌人攻击,相当危险。 可在「武器制作台」制作。', NULL), (189, 189, 'zh-Hans', '中级钓竿(捣蛋猫)', 'null', '[\"中级钓竿(捣蛋猫)\", \"简陋钓饵\"]', '用来钓帕鲁的钓竿。 在携带钓饵的状态下前往有鱼影的水边使用钓竿即可开始垂钓。 性能进一步提升,垂钓成功率稍微上升。', NULL), (190, 190, 'zh-Hans', '作业流水线工厂', '[\"作业流水线工厂\"]', 'null', '虽需使用电力,但生产各种道具的速度较为快速。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (191, 191, 'zh-Hans', '土豆园', '[\"土豆园\"]', 'null', '可培育土豆的农园。 此作物播种至收成所需时间较长,但可让料理更加丰富多元。 需有数名帕鲁负责播种、灌溉及收获。', NULL), (192, 192, 'zh-Hans', '冷冻手榴弹', 'null', '[\"冷冻手榴弹\"]', '利于中等距离战斗的冷冻手榴弹。 投掷数秒后引爆,冻结周围一切。', NULL), (193, 193, 'zh-Hans', '火麒麟的鞍具', 'null', '[\"火麒麟的鞍具\"]', '持有此道具时, 即可骑乘火麒麟。', NULL), (194, 194, 'zh-Hans', '迅雷鸟的鞍具', 'null', '[\"迅雷鸟的鞍具\"]', '持有此道具时, 即可骑乘迅雷鸟。', NULL), (195, 195, 'zh-Hans', '强化腰挂提灯', 'null', '[\"强化腰挂提灯\"]', '挂在腰间的大范围照明提灯。 到了夜晚会自动点亮。 也可以切换照明模式使它常亮。 带1个在身上就够用了。', 'Lantern'), (196, 196, 'zh-Hans', '破旧的霰弹枪', 'null', '[\"破旧的霰弹枪\"]', '用废料手工制作的霰弹枪。 射程短,但近距离战斗能力强。', NULL), (197, 197, 'zh-Hans', '地雷', '[\"地雷\"]', 'null', '敌人踩上去就会自动爆炸。', NULL), (198, 198, 'zh-Hans', '金属建筑套组', '[\"金属地基\", \"金属墙壁\", \"金属屋顶\", \"金属楼梯\", \"金属带窗墙壁\", \"金属三角墙\", \"金属斜屋顶\", \"金属门\", \"金属栅栏\", \"金属三角地基\", \"金属对角墙\", \"金属三角屋顶\", \"金属拐角屋顶\", \"金属三角墙(反向)\", \"金属帕鲁用通道口\", \"金属三角斜屋顶\", \"金属方锥屋顶\", \"金属三角斜屋顶(反向)\"]', 'null', '解锁此套组即可用金属建筑建造据点。 可以建造金属制的地基、墙壁、屋顶和楼梯等 建造房屋时所需的构造。', NULL), (199, 199, 'zh-Hans', '金属防御墙', '[\"金属防御墙\"]', 'null', '防止外敌入侵的巨大防御墙。 因为是金属制的,所以非常坚固。', NULL), (200, 200, 'zh-Hans', '金属大门', '[\"金属大门\"]', 'null', '稍大体型的帕鲁也能通过的金属大门。', NULL), (201, 201, 'zh-Hans', '矿车', '[\"矿车\"]', 'null', '如配置在据点, 可以提升「挖掘」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (202, 202, 'zh-Hans', '蘑菇蛋糕', 'null', '[\"蘑菇蛋糕\"]', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋。 由此诞生的帕鲁的潜力值会更容易稍微上升。', NULL), (203, 203, 'zh-Hans', '霹雳犬的鞍具', 'null', '[\"霹雳犬的鞍具\"]', '持有此道具时, 即可骑乘霹雳犬。', NULL), (204, 204, 'zh-Hans', '彩虹猫之刃', 'null', '[\"彩虹猫之刃\"]', '【泰拉瑞亚联动】 传说这把剑是武道蛙从遥远的国度带回来的。 至于原因嘛,我们完全不知道…… 每次挥舞都会射出弹跳的猫咪弹攻击敌人。', NULL), (205, 205, 'zh-Hans', '破旧的突击步枪', 'null', '[\"破旧的突击步枪\"]', '用废料手工制作的突击步枪。 连射能力优秀且射程远,但单发威力较低。', NULL), (206, 206, 'zh-Hans', '狙击模块', 'null', '[\"狙击模块\"]', '装备后会帕鲁球的投掷距离会增加, 能够精准锁定帕鲁,并提高捕获力。', NULL), (207, 207, 'zh-Hans', '极低温冷却介质', 'null', '[\"极低温冷却介质\"]', '用帕鲁身上提取的特殊成分制作的高效冷却介质。 用于控制大功率设备的温度。 可在「作业流水线工厂」制作。', NULL), (208, 208, 'zh-Hans', '垂钓池', '[\"垂钓池\"]', 'null', '配备垂钓工具的垂钓池。 分派帕鲁后,它会悠闲地帮你垂钓。 需有可手工作业的帕鲁。', NULL), (209, 209, 'zh-Hans', '优质温泉', '[\"优质温泉\"]', 'null', '进入此设施的帕鲁能够恢复更多SAN值。', NULL), (210, 210, 'zh-Hans', '优质爪钩枪', 'null', '[\"Giga Grappling Gun\"]', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 在试验品数据的基础上进行改良,进一步提升了性能。', 'Mega Grappling Gun'), (211, 211, 'zh-Hans', '烧夷手榴弹', 'null', '[\"烧夷手榴弹\"]', '利于中等距离战斗的烧夷手榴弹。 投掷数秒后引爆,在周围燃起烈火。', NULL), (212, 212, 'zh-Hans', '冥灯鱼的鞍具', 'null', '[\"冥灯鱼的鞍具\"]', '持有此道具时, 即可骑乘冥灯鱼。', NULL), (213, 213, 'zh-Hans', '严冬鹿的鞍具', 'null', '[\"严冬鹿的鞍具\"]', '持有此道具时, 即可骑乘严冬鹿。', NULL), (214, 214, 'zh-Hans', 'ULTRAKILL 联动套组1', 'null', '[\"V1盔甲\", \"神射左轮手枪\"]', '【ULTRAKILL 联动】 V1盔甲与神射左轮手枪的套组。', NULL), (215, 215, 'zh-Hans', '武器流水线工厂', '[\"武器流水线工厂\"]', 'null', '虽需使用电力,但生产武器及弹药的速度较为快速。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (216, 216, 'zh-Hans', '帕鲁恢复手榴弹', 'null', '[\"帕鲁恢复手榴弹\"]', '具有恢复效果的破片手榴弹。 命中后会立即爆裂, 为伙伴帕鲁恢复生命值。', NULL), (217, 217, 'zh-Hans', '胡萝卜园', '[\"胡萝卜园\"]', 'null', '可培育胡萝卜的农园。 此作物播种至收成所需时间较长,但可让料理更加丰富多元。 需有数名帕鲁负责播种、灌溉及收获。', NULL), (218, 218, 'zh-Hans', '魔女之釜', '[\"魔女之釜\"]', 'null', '如配置在据点, 可以提升「制药」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (219, 219, 'zh-Hans', '帕鲁终端控制台', '[\"帕鲁终端控制台\"]', 'null', '可远程操作帕鲁终端的设备。 将它配置在你想要部署帕鲁的位置,自由地打造据点吧。', NULL), (220, 220, 'zh-Hans', '水灵龙的鞍具', 'null', '[\"水灵龙的鞍具\"]', '持有此道具时, 即可骑乘水灵龙。', NULL), (221, 221, 'zh-Hans', '叶胖达的榴弹发射器', 'null', '[\"叶胖达的榴弹发射器\"]', '持有此道具时, 即可骑乘叶胖达,并用榴弹发射器进行猛烈射击。', NULL), (222, 222, 'zh-Hans', '召唤的祭坛', '[\"召唤的祭坛\"]', 'null', '通过献上画着帕鲁的石板, 就能在据点召唤强大的帕鲁。 做好充分的战斗准备吧。', NULL), (223, 223, 'zh-Hans', '古旧左轮手枪', 'null', '[\"古旧左轮手枪\"]', '略显陈旧的左轮手枪。 单发威力优于手枪。', NULL), (224, 224, 'zh-Hans', '聚合物', 'null', '[\"聚合物\"]', '加工油脂后制成的聚合物。 是制作枪支时必须用到的素材。 可在「作业流水线工厂」制作。', NULL), (225, 225, 'zh-Hans', '电击地雷', '[\"电击地雷\"]', 'null', '能让踩到的目标遭受电击。 帕鲁在遭受电击时会比较容易捕获。', NULL), (226, 226, 'zh-Hans', '水流手榴弹', 'null', '[\"水流手榴弹\"]', '利于中等距离战斗的水流手榴弹。 投掷数秒后引爆,给敌人造成水属性伤害。', NULL), (227, 227, 'zh-Hans', '雪人', '[\"雪人\"]', 'null', '如配置在据点, 可以提升「冷却」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (228, 228, 'zh-Hans', '狱焰王的鞍具', 'null', '[\"狱焰王的鞍具\"]', '持有此道具时, 即可骑乘狱焰王。', NULL), (229, 229, 'zh-Hans', '燧火鸟的鞍具', 'null', '[\"燧火鸟的鞍具\"]', '持有此道具时, 即可骑乘燧火鸟。', NULL), (230, 230, 'zh-Hans', '连理龙的鞍具', 'null', '[\"连理龙的鞍具\"]', '持有此道具时, 即可骑乘连理龙。', NULL), (231, 231, 'zh-Hans', '伯乐眼镜', 'null', '[\"伯乐眼镜\"]', '能够确认帕鲁隐藏才能的眼镜。 生命值,攻击力和防御力的潜力会以满分100分显示出来。', NULL), (232, 232, 'zh-Hans', '改善后的炉子', '[\"改善后的炉子\"]', 'null', '可冶炼「精炼金属锭」。', NULL), (233, 233, 'zh-Hans', '精炼金属斧头', 'null', '[\"精炼金属斧头\"]', '能砍伐生长于火山、沙漠等严苛环境中的坚韧树木,取得硬木材的斧子。。 可在「作业流水线工厂」制作。', NULL), (234, 234, 'zh-Hans', '精炼金属十字镐', 'null', '[\"精炼金属十字镐\"]', '采矿用的十字镐。 耐久度和效率均有更进一步的提升。 可在「作业流水线工厂」制作。', NULL), (235, 235, 'zh-Hans', '精炼金属长矛', 'null', '[\"精炼金属长矛\"]', '利于近距离战斗的矛。 以优质金属制成,攻击力有所提升。 可在「作业流水线工厂」制作。', NULL), (236, 236, 'zh-Hans', '邪麒麟的鞍具', 'null', '[\"邪麒麟的鞍具\"]', '持有此道具时, 即可骑乘邪麒麟。', NULL), (237, 237, 'zh-Hans', '雷胖达的榴弹发射器', 'null', '[\"雷胖达的榴弹发射器\"]', '持有此道具时, 即可骑乘雷胖达,并用榴弹发射器进行猛烈轰炸。', NULL), (238, 238, 'zh-Hans', '雷冠龙的鞍具', 'null', '[\"雷冠龙的鞍具\"]', '持有此道具时, 即可骑乘雷冠龙。', NULL), (239, 239, 'zh-Hans', '空中冲刺靴', 'null', '[\"空中冲刺靴\"]', '装备后可使玩家获得空中冲刺能力的饰品。', NULL), (240, 240, 'zh-Hans', '大师帕鲁球', 'null', '[\"大师帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 此款式性能相当好,没多少帕鲁能逃得掉。 可在「帕鲁球流水线工厂II」制作。', NULL), (241, 241, 'zh-Hans', '帕鲁球流水线工厂II', '[\"帕鲁球流水线工厂II\"]', 'null', '生产「帕鲁球」的速度更为快速。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (242, 242, 'zh-Hans', '电路板', 'null', '[\"电路板\"]', '制作精密机械时会用到的「电路板」。 可在「作业流水线工厂」制作。', NULL), (243, 243, 'zh-Hans', '碳纤维', 'null', '[\"碳纤维\"]', '轻盈坚硬的优质素材。 可用于制作防具等。 可在「作业流水线工厂」制作。', NULL), (244, 244, 'zh-Hans', '草木手榴弹', 'null', '[\"草木手榴弹\"]', '利于中等距离战斗的草木手榴弹。 投掷数秒后引爆,给敌人造成草属性伤害。', NULL), (245, 245, 'zh-Hans', '狱阎王的鞍具', 'null', '[\"狱阎王的鞍具\"]', '持有此道具时, 即可骑乘狱阎王。', NULL), (246, 246, 'zh-Hans', '咕咕桑葩的鞍具', 'null', '[\"咕咕桑葩的鞍具\"]', '持有此道具时, 即可骑乘咕咕桑葩。', NULL), (247, 247, 'zh-Hans', '单发步枪', 'null', '[\"单发步枪\"]', '单发型来福枪,得花费时间装填子弹。 填装数量少,但单发火力强劲。 可在「武器流水线工厂」制作。', NULL), (248, 248, 'zh-Hans', '步枪子弹', 'null', '[\"步枪子弹\"]', '步枪等使用的子弹。 可在「武器制作台」制作。', NULL), (249, 249, 'zh-Hans', '洋葱园', '[\"洋葱园\"]', 'null', '可培育洋葱的农园。 此作物播种至收成所需时间较长,但可让料理更加丰富多元。 需有数名帕鲁负责播种、灌溉及收获。', NULL), (250, 250, 'zh-Hans', '优质的布', 'null', '[\"优质的布\"]', '编织大量「羊毛」制成的「优质的布」。 是制作优质防具时必不可少的素材。 可在「优质作业台」制作。', NULL), (251, 251, 'zh-Hans', '大型帕鲁床', '[\"大型帕鲁床\"]', 'null', '帕鲁用的大床,可睡一个好觉。 可供帕鲁在受伤时或夜晚睡觉。 即使是大型帕鲁也能在这张大床上睡个好觉。', NULL), (252, 252, 'zh-Hans', '巨大饲料袋', 'null', '[\"Huge Feed Bag\"]', '装食物的特大口袋。 自动进食专用的食物栏位会开放到3个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', 'Large Feed Bag'), (253, 253, 'zh-Hans', '梁叶龙的鞍具', 'null', '[\"梁叶龙的鞍具\"]', '持有此道具时, 即可骑乘梁叶龙。', NULL), (254, 254, 'zh-Hans', '电能帕鲁蛋孵化器', '[\"电能帕鲁蛋孵化器\"]', 'null', '用于孵化帕鲁蛋的装置。 需要电力供应才能运作, 但可自动将该孵化器的内部保持在最佳温度。', 'Electric Egg Incubator'), (255, 255, 'zh-Hans', '冲锋枪', 'null', '[\"冲锋枪\"]', '连射能力优异的冲锋枪。 轻巧灵活,适合近距离战斗。', NULL), (256, 256, 'zh-Hans', '精炼金属盔甲', 'null', '[\"精炼金属盔甲\"]', '以优质金属制成的盔甲。 防御力极优,但也相当沉重。 可在「作业流水线工厂」制作。', NULL), (257, 257, 'zh-Hans', '精炼金属头盔', 'null', '[\"精炼金属头盔\"]', '以优质金属制成的头盔。 精心打磨后耀眼的金属光泽提高了它的价值。 可在「作业流水线工厂」制作。', NULL), (258, 258, 'zh-Hans', '腐蚀溶剂', 'null', '[\"腐蚀溶剂\"]', '具有强效分解作用的危险化学溶剂, 用于精密加工及特殊处理。 可在「作业流水线工厂」制作。', NULL), (259, 259, 'zh-Hans', '蓄电器', '[\"蓄电器\"]', 'null', '可以储存发电机发电的多余电力的设施。', NULL), (260, 260, 'zh-Hans', '噬魂兽的鞍具', 'null', '[\"噬魂兽的鞍具\"]', '持有此道具时, 即可骑乘噬魂兽。', NULL), (261, 261, 'zh-Hans', '帕鲁手术台', '[\"帕鲁手术台\"]', 'null', '可以对帕鲁进行手术, 改变帕鲁的性别和被动技能的设施。', NULL), (262, 262, 'zh-Hans', '扩散型帕鲁球发射器', 'null', '[\"扩散型帕鲁球发射器\"]', '可同时发射大量帕鲁球的新型发射器。 可用来捕捉成群的帕鲁。 可在「武器流水线工厂」制作。', NULL), (263, 263, 'zh-Hans', '陨石发射器', 'null', '[\"陨石发射器\", \"陨石弹\"]', '加工陨石制作而成的发射器。 命中时会像陨石一样引发爆炸。 可在「武器流水线工厂」制作。', NULL), (264, 264, 'zh-Hans', '奢华钓饵', 'null', '[\"奢华钓饵\"]', '用来吸引帕鲁上钩的钓饵。 经过改良,能使小游戏的判定条稍微变大。', NULL), (265, 265, 'zh-Hans', '冰箱', '[\"冰箱\"]', 'null', '大型食物储存库。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', NULL), (266, 266, 'zh-Hans', '结冰地雷', '[\"结冰地雷\"]', 'null', '能让踩到的目标冻结。 帕鲁被冻结时会比较容易捕获。', NULL), (267, 267, 'zh-Hans', '大地手榴弹', 'null', '[\"大地手榴弹\"]', '利于中等距离战斗的大地手榴弹。 投掷数秒后引爆,给敌人造成地属性伤害。', NULL), (268, 268, 'zh-Hans', '自卫队旗帜套组', '[\"自卫队队旗\", \"自卫队挂旗\"]', 'null', '自卫队队旗与 自卫队挂旗的套组。 是击败自卫队的证明。', NULL), (269, 269, 'zh-Hans', '天羽龙的鞍具', 'null', '[\"天羽龙的鞍具\"]', '持有此道具时, 即可骑乘天羽龙。', NULL), (270, 270, 'zh-Hans', '金属采矿场Ⅱ', '[\"金属采矿场Ⅱ\"]', 'null', '可大量生产金属矿石的设施。 挖掘金属矿石的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', 'Ore Mining Site'), (271, 271, 'zh-Hans', '双管霰弹枪', 'null', '[\"双管霰弹枪\"]', '近距离战斗能力强劲的霰弹枪,可以连射2发。 弹容量虽少,但火力很强。 可在「武器流水线工厂」制作。', NULL), (272, 272, 'zh-Hans', '霰弹枪子弹', 'null', '[\"霰弹枪子弹\"]', '霰弹枪等使用的子弹。 可在「武器制作台」制作。', NULL), (273, 273, 'zh-Hans', '滑球模块', 'null', '[\"滑球模块\"]', '装备后能在帕鲁球上增添滑球旋转。 帕鲁球能以较大角度急剧弯曲, 更容易出其不意,并提高捕获力。', NULL), (274, 274, 'zh-Hans', '玻璃建筑套组', '[\"玻璃地基\", \"玻璃墙壁\", \"玻璃屋顶\", \"玻璃楼梯\", \"玻璃带窗墙壁\", \"玻璃三角墙\", \"玻璃斜屋顶\", \"玻璃门\", \"玻璃栅栏\", \"玻璃三角地基\", \"玻璃对角墙\", \"玻璃三角屋顶\", \"玻璃拐角屋顶\", \"玻璃三角墙(反向)\", \"玻璃帕鲁用通道口\", \"玻璃三角斜屋顶\", \"玻璃方锥屋顶\", \"玻璃三角斜屋顶(反向)\"]', 'null', '解锁此套组即可用玻璃建筑建造据点。 可以建造玻璃制的地基、墙壁、屋顶和楼梯等 建造房屋时所需的构造。', NULL), (275, 275, 'zh-Hans', '精炼金属箱', '[\"精炼金属箱\"]', 'null', '可进一步收纳更多道具,耐久度也有所提升。 具备「搬运」适应性的帕鲁会自动搬运道具。', NULL), (276, 276, 'zh-Hans', '魔渊龙的鞍具', 'null', '[\"魔渊龙的鞍具\"]', '持有此道具时, 即可骑乘魔渊龙。', NULL), (277, 277, 'zh-Hans', '菇咚的鞍具', 'null', '[\"菇咚的鞍具\"]', '持有此道具时, 即可骑乘菇咚。', NULL), (278, 278, 'zh-Hans', '菇波的鞍具', 'null', '[\"菇波的鞍具\"]', '持有此道具时, 即可骑乘菇波。', NULL), (279, 279, 'zh-Hans', '金属球棒', 'null', '[\"金属球棒\"]', '可以近距离攻击的金属球棒。 看谁不顺眼,上去就是一顿扁。', NULL), (280, 280, 'zh-Hans', '二段跳靴', 'null', '[\"二段跳靴\"]', '装备后可使玩家获得二段跳跃能力的饰品。', NULL), (281, 281, 'zh-Hans', '耐热精炼金属盔甲', 'null', '[\"耐热精炼金属盔甲\"]', '经过改良的「精炼金属盔甲」。 具备傲人的耐热功能。 可在「作业流水线工厂」制作。', NULL), (282, 282, 'zh-Hans', '优质滑翔伞', 'null', '[\"优质滑翔伞\"]', '展开后即可在空中滑翔的滑翔伞。 此款式性能有所提升,能以相当快的速度飞行。 可在「作业流水线工厂」制作。', NULL), (283, 283, 'zh-Hans', '固定式机关枪', '[\"固定式机关枪\"]', 'null', '将具备「手工作业」适应性的帕鲁分派到这里, 它就会操控机关枪坚守据点。', NULL), (284, 284, 'zh-Hans', '暗黑手榴弹', 'null', '[\"暗黑手榴弹\"]', '利于中等距离战斗的暗黑手榴弹。 投掷数秒后引爆,给敌人造成暗属性伤害。', NULL), (285, 285, 'zh-Hans', '覆海龙的鞍具', 'null', '[\"覆海龙的鞍具\"]', '持有此道具时, 即可骑乘覆海龙。', NULL), (286, 286, 'zh-Hans', '暴电熊的机关枪', 'null', '[\"暴电熊的机关枪\"]', '持有此道具时,即可骑乘暴电熊, 并用机关枪进行猛烈射击。', NULL), (287, 287, 'zh-Hans', '桃旋鼬的鞍具', 'null', '[\"桃旋鼬的鞍具\"]', '持有此道具时, 即可骑乘桃旋鼬。', NULL), (288, 288, 'zh-Hans', '公会箱子', '[\"公会箱子\"]', 'null', '可以瞬间透过亚空间传送箱子内容的箱子。 这个箱子内的道具会在各据点之间共享。', NULL), (289, 289, 'zh-Hans', '半自动步枪', 'null', '[\"半自动步枪\"]', '具备一定连射能力的步枪。 易于瞄准且火力强大,适合中距离战斗。', NULL), (290, 290, 'zh-Hans', '耐寒精炼金属盔甲', 'null', '[\"耐寒精炼金属盔甲\"]', '经过改良的「精炼金属盔甲」。 能够抵御使身体冻僵的寒意。 可在「作业流水线工厂」制作。', NULL), (291, 291, 'zh-Hans', '电气厨房', '[\"电气厨房\"]', 'null', '虽需使用电力,但可应对更复杂、更有效率的烹饪需求。 需要有具备「生火」适应性的帕鲁才能进行作业。', NULL), (292, 292, 'zh-Hans', 'α波发生器', '[\"α波发生器\"]', 'null', '发出α波让帕鲁放松的装置。 减缓据点内帕鲁的SAN值下降速度。 即使配置复数个,其效果也不会叠加。', NULL), (293, 293, 'zh-Hans', '电气取暖器', '[\"电气取暖器\"]', 'null', '使用电力,效果更强的暖炉,范围广且输出功率高。', NULL), (294, 294, 'zh-Hans', '杰诺路达的鞍具', 'null', '[\"杰诺路达的鞍具\"]', '持有此道具时, 即可骑乘杰诺路达。', NULL), (295, 295, 'zh-Hans', '八云犬的鞍具', 'null', '[\"八云犬的鞍具\"]', '持有此道具时, 即可骑乘八云犬。', NULL), (296, 296, 'zh-Hans', '雪猛犸的鞍具', 'null', '[\"雪猛犸的鞍具\"]', '持有此道具时, 即可骑乘雪猛犸。', NULL), (297, 297, 'zh-Hans', '复合弓', 'null', '[\"复合弓\"]', '经过现代化改良的弓。 能够射出威力更强大的箭矢。', NULL), (298, 298, 'zh-Hans', '强化箭矢', 'null', '[\"强化箭矢\"]', '复合弓专用的强化箭矢。 可在「原始的作业台」制作。', NULL), (299, 299, 'zh-Hans', '作业流水线工厂 II', '[\"作业流水线工厂 II\"]', 'null', '虽需使用电力,但生产各种道具的速度更为快速。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (300, 300, 'zh-Hans', '电气降温器', '[\"电气降温器\"]', 'null', '使用电力,效果更强的冷气,范围广且输出功率高。', NULL), (301, 301, 'zh-Hans', '龙击手榴弹', 'null', '[\"龙击手榴弹\"]', '利于中等距离战斗的龙击手榴弹。 投掷数秒后引爆,给敌人造成龙属性伤害。', NULL), (302, 302, 'zh-Hans', '凉晶鲸的鞍具', 'null', '[\"凉晶鲸的鞍具\"]', '持有此道具时, 即可骑乘凉晶鲸。', NULL), (303, 303, 'zh-Hans', '炙灯鱼的鞍具', 'null', '[\"炙灯鱼的鞍具\"]', '持有此道具时, 即可骑乘炙灯鱼。', NULL), (304, 304, 'zh-Hans', '熔岩兽的鞍具', 'null', '[\"熔岩兽的鞍具\"]', '持有此道具时, 即可骑乘熔岩兽。', NULL), (305, 305, 'zh-Hans', '石炭采矿场', '[\"石炭采矿场\"]', 'null', '生产石炭的设施。 挖掘石炭的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', NULL), (306, 306, 'zh-Hans', '泵动式霰弹枪', 'null', '[\"泵动式霰弹枪\"]', '增加填装数量,更加强劲的霰弹枪。 拥有屈指可数的近距离DPS能力。 可在「武器流水线工厂」制作。', NULL), (307, 307, 'zh-Hans', '特级护盾', 'null', '[\"特级护盾\"]', '以帕鲁矿技术制成的神奇护盾。 经过多次实验,实现了最高峰的品质。 可在「作业流水线工厂 II」制作。', NULL), (308, 308, 'zh-Hans', '中型扩展背包', 'null', '[\"Medium Pouch\"]', '能够额外携带物品的普通背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', 'Small Pouch'), (309, 309, 'zh-Hans', '优质木板', 'null', '[\"优质木板\"]', '精心切割硬木材得到的板材。 拥有美丽的木纹,在建筑中常用于营造高端奢华的感觉。 可在「作业流水线工厂 II」制作。', NULL), (310, 310, 'zh-Hans', '电气制药台', '[\"电气制药台\"]', 'null', '虽需使用电力,但可制作更高级的药物。 需要有具备「制药」适应性的帕鲁才能进行作业。', NULL), (311, 311, 'zh-Hans', '朱雀的鞍具', 'null', '[\"朱雀的鞍具\"]', '持有此道具时, 即可骑乘朱雀。', NULL), (312, 312, 'zh-Hans', '寒霜兽的鞍具', 'null', '[\"寒霜兽的鞍具\"]', '持有此道具时, 即可骑乘寒霜兽。', NULL), (313, 313, 'zh-Hans', '伐木场Ⅱ', '[\"伐木场Ⅱ\"]', 'null', '用于生产硬木材的设施。 砍树非常辛苦,且需要体力。 交给擅长伐木的帕鲁吧。', NULL), (314, 314, 'zh-Hans', '传奇帕鲁球', 'null', '[\"传奇帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 此款式性能极高,几乎没有帕鲁能逃得掉。 可在「帕鲁球流水线工厂II」制作。', NULL), (315, 315, 'zh-Hans', '电气炉', '[\"电气炉\"]', 'null', '可冶炼「帕鲁金属锭」。', NULL), (316, 316, 'zh-Hans', '生化电池', 'null', '[\"生化电池\"]', '可将生物能源转化为电力并存储的装置。 用于驱动需要较高能量密度的机器。 可在「作业流水线工厂 II」制作。', NULL), (317, 317, 'zh-Hans', '太刀', 'null', '[\"太刀\"]', '近战用的太刀。 刀锋凌厉,斩断一切。', NULL), (318, 318, 'zh-Hans', '帕鲁金属十字镐', 'null', '[\"帕鲁金属十字镐\"]', '采矿用的十字镐。 以帕鲁金属制造使其獲得惊人的效率。', NULL), (319, 319, 'zh-Hans', '帕鲁金属斧', 'null', '[\"帕鲁金属斧\"]', '砍树用的斧子。 以帕鲁金属制造,使其获得惊人的锋利度。 即使是极限环境下生长的优质硬木,用它也能轻松砍伐。', NULL), (320, 320, 'zh-Hans', '清雀的鞍具', 'null', '[\"清雀的鞍具\"]', '持有此道具时, 即可骑乘清雀。', NULL), (321, 321, 'zh-Hans', '海誓龙的鞍具', 'null', '[\"海誓龙的鞍具\"]', '持有此道具时, 即可骑乘海誓龙。', NULL), (322, 322, 'zh-Hans', '印花枪套装', 'null', '[\"印花枪1\", \"印花枪2\", \"印花枪3\", \"印花枪4\", \"印花枪5\", \"印花墨水\"]', '印花枪套组。 解锁此套组,即可制作能在命中处留下帕鲁图案 的奇妙枪支与其专用子弹。', NULL), (323, 323, 'zh-Hans', '突击步枪', 'null', '[\"突击步枪\"]', '以压倒性的连射能力镇压敌人的突击步枪。 火力优秀,是与强敌对战时的首选。 可在「武器流水线工厂」制作。', NULL), (324, 324, 'zh-Hans', '突击步枪子弹', 'null', '[\"突击步枪子弹\"]', '「突击步枪」等使用的子弹。 可在「武器流水线工厂」制作。', NULL), (325, 325, 'zh-Hans', '高级钓竿(企丸丸)', 'null', '[\"高级钓竿(企丸丸)\", \"简陋钓饵\"]', '用来钓帕鲁的钓竿。 在携带钓饵的状态下前往有鱼影的水边使用钓竿即可开始垂钓。 性能进一步提升,垂钓成功率明显上升。', NULL), (326, 326, 'zh-Hans', '制图桌', '[\"制图桌\"]', 'null', '通过组合复数设计图, 可以制成更高等级设计图的设施。', NULL), (327, 327, 'zh-Hans', '翠羽龙的鞍具', 'null', '[\"翠羽龙的鞍具\"]', '持有此道具时, 即可骑乘翠羽龙。', NULL), (328, 328, 'zh-Hans', '佩克龙的导弹发射器', 'null', '[\"佩克龙的导弹发射器\"]', '持有此道具时,即可骑乘佩克龙, 并用导弹发射器进行猛烈射击。', NULL), (329, 329, 'zh-Hans', '白绒雪怪的鞍具', 'null', '[\"白绒雪怪的鞍具\"]', '持有此道具时, 即可骑乘白绒雪怪。', NULL), (330, 330, 'zh-Hans', '硫磺采矿场', '[\"硫磺采矿场\"]', 'null', '生产硫磺的设施。 挖掘硫磺的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', NULL), (331, 331, 'zh-Hans', '帕鲁金属盔甲', 'null', '[\"帕鲁金属盔甲\"]', '以帕鲁金属锭制成的盔甲。 有着惊人的防御力,但是十分沉重。 可在「作业流水线工厂 II」制作。', NULL), (332, 332, 'zh-Hans', '帕鲁金属头盔', 'null', '[\"帕鲁金属头盔\"]', '以帕鲁金属锭制成的头盔。 拥有人人都会羡慕的绝佳品质,是会选择其穿戴者的战士证明。 可在「作业流水线工厂 II」制作。', NULL), (333, 333, 'zh-Hans', 'β波发生器', '[\"β波发生器\"]', 'null', '发出β波让帕鲁活动更活跃的装置。 提升据点内帕鲁的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (334, 334, 'zh-Hans', '大型固定式灯具', '[\"大型固定式灯具\"]', 'null', '外型加大,能照亮更广阔的范围。', NULL), (335, 335, 'zh-Hans', '焰煌的鞍具', 'null', '[\"焰煌的鞍具\"]', '持有此道具时, 即可骑乘焰煌。', NULL), (336, 336, 'zh-Hans', '冰帝美露帕的鞍具', 'null', '[\"冰帝美露帕的鞍具\"]', '持有此道具时, 即可骑乘冰帝美露帕。', NULL), (337, 337, 'zh-Hans', '半自动霰弹枪', 'null', '[\"半自动霰弹枪\"]', '连射能力优异的霰弹枪。 拥有首屈一指的近距离DPS能力。', NULL), (338, 338, 'zh-Hans', '武器流水线工厂II', '[\"武器流水线工厂II\"]', 'null', '虽需使用电力,但生产武器及弹药的速度更为快速。 需要有具备「手工作业」适应性的帕鲁才能进行作业。', NULL), (339, 339, 'zh-Hans', '蔬菜蛋糕', 'null', '[\"蔬菜蛋糕\"]', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋, 并且一次可以产下2个蛋。', NULL), (340, 340, 'zh-Hans', '特大饲料袋', 'null', '[\"特大饲料袋\"]', '装食物的最大号口袋。 自动进食专用的食物栏位会开放到5个。 饥饿时会自动消耗栏位内的食物。 只需携带一个就足够了。', 'Huge Feed Bag'), (341, 341, 'zh-Hans', '大型天花板吊灯', '[\"大型天花板吊灯\"]', 'null', '可安装在天花板上,照亮广阔的范围。', NULL), (342, 342, 'zh-Hans', '雷鸣鸟的鞍具', 'null', '[\"雷鸣鸟的鞍具\"]', '持有此道具时, 即可骑乘雷鸣鸟。', NULL), (343, 343, 'zh-Hans', '异构格里芬的鞍具', 'null', '[\"异构格里芬的鞍具\"]', '持有此道具时, 即可骑乘异构格里芬。', NULL), (344, 344, 'zh-Hans', '大型帕鲁蛋孵化器', '[\"大型帕鲁蛋孵化器\"]', 'null', '用于孵化帕鲁蛋的装置。 可自动维持大致适宜的温度, 并同时孵化多个蛋。', NULL), (345, 345, 'zh-Hans', '耐热帕鲁金属盔甲', 'null', '[\"耐热帕鲁金属盔甲\"]', '经过改良的「帕鲁金属盔甲」。 具备傲人的耐热性能。 可在「作业流水线工厂 II」制作。', NULL), (346, 346, 'zh-Hans', '狙击模块Ⅱ', 'null', '[\"狙击模块Ⅱ\"]', '装备后会帕鲁球的投掷距离会大幅增加, 能够精准锁定帕鲁,并提高捕获力。', NULL), (347, 347, 'zh-Hans', '输电塔', '[\"输电塔\"]', 'null', '如配置在据点, 可以提升「发电」的工作速度。 即使配置复数个,其效果也不会叠加。', NULL), (348, 348, 'zh-Hans', '派克龙的导弹发射器', 'null', '[\"派克龙的导弹发射器\"]', '持有此道具时, 即可骑乘派克龙,并用导弹发射器进行猛烈轰炸。', NULL), (349, 349, 'zh-Hans', '双心岩傀的鞍具', 'null', '[\"双心岩傀的鞍具\"]', '持有此道具即可骑乘双心岩傀, 并发射强力的草属性激光。', NULL), (350, 350, 'zh-Hans', '特级爪钩枪', 'null', '[\"Hyper Grappling Gun\"]', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 经过研究改良,灵活性可谓无与伦比。', 'Giga Grappling Gun'), (351, 351, 'zh-Hans', '道具存取机', '[\"道具存取机\"]', 'null', '可以自由取出设置的据点内 所有箱子中道具的装置。', NULL), (352, 352, 'zh-Hans', '大型厨房', '[\"大型厨房\"]', 'null', '烹制食材时的必要设施。 扩大了占地面积让复数帕鲁可以同时进行烹调。 需要火系帕鲁点火。', NULL), (353, 353, 'zh-Hans', '和风建筑套组', '[\"和风墙壁\", \"和风门A\", \"和风门B\", \"和风屋顶A\", \"和风屋顶B\", \"和风斜屋顶\", \"和风三角墙\", \"和风带窗墙壁\", \"和风地基\", \"和风楼梯\", \"和风立柱\", \"和风门C\", \"和风栅栏\", \"和风三角地基\", \"和风对角墙\", \"和风三角屋顶A\", \"和风三角屋顶B\", \"和风拐角屋顶\", \"和风三角墙(反向)\", \"和风帕鲁用通道口\", \"和风三角斜屋顶\", \"和风方锥屋顶\", \"和风三角斜屋顶(反向)\"]', 'null', '解锁此套组即可用和风建筑建造据点。 可以建造的有地基、墙壁、屋顶和楼梯等 建造房屋时所需的构造。', NULL), (354, 354, 'zh-Hans', '大型发电机', '[\"大型发电机\"]', 'null', '储存雷系帕鲁生产的电的设施。 更加大型,发电效率也更高。', NULL), (355, 355, 'zh-Hans', '耐寒帕鲁金属盔甲', 'null', '[\"耐寒帕鲁金属盔甲\"]', '经过改良的「帕鲁金属盔甲」。 能够抵御使身体冻僵的寒意。 可在「作业流水线工厂 II」制作。', NULL), (356, 356, 'zh-Hans', '原油提炼机', '[\"原油提炼机\"]', 'null', '从油田提取原油所需的设备。 它需要大量电能供给才能运行。', NULL), (357, 357, 'zh-Hans', '塑钢', 'null', '[\"塑钢\"]', '由原油和金属加工制成的素材。 可在电气炉制作。', NULL), (358, 358, 'zh-Hans', '电脑', 'null', '[\"电脑\"]', '用于控制自动化设备和精密机械的部件, 是现代科技的基石。 可在「作业流水线工厂 II」制作。', NULL), (359, 359, 'zh-Hans', '固定式导弹发射器', '[\"固定式导弹发射器\"]', 'null', '将具备「手工作业」适应性的帕鲁分派到这裡, 它就会操控飞弹发射器坚守据点。', NULL), (360, 360, 'zh-Hans', '基因研究部队旗帜套组', '[\"基因研究部队队旗\", \"基因研究部队挂旗\"]', 'null', '基因研究部队队旗与 基因研究部队挂旗的套组。 是击败基因研究部队的证明。', NULL), (361, 361, 'zh-Hans', '原油提炼机 高压型', '[\"原油提炼机 高压型\"]', 'null', '从地下深处开采抽取原油的装置。 即便在没有油田的地方也能生产原油,但仅能放置在下方没有建筑物的地表。 相比原油提炼机需要更庞大的电力供应。', NULL), (362, 362, 'zh-Hans', '究极帕鲁球', 'null', '[\"究极帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 拥有压倒性的性能,几乎可以抓住任何帕鲁。 可在「帕鲁球流水线工厂II」制作。', NULL), (363, 363, 'zh-Hans', '塑钢盔甲', 'null', '[\"塑钢盔甲\"]', '以塑钢制成的盔甲。 在增强防御力的同时,实现了轻量化。 可在「作业流水线工厂 II」制作。', NULL), (364, 364, 'zh-Hans', '塑钢头盔', 'null', '[\"塑钢头盔\"]', '以塑钢制成的头盔。 在增强防御力的同时,实现了轻量化。 可在「作业流水线工厂 II」制作。', NULL), (365, 365, 'zh-Hans', '激光步枪', 'null', '[\"激光步枪\"]', '能够发射激光的武器。 威力高又易于使用。 可在「武器流水线工厂II」制作。', NULL), (366, 366, 'zh-Hans', '能量盒', 'null', '[\"能量盒\"]', '激光步枪等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (367, 367, 'zh-Hans', '低温保鲜饲料箱', '[\"低温保鲜饲料箱\"]', 'null', '可以冷冻的饲料箱。 将冰系帕鲁指派到这里工作时, 可以使里面的食物不会轻易腐败。', NULL), (368, 368, 'zh-Hans', '绿苔绒怪的鞍具', 'null', '[\"绿苔绒怪的鞍具\"]', '持有此道具时, 即可骑乘绿苔绒怪。', NULL), (369, 369, 'zh-Hans', '火焰喷射器燃料', 'null', '[\"火焰喷射器燃料\"]', '火焰喷射器的燃料, 也是火焰喷射器等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (370, 370, 'zh-Hans', '魅惑钓饵', 'null', '[\"魅惑钓饵\"]', '用来吸引帕鲁上钩的钓饵。 经过改良,能使小游戏的判定条变大, 垂钓时能获得更多道具。', NULL), (371, 371, 'zh-Hans', '妮瞅莎的霰弹枪', 'null', '[\"妮瞅莎的霰弹枪\"]', '妮瞅莎专用的霰弹枪。 发动伙伴技能后,妮瞅莎会进入射击模式, 猛烈攻击周围的敌人。', NULL), (372, 372, 'zh-Hans', '大型扩展背包', 'null', '[\"Large Pouch\"]', '能够额外携带物品的大背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', 'Medium Pouch'), (373, 373, 'zh-Hans', '耐热塑钢盔甲', 'null', '[\"耐热塑钢盔甲\"]', '经过改良的「塑钢盔甲」。 具备傲人的耐热性能。 可在「作业流水线工厂 II」制作。', NULL), (374, 374, 'zh-Hans', '榴弹发射器', 'null', '[\"榴弹发射器\"]', '能够发射造成大范围爆炸的榴弹。 对付大群敌人时很有用。 可在「武器流水线工厂II」制作。', NULL), (375, 375, 'zh-Hans', '榴弹', 'null', '[\"榴弹\"]', '榴弹发射器等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (376, 376, 'zh-Hans', '破片手榴弹Mk2', 'null', '[\"破片手榴弹Mk2\"]', '改良后的破片手榴弹。 投掷数秒后引爆,给大范围的敌人造成伤害。', NULL), (377, 377, 'zh-Hans', '辉月伊的鞍具', 'null', '[\"辉月伊的鞍具\"]', '持有此道具时, 即可骑乘辉月伊。', NULL), (378, 378, 'zh-Hans', '纯水晶采矿场', '[\"纯水晶采矿场\"]', 'null', '生产纯水晶的设施。 挖掘纯水晶的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', NULL), (379, 379, 'zh-Hans', '多功能等离子切割器', 'null', '[\"多功能等离子切割器\"]', '能够汇聚并发射等离子能量的便携式等离子切割器。 从挖矿到伐木皆可胜任,用途广泛。 利用它发出的高能射线,甚至可以挖掘特殊的矿石。', NULL), (380, 380, 'zh-Hans', '耐寒塑钢盔甲', 'null', '[\"耐寒塑钢盔甲\"]', '经过改良的「塑钢盔甲」。 能够抵御使身体冻僵的寒意。 可在「作业流水线工厂 II」制作。', NULL), (381, 381, 'zh-Hans', '加特林机枪', 'null', '[\"加特林机枪\"]', '可通过高速扫射实现压制战场的加特林机枪。 压制射击能够将敌人射成蜂窝。 可在「武器流水线工厂II」制作。', NULL), (382, 382, 'zh-Hans', '加特林子弹', 'null', '[\"加特林子弹\"]', '加特林机枪等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (383, 383, 'zh-Hans', '冷冻粉碎机', '[\"冷冻粉碎机\"]', 'null', '可粉碎金属矿石以转换成其他材料的设施。 虽然要使其工作需要电力供应,以及有「冷却」适应性的帕鲁,但是效率极佳。', NULL), (384, 384, 'zh-Hans', '额外武器套2', 'null', '[\"额外武器套2\"]', '能让人多装备一件武器的挂套。 带在身上,能让武器栏位进一步增加1格。 只需携带一个就足够了。', NULL), (385, 385, 'zh-Hans', '金驰兽的鞍具', 'null', '[\"金驰兽的鞍具\"]', '持有此道具时, 即可骑乘金驰兽。', NULL), (386, 386, 'zh-Hans', '净世鹿的鞍具', 'null', '[\"净世鹿的鞍具\"]', '持有此道具时, 即可骑乘净世鹿。', NULL), (387, 387, 'zh-Hans', '专家开锁工具', 'null', '[\"专家开锁工具\"]', '持有此道具时,能够通过撬锁打开 需要金钥匙才能打开的宝箱。 即使多次使用也不会坏。', 'Lockpicking Tool v2'), (388, 388, 'zh-Hans', '莉莉之矛', 'null', '[\"莉莉之矛\"]', '莉莉爱用的长矛。 她会用它来制裁蔑视帕鲁的人。', NULL), (389, 389, 'zh-Hans', 'Shield Ultra', 'null', '[\"超级护盾\"]', '以帕鲁矿技术制成的神奇护盾。 在进一步多次实验后,结果实现了究极的品质。 可在「作业流水线工厂 II」制作。', NULL), (390, 390, 'zh-Hans', '轻便塑钢盔甲', 'null', '[\"轻便塑钢盔甲\"]', '经过改良的「塑钢盔甲」。 能增加玩家的负重上限。 可在「作业流水线工厂 II」制作。', NULL), (391, 391, 'zh-Hans', '巧克力豹冰的鞍具', 'null', '[\"巧克力豹冰的鞍具\"]', '持有此道具时, 即可骑乘巧克力豹冰。', NULL), (392, 392, 'zh-Hans', '殁殃的鞍具', 'null', '[\"殁殃的鞍具\"]', '持有此道具时, 即可骑乘殁殃。', NULL), (393, 393, 'zh-Hans', '和风家具套组', '[\"屏风\", \"挂轴\", \"无腿靠椅\", \"坐垫\", \"地炉\", \"石灯笼\", \"行灯\", \"鹿威\", \"盆栽\", \"香炉\", \"日式插花\", \"抽屉柜\", \"日式矮桌\"]', 'null', '装饰用的家具套组。 用它打造日式风格的据点吧。', NULL), (394, 394, 'zh-Hans', '月花众旗帜套组', '[\"月花众团旗\", \"月花众挂旗\"]', 'null', '月花众团旗与 月花众挂旗的套组。 是击败月花众的证明。', NULL), (395, 395, 'zh-Hans', '自动追踪帕鲁球发射器', 'null', '[\"自动追踪帕鲁球发射器\"]', '用于发射帕鲁球的发射器。 用它射出的帕鲁球会追踪帕鲁。 可在「武器流水线工厂II」制作。', NULL), (396, 396, 'zh-Hans', '追踪导弹发射器', 'null', '[\"追踪导弹发射器\"]', '能够发射自动追踪敌人的导弹。 导弹在命中后将爆炸,造成大范围伤害。 可在「武器流水线工厂II」制作。', NULL), (397, 397, 'zh-Hans', '导弹', 'null', '[\"导弹\"]', '追踪导弹发射器等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (398, 398, 'zh-Hans', '帕鲁解体传送带', '[\"帕鲁解体传送带\"]', 'null', '能够将放入的帕鲁自动解体的,梦幻般的设备。', NULL), (399, 399, 'zh-Hans', '高等文明帕鲁胶囊', '[\"高等文明帕鲁胶囊\"]', 'null', '帕鲁用的回复胶囊。 帕鲁在晚上或受伤时可以睡在这里。 因为技术革新,恢复量提高了。', NULL), (400, 400, 'zh-Hans', 'ULTRAKILL 联动套组2', 'null', '[\"V2盔甲\", \"核心喷射霰弹枪\"]', '【ULTRAKILL 联动】 V2盔甲与核心喷射霰弹枪的套组。', NULL), (401, 401, 'zh-Hans', '卓越弓', 'null', '[\"卓越弓\"]', '以超高科技重新打造的弓。 能够射出威力极强的箭矢。', NULL), (402, 402, 'zh-Hans', '卓越箭矢', 'null', '[\"卓越箭矢\"]', '卓越弓专用的强化箭矢。 可在「原始的作业台」制作。', NULL), (403, 403, 'zh-Hans', '巨大扩展背包', 'null', '[\"Giant Pouch\"]', '能够额外携带物品的巨大背包。 持有此道具时,可增加背包栏位。 只需携带一个就足够了。', 'Large Pouch'), (404, 404, 'zh-Hans', '光剑', 'null', '[\"光剑\"]', '近战用的光剑。 高能激光可瞬间融断敌人。', NULL), (405, 405, 'zh-Hans', '夜冥驹的鞍具', 'null', '[\"夜冥驹的鞍具\"]', '持有此道具时, 即可骑乘夜冥驹。', NULL), (406, 406, 'zh-Hans', '雷隐鹿的鞍具', 'null', '[\"雷隐鹿的鞍具\"]', '持有此道具时, 即可骑乘雷隐鹿。', NULL), (407, 407, 'zh-Hans', '苍焰狼的鞍具', 'null', '[\"苍焰狼的鞍具\"]', '持有此道具时, 即可骑乘苍焰狼。', NULL), (408, 408, 'zh-Hans', '超限帕鲁球', 'null', '[\"超限帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 拥有超凡绝伦的性能,连超规格的帕鲁也能捕获。', NULL), (409, 409, 'zh-Hans', '高等文明帕鲁球工厂', '[\"高等文明帕鲁球工厂\"]', 'null', '捕捉帕鲁用的帕鲁球的工厂。 引入了高性能机器,可以快速制作帕鲁球。 需有能进行手工作业的帕鲁。', NULL), (410, 410, 'zh-Hans', '六棱晶锭', 'null', '[\"六棱晶锭\"]', '由铬铁矿和六棱晶矿加工制成的合金。 是用于制作先进装备或建筑的材料。 可在「巨大熔炉」冶炼。', NULL), (411, 411, 'zh-Hans', '巨大熔炉', '[\"巨大熔炉\"]', 'null', '可用来冶炼六棱晶锭。 扩大了建筑面积让复数帕鲁可以同时进行冶炼。 需要火系帕鲁点火。', NULL), (412, 412, 'zh-Hans', '金属探测器', 'null', '[\"金属探测器\"]', '使用后可探测隐藏在地下城中的铬铁矿,并标记其位置。 一旦远离,标记就会消失。', NULL), (413, 413, 'zh-Hans', '墨丸的背带', 'null', '[\"墨丸的背带\"]', '墨丸的背带。 发动伙伴技能后,它会探测附近的铬铁矿位置。', NULL), (414, 414, 'zh-Hans', '驭雷马的鞍具', 'null', '[\"驭雷马的鞍具\"]', '持有此道具时, 即可骑乘驭雷马。', NULL), (415, 415, 'zh-Hans', '大型电能帕鲁蛋孵化器', '[\"大型电能帕鲁蛋孵化器\"]', 'null', '用于孵化帕鲁蛋的装置。 需要电力供应才能运作, 但可自动保持内部在最佳温度,并同时孵化多个蛋。', NULL), (416, 416, 'zh-Hans', '高等文明箱子', '[\"高等文明箱子\"]', 'null', '可用于收纳道具。 非常坚固,存放空间也很大。 可以当作巨大且安全的仓库使用。', NULL), (417, 417, 'zh-Hans', '激光加特林', 'null', '[\"激光加特林\"]', '能够高速连射激光束。 猛烈的火力能瞬间压制复数敌人。', NULL), (418, 418, 'zh-Hans', '加特林激光能量盒', 'null', '[\"加特林激光能量盒\"]', '激光加特林等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (419, 419, 'zh-Hans', '六棱晶盔甲', 'null', '[\"六棱晶盔甲\"]', '以六棱晶制成的盔甲。 具有压倒性的耐久度和防御力。', NULL), (420, 420, 'zh-Hans', '超高热核心', 'null', '[\"超高热核心\"]', '含有巨大热能的高温反应核心, 用于尖端设备的动力机关。 可在「作业流水线工厂 II」制作。', NULL), (421, 421, 'zh-Hans', '腾炎龙的鞍具', 'null', '[\"腾炎龙的鞍具\"]', '持有此道具时, 即可骑乘腾炎龙。', NULL), (422, 422, 'zh-Hans', '幽焰狼的鞍具', 'null', '[\"幽焰狼的鞍具\"]', '持有此道具时, 即可骑乘幽焰狼。', NULL), (423, 423, 'zh-Hans', '卓越护盾', 'null', '[\"卓越护盾\"]', '以超高科技打造的神奇护盾。 一定时间不受攻击时可自动修复。 品质达到完美无缺的境界。', NULL), (424, 424, 'zh-Hans', '六棱晶头盔', 'null', '[\"六棱晶头盔\"]', '以六棱晶制成的头盔。 具有难以置信的强度和轻便性。', NULL), (425, 425, 'zh-Hans', '豪华蔬菜蛋糕', 'null', '[\"豪华蔬菜蛋糕\"]', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋。 由此诞生的帕鲁更容易发生突然变异,潜力值也更容易上升。', NULL), (426, 426, 'zh-Hans', '天坠之民旗帜套组', '[\"天坠之民团旗\", \"天坠之民挂旗\"]', 'null', '天坠之民团旗与 天坠之民挂旗的套组。 是击败天坠之民的证明。', NULL), (427, 427, 'zh-Hans', '荷鲁斯的鞍具', 'null', '[\"荷鲁斯的鞍具\"]', '持有此道具时, 即可骑乘荷鲁斯。', NULL), (428, 428, 'zh-Hans', '伊西斯的鞍具', 'null', '[\"伊西斯的鞍具\"]', '持有此道具时, 即可骑乘伊西斯。', NULL), (429, 429, 'zh-Hans', '艾基鲁迦的鞍具', 'null', '[\"艾基鲁迦的鞍具\"]', '持有此道具时, 即可骑乘艾基鲁迦。', NULL), (430, 430, 'zh-Hans', '等离子炮', 'null', '[\"等离子炮\"]', '能够发射能量弹。 着弹后会引发能量爆炸。', NULL), (431, 431, 'zh-Hans', '电浆能量盒', 'null', '[\"电浆能量盒\"]', '等离子炮等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (432, 432, 'zh-Hans', '至高恢复药', 'null', '[\"至高恢复药\"]', '需要时间才能治疗身体伤口的药水。 品质卓越,能够显著地恢复生命值。', NULL), (433, 433, 'zh-Hans', '复活药', 'null', '[\"复活药\"]', '使受伤而无法动弹的帕鲁复活的药品。', NULL), (434, 434, 'zh-Hans', '高等文明制药台', '[\"高等文明制药台\"]', 'null', '用于制作帕鲁治疗药的设备。 透过未来技术,可制作未知的药物。 交给可制药的帕鲁来操作吧。', NULL), (435, 435, 'zh-Hans', '圣光骑士的鞍具', 'null', '[\"圣光骑士的鞍具\"]', '持有此道具时, 即可骑乘圣光骑士。', NULL), (436, 436, 'zh-Hans', '混沌骑士的鞍具', 'null', '[\"混沌骑士的鞍具\"]', '持有此道具时, 即可骑乘混沌骑士。', NULL), (437, 437, 'zh-Hans', '空中二段冲刺靴', 'null', '[\"空中二段冲刺靴\"]', '装备后可使玩家获得空中二段冲刺能力的饰品。', NULL), (438, 438, 'zh-Hans', '强力渔用磁铁', 'null', '[\"强力渔用磁铁\"]', '进行精密打捞时所需的强力磁铁。 可利用强大的磁力将沉在海底的资源和物资吸附上来。', NULL), (439, 439, 'zh-Hans', '珊瑚锭', 'null', '[\"珊瑚锭\"]', '沉睡在海底的珊瑚矿石的合金。 具备很高的能量耐受性,用于制作武器等物品。 可在「巨大熔炉」冶炼。', NULL), (440, 440, 'zh-Hans', '高等文明作业工厂', '[\"高等文明作业工厂\"]', 'null', '用于制作物品及护甲的工厂。 引入了高性能机器,可以快速制作。 需有能进行手工作业的帕鲁。', NULL), (441, 441, 'zh-Hans', '未来风建筑套组', '[\"简约地基\", \"简约墙壁\", \"简约屋顶\", \"简约楼梯\", \"简约带窗墙壁\", \"简约三角墙\", \"简约斜屋顶\", \"简约门\", \"简约栅栏\", \"简约三角地基\", \"简约三角地基\", \"简约对角墙\", \"简约三角屋顶\", \"简约拐角屋顶\", \"简约三角墙(反向)\", \"简约帕鲁用通道口\", \"简约三角斜屋顶\", \"简约方锥屋顶\", \"简约三角斜屋顶(反向)\"]', 'null', '解锁此套组即可用未来风建筑建造据点。 可以建造的有地基、墙壁、屋顶和楼梯等 建造房屋时所需的构造。', NULL), (442, 442, 'zh-Hans', '六棱晶矿采矿场', '[\"六棱晶矿采矿场\"]', 'null', '生产六棱晶矿的设施。 挖掘六棱晶矿的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', NULL), (443, 443, 'zh-Hans', '唤冬兽的鞍具', 'null', '[\"唤冬兽的鞍具\"]', '持有此道具时, 即可骑乘唤冬兽。', NULL), (444, 444, 'zh-Hans', '唤夜兽的鞍具', 'null', '[\"唤夜兽的鞍具\"]', '持有此道具时, 即可骑乘唤夜兽。', NULL), (445, 445, 'zh-Hans', '能量霰弹枪', 'null', '[\"能量霰弹枪\"]', '可以发射能量弹的霰弹枪。 拥有优秀的连射性能,近距离火力异常强劲。', NULL), (446, 446, 'zh-Hans', '能量霰弹枪子弹', 'null', '[\"能量霰弹枪子弹\"]', '能量霰弹枪等使用的弹药。 可在「高等文明武器工厂」制作。', NULL), (447, 447, 'zh-Hans', '高等文明武器工厂', '[\"高等文明武器工厂\"]', 'null', '用于生产武器及弹药的工厂。 引入了高性能机器,可以快速制作武器。 需有能进行手工作业的帕鲁。', NULL), (448, 448, 'zh-Hans', '耐热六棱晶盔甲', 'null', '[\"耐热六棱晶盔甲\"]', '经过改良的六棱晶盔甲。 具备傲人的耐热性能。', NULL), (449, 449, 'zh-Hans', '高级强化枪', 'null', '[\"高级强化枪\"]', '向伙伴帕鲁射击可强化该帕鲁的攻击力与防御力, 向敌人射击则会造成伤害。经过改良后, 强化效果、持续时间及对敌伤害均有所提升。', NULL), (450, 450, 'zh-Hans', '超级爪钩枪', 'null', '[\"超级爪钩枪\"]', '用于快速移动的爪钩枪。 能将爪钩射向目标地点,再将使用者牵引过去。 采用了新型材料,大幅缩短了散热时间。', 'Hyper Grappling Gun'), (451, 451, 'zh-Hans', '过热步枪', 'null', '[\"过热步枪\"]', '无需重复装弹即可实现连续射击的突击步枪。 但长时间连射容易引发过热, 导致出现巨大破绽,请务必注意。', NULL), (452, 452, 'zh-Hans', '过热步枪子弹', 'null', '[\"过热步枪子弹\"]', '过热步枪等使用的弹药。 可在「高等文明武器工厂」制作。', NULL), (453, 453, 'zh-Hans', '耐寒六棱晶盔甲', 'null', '[\"耐寒六棱晶盔甲\"]', '经过改良的六棱晶盔甲。 能够抵御使身体冻僵的寒意。', NULL), (454, 454, 'zh-Hans', '和风温泉', '[\"和风温泉\"]', 'null', '供疲惫的据点帕鲁休息的设施。 洋溢着浓浓和风的疗愈空间,所以SAN值的恢复效果也更加显著。', NULL), (455, 455, 'zh-Hans', '凌角马的鞍具', 'null', '[\"凌角马的鞍具\"]', '持有此道具时, 即可骑乘凌角马。', NULL), (456, 456, 'zh-Hans', '海皇鲸的鞍具', 'null', '[\"海皇鲸的鞍具\"]', '持有此道具时, 即可骑乘海皇鲸。', NULL), (457, 457, 'zh-Hans', '火箭发射器', 'null', '[\"火箭发射器\"]', '可远距离进行强劲轰炸的火箭发射器。 可在「武器流水线工厂II」制作。', NULL), (458, 458, 'zh-Hans', '火箭弹', 'null', '[\"火箭弹\"]', '「火箭发射器」等使用的弹药。 可在「武器流水线工厂II」制作。', NULL), (459, 459, 'zh-Hans', '充能步枪', 'null', '[\"充能步枪\"]', '采用高端技术研制的充能型光束步枪。 蓄能后可发射威力巨大的一击。', NULL), (460, 460, 'zh-Hans', '充能步枪子弹', 'null', '[\"充能步枪子弹\"]', '充能步枪等使用的弹药。 可在「高等文明武器工厂」制作。', NULL), (461, 461, 'zh-Hans', '轻便六棱晶盔甲', 'null', '[\"轻便六棱晶盔甲\"]', '经过改良的六棱晶盔甲。 能增加玩家的负重上限。', NULL), (462, 462, 'zh-Hans', '曼波王的鞍具', 'null', '[\"曼波王的鞍具\"]', '持有此道具时, 即可骑乘曼波王。', NULL), (463, 463, 'zh-Hans', '空中三段冲刺靴', 'null', '[\"空中三段冲刺靴\"]', '装备后可使玩家获得空中三段冲刺能力的饰品。', 'Accessory_AirDash2'), (464, 464, 'zh-Hans', '古代文明炉', '[\"古代文明炉\"]', 'null', '应用了古代文明技术的特殊火炉,能熔炼所有种类的金属锭。 用火焰的热度熔化材料,再用冰之力让其快速凝固。 要使其运作,需要具备高级生火和冷却适应性的帕鲁。', NULL), (465, 465, 'zh-Hans', '烈阳金属锭', 'null', '[\"烈阳金属锭\"]', '从沉睡在天阳乡的矿石中提取出的古代文明金属材料。 是打造高级装备和建筑物时不可或缺的罕见加工素材。 可在「古代文明炉」冶炼。', NULL), (466, 466, 'zh-Hans', '水上建造套装', 'null', '[\"水上建造套装\"]', '用于水上建造的工具。 可以在水面上放置地基。', NULL), (467, 467, 'zh-Hans', '曼波皇的鞍具', 'null', '[\"曼波皇的鞍具\"]', '持有此道具时, 即可骑乘曼波皇。', NULL), (468, 468, 'zh-Hans', '雷云鹫的鞍具', 'null', '[\"雷云鹫的鞍具\"]', '持有此道具时, 即可骑乘雷云鹫。', NULL), (469, 469, 'zh-Hans', '杰诺多兰的鞍具', 'null', '[\"杰诺多兰的鞍具\"]', '持有此道具时, 即可骑乘杰诺多兰。', NULL), (470, 470, 'zh-Hans', '烈阳帕鲁球', 'null', '[\"烈阳帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 在古代文明中,这种高阶帕鲁球的存在确立了与帕鲁的共存关系。', NULL), (471, 471, 'zh-Hans', '机械弓', 'null', '[\"机械弓\"]', '用烈阳金属锭打造的弓。 射击初速和贯通力得到大幅提升,可实现高精度远程射击。', NULL), (472, 472, 'zh-Hans', '机械弓箭矢', 'null', '[\"机械弓箭矢\"]', '机械弓专用的强化箭矢。 可在「古代文明工作台」制作。', NULL), (473, 473, 'zh-Hans', 'AI核心', 'null', '[\"AI核心\"]', '可实现复杂决策及自主控制, 是尖端设备必不可少的核心部件。 可在「高等文明作业工厂」制作。', NULL), (474, 474, 'zh-Hans', '古代文明工作台', '[\"古代文明工作台\"]', 'null', '帕鲁专用的复合设施,可以在此处制作所有道具。 玩家无法亲自作业,制作速度也和普通设备无异。 由于功能复杂,需要具备高级手工作业和制药适应性的帕鲁。', NULL), (475, 475, 'zh-Hans', '古代文明建筑套组', '[\"古代文明地基\", \"古代文明墙\", \"古代文明屋顶\", \"古代文明楼梯\", \"古代文明门\", \"古代文明三角墙\", \"古代文明斜屋顶\", \"古代文明带窗墙壁\", \"古代文明立柱\", \"古代文明栅栏\", \"古代文明三角地基\", \"古代文明对角墙\", \"古代文明三角屋顶\", \"古代文明拐角屋顶\", \"古代文明三角墙(反向)\", \"古代文明帕鲁用通道口\", \"古代文明三角斜屋顶\", \"古代文明方锥屋顶\", \"古代文明三角斜屋顶(反向)\"]', 'null', '解锁此套组即可用古代文明建筑建造据点。 可以建造的有地基、墙壁、屋顶和楼梯等 建造房屋时所需的构造。', NULL), (476, 476, 'zh-Hans', '强化莉莉之矛', 'null', '[\"强化莉莉之矛\"]', '莉莉爱用的长矛,经过了强化。 她会用它把蔑视帕鲁的人捅成筛子。', NULL), (477, 477, 'zh-Hans', '战斗冲锋枪', 'null', '[\"战斗冲锋枪\"]', '用烈阳金属锭制造的冲锋枪。 经过改良的弹匣和弹药强化了其压制力。', NULL), (478, 478, 'zh-Hans', '战斗冲锋枪子弹', 'null', '[\"战斗冲锋枪子弹\"]', '战斗冲锋枪使用的弹药。 可在「古代文明工作台」制作。', NULL), (479, 479, 'zh-Hans', '远古盔甲', 'null', '[\"远古盔甲\"]', '用烈阳金属锭打造的古代铠甲。 失落文明的精髓毫无保留地注入其中,具备压倒性的防御力。 即使是导致世界末日的威胁,也能坦然面对的究极防具。', NULL), (480, 480, 'zh-Hans', '远古头盔', 'null', '[\"远古头盔\"]', '用烈阳金属锭打造的古代头盔。 其中凝聚着历经岁月锤炼的智慧,能为穿戴者提供坚不可摧的保护。 防御能力远远凌驾于现代的装备。', NULL), (481, 481, 'zh-Hans', '灵曦龙的鞍具', 'null', '[\"灵曦龙的鞍具\"]', '持有此道具时, 即可骑乘灵曦龙。', NULL), (482, 482, 'zh-Hans', '原型霰弹枪', 'null', '[\"原型霰弹枪\"]', '用烈阳金属锭制造的霰弹枪。 极近距离下能发挥出霸道的火力,特殊的弹匣还增强了其持久作战能力。', NULL), (483, 483, 'zh-Hans', '原型霰弹枪子弹', 'null', '[\"原型霰弹枪子弹\"]', '原型霰弹枪使用的弹药。 可在「古代文明工作台」制作。', NULL), (484, 484, 'zh-Hans', '追踪模块', 'null', '[\"追踪模块\"]', '装备后帕鲁球会自动追踪帕鲁, 并且提高捕获力。', NULL), (485, 485, 'zh-Hans', '大型垂钓池', '[\"大型垂钓池\"]', 'null', '配备垂钓工具的大型垂钓池。 水域更加广阔,能钓上更大型的帕鲁。 需有可手工作业的帕鲁。', NULL), (486, 486, 'zh-Hans', '咒心岩傀的鞍具', 'null', '[\"咒心岩傀的鞍具\"]', '持有此道具即可骑乘咒心岩傀, 并发射强力的暗属性激光。', NULL), (487, 487, 'zh-Hans', '重型突击步枪', 'null', '[\"重型突击步枪\"]', '用烈阳金属锭制造的突击步枪。 在维持泛用性的前提下,能够装填威力更大的弹药。', NULL), (488, 488, 'zh-Hans', '重型突击步枪子弹', 'null', '[\"重型突击步枪子弹\"]', '重型突击步枪使用的弹药。 可在「古代文明工作台」制作。', NULL), (489, 489, 'zh-Hans', '古代文明厨房', '[\"古代文明厨房\"]', 'null', '从既有的食谱到未知的新作都能做出来的古代文明厨房。 先用火焰加热,再手工完成最后的步骤,即可做出各种料理。 要使其运作,需要具备高级生火和手工作业适应性的帕鲁。', NULL), (490, 490, 'zh-Hans', '默世鹿的鞍具', 'null', '[\"默世鹿的鞍具\"]', '持有此道具时, 即可骑乘默世鹿并生成护盾,抵御攻击。', NULL), (491, 491, 'zh-Hans', '三段跳靴', 'null', '[\"三段跳靴\"]', '装备后可使玩家获得三段跳跃能力的饰品。', NULL), (492, 492, 'zh-Hans', '远古护盾', 'null', '[\"远古护盾\"]', '以失传的古代文明技术打造的神奇护盾。 只要一段时间没受到攻击,就会自我修复。 其性能之高,普遍认为就算是现代技术也无法重现。', NULL); INSERT INTO `techtreei18n` (`ID`, `TechTreeID`, `LanguageCode`, `Name`, `UnlockBuildObjects`, `UnlockItemRecipes`, `Description`, `RequireTechnology`) VALUES (493, 493, 'zh-Hans', '古代文明监控台', '[\"古代文明监控台\"]', 'null', '镶嵌红色帕鲁矿的古代科技监视台。 能通过全息影像界面对整个据点下达指示,同时延缓帕鲁SAN值降低的速度。 它会发出特殊的波长包裹据点,在严苛的工作环境下也能抚慰帕鲁的心。', NULL), (494, 494, 'zh-Hans', '技能果树园', '[\"技能果树园\"]', 'null', '可以种植技能果实的农园。 将果实作为原种植入地面, 就可以收获多个相同种类的果实。', NULL), (495, 495, 'zh-Hans', '苍天的盟约旗帜套组', '[\"苍天的盟约盟旗\", \"苍天的盟约挂旗\"]', 'null', '苍天的盟约盟旗与 苍天的盟约挂旗的套组。 是击败苍天的盟约的证明。', NULL), (496, 496, 'zh-Hans', '疾霜鸟的鞍具', 'null', '[\"疾霜鸟的鞍具\"]', '持有此道具时, 即可骑乘疾霜鸟。', NULL), (497, 497, 'zh-Hans', '桃晶鲸的鞍具', 'null', '[\"桃晶鲸的鞍具\"]', '持有此道具时, 即可骑乘桃晶鲸。', NULL), (498, 498, 'zh-Hans', '战术榴弹发射器', 'null', '[\"战术榴弹发射器\"]', '用烈阳金属锭制造的榴弹发射器。 提升了弹道稳定性,可实现高精度远程轰炸。', NULL), (499, 499, 'zh-Hans', '战术榴弹发射器子弹', 'null', '[\"战术榴弹发射器子弹\"]', '战术榴弹发射器使用的弹药。 可在「古代文明工作台」制作。', NULL), (500, 500, 'zh-Hans', '烈阳金属采矿场', '[\"烈阳金属采矿场\"]', 'null', '生产烈阳金属的设施。 烈阳金属挖掘的工作需要大量体力,相当严苛。 把这些工作交给擅长挖掘的帕鲁吧。', NULL), (501, 501, 'zh-Hans', '高出力光剑', 'null', '[\"高出力光剑\"]', '用烈阳金属锭制造的光剑。 高能量光刃能够瞬间将面前的对手一刀两断。', NULL), (502, 502, 'zh-Hans', '金币制造工厂', '[\"金币制造工厂\"]', 'null', '生产金币的工厂。 因为精神负担大,工作时SAN值会降低。需有能进行手工作业的帕鲁。 请注意,建造这座建筑可能会引来自卫队执行严厉镇压。', NULL), (503, 503, 'zh-Hans', '古代文明诊疗所', '[\"古代文明诊疗所\"]', 'null', '复现了古代高级医疗技术的顶级医疗设施。 保护能力远远凌驾于普通的诊所之上。 只需为其分派熟练的制药帕鲁,即便据点的工作条件非常严苛,也能将卫生等级维持在最高水准。', NULL), (504, 504, 'zh-Hans', '古代文明帕鲁床', '[\"古代文明帕鲁床\"]', 'null', '在治愈生命的古代胶囊里铺上柔软的衬布,是最高级的帕鲁床。 在各类帕鲁床中具有最高的SAN值恢复量,能够迅速缓解疲劳。 尺寸与大型帕鲁床相同,体型较大的帕鲁也能舒适地休息。', NULL), (505, 505, 'zh-Hans', '霜牙王的巨锤', 'null', '[\"霜牙王的巨锤\"]', '持有此道具时, 即可骑乘霜牙王。', NULL), (506, 506, 'zh-Hans', '帕鲁树晶锭', 'null', '[\"帕鲁树晶锭\"]', '烈阳金属和帕鲁树晶矿熔炼而成的至高合金。 是古代文明技术和世界树之力的结晶,极其珍贵。 想将最高级的装备和建筑物化为实体时不可或缺。', NULL), (507, 507, 'zh-Hans', '远古帕鲁球', 'null', '[\"远古帕鲁球\"]', '可扔出并捕捉帕鲁的道具。 这种帕鲁球含有世界树之力,是古代文明技术登峰造极的成果。', NULL), (508, 508, 'zh-Hans', '古代文明遗物转换器', '[\"古代文明遗物转换器\"]', 'null', '利用失落文明的技术制造出的古代物质转化装置。 通过破解「古代文明的遗物」中遗留的技术,使之升华为全新的形态。 是能最大限度发挥遗物的利用价值、极为特殊的设备。', NULL), (509, 509, 'zh-Hans', '特制蛋糕', 'null', '[\"特制蛋糕\"]', '如果将它放入配种牧场的箱子里, 吃了它后的帕鲁会充满活力并产下帕鲁蛋。 由此诞生的帕鲁更容易继承亲代的被动技能。', NULL), (510, 510, 'zh-Hans', '散射光束枪', 'null', '[\"散射光束枪\"]', '强化了近战性能的光束武器。能将压缩的能量以扩散光束的形式发射出去。', NULL), (511, 511, 'zh-Hans', '散射光束枪弹药', 'null', '[\"散射光束枪弹药\"]', '散射光束枪使用的弹药。 可在「古代文明工作台」制作。', NULL), (512, 512, 'zh-Hans', '耐热远古盔甲', 'null', '[\"耐热远古盔甲\"]', '经过改良的远古盔甲。 利用古代技术进一步提高了耐热性能,在炎热环境中也能自如活动。', NULL), (513, 513, 'zh-Hans', '古代文明发电机', '[\"古代文明发电机\"]', 'null', '复现了失落的古代技术制造出的超高效发电机。 它能制造出庞大的电力,但运作时有过热的风险。 运作时除了需要有高级发电适应性的帕鲁,还需要具备浇水适应性的帕鲁负责冷却。', NULL), (514, 514, 'zh-Hans', '古代文明温泉', '[\"古代文明温泉\"]', 'null', '古代科技制造的温泉,能泡到溶有帕鲁矿成分的特殊热水。 在所有温泉中拥有最高等级的SAN值恢复量,还能一并恢复体力。 尺寸与旧有的温泉相近,能让受伤的帕鲁享受到极尽疗愈。', NULL), (515, 515, 'zh-Hans', '古代文明配种器', '[\"古代文明配种器\"]', 'null', '覆盖电子玻璃的古代文明高级配种设施。 从产蛋到孵化都能全自动高速完成,还能提升稀有技能的遗传率。 以全息投影监控设施内部的帕鲁,不再需要广大的牧场空间。', NULL), (516, 516, 'zh-Hans', '防腐雾面具', 'null', '[\"防腐雾面具\"]', '附带特殊过滤装置的面具。 能让腐雾伤害无效化。', NULL), (517, 517, 'zh-Hans', '防爆内衣', 'null', '[\"防爆内衣\"]', '用特殊纤维制作,轻便而结实的内衣。 穿上后可以免受爆炸伤害。', NULL), (518, 518, 'zh-Hans', '狱熙龙的鞍具', 'null', '[\"狱熙龙的鞍具\"]', '持有此道具时, 即可骑乘狱熙龙。', NULL), (519, 519, 'zh-Hans', '无人机发射器', 'null', '[\"无人机发射器\"]', '用于发射能自主攻击的无人机的发射器。 最多可以发射9架,持续压制敌方。', NULL), (520, 520, 'zh-Hans', '耐寒远古盔甲', 'null', '[\"耐寒远古盔甲\"]', '经过改良的远古盔甲。 利用古代技术进一步提高了防寒性能,在严寒环境下也能保存体力。', NULL), (521, 521, 'zh-Hans', '日耀驹的鞍具', 'null', '[\"日耀驹的鞍具\"]', '持有此道具时, 即可骑乘日耀驹。', NULL), (522, 522, 'zh-Hans', '等离子步枪', 'null', '[\"等离子步枪\"]', '着弹点会放出雷电的步枪,可连锁攻击多个敌人。', NULL), (523, 523, 'zh-Hans', '等离子步枪弹药', 'null', '[\"等离子步枪弹药\"]', '等离子步枪使用的弹药。 可在「古代文明工作台」制作。', NULL), (524, 524, 'zh-Hans', '古代文明物质生成器', '[\"古代文明物质生成器\"]', 'null', '利用世界树之力可以生成各种木材和矿石的古代文明生成器。 由于构造复杂,只能分派1只帕鲁。', NULL), (525, 525, 'zh-Hans', '古代文明栽培器', '[\"古代文明栽培器\"]', 'null', '利用世界树之力可以培育帕洛斯群岛各种植物的古代文明栽培器。 体积比野莓园小很多,能设置在室内,但培育的流程与从前无异。 要使其运作,需要拥有高级播种、浇水、采集适应性的帕鲁。', NULL), (526, 526, 'zh-Hans', '织夜鹿的鞍具', 'null', '[\"织夜鹿的鞍具\"]', '持有此道具时, 即可骑乘织夜鹿。', NULL), (527, 527, 'zh-Hans', '轻便远古盔甲', 'null', '[\"轻便远古盔甲\"]', '经过改良的远古盔甲。 其中嵌入了古代的辅助机械,使穿戴者能够携带更多物资。', NULL), (528, 528, 'zh-Hans', '营养剂', 'null', '[\"营养剂\"]', '饮用后能在一段时间内抑制饥饿感的营养剂。 浓缩了多种营养成分、风味浓郁,能防止在冒险途中感到饥饿。', NULL), (529, 529, 'zh-Hans', '磐甲龙的鞍具', 'null', '[\"磐甲龙的鞍具\"]', '持有此道具时, 即可骑乘磐甲龙。', NULL), (530, 530, 'zh-Hans', '空涡龙的导弹发射器', 'null', '[\"空涡龙的导弹发射器\"]', '持有此道具时, 即可骑乘空涡龙,并用导弹进行猛烈轰炸。', NULL), (531, 531, 'zh-Hans', '光束炮发射器', 'null', '[\"光束炮发射器\"]', '能发射高精度光束,引发大范围连锁爆炸的发射器。 连射时要注意防止枪体过热。', NULL), (532, 532, 'zh-Hans', '光束炮发射器弹药', 'null', '[\"光束炮发射器弹药\"]', '光束炮发射器使用的弹药。 可在「古代文明工作台」制作。', NULL), (533, 533, 'zh-Hans', '飞翼背包', 'null', '[\"飞翼背包\"]', '背在背上即可飞行的翼装。 消耗飞翼能量单元获得推进力。', NULL), (534, 534, 'zh-Hans', '飞翼能量单元', 'null', '[\"飞翼能量单元\"]', '飞翼背包飞行所需的能源。', NULL), (535, 535, 'zh-Hans', '重岩龟的鞍具', 'null', '[\"重岩龟的鞍具\"]', '持有此道具时, 即可骑乘重岩龟。', NULL), (536, 536, 'zh-Hans', '净岩龟的鞍具', 'null', '[\"净岩龟的鞍具\"]', '持有此道具时, 即可骑乘净岩龟。', NULL), (537, 537, 'zh-Hans', '流焰龙的鞍具', 'null', '[\"流焰龙的鞍具\"]', '持有此道具时, 即可骑乘流焰龙。', NULL), (538, 538, 'zh-Hans', '川霜龙的鞍具', 'null', '[\"川霜龙的鞍具\"]', '持有此道具时, 即可骑乘川霜龙。', NULL), (539, 539, 'zh-Hans', '凛光犬的鞍具', 'null', '[\"凛光犬的鞍具\"]', '持有此道具时, 即可骑乘Rayhound Cryst。', NULL), (540, 540, 'zh-Hans', '力士獒的鞍具', 'null', '[\"力士獒的鞍具\"]', '持有此道具时, 即可骑乘力士獒。', NULL), (541, 541, 'zh-Hans', '盗影鸦的鞍具', 'null', '[\"盗影鸦的鞍具\"]', '持有此道具时, 即可骑乘盗影鸦。', NULL), (542, 542, 'zh-Hans', '霄龙的鞍具', 'null', '[\"霄龙的鞍具\"]', '持有此道具时, 即可骑乘霄龙。', NULL), (543, 543, 'zh-Hans', '沁莲龙的鞍具', 'null', '[\"沁莲龙的鞍具\"]', '持有此道具时, 即可骑乘沁莲龙。', NULL), (544, 544, 'zh-Hans', '仿真树木套组', '[\"仿真树木A\", \"仿真树木B\", \"仿真树木C\", \"仿真树丛\"]', 'null', '装饰用的树木模型套组。 配置一些树木,打造自然风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (545, 545, 'zh-Hans', '仿真红叶树套组', '[\"仿真红叶树A\", \"仿真红叶树B\", \"仿真红叶树C\", \"仿真岩石\"]', 'null', '装饰用的红叶树模型套组。 配置一些树木,打造自然风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (546, 546, 'zh-Hans', '仿真黄叶树套组', '[\"仿真黄叶树A\", \"仿真黄叶树B\", \"仿真黄叶树C\", \"仿真黄叶树丛\"]', 'null', '装饰用的黄叶树模型套组。 配置一些树木,打造自然风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (547, 547, 'zh-Hans', '仿真樱花树套组', '[\"仿真樱花树A\", \"仿真樱花树B\", \"仿真樱花树C\"]', 'null', '装饰用的樱花树模型套组。 配置一些树木,打造樱花岛风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (548, 548, 'zh-Hans', '仿真热带树木套组', '[\"仿真热带树木A\", \"仿真热带树木B\", \"仿真热带树木C\", \"仿真热带树丛\"]', 'null', '装饰用的热带树木模型套组。 配置一些树木,打造南国风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (549, 549, 'zh-Hans', '仿真积雪树木套组', '[\"仿真积雪树木A\", \"仿真积雪树木B\", \"仿真积雪树木C\", \"仿真白色树丛\"]', 'null', '装饰用的积雪树木模型套组。 配置一些树木,打造雪山风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (550, 550, 'zh-Hans', '仿真沙漠树木套组', '[\"仿真沙漠树木A\", \"仿真沙漠树木B\", \"仿真沙漠树木C\"]', 'null', '装饰用的沙漠树木模型套组。 配置一些树木,打造沙漠风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (551, 551, 'zh-Hans', '仿真竹子套组', '[\"仿真竹子A\", \"仿真竹子B\", \"仿真竹子C\", \"仿真开花树丛A\", \"仿真开花树丛B\"]', 'null', '装饰用的竹子模型套组。 配置一些竹子,打造竹林风格的据点吧。 拆除此建筑物无法取得材料。', NULL), (552, 552, 'zh-Hans', '整洁的桌子套组', '[\"整洁的圆桌\", \"整洁的方桌\"]', 'null', '装饰用的整洁桌子套组。 打造干净整洁的据点吧。', NULL), (553, 553, 'zh-Hans', '空涡龙雕像', '[\"空涡龙雕像\"]', 'null', '装饰用的空涡龙雕像。', NULL), (554, 554, 'zh-Hans', '唤冬兽雕像', '[\"唤冬兽雕像\"]', 'null', '装饰用的唤冬兽雕像。', NULL), (555, 555, 'zh-Hans', '木制客厅家具套装', '[\"方桌\", \"圆桌\", \"木制长椅\", \"木制凳子\", \"木制高脚凳\", \"木椅\"]', 'null', '装饰用的家具套组。 放在客厅,尽情享受和帕鲁一起的快乐生活吧。', NULL), (556, 556, 'zh-Hans', '木制酒吧家具套装', '[\"木制吧台\", \"木制壁挂式装饰架子\"]', 'null', '装饰用的家具套组。 可以打造酒吧风格,尽情享受和帕鲁一起的快乐生活吧。', NULL), (557, 557, 'zh-Hans', '木制酒吧收纳家具套装', '[\"木桶\", \"木制箱子\", \"木制架子\", \"木制壁挂式架子\", \"木制酒桶架\"]', 'null', '酒吧常见的木制收纳家具套组。 可用于收纳道具。', NULL), (558, 558, 'zh-Hans', '观叶植物套装', '[\"观赏植物\", \"椅子上的观赏植物\", \"桌上观赏植物\", \"盆栽观赏植物\"]', 'null', '装饰用的家具套组。 放置一些植被,为据点增添一些色彩吧。', NULL), (559, 559, 'zh-Hans', '挂墙观叶植物套装', '[\"悬挂式大型藤蔓\", \"悬挂式小型藤蔓\", \"悬挂式长型藤蔓\"]', 'null', '装饰用的家具套组。 在墙上挂上一些植被,为据点增添一些色彩吧。', NULL), (560, 560, 'zh-Hans', '壁炉套装', '[\"砖制暖炉\", \"暖炉\"]', 'null', '可以当作光源的砖制暖炉套组。 需要点上火才可以使用。', NULL), (561, 561, 'zh-Hans', '地毯套装', '[\"古典式地毯\", \"古典式红色地毯\", \"古典式绿色地毯\", \"古典式长条地毯\"]', 'null', '装饰用的家具套组。 把它放在据点的地基上,增添一丝生活感吧。', NULL), (562, 562, 'zh-Hans', '古典收纳套装', '[\"古典式书架\", \"古典式衣橱\", \"古典式抽屉柜\", \"古典式床头柜\", \"铁制壁架\"]', 'null', '古典式收纳用家具套组。 可以用来收纳道具。', NULL), (563, 563, 'zh-Hans', '古典椅子套装', '[\"古典式木椅\", \"古典式绿色木椅\", \"古典式凳子\"]', 'null', '装饰用的家具套组。 搭配古典式书桌一起使用吧。', NULL), (564, 564, 'zh-Hans', '古典收纳柜套装', '[\"古典式橱柜\", \"古典式长型橱柜\", \"古典式大型橱柜\", \"古典式壁橱\"]', 'null', '古典式收纳用橱柜套组。 可以用来收纳道具。', NULL), (565, 565, 'zh-Hans', '古典书桌套装', '[\"古典式书桌\", \"古典式圆桌\"]', 'null', '装饰用的家具套组。 搭配古典式椅子一起使用吧。', NULL), (566, 566, 'zh-Hans', '古典浴室套装', '[\"古典式浴缸\", \"古典式编织箱\", \"古典式屏风\", \"古典式毛巾架\"]', 'null', '装饰用的家具套组。 可以打造出充满古典风格的浴室。', NULL), (567, 567, 'zh-Hans', '古典镜子套装', '[\"古典式椭圆镜子\", \"古典式镜子\", \"古典式壁挂镜子\"]', 'null', '装饰用的家具套组。 时刻检查一下自己的仪表吧。', NULL), (568, 568, 'zh-Hans', '钢琴家具套装', '[\"大钢琴\", \"立式钢琴\"]', 'null', '装饰用的家具套组。 把它放在据点里,打造出丰富多彩的生活吧。', NULL), (569, 569, 'zh-Hans', '金属书架套装', '[\"铁制架子\", \"铁制长架\", \"橘色储物柜\", \"储物柜\"]', 'null', '金属架子套组。 可以用来收纳道具。', NULL), (570, 570, 'zh-Hans', '厕所套装', '[\"古典式马桶\", \"古典式圆筒卫生纸架\", \"古典式洗手台\"]', 'null', '装饰用的家具套组。 无法在这里如厕。', NULL), (571, 571, 'zh-Hans', '古典高级家具套装', '[\"古典式窗帘\", \"古典式地球仪\", \"古典式火炉\"]', 'null', '装饰用的家具套组。 充满高级感的家具套组。', NULL), (572, 572, 'zh-Hans', '古典沙发套装', '[\"古典式单人沙发\", \"古典式双人沙发\", \"古典式脚凳\"]', 'null', '装饰用的家具套组。 可以让据点看起来高级感十足。', NULL), (573, 573, 'zh-Hans', '时钟套装', '[\"挂钟\", \"古典式座钟\"]', 'null', '装饰用的家具套组。 无法用来确认时间。', NULL), (574, 574, 'zh-Hans', '集装箱套組', '[\"大型集装箱\", \"铁制箱子\", \"帆布铁制箱子\"]', 'null', '集装箱套组。 可以用来收纳道具。', NULL), (575, 575, 'zh-Hans', '金属桌椅套装', '[\"铁制凳子\", \"铁制圆桌\", \"铁制椅子\", \"铁制书桌\"]', 'null', '装饰用的家具套组。 用它来搭配金属建筑,尽情享受和帕鲁一起的快乐生活吧。', NULL), (576, 576, 'zh-Hans', '古典灯具套装', '[\"古典式棕色落地灯\", \"古典式红色落地灯\", \"水晶吊灯\", \"壁灯\"]', 'null', '可以当作光源的古典式灯具套组。 需要通电才可以使用。', NULL), (577, 577, 'zh-Hans', '铁木桌椅套装', '[\"铁木边桌\", \"铁木桌子\", \"铁木茶几\"]', 'null', '装饰用的家具套组。 用它来搭配金属建筑,尽情享受和帕鲁一起的快乐生活吧。', NULL), (578, 578, 'zh-Hans', '户外家具套装', '[\"电缆盘\", \"垃圾袋\", \"陶管\", \"轮胎\"]', 'null', '装饰用的家具套组。 专为户外打造的家具套组。', NULL), (579, 579, 'zh-Hans', '铁桶套装', '[\"红色铁桶\", \"蓝色铁桶\", \"绿色铁桶\"]', 'null', '装饰用的家具套组。 铁桶可不能用来泡澡。', NULL), (580, 580, 'zh-Hans', '皮质椅子套装', '[\"单人皮制沙发\", \"双人皮制沙发\", \"皮制椅子\", \"青蛙椅\"]', 'null', '装饰用的家具套组。 皮革制的家具很有高级感。', NULL), (581, 581, 'zh-Hans', '街灯套装', '[\"普通路灯\", \"双臂路灯\", \"复古路灯\", \"时髦路灯\"]', 'null', '可以当作光源的路灯套组。 需要通电才可以使用。', NULL), (582, 582, 'zh-Hans', '娱乐家具套装', '[\"足球球门\", \"夹娃娃机\", \"可乐自动贩卖机\", \"老旧电视机\", \"街机游戏机台\"]', 'null', '装饰用的家具套组。 别担心,帕鲁们会继续工作的。', NULL), (583, 583, 'zh-Hans', '紧急出口标志套装', '[\"天花板紧急出口标志\", \"墙壁紧急出口标志\"]', 'null', '装饰用的家具套组。 据说在文明时代曾被视为珍宝。', NULL), (584, 584, 'zh-Hans', '交通标志套装', '[\"三角锥\", \"宽版交通锥\", \"窄版交通锥\", \"信号灯\"]', 'null', '装饰用的家具套组。 因为没有道路,无法发挥管理交通的效果。', NULL), (585, 585, 'zh-Hans', '道路标志套装', '[\"禁止帕鲁通行的道路标志\", \"停下的道路标志\", \"当心紫霞鹿的标志\", \"当心森猛犸的标志\"]', 'null', '装饰用的家具套组。 因为没有道路,无法发挥管理交通的效果。', NULL), (586, 586, 'zh-Hans', '路障套装', '[\"路障\", \"橘色路障\", \"铁制红色路障\", \"铁制白色路障\", \"铁制篱笆\"]', 'null', '装饰用的家具套组。 放在你想限制通行的地方吧。', NULL); -- -- Indexes for dumped tables -- -- -- Indexes for table `bosspals` -- ALTER TABLE `bosspals` ADD PRIMARY KEY (`ID`), ADD KEY `ix_bosspals_Name` (`Name`); -- -- Indexes for table `bosspalsi18n` -- ALTER TABLE `bosspalsi18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_bosspalsi18n_parent_language` (`BossPalsID`,`LanguageCode`), ADD KEY `ix_bosspalsi18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `breeding` -- ALTER TABLE `breeding` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_breeding_pair` (`EggPalID`,`P1PalID`,`P2PalID`), ADD KEY `P1PalID` (`P1PalID`), ADD KEY `P2PalID` (`P2PalID`); -- -- Indexes for table `buildobjects` -- ALTER TABLE `buildobjects` ADD PRIMARY KEY (`ID`), ADD KEY `ix_buildobjects_Category` (`Category`), ADD KEY `ix_buildobjects_Name` (`Name`); -- -- Indexes for table `buildobjectsi18n` -- ALTER TABLE `buildobjectsi18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_buildobjectsi18n_parent_language` (`BuildObjectsID`,`LanguageCode`), ADD KEY `ix_buildobjectsi18n_language_name` (`LanguageCode`,`Name`), ADD KEY `ix_buildobjectsi18n_language_category` (`LanguageCode`,`Category`); -- -- Indexes for table `crafting` -- ALTER TABLE `crafting` ADD PRIMARY KEY (`ID`); -- -- Indexes for table `craftingi18n` -- ALTER TABLE `craftingi18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_craftingi18n_parent_language` (`CraftingID`,`LanguageCode`), ADD KEY `ix_craftingi18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `elixir` -- ALTER TABLE `elixir` ADD PRIMARY KEY (`ID`), ADD KEY `ix_elixir_Name` (`Name`); -- -- Indexes for table `elixiri18n` -- ALTER TABLE `elixiri18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_elixiri18n_parent_language` (`ElixirID`,`LanguageCode`), ADD KEY `ix_elixiri18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `foodeffect` -- ALTER TABLE `foodeffect` ADD PRIMARY KEY (`ID`), ADD KEY `ix_foodeffect_Name` (`Name`); -- -- Indexes for table `foodeffecti18n` -- ALTER TABLE `foodeffecti18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_foodeffecti18n_parent_language` (`FoodEffectID`,`LanguageCode`), ADD KEY `ix_foodeffecti18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `gear` -- ALTER TABLE `gear` ADD PRIMARY KEY (`ID`), ADD KEY `ix_gear_Name` (`Name`); -- -- Indexes for table `geari18n` -- ALTER TABLE `geari18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_geari18n_parent_language` (`GearID`,`LanguageCode`), ADD KEY `ix_geari18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `items` -- ALTER TABLE `items` ADD PRIMARY KEY (`ID`), ADD KEY `ix_items_Name` (`Name`), ADD KEY `ix_items_Type` (`Type`); -- -- Indexes for table `itemsi18n` -- ALTER TABLE `itemsi18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_itemsi18n_parent_language` (`ItemID`,`LanguageCode`), ADD KEY `ix_itemsi18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `maplocations` -- ALTER TABLE `maplocations` ADD PRIMARY KEY (`ID`), ADD KEY `ix_maplocations_Category` (`Category`), ADD KEY `ix_maplocations_Name` (`Name`), ADD KEY `ix_maplocations_Type` (`Type`), ADD KEY `ix_maplocations_Map` (`Map`); -- -- Indexes for table `npc` -- ALTER TABLE `npc` ADD PRIMARY KEY (`ID`), ADD KEY `ix_npc_Name` (`Name`); -- -- Indexes for table `npci18n` -- ALTER TABLE `npci18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_npci18n_parent_language` (`NPCID`,`LanguageCode`), ADD KEY `ix_npci18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `pals` -- ALTER TABLE `pals` ADD PRIMARY KEY (`ID`), ADD KEY `ix_pals_Name` (`Name`); -- -- Indexes for table `palsi18n` -- ALTER TABLE `palsi18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_palsi18n_parent_language` (`PalsID`,`LanguageCode`), ADD KEY `ix_palsi18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `passiveskills` -- ALTER TABLE `passiveskills` ADD PRIMARY KEY (`ID`), ADD KEY `ix_passiveskills_Name` (`Name`); -- -- Indexes for table `passiveskillsi18n` -- ALTER TABLE `passiveskillsi18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_passiveskillsi18n_parent_language` (`PassiveSkillsID`,`LanguageCode`), ADD KEY `ix_passiveskillsi18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `sickpal` -- ALTER TABLE `sickpal` ADD PRIMARY KEY (`ID`), ADD KEY `ix_sickpal_Name` (`Name`); -- -- Indexes for table `sickpali18n` -- ALTER TABLE `sickpali18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_sickpali18n_parent_language` (`SickPalID`,`LanguageCode`), ADD KEY `ix_sickpali18n_language_name` (`LanguageCode`,`Name`); -- -- Indexes for table `techtree` -- ALTER TABLE `techtree` ADD PRIMARY KEY (`ID`), ADD KEY `ix_techtree_Name` (`Name`); -- -- Indexes for table `techtreei18n` -- ALTER TABLE `techtreei18n` ADD PRIMARY KEY (`ID`), ADD UNIQUE KEY `uq_techtreei18n_parent_language` (`TechTreeID`,`LanguageCode`), ADD KEY `ix_techtreei18n_language_name` (`LanguageCode`,`Name`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `bosspals` -- ALTER TABLE `bosspals` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=298; -- -- AUTO_INCREMENT for table `bosspalsi18n` -- ALTER TABLE `bosspalsi18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=295; -- -- AUTO_INCREMENT for table `breeding` -- ALTER TABLE `breeding` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36902; -- -- AUTO_INCREMENT for table `buildobjects` -- ALTER TABLE `buildobjects` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=492; -- -- AUTO_INCREMENT for table `buildobjectsi18n` -- ALTER TABLE `buildobjectsi18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=492; -- -- AUTO_INCREMENT for table `crafting` -- ALTER TABLE `crafting` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=914; -- -- AUTO_INCREMENT for table `craftingi18n` -- ALTER TABLE `craftingi18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=912; -- -- AUTO_INCREMENT for table `elixir` -- ALTER TABLE `elixir` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `elixiri18n` -- ALTER TABLE `elixiri18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `foodeffect` -- ALTER TABLE `foodeffect` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55; -- -- AUTO_INCREMENT for table `foodeffecti18n` -- ALTER TABLE `foodeffecti18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55; -- -- AUTO_INCREMENT for table `gear` -- ALTER TABLE `gear` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `geari18n` -- ALTER TABLE `geari18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `items` -- ALTER TABLE `items` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1791; -- -- AUTO_INCREMENT for table `itemsi18n` -- ALTER TABLE `itemsi18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1758; -- -- AUTO_INCREMENT for table `maplocations` -- ALTER TABLE `maplocations` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=778; -- -- AUTO_INCREMENT for table `npc` -- ALTER TABLE `npc` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=429; -- -- AUTO_INCREMENT for table `npci18n` -- ALTER TABLE `npci18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=429; -- -- AUTO_INCREMENT for table `pals` -- ALTER TABLE `pals` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=272; -- -- AUTO_INCREMENT for table `palsi18n` -- ALTER TABLE `palsi18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=272; -- -- AUTO_INCREMENT for table `passiveskills` -- ALTER TABLE `passiveskills` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80; -- -- AUTO_INCREMENT for table `passiveskillsi18n` -- ALTER TABLE `passiveskillsi18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sickpal` -- ALTER TABLE `sickpal` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `sickpali18n` -- ALTER TABLE `sickpali18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `techtree` -- ALTER TABLE `techtree` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=587; -- -- AUTO_INCREMENT for table `techtreei18n` -- ALTER TABLE `techtreei18n` MODIFY `ID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=587; -- -- Constraints for dumped tables -- -- -- Constraints for table `breeding` -- ALTER TABLE `breeding` ADD CONSTRAINT `breeding_ibfk_1` FOREIGN KEY (`EggPalID`) REFERENCES `pals` (`ID`), ADD CONSTRAINT `breeding_ibfk_2` FOREIGN KEY (`P1PalID`) REFERENCES `pals` (`ID`), ADD CONSTRAINT `breeding_ibfk_3` FOREIGN KEY (`P2PalID`) REFERENCES `pals` (`ID`); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;