Initial Commit
This commit is contained in:
commit
f157459f83
722 changed files with 5523080 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!.gitignore
|
||||
!README.md
|
||||
!bokukae_sce.dat
|
||||
!bokukae_sce.dat.bak
|
||||
!bokukae_define.dat
|
||||
|
||||
# Images
|
||||
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": "KADOKAWA/RPGMV",
|
||||
"main": "www/index.html",
|
||||
"js-flags": "--expose-gc",
|
||||
"window": {
|
||||
"title": "",
|
||||
"toolbar": false,
|
||||
"width": 1280,
|
||||
"height": 740,
|
||||
"icon": "www/icon/icon.png"
|
||||
}
|
||||
}
|
||||
547
www/data/Actors.json
Normal file
547
www/data/Actors.json
Normal file
|
|
@ -0,0 +1,547 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"battlerName": "Actor_Zerachiel",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Zerachiel+Effie",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 8,
|
||||
"faceName": "Actor2",
|
||||
"traits": [
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 12,
|
||||
"maxLevel": 99,
|
||||
"name": "ザラキエル",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:Actor_Zarakielu2>\n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\nMax Sp: 3000\n</Set Sts Data>\n\n//CTB、アイコン\n<CTB Icon: 928>\n<icon: 928> \n\n//\n\n通常攻撃\nHP回復魔法使用時\n<recoverVoice:FCS2_011_Tool use1>\n\nHP回復以外の味方向け魔法使用時\n<friendMagicVoice:FCS2_050_Recover3>\n\n味方向け以外の魔法を使用した時\n<magicVoice:FCS2_038_Medium attack1,FCS2_039_Medium attack2,FCS2_040_Medium attack3,FCS2_041_Medium attack4,FCS2_042_Medium attack5>\n\n必殺技を使用した時\n<skillVoice:FCS2_043_Strong attack1,FCS2_044_Strong attack2,FCS2_045_Strong attack3,FCS2_046_Strong attack4,FCS2_047_Strong attack5>\n\nダメージを受けた時\n<damageVoice:FCS2_021_Damage1,FCS2_026_Large damage1,FCS2_023_Damage3,FCS2_024_Damage4,FCS2_025_Damage5>\n\n攻撃を回避した時\n<evadeVoice:FCS2_031_No damage1>\n\n味方からHP回復魔法を受けた時\n<fromAllyVoice:FCS2_095_Thank you1,FCS2_096_Thank you2>\n\n戦闘不能時\n<defeatedVoice:FCS2_019_Unable to fight1,FCS2_020_Unable to fight2>\n\n戦闘開始時\n<firstVoice:FCS2_001_Start1,FCS2_002_Start2>\n\n戦闘勝利時\n<victoryVoice:FCS2_003_Victory1,FCS2_004_Victory2>\n",
|
||||
"profile": "無邪気な性格の少女。\n主神の命令で連れ去らわれた仲間を助けにきた。"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"battlerName": "Actor_Zerachiel",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Zerachiel+Effie",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
7,
|
||||
0
|
||||
],
|
||||
"faceIndex": 2,
|
||||
"faceName": "Actor1",
|
||||
"traits": [],
|
||||
"initialLevel": 15,
|
||||
"maxLevel": 50,
|
||||
"name": "喜",
|
||||
"nickname": "",
|
||||
"note": "\n",
|
||||
"profile": "可憐で無邪気な天使の少女。\n元々は人間だったが、とある事情で天使となった。"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"battlerName": "Actor_Zerachiel",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "Actor1",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "怒",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"battlerName": "Actor_Zerachiel",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 4,
|
||||
"faceName": "Actor1",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "哀",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"battlerName": "Actor_Zerachiel",
|
||||
"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": 6,
|
||||
"battlerName": "Actor_Zerachiel",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 6,
|
||||
"faceName": "Actor1",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "エロ",
|
||||
"nickname": "",
|
||||
"note": "//<Sprite Cannot Move>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"battlerName": "Actor_Slime",
|
||||
"characterIndex": 2,
|
||||
"characterName": "Enemy2",
|
||||
"classId": 2,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 13,
|
||||
"faceName": "Actor2",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "プルリン",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:Actor_Pururin>\n\n//CTB、アイコン\n<CTB Icon: 946>\n<icon: 946> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\nMax Sp: 2000\n</Set Sts Data>",
|
||||
"profile": "ザラキエルの友達。封印に耐性を持っている。\n彼女の窮地にはいつも駆けつける、頼れる存在。"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"battlerName": "Actor_Claudia",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Chara_Claudia",
|
||||
"classId": 3,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 9,
|
||||
"faceName": "Actor2",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 4,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "クラウディア",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:Actor_Claudia>\n\n//CTB、アイコン\n<CTB Icon: 912>\n<icon: 912> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\nMax Sp: 3000\n</Set Sts Data>",
|
||||
"profile": "帝国領アレーティアの冒険者にして魔術師。\nそっけない性格だが、人嫌いではない。"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"battlerName": "Actor_Sathia",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Chara_Sathia",
|
||||
"classId": 4,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 10,
|
||||
"faceName": "Actor2",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 5,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 3,
|
||||
"value": 1.5
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "サティア",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:Actor_Sathia>\n\n//CTB、アイコン\n<CTB Icon: 914>\n<icon: 914> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\nMax Sp: 3000\n</Set Sts Data>",
|
||||
"profile": "帝国領アレーティアの冒険者にして盗賊。\n誰とでも打ち解け、いつも明るく、お宝が大好き。"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"battlerName": "Actor_Ravi",
|
||||
"characterIndex": 0,
|
||||
"characterName": "NPCs",
|
||||
"classId": 5,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 11,
|
||||
"faceName": "Actor2",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 6,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "ラヴィ",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:Actor_Ravie>\n\n//CTB、アイコン\n<CTB Icon: 913>\n<icon: 913> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\nMax Sp: 3000\n</Set Sts Data>",
|
||||
"profile": "帝国領アレーティアの冒険者にして武術家。\n己の肉体を鍛えることが趣味で、常に強者を求めている。"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"battlerName": "Actor_Claudia",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Chara_Claudia",
|
||||
"classId": 3,
|
||||
"equips": [
|
||||
18,
|
||||
2,
|
||||
21,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "Actor3",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 4,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "Gab クラウディア",
|
||||
"nickname": "",
|
||||
"note": "//CTB、アイコン\n<CTB Icon: 912>\n<icon: 912> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\n</Set Sts Data>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"battlerName": "Actor_Sathia",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Chara_Sathia",
|
||||
"classId": 4,
|
||||
"equips": [
|
||||
23,
|
||||
0,
|
||||
14,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "Actor3",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 5,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "Gab サティア",
|
||||
"nickname": "",
|
||||
"note": "//CTB、アイコン\n<CTB Icon: 914>\n<icon: 914> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\n</Set Sts Data>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"battlerName": "Actor_Ravi",
|
||||
"characterIndex": 0,
|
||||
"characterName": "NPCs",
|
||||
"classId": 5,
|
||||
"equips": [
|
||||
28,
|
||||
0,
|
||||
22,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 2,
|
||||
"faceName": "Actor3",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 6,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "Gab ラヴィ",
|
||||
"nickname": "",
|
||||
"note": "//CTB、アイコン\n<CTB Icon: 913>\n<icon: 913> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\n</Set Sts Data>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"battlerName": "Actor_Lala",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Chara_Lala",
|
||||
"classId": 5,
|
||||
"equips": [
|
||||
28,
|
||||
0,
|
||||
22,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 12,
|
||||
"faceName": "Actor3",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 6,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "Gab ララ",
|
||||
"nickname": "",
|
||||
"note": "//CTB、アイコン\n<CTB Icon: 913>\n<icon: 913> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\n</Set Sts Data>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"battlerName": "Actor_Lala",
|
||||
"characterIndex": 0,
|
||||
"characterName": "Chara_Lala",
|
||||
"classId": 6,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 12,
|
||||
"faceName": "Actor2",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 7,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "ララ",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:Actor_LaLa>\n\n//CTB、アイコン\n<CTB Icon: 915>\n<icon: 915> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\nMax Sp: 3000\n</Set Sts Data>",
|
||||
"profile": "素直になれない天使の少女。\nある人物を探して、世界中を旅している。"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 2,
|
||||
"faceName": "Actor2",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "プリロパ",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"battlerName": "Actor_Slime",
|
||||
"characterIndex": 2,
|
||||
"characterName": "Enemy2",
|
||||
"classId": 2,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 13,
|
||||
"faceName": "Actor2",
|
||||
"traits": [
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "プルリン",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:Actor_Pururin>\n\n//CTB、アイコン\n<CTB Icon: 946>\n<icon: 946> \n\n<Set Sts Data>\ntreetype: 15\ntreetype: 16\nInit Sp: 60\nMax Sp: 3000\n</Set Sts Data>",
|
||||
"profile": "ザラキエルの友達。封印に耐性を持っている。\n彼女の窮地にはいつも駆けつける、頼れる存在。"
|
||||
}
|
||||
]
|
||||
927908
www/data/Animations.json
Normal file
927908
www/data/Animations.json
Normal file
File diff suppressed because it is too large
Load diff
2524
www/data/Armors.json
Normal file
2524
www/data/Armors.json
Normal file
File diff suppressed because it is too large
Load diff
5501
www/data/Classes.json
Normal file
5501
www/data/Classes.json
Normal file
File diff suppressed because it is too large
Load diff
422338
www/data/CommonEvents.json
Normal file
422338
www/data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
673
www/data/ContainerProperties.json
Normal file
673
www/data/ContainerProperties.json
Normal file
|
|
@ -0,0 +1,673 @@
|
|||
{
|
||||
"Scene_Map": {
|
||||
"WindowLayer": {
|
||||
"2,Window_ChoiceList": {
|
||||
"x": 302.5,
|
||||
"y": 270,
|
||||
"width": 681,
|
||||
"height": 132,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 48,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Battle": {
|
||||
"WindowLayer": {
|
||||
"0,Window_BattleLog": {
|
||||
"x": 753,
|
||||
"y": 532,
|
||||
"width": 1280,
|
||||
"height": 396,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Options": {
|
||||
"WindowLayer": {
|
||||
"0,Window_Options": {
|
||||
"x": 435,
|
||||
"y": 125,
|
||||
"width": 400,
|
||||
"height": 360,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Equip": {
|
||||
"WindowLayer": {
|
||||
"3,Window_EquipSlot": {
|
||||
"x": 312,
|
||||
"y": 180,
|
||||
"width": 968,
|
||||
"height": 216,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"2,Window_EquipCommand": {
|
||||
"x": 312,
|
||||
"y": 108,
|
||||
"width": 968,
|
||||
"height": 72,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"0,Window_Help": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 108,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"1,Window_EquipStatus": {
|
||||
"x": 0,
|
||||
"y": 108,
|
||||
"width": 312,
|
||||
"height": 288,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"4,Window_EquipItem": {
|
||||
"x": 0,
|
||||
"y": 396,
|
||||
"width": 1280,
|
||||
"height": 324,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Skill": {
|
||||
"WindowLayer": {
|
||||
"2,Window_SkillStatus": {
|
||||
"x": 240,
|
||||
"y": 108,
|
||||
"width": 620,
|
||||
"height": 180,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"1,Window_SkillType": {
|
||||
"x": 0,
|
||||
"y": 108,
|
||||
"width": 240,
|
||||
"height": 180,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"3,Window_SkillList": {
|
||||
"x": 0,
|
||||
"y": 288,
|
||||
"width": 1280,
|
||||
"height": 432,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"0,Window_Help": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 108,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"4,Window_MenuActor": {
|
||||
"x": 240,
|
||||
"y": 288,
|
||||
"width": 1040,
|
||||
"height": 432,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Menu": {
|
||||
"WindowLayer": {
|
||||
"1,Window_MenuStatus": {
|
||||
"x": 240,
|
||||
"y": 170,
|
||||
"width": 1040,
|
||||
"height": 432,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"3,Window_Location": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 144,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"0,Window_MenuCommand": {
|
||||
"x": 0,
|
||||
"y": 144,
|
||||
"width": 240,
|
||||
"height": 350,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"4,Window_MainMenuVariable": {
|
||||
"x": 0,
|
||||
"y": 461,
|
||||
"width": 240,
|
||||
"height": 144,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"2,Window_GoldAndTime": {
|
||||
"x": 0,
|
||||
"y": 576,
|
||||
"width": 1280,
|
||||
"height": 144,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"5,Window_BFInfo": {
|
||||
"x": 1255,
|
||||
"y": 785,
|
||||
"width": 240,
|
||||
"height": 80,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 6,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Status": {
|
||||
"WindowLayer": {
|
||||
"0,Window_Status": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Title": {},
|
||||
"Scene_Item": {
|
||||
"WindowLayer": {
|
||||
"0,Window_Help": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 108,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"1,Window_ItemCategory": {
|
||||
"x": 0,
|
||||
"y": 108,
|
||||
"width": 1280,
|
||||
"height": 72,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"2,Window_ItemList": {
|
||||
"x": 0,
|
||||
"y": 180,
|
||||
"width": 1280,
|
||||
"height": 540,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"3,Window_MenuActor": {
|
||||
"x": 240,
|
||||
"y": 288,
|
||||
"width": 1040,
|
||||
"height": 432,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Save": {
|
||||
"WindowLayer": {
|
||||
"2,Window_Save_Actor": {
|
||||
"x": 496,
|
||||
"y": 72,
|
||||
"width": 784,
|
||||
"height": 648,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"1,Window_SavefileList": {
|
||||
"x": 0,
|
||||
"y": 72,
|
||||
"width": 1280,
|
||||
"height": 648,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"0,Window_Help": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 72,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Shop": {
|
||||
"WindowLayer": {
|
||||
"2,Window_ShopCommand": {
|
||||
"x": 0,
|
||||
"y": 108,
|
||||
"width": 1000,
|
||||
"height": 72,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"6,Window_ShopBuy": {
|
||||
"x": 0,
|
||||
"y": 180,
|
||||
"width": 456,
|
||||
"height": 540,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "Shop_02",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"5,Window_ShopStatus": {
|
||||
"x": 456,
|
||||
"y": 180,
|
||||
"width": 424,
|
||||
"height": 540,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "Shop_03",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"7,Window_ItemCategory": {
|
||||
"x": 0,
|
||||
"y": 180,
|
||||
"width": 1280,
|
||||
"height": 72,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "Shop_04",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"8,Window_ShopSell": {
|
||||
"x": 0,
|
||||
"y": 252,
|
||||
"width": 1280,
|
||||
"height": 468,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"4,Window_ShopNumber": {
|
||||
"x": 0,
|
||||
"y": 180,
|
||||
"width": 456,
|
||||
"height": 540,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "Shop_02",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"0,Window_Help": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 108,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"1,Window_Gold": {
|
||||
"x": 1040,
|
||||
"y": 108,
|
||||
"width": 240,
|
||||
"height": 72,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"3,Window_Base": {
|
||||
"x": 0,
|
||||
"y": 180,
|
||||
"width": 1280,
|
||||
"height": 540,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
},
|
||||
"Scene_Shop": {
|
||||
"4,Sprite": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Load": {
|
||||
"WindowLayer": {
|
||||
"1,Window_SavefileList": {
|
||||
"x": 0,
|
||||
"y": 72,
|
||||
"width": 1280,
|
||||
"height": 648,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 24,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"2,Window_Save_Actor": {
|
||||
"x": 496,
|
||||
"y": 72,
|
||||
"width": 784,
|
||||
"height": 648,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"0,Window_Help": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 1280,
|
||||
"height": 72,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_STS": {
|
||||
"WindowLayer": {
|
||||
"0,Window_StsActorStatus": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 300,
|
||||
"height": 165,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"3,Window_StsSkillStatus": {
|
||||
"x": 340,
|
||||
"y": 0,
|
||||
"width": 940,
|
||||
"height": 144,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"2,Window_SkillTree": {
|
||||
"x": 300,
|
||||
"y": 144,
|
||||
"width": 940,
|
||||
"height": 576,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"1,Window_TreeType": {
|
||||
"x": 0,
|
||||
"y": 165,
|
||||
"width": 340,
|
||||
"height": 268,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"6,Window_StsCost": {
|
||||
"x": 0,
|
||||
"y": 432,
|
||||
"width": 340,
|
||||
"height": 288,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 26,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
13911
www/data/Enemies.json
Normal file
13911
www/data/Enemies.json
Normal file
File diff suppressed because it is too large
Load diff
2141
www/data/Items.json
Normal file
2141
www/data/Items.json
Normal file
File diff suppressed because it is too large
Load diff
7425
www/data/Map001.json
Normal file
7425
www/data/Map001.json
Normal file
File diff suppressed because it is too large
Load diff
19849
www/data/Map002.json
Normal file
19849
www/data/Map002.json
Normal file
File diff suppressed because it is too large
Load diff
17499
www/data/Map003.json
Normal file
17499
www/data/Map003.json
Normal file
File diff suppressed because it is too large
Load diff
17446
www/data/Map004.json
Normal file
17446
www/data/Map004.json
Normal file
File diff suppressed because it is too large
Load diff
4773
www/data/Map005.json
Normal file
4773
www/data/Map005.json
Normal file
File diff suppressed because it is too large
Load diff
3233
www/data/Map006.json
Normal file
3233
www/data/Map006.json
Normal file
File diff suppressed because it is too large
Load diff
55097
www/data/Map007.json
Normal file
55097
www/data/Map007.json
Normal file
File diff suppressed because it is too large
Load diff
13408
www/data/Map008.json
Normal file
13408
www/data/Map008.json
Normal file
File diff suppressed because it is too large
Load diff
5936
www/data/Map009.json
Normal file
5936
www/data/Map009.json
Normal file
File diff suppressed because it is too large
Load diff
5110
www/data/Map010.json
Normal file
5110
www/data/Map010.json
Normal file
File diff suppressed because it is too large
Load diff
5820
www/data/Map011.json
Normal file
5820
www/data/Map011.json
Normal file
File diff suppressed because it is too large
Load diff
5555
www/data/Map012.json
Normal file
5555
www/data/Map012.json
Normal file
File diff suppressed because it is too large
Load diff
5380
www/data/Map013.json
Normal file
5380
www/data/Map013.json
Normal file
File diff suppressed because it is too large
Load diff
9294
www/data/Map014.json
Normal file
9294
www/data/Map014.json
Normal file
File diff suppressed because it is too large
Load diff
5980
www/data/Map015.json
Normal file
5980
www/data/Map015.json
Normal file
File diff suppressed because it is too large
Load diff
5472
www/data/Map016.json
Normal file
5472
www/data/Map016.json
Normal file
File diff suppressed because it is too large
Load diff
10572
www/data/Map017.json
Normal file
10572
www/data/Map017.json
Normal file
File diff suppressed because it is too large
Load diff
12077
www/data/Map018.json
Normal file
12077
www/data/Map018.json
Normal file
File diff suppressed because it is too large
Load diff
19388
www/data/Map019.json
Normal file
19388
www/data/Map019.json
Normal file
File diff suppressed because it is too large
Load diff
11434
www/data/Map020.json
Normal file
11434
www/data/Map020.json
Normal file
File diff suppressed because it is too large
Load diff
3388
www/data/Map021.json
Normal file
3388
www/data/Map021.json
Normal file
File diff suppressed because it is too large
Load diff
3456
www/data/Map022.json
Normal file
3456
www/data/Map022.json
Normal file
File diff suppressed because it is too large
Load diff
13232
www/data/Map023.json
Normal file
13232
www/data/Map023.json
Normal file
File diff suppressed because it is too large
Load diff
8951
www/data/Map024.json
Normal file
8951
www/data/Map024.json
Normal file
File diff suppressed because it is too large
Load diff
4769
www/data/Map025.json
Normal file
4769
www/data/Map025.json
Normal file
File diff suppressed because it is too large
Load diff
17680
www/data/Map026.json
Normal file
17680
www/data/Map026.json
Normal file
File diff suppressed because it is too large
Load diff
17976
www/data/Map027.json
Normal file
17976
www/data/Map027.json
Normal file
File diff suppressed because it is too large
Load diff
18852
www/data/Map028.json
Normal file
18852
www/data/Map028.json
Normal file
File diff suppressed because it is too large
Load diff
3094
www/data/Map029.json
Normal file
3094
www/data/Map029.json
Normal file
File diff suppressed because it is too large
Load diff
2979
www/data/Map030.json
Normal file
2979
www/data/Map030.json
Normal file
File diff suppressed because it is too large
Load diff
5305
www/data/Map031.json
Normal file
5305
www/data/Map031.json
Normal file
File diff suppressed because it is too large
Load diff
18406
www/data/Map032.json
Normal file
18406
www/data/Map032.json
Normal file
File diff suppressed because it is too large
Load diff
21370
www/data/Map033.json
Normal file
21370
www/data/Map033.json
Normal file
File diff suppressed because it is too large
Load diff
18445
www/data/Map034.json
Normal file
18445
www/data/Map034.json
Normal file
File diff suppressed because it is too large
Load diff
2893
www/data/Map035.json
Normal file
2893
www/data/Map035.json
Normal file
File diff suppressed because it is too large
Load diff
3127
www/data/Map036.json
Normal file
3127
www/data/Map036.json
Normal file
File diff suppressed because it is too large
Load diff
5573
www/data/Map037.json
Normal file
5573
www/data/Map037.json
Normal file
File diff suppressed because it is too large
Load diff
18595
www/data/Map038.json
Normal file
18595
www/data/Map038.json
Normal file
File diff suppressed because it is too large
Load diff
20527
www/data/Map039.json
Normal file
20527
www/data/Map039.json
Normal file
File diff suppressed because it is too large
Load diff
20388
www/data/Map040.json
Normal file
20388
www/data/Map040.json
Normal file
File diff suppressed because it is too large
Load diff
3356
www/data/Map041.json
Normal file
3356
www/data/Map041.json
Normal file
File diff suppressed because it is too large
Load diff
3132
www/data/Map042.json
Normal file
3132
www/data/Map042.json
Normal file
File diff suppressed because it is too large
Load diff
5306
www/data/Map043.json
Normal file
5306
www/data/Map043.json
Normal file
File diff suppressed because it is too large
Load diff
19223
www/data/Map044.json
Normal file
19223
www/data/Map044.json
Normal file
File diff suppressed because it is too large
Load diff
20123
www/data/Map045.json
Normal file
20123
www/data/Map045.json
Normal file
File diff suppressed because it is too large
Load diff
21688
www/data/Map046.json
Normal file
21688
www/data/Map046.json
Normal file
File diff suppressed because it is too large
Load diff
3699
www/data/Map047.json
Normal file
3699
www/data/Map047.json
Normal file
File diff suppressed because it is too large
Load diff
8704
www/data/Map048.json
Normal file
8704
www/data/Map048.json
Normal file
File diff suppressed because it is too large
Load diff
6248
www/data/Map049.json
Normal file
6248
www/data/Map049.json
Normal file
File diff suppressed because it is too large
Load diff
5144
www/data/Map050.json
Normal file
5144
www/data/Map050.json
Normal file
File diff suppressed because it is too large
Load diff
3386
www/data/Map051.json
Normal file
3386
www/data/Map051.json
Normal file
File diff suppressed because it is too large
Load diff
4383
www/data/Map052.json
Normal file
4383
www/data/Map052.json
Normal file
File diff suppressed because it is too large
Load diff
5762
www/data/Map053.json
Normal file
5762
www/data/Map053.json
Normal file
File diff suppressed because it is too large
Load diff
3080
www/data/Map054.json
Normal file
3080
www/data/Map054.json
Normal file
File diff suppressed because it is too large
Load diff
1655
www/data/Map055.json
Normal file
1655
www/data/Map055.json
Normal file
File diff suppressed because it is too large
Load diff
31638
www/data/Map056.json
Normal file
31638
www/data/Map056.json
Normal file
File diff suppressed because it is too large
Load diff
6666
www/data/Map057.json
Normal file
6666
www/data/Map057.json
Normal file
File diff suppressed because it is too large
Load diff
17241
www/data/Map058.json
Normal file
17241
www/data/Map058.json
Normal file
File diff suppressed because it is too large
Load diff
17766
www/data/Map059.json
Normal file
17766
www/data/Map059.json
Normal file
File diff suppressed because it is too large
Load diff
19336
www/data/Map060.json
Normal file
19336
www/data/Map060.json
Normal file
File diff suppressed because it is too large
Load diff
4824
www/data/Map061.json
Normal file
4824
www/data/Map061.json
Normal file
File diff suppressed because it is too large
Load diff
4972
www/data/Map062.json
Normal file
4972
www/data/Map062.json
Normal file
File diff suppressed because it is too large
Load diff
14414
www/data/Map063.json
Normal file
14414
www/data/Map063.json
Normal file
File diff suppressed because it is too large
Load diff
5022
www/data/Map064.json
Normal file
5022
www/data/Map064.json
Normal file
File diff suppressed because it is too large
Load diff
6092
www/data/Map065.json
Normal file
6092
www/data/Map065.json
Normal file
File diff suppressed because it is too large
Load diff
1373
www/data/Map066.json
Normal file
1373
www/data/Map066.json
Normal file
File diff suppressed because it is too large
Load diff
3648
www/data/Map067.json
Normal file
3648
www/data/Map067.json
Normal file
File diff suppressed because it is too large
Load diff
5461
www/data/Map068.json
Normal file
5461
www/data/Map068.json
Normal file
File diff suppressed because it is too large
Load diff
1427
www/data/Map069.json
Normal file
1427
www/data/Map069.json
Normal file
File diff suppressed because it is too large
Load diff
36373
www/data/Map070.json
Normal file
36373
www/data/Map070.json
Normal file
File diff suppressed because it is too large
Load diff
9714
www/data/Map071.json
Normal file
9714
www/data/Map071.json
Normal file
File diff suppressed because it is too large
Load diff
8090
www/data/Map072.json
Normal file
8090
www/data/Map072.json
Normal file
File diff suppressed because it is too large
Load diff
17660
www/data/Map073.json
Normal file
17660
www/data/Map073.json
Normal file
File diff suppressed because it is too large
Load diff
6267
www/data/Map074.json
Normal file
6267
www/data/Map074.json
Normal file
File diff suppressed because it is too large
Load diff
78658
www/data/Map075.json
Normal file
78658
www/data/Map075.json
Normal file
File diff suppressed because it is too large
Load diff
1363
www/data/Map076.json
Normal file
1363
www/data/Map076.json
Normal file
File diff suppressed because it is too large
Load diff
5567
www/data/Map077.json
Normal file
5567
www/data/Map077.json
Normal file
File diff suppressed because it is too large
Load diff
3175
www/data/Map078.json
Normal file
3175
www/data/Map078.json
Normal file
File diff suppressed because it is too large
Load diff
13524
www/data/Map079.json
Normal file
13524
www/data/Map079.json
Normal file
File diff suppressed because it is too large
Load diff
8119
www/data/Map080.json
Normal file
8119
www/data/Map080.json
Normal file
File diff suppressed because it is too large
Load diff
18497
www/data/Map081.json
Normal file
18497
www/data/Map081.json
Normal file
File diff suppressed because it is too large
Load diff
42550
www/data/Map082.json
Normal file
42550
www/data/Map082.json
Normal file
File diff suppressed because it is too large
Load diff
42669
www/data/Map083.json
Normal file
42669
www/data/Map083.json
Normal file
File diff suppressed because it is too large
Load diff
10758
www/data/Map084.json
Normal file
10758
www/data/Map084.json
Normal file
File diff suppressed because it is too large
Load diff
17917
www/data/Map085.json
Normal file
17917
www/data/Map085.json
Normal file
File diff suppressed because it is too large
Load diff
12437
www/data/Map086.json
Normal file
12437
www/data/Map086.json
Normal file
File diff suppressed because it is too large
Load diff
6253
www/data/Map087.json
Normal file
6253
www/data/Map087.json
Normal file
File diff suppressed because it is too large
Load diff
9138
www/data/Map088.json
Normal file
9138
www/data/Map088.json
Normal file
File diff suppressed because it is too large
Load diff
8043
www/data/Map089.json
Normal file
8043
www/data/Map089.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