From 874d6792dcf8cfffed37a69c66cc525124ae2999 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 12:10:56 +0900 Subject: [PATCH 1/7] =?UTF-8?q?=EB=A7=B5=2010=EA=B0=9C=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20(=EB=9E=9C=EB=8D=A4=20=EB=B0=B0=EA=B2=BD+=EB=AA=AC?= =?UTF-8?q?=EC=8A=A4=ED=84=B0)=20=EC=84=A4=EA=B3=84=20=EB=AC=B8=EC=84=9C?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- .../specs/2026-06-06-ten-maps-design.md | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 docs/superpowers/specs/2026-06-06-ten-maps-design.md diff --git a/docs/superpowers/specs/2026-06-06-ten-maps-design.md b/docs/superpowers/specs/2026-06-06-ten-maps-design.md new file mode 100644 index 0000000..16ae56d --- /dev/null +++ b/docs/superpowers/specs/2026-06-06-ten-maps-design.md @@ -0,0 +1,62 @@ +# 맵 10개 생성 (랜덤 배경 + 몬스터 2마리) 설계 + +- 날짜: 2026-06-06 +- 브랜치: feature/maps-batch (신규) +- 대상: `map/map02.map`~`map11.map`(신규), `Global/SectorConfig.config`, `tools/gen-maps.mjs`(신규) + +## 목표 + +`map01`을 템플릿으로 **독립 맵 10개(`map02`~`map11`)** 를 생성한다. 각 맵은 **서로 다른 공식 배경**을 갖고, **몬스터 2마리**가 랜덤 위치에 배치된다. + +## 범위 + +### 포함 +- `map02`~`map11` (신규 10개 맵 파일) +- 맵마다 다른 배경(`BackgroundComponent.TemplateRUID`) — 공식 MapleStory 배경 라이브러리에서 10개 서로 다르게 +- 맵마다 몬스터 2마리, x 위치 랜덤(바닥 위), y는 바닥 높이 고정 +- `SectorConfig.config`에 `map://map02`~`map://map11` 등록 +- 재현용 생성기 `tools/gen-maps.mjs` + +### 제외 (YAGNI) +- 맵 간 포털/이동 연결 (독립 맵) +- 맵별 다른 타일맵/지형 (map01 타일·바닥 그대로 복제) +- 카드-전투 로직 연동 +- map01 변경 + +## 몬스터 전략 (스파이크 게이트) + +사용자 선택: **라이브러리에서 다양한 몬스터**. 단, 리소스 검색이 RUID만 반환하고 action(stand/hit/die) 그룹핑·이름을 주지 않아 "완결된 몬스터" 조립이 불확실하다. 따라서: + +- **A. 라이브러리 다양 몬스터 (1차 시도)**: 라이브러리에서 완결된 몬스터 2~3종(스프라이트 + stand/hit/die 애니메이션 RUID 세트)을 조립한다. **먼저 1개 맵으로 스파이크** → Maker Play에서 로드·렌더 검증. +- **게이트**: 스파이크에서 라이브러리 몬스터가 정상 렌더되면 → 10개 맵에 A로 확대. 조립/로드 실패 시 → **B로 폴백**. +- **B. 폴백 — 기존 몬스터 변형**: 이미 정상 로딩되는 기존 템플릿(StaticMonster/MoveMonster/ChaseMonster/monster-43)의 검증된 RUID 세트에서 맵당 랜덤 2종 + 랜덤 위치. 다양성은 ~4종으로 제한되지만 확실히 동작. + +> 핵심 리스크: 이전에 **사용자 업로드(계정) 리소스는 로컬 워크스페이스 플레이에서 로드 실패**했다. 공식 라이브러리 리소스(배경/몬스터)는 shipped 콘텐츠라 로드될 것으로 보지만(기존 배경·몬스터 RUID가 정상 로딩 중), **확정 전 스파이크로 검증**한다. + +## 구현 방식 + +### 생성기 `tools/gen-maps.mjs` +1. `map/map01.map`을 텍스트로 읽어 JSON 파싱(템플릿) +2. 배경 RUID 풀(10개, 공식 라이브러리에서 확보), 몬스터 정의 풀(A: 라이브러리 세트 / B: 기존 템플릿 세트)을 데이터로 보유 +3. `NN = 02..11` 각각: + - 엔티티 deep-copy, **모든 엔티티 `id` GUID 재발급**(oldId→newId 매핑). `root_entity_id`/`sub_entity_id`가 엔티티 id를 가리키면 함께 치환. (component 안의 리소스 RUID — SpriteRUID, ActionSheet, TemplateRUID, CollisionGroup.Id, DamageSkinId, 타일셋 id — 는 엔티티 id가 아니므로 유지) + - `EntryKey`를 `map://mapNN`, 모든 `path`의 `/maps/map01`→`/maps/mapNN`, `name`을 `mapNN`로 치환 + - `Background` 엔티티의 `TemplateRUID`를 `backgrounds[NN]`로 설정 + - 기존 몬스터 엔티티들을 제거하고, 선택된 몬스터 2종을 랜덤 x 위치로 추가(각 몬스터는 템플릿 몬스터 엔티티를 복제하고 SpriteRUID/ActionSheet[A] 또는 그대로[B] + Position.x 랜덤) + - `map/mapNN.map`로 기록(원본 줄바꿈/포맷 보존 방식은 가능하면, 아니면 표준 JSON 직렬화) +4. `Global/SectorConfig.config`의 `Sectors[0].entries`에 `map://map02`~`map11` 추가(중복 방지) + +랜덤은 결정론을 위해 인덱스 기반 시드(맵 번호로 위치/선택 산출) 사용 — 재실행 시 동일 결과. + +### GUID 재발급 주의 +- 엔티티 id 충돌 방지를 위해 맵마다 고유 GUID 필요. 자기참조(`root_entity_id`==자기 id)는 매핑으로 일관되게 치환. + +## 검증 + +1. **스파이크(A)**: map02 1개만 생성 → reload→play→screenshot + Lua로 몬스터 엔티티/스프라이트 로드 확인. 실패 시 B로 전환. +2. 전체 생성 후: 각 맵(또는 표본)에서 reload→play(해당 맵)→screenshot으로 배경 상이·몬스터 2마리 확인. 맵 전환은 Maker에서 해당 맵을 열거나 sector 이동으로. +3. JSON 유효성(JSON.parse) + SectorConfig 10개 등록 확인 + 엔티티 id 중복 없음 확인. + +## 산출물/형상관리 +- 신규 파일 `map/map02.map`~`map11.map`, `tools/gen-maps.mjs`, `SectorConfig.config` 변경을 커밋. +- 배경/몬스터는 공식 라이브러리 RUID(문자열)만 참조 — 별도 리소스 파일 불필요(공식 콘텐츠). (단 A가 로컬 임포트를 요구하면 그 리소스 파일도 포함) From de2fcdbe7cc1721a397eb84aa965e4002d7f328c Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 12:19:11 +0900 Subject: [PATCH 2/7] =?UTF-8?q?=EB=A7=B5=20=EC=83=9D=EC=84=B1=EA=B8=B0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20(map01=20=ED=85=9C=ED=94=8C=EB=A6=BF=20?= =?UTF-8?q?=EB=B3=B5=EC=A0=9C=C2=B7=EB=B0=B0=EA=B2=BD/=EB=AA=AC=EC=8A=A4?= =?UTF-8?q?=ED=84=B0=20=EC=A3=BC=EC=9E=85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- tools/gen-maps.mjs | 115 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 tools/gen-maps.mjs diff --git a/tools/gen-maps.mjs b/tools/gen-maps.mjs new file mode 100644 index 0000000..5129813 --- /dev/null +++ b/tools/gen-maps.mjs @@ -0,0 +1,115 @@ +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]; + +// 공식 라이브러리 배경 RUID 풀 (맵마다 1개씩, 서로 다르게) +const BACKGROUNDS = [ + '79c95db9fdbb4c4796771733d069e3e2', '1d4a335a5416401f8e289d78a03fd0c3', + '731a9cd1cce045e19d50fdcdc9a20be9', '695805b1809243fd9376e2bba113ebde', + '454804df4c7e4701997ec8a8de088597', '01992685f5d147b3a5c18fabf584807f', + 'c861e9cb2d0b4d91be5d4d6aedf796b1', 'ee2e13a352d64611906760c1b722df67', + '8e89019c54d14aed875e54f13fa14109', 'fa936edd365f47e4b5622c19b1a80a0c', +]; + +// Task 1 결과: B 폴백 (라이브러리 변형 미사용). 비어 있으면 기존 템플릿 몬스터를 그대로 사용. +// 각 항목: { sprite, stand, hit, die } (모두 RUID 문자열) +const MONSTER_VARIANTS = []; + +// 결정론적 시드 RNG (맵 번호 기반) +function rng(seed) { + let s = seed >>> 0; + return () => { s = (s * 1664525 + 1013904223) >>> 0; return s / 4294967296; }; +} + +// 결정론적 대시 GUID (맵번호, 인덱스) +function mapGuid(nn, idx) { + const n = (nn * 1000 + idx) >>> 0; + const h8 = n.toString(16).padStart(8, '0'); + const h12 = n.toString(16).padStart(12, '0'); + return `${h8}-0000-4000-8000-${h12}`; +} + +const isMonster = (e) => (e.componentNames || '').includes('script.Monster'); +const compOf = (e, type) => e.jsonString['@components'].find((c) => c['@type'] === type); + +const template = JSON.parse(readFileSync(TEMPLATE, 'utf8')); +const monsterTemplates = template.ContentProto.Entities.filter(isMonster); +if (monsterTemplates.length === 0) throw new Error('템플릿에서 몬스터 엔티티를 못 찾음'); + +function buildMap(nn) { + const tag = String(nn).padStart(2, '0'); + const rand = rng(nn * 7919); + const map = JSON.parse(JSON.stringify(template)); // deep clone + map.EntryKey = `map://map${tag}`; + + // 비-몬스터 엔티티만 유지 + const ents = map.ContentProto.Entities.filter((e) => !isMonster(e)); + + // 몬스터 2마리 추가 (템플릿 몬스터 복제) + for (let i = 0; i < 2; i++) { + const src = monsterTemplates[Math.floor(rand() * monsterTemplates.length)]; + const m = JSON.parse(JSON.stringify(src)); + m.jsonString.name = `Monster${i + 1}`; + m.path = `/maps/map${tag}/Monster${i + 1}`; + m.jsonString.path = m.path; + const tr = compOf(m, 'MOD.Core.TransformComponent'); + if (tr) tr.Position.x = Math.round((rand() * 8 - 4) * 100) / 100; // -4..4 바닥 위 + if (MONSTER_VARIANTS.length > 0) { + const v = MONSTER_VARIANTS[Math.floor(rand() * MONSTER_VARIANTS.length)]; + const sp = compOf(m, 'MOD.Core.SpriteRendererComponent'); + if (sp) sp.SpriteRUID = v.sprite; + const sa = compOf(m, 'MOD.Core.StateAnimationComponent'); + if (sa) sa.ActionSheet = { stand: v.stand, hit: v.hit, die: v.die }; + } + ents.push(m); + } + + // 경로/이름 치환 + 배경 설정 + for (const e of ents) { + if (typeof e.path === 'string') e.path = e.path.replace('/maps/map01', `/maps/map${tag}`); + if (e.jsonString) { + if (typeof e.jsonString.path === 'string') e.jsonString.path = e.jsonString.path.replace('/maps/map01', `/maps/map${tag}`); + if (e.jsonString.name === 'map01') e.jsonString.name = `map${tag}`; + } + if ((e.path || '').endsWith('/Background')) { + const bg = compOf(e, 'MOD.Core.BackgroundComponent'); + if (bg) bg.TemplateRUID = BACKGROUNDS[(nn - 2) % BACKGROUNDS.length]; + } + } + + // GUID 재발급 (자기참조 root/sub_entity_id 보정) + ents.forEach((e, idx) => { + const oldId = e.id; + const newId = mapGuid(nn, idx); + e.id = newId; + const o = e.jsonString && e.jsonString.origin; + if (o) { + if (o.root_entity_id === oldId) o.root_entity_id = newId; + if (o.sub_entity_id === oldId) o.sub_entity_id = newId; + } + }); + + map.ContentProto.Entities = ents; + writeFileSync(`map/map${tag}.map`, JSON.stringify(map, null, 2), 'utf8'); + return `map${tag}`; +} + +// 인자: 생성할 맵 번호(미지정 시 전체). 예: node tools/gen-maps.mjs 2 +const arg = process.argv[2]; +const targets = arg ? [Number(arg)] : MAP_NUMBERS; +const made = targets.map(buildMap); +console.log('Generated:', made.join(', ')); + +// 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); + } + writeFileSync(SECTOR, JSON.stringify(sector, null, 2), 'utf8'); + console.log('SectorConfig entries:', entries.length); +} From 9b3276e5a49fec338a876a285665aa1c397957ce Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 12:42:19 +0900 Subject: [PATCH 3/7] =?UTF-8?q?=EB=A7=B5=2010=EA=B0=9C(map02~map11)=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1:=20=EA=B3=B5=EC=8B=9D=20=EC=8A=A4=EC=85=8C?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EB=B0=B0=EA=B2=BD=2010=EC=A2=85=20+=20?= =?UTF-8?q?=EB=AA=AC=EC=8A=A4=ED=84=B0=202=EB=A7=88=EB=A6=AC,=20sector=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit map01 템플릿 복제, 엔티티 GUID 재발급. 배경은 공식 MapleStory 맵에서 수확한 Background 타입 RUID 10종(맵마다 다르게). 몬스터는 기존 4종에서 랜덤 2마리 + 랜덤 위치. Co-Authored-By: Claude Opus 4.8 (1M context) --- Global/SectorConfig.config | 12 +- map/map02.map | 6663 +++++++++++++++++++++++++++++++++++ map/map03.map | 6672 ++++++++++++++++++++++++++++++++++++ map/map04.map | 6666 +++++++++++++++++++++++++++++++++++ map/map05.map | 6660 +++++++++++++++++++++++++++++++++++ map/map06.map | 6660 +++++++++++++++++++++++++++++++++++ map/map07.map | 6669 +++++++++++++++++++++++++++++++++++ map/map08.map | 6663 +++++++++++++++++++++++++++++++++++ map/map09.map | 6660 +++++++++++++++++++++++++++++++++++ map/map10.map | 6654 +++++++++++++++++++++++++++++++++++ map/map11.map | 6654 +++++++++++++++++++++++++++++++++++ tools/gen-maps.mjs | 19 +- 12 files changed, 66645 insertions(+), 7 deletions(-) create mode 100644 map/map02.map create mode 100644 map/map03.map create mode 100644 map/map04.map create mode 100644 map/map05.map create mode 100644 map/map06.map create mode 100644 map/map07.map create mode 100644 map/map08.map create mode 100644 map/map09.map create mode 100644 map/map10.map create mode 100644 map/map11.map diff --git a/Global/SectorConfig.config b/Global/SectorConfig.config index 8cf52ac..9a26fe5 100644 --- a/Global/SectorConfig.config +++ b/Global/SectorConfig.config @@ -19,7 +19,17 @@ "name": "sector01", "maxUserNo": 16, "entries": [ - "map://map01" + "map://map01", + "map://map02", + "map://map03", + "map://map04", + "map://map05", + "map://map06", + "map://map07", + "map://map08", + "map://map09", + "map://map10", + "map://map11" ] } ], diff --git a/map/map02.map b/map/map02.map new file mode 100644 index 0000000..7a6fd3a --- /dev/null +++ b/map/map02.map @@ -0,0 +1,6663 @@ +{ + "Id": "", + "GameId": "", + "EntryKey": "map://map02", + "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": "000007d0-0000-4000-8000-0000000007d0", + "path": "/maps/map02", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent", + "jsonString": { + "name": "map02", + "path": "/maps/map02", + "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 + } + ], + "@version": 1 + } + }, + { + "id": "000007d1-0000-4000-8000-0000000007d1", + "path": "/maps/map02/Background", + "componentNames": "MOD.Core.BackgroundComponent", + "jsonString": { + "name": "Background", + "path": "/maps/map02/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": "794ad8421e2543d8a6d2c70307637450", + "Type": 1, + "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "000007d2-0000-4000-8000-0000000007d2", + "path": "/maps/map02/MapleMapLayer", + "componentNames": "MOD.Core.MapLayerComponent", + "jsonString": { + "name": "MapleMapLayer", + "path": "/maps/map02/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": "000007d3-0000-4000-8000-0000000007d3", + "path": "/maps/map02/TileMap", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", + "jsonString": { + "name": "TileMap", + "path": "/maps/map02/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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "000007d4-0000-4000-8000-0000000007d4", + "path": "/maps/map02/SpawnLocation", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", + "jsonString": { + "name": "SpawnLocation", + "path": "/maps/map02/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": "000007d5-0000-4000-8000-0000000007d5", + "path": "/maps/map02/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map02/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 5, + "pathConstraints": "///", + "revision": 3, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "000007d5-0000-4000-8000-0000000007d5", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 2.76, + "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": { + "move": "969f52dd34934009b5c687af97c8435b", + "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", + "attack2": "3c66552bd7ff48f98482e417be3e3772", + "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", + "skill": "022d41ea8ce247639fd4f0fa83563c96", + "hit": "0bcbc0ec869245d4a454e00d635fc64d", + "die": "4e38904690784278a50fa378086b65a7" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 1.6, + "y": 1.56 + }, + "ColliderOffset": { + "x": 0, + "y": 0.78 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "000007d6-0000-4000-8000-0000000007d6", + "path": "/maps/map02/Monster2", + "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", + "jsonString": { + "name": "Monster2", + "path": "/maps/map02/Monster2", + "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": "000007d6-0000-4000-8000-0000000007d6", + "replaced_model_id": null + }, + "modelId": "staticmonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 3.46, + "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": "4b1d55e35ae9462b944297691025429a", + "hit": "35c14328c2a6446eb5464dc85c39ab56", + "die": "770cfcbab36448999137d25e8ace707e" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6c7130f51a654803a1c39cbe30e2f427", + "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": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map03.map b/map/map03.map new file mode 100644 index 0000000..b232f6b --- /dev/null +++ b/map/map03.map @@ -0,0 +1,6672 @@ +{ + "Id": "", + "GameId": "", + "EntryKey": "map://map03", + "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": "00000bb8-0000-4000-8000-000000000bb8", + "path": "/maps/map03", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent", + "jsonString": { + "name": "map03", + "path": "/maps/map03", + "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 + } + ], + "@version": 1 + } + }, + { + "id": "00000bb9-0000-4000-8000-000000000bb9", + "path": "/maps/map03/Background", + "componentNames": "MOD.Core.BackgroundComponent", + "jsonString": { + "name": "Background", + "path": "/maps/map03/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": "65c4167ea7484196b890022354e5a4a4", + "Type": 1, + "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "00000bba-0000-4000-8000-000000000bba", + "path": "/maps/map03/MapleMapLayer", + "componentNames": "MOD.Core.MapLayerComponent", + "jsonString": { + "name": "MapleMapLayer", + "path": "/maps/map03/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": "00000bbb-0000-4000-8000-000000000bbb", + "path": "/maps/map03/TileMap", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", + "jsonString": { + "name": "TileMap", + "path": "/maps/map03/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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "00000bbc-0000-4000-8000-000000000bbc", + "path": "/maps/map03/SpawnLocation", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", + "jsonString": { + "name": "SpawnLocation", + "path": "/maps/map03/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": "00000bbd-0000-4000-8000-000000000bbd", + "path": "/maps/map03/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map03/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 5, + "pathConstraints": "///", + "revision": 3, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00000bbd-0000-4000-8000-000000000bbd", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -2.98, + "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": { + "move": "969f52dd34934009b5c687af97c8435b", + "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", + "attack2": "3c66552bd7ff48f98482e417be3e3772", + "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", + "skill": "022d41ea8ce247639fd4f0fa83563c96", + "hit": "0bcbc0ec869245d4a454e00d635fc64d", + "die": "4e38904690784278a50fa378086b65a7" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 1.6, + "y": 1.56 + }, + "ColliderOffset": { + "x": 0, + "y": 0.78 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "00000bbe-0000-4000-8000-000000000bbe", + "path": "/maps/map03/Monster2", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster2", + "path": "/maps/map03/Monster2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 5, + "pathConstraints": "///", + "revision": 3, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00000bbe-0000-4000-8000-000000000bbe", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -3.47, + "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": { + "move": "969f52dd34934009b5c687af97c8435b", + "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", + "attack2": "3c66552bd7ff48f98482e417be3e3772", + "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", + "skill": "022d41ea8ce247639fd4f0fa83563c96", + "hit": "0bcbc0ec869245d4a454e00d635fc64d", + "die": "4e38904690784278a50fa378086b65a7" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 1.6, + "y": 1.56 + }, + "ColliderOffset": { + "x": 0, + "y": 0.78 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map04.map b/map/map04.map new file mode 100644 index 0000000..1881175 --- /dev/null +++ b/map/map04.map @@ -0,0 +1,6666 @@ +{ + "Id": "", + "GameId": "", + "EntryKey": "map://map04", + "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": "00000fa0-0000-4000-8000-000000000fa0", + "path": "/maps/map04", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent", + "jsonString": { + "name": "map04", + "path": "/maps/map04", + "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 + } + ], + "@version": 1 + } + }, + { + "id": "00000fa1-0000-4000-8000-000000000fa1", + "path": "/maps/map04/Background", + "componentNames": "MOD.Core.BackgroundComponent", + "jsonString": { + "name": "Background", + "path": "/maps/map04/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": "23801e25ab854f3189454a4fa9d01761", + "Type": 1, + "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "00000fa2-0000-4000-8000-000000000fa2", + "path": "/maps/map04/MapleMapLayer", + "componentNames": "MOD.Core.MapLayerComponent", + "jsonString": { + "name": "MapleMapLayer", + "path": "/maps/map04/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": "00000fa3-0000-4000-8000-000000000fa3", + "path": "/maps/map04/TileMap", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", + "jsonString": { + "name": "TileMap", + "path": "/maps/map04/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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "00000fa4-0000-4000-8000-000000000fa4", + "path": "/maps/map04/SpawnLocation", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", + "jsonString": { + "name": "SpawnLocation", + "path": "/maps/map04/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": "00000fa5-0000-4000-8000-000000000fa5", + "path": "/maps/map04/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map04/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 6, + "pathConstraints": "///", + "revision": 2, + "origin": { + "type": "Model", + "entry_id": "ChaseMonster", + "sub_entity_id": null, + "root_entity_id": "00000fa5-0000-4000-8000-000000000fa5", + "replaced_model_id": null + }, + "modelId": "chasemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -0.71, + "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": { + "move": "573fe938562a4abf91eebf951f21afd5", + "stand": "6d381bea1bcb4504b518a1fbfa0904ac", + "jump": "59823e146a034e48b8667ebb6f0724b1", + "hit": "642ece38d8d449b29ce4479100e37a54", + "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1.5, + "JumpForce": 6, + "Enable": true + }, + { + "@type": "MOD.Core.AIChaseComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@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", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "00000fa6-0000-4000-8000-000000000fa6", + "path": "/maps/map04/Monster2", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster2", + "path": "/maps/map04/Monster2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 6, + "pathConstraints": "///", + "revision": 2, + "origin": { + "type": "Model", + "entry_id": "ChaseMonster", + "sub_entity_id": null, + "root_entity_id": "00000fa6-0000-4000-8000-000000000fa6", + "replaced_model_id": null + }, + "modelId": "chasemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -2.41, + "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": { + "move": "573fe938562a4abf91eebf951f21afd5", + "stand": "6d381bea1bcb4504b518a1fbfa0904ac", + "jump": "59823e146a034e48b8667ebb6f0724b1", + "hit": "642ece38d8d449b29ce4479100e37a54", + "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1.5, + "JumpForce": 6, + "Enable": true + }, + { + "@type": "MOD.Core.AIChaseComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@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", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map05.map b/map/map05.map new file mode 100644 index 0000000..5572e3c --- /dev/null +++ b/map/map05.map @@ -0,0 +1,6660 @@ +{ + "Id": "", + "GameId": "", + "EntryKey": "map://map05", + "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": "00001388-0000-4000-8000-000000001388", + "path": "/maps/map05", + "componentNames": "MOD.Core.MapComponent,MOD.Core.FootholdComponent", + "jsonString": { + "name": "map05", + "path": "/maps/map05", + "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 + } + ], + "@version": 1 + } + }, + { + "id": "00001389-0000-4000-8000-000000001389", + "path": "/maps/map05/Background", + "componentNames": "MOD.Core.BackgroundComponent", + "jsonString": { + "name": "Background", + "path": "/maps/map05/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": "f91f8b5b2b1e47208fb18f2cbd2a5e8d", + "Type": 1, + "WebUrl": "eab37efa7f0d400f94259a2df836eb8a", + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0000138a-0000-4000-8000-00000000138a", + "path": "/maps/map05/MapleMapLayer", + "componentNames": "MOD.Core.MapLayerComponent", + "jsonString": { + "name": "MapleMapLayer", + "path": "/maps/map05/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": "0000138b-0000-4000-8000-00000000138b", + "path": "/maps/map05/TileMap", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.TileMapComponent", + "jsonString": { + "name": "TileMap", + "path": "/maps/map05/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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "0000138c-0000-4000-8000-00000000138c", + "path": "/maps/map05/SpawnLocation", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.SpriteRendererComponent,MOD.Core.SpawnLocationComponent", + "jsonString": { + "name": "SpawnLocation", + "path": "/maps/map05/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": "0000138d-0000-4000-8000-00000000138d", + "path": "/maps/map05/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map05/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 6, + "pathConstraints": "///", + "revision": 2, + "origin": { + "type": "Model", + "entry_id": "ChaseMonster", + "sub_entity_id": null, + "root_entity_id": "0000138d-0000-4000-8000-00000000138d", + "replaced_model_id": null + }, + "modelId": "chasemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 1.55, + "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": { + "move": "573fe938562a4abf91eebf951f21afd5", + "stand": "6d381bea1bcb4504b518a1fbfa0904ac", + "jump": "59823e146a034e48b8667ebb6f0724b1", + "hit": "642ece38d8d449b29ce4479100e37a54", + "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1.5, + "JumpForce": 6, + "Enable": true + }, + { + "@type": "MOD.Core.AIChaseComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@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", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0000138e-0000-4000-8000-00000000138e", + "path": "/maps/map05/Monster2", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "Monster2", + "path": "/maps/map05/Monster2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 7, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "0000138e-0000-4000-8000-00000000138e", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -1.35, + "y": 1.27528822, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", + "move": "c96c11f9a3f845a4b6a27d9ca10ab103", + "hit": "4b67b539c09d4ce183ae6a73f908511f", + "die": "7681817f225a4245a27943da77d5f5b1", + "skill": "75c873675b6d45c38f24c8d7b98b4800", + "attack": "9db703c9da694490965897db7f2d4d92", + "skill2": "beabf049b5e34c25907ae69d2c1f835e", + "skill3": "e84c350104ca436b93db6c502faf53b3", + "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", + "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", + "attack2": "52c1da942bec459b9d46c81c03233c0c" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.87, + "y": 1.04 + }, + "ColliderOffset": { + "x": 0.0150000155, + "y": 0.669999957 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map06.map b/map/map06.map new file mode 100644 index 0000000..e630356 --- /dev/null +++ b/map/map06.map @@ -0,0 +1,6660 @@ +{ + "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", + "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.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 + } + ], + "@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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "00001775-0000-4000-8000-000000001775", + "path": "/maps/map06/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map06/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 6, + "pathConstraints": "///", + "revision": 2, + "origin": { + "type": "Model", + "entry_id": "ChaseMonster", + "sub_entity_id": null, + "root_entity_id": "00001775-0000-4000-8000-000000001775", + "replaced_model_id": null + }, + "modelId": "chasemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 3.82, + "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": { + "move": "573fe938562a4abf91eebf951f21afd5", + "stand": "6d381bea1bcb4504b518a1fbfa0904ac", + "jump": "59823e146a034e48b8667ebb6f0724b1", + "hit": "642ece38d8d449b29ce4479100e37a54", + "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1.5, + "JumpForce": 6, + "Enable": true + }, + { + "@type": "MOD.Core.AIChaseComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@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", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "00001776-0000-4000-8000-000000001776", + "path": "/maps/map06/Monster2", + "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", + "jsonString": { + "name": "Monster2", + "path": "/maps/map06/Monster2", + "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": "00001776-0000-4000-8000-000000001776", + "replaced_model_id": null + }, + "modelId": "staticmonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -0.29, + "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": "4b1d55e35ae9462b944297691025429a", + "hit": "35c14328c2a6446eb5464dc85c39ab56", + "die": "770cfcbab36448999137d25e8ace707e" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6c7130f51a654803a1c39cbe30e2f427", + "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": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map07.map b/map/map07.map new file mode 100644 index 0000000..008abbd --- /dev/null +++ b/map/map07.map @@ -0,0 +1,6669 @@ +{ + "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", + "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.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 + } + ], + "@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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "00001b5d-0000-4000-8000-000000001b5d", + "path": "/maps/map07/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map07/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 6, + "pathConstraints": "///", + "revision": 2, + "origin": { + "type": "Model", + "entry_id": "ChaseMonster", + "sub_entity_id": null, + "root_entity_id": "00001b5d-0000-4000-8000-000000001b5d", + "replaced_model_id": null + }, + "modelId": "chasemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -1.92, + "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": { + "move": "573fe938562a4abf91eebf951f21afd5", + "stand": "6d381bea1bcb4504b518a1fbfa0904ac", + "jump": "59823e146a034e48b8667ebb6f0724b1", + "hit": "642ece38d8d449b29ce4479100e37a54", + "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1.5, + "JumpForce": 6, + "Enable": true + }, + { + "@type": "MOD.Core.AIChaseComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@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", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "00001b5e-0000-4000-8000-000000001b5e", + "path": "/maps/map07/Monster2", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster2", + "path": "/maps/map07/Monster2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 5, + "pathConstraints": "///", + "revision": 3, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00001b5e-0000-4000-8000-000000001b5e", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 0.77, + "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": { + "move": "969f52dd34934009b5c687af97c8435b", + "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", + "attack2": "3c66552bd7ff48f98482e417be3e3772", + "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", + "skill": "022d41ea8ce247639fd4f0fa83563c96", + "hit": "0bcbc0ec869245d4a454e00d635fc64d", + "die": "4e38904690784278a50fa378086b65a7" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 1.6, + "y": 1.56 + }, + "ColliderOffset": { + "x": 0, + "y": 0.78 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map08.map b/map/map08.map new file mode 100644 index 0000000..a2500d2 --- /dev/null +++ b/map/map08.map @@ -0,0 +1,6663 @@ +{ + "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", + "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 + } + ], + "@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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "00001f45-0000-4000-8000-000000001f45", + "path": "/maps/map08/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map08/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 7, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00001f45-0000-4000-8000-000000001f45", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 0.35, + "y": 1.27528822, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", + "move": "c96c11f9a3f845a4b6a27d9ca10ab103", + "hit": "4b67b539c09d4ce183ae6a73f908511f", + "die": "7681817f225a4245a27943da77d5f5b1", + "skill": "75c873675b6d45c38f24c8d7b98b4800", + "attack": "9db703c9da694490965897db7f2d4d92", + "skill2": "beabf049b5e34c25907ae69d2c1f835e", + "skill3": "e84c350104ca436b93db6c502faf53b3", + "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", + "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", + "attack2": "52c1da942bec459b9d46c81c03233c0c" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.87, + "y": 1.04 + }, + "ColliderOffset": { + "x": 0.0150000155, + "y": 0.669999957 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "00001f46-0000-4000-8000-000000001f46", + "path": "/maps/map08/Monster2", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster2", + "path": "/maps/map08/Monster2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 5, + "pathConstraints": "///", + "revision": 3, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00001f46-0000-4000-8000-000000001f46", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 1.83, + "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": { + "move": "969f52dd34934009b5c687af97c8435b", + "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", + "attack2": "3c66552bd7ff48f98482e417be3e3772", + "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", + "skill": "022d41ea8ce247639fd4f0fa83563c96", + "hit": "0bcbc0ec869245d4a454e00d635fc64d", + "die": "4e38904690784278a50fa378086b65a7" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 1.6, + "y": 1.56 + }, + "ColliderOffset": { + "x": 0, + "y": 0.78 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map09.map b/map/map09.map new file mode 100644 index 0000000..f8a3ca0 --- /dev/null +++ b/map/map09.map @@ -0,0 +1,6660 @@ +{ + "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", + "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 + } + ], + "@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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "0000232d-0000-4000-8000-00000000232d", + "path": "/maps/map09/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map09/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 7, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "0000232d-0000-4000-8000-00000000232d", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 2.61, + "y": 1.27528822, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", + "move": "c96c11f9a3f845a4b6a27d9ca10ab103", + "hit": "4b67b539c09d4ce183ae6a73f908511f", + "die": "7681817f225a4245a27943da77d5f5b1", + "skill": "75c873675b6d45c38f24c8d7b98b4800", + "attack": "9db703c9da694490965897db7f2d4d92", + "skill2": "beabf049b5e34c25907ae69d2c1f835e", + "skill3": "e84c350104ca436b93db6c502faf53b3", + "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", + "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", + "attack2": "52c1da942bec459b9d46c81c03233c0c" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.87, + "y": 1.04 + }, + "ColliderOffset": { + "x": 0.0150000155, + "y": 0.669999957 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0000232e-0000-4000-8000-00000000232e", + "path": "/maps/map09/Monster2", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "jsonString": { + "name": "Monster2", + "path": "/maps/map09/Monster2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 6, + "pathConstraints": "///", + "revision": 2, + "origin": { + "type": "Model", + "entry_id": "ChaseMonster", + "sub_entity_id": null, + "root_entity_id": "0000232e-0000-4000-8000-00000000232e", + "replaced_model_id": null + }, + "modelId": "chasemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 2.89, + "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": { + "move": "573fe938562a4abf91eebf951f21afd5", + "stand": "6d381bea1bcb4504b518a1fbfa0904ac", + "jump": "59823e146a034e48b8667ebb6f0724b1", + "hit": "642ece38d8d449b29ce4479100e37a54", + "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1.5, + "JumpForce": 6, + "Enable": true + }, + { + "@type": "MOD.Core.AIChaseComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@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", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "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 + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map10.map b/map/map10.map new file mode 100644 index 0000000..e4cc2a1 --- /dev/null +++ b/map/map10.map @@ -0,0 +1,6654 @@ +{ + "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", + "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.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 + } + ], + "@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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "00002715-0000-4000-8000-000000002715", + "path": "/maps/map10/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map10/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 7, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00002715-0000-4000-8000-000000002715", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -3.12, + "y": 1.27528822, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", + "move": "c96c11f9a3f845a4b6a27d9ca10ab103", + "hit": "4b67b539c09d4ce183ae6a73f908511f", + "die": "7681817f225a4245a27943da77d5f5b1", + "skill": "75c873675b6d45c38f24c8d7b98b4800", + "attack": "9db703c9da694490965897db7f2d4d92", + "skill2": "beabf049b5e34c25907ae69d2c1f835e", + "skill3": "e84c350104ca436b93db6c502faf53b3", + "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", + "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", + "attack2": "52c1da942bec459b9d46c81c03233c0c" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.87, + "y": 1.04 + }, + "ColliderOffset": { + "x": 0.0150000155, + "y": 0.669999957 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "00002716-0000-4000-8000-000000002716", + "path": "/maps/map10/Monster2", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "Monster2", + "path": "/maps/map10/Monster2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 7, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00002716-0000-4000-8000-000000002716", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 3.95, + "y": 1.27528822, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", + "move": "c96c11f9a3f845a4b6a27d9ca10ab103", + "hit": "4b67b539c09d4ce183ae6a73f908511f", + "die": "7681817f225a4245a27943da77d5f5b1", + "skill": "75c873675b6d45c38f24c8d7b98b4800", + "attack": "9db703c9da694490965897db7f2d4d92", + "skill2": "beabf049b5e34c25907ae69d2c1f835e", + "skill3": "e84c350104ca436b93db6c502faf53b3", + "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", + "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", + "attack2": "52c1da942bec459b9d46c81c03233c0c" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.87, + "y": 1.04 + }, + "ColliderOffset": { + "x": 0.0150000155, + "y": 0.669999957 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/map/map11.map b/map/map11.map new file mode 100644 index 0000000..dd8f85c --- /dev/null +++ b/map/map11.map @@ -0,0 +1,6654 @@ +{ + "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", + "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.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 + } + ], + "@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": "9dfea3808bbd49a5877d8624df21b1c7" + }, + "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": "00002afd-0000-4000-8000-000000002afd", + "path": "/maps/map11/Monster1", + "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "jsonString": { + "name": "Monster1", + "path": "/maps/map11/Monster1", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": false, + "displayOrder": 7, + "pathConstraints": "///", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "MoveMonster", + "sub_entity_id": null, + "root_entity_id": "00002afd-0000-4000-8000-000000002afd", + "replaced_model_id": null + }, + "modelId": "movemonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -0.86, + "y": 1.27528822, + "z": 999.999 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.StateAnimationComponent", + "ActionSheet": { + "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", + "move": "c96c11f9a3f845a4b6a27d9ca10ab103", + "hit": "4b67b539c09d4ce183ae6a73f908511f", + "die": "7681817f225a4245a27943da77d5f5b1", + "skill": "75c873675b6d45c38f24c8d7b98b4800", + "attack": "9db703c9da694490965897db7f2d4d92", + "skill2": "beabf049b5e34c25907ae69d2c1f835e", + "skill3": "e84c350104ca436b93db6c502faf53b3", + "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", + "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", + "attack2": "52c1da942bec459b9d46c81c03233c0c" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "StartFrameIndex": 0, + "Enable": true + }, + { + "@type": "MOD.Core.RigidbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "RealMoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "InputSpeed": 1, + "JumpForce": 0, + "Enable": true + }, + { + "@type": "MOD.Core.AIWanderComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.87, + "y": 1.04 + }, + "ColliderOffset": { + "x": 0.0150000155, + "y": 0.669999957 + }, + "IsLegacy": false, + "Enable": true + }, + { + "@type": "MOD.Core.DamageSkinSpawnerComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + }, + { + "@type": "MOD.Core.KinematicbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SideviewbodyComponent", + "MoveVelocity": { + "x": 0, + "y": 0 + }, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "00002afe-0000-4000-8000-000000002afe", + "path": "/maps/map11/Monster2", + "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", + "jsonString": { + "name": "Monster2", + "path": "/maps/map11/Monster2", + "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": "00002afe-0000-4000-8000-000000002afe", + "replaced_model_id": null + }, + "modelId": "staticmonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": -2.99, + "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": "4b1d55e35ae9462b944297691025429a", + "hit": "35c14328c2a6446eb5464dc85c39ab56", + "die": "770cfcbab36448999137d25e8ace707e" + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteRendererComponent", + "ActionSheet": {}, + "EndFrameIndex": 0, + "RenderSetting": 1, + "SortingLayer": "MapLayer0", + "SpriteRUID": "6c7130f51a654803a1c39cbe30e2f427", + "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": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + } + ], + "@version": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/tools/gen-maps.mjs b/tools/gen-maps.mjs index 5129813..c364f5b 100644 --- a/tools/gen-maps.mjs +++ b/tools/gen-maps.mjs @@ -4,13 +4,20 @@ const TEMPLATE = 'map/map01.map'; const SECTOR = 'Global/SectorConfig.config'; const MAP_NUMBERS = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11]; -// 공식 라이브러리 배경 RUID 풀 (맵마다 1개씩, 서로 다르게) +// 공식 맵에서 수확한 Background-타입 RUID 풀 (맵마다 1개씩, 서로 다르게). +// 공식 MapleStory 맵을 import해 각 맵의 BackgroundComponent.TemplateRUID를 수집함. +// (라이브러리 검색 cat=background는 AnimationClip을 반환해 Background 타입이 아니었음 → 사용 불가) const BACKGROUNDS = [ - '79c95db9fdbb4c4796771733d069e3e2', '1d4a335a5416401f8e289d78a03fd0c3', - '731a9cd1cce045e19d50fdcdc9a20be9', '695805b1809243fd9376e2bba113ebde', - '454804df4c7e4701997ec8a8de088597', '01992685f5d147b3a5c18fabf584807f', - 'c861e9cb2d0b4d91be5d4d6aedf796b1', 'ee2e13a352d64611906760c1b722df67', - '8e89019c54d14aed875e54f13fa14109', 'fa936edd365f47e4b5622c19b1a80a0c', + '794ad8421e2543d8a6d2c70307637450', // 기본 템플릿(문서 예시) + '65c4167ea7484196b890022354e5a4a4', // Henesys + '23801e25ab854f3189454a4fa9d01761', // Edelstein + 'f91f8b5b2b1e47208fb18f2cbd2a5e8d', // Fox Point Village + 'd84241f17de344a097f5b96ac914f1d2', // Lith Harbor + '60741c3333334297b9f211939e02a4fc', // Ellinia + '0c398bbb2cf6400992532465b9d53024', // Perion + 'f9e546932b014c0e867365a796c8dc91', // Kerning City + '2ee96aa776e8480b849c1fb9a4d4c05c', // Orbis + 'b7c47cfae79e40e9b1352469a78af0bd', // Ludibrium ]; // Task 1 결과: B 폴백 (라이브러리 변형 미사용). 비어 있으면 기존 템플릿 몬스터를 그대로 사용. From 989031239b4009e5a2d110d82c602403b83a4756 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 12:42:19 +0900 Subject: [PATCH 4/7] =?UTF-8?q?=EB=A7=B5=2010=EA=B0=9C=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=EA=B5=AC=ED=98=84=20=EA=B3=84=ED=9A=8D=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/superpowers/plans/2026-06-06-ten-maps.md | 273 ++++++++++++++++++ 1 file changed, 273 insertions(+) create mode 100644 docs/superpowers/plans/2026-06-06-ten-maps.md diff --git a/docs/superpowers/plans/2026-06-06-ten-maps.md b/docs/superpowers/plans/2026-06-06-ten-maps.md new file mode 100644 index 0000000..5a8ff37 --- /dev/null +++ b/docs/superpowers/plans/2026-06-06-ten-maps.md @@ -0,0 +1,273 @@ +# 맵 10개 생성 (랜덤 배경 + 몬스터 2마리) Implementation Plan + +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. + +**Goal:** `map01`을 템플릿으로 독립 맵 10개(`map02`~`map11`)를 생성하고, 맵마다 다른 공식 배경 + 랜덤 위치 몬스터 2마리를 배치한다. + +**Architecture:** Node 생성기 `tools/gen-maps.mjs`가 `map/map01.map`을 JSON으로 읽어 맵마다 deep-clone → 경로/EntryKey/name 치환, 전 엔티티 GUID 재발급(자기참조 보정), `Background.TemplateRUID` 교체, 몬스터 2마리 배치 → `map/mapNN.map`(JSON.stringify)로 기록. `SectorConfig.config`에 등록. 몬스터 다양화(A)는 `MONSTER_VARIANTS` 데이터로 주입하며, map02 스파이크로 렌더 검증 후 10개로 확대(실패 시 B=기존 몬스터 폴백). + +**Tech Stack:** Node.js(ESM, 표준 라이브러리), MSW `.map`(JSON 엔티티), msw-mcp 에셋 검색, msw-maker-mcp reload/play/screenshot/execute_script. + +--- + +## File Structure +- Create: `tools/gen-maps.mjs` — 맵 생성기 (템플릿 클론·GUID 재발급·배경/몬스터 주입·SectorConfig 갱신). +- Create: `map/map02.map` ~ `map/map11.map` — 생성 결과. +- Modify: `Global/SectorConfig.config` — `entries`에 map02~map11 추가. + +배경 RUID 풀(공식 라이브러리, 확보 완료, 10개): +`79c95db9fdbb4c4796771733d069e3e2`, `1d4a335a5416401f8e289d78a03fd0c3`, `731a9cd1cce045e19d50fdcdc9a20be9`, `695805b1809243fd9376e2bba113ebde`, `454804df4c7e4701997ec8a8de088597`, `01992685f5d147b3a5c18fabf584807f`, `c861e9cb2d0b4d91be5d4d6aedf796b1`, `ee2e13a352d64611906760c1b722df67`, `8e89019c54d14aed875e54f13fa14109`, `fa936edd365f47e4b5622c19b1a80a0c` + +맵 구조(map01): 엔티티 `/maps/map01`(Map+Foothold), `/Background`(BackgroundComponent.TemplateRUID), `/MapleMapLayer`, `/TileMap`, `/SpawnLocation`, 몬스터들(componentNames에 `script.Monster` 포함: StaticMonsterTemplate/MoveMonsterTemplate/ChaseMonsterTemplate/monster-43). 엔티티 id는 대시 GUID(8-4-4-4-12), 리소스 RUID는 대시 없는 32hex. + +--- + +### Task 1: 라이브러리 몬스터 변형 후보 조사 (컨트롤러/MCP, 타임박스) + +**목표:** 완결된 라이브러리 몬스터 변형(스프라이트 + stand/hit/die 액션 RUID 세트)을 ≥3종 확보 시도. 액션 그룹핑/이름을 얻을 수 없으면 **B 폴백**(빈 변형)으로 결정. + +- [ ] **Step 1: 라이브러리 몬스터 리소스 조사** + +MCP `asset_search_resources`로 `cat="animationclip"`/`"sprite"`, `source="maplestory"`, `query`로 몬스터 후보를 찾고, 가능하면 `detail=true` 및 메타데이터로 action(stand/hit/die) 식별을 시도한다. + +- [ ] **Step 2: 변형 세트 확정 또는 폴백 결정** + +각 변형을 `{ sprite, stand, hit, die }`(RUID) 형태로 ≥3개 확보하면 → 그 배열을 Task 2의 `MONSTER_VARIANTS`로 사용. +액션 식별이 불가하거나 불확실하면 → `MONSTER_VARIANTS = []`로 두고 **B 폴백**(기존 템플릿 몬스터 그대로 사용)으로 진행한다. 결정 결과를 한 줄로 기록(`log` 또는 보고). + +> 이 태스크의 산출물은 "MONSTER_VARIANTS 배열(또는 빈 배열) + 결정 사유" 한 가지다. 코드 변경 없음. + +--- + +### Task 2: 생성기 작성 + +**Files:** Create `tools/gen-maps.mjs` + +- [ ] **Step 1: 스크립트 작성** + +`tools/gen-maps.mjs`에 아래를 그대로 작성한다. `MONSTER_VARIANTS`는 Task 1 결과로 채우거나 빈 배열로 둔다(빈 배열 = B 폴백). + +```js +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]; + +// 공식 라이브러리 배경 RUID 풀 (맵마다 1개씩, 서로 다르게) +const BACKGROUNDS = [ + '79c95db9fdbb4c4796771733d069e3e2', '1d4a335a5416401f8e289d78a03fd0c3', + '731a9cd1cce045e19d50fdcdc9a20be9', '695805b1809243fd9376e2bba113ebde', + '454804df4c7e4701997ec8a8de088597', '01992685f5d147b3a5c18fabf584807f', + 'c861e9cb2d0b4d91be5d4d6aedf796b1', 'ee2e13a352d64611906760c1b722df67', + '8e89019c54d14aed875e54f13fa14109', 'fa936edd365f47e4b5622c19b1a80a0c', +]; + +// Task 1 결과. 비어 있으면 기존 템플릿 몬스터를 그대로 사용(B 폴백). +// 각 항목: { sprite, stand, hit, die } (모두 RUID 문자열) +const MONSTER_VARIANTS = []; + +// 결정론적 시드 RNG (맵 번호 기반) +function rng(seed) { + let s = seed >>> 0; + return () => { s = (s * 1664525 + 1013904223) >>> 0; return s / 4294967296; }; +} + +// 결정론적 대시 GUID (맵번호, 인덱스) +function mapGuid(nn, idx) { + const n = (nn * 1000 + idx) >>> 0; + const h8 = n.toString(16).padStart(8, '0'); + const h12 = n.toString(16).padStart(12, '0'); + return `${h8}-0000-4000-8000-${h12}`; +} + +const isMonster = (e) => (e.componentNames || '').includes('script.Monster'); +const compOf = (e, type) => e.jsonString['@components'].find((c) => c['@type'] === type); + +const template = JSON.parse(readFileSync(TEMPLATE, 'utf8')); +const monsterTemplates = template.ContentProto.Entities.filter(isMonster); +if (monsterTemplates.length === 0) throw new Error('템플릿에서 몬스터 엔티티를 못 찾음'); + +function buildMap(nn) { + const tag = String(nn).padStart(2, '0'); + const rand = rng(nn * 7919); + const map = JSON.parse(JSON.stringify(template)); // deep clone + map.EntryKey = `map://map${tag}`; + + // 비-몬스터 엔티티만 유지 + const ents = map.ContentProto.Entities.filter((e) => !isMonster(e)); + + // 몬스터 2마리 추가 (템플릿 몬스터 복제) + for (let i = 0; i < 2; i++) { + const src = monsterTemplates[Math.floor(rand() * monsterTemplates.length)]; + const m = JSON.parse(JSON.stringify(src)); + m.jsonString.name = `Monster${i + 1}`; + m.path = `/maps/map${tag}/Monster${i + 1}`; + m.jsonString.path = m.path; + const tr = compOf(m, 'MOD.Core.TransformComponent'); + if (tr) tr.Position.x = Math.round((rand() * 8 - 4) * 100) / 100; // -4..4 바닥 위 + if (MONSTER_VARIANTS.length > 0) { + const v = MONSTER_VARIANTS[Math.floor(rand() * MONSTER_VARIANTS.length)]; + const sp = compOf(m, 'MOD.Core.SpriteRendererComponent'); + if (sp) sp.SpriteRUID = v.sprite; + const sa = compOf(m, 'MOD.Core.StateAnimationComponent'); + if (sa) sa.ActionSheet = { stand: v.stand, hit: v.hit, die: v.die }; + } + ents.push(m); + } + + // 경로/이름 치환 + 배경 설정 + for (const e of ents) { + if (typeof e.path === 'string') e.path = e.path.replace('/maps/map01', `/maps/map${tag}`); + if (e.jsonString) { + if (typeof e.jsonString.path === 'string') e.jsonString.path = e.jsonString.path.replace('/maps/map01', `/maps/map${tag}`); + if (e.jsonString.name === 'map01') e.jsonString.name = `map${tag}`; + } + if ((e.path || '').endsWith('/Background')) { + const bg = compOf(e, 'MOD.Core.BackgroundComponent'); + if (bg) bg.TemplateRUID = BACKGROUNDS[(nn - 2) % BACKGROUNDS.length]; + } + } + + // GUID 재발급 (자기참조 root/sub_entity_id 보정) + ents.forEach((e, idx) => { + const oldId = e.id; + const newId = mapGuid(nn, idx); + e.id = newId; + const o = e.jsonString && e.jsonString.origin; + if (o) { + if (o.root_entity_id === oldId) o.root_entity_id = newId; + if (o.sub_entity_id === oldId) o.sub_entity_id = newId; + } + }); + + map.ContentProto.Entities = ents; + writeFileSync(`map/map${tag}.map`, JSON.stringify(map, null, 2), 'utf8'); + return `map${tag}`; +} + +// 인자: 생성할 맵 번호(미지정 시 전체). 예: node tools/gen-maps.mjs 2 +const arg = process.argv[2]; +const targets = arg ? [Number(arg)] : MAP_NUMBERS; +const made = targets.map(buildMap); +console.log('Generated:', made.join(', ')); + +// 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); + } + writeFileSync(SECTOR, JSON.stringify(sector, null, 2), 'utf8'); + console.log('SectorConfig entries:', entries.length); +} +``` + +- [ ] **Step 2: 구문 확인** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node --check tools/gen-maps.mjs +``` +Expected: 출력 없음(exit 0). + +- [ ] **Step 3: 커밋** + +```bash +git add tools/gen-maps.mjs +git commit -m "맵 생성기 추가 (map01 템플릿 복제·배경/몬스터 주입)" +``` + +--- + +### Task 3: map02 스파이크 — 생성 + Maker 렌더 검증 + +**Files:** Create `map/map02.map` + +- [ ] **Step 1: map02만 생성** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node tools/gen-maps.mjs 2 +``` +Expected: `Generated: map02` + +- [ ] **Step 2: 데이터 검증** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node -e "const j=JSON.parse(require('fs').readFileSync('map/map02.map','utf8'));const E=j.ContentProto.Entities;console.log('EntryKey:',j.EntryKey);const ids=E.map(e=>e.id);console.log('unique ids:', new Set(ids).size===ids.length);console.log('monsters:', E.filter(e=>(e.componentNames||'').includes('script.Monster')).length);const bg=E.find(e=>(e.path||'').endsWith('/Background'));console.log('bg RUID:', bg.jsonString['@components'].find(c=>c['@type']==='MOD.Core.BackgroundComponent').TemplateRUID);console.log('paths ok:', E.every(e=>!(e.path||'').includes('/maps/map01')))" +``` +Expected: `EntryKey: map://map02`, `unique ids: true`, `monsters: 2`, `bg RUID:` 가 배경 풀의 첫 값(`79c95db9...`), `paths ok: true`. + +- [ ] **Step 3: Maker에서 map02 열어 렌더 검증 (컨트롤러)** + +1. `maker_refresh_workspace` (edit) +2. Maker에서 map02를 활성 맵으로 연다(에디터에서 map02 더블클릭). MCP로 직접 맵 전환이 안 되면, 사용자에게 "Maker에서 map02 열기"를 요청한다. +3. `maker_play` → `maker_screenshot` → Read로 확인: **배경이 map01과 다른 배경으로 표시**되고 **몬스터 2마리가 보이는지**. +4. `maker_execute_script`(client)로 몬스터 로드 확인: + ```lua + local m1 = _EntityService:GetEntityByPath("/maps/map02/Monster1") + local m2 = _EntityService:GetEntityByPath("/maps/map02/Monster2") + log("M1="..tostring(m1~=nil).." M2="..tostring(m2~=nil)) + ``` + → `maker_logs(normal)`에서 `M1=true M2=true` 확인. +5. `maker_stop`. + +- [ ] **Step 4: 게이트 판정** + +- 배경·몬스터 정상 → 그대로 진행(Task 4). +- 배경이 흰/검 박스이거나 몬스터 안 보임: + - 배경 문제: 배경 RUID 풀이 로컬 워크스페이스에서 로드 안 됨 → 사용자와 상의(공식 배경 로드 가능 여부). 우선 다른 배경 RUID로 교체 시도. + - 몬스터 변형(A) 문제(MONSTER_VARIANTS 사용 중일 때만): `MONSTER_VARIANTS = []`로 비우고(B 폴백) Step 1부터 재실행. +- ui 되돌리기 필요 시: `git checkout map/map02.map` 후 재생성. + +--- + +### Task 4: 나머지 맵 생성 + SectorConfig 등록 + +**Files:** Create `map/map03.map`~`map/map11.map`, Modify `Global/SectorConfig.config` + +- [ ] **Step 1: 전체 생성** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node tools/gen-maps.mjs +``` +Expected: `Generated: map02, map03, ... map11` 와 `SectorConfig entries: 11` + +- [ ] **Step 2: 전체 데이터 검증** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node -e "const fs=require('fs');let allIds=new Set(),dup=false,bgs=new Set();for(let n=2;n<=11;n++){const t=String(n).padStart(2,'0');const j=JSON.parse(fs.readFileSync('map/map'+t+'.map','utf8'));const E=j.ContentProto.Entities;if(j.EntryKey!=='map://map'+t)throw new Error('EntryKey '+t);if(E.filter(e=>(e.componentNames||'').includes('script.Monster')).length!==2)throw new Error('monsters '+t);for(const e of E){if(allIds.has(e.id))dup=true;allIds.add(e.id);}bgs.add(E.find(e=>(e.path||'').endsWith('/Background')).jsonString['@components'].find(c=>c['@type']==='MOD.Core.BackgroundComponent').TemplateRUID);}const sec=JSON.parse(fs.readFileSync('Global/SectorConfig.config','utf8'));console.log('cross-map id dup:',dup);console.log('distinct backgrounds:',bgs.size);console.log('sector entries:',sec.ContentProto.Json.Sectors[0].entries.length)" +``` +Expected: `cross-map id dup: false`, `distinct backgrounds: 10`, `sector entries: 11`. + +- [ ] **Step 3: Maker 표본 검증 (컨트롤러)** + +`maker_refresh_workspace` 후, 표본 맵 2~3개(map05, map08, map11)를 각각 열어 `maker_play`→`maker_screenshot`로 배경이 서로 다르고 몬스터 2마리가 보이는지 확인. 맵 전환이 MCP로 안 되면 사용자에게 해당 맵 열기를 요청. 확인 후 `maker_stop`. + +--- + +### Task 5: 최종 커밋 + +**Files:** `map/map02.map`~`map/map11.map`, `Global/SectorConfig.config` + +- [ ] **Step 1: 커밋** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +git add map/map02.map map/map03.map map/map04.map map/map05.map map/map06.map map/map07.map map/map08.map map/map09.map map/map10.map map/map11.map Global/SectorConfig.config +git commit -m "맵 10개(map02~map11) 생성: 랜덤 배경 + 몬스터 2마리, sector 등록" +``` + +--- + +## 검증 요약 +- 생성기 `node --check` 통과 +- map02 스파이크: 데이터(고유 id/2몬스터/배경) + Maker 렌더(배경 상이·몬스터 2)로 A/B 게이트 판정 +- 전체: cross-map id 중복 없음, 배경 10종 distinct, sector 11개 +- Maker 표본 맵 시각 확인 From b5d6f913e3df474add5e99a1333ab9fc10446e0f Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 13:39:39 +0900 Subject: [PATCH 5/7] =?UTF-8?q?=EB=A7=B5=20=EA=B0=9C=EC=84=A0(=EB=8B=A4?= =?UTF-8?q?=EC=96=91=ED=95=9C=20=EB=AA=AC=EC=8A=A4=ED=84=B0+=ED=83=80?= =?UTF-8?q?=EC=9D=BC=EC=85=8B+StS2=20=EB=B0=B0=EC=B9=98)=20=EC=84=A4?= =?UTF-8?q?=EA=B3=84=20=EB=AC=B8=EC=84=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- .../2026-06-06-maps-monsters-tiles-design.md | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/superpowers/specs/2026-06-06-maps-monsters-tiles-design.md diff --git a/docs/superpowers/specs/2026-06-06-maps-monsters-tiles-design.md b/docs/superpowers/specs/2026-06-06-maps-monsters-tiles-design.md new file mode 100644 index 0000000..6cf944c --- /dev/null +++ b/docs/superpowers/specs/2026-06-06-maps-monsters-tiles-design.md @@ -0,0 +1,64 @@ +# 맵 개선: 다양한 preset 몬스터 + 맵별 타일셋 + StS2 배치 설계 + +- 날짜: 2026-06-06 +- 브랜치: feature/maps-batch (기존 맵 작업 이어서) +- 대상: `tools/gen-maps.mjs`, `map/map02.map`~`map11.map` (재생성) + +## 목표 + +map02~map11 각 맵에서: +1. **다양한 몬스터** 2마리를 배치하되, 기존 map01의 4종(StaticMonster/MoveMonster/ChaseMonster/monster-43) **스프라이트를 재사용하지 않고**, 공식 맵에서 수확한 다양한 몬스터로 채운다. +2. 몬스터를 **Slay the Spire 2 배치**(플레이어 좌측, 몬스터 우측 전투 포메이션)로 둔다. +3. 맵마다 **다른 타일셋**(TileSetRUID)을 적용한다(같은 바닥 지형, 다른 타일 텍스처). +4. 배경은 기존에 수확한 10종(맵별 상이) 유지. + +## 범위 + +### 포함 +- 공식 맵 import로 **몬스터 변형 세트 + 타일셋 RUID** 수확 +- 생성기에 `MONSTER_VARIANTS`(수확 변형), `TILESETS`(타일셋 풀) 반영 +- 맵당 서로 다른 몬스터 2종, StS2 우측 배치 +- 맵당 다른 TileSetRUID +- map02~map11 재생성 + +### 제외 (YAGNI) +- 지형(Tiles/Foothold) 통째 교체 — 타일셋(텍스처)만 교체 +- 포털 연결, 카드-전투 로직 연동 +- map01 변경 + +## 수확 (공식 맵 import 기법) + +배경 수확과 동일: `maker_import_maplestory_map(id)`가 현재 맵을 그 공식 맵으로 교체 → `maker_save` → `map/.map`에서 데이터 추출. + +- **몬스터 변형** `{ sprite, stand, hit, die }`(RUID): 몬스터가 있는 **필드/사냥맵**을 import해 몬스터 엔티티의 `SpriteRendererComponent.SpriteRUID` + `StateAnimationComponent.ActionSheet`(stand/hit/die)를 추출. ≥12종 distinct 목표. (타운맵은 몬스터 없을 수 있어 필드맵 선택) +- **타일셋** `TileSetRUID`: import한 맵의 `TileMapComponent.TileSetRUID` 추출. 10종 distinct (map01의 `9dfea380…`과 겹치지 않게). + +> **스파이크 선행**: 필드맵 1개를 import해 몬스터 엔티티 구조가 `{sprite, stand, hit, die}` 추출 가능한지 먼저 확인. 구조가 다르면 폴백(아래). + +## 생성기 변경 (`tools/gen-maps.mjs`) + +- `MONSTER_VARIANTS = [ {sprite, stand, hit, die}, ... ]` — 수확 결과로 채움(≥12종). +- `TILESETS = [ ruid, ... ]` — 수확한 타일셋 10종. +- `buildMap(nn)`: + - 몬스터 2마리: `MONSTER_VARIANTS`에서 **서로 다른 2종**을 맵 시드로 선택(맵 내 중복 금지). 클론 몬스터 엔티티의 `SpriteRUID` + `ActionSheet`를 변형으로 덮어씀. (기존 map01 스프라이트 미사용 보장 — 항상 변형으로 덮어쓰므로) + - 위치: **StS2 배치** — 화면 우측에 2자리 고정(예: Position.x ≈ +3.5, +5.5; y는 map01 몬스터 y값). map01 전투 구도를 기준으로 우측 포메이션. + - 타일셋: `TileMap` 엔티티의 `TileMapComponent.TileSetRUID.DataId`를 `TILESETS[(nn-2)%len]`로 설정. + - 배경: 기존 `BACKGROUNDS` 유지. +- GUID 재발급·경로 치환·SectorConfig 로직은 그대로. + +## 검증 + +1. **스파이크**(map02): reload→play→screenshot + Lua로 + - 몬스터 2마리의 `SpriteRUID`가 수확 변형과 일치(= map01 4종 아님), 우측 배치 + - `TileMap.TileSetRUID`가 새 타일셋 + - 화면상 몬스터 외형·타일 텍스처가 바뀌어 보임 +2. 전체: 맵별 몬스터 2종 distinct, 타일셋 distinct, 배경 distinct, 엔티티 id 중복 없음 +3. Maker 표본 맵 시각 확인 + +## 리스크/폴백 +- 몬스터 엔티티 구조가 `{sprite,stand,hit,die}`로 안 맞으면 → `SpriteRUID`만 교체하고 `ActionSheet`는 map01 템플릿 유지(최소 시각 변화 보장). +- 타일셋 교체 시 tileIndex 의미 차이로 타일이 어색하면 → 스파이크에서 확인 후 호환 타일셋만 선별하거나 사용자와 상의. +- 수확 시 import는 현재 맵(map02, 재생성 가능)에 적용 → 수확 후 generator로 map02 재생성하여 정리. + +## 산출물/형상관리 +- `tools/gen-maps.mjs` 갱신, `map/map02.map`~`map11.map` 재생성을 커밋. 수확 RUID는 문자열만 포함(공식 콘텐츠). From bce13fc78849acebc5af23da84da4c5282e89913 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 14:07:10 +0900 Subject: [PATCH 6/7] =?UTF-8?q?=EB=A7=B5=20=EC=83=9D=EC=84=B1=EA=B8=B0:=20?= =?UTF-8?q?=EC=88=98=ED=99=95=ED=95=9C=20=EB=8B=A4=EC=96=91=ED=95=9C=20?= =?UTF-8?q?=EB=AA=AC=EC=8A=A4=ED=84=B0=202=EC=A2=85(StS2=20=EC=9A=B0?= =?UTF-8?q?=EC=B8=A1=20=EB=B0=B0=EC=B9=98)=20+=20=EB=A7=B5=EB=B3=84=20?= =?UTF-8?q?=ED=83=80=EC=9D=BC=EC=85=8B=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- tools/gen-maps.mjs | 62 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 46 insertions(+), 16 deletions(-) diff --git a/tools/gen-maps.mjs b/tools/gen-maps.mjs index c364f5b..c8ff8de 100644 --- a/tools/gen-maps.mjs +++ b/tools/gen-maps.mjs @@ -20,9 +20,34 @@ const BACKGROUNDS = [ 'b7c47cfae79e40e9b1352469a78af0bd', // Ludibrium ]; -// Task 1 결과: B 폴백 (라이브러리 변형 미사용). 비어 있으면 기존 템플릿 몬스터를 그대로 사용. -// 각 항목: { sprite, stand, hit, die } (모두 RUID 문자열) -const MONSTER_VARIANTS = []; +// 공식 맵에서 수확한 타일셋 RUID (맵마다 다르게). map01 기본(9dfea380…) 제외. +const TILESETS = [ + '46701ff2021b4d1fb21fbf5790b1ab14', + '7b6bd117bd0446a5bacec8ea6831c997', + '9bf18287398c44699c20fc5123d1a1ae', + 'd6a94bc26c8f43e2a7abfabfae0c4fc4', + 'e80a4b6e22d34348837d2ecf30e7cf74', + '23e80224ef624ea5af497cc50aa0e752', + '2667829326dd46de80ef26f6bb7f26ae', + '48afa7d90aa24fadae9c52f30977342e', + '901f885ef94f4a32961bf6cc64e3ec86', + '3ca52bc385574e56aaffa15eea5c23aa', + 'df1a1fee05874794a624c2bccbb1574d', + 'e1703f6cb2f84969bc54afcd12006b4e', +]; + +// 공식 맵에서 수확한 몬스터 변형 (기존 map01 4종 미사용). 항목: { sprite, stand, hit, die } +const MONSTER_VARIANTS = [ + { sprite: '96e955c1bf27415e84f96deea200a8f1', stand: '96e955c1bf27415e84f96deea200a8f1', hit: 'aec9504d5dc24aceb5646b79d30abad4', die: '65a2bfb039614f2e9e4ccc354340153d' }, + { sprite: 'f86992ba9c41487c8480fcb893fcbda6', stand: 'f86992ba9c41487c8480fcb893fcbda6', hit: 'd305b942b1704c8084548108ff3b7a6b', die: '5a563e5fd98c4132b61057dc6bb8aaf2' }, + { sprite: 'a2204a21d88942b281d2cac6053ffbaa', stand: 'a2204a21d88942b281d2cac6053ffbaa', hit: 'afc08936b8a64b26bc3dd8c03ead1f26', die: 'fc1c6d9ba9bc413ab53b6dbfae3ac45b' }, + { sprite: 'd8f014043ce8418f96700c2b6c9ebf6c', stand: 'd8f014043ce8418f96700c2b6c9ebf6c', hit: 'c3cf643b618346c7bfa6574187b396f9', die: 'a88d9b3d60f941e4890dc89a6ccaa8ee' }, + { sprite: '17b55730c26f4fd6b8fcfa288da388de', stand: '17b55730c26f4fd6b8fcfa288da388de', hit: 'eac48e84a9fc4580a4018de5cf52ddb3', die: '51c2f4b59a2c413db26035aa57002fc8' }, + { sprite: '48c10437ae8344a9b2a1d3f36185728f', stand: '48c10437ae8344a9b2a1d3f36185728f', hit: '9044063647854f5e9128efcf80e909be', die: 'f414577d18c94cc387c275df4abdbc3b' }, + { sprite: '4ca39dbfa1c6492283ba8bd352d12b0a', stand: '4ca39dbfa1c6492283ba8bd352d12b0a', hit: '7ac78511036e4ebe988b97c35fc275d1', die: '740f3f2b2e7a4b71bec5eac84e8539f9' }, + { sprite: 'ed3908e24d694bb786023fc1ed073489', stand: 'ed3908e24d694bb786023fc1ed073489', hit: '4763c9bebc9245998c9c499b6316aa9f', die: 'b168793b92a844a3a3a6f4ce647a14d2' }, + { sprite: '3109357701ae41a4bcc7543f52f1f4c3', stand: '3109357701ae41a4bcc7543f52f1f4c3', hit: 'ce0269079e884545b5bb6ea075e2a67f', die: 'a5e65650e00e47878cac1be7a5b999a0' }, +]; // 결정론적 시드 RNG (맵 번호 기반) function rng(seed) { @@ -51,25 +76,26 @@ function buildMap(nn) { const map = JSON.parse(JSON.stringify(template)); // deep clone map.EntryKey = `map://map${tag}`; - // 비-몬스터 엔티티만 유지 const ents = map.ContentProto.Entities.filter((e) => !isMonster(e)); - - // 몬스터 2마리 추가 (템플릿 몬스터 복제) + // 정적 베이스(StS2 위치 고정 — 배회 방지). 변형이 sprite/animation을 덮어쓰므로 외형은 베이스와 무관. + const base = monsterTemplates.find((e) => (e.path || '').includes('Static')) || monsterTemplates[0]; + // 서로 다른 변형 2종 선택 (맵 내 중복 금지) + const vi = Math.floor(rand() * MONSTER_VARIANTS.length); + const vj = (vi + 1 + Math.floor(rand() * (MONSTER_VARIANTS.length - 1))) % MONSTER_VARIANTS.length; + const chosen = [MONSTER_VARIANTS[vi], MONSTER_VARIANTS[vj]]; + const STS2_X = [3.5, 5.5]; // 화면 우측 전투 포메이션 for (let i = 0; i < 2; i++) { - const src = monsterTemplates[Math.floor(rand() * monsterTemplates.length)]; - const m = JSON.parse(JSON.stringify(src)); + const m = JSON.parse(JSON.stringify(base)); m.jsonString.name = `Monster${i + 1}`; m.path = `/maps/map${tag}/Monster${i + 1}`; m.jsonString.path = m.path; const tr = compOf(m, 'MOD.Core.TransformComponent'); - if (tr) tr.Position.x = Math.round((rand() * 8 - 4) * 100) / 100; // -4..4 바닥 위 - if (MONSTER_VARIANTS.length > 0) { - const v = MONSTER_VARIANTS[Math.floor(rand() * MONSTER_VARIANTS.length)]; - const sp = compOf(m, 'MOD.Core.SpriteRendererComponent'); - if (sp) sp.SpriteRUID = v.sprite; - const sa = compOf(m, 'MOD.Core.StateAnimationComponent'); - if (sa) sa.ActionSheet = { stand: v.stand, hit: v.hit, die: v.die }; - } + if (tr) tr.Position.x = STS2_X[i]; + const v = chosen[i]; + const sp = compOf(m, 'MOD.Core.SpriteRendererComponent'); + if (sp) sp.SpriteRUID = v.sprite; + const sa = compOf(m, 'MOD.Core.StateAnimationComponent'); + if (sa && v.stand) sa.ActionSheet = { stand: v.stand, hit: v.hit, die: v.die }; ents.push(m); } @@ -84,6 +110,10 @@ function buildMap(nn) { const bg = compOf(e, 'MOD.Core.BackgroundComponent'); if (bg) bg.TemplateRUID = BACKGROUNDS[(nn - 2) % BACKGROUNDS.length]; } + if ((e.path || '').endsWith('/TileMap')) { + const tm = compOf(e, 'MOD.Core.TileMapComponent'); + if (tm && TILESETS.length > 0) tm.TileSetRUID = { DataId: TILESETS[(nn - 2) % TILESETS.length] }; + } } // GUID 재발급 (자기참조 root/sub_entity_id 보정) From dd5acafab4e08a950ff4db5b9e847a907cc9d89e Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 14:09:45 +0900 Subject: [PATCH 7/7] =?UTF-8?q?=EB=A7=B510=EA=B0=9C=20=EA=B0=9C=EC=84=A0:?= =?UTF-8?q?=20=EC=88=98=ED=99=95=ED=95=9C=20=EB=8B=A4=EC=96=91=ED=95=9C=20?= =?UTF-8?q?=EB=AA=AC=EC=8A=A4=ED=84=B0=202=EC=A2=85(StS2=20=EC=9A=B0?= =?UTF-8?q?=EC=B8=A1=20=EB=B0=B0=EC=B9=98)=20+=20=EB=A7=B5=EB=B3=84=20?= =?UTF-8?q?=ED=83=80=EC=9D=BC=EC=85=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 공식 필드맵 import로 몬스터 변형 9종·타일셋 12종 수확. map01 기존 4종 미사용. 각 맵: 서로 다른 몬스터 2마리(x=3.5/5.5 우측), 맵별 다른 타일셋, 기존 배경 유지. Co-Authored-By: Claude Opus 4.8 (1M context) --- Global/SectorConfig.config | 2 +- .../plans/2026-06-06-maps-monsters-tiles.md | 217 +++++++++ map/map02.map | 141 +++--- map/map03.map | 260 +++++------ map/map04.map | 250 +++++------ map/map05.map | 350 ++++++++------- map/map06.map | 136 +++--- map/map07.map | 255 +++++------ map/map08.map | 417 +++++++++--------- map/map09.map | 414 +++++++++-------- map/map10.map | 258 +++++------ map/map11.map | 140 +++--- 12 files changed, 1488 insertions(+), 1352 deletions(-) create mode 100644 docs/superpowers/plans/2026-06-06-maps-monsters-tiles.md diff --git a/Global/SectorConfig.config b/Global/SectorConfig.config index 9a26fe5..554299b 100644 --- a/Global/SectorConfig.config +++ b/Global/SectorConfig.config @@ -7,7 +7,7 @@ "Usage": 0, "UsePublish": 1, "UseService": 0, - "CoreVersion": "1.21.0.0", + "CoreVersion": "26.5.0.0", "StudioVersion": "0.1.0.0", "DynamicLoading": 0, "ContentProto": { diff --git a/docs/superpowers/plans/2026-06-06-maps-monsters-tiles.md b/docs/superpowers/plans/2026-06-06-maps-monsters-tiles.md new file mode 100644 index 0000000..344dffd --- /dev/null +++ b/docs/superpowers/plans/2026-06-06-maps-monsters-tiles.md @@ -0,0 +1,217 @@ +# 맵 개선(다양한 몬스터 + 타일셋 + StS2 배치) Implementation Plan + +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. + +**Goal:** map02~map11에 공식 맵에서 수확한 다양한 몬스터 2종(기존 4종 미사용)을 StS2 우측 배치로, 맵마다 다른 타일셋으로 재생성한다. + +**Architecture:** 공식 맵 import로 몬스터 변형 `{sprite,stand,hit,die}`과 타일셋 RUID를 수확(배경 수확과 동일 기법) → `tools/gen-maps.mjs`의 `MONSTER_VARIANTS`/`TILESETS`에 반영 → 몬스터 선택을 "서로 다른 2종 + 정적 베이스 + StS2 우측 고정위치"로, TileSetRUID를 맵별로 교체 → map02~map11 재생성. map02 스파이크로 렌더 검증 후 확대. + +**Tech Stack:** Node.js, MSW `.map` JSON, msw-maker-mcp(import/save/play/screenshot/execute_script), msw-mcp. + +--- + +## File Structure +- Modify: `tools/gen-maps.mjs` — `MONSTER_VARIANTS`/`TILESETS` 데이터 + 몬스터 선택/배치 로직 + TileSetRUID 교체. +- Modify(재생성): `map/map02.map`~`map11.map`. + +기준 사실: +- 몬스터 엔티티: `SpriteRendererComponent.SpriteRUID` + `StateAnimationComponent.ActionSheet{stand,hit,die}`. 정적 베이스로 쓸 템플릿은 path에 `Static` 포함(StaticMonsterTemplate, 배회 안 함). +- 타일: 맵의 `/TileMap` 엔티티 `TileMapComponent.TileSetRUID.DataId`. map01 기본 `9dfea3808bbd49a5877d8624df21b1c7`. +- 배경: 기존 `BACKGROUNDS` 10종 유지. +- import는 현재 맵(map02, 재생성 가능)을 교체 → save → 파일에서 추출. + +--- + +### Task 1: 몬스터 변형 + 타일셋 수확 (컨트롤러/MCP, 스파이크 포함) + +**목표:** `MONSTER_VARIANTS`(≥12종 `{sprite,stand,hit,die}`) + `TILESETS`(10종 RUID) 확정. + +- [ ] **Step 1: 몬스터 엔티티 구조 스파이크** + +몬스터가 있는 공식 **필드맵** 1개를 import(`maker_import_maplestory_map`) → `maker_save` → `map/map02.map`에서 `script.Monster`를 포함하는 엔티티를 찾아 `SpriteRendererComponent.SpriteRUID` + `StateAnimationComponent.ActionSheet`(stand/hit/die)가 존재하는지 확인. +- 존재 → 그 형태로 변형 추출. +- 부재(구조 다름) → 폴백: `SpriteRUID`만 추출하고 `ActionSheet`는 map01 템플릿 유지(생성기에서 변형에 stand/hit/die가 없으면 ActionSheet 미변경하도록 처리). + +필드맵 후보 id는 `maker_list_maplestory_maps`로 탐색(영문/지역명). 몬스터가 있는 사냥/필드맵을 고른다. + +- [ ] **Step 2: 변형 ≥12종 수확** + +필드맵 여러 개를 import→save→추출 반복. 각 맵의 몬스터 엔티티들에서 `{sprite, stand, hit, die}`를 모아 **중복 sprite 제거**해 ≥12종 확보. map01의 4종 sprite(`8ef238e0…`,`6c7130f5…`,`3e76c89a…`,`6d381bea…`,`c96c11f9…`)는 **제외**. + +- [ ] **Step 3: 타일셋 10종 수확** + +import한 맵들의 `TileMapComponent.TileSetRUID.DataId`를 수집해 **distinct 10종**(map01의 `9dfea380…` 제외). (배경 수확 때처럼 import 1회로 타일셋+몬스터 동시 수확 가능) + +- [ ] **Step 4: 결과 정리** + +`MONSTER_VARIANTS = [{sprite,stand,hit,die}, ...]`(≥12)와 `TILESETS = [ruid, ...]`(10)를 Task 2에 넘길 형태로 기록. (코드 변경 없음; 데이터 산출) + +--- + +### Task 2: 생성기 로직·데이터 갱신 + +**Files:** Modify `tools/gen-maps.mjs` + +- [ ] **Step 1: TILESETS 상수 추가** + +`BACKGROUNDS = [...]` 정의 바로 아래에 추가(값은 Task 1 결과): + +```js +// 공식 맵에서 수확한 타일셋 RUID 10종 (맵마다 다르게). map01 기본(9dfea380…) 제외. +const TILESETS = [ + // Task 1에서 수확한 10개 RUID +]; +``` + +- [ ] **Step 2: MONSTER_VARIANTS 채우기** + +기존 `const MONSTER_VARIANTS = [];` 를 Task 1에서 수확한 ≥12종으로 교체: + +```js +// 공식 맵에서 수확한 몬스터 변형 (기존 map01 4종 미사용). +const MONSTER_VARIANTS = [ + // { sprite: '...', stand: '...', hit: '...', die: '...' }, ... (≥12종) +]; +``` + +- [ ] **Step 3: 몬스터 배치 로직 교체 (서로 다른 2종 + StS2 + 정적 베이스)** + +`buildMap` 안의 몬스터 추가 루프(`const ents = ...` 이후 `for (let i = 0; i < 2; i++) { ... }` 블록 전체)를 다음으로 교체: + +```js + const ents = map.ContentProto.Entities.filter((e) => !isMonster(e)); + // 정적 베이스(StS2 위치 고정 — 배회 방지). 변형이 sprite/animation을 덮어쓰므로 외형은 베이스와 무관. + const base = monsterTemplates.find((e) => (e.path || '').includes('Static')) || monsterTemplates[0]; + // 서로 다른 변형 2종 선택 (맵 내 중복 금지) + const vi = Math.floor(rand() * MONSTER_VARIANTS.length); + const vj = (vi + 1 + Math.floor(rand() * (MONSTER_VARIANTS.length - 1))) % MONSTER_VARIANTS.length; + const chosen = [MONSTER_VARIANTS[vi], MONSTER_VARIANTS[vj]]; + const STS2_X = [3.5, 5.5]; // 화면 우측 전투 포메이션 + for (let i = 0; i < 2; i++) { + const m = JSON.parse(JSON.stringify(base)); + m.jsonString.name = `Monster${i + 1}`; + m.path = `/maps/map${tag}/Monster${i + 1}`; + m.jsonString.path = m.path; + const tr = compOf(m, 'MOD.Core.TransformComponent'); + if (tr) tr.Position.x = STS2_X[i]; + const v = chosen[i]; + const sp = compOf(m, 'MOD.Core.SpriteRendererComponent'); + if (sp) sp.SpriteRUID = v.sprite; + const sa = compOf(m, 'MOD.Core.StateAnimationComponent'); + if (sa && v.stand) sa.ActionSheet = { stand: v.stand, hit: v.hit, die: v.die }; + ents.push(m); + } +``` + +(`v.stand`가 없으면 ActionSheet를 유지 → 폴백 호환) + +- [ ] **Step 4: TileSetRUID 교체 추가** + +`buildMap`의 경로/배경 설정 루프 `for (const e of ents) { ... }` 안, 배경 설정 블록 다음에 추가: + +```js + if ((e.path || '').endsWith('/TileMap')) { + const tm = compOf(e, 'MOD.Core.TileMapComponent'); + if (tm && TILESETS.length > 0) tm.TileSetRUID = { DataId: TILESETS[(nn - 2) % TILESETS.length] }; + } +``` + +- [ ] **Step 5: 구문 확인 + 커밋** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node --check tools/gen-maps.mjs +git add tools/gen-maps.mjs +git commit -m "맵 생성기: 수확한 다양한 몬스터 2종(StS2 배치) + 맵별 타일셋 교체" +``` + +--- + +### Task 3: map02 스파이크 — 재생성 + Maker 검증 + +**Files:** Modify `map/map02.map` + +- [ ] **Step 1: map02 재생성** + +수확 import로 오염된 map02를 깨끗이 재생성: +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +git checkout map/map01.map # 혹시 모를 보호(템플릿). map01은 변경 대상 아님 +node tools/gen-maps.mjs 2 +``` +Expected: `Generated: map02` + +- [ ] **Step 2: 데이터 검증** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node -e "const j=JSON.parse(require('fs').readFileSync('map/map02.map','utf8'));const E=j.ContentProto.Entities;const ms=E.filter(e=>(e.componentNames||'').includes('script.Monster'));const old=['8ef238e0d0ca4bb783aca526cff35d11','6c7130f51a654803a1c39cbe30e2f427','3e76c89ae8e7477ca871f5bbcd6f6f29','6d381bea1bcb4504b518a1fbfa0904ac','c96c11f9a3f845a4b6a27d9ca10ab103'];const sprs=ms.map(m=>m.jsonString['@components'].find(c=>c['@type']==='MOD.Core.SpriteRendererComponent').SpriteRUID);const xs=ms.map(m=>m.jsonString['@components'].find(c=>c['@type']==='MOD.Core.TransformComponent').Position.x);const tm=E.find(e=>(e.path||'').endsWith('/TileMap')).jsonString['@components'].find(c=>c['@type']==='MOD.Core.TileMapComponent').TileSetRUID.DataId;console.log('monsters:',ms.length);console.log('sprites:',sprs.join(','));console.log('distinct sprites:',new Set(sprs).size===2);console.log('no old sprite:',sprs.every(s=>!old.includes(s)));console.log('positions x:',xs.join(','));console.log('tileset:',tm,'changed:',tm!=='9dfea3808bbd49a5877d8624df21b1c7')" +``` +Expected: `monsters: 2`, 2개 sprite distinct, `no old sprite: true`, positions x = `3.5,5.5`, tileset이 `9dfea380…`이 아님(교체됨). + +- [ ] **Step 3: Maker 렌더 검증 (컨트롤러)** + +1. `maker_refresh_workspace` +2. map02가 활성인지 확인(`maker_get_current_map`). 아니면 사용자에게 map02 열기 요청. +3. `maker_play` → `maker_screenshot` → Read로 확인: 몬스터 2마리가 **수확된(기존과 다른) 외형**으로 **우측에** 보이고, **타일 텍스처가 바뀌었는지**. +4. `maker_execute_script`(client)로 확인: + ```lua + local m1=_EntityService:GetEntityByPath("/maps/map02/Monster1") + local m2=_EntityService:GetEntityByPath("/maps/map02/Monster2") + if m1 then log("M1 spr="..tostring(m1.SpriteRendererComponent.SpriteRUID).." x="..tostring(m1.TransformComponent.Position.x)) end + if m2 then log("M2 spr="..tostring(m2.SpriteRendererComponent.SpriteRUID).." x="..tostring(m2.TransformComponent.Position.x)) end + ``` + → `maker_logs(normal)`로 sprite/x 확인. +5. `maker_stop`. + +- [ ] **Step 4: 게이트 판정** + +- 몬스터 외형 변경 + 우측 배치 + 타일 변경 정상 → Task 4. +- 몬스터가 흰박스/안 보임 → 변형 sprite/animation 로드 문제 → Task 1 폴백(SpriteRUID만, ActionSheet 유지) 적용 후 재생성. +- 타일이 깨져 보임 → 해당 타일셋 제외하거나 호환 타일셋으로 교체(`TILESETS` 조정) 후 재생성. + +--- + +### Task 4: 전체 재생성 + 검증 + +**Files:** Modify `map/map02.map`~`map11.map`, `Global/SectorConfig.config` + +- [ ] **Step 1: 전체 재생성** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node tools/gen-maps.mjs +``` +Expected: `Generated: map02 … map11`, `SectorConfig entries: 11`. + +- [ ] **Step 2: 전체 데이터 검증** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +node -e "const fs=require('fs');const old=['8ef238e0d0ca4bb783aca526cff35d11','6c7130f51a654803a1c39cbe30e2f427','3e76c89ae8e7477ca871f5bbcd6f6f29','6d381bea1bcb4504b518a1fbfa0904ac','c96c11f9a3f845a4b6a27d9ca10ab103'];let ids=new Set(),dup=false,ts=new Set(),bad=false;for(let n=2;n<=11;n++){const t=String(n).padStart(2,'0');const j=JSON.parse(fs.readFileSync('map/map'+t+'.map','utf8'));const E=j.ContentProto.Entities;const ms=E.filter(e=>(e.componentNames||'').includes('script.Monster'));if(ms.length!==2)throw new Error('monsters '+t);const sprs=ms.map(m=>m.jsonString['@components'].find(c=>c['@type']==='MOD.Core.SpriteRendererComponent').SpriteRUID);if(new Set(sprs).size!==2)bad=true;if(sprs.some(s=>old.includes(s)))bad=true;ts.add(E.find(e=>(e.path||'').endsWith('/TileMap')).jsonString['@components'].find(c=>c['@type']==='MOD.Core.TileMapComponent').TileSetRUID.DataId);for(const e of E){if(ids.has(e.id))dup=true;ids.add(e.id);}}console.log('cross-map id dup:',dup);console.log('any old/dup-in-map sprite:',bad);console.log('distinct tilesets:',ts.size)" +``` +Expected: `cross-map id dup: false`, `any old/dup-in-map sprite: false`, `distinct tilesets: 10`. + +- [ ] **Step 3: Maker 표본 검증 (컨트롤러)** + +`maker_refresh_workspace` 후 표본 맵(map05, map09)을 각각 열어(사용자 협조) `maker_play`→`maker_screenshot`로 몬스터 외형·타일이 맵마다 다른지 확인. `maker_stop`. + +--- + +### Task 5: 최종 커밋 + +- [ ] **Step 1: 커밋** + +```bash +cd "C:/Users/jaeoh/Desktop/workspace/slaymaple" +git add tools/gen-maps.mjs Global/SectorConfig.config map/map02.map map/map03.map map/map04.map map/map05.map map/map06.map map/map07.map map/map08.map map/map09.map map/map10.map map/map11.map +git commit -m "맵 10개: 다양한 몬스터 2종(StS2 우측 배치) + 맵별 타일셋 적용" +``` + +--- + +## 검증 요약 +- 수확: 몬스터 변형 ≥12 / 타일셋 10 (스파이크로 구조 확인) +- map02 스파이크: 데이터(2 distinct sprite·old 미사용·x=3.5/5.5·타일셋 교체) + Maker 렌더 +- 전체: cross-map id 무중복, old sprite 미사용, 타일셋 10 distinct +- Maker 표본 시각 확인 diff --git a/map/map02.map b/map/map02.map index 7a6fd3a..a8a3fb4 100644 --- a/map/map02.map +++ b/map/map02.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "46701ff2021b4d1fb21fbf5790b1ab14" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "000007d5-0000-4000-8000-0000000007d5", "path": "/maps/map02/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map02/Monster1", @@ -6366,22 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 5, + "displayOrder": 4, "pathConstraints": "///", - "revision": 3, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "000007d5-0000-4000-8000-0000000007d5", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 2.76, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6401,14 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "969f52dd34934009b5c687af97c8435b", - "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", - "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", - "attack2": "3c66552bd7ff48f98482e417be3e3772", - "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", - "skill": "022d41ea8ce247639fd4f0fa83563c96", - "hit": "0bcbc0ec869245d4a454e00d635fc64d", - "die": "4e38904690784278a50fa378086b65a7" + "stand": "d8f014043ce8418f96700c2b6c9ebf6c", + "hit": "c3cf643b618346c7bfa6574187b396f9", + "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" }, "Enable": true }, @@ -6418,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "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": { @@ -6434,56 +6461,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 1.6, - "y": 1.56 - }, - "ColliderOffset": { - "x": 0, - "y": 0.78 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6501,11 +6478,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 @@ -6537,7 +6528,7 @@ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 3.46, + "x": 5.5, "y": 0.03499998, "z": 999.999 }, @@ -6557,9 +6548,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "stand": "4b1d55e35ae9462b944297691025429a", - "hit": "35c14328c2a6446eb5464dc85c39ab56", - "die": "770cfcbab36448999137d25e8ace707e" + "stand": "f86992ba9c41487c8480fcb893fcbda6", + "hit": "d305b942b1704c8084548108ff3b7a6b", + "die": "5a563e5fd98c4132b61057dc6bb8aaf2" }, "Enable": true }, @@ -6569,7 +6560,7 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6c7130f51a654803a1c39cbe30e2f427", + "SpriteRUID": "f86992ba9c41487c8480fcb893fcbda6", "StartFrameIndex": 0, "Enable": true }, diff --git a/map/map03.map b/map/map03.map index b232f6b..ada7a0c 100644 --- a/map/map03.map +++ b/map/map03.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "7b6bd117bd0446a5bacec8ea6831c997" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "00000bbd-0000-4000-8000-000000000bbd", "path": "/maps/map03/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map03/Monster1", @@ -6366,22 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 5, + "displayOrder": 4, "pathConstraints": "///", - "revision": 3, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00000bbd-0000-4000-8000-000000000bbd", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -2.98, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6401,14 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "969f52dd34934009b5c687af97c8435b", - "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", - "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", - "attack2": "3c66552bd7ff48f98482e417be3e3772", - "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", - "skill": "022d41ea8ce247639fd4f0fa83563c96", - "hit": "0bcbc0ec869245d4a454e00d635fc64d", - "die": "4e38904690784278a50fa378086b65a7" + "stand": "d8f014043ce8418f96700c2b6c9ebf6c", + "hit": "c3cf643b618346c7bfa6574187b396f9", + "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" }, "Enable": true }, @@ -6418,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "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": { @@ -6434,56 +6461,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 1.6, - "y": 1.56 - }, - "ColliderOffset": { - "x": 0, - "y": 0.78 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6501,11 +6478,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 @@ -6514,7 +6505,7 @@ { "id": "00000bbe-0000-4000-8000-000000000bbe", "path": "/maps/map03/Monster2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster2", "path": "/maps/map03/Monster2", @@ -6522,22 +6513,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 5, + "displayOrder": 4, "pathConstraints": "///", - "revision": 3, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00000bbe-0000-4000-8000-000000000bbe", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -3.47, + "x": 5.5, "y": 0.03499998, "z": 999.999 }, @@ -6557,14 +6548,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "969f52dd34934009b5c687af97c8435b", - "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", - "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", - "attack2": "3c66552bd7ff48f98482e417be3e3772", - "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", - "skill": "022d41ea8ce247639fd4f0fa83563c96", - "hit": "0bcbc0ec869245d4a454e00d635fc64d", - "die": "4e38904690784278a50fa378086b65a7" + "stand": "48c10437ae8344a9b2a1d3f36185728f", + "hit": "9044063647854f5e9128efcf80e909be", + "die": "f414577d18c94cc387c275df4abdbc3b" }, "Enable": true }, @@ -6574,10 +6560,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "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": { @@ -6590,56 +6608,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 1.6, - "y": 1.56 - }, - "ColliderOffset": { - "x": 0, - "y": 0.78 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6657,11 +6625,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 diff --git a/map/map04.map b/map/map04.map index 1881175..99fc421 100644 --- a/map/map04.map +++ b/map/map04.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "9bf18287398c44699c20fc5123d1a1ae" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "00000fa5-0000-4000-8000-000000000fa5", "path": "/maps/map04/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map04/Monster1", @@ -6366,22 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 6, + "displayOrder": 4, "pathConstraints": "///", "revision": 2, "origin": { "type": "Model", - "entry_id": "ChaseMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00000fa5-0000-4000-8000-000000000fa5", "replaced_model_id": null }, - "modelId": "chasemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -0.71, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6401,11 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "573fe938562a4abf91eebf951f21afd5", - "stand": "6d381bea1bcb4504b518a1fbfa0904ac", - "jump": "59823e146a034e48b8667ebb6f0724b1", - "hit": "642ece38d8d449b29ce4479100e37a54", - "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + "stand": "17b55730c26f4fd6b8fcfa288da388de", + "hit": "eac48e84a9fc4580a4018de5cf52ddb3", + "die": "51c2f4b59a2c413db26035aa57002fc8" }, "Enable": true }, @@ -6415,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "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": { @@ -6431,56 +6461,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, - "JumpForce": 6, - "Enable": true - }, - { - "@type": "MOD.Core.AIChaseComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@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", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6498,11 +6478,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 @@ -6511,7 +6505,7 @@ { "id": "00000fa6-0000-4000-8000-000000000fa6", "path": "/maps/map04/Monster2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster2", "path": "/maps/map04/Monster2", @@ -6519,22 +6513,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 6, + "displayOrder": 4, "pathConstraints": "///", "revision": 2, "origin": { "type": "Model", - "entry_id": "ChaseMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00000fa6-0000-4000-8000-000000000fa6", "replaced_model_id": null }, - "modelId": "chasemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -2.41, + "x": 5.5, "y": 0.03499998, "z": 999.999 }, @@ -6554,11 +6548,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "573fe938562a4abf91eebf951f21afd5", - "stand": "6d381bea1bcb4504b518a1fbfa0904ac", - "jump": "59823e146a034e48b8667ebb6f0724b1", - "hit": "642ece38d8d449b29ce4479100e37a54", - "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + "stand": "3109357701ae41a4bcc7543f52f1f4c3", + "hit": "ce0269079e884545b5bb6ea075e2a67f", + "die": "a5e65650e00e47878cac1be7a5b999a0" }, "Enable": true }, @@ -6568,10 +6560,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "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": { @@ -6584,56 +6608,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, - "JumpForce": 6, - "Enable": true - }, - { - "@type": "MOD.Core.AIChaseComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@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", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6651,11 +6625,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 diff --git a/map/map05.map b/map/map05.map index 5572e3c..75e8bda 100644 --- a/map/map05.map +++ b/map/map05.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "d6a94bc26c8f43e2a7abfabfae0c4fc4" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "0000138d-0000-4000-8000-00000000138d", "path": "/maps/map05/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map05/Monster1", @@ -6366,22 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 6, + "displayOrder": 4, "pathConstraints": "///", "revision": 2, "origin": { "type": "Model", - "entry_id": "ChaseMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "0000138d-0000-4000-8000-00000000138d", "replaced_model_id": null }, - "modelId": "chasemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 1.55, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6401,11 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "573fe938562a4abf91eebf951f21afd5", - "stand": "6d381bea1bcb4504b518a1fbfa0904ac", - "jump": "59823e146a034e48b8667ebb6f0724b1", - "hit": "642ece38d8d449b29ce4479100e37a54", - "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + "stand": "48c10437ae8344a9b2a1d3f36185728f", + "hit": "9044063647854f5e9128efcf80e909be", + "die": "f414577d18c94cc387c275df4abdbc3b" }, "Enable": true }, @@ -6415,162 +6413,40 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "SpriteRUID": "48c10437ae8344a9b2a1d3f36185728f", "StartFrameIndex": 0, "Enable": true }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, - "JumpForce": 6, - "Enable": true - }, - { - "@type": "MOD.Core.AIChaseComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@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", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "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 - } - ], - "@version": 1 - } - }, - { - "id": "0000138e-0000-4000-8000-00000000138e", - "path": "/maps/map05/Monster2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", - "jsonString": { - "name": "Monster2", - "path": "/maps/map05/Monster2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 7, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "MoveMonster", - "sub_entity_id": null, - "root_entity_id": "0000138e-0000-4000-8000-00000000138e", - "replaced_model_id": null - }, - "modelId": "movemonster", - "@components": [ + }, { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": -1.35, - "y": 1.27528822, - "z": 999.999 + "@type": "MOD.Core.HitComponent", + "BoxSize": { + "x": 0.78, + "y": 0.86 }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 + "ColliderOffset": { + "x": 0.03999999, + "y": 0.43 }, + "CollisionGroup": { + "Id": "8992acd1e8cd45838db6f10a7b41df09" + }, + "IsLegacy": false, "Enable": true }, { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", - "move": "c96c11f9a3f845a4b6a27d9ca10ab103", - "hit": "4b67b539c09d4ce183ae6a73f908511f", - "die": "7681817f225a4245a27943da77d5f5b1", - "skill": "75c873675b6d45c38f24c8d7b98b4800", - "attack": "9db703c9da694490965897db7f2d4d92", - "skill2": "beabf049b5e34c25907ae69d2c1f835e", - "skill3": "e84c350104ca436b93db6c502faf53b3", - "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", - "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", - "attack2": "52c1da942bec459b9d46c81c03233c0c" - }, + "@type": "MOD.Core.DamageSkinSpawnerComponent", "Enable": true }, { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", - "StartFrameIndex": 0, + "@type": "MOD.Core.StateComponent", + "IsLegacy": false, "Enable": true }, { @@ -6585,37 +6461,24 @@ }, "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", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.87, - "y": 1.04 - }, - "ColliderOffset": { - "x": 0.0150000155, - "y": 0.669999957 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", "Enable": true }, { @@ -6634,6 +6497,116 @@ "x": 0, "y": 0 } + } + ], + "@version": 1 + } + }, + { + "id": "0000138e-0000-4000-8000-00000000138e", + "path": "/maps/map05/Monster2", + "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", + "jsonString": { + "name": "Monster2", + "path": "/maps/map05/Monster2", + "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": "0000138e-0000-4000-8000-00000000138e", + "replaced_model_id": null + }, + "modelId": "staticmonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 5.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": "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", @@ -6650,6 +6623,27 @@ "y": 0 }, "Enable": true + }, + { + "@type": "MOD.Core.MovementComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 diff --git a/map/map06.map b/map/map06.map index e630356..16980c3 100644 --- a/map/map06.map +++ b/map/map06.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "e80a4b6e22d34348837d2ecf30e7cf74" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "00001775-0000-4000-8000-000000001775", "path": "/maps/map06/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map06/Monster1", @@ -6366,22 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 6, + "displayOrder": 4, "pathConstraints": "///", "revision": 2, "origin": { "type": "Model", - "entry_id": "ChaseMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00001775-0000-4000-8000-000000001775", "replaced_model_id": null }, - "modelId": "chasemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 3.82, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6401,11 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "573fe938562a4abf91eebf951f21afd5", - "stand": "6d381bea1bcb4504b518a1fbfa0904ac", - "jump": "59823e146a034e48b8667ebb6f0724b1", - "hit": "642ece38d8d449b29ce4479100e37a54", - "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + "stand": "48c10437ae8344a9b2a1d3f36185728f", + "hit": "9044063647854f5e9128efcf80e909be", + "die": "f414577d18c94cc387c275df4abdbc3b" }, "Enable": true }, @@ -6415,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "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": { @@ -6431,56 +6461,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, - "JumpForce": 6, - "Enable": true - }, - { - "@type": "MOD.Core.AIChaseComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@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", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6498,11 +6478,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 @@ -6534,7 +6528,7 @@ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -0.29, + "x": 5.5, "y": 0.03499998, "z": 999.999 }, @@ -6554,9 +6548,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "stand": "4b1d55e35ae9462b944297691025429a", - "hit": "35c14328c2a6446eb5464dc85c39ab56", - "die": "770cfcbab36448999137d25e8ace707e" + "stand": "17b55730c26f4fd6b8fcfa288da388de", + "hit": "eac48e84a9fc4580a4018de5cf52ddb3", + "die": "51c2f4b59a2c413db26035aa57002fc8" }, "Enable": true }, @@ -6566,7 +6560,7 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6c7130f51a654803a1c39cbe30e2f427", + "SpriteRUID": "17b55730c26f4fd6b8fcfa288da388de", "StartFrameIndex": 0, "Enable": true }, diff --git a/map/map07.map b/map/map07.map index 008abbd..0617e92 100644 --- a/map/map07.map +++ b/map/map07.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "23e80224ef624ea5af497cc50aa0e752" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "00001b5d-0000-4000-8000-000000001b5d", "path": "/maps/map07/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map07/Monster1", @@ -6366,22 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 6, + "displayOrder": 4, "pathConstraints": "///", "revision": 2, "origin": { "type": "Model", - "entry_id": "ChaseMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00001b5d-0000-4000-8000-000000001b5d", "replaced_model_id": null }, - "modelId": "chasemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -1.92, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6401,11 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "573fe938562a4abf91eebf951f21afd5", - "stand": "6d381bea1bcb4504b518a1fbfa0904ac", - "jump": "59823e146a034e48b8667ebb6f0724b1", - "hit": "642ece38d8d449b29ce4479100e37a54", - "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + "stand": "4ca39dbfa1c6492283ba8bd352d12b0a", + "hit": "7ac78511036e4ebe988b97c35fc275d1", + "die": "740f3f2b2e7a4b71bec5eac84e8539f9" }, "Enable": true }, @@ -6415,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "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": { @@ -6431,56 +6461,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, - "JumpForce": 6, - "Enable": true - }, - { - "@type": "MOD.Core.AIChaseComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@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", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6498,11 +6478,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 @@ -6511,7 +6505,7 @@ { "id": "00001b5e-0000-4000-8000-000000001b5e", "path": "/maps/map07/Monster2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", + "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", "jsonString": { "name": "Monster2", "path": "/maps/map07/Monster2", @@ -6519,22 +6513,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 5, + "displayOrder": 4, "pathConstraints": "///", - "revision": 3, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00001b5e-0000-4000-8000-000000001b5e", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 0.77, + "x": 5.5, "y": 0.03499998, "z": 999.999 }, @@ -6554,14 +6548,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "969f52dd34934009b5c687af97c8435b", - "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", - "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", - "attack2": "3c66552bd7ff48f98482e417be3e3772", - "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", - "skill": "022d41ea8ce247639fd4f0fa83563c96", - "hit": "0bcbc0ec869245d4a454e00d635fc64d", - "die": "4e38904690784278a50fa378086b65a7" + "stand": "96e955c1bf27415e84f96deea200a8f1", + "hit": "aec9504d5dc24aceb5646b79d30abad4", + "die": "65a2bfb039614f2e9e4ccc354340153d" }, "Enable": true }, @@ -6571,10 +6560,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "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": { @@ -6587,56 +6608,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 1.6, - "y": 1.56 - }, - "ColliderOffset": { - "x": 0, - "y": 0.78 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6654,11 +6625,25 @@ "Enable": true }, { - "@type": "MOD.Core.DamageSkinSettingComponent", - "DamageSkinId": { - "DataId": "02c22d93421b4038b3c413b3e40b57ec" - }, + "@type": "MOD.Core.MovementComponent", "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 diff --git a/map/map08.map b/map/map08.map index a2500d2..c5a6622 100644 --- a/map/map08.map +++ b/map/map08.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "2667829326dd46de80ef26f6bb7f26ae" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "00001f45-0000-4000-8000-000000001f45", "path": "/maps/map08/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map08/Monster1", @@ -6366,169 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 7, + "displayOrder": 4, "pathConstraints": "///", - "revision": 1, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00001f45-0000-4000-8000-000000001f45", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 0.35, - "y": 1.27528822, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", - "move": "c96c11f9a3f845a4b6a27d9ca10ab103", - "hit": "4b67b539c09d4ce183ae6a73f908511f", - "die": "7681817f225a4245a27943da77d5f5b1", - "skill": "75c873675b6d45c38f24c8d7b98b4800", - "attack": "9db703c9da694490965897db7f2d4d92", - "skill2": "beabf049b5e34c25907ae69d2c1f835e", - "skill3": "e84c350104ca436b93db6c502faf53b3", - "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", - "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", - "attack2": "52c1da942bec459b9d46c81c03233c0c" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.87, - "y": 1.04 - }, - "ColliderOffset": { - "x": 0.0150000155, - "y": 0.669999957 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "00001f46-0000-4000-8000-000000001f46", - "path": "/maps/map08/Monster2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", - "jsonString": { - "name": "Monster2", - "path": "/maps/map08/Monster2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 5, - "pathConstraints": "///", - "revision": 3, - "origin": { - "type": "Model", - "entry_id": "MoveMonster", - "sub_entity_id": null, - "root_entity_id": "00001f46-0000-4000-8000-000000001f46", - "replaced_model_id": null - }, - "modelId": "movemonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 1.83, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6548,14 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "969f52dd34934009b5c687af97c8435b", - "stand": "3e76c89ae8e7477ca871f5bbcd6f6f29", - "attack": "44b6336ac84a4091a9adb5f0aa0c02b7", - "attack2": "3c66552bd7ff48f98482e417be3e3772", - "attack3": "20d46f5a9b9641e0b3703dc95ac5fbc2", - "skill": "022d41ea8ce247639fd4f0fa83563c96", - "hit": "0bcbc0ec869245d4a454e00d635fc64d", - "die": "4e38904690784278a50fa378086b65a7" + "stand": "ed3908e24d694bb786023fc1ed073489", + "hit": "4763c9bebc9245998c9c499b6316aa9f", + "die": "b168793b92a844a3a3a6f4ce647a14d2" }, "Enable": true }, @@ -6565,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "3e76c89ae8e7477ca871f5bbcd6f6f29", + "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": { @@ -6581,56 +6461,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 1.6, - "y": 1.56 - }, - "ColliderOffset": { - "x": 0, - "y": 0.78 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6647,12 +6477,173 @@ }, "Enable": true }, + { + "@type": "MOD.Core.MovementComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + } + ], + "@version": 1 + } + }, + { + "id": "00001f46-0000-4000-8000-000000001f46", + "path": "/maps/map08/Monster2", + "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", + "jsonString": { + "name": "Monster2", + "path": "/maps/map08/Monster2", + "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": "00001f46-0000-4000-8000-000000001f46", + "replaced_model_id": null + }, + "modelId": "staticmonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 5.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": "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": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 diff --git a/map/map09.map b/map/map09.map index f8a3ca0..10505a8 100644 --- a/map/map09.map +++ b/map/map09.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "48afa7d90aa24fadae9c52f30977342e" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "0000232d-0000-4000-8000-00000000232d", "path": "/maps/map09/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map09/Monster1", @@ -6366,169 +6366,22 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 7, - "pathConstraints": "///", - "revision": 1, - "origin": { - "type": "Model", - "entry_id": "MoveMonster", - "sub_entity_id": null, - "root_entity_id": "0000232d-0000-4000-8000-00000000232d", - "replaced_model_id": null - }, - "modelId": "movemonster", - "@components": [ - { - "@type": "MOD.Core.TransformComponent", - "Position": { - "x": 2.61, - "y": 1.27528822, - "z": 999.999 - }, - "QuaternionRotation": { - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "Enable": true - }, - { - "@type": "MOD.Core.StateAnimationComponent", - "ActionSheet": { - "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", - "move": "c96c11f9a3f845a4b6a27d9ca10ab103", - "hit": "4b67b539c09d4ce183ae6a73f908511f", - "die": "7681817f225a4245a27943da77d5f5b1", - "skill": "75c873675b6d45c38f24c8d7b98b4800", - "attack": "9db703c9da694490965897db7f2d4d92", - "skill2": "beabf049b5e34c25907ae69d2c1f835e", - "skill3": "e84c350104ca436b93db6c502faf53b3", - "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", - "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", - "attack2": "52c1da942bec459b9d46c81c03233c0c" - }, - "Enable": true - }, - { - "@type": "MOD.Core.SpriteRendererComponent", - "ActionSheet": {}, - "EndFrameIndex": 0, - "RenderSetting": 1, - "SortingLayer": "MapLayer0", - "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", - "StartFrameIndex": 0, - "Enable": true - }, - { - "@type": "MOD.Core.RigidbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "RealMoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.87, - "y": 1.04 - }, - "ColliderOffset": { - "x": 0.0150000155, - "y": 0.669999957 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", - "Enable": true - }, - { - "@type": "script.Monster", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0000232e-0000-4000-8000-00000000232e", - "path": "/maps/map09/Monster2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIChaseComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent,MOD.Core.DamageSkinSettingComponent", - "jsonString": { - "name": "Monster2", - "path": "/maps/map09/Monster2", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": false, - "displayOrder": 6, + "displayOrder": 4, "pathConstraints": "///", "revision": 2, "origin": { "type": "Model", - "entry_id": "ChaseMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, - "root_entity_id": "0000232e-0000-4000-8000-00000000232e", + "root_entity_id": "0000232d-0000-4000-8000-00000000232d", "replaced_model_id": null }, - "modelId": "chasemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 2.89, + "x": 3.5, "y": 0.03499998, "z": 999.999 }, @@ -6548,11 +6401,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "move": "573fe938562a4abf91eebf951f21afd5", - "stand": "6d381bea1bcb4504b518a1fbfa0904ac", - "jump": "59823e146a034e48b8667ebb6f0724b1", - "hit": "642ece38d8d449b29ce4479100e37a54", - "die": "3c99d6b9b89b4295a9c2749eb02e28e9" + "stand": "ed3908e24d694bb786023fc1ed073489", + "hit": "4763c9bebc9245998c9c499b6316aa9f", + "die": "b168793b92a844a3a3a6f4ce647a14d2" }, "Enable": true }, @@ -6562,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6d381bea1bcb4504b518a1fbfa0904ac", + "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": { @@ -6578,56 +6461,6 @@ }, "Enable": true }, - { - "@type": "MOD.Core.MovementComponent", - "InputSpeed": 1.5, - "JumpForce": 6, - "Enable": true - }, - { - "@type": "MOD.Core.AIChaseComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@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", - "Enable": true, - "IsDead": false - }, - { - "@type": "script.MonsterAttack", - "Enable": true, - "SpriteSize": { - "x": 0, - "y": 0 - }, - "PositionOffset": { - "x": 0, - "y": 0 - } - }, { "@type": "MOD.Core.KinematicbodyComponent", "MoveVelocity": { @@ -6644,12 +6477,173 @@ }, "Enable": true }, + { + "@type": "MOD.Core.MovementComponent", + "Enable": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } + } + ], + "@version": 1 + } + }, + { + "id": "0000232e-0000-4000-8000-00000000232e", + "path": "/maps/map09/Monster2", + "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", + "jsonString": { + "name": "Monster2", + "path": "/maps/map09/Monster2", + "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": "0000232e-0000-4000-8000-00000000232e", + "replaced_model_id": null + }, + "modelId": "staticmonster", + "@components": [ + { + "@type": "MOD.Core.TransformComponent", + "Position": { + "x": 5.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": "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": true + }, + { + "@type": "script.Monster", + "Enable": true, + "IsDead": false + }, + { + "@type": "script.MonsterAttack", + "Enable": true, + "SpriteSize": { + "x": 0, + "y": 0 + }, + "PositionOffset": { + "x": 0, + "y": 0 + } } ], "@version": 1 diff --git a/map/map10.map b/map/map10.map index e4cc2a1..60449d6 100644 --- a/map/map10.map +++ b/map/map10.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "901f885ef94f4a32961bf6cc64e3ec86" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "00002715-0000-4000-8000-000000002715", "path": "/maps/map10/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map10/Monster1", @@ -6366,23 +6366,23 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 7, + "displayOrder": 4, "pathConstraints": "///", - "revision": 1, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00002715-0000-4000-8000-000000002715", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -3.12, - "y": 1.27528822, + "x": 3.5, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6391,22 +6391,19 @@ "z": 0, "w": 1 }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, "Enable": true }, { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", - "move": "c96c11f9a3f845a4b6a27d9ca10ab103", - "hit": "4b67b539c09d4ce183ae6a73f908511f", - "die": "7681817f225a4245a27943da77d5f5b1", - "skill": "75c873675b6d45c38f24c8d7b98b4800", - "attack": "9db703c9da694490965897db7f2d4d92", - "skill2": "beabf049b5e34c25907ae69d2c1f835e", - "skill3": "e84c350104ca436b93db6c502faf53b3", - "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", - "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", - "attack2": "52c1da942bec459b9d46c81c03233c0c" + "stand": "3109357701ae41a4bcc7543f52f1f4c3", + "hit": "ce0269079e884545b5bb6ea075e2a67f", + "die": "a5e65650e00e47878cac1be7a5b999a0" }, "Enable": true }, @@ -6416,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "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": { @@ -6432,37 +6461,24 @@ }, "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", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.87, - "y": 1.04 - }, - "ColliderOffset": { - "x": 0.0150000155, - "y": 0.669999957 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", "Enable": true }, { @@ -6481,22 +6497,6 @@ "x": 0, "y": 0 } - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true } ], "@version": 1 @@ -6505,7 +6505,7 @@ { "id": "00002716-0000-4000-8000-000000002716", "path": "/maps/map10/Monster2", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "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", "jsonString": { "name": "Monster2", "path": "/maps/map10/Monster2", @@ -6513,23 +6513,23 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 7, + "displayOrder": 4, "pathConstraints": "///", - "revision": 1, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00002716-0000-4000-8000-000000002716", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 3.95, - "y": 1.27528822, + "x": 5.5, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6538,22 +6538,19 @@ "z": 0, "w": 1 }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, "Enable": true }, { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", - "move": "c96c11f9a3f845a4b6a27d9ca10ab103", - "hit": "4b67b539c09d4ce183ae6a73f908511f", - "die": "7681817f225a4245a27943da77d5f5b1", - "skill": "75c873675b6d45c38f24c8d7b98b4800", - "attack": "9db703c9da694490965897db7f2d4d92", - "skill2": "beabf049b5e34c25907ae69d2c1f835e", - "skill3": "e84c350104ca436b93db6c502faf53b3", - "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", - "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", - "attack2": "52c1da942bec459b9d46c81c03233c0c" + "stand": "96e955c1bf27415e84f96deea200a8f1", + "hit": "aec9504d5dc24aceb5646b79d30abad4", + "die": "65a2bfb039614f2e9e4ccc354340153d" }, "Enable": true }, @@ -6563,10 +6560,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "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": { @@ -6579,37 +6608,24 @@ }, "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", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.87, - "y": 1.04 - }, - "ColliderOffset": { - "x": 0.0150000155, - "y": 0.669999957 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", "Enable": true }, { @@ -6628,22 +6644,6 @@ "x": 0, "y": 0 } - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true } ], "@version": 1 diff --git a/map/map11.map b/map/map11.map index dd8f85c..f356525 100644 --- a/map/map11.map +++ b/map/map11.map @@ -1237,7 +1237,7 @@ "SortingLayer": "MapLayer0", "TileMapVersion": 1, "TileSetRUID": { - "DataId": "9dfea3808bbd49a5877d8624df21b1c7" + "DataId": "3ca52bc385574e56aaffa15eea5c23aa" }, "Tiles": [ { @@ -6358,7 +6358,7 @@ { "id": "00002afd-0000-4000-8000-000000002afd", "path": "/maps/map11/Monster1", - "componentNames": "MOD.Core.TransformComponent,MOD.Core.StateAnimationComponent,MOD.Core.SpriteRendererComponent,MOD.Core.RigidbodyComponent,MOD.Core.MovementComponent,MOD.Core.AIWanderComponent,MOD.Core.StateComponent,MOD.Core.HitComponent,MOD.Core.DamageSkinSpawnerComponent,script.Monster,script.MonsterAttack,MOD.Core.KinematicbodyComponent,MOD.Core.SideviewbodyComponent", + "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", "jsonString": { "name": "Monster1", "path": "/maps/map11/Monster1", @@ -6366,23 +6366,23 @@ "enable": true, "visible": true, "localize": false, - "displayOrder": 7, + "displayOrder": 4, "pathConstraints": "///", - "revision": 1, + "revision": 2, "origin": { "type": "Model", - "entry_id": "MoveMonster", + "entry_id": "StaticMonster", "sub_entity_id": null, "root_entity_id": "00002afd-0000-4000-8000-000000002afd", "replaced_model_id": null }, - "modelId": "movemonster", + "modelId": "staticmonster", "@components": [ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -0.86, - "y": 1.27528822, + "x": 3.5, + "y": 0.03499998, "z": 999.999 }, "QuaternionRotation": { @@ -6391,22 +6391,19 @@ "z": 0, "w": 1 }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, "Enable": true }, { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "stand": "3eb72eab0a394c78b13e88c8dc4a5ed0", - "move": "c96c11f9a3f845a4b6a27d9ca10ab103", - "hit": "4b67b539c09d4ce183ae6a73f908511f", - "die": "7681817f225a4245a27943da77d5f5b1", - "skill": "75c873675b6d45c38f24c8d7b98b4800", - "attack": "9db703c9da694490965897db7f2d4d92", - "skill2": "beabf049b5e34c25907ae69d2c1f835e", - "skill3": "e84c350104ca436b93db6c502faf53b3", - "skill4": "a5fb992ff4c04431a171bdd2fbfb372c", - "skillAfter4": "53de30457ceb44eca4ef2a81396e6adb", - "attack2": "52c1da942bec459b9d46c81c03233c0c" + "stand": "3109357701ae41a4bcc7543f52f1f4c3", + "hit": "ce0269079e884545b5bb6ea075e2a67f", + "die": "a5e65650e00e47878cac1be7a5b999a0" }, "Enable": true }, @@ -6416,10 +6413,42 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "c96c11f9a3f845a4b6a27d9ca10ab103", + "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": { @@ -6432,37 +6461,24 @@ }, "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", - "InputSpeed": 1, - "JumpForce": 0, - "Enable": true - }, - { - "@type": "MOD.Core.AIWanderComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.StateComponent", - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.HitComponent", - "BoxSize": { - "x": 0.87, - "y": 1.04 - }, - "ColliderOffset": { - "x": 0.0150000155, - "y": 0.669999957 - }, - "IsLegacy": false, - "Enable": true - }, - { - "@type": "MOD.Core.DamageSkinSpawnerComponent", "Enable": true }, { @@ -6481,22 +6497,6 @@ "x": 0, "y": 0 } - }, - { - "@type": "MOD.Core.KinematicbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true - }, - { - "@type": "MOD.Core.SideviewbodyComponent", - "MoveVelocity": { - "x": 0, - "y": 0 - }, - "Enable": true } ], "@version": 1 @@ -6528,7 +6528,7 @@ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -2.99, + "x": 5.5, "y": 0.03499998, "z": 999.999 }, @@ -6548,9 +6548,9 @@ { "@type": "MOD.Core.StateAnimationComponent", "ActionSheet": { - "stand": "4b1d55e35ae9462b944297691025429a", - "hit": "35c14328c2a6446eb5464dc85c39ab56", - "die": "770cfcbab36448999137d25e8ace707e" + "stand": "d8f014043ce8418f96700c2b6c9ebf6c", + "hit": "c3cf643b618346c7bfa6574187b396f9", + "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" }, "Enable": true }, @@ -6560,7 +6560,7 @@ "EndFrameIndex": 0, "RenderSetting": 1, "SortingLayer": "MapLayer0", - "SpriteRUID": "6c7130f51a654803a1c39cbe30e2f427", + "SpriteRUID": "d8f014043ce8418f96700c2b6c9ebf6c", "StartFrameIndex": 0, "Enable": true },