Initial Commit
This commit is contained in:
commit
aa2cd3446e
272 changed files with 2740856 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!Data/*
|
||||
!*.rb
|
||||
!.gitignore
|
||||
!README.md
|
||||
!game.ini
|
||||
|
||||
# Images
|
||||
!maptitle_chapter01.rpgmvp
|
||||
!maptitle_chapter02.rpgmvp
|
||||
!maptitle_chapter03.rpgmvp
|
||||
!maptitle_chapter04.rpgmvp
|
||||
!title02.rpgmvp
|
||||
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": "",
|
||||
"main": "www/index.html",
|
||||
"js-flags": "--expose-gc",
|
||||
"window": {
|
||||
"title": "",
|
||||
"toolbar": false,
|
||||
"width": 816,
|
||||
"height": 624,
|
||||
"icon": "www/icon/icon.png"
|
||||
}
|
||||
}
|
||||
1
vk_swiftshader_icd.json
Normal file
1
vk_swiftshader_icd.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"file_format_version": "1.0.0", "ICD": {"library_path": ".\\vk_swiftshader.dll", "api_version": "1.0.5"}}
|
||||
952
www/data/Actors.json
Normal file
952
www/data/Actors.json
Normal file
|
|
@ -0,0 +1,952 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ワンズワース",
|
||||
"classId": 2,
|
||||
"equips": [
|
||||
20,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 5,
|
||||
"value": 0.5
|
||||
}
|
||||
],
|
||||
"initialLevel": 5,
|
||||
"maxLevel": 99,
|
||||
"name": "ルイ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 2 4 5 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ユイネ",
|
||||
"classId": 3,
|
||||
"equips": [
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"faceIndex": 7,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "二人目",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"battlerName": "Actor3_8",
|
||||
"characterIndex": 7,
|
||||
"characterName": "Actor3",
|
||||
"classId": 3,
|
||||
"equips": [
|
||||
3,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 7,
|
||||
"faceName": "Actor3",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "敵の名前",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"battlerName": "Actor2_7",
|
||||
"characterIndex": 6,
|
||||
"characterName": "Actor2",
|
||||
"classId": 4,
|
||||
"equips": [
|
||||
4,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 6,
|
||||
"faceName": "Actor2",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "4攻撃部位(手、胸)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "フリオ",
|
||||
"classId": 3,
|
||||
"equips": [
|
||||
5,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [
|
||||
{
|
||||
"code": 53,
|
||||
"dataId": 1,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 10,
|
||||
"maxLevel": 99,
|
||||
"name": "フリオ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ユイネ",
|
||||
"classId": 2,
|
||||
"equips": [
|
||||
4,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 7,
|
||||
"faceName": "",
|
||||
"traits": [
|
||||
{
|
||||
"code": 53,
|
||||
"dataId": 1,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "ユイネ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "アイリン",
|
||||
"classId": 4,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "アイリン",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"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": 9,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "エイミー",
|
||||
"classId": 6,
|
||||
"equips": [
|
||||
34,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "エイミー",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"battlerName": "Actor2_7",
|
||||
"characterIndex": 6,
|
||||
"characterName": "Actor2",
|
||||
"classId": 4,
|
||||
"equips": [
|
||||
4,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 6,
|
||||
"faceName": "Actor2",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "10行動名(パイズリなど)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"battlerName": "Actor2_7",
|
||||
"characterIndex": 6,
|
||||
"characterName": "Actor2",
|
||||
"classId": 4,
|
||||
"equips": [
|
||||
4,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 6,
|
||||
"faceName": "Actor2",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "11特殊ワード(乳肉)",
|
||||
"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": 0,
|
||||
"characterName": "",
|
||||
"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": "行動パターン1",
|
||||
"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": "行動パターン2",
|
||||
"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": 2,
|
||||
"characterName": "ワンズワース",
|
||||
"classId": 3,
|
||||
"equips": [
|
||||
34,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 5,
|
||||
"maxLevel": 99,
|
||||
"name": "右手",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"battlerName": "",
|
||||
"characterIndex": 6,
|
||||
"characterName": "ワンズワース",
|
||||
"classId": 3,
|
||||
"equips": [
|
||||
27,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 5,
|
||||
"maxLevel": 99,
|
||||
"name": "左手",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ムー",
|
||||
"classId": 14,
|
||||
"equips": [
|
||||
101,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 20,
|
||||
"maxLevel": 99,
|
||||
"name": "ムー",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ルナ",
|
||||
"classId": 13,
|
||||
"equips": [
|
||||
102,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 10,
|
||||
"maxLevel": 99,
|
||||
"name": "ルナ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "アイリン",
|
||||
"classId": 12,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "あ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "アリス",
|
||||
"classId": 6,
|
||||
"equips": [
|
||||
46,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "アリス",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"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": 26,
|
||||
"battlerName": "",
|
||||
"characterIndex": 6,
|
||||
"characterName": "キトゥンキャラ",
|
||||
"classId": 20,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "メグナ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"battlerName": "",
|
||||
"characterIndex": 2,
|
||||
"characterName": "キトゥンキャラ",
|
||||
"classId": 20,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "ラティエ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"battlerName": "",
|
||||
"characterIndex": 4,
|
||||
"characterName": "キトゥンキャラ",
|
||||
"classId": 20,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "シェイカ&バーリィ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"battlerName": "",
|
||||
"characterIndex": 5,
|
||||
"characterName": "キトゥンキャラ",
|
||||
"classId": 20,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "バーリィ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"battlerName": "",
|
||||
"characterIndex": 6,
|
||||
"characterName": "キトゥンキャラ2",
|
||||
"classId": 20,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "アルノ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"battlerName": "",
|
||||
"characterIndex": 7,
|
||||
"characterName": "キトゥンキャラ2",
|
||||
"classId": 20,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "インプ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "キトゥンキャラ2",
|
||||
"classId": 20,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "メーレ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "黄髪サキュバス",
|
||||
"classId": 6,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "サキュバス",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "黄髪サキュバス",
|
||||
"classId": 6,
|
||||
"equips": [
|
||||
21,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
411
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "エルフ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "マキサ",
|
||||
"classId": 14,
|
||||
"equips": [
|
||||
25,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "マキサ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ウォルフ",
|
||||
"classId": 14,
|
||||
"equips": [
|
||||
14,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "ウォルフ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "キャンティ",
|
||||
"classId": 15,
|
||||
"equips": [
|
||||
105,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "キャンティ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"battlerName": "",
|
||||
"characterIndex": 7,
|
||||
"characterName": "エクスピラ",
|
||||
"classId": 16,
|
||||
"equips": [
|
||||
105,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "エクスピラ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "クリルク",
|
||||
"classId": 17,
|
||||
"equips": [
|
||||
49,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
407
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "クリルク",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "クリルク",
|
||||
"classId": 18,
|
||||
"equips": [
|
||||
49,
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
406
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "チトリ",
|
||||
"nickname": "",
|
||||
"note": "<equipSlotEx:1 6>\n",
|
||||
"profile": ""
|
||||
}
|
||||
]
|
||||
227178
www/data/Animations.json
Normal file
227178
www/data/Animations.json
Normal file
File diff suppressed because it is too large
Load diff
30775
www/data/Armors.json
Normal file
30775
www/data/Armors.json
Normal file
File diff suppressed because it is too large
Load diff
27250
www/data/Classes.json
Normal file
27250
www/data/Classes.json
Normal file
File diff suppressed because it is too large
Load diff
480380
www/data/CommonEvents.json
Normal file
480380
www/data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
298
www/data/ContainerProperties.json
Normal file
298
www/data/ContainerProperties.json
Normal file
|
|
@ -0,0 +1,298 @@
|
|||
{
|
||||
"Scene_Title": {
|
||||
"WindowLayer": {
|
||||
"0,Window_TitleCommand": {
|
||||
"x": 528,
|
||||
"y": 432,
|
||||
"width": 240,
|
||||
"height": 144,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Battle": {
|
||||
"WindowLayer": {
|
||||
"1,Window_BattleStatus": {
|
||||
"x": 36,
|
||||
"y": 564,
|
||||
"width": 780,
|
||||
"height": 60,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": "12",
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"3,Window_ActorCommand": {
|
||||
"x": 0,
|
||||
"y": 444,
|
||||
"width": 180,
|
||||
"height": 180,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"8,Window_BattleEnemy": {
|
||||
"x": 216,
|
||||
"y": 0,
|
||||
"width": 600,
|
||||
"height": 60,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": "10",
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"4,Window_Help": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 816,
|
||||
"height": 108,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"5,Window_BattleSkill": {
|
||||
"x": 0,
|
||||
"y": 108,
|
||||
"width": 816,
|
||||
"height": 336,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"6,Window_BattleItem": {
|
||||
"x": 0,
|
||||
"y": 108,
|
||||
"width": 816,
|
||||
"height": 336,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"2,Window_PartyCommand": {
|
||||
"x": 0,
|
||||
"y": 516,
|
||||
"width": 140,
|
||||
"height": 108,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"7,Window_BattleActor": {
|
||||
"x": 0,
|
||||
"y": 552,
|
||||
"width": 816,
|
||||
"height": 72,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"9,Window_Message": {
|
||||
"x": 0,
|
||||
"y": 493,
|
||||
"width": 816,
|
||||
"height": 131,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": "26",
|
||||
"_customPadding": "16",
|
||||
"_customLineHeight": "33",
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_ItemSlot": {
|
||||
"WindowLayer": {
|
||||
"0,Window_ItemSlotHelp": {
|
||||
"x": 0,
|
||||
"y": 163,
|
||||
"width": 816,
|
||||
"height": 130,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 14,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"1,Window_SlotCommand": {
|
||||
"x": 0,
|
||||
"y": 67,
|
||||
"width": 200,
|
||||
"height": 96,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 14,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"2,Window_ItemSlot": {
|
||||
"x": 200,
|
||||
"y": 67,
|
||||
"width": 280,
|
||||
"height": 96,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 12,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"3,Window_ItemSlotCategory": {
|
||||
"x": 0,
|
||||
"y": 226,
|
||||
"width": 300,
|
||||
"height": 62,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 14,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"4,Window_ItemSlotList": {
|
||||
"x": 0,
|
||||
"y": 293,
|
||||
"width": 816,
|
||||
"height": 300,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 14,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Map": {
|
||||
"Scene_Map": {
|
||||
"5,Window_MapItemSlot": {
|
||||
"x": 0,
|
||||
"y": 100,
|
||||
"width": 218,
|
||||
"height": 58,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 12,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Equip": {
|
||||
"WindowLayer": {
|
||||
"3,Window_EquipSlot": {
|
||||
"x": 312,
|
||||
"y": 158,
|
||||
"width": 504,
|
||||
"height": 204,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 14,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"4,Window_EquipItem": {
|
||||
"x": 0,
|
||||
"y": 362,
|
||||
"width": 816,
|
||||
"height": 262,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 14,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
},
|
||||
"Scene_Equip": {
|
||||
"3,Sprite_EquipDummy": {
|
||||
"x": 767,
|
||||
"y": 423
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Shop": {
|
||||
"WindowLayer": {
|
||||
"9,Window_Material": {
|
||||
"x": 456,
|
||||
"y": 332,
|
||||
"width": 360,
|
||||
"height": 131,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 14,
|
||||
"_customLineHeight": 34,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
13913
www/data/Enemies.json
Normal file
13913
www/data/Enemies.json
Normal file
File diff suppressed because it is too large
Load diff
26798
www/data/Items.json
Normal file
26798
www/data/Items.json
Normal file
File diff suppressed because it is too large
Load diff
34675
www/data/Map001.json
Normal file
34675
www/data/Map001.json
Normal file
File diff suppressed because it is too large
Load diff
17297
www/data/Map002.json
Normal file
17297
www/data/Map002.json
Normal file
File diff suppressed because it is too large
Load diff
10139
www/data/Map003.json
Normal file
10139
www/data/Map003.json
Normal file
File diff suppressed because it is too large
Load diff
5395
www/data/Map004.json
Normal file
5395
www/data/Map004.json
Normal file
File diff suppressed because it is too large
Load diff
4977
www/data/Map005.json
Normal file
4977
www/data/Map005.json
Normal file
File diff suppressed because it is too large
Load diff
6118
www/data/Map006.json
Normal file
6118
www/data/Map006.json
Normal file
File diff suppressed because it is too large
Load diff
6168
www/data/Map007.json
Normal file
6168
www/data/Map007.json
Normal file
File diff suppressed because it is too large
Load diff
12340
www/data/Map008.json
Normal file
12340
www/data/Map008.json
Normal file
File diff suppressed because it is too large
Load diff
9395
www/data/Map009.json
Normal file
9395
www/data/Map009.json
Normal file
File diff suppressed because it is too large
Load diff
8862
www/data/Map010.json
Normal file
8862
www/data/Map010.json
Normal file
File diff suppressed because it is too large
Load diff
12139
www/data/Map011.json
Normal file
12139
www/data/Map011.json
Normal file
File diff suppressed because it is too large
Load diff
5658
www/data/Map012.json
Normal file
5658
www/data/Map012.json
Normal file
File diff suppressed because it is too large
Load diff
12623
www/data/Map013.json
Normal file
12623
www/data/Map013.json
Normal file
File diff suppressed because it is too large
Load diff
5911
www/data/Map014.json
Normal file
5911
www/data/Map014.json
Normal file
File diff suppressed because it is too large
Load diff
14167
www/data/Map015.json
Normal file
14167
www/data/Map015.json
Normal file
File diff suppressed because it is too large
Load diff
6862
www/data/Map016.json
Normal file
6862
www/data/Map016.json
Normal file
File diff suppressed because it is too large
Load diff
11667
www/data/Map017.json
Normal file
11667
www/data/Map017.json
Normal file
File diff suppressed because it is too large
Load diff
6357
www/data/Map018.json
Normal file
6357
www/data/Map018.json
Normal file
File diff suppressed because it is too large
Load diff
12456
www/data/Map019.json
Normal file
12456
www/data/Map019.json
Normal file
File diff suppressed because it is too large
Load diff
6520
www/data/Map020.json
Normal file
6520
www/data/Map020.json
Normal file
File diff suppressed because it is too large
Load diff
21032
www/data/Map021.json
Normal file
21032
www/data/Map021.json
Normal file
File diff suppressed because it is too large
Load diff
13827
www/data/Map022.json
Normal file
13827
www/data/Map022.json
Normal file
File diff suppressed because it is too large
Load diff
15245
www/data/Map023.json
Normal file
15245
www/data/Map023.json
Normal file
File diff suppressed because it is too large
Load diff
4731
www/data/Map024.json
Normal file
4731
www/data/Map024.json
Normal file
File diff suppressed because it is too large
Load diff
4731
www/data/Map025.json
Normal file
4731
www/data/Map025.json
Normal file
File diff suppressed because it is too large
Load diff
4731
www/data/Map026.json
Normal file
4731
www/data/Map026.json
Normal file
File diff suppressed because it is too large
Load diff
4264
www/data/Map027.json
Normal file
4264
www/data/Map027.json
Normal file
File diff suppressed because it is too large
Load diff
10397
www/data/Map028.json
Normal file
10397
www/data/Map028.json
Normal file
File diff suppressed because it is too large
Load diff
5237
www/data/Map029.json
Normal file
5237
www/data/Map029.json
Normal file
File diff suppressed because it is too large
Load diff
12514
www/data/Map030.json
Normal file
12514
www/data/Map030.json
Normal file
File diff suppressed because it is too large
Load diff
7658
www/data/Map031.json
Normal file
7658
www/data/Map031.json
Normal file
File diff suppressed because it is too large
Load diff
2876
www/data/Map032.json
Normal file
2876
www/data/Map032.json
Normal file
File diff suppressed because it is too large
Load diff
12418
www/data/Map033.json
Normal file
12418
www/data/Map033.json
Normal file
File diff suppressed because it is too large
Load diff
16062
www/data/Map034.json
Normal file
16062
www/data/Map034.json
Normal file
File diff suppressed because it is too large
Load diff
15861
www/data/Map035.json
Normal file
15861
www/data/Map035.json
Normal file
File diff suppressed because it is too large
Load diff
14222
www/data/Map036.json
Normal file
14222
www/data/Map036.json
Normal file
File diff suppressed because it is too large
Load diff
16185
www/data/Map037.json
Normal file
16185
www/data/Map037.json
Normal file
File diff suppressed because it is too large
Load diff
5941
www/data/Map038.json
Normal file
5941
www/data/Map038.json
Normal file
File diff suppressed because it is too large
Load diff
39012
www/data/Map039.json
Normal file
39012
www/data/Map039.json
Normal file
File diff suppressed because it is too large
Load diff
3956
www/data/Map040.json
Normal file
3956
www/data/Map040.json
Normal file
File diff suppressed because it is too large
Load diff
15095
www/data/Map041.json
Normal file
15095
www/data/Map041.json
Normal file
File diff suppressed because it is too large
Load diff
1774
www/data/Map042.json
Normal file
1774
www/data/Map042.json
Normal file
File diff suppressed because it is too large
Load diff
14429
www/data/Map043.json
Normal file
14429
www/data/Map043.json
Normal file
File diff suppressed because it is too large
Load diff
17222
www/data/Map044.json
Normal file
17222
www/data/Map044.json
Normal file
File diff suppressed because it is too large
Load diff
8395
www/data/Map045.json
Normal file
8395
www/data/Map045.json
Normal file
File diff suppressed because it is too large
Load diff
16572
www/data/Map046.json
Normal file
16572
www/data/Map046.json
Normal file
File diff suppressed because it is too large
Load diff
15691
www/data/Map047.json
Normal file
15691
www/data/Map047.json
Normal file
File diff suppressed because it is too large
Load diff
6812
www/data/Map048.json
Normal file
6812
www/data/Map048.json
Normal file
File diff suppressed because it is too large
Load diff
7998
www/data/Map049.json
Normal file
7998
www/data/Map049.json
Normal file
File diff suppressed because it is too large
Load diff
14284
www/data/Map050.json
Normal file
14284
www/data/Map050.json
Normal file
File diff suppressed because it is too large
Load diff
9826
www/data/Map051.json
Normal file
9826
www/data/Map051.json
Normal file
File diff suppressed because it is too large
Load diff
16520
www/data/Map052.json
Normal file
16520
www/data/Map052.json
Normal file
File diff suppressed because it is too large
Load diff
10729
www/data/Map053.json
Normal file
10729
www/data/Map053.json
Normal file
File diff suppressed because it is too large
Load diff
21489
www/data/Map054.json
Normal file
21489
www/data/Map054.json
Normal file
File diff suppressed because it is too large
Load diff
5443
www/data/Map055.json
Normal file
5443
www/data/Map055.json
Normal file
File diff suppressed because it is too large
Load diff
6044
www/data/Map056.json
Normal file
6044
www/data/Map056.json
Normal file
File diff suppressed because it is too large
Load diff
5473
www/data/Map057.json
Normal file
5473
www/data/Map057.json
Normal file
File diff suppressed because it is too large
Load diff
15606
www/data/Map058.json
Normal file
15606
www/data/Map058.json
Normal file
File diff suppressed because it is too large
Load diff
6787
www/data/Map059.json
Normal file
6787
www/data/Map059.json
Normal file
File diff suppressed because it is too large
Load diff
21566
www/data/Map060.json
Normal file
21566
www/data/Map060.json
Normal file
File diff suppressed because it is too large
Load diff
18988
www/data/Map061.json
Normal file
18988
www/data/Map061.json
Normal file
File diff suppressed because it is too large
Load diff
6436
www/data/Map062.json
Normal file
6436
www/data/Map062.json
Normal file
File diff suppressed because it is too large
Load diff
2149
www/data/Map063.json
Normal file
2149
www/data/Map063.json
Normal file
File diff suppressed because it is too large
Load diff
6851
www/data/Map064.json
Normal file
6851
www/data/Map064.json
Normal file
File diff suppressed because it is too large
Load diff
12493
www/data/Map065.json
Normal file
12493
www/data/Map065.json
Normal file
File diff suppressed because it is too large
Load diff
30786
www/data/Map066.json
Normal file
30786
www/data/Map066.json
Normal file
File diff suppressed because it is too large
Load diff
14593
www/data/Map067.json
Normal file
14593
www/data/Map067.json
Normal file
File diff suppressed because it is too large
Load diff
18948
www/data/Map068.json
Normal file
18948
www/data/Map068.json
Normal file
File diff suppressed because it is too large
Load diff
26302
www/data/Map069.json
Normal file
26302
www/data/Map069.json
Normal file
File diff suppressed because it is too large
Load diff
20372
www/data/Map070.json
Normal file
20372
www/data/Map070.json
Normal file
File diff suppressed because it is too large
Load diff
15960
www/data/Map071.json
Normal file
15960
www/data/Map071.json
Normal file
File diff suppressed because it is too large
Load diff
20766
www/data/Map072.json
Normal file
20766
www/data/Map072.json
Normal file
File diff suppressed because it is too large
Load diff
1776
www/data/Map073.json
Normal file
1776
www/data/Map073.json
Normal file
File diff suppressed because it is too large
Load diff
19810
www/data/Map074.json
Normal file
19810
www/data/Map074.json
Normal file
File diff suppressed because it is too large
Load diff
17022
www/data/Map075.json
Normal file
17022
www/data/Map075.json
Normal file
File diff suppressed because it is too large
Load diff
13828
www/data/Map076.json
Normal file
13828
www/data/Map076.json
Normal file
File diff suppressed because it is too large
Load diff
5881
www/data/Map077.json
Normal file
5881
www/data/Map077.json
Normal file
File diff suppressed because it is too large
Load diff
5705
www/data/Map078.json
Normal file
5705
www/data/Map078.json
Normal file
File diff suppressed because it is too large
Load diff
7047
www/data/Map079.json
Normal file
7047
www/data/Map079.json
Normal file
File diff suppressed because it is too large
Load diff
14332
www/data/Map080.json
Normal file
14332
www/data/Map080.json
Normal file
File diff suppressed because it is too large
Load diff
43312
www/data/Map081.json
Normal file
43312
www/data/Map081.json
Normal file
File diff suppressed because it is too large
Load diff
4631
www/data/Map082.json
Normal file
4631
www/data/Map082.json
Normal file
File diff suppressed because it is too large
Load diff
5259
www/data/Map083.json
Normal file
5259
www/data/Map083.json
Normal file
File diff suppressed because it is too large
Load diff
8534
www/data/Map084.json
Normal file
8534
www/data/Map084.json
Normal file
File diff suppressed because it is too large
Load diff
10429
www/data/Map085.json
Normal file
10429
www/data/Map085.json
Normal file
File diff suppressed because it is too large
Load diff
4851
www/data/Map086.json
Normal file
4851
www/data/Map086.json
Normal file
File diff suppressed because it is too large
Load diff
5344
www/data/Map087.json
Normal file
5344
www/data/Map087.json
Normal file
File diff suppressed because it is too large
Load diff
3941
www/data/Map088.json
Normal file
3941
www/data/Map088.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