Initial Commit
This commit is contained in:
commit
6979a49914
422 changed files with 2269784 additions and 0 deletions
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!Data/*
|
||||
!*.rb
|
||||
!version.dll
|
||||
!.gitignore
|
||||
!patch.bat
|
||||
!README.md
|
||||
!ENCG/*
|
||||
|
||||
# Images
|
||||
!OP-text01.png
|
||||
!OP-text02.png
|
||||
!OP-text03.png
|
||||
!OP-text04.png
|
||||
!OP-text05.png
|
||||
!OP-text06.png
|
||||
!chapter_title_00.jpg
|
||||
!chapter_title_01.jpg
|
||||
!chapter_title_02.jpg
|
||||
!chapter_title_03.jpg
|
||||
!chapter_title_04.jpg
|
||||
!chapter_title_05.jpg
|
||||
!chapter_title_06a.jpg
|
||||
!chapter_title_06b.jpg
|
||||
!chapter_title_07.jpg
|
||||
!chapter_title_08.jpg
|
||||
!chapter_title_09a.jpg
|
||||
!chapter_title_09b.jpg
|
||||
!chapter_title_10.jpg
|
||||
!chapter_title_11.jpg
|
||||
!chapter_title_12.jpg
|
||||
!chapter_title_13.jpg
|
||||
!chapter_title_14.jpg
|
||||
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.
|
||||
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "loading",
|
||||
"main": "www/index.html",
|
||||
"js-flags": "--expose-gc",
|
||||
"window": {
|
||||
"title": "",
|
||||
"toolbar": false,
|
||||
"width": 816,
|
||||
"height": 624,
|
||||
"icon": "www/icon/icon.png"
|
||||
}
|
||||
}
|
||||
1
www/arisutera.json
Normal file
1
www/arisutera.json
Normal file
File diff suppressed because one or more lines are too long
49
www/data/Actors.json
Normal file
49
www/data/Actors.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"battlerName": "",
|
||||
"characterIndex": 2,
|
||||
"characterName": "makina2",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
1,
|
||||
1,
|
||||
3,
|
||||
250,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 50,
|
||||
"name": "エウリィ",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:menu>\n<SBI画像拡大率X:100>\n<SBI画像拡大率Y:100>\n<equipSlotEx:1 4 5 5 5> ",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "rei",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "レイ",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
}
|
||||
]
|
||||
173501
www/data/Animations.json
Normal file
173501
www/data/Animations.json
Normal file
File diff suppressed because it is too large
Load diff
8168
www/data/Armors.json
Normal file
8168
www/data/Armors.json
Normal file
File diff suppressed because it is too large
Load diff
885
www/data/Classes.json
Normal file
885
www/data/Classes.json
Normal file
|
|
@ -0,0 +1,885 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"expParams": [
|
||||
17,
|
||||
5,
|
||||
21,
|
||||
21
|
||||
],
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 0,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 2,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 41,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 41,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 6,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 52,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 52,
|
||||
"dataId": 3,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 52,
|
||||
"dataId": 5,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"learnings": [],
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
1,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
200
|
||||
],
|
||||
[
|
||||
0,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50,
|
||||
50
|
||||
],
|
||||
[
|
||||
1,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20
|
||||
],
|
||||
[
|
||||
1,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5
|
||||
],
|
||||
[
|
||||
1,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5,
|
||||
5
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
38,
|
||||
39,
|
||||
40,
|
||||
41,
|
||||
43,
|
||||
44,
|
||||
45,
|
||||
46,
|
||||
48,
|
||||
49,
|
||||
50,
|
||||
51,
|
||||
53,
|
||||
54,
|
||||
55,
|
||||
56,
|
||||
58,
|
||||
59,
|
||||
60,
|
||||
61,
|
||||
63,
|
||||
64,
|
||||
65,
|
||||
66,
|
||||
68,
|
||||
69,
|
||||
70,
|
||||
71,
|
||||
73,
|
||||
74,
|
||||
75,
|
||||
76,
|
||||
77,
|
||||
79,
|
||||
80,
|
||||
81,
|
||||
82,
|
||||
84,
|
||||
85,
|
||||
86,
|
||||
87,
|
||||
89,
|
||||
90,
|
||||
91,
|
||||
92,
|
||||
94,
|
||||
95,
|
||||
96,
|
||||
97,
|
||||
99,
|
||||
100,
|
||||
101,
|
||||
102,
|
||||
104,
|
||||
105,
|
||||
106,
|
||||
107,
|
||||
109,
|
||||
110,
|
||||
111,
|
||||
112,
|
||||
114,
|
||||
115,
|
||||
116,
|
||||
117,
|
||||
119,
|
||||
120,
|
||||
121,
|
||||
122,
|
||||
124,
|
||||
125,
|
||||
126,
|
||||
127,
|
||||
129,
|
||||
130,
|
||||
131,
|
||||
132,
|
||||
134,
|
||||
135,
|
||||
136,
|
||||
137,
|
||||
138
|
||||
],
|
||||
[
|
||||
1,
|
||||
32,
|
||||
35,
|
||||
37,
|
||||
40,
|
||||
42,
|
||||
45,
|
||||
47,
|
||||
50,
|
||||
52,
|
||||
55,
|
||||
57,
|
||||
60,
|
||||
62,
|
||||
65,
|
||||
67,
|
||||
70,
|
||||
72,
|
||||
75,
|
||||
77,
|
||||
80,
|
||||
82,
|
||||
85,
|
||||
87,
|
||||
90,
|
||||
92,
|
||||
95,
|
||||
97,
|
||||
100,
|
||||
102,
|
||||
105,
|
||||
107,
|
||||
110,
|
||||
112,
|
||||
115,
|
||||
117,
|
||||
120,
|
||||
122,
|
||||
125,
|
||||
127,
|
||||
130,
|
||||
132,
|
||||
135,
|
||||
137,
|
||||
140,
|
||||
142,
|
||||
145,
|
||||
147,
|
||||
150,
|
||||
152,
|
||||
155,
|
||||
157,
|
||||
160,
|
||||
162,
|
||||
165,
|
||||
167,
|
||||
170,
|
||||
172,
|
||||
175,
|
||||
177,
|
||||
180,
|
||||
182,
|
||||
185,
|
||||
187,
|
||||
190,
|
||||
192,
|
||||
195,
|
||||
197,
|
||||
200,
|
||||
202,
|
||||
205,
|
||||
207,
|
||||
210,
|
||||
212,
|
||||
215,
|
||||
217,
|
||||
220,
|
||||
222,
|
||||
225,
|
||||
227,
|
||||
230,
|
||||
232,
|
||||
235,
|
||||
237,
|
||||
240,
|
||||
242,
|
||||
245,
|
||||
247,
|
||||
250,
|
||||
252,
|
||||
255,
|
||||
257,
|
||||
260,
|
||||
262,
|
||||
265,
|
||||
267,
|
||||
270,
|
||||
272,
|
||||
275,
|
||||
277
|
||||
],
|
||||
[
|
||||
1,
|
||||
32,
|
||||
35,
|
||||
37,
|
||||
40,
|
||||
42,
|
||||
45,
|
||||
47,
|
||||
50,
|
||||
52,
|
||||
55,
|
||||
57,
|
||||
60,
|
||||
62,
|
||||
65,
|
||||
67,
|
||||
70,
|
||||
72,
|
||||
75,
|
||||
77,
|
||||
80,
|
||||
82,
|
||||
85,
|
||||
87,
|
||||
90,
|
||||
92,
|
||||
95,
|
||||
97,
|
||||
100,
|
||||
102,
|
||||
105,
|
||||
107,
|
||||
110,
|
||||
112,
|
||||
115,
|
||||
117,
|
||||
120,
|
||||
122,
|
||||
125,
|
||||
127,
|
||||
130,
|
||||
132,
|
||||
135,
|
||||
137,
|
||||
140,
|
||||
142,
|
||||
145,
|
||||
147,
|
||||
150,
|
||||
152,
|
||||
155,
|
||||
157,
|
||||
160,
|
||||
162,
|
||||
165,
|
||||
167,
|
||||
170,
|
||||
172,
|
||||
175,
|
||||
177,
|
||||
180,
|
||||
182,
|
||||
185,
|
||||
187,
|
||||
190,
|
||||
192,
|
||||
195,
|
||||
197,
|
||||
200,
|
||||
202,
|
||||
205,
|
||||
207,
|
||||
210,
|
||||
212,
|
||||
215,
|
||||
217,
|
||||
220,
|
||||
222,
|
||||
225,
|
||||
227,
|
||||
230,
|
||||
232,
|
||||
235,
|
||||
237,
|
||||
240,
|
||||
242,
|
||||
245,
|
||||
247,
|
||||
250,
|
||||
252,
|
||||
255,
|
||||
257,
|
||||
260,
|
||||
262,
|
||||
265,
|
||||
267,
|
||||
270,
|
||||
272,
|
||||
275,
|
||||
277
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
301213
www/data/CommonEvents.json
Normal file
301213
www/data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
7583
www/data/Enemies.json
Normal file
7583
www/data/Enemies.json
Normal file
File diff suppressed because it is too large
Load diff
6559
www/data/Items.json
Normal file
6559
www/data/Items.json
Normal file
File diff suppressed because it is too large
Load diff
8003
www/data/Map110.json
Normal file
8003
www/data/Map110.json
Normal file
File diff suppressed because it is too large
Load diff
22122
www/data/Map111.json
Normal file
22122
www/data/Map111.json
Normal file
File diff suppressed because it is too large
Load diff
20824
www/data/Map112.json
Normal file
20824
www/data/Map112.json
Normal file
File diff suppressed because it is too large
Load diff
1719
www/data/Map113.json
Normal file
1719
www/data/Map113.json
Normal file
File diff suppressed because it is too large
Load diff
1363
www/data/Map114.json
Normal file
1363
www/data/Map114.json
Normal file
File diff suppressed because it is too large
Load diff
1536
www/data/Map117.json
Normal file
1536
www/data/Map117.json
Normal file
File diff suppressed because it is too large
Load diff
2341
www/data/Map118.json
Normal file
2341
www/data/Map118.json
Normal file
File diff suppressed because it is too large
Load diff
17886
www/data/Map119.json
Normal file
17886
www/data/Map119.json
Normal file
File diff suppressed because it is too large
Load diff
7499
www/data/Map120.json
Normal file
7499
www/data/Map120.json
Normal file
File diff suppressed because it is too large
Load diff
12067
www/data/Map121.json
Normal file
12067
www/data/Map121.json
Normal file
File diff suppressed because it is too large
Load diff
11644
www/data/Map173.json
Normal file
11644
www/data/Map173.json
Normal file
File diff suppressed because it is too large
Load diff
4695
www/data/Map174.json
Normal file
4695
www/data/Map174.json
Normal file
File diff suppressed because it is too large
Load diff
4504
www/data/Map187.json
Normal file
4504
www/data/Map187.json
Normal file
File diff suppressed because it is too large
Load diff
30408
www/data/Map188.json
Normal file
30408
www/data/Map188.json
Normal file
File diff suppressed because it is too large
Load diff
6307
www/data/Map189.json
Normal file
6307
www/data/Map189.json
Normal file
File diff suppressed because it is too large
Load diff
5688
www/data/Map190.json
Normal file
5688
www/data/Map190.json
Normal file
File diff suppressed because it is too large
Load diff
18855
www/data/Map191.json
Normal file
18855
www/data/Map191.json
Normal file
File diff suppressed because it is too large
Load diff
9939
www/data/Map192.json
Normal file
9939
www/data/Map192.json
Normal file
File diff suppressed because it is too large
Load diff
5623
www/data/Map193.json
Normal file
5623
www/data/Map193.json
Normal file
File diff suppressed because it is too large
Load diff
9939
www/data/Map194.json
Normal file
9939
www/data/Map194.json
Normal file
File diff suppressed because it is too large
Load diff
6861
www/data/Map195.json
Normal file
6861
www/data/Map195.json
Normal file
File diff suppressed because it is too large
Load diff
8091
www/data/Map196.json
Normal file
8091
www/data/Map196.json
Normal file
File diff suppressed because it is too large
Load diff
21879
www/data/Map197.json
Normal file
21879
www/data/Map197.json
Normal file
File diff suppressed because it is too large
Load diff
1501
www/data/Map198.json
Normal file
1501
www/data/Map198.json
Normal file
File diff suppressed because it is too large
Load diff
3589
www/data/Map199.json
Normal file
3589
www/data/Map199.json
Normal file
File diff suppressed because it is too large
Load diff
2941
www/data/Map200.json
Normal file
2941
www/data/Map200.json
Normal file
File diff suppressed because it is too large
Load diff
1363
www/data/Map201.json
Normal file
1363
www/data/Map201.json
Normal file
File diff suppressed because it is too large
Load diff
6631
www/data/Map202.json
Normal file
6631
www/data/Map202.json
Normal file
File diff suppressed because it is too large
Load diff
2161
www/data/Map203.json
Normal file
2161
www/data/Map203.json
Normal file
File diff suppressed because it is too large
Load diff
10197
www/data/Map204.json
Normal file
10197
www/data/Map204.json
Normal file
File diff suppressed because it is too large
Load diff
5685
www/data/Map205.json
Normal file
5685
www/data/Map205.json
Normal file
File diff suppressed because it is too large
Load diff
5554
www/data/Map206.json
Normal file
5554
www/data/Map206.json
Normal file
File diff suppressed because it is too large
Load diff
17911
www/data/Map207.json
Normal file
17911
www/data/Map207.json
Normal file
File diff suppressed because it is too large
Load diff
5809
www/data/Map208.json
Normal file
5809
www/data/Map208.json
Normal file
File diff suppressed because it is too large
Load diff
8384
www/data/Map209.json
Normal file
8384
www/data/Map209.json
Normal file
File diff suppressed because it is too large
Load diff
6747
www/data/Map210.json
Normal file
6747
www/data/Map210.json
Normal file
File diff suppressed because it is too large
Load diff
5875
www/data/Map211.json
Normal file
5875
www/data/Map211.json
Normal file
File diff suppressed because it is too large
Load diff
5275
www/data/Map212.json
Normal file
5275
www/data/Map212.json
Normal file
File diff suppressed because it is too large
Load diff
5263
www/data/Map213.json
Normal file
5263
www/data/Map213.json
Normal file
File diff suppressed because it is too large
Load diff
6287
www/data/Map214.json
Normal file
6287
www/data/Map214.json
Normal file
File diff suppressed because it is too large
Load diff
12764
www/data/Map215.json
Normal file
12764
www/data/Map215.json
Normal file
File diff suppressed because it is too large
Load diff
14450
www/data/Map216.json
Normal file
14450
www/data/Map216.json
Normal file
File diff suppressed because it is too large
Load diff
4963
www/data/Map217.json
Normal file
4963
www/data/Map217.json
Normal file
File diff suppressed because it is too large
Load diff
7023
www/data/Map218.json
Normal file
7023
www/data/Map218.json
Normal file
File diff suppressed because it is too large
Load diff
3343
www/data/Map219.json
Normal file
3343
www/data/Map219.json
Normal file
File diff suppressed because it is too large
Load diff
5253
www/data/Map220.json
Normal file
5253
www/data/Map220.json
Normal file
File diff suppressed because it is too large
Load diff
13339
www/data/Map221.json
Normal file
13339
www/data/Map221.json
Normal file
File diff suppressed because it is too large
Load diff
6060
www/data/Map222.json
Normal file
6060
www/data/Map222.json
Normal file
File diff suppressed because it is too large
Load diff
12011
www/data/Map223.json
Normal file
12011
www/data/Map223.json
Normal file
File diff suppressed because it is too large
Load diff
6821
www/data/Map224.json
Normal file
6821
www/data/Map224.json
Normal file
File diff suppressed because it is too large
Load diff
5900
www/data/Map225.json
Normal file
5900
www/data/Map225.json
Normal file
File diff suppressed because it is too large
Load diff
5437
www/data/Map226.json
Normal file
5437
www/data/Map226.json
Normal file
File diff suppressed because it is too large
Load diff
2682
www/data/Map227.json
Normal file
2682
www/data/Map227.json
Normal file
File diff suppressed because it is too large
Load diff
3620
www/data/Map228.json
Normal file
3620
www/data/Map228.json
Normal file
File diff suppressed because it is too large
Load diff
4076
www/data/Map229.json
Normal file
4076
www/data/Map229.json
Normal file
File diff suppressed because it is too large
Load diff
3453
www/data/Map230.json
Normal file
3453
www/data/Map230.json
Normal file
File diff suppressed because it is too large
Load diff
5216
www/data/Map231.json
Normal file
5216
www/data/Map231.json
Normal file
File diff suppressed because it is too large
Load diff
6922
www/data/Map232.json
Normal file
6922
www/data/Map232.json
Normal file
File diff suppressed because it is too large
Load diff
2940
www/data/Map233.json
Normal file
2940
www/data/Map233.json
Normal file
File diff suppressed because it is too large
Load diff
2922
www/data/Map234.json
Normal file
2922
www/data/Map234.json
Normal file
File diff suppressed because it is too large
Load diff
20664
www/data/Map235.json
Normal file
20664
www/data/Map235.json
Normal file
File diff suppressed because it is too large
Load diff
20416
www/data/Map236.json
Normal file
20416
www/data/Map236.json
Normal file
File diff suppressed because it is too large
Load diff
15924
www/data/Map237.json
Normal file
15924
www/data/Map237.json
Normal file
File diff suppressed because it is too large
Load diff
16200
www/data/Map238.json
Normal file
16200
www/data/Map238.json
Normal file
File diff suppressed because it is too large
Load diff
11858
www/data/Map239.json
Normal file
11858
www/data/Map239.json
Normal file
File diff suppressed because it is too large
Load diff
10874
www/data/Map240.json
Normal file
10874
www/data/Map240.json
Normal file
File diff suppressed because it is too large
Load diff
5219
www/data/Map241.json
Normal file
5219
www/data/Map241.json
Normal file
File diff suppressed because it is too large
Load diff
2191
www/data/Map242.json
Normal file
2191
www/data/Map242.json
Normal file
File diff suppressed because it is too large
Load diff
5270
www/data/Map243.json
Normal file
5270
www/data/Map243.json
Normal file
File diff suppressed because it is too large
Load diff
6551
www/data/Map244.json
Normal file
6551
www/data/Map244.json
Normal file
File diff suppressed because it is too large
Load diff
2802
www/data/Map245.json
Normal file
2802
www/data/Map245.json
Normal file
File diff suppressed because it is too large
Load diff
15037
www/data/Map246.json
Normal file
15037
www/data/Map246.json
Normal file
File diff suppressed because it is too large
Load diff
4387
www/data/Map247.json
Normal file
4387
www/data/Map247.json
Normal file
File diff suppressed because it is too large
Load diff
3310
www/data/Map248.json
Normal file
3310
www/data/Map248.json
Normal file
File diff suppressed because it is too large
Load diff
7300
www/data/Map249.json
Normal file
7300
www/data/Map249.json
Normal file
File diff suppressed because it is too large
Load diff
5333
www/data/Map250.json
Normal file
5333
www/data/Map250.json
Normal file
File diff suppressed because it is too large
Load diff
5650
www/data/Map251.json
Normal file
5650
www/data/Map251.json
Normal file
File diff suppressed because it is too large
Load diff
6563
www/data/Map252.json
Normal file
6563
www/data/Map252.json
Normal file
File diff suppressed because it is too large
Load diff
8781
www/data/Map253.json
Normal file
8781
www/data/Map253.json
Normal file
File diff suppressed because it is too large
Load diff
8228
www/data/Map254.json
Normal file
8228
www/data/Map254.json
Normal file
File diff suppressed because it is too large
Load diff
7860
www/data/Map255.json
Normal file
7860
www/data/Map255.json
Normal file
File diff suppressed because it is too large
Load diff
5847
www/data/Map256.json
Normal file
5847
www/data/Map256.json
Normal file
File diff suppressed because it is too large
Load diff
6637
www/data/Map257.json
Normal file
6637
www/data/Map257.json
Normal file
File diff suppressed because it is too large
Load diff
5523
www/data/Map258.json
Normal file
5523
www/data/Map258.json
Normal file
File diff suppressed because it is too large
Load diff
6998
www/data/Map259.json
Normal file
6998
www/data/Map259.json
Normal file
File diff suppressed because it is too large
Load diff
5628
www/data/Map260.json
Normal file
5628
www/data/Map260.json
Normal file
File diff suppressed because it is too large
Load diff
5604
www/data/Map261.json
Normal file
5604
www/data/Map261.json
Normal file
File diff suppressed because it is too large
Load diff
4755
www/data/Map262.json
Normal file
4755
www/data/Map262.json
Normal file
File diff suppressed because it is too large
Load diff
7296
www/data/Map263.json
Normal file
7296
www/data/Map263.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