Initial Commit
This commit is contained in:
commit
0f65bf28e0
288 changed files with 1828935 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!.gitignore
|
||||
!README.md
|
||||
|
||||
# Images
|
||||
!title.rpgmvp
|
||||
!10000Hステート_0000.rpgmvp
|
||||
!10000Hステート_0001.rpgmvp
|
||||
!10000Hステート_0002.rpgmvp
|
||||
!10000Hステート_0003.rpgmvp
|
||||
!10000Hステート_0004.rpgmvp
|
||||
!10000Hステート_0005.rpgmvp
|
||||
!10000Hステート_0006.rpgmvp
|
||||
!10000Hステート_0007.rpgmvp
|
||||
!10000Hステート_0008.rpgmvp
|
||||
!10000Hステート_0009.rpgmvp
|
||||
!10000Hステート_0010.rpgmvp
|
||||
!10000Hステート_0011.rpgmvp
|
||||
!10000Hステート_0012.rpgmvp
|
||||
!10000Hステート_0013.rpgmvp
|
||||
!10000Hステート_0014.rpgmvp
|
||||
!10000Hステート_0015.rpgmvp
|
||||
!10000Hステート_0016.rpgmvp
|
||||
!10000Hステート_0017.rpgmvp
|
||||
!10000Hステート_0018.rpgmvp
|
||||
!10000Hステート_0019.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"
|
||||
}
|
||||
}
|
||||
175
www/data/Actors.json
Normal file
175
www/data/Actors.json
Normal file
|
|
@ -0,0 +1,175 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"battlerName": "Actor1_1",
|
||||
"characterIndex": 0,
|
||||
"characterName": "歩行紅",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "紅顔ぐら",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 5,
|
||||
"name": "朱雀 紅",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:紅笑み>\n<PE拡張:\\}危険性を持っている。最近、自慰行為のヴァリエーションを求め\n\\}大人の玩具おもちゃに手を出そうと考えている>",
|
||||
"profile": "\\}性癖は現在はノーマルだが、少しアブノーマルな性的概念にも強い\n\\}憧れを抱いている為、踏み外すととんでもない方向へ目覚めてしまう"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"battlerName": "Actor1_1",
|
||||
"characterIndex": 4,
|
||||
"characterName": "歩行紅",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "紅顔ぐら",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 5,
|
||||
"name": "朱雀 紅",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:紅堕仮面笑み2>\n<PE拡張:\\}危険性を持っている。最近、自慰行為のヴァリエーションを求め\n\\}大人の玩具おもちゃに手を出そうと考えている>",
|
||||
"profile": "\\}性癖は現在はノーマルだが、少しアブノーマルな性的概念にも強い\n\\}憧れを抱いている為、踏み外すととんでもない方向へ目覚めてしまう"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"battlerName": "Actor3_8",
|
||||
"characterIndex": 1,
|
||||
"characterName": "歩行紅",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
3,
|
||||
0,
|
||||
2
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "紅顔ぐら",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 5,
|
||||
"name": "エージェントシリウス",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:シリウス笑み>\n<PE拡張:\\}危険性を持っている。最近、自慰行為のヴァリエーションを求め\n\\}大人の玩具おもちゃに手を出そうと考えている>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"battlerName": "Actor1_1",
|
||||
"characterIndex": 2,
|
||||
"characterName": "歩行紅",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "紅顔ぐら",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 5,
|
||||
"name": "朱雀 紅",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:紅クローズ笑み1>\n<PE拡張:\\}危険性を持っている。最近、自慰行為のヴァリエーションを求め\n\\}大人の玩具おもちゃに手を出そうと考えている>",
|
||||
"profile": "\\}性癖は現在はノーマルだが、少しアブノーマルな性的概念にも強い\n\\}憧れを抱いている為、踏み外すととんでもない方向へ目覚めてしまう"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"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": 6,
|
||||
"battlerName": "Actor1_1",
|
||||
"characterIndex": 6,
|
||||
"characterName": "歩行撫子",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 5,
|
||||
"name": "白虎 撫子",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:撫子エージェント笑み>\n<PE拡張:\\}>",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"battlerName": "Actor1_1",
|
||||
"characterIndex": 0,
|
||||
"characterName": "歩行紅",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "紅顔ぐら",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 5,
|
||||
"name": "朱雀 紅",
|
||||
"nickname": "",
|
||||
"note": "<SBI画像:紅リバース笑み>\n<PE拡張:\\}危険性を持っている。最近、自慰行為のヴァリエーションを求め\n\\}大人の玩具おもちゃに手を出そうと考えている>",
|
||||
"profile": "\\}性癖は現在はノーマルだが、少しアブノーマルな性的概念にも強い\n\\}憧れを抱いている為、踏み外すととんでもない方向へ目覚めてしまう"
|
||||
},
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
]
|
||||
129502
www/data/Animations.json
Normal file
129502
www/data/Animations.json
Normal file
File diff suppressed because it is too large
Load diff
813
www/data/Armors.json
Normal file
813
www/data/Armors.json
Normal file
|
|
@ -0,0 +1,813 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"atypeId": 5,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 128,
|
||||
"name": "盾",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 300
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"atypeId": 1,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 151,
|
||||
"name": "ゴーグル",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 300
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"atypeId": 1,
|
||||
"description": "",
|
||||
"etypeId": 4,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 135,
|
||||
"name": "服",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 300
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"atypeId": 1,
|
||||
"description": "",
|
||||
"etypeId": 3,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 145,
|
||||
"name": "センサーA",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 300
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
}
|
||||
]
|
||||
3529
www/data/Classes.json
Normal file
3529
www/data/Classes.json
Normal file
File diff suppressed because it is too large
Load diff
62568
www/data/CommonEvents.json
Normal file
62568
www/data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
118
www/data/ContainerProperties.json
Normal file
118
www/data/ContainerProperties.json
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"Scene_Title": {
|
||||
"WindowLayer": {
|
||||
"0,Window_TitleCommand": {
|
||||
"x": 102,
|
||||
"y": 280,
|
||||
"width": 240,
|
||||
"height": 220,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": "装甲明朝"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Menu": {
|
||||
"WindowLayer": {
|
||||
"2,Window_MenuStatus": {
|
||||
"x": 766,
|
||||
"y": 22,
|
||||
"width": 128,
|
||||
"height": 624,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
},
|
||||
"0,Window_MenuCommand": {
|
||||
"x": 47,
|
||||
"y": 107,
|
||||
"width": 240,
|
||||
"height": 324,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": "装甲明朝"
|
||||
},
|
||||
"1,Window_Gold": {
|
||||
"x": 0,
|
||||
"y": 443,
|
||||
"width": 1,
|
||||
"height": 72,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Map": {
|
||||
"Scene_Map": {
|
||||
"3,Window_MapHpGauge": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 200,
|
||||
"height": 140,
|
||||
"opacity": 128,
|
||||
"hidden": false,
|
||||
"_customFontSize": "48",
|
||||
"_customPadding": "130",
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": "装甲明朝"
|
||||
}
|
||||
},
|
||||
"WindowLayer": {
|
||||
"6,Window_VariableInfo": {
|
||||
"x": 566,
|
||||
"y": 0,
|
||||
"width": 250,
|
||||
"height": 72,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": "装甲明朝"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Status": {
|
||||
"WindowLayer": {
|
||||
"0,Window_Status": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 816,
|
||||
"height": 624,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 18,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": "装甲明朝"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
251
www/data/Enemies.json
Normal file
251
www/data/Enemies.json
Normal file
|
|
@ -0,0 +1,251 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "Bat",
|
||||
"dropItems": [
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
}
|
||||
],
|
||||
"exp": 0,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0.95
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0.05
|
||||
},
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "こうもり",
|
||||
"note": "",
|
||||
"params": [
|
||||
200,
|
||||
0,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "Slime",
|
||||
"dropItems": [
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
}
|
||||
],
|
||||
"exp": 0,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0.95
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0.05
|
||||
},
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "スライム",
|
||||
"note": "",
|
||||
"params": [
|
||||
250,
|
||||
0,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "Orc",
|
||||
"dropItems": [
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
}
|
||||
],
|
||||
"exp": 0,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0.95
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0.05
|
||||
},
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "オーク",
|
||||
"note": "",
|
||||
"params": [
|
||||
300,
|
||||
0,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "Minotaur",
|
||||
"dropItems": [
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
},
|
||||
{
|
||||
"dataId": 1,
|
||||
"denominator": 1,
|
||||
"kind": 0
|
||||
}
|
||||
],
|
||||
"exp": 0,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0.95
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0.05
|
||||
},
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"gold": 0,
|
||||
"name": "ミノタウロス",
|
||||
"note": "",
|
||||
"params": [
|
||||
500,
|
||||
0,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30,
|
||||
30
|
||||
]
|
||||
}
|
||||
]
|
||||
3144
www/data/Items.json
Normal file
3144
www/data/Items.json
Normal file
File diff suppressed because it is too large
Load diff
6913
www/data/Map001.json
Normal file
6913
www/data/Map001.json
Normal file
File diff suppressed because it is too large
Load diff
6399
www/data/Map002.json
Normal file
6399
www/data/Map002.json
Normal file
File diff suppressed because it is too large
Load diff
2449
www/data/Map003.json
Normal file
2449
www/data/Map003.json
Normal file
File diff suppressed because it is too large
Load diff
8789
www/data/Map004.json
Normal file
8789
www/data/Map004.json
Normal file
File diff suppressed because it is too large
Load diff
2950
www/data/Map005.json
Normal file
2950
www/data/Map005.json
Normal file
File diff suppressed because it is too large
Load diff
2211
www/data/Map006.json
Normal file
2211
www/data/Map006.json
Normal file
File diff suppressed because it is too large
Load diff
1819
www/data/Map007.json
Normal file
1819
www/data/Map007.json
Normal file
File diff suppressed because it is too large
Load diff
8138
www/data/Map008.json
Normal file
8138
www/data/Map008.json
Normal file
File diff suppressed because it is too large
Load diff
2767
www/data/Map009.json
Normal file
2767
www/data/Map009.json
Normal file
File diff suppressed because it is too large
Load diff
2035
www/data/Map010.json
Normal file
2035
www/data/Map010.json
Normal file
File diff suppressed because it is too large
Load diff
2038
www/data/Map011.json
Normal file
2038
www/data/Map011.json
Normal file
File diff suppressed because it is too large
Load diff
2383
www/data/Map012.json
Normal file
2383
www/data/Map012.json
Normal file
File diff suppressed because it is too large
Load diff
2582
www/data/Map013.json
Normal file
2582
www/data/Map013.json
Normal file
File diff suppressed because it is too large
Load diff
8617
www/data/Map014.json
Normal file
8617
www/data/Map014.json
Normal file
File diff suppressed because it is too large
Load diff
16582
www/data/Map015.json
Normal file
16582
www/data/Map015.json
Normal file
File diff suppressed because it is too large
Load diff
5763
www/data/Map016.json
Normal file
5763
www/data/Map016.json
Normal file
File diff suppressed because it is too large
Load diff
6930
www/data/Map017.json
Normal file
6930
www/data/Map017.json
Normal file
File diff suppressed because it is too large
Load diff
10527
www/data/Map018.json
Normal file
10527
www/data/Map018.json
Normal file
File diff suppressed because it is too large
Load diff
9455
www/data/Map019.json
Normal file
9455
www/data/Map019.json
Normal file
File diff suppressed because it is too large
Load diff
8545
www/data/Map020.json
Normal file
8545
www/data/Map020.json
Normal file
File diff suppressed because it is too large
Load diff
10621
www/data/Map021.json
Normal file
10621
www/data/Map021.json
Normal file
File diff suppressed because it is too large
Load diff
9082
www/data/Map022.json
Normal file
9082
www/data/Map022.json
Normal file
File diff suppressed because it is too large
Load diff
17643
www/data/Map023.json
Normal file
17643
www/data/Map023.json
Normal file
File diff suppressed because it is too large
Load diff
4140
www/data/Map024.json
Normal file
4140
www/data/Map024.json
Normal file
File diff suppressed because it is too large
Load diff
3495
www/data/Map025.json
Normal file
3495
www/data/Map025.json
Normal file
File diff suppressed because it is too large
Load diff
3392
www/data/Map026.json
Normal file
3392
www/data/Map026.json
Normal file
File diff suppressed because it is too large
Load diff
8719
www/data/Map027.json
Normal file
8719
www/data/Map027.json
Normal file
File diff suppressed because it is too large
Load diff
6257
www/data/Map028.json
Normal file
6257
www/data/Map028.json
Normal file
File diff suppressed because it is too large
Load diff
5438
www/data/Map029.json
Normal file
5438
www/data/Map029.json
Normal file
File diff suppressed because it is too large
Load diff
6984
www/data/Map030.json
Normal file
6984
www/data/Map030.json
Normal file
File diff suppressed because it is too large
Load diff
5189
www/data/Map031.json
Normal file
5189
www/data/Map031.json
Normal file
File diff suppressed because it is too large
Load diff
3952
www/data/Map032.json
Normal file
3952
www/data/Map032.json
Normal file
File diff suppressed because it is too large
Load diff
3952
www/data/Map033.json
Normal file
3952
www/data/Map033.json
Normal file
File diff suppressed because it is too large
Load diff
3952
www/data/Map034.json
Normal file
3952
www/data/Map034.json
Normal file
File diff suppressed because it is too large
Load diff
7396
www/data/Map035.json
Normal file
7396
www/data/Map035.json
Normal file
File diff suppressed because it is too large
Load diff
148576
www/data/Map036.json
Normal file
148576
www/data/Map036.json
Normal file
File diff suppressed because it is too large
Load diff
3952
www/data/Map037.json
Normal file
3952
www/data/Map037.json
Normal file
File diff suppressed because it is too large
Load diff
3952
www/data/Map038.json
Normal file
3952
www/data/Map038.json
Normal file
File diff suppressed because it is too large
Load diff
8526
www/data/Map039.json
Normal file
8526
www/data/Map039.json
Normal file
File diff suppressed because it is too large
Load diff
4486
www/data/Map040.json
Normal file
4486
www/data/Map040.json
Normal file
File diff suppressed because it is too large
Load diff
5751
www/data/Map041.json
Normal file
5751
www/data/Map041.json
Normal file
File diff suppressed because it is too large
Load diff
9408
www/data/Map042.json
Normal file
9408
www/data/Map042.json
Normal file
File diff suppressed because it is too large
Load diff
6041
www/data/Map043.json
Normal file
6041
www/data/Map043.json
Normal file
File diff suppressed because it is too large
Load diff
10801
www/data/Map044.json
Normal file
10801
www/data/Map044.json
Normal file
File diff suppressed because it is too large
Load diff
3697
www/data/Map045.json
Normal file
3697
www/data/Map045.json
Normal file
File diff suppressed because it is too large
Load diff
2801
www/data/Map046.json
Normal file
2801
www/data/Map046.json
Normal file
File diff suppressed because it is too large
Load diff
10218
www/data/Map047.json
Normal file
10218
www/data/Map047.json
Normal file
File diff suppressed because it is too large
Load diff
9714
www/data/Map048.json
Normal file
9714
www/data/Map048.json
Normal file
File diff suppressed because it is too large
Load diff
8592
www/data/Map049.json
Normal file
8592
www/data/Map049.json
Normal file
File diff suppressed because it is too large
Load diff
1995
www/data/Map050.json
Normal file
1995
www/data/Map050.json
Normal file
File diff suppressed because it is too large
Load diff
2637
www/data/Map051.json
Normal file
2637
www/data/Map051.json
Normal file
File diff suppressed because it is too large
Load diff
10501
www/data/Map052.json
Normal file
10501
www/data/Map052.json
Normal file
File diff suppressed because it is too large
Load diff
8431
www/data/Map053.json
Normal file
8431
www/data/Map053.json
Normal file
File diff suppressed because it is too large
Load diff
4357
www/data/Map054.json
Normal file
4357
www/data/Map054.json
Normal file
File diff suppressed because it is too large
Load diff
7129
www/data/Map055.json
Normal file
7129
www/data/Map055.json
Normal file
File diff suppressed because it is too large
Load diff
7824
www/data/Map056.json
Normal file
7824
www/data/Map056.json
Normal file
File diff suppressed because it is too large
Load diff
3235
www/data/Map057.json
Normal file
3235
www/data/Map057.json
Normal file
File diff suppressed because it is too large
Load diff
4821
www/data/Map058.json
Normal file
4821
www/data/Map058.json
Normal file
File diff suppressed because it is too large
Load diff
10953
www/data/Map059.json
Normal file
10953
www/data/Map059.json
Normal file
File diff suppressed because it is too large
Load diff
8580
www/data/Map060.json
Normal file
8580
www/data/Map060.json
Normal file
File diff suppressed because it is too large
Load diff
6059
www/data/Map061.json
Normal file
6059
www/data/Map061.json
Normal file
File diff suppressed because it is too large
Load diff
12620
www/data/Map062.json
Normal file
12620
www/data/Map062.json
Normal file
File diff suppressed because it is too large
Load diff
10293
www/data/Map063.json
Normal file
10293
www/data/Map063.json
Normal file
File diff suppressed because it is too large
Load diff
6567
www/data/Map064.json
Normal file
6567
www/data/Map064.json
Normal file
File diff suppressed because it is too large
Load diff
4650
www/data/Map065.json
Normal file
4650
www/data/Map065.json
Normal file
File diff suppressed because it is too large
Load diff
8460
www/data/Map066.json
Normal file
8460
www/data/Map066.json
Normal file
File diff suppressed because it is too large
Load diff
5918
www/data/Map067.json
Normal file
5918
www/data/Map067.json
Normal file
File diff suppressed because it is too large
Load diff
3858
www/data/Map068.json
Normal file
3858
www/data/Map068.json
Normal file
File diff suppressed because it is too large
Load diff
5336
www/data/Map069.json
Normal file
5336
www/data/Map069.json
Normal file
File diff suppressed because it is too large
Load diff
3775
www/data/Map070.json
Normal file
3775
www/data/Map070.json
Normal file
File diff suppressed because it is too large
Load diff
3669
www/data/Map071.json
Normal file
3669
www/data/Map071.json
Normal file
File diff suppressed because it is too large
Load diff
3775
www/data/Map072.json
Normal file
3775
www/data/Map072.json
Normal file
File diff suppressed because it is too large
Load diff
8170
www/data/Map073.json
Normal file
8170
www/data/Map073.json
Normal file
File diff suppressed because it is too large
Load diff
7260
www/data/Map074.json
Normal file
7260
www/data/Map074.json
Normal file
File diff suppressed because it is too large
Load diff
6220
www/data/Map075.json
Normal file
6220
www/data/Map075.json
Normal file
File diff suppressed because it is too large
Load diff
3775
www/data/Map076.json
Normal file
3775
www/data/Map076.json
Normal file
File diff suppressed because it is too large
Load diff
4276
www/data/Map077.json
Normal file
4276
www/data/Map077.json
Normal file
File diff suppressed because it is too large
Load diff
6009
www/data/Map078.json
Normal file
6009
www/data/Map078.json
Normal file
File diff suppressed because it is too large
Load diff
5117
www/data/Map079.json
Normal file
5117
www/data/Map079.json
Normal file
File diff suppressed because it is too large
Load diff
9878
www/data/Map080.json
Normal file
9878
www/data/Map080.json
Normal file
File diff suppressed because it is too large
Load diff
4107
www/data/Map081.json
Normal file
4107
www/data/Map081.json
Normal file
File diff suppressed because it is too large
Load diff
7603
www/data/Map082.json
Normal file
7603
www/data/Map082.json
Normal file
File diff suppressed because it is too large
Load diff
5762
www/data/Map083.json
Normal file
5762
www/data/Map083.json
Normal file
File diff suppressed because it is too large
Load diff
8709
www/data/Map084.json
Normal file
8709
www/data/Map084.json
Normal file
File diff suppressed because it is too large
Load diff
8526
www/data/Map085.json
Normal file
8526
www/data/Map085.json
Normal file
File diff suppressed because it is too large
Load diff
8870
www/data/Map086.json
Normal file
8870
www/data/Map086.json
Normal file
File diff suppressed because it is too large
Load diff
5762
www/data/Map087.json
Normal file
5762
www/data/Map087.json
Normal file
File diff suppressed because it is too large
Load diff
7771
www/data/Map088.json
Normal file
7771
www/data/Map088.json
Normal file
File diff suppressed because it is too large
Load diff
6523
www/data/Map089.json
Normal file
6523
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