Initial Commit
This commit is contained in:
commit
1c7a935b3c
358 changed files with 3206719 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!.gitignore
|
||||
!README.md
|
||||
package.json
|
||||
49
README.md
Normal file
49
README.md
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# Apply Patch
|
||||
1. Click Code
|
||||
2. Click Download ZIP
|
||||
3. Extract to game folder and Replace All.
|
||||
|
||||
# How To Contribute
|
||||
TLDR 3 steps.
|
||||
|
||||
Fork the repository.
|
||||
Make the changes.
|
||||
Submit a pull request to the project owner.
|
||||
|
||||
If everything looks good and doesn't break things I'll merge it in.
|
||||
|
||||
Longer Version:
|
||||
|
||||
Things that are needed:
|
||||
* [VSCode](https://code.visualstudio.com/) Make sure you check all the boxes for context menus. 
|
||||
* The Game
|
||||
* [Git](https://git-scm.com/downloads) (Use the default for everything. Just keep clicking Next)
|
||||
* Motivation to learn
|
||||
|
||||
Installation:
|
||||
1. Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
|
||||
2. Right click on the game folder and click 'Open with VSCode' (Shift+Right_Click if you are on Windows 11)
|
||||
3. Click on the Source Control Button and click initialize repository.
|
||||
|
||||

|
||||
|
||||
4. At the top click on Terminal > New Terminal. Enter the following: `git clone [URL_YOU_COPIED_ABOVE]`.
|
||||
5. Copy the contents of the new folder created with git clone into the game folder and replace all.
|
||||
6. Your source control menu should be good to go and look like this.
|
||||
|
||||

|
||||
|
||||
Now you are all setup, all you need to do is play the game and look for any changes that need to be made. Stuff like spelling errors, wrong names, inconsistencies, spacing issues, etc.
|
||||
|
||||
7. Use the FIND functionality to search for what you are trying to fix. For example if a character's name is wrong, type that into the search menu and start looking, then make the change. Try not to mess with any scripts or variables you might see.
|
||||
|
||||

|
||||
|
||||
8. After you are satisfied with your changes it's time to put in a PR. Go to source control to see all your changes. Add a message and click the `Commit` button to save them all.
|
||||
|
||||

|
||||
|
||||
8. Click Sync to push your changes to your fork. Now all that's left is to put in a pull request.
|
||||
9. Go to Pull Requests > New Pull Requests. Look at the arrow, your fork should be pointing to the original repo (mine). Add in details on what you fixed and Submit. If everything looks good I'll merge it in and you would have successfully contributed.
|
||||
|
||||
Got questions? Just shoot me a message, more than happy to walk you through any of the tools.
|
||||
27
data/Actors.json
Normal file
27
data/Actors.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[
|
||||
null,
|
||||
{"id":1,"battlerName":"Actor1_1","characterIndex":0,"characterName":"actor01","classId":1,"equips":[43,0,0,0,0],"faceIndex":0,"faceName":"01_faceList","traits":[],"initialLevel":99,"maxLevel":99,"name":"カレン","nickname":"伝説の勇者","note":"","profile":""},
|
||||
{"id":2,"battlerName":"Actor1_2","characterIndex":1,"characterName":"Actor1","classId":1,"equips":[1,0,0,9,0],"faceIndex":1,"faceName":"Actor1","traits":[],"initialLevel":1,"maxLevel":99,"name":"テオ","nickname":"","note":"","profile":""},
|
||||
{"id":3,"battlerName":"Actor1_3","characterIndex":0,"characterName":"actor03","classId":5,"equips":[31,0,65,5,0],"faceIndex":2,"faceName":"Actor1","traits":[],"initialLevel":1,"maxLevel":99,"name":"コレット","nickname":"","note":"","profile":""},
|
||||
{"id":4,"battlerName":"Actor1_4","characterIndex":3,"characterName":"Actor1","classId":5,"equips":[31,0,0,5,0],"faceIndex":3,"faceName":"Actor1","traits":[],"initialLevel":1,"maxLevel":99,"name":"ミシェル","nickname":"","note":"","profile":""},
|
||||
{"id":5,"battlerName":"Actor1_5","characterIndex":0,"characterName":"actor05","classId":3,"equips":[37,0,0,20,0],"faceIndex":4,"faceName":"Actor1","traits":[],"initialLevel":46,"maxLevel":99,"name":"エリス","nickname":"","note":"","profile":""},
|
||||
{"id":6,"battlerName":"Actor1_6","characterIndex":5,"characterName":"Actor1","classId":2,"equips":[7,0,65,21,0],"faceIndex":5,"faceName":"Actor1","traits":[],"initialLevel":1,"maxLevel":99,"name":"ケイシー","nickname":"","note":"","profile":""},
|
||||
{"id":7,"battlerName":"Actor1_7","characterIndex":0,"characterName":"actor07","classId":3,"equips":[7,0,0,20,0],"faceIndex":6,"faceName":"Actor1","traits":[],"initialLevel":1,"maxLevel":99,"name":"メイヴィス","nickname":"","note":"","profile":""},
|
||||
{"id":8,"battlerName":"Actor1_8","characterIndex":7,"characterName":"Actor1","classId":3,"equips":[7,0,0,20,0],"faceIndex":7,"faceName":"Actor1","traits":[],"initialLevel":1,"maxLevel":99,"name":"アリ","nickname":"","note":"","profile":""},
|
||||
{"id":9,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"People4","traits":[],"initialLevel":1,"maxLevel":99,"name":"ゴメス","nickname":"","note":"","profile":""},
|
||||
{"id":10,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"Actor1","traits":[],"initialLevel":1,"maxLevel":99,"name":"リリカ","nickname":"","note":"","profile":""},
|
||||
{"id":11,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"ジャコブ","nickname":"","note":"","profile":""},
|
||||
{"id":12,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"神父","nickname":"","note":"","profile":""},
|
||||
{"id":13,"battlerName":"","characterIndex":1,"characterName":"actor13","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"アンドレイ","nickname":"","note":"","profile":""},
|
||||
{"id":14,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"マーク","nickname":"","note":"","profile":""},
|
||||
{"id":15,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"教会にいく","nickname":"","note":"","profile":""},
|
||||
{"id":16,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"売春宿","nickname":"","note":"","profile":""},
|
||||
{"id":17,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"浮浪者","nickname":"","note":"","profile":""},
|
||||
{"id":18,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"男優","nickname":"","note":"","profile":""},
|
||||
{"id":19,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"酒場のマスター1","nickname":"","note":"","profile":""},
|
||||
{"id":20,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"酒場のマスター2","nickname":"","note":"","profile":""},
|
||||
{"id":21,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"壁尻","nickname":"","note":"","profile":""},
|
||||
{"id":22,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"アナル","nickname":"","note":"","profile":""},
|
||||
{"id":23,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"","nickname":"","note":"","profile":""},
|
||||
{"id":24,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"便所","nickname":"","note":"","profile":""}
|
||||
]
|
||||
12823
data/Animations.json
Normal file
12823
data/Animations.json
Normal file
File diff suppressed because it is too large
Load diff
27121
data/Armors.json
Normal file
27121
data/Armors.json
Normal file
File diff suppressed because it is too large
Load diff
7254
data/Classes.json
Normal file
7254
data/Classes.json
Normal file
File diff suppressed because it is too large
Load diff
116681
data/CommonEvents.json
Normal file
116681
data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
25214
data/Enemies.json
Normal file
25214
data/Enemies.json
Normal file
File diff suppressed because it is too large
Load diff
14554
data/Items.json
Normal file
14554
data/Items.json
Normal file
File diff suppressed because it is too large
Load diff
1367
data/Map001.json
Normal file
1367
data/Map001.json
Normal file
File diff suppressed because it is too large
Load diff
2587
data/Map002.json
Normal file
2587
data/Map002.json
Normal file
File diff suppressed because it is too large
Load diff
84040
data/Map003.json
Normal file
84040
data/Map003.json
Normal file
File diff suppressed because it is too large
Load diff
1513
data/Map004.json
Normal file
1513
data/Map004.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map005.json
Normal file
1363
data/Map005.json
Normal file
File diff suppressed because it is too large
Load diff
5905
data/Map006.json
Normal file
5905
data/Map006.json
Normal file
File diff suppressed because it is too large
Load diff
9998
data/Map007.json
Normal file
9998
data/Map007.json
Normal file
File diff suppressed because it is too large
Load diff
16056
data/Map008.json
Normal file
16056
data/Map008.json
Normal file
File diff suppressed because it is too large
Load diff
7040
data/Map009.json
Normal file
7040
data/Map009.json
Normal file
File diff suppressed because it is too large
Load diff
3213
data/Map010.json
Normal file
3213
data/Map010.json
Normal file
File diff suppressed because it is too large
Load diff
9531
data/Map011.json
Normal file
9531
data/Map011.json
Normal file
File diff suppressed because it is too large
Load diff
15059
data/Map012.json
Normal file
15059
data/Map012.json
Normal file
File diff suppressed because it is too large
Load diff
3046
data/Map013.json
Normal file
3046
data/Map013.json
Normal file
File diff suppressed because it is too large
Load diff
12742
data/Map014.json
Normal file
12742
data/Map014.json
Normal file
File diff suppressed because it is too large
Load diff
1485
data/Map015.json
Normal file
1485
data/Map015.json
Normal file
File diff suppressed because it is too large
Load diff
7402
data/Map016.json
Normal file
7402
data/Map016.json
Normal file
File diff suppressed because it is too large
Load diff
16727
data/Map017.json
Normal file
16727
data/Map017.json
Normal file
File diff suppressed because it is too large
Load diff
32252
data/Map018.json
Normal file
32252
data/Map018.json
Normal file
File diff suppressed because it is too large
Load diff
4671
data/Map019.json
Normal file
4671
data/Map019.json
Normal file
File diff suppressed because it is too large
Load diff
25018
data/Map020.json
Normal file
25018
data/Map020.json
Normal file
File diff suppressed because it is too large
Load diff
7576
data/Map021.json
Normal file
7576
data/Map021.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map022.json
Normal file
1297
data/Map022.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map023.json
Normal file
1363
data/Map023.json
Normal file
File diff suppressed because it is too large
Load diff
3639
data/Map024.json
Normal file
3639
data/Map024.json
Normal file
File diff suppressed because it is too large
Load diff
30363
data/Map025.json
Normal file
30363
data/Map025.json
Normal file
File diff suppressed because it is too large
Load diff
3189
data/Map026.json
Normal file
3189
data/Map026.json
Normal file
File diff suppressed because it is too large
Load diff
5451
data/Map027.json
Normal file
5451
data/Map027.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map028.json
Normal file
1363
data/Map028.json
Normal file
File diff suppressed because it is too large
Load diff
2949
data/Map029.json
Normal file
2949
data/Map029.json
Normal file
File diff suppressed because it is too large
Load diff
5031
data/Map030.json
Normal file
5031
data/Map030.json
Normal file
File diff suppressed because it is too large
Load diff
12670
data/Map031.json
Normal file
12670
data/Map031.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map032.json
Normal file
1297
data/Map032.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map033.json
Normal file
1363
data/Map033.json
Normal file
File diff suppressed because it is too large
Load diff
901
data/Map034.json
Normal file
901
data/Map034.json
Normal file
|
|
@ -0,0 +1,901 @@
|
|||
{
|
||||
"autoplayBgm": false,
|
||||
"autoplayBgs": false,
|
||||
"battleback1Name": "",
|
||||
"battleback2Name": "",
|
||||
"bgm": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"bgs": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 12,
|
||||
"note": "<enemyMin:0>\n<enemyMax:1>",
|
||||
"parallaxLoopX": false,
|
||||
"parallaxLoopY": false,
|
||||
"parallaxName": "",
|
||||
"parallaxShow": true,
|
||||
"parallaxSx": 0,
|
||||
"parallaxSy": 0,
|
||||
"scrollType": 0,
|
||||
"specifyBattleback": false,
|
||||
"tilesetId": 4,
|
||||
"width": 12,
|
||||
"data": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
6115,
|
||||
6113,
|
||||
6113,
|
||||
6113,
|
||||
6113,
|
||||
6117,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
6115,
|
||||
6119,
|
||||
6474,
|
||||
6474,
|
||||
6474,
|
||||
6474,
|
||||
6121,
|
||||
6117,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
6115,
|
||||
6119,
|
||||
6478,
|
||||
2850,
|
||||
2836,
|
||||
2836,
|
||||
2852,
|
||||
6475,
|
||||
6121,
|
||||
6117,
|
||||
0,
|
||||
0,
|
||||
6112,
|
||||
6478,
|
||||
2850,
|
||||
2817,
|
||||
2816,
|
||||
2816,
|
||||
2818,
|
||||
2852,
|
||||
6475,
|
||||
6112,
|
||||
0,
|
||||
0,
|
||||
6112,
|
||||
2850,
|
||||
2817,
|
||||
2816,
|
||||
2820,
|
||||
2844,
|
||||
2844,
|
||||
2846,
|
||||
2853,
|
||||
6112,
|
||||
0,
|
||||
0,
|
||||
6112,
|
||||
2832,
|
||||
2816,
|
||||
2816,
|
||||
2840,
|
||||
6123,
|
||||
6113,
|
||||
6117,
|
||||
2860,
|
||||
6112,
|
||||
0,
|
||||
0,
|
||||
6112,
|
||||
2856,
|
||||
2844,
|
||||
2824,
|
||||
2840,
|
||||
6475,
|
||||
6474,
|
||||
6097,
|
||||
6101,
|
||||
6119,
|
||||
0,
|
||||
0,
|
||||
6121,
|
||||
6113,
|
||||
6117,
|
||||
2856,
|
||||
2846,
|
||||
2849,
|
||||
2861,
|
||||
6098,
|
||||
6118,
|
||||
6478,
|
||||
0,
|
||||
0,
|
||||
6475,
|
||||
6474,
|
||||
6121,
|
||||
6113,
|
||||
6113,
|
||||
6113,
|
||||
6113,
|
||||
6119,
|
||||
6478,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
6475,
|
||||
6474,
|
||||
6474,
|
||||
6474,
|
||||
6474,
|
||||
6478,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
664,
|
||||
744,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
752,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
664,
|
||||
744,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
752,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
685,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
4,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
4,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
1297
data/Map035.json
Normal file
1297
data/Map035.json
Normal file
File diff suppressed because it is too large
Load diff
1717
data/Map036.json
Normal file
1717
data/Map036.json
Normal file
File diff suppressed because it is too large
Load diff
37040
data/Map037.json
Normal file
37040
data/Map037.json
Normal file
File diff suppressed because it is too large
Load diff
10076
data/Map038.json
Normal file
10076
data/Map038.json
Normal file
File diff suppressed because it is too large
Load diff
10354
data/Map039.json
Normal file
10354
data/Map039.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map040.json
Normal file
1363
data/Map040.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map041.json
Normal file
1297
data/Map041.json
Normal file
File diff suppressed because it is too large
Load diff
901
data/Map042.json
Normal file
901
data/Map042.json
Normal file
|
|
@ -0,0 +1,901 @@
|
|||
{
|
||||
"autoplayBgm": false,
|
||||
"autoplayBgs": false,
|
||||
"battleback1Name": "",
|
||||
"battleback2Name": "",
|
||||
"bgm": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"bgs": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"disableDashing": false,
|
||||
"displayName": "",
|
||||
"encounterList": [],
|
||||
"encounterStep": 30,
|
||||
"height": 12,
|
||||
"note": "<enemyMin:0>\n<enemyMax:1>",
|
||||
"parallaxLoopX": false,
|
||||
"parallaxLoopY": false,
|
||||
"parallaxName": "",
|
||||
"parallaxShow": true,
|
||||
"parallaxSx": 0,
|
||||
"parallaxSy": 0,
|
||||
"scrollType": 0,
|
||||
"specifyBattleback": false,
|
||||
"tilesetId": 4,
|
||||
"width": 12,
|
||||
"data": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5923,
|
||||
5921,
|
||||
5921,
|
||||
5921,
|
||||
5921,
|
||||
5925,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5923,
|
||||
5927,
|
||||
7962,
|
||||
7962,
|
||||
7962,
|
||||
7962,
|
||||
5929,
|
||||
5921,
|
||||
5925,
|
||||
0,
|
||||
0,
|
||||
5923,
|
||||
5927,
|
||||
7966,
|
||||
2859,
|
||||
2853,
|
||||
2946,
|
||||
2948,
|
||||
7963,
|
||||
7962,
|
||||
5920,
|
||||
0,
|
||||
0,
|
||||
5920,
|
||||
7966,
|
||||
2082,
|
||||
2084,
|
||||
2848,
|
||||
2952,
|
||||
2950,
|
||||
2850,
|
||||
2852,
|
||||
5920,
|
||||
0,
|
||||
0,
|
||||
5920,
|
||||
2858,
|
||||
2064,
|
||||
2072,
|
||||
2848,
|
||||
2091,
|
||||
2085,
|
||||
2832,
|
||||
2840,
|
||||
5920,
|
||||
0,
|
||||
0,
|
||||
5920,
|
||||
2848,
|
||||
2088,
|
||||
2086,
|
||||
2835,
|
||||
2861,
|
||||
2092,
|
||||
2832,
|
||||
2840,
|
||||
5920,
|
||||
0,
|
||||
0,
|
||||
5920,
|
||||
2857,
|
||||
2861,
|
||||
2958,
|
||||
2848,
|
||||
2094,
|
||||
2851,
|
||||
2845,
|
||||
2854,
|
||||
5920,
|
||||
0,
|
||||
0,
|
||||
5929,
|
||||
5921,
|
||||
5925,
|
||||
2859,
|
||||
2847,
|
||||
2849,
|
||||
2855,
|
||||
5923,
|
||||
5921,
|
||||
5927,
|
||||
0,
|
||||
0,
|
||||
7963,
|
||||
7962,
|
||||
5929,
|
||||
5921,
|
||||
5921,
|
||||
5921,
|
||||
5921,
|
||||
5927,
|
||||
7962,
|
||||
7966,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
7963,
|
||||
7962,
|
||||
7962,
|
||||
7962,
|
||||
7962,
|
||||
7966,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
32,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
33,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
32,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
32,
|
||||
0,
|
||||
0,
|
||||
33,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
36,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
32,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
4,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
1297
data/Map043.json
Normal file
1297
data/Map043.json
Normal file
File diff suppressed because it is too large
Load diff
1381
data/Map044.json
Normal file
1381
data/Map044.json
Normal file
File diff suppressed because it is too large
Load diff
25172
data/Map045.json
Normal file
25172
data/Map045.json
Normal file
File diff suppressed because it is too large
Load diff
16471
data/Map046.json
Normal file
16471
data/Map046.json
Normal file
File diff suppressed because it is too large
Load diff
16677
data/Map047.json
Normal file
16677
data/Map047.json
Normal file
File diff suppressed because it is too large
Load diff
15451
data/Map048.json
Normal file
15451
data/Map048.json
Normal file
File diff suppressed because it is too large
Load diff
1477
data/Map049.json
Normal file
1477
data/Map049.json
Normal file
File diff suppressed because it is too large
Load diff
4548
data/Map050.json
Normal file
4548
data/Map050.json
Normal file
File diff suppressed because it is too large
Load diff
5331
data/Map051.json
Normal file
5331
data/Map051.json
Normal file
File diff suppressed because it is too large
Load diff
5358
data/Map052.json
Normal file
5358
data/Map052.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map053.json
Normal file
1363
data/Map053.json
Normal file
File diff suppressed because it is too large
Load diff
24988
data/Map054.json
Normal file
24988
data/Map054.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map055.json
Normal file
1363
data/Map055.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map056.json
Normal file
1297
data/Map056.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map057.json
Normal file
1297
data/Map057.json
Normal file
File diff suppressed because it is too large
Load diff
1129
data/Map058.json
Normal file
1129
data/Map058.json
Normal file
File diff suppressed because it is too large
Load diff
6273
data/Map059.json
Normal file
6273
data/Map059.json
Normal file
File diff suppressed because it is too large
Load diff
6214
data/Map060.json
Normal file
6214
data/Map060.json
Normal file
File diff suppressed because it is too large
Load diff
8576
data/Map061.json
Normal file
8576
data/Map061.json
Normal file
File diff suppressed because it is too large
Load diff
5862
data/Map062.json
Normal file
5862
data/Map062.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map063.json
Normal file
1363
data/Map063.json
Normal file
File diff suppressed because it is too large
Load diff
5205
data/Map064.json
Normal file
5205
data/Map064.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map065.json
Normal file
1363
data/Map065.json
Normal file
File diff suppressed because it is too large
Load diff
5467
data/Map066.json
Normal file
5467
data/Map066.json
Normal file
File diff suppressed because it is too large
Load diff
6337
data/Map067.json
Normal file
6337
data/Map067.json
Normal file
File diff suppressed because it is too large
Load diff
26428
data/Map068.json
Normal file
26428
data/Map068.json
Normal file
File diff suppressed because it is too large
Load diff
24983
data/Map069.json
Normal file
24983
data/Map069.json
Normal file
File diff suppressed because it is too large
Load diff
10623
data/Map070.json
Normal file
10623
data/Map070.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map071.json
Normal file
1363
data/Map071.json
Normal file
File diff suppressed because it is too large
Load diff
25018
data/Map072.json
Normal file
25018
data/Map072.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map073.json
Normal file
1363
data/Map073.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map074.json
Normal file
1297
data/Map074.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map075.json
Normal file
1297
data/Map075.json
Normal file
File diff suppressed because it is too large
Load diff
25018
data/Map076.json
Normal file
25018
data/Map076.json
Normal file
File diff suppressed because it is too large
Load diff
25018
data/Map077.json
Normal file
25018
data/Map077.json
Normal file
File diff suppressed because it is too large
Load diff
24976
data/Map078.json
Normal file
24976
data/Map078.json
Normal file
File diff suppressed because it is too large
Load diff
24883
data/Map079.json
Normal file
24883
data/Map079.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map080.json
Normal file
1297
data/Map080.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map081.json
Normal file
1363
data/Map081.json
Normal file
File diff suppressed because it is too large
Load diff
25060
data/Map082.json
Normal file
25060
data/Map082.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map083.json
Normal file
1363
data/Map083.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map084.json
Normal file
1297
data/Map084.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map085.json
Normal file
1297
data/Map085.json
Normal file
File diff suppressed because it is too large
Load diff
1297
data/Map086.json
Normal file
1297
data/Map086.json
Normal file
File diff suppressed because it is too large
Load diff
24978
data/Map087.json
Normal file
24978
data/Map087.json
Normal file
File diff suppressed because it is too large
Load diff
24988
data/Map088.json
Normal file
24988
data/Map088.json
Normal file
File diff suppressed because it is too large
Load diff
24987
data/Map089.json
Normal file
24987
data/Map089.json
Normal file
File diff suppressed because it is too large
Load diff
24757
data/Map090.json
Normal file
24757
data/Map090.json
Normal file
File diff suppressed because it is too large
Load diff
1363
data/Map091.json
Normal file
1363
data/Map091.json
Normal file
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue