diff --git a/Global/SectorConfig.config b/Global/SectorConfig.config index 554299b..44824ce 100644 --- a/Global/SectorConfig.config +++ b/Global/SectorConfig.config @@ -23,13 +23,7 @@ "map://map02", "map://map03", "map://map04", - "map://map05", - "map://map06", - "map://map07", - "map://map08", - "map://map09", - "map://map10", - "map://map11" + "map://map05" ] } ], diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 246cf02..90e12bc 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -304,7 +304,7 @@ }, { "Type": "number", - "DefaultValue": "3", + "DefaultValue": "5", "SyncDirection": 0, "Attributes": [], "Name": "RunLength" @@ -935,7 +935,7 @@ "Name": null }, "Arguments": [], - "Code": "if self.SelectedClass == \"magician\" then\n\tself.PlayerMaxHp = 70\n\tself.RunDeck = { \"EnergyBolt\", \"EnergyBolt\", \"EnergyBolt\", \"EnergyBolt\", \"EnergyBolt\", \"MagicGuard\", \"MagicGuard\", \"MagicGuard\", \"MagicGuard\", \"MagicClaw\" }\nelse\n\tself.PlayerMaxHp = 80\n\tself.RunDeck = { \"Strike\", \"Strike\", \"Strike\", \"Strike\", \"Strike\", \"Defend\", \"Defend\", \"Defend\", \"Defend\", \"Bash\" }\nend\nself.PlayerMaxHp = self.PlayerMaxHp - self:AscStartHpPenalty()\nself.PlayerHp = self.PlayerMaxHp\nself.Gold = 0\nself.Floor = 1\nself.RunLength = 3\nself.RunActive = true\nself.RunRelics = {}\nself.RunPotions = {}\nself.PotionSlots = 3\nself.Potions = {\n\tredPotion = { name = \"빨간 포션\", desc = \"HP 20 회복\", effect = \"heal\", value = 20, icon = \"393e2a0d8da544899eaa8b22c97f832b\" },\n\tfirebomb = { name = \"화염병\", desc = \"적에게 피해 20\", effect = \"damage\", value = 20, icon = \"7ddb464c2574456289a4eb72ce86f193\" },\n\twarriorElixir = { name = \"전사의 물약\", desc = \"힘 +2\", effect = \"strength\", value = 2, icon = \"7cfbd410581e4073815daaf5f3e6c72f\" },\n\tguardPotion = { name = \"수호의 물약\", desc = \"방어도 +12\", effect = \"block\", value = 12, icon = \"8f8402dfa0f746e18bf606ed74302c0a\" },\n\tmanaElixir = { name = \"마나 엘릭서\", desc = \"에너지 +2\", effect = \"energy\", value = 2, icon = \"ec2778c366f6477ab0f8e7f06bcd73f4\" },\n\tcursedVial = { name = \"저주의 병\", desc = \"적에게 약화 3\", effect = \"weak\", value = 3, icon = \"a9a2763fdb6849dcba3028c737487680\" },\n}\nself.Relics = {\n\tironHeart = { name = \"강철 심장\", desc = \"전투 시작 시 방어도 +6\", hook = \"combatStart\", effect = \"block\", value = 6, icon = \"e555b3a62f3c49dbb2c53784e6bd481f\" },\n\tenergyCore = { name = \"에너지 코어\", desc = \"턴 시작 시 에너지 +1\", hook = \"turnStart\", effect = \"energy\", value = 1, icon = \"a41014f28b47434ab9f49ef104523862\" },\n\tvampire = { name = \"흡혈 송곳니\", desc = \"공격 카드 사용 시 HP +1\", hook = \"cardPlayed\", effect = \"healOnAttack\", value = 1, icon = \"ed64cde7e6c44b9e99502847e54f04e9\" },\n\tgoldIdol = { name = \"황금 우상\", desc = \"전투 승리 시 골드 +10\", hook = \"combatReward\", effect = \"gold\", value = 10, icon = \"03bb05c92b8f45edb0f3dad2e118fd5a\" },\n\tpotionBelt = { name = \"장인의 벨트\", desc = \"물약 슬롯이 5칸으로 늘어난다\", hook = \"passive\", effect = \"potionSlots\", value = 5, icon = \"36725b4566ac40d4902e2ab2113c2096\" },\n\tburningBlood = { name = \"자쿰의 투구\", desc = \"전투 승리 시 HP 6 회복\", hook = \"combatEnd\", effect = \"healOnWin\", value = 6, icon = \"07f994825ce34131b419d43e890c878d\" },\n\tvajra = { name = \"미스릴 해머\", desc = \"전투 시작 시 힘 +1\", hook = \"combatStart\", effect = \"strength\", value = 1, icon = \"59d2579d46dc41d590a9e6b141ad458b\" },\n\tanchor = { name = \"메이플 실드\", desc = \"첫 턴 방어도 +10\", hook = \"combatStart\", effect = \"block\", value = 10, icon = \"6349413e08cc49848862591863d056a0\" },\n\tbagOfPrep = { name = \"모험가의 배낭\", desc = \"첫 턴 드로우 +2\", hook = \"combatStart\", effect = \"draw\", value = 2, icon = \"77b240cb8af245b4801a714380267ae9\" },\n\tbloodVial = { name = \"피의 목걸이\", desc = \"전투 시작 시 HP 2 회복\", hook = \"combatStart\", effect = \"heal\", value = 2, icon = \"c782e949506a42c49eb139c7e65527d7\" },\n\tbronzeScales = { name = \"브론즈 체인메일\", desc = \"피격 시 공격자에게 3 반사\", hook = \"onPlayerDamaged\", effect = \"thorns\", value = 3, icon = \"87272346b145412391622cf803f888d1\" },\n\tstrawberry = { name = \"건강의 반지\", desc = \"획득 시 최대 HP +7\", hook = \"passive\", effect = \"maxHp\", value = 7, icon = \"58f643e29c354c2783a5ce9a72ec155c\" },\n\tpenNib = { name = \"황금 깃펜\", desc = \"10번째 공격마다 피해 2배\", hook = \"attackCalc\", effect = \"penNib\", value = 10, icon = \"4d38d721cc064d14b31b9e9a92754139\" },\n\tboot = { name = \"브론즈 부츠\", desc = \"5 미만 공격 피해가 5로\", hook = \"attackCalc\", effect = \"boot\", value = 5, icon = \"d572b3aa4dac4162aa0d9e551b055dce\" },\n\takabeko = { name = \"황소 투구\", desc = \"전투 첫 공격 피해 +8\", hook = \"attackCalc\", effect = \"akabeko\", value = 8, icon = \"eb3330a6e2274eff958639f8792119d3\" },\n\tcentennialPuzzle = { name = \"백년의 부적\", desc = \"전투 첫 피격 시 드로우 3\", hook = \"onPlayerDamaged\", effect = \"firstLossDraw\", value = 3, icon = \"cfe5ed6556b944fc83ab58b774bb2b73\" },\n\tmeatOnBone = { name = \"고기 망치\", desc = \"승리 시 HP 50% 이하면 12 회복\", hook = \"combatEnd\", effect = \"healIfLow\", value = 12, icon = \"a93e8e87f184411c98c96b877d9f8b10\" },\n\tselfFormingClay = { name = \"점토 갑옷\", desc = \"피해를 받으면 다음 턴 방어 +3\", hook = \"onPlayerDamaged\", effect = \"clayBlock\", value = 3, icon = \"bb446793c5204d5db7d33563fe79f648\" },\n\tchampionBelt = { name = \"챔피언 벨트\", desc = \"취약 부여 시 약화 1 추가\", hook = \"cardDebuff\", effect = \"vulnAddsWeak\", value = 1, icon = \"7ca8c63026034113a561d6adf679fed2\" },\n}\nself.RelicPool = { \"energyCore\", \"vampire\", \"goldIdol\", \"potionBelt\", \"burningBlood\", \"vajra\", \"anchor\", \"bagOfPrep\", \"bloodVial\", \"bronzeScales\", \"strawberry\", \"penNib\", \"boot\", \"akabeko\", \"centennialPuzzle\", \"meatOnBone\", \"selfFormingClay\", \"championBelt\" }\nself.Enemies = {\n\tslime = { name = \"슬라임\", maxHp = 45, intents = { { kind = \"Attack\", value = 10 }, { kind = \"Attack\", value = 6 }, { kind = \"Defend\", value = 8 } } },\n\tslime_elite = { name = \"정예 슬라임\", maxHp = 70, intents = { { kind = \"Attack\", value = 14 }, { kind = \"Attack\", value = 8 }, { kind = \"Defend\", value = 10 }, { kind = \"Debuff\", value = 1, effect = \"weak\" } } },\n\tslime_boss = { name = \"슬라임 킹\", maxHp = 120, intents = { { kind = \"Attack\", value = 18 }, { kind = \"Defend\", value = 12 }, { kind = \"Debuff\", value = 2, effect = \"vuln\" }, { kind = \"Attack\", value = 10 }, { kind = \"Attack\", value = 22 } } },\n\torange_mushroom = { name = \"주황버섯\", maxHp = 16, intents = { { kind = \"Attack\", value = 5 }, { kind = \"Attack\", value = 5 }, { kind = \"Defend\", value = 4 }, { kind = \"Attack\", value = 8 } } },\n\tblue_mushroom = { name = \"파란버섯\", maxHp = 22, intents = { { kind = \"Attack\", value = 4 }, { kind = \"Attack\", value = 4 }, { kind = \"Attack\", value = 10 } } },\n\tpig = { name = \"돼지\", maxHp = 18, intents = { { kind = \"Attack\", value = 6 }, { kind = \"Attack\", value = 6 }, { kind = \"Defend\", value = 5 } } },\n\tgreen_mushroom = { name = \"초록버섯\", maxHp = 20, intents = { { kind = \"Attack\", value = 7 }, { kind = \"Defend\", value = 3 }, { kind = \"Attack\", value = 9 } } },\n\tmushmom = { name = \"머쉬맘\", maxHp = 75, intents = { { kind = \"Defend\", value = 10 }, { kind = \"Debuff\", value = 2, effect = \"weak\" }, { kind = \"Attack\", value = 16 }, { kind = \"Attack\", value = 9 }, { kind = \"Defend\", value = 6 } } },\n\tmodified_snail = { name = \"변형된 달팽이\", maxHp = 60, intents = { { kind = \"Attack\", value = 12 }, { kind = \"Defend\", value = 8 }, { kind = \"Attack\", value = 7 }, { kind = \"Attack\", value = 14 }, { kind = \"Debuff\", value = 1, effect = \"weak\" } } },\n\tking_slime = { name = \"킹 슬라임\", maxHp = 130, intents = { { kind = \"Attack\", value = 18 }, { kind = \"Defend\", value = 14 }, { kind = \"Debuff\", value = 2, effect = \"vuln\" }, { kind = \"Attack\", value = 12 }, { kind = \"Attack\", value = 24 } } },\n}\nself.CurrentNodeId = \"\"\nself.CurrentEnemyId = \"\"\nself.PlayerJob = \"\"\nself.Jobs = {\n\twarrior = {\n\t\t{ id = \"fighter\", name = \"파이터\", desc = \"공격 특화\\n콤보 어택 · 버서크\\n라이징 어택\", starter = \"ComboAttack\" },\n\t\t{ id = \"page\", name = \"페이지\", desc = \"속성 차지 특화\\n썬더/블리자드 차지\\n파워 가드\", starter = \"ThunderCharge\" },\n\t\t{ id = \"spearman\", name = \"스피어맨\", desc = \"방어·관통 특화\\n피어스 · 아이언 월\\n하이퍼 바디\", starter = \"Pierce\" },\n\t},\n\tmagician = {\n\t\t{ id = \"firepoison\", name = \"위자드(불·독)\", desc = \"화염·독 특화\\n파이어 애로우\\n포이즌 브레스 · 앰플\", starter = \"FireArrow\" },\n\t\t{ id = \"icelightning\", name = \"위자드(썬·콜)\", desc = \"광역·빙결 특화\\n썬더 볼트(전체)\\n콜드 빔 · 칠링 스텝\", starter = \"ThunderBolt\" },\n\t\t{ id = \"cleric\", name = \"클레릭\", desc = \"회복·축복 특화\\n힐 · 블레스\\n홀리 애로우\", starter = \"Heal\" },\n\t},\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n}\nself:GenerateMap()\nself:BindButtons()\nself:AddRelic(\"ironHeart\")\nself:RenderPotions()\nself:ShowMap()", + "Code": "if self.SelectedClass == \"magician\" then\n\tself.PlayerMaxHp = 70\n\tself.RunDeck = { \"EnergyBolt\", \"EnergyBolt\", \"EnergyBolt\", \"EnergyBolt\", \"EnergyBolt\", \"MagicGuard\", \"MagicGuard\", \"MagicGuard\", \"MagicGuard\", \"MagicClaw\" }\nelse\n\tself.PlayerMaxHp = 80\n\tself.RunDeck = { \"Strike\", \"Strike\", \"Strike\", \"Strike\", \"Strike\", \"Defend\", \"Defend\", \"Defend\", \"Defend\", \"Bash\" }\nend\nself.PlayerMaxHp = self.PlayerMaxHp - self:AscStartHpPenalty()\nself.PlayerHp = self.PlayerMaxHp\nself.Gold = 0\nself.Floor = 1\nself.RunLength = 5\nself.RunActive = true\nself.RunRelics = {}\nself.RunPotions = {}\nself.PotionSlots = 3\nself.Potions = {\n\tredPotion = { name = \"빨간 포션\", desc = \"HP 20 회복\", effect = \"heal\", value = 20, icon = \"393e2a0d8da544899eaa8b22c97f832b\" },\n\tfirebomb = { name = \"화염병\", desc = \"적에게 피해 20\", effect = \"damage\", value = 20, icon = \"7ddb464c2574456289a4eb72ce86f193\" },\n\twarriorElixir = { name = \"전사의 물약\", desc = \"힘 +2\", effect = \"strength\", value = 2, icon = \"7cfbd410581e4073815daaf5f3e6c72f\" },\n\tguardPotion = { name = \"수호의 물약\", desc = \"방어도 +12\", effect = \"block\", value = 12, icon = \"8f8402dfa0f746e18bf606ed74302c0a\" },\n\tmanaElixir = { name = \"마나 엘릭서\", desc = \"에너지 +2\", effect = \"energy\", value = 2, icon = \"ec2778c366f6477ab0f8e7f06bcd73f4\" },\n\tcursedVial = { name = \"저주의 병\", desc = \"적에게 약화 3\", effect = \"weak\", value = 3, icon = \"a9a2763fdb6849dcba3028c737487680\" },\n}\nself.Relics = {\n\tironHeart = { name = \"강철 심장\", desc = \"전투 시작 시 방어도 +6\", hook = \"combatStart\", effect = \"block\", value = 6, icon = \"e555b3a62f3c49dbb2c53784e6bd481f\" },\n\tenergyCore = { name = \"에너지 코어\", desc = \"턴 시작 시 에너지 +1\", hook = \"turnStart\", effect = \"energy\", value = 1, icon = \"a41014f28b47434ab9f49ef104523862\" },\n\tvampire = { name = \"흡혈 송곳니\", desc = \"공격 카드 사용 시 HP +1\", hook = \"cardPlayed\", effect = \"healOnAttack\", value = 1, icon = \"ed64cde7e6c44b9e99502847e54f04e9\" },\n\tgoldIdol = { name = \"황금 우상\", desc = \"전투 승리 시 골드 +10\", hook = \"combatReward\", effect = \"gold\", value = 10, icon = \"03bb05c92b8f45edb0f3dad2e118fd5a\" },\n\tpotionBelt = { name = \"장인의 벨트\", desc = \"물약 슬롯이 5칸으로 늘어난다\", hook = \"passive\", effect = \"potionSlots\", value = 5, icon = \"36725b4566ac40d4902e2ab2113c2096\" },\n\tburningBlood = { name = \"자쿰의 투구\", desc = \"전투 승리 시 HP 6 회복\", hook = \"combatEnd\", effect = \"healOnWin\", value = 6, icon = \"07f994825ce34131b419d43e890c878d\" },\n\tvajra = { name = \"미스릴 해머\", desc = \"전투 시작 시 힘 +1\", hook = \"combatStart\", effect = \"strength\", value = 1, icon = \"59d2579d46dc41d590a9e6b141ad458b\" },\n\tanchor = { name = \"메이플 실드\", desc = \"첫 턴 방어도 +10\", hook = \"combatStart\", effect = \"block\", value = 10, icon = \"6349413e08cc49848862591863d056a0\" },\n\tbagOfPrep = { name = \"모험가의 배낭\", desc = \"첫 턴 드로우 +2\", hook = \"combatStart\", effect = \"draw\", value = 2, icon = \"77b240cb8af245b4801a714380267ae9\" },\n\tbloodVial = { name = \"피의 목걸이\", desc = \"전투 시작 시 HP 2 회복\", hook = \"combatStart\", effect = \"heal\", value = 2, icon = \"c782e949506a42c49eb139c7e65527d7\" },\n\tbronzeScales = { name = \"브론즈 체인메일\", desc = \"피격 시 공격자에게 3 반사\", hook = \"onPlayerDamaged\", effect = \"thorns\", value = 3, icon = \"87272346b145412391622cf803f888d1\" },\n\tstrawberry = { name = \"건강의 반지\", desc = \"획득 시 최대 HP +7\", hook = \"passive\", effect = \"maxHp\", value = 7, icon = \"58f643e29c354c2783a5ce9a72ec155c\" },\n\tpenNib = { name = \"황금 깃펜\", desc = \"10번째 공격마다 피해 2배\", hook = \"attackCalc\", effect = \"penNib\", value = 10, icon = \"4d38d721cc064d14b31b9e9a92754139\" },\n\tboot = { name = \"브론즈 부츠\", desc = \"5 미만 공격 피해가 5로\", hook = \"attackCalc\", effect = \"boot\", value = 5, icon = \"d572b3aa4dac4162aa0d9e551b055dce\" },\n\takabeko = { name = \"황소 투구\", desc = \"전투 첫 공격 피해 +8\", hook = \"attackCalc\", effect = \"akabeko\", value = 8, icon = \"eb3330a6e2274eff958639f8792119d3\" },\n\tcentennialPuzzle = { name = \"백년의 부적\", desc = \"전투 첫 피격 시 드로우 3\", hook = \"onPlayerDamaged\", effect = \"firstLossDraw\", value = 3, icon = \"cfe5ed6556b944fc83ab58b774bb2b73\" },\n\tmeatOnBone = { name = \"고기 망치\", desc = \"승리 시 HP 50% 이하면 12 회복\", hook = \"combatEnd\", effect = \"healIfLow\", value = 12, icon = \"a93e8e87f184411c98c96b877d9f8b10\" },\n\tselfFormingClay = { name = \"점토 갑옷\", desc = \"피해를 받으면 다음 턴 방어 +3\", hook = \"onPlayerDamaged\", effect = \"clayBlock\", value = 3, icon = \"bb446793c5204d5db7d33563fe79f648\" },\n\tchampionBelt = { name = \"챔피언 벨트\", desc = \"취약 부여 시 약화 1 추가\", hook = \"cardDebuff\", effect = \"vulnAddsWeak\", value = 1, icon = \"7ca8c63026034113a561d6adf679fed2\" },\n}\nself.RelicPool = { \"energyCore\", \"vampire\", \"goldIdol\", \"potionBelt\", \"burningBlood\", \"vajra\", \"anchor\", \"bagOfPrep\", \"bloodVial\", \"bronzeScales\", \"strawberry\", \"penNib\", \"boot\", \"akabeko\", \"centennialPuzzle\", \"meatOnBone\", \"selfFormingClay\", \"championBelt\" }\nself.Enemies = {\n\tslime = { name = \"슬라임\", maxHp = 45, intents = { { kind = \"Attack\", value = 10 }, { kind = \"Attack\", value = 6 }, { kind = \"Defend\", value = 8 } } },\n\tslime_elite = { name = \"정예 슬라임\", maxHp = 70, intents = { { kind = \"Attack\", value = 14 }, { kind = \"Attack\", value = 8 }, { kind = \"Defend\", value = 10 }, { kind = \"Debuff\", value = 1, effect = \"weak\" } } },\n\tslime_boss = { name = \"슬라임 킹\", maxHp = 120, intents = { { kind = \"Attack\", value = 18 }, { kind = \"Defend\", value = 12 }, { kind = \"Debuff\", value = 2, effect = \"vuln\" }, { kind = \"Attack\", value = 10 }, { kind = \"Attack\", value = 22 } } },\n\torange_mushroom = { name = \"주황버섯\", maxHp = 16, intents = { { kind = \"Attack\", value = 5 }, { kind = \"Attack\", value = 5 }, { kind = \"Defend\", value = 4 }, { kind = \"Attack\", value = 8 } } },\n\tblue_mushroom = { name = \"파란버섯\", maxHp = 22, intents = { { kind = \"Attack\", value = 4 }, { kind = \"Attack\", value = 4 }, { kind = \"Attack\", value = 10 } } },\n\tpig = { name = \"돼지\", maxHp = 18, intents = { { kind = \"Attack\", value = 6 }, { kind = \"Attack\", value = 6 }, { kind = \"Defend\", value = 5 } } },\n\tgreen_mushroom = { name = \"초록버섯\", maxHp = 20, intents = { { kind = \"Attack\", value = 7 }, { kind = \"Defend\", value = 3 }, { kind = \"Attack\", value = 9 } } },\n\tmushmom = { name = \"머쉬맘\", maxHp = 75, intents = { { kind = \"Defend\", value = 10 }, { kind = \"Debuff\", value = 2, effect = \"weak\" }, { kind = \"Attack\", value = 16 }, { kind = \"Attack\", value = 9 }, { kind = \"Defend\", value = 6 } } },\n\tmodified_snail = { name = \"변형된 달팽이\", maxHp = 60, intents = { { kind = \"Attack\", value = 12 }, { kind = \"Defend\", value = 8 }, { kind = \"Attack\", value = 7 }, { kind = \"Attack\", value = 14 }, { kind = \"Debuff\", value = 1, effect = \"weak\" } } },\n\tking_slime = { name = \"킹 슬라임\", maxHp = 130, intents = { { kind = \"Attack\", value = 18 }, { kind = \"Defend\", value = 14 }, { kind = \"Debuff\", value = 2, effect = \"vuln\" }, { kind = \"Attack\", value = 12 }, { kind = \"Attack\", value = 24 } } },\n}\nself.CurrentNodeId = \"\"\nself.CurrentEnemyId = \"\"\nself.PlayerJob = \"\"\nself.Jobs = {\n\twarrior = {\n\t\t{ id = \"fighter\", name = \"파이터\", desc = \"공격 특화\\n콤보 어택 · 버서크\\n라이징 어택\", starter = \"ComboAttack\" },\n\t\t{ id = \"page\", name = \"페이지\", desc = \"속성 차지 특화\\n썬더/블리자드 차지\\n파워 가드\", starter = \"ThunderCharge\" },\n\t\t{ id = \"spearman\", name = \"스피어맨\", desc = \"방어·관통 특화\\n피어스 · 아이언 월\\n하이퍼 바디\", starter = \"Pierce\" },\n\t},\n\tmagician = {\n\t\t{ id = \"firepoison\", name = \"위자드(불·독)\", desc = \"화염·독 특화\\n파이어 애로우\\n포이즌 브레스 · 앰플\", starter = \"FireArrow\" },\n\t\t{ id = \"icelightning\", name = \"위자드(썬·콜)\", desc = \"광역·빙결 특화\\n썬더 볼트(전체)\\n콜드 빔 · 칠링 스텝\", starter = \"ThunderBolt\" },\n\t\t{ id = \"cleric\", name = \"클레릭\", desc = \"회복·축복 특화\\n힐 · 블레스\\n홀리 애로우\", starter = \"Heal\" },\n\t},\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n}\nself:GenerateMap()\nself:BindButtons()\nself:AddRelic(\"ironHeart\")\nself:RenderPotions()\nself:ShowMap()", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1009,7 +1009,7 @@ "Name": null }, "Arguments": [], - "Code": "self.Monsters = {}\nlocal g = \"combat\"\nlocal node = self.MapNodes[self.CurrentNodeId]\nif node ~= nil and node.type ~= nil then g = node.type end\nlocal pmap = \"\"\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil and lp.CurrentMapName ~= nil then pmap = lp.CurrentMapName end\nlocal reg = self.Registered or {}\nfor i = 1, #reg do\n\tif reg[i].entity ~= nil and isvalid(reg[i].entity) then\n\t\treg[i].entity:SetVisible(false)\n\tend\nend\nlocal list = {}\nfor i = 1, #reg do\n\tlocal r = reg[i]\n\tif r.entity ~= nil and isvalid(r.entity) and r.group == g and (r.map == nil or r.map == \"\" or pmap == \"\" or r.map == pmap) then\n\t\tlocal x = 0\n\t\tif r.entity.TransformComponent ~= nil then\n\t\t\tx = r.entity.TransformComponent.WorldPosition.x\n\t\tend\n\t\ttable.insert(list, { entity = r.entity, enemyId = r.enemyId, x = x })\n\tend\nend\ntable.sort(list, function(a, b) return a.x < b.x end)\nlocal mult = 1 + (self.Floor - 1) * 0.6\nif g == \"elite\" or g == \"boss\" then\n\tmult = mult + self:AscEliteBonus()\nend\nlocal n = #list\nif n > 4 then n = 4 end\nfor i = 1, n do\n\tlocal item = list[i]\n\tlocal e = self.Enemies[item.enemyId]\n\tif e == nil then e = { name = item.enemyId, maxHp = 10, intents = { { kind = \"Attack\", value = 5 } } } end\n\tlocal intents = {}\n\tfor k = 1, #e.intents do\n\t\tlocal v = e.intents[k].value\n\t\tif e.intents[k].kind == \"Attack\" then\n\t\t\tv = math.floor(v * mult * self:AscAtkMult())\n\t\telseif e.intents[k].kind ~= \"Debuff\" then\n\t\t\tv = math.floor(v * mult)\n\t\tend\n\t\tintents[k] = { kind = e.intents[k].kind, value = v, effect = e.intents[k].effect }\n\tend\n\tlocal maxHp = math.floor(e.maxHp * mult * self:AscHpMult())\n\tlocal hitClip = nil\n\tlocal standClip = nil\n\tif item.entity.StateAnimationComponent ~= nil then\n\t\tpcall(function()\n\t\t\thitClip = item.entity.StateAnimationComponent.ActionSheet[\"hit\"]\n\t\t\tstandClip = item.entity.StateAnimationComponent.ActionSheet[\"stand\"]\n\t\tend)\n\tend\n\tself.Monsters[i] = { entity = item.entity, enemyId = item.enemyId, name = e.name,\n\t\thp = maxHp, maxHp = maxHp, block = 0, str = 0, weak = 0, vuln = 0, poison = 0,\n\t\thitClip = hitClip, standClip = standClip, motionBusy = false,\n\t\tintents = intents, intentIdx = 1, alive = true, slot = i }\n\tself:ReviveMonsterEntity(item.entity)\n\tself:PositionMonsterSlot(i)\nend\nself.TargetIndex = 1", + "Code": "self.Monsters = {}\nlocal g = \"combat\"\nlocal node = self.MapNodes[self.CurrentNodeId]\nif node ~= nil and node.type ~= nil then g = node.type end\nlocal pmap = \"\"\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil and lp.CurrentMapName ~= nil then pmap = lp.CurrentMapName end\nlocal reg = self.Registered or {}\nfor i = 1, #reg do\n\tif reg[i].entity ~= nil and isvalid(reg[i].entity) then\n\t\treg[i].entity:SetVisible(false)\n\tend\nend\nlocal list = {}\nfor i = 1, #reg do\n\tlocal r = reg[i]\n\tif r.entity ~= nil and isvalid(r.entity) and r.group == g and (r.map == nil or r.map == \"\" or pmap == \"\" or r.map == pmap) then\n\t\tlocal x = 0\n\t\tif r.entity.TransformComponent ~= nil then\n\t\t\tx = r.entity.TransformComponent.WorldPosition.x\n\t\tend\n\t\ttable.insert(list, { entity = r.entity, enemyId = r.enemyId, x = x })\n\tend\nend\ntable.sort(list, function(a, b) return a.x < b.x end)\nlocal mult = 1 + (self.Floor - 1) * 0.45\nif g == \"elite\" or g == \"boss\" then\n\tmult = mult + self:AscEliteBonus()\nend\nlocal n = #list\nif n > 4 then n = 4 end\nfor i = 1, n do\n\tlocal item = list[i]\n\tlocal e = self.Enemies[item.enemyId]\n\tif e == nil then e = { name = item.enemyId, maxHp = 10, intents = { { kind = \"Attack\", value = 5 } } } end\n\tlocal intents = {}\n\tfor k = 1, #e.intents do\n\t\tlocal v = e.intents[k].value\n\t\tif e.intents[k].kind == \"Attack\" then\n\t\t\tv = math.floor(v * mult * self:AscAtkMult())\n\t\telseif e.intents[k].kind ~= \"Debuff\" then\n\t\t\tv = math.floor(v * mult)\n\t\tend\n\t\tintents[k] = { kind = e.intents[k].kind, value = v, effect = e.intents[k].effect }\n\tend\n\tlocal maxHp = math.floor(e.maxHp * mult * self:AscHpMult())\n\tlocal hitClip = nil\n\tlocal standClip = nil\n\tif item.entity.StateAnimationComponent ~= nil then\n\t\tpcall(function()\n\t\t\thitClip = item.entity.StateAnimationComponent.ActionSheet[\"hit\"]\n\t\t\tstandClip = item.entity.StateAnimationComponent.ActionSheet[\"stand\"]\n\t\tend)\n\tend\n\tself.Monsters[i] = { entity = item.entity, enemyId = item.enemyId, name = e.name,\n\t\thp = maxHp, maxHp = maxHp, block = 0, str = 0, weak = 0, vuln = 0, poison = 0,\n\t\thitClip = hitClip, standClip = standClip, motionBusy = false,\n\t\tintents = intents, intentIdx = 1, alive = true, slot = i }\n\tself:ReviveMonsterEntity(item.entity)\n\tself:PositionMonsterSlot(i)\nend\nself.TargetIndex = 1", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1070,7 +1070,7 @@ "Name": null }, "Arguments": [], - "Code": "local endTurn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/EndTurnButton\")\nif endTurn ~= nil and endTurn.ButtonComponent ~= nil then\n\tif self.EndTurnHandler ~= nil then\n\t\tendTurn:DisconnectEvent(ButtonClickEvent, self.EndTurnHandler)\n\t\tself.EndTurnHandler = nil\n\tend\n\tself.EndTurnHandler = endTurn:ConnectEvent(ButtonClickEvent, function() self:EndPlayerTurn() end)\nend\nlocal drawPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DrawPile\")\nif drawPile ~= nil and drawPile.ButtonComponent ~= nil then\n\tif self.DrawPileHandler ~= nil then\n\t\tdrawPile:DisconnectEvent(ButtonClickEvent, self.DrawPileHandler)\n\t\tself.DrawPileHandler = nil\n\tend\n\tself.DrawPileHandler = drawPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"draw\") end)\nend\nlocal discardPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DiscardPile\")\nif discardPile ~= nil and discardPile.ButtonComponent ~= nil then\n\tif self.DiscardPileHandler ~= nil then\n\t\tdiscardPile:DisconnectEvent(ButtonClickEvent, self.DiscardPileHandler)\n\t\tself.DiscardPileHandler = nil\n\tend\n\tself.DiscardPileHandler = discardPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"discard\") end)\nend\nlocal inspectClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckInspectHud/Close\")\nif inspectClose ~= nil and inspectClose.ButtonComponent ~= nil then\n\tif self.DeckInspectCloseHandler ~= nil then\n\t\tinspectClose:DisconnectEvent(ButtonClickEvent, self.DeckInspectCloseHandler)\n\t\tself.DeckInspectCloseHandler = nil\n\tend\n\tself.DeckInspectCloseHandler = inspectClose:ConnectEvent(ButtonClickEvent, function() self:CloseDeckInspect() end)\nend\nlocal allDeckButton = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/AllDeckButton\")\nif allDeckButton ~= nil and allDeckButton.ButtonComponent ~= nil then\n\tif self.AllDeckHandler ~= nil then\n\t\tallDeckButton:DisconnectEvent(ButtonClickEvent, self.AllDeckHandler)\n\t\tself.AllDeckHandler = nil\n\tend\n\tself.AllDeckHandler = allDeckButton:ConnectEvent(ButtonClickEvent, function() self:OpenAllDeck() end)\nend\nlocal allDeckClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud/Close\")\nif allDeckClose ~= nil and allDeckClose.ButtonComponent ~= nil then\n\tif self.AllDeckCloseHandler ~= nil then\n\t\tallDeckClose:DisconnectEvent(ButtonClickEvent, self.AllDeckCloseHandler)\n\t\tself.AllDeckCloseHandler = nil\n\tend\n\tself.AllDeckCloseHandler = allDeckClose:ConnectEvent(ButtonClickEvent, function() self:CloseAllDeck() end)\nend\nfor i = 1, 5 do\n\tlocal cardEntity = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif cardEntity ~= nil and cardEntity.UITouchReceiveComponent ~= nil then\n\t\tcardEntity:ConnectEvent(UITouchBeginDragEvent, function(ev) self:OnCardDragBegin(i) end)\n\t\tcardEntity:ConnectEvent(UITouchDragEvent, function(ev) self:OnCardDrag(i, ev.TouchPoint) end)\n\t\tcardEntity:ConnectEvent(UITouchEndDragEvent, function(ev) self:OnCardDragEnd(i, ev.TouchPoint) end)\n\tend\nend\nfor i = 1, 3 do\n\tlocal rc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(i))\n\tif rc ~= nil and rc.ButtonComponent ~= nil then\n\t\trc:ConnectEvent(ButtonClickEvent, function() self:PickReward(i) end)\n\tend\nend\nlocal skip = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Skip\")\nif skip ~= nil and skip.ButtonComponent ~= nil then\n\tskip:ConnectEvent(ButtonClickEvent, function() self:PickReward(0) end)\nend\nlocal mapNodeIds = {}\nfor r = 1, 7 do\n\tfor c = 1, 4 do\n\t\ttable.insert(mapNodeIds, \"r\" .. tostring(r) .. \"c\" .. tostring(c))\n\tend\nend\ntable.insert(mapNodeIds, \"boss\")\nfor i = 1, #mapNodeIds do\n\tlocal nid = mapNodeIds[i]\n\tlocal mn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/MapHud/Node_\" .. nid)\n\tif mn ~= nil and mn.ButtonComponent ~= nil then\n\t\tmn:ConnectEvent(ButtonClickEvent, function() self:PickNode(nid) end)\n\tend\nend\nfor i = 1, 3 do\n\tlocal sc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i))\n\tif sc ~= nil and sc.ButtonComponent ~= nil then\n\t\tsc:ConnectEvent(ButtonClickEvent, function() self:BuyCard(i) end)\n\tend\nend\nlocal shopLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Leave\")\nif shopLeave ~= nil and shopLeave.ButtonComponent ~= nil then\n\tshopLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal shopRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Relic\")\nif shopRelic ~= nil and shopRelic.ButtonComponent ~= nil then\n\tshopRelic:ConnectEvent(ButtonClickEvent, function() self:BuyRelic() end)\nend\nlocal restLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RestHud/Leave\")\nif restLeave ~= nil and restLeave.ButtonComponent ~= nil then\n\trestLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nfor i = 1, 4 do\n\tlocal ms = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i))\n\tif ms ~= nil and ms.ButtonComponent ~= nil then\n\t\tms:ConnectEvent(ButtonClickEvent, function() self:SetTarget(i) end)\n\tend\nend\nfor i = 1, 10 do\n\tlocal rs = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/RelicSlot\" .. tostring(i))\n\tif rs ~= nil and rs.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\trs:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal rid = nil\n\t\t\tif self.RunRelics ~= nil then rid = self.RunRelics[idx] end\n\t\t\tif rid ~= nil and self.Relics[rid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Relics[rid].name, self.Relics[rid].desc, -240 + (idx - 1) * 48)\n\t\t\tend\n\t\tend)\n\t\trs:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\tend\nend\nfor i = 1, 5 do\n\tlocal ps = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/PotionSlot\" .. tostring(i))\n\tif ps ~= nil and ps.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\tps:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal pid = nil\n\t\t\tif self.RunPotions ~= nil then pid = self.RunPotions[idx] end\n\t\t\tif pid ~= nil and self.Potions[pid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Potions[pid].name, self.Potions[pid].desc, 240 + (idx - 1) * 44)\n\t\t\tend\n\t\tend)\n\t\tps:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\t\tps:ConnectEvent(UITouchDownEvent, function() self:OpenPotionMenu(idx) end)\n\tend\nend\nlocal pmUse = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Use\")\nif pmUse ~= nil and pmUse.ButtonComponent ~= nil then\n\tpmUse:ConnectEvent(ButtonClickEvent, function() self:UsePotion() end)\nend\nlocal pmToss = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Toss\")\nif pmToss ~= nil and pmToss.ButtonComponent ~= nil then\n\tpmToss:ConnectEvent(ButtonClickEvent, function() self:TossPotion() end)\nend\nlocal pmClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Close\")\nif pmClose ~= nil and pmClose.ButtonComponent ~= nil then\n\tpmClose:ConnectEvent(ButtonClickEvent, function() self:ClosePotionMenu() end)\nend\nlocal shopPotion = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Potion\")\nif shopPotion ~= nil and shopPotion.ButtonComponent ~= nil then\n\tshopPotion:ConnectEvent(ButtonClickEvent, function() self:BuyPotion() end)\nend\nlocal chest = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Chest\")\nif chest ~= nil and chest.ButtonComponent ~= nil then\n\tchest:ConnectEvent(ButtonClickEvent, function() self:OpenChest() end)\nend\nlocal treasureLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Leave\")\nif treasureLeave ~= nil and treasureLeave.ButtonComponent ~= nil then\n\ttreasureLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal jcRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/RelicButton\")\nif jcRelic ~= nil and jcRelic.ButtonComponent ~= nil then\n\tjcRelic:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"relic\") end)\nend\nlocal jcJob = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/JobButton\")\nif jcJob ~= nil and jcJob.ButtonComponent ~= nil then\n\tjcJob:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"job\") end)\nend\nfor i = 1, 3 do\n\tlocal slotIdx = i\n\tlocal jb = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobSelectHud/Job_slot\" .. tostring(i))\n\tif jb ~= nil and jb.ButtonComponent ~= nil then\n\t\tjb:ConnectEvent(ButtonClickEvent, function()\n\t\t\tif self.JobOpts ~= nil and self.JobOpts[slotIdx] ~= nil then\n\t\t\t\tself:SetJob(self.JobOpts[slotIdx].id)\n\t\t\tend\n\t\tend)\n\tend\nend", + "Code": "local endTurn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/EndTurnButton\")\nif endTurn ~= nil and endTurn.ButtonComponent ~= nil then\n\tif self.EndTurnHandler ~= nil then\n\t\tendTurn:DisconnectEvent(ButtonClickEvent, self.EndTurnHandler)\n\t\tself.EndTurnHandler = nil\n\tend\n\tself.EndTurnHandler = endTurn:ConnectEvent(ButtonClickEvent, function() self:EndPlayerTurn() end)\nend\nlocal drawPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DrawPile\")\nif drawPile ~= nil and drawPile.ButtonComponent ~= nil then\n\tif self.DrawPileHandler ~= nil then\n\t\tdrawPile:DisconnectEvent(ButtonClickEvent, self.DrawPileHandler)\n\t\tself.DrawPileHandler = nil\n\tend\n\tself.DrawPileHandler = drawPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"draw\") end)\nend\nlocal discardPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DiscardPile\")\nif discardPile ~= nil and discardPile.ButtonComponent ~= nil then\n\tif self.DiscardPileHandler ~= nil then\n\t\tdiscardPile:DisconnectEvent(ButtonClickEvent, self.DiscardPileHandler)\n\t\tself.DiscardPileHandler = nil\n\tend\n\tself.DiscardPileHandler = discardPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"discard\") end)\nend\nlocal inspectClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckInspectHud/Close\")\nif inspectClose ~= nil and inspectClose.ButtonComponent ~= nil then\n\tif self.DeckInspectCloseHandler ~= nil then\n\t\tinspectClose:DisconnectEvent(ButtonClickEvent, self.DeckInspectCloseHandler)\n\t\tself.DeckInspectCloseHandler = nil\n\tend\n\tself.DeckInspectCloseHandler = inspectClose:ConnectEvent(ButtonClickEvent, function() self:CloseDeckInspect() end)\nend\nlocal allDeckButton = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/AllDeckButton\")\nif allDeckButton ~= nil and allDeckButton.ButtonComponent ~= nil then\n\tif self.AllDeckHandler ~= nil then\n\t\tallDeckButton:DisconnectEvent(ButtonClickEvent, self.AllDeckHandler)\n\t\tself.AllDeckHandler = nil\n\tend\n\tself.AllDeckHandler = allDeckButton:ConnectEvent(ButtonClickEvent, function() self:OpenAllDeck() end)\nend\nlocal allDeckClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud/Close\")\nif allDeckClose ~= nil and allDeckClose.ButtonComponent ~= nil then\n\tif self.AllDeckCloseHandler ~= nil then\n\t\tallDeckClose:DisconnectEvent(ButtonClickEvent, self.AllDeckCloseHandler)\n\t\tself.AllDeckCloseHandler = nil\n\tend\n\tself.AllDeckCloseHandler = allDeckClose:ConnectEvent(ButtonClickEvent, function() self:CloseAllDeck() end)\nend\nfor i = 1, 5 do\n\tlocal cardEntity = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif cardEntity ~= nil and cardEntity.UITouchReceiveComponent ~= nil then\n\t\tcardEntity:ConnectEvent(UITouchBeginDragEvent, function(ev) self:OnCardDragBegin(i) end)\n\t\tcardEntity:ConnectEvent(UITouchDragEvent, function(ev) self:OnCardDrag(i, ev.TouchPoint) end)\n\t\tcardEntity:ConnectEvent(UITouchEndDragEvent, function(ev) self:OnCardDragEnd(i, ev.TouchPoint) end)\n\tend\nend\nfor i = 1, 3 do\n\tlocal rc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(i))\n\tif rc ~= nil and rc.ButtonComponent ~= nil then\n\t\trc:ConnectEvent(ButtonClickEvent, function() self:PickReward(i) end)\n\tend\nend\nlocal skip = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Skip\")\nif skip ~= nil and skip.ButtonComponent ~= nil then\n\tskip:ConnectEvent(ButtonClickEvent, function() self:PickReward(0) end)\nend\nlocal mapNodeIds = {}\nfor r = 1, 6 do\n\tfor c = 1, 4 do\n\t\ttable.insert(mapNodeIds, \"r\" .. tostring(r) .. \"c\" .. tostring(c))\n\tend\nend\ntable.insert(mapNodeIds, \"boss\")\nfor i = 1, #mapNodeIds do\n\tlocal nid = mapNodeIds[i]\n\tlocal mn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/MapHud/Node_\" .. nid)\n\tif mn ~= nil and mn.ButtonComponent ~= nil then\n\t\tmn:ConnectEvent(ButtonClickEvent, function() self:PickNode(nid) end)\n\tend\nend\nfor i = 1, 3 do\n\tlocal sc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i))\n\tif sc ~= nil and sc.ButtonComponent ~= nil then\n\t\tsc:ConnectEvent(ButtonClickEvent, function() self:BuyCard(i) end)\n\tend\nend\nlocal shopLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Leave\")\nif shopLeave ~= nil and shopLeave.ButtonComponent ~= nil then\n\tshopLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal shopRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Relic\")\nif shopRelic ~= nil and shopRelic.ButtonComponent ~= nil then\n\tshopRelic:ConnectEvent(ButtonClickEvent, function() self:BuyRelic() end)\nend\nlocal restLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RestHud/Leave\")\nif restLeave ~= nil and restLeave.ButtonComponent ~= nil then\n\trestLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nfor i = 1, 4 do\n\tlocal ms = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i))\n\tif ms ~= nil and ms.ButtonComponent ~= nil then\n\t\tms:ConnectEvent(ButtonClickEvent, function() self:SetTarget(i) end)\n\tend\nend\nfor i = 1, 10 do\n\tlocal rs = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/RelicSlot\" .. tostring(i))\n\tif rs ~= nil and rs.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\trs:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal rid = nil\n\t\t\tif self.RunRelics ~= nil then rid = self.RunRelics[idx] end\n\t\t\tif rid ~= nil and self.Relics[rid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Relics[rid].name, self.Relics[rid].desc, -240 + (idx - 1) * 48)\n\t\t\tend\n\t\tend)\n\t\trs:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\tend\nend\nfor i = 1, 5 do\n\tlocal ps = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/PotionSlot\" .. tostring(i))\n\tif ps ~= nil and ps.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\tps:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal pid = nil\n\t\t\tif self.RunPotions ~= nil then pid = self.RunPotions[idx] end\n\t\t\tif pid ~= nil and self.Potions[pid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Potions[pid].name, self.Potions[pid].desc, 240 + (idx - 1) * 44)\n\t\t\tend\n\t\tend)\n\t\tps:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\t\tps:ConnectEvent(UITouchDownEvent, function() self:OpenPotionMenu(idx) end)\n\tend\nend\nlocal pmUse = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Use\")\nif pmUse ~= nil and pmUse.ButtonComponent ~= nil then\n\tpmUse:ConnectEvent(ButtonClickEvent, function() self:UsePotion() end)\nend\nlocal pmToss = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Toss\")\nif pmToss ~= nil and pmToss.ButtonComponent ~= nil then\n\tpmToss:ConnectEvent(ButtonClickEvent, function() self:TossPotion() end)\nend\nlocal pmClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Close\")\nif pmClose ~= nil and pmClose.ButtonComponent ~= nil then\n\tpmClose:ConnectEvent(ButtonClickEvent, function() self:ClosePotionMenu() end)\nend\nlocal shopPotion = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Potion\")\nif shopPotion ~= nil and shopPotion.ButtonComponent ~= nil then\n\tshopPotion:ConnectEvent(ButtonClickEvent, function() self:BuyPotion() end)\nend\nlocal chest = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Chest\")\nif chest ~= nil and chest.ButtonComponent ~= nil then\n\tchest:ConnectEvent(ButtonClickEvent, function() self:OpenChest() end)\nend\nlocal treasureLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Leave\")\nif treasureLeave ~= nil and treasureLeave.ButtonComponent ~= nil then\n\ttreasureLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal jcRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/RelicButton\")\nif jcRelic ~= nil and jcRelic.ButtonComponent ~= nil then\n\tjcRelic:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"relic\") end)\nend\nlocal jcJob = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/JobButton\")\nif jcJob ~= nil and jcJob.ButtonComponent ~= nil then\n\tjcJob:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"job\") end)\nend\nfor i = 1, 3 do\n\tlocal slotIdx = i\n\tlocal jb = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobSelectHud/Job_slot\" .. tostring(i))\n\tif jb ~= nil and jb.ButtonComponent ~= nil then\n\t\tjb:ConnectEvent(ButtonClickEvent, function()\n\t\t\tif self.JobOpts ~= nil and self.JobOpts[slotIdx] ~= nil then\n\t\t\t\tself:SetJob(self.JobOpts[slotIdx].id)\n\t\t\tend\n\t\tend)\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2011,7 +2011,7 @@ "Name": null }, "Arguments": [], - "Code": "local maps = { \"map01\", \"map02\", \"map03\" }\nlocal target = maps[self.Floor]\nif target == nil then\n\treturn\nend\nlocal lp = _UserService.LocalPlayer\nif lp == nil then\n\treturn\nend\nif lp.CurrentMapName == target then\n\treturn\nend\n_TeleportService:TeleportToMapPosition(lp, Vector3(-6, 0.03, 0), target)", + "Code": "local maps = { \"map01\", \"map02\", \"map03\", \"map04\", \"map05\" }\nlocal target = maps[self.Floor]\nif target == nil then\n\treturn\nend\nlocal lp = _UserService.LocalPlayer\nif lp == nil then\n\treturn\nend\nif lp.CurrentMapName == target then\n\treturn\nend\n_TeleportService:TeleportToMapPosition(lp, Vector3(-6, 0.03, 0), target)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2735,7 +2735,7 @@ "Name": null }, "Arguments": [], - "Code": "-- 절차 생성 — tools/map/rogue-map.mjs(JS 미러)와 로직 동기화 유지\nself.MapNodes = {}\nself.MapStart = {}\nself.VisitedNodes = {}\nself.Depth = 0\nself.MapNodes[\"boss\"] = { type = \"boss\", row = 7 + 1, col = 0, next = {} }\nlocal cols = { 1, 2, 3, 4 }\nfor i = #cols, 2, -1 do\n\tlocal j = math.random(1, i)\n\tcols[i], cols[j] = cols[j], cols[i]\nend\nlocal starts = { cols[1], cols[2], math.random(1, 4), math.random(1, 4) }\nfor p = 1, 4 do\n\tlocal c = starts[p]\n\tlocal sid = \"r1c\" .. tostring(c)\n\tif self.MapNodes[sid] == nil then\n\t\tself.MapNodes[sid] = { type = \"combat\", row = 1, col = c, next = {} }\n\tend\n\tlocal found = false\n\tfor i = 1, #self.MapStart do\n\t\tif self.MapStart[i] == sid then found = true end\n\tend\n\tif found == false then\n\t\ttable.insert(self.MapStart, sid)\n\tend\n\tfor r = 1, 7 - 1 do\n\t\tlocal nc = c + math.random(-1, 1)\n\t\tif nc < 1 then nc = 1 end\n\t\tif nc > 4 then nc = 4 end\n\t\tlocal nid = \"r\" .. tostring(r + 1) .. \"c\" .. tostring(nc)\n\t\tif self.MapNodes[nid] == nil then\n\t\t\tself.MapNodes[nid] = { type = \"combat\", row = r + 1, col = nc, next = {} }\n\t\tend\n\t\tlocal fid = \"r\" .. tostring(r) .. \"c\" .. tostring(c)\n\t\tlocal dup = false\n\t\tfor i = 1, #self.MapNodes[fid].next do\n\t\t\tif self.MapNodes[fid].next[i] == nid then dup = true end\n\t\tend\n\t\tif dup == false then\n\t\t\ttable.insert(self.MapNodes[fid].next, nid)\n\t\tend\n\t\tc = nc\n\tend\n\tlocal lid = \"r\" .. tostring(7) .. \"c\" .. tostring(c)\n\tlocal bdup = false\n\tfor i = 1, #self.MapNodes[lid].next do\n\t\tif self.MapNodes[lid].next[i] == \"boss\" then bdup = true end\n\tend\n\tif bdup == false then\n\t\ttable.insert(self.MapNodes[lid].next, \"boss\")\n\tend\nend\nfor r = 3, 7 do\n\tfor c = 1, 4 do\n\t\tlocal id = \"r\" .. tostring(r) .. \"c\" .. tostring(c)\n\t\tlocal node = self.MapNodes[id]\n\t\tif node ~= nil then\n\t\t\tlocal eliteParent = false\n\t\t\tfor pid, pn in pairs(self.MapNodes) do\n\t\t\t\tif pn.row == r - 1 and pn.type == \"elite\" then\n\t\t\t\t\tfor i = 1, #pn.next do\n\t\t\t\t\t\tif pn.next[i] == id then eliteParent = true end\n\t\t\t\t\tend\n\t\t\t\tend\n\t\t\tend\n\t\t\tlocal w\n\t\t\tif r == 7 then\n\t\t\t\tw = { { \"rest\", 50 }, { \"combat\", 25 }, { \"shop\", 10 }, { \"elite\", 8 }, { \"treasure\", 7 } }\n\t\t\telseif r >= 4 then\n\t\t\t\tw = { { \"combat\", 45 }, { \"elite\", 16 }, { \"shop\", 12 }, { \"rest\", 12 }, { \"treasure\", 15 } }\n\t\t\telse\n\t\t\t\tw = { { \"combat\", 45 }, { \"shop\", 12 }, { \"rest\", 12 } }\n\t\t\tend\n\t\t\tlocal total = 0\n\t\t\tfor i = 1, #w do\n\t\t\t\tif w[i][1] == \"elite\" and eliteParent == true then\n\t\t\t\t\tw[i][2] = 0\n\t\t\t\tend\n\t\t\t\ttotal = total + w[i][2]\n\t\t\tend\n\t\t\tlocal roll = math.random() * total\n\t\t\tlocal acc = 0\n\t\t\tfor i = 1, #w do\n\t\t\t\tacc = acc + w[i][2]\n\t\t\t\tif roll <= acc then\n\t\t\t\t\tnode.type = w[i][1]\n\t\t\t\t\tbreak\n\t\t\t\tend\n\t\t\tend\n\t\tend\n\tend\nend", + "Code": "-- 절차 생성 — tools/map/rogue-map.mjs(JS 미러)와 로직 동기화 유지\nself.MapNodes = {}\nself.MapStart = {}\nself.VisitedNodes = {}\nself.Depth = 0\nself.MapNodes[\"boss\"] = { type = \"boss\", row = 6 + 1, col = 0, next = {} }\nlocal cols = { 1, 2, 3, 4 }\nfor i = #cols, 2, -1 do\n\tlocal j = math.random(1, i)\n\tcols[i], cols[j] = cols[j], cols[i]\nend\nlocal starts = { cols[1], cols[2], math.random(1, 4), math.random(1, 4) }\nfor p = 1, 4 do\n\tlocal c = starts[p]\n\tlocal sid = \"r1c\" .. tostring(c)\n\tif self.MapNodes[sid] == nil then\n\t\tself.MapNodes[sid] = { type = \"combat\", row = 1, col = c, next = {} }\n\tend\n\tlocal found = false\n\tfor i = 1, #self.MapStart do\n\t\tif self.MapStart[i] == sid then found = true end\n\tend\n\tif found == false then\n\t\ttable.insert(self.MapStart, sid)\n\tend\n\tfor r = 1, 6 - 1 do\n\t\tlocal nc = c + math.random(-1, 1)\n\t\tif nc < 1 then nc = 1 end\n\t\tif nc > 4 then nc = 4 end\n\t\tlocal nid = \"r\" .. tostring(r + 1) .. \"c\" .. tostring(nc)\n\t\tif self.MapNodes[nid] == nil then\n\t\t\tself.MapNodes[nid] = { type = \"combat\", row = r + 1, col = nc, next = {} }\n\t\tend\n\t\tlocal fid = \"r\" .. tostring(r) .. \"c\" .. tostring(c)\n\t\tlocal dup = false\n\t\tfor i = 1, #self.MapNodes[fid].next do\n\t\t\tif self.MapNodes[fid].next[i] == nid then dup = true end\n\t\tend\n\t\tif dup == false then\n\t\t\ttable.insert(self.MapNodes[fid].next, nid)\n\t\tend\n\t\tc = nc\n\tend\n\tlocal lid = \"r\" .. tostring(6) .. \"c\" .. tostring(c)\n\tlocal bdup = false\n\tfor i = 1, #self.MapNodes[lid].next do\n\t\tif self.MapNodes[lid].next[i] == \"boss\" then bdup = true end\n\tend\n\tif bdup == false then\n\t\ttable.insert(self.MapNodes[lid].next, \"boss\")\n\tend\nend\nfor r = 3, 6 do\n\tfor c = 1, 4 do\n\t\tlocal id = \"r\" .. tostring(r) .. \"c\" .. tostring(c)\n\t\tlocal node = self.MapNodes[id]\n\t\tif node ~= nil then\n\t\t\t-- 부모 노드 타입 수집 (rest/shop/elite 는 부모와 같은 타입 연속 금지)\n\t\t\tlocal parentTypes = {}\n\t\t\tfor pid, pn in pairs(self.MapNodes) do\n\t\t\t\tif pn.row == r - 1 then\n\t\t\t\t\tfor i = 1, #pn.next do\n\t\t\t\t\t\tif pn.next[i] == id then parentTypes[pn.type] = true end\n\t\t\t\t\tend\n\t\t\t\tend\n\t\t\tend\n\t\t\tlocal w\n\t\t\tif r == 6 then\n\t\t\t\tw = { { \"rest\", 50 }, { \"combat\", 25 }, { \"shop\", 10 }, { \"elite\", 8 }, { \"treasure\", 7 } }\n\t\t\telseif r >= 4 then\n\t\t\t\tw = { { \"combat\", 45 }, { \"elite\", 16 }, { \"shop\", 12 }, { \"rest\", 12 }, { \"treasure\", 15 } }\n\t\t\telse\n\t\t\t\tw = { { \"combat\", 45 }, { \"shop\", 12 }, { \"rest\", 12 } }\n\t\t\tend\n\t\t\tlocal total = 0\n\t\t\tfor i = 1, #w do\n\t\t\t\tlocal t = w[i][1]\n\t\t\t\tif (t == \"elite\" or t == \"rest\" or t == \"shop\") and parentTypes[t] == true then\n\t\t\t\t\tw[i][2] = 0\n\t\t\t\tend\n\t\t\t\ttotal = total + w[i][2]\n\t\t\tend\n\t\t\tlocal roll = math.random() * total\n\t\t\tlocal acc = 0\n\t\t\tfor i = 1, #w do\n\t\t\t\tacc = acc + w[i][2]\n\t\t\t\tif roll <= acc then\n\t\t\t\t\tnode.type = w[i][1]\n\t\t\t\t\tbreak\n\t\t\t\tend\n\t\t\tend\n\t\tend\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2833,7 +2833,7 @@ "Name": null }, "Arguments": [], - "Code": "for r = 1, 7 do\n\tfor c = 1, 4 do\n\t\tself:RenderMapNode(\"r\" .. tostring(r) .. \"c\" .. tostring(c))\n\tend\nend\nself:RenderMapNode(\"boss\")\nfor r = 1, 7 - 1 do\n\tfor c = 1, 4 do\n\t\tlocal fid = \"r\" .. tostring(r) .. \"c\" .. tostring(c)\n\t\tfor c2 = c - 1, c + 1 do\n\t\t\tif c2 >= 1 and c2 <= 4 then\n\t\t\t\tself:RenderMapDots(fid .. \"_\" .. tostring(c2), fid, \"r\" .. tostring(r + 1) .. \"c\" .. tostring(c2))\n\t\t\tend\n\t\tend\n\tend\nend\nfor c = 1, 4 do\n\tlocal fid = \"r\" .. tostring(7) .. \"c\" .. tostring(c)\n\tself:RenderMapDots(fid .. \"_b\", fid, \"boss\")\nend\n", + "Code": "for r = 1, 6 do\n\tfor c = 1, 4 do\n\t\tself:RenderMapNode(\"r\" .. tostring(r) .. \"c\" .. tostring(c))\n\tend\nend\nself:RenderMapNode(\"boss\")\nfor r = 1, 6 - 1 do\n\tfor c = 1, 4 do\n\t\tlocal fid = \"r\" .. tostring(r) .. \"c\" .. tostring(c)\n\t\tfor c2 = c - 1, c + 1 do\n\t\t\tif c2 >= 1 and c2 <= 4 then\n\t\t\t\tself:RenderMapDots(fid .. \"_\" .. tostring(c2), fid, \"r\" .. tostring(r + 1) .. \"c\" .. tostring(c2))\n\t\t\tend\n\t\tend\n\tend\nend\nfor c = 1, 4 do\n\tlocal fid = \"r\" .. tostring(6) .. \"c\" .. tostring(c)\n\tself:RenderMapDots(fid .. \"_b\", fid, \"boss\")\nend\n", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/map/map01.map b/map/map01.map index 2941431..2dabf27 100644 --- a/map/map01.map +++ b/map/map01.map @@ -16,7 +16,7 @@ { "id": "bdadf19a-cc27-4a45-99c6-7a439c858a1b", "path": "/maps/map01", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", "jsonString": { "name": "map01", "path": "/maps/map01", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true } ], @@ -6590,9 +6590,9 @@ }, { "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, + "InputSpeed": 0, "JumpForce": 6, - "Enable": true + "Enable": false }, { "@type": "MOD.Core.StateComponent", @@ -6732,9 +6732,9 @@ }, { "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, + "InputSpeed": 0, "JumpForce": 0, - "Enable": true + "Enable": false }, { "@type": "MOD.Core.StateComponent", @@ -6875,9 +6875,9 @@ }, { "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, + "InputSpeed": 0, "JumpForce": 6, - "Enable": true + "Enable": false }, { "@type": "MOD.Core.StateComponent", @@ -7000,7 +7000,7 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "1e24c789979b4ababce55b34861ace25", + "SpriteRUID": "be8403cdd1534522ac060ec8497371cd", "StartFrameIndex": 0, "Enable": true }, @@ -7018,9 +7018,9 @@ }, { "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, + "InputSpeed": 0, "JumpForce": 0, - "Enable": true + "Enable": false }, { "@type": "MOD.Core.StateComponent", @@ -7162,9 +7162,9 @@ }, { "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, + "InputSpeed": 0, "JumpForce": 6, - "Enable": true + "Enable": false }, { "@type": "MOD.Core.StateComponent", diff --git a/map/map02.map b/map/map02.map index d810824..347f976 100644 --- a/map/map02.map +++ b/map/map02.map @@ -16,7 +16,7 @@ { "id": "000007d0-0000-4000-8000-0000000007d0", "path": "/maps/map02", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", "jsonString": { "name": "map02", "path": "/maps/map02", @@ -47,7 +47,7 @@ "FootholdsByLayer": { "1": [ { - "Length": 1.29000092, + "Length": 1.27999973, "NextFootholdId": 2, "PreviousFootholdId": 27, "groupID": 1, @@ -62,15 +62,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 1, "StartPoint": { - "x": -8.940001, - "y": -0.0500000119 + "x": -8.93, + "y": -0.04000002 }, "EndPoint": { - "x": -7.64999962, - "y": -0.0500000119 + "x": -7.65000057, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -93,15 +93,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 2, "StartPoint": { "x": -7.64999962, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": -6.75, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -124,15 +124,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 3, "StartPoint": { "x": -6.74999952, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": -5.85, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -155,15 +155,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 4, "StartPoint": { "x": -5.84999943, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": -4.95, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -186,15 +186,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 5, "StartPoint": { "x": -4.95, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": -4.05, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -217,15 +217,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 6, "StartPoint": { "x": -4.05, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": -3.14999986, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -248,15 +248,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 7, "StartPoint": { "x": -3.14999986, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": -2.24999976, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -264,7 +264,7 @@ } }, { - "Length": 0.9, + "Length": 0.899999738, "NextFootholdId": 9, "PreviousFootholdId": 7, "groupID": 1, @@ -279,15 +279,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 8, "StartPoint": { "x": -2.24999976, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { - "x": -1.34999979, - "y": -0.0500000119 + "x": -1.35, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -310,15 +310,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 9, "StartPoint": { "x": -1.35, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": -0.449999958, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -341,15 +341,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 10, "StartPoint": { "x": -0.45, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": 0.449999958, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -372,15 +372,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 11, "StartPoint": { "x": 0.450000018, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": 1.35, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -403,15 +403,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 12, "StartPoint": { "x": 1.34999979, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": 2.25, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -434,15 +434,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 13, "StartPoint": { - "x": 2.24999976, - "y": -0.0500000119 + "x": 2.25, + "y": -0.04000002 }, "EndPoint": { - "x": 3.14999986, - "y": -0.0500000119 + "x": 3.15, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -465,15 +465,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 14, "StartPoint": { "x": 3.14999986, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": 4.04999971, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -496,15 +496,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 15, "StartPoint": { "x": 4.05, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": 4.95, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -527,15 +527,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 16, "StartPoint": { - "x": 4.95, - "y": -0.0500000119 + "x": 4.95000029, + "y": -0.04000002 }, "EndPoint": { - "x": 5.84999943, - "y": -0.0500000119 + "x": 5.85, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -558,15 +558,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 17, "StartPoint": { "x": 5.85, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { "x": 6.74999952, - "y": -0.0500000119 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -574,7 +574,7 @@ } }, { - "Length": 1.289999, + "Length": 1.27999973, "NextFootholdId": 19, "PreviousFootholdId": 17, "groupID": 1, @@ -589,15 +589,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 18, "StartPoint": { "x": 6.75, - "y": -0.0500000119 + "y": -0.04000002 }, "EndPoint": { - "x": 8.039999, - "y": -0.0500000119 + "x": 8.03, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -605,7 +605,7 @@ } }, { - "Length": 0.849999964, + "Length": 0.859999955, "NextFootholdId": 20, "PreviousFootholdId": 18, "groupID": 1, @@ -620,14 +620,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 19, "StartPoint": { - "x": 8.039999, - "y": -0.0500000119 + "x": 8.03, + "y": -0.04000002 }, "EndPoint": { - "x": 8.039999, + "x": 8.03, "y": -0.9 }, "Variance": { @@ -651,14 +651,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 20, "StartPoint": { - "x": 8.039999, + "x": 8.03, "y": -0.9000001 }, "EndPoint": { - "x": 8.039999, + "x": 8.03, "y": -1.50000012 }, "Variance": { @@ -682,14 +682,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 21, "StartPoint": { - "x": 8.039999, + "x": 8.03, "y": -1.50000012 }, "EndPoint": { - "x": 8.039999, + "x": 8.03, "y": -2.10000014 }, "Variance": { @@ -713,14 +713,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 22, "StartPoint": { - "x": 8.039999, + "x": 8.03, "y": -2.10000014 }, "EndPoint": { - "x": 8.039999, + "x": 8.03, "y": -2.7 }, "Variance": { @@ -744,15 +744,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 23, "StartPoint": { - "x": 8.039999, - "y": -2.7 + "x": 8.03, + "y": -2.70000029 }, "EndPoint": { - "x": 8.039999, - "y": -3.3 + "x": 8.03, + "y": -3.30000019 }, "Variance": { "x": 0, @@ -775,14 +775,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 24, "StartPoint": { - "x": 8.039999, + "x": 8.03, "y": -3.30000019 }, "EndPoint": { - "x": 8.039999, + "x": 8.03, "y": -3.9 }, "Variance": { @@ -806,14 +806,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 25, "StartPoint": { - "x": 8.039999, + "x": 8.03, "y": -3.90000033 }, "EndPoint": { - "x": 8.039999, + "x": 8.03, "y": -4.50000048 }, "Variance": { @@ -837,14 +837,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 26, "StartPoint": { - "x": 8.039999, + "x": 8.03, "y": -4.5 }, "EndPoint": { - "x": 8.039999, + "x": 8.03, "y": -5.10000038 }, "Variance": { @@ -853,7 +853,7 @@ } }, { - "Length": 0.849999964, + "Length": 0.859999955, "NextFootholdId": 1, "PreviousFootholdId": 28, "groupID": 1, @@ -868,15 +868,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 27, "StartPoint": { - "x": -8.940001, + "x": -8.93, "y": -0.9 }, "EndPoint": { - "x": -8.940001, - "y": -0.0500000119 + "x": -8.93, + "y": -0.04000002 }, "Variance": { "x": 0, @@ -899,14 +899,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 28, "StartPoint": { - "x": -8.940001, + "x": -8.93, "y": -1.50000012 }, "EndPoint": { - "x": -8.940001, + "x": -8.93, "y": -0.9000001 }, "Variance": { @@ -930,14 +930,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 29, "StartPoint": { - "x": -8.940001, + "x": -8.93, "y": -2.10000014 }, "EndPoint": { - "x": -8.940001, + "x": -8.93, "y": -1.50000012 }, "Variance": { @@ -961,14 +961,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 30, "StartPoint": { - "x": -8.940001, + "x": -8.93, "y": -2.7 }, "EndPoint": { - "x": -8.940001, + "x": -8.93, "y": -2.10000014 }, "Variance": { @@ -992,15 +992,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 31, "StartPoint": { - "x": -8.940001, - "y": -3.3 + "x": -8.93, + "y": -3.30000019 }, "EndPoint": { - "x": -8.940001, - "y": -2.7 + "x": -8.93, + "y": -2.70000029 }, "Variance": { "x": 0, @@ -1023,14 +1023,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 32, "StartPoint": { - "x": -8.940001, + "x": -8.93, "y": -3.9 }, "EndPoint": { - "x": -8.940001, + "x": -8.93, "y": -3.30000019 }, "Variance": { @@ -1054,14 +1054,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 33, "StartPoint": { - "x": -8.940001, + "x": -8.93, "y": -4.50000048 }, "EndPoint": { - "x": -8.940001, + "x": -8.93, "y": -3.90000033 }, "Variance": { @@ -1085,14 +1085,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "000007d3-0000-4000-8000-0000000007d3", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 34, "StartPoint": { - "x": -8.940001, + "x": -8.93, "y": -5.10000038 }, "EndPoint": { - "x": -8.940001, + "x": -8.93, "y": -4.5 }, "Variance": { @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true } ], @@ -6366,7 +6366,7 @@ { "id": "000009c4-0000-4000-8000-0000000009c4", "path": "/maps/map02/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_1", "path": "/maps/map02/combat_1", @@ -6379,18 +6379,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "000009c4-0000-4000-8000-0000000009c4", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 2.3, - "y": 0.0249999911, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6425,38 +6425,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6469,26 +6437,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6507,6 +6482,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6520,7 +6518,7 @@ { "id": "000009c5-0000-4000-8000-0000000009c5", "path": "/maps/map02/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_2", "path": "/maps/map02/combat_2", @@ -6533,18 +6531,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "000009c5-0000-4000-8000-0000000009c5", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 3.8, - "y": 0.0249999911, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6579,38 +6577,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6623,26 +6589,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6661,6 +6634,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6674,7 +6670,7 @@ { "id": "000009c6-0000-4000-8000-0000000009c6", "path": "/maps/map02/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_3", "path": "/maps/map02/combat_3", @@ -6687,18 +6683,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "000009c6-0000-4000-8000-0000000009c6", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 5.2, - "y": 0.0249999911, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6733,38 +6729,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6777,26 +6741,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6815,6 +6786,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6828,7 +6822,7 @@ { "id": "000009c7-0000-4000-8000-0000000009c7", "path": "/maps/map02/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_4", "path": "/maps/map02/elite_4", @@ -6841,18 +6835,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "000009c7-0000-4000-8000-0000000009c7", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 3, - "y": 0.0249999911, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6887,38 +6881,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6931,26 +6893,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6969,6 +6938,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6982,7 +6974,7 @@ { "id": "000009c8-0000-4000-8000-0000000009c8", "path": "/maps/map02/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_5", "path": "/maps/map02/elite_5", @@ -6995,18 +6987,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "000009c8-0000-4000-8000-0000000009c8", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 5, - "y": 0.0249999911, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -7041,38 +7033,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7085,26 +7045,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7123,6 +7090,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -7136,7 +7126,7 @@ { "id": "000009c9-0000-4000-8000-0000000009c9", "path": "/maps/map02/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "boss_6", "path": "/maps/map02/boss_6", @@ -7149,18 +7139,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "000009c9-0000-4000-8000-0000000009c9", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 4, - "y": 0.0249999911, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -7195,38 +7185,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7239,26 +7197,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7277,6 +7242,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, diff --git a/map/map03.map b/map/map03.map index 41e557f..5e99a4b 100644 --- a/map/map03.map +++ b/map/map03.map @@ -16,7 +16,7 @@ { "id": "00000bb8-0000-4000-8000-000000000bb8", "path": "/maps/map03", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", "jsonString": { "name": "map03", "path": "/maps/map03", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true } ], @@ -6366,7 +6366,7 @@ { "id": "00000dac-0000-4000-8000-000000000dac", "path": "/maps/map03/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_1", "path": "/maps/map03/combat_1", @@ -6379,12 +6379,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00000dac-0000-4000-8000-000000000dac", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6425,38 +6425,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6469,26 +6437,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6507,6 +6482,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6520,7 +6518,7 @@ { "id": "00000dad-0000-4000-8000-000000000dad", "path": "/maps/map03/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_2", "path": "/maps/map03/combat_2", @@ -6533,12 +6531,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00000dad-0000-4000-8000-000000000dad", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6579,38 +6577,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6623,26 +6589,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6661,6 +6634,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6674,7 +6670,7 @@ { "id": "00000dae-0000-4000-8000-000000000dae", "path": "/maps/map03/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_3", "path": "/maps/map03/combat_3", @@ -6687,12 +6683,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00000dae-0000-4000-8000-000000000dae", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6733,38 +6729,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6777,26 +6741,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6815,6 +6786,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6828,7 +6822,7 @@ { "id": "00000daf-0000-4000-8000-000000000daf", "path": "/maps/map03/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_4", "path": "/maps/map03/elite_4", @@ -6841,12 +6835,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00000daf-0000-4000-8000-000000000daf", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6887,38 +6881,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6931,26 +6893,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6969,6 +6938,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6982,7 +6974,7 @@ { "id": "00000db0-0000-4000-8000-000000000db0", "path": "/maps/map03/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_5", "path": "/maps/map03/elite_5", @@ -6995,12 +6987,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00000db0-0000-4000-8000-000000000db0", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -7041,38 +7033,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7085,26 +7045,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7123,6 +7090,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -7136,7 +7126,7 @@ { "id": "00000db1-0000-4000-8000-000000000db1", "path": "/maps/map03/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "boss_6", "path": "/maps/map03/boss_6", @@ -7149,12 +7139,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00000db1-0000-4000-8000-000000000db1", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -7195,38 +7185,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7239,26 +7197,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7277,6 +7242,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, diff --git a/map/map04.map b/map/map04.map index cc84adf..089c75d 100644 --- a/map/map04.map +++ b/map/map04.map @@ -16,7 +16,7 @@ { "id": "00000fa0-0000-4000-8000-000000000fa0", "path": "/maps/map04", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", "jsonString": { "name": "map04", "path": "/maps/map04", @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true } ], @@ -6366,7 +6366,7 @@ { "id": "00001194-0000-4000-8000-000000001194", "path": "/maps/map04/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_1", "path": "/maps/map04/combat_1", @@ -6379,12 +6379,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001194-0000-4000-8000-000000001194", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6425,38 +6425,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6469,26 +6437,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6507,6 +6482,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6520,7 +6518,7 @@ { "id": "00001195-0000-4000-8000-000000001195", "path": "/maps/map04/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_2", "path": "/maps/map04/combat_2", @@ -6533,12 +6531,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001195-0000-4000-8000-000000001195", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6579,38 +6577,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6623,26 +6589,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6661,6 +6634,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6674,7 +6670,7 @@ { "id": "00001196-0000-4000-8000-000000001196", "path": "/maps/map04/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_3", "path": "/maps/map04/combat_3", @@ -6687,12 +6683,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001196-0000-4000-8000-000000001196", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6733,38 +6729,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6777,26 +6741,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6815,6 +6786,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6828,7 +6822,7 @@ { "id": "00001197-0000-4000-8000-000000001197", "path": "/maps/map04/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_4", "path": "/maps/map04/elite_4", @@ -6841,12 +6835,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001197-0000-4000-8000-000000001197", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -6887,38 +6881,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6931,26 +6893,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6969,6 +6938,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6982,7 +6974,7 @@ { "id": "00001198-0000-4000-8000-000000001198", "path": "/maps/map04/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_5", "path": "/maps/map04/elite_5", @@ -6995,12 +6987,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001198-0000-4000-8000-000000001198", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -7041,38 +7033,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7085,26 +7045,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7123,6 +7090,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -7136,7 +7126,7 @@ { "id": "00001199-0000-4000-8000-000000001199", "path": "/maps/map04/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "boss_6", "path": "/maps/map04/boss_6", @@ -7149,12 +7139,12 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001199-0000-4000-8000-000000001199", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", @@ -7195,38 +7185,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7239,26 +7197,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7277,6 +7242,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, diff --git a/map/map05.map b/map/map05.map index 613dd40..0d98a4b 100644 --- a/map/map05.map +++ b/map/map05.map @@ -16,7 +16,7 @@ { "id": "00001388-0000-4000-8000-000000001388", "path": "/maps/map05", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.MapCamera,script.PlayerLock", "jsonString": { "name": "map05", "path": "/maps/map05", @@ -47,7 +47,7 @@ "FootholdsByLayer": { "1": [ { - "Length": 1.18000031, + "Length": 1.27999973, "NextFootholdId": 2, "PreviousFootholdId": 27, "groupID": 1, @@ -62,15 +62,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 1, "StartPoint": { - "x": -8.83, - "y": -0.08000001 + "x": -8.93, + "y": -0.04000002 }, "EndPoint": { - "x": -7.64999962, - "y": -0.08000001 + "x": -7.65000057, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -93,15 +93,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 2, "StartPoint": { "x": -7.64999962, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": -6.75, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -124,15 +124,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 3, "StartPoint": { "x": -6.74999952, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": -5.85, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -155,15 +155,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 4, "StartPoint": { "x": -5.84999943, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": -4.95, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -186,15 +186,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 5, "StartPoint": { "x": -4.95, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": -4.05, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -217,15 +217,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 6, "StartPoint": { "x": -4.05, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": -3.14999986, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -248,15 +248,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 7, "StartPoint": { "x": -3.14999986, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": -2.24999976, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -264,7 +264,7 @@ } }, { - "Length": 0.9, + "Length": 0.899999738, "NextFootholdId": 9, "PreviousFootholdId": 7, "groupID": 1, @@ -279,15 +279,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 8, "StartPoint": { "x": -2.24999976, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { - "x": -1.34999979, - "y": -0.08000001 + "x": -1.35, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -310,15 +310,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 9, "StartPoint": { "x": -1.35, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": -0.449999958, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -341,15 +341,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 10, "StartPoint": { "x": -0.45, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": 0.449999958, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -372,15 +372,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 11, "StartPoint": { "x": 0.450000018, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": 1.35, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -403,15 +403,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 12, "StartPoint": { "x": 1.34999979, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": 2.25, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -434,15 +434,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 13, "StartPoint": { - "x": 2.24999976, - "y": -0.08000001 + "x": 2.25, + "y": -0.04000002 }, "EndPoint": { - "x": 3.14999986, - "y": -0.08000001 + "x": 3.15, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -465,15 +465,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 14, "StartPoint": { "x": 3.14999986, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": 4.04999971, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -496,15 +496,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 15, "StartPoint": { "x": 4.05, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": 4.95, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -527,15 +527,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 16, "StartPoint": { - "x": 4.95, - "y": -0.08000001 + "x": 4.95000029, + "y": -0.04000002 }, "EndPoint": { - "x": 5.84999943, - "y": -0.08000001 + "x": 5.85, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -558,15 +558,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 17, "StartPoint": { "x": 5.85, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { "x": 6.74999952, - "y": -0.08000001 + "y": -0.04000002 }, "Variance": { "x": 1, @@ -574,7 +574,7 @@ } }, { - "Length": 1.17999983, + "Length": 1.27999973, "NextFootholdId": 19, "PreviousFootholdId": 17, "groupID": 1, @@ -589,15 +589,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 18, "StartPoint": { "x": 6.75, - "y": -0.08000001 + "y": -0.04000002 }, "EndPoint": { - "x": 7.93, - "y": -0.08000001 + "x": 8.03, + "y": -0.04000002 }, "Variance": { "x": 1, @@ -605,7 +605,7 @@ } }, { - "Length": 0.819999933, + "Length": 0.859999955, "NextFootholdId": 20, "PreviousFootholdId": 18, "groupID": 1, @@ -620,14 +620,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 19, "StartPoint": { - "x": 7.93, - "y": -0.08000001 + "x": 8.03, + "y": -0.04000002 }, "EndPoint": { - "x": 7.93, + "x": 8.03, "y": -0.9 }, "Variance": { @@ -651,14 +651,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 20, "StartPoint": { - "x": 7.93, + "x": 8.03, "y": -0.9000001 }, "EndPoint": { - "x": 7.93, + "x": 8.03, "y": -1.50000012 }, "Variance": { @@ -682,14 +682,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 21, "StartPoint": { - "x": 7.93, + "x": 8.03, "y": -1.50000012 }, "EndPoint": { - "x": 7.93, + "x": 8.03, "y": -2.10000014 }, "Variance": { @@ -713,14 +713,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 22, "StartPoint": { - "x": 7.93, + "x": 8.03, "y": -2.10000014 }, "EndPoint": { - "x": 7.93, + "x": 8.03, "y": -2.7 }, "Variance": { @@ -744,15 +744,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 23, "StartPoint": { - "x": 7.93, - "y": -2.7 + "x": 8.03, + "y": -2.70000029 }, "EndPoint": { - "x": 7.93, - "y": -3.3 + "x": 8.03, + "y": -3.30000019 }, "Variance": { "x": 0, @@ -775,14 +775,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 24, "StartPoint": { - "x": 7.93, + "x": 8.03, "y": -3.30000019 }, "EndPoint": { - "x": 7.93, + "x": 8.03, "y": -3.9 }, "Variance": { @@ -806,14 +806,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 25, "StartPoint": { - "x": 7.93, + "x": 8.03, "y": -3.90000033 }, "EndPoint": { - "x": 7.93, + "x": 8.03, "y": -4.50000048 }, "Variance": { @@ -837,14 +837,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 26, "StartPoint": { - "x": 7.93, + "x": 8.03, "y": -4.5 }, "EndPoint": { - "x": 7.93, + "x": 8.03, "y": -5.10000038 }, "Variance": { @@ -853,7 +853,7 @@ } }, { - "Length": 0.819999933, + "Length": 0.859999955, "NextFootholdId": 1, "PreviousFootholdId": 28, "groupID": 1, @@ -868,15 +868,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 27, "StartPoint": { - "x": -8.83, + "x": -8.93, "y": -0.9 }, "EndPoint": { - "x": -8.83, - "y": -0.08000001 + "x": -8.93, + "y": -0.04000002 }, "Variance": { "x": 0, @@ -899,14 +899,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 28, "StartPoint": { - "x": -8.83, + "x": -8.93, "y": -1.50000012 }, "EndPoint": { - "x": -8.83, + "x": -8.93, "y": -0.9000001 }, "Variance": { @@ -930,14 +930,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 29, "StartPoint": { - "x": -8.83, + "x": -8.93, "y": -2.10000014 }, "EndPoint": { - "x": -8.83, + "x": -8.93, "y": -1.50000012 }, "Variance": { @@ -961,14 +961,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 30, "StartPoint": { - "x": -8.83, + "x": -8.93, "y": -2.7 }, "EndPoint": { - "x": -8.83, + "x": -8.93, "y": -2.10000014 }, "Variance": { @@ -992,15 +992,15 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 31, "StartPoint": { - "x": -8.83, - "y": -3.3 + "x": -8.93, + "y": -3.30000019 }, "EndPoint": { - "x": -8.83, - "y": -2.7 + "x": -8.93, + "y": -2.70000029 }, "Variance": { "x": 0, @@ -1023,14 +1023,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 32, "StartPoint": { - "x": -8.83, + "x": -8.93, "y": -3.9 }, "EndPoint": { - "x": -8.83, + "x": -8.93, "y": -3.30000019 }, "Variance": { @@ -1054,14 +1054,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 33, "StartPoint": { - "x": -8.83, + "x": -8.93, "y": -4.50000048 }, "EndPoint": { - "x": -8.83, + "x": -8.93, "y": -3.90000033 }, "Variance": { @@ -1085,14 +1085,14 @@ "isCustomFoothold": false, "inertiaOption": 0 }, - "OwnerId": "0000138b-0000-4000-8000-00000000138b", + "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", "Id": 34, "StartPoint": { - "x": -8.83, + "x": -8.93, "y": -5.10000038 }, "EndPoint": { - "x": -8.83, + "x": -8.93, "y": -4.5 }, "Variance": { @@ -1105,11 +1105,11 @@ "Enable": true }, { - "@type": "script.PlayerLock", + "@type": "script.MapCamera", "Enable": true }, { - "@type": "script.MapCamera", + "@type": "script.PlayerLock", "Enable": true } ], @@ -6366,7 +6366,7 @@ { "id": "0000157c-0000-4000-8000-00000000157c", "path": "/maps/map05/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_1", "path": "/maps/map05/combat_1", @@ -6379,18 +6379,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "0000157c-0000-4000-8000-00000000157c", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 2.3, - "y": -0.00500001, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6425,38 +6425,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6469,26 +6437,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6507,6 +6482,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6520,7 +6518,7 @@ { "id": "0000157d-0000-4000-8000-00000000157d", "path": "/maps/map05/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_2", "path": "/maps/map05/combat_2", @@ -6533,18 +6531,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "0000157d-0000-4000-8000-00000000157d", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 3.8, - "y": -0.00500001, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6579,38 +6577,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6623,26 +6589,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6661,6 +6634,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6674,7 +6670,7 @@ { "id": "0000157e-0000-4000-8000-00000000157e", "path": "/maps/map05/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "combat_3", "path": "/maps/map05/combat_3", @@ -6687,18 +6683,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "0000157e-0000-4000-8000-00000000157e", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 5.2, - "y": -0.00500001, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6733,38 +6729,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6777,26 +6741,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6815,6 +6786,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6828,7 +6822,7 @@ { "id": "0000157f-0000-4000-8000-00000000157f", "path": "/maps/map05/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_4", "path": "/maps/map05/elite_4", @@ -6841,18 +6835,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "0000157f-0000-4000-8000-00000000157f", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 3, - "y": -0.00500001, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6887,38 +6881,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -6931,26 +6893,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -6969,6 +6938,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -6982,7 +6974,7 @@ { "id": "00001580-0000-4000-8000-000000001580", "path": "/maps/map05/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "elite_5", "path": "/maps/map05/elite_5", @@ -6995,18 +6987,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001580-0000-4000-8000-000000001580", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 5, - "y": -0.00500001, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -7041,38 +7033,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7085,26 +7045,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7123,6 +7090,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, @@ -7136,7 +7126,7 @@ { "id": "00001581-0000-4000-8000-000000001581", "path": "/maps/map05/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent,script.CombatMonster", "jsonString": { "name": "boss_6", "path": "/maps/map05/boss_6", @@ -7149,18 +7139,18 @@ "revision": 2, "origin": { "type": "Model", - "entry_id": "StaticMonster", + "entry_id": "ChaseMonster", "sub_entity_id": null, "root_entity_id": "00001581-0000-4000-8000-000000001581", "replaced_model_id": null }, - "modelId": "staticmonster", + "modelId": "chasemonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { "x": 4, - "y": -0.00500001, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -7195,38 +7185,6 @@ "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, { "@type": "MOD.Core.RigidbodyComponent", "MoveVelocity": { @@ -7239,26 +7197,33 @@ }, "Enable": true }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, { "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 + "InputSpeed": 0, + "JumpForce": 6, + "Enable": false + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.63, + "y": 0.58 + }, + "ColliderOffset": { + "x": 0.0449999869, + "y": 0.29 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true }, { "@type": "script.Monster", @@ -7277,6 +7242,29 @@ "y": 0 } }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSettingComponent", + "DamageSkinId": { + "DataId": "02c22d93421b4038b3c413b3e40b57ec" + }, + "Enable": true + }, { "@type": "script.CombatMonster", "Enable": true, diff --git a/map/map06.map b/map/map06.map deleted file mode 100644 index e5a0cfd..0000000 --- a/map/map06.map +++ /dev/null @@ -1,7292 +0,0 @@ -{ - "Id": "", - "GameId": "", - "EntryKey": "map://map06", - "ContentType": "x-mod/map", - "Content": "", - "Usage": 0, - "UsePublish": 1, - "UseService": 0, - "CoreVersion": "26.5.0.0", - "StudioVersion": "0.1.0.0", - "DynamicLoading": 0, - "ContentProto": { - "Use": "Binary", - "Entities": [ - { - "id": "00001770-0000-4000-8000-000000001770", - "path": "/maps/map06", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", - "jsonString": { - "name": "map06", - "path": "/maps/map06", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "//", - "revision": 2, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.MapComponent", - "AirAccelerationXFactor": 1, - "AirDecelerationXFactor": 1, - "FallSpeedMaxXFactor": 1, - "FallSpeedMaxYFactor": 1, - "Gravity": 1, - "IsInstanceMap": false, - "TileMapMode": 0, - "WalkAccelerationFactor": 1, - "WalkDrag": 1, - "Enable": true - }, - { - "@type": "MOD.Core.FootholdComponent", - "FootholdsByLayer": { - "1": [ - { - "Length": 1.13000011, - "NextFootholdId": 2, - "PreviousFootholdId": 27, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 1, - "StartPoint": { - "x": -8.78, - "y": -0.15 - }, - "EndPoint": { - "x": -7.64999962, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 3, - "PreviousFootholdId": 1, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 2, - "StartPoint": { - "x": -7.64999962, - "y": -0.15 - }, - "EndPoint": { - "x": -6.75, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 4, - "PreviousFootholdId": 2, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 3, - "StartPoint": { - "x": -6.74999952, - "y": -0.15 - }, - "EndPoint": { - "x": -5.85, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 5, - "PreviousFootholdId": 3, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 4, - "StartPoint": { - "x": -5.84999943, - "y": -0.15 - }, - "EndPoint": { - "x": -4.95, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 6, - "PreviousFootholdId": 4, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 5, - "StartPoint": { - "x": -4.95, - "y": -0.15 - }, - "EndPoint": { - "x": -4.05, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.900000334, - "NextFootholdId": 7, - "PreviousFootholdId": 5, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 6, - "StartPoint": { - "x": -4.05, - "y": -0.15 - }, - "EndPoint": { - "x": -3.14999986, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 8, - "PreviousFootholdId": 6, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 7, - "StartPoint": { - "x": -3.14999986, - "y": -0.15 - }, - "EndPoint": { - "x": -2.24999976, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 9, - "PreviousFootholdId": 7, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 8, - "StartPoint": { - "x": -2.24999976, - "y": -0.15 - }, - "EndPoint": { - "x": -1.34999979, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 10, - "PreviousFootholdId": 8, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 9, - "StartPoint": { - "x": -1.35, - "y": -0.15 - }, - "EndPoint": { - "x": -0.449999958, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 11, - "PreviousFootholdId": 9, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 10, - "StartPoint": { - "x": -0.45, - "y": -0.15 - }, - "EndPoint": { - "x": 0.449999958, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 12, - "PreviousFootholdId": 10, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 11, - "StartPoint": { - "x": 0.450000018, - "y": -0.15 - }, - "EndPoint": { - "x": 1.35, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000002, - "NextFootholdId": 13, - "PreviousFootholdId": 11, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 12, - "StartPoint": { - "x": 1.34999979, - "y": -0.15 - }, - "EndPoint": { - "x": 2.25, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 14, - "PreviousFootholdId": 12, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 13, - "StartPoint": { - "x": 2.24999976, - "y": -0.15 - }, - "EndPoint": { - "x": 3.14999986, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999857, - "NextFootholdId": 15, - "PreviousFootholdId": 13, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 14, - "StartPoint": { - "x": 3.14999986, - "y": -0.15 - }, - "EndPoint": { - "x": 4.04999971, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 16, - "PreviousFootholdId": 14, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 15, - "StartPoint": { - "x": 4.05, - "y": -0.15 - }, - "EndPoint": { - "x": 4.95, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 17, - "PreviousFootholdId": 15, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 16, - "StartPoint": { - "x": 4.95, - "y": -0.15 - }, - "EndPoint": { - "x": 5.84999943, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 18, - "PreviousFootholdId": 16, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 17, - "StartPoint": { - "x": 5.85, - "y": -0.15 - }, - "EndPoint": { - "x": 6.74999952, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 1.12999964, - "NextFootholdId": 19, - "PreviousFootholdId": 17, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 18, - "StartPoint": { - "x": 6.75, - "y": -0.15 - }, - "EndPoint": { - "x": 7.87999964, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.75, - "NextFootholdId": 20, - "PreviousFootholdId": 18, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 19, - "StartPoint": { - "x": 7.87999964, - "y": -0.15 - }, - "EndPoint": { - "x": 7.87999964, - "y": -0.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 21, - "PreviousFootholdId": 19, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 20, - "StartPoint": { - "x": 7.87999964, - "y": -0.9000001 - }, - "EndPoint": { - "x": 7.87999964, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 22, - "PreviousFootholdId": 20, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 21, - "StartPoint": { - "x": 7.87999964, - "y": -1.50000012 - }, - "EndPoint": { - "x": 7.87999964, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 23, - "PreviousFootholdId": 21, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 22, - "StartPoint": { - "x": 7.87999964, - "y": -2.10000014 - }, - "EndPoint": { - "x": 7.87999964, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 24, - "PreviousFootholdId": 22, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 23, - "StartPoint": { - "x": 7.87999964, - "y": -2.7 - }, - "EndPoint": { - "x": 7.87999964, - "y": -3.3 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 25, - "PreviousFootholdId": 23, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 24, - "StartPoint": { - "x": 7.87999964, - "y": -3.30000019 - }, - "EndPoint": { - "x": 7.87999964, - "y": -3.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 26, - "PreviousFootholdId": 24, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 25, - "StartPoint": { - "x": 7.87999964, - "y": -3.90000033 - }, - "EndPoint": { - "x": 7.87999964, - "y": -4.50000048 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 0, - "PreviousFootholdId": 25, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 26, - "StartPoint": { - "x": 7.87999964, - "y": -4.5 - }, - "EndPoint": { - "x": 7.87999964, - "y": -5.10000038 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.75, - "NextFootholdId": 1, - "PreviousFootholdId": 28, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 27, - "StartPoint": { - "x": -8.78, - "y": -0.9 - }, - "EndPoint": { - "x": -8.78, - "y": -0.15 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 27, - "PreviousFootholdId": 29, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 28, - "StartPoint": { - "x": -8.78, - "y": -1.50000012 - }, - "EndPoint": { - "x": -8.78, - "y": -0.9000001 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 28, - "PreviousFootholdId": 30, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 29, - "StartPoint": { - "x": -8.78, - "y": -2.10000014 - }, - "EndPoint": { - "x": -8.78, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 29, - "PreviousFootholdId": 31, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 30, - "StartPoint": { - "x": -8.78, - "y": -2.7 - }, - "EndPoint": { - "x": -8.78, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 30, - "PreviousFootholdId": 32, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 31, - "StartPoint": { - "x": -8.78, - "y": -3.3 - }, - "EndPoint": { - "x": -8.78, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 31, - "PreviousFootholdId": 33, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 32, - "StartPoint": { - "x": -8.78, - "y": -3.9 - }, - "EndPoint": { - "x": -8.78, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 32, - "PreviousFootholdId": 34, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 33, - "StartPoint": { - "x": -8.78, - "y": -4.50000048 - }, - "EndPoint": { - "x": -8.78, - "y": -3.90000033 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 33, - "PreviousFootholdId": 0, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001773-0000-4000-8000-000000001773", - "Id": 34, - "StartPoint": { - "x": -8.78, - "y": -5.10000038 - }, - "EndPoint": { - "x": -8.78, - "y": -4.5 - }, - "Variance": { - "x": 0, - "y": 1 - } - } - ] - }, - "Enable": true - }, - { - "@type": "script.PlayerLock", - "Enable": true - }, - { - "@type": "script.MapCamera", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001771-0000-4000-8000-000000001771", - "path": "/maps/map06/Background", - "componentNames": "MOD.Core.BackgroundComponent", - "jsonString": { - "name": "Background", - "path": "/maps/map06/Background", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.BackgroundComponent", - "SolidColor": { - "r": 0.5019608, - "g": 0.5019608, - "b": 0.5019608, - "a": 0.7058824 - }, - "TemplateRUID": "d84241f17de344a097f5b96ac914f1d2", - "Type": 1, - "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001772-0000-4000-8000-000000001772", - "path": "/maps/map06/MapleMapLayer", - "componentNames": "MOD.Core.MapLayerComponent", - "jsonString": { - "name": "MapleMapLayer", - "path": "/maps/map06/MapleMapLayer", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 1, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "maplemaplayer", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "maplemaplayer", - "@components": [ - { - "@type": "MOD.Core.MapLayerComponent", - "IsVisible": true, - "LayerSortOrder": 0, - "Locked": false, - "MapLayerName": "Layer1", - "Thumbnail": "", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001773-0000-4000-8000-000000001773", - "path": "/maps/map06/TileMap", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", - "jsonString": { - "name": "TileMap", - "path": "/maps/map06/TileMap", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 2, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "tilemap", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "tilemap", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": -0.225, - "y": -0.15, - "z": 1000 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.TileMapComponent", - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FootholdDrag": 1, - "FootholdForce": 0, - "FootholdWalkSpeedFactor": 1, - "IgnoreMapLayerCheck": false, - "IsOddGridPosition": false, - "OrderInLayer": 1, - "SortingLayer": "MapLayer0", - "TileMapVersion": 1, - "TileSetRUID": { - "DataId": "e80a4b6e22d34348837d2ecf30e7cf74" - }, - "Tiles": [ - { - "type": 5, - "position": { - "x": -16, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -4 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -4 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": -16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -14, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -12, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -8, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -6, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -4, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 0, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": 2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 4, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 6, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 8, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -2 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 12, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -4 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -5 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -6 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -6 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -6 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 14, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 11, - "position": { - "x": 17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -14 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -2, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -6, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -16 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -10, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -14, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -16, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": -18, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 8, - "position": { - "x": -19, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 11, - "position": { - "x": -19, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": -18, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -10 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -8 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 2, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 7, - "position": { - "x": 0, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 6, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 16, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 8, - "position": { - "x": 17, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 14, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -16 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": 10, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -12 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -8 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -12 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -12 - }, - "tileIndex": 5 - } - ], - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001774-0000-4000-8000-000000001774", - "path": "/maps/map06/SpawnLocation", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", - "jsonString": { - "name": "SpawnLocation", - "path": "/maps/map06/SpawnLocation", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 3, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Rotation": { - "x": 0, - "y": 0, - "z": 0 - }, - "Position": { - "x": -5, - "y": 0, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "ZRotation": 0, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "DrawMode": 0, - "EndFrameIndex": 2147483647, - "FlipX": false, - "FlipY": false, - "IgnoreMapLayerCheck": false, - "OrderInLayer": 0, - "PlayRate": 1, - "RenderSetting": 0, - "SortingLayer": "Default", - "SpriteRUID": "8ef238e0d0ca4bb783aca526cff35d11", - "StartFrameIndex": 0, - "TiledSize": { - "x": 1, - "y": 1 - }, - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpawnLocationComponent", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001964-0000-4000-8000-000000001964", - "path": "/maps/map06/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_1", - "path": "/maps/map06/combat_1", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001964-0000-4000-8000-000000001964", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.3, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3109357701ae41a4bcc7543f52f1f4c3", - "hit": "ce0269079e884545b5bb6ea075e2a67f", - "die": "a5e65650e00e47878cac1be7a5b999a0" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "3109357701ae41a4bcc7543f52f1f4c3", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "pig", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00001965-0000-4000-8000-000000001965", - "path": "/maps/map06/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_2", - "path": "/maps/map06/combat_2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001965-0000-4000-8000-000000001965", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3.8, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "a2204a21d88942b281d2cac6053ffbaa", - "hit": "afc08936b8a64b26bc3dd8c03ead1f26", - "die": "fc1c6d9ba9bc413ab53b6dbfae3ac45b" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "a2204a21d88942b281d2cac6053ffbaa", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "green_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00001966-0000-4000-8000-000000001966", - "path": "/maps/map06/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_3", - "path": "/maps/map06/combat_3", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001966-0000-4000-8000-000000001966", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5.2, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "f86992ba9c41487c8480fcb893fcbda6", - "hit": "d305b942b1704c8084548108ff3b7a6b", - "die": "5a563e5fd98c4132b61057dc6bb8aaf2" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "f86992ba9c41487c8480fcb893fcbda6", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "blue_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00001967-0000-4000-8000-000000001967", - "path": "/maps/map06/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_4", - "path": "/maps/map06/elite_4", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001967-0000-4000-8000-000000001967", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "96e955c1bf27415e84f96deea200a8f1", - "hit": "aec9504d5dc24aceb5646b79d30abad4", - "die": "65a2bfb039614f2e9e4ccc354340153d" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "96e955c1bf27415e84f96deea200a8f1", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "mushmom", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00001968-0000-4000-8000-000000001968", - "path": "/maps/map06/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_5", - "path": "/maps/map06/elite_5", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001968-0000-4000-8000-000000001968", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "ed3908e24d694bb786023fc1ed073489", - "hit": "4763c9bebc9245998c9c499b6316aa9f", - "die": "b168793b92a844a3a3a6f4ce647a14d2" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "ed3908e24d694bb786023fc1ed073489", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "modified_snail", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00001969-0000-4000-8000-000000001969", - "path": "/maps/map06/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "boss_6", - "path": "/maps/map06/boss_6", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001969-0000-4000-8000-000000001969", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 4, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "48c10437ae8344a9b2a1d3f36185728f", - "hit": "9044063647854f5e9128efcf80e909be", - "die": "f414577d18c94cc387c275df4abdbc3b" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "48c10437ae8344a9b2a1d3f36185728f", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "king_slime", - "Group": "boss" - } - ], - "@version": 1 - } - } - ] - } -} \ No newline at end of file diff --git a/map/map07.map b/map/map07.map deleted file mode 100644 index 48a092c..0000000 --- a/map/map07.map +++ /dev/null @@ -1,7292 +0,0 @@ -{ - "Id": "", - "GameId": "", - "EntryKey": "map://map07", - "ContentType": "x-mod/map", - "Content": "", - "Usage": 0, - "UsePublish": 1, - "UseService": 0, - "CoreVersion": "26.5.0.0", - "StudioVersion": "0.1.0.0", - "DynamicLoading": 0, - "ContentProto": { - "Use": "Binary", - "Entities": [ - { - "id": "00001b58-0000-4000-8000-000000001b58", - "path": "/maps/map07", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", - "jsonString": { - "name": "map07", - "path": "/maps/map07", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "//", - "revision": 2, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.MapComponent", - "AirAccelerationXFactor": 1, - "AirDecelerationXFactor": 1, - "FallSpeedMaxXFactor": 1, - "FallSpeedMaxYFactor": 1, - "Gravity": 1, - "IsInstanceMap": false, - "TileMapMode": 0, - "WalkAccelerationFactor": 1, - "WalkDrag": 1, - "Enable": true - }, - { - "@type": "MOD.Core.FootholdComponent", - "FootholdsByLayer": { - "1": [ - { - "Length": 1.250001, - "NextFootholdId": 2, - "PreviousFootholdId": 27, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 1, - "StartPoint": { - "x": -8.900001, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -7.64999962, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 3, - "PreviousFootholdId": 1, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 2, - "StartPoint": { - "x": -7.64999962, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -6.75, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 4, - "PreviousFootholdId": 2, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 3, - "StartPoint": { - "x": -6.74999952, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -5.85, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 5, - "PreviousFootholdId": 3, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 4, - "StartPoint": { - "x": -5.84999943, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -4.95, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 6, - "PreviousFootholdId": 4, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 5, - "StartPoint": { - "x": -4.95, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -4.05, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.900000334, - "NextFootholdId": 7, - "PreviousFootholdId": 5, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 6, - "StartPoint": { - "x": -4.05, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -3.14999986, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 8, - "PreviousFootholdId": 6, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 7, - "StartPoint": { - "x": -3.14999986, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -2.24999976, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 9, - "PreviousFootholdId": 7, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 8, - "StartPoint": { - "x": -2.24999976, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -1.34999979, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 10, - "PreviousFootholdId": 8, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 9, - "StartPoint": { - "x": -1.35, - "y": -0.0600000173 - }, - "EndPoint": { - "x": -0.449999958, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 11, - "PreviousFootholdId": 9, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 10, - "StartPoint": { - "x": -0.45, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 0.449999958, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 12, - "PreviousFootholdId": 10, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 11, - "StartPoint": { - "x": 0.450000018, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 1.35, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000002, - "NextFootholdId": 13, - "PreviousFootholdId": 11, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 12, - "StartPoint": { - "x": 1.34999979, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 2.25, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 14, - "PreviousFootholdId": 12, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 13, - "StartPoint": { - "x": 2.24999976, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 3.14999986, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999857, - "NextFootholdId": 15, - "PreviousFootholdId": 13, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 14, - "StartPoint": { - "x": 3.14999986, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 4.04999971, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 16, - "PreviousFootholdId": 14, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 15, - "StartPoint": { - "x": 4.05, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 4.95, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 17, - "PreviousFootholdId": 15, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 16, - "StartPoint": { - "x": 4.95, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 5.84999943, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 18, - "PreviousFootholdId": 16, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 17, - "StartPoint": { - "x": 5.85, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 6.74999952, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 1.24999952, - "NextFootholdId": 19, - "PreviousFootholdId": 17, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 18, - "StartPoint": { - "x": 6.75, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 7.99999952, - "y": -0.0600000173 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.84, - "NextFootholdId": 20, - "PreviousFootholdId": 18, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 19, - "StartPoint": { - "x": 7.99999952, - "y": -0.0600000173 - }, - "EndPoint": { - "x": 7.99999952, - "y": -0.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 21, - "PreviousFootholdId": 19, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 20, - "StartPoint": { - "x": 7.99999952, - "y": -0.9000001 - }, - "EndPoint": { - "x": 7.99999952, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 22, - "PreviousFootholdId": 20, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 21, - "StartPoint": { - "x": 7.99999952, - "y": -1.50000012 - }, - "EndPoint": { - "x": 7.99999952, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 23, - "PreviousFootholdId": 21, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 22, - "StartPoint": { - "x": 7.99999952, - "y": -2.10000014 - }, - "EndPoint": { - "x": 7.99999952, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 24, - "PreviousFootholdId": 22, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 23, - "StartPoint": { - "x": 7.99999952, - "y": -2.7 - }, - "EndPoint": { - "x": 7.99999952, - "y": -3.3 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 25, - "PreviousFootholdId": 23, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 24, - "StartPoint": { - "x": 7.99999952, - "y": -3.30000019 - }, - "EndPoint": { - "x": 7.99999952, - "y": -3.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 26, - "PreviousFootholdId": 24, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 25, - "StartPoint": { - "x": 7.99999952, - "y": -3.90000033 - }, - "EndPoint": { - "x": 7.99999952, - "y": -4.50000048 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 0, - "PreviousFootholdId": 25, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 26, - "StartPoint": { - "x": 7.99999952, - "y": -4.5 - }, - "EndPoint": { - "x": 7.99999952, - "y": -5.10000038 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.84, - "NextFootholdId": 1, - "PreviousFootholdId": 28, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 27, - "StartPoint": { - "x": -8.900001, - "y": -0.9 - }, - "EndPoint": { - "x": -8.900001, - "y": -0.0600000173 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 27, - "PreviousFootholdId": 29, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 28, - "StartPoint": { - "x": -8.900001, - "y": -1.50000012 - }, - "EndPoint": { - "x": -8.900001, - "y": -0.9000001 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 28, - "PreviousFootholdId": 30, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 29, - "StartPoint": { - "x": -8.900001, - "y": -2.10000014 - }, - "EndPoint": { - "x": -8.900001, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 29, - "PreviousFootholdId": 31, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 30, - "StartPoint": { - "x": -8.900001, - "y": -2.7 - }, - "EndPoint": { - "x": -8.900001, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 30, - "PreviousFootholdId": 32, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 31, - "StartPoint": { - "x": -8.900001, - "y": -3.3 - }, - "EndPoint": { - "x": -8.900001, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 31, - "PreviousFootholdId": 33, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 32, - "StartPoint": { - "x": -8.900001, - "y": -3.9 - }, - "EndPoint": { - "x": -8.900001, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 32, - "PreviousFootholdId": 34, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 33, - "StartPoint": { - "x": -8.900001, - "y": -4.50000048 - }, - "EndPoint": { - "x": -8.900001, - "y": -3.90000033 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 33, - "PreviousFootholdId": 0, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00001b5b-0000-4000-8000-000000001b5b", - "Id": 34, - "StartPoint": { - "x": -8.900001, - "y": -5.10000038 - }, - "EndPoint": { - "x": -8.900001, - "y": -4.5 - }, - "Variance": { - "x": 0, - "y": 1 - } - } - ] - }, - "Enable": true - }, - { - "@type": "script.PlayerLock", - "Enable": true - }, - { - "@type": "script.MapCamera", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001b59-0000-4000-8000-000000001b59", - "path": "/maps/map07/Background", - "componentNames": "MOD.Core.BackgroundComponent", - "jsonString": { - "name": "Background", - "path": "/maps/map07/Background", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.BackgroundComponent", - "SolidColor": { - "r": 0.5019608, - "g": 0.5019608, - "b": 0.5019608, - "a": 0.7058824 - }, - "TemplateRUID": "60741c3333334297b9f211939e02a4fc", - "Type": 1, - "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001b5a-0000-4000-8000-000000001b5a", - "path": "/maps/map07/MapleMapLayer", - "componentNames": "MOD.Core.MapLayerComponent", - "jsonString": { - "name": "MapleMapLayer", - "path": "/maps/map07/MapleMapLayer", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 1, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "maplemaplayer", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "maplemaplayer", - "@components": [ - { - "@type": "MOD.Core.MapLayerComponent", - "IsVisible": true, - "LayerSortOrder": 0, - "Locked": false, - "MapLayerName": "Layer1", - "Thumbnail": "", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001b5b-0000-4000-8000-000000001b5b", - "path": "/maps/map07/TileMap", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", - "jsonString": { - "name": "TileMap", - "path": "/maps/map07/TileMap", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 2, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "tilemap", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "tilemap", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": -0.225, - "y": -0.15, - "z": 1000 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.TileMapComponent", - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FootholdDrag": 1, - "FootholdForce": 0, - "FootholdWalkSpeedFactor": 1, - "IgnoreMapLayerCheck": false, - "IsOddGridPosition": false, - "OrderInLayer": 1, - "SortingLayer": "MapLayer0", - "TileMapVersion": 1, - "TileSetRUID": { - "DataId": "23e80224ef624ea5af497cc50aa0e752" - }, - "Tiles": [ - { - "type": 5, - "position": { - "x": -16, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -4 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -4 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": -16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -14, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -12, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -8, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -6, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -4, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 0, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": 2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 4, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 6, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 8, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -2 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 12, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -4 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -5 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -6 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -6 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -6 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 14, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 11, - "position": { - "x": 17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -14 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -2, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -6, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -16 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -10, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -14, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -16, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": -18, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 8, - "position": { - "x": -19, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 11, - "position": { - "x": -19, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": -18, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -10 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -8 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 2, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 7, - "position": { - "x": 0, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 6, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 16, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 8, - "position": { - "x": 17, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 14, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -16 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": 10, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -12 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -8 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -12 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -12 - }, - "tileIndex": 5 - } - ], - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001b5c-0000-4000-8000-000000001b5c", - "path": "/maps/map07/SpawnLocation", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", - "jsonString": { - "name": "SpawnLocation", - "path": "/maps/map07/SpawnLocation", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 3, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Rotation": { - "x": 0, - "y": 0, - "z": 0 - }, - "Position": { - "x": -5, - "y": 0, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "ZRotation": 0, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "DrawMode": 0, - "EndFrameIndex": 2147483647, - "FlipX": false, - "FlipY": false, - "IgnoreMapLayerCheck": false, - "OrderInLayer": 0, - "PlayRate": 1, - "RenderSetting": 0, - "SortingLayer": "Default", - "SpriteRUID": "8ef238e0d0ca4bb783aca526cff35d11", - "StartFrameIndex": 0, - "TiledSize": { - "x": 1, - "y": 1 - }, - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpawnLocationComponent", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001d4c-0000-4000-8000-000000001d4c", - "path": "/maps/map07/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_1", - "path": "/maps/map07/combat_1", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001d4c-0000-4000-8000-000000001d4c", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.3, - "y": 0.0149999857, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "d8f014043ce8418f96700c2b6c9ebf6c", - "hit": "c3cf643b618346c7bfa6574187b396f9", - "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "d8f014043ce8418f96700c2b6c9ebf6c", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "pig", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00001d4d-0000-4000-8000-000000001d4d", - "path": "/maps/map07/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_2", - "path": "/maps/map07/combat_2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001d4d-0000-4000-8000-000000001d4d", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3.8, - "y": 0.0149999857, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "a2204a21d88942b281d2cac6053ffbaa", - "hit": "afc08936b8a64b26bc3dd8c03ead1f26", - "die": "fc1c6d9ba9bc413ab53b6dbfae3ac45b" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "a2204a21d88942b281d2cac6053ffbaa", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "blue_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00001d4e-0000-4000-8000-000000001d4e", - "path": "/maps/map07/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_3", - "path": "/maps/map07/combat_3", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001d4e-0000-4000-8000-000000001d4e", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5.2, - "y": 0.0149999857, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "ed3908e24d694bb786023fc1ed073489", - "hit": "4763c9bebc9245998c9c499b6316aa9f", - "die": "b168793b92a844a3a3a6f4ce647a14d2" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "ed3908e24d694bb786023fc1ed073489", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "green_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00001d4f-0000-4000-8000-000000001d4f", - "path": "/maps/map07/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_4", - "path": "/maps/map07/elite_4", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001d4f-0000-4000-8000-000000001d4f", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3, - "y": 0.0149999857, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "96e955c1bf27415e84f96deea200a8f1", - "hit": "aec9504d5dc24aceb5646b79d30abad4", - "die": "65a2bfb039614f2e9e4ccc354340153d" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "96e955c1bf27415e84f96deea200a8f1", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "mushmom", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00001d50-0000-4000-8000-000000001d50", - "path": "/maps/map07/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_5", - "path": "/maps/map07/elite_5", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001d50-0000-4000-8000-000000001d50", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5, - "y": 0.0149999857, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3109357701ae41a4bcc7543f52f1f4c3", - "hit": "ce0269079e884545b5bb6ea075e2a67f", - "die": "a5e65650e00e47878cac1be7a5b999a0" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "3109357701ae41a4bcc7543f52f1f4c3", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "modified_snail", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00001d51-0000-4000-8000-000000001d51", - "path": "/maps/map07/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "boss_6", - "path": "/maps/map07/boss_6", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00001d51-0000-4000-8000-000000001d51", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 4, - "y": 0.0149999857, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "48c10437ae8344a9b2a1d3f36185728f", - "hit": "9044063647854f5e9128efcf80e909be", - "die": "f414577d18c94cc387c275df4abdbc3b" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "48c10437ae8344a9b2a1d3f36185728f", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "king_slime", - "Group": "boss" - } - ], - "@version": 1 - } - } - ] - } -} \ No newline at end of file diff --git a/map/map08.map b/map/map08.map deleted file mode 100644 index 660f2ac..0000000 --- a/map/map08.map +++ /dev/null @@ -1,7292 +0,0 @@ -{ - "Id": "", - "GameId": "", - "EntryKey": "map://map08", - "ContentType": "x-mod/map", - "Content": "", - "Usage": 0, - "UsePublish": 1, - "UseService": 0, - "CoreVersion": "26.5.0.0", - "StudioVersion": "0.1.0.0", - "DynamicLoading": 0, - "ContentProto": { - "Use": "Binary", - "Entities": [ - { - "id": "00001f40-0000-4000-8000-000000001f40", - "path": "/maps/map08", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", - "jsonString": { - "name": "map08", - "path": "/maps/map08", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "//", - "revision": 2, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.MapComponent", - "AirAccelerationXFactor": 1, - "AirDecelerationXFactor": 1, - "FallSpeedMaxXFactor": 1, - "FallSpeedMaxYFactor": 1, - "Gravity": 1, - "IsInstanceMap": false, - "TileMapMode": 0, - "WalkAccelerationFactor": 1, - "WalkDrag": 1, - "Enable": true - }, - { - "@type": "MOD.Core.FootholdComponent", - "FootholdsByLayer": { - "1": [ - { - "Length": 1.27999973, - "NextFootholdId": 2, - "PreviousFootholdId": 27, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 1, - "StartPoint": { - "x": -8.93, - "y": -0.04000002 - }, - "EndPoint": { - "x": -7.65000057, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 3, - "PreviousFootholdId": 1, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 2, - "StartPoint": { - "x": -7.64999962, - "y": -0.04000002 - }, - "EndPoint": { - "x": -6.75, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 4, - "PreviousFootholdId": 2, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 3, - "StartPoint": { - "x": -6.74999952, - "y": -0.04000002 - }, - "EndPoint": { - "x": -5.85, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 5, - "PreviousFootholdId": 3, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 4, - "StartPoint": { - "x": -5.84999943, - "y": -0.04000002 - }, - "EndPoint": { - "x": -4.95, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 6, - "PreviousFootholdId": 4, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 5, - "StartPoint": { - "x": -4.95, - "y": -0.04000002 - }, - "EndPoint": { - "x": -4.05, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.900000334, - "NextFootholdId": 7, - "PreviousFootholdId": 5, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 6, - "StartPoint": { - "x": -4.05, - "y": -0.04000002 - }, - "EndPoint": { - "x": -3.14999986, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 8, - "PreviousFootholdId": 6, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 7, - "StartPoint": { - "x": -3.14999986, - "y": -0.04000002 - }, - "EndPoint": { - "x": -2.24999976, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999738, - "NextFootholdId": 9, - "PreviousFootholdId": 7, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 8, - "StartPoint": { - "x": -2.24999976, - "y": -0.04000002 - }, - "EndPoint": { - "x": -1.35, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 10, - "PreviousFootholdId": 8, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 9, - "StartPoint": { - "x": -1.35, - "y": -0.04000002 - }, - "EndPoint": { - "x": -0.449999958, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 11, - "PreviousFootholdId": 9, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 10, - "StartPoint": { - "x": -0.45, - "y": -0.04000002 - }, - "EndPoint": { - "x": 0.449999958, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 12, - "PreviousFootholdId": 10, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 11, - "StartPoint": { - "x": 0.450000018, - "y": -0.04000002 - }, - "EndPoint": { - "x": 1.35, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000002, - "NextFootholdId": 13, - "PreviousFootholdId": 11, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 12, - "StartPoint": { - "x": 1.34999979, - "y": -0.04000002 - }, - "EndPoint": { - "x": 2.25, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 14, - "PreviousFootholdId": 12, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 13, - "StartPoint": { - "x": 2.25, - "y": -0.04000002 - }, - "EndPoint": { - "x": 3.15, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999857, - "NextFootholdId": 15, - "PreviousFootholdId": 13, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 14, - "StartPoint": { - "x": 3.14999986, - "y": -0.04000002 - }, - "EndPoint": { - "x": 4.04999971, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 16, - "PreviousFootholdId": 14, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 15, - "StartPoint": { - "x": 4.05, - "y": -0.04000002 - }, - "EndPoint": { - "x": 4.95, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 17, - "PreviousFootholdId": 15, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 16, - "StartPoint": { - "x": 4.95000029, - "y": -0.04000002 - }, - "EndPoint": { - "x": 5.85, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 18, - "PreviousFootholdId": 16, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 17, - "StartPoint": { - "x": 5.85, - "y": -0.04000002 - }, - "EndPoint": { - "x": 6.74999952, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 1.27999973, - "NextFootholdId": 19, - "PreviousFootholdId": 17, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 18, - "StartPoint": { - "x": 6.75, - "y": -0.04000002 - }, - "EndPoint": { - "x": 8.03, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.859999955, - "NextFootholdId": 20, - "PreviousFootholdId": 18, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 19, - "StartPoint": { - "x": 8.03, - "y": -0.04000002 - }, - "EndPoint": { - "x": 8.03, - "y": -0.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 21, - "PreviousFootholdId": 19, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 20, - "StartPoint": { - "x": 8.03, - "y": -0.9000001 - }, - "EndPoint": { - "x": 8.03, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 22, - "PreviousFootholdId": 20, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 21, - "StartPoint": { - "x": 8.03, - "y": -1.50000012 - }, - "EndPoint": { - "x": 8.03, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 23, - "PreviousFootholdId": 21, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 22, - "StartPoint": { - "x": 8.03, - "y": -2.10000014 - }, - "EndPoint": { - "x": 8.03, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 24, - "PreviousFootholdId": 22, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 23, - "StartPoint": { - "x": 8.03, - "y": -2.70000029 - }, - "EndPoint": { - "x": 8.03, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 25, - "PreviousFootholdId": 23, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 24, - "StartPoint": { - "x": 8.03, - "y": -3.30000019 - }, - "EndPoint": { - "x": 8.03, - "y": -3.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 26, - "PreviousFootholdId": 24, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 25, - "StartPoint": { - "x": 8.03, - "y": -3.90000033 - }, - "EndPoint": { - "x": 8.03, - "y": -4.50000048 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 0, - "PreviousFootholdId": 25, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 26, - "StartPoint": { - "x": 8.03, - "y": -4.5 - }, - "EndPoint": { - "x": 8.03, - "y": -5.10000038 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.859999955, - "NextFootholdId": 1, - "PreviousFootholdId": 28, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 27, - "StartPoint": { - "x": -8.93, - "y": -0.9 - }, - "EndPoint": { - "x": -8.93, - "y": -0.04000002 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 27, - "PreviousFootholdId": 29, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 28, - "StartPoint": { - "x": -8.93, - "y": -1.50000012 - }, - "EndPoint": { - "x": -8.93, - "y": -0.9000001 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 28, - "PreviousFootholdId": 30, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 29, - "StartPoint": { - "x": -8.93, - "y": -2.10000014 - }, - "EndPoint": { - "x": -8.93, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 29, - "PreviousFootholdId": 31, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 30, - "StartPoint": { - "x": -8.93, - "y": -2.7 - }, - "EndPoint": { - "x": -8.93, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 30, - "PreviousFootholdId": 32, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 31, - "StartPoint": { - "x": -8.93, - "y": -3.30000019 - }, - "EndPoint": { - "x": -8.93, - "y": -2.70000029 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 31, - "PreviousFootholdId": 33, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 32, - "StartPoint": { - "x": -8.93, - "y": -3.9 - }, - "EndPoint": { - "x": -8.93, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 32, - "PreviousFootholdId": 34, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 33, - "StartPoint": { - "x": -8.93, - "y": -4.50000048 - }, - "EndPoint": { - "x": -8.93, - "y": -3.90000033 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 33, - "PreviousFootholdId": 0, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 34, - "StartPoint": { - "x": -8.93, - "y": -5.10000038 - }, - "EndPoint": { - "x": -8.93, - "y": -4.5 - }, - "Variance": { - "x": 0, - "y": 1 - } - } - ] - }, - "Enable": true - }, - { - "@type": "script.PlayerLock", - "Enable": true - }, - { - "@type": "script.MapCamera", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001f41-0000-4000-8000-000000001f41", - "path": "/maps/map08/Background", - "componentNames": "MOD.Core.BackgroundComponent", - "jsonString": { - "name": "Background", - "path": "/maps/map08/Background", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.BackgroundComponent", - "SolidColor": { - "r": 0.5019608, - "g": 0.5019608, - "b": 0.5019608, - "a": 0.7058824 - }, - "TemplateRUID": "0c398bbb2cf6400992532465b9d53024", - "Type": 1, - "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001f42-0000-4000-8000-000000001f42", - "path": "/maps/map08/MapleMapLayer", - "componentNames": "MOD.Core.MapLayerComponent", - "jsonString": { - "name": "MapleMapLayer", - "path": "/maps/map08/MapleMapLayer", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 1, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "maplemaplayer", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "maplemaplayer", - "@components": [ - { - "@type": "MOD.Core.MapLayerComponent", - "IsVisible": true, - "LayerSortOrder": 0, - "Locked": false, - "MapLayerName": "Layer1", - "Thumbnail": "", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001f43-0000-4000-8000-000000001f43", - "path": "/maps/map08/TileMap", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", - "jsonString": { - "name": "TileMap", - "path": "/maps/map08/TileMap", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 2, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "tilemap", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "tilemap", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": -0.225, - "y": -0.15, - "z": 1000 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.TileMapComponent", - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FootholdDrag": 1, - "FootholdForce": 0, - "FootholdWalkSpeedFactor": 1, - "IgnoreMapLayerCheck": false, - "IsOddGridPosition": false, - "OrderInLayer": 1, - "SortingLayer": "MapLayer0", - "TileMapVersion": 1, - "TileSetRUID": { - "DataId": "2667829326dd46de80ef26f6bb7f26ae" - }, - "Tiles": [ - { - "type": 5, - "position": { - "x": -16, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -4 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -4 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": -16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -14, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -12, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -8, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -6, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -4, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 0, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": 2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 4, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 6, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 8, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -2 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 12, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -4 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -5 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -6 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -6 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -6 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 14, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 11, - "position": { - "x": 17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -14 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -2, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -6, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -16 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -10, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -14, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -16, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": -18, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 8, - "position": { - "x": -19, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 11, - "position": { - "x": -19, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": -18, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -10 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -8 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 2, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 7, - "position": { - "x": 0, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 6, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 16, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 8, - "position": { - "x": 17, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 14, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -16 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": 10, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -12 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -8 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -12 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -12 - }, - "tileIndex": 5 - } - ], - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001f44-0000-4000-8000-000000001f44", - "path": "/maps/map08/SpawnLocation", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", - "jsonString": { - "name": "SpawnLocation", - "path": "/maps/map08/SpawnLocation", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 3, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Rotation": { - "x": 0, - "y": 0, - "z": 0 - }, - "Position": { - "x": -5, - "y": 0, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "ZRotation": 0, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "DrawMode": 0, - "EndFrameIndex": 2147483647, - "FlipX": false, - "FlipY": false, - "IgnoreMapLayerCheck": false, - "OrderInLayer": 0, - "PlayRate": 1, - "RenderSetting": 0, - "SortingLayer": "Default", - "SpriteRUID": "8ef238e0d0ca4bb783aca526cff35d11", - "StartFrameIndex": 0, - "TiledSize": { - "x": 1, - "y": 1 - }, - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpawnLocationComponent", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002134-0000-4000-8000-000000002134", - "path": "/maps/map08/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_1", - "path": "/maps/map08/combat_1", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002134-0000-4000-8000-000000002134", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.3, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "4ca39dbfa1c6492283ba8bd352d12b0a", - "hit": "7ac78511036e4ebe988b97c35fc275d1", - "die": "740f3f2b2e7a4b71bec5eac84e8539f9" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "4ca39dbfa1c6492283ba8bd352d12b0a", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "blue_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002135-0000-4000-8000-000000002135", - "path": "/maps/map08/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_2", - "path": "/maps/map08/combat_2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002135-0000-4000-8000-000000002135", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3.8, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "a2204a21d88942b281d2cac6053ffbaa", - "hit": "afc08936b8a64b26bc3dd8c03ead1f26", - "die": "fc1c6d9ba9bc413ab53b6dbfae3ac45b" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "a2204a21d88942b281d2cac6053ffbaa", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "orange_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002136-0000-4000-8000-000000002136", - "path": "/maps/map08/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_3", - "path": "/maps/map08/combat_3", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002136-0000-4000-8000-000000002136", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5.2, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "f86992ba9c41487c8480fcb893fcbda6", - "hit": "d305b942b1704c8084548108ff3b7a6b", - "die": "5a563e5fd98c4132b61057dc6bb8aaf2" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "f86992ba9c41487c8480fcb893fcbda6", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "green_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002137-0000-4000-8000-000000002137", - "path": "/maps/map08/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_4", - "path": "/maps/map08/elite_4", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002137-0000-4000-8000-000000002137", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "96e955c1bf27415e84f96deea200a8f1", - "hit": "aec9504d5dc24aceb5646b79d30abad4", - "die": "65a2bfb039614f2e9e4ccc354340153d" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "96e955c1bf27415e84f96deea200a8f1", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "mushmom", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002138-0000-4000-8000-000000002138", - "path": "/maps/map08/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_5", - "path": "/maps/map08/elite_5", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002138-0000-4000-8000-000000002138", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3109357701ae41a4bcc7543f52f1f4c3", - "hit": "ce0269079e884545b5bb6ea075e2a67f", - "die": "a5e65650e00e47878cac1be7a5b999a0" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "3109357701ae41a4bcc7543f52f1f4c3", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "modified_snail", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002139-0000-4000-8000-000000002139", - "path": "/maps/map08/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "boss_6", - "path": "/maps/map08/boss_6", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002139-0000-4000-8000-000000002139", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 4, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "48c10437ae8344a9b2a1d3f36185728f", - "hit": "9044063647854f5e9128efcf80e909be", - "die": "f414577d18c94cc387c275df4abdbc3b" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "48c10437ae8344a9b2a1d3f36185728f", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "king_slime", - "Group": "boss" - } - ], - "@version": 1 - } - } - ] - } -} \ No newline at end of file diff --git a/map/map09.map b/map/map09.map deleted file mode 100644 index d636072..0000000 --- a/map/map09.map +++ /dev/null @@ -1,7292 +0,0 @@ -{ - "Id": "", - "GameId": "", - "EntryKey": "map://map09", - "ContentType": "x-mod/map", - "Content": "", - "Usage": 0, - "UsePublish": 1, - "UseService": 0, - "CoreVersion": "26.5.0.0", - "StudioVersion": "0.1.0.0", - "DynamicLoading": 0, - "ContentProto": { - "Use": "Binary", - "Entities": [ - { - "id": "00002328-0000-4000-8000-000000002328", - "path": "/maps/map09", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", - "jsonString": { - "name": "map09", - "path": "/maps/map09", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "//", - "revision": 2, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.MapComponent", - "AirAccelerationXFactor": 1, - "AirDecelerationXFactor": 1, - "FallSpeedMaxXFactor": 1, - "FallSpeedMaxYFactor": 1, - "Gravity": 1, - "IsInstanceMap": false, - "TileMapMode": 0, - "WalkAccelerationFactor": 1, - "WalkDrag": 1, - "Enable": true - }, - { - "@type": "MOD.Core.FootholdComponent", - "FootholdsByLayer": { - "1": [ - { - "Length": 1.27999973, - "NextFootholdId": 2, - "PreviousFootholdId": 27, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 1, - "StartPoint": { - "x": -8.93, - "y": -0.04000002 - }, - "EndPoint": { - "x": -7.65000057, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 3, - "PreviousFootholdId": 1, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 2, - "StartPoint": { - "x": -7.64999962, - "y": -0.04000002 - }, - "EndPoint": { - "x": -6.75, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 4, - "PreviousFootholdId": 2, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 3, - "StartPoint": { - "x": -6.74999952, - "y": -0.04000002 - }, - "EndPoint": { - "x": -5.85, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 5, - "PreviousFootholdId": 3, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 4, - "StartPoint": { - "x": -5.84999943, - "y": -0.04000002 - }, - "EndPoint": { - "x": -4.95, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 6, - "PreviousFootholdId": 4, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 5, - "StartPoint": { - "x": -4.95, - "y": -0.04000002 - }, - "EndPoint": { - "x": -4.05, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.900000334, - "NextFootholdId": 7, - "PreviousFootholdId": 5, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 6, - "StartPoint": { - "x": -4.05, - "y": -0.04000002 - }, - "EndPoint": { - "x": -3.14999986, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 8, - "PreviousFootholdId": 6, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 7, - "StartPoint": { - "x": -3.14999986, - "y": -0.04000002 - }, - "EndPoint": { - "x": -2.24999976, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999738, - "NextFootholdId": 9, - "PreviousFootholdId": 7, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 8, - "StartPoint": { - "x": -2.24999976, - "y": -0.04000002 - }, - "EndPoint": { - "x": -1.35, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 10, - "PreviousFootholdId": 8, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 9, - "StartPoint": { - "x": -1.35, - "y": -0.04000002 - }, - "EndPoint": { - "x": -0.449999958, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 11, - "PreviousFootholdId": 9, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 10, - "StartPoint": { - "x": -0.45, - "y": -0.04000002 - }, - "EndPoint": { - "x": 0.449999958, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 12, - "PreviousFootholdId": 10, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 11, - "StartPoint": { - "x": 0.450000018, - "y": -0.04000002 - }, - "EndPoint": { - "x": 1.35, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000002, - "NextFootholdId": 13, - "PreviousFootholdId": 11, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 12, - "StartPoint": { - "x": 1.34999979, - "y": -0.04000002 - }, - "EndPoint": { - "x": 2.25, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 14, - "PreviousFootholdId": 12, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 13, - "StartPoint": { - "x": 2.25, - "y": -0.04000002 - }, - "EndPoint": { - "x": 3.15, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999857, - "NextFootholdId": 15, - "PreviousFootholdId": 13, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 14, - "StartPoint": { - "x": 3.14999986, - "y": -0.04000002 - }, - "EndPoint": { - "x": 4.04999971, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 16, - "PreviousFootholdId": 14, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 15, - "StartPoint": { - "x": 4.05, - "y": -0.04000002 - }, - "EndPoint": { - "x": 4.95, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 17, - "PreviousFootholdId": 15, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 16, - "StartPoint": { - "x": 4.95000029, - "y": -0.04000002 - }, - "EndPoint": { - "x": 5.85, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 18, - "PreviousFootholdId": 16, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 17, - "StartPoint": { - "x": 5.85, - "y": -0.04000002 - }, - "EndPoint": { - "x": 6.74999952, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 1.27999973, - "NextFootholdId": 19, - "PreviousFootholdId": 17, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 18, - "StartPoint": { - "x": 6.75, - "y": -0.04000002 - }, - "EndPoint": { - "x": 8.03, - "y": -0.04000002 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.859999955, - "NextFootholdId": 20, - "PreviousFootholdId": 18, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 19, - "StartPoint": { - "x": 8.03, - "y": -0.04000002 - }, - "EndPoint": { - "x": 8.03, - "y": -0.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 21, - "PreviousFootholdId": 19, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 20, - "StartPoint": { - "x": 8.03, - "y": -0.9000001 - }, - "EndPoint": { - "x": 8.03, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 22, - "PreviousFootholdId": 20, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 21, - "StartPoint": { - "x": 8.03, - "y": -1.50000012 - }, - "EndPoint": { - "x": 8.03, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 23, - "PreviousFootholdId": 21, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 22, - "StartPoint": { - "x": 8.03, - "y": -2.10000014 - }, - "EndPoint": { - "x": 8.03, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 24, - "PreviousFootholdId": 22, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 23, - "StartPoint": { - "x": 8.03, - "y": -2.70000029 - }, - "EndPoint": { - "x": 8.03, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 25, - "PreviousFootholdId": 23, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 24, - "StartPoint": { - "x": 8.03, - "y": -3.30000019 - }, - "EndPoint": { - "x": 8.03, - "y": -3.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 26, - "PreviousFootholdId": 24, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 25, - "StartPoint": { - "x": 8.03, - "y": -3.90000033 - }, - "EndPoint": { - "x": 8.03, - "y": -4.50000048 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 0, - "PreviousFootholdId": 25, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 26, - "StartPoint": { - "x": 8.03, - "y": -4.5 - }, - "EndPoint": { - "x": 8.03, - "y": -5.10000038 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.859999955, - "NextFootholdId": 1, - "PreviousFootholdId": 28, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 27, - "StartPoint": { - "x": -8.93, - "y": -0.9 - }, - "EndPoint": { - "x": -8.93, - "y": -0.04000002 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 27, - "PreviousFootholdId": 29, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 28, - "StartPoint": { - "x": -8.93, - "y": -1.50000012 - }, - "EndPoint": { - "x": -8.93, - "y": -0.9000001 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 28, - "PreviousFootholdId": 30, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 29, - "StartPoint": { - "x": -8.93, - "y": -2.10000014 - }, - "EndPoint": { - "x": -8.93, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 29, - "PreviousFootholdId": 31, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 30, - "StartPoint": { - "x": -8.93, - "y": -2.7 - }, - "EndPoint": { - "x": -8.93, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 30, - "PreviousFootholdId": 32, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 31, - "StartPoint": { - "x": -8.93, - "y": -3.30000019 - }, - "EndPoint": { - "x": -8.93, - "y": -2.70000029 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 31, - "PreviousFootholdId": 33, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 32, - "StartPoint": { - "x": -8.93, - "y": -3.9 - }, - "EndPoint": { - "x": -8.93, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 32, - "PreviousFootholdId": 34, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 33, - "StartPoint": { - "x": -8.93, - "y": -4.50000048 - }, - "EndPoint": { - "x": -8.93, - "y": -3.90000033 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 33, - "PreviousFootholdId": 0, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "c9a3018a-f6fa-4c4b-b91e-404ac5ce9858", - "Id": 34, - "StartPoint": { - "x": -8.93, - "y": -5.10000038 - }, - "EndPoint": { - "x": -8.93, - "y": -4.5 - }, - "Variance": { - "x": 0, - "y": 1 - } - } - ] - }, - "Enable": true - }, - { - "@type": "script.PlayerLock", - "Enable": true - }, - { - "@type": "script.MapCamera", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002329-0000-4000-8000-000000002329", - "path": "/maps/map09/Background", - "componentNames": "MOD.Core.BackgroundComponent", - "jsonString": { - "name": "Background", - "path": "/maps/map09/Background", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.BackgroundComponent", - "SolidColor": { - "r": 0.5019608, - "g": 0.5019608, - "b": 0.5019608, - "a": 0.7058824 - }, - "TemplateRUID": "f9e546932b014c0e867365a796c8dc91", - "Type": 1, - "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0000232a-0000-4000-8000-00000000232a", - "path": "/maps/map09/MapleMapLayer", - "componentNames": "MOD.Core.MapLayerComponent", - "jsonString": { - "name": "MapleMapLayer", - "path": "/maps/map09/MapleMapLayer", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 1, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "maplemaplayer", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "maplemaplayer", - "@components": [ - { - "@type": "MOD.Core.MapLayerComponent", - "IsVisible": true, - "LayerSortOrder": 0, - "Locked": false, - "MapLayerName": "Layer1", - "Thumbnail": "", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0000232b-0000-4000-8000-00000000232b", - "path": "/maps/map09/TileMap", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", - "jsonString": { - "name": "TileMap", - "path": "/maps/map09/TileMap", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 2, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "tilemap", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "tilemap", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": -0.225, - "y": -0.15, - "z": 1000 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.TileMapComponent", - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FootholdDrag": 1, - "FootholdForce": 0, - "FootholdWalkSpeedFactor": 1, - "IgnoreMapLayerCheck": false, - "IsOddGridPosition": false, - "OrderInLayer": 1, - "SortingLayer": "MapLayer0", - "TileMapVersion": 1, - "TileSetRUID": { - "DataId": "48afa7d90aa24fadae9c52f30977342e" - }, - "Tiles": [ - { - "type": 5, - "position": { - "x": -16, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -4 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -4 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": -16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -14, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -12, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -8, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -6, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -4, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 0, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": 2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 4, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 6, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 8, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -2 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 12, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -4 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -5 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -6 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -6 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -6 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 14, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 11, - "position": { - "x": 17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -14 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -2, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -6, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -16 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -10, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -14, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -16, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": -18, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 8, - "position": { - "x": -19, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 11, - "position": { - "x": -19, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": -18, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -10 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -8 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 2, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 7, - "position": { - "x": 0, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 6, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 16, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 8, - "position": { - "x": 17, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 14, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -16 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": 10, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -12 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -8 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -12 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -12 - }, - "tileIndex": 5 - } - ], - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0000232c-0000-4000-8000-00000000232c", - "path": "/maps/map09/SpawnLocation", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", - "jsonString": { - "name": "SpawnLocation", - "path": "/maps/map09/SpawnLocation", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 3, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Rotation": { - "x": 0, - "y": 0, - "z": 0 - }, - "Position": { - "x": -5, - "y": 0, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "ZRotation": 0, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "DrawMode": 0, - "EndFrameIndex": 2147483647, - "FlipX": false, - "FlipY": false, - "IgnoreMapLayerCheck": false, - "OrderInLayer": 0, - "PlayRate": 1, - "RenderSetting": 0, - "SortingLayer": "Default", - "SpriteRUID": "8ef238e0d0ca4bb783aca526cff35d11", - "StartFrameIndex": 0, - "TiledSize": { - "x": 1, - "y": 1 - }, - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpawnLocationComponent", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0000251c-0000-4000-8000-00000000251c", - "path": "/maps/map09/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_1", - "path": "/maps/map09/combat_1", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "0000251c-0000-4000-8000-00000000251c", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.3, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "f86992ba9c41487c8480fcb893fcbda6", - "hit": "d305b942b1704c8084548108ff3b7a6b", - "die": "5a563e5fd98c4132b61057dc6bb8aaf2" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "f86992ba9c41487c8480fcb893fcbda6", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "blue_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "0000251d-0000-4000-8000-00000000251d", - "path": "/maps/map09/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_2", - "path": "/maps/map09/combat_2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "0000251d-0000-4000-8000-00000000251d", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3.8, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "d8f014043ce8418f96700c2b6c9ebf6c", - "hit": "c3cf643b618346c7bfa6574187b396f9", - "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "d8f014043ce8418f96700c2b6c9ebf6c", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "green_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "0000251e-0000-4000-8000-00000000251e", - "path": "/maps/map09/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_3", - "path": "/maps/map09/combat_3", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "0000251e-0000-4000-8000-00000000251e", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5.2, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "ed3908e24d694bb786023fc1ed073489", - "hit": "4763c9bebc9245998c9c499b6316aa9f", - "die": "b168793b92a844a3a3a6f4ce647a14d2" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "ed3908e24d694bb786023fc1ed073489", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "orange_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "0000251f-0000-4000-8000-00000000251f", - "path": "/maps/map09/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_4", - "path": "/maps/map09/elite_4", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "0000251f-0000-4000-8000-00000000251f", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3109357701ae41a4bcc7543f52f1f4c3", - "hit": "ce0269079e884545b5bb6ea075e2a67f", - "die": "a5e65650e00e47878cac1be7a5b999a0" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "3109357701ae41a4bcc7543f52f1f4c3", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "mushmom", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002520-0000-4000-8000-000000002520", - "path": "/maps/map09/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_5", - "path": "/maps/map09/elite_5", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002520-0000-4000-8000-000000002520", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "4ca39dbfa1c6492283ba8bd352d12b0a", - "hit": "7ac78511036e4ebe988b97c35fc275d1", - "die": "740f3f2b2e7a4b71bec5eac84e8539f9" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "4ca39dbfa1c6492283ba8bd352d12b0a", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "modified_snail", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002521-0000-4000-8000-000000002521", - "path": "/maps/map09/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "boss_6", - "path": "/maps/map09/boss_6", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002521-0000-4000-8000-000000002521", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 4, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "17b55730c26f4fd6b8fcfa288da388de", - "hit": "eac48e84a9fc4580a4018de5cf52ddb3", - "die": "51c2f4b59a2c413db26035aa57002fc8" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "17b55730c26f4fd6b8fcfa288da388de", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "king_slime", - "Group": "boss" - } - ], - "@version": 1 - } - } - ] - } -} \ No newline at end of file diff --git a/map/map10.map b/map/map10.map deleted file mode 100644 index f77ac35..0000000 --- a/map/map10.map +++ /dev/null @@ -1,7292 +0,0 @@ -{ - "Id": "", - "GameId": "", - "EntryKey": "map://map10", - "ContentType": "x-mod/map", - "Content": "", - "Usage": 0, - "UsePublish": 1, - "UseService": 0, - "CoreVersion": "26.5.0.0", - "StudioVersion": "0.1.0.0", - "DynamicLoading": 0, - "ContentProto": { - "Use": "Binary", - "Entities": [ - { - "id": "00002710-0000-4000-8000-000000002710", - "path": "/maps/map10", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", - "jsonString": { - "name": "map10", - "path": "/maps/map10", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "//", - "revision": 2, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.MapComponent", - "AirAccelerationXFactor": 1, - "AirDecelerationXFactor": 1, - "FallSpeedMaxXFactor": 1, - "FallSpeedMaxYFactor": 1, - "Gravity": 1, - "IsInstanceMap": false, - "TileMapMode": 0, - "WalkAccelerationFactor": 1, - "WalkDrag": 1, - "Enable": true - }, - { - "@type": "MOD.Core.FootholdComponent", - "FootholdsByLayer": { - "1": [ - { - "Length": 1.22999954, - "NextFootholdId": 2, - "PreviousFootholdId": 27, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 1, - "StartPoint": { - "x": -8.88, - "y": 0 - }, - "EndPoint": { - "x": -7.65000057, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 3, - "PreviousFootholdId": 1, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 2, - "StartPoint": { - "x": -7.64999962, - "y": 0 - }, - "EndPoint": { - "x": -6.75, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 4, - "PreviousFootholdId": 2, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 3, - "StartPoint": { - "x": -6.74999952, - "y": 0 - }, - "EndPoint": { - "x": -5.85, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 5, - "PreviousFootholdId": 3, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 4, - "StartPoint": { - "x": -5.84999943, - "y": 0 - }, - "EndPoint": { - "x": -4.95, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 6, - "PreviousFootholdId": 4, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 5, - "StartPoint": { - "x": -4.95, - "y": 0 - }, - "EndPoint": { - "x": -4.05, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.900000334, - "NextFootholdId": 7, - "PreviousFootholdId": 5, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 6, - "StartPoint": { - "x": -4.05, - "y": 0 - }, - "EndPoint": { - "x": -3.14999986, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 8, - "PreviousFootholdId": 6, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 7, - "StartPoint": { - "x": -3.14999986, - "y": 0 - }, - "EndPoint": { - "x": -2.24999976, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999738, - "NextFootholdId": 9, - "PreviousFootholdId": 7, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 8, - "StartPoint": { - "x": -2.24999976, - "y": 0 - }, - "EndPoint": { - "x": -1.35, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 10, - "PreviousFootholdId": 8, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 9, - "StartPoint": { - "x": -1.35, - "y": 0 - }, - "EndPoint": { - "x": -0.449999958, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 11, - "PreviousFootholdId": 9, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 10, - "StartPoint": { - "x": -0.45, - "y": 0 - }, - "EndPoint": { - "x": 0.449999958, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 12, - "PreviousFootholdId": 10, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 11, - "StartPoint": { - "x": 0.450000018, - "y": 0 - }, - "EndPoint": { - "x": 1.35, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000002, - "NextFootholdId": 13, - "PreviousFootholdId": 11, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 12, - "StartPoint": { - "x": 1.34999979, - "y": 0 - }, - "EndPoint": { - "x": 2.25, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 14, - "PreviousFootholdId": 12, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 13, - "StartPoint": { - "x": 2.25, - "y": 0 - }, - "EndPoint": { - "x": 3.15, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999857, - "NextFootholdId": 15, - "PreviousFootholdId": 13, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 14, - "StartPoint": { - "x": 3.14999986, - "y": 0 - }, - "EndPoint": { - "x": 4.04999971, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 16, - "PreviousFootholdId": 14, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 15, - "StartPoint": { - "x": 4.05, - "y": 0 - }, - "EndPoint": { - "x": 4.95, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 17, - "PreviousFootholdId": 15, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 16, - "StartPoint": { - "x": 4.95000029, - "y": 0 - }, - "EndPoint": { - "x": 5.85, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 18, - "PreviousFootholdId": 16, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 17, - "StartPoint": { - "x": 5.85, - "y": 0 - }, - "EndPoint": { - "x": 6.74999952, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 1.23, - "NextFootholdId": 19, - "PreviousFootholdId": 17, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 18, - "StartPoint": { - "x": 6.75, - "y": 0 - }, - "EndPoint": { - "x": 7.98, - "y": 0 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 20, - "PreviousFootholdId": 18, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 19, - "StartPoint": { - "x": 7.98, - "y": 0 - }, - "EndPoint": { - "x": 7.98, - "y": -0.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 21, - "PreviousFootholdId": 19, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 20, - "StartPoint": { - "x": 7.98, - "y": -0.9000001 - }, - "EndPoint": { - "x": 7.98, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 22, - "PreviousFootholdId": 20, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 21, - "StartPoint": { - "x": 7.98, - "y": -1.50000012 - }, - "EndPoint": { - "x": 7.98, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 23, - "PreviousFootholdId": 21, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 22, - "StartPoint": { - "x": 7.98, - "y": -2.10000014 - }, - "EndPoint": { - "x": 7.98, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 24, - "PreviousFootholdId": 22, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 23, - "StartPoint": { - "x": 7.98, - "y": -2.70000029 - }, - "EndPoint": { - "x": 7.98, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 25, - "PreviousFootholdId": 23, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 24, - "StartPoint": { - "x": 7.98, - "y": -3.30000019 - }, - "EndPoint": { - "x": 7.98, - "y": -3.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 26, - "PreviousFootholdId": 24, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 25, - "StartPoint": { - "x": 7.98, - "y": -3.90000033 - }, - "EndPoint": { - "x": 7.98, - "y": -4.50000048 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 0, - "PreviousFootholdId": 25, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 26, - "StartPoint": { - "x": 7.98, - "y": -4.5 - }, - "EndPoint": { - "x": 7.98, - "y": -5.10000038 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.9, - "NextFootholdId": 1, - "PreviousFootholdId": 28, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 27, - "StartPoint": { - "x": -8.88, - "y": -0.9 - }, - "EndPoint": { - "x": -8.88, - "y": 0 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 27, - "PreviousFootholdId": 29, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 28, - "StartPoint": { - "x": -8.88, - "y": -1.50000012 - }, - "EndPoint": { - "x": -8.88, - "y": -0.9000001 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 28, - "PreviousFootholdId": 30, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 29, - "StartPoint": { - "x": -8.88, - "y": -2.10000014 - }, - "EndPoint": { - "x": -8.88, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 29, - "PreviousFootholdId": 31, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 30, - "StartPoint": { - "x": -8.88, - "y": -2.7 - }, - "EndPoint": { - "x": -8.88, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 30, - "PreviousFootholdId": 32, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 31, - "StartPoint": { - "x": -8.88, - "y": -3.30000019 - }, - "EndPoint": { - "x": -8.88, - "y": -2.70000029 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 31, - "PreviousFootholdId": 33, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 32, - "StartPoint": { - "x": -8.88, - "y": -3.9 - }, - "EndPoint": { - "x": -8.88, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 32, - "PreviousFootholdId": 34, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 33, - "StartPoint": { - "x": -8.88, - "y": -4.50000048 - }, - "EndPoint": { - "x": -8.88, - "y": -3.90000033 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 33, - "PreviousFootholdId": 0, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002713-0000-4000-8000-000000002713", - "Id": 34, - "StartPoint": { - "x": -8.88, - "y": -5.10000038 - }, - "EndPoint": { - "x": -8.88, - "y": -4.5 - }, - "Variance": { - "x": 0, - "y": 1 - } - } - ] - }, - "Enable": true - }, - { - "@type": "script.PlayerLock", - "Enable": true - }, - { - "@type": "script.MapCamera", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002711-0000-4000-8000-000000002711", - "path": "/maps/map10/Background", - "componentNames": "MOD.Core.BackgroundComponent", - "jsonString": { - "name": "Background", - "path": "/maps/map10/Background", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.BackgroundComponent", - "SolidColor": { - "r": 0.5019608, - "g": 0.5019608, - "b": 0.5019608, - "a": 0.7058824 - }, - "TemplateRUID": "2ee96aa776e8480b849c1fb9a4d4c05c", - "Type": 1, - "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002712-0000-4000-8000-000000002712", - "path": "/maps/map10/MapleMapLayer", - "componentNames": "MOD.Core.MapLayerComponent", - "jsonString": { - "name": "MapleMapLayer", - "path": "/maps/map10/MapleMapLayer", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 1, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "maplemaplayer", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "maplemaplayer", - "@components": [ - { - "@type": "MOD.Core.MapLayerComponent", - "IsVisible": true, - "LayerSortOrder": 0, - "Locked": false, - "MapLayerName": "Layer1", - "Thumbnail": "", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002713-0000-4000-8000-000000002713", - "path": "/maps/map10/TileMap", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", - "jsonString": { - "name": "TileMap", - "path": "/maps/map10/TileMap", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 2, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "tilemap", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "tilemap", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": -0.225, - "y": -0.15, - "z": 1000 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.TileMapComponent", - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FootholdDrag": 1, - "FootholdForce": 0, - "FootholdWalkSpeedFactor": 1, - "IgnoreMapLayerCheck": false, - "IsOddGridPosition": false, - "OrderInLayer": 1, - "SortingLayer": "MapLayer0", - "TileMapVersion": 1, - "TileSetRUID": { - "DataId": "901f885ef94f4a32961bf6cc64e3ec86" - }, - "Tiles": [ - { - "type": 5, - "position": { - "x": -16, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -4 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -4 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": -16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -14, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -12, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -8, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -6, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -4, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 0, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": 2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 4, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 6, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 8, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -2 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 12, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -4 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -5 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -6 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -6 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -6 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 14, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 11, - "position": { - "x": 17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -14 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -2, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -6, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -16 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -10, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -14, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -16, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": -18, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 8, - "position": { - "x": -19, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 11, - "position": { - "x": -19, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": -18, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -10 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -8 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 2, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 7, - "position": { - "x": 0, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 6, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 16, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 8, - "position": { - "x": 17, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 14, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -16 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": 10, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -12 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -8 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -12 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -12 - }, - "tileIndex": 5 - } - ], - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002714-0000-4000-8000-000000002714", - "path": "/maps/map10/SpawnLocation", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", - "jsonString": { - "name": "SpawnLocation", - "path": "/maps/map10/SpawnLocation", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 3, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Rotation": { - "x": 0, - "y": 0, - "z": 0 - }, - "Position": { - "x": -5, - "y": 0, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "ZRotation": 0, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "DrawMode": 0, - "EndFrameIndex": 2147483647, - "FlipX": false, - "FlipY": false, - "IgnoreMapLayerCheck": false, - "OrderInLayer": 0, - "PlayRate": 1, - "RenderSetting": 0, - "SortingLayer": "Default", - "SpriteRUID": "8ef238e0d0ca4bb783aca526cff35d11", - "StartFrameIndex": 0, - "TiledSize": { - "x": 1, - "y": 1 - }, - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpawnLocationComponent", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002904-0000-4000-8000-000000002904", - "path": "/maps/map10/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_1", - "path": "/maps/map10/combat_1", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002904-0000-4000-8000-000000002904", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.3, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "17b55730c26f4fd6b8fcfa288da388de", - "hit": "eac48e84a9fc4580a4018de5cf52ddb3", - "die": "51c2f4b59a2c413db26035aa57002fc8" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "17b55730c26f4fd6b8fcfa288da388de", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "blue_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002905-0000-4000-8000-000000002905", - "path": "/maps/map10/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_2", - "path": "/maps/map10/combat_2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002905-0000-4000-8000-000000002905", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3.8, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "a2204a21d88942b281d2cac6053ffbaa", - "hit": "afc08936b8a64b26bc3dd8c03ead1f26", - "die": "fc1c6d9ba9bc413ab53b6dbfae3ac45b" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "a2204a21d88942b281d2cac6053ffbaa", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "green_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002906-0000-4000-8000-000000002906", - "path": "/maps/map10/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_3", - "path": "/maps/map10/combat_3", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002906-0000-4000-8000-000000002906", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5.2, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "d8f014043ce8418f96700c2b6c9ebf6c", - "hit": "c3cf643b618346c7bfa6574187b396f9", - "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "d8f014043ce8418f96700c2b6c9ebf6c", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "pig", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002907-0000-4000-8000-000000002907", - "path": "/maps/map10/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_4", - "path": "/maps/map10/elite_4", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002907-0000-4000-8000-000000002907", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3109357701ae41a4bcc7543f52f1f4c3", - "hit": "ce0269079e884545b5bb6ea075e2a67f", - "die": "a5e65650e00e47878cac1be7a5b999a0" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "3109357701ae41a4bcc7543f52f1f4c3", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "modified_snail", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002908-0000-4000-8000-000000002908", - "path": "/maps/map10/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_5", - "path": "/maps/map10/elite_5", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002908-0000-4000-8000-000000002908", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "96e955c1bf27415e84f96deea200a8f1", - "hit": "aec9504d5dc24aceb5646b79d30abad4", - "die": "65a2bfb039614f2e9e4ccc354340153d" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "96e955c1bf27415e84f96deea200a8f1", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "mushmom", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002909-0000-4000-8000-000000002909", - "path": "/maps/map10/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "boss_6", - "path": "/maps/map10/boss_6", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002909-0000-4000-8000-000000002909", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 4, - "y": 0.03499998, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "4ca39dbfa1c6492283ba8bd352d12b0a", - "hit": "7ac78511036e4ebe988b97c35fc275d1", - "die": "740f3f2b2e7a4b71bec5eac84e8539f9" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "4ca39dbfa1c6492283ba8bd352d12b0a", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "slime_boss", - "Group": "boss" - } - ], - "@version": 1 - } - } - ] - } -} \ No newline at end of file diff --git a/map/map11.map b/map/map11.map deleted file mode 100644 index ed564f1..0000000 --- a/map/map11.map +++ /dev/null @@ -1,7292 +0,0 @@ -{ - "Id": "", - "GameId": "", - "EntryKey": "map://map11", - "ContentType": "x-mod/map", - "Content": "", - "Usage": 0, - "UsePublish": 1, - "UseService": 0, - "CoreVersion": "26.5.0.0", - "StudioVersion": "0.1.0.0", - "DynamicLoading": 0, - "ContentProto": { - "Use": "Binary", - "Entities": [ - { - "id": "00002af8-0000-4000-8000-000000002af8", - "path": "/maps/map11", - "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent,script.PlayerLock,script.MapCamera", - "jsonString": { - "name": "map11", - "path": "/maps/map11", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "//", - "revision": 2, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.MapComponent", - "AirAccelerationXFactor": 1, - "AirDecelerationXFactor": 1, - "FallSpeedMaxXFactor": 1, - "FallSpeedMaxYFactor": 1, - "Gravity": 1, - "IsInstanceMap": false, - "TileMapMode": 0, - "WalkAccelerationFactor": 1, - "WalkDrag": 1, - "Enable": true - }, - { - "@type": "MOD.Core.FootholdComponent", - "FootholdsByLayer": { - "1": [ - { - "Length": 1.2300005, - "NextFootholdId": 2, - "PreviousFootholdId": 27, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 1, - "StartPoint": { - "x": -8.88, - "y": -0.15 - }, - "EndPoint": { - "x": -7.64999962, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 3, - "PreviousFootholdId": 1, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 2, - "StartPoint": { - "x": -7.64999962, - "y": -0.15 - }, - "EndPoint": { - "x": -6.75, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 4, - "PreviousFootholdId": 2, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 3, - "StartPoint": { - "x": -6.74999952, - "y": -0.15 - }, - "EndPoint": { - "x": -5.85, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 5, - "PreviousFootholdId": 3, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 4, - "StartPoint": { - "x": -5.84999943, - "y": -0.15 - }, - "EndPoint": { - "x": -4.95, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 6, - "PreviousFootholdId": 4, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 5, - "StartPoint": { - "x": -4.95, - "y": -0.15 - }, - "EndPoint": { - "x": -4.05, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.900000334, - "NextFootholdId": 7, - "PreviousFootholdId": 5, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 6, - "StartPoint": { - "x": -4.05, - "y": -0.15 - }, - "EndPoint": { - "x": -3.14999986, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 8, - "PreviousFootholdId": 6, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 7, - "StartPoint": { - "x": -3.14999986, - "y": -0.15 - }, - "EndPoint": { - "x": -2.24999976, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 9, - "PreviousFootholdId": 7, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 8, - "StartPoint": { - "x": -2.24999976, - "y": -0.15 - }, - "EndPoint": { - "x": -1.34999979, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 10, - "PreviousFootholdId": 8, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 9, - "StartPoint": { - "x": -1.35, - "y": -0.15 - }, - "EndPoint": { - "x": -0.449999958, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 11, - "PreviousFootholdId": 9, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 10, - "StartPoint": { - "x": -0.45, - "y": -0.15 - }, - "EndPoint": { - "x": 0.449999958, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9, - "NextFootholdId": 12, - "PreviousFootholdId": 10, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 11, - "StartPoint": { - "x": 0.450000018, - "y": -0.15 - }, - "EndPoint": { - "x": 1.35, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000002, - "NextFootholdId": 13, - "PreviousFootholdId": 11, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 12, - "StartPoint": { - "x": 1.34999979, - "y": -0.15 - }, - "EndPoint": { - "x": 2.25, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.9000001, - "NextFootholdId": 14, - "PreviousFootholdId": 12, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 13, - "StartPoint": { - "x": 2.24999976, - "y": -0.15 - }, - "EndPoint": { - "x": 3.14999986, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.899999857, - "NextFootholdId": 15, - "PreviousFootholdId": 13, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 14, - "StartPoint": { - "x": 3.14999986, - "y": -0.15 - }, - "EndPoint": { - "x": 4.04999971, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 16, - "PreviousFootholdId": 14, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 15, - "StartPoint": { - "x": 4.05, - "y": -0.15 - }, - "EndPoint": { - "x": 4.95, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 17, - "PreviousFootholdId": 15, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 16, - "StartPoint": { - "x": 4.95, - "y": -0.15 - }, - "EndPoint": { - "x": 5.84999943, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.8999996, - "NextFootholdId": 18, - "PreviousFootholdId": 16, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 17, - "StartPoint": { - "x": 5.85, - "y": -0.15 - }, - "EndPoint": { - "x": 6.74999952, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 1.23, - "NextFootholdId": 19, - "PreviousFootholdId": 17, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 18, - "StartPoint": { - "x": 6.75, - "y": -0.15 - }, - "EndPoint": { - "x": 7.98, - "y": -0.15 - }, - "Variance": { - "x": 1, - "y": 0 - } - }, - { - "Length": 0.75, - "NextFootholdId": 20, - "PreviousFootholdId": 18, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 19, - "StartPoint": { - "x": 7.98, - "y": -0.15 - }, - "EndPoint": { - "x": 7.98, - "y": -0.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 21, - "PreviousFootholdId": 19, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 20, - "StartPoint": { - "x": 7.98, - "y": -0.9000001 - }, - "EndPoint": { - "x": 7.98, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 22, - "PreviousFootholdId": 20, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 21, - "StartPoint": { - "x": 7.98, - "y": -1.50000012 - }, - "EndPoint": { - "x": 7.98, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 23, - "PreviousFootholdId": 21, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 22, - "StartPoint": { - "x": 7.98, - "y": -2.10000014 - }, - "EndPoint": { - "x": 7.98, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 24, - "PreviousFootholdId": 22, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 23, - "StartPoint": { - "x": 7.98, - "y": -2.7 - }, - "EndPoint": { - "x": 7.98, - "y": -3.3 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 25, - "PreviousFootholdId": 23, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 24, - "StartPoint": { - "x": 7.98, - "y": -3.30000019 - }, - "EndPoint": { - "x": 7.98, - "y": -3.9 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 26, - "PreviousFootholdId": 24, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 25, - "StartPoint": { - "x": 7.98, - "y": -3.90000033 - }, - "EndPoint": { - "x": 7.98, - "y": -4.50000048 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 0, - "PreviousFootholdId": 25, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 26, - "StartPoint": { - "x": 7.98, - "y": -4.5 - }, - "EndPoint": { - "x": 7.98, - "y": -5.10000038 - }, - "Variance": { - "x": 0, - "y": -1 - } - }, - { - "Length": 0.75, - "NextFootholdId": 1, - "PreviousFootholdId": 28, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 27, - "StartPoint": { - "x": -8.88, - "y": -0.9 - }, - "EndPoint": { - "x": -8.88, - "y": -0.15 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 27, - "PreviousFootholdId": 29, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 28, - "StartPoint": { - "x": -8.88, - "y": -1.50000012 - }, - "EndPoint": { - "x": -8.88, - "y": -0.9000001 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6, - "NextFootholdId": 28, - "PreviousFootholdId": 30, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 29, - "StartPoint": { - "x": -8.88, - "y": -2.10000014 - }, - "EndPoint": { - "x": -8.88, - "y": -1.50000012 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 29, - "PreviousFootholdId": 31, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 30, - "StartPoint": { - "x": -8.88, - "y": -2.7 - }, - "EndPoint": { - "x": -8.88, - "y": -2.10000014 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 30, - "PreviousFootholdId": 32, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 31, - "StartPoint": { - "x": -8.88, - "y": -3.3 - }, - "EndPoint": { - "x": -8.88, - "y": -2.7 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.5999999, - "NextFootholdId": 31, - "PreviousFootholdId": 33, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 32, - "StartPoint": { - "x": -8.88, - "y": -3.9 - }, - "EndPoint": { - "x": -8.88, - "y": -3.30000019 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.600000143, - "NextFootholdId": 32, - "PreviousFootholdId": 34, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 33, - "StartPoint": { - "x": -8.88, - "y": -4.50000048 - }, - "EndPoint": { - "x": -8.88, - "y": -3.90000033 - }, - "Variance": { - "x": 0, - "y": 1 - } - }, - { - "Length": 0.6000004, - "NextFootholdId": 33, - "PreviousFootholdId": 0, - "groupID": 1, - "layer": 1, - "sortingLayerName": "MapLayer0", - "attribute": { - "walk": 1, - "force": 0, - "drag": 1, - "isBlockVertical": false, - "isDynamic": false, - "isCustomFoothold": false, - "inertiaOption": 0 - }, - "OwnerId": "00002afb-0000-4000-8000-000000002afb", - "Id": 34, - "StartPoint": { - "x": -8.88, - "y": -5.10000038 - }, - "EndPoint": { - "x": -8.88, - "y": -4.5 - }, - "Variance": { - "x": 0, - "y": 1 - } - } - ] - }, - "Enable": true - }, - { - "@type": "script.PlayerLock", - "Enable": true - }, - { - "@type": "script.MapCamera", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002af9-0000-4000-8000-000000002af9", - "path": "/maps/map11/Background", - "componentNames": "MOD.Core.BackgroundComponent", - "jsonString": { - "name": "Background", - "path": "/maps/map11/Background", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 0, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.BackgroundComponent", - "SolidColor": { - "r": 0.5019608, - "g": 0.5019608, - "b": 0.5019608, - "a": 0.7058824 - }, - "TemplateRUID": "b7c47cfae79e40e9b1352469a78af0bd", - "Type": 1, - "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002afa-0000-4000-8000-000000002afa", - "path": "/maps/map11/MapleMapLayer", - "componentNames": "MOD.Core.MapLayerComponent", - "jsonString": { - "name": "MapleMapLayer", - "path": "/maps/map11/MapleMapLayer", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 1, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "maplemaplayer", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "maplemaplayer", - "@components": [ - { - "@type": "MOD.Core.MapLayerComponent", - "IsVisible": true, - "LayerSortOrder": 0, - "Locked": false, - "MapLayerName": "Layer1", - "Thumbnail": "", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002afb-0000-4000-8000-000000002afb", - "path": "/maps/map11/TileMap", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", - "jsonString": { - "name": "TileMap", - "path": "/maps/map11/TileMap", - "nameEditable": false, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 2, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "tilemap", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "tilemap", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": -0.225, - "y": -0.15, - "z": 1000 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.TileMapComponent", - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FootholdDrag": 1, - "FootholdForce": 0, - "FootholdWalkSpeedFactor": 1, - "IgnoreMapLayerCheck": false, - "IsOddGridPosition": false, - "OrderInLayer": 1, - "SortingLayer": "MapLayer0", - "TileMapVersion": 1, - "TileSetRUID": { - "DataId": "3ca52bc385574e56aaffa15eea5c23aa" - }, - "Tiles": [ - { - "type": 5, - "position": { - "x": -16, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -4 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -4 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -5 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": -16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -14, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -12, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -8, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": -6, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -4, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": -2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 0, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 9, - "position": { - "x": 2, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 4, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 6, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 9, - "position": { - "x": 8, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -2 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": 10, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 12, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -4 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -5 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -4 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -3 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -6 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -6 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -6 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -7 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -6 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -7 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -3 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 14, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -2 - }, - "tileIndex": 0 - }, - { - "type": 9, - "position": { - "x": 16, - "y": -1 - }, - "tileIndex": 3 - }, - { - "type": 11, - "position": { - "x": 17, - "y": -1 - }, - "tileIndex": 2 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -3 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -4 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -6 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -7 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -6 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -5 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -4 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -2 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 16, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": 17, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -14 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -2, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -15 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -6, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -16 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -16 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -10, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -14, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": -16, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -15 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -15 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -17, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -3 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -3 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -5 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -5 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -4 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -7 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -7 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -6 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -18, - "y": -15 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -15 - }, - "tileIndex": -1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": -18, - "y": -17 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -19, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 8, - "position": { - "x": -19, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 6, - "position": { - "x": -19, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 11, - "position": { - "x": -19, - "y": -1 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -18, - "y": -2 - }, - "tileIndex": 1 - }, - { - "type": 9, - "position": { - "x": -18, - "y": -1 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -10 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -8 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -16, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -15, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -12, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -13 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -8, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -14, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -16, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -13 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -13 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -13 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -13 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -14 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 2, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 7, - "position": { - "x": 0, - "y": -17 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 4, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 6, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 8, - "y": -17 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 16, - "y": -16 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 16, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 17, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 15, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 8, - "position": { - "x": 17, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -16 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 14, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -16 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -16 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -17 - }, - "tileIndex": -1 - }, - { - "type": 7, - "position": { - "x": 12, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 7, - "position": { - "x": 10, - "y": -17 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -14 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -12 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -14, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -7, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -10, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -9, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": -12, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -11, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -10 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -6, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": -5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": -4, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": -3, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -10, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -8, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": -6, - "y": -12 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -14 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -11 - }, - "tileIndex": 3 - }, - { - "type": 0, - "position": { - "x": -2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": -1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": -2, - "y": -14 - }, - "tileIndex": 4 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 0, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 1, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 0, - "y": -14 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 4, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 3, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -10 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 2, - "y": -9 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 2, - "y": -8 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 5, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -8 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 6, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 6, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 7, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 4, - "y": -12 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -8 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -9 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -8 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -10 - }, - "tileIndex": 5 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 10, - "y": -11 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -10 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 9, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 8, - "y": -11 - }, - "tileIndex": 2 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -10 - }, - "tileIndex": 4 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -9 - }, - "tileIndex": 2 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -9 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 12, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -11 - }, - "tileIndex": -1 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 11, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -12 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 13, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -9 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -10 - }, - "tileIndex": 1 - }, - { - "type": 0, - "position": { - "x": 14, - "y": -11 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -8 - }, - "tileIndex": 0 - }, - { - "type": 5, - "position": { - "x": 12, - "y": -8 - }, - "tileIndex": 3 - }, - { - "type": 5, - "position": { - "x": 14, - "y": -12 - }, - "tileIndex": 5 - }, - { - "type": 5, - "position": { - "x": 10, - "y": -12 - }, - "tileIndex": 1 - }, - { - "type": 5, - "position": { - "x": 8, - "y": -12 - }, - "tileIndex": 5 - } - ], - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002afc-0000-4000-8000-000000002afc", - "path": "/maps/map11/SpawnLocation", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", - "jsonString": { - "name": "SpawnLocation", - "path": "/maps/map11/SpawnLocation", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 3, - "pathConstraints": "///", - "revision": 1, - "modelId": null, - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Rotation": { - "x": 0, - "y": 0, - "z": 0 - }, - "Position": { - "x": -5, - "y": 0, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "ZRotation": 0, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "DrawMode": 0, - "EndFrameIndex": 2147483647, - "FlipX": false, - "FlipY": false, - "IgnoreMapLayerCheck": false, - "OrderInLayer": 0, - "PlayRate": 1, - "RenderSetting": 0, - "SortingLayer": "Default", - "SpriteRUID": "8ef238e0d0ca4bb783aca526cff35d11", - "StartFrameIndex": 0, - "TiledSize": { - "x": 1, - "y": 1 - }, - "Color": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpawnLocationComponent", - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00002cec-0000-4000-8000-000000002cec", - "path": "/maps/map11/combat_1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_1", - "path": "/maps/map11/combat_1", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002cec-0000-4000-8000-000000002cec", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.3, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "ed3908e24d694bb786023fc1ed073489", - "hit": "4763c9bebc9245998c9c499b6316aa9f", - "die": "b168793b92a844a3a3a6f4ce647a14d2" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "ed3908e24d694bb786023fc1ed073489", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "orange_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002ced-0000-4000-8000-000000002ced", - "path": "/maps/map11/combat_2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_2", - "path": "/maps/map11/combat_2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002ced-0000-4000-8000-000000002ced", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3.8, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "d8f014043ce8418f96700c2b6c9ebf6c", - "hit": "c3cf643b618346c7bfa6574187b396f9", - "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "d8f014043ce8418f96700c2b6c9ebf6c", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "blue_mushroom", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002cee-0000-4000-8000-000000002cee", - "path": "/maps/map11/combat_3", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "combat_3", - "path": "/maps/map11/combat_3", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002cee-0000-4000-8000-000000002cee", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5.2, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "4ca39dbfa1c6492283ba8bd352d12b0a", - "hit": "7ac78511036e4ebe988b97c35fc275d1", - "die": "740f3f2b2e7a4b71bec5eac84e8539f9" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "4ca39dbfa1c6492283ba8bd352d12b0a", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "pig", - "Group": "combat" - } - ], - "@version": 1 - } - }, - { - "id": "00002cef-0000-4000-8000-000000002cef", - "path": "/maps/map11/elite_4", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_4", - "path": "/maps/map11/elite_4", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002cef-0000-4000-8000-000000002cef", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 3, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3109357701ae41a4bcc7543f52f1f4c3", - "hit": "ce0269079e884545b5bb6ea075e2a67f", - "die": "a5e65650e00e47878cac1be7a5b999a0" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "3109357701ae41a4bcc7543f52f1f4c3", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "modified_snail", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002cf0-0000-4000-8000-000000002cf0", - "path": "/maps/map11/elite_5", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "elite_5", - "path": "/maps/map11/elite_5", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002cf0-0000-4000-8000-000000002cf0", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 5, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "96e955c1bf27415e84f96deea200a8f1", - "hit": "aec9504d5dc24aceb5646b79d30abad4", - "die": "65a2bfb039614f2e9e4ccc354340153d" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "96e955c1bf27415e84f96deea200a8f1", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "mushmom", - "Group": "elite" - } - ], - "@version": 1 - } - }, - { - "id": "00002cf1-0000-4000-8000-000000002cf1", - "path": "/maps/map11/boss_6", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.DamageSkinSettingComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,MOD.Core.StateComponent,MOD.Core.RigidbodyComponent,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.MovementComponent,script.Monster,script.MonsterAttack,script.CombatMonster", - "jsonString": { - "name": "boss_6", - "path": "/maps/map11/boss_6", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 4, - "pathConstraints": "///", - "revision": 2, - "origin": { - "type": "Model", - "entry_id": "StaticMonster", - "sub_entity_id": null, - "root_entity_id": "00002cf1-0000-4000-8000-000000002cf1", - "replaced_model_id": null - }, - "modelId": "staticmonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 4, - "y": -0.075, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "17b55730c26f4fd6b8fcfa288da388de", - "hit": "eac48e84a9fc4580a4018de5cf52ddb3", - "die": "51c2f4b59a2c413db26035aa57002fc8" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "17b55730c26f4fd6b8fcfa288da388de", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.78, - "y": 0.86 - }, - "ColliderOffset": { - "x": 0.03999999, - "y": 0.43 - }, - "CollisionGroup": { - "Id": "8992acd1e8cd45838db6f10a7b41df09" - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "Enable": false, - "InputSpeed": 0 - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "script.CombatMonster", - "Enable": true, - "EnemyId": "slime_boss", - "Group": "boss" - } - ], - "@version": 1 - } - } - ] - } -} \ No newline at end of file diff --git a/tools/camera/gen-camera.mjs b/tools/camera/gen-camera.mjs index 734c0e4..c15a4e4 100644 --- a/tools/camera/gen-camera.mjs +++ b/tools/camera/gen-camera.mjs @@ -4,7 +4,7 @@ import { readFileSync, writeFileSync } from 'node:fs'; // 새 CameraComponent를 만들지 않고(엔진 소유) 기존 카메라 속성만 런타임 설정한다. // 플레이어 입력 차단·시선 고정은 tools/player/gen-player-lock.mjs(script.PlayerLock)로 분리됨. const CAM = JSON.parse(readFileSync('data/camera.json', 'utf8')); -const MAP_NUMBERS = Array.from({ length: 11 }, (_, i) => i + 1); // map01~11 +const MAP_NUMBERS = Array.from({ length: 5 }, (_, i) => i + 1); // map01~05 function prop(Type, Name, DefaultValue = 'nil') { return { Type, DefaultValue, SyncDirection: 0, Attributes: [], Name }; diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index b14e159..c439e50 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -60,7 +60,7 @@ function luaFramesTable() { } // 맵은 런타임 절차 생성(GenerateMap Lua ↔ tools/map/rogue-map.mjs 미러). 정적 data/map.json 제거됨. -const MAP_ROWS = 7; // 걷는 행 1..7, 보스 row 8 +const MAP_ROWS = 6; // 걷는 행 1..6, 보스 row 7 (depth 최대 7) const MAP_COLS = 4; // 보물 상자 스프라이트 (공식 maplestory 리소스, 메이커 선별) @@ -2414,13 +2414,13 @@ function codeblock(id, name, properties, methods) { } function writeCodeblocks() { - const RUN_LENGTH = 3; + const RUN_LENGTH = 5; const GOLD_PER_WIN = 25; const CARD_PRICE = 30; const REST_HEAL = 30; const RELIC_PRICE = 60; - const ACT_COUNT = 3; - const ACT_MAPS = ['map01', 'map02', 'map03']; + const ACT_COUNT = 5; + const ACT_MAPS = ['map01', 'map02', 'map03', 'map04', 'map05']; const combat = codeblock('SlayDeckController', 'SlayDeckController', [ prop('any', 'DrawPile'), prop('any', 'DiscardPile'), @@ -2773,7 +2773,7 @@ for i = 1, #reg do end end table.sort(list, function(a, b) return a.x < b.x end) -local mult = 1 + (self.Floor - 1) * 0.6 +local mult = 1 + (self.Floor - 1) * 0.45 if g == "elite" or g == "boss" then mult = mult + self:AscEliteBonus() end @@ -4335,11 +4335,12 @@ for r = 3, ${MAP_ROWS} do local id = "r" .. tostring(r) .. "c" .. tostring(c) local node = self.MapNodes[id] if node ~= nil then - local eliteParent = false + -- 부모 노드 타입 수집 (rest/shop/elite 는 부모와 같은 타입 연속 금지) + local parentTypes = {} for pid, pn in pairs(self.MapNodes) do - if pn.row == r - 1 and pn.type == "elite" then + if pn.row == r - 1 then for i = 1, #pn.next do - if pn.next[i] == id then eliteParent = true end + if pn.next[i] == id then parentTypes[pn.type] = true end end end end @@ -4353,7 +4354,8 @@ for r = 3, ${MAP_ROWS} do end local total = 0 for i = 1, #w do - if w[i][1] == "elite" and eliteParent == true then + local t = w[i][1] + if (t == "elite" or t == "rest" or t == "shop") and parentTypes[t] == true then w[i][2] = 0 end total = total + w[i][2] diff --git a/tools/map/gen-map-encounters.mjs b/tools/map/gen-map-encounters.mjs index 9f8831b..103a190 100644 --- a/tools/map/gen-map-encounters.mjs +++ b/tools/map/gen-map-encounters.mjs @@ -2,7 +2,7 @@ import { readFileSync, writeFileSync } from 'node:fs'; // map02~11에 노드 타입별 몬스터 그룹(combat3/elite2/boss1)을 맵별 테마로 자동 구성. // 기존 몬스터 엔티티를 전부 제거하고 첫 몬스터를 템플릿으로 6마리 재생성(결정론). -const MAP_NUMBERS = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11]; +const MAP_NUMBERS = [2, 3, 4, 5]; const COMBAT_POOL = ['orange_mushroom', 'green_mushroom', 'pig', 'blue_mushroom']; const ELITE_POOL = ['mushmom', 'modified_snail']; const BOSS_POOL = ['king_slime', 'slime_boss']; diff --git a/tools/map/gen-maps.mjs b/tools/map/gen-maps.mjs index 1eb88e2..340f94e 100644 --- a/tools/map/gen-maps.mjs +++ b/tools/map/gen-maps.mjs @@ -2,7 +2,7 @@ import { readFileSync, writeFileSync } from 'node:fs'; const TEMPLATE = 'map/map01.map'; const SECTOR = 'Global/SectorConfig.config'; -const MAP_NUMBERS = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11]; +const MAP_NUMBERS = [2, 3, 4, 5]; // 공식 맵에서 수확한 Background-타입 RUID 풀 (맵마다 1개씩, 서로 다르게). // 공식 MapleStory 맵을 import해 각 맵의 BackgroundComponent.TemplateRUID를 수집함. @@ -139,14 +139,14 @@ const targets = arg ? [Number(arg)] : MAP_NUMBERS; const made = targets.map(buildMap); console.log('Generated:', made.join(', ')); -// SectorConfig 등록 (전체 생성 시에만, 중복 방지) +// SectorConfig 등록 (전체 생성 시에만) — 유효 맵만 유지하고 삭제된 맵 엔트리는 제거 if (!arg) { const sector = JSON.parse(readFileSync(SECTOR, 'utf8')); - const entries = sector.ContentProto.Json.Sectors[0].entries; - for (const nn of MAP_NUMBERS) { - const key = `map://map${String(nn).padStart(2, '0')}`; - if (!entries.includes(key)) entries.push(key); - } + const sec0 = sector.ContentProto.Json.Sectors[0]; + const valid = ['map://map01', ...MAP_NUMBERS.map((nn) => `map://map${String(nn).padStart(2, '0')}`)]; + // map06~ 등 더 이상 존재하지 않는 맵 엔트리 제거 + 누락분 추가 + sec0.entries = sec0.entries.filter((k) => !/^map:\/\/map\d+$/.test(k) || valid.includes(k)); + for (const key of valid) if (!sec0.entries.includes(key)) sec0.entries.push(key); writeFileSync(SECTOR, JSON.stringify(sector, null, 2), 'utf8'); - console.log('SectorConfig entries:', entries.length); + console.log('SectorConfig entries:', sec0.entries.length); } diff --git a/tools/map/rogue-map.mjs b/tools/map/rogue-map.mjs index ece0b88..cb17644 100644 --- a/tools/map/rogue-map.mjs +++ b/tools/map/rogue-map.mjs @@ -2,7 +2,7 @@ // ⚠️ 전투 규칙과 마찬가지로 tools/deck/gen-slaydeck.mjs 의 Lua(GenerateMap)와 로직 동기화 유지할 것. // (Lua는 math.random, 여기는 주입 rng — 수치 동일성이 아니라 구조 규칙 동일성이 대상) -export const ROWS = 7; // 걷는 행 1..7, 보스는 row 8 +export const ROWS = 6; // 걷는 행 1..6, 보스는 row 7 (depth 최대 7) export const COLS = 4; export const PATHS = 4; @@ -64,12 +64,13 @@ export function generateMap(rng) { const id = nodeId(r, c); const node = nodes[id]; if (!node) continue; - // elite 부모 검사 (연속 엘리트 방지) - let eliteParent = false; + // 부모 노드 타입 수집 (rest/shop/elite 는 부모와 같은 타입 연속 금지) + const parentTypes = new Set(); for (const pn of Object.values(nodes)) { - if (pn.row === r - 1 && pn.type === 'elite' && pn.next.includes(id)) eliteParent = true; + if (pn.row === r - 1 && pn.next.includes(id)) parentTypes.add(pn.type); } - const w = rowWeights(r).map(([t, wt]) => [t, t === 'elite' && eliteParent ? 0 : wt]); + const NO_REPEAT = new Set(['rest', 'shop', 'elite']); + const w = rowWeights(r).map(([t, wt]) => [t, NO_REPEAT.has(t) && parentTypes.has(t) ? 0 : wt]); const total = w.reduce((s, [, wt]) => s + wt, 0); const roll = rng() * total; let acc = 0; diff --git a/tools/map/rogue-map.test.mjs b/tools/map/rogue-map.test.mjs index 708cf47..4a895f0 100644 --- a/tools/map/rogue-map.test.mjs +++ b/tools/map/rogue-map.test.mjs @@ -61,7 +61,7 @@ test('타입 규칙: 1~2행 combat만, elite·treasure는 4행부터, shop·rest } }); -test('boss: row 8 단일 노드, 7행 노드는 전부 boss로 연결', () => { +test('boss: row 7 단일 노드, 마지막 걷는 행 노드는 전부 boss로 연결', () => { for (let s = 1; s <= 30; s++) { const { nodes } = gen(s); const bosses = Object.entries(nodes).filter(([, n]) => n.type === 'boss'); @@ -90,19 +90,21 @@ test('간선 제약: row+1로만, 열 차이 1 이하 (boss 간선 제외)', () } }); -test('elite 연속 금지: elite 부모를 가진 노드는 elite 아님', () => { +test('연속 금지: rest/shop/elite 는 부모와 같은 타입을 자식으로 두지 않음', () => { + const NO_REPEAT = new Set(['rest', 'shop', 'elite']); for (let s = 1; s <= 100; s++) { const { nodes } = gen(s); for (const [id, n] of Object.entries(nodes)) { - if (n.type !== 'elite') continue; + if (!NO_REPEAT.has(n.type)) continue; for (const nid of n.next) { - assert.notEqual(nodes[nid].type, 'elite', `seed ${s}: ${id}(elite) → ${nid}(elite)`); + if (nid === 'boss') continue; + assert.notEqual(nodes[nid].type, n.type, `seed ${s}: ${id}(${n.type}) → ${nid}(${n.type})`); } } } }); -test('그리드 범위: 행 1..8, 열 1..4 (boss 제외)', () => { +test('그리드 범위: 행 1..6, 열 1..4 (boss 제외)', () => { const { nodes } = gen(7); for (const [id, n] of Object.entries(nodes)) { if (id === 'boss') continue; diff --git a/tools/monster/freeze-turn-monsters.mjs b/tools/monster/freeze-turn-monsters.mjs index 8e775af..4defecf 100644 --- a/tools/monster/freeze-turn-monsters.mjs +++ b/tools/monster/freeze-turn-monsters.mjs @@ -5,7 +5,7 @@ const AI_COMPONENTS = new Set([ 'MOD.Core.AIChaseComponent', ]); -const mapFiles = Array.from({ length: 11 }, (_, i) => `map/map${String(i + 1).padStart(2, '0')}.map`); +const mapFiles = Array.from({ length: 5 }, (_, i) => `map/map${String(i + 1).padStart(2, '0')}.map`); const modelFiles = [ 'Global/MoveMonster.model', 'Global/ChaseMonster.model', diff --git a/tools/monster/gen-combat-monster.mjs b/tools/monster/gen-combat-monster.mjs index f37b7c3..dbfd959 100644 --- a/tools/monster/gen-combat-monster.mjs +++ b/tools/monster/gen-combat-monster.mjs @@ -2,7 +2,7 @@ import { readFileSync, writeFileSync } from 'node:fs'; // 맵 몬스터에 적 타입(EnemyId)을 부여하고, BeginPlay 시 /common 컨트롤러에 자기등록하는 마커. // 카드 전투 시 컨트롤러가 등록 목록으로 인카운터를 구성한다. -const MAP_NUMBERS = Array.from({ length: 11 }, (_, i) => i + 1); // map01~11 +const MAP_NUMBERS = Array.from({ length: 5 }, (_, i) => i + 1); // map01~05 const NAME_TO_ENEMY = { '주황버섯': 'orange_mushroom', '파란버섯': 'blue_mushroom' }; const DEFAULT_ENEMY = 'orange_mushroom'; diff --git a/tools/player/gen-player-lock.mjs b/tools/player/gen-player-lock.mjs index 90ebb16..0120cff 100644 --- a/tools/player/gen-player-lock.mjs +++ b/tools/player/gen-player-lock.mjs @@ -7,7 +7,7 @@ import { readFileSync, writeFileSync } from 'node:fs'; const LOOK_DIRECTION_X = 1; // 1 = 오른쪽(몬스터가 배치된 전투 포메이션 방향) const FIXED_LOOK_AT = true; // 바라보는 방향 고정 const CONTROLLER_ENABLE = false; // 플레이어 입력 차단 -const MAP_NUMBERS = Array.from({ length: 11 }, (_, i) => i + 1); // map01~11 +const MAP_NUMBERS = Array.from({ length: 5 }, (_, i) => i + 1); // map01~05 function prop(Type, Name, DefaultValue = 'nil') { return { Type, DefaultValue, SyncDirection: 0, Attributes: [], Name }; diff --git a/tools/verify/count.mjs b/tools/verify/count.mjs new file mode 100644 index 0000000..e837b20 --- /dev/null +++ b/tools/verify/count.mjs @@ -0,0 +1,22 @@ +import { readFileSync } from 'node:fs'; + +// 산출물 카운트 검증 헬퍼 (RULES §2: 내용 출력 금지·카운트만). +// 사용: node tools/verify/count.mjs [ ...] +// key: ui | cb | common (산출물 경로는 여기 내장 — Bash 명령에 산출물 경로를 노출하지 않아 deny 회피) +const FILES = { + ui: 'ui/DefaultGroup.ui', + cb: 'RootDesk/MyDesk/SlayDeckController.codeblock', + common: 'Global/common.gamelogic', +}; +const key = process.argv[2]; +const path = FILES[key]; +if (!path) { console.error(`unknown key: ${key} (use ${Object.keys(FILES).join('|')})`); process.exit(1); } +const content = readFileSync(path, 'utf8'); +// JSON 유효성도 함께 확인 +let jsonOk = false; +try { JSON.parse(content); jsonOk = true; } catch { jsonOk = false; } +console.log(`${path} bytes=${content.length} jsonValid=${jsonOk}`); +for (const pat of process.argv.slice(3)) { + const m = content.match(new RegExp(pat, 'g')); + console.log(` /${pat}/ = ${m ? m.length : 0}`); +} diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index 2613f50..c1944b5 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -35034,1510 +35034,6 @@ }, { "id": "0cd00032-0000-4000-8000-00000cd00032", - "path": "/ui/DefaultGroup/MapHud/Node_r7c1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", - "jsonString": { - "name": "Node_r7c1", - "path": "/ui/DefaultGroup/MapHud/Node_r7c1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 5, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -242, - "y": 328 - }, - "OffsetMin": { - "x": -298, - "y": 272 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 56, - "y": 56 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -270, - "y": 300 - }, - "Position": { - "x": -270, - "y": 300, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.2, - "g": 0.22, - "b": 0.26, - "a": 1 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": true, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.ButtonComponent", - "Colors": { - "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "HighlightedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "PressedColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 1 - }, - "SelectedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "DisabledColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 0.5019608 - }, - "ColorMultiplier": 1, - "FadeDuration": 0.1 - }, - "ImageRUIDs": { - "HighlightedSprite": null, - "PressedSprite": null, - "SelectedSprite": null, - "DisabledSprite": null - }, - "KeyCode": 0, - "OverrideSorting": false, - "Transition": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd00033-0000-4000-8000-00000cd00033", - "path": "/ui/DefaultGroup/MapHud/Node_r7c1/Label", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Label", - "path": "/ui/DefaultGroup/MapHud/Node_r7c1/Label", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 0, - "pathConstraints": "/////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UIText", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uitext", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 38, - "y": 15 - }, - "OffsetMin": { - "x": -38, - "y": -15 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 76, - "y": 30 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 0 - }, - "Position": { - "x": 0, - "y": 0, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FontSize": 15, - "MaxSize": 15, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 1, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd00034-0000-4000-8000-00000cd00034", - "path": "/ui/DefaultGroup/MapHud/Node_r7c2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", - "jsonString": { - "name": "Node_r7c2", - "path": "/ui/DefaultGroup/MapHud/Node_r7c2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 5, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -62, - "y": 328 - }, - "OffsetMin": { - "x": -118, - "y": 272 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 56, - "y": 56 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -90, - "y": 300 - }, - "Position": { - "x": -90, - "y": 300, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.2, - "g": 0.22, - "b": 0.26, - "a": 1 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": true, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.ButtonComponent", - "Colors": { - "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "HighlightedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "PressedColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 1 - }, - "SelectedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "DisabledColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 0.5019608 - }, - "ColorMultiplier": 1, - "FadeDuration": 0.1 - }, - "ImageRUIDs": { - "HighlightedSprite": null, - "PressedSprite": null, - "SelectedSprite": null, - "DisabledSprite": null - }, - "KeyCode": 0, - "OverrideSorting": false, - "Transition": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd00035-0000-4000-8000-00000cd00035", - "path": "/ui/DefaultGroup/MapHud/Node_r7c2/Label", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Label", - "path": "/ui/DefaultGroup/MapHud/Node_r7c2/Label", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 0, - "pathConstraints": "/////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UIText", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uitext", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 38, - "y": 15 - }, - "OffsetMin": { - "x": -38, - "y": -15 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 76, - "y": 30 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 0 - }, - "Position": { - "x": 0, - "y": 0, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FontSize": 15, - "MaxSize": 15, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 1, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd00036-0000-4000-8000-00000cd00036", - "path": "/ui/DefaultGroup/MapHud/Node_r7c3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", - "jsonString": { - "name": "Node_r7c3", - "path": "/ui/DefaultGroup/MapHud/Node_r7c3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 5, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 118, - "y": 328 - }, - "OffsetMin": { - "x": 62, - "y": 272 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 56, - "y": 56 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 90, - "y": 300 - }, - "Position": { - "x": 90, - "y": 300, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.2, - "g": 0.22, - "b": 0.26, - "a": 1 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": true, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.ButtonComponent", - "Colors": { - "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "HighlightedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "PressedColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 1 - }, - "SelectedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "DisabledColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 0.5019608 - }, - "ColorMultiplier": 1, - "FadeDuration": 0.1 - }, - "ImageRUIDs": { - "HighlightedSprite": null, - "PressedSprite": null, - "SelectedSprite": null, - "DisabledSprite": null - }, - "KeyCode": 0, - "OverrideSorting": false, - "Transition": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd00037-0000-4000-8000-00000cd00037", - "path": "/ui/DefaultGroup/MapHud/Node_r7c3/Label", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Label", - "path": "/ui/DefaultGroup/MapHud/Node_r7c3/Label", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 0, - "pathConstraints": "/////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UIText", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uitext", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 38, - "y": 15 - }, - "OffsetMin": { - "x": -38, - "y": -15 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 76, - "y": 30 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 0 - }, - "Position": { - "x": 0, - "y": 0, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FontSize": 15, - "MaxSize": 15, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 1, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd00038-0000-4000-8000-00000cd00038", - "path": "/ui/DefaultGroup/MapHud/Node_r7c4", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", - "jsonString": { - "name": "Node_r7c4", - "path": "/ui/DefaultGroup/MapHud/Node_r7c4", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 5, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 298, - "y": 328 - }, - "OffsetMin": { - "x": 242, - "y": 272 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 56, - "y": 56 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 270, - "y": 300 - }, - "Position": { - "x": 270, - "y": 300, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.2, - "g": 0.22, - "b": 0.26, - "a": 1 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": true, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.ButtonComponent", - "Colors": { - "NormalColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "HighlightedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "PressedColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 1 - }, - "SelectedColor": { - "r": 0.9607843, - "g": 0.9607843, - "b": 0.9607843, - "a": 1 - }, - "DisabledColor": { - "r": 0.784313738, - "g": 0.784313738, - "b": 0.784313738, - "a": 0.5019608 - }, - "ColorMultiplier": 1, - "FadeDuration": 0.1 - }, - "ImageRUIDs": { - "HighlightedSprite": null, - "PressedSprite": null, - "SelectedSprite": null, - "DisabledSprite": null - }, - "KeyCode": 0, - "OverrideSorting": false, - "Transition": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd00039-0000-4000-8000-00000cd00039", - "path": "/ui/DefaultGroup/MapHud/Node_r7c4/Label", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Label", - "path": "/ui/DefaultGroup/MapHud/Node_r7c4/Label", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 0, - "pathConstraints": "/////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UIText", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uitext", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 38, - "y": 15 - }, - "OffsetMin": { - "x": -38, - "y": -15 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 76, - "y": 30 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 0 - }, - "Position": { - "x": 0, - "y": 0, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 1, - "b": 1, - "a": 1 - }, - "FontSize": 15, - "MaxSize": 15, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 1, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd0003a-0000-4000-8000-00000cd0003a", "path": "/ui/DefaultGroup/MapHud/Node_boss", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", "jsonString": { @@ -36725,7 +35221,7 @@ } }, { - "id": "0cd0003b-0000-4000-8000-00000cd0003b", + "id": "0cd00033-0000-4000-8000-00000cd00033", "path": "/ui/DefaultGroup/MapHud/Node_boss/Label", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -36913,7 +35409,7 @@ } }, { - "id": "0cd0003c-0000-4000-8000-00000cd0003c", + "id": "0cd00034-0000-4000-8000-00000cd00034", "path": "/ui/DefaultGroup/MapHud/Dot_r1c1_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37054,7 +35550,7 @@ } }, { - "id": "0cd0003d-0000-4000-8000-00000cd0003d", + "id": "0cd00035-0000-4000-8000-00000cd00035", "path": "/ui/DefaultGroup/MapHud/Dot_r1c1_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37195,7 +35691,7 @@ } }, { - "id": "0cd0003e-0000-4000-8000-00000cd0003e", + "id": "0cd00036-0000-4000-8000-00000cd00036", "path": "/ui/DefaultGroup/MapHud/Dot_r1c1_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37336,7 +35832,7 @@ } }, { - "id": "0cd0003f-0000-4000-8000-00000cd0003f", + "id": "0cd00037-0000-4000-8000-00000cd00037", "path": "/ui/DefaultGroup/MapHud/Dot_r1c1_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37477,7 +35973,7 @@ } }, { - "id": "0cd00040-0000-4000-8000-00000cd00040", + "id": "0cd00038-0000-4000-8000-00000cd00038", "path": "/ui/DefaultGroup/MapHud/Dot_r1c1_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37618,7 +36114,7 @@ } }, { - "id": "0cd00041-0000-4000-8000-00000cd00041", + "id": "0cd00039-0000-4000-8000-00000cd00039", "path": "/ui/DefaultGroup/MapHud/Dot_r1c1_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37759,7 +36255,7 @@ } }, { - "id": "0cd00042-0000-4000-8000-00000cd00042", + "id": "0cd0003a-0000-4000-8000-00000cd0003a", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37900,7 +36396,7 @@ } }, { - "id": "0cd00043-0000-4000-8000-00000cd00043", + "id": "0cd0003b-0000-4000-8000-00000cd0003b", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38041,7 +36537,7 @@ } }, { - "id": "0cd00044-0000-4000-8000-00000cd00044", + "id": "0cd0003c-0000-4000-8000-00000cd0003c", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38182,7 +36678,7 @@ } }, { - "id": "0cd00045-0000-4000-8000-00000cd00045", + "id": "0cd0003d-0000-4000-8000-00000cd0003d", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38323,7 +36819,7 @@ } }, { - "id": "0cd00046-0000-4000-8000-00000cd00046", + "id": "0cd0003e-0000-4000-8000-00000cd0003e", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38464,7 +36960,7 @@ } }, { - "id": "0cd00047-0000-4000-8000-00000cd00047", + "id": "0cd0003f-0000-4000-8000-00000cd0003f", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38605,7 +37101,7 @@ } }, { - "id": "0cd00048-0000-4000-8000-00000cd00048", + "id": "0cd00040-0000-4000-8000-00000cd00040", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38746,7 +37242,7 @@ } }, { - "id": "0cd00049-0000-4000-8000-00000cd00049", + "id": "0cd00041-0000-4000-8000-00000cd00041", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38887,7 +37383,7 @@ } }, { - "id": "0cd0004a-0000-4000-8000-00000cd0004a", + "id": "0cd00042-0000-4000-8000-00000cd00042", "path": "/ui/DefaultGroup/MapHud/Dot_r1c2_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39028,7 +37524,7 @@ } }, { - "id": "0cd0004b-0000-4000-8000-00000cd0004b", + "id": "0cd00043-0000-4000-8000-00000cd00043", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39169,7 +37665,7 @@ } }, { - "id": "0cd0004c-0000-4000-8000-00000cd0004c", + "id": "0cd00044-0000-4000-8000-00000cd00044", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39310,7 +37806,7 @@ } }, { - "id": "0cd0004d-0000-4000-8000-00000cd0004d", + "id": "0cd00045-0000-4000-8000-00000cd00045", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39451,7 +37947,7 @@ } }, { - "id": "0cd0004e-0000-4000-8000-00000cd0004e", + "id": "0cd00046-0000-4000-8000-00000cd00046", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39592,7 +38088,7 @@ } }, { - "id": "0cd0004f-0000-4000-8000-00000cd0004f", + "id": "0cd00047-0000-4000-8000-00000cd00047", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39733,7 +38229,7 @@ } }, { - "id": "0cd00050-0000-4000-8000-00000cd00050", + "id": "0cd00048-0000-4000-8000-00000cd00048", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39874,7 +38370,7 @@ } }, { - "id": "0cd00051-0000-4000-8000-00000cd00051", + "id": "0cd00049-0000-4000-8000-00000cd00049", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40015,7 +38511,7 @@ } }, { - "id": "0cd00052-0000-4000-8000-00000cd00052", + "id": "0cd0004a-0000-4000-8000-00000cd0004a", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40156,7 +38652,7 @@ } }, { - "id": "0cd00053-0000-4000-8000-00000cd00053", + "id": "0cd0004b-0000-4000-8000-00000cd0004b", "path": "/ui/DefaultGroup/MapHud/Dot_r1c3_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40297,7 +38793,7 @@ } }, { - "id": "0cd00054-0000-4000-8000-00000cd00054", + "id": "0cd0004c-0000-4000-8000-00000cd0004c", "path": "/ui/DefaultGroup/MapHud/Dot_r1c4_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40438,7 +38934,7 @@ } }, { - "id": "0cd00055-0000-4000-8000-00000cd00055", + "id": "0cd0004d-0000-4000-8000-00000cd0004d", "path": "/ui/DefaultGroup/MapHud/Dot_r1c4_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40579,7 +39075,7 @@ } }, { - "id": "0cd00056-0000-4000-8000-00000cd00056", + "id": "0cd0004e-0000-4000-8000-00000cd0004e", "path": "/ui/DefaultGroup/MapHud/Dot_r1c4_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40720,7 +39216,7 @@ } }, { - "id": "0cd00057-0000-4000-8000-00000cd00057", + "id": "0cd0004f-0000-4000-8000-00000cd0004f", "path": "/ui/DefaultGroup/MapHud/Dot_r1c4_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40861,7 +39357,7 @@ } }, { - "id": "0cd00058-0000-4000-8000-00000cd00058", + "id": "0cd00050-0000-4000-8000-00000cd00050", "path": "/ui/DefaultGroup/MapHud/Dot_r1c4_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41002,7 +39498,7 @@ } }, { - "id": "0cd00059-0000-4000-8000-00000cd00059", + "id": "0cd00051-0000-4000-8000-00000cd00051", "path": "/ui/DefaultGroup/MapHud/Dot_r1c4_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41143,7 +39639,7 @@ } }, { - "id": "0cd0005a-0000-4000-8000-00000cd0005a", + "id": "0cd00052-0000-4000-8000-00000cd00052", "path": "/ui/DefaultGroup/MapHud/Dot_r2c1_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41284,7 +39780,7 @@ } }, { - "id": "0cd0005b-0000-4000-8000-00000cd0005b", + "id": "0cd00053-0000-4000-8000-00000cd00053", "path": "/ui/DefaultGroup/MapHud/Dot_r2c1_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41425,7 +39921,7 @@ } }, { - "id": "0cd0005c-0000-4000-8000-00000cd0005c", + "id": "0cd00054-0000-4000-8000-00000cd00054", "path": "/ui/DefaultGroup/MapHud/Dot_r2c1_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41566,7 +40062,7 @@ } }, { - "id": "0cd0005d-0000-4000-8000-00000cd0005d", + "id": "0cd00055-0000-4000-8000-00000cd00055", "path": "/ui/DefaultGroup/MapHud/Dot_r2c1_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41707,7 +40203,7 @@ } }, { - "id": "0cd0005e-0000-4000-8000-00000cd0005e", + "id": "0cd00056-0000-4000-8000-00000cd00056", "path": "/ui/DefaultGroup/MapHud/Dot_r2c1_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41848,7 +40344,7 @@ } }, { - "id": "0cd0005f-0000-4000-8000-00000cd0005f", + "id": "0cd00057-0000-4000-8000-00000cd00057", "path": "/ui/DefaultGroup/MapHud/Dot_r2c1_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41989,7 +40485,7 @@ } }, { - "id": "0cd00060-0000-4000-8000-00000cd00060", + "id": "0cd00058-0000-4000-8000-00000cd00058", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42130,7 +40626,7 @@ } }, { - "id": "0cd00061-0000-4000-8000-00000cd00061", + "id": "0cd00059-0000-4000-8000-00000cd00059", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42271,7 +40767,7 @@ } }, { - "id": "0cd00062-0000-4000-8000-00000cd00062", + "id": "0cd0005a-0000-4000-8000-00000cd0005a", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42412,7 +40908,7 @@ } }, { - "id": "0cd00063-0000-4000-8000-00000cd00063", + "id": "0cd0005b-0000-4000-8000-00000cd0005b", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42553,7 +41049,7 @@ } }, { - "id": "0cd00064-0000-4000-8000-00000cd00064", + "id": "0cd0005c-0000-4000-8000-00000cd0005c", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42694,7 +41190,7 @@ } }, { - "id": "0cd00065-0000-4000-8000-00000cd00065", + "id": "0cd0005d-0000-4000-8000-00000cd0005d", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42835,7 +41331,7 @@ } }, { - "id": "0cd00066-0000-4000-8000-00000cd00066", + "id": "0cd0005e-0000-4000-8000-00000cd0005e", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42976,7 +41472,7 @@ } }, { - "id": "0cd00067-0000-4000-8000-00000cd00067", + "id": "0cd0005f-0000-4000-8000-00000cd0005f", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43117,7 +41613,7 @@ } }, { - "id": "0cd00068-0000-4000-8000-00000cd00068", + "id": "0cd00060-0000-4000-8000-00000cd00060", "path": "/ui/DefaultGroup/MapHud/Dot_r2c2_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43258,7 +41754,7 @@ } }, { - "id": "0cd00069-0000-4000-8000-00000cd00069", + "id": "0cd00061-0000-4000-8000-00000cd00061", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43399,7 +41895,7 @@ } }, { - "id": "0cd0006a-0000-4000-8000-00000cd0006a", + "id": "0cd00062-0000-4000-8000-00000cd00062", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43540,7 +42036,7 @@ } }, { - "id": "0cd0006b-0000-4000-8000-00000cd0006b", + "id": "0cd00063-0000-4000-8000-00000cd00063", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43681,7 +42177,7 @@ } }, { - "id": "0cd0006c-0000-4000-8000-00000cd0006c", + "id": "0cd00064-0000-4000-8000-00000cd00064", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43822,7 +42318,7 @@ } }, { - "id": "0cd0006d-0000-4000-8000-00000cd0006d", + "id": "0cd00065-0000-4000-8000-00000cd00065", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43963,7 +42459,7 @@ } }, { - "id": "0cd0006e-0000-4000-8000-00000cd0006e", + "id": "0cd00066-0000-4000-8000-00000cd00066", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44104,7 +42600,7 @@ } }, { - "id": "0cd0006f-0000-4000-8000-00000cd0006f", + "id": "0cd00067-0000-4000-8000-00000cd00067", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44245,7 +42741,7 @@ } }, { - "id": "0cd00070-0000-4000-8000-00000cd00070", + "id": "0cd00068-0000-4000-8000-00000cd00068", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44386,7 +42882,7 @@ } }, { - "id": "0cd00071-0000-4000-8000-00000cd00071", + "id": "0cd00069-0000-4000-8000-00000cd00069", "path": "/ui/DefaultGroup/MapHud/Dot_r2c3_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44527,7 +43023,7 @@ } }, { - "id": "0cd00072-0000-4000-8000-00000cd00072", + "id": "0cd0006a-0000-4000-8000-00000cd0006a", "path": "/ui/DefaultGroup/MapHud/Dot_r2c4_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44668,7 +43164,7 @@ } }, { - "id": "0cd00073-0000-4000-8000-00000cd00073", + "id": "0cd0006b-0000-4000-8000-00000cd0006b", "path": "/ui/DefaultGroup/MapHud/Dot_r2c4_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44809,7 +43305,7 @@ } }, { - "id": "0cd00074-0000-4000-8000-00000cd00074", + "id": "0cd0006c-0000-4000-8000-00000cd0006c", "path": "/ui/DefaultGroup/MapHud/Dot_r2c4_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44950,7 +43446,7 @@ } }, { - "id": "0cd00075-0000-4000-8000-00000cd00075", + "id": "0cd0006d-0000-4000-8000-00000cd0006d", "path": "/ui/DefaultGroup/MapHud/Dot_r2c4_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45091,7 +43587,7 @@ } }, { - "id": "0cd00076-0000-4000-8000-00000cd00076", + "id": "0cd0006e-0000-4000-8000-00000cd0006e", "path": "/ui/DefaultGroup/MapHud/Dot_r2c4_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45232,7 +43728,7 @@ } }, { - "id": "0cd00077-0000-4000-8000-00000cd00077", + "id": "0cd0006f-0000-4000-8000-00000cd0006f", "path": "/ui/DefaultGroup/MapHud/Dot_r2c4_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45373,7 +43869,7 @@ } }, { - "id": "0cd00078-0000-4000-8000-00000cd00078", + "id": "0cd00070-0000-4000-8000-00000cd00070", "path": "/ui/DefaultGroup/MapHud/Dot_r3c1_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45514,7 +44010,7 @@ } }, { - "id": "0cd00079-0000-4000-8000-00000cd00079", + "id": "0cd00071-0000-4000-8000-00000cd00071", "path": "/ui/DefaultGroup/MapHud/Dot_r3c1_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45655,7 +44151,7 @@ } }, { - "id": "0cd0007a-0000-4000-8000-00000cd0007a", + "id": "0cd00072-0000-4000-8000-00000cd00072", "path": "/ui/DefaultGroup/MapHud/Dot_r3c1_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45796,7 +44292,7 @@ } }, { - "id": "0cd0007b-0000-4000-8000-00000cd0007b", + "id": "0cd00073-0000-4000-8000-00000cd00073", "path": "/ui/DefaultGroup/MapHud/Dot_r3c1_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45937,7 +44433,7 @@ } }, { - "id": "0cd0007c-0000-4000-8000-00000cd0007c", + "id": "0cd00074-0000-4000-8000-00000cd00074", "path": "/ui/DefaultGroup/MapHud/Dot_r3c1_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46078,7 +44574,7 @@ } }, { - "id": "0cd0007d-0000-4000-8000-00000cd0007d", + "id": "0cd00075-0000-4000-8000-00000cd00075", "path": "/ui/DefaultGroup/MapHud/Dot_r3c1_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46219,7 +44715,7 @@ } }, { - "id": "0cd0007e-0000-4000-8000-00000cd0007e", + "id": "0cd00076-0000-4000-8000-00000cd00076", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46360,7 +44856,7 @@ } }, { - "id": "0cd0007f-0000-4000-8000-00000cd0007f", + "id": "0cd00077-0000-4000-8000-00000cd00077", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46501,7 +44997,7 @@ } }, { - "id": "0cd00080-0000-4000-8000-00000cd00080", + "id": "0cd00078-0000-4000-8000-00000cd00078", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46642,7 +45138,7 @@ } }, { - "id": "0cd00081-0000-4000-8000-00000cd00081", + "id": "0cd00079-0000-4000-8000-00000cd00079", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46783,7 +45279,7 @@ } }, { - "id": "0cd00082-0000-4000-8000-00000cd00082", + "id": "0cd0007a-0000-4000-8000-00000cd0007a", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46924,7 +45420,7 @@ } }, { - "id": "0cd00083-0000-4000-8000-00000cd00083", + "id": "0cd0007b-0000-4000-8000-00000cd0007b", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47065,7 +45561,7 @@ } }, { - "id": "0cd00084-0000-4000-8000-00000cd00084", + "id": "0cd0007c-0000-4000-8000-00000cd0007c", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47206,7 +45702,7 @@ } }, { - "id": "0cd00085-0000-4000-8000-00000cd00085", + "id": "0cd0007d-0000-4000-8000-00000cd0007d", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47347,7 +45843,7 @@ } }, { - "id": "0cd00086-0000-4000-8000-00000cd00086", + "id": "0cd0007e-0000-4000-8000-00000cd0007e", "path": "/ui/DefaultGroup/MapHud/Dot_r3c2_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47488,7 +45984,7 @@ } }, { - "id": "0cd00087-0000-4000-8000-00000cd00087", + "id": "0cd0007f-0000-4000-8000-00000cd0007f", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47629,7 +46125,7 @@ } }, { - "id": "0cd00088-0000-4000-8000-00000cd00088", + "id": "0cd00080-0000-4000-8000-00000cd00080", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47770,7 +46266,7 @@ } }, { - "id": "0cd00089-0000-4000-8000-00000cd00089", + "id": "0cd00081-0000-4000-8000-00000cd00081", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47911,7 +46407,7 @@ } }, { - "id": "0cd0008a-0000-4000-8000-00000cd0008a", + "id": "0cd00082-0000-4000-8000-00000cd00082", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48052,7 +46548,7 @@ } }, { - "id": "0cd0008b-0000-4000-8000-00000cd0008b", + "id": "0cd00083-0000-4000-8000-00000cd00083", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48193,7 +46689,7 @@ } }, { - "id": "0cd0008c-0000-4000-8000-00000cd0008c", + "id": "0cd00084-0000-4000-8000-00000cd00084", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48334,7 +46830,7 @@ } }, { - "id": "0cd0008d-0000-4000-8000-00000cd0008d", + "id": "0cd00085-0000-4000-8000-00000cd00085", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48475,7 +46971,7 @@ } }, { - "id": "0cd0008e-0000-4000-8000-00000cd0008e", + "id": "0cd00086-0000-4000-8000-00000cd00086", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48616,7 +47112,7 @@ } }, { - "id": "0cd0008f-0000-4000-8000-00000cd0008f", + "id": "0cd00087-0000-4000-8000-00000cd00087", "path": "/ui/DefaultGroup/MapHud/Dot_r3c3_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48757,7 +47253,7 @@ } }, { - "id": "0cd00090-0000-4000-8000-00000cd00090", + "id": "0cd00088-0000-4000-8000-00000cd00088", "path": "/ui/DefaultGroup/MapHud/Dot_r3c4_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48898,7 +47394,7 @@ } }, { - "id": "0cd00091-0000-4000-8000-00000cd00091", + "id": "0cd00089-0000-4000-8000-00000cd00089", "path": "/ui/DefaultGroup/MapHud/Dot_r3c4_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49039,7 +47535,7 @@ } }, { - "id": "0cd00092-0000-4000-8000-00000cd00092", + "id": "0cd0008a-0000-4000-8000-00000cd0008a", "path": "/ui/DefaultGroup/MapHud/Dot_r3c4_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49180,7 +47676,7 @@ } }, { - "id": "0cd00093-0000-4000-8000-00000cd00093", + "id": "0cd0008b-0000-4000-8000-00000cd0008b", "path": "/ui/DefaultGroup/MapHud/Dot_r3c4_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49321,7 +47817,7 @@ } }, { - "id": "0cd00094-0000-4000-8000-00000cd00094", + "id": "0cd0008c-0000-4000-8000-00000cd0008c", "path": "/ui/DefaultGroup/MapHud/Dot_r3c4_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49462,7 +47958,7 @@ } }, { - "id": "0cd00095-0000-4000-8000-00000cd00095", + "id": "0cd0008d-0000-4000-8000-00000cd0008d", "path": "/ui/DefaultGroup/MapHud/Dot_r3c4_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49603,7 +48099,7 @@ } }, { - "id": "0cd00096-0000-4000-8000-00000cd00096", + "id": "0cd0008e-0000-4000-8000-00000cd0008e", "path": "/ui/DefaultGroup/MapHud/Dot_r4c1_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49744,7 +48240,7 @@ } }, { - "id": "0cd00097-0000-4000-8000-00000cd00097", + "id": "0cd0008f-0000-4000-8000-00000cd0008f", "path": "/ui/DefaultGroup/MapHud/Dot_r4c1_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49885,7 +48381,7 @@ } }, { - "id": "0cd00098-0000-4000-8000-00000cd00098", + "id": "0cd00090-0000-4000-8000-00000cd00090", "path": "/ui/DefaultGroup/MapHud/Dot_r4c1_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50026,7 +48522,7 @@ } }, { - "id": "0cd00099-0000-4000-8000-00000cd00099", + "id": "0cd00091-0000-4000-8000-00000cd00091", "path": "/ui/DefaultGroup/MapHud/Dot_r4c1_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50167,7 +48663,7 @@ } }, { - "id": "0cd0009a-0000-4000-8000-00000cd0009a", + "id": "0cd00092-0000-4000-8000-00000cd00092", "path": "/ui/DefaultGroup/MapHud/Dot_r4c1_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50308,7 +48804,7 @@ } }, { - "id": "0cd0009b-0000-4000-8000-00000cd0009b", + "id": "0cd00093-0000-4000-8000-00000cd00093", "path": "/ui/DefaultGroup/MapHud/Dot_r4c1_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50449,7 +48945,7 @@ } }, { - "id": "0cd0009c-0000-4000-8000-00000cd0009c", + "id": "0cd00094-0000-4000-8000-00000cd00094", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50590,7 +49086,7 @@ } }, { - "id": "0cd0009d-0000-4000-8000-00000cd0009d", + "id": "0cd00095-0000-4000-8000-00000cd00095", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50731,7 +49227,7 @@ } }, { - "id": "0cd0009e-0000-4000-8000-00000cd0009e", + "id": "0cd00096-0000-4000-8000-00000cd00096", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50872,7 +49368,7 @@ } }, { - "id": "0cd0009f-0000-4000-8000-00000cd0009f", + "id": "0cd00097-0000-4000-8000-00000cd00097", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51013,7 +49509,7 @@ } }, { - "id": "0cd000a0-0000-4000-8000-00000cd000a0", + "id": "0cd00098-0000-4000-8000-00000cd00098", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51154,7 +49650,7 @@ } }, { - "id": "0cd000a1-0000-4000-8000-00000cd000a1", + "id": "0cd00099-0000-4000-8000-00000cd00099", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51295,7 +49791,7 @@ } }, { - "id": "0cd000a2-0000-4000-8000-00000cd000a2", + "id": "0cd0009a-0000-4000-8000-00000cd0009a", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51436,7 +49932,7 @@ } }, { - "id": "0cd000a3-0000-4000-8000-00000cd000a3", + "id": "0cd0009b-0000-4000-8000-00000cd0009b", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51577,7 +50073,7 @@ } }, { - "id": "0cd000a4-0000-4000-8000-00000cd000a4", + "id": "0cd0009c-0000-4000-8000-00000cd0009c", "path": "/ui/DefaultGroup/MapHud/Dot_r4c2_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51718,7 +50214,7 @@ } }, { - "id": "0cd000a5-0000-4000-8000-00000cd000a5", + "id": "0cd0009d-0000-4000-8000-00000cd0009d", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51859,7 +50355,7 @@ } }, { - "id": "0cd000a6-0000-4000-8000-00000cd000a6", + "id": "0cd0009e-0000-4000-8000-00000cd0009e", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52000,7 +50496,7 @@ } }, { - "id": "0cd000a7-0000-4000-8000-00000cd000a7", + "id": "0cd0009f-0000-4000-8000-00000cd0009f", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52141,7 +50637,7 @@ } }, { - "id": "0cd000a8-0000-4000-8000-00000cd000a8", + "id": "0cd000a0-0000-4000-8000-00000cd000a0", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52282,7 +50778,7 @@ } }, { - "id": "0cd000a9-0000-4000-8000-00000cd000a9", + "id": "0cd000a1-0000-4000-8000-00000cd000a1", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52423,7 +50919,7 @@ } }, { - "id": "0cd000aa-0000-4000-8000-00000cd000aa", + "id": "0cd000a2-0000-4000-8000-00000cd000a2", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52564,7 +51060,7 @@ } }, { - "id": "0cd000ab-0000-4000-8000-00000cd000ab", + "id": "0cd000a3-0000-4000-8000-00000cd000a3", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52705,7 +51201,7 @@ } }, { - "id": "0cd000ac-0000-4000-8000-00000cd000ac", + "id": "0cd000a4-0000-4000-8000-00000cd000a4", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52846,7 +51342,7 @@ } }, { - "id": "0cd000ad-0000-4000-8000-00000cd000ad", + "id": "0cd000a5-0000-4000-8000-00000cd000a5", "path": "/ui/DefaultGroup/MapHud/Dot_r4c3_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52987,7 +51483,7 @@ } }, { - "id": "0cd000ae-0000-4000-8000-00000cd000ae", + "id": "0cd000a6-0000-4000-8000-00000cd000a6", "path": "/ui/DefaultGroup/MapHud/Dot_r4c4_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53128,7 +51624,7 @@ } }, { - "id": "0cd000af-0000-4000-8000-00000cd000af", + "id": "0cd000a7-0000-4000-8000-00000cd000a7", "path": "/ui/DefaultGroup/MapHud/Dot_r4c4_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53269,7 +51765,7 @@ } }, { - "id": "0cd000b0-0000-4000-8000-00000cd000b0", + "id": "0cd000a8-0000-4000-8000-00000cd000a8", "path": "/ui/DefaultGroup/MapHud/Dot_r4c4_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53410,7 +51906,7 @@ } }, { - "id": "0cd000b1-0000-4000-8000-00000cd000b1", + "id": "0cd000a9-0000-4000-8000-00000cd000a9", "path": "/ui/DefaultGroup/MapHud/Dot_r4c4_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53551,7 +52047,7 @@ } }, { - "id": "0cd000b2-0000-4000-8000-00000cd000b2", + "id": "0cd000aa-0000-4000-8000-00000cd000aa", "path": "/ui/DefaultGroup/MapHud/Dot_r4c4_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53692,7 +52188,7 @@ } }, { - "id": "0cd000b3-0000-4000-8000-00000cd000b3", + "id": "0cd000ab-0000-4000-8000-00000cd000ab", "path": "/ui/DefaultGroup/MapHud/Dot_r4c4_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53833,7 +52329,7 @@ } }, { - "id": "0cd000b4-0000-4000-8000-00000cd000b4", + "id": "0cd000ac-0000-4000-8000-00000cd000ac", "path": "/ui/DefaultGroup/MapHud/Dot_r5c1_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53974,7 +52470,7 @@ } }, { - "id": "0cd000b5-0000-4000-8000-00000cd000b5", + "id": "0cd000ad-0000-4000-8000-00000cd000ad", "path": "/ui/DefaultGroup/MapHud/Dot_r5c1_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54115,7 +52611,7 @@ } }, { - "id": "0cd000b6-0000-4000-8000-00000cd000b6", + "id": "0cd000ae-0000-4000-8000-00000cd000ae", "path": "/ui/DefaultGroup/MapHud/Dot_r5c1_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54256,7 +52752,7 @@ } }, { - "id": "0cd000b7-0000-4000-8000-00000cd000b7", + "id": "0cd000af-0000-4000-8000-00000cd000af", "path": "/ui/DefaultGroup/MapHud/Dot_r5c1_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54397,7 +52893,7 @@ } }, { - "id": "0cd000b8-0000-4000-8000-00000cd000b8", + "id": "0cd000b0-0000-4000-8000-00000cd000b0", "path": "/ui/DefaultGroup/MapHud/Dot_r5c1_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54538,7 +53034,7 @@ } }, { - "id": "0cd000b9-0000-4000-8000-00000cd000b9", + "id": "0cd000b1-0000-4000-8000-00000cd000b1", "path": "/ui/DefaultGroup/MapHud/Dot_r5c1_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54679,7 +53175,7 @@ } }, { - "id": "0cd000ba-0000-4000-8000-00000cd000ba", + "id": "0cd000b2-0000-4000-8000-00000cd000b2", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_1_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54820,7 +53316,7 @@ } }, { - "id": "0cd000bb-0000-4000-8000-00000cd000bb", + "id": "0cd000b3-0000-4000-8000-00000cd000b3", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_1_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54961,7 +53457,7 @@ } }, { - "id": "0cd000bc-0000-4000-8000-00000cd000bc", + "id": "0cd000b4-0000-4000-8000-00000cd000b4", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_1_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55102,7 +53598,7 @@ } }, { - "id": "0cd000bd-0000-4000-8000-00000cd000bd", + "id": "0cd000b5-0000-4000-8000-00000cd000b5", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55243,7 +53739,7 @@ } }, { - "id": "0cd000be-0000-4000-8000-00000cd000be", + "id": "0cd000b6-0000-4000-8000-00000cd000b6", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55384,7 +53880,7 @@ } }, { - "id": "0cd000bf-0000-4000-8000-00000cd000bf", + "id": "0cd000b7-0000-4000-8000-00000cd000b7", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55525,7 +54021,7 @@ } }, { - "id": "0cd000c0-0000-4000-8000-00000cd000c0", + "id": "0cd000b8-0000-4000-8000-00000cd000b8", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55666,7 +54162,7 @@ } }, { - "id": "0cd000c1-0000-4000-8000-00000cd000c1", + "id": "0cd000b9-0000-4000-8000-00000cd000b9", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55807,7 +54303,7 @@ } }, { - "id": "0cd000c2-0000-4000-8000-00000cd000c2", + "id": "0cd000ba-0000-4000-8000-00000cd000ba", "path": "/ui/DefaultGroup/MapHud/Dot_r5c2_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55948,7 +54444,7 @@ } }, { - "id": "0cd000c3-0000-4000-8000-00000cd000c3", + "id": "0cd000bb-0000-4000-8000-00000cd000bb", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_2_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56089,7 +54585,7 @@ } }, { - "id": "0cd000c4-0000-4000-8000-00000cd000c4", + "id": "0cd000bc-0000-4000-8000-00000cd000bc", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_2_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56230,7 +54726,7 @@ } }, { - "id": "0cd000c5-0000-4000-8000-00000cd000c5", + "id": "0cd000bd-0000-4000-8000-00000cd000bd", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_2_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56371,7 +54867,7 @@ } }, { - "id": "0cd000c6-0000-4000-8000-00000cd000c6", + "id": "0cd000be-0000-4000-8000-00000cd000be", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56512,7 +55008,7 @@ } }, { - "id": "0cd000c7-0000-4000-8000-00000cd000c7", + "id": "0cd000bf-0000-4000-8000-00000cd000bf", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56653,7 +55149,7 @@ } }, { - "id": "0cd000c8-0000-4000-8000-00000cd000c8", + "id": "0cd000c0-0000-4000-8000-00000cd000c0", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56794,7 +55290,7 @@ } }, { - "id": "0cd000c9-0000-4000-8000-00000cd000c9", + "id": "0cd000c1-0000-4000-8000-00000cd000c1", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56935,7 +55431,7 @@ } }, { - "id": "0cd000ca-0000-4000-8000-00000cd000ca", + "id": "0cd000c2-0000-4000-8000-00000cd000c2", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57076,7 +55572,7 @@ } }, { - "id": "0cd000cb-0000-4000-8000-00000cd000cb", + "id": "0cd000c3-0000-4000-8000-00000cd000c3", "path": "/ui/DefaultGroup/MapHud/Dot_r5c3_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57217,7 +55713,7 @@ } }, { - "id": "0cd000cc-0000-4000-8000-00000cd000cc", + "id": "0cd000c4-0000-4000-8000-00000cd000c4", "path": "/ui/DefaultGroup/MapHud/Dot_r5c4_3_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57358,7 +55854,7 @@ } }, { - "id": "0cd000cd-0000-4000-8000-00000cd000cd", + "id": "0cd000c5-0000-4000-8000-00000cd000c5", "path": "/ui/DefaultGroup/MapHud/Dot_r5c4_3_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57499,7 +55995,7 @@ } }, { - "id": "0cd000ce-0000-4000-8000-00000cd000ce", + "id": "0cd000c6-0000-4000-8000-00000cd000c6", "path": "/ui/DefaultGroup/MapHud/Dot_r5c4_3_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57640,7 +56136,7 @@ } }, { - "id": "0cd000cf-0000-4000-8000-00000cd000cf", + "id": "0cd000c7-0000-4000-8000-00000cd000c7", "path": "/ui/DefaultGroup/MapHud/Dot_r5c4_4_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57781,7 +56277,7 @@ } }, { - "id": "0cd000d0-0000-4000-8000-00000cd000d0", + "id": "0cd000c8-0000-4000-8000-00000cd000c8", "path": "/ui/DefaultGroup/MapHud/Dot_r5c4_4_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57922,7 +56418,7 @@ } }, { - "id": "0cd000d1-0000-4000-8000-00000cd000d1", + "id": "0cd000c9-0000-4000-8000-00000cd000c9", "path": "/ui/DefaultGroup/MapHud/Dot_r5c4_4_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -58063,12 +56559,12 @@ } }, { - "id": "0cd000d2-0000-4000-8000-00000cd000d2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_1_1", + "id": "0cd000ca-0000-4000-8000-00000cd000ca", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_b_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Dot_r6c1_1_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_1_1", + "name": "Dot_r6c1_b_1", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_b_1", "nameEditable": true, "enable": false, "visible": true, @@ -58099,12 +56595,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 225.25 + "x": -198.5, + "y": 251.5 }, "OffsetMin": { - "x": -274, - "y": 217.25 + "x": -206.5, + "y": 243.5 }, "Pivot": { "x": 0.5, @@ -58122,12 +56618,1140 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 221.25 + "x": -202.5, + "y": 247.5 }, "Position": { - "x": -270, - "y": 221.25, + "x": -202.5, + "y": 247.5, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000cb-0000-4000-8000-00000cd000cb", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_b_2", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c1_b_2", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_b_2", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": -131, + "y": 304 + }, + "OffsetMin": { + "x": -139, + "y": 296 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -135, + "y": 300 + }, + "Position": { + "x": -135, + "y": 300, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000cc-0000-4000-8000-00000cd000cc", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_b_3", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c1_b_3", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_b_3", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": -63.5, + "y": 356.5 + }, + "OffsetMin": { + "x": -71.5, + "y": 348.5 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -67.5, + "y": 352.5 + }, + "Position": { + "x": -67.5, + "y": 352.5, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000cd-0000-4000-8000-00000cd000cd", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_b_1", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c2_b_1", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_b_1", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": -63.5, + "y": 251.5 + }, + "OffsetMin": { + "x": -71.5, + "y": 243.5 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -67.5, + "y": 247.5 + }, + "Position": { + "x": -67.5, + "y": 247.5, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000ce-0000-4000-8000-00000cd000ce", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_b_2", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c2_b_2", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_b_2", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": -41, + "y": 304 + }, + "OffsetMin": { + "x": -49, + "y": 296 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -45, + "y": 300 + }, + "Position": { + "x": -45, + "y": 300, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000cf-0000-4000-8000-00000cd000cf", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_b_3", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c2_b_3", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_b_3", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": -18.5, + "y": 356.5 + }, + "OffsetMin": { + "x": -26.5, + "y": 348.5 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -22.5, + "y": 352.5 + }, + "Position": { + "x": -22.5, + "y": 352.5, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000d0-0000-4000-8000-00000cd000d0", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_b_1", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c3_b_1", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_b_1", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 71.5, + "y": 251.5 + }, + "OffsetMin": { + "x": 63.5, + "y": 243.5 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 67.5, + "y": 247.5 + }, + "Position": { + "x": 67.5, + "y": 247.5, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000d1-0000-4000-8000-00000cd000d1", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_b_2", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c3_b_2", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_b_2", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 49, + "y": 304 + }, + "OffsetMin": { + "x": 41, + "y": 296 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 45, + "y": 300 + }, + "Position": { + "x": 45, + "y": 300, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.5, + "g": 0.5, + "b": 0.55, + "a": 0.8 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cd000d2-0000-4000-8000-00000cd000d2", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_b_3", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Dot_r6c3_b_3", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_b_3", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 1, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 26.5, + "y": 356.5 + }, + "OffsetMin": { + "x": 18.5, + "y": 348.5 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 8, + "y": 8 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 22.5, + "y": 352.5 + }, + "Position": { + "x": 22.5, + "y": 352.5, "z": 0 }, "QuaternionRotation": { @@ -58205,11 +57829,11 @@ }, { "id": "0cd000d3-0000-4000-8000-00000cd000d3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_1_2", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_b_1", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Dot_r6c1_1_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_1_2", + "name": "Dot_r6c4_b_1", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_b_1", "nameEditable": true, "enable": false, "visible": true, @@ -58240,11 +57864,11 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, + "x": 206.5, "y": 251.5 }, "OffsetMin": { - "x": -274, + "x": 198.5, "y": 243.5 }, "Pivot": { @@ -58263,11 +57887,11 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, + "x": 202.5, "y": 247.5 }, "Position": { - "x": -270, + "x": 202.5, "y": 247.5, "z": 0 }, @@ -58346,11 +57970,11 @@ }, { "id": "0cd000d4-0000-4000-8000-00000cd000d4", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_1_3", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_b_2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Dot_r6c1_1_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_1_3", + "name": "Dot_r6c4_b_2", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_b_2", "nameEditable": true, "enable": false, "visible": true, @@ -58381,12 +58005,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 277.75 + "x": 139, + "y": 304 }, "OffsetMin": { - "x": -274, - "y": 269.75 + "x": 131, + "y": 296 }, "Pivot": { "x": 0.5, @@ -58404,12 +58028,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 273.75 + "x": 135, + "y": 300 }, "Position": { - "x": -270, - "y": 273.75, + "x": 135, + "y": 300, "z": 0 }, "QuaternionRotation": { @@ -58487,4664 +58111,11 @@ }, { "id": "0cd000d5-0000-4000-8000-00000cd000d5", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_2_1", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_b_3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Dot_r6c1_2_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_2_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -221, - "y": 225.25 - }, - "OffsetMin": { - "x": -229, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -225, - "y": 221.25 - }, - "Position": { - "x": -225, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000d6-0000-4000-8000-00000cd000d6", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_2_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c1_2_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_2_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -176, - "y": 251.5 - }, - "OffsetMin": { - "x": -184, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -180, - "y": 247.5 - }, - "Position": { - "x": -180, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000d7-0000-4000-8000-00000cd000d7", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_2_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c1_2_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c1_2_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -131, - "y": 277.75 - }, - "OffsetMin": { - "x": -139, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -135, - "y": 273.75 - }, - "Position": { - "x": -135, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000d8-0000-4000-8000-00000cd000d8", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_1_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_1_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_1_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -131, - "y": 225.25 - }, - "OffsetMin": { - "x": -139, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -135, - "y": 221.25 - }, - "Position": { - "x": -135, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000d9-0000-4000-8000-00000cd000d9", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_1_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_1_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_1_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -176, - "y": 251.5 - }, - "OffsetMin": { - "x": -184, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -180, - "y": 247.5 - }, - "Position": { - "x": -180, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000da-0000-4000-8000-00000cd000da", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_1_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_1_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_1_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -221, - "y": 277.75 - }, - "OffsetMin": { - "x": -229, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -225, - "y": 273.75 - }, - "Position": { - "x": -225, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000db-0000-4000-8000-00000cd000db", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_2_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_2_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_2_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -86, - "y": 225.25 - }, - "OffsetMin": { - "x": -94, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -90, - "y": 221.25 - }, - "Position": { - "x": -90, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000dc-0000-4000-8000-00000cd000dc", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_2_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_2_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_2_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -86, - "y": 251.5 - }, - "OffsetMin": { - "x": -94, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -90, - "y": 247.5 - }, - "Position": { - "x": -90, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000dd-0000-4000-8000-00000cd000dd", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_2_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_2_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_2_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -86, - "y": 277.75 - }, - "OffsetMin": { - "x": -94, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -90, - "y": 273.75 - }, - "Position": { - "x": -90, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000de-0000-4000-8000-00000cd000de", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_3_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_3_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_3_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -41, - "y": 225.25 - }, - "OffsetMin": { - "x": -49, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -45, - "y": 221.25 - }, - "Position": { - "x": -45, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000df-0000-4000-8000-00000cd000df", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_3_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_3_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_3_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 4, - "y": 251.5 - }, - "OffsetMin": { - "x": -4, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 247.5 - }, - "Position": { - "x": 0, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e0-0000-4000-8000-00000cd000e0", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_3_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c2_3_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c2_3_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 49, - "y": 277.75 - }, - "OffsetMin": { - "x": 41, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 45, - "y": 273.75 - }, - "Position": { - "x": 45, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e1-0000-4000-8000-00000cd000e1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_2_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_2_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_2_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 49, - "y": 225.25 - }, - "OffsetMin": { - "x": 41, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 45, - "y": 221.25 - }, - "Position": { - "x": 45, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e2-0000-4000-8000-00000cd000e2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_2_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_2_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_2_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 4, - "y": 251.5 - }, - "OffsetMin": { - "x": -4, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 247.5 - }, - "Position": { - "x": 0, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e3-0000-4000-8000-00000cd000e3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_2_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_2_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_2_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -41, - "y": 277.75 - }, - "OffsetMin": { - "x": -49, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -45, - "y": 273.75 - }, - "Position": { - "x": -45, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e4-0000-4000-8000-00000cd000e4", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_3_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_3_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_3_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 94, - "y": 225.25 - }, - "OffsetMin": { - "x": 86, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 90, - "y": 221.25 - }, - "Position": { - "x": 90, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e5-0000-4000-8000-00000cd000e5", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_3_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_3_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_3_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 94, - "y": 251.5 - }, - "OffsetMin": { - "x": 86, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 90, - "y": 247.5 - }, - "Position": { - "x": 90, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e6-0000-4000-8000-00000cd000e6", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_3_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_3_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_3_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 94, - "y": 277.75 - }, - "OffsetMin": { - "x": 86, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 90, - "y": 273.75 - }, - "Position": { - "x": 90, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e7-0000-4000-8000-00000cd000e7", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_4_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_4_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_4_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 139, - "y": 225.25 - }, - "OffsetMin": { - "x": 131, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 135, - "y": 221.25 - }, - "Position": { - "x": 135, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e8-0000-4000-8000-00000cd000e8", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_4_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_4_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_4_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 184, - "y": 251.5 - }, - "OffsetMin": { - "x": 176, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 180, - "y": 247.5 - }, - "Position": { - "x": 180, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000e9-0000-4000-8000-00000cd000e9", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_4_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c3_4_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c3_4_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 229, - "y": 277.75 - }, - "OffsetMin": { - "x": 221, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 225, - "y": 273.75 - }, - "Position": { - "x": 225, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000ea-0000-4000-8000-00000cd000ea", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_3_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c4_3_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_3_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 229, - "y": 225.25 - }, - "OffsetMin": { - "x": 221, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 225, - "y": 221.25 - }, - "Position": { - "x": 225, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000eb-0000-4000-8000-00000cd000eb", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_3_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c4_3_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_3_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 184, - "y": 251.5 - }, - "OffsetMin": { - "x": 176, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 180, - "y": 247.5 - }, - "Position": { - "x": 180, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000ec-0000-4000-8000-00000cd000ec", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_3_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c4_3_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_3_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 139, - "y": 277.75 - }, - "OffsetMin": { - "x": 131, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 135, - "y": 273.75 - }, - "Position": { - "x": 135, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000ed-0000-4000-8000-00000cd000ed", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_4_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c4_4_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_4_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 274, - "y": 225.25 - }, - "OffsetMin": { - "x": 266, - "y": 217.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 270, - "y": 221.25 - }, - "Position": { - "x": 270, - "y": 221.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000ee-0000-4000-8000-00000cd000ee", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_4_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c4_4_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_4_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 274, - "y": 251.5 - }, - "OffsetMin": { - "x": 266, - "y": 243.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 270, - "y": 247.5 - }, - "Position": { - "x": 270, - "y": 247.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000ef-0000-4000-8000-00000cd000ef", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_4_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r6c4_4_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_4_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 274, - "y": 277.75 - }, - "OffsetMin": { - "x": 266, - "y": 269.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 270, - "y": 273.75 - }, - "Position": { - "x": 270, - "y": 273.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f0-0000-4000-8000-00000cd000f0", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c1_b_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c1_b_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c1_b_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -198.5, - "y": 330.25 - }, - "OffsetMin": { - "x": -206.5, - "y": 322.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -202.5, - "y": 326.25 - }, - "Position": { - "x": -202.5, - "y": 326.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f1-0000-4000-8000-00000cd000f1", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c1_b_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c1_b_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c1_b_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -131, - "y": 356.5 - }, - "OffsetMin": { - "x": -139, - "y": 348.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -135, - "y": 352.5 - }, - "Position": { - "x": -135, - "y": 352.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f2-0000-4000-8000-00000cd000f2", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c1_b_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c1_b_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c1_b_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -63.5, - "y": 382.75 - }, - "OffsetMin": { - "x": -71.5, - "y": 374.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -67.5, - "y": 378.75 - }, - "Position": { - "x": -67.5, - "y": 378.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f3-0000-4000-8000-00000cd000f3", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c2_b_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c2_b_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c2_b_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -63.5, - "y": 330.25 - }, - "OffsetMin": { - "x": -71.5, - "y": 322.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -67.5, - "y": 326.25 - }, - "Position": { - "x": -67.5, - "y": 326.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f4-0000-4000-8000-00000cd000f4", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c2_b_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c2_b_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c2_b_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -41, - "y": 356.5 - }, - "OffsetMin": { - "x": -49, - "y": 348.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -45, - "y": 352.5 - }, - "Position": { - "x": -45, - "y": 352.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f5-0000-4000-8000-00000cd000f5", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c2_b_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c2_b_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c2_b_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": -18.5, - "y": 382.75 - }, - "OffsetMin": { - "x": -26.5, - "y": 374.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": -22.5, - "y": 378.75 - }, - "Position": { - "x": -22.5, - "y": 378.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f6-0000-4000-8000-00000cd000f6", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c3_b_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c3_b_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c3_b_1", + "name": "Dot_r6c4_b_3", + "path": "/ui/DefaultGroup/MapHud/Dot_r6c4_b_3", "nameEditable": true, "enable": false, "visible": true, @@ -63176,151 +58147,10 @@ "MobileOnly": false, "OffsetMax": { "x": 71.5, - "y": 330.25 - }, - "OffsetMin": { - "x": 63.5, - "y": 322.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 67.5, - "y": 326.25 - }, - "Position": { - "x": 67.5, - "y": 326.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f7-0000-4000-8000-00000cd000f7", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c3_b_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c3_b_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c3_b_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 49, "y": 356.5 }, "OffsetMin": { - "x": 41, + "x": 63.5, "y": 348.5 }, "Pivot": { @@ -63339,576 +58169,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, + "x": 67.5, "y": 352.5 }, "Position": { - "x": 45, - "y": 352.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f8-0000-4000-8000-00000cd000f8", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c3_b_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c3_b_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c3_b_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 26.5, - "y": 382.75 - }, - "OffsetMin": { - "x": 18.5, - "y": 374.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 22.5, - "y": 378.75 - }, - "Position": { - "x": 22.5, - "y": 378.75, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000f9-0000-4000-8000-00000cd000f9", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c4_b_1", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c4_b_1", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c4_b_1", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 206.5, - "y": 330.25 - }, - "OffsetMin": { - "x": 198.5, - "y": 322.25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 202.5, - "y": 326.25 - }, - "Position": { - "x": 202.5, - "y": 326.25, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000fa-0000-4000-8000-00000cd000fa", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c4_b_2", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c4_b_2", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c4_b_2", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 139, - "y": 356.5 - }, - "OffsetMin": { - "x": 131, - "y": 348.5 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 135, - "y": 352.5 - }, - "Position": { - "x": 135, - "y": 352.5, - "z": 0 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Scale": { - "x": 1, - "y": 1, - "z": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteGUIRendererComponent", - "AnimClipPlayType": 0, - "EndFrameIndex": 2147483647, - "ImageRUID": { - "DataId": "" - }, - "LocalPosition": { - "x": 0, - "y": 0 - }, - "LocalScale": { - "x": 1, - "y": 1 - }, - "OverrideSorting": false, - "PlayRate": 1, - "PreserveSprite": 0, - "StartFrameIndex": 0, - "Color": { - "r": 0.5, - "g": 0.5, - "b": 0.55, - "a": 0.8 - }, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "FillAmount": 1, - "FillCenter": true, - "FillClockWise": true, - "FillMethod": 0, - "FillOrigin": 0, - "FlipX": false, - "FlipY": false, - "FrameColumn": 1, - "FrameRate": 0, - "FrameRow": 1, - "Outline": false, - "OutlineColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - }, - "OutlineWidth": 3, - "RaycastTarget": false, - "Type": 1, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cd000fb-0000-4000-8000-00000cd000fb", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c4_b_3", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", - "jsonString": { - "name": "Dot_r7c4_b_3", - "path": "/ui/DefaultGroup/MapHud/Dot_r7c4_b_3", - "nameEditable": true, - "enable": false, - "visible": true, - "localize": true, - "displayOrder": 1, - "pathConstraints": "////", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "UISprite", - "sub_entity_id": null, - "root_entity_id": null, - "replaced_model_id": null - }, - "modelId": "uisprite", - "@components": [ - { - "@type": "MOD.Core.UITransformComponent", - "ActivePlatform": 255, - "AlignmentOption": 0, - "AnchorsMax": { - "x": 0.5, - "y": 0.5 - }, - "AnchorsMin": { - "x": 0.5, - "y": 0.5 - }, - "MobileOnly": false, - "OffsetMax": { - "x": 71.5, - "y": 382.75 - }, - "OffsetMin": { - "x": 63.5, - "y": 374.75 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 8, - "y": 8 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { "x": 67.5, - "y": 378.75 - }, - "Position": { - "x": 67.5, - "y": 378.75, + "y": 352.5, "z": 0 }, "QuaternionRotation": {