Initial Commit
This commit is contained in:
commit
17d90bdffb
128 changed files with 763281 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!Data/*
|
||||
!*.rb
|
||||
!.gitignore
|
||||
!README.md
|
||||
!game.ini
|
||||
|
||||
# Images
|
||||
!NE_0.rpgmvp
|
||||
!NE_e2.rpgmvp
|
||||
!NE_e3.rpgmvp
|
||||
!NE_e4.rpgmvp
|
||||
!NE_e5.rpgmvp
|
||||
!NE_e6.rpgmvp
|
||||
!NE_s2.rpgmvp
|
||||
!NE_s3.rpgmvp
|
||||
!NE_s4.rpgmvp
|
||||
!NE_s5.rpgmvp
|
||||
!NE_s6.rpgmvp
|
||||
!clo.rpgmvp
|
||||
!clo1.rpgmvp
|
||||
!clo2.rpgmvp
|
||||
!clo3.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.
|
||||
233
data/Actors.json
Normal file
233
data/Actors.json
Normal file
|
|
@ -0,0 +1,233 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"battlerName": "Actor1_1",
|
||||
"characterIndex": 1,
|
||||
"characterName": "s1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "佐藤 衛(さとう まもる)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"battlerName": "Actor1_1",
|
||||
"characterIndex": 0,
|
||||
"characterName": "s1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "佐藤 衛(さとう まもる)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"battlerName": "Actor1_2",
|
||||
"characterIndex": 0,
|
||||
"characterName": "h1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
9,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "朝火 誠(あさひ まこと)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"battlerName": "Actor1_2",
|
||||
"characterIndex": 1,
|
||||
"characterName": "h1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
9,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "朝火 誠(あさひ まこと)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"battlerName": "Actor1_2",
|
||||
"characterIndex": 2,
|
||||
"characterName": "h1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
9,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "朝火 誠(あさひ まこと)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"battlerName": "Actor1_2",
|
||||
"characterIndex": 3,
|
||||
"characterName": "h1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
9,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "朝火 誠(あさひ まこと)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"battlerName": "Actor1_2",
|
||||
"characterIndex": 4,
|
||||
"characterName": "h1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
9,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "朝火 誠(あさひ まこと)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"battlerName": "Actor1_3",
|
||||
"characterIndex": 0,
|
||||
"characterName": "y1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
31,
|
||||
0,
|
||||
65,
|
||||
5,
|
||||
0
|
||||
],
|
||||
"faceIndex": 2,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "鈴木 剛(すずき たける)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"battlerName": "Actor1_3",
|
||||
"characterIndex": 1,
|
||||
"characterName": "y1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
31,
|
||||
0,
|
||||
65,
|
||||
5,
|
||||
0
|
||||
],
|
||||
"faceIndex": 2,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "鈴木 剛(すずき たける)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"battlerName": "Actor1_3",
|
||||
"characterIndex": 2,
|
||||
"characterName": "y1",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
31,
|
||||
0,
|
||||
65,
|
||||
5,
|
||||
0
|
||||
],
|
||||
"faceIndex": 2,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "鈴木 剛(すずき たける)",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": ""
|
||||
}
|
||||
]
|
||||
9658
data/Animations.json
Normal file
9658
data/Animations.json
Normal file
File diff suppressed because it is too large
Load diff
2853
data/Armors.json
Normal file
2853
data/Armors.json
Normal file
File diff suppressed because it is too large
Load diff
7477
data/Classes.json
Normal file
7477
data/Classes.json
Normal file
File diff suppressed because it is too large
Load diff
12220
data/CommonEvents.json
Normal file
12220
data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
313
data/Enemies.json
Normal file
313
data/Enemies.json
Normal file
|
|
@ -0,0 +1,313 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "",
|
||||
"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": [
|
||||
100,
|
||||
0,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "",
|
||||
"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": [
|
||||
100,
|
||||
0,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "",
|
||||
"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": [
|
||||
100,
|
||||
0,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "",
|
||||
"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": [
|
||||
100,
|
||||
0,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"actions": [
|
||||
{
|
||||
"conditionParam1": 0,
|
||||
"conditionParam2": 0,
|
||||
"conditionType": 0,
|
||||
"rating": 5,
|
||||
"skillId": 1
|
||||
}
|
||||
],
|
||||
"battlerHue": 0,
|
||||
"battlerName": "",
|
||||
"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": [
|
||||
100,
|
||||
0,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10
|
||||
]
|
||||
}
|
||||
]
|
||||
874
data/Items.json
Normal file
874
data/Items.json
Normal file
|
|
@ -0,0 +1,874 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"animationId": 0,
|
||||
"consumable": false,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "キッチンで汲んできた大量の水。\nこれだけあれば、ブレーカーを故障させられるはずだ。",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 211,
|
||||
"itypeId": 2,
|
||||
"name": "大量の水",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "何も入っていないただの空き瓶。\n",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 227,
|
||||
"itypeId": 2,
|
||||
"name": "空き瓶",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "外で見つけたオイルを入れた瓶。\nこのオイルがあれば、大きな火を起こせるはずだ。",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 228,
|
||||
"itypeId": 2,
|
||||
"name": "オイル入りの瓶",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "100均に置いてあるような安物のライター。\nこれがあればどこでも火を起こすことができるぞ。",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 64,
|
||||
"itypeId": 2,
|
||||
"name": "ライター",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"animationId": 0,
|
||||
"consumable": false,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "金庫の中に保管されていたカードキー。\nこれがあれば、鍵がかかった扉を開けられそうだ。",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 188,
|
||||
"itypeId": 2,
|
||||
"name": "マスターキー",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"animationId": 0,
|
||||
"consumable": false,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "血だまりの上に置かれていた鉄製のハンマー。\nよく見ると本物の血ではなく血糊のようだ。",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 223,
|
||||
"itypeId": 2,
|
||||
"name": "血まみれのハンマー",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"animationId": 41,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "埃まみれで放置されていた、ごく普通の脚立。\nこれがあれば、高いところにも手が届きそうだ。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
"dataId": 0,
|
||||
"value1": 0,
|
||||
"value2": 500
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 73,
|
||||
"itypeId": 2,
|
||||
"name": "脚立",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 100,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"animationId": 41,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "ドライバーやペンチなど、色んな道具が入っている。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 11,
|
||||
"dataId": 0,
|
||||
"value1": 0,
|
||||
"value2": 1500
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 210,
|
||||
"itypeId": 2,
|
||||
"name": "工具箱",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 250,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"animationId": 0,
|
||||
"consumable": false,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
"dataId": 31,
|
||||
"value1": 1,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 244,
|
||||
"itypeId": 2,
|
||||
"name": "NTRカウンター",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "-----特殊系",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "しばらくの間、敵との遭遇率を半減させる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
"dataId": 29,
|
||||
"value1": 1,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "エンカウントダウナー",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 100,
|
||||
"repeats": 1,
|
||||
"scope": 11,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "しばらくの間\n戦闘で得られるアイテムや賞金の獲得率を上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
"dataId": 30,
|
||||
"value1": 1,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 176,
|
||||
"itypeId": 1,
|
||||
"name": "ドロップアッパー",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 300,
|
||||
"repeats": 1,
|
||||
"scope": 11,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"occasion": 0,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"animationId": 0,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 0,
|
||||
"itypeId": 1,
|
||||
"name": "-----強化系",
|
||||
"note": "",
|
||||
"occasion": 3,
|
||||
"price": 0,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "最大HPを50ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 0,
|
||||
"value1": 50,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 32,
|
||||
"itypeId": 1,
|
||||
"name": "ライフアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "最大MPを10ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 1,
|
||||
"value1": 10,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 33,
|
||||
"itypeId": 1,
|
||||
"name": "マナアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "攻撃力を3ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 2,
|
||||
"value1": 3,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 34,
|
||||
"itypeId": 1,
|
||||
"name": "パワーアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "防御力を3ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 3,
|
||||
"value1": 3,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 35,
|
||||
"itypeId": 1,
|
||||
"name": "ガードアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "魔法力を3ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 4,
|
||||
"value1": 3,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 36,
|
||||
"itypeId": 1,
|
||||
"name": "マジックアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "魔法防御力を3ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 5,
|
||||
"value1": 3,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 37,
|
||||
"itypeId": 1,
|
||||
"name": "レジストアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "敏捷性を3ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 6,
|
||||
"value1": 3,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 38,
|
||||
"itypeId": 1,
|
||||
"name": "スピードアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"animationId": 51,
|
||||
"consumable": true,
|
||||
"damage": {
|
||||
"critical": false,
|
||||
"elementId": 0,
|
||||
"formula": "0",
|
||||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "運を3ポイント上げる。",
|
||||
"effects": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 7,
|
||||
"value1": 3,
|
||||
"value2": 0
|
||||
}
|
||||
],
|
||||
"hitType": 0,
|
||||
"iconIndex": 39,
|
||||
"itypeId": 1,
|
||||
"name": "ラックアップ",
|
||||
"note": "",
|
||||
"occasion": 2,
|
||||
"price": 3000,
|
||||
"repeats": 1,
|
||||
"scope": 7,
|
||||
"speed": 0,
|
||||
"successRate": 100,
|
||||
"tpGain": 0
|
||||
}
|
||||
]
|
||||
1776
data/Map001.json
Normal file
1776
data/Map001.json
Normal file
File diff suppressed because it is too large
Load diff
9409
data/Map002.json
Normal file
9409
data/Map002.json
Normal file
File diff suppressed because it is too large
Load diff
20144
data/Map003.json
Normal file
20144
data/Map003.json
Normal file
File diff suppressed because it is too large
Load diff
21696
data/Map004.json
Normal file
21696
data/Map004.json
Normal file
File diff suppressed because it is too large
Load diff
8635
data/Map005.json
Normal file
8635
data/Map005.json
Normal file
File diff suppressed because it is too large
Load diff
24382
data/Map006.json
Normal file
24382
data/Map006.json
Normal file
File diff suppressed because it is too large
Load diff
6855
data/Map007.json
Normal file
6855
data/Map007.json
Normal file
File diff suppressed because it is too large
Load diff
6095
data/Map008.json
Normal file
6095
data/Map008.json
Normal file
File diff suppressed because it is too large
Load diff
3251
data/Map009.json
Normal file
3251
data/Map009.json
Normal file
File diff suppressed because it is too large
Load diff
12051
data/Map010.json
Normal file
12051
data/Map010.json
Normal file
File diff suppressed because it is too large
Load diff
12439
data/Map011.json
Normal file
12439
data/Map011.json
Normal file
File diff suppressed because it is too large
Load diff
10094
data/Map012.json
Normal file
10094
data/Map012.json
Normal file
File diff suppressed because it is too large
Load diff
7578
data/Map013.json
Normal file
7578
data/Map013.json
Normal file
File diff suppressed because it is too large
Load diff
9943
data/Map014.json
Normal file
9943
data/Map014.json
Normal file
File diff suppressed because it is too large
Load diff
7627
data/Map015.json
Normal file
7627
data/Map015.json
Normal file
File diff suppressed because it is too large
Load diff
7466
data/Map016.json
Normal file
7466
data/Map016.json
Normal file
File diff suppressed because it is too large
Load diff
11148
data/Map017.json
Normal file
11148
data/Map017.json
Normal file
File diff suppressed because it is too large
Load diff
6480
data/Map018.json
Normal file
6480
data/Map018.json
Normal file
File diff suppressed because it is too large
Load diff
5971
data/Map019.json
Normal file
5971
data/Map019.json
Normal file
File diff suppressed because it is too large
Load diff
13888
data/Map020.json
Normal file
13888
data/Map020.json
Normal file
File diff suppressed because it is too large
Load diff
6351
data/Map021.json
Normal file
6351
data/Map021.json
Normal file
File diff suppressed because it is too large
Load diff
11469
data/Map022.json
Normal file
11469
data/Map022.json
Normal file
File diff suppressed because it is too large
Load diff
3020
data/Map023.json
Normal file
3020
data/Map023.json
Normal file
File diff suppressed because it is too large
Load diff
4249
data/Map024.json
Normal file
4249
data/Map024.json
Normal file
File diff suppressed because it is too large
Load diff
4601
data/Map025.json
Normal file
4601
data/Map025.json
Normal file
File diff suppressed because it is too large
Load diff
8909
data/Map026.json
Normal file
8909
data/Map026.json
Normal file
File diff suppressed because it is too large
Load diff
5996
data/Map027.json
Normal file
5996
data/Map027.json
Normal file
File diff suppressed because it is too large
Load diff
9782
data/Map028.json
Normal file
9782
data/Map028.json
Normal file
File diff suppressed because it is too large
Load diff
1652
data/Map029.json
Normal file
1652
data/Map029.json
Normal file
File diff suppressed because it is too large
Load diff
10398
data/Map030.json
Normal file
10398
data/Map030.json
Normal file
File diff suppressed because it is too large
Load diff
5516
data/Map031.json
Normal file
5516
data/Map031.json
Normal file
File diff suppressed because it is too large
Load diff
5410
data/Map032.json
Normal file
5410
data/Map032.json
Normal file
File diff suppressed because it is too large
Load diff
3491
data/Map033.json
Normal file
3491
data/Map033.json
Normal file
File diff suppressed because it is too large
Load diff
5949
data/Map034.json
Normal file
5949
data/Map034.json
Normal file
File diff suppressed because it is too large
Load diff
8438
data/Map035.json
Normal file
8438
data/Map035.json
Normal file
File diff suppressed because it is too large
Load diff
11480
data/Map036.json
Normal file
11480
data/Map036.json
Normal file
File diff suppressed because it is too large
Load diff
10137
data/Map037.json
Normal file
10137
data/Map037.json
Normal file
File diff suppressed because it is too large
Load diff
10859
data/Map038.json
Normal file
10859
data/Map038.json
Normal file
File diff suppressed because it is too large
Load diff
3498
data/Map039.json
Normal file
3498
data/Map039.json
Normal file
File diff suppressed because it is too large
Load diff
6167
data/Map040.json
Normal file
6167
data/Map040.json
Normal file
File diff suppressed because it is too large
Load diff
15170
data/Map041.json
Normal file
15170
data/Map041.json
Normal file
File diff suppressed because it is too large
Load diff
5689
data/Map042.json
Normal file
5689
data/Map042.json
Normal file
File diff suppressed because it is too large
Load diff
14786
data/Map043.json
Normal file
14786
data/Map043.json
Normal file
File diff suppressed because it is too large
Load diff
2034
data/Map044.json
Normal file
2034
data/Map044.json
Normal file
File diff suppressed because it is too large
Load diff
7701
data/Map045.json
Normal file
7701
data/Map045.json
Normal file
File diff suppressed because it is too large
Load diff
3019
data/Map046.json
Normal file
3019
data/Map046.json
Normal file
File diff suppressed because it is too large
Load diff
4105
data/Map047.json
Normal file
4105
data/Map047.json
Normal file
File diff suppressed because it is too large
Load diff
7079
data/Map048.json
Normal file
7079
data/Map048.json
Normal file
File diff suppressed because it is too large
Load diff
1429
data/Map049.json
Normal file
1429
data/Map049.json
Normal file
File diff suppressed because it is too large
Load diff
4532
data/Map050.json
Normal file
4532
data/Map050.json
Normal file
File diff suppressed because it is too large
Load diff
3552
data/Map051.json
Normal file
3552
data/Map051.json
Normal file
File diff suppressed because it is too large
Load diff
8193
data/Map052.json
Normal file
8193
data/Map052.json
Normal file
File diff suppressed because it is too large
Load diff
8748
data/Map053.json
Normal file
8748
data/Map053.json
Normal file
File diff suppressed because it is too large
Load diff
9542
data/Map054.json
Normal file
9542
data/Map054.json
Normal file
File diff suppressed because it is too large
Load diff
6547
data/Map055.json
Normal file
6547
data/Map055.json
Normal file
File diff suppressed because it is too large
Load diff
1176
data/Map056.json
Normal file
1176
data/Map056.json
Normal file
File diff suppressed because it is too large
Load diff
6232
data/Map057.json
Normal file
6232
data/Map057.json
Normal file
File diff suppressed because it is too large
Load diff
2860
data/Map058.json
Normal file
2860
data/Map058.json
Normal file
File diff suppressed because it is too large
Load diff
3160
data/Map059.json
Normal file
3160
data/Map059.json
Normal file
File diff suppressed because it is too large
Load diff
1288
data/Map060.json
Normal file
1288
data/Map060.json
Normal file
File diff suppressed because it is too large
Load diff
1622
data/Map061.json
Normal file
1622
data/Map061.json
Normal file
File diff suppressed because it is too large
Load diff
1480
data/Map062.json
Normal file
1480
data/Map062.json
Normal file
File diff suppressed because it is too large
Load diff
6755
data/Map063.json
Normal file
6755
data/Map063.json
Normal file
File diff suppressed because it is too large
Load diff
2466
data/Map064.json
Normal file
2466
data/Map064.json
Normal file
File diff suppressed because it is too large
Load diff
3768
data/Map065.json
Normal file
3768
data/Map065.json
Normal file
File diff suppressed because it is too large
Load diff
2604
data/Map066.json
Normal file
2604
data/Map066.json
Normal file
File diff suppressed because it is too large
Load diff
3417
data/Map067.json
Normal file
3417
data/Map067.json
Normal file
File diff suppressed because it is too large
Load diff
1553
data/Map068.json
Normal file
1553
data/Map068.json
Normal file
File diff suppressed because it is too large
Load diff
1555
data/Map069.json
Normal file
1555
data/Map069.json
Normal file
File diff suppressed because it is too large
Load diff
1553
data/Map070.json
Normal file
1553
data/Map070.json
Normal file
File diff suppressed because it is too large
Load diff
34721
data/Map071.json
Normal file
34721
data/Map071.json
Normal file
File diff suppressed because it is too large
Load diff
6838
data/Map072.json
Normal file
6838
data/Map072.json
Normal file
File diff suppressed because it is too large
Load diff
7255
data/Map073.json
Normal file
7255
data/Map073.json
Normal file
File diff suppressed because it is too large
Load diff
8661
data/Map074.json
Normal file
8661
data/Map074.json
Normal file
File diff suppressed because it is too large
Load diff
5430
data/Map075.json
Normal file
5430
data/Map075.json
Normal file
File diff suppressed because it is too large
Load diff
12696
data/Map076.json
Normal file
12696
data/Map076.json
Normal file
File diff suppressed because it is too large
Load diff
3747
data/Map077.json
Normal file
3747
data/Map077.json
Normal file
File diff suppressed because it is too large
Load diff
696
data/MapInfos.json
Normal file
696
data/MapInfos.json
Normal file
|
|
@ -0,0 +1,696 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"expanded": false,
|
||||
"name": "冒頭と分岐",
|
||||
"order": 1,
|
||||
"parentId": 0,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"expanded": true,
|
||||
"name": "家",
|
||||
"order": 3,
|
||||
"parentId": 10,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 590.5714285714286
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"expanded": true,
|
||||
"name": "通学路",
|
||||
"order": 5,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"expanded": true,
|
||||
"name": "学校",
|
||||
"order": 7,
|
||||
"parentId": 21,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 880.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"expanded": true,
|
||||
"name": "学校教室",
|
||||
"order": 10,
|
||||
"parentId": 4,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 605.4
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"expanded": true,
|
||||
"name": "学校廊下",
|
||||
"order": 8,
|
||||
"parentId": 4,
|
||||
"scrollX": 1496.5714285714284,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"expanded": true,
|
||||
"name": "倉庫街",
|
||||
"order": 73,
|
||||
"parentId": 10,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 734.5714285714286
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"expanded": false,
|
||||
"name": "保健室",
|
||||
"order": 13,
|
||||
"parentId": 4,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"expanded": true,
|
||||
"name": "屋上",
|
||||
"order": 14,
|
||||
"parentId": 4,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"expanded": true,
|
||||
"name": "ワールドマップ",
|
||||
"order": 2,
|
||||
"parentId": 0,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"expanded": true,
|
||||
"name": "ホテル",
|
||||
"order": 34,
|
||||
"parentId": 19,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 1161
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"expanded": true,
|
||||
"name": "sisaku 1",
|
||||
"order": 76,
|
||||
"parentId": 10,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 2244.6
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"expanded": true,
|
||||
"name": "ホテル最上階",
|
||||
"order": 39,
|
||||
"parentId": 30,
|
||||
"scrollX": 831.5999999999999,
|
||||
"scrollY": 633
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"expanded": true,
|
||||
"name": "監禁部屋",
|
||||
"order": 74,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"expanded": true,
|
||||
"name": "公園",
|
||||
"order": 17,
|
||||
"parentId": 21,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"expanded": true,
|
||||
"name": "工場",
|
||||
"order": 54,
|
||||
"parentId": 23,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 624.6
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"expanded": true,
|
||||
"name": "廃工場",
|
||||
"order": 68,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 643.7142857142857
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"expanded": true,
|
||||
"name": "公園(夜",
|
||||
"order": 18,
|
||||
"parentId": 21,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 426.59999999999997
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"expanded": true,
|
||||
"name": "大都市",
|
||||
"order": 20,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"expanded": true,
|
||||
"name": "隣町",
|
||||
"order": 42,
|
||||
"parentId": 23,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 739.7142857142857
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"expanded": true,
|
||||
"name": "地元商店街",
|
||||
"order": 6,
|
||||
"parentId": 10,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"expanded": true,
|
||||
"name": "繁華街",
|
||||
"order": 21,
|
||||
"parentId": 19,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"expanded": true,
|
||||
"name": "隣町通り",
|
||||
"order": 41,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"expanded": true,
|
||||
"name": "学校教室イベント用",
|
||||
"order": 11,
|
||||
"parentId": 4,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 605.4
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"expanded": true,
|
||||
"name": "学校教室イベント用2",
|
||||
"order": 12,
|
||||
"parentId": 4,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 604.1999999999999
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"expanded": true,
|
||||
"name": "ホテル1F",
|
||||
"order": 35,
|
||||
"parentId": 11,
|
||||
"scrollX": 841.1999999999999,
|
||||
"scrollY": 455.4
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"expanded": true,
|
||||
"name": "カラオケ内",
|
||||
"order": 30,
|
||||
"parentId": 22,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 605.4
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"expanded": true,
|
||||
"name": "ホテル2",
|
||||
"order": 37,
|
||||
"parentId": 26,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 584.6666666666666
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"expanded": true,
|
||||
"name": "カラオケ内部",
|
||||
"order": 32,
|
||||
"parentId": 31,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"expanded": true,
|
||||
"name": "ホテル3",
|
||||
"order": 38,
|
||||
"parentId": 28,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 584.6666666666666
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"expanded": true,
|
||||
"name": "カラオケ2",
|
||||
"order": 31,
|
||||
"parentId": 27,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 605.4
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"expanded": true,
|
||||
"name": "カフェ",
|
||||
"order": 27,
|
||||
"parentId": 22,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"expanded": true,
|
||||
"name": "トイレ",
|
||||
"order": 28,
|
||||
"parentId": 32,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 470
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"expanded": false,
|
||||
"name": "トイレ回想用",
|
||||
"order": 29,
|
||||
"parentId": 33,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"expanded": true,
|
||||
"name": "ゲーセン",
|
||||
"order": 25,
|
||||
"parentId": 22,
|
||||
"scrollX": 940.5,
|
||||
"scrollY": 671.25
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"expanded": true,
|
||||
"name": "ホテル回想用",
|
||||
"order": 40,
|
||||
"parentId": 13,
|
||||
"scrollX": 831.5999999999999,
|
||||
"scrollY": 513
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"expanded": true,
|
||||
"name": "地下1",
|
||||
"order": 56,
|
||||
"parentId": 44,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 951
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"expanded": true,
|
||||
"name": "ラブホ回想用",
|
||||
"order": 23,
|
||||
"parentId": 40,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 590.5714285714286
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"expanded": true,
|
||||
"name": "ゲーセン回想用",
|
||||
"order": 26,
|
||||
"parentId": 35,
|
||||
"scrollX": 940.5,
|
||||
"scrollY": 605.25
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"expanded": true,
|
||||
"name": "レストラン",
|
||||
"order": 22,
|
||||
"parentId": 22,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 528.6
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"expanded": true,
|
||||
"name": "隣町回想用",
|
||||
"order": 53,
|
||||
"parentId": 20,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"expanded": false,
|
||||
"name": "隣町トイレ",
|
||||
"order": 52,
|
||||
"parentId": 20,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"expanded": true,
|
||||
"name": "ステージ",
|
||||
"order": 67,
|
||||
"parentId": 10,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 575.4
|
||||
},
|
||||
{
|
||||
"id": 44,
|
||||
"expanded": true,
|
||||
"name": "小屋",
|
||||
"order": 55,
|
||||
"parentId": 16,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 45,
|
||||
"expanded": true,
|
||||
"name": "酒場外",
|
||||
"order": 43,
|
||||
"parentId": 20,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"expanded": true,
|
||||
"name": "酒場",
|
||||
"order": 44,
|
||||
"parentId": 45,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
"expanded": true,
|
||||
"name": "酒場回想用",
|
||||
"order": 47,
|
||||
"parentId": 20,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"expanded": true,
|
||||
"name": "旧校舎",
|
||||
"order": 15,
|
||||
"parentId": 21,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 49,
|
||||
"expanded": true,
|
||||
"name": "隣町小屋",
|
||||
"order": 49,
|
||||
"parentId": 20,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"expanded": false,
|
||||
"name": "カラオケ回想用",
|
||||
"order": 33,
|
||||
"parentId": 29,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"expanded": true,
|
||||
"name": "回想用家",
|
||||
"order": 4,
|
||||
"parentId": 2,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"expanded": true,
|
||||
"name": "時計台",
|
||||
"order": 72,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 739.7142857142857
|
||||
},
|
||||
{
|
||||
"id": 53,
|
||||
"expanded": true,
|
||||
"name": "回想部屋",
|
||||
"order": 75,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 54,
|
||||
"expanded": true,
|
||||
"name": "廃工場回想用",
|
||||
"order": 69,
|
||||
"parentId": 17,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 640.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 55,
|
||||
"expanded": false,
|
||||
"name": "学校廊下ハッピー用",
|
||||
"order": 9,
|
||||
"parentId": 6,
|
||||
"scrollX": 1482,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 56,
|
||||
"expanded": false,
|
||||
"name": "倉庫",
|
||||
"order": 36,
|
||||
"parentId": 26,
|
||||
"scrollX": 1238,
|
||||
"scrollY": 705
|
||||
},
|
||||
{
|
||||
"id": 57,
|
||||
"expanded": true,
|
||||
"name": "調理場",
|
||||
"order": 45,
|
||||
"parentId": 45,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 58,
|
||||
"expanded": false,
|
||||
"name": "倉庫",
|
||||
"order": 46,
|
||||
"parentId": 57,
|
||||
"scrollX": 816,
|
||||
"scrollY": 640
|
||||
},
|
||||
{
|
||||
"id": 59,
|
||||
"expanded": true,
|
||||
"name": "地下2",
|
||||
"order": 62,
|
||||
"parentId": 44,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 730
|
||||
},
|
||||
{
|
||||
"id": 60,
|
||||
"expanded": false,
|
||||
"name": "バルブ室",
|
||||
"order": 66,
|
||||
"parentId": 59,
|
||||
"scrollX": 412.6666666666667,
|
||||
"scrollY": 294.3333333333333
|
||||
},
|
||||
{
|
||||
"id": 61,
|
||||
"expanded": true,
|
||||
"name": "控室前廊下",
|
||||
"order": 63,
|
||||
"parentId": 59,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 459.3333333333333
|
||||
},
|
||||
{
|
||||
"id": 62,
|
||||
"expanded": false,
|
||||
"name": "廊下",
|
||||
"order": 64,
|
||||
"parentId": 59,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 470
|
||||
},
|
||||
{
|
||||
"id": 63,
|
||||
"expanded": true,
|
||||
"name": "障害物",
|
||||
"order": 57,
|
||||
"parentId": 37,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 470
|
||||
},
|
||||
{
|
||||
"id": 64,
|
||||
"expanded": true,
|
||||
"name": "h1",
|
||||
"order": 58,
|
||||
"parentId": 37,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 65,
|
||||
"expanded": true,
|
||||
"name": "トイレ",
|
||||
"order": 65,
|
||||
"parentId": 59,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 470
|
||||
},
|
||||
{
|
||||
"id": 66,
|
||||
"expanded": true,
|
||||
"name": "sisaku 2",
|
||||
"order": 77,
|
||||
"parentId": 12,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 67,
|
||||
"expanded": false,
|
||||
"name": "上流家庭2F",
|
||||
"order": 70,
|
||||
"parentId": 10,
|
||||
"scrollX": 752.4,
|
||||
"scrollY": 528.6
|
||||
},
|
||||
{
|
||||
"id": 68,
|
||||
"expanded": true,
|
||||
"name": "h4",
|
||||
"order": 61,
|
||||
"parentId": 37,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 470
|
||||
},
|
||||
{
|
||||
"id": 69,
|
||||
"expanded": true,
|
||||
"name": "h3",
|
||||
"order": 60,
|
||||
"parentId": 37,
|
||||
"scrollX": 619,
|
||||
"scrollY": 352.5
|
||||
},
|
||||
{
|
||||
"id": 70,
|
||||
"expanded": false,
|
||||
"name": "h2",
|
||||
"order": 59,
|
||||
"parentId": 37,
|
||||
"scrollX": 825.3333333333334,
|
||||
"scrollY": 470
|
||||
},
|
||||
{
|
||||
"id": 71,
|
||||
"expanded": true,
|
||||
"name": "ラブホ回想部屋用",
|
||||
"order": 24,
|
||||
"parentId": 40,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 590.5714285714286
|
||||
},
|
||||
{
|
||||
"id": 72,
|
||||
"expanded": true,
|
||||
"name": "隣町ピンサロ",
|
||||
"order": 51,
|
||||
"parentId": 20,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 423
|
||||
},
|
||||
{
|
||||
"id": 73,
|
||||
"expanded": true,
|
||||
"name": "酒場回想部屋用",
|
||||
"order": 48,
|
||||
"parentId": 47,
|
||||
"scrollX": 742.8,
|
||||
"scrollY": 413.4
|
||||
},
|
||||
{
|
||||
"id": 74,
|
||||
"expanded": true,
|
||||
"name": "隣町ed用",
|
||||
"order": 50,
|
||||
"parentId": 20,
|
||||
"scrollX": 928.5,
|
||||
"scrollY": 528.75
|
||||
},
|
||||
{
|
||||
"id": 75,
|
||||
"expanded": false,
|
||||
"name": "旧校舎トイレ",
|
||||
"order": 16,
|
||||
"parentId": 48,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
},
|
||||
{
|
||||
"id": 76,
|
||||
"expanded": false,
|
||||
"name": "公園(夜(回想用",
|
||||
"order": 19,
|
||||
"parentId": 18,
|
||||
"scrollX": 1074.857142857143,
|
||||
"scrollY": 590.5714285714286
|
||||
},
|
||||
{
|
||||
"id": 77,
|
||||
"expanded": false,
|
||||
"name": "上流家庭1F",
|
||||
"order": 71,
|
||||
"parentId": 10,
|
||||
"scrollX": 1061.142857142857,
|
||||
"scrollY": 604.2857142857142
|
||||
}
|
||||
]
|
||||
7970
data/Skills.json
Normal file
7970
data/Skills.json
Normal file
File diff suppressed because it is too large
Load diff
980
data/States.json
Normal file
980
data/States.json
Normal file
|
|
@ -0,0 +1,980 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 1,
|
||||
"maxTurns": 1,
|
||||
"message1": "%1は倒れた!",
|
||||
"message2": "%1を倒した!",
|
||||
"message3": "",
|
||||
"message4": "%1は立ち上がった!",
|
||||
"minTurns": 1,
|
||||
"motion": 3,
|
||||
"name": "戦闘不能",
|
||||
"note": "ステート1番はHP0のときに付加されます。",
|
||||
"overlay": 0,
|
||||
"priority": 100,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 4,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 9,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 0,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "防御",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 0,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": true,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 0,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "不死身",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 0,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 2,
|
||||
"maxTurns": 1,
|
||||
"message1": "%1は毒にかかった!",
|
||||
"message2": "%1に毒をかけた!",
|
||||
"message3": "",
|
||||
"message4": "%1の毒が消えた!",
|
||||
"minTurns": 1,
|
||||
"motion": 1,
|
||||
"overlay": 1,
|
||||
"name": "毒",
|
||||
"note": "",
|
||||
"priority": 50,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 7,
|
||||
"value": -0.1
|
||||
}
|
||||
],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 3,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は暗闇に閉ざされた!",
|
||||
"message2": "%1を暗闇に閉ざした!",
|
||||
"message3": "",
|
||||
"message4": "%1の暗闇が消えた!",
|
||||
"minTurns": 3,
|
||||
"motion": 1,
|
||||
"name": "暗闇",
|
||||
"note": "",
|
||||
"overlay": 2,
|
||||
"priority": 60,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": -0.5
|
||||
}
|
||||
],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 4,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は沈黙した!",
|
||||
"message2": "%1を沈黙させた!",
|
||||
"message3": "",
|
||||
"message4": "%1の沈黙が解けた!",
|
||||
"minTurns": 3,
|
||||
"motion": 1,
|
||||
"name": "沈黙",
|
||||
"note": "",
|
||||
"overlay": 3,
|
||||
"priority": 65,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 42,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 50,
|
||||
"iconIndex": 5,
|
||||
"maxTurns": 4,
|
||||
"message1": "%1は激昂した!",
|
||||
"message2": "%1を激昂させた!",
|
||||
"message3": "",
|
||||
"message4": "%1は我に返った!",
|
||||
"minTurns": 2,
|
||||
"motion": 1,
|
||||
"name": "激昂",
|
||||
"note": "",
|
||||
"overlay": 4,
|
||||
"priority": 70,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": true,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 1,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 50,
|
||||
"iconIndex": 6,
|
||||
"maxTurns": 4,
|
||||
"message1": "%1は混乱した!",
|
||||
"message2": "%1を混乱させた!",
|
||||
"message3": "",
|
||||
"message4": "%1は我に返った!",
|
||||
"minTurns": 2,
|
||||
"motion": 1,
|
||||
"name": "混乱",
|
||||
"note": "",
|
||||
"overlay": 5,
|
||||
"priority": 75,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": true,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 2,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 50,
|
||||
"iconIndex": 7,
|
||||
"maxTurns": 4,
|
||||
"message1": "%1は魅了された!",
|
||||
"message2": "%1を魅了した!",
|
||||
"message3": "",
|
||||
"message4": "%1は我に返った!",
|
||||
"minTurns": 2,
|
||||
"motion": 1,
|
||||
"name": "魅了",
|
||||
"note": "",
|
||||
"overlay": 6,
|
||||
"priority": 80,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": true,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 3,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 8,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は眠った!",
|
||||
"message2": "%1を眠らせた!",
|
||||
"message3": "%1は眠っている。",
|
||||
"message4": "%1は目を覚ました!",
|
||||
"minTurns": 3,
|
||||
"motion": 2,
|
||||
"name": "睡眠",
|
||||
"note": "",
|
||||
"overlay": 7,
|
||||
"priority": 90,
|
||||
"releaseByDamage": true,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": true,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 4,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": -1
|
||||
}
|
||||
],
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [],
|
||||
"iconIndex": 0,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": -1
|
||||
}
|
||||
],
|
||||
"iconIndex": 9,
|
||||
"maxTurns": 3,
|
||||
"message1": "%1はしびれて動けなくなった!",
|
||||
"message2": "%1を麻痺させた!",
|
||||
"message3": "%1は体がしびれて動けない!",
|
||||
"message4": "%1の麻痺が解けた!",
|
||||
"minTurns": 3,
|
||||
"motion": 2,
|
||||
"name": "麻痺",
|
||||
"note": "",
|
||||
"overlay": 8,
|
||||
"priority": 95,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 4,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": -1
|
||||
}
|
||||
],
|
||||
"iconIndex": 9,
|
||||
"maxTurns": 2,
|
||||
"message1": "%1はバランスを崩した!",
|
||||
"message2": "%1はバランスを崩した!",
|
||||
"message3": "%1はバランスを崩している……",
|
||||
"message4": "%1は体勢を立て直した!",
|
||||
"minTurns": 1,
|
||||
"motion": 1,
|
||||
"name": "スタン",
|
||||
"note": "",
|
||||
"overlay": 10,
|
||||
"priority": 90,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 4,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [],
|
||||
"iconIndex": 0,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 7,
|
||||
"value": 0.1
|
||||
}
|
||||
],
|
||||
"iconIndex": 72,
|
||||
"maxTurns": 4,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 4,
|
||||
"motion": 0,
|
||||
"name": "HP再生",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 40,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 8,
|
||||
"value": 0.1
|
||||
}
|
||||
],
|
||||
"iconIndex": 72,
|
||||
"maxTurns": 4,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 4,
|
||||
"motion": 0,
|
||||
"name": "MP再生",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 40,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 9,
|
||||
"value": 0.1
|
||||
}
|
||||
],
|
||||
"iconIndex": 72,
|
||||
"maxTurns": 4,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 4,
|
||||
"motion": 0,
|
||||
"name": "TP再生",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 40,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 5,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"iconIndex": 70,
|
||||
"maxTurns": 5,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "魔法反射",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 40,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"iconIndex": 81,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "かばう",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 40,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": true,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 0,
|
||||
"value": 9
|
||||
}
|
||||
],
|
||||
"iconIndex": 76,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は狙われやすくなった!",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "挑発",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 40,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 0,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 81,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は狙われにくくなった!",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "隠れる",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 40,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 6,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"iconIndex": 77,
|
||||
"maxTurns": 3,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 3,
|
||||
"motion": 0,
|
||||
"name": "反撃",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": true,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 4,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 5,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 6,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 7,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 8,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 9,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 10,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 12,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 14,
|
||||
"dataId": 13,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"iconIndex": 70,
|
||||
"maxTurns": 5,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "状態異常防止",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 4,
|
||||
"value": 0.25
|
||||
}
|
||||
],
|
||||
"iconIndex": 70,
|
||||
"maxTurns": 5,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "消費MP減",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 2,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 11,
|
||||
"dataId": 2,
|
||||
"value": 0.5
|
||||
},
|
||||
{
|
||||
"code": 21,
|
||||
"dataId": 2,
|
||||
"value": 1.1
|
||||
}
|
||||
],
|
||||
"iconIndex": 64,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は炎の力を身にまとった。",
|
||||
"message2": "%1は炎の力を身にまとった。",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "炎の力",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 11,
|
||||
"dataId": 3,
|
||||
"value": 0.5
|
||||
},
|
||||
{
|
||||
"code": 21,
|
||||
"dataId": 2,
|
||||
"value": 1.1
|
||||
}
|
||||
],
|
||||
"iconIndex": 65,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は氷の力を身にまとった。",
|
||||
"message2": "%1は氷の力を身にまとった。",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "氷の力",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 4,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 11,
|
||||
"dataId": 4,
|
||||
"value": 0.5
|
||||
},
|
||||
{
|
||||
"code": 21,
|
||||
"dataId": 2,
|
||||
"value": 1.1
|
||||
}
|
||||
],
|
||||
"iconIndex": 66,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は雷の力を身にまとった。",
|
||||
"message2": "%1は雷の力を身にまとった。",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 5,
|
||||
"motion": 0,
|
||||
"name": "雷の力",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [],
|
||||
"iconIndex": 0,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 50,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 0,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"iconIndex": 72,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "エンカウント半減",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 20,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": true,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 4,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 64,
|
||||
"dataId": 5,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"iconIndex": 70,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "賞金・アイテム2倍",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 20,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": true,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"messageType": 1
|
||||
}
|
||||
]
|
||||
773
data/System.json
Normal file
773
data/System.json
Normal file
|
|
@ -0,0 +1,773 @@
|
|||
{
|
||||
"advanced": {
|
||||
"gameId": 77299848,
|
||||
"screenWidth": 816,
|
||||
"screenHeight": 624,
|
||||
"uiAreaWidth": 816,
|
||||
"uiAreaHeight": 624,
|
||||
"numberFontFilename": "mplus-2p-bold-sub.woff",
|
||||
"fallbackFonts": "Verdana, sans-serif",
|
||||
"fontSize": 26,
|
||||
"mainFontFilename": "mplus-1m-regular.woff",
|
||||
"windowOpacity": 192
|
||||
},
|
||||
"airship": {
|
||||
"bgm": {
|
||||
"name": "Ship3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"characterIndex": 3,
|
||||
"characterName": "Vehicle",
|
||||
"startMapId": 0,
|
||||
"startX": 0,
|
||||
"startY": 0
|
||||
},
|
||||
"armorTypes": [
|
||||
"",
|
||||
"一般防具",
|
||||
"魔法防具",
|
||||
"軽装防具",
|
||||
"重装防具",
|
||||
"小型盾",
|
||||
"大型盾"
|
||||
],
|
||||
"attackMotions": [
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 0
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 1
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 2
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 3
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 4
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 5
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"weaponImageId": 6
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"weaponImageId": 7
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"weaponImageId": 8
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"weaponImageId": 9
|
||||
},
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 10
|
||||
},
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 11
|
||||
},
|
||||
{
|
||||
"type": 0,
|
||||
"weaponImageId": 12
|
||||
}
|
||||
],
|
||||
"battleBgm": {
|
||||
"name": "Battle1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"battleback1Name": "GrassMaze",
|
||||
"battleback2Name": "GrassMaze",
|
||||
"battlerHue": 0,
|
||||
"battlerName": "Hi_monster",
|
||||
"battleSystem": 0,
|
||||
"boat": {
|
||||
"bgm": {
|
||||
"name": "Ship1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"characterIndex": 0,
|
||||
"characterName": "Vehicle",
|
||||
"startMapId": 0,
|
||||
"startX": 0,
|
||||
"startY": 0
|
||||
},
|
||||
"currencyUnit": "G",
|
||||
"defeatMe": {
|
||||
"name": "Defeat1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"editMapId": 20,
|
||||
"elements": [
|
||||
"",
|
||||
"物理",
|
||||
"炎",
|
||||
"氷",
|
||||
"雷",
|
||||
"水",
|
||||
"土",
|
||||
"風",
|
||||
"光",
|
||||
"闇"
|
||||
],
|
||||
"equipTypes": [
|
||||
"",
|
||||
"武器",
|
||||
"盾",
|
||||
"頭",
|
||||
"身体",
|
||||
"装飾品"
|
||||
],
|
||||
"gameTitle": "王子様な幼馴染が雌豚になるまで",
|
||||
"gameoverMe": {
|
||||
"name": "Gameover1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"itemCategories": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
true
|
||||
],
|
||||
"locale": "ja_JP",
|
||||
"magicSkills": [
|
||||
1
|
||||
],
|
||||
"menuCommands": [
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
true
|
||||
],
|
||||
"optAutosave": false,
|
||||
"optDisplayTp": false,
|
||||
"optDrawTitle": false,
|
||||
"optExtraExp": false,
|
||||
"optFloorDeath": false,
|
||||
"optFollowers": true,
|
||||
"optKeyItemsNumber": false,
|
||||
"optSideView": false,
|
||||
"optSlipDeath": false,
|
||||
"optTransparent": true,
|
||||
"partyMembers": [
|
||||
1
|
||||
],
|
||||
"ship": {
|
||||
"bgm": {
|
||||
"name": "Ship2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"characterIndex": 1,
|
||||
"characterName": "Vehicle",
|
||||
"startMapId": 0,
|
||||
"startX": 0,
|
||||
"startY": 0
|
||||
},
|
||||
"skillTypes": [
|
||||
"",
|
||||
"魔法",
|
||||
"必殺技"
|
||||
],
|
||||
"sounds": [
|
||||
{
|
||||
"name": "Cursor3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Decision2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Cancel2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Buzzer1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Equip1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Save2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Load2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Battle1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Run",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Attack3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Damage4",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Damage5",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Collapse4",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Recovery",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Miss",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Evasion1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Evasion2",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Reflection",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Shop1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Item3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
{
|
||||
"name": "Item3",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
}
|
||||
],
|
||||
"startMapId": 1,
|
||||
"startX": 8,
|
||||
"startY": 5,
|
||||
"switches": [
|
||||
"",
|
||||
"朝1",
|
||||
"朝2",
|
||||
"朝3",
|
||||
"朝4",
|
||||
"朝5",
|
||||
"朝6",
|
||||
"hp",
|
||||
"イベ1",
|
||||
"イベ2",
|
||||
"イベ3",
|
||||
"イベ4",
|
||||
"イベ5",
|
||||
"イベ6",
|
||||
"イベ7",
|
||||
"イベ8",
|
||||
"イベ9",
|
||||
"イベ10",
|
||||
"メモ",
|
||||
"扉",
|
||||
"ブレーカー",
|
||||
"水",
|
||||
"イベ11",
|
||||
"イベ12",
|
||||
"薬",
|
||||
"イベ13",
|
||||
"2週間目",
|
||||
"木箱",
|
||||
"操作スイッチ1",
|
||||
"カラオケ",
|
||||
"カフェ",
|
||||
"ゲーセン",
|
||||
"レストラン",
|
||||
"イベ14",
|
||||
"いべ15",
|
||||
"隣町1",
|
||||
"隣町2",
|
||||
"隣町3",
|
||||
"3週間目",
|
||||
"隣町4",
|
||||
"イベ16",
|
||||
"hk0",
|
||||
"hk0.2",
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5",
|
||||
"6",
|
||||
"7",
|
||||
"8",
|
||||
"9",
|
||||
"10",
|
||||
"11",
|
||||
"12",
|
||||
"13",
|
||||
"14",
|
||||
"15",
|
||||
"16",
|
||||
"17",
|
||||
"18",
|
||||
"n1",
|
||||
"n2",
|
||||
"n3",
|
||||
"n4",
|
||||
"n5",
|
||||
"n6",
|
||||
"n7",
|
||||
"n8",
|
||||
"n9",
|
||||
"n10",
|
||||
"n11",
|
||||
"n12",
|
||||
"n13",
|
||||
"n14",
|
||||
"n15",
|
||||
"n16",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"通学路用",
|
||||
"スマホ制御用",
|
||||
"s1g",
|
||||
"s2g",
|
||||
"s3g",
|
||||
"b",
|
||||
"b2",
|
||||
"b3",
|
||||
"ed",
|
||||
"イベ17",
|
||||
"3失敗",
|
||||
"イベ18",
|
||||
"公園",
|
||||
"旧校舎",
|
||||
"教室",
|
||||
"バッドルート",
|
||||
"ハッピールート",
|
||||
"バッド3用",
|
||||
"エンディング用",
|
||||
"エンディング用2",
|
||||
"pc制御",
|
||||
"pc初めて",
|
||||
"スマホ初めて",
|
||||
"ハッピ用",
|
||||
"ハッピ用2",
|
||||
"ハッピ用3",
|
||||
"ハッピ用4",
|
||||
"",
|
||||
"",
|
||||
"クリア1",
|
||||
"s2.1",
|
||||
"s2.2",
|
||||
"s2.3",
|
||||
"報知機",
|
||||
"倉庫",
|
||||
"扉",
|
||||
"ライター",
|
||||
"クリア2",
|
||||
"オイル",
|
||||
"地下1",
|
||||
"失敗説明",
|
||||
"地下2",
|
||||
"水道",
|
||||
"鍵",
|
||||
"パスワード",
|
||||
"梯子",
|
||||
"箱",
|
||||
"梯子2",
|
||||
"水",
|
||||
"クリア3",
|
||||
"障害物",
|
||||
"梯子ヒント",
|
||||
"サングラス",
|
||||
"",
|
||||
"es1.1",
|
||||
"es1.2",
|
||||
"es1.3",
|
||||
"es2.1",
|
||||
"es2.2",
|
||||
"es2.3",
|
||||
"es3.1",
|
||||
"es3.2",
|
||||
"es3.3",
|
||||
"es4.1",
|
||||
"es4.2",
|
||||
"es4.3",
|
||||
"es5.1",
|
||||
"es5.2",
|
||||
"es5.3",
|
||||
"es6.1",
|
||||
"es6.2",
|
||||
"es6.3",
|
||||
"",
|
||||
"妨害パート",
|
||||
"全開放",
|
||||
"突入説明",
|
||||
"すて2失敗",
|
||||
"すて1失敗",
|
||||
"すて1失敗 消す用",
|
||||
"ステ1失敗2",
|
||||
"",
|
||||
"回想移動スマホ用",
|
||||
"スマホ制御回想用",
|
||||
"",
|
||||
"回想制御",
|
||||
"",
|
||||
"バッド1",
|
||||
"バッド2",
|
||||
"バッド3",
|
||||
"第一金曜1",
|
||||
"第一金曜2",
|
||||
"第一金曜3",
|
||||
"第二金曜1",
|
||||
"第二金曜2",
|
||||
"第二金曜3",
|
||||
"第三金曜1",
|
||||
"第三金曜2",
|
||||
"第三金曜3",
|
||||
"",
|
||||
"クリア用",
|
||||
"hp用",
|
||||
"最後のイベ用",
|
||||
"えd2通学路ヒロイン",
|
||||
"happi",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"terms": {
|
||||
"basic": [
|
||||
"レベル",
|
||||
"Lv",
|
||||
"HP",
|
||||
"HP",
|
||||
"MP",
|
||||
"MP",
|
||||
"TP",
|
||||
"TP",
|
||||
"経験値",
|
||||
"EXP"
|
||||
],
|
||||
"commands": [
|
||||
"戦う",
|
||||
"逃げる",
|
||||
"攻撃",
|
||||
"防御",
|
||||
"アイテム",
|
||||
"スキル",
|
||||
"装備",
|
||||
"ステータス",
|
||||
"並び替え",
|
||||
"セーブ",
|
||||
"ゲーム終了",
|
||||
"オプション",
|
||||
"武器",
|
||||
"防具",
|
||||
"大事なもの",
|
||||
"装備",
|
||||
"最強装備",
|
||||
"全て外す",
|
||||
"ニューゲーム",
|
||||
"コンティニュー",
|
||||
null,
|
||||
"タイトルへ",
|
||||
"やめる",
|
||||
null,
|
||||
"購入する",
|
||||
"売却する"
|
||||
],
|
||||
"params": [
|
||||
"最大HP",
|
||||
"最大MP",
|
||||
"攻撃力",
|
||||
"防御力",
|
||||
"魔法力",
|
||||
"魔法防御",
|
||||
"敏捷性",
|
||||
"運",
|
||||
"命中率",
|
||||
"回避率"
|
||||
],
|
||||
"messages": {
|
||||
"alwaysDash": "常時ダッシュ",
|
||||
"commandRemember": "コマンド記憶",
|
||||
"touchUI": "タッチUI",
|
||||
"bgmVolume": "BGM 音量",
|
||||
"bgsVolume": "BGS 音量",
|
||||
"meVolume": "ME 音量",
|
||||
"seVolume": "SE 音量",
|
||||
"possession": "持っている数",
|
||||
"expTotal": "現在の%1",
|
||||
"expNext": "次の%1まで",
|
||||
"saveMessage": "どのファイルにセーブしますか?",
|
||||
"loadMessage": "どのファイルをロードしますか?",
|
||||
"file": "ファイル",
|
||||
"autosave": "オートセーブ",
|
||||
"partyName": "%1たち",
|
||||
"emerge": "%1が出現!",
|
||||
"preemptive": "%1は先手を取った!",
|
||||
"surprise": "%1は不意をつかれた!",
|
||||
"escapeStart": "%1は逃げ出した!",
|
||||
"escapeFailure": "しかし逃げることはできなかった!",
|
||||
"victory": "%1の勝利!",
|
||||
"defeat": "%1は戦いに敗れた。",
|
||||
"obtainExp": "%1 の%2を獲得!",
|
||||
"obtainGold": "お金を %1\\G 手に入れた!",
|
||||
"obtainItem": "%1を手に入れた!",
|
||||
"levelUp": "%1は%2 %3 に上がった!",
|
||||
"obtainSkill": "%1を覚えた!",
|
||||
"useItem": "%1は%2を使った!",
|
||||
"criticalToEnemy": "会心の一撃!!",
|
||||
"criticalToActor": "痛恨の一撃!!",
|
||||
"actorDamage": "%1は %2 のダメージを受けた!",
|
||||
"actorRecovery": "%1の%2が %3 回復した!",
|
||||
"actorGain": "%1の%2が %3 増えた!",
|
||||
"actorLoss": "%1の%2が %3 減った!",
|
||||
"actorDrain": "%1は%2を %3 奪われた!",
|
||||
"actorNoDamage": "%1はダメージを受けていない!",
|
||||
"actorNoHit": "ミス! %1はダメージを受けていない!",
|
||||
"enemyDamage": "%1に %2 のダメージを与えた!",
|
||||
"enemyRecovery": "%1の%2が %3 回復した!",
|
||||
"enemyGain": "%1の%2が %3 増えた!",
|
||||
"enemyLoss": "%1の%2が %3 減った!",
|
||||
"enemyDrain": "%1の%2を %3 奪った!",
|
||||
"enemyNoDamage": "%1にダメージを与えられない!",
|
||||
"enemyNoHit": "ミス! %1にダメージを与えられない!",
|
||||
"evasion": "%1は攻撃をかわした!",
|
||||
"magicEvasion": "%1は魔法を打ち消した!",
|
||||
"magicReflection": "%1は魔法を跳ね返した!",
|
||||
"counterAttack": "%1の反撃!",
|
||||
"substitute": "%1が%2をかばった!",
|
||||
"buffAdd": "%1の%2が上がった!",
|
||||
"debuffAdd": "%1の%2が下がった!",
|
||||
"buffRemove": "%1の%2が元に戻った!",
|
||||
"actionFailure": "%1には効かなかった!"
|
||||
}
|
||||
},
|
||||
"testBattlers": [
|
||||
{
|
||||
"actorId": 1,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"actorId": 4,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
31,
|
||||
0,
|
||||
0,
|
||||
5,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"actorId": 6,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
7,
|
||||
0,
|
||||
65,
|
||||
21,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"actorId": 7,
|
||||
"level": 1,
|
||||
"equips": [
|
||||
7,
|
||||
0,
|
||||
0,
|
||||
20,
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"testTroopId": 1,
|
||||
"title1Name": "(文字有)タイトル(完成版)kaizou",
|
||||
"title2Name": "",
|
||||
"titleBgm": {
|
||||
"name": "Theme4",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"titleCommandWindow": {
|
||||
"background": 0,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0
|
||||
},
|
||||
"variables": [
|
||||
"",
|
||||
"日付カウント",
|
||||
"b2",
|
||||
"b3",
|
||||
"イベント制御用",
|
||||
"NTRカウント",
|
||||
"s1ps",
|
||||
"部屋カウント",
|
||||
"ケーキカウント",
|
||||
"s3ps",
|
||||
"カレンダーカウント",
|
||||
"",
|
||||
"id",
|
||||
"x",
|
||||
"y",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"versionId": 19400362,
|
||||
"victoryMe": {
|
||||
"name": "Victory1",
|
||||
"pan": 0,
|
||||
"pitch": 100,
|
||||
"volume": 90
|
||||
},
|
||||
"weaponTypes": [
|
||||
"",
|
||||
"短剣",
|
||||
"剣",
|
||||
"フレイル",
|
||||
"斧",
|
||||
"ムチ",
|
||||
"杖",
|
||||
"弓",
|
||||
"クロスボウ",
|
||||
"銃",
|
||||
"爪",
|
||||
"グローブ",
|
||||
"槍"
|
||||
],
|
||||
"windowTone": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"hasEncryptedImages": true,
|
||||
"hasEncryptedAudio": true,
|
||||
"encryptionKey": "c7635bfd99248a2cdef8249ef7bfbef4"
|
||||
}
|
||||
49269
data/Tilesets.json
Normal file
49269
data/Tilesets.json
Normal file
File diff suppressed because it is too large
Load diff
158
data/Troops.json
Normal file
158
data/Troops.json
Normal file
|
|
@ -0,0 +1,158 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
1703
data/Weapons.json
Normal file
1703
data/Weapons.json
Normal file
File diff suppressed because it is too large
Load diff
1
img/characters/h1.json
Normal file
1
img/characters/h1.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"identity":"CharacterGeneratorSettings","version":"2.0.0","gender":"female","patterns":{"body":"p01","face":"p01","fronthair":"p22","rearhair":"p08","beard":"","ears":"p01","eyes":"p01","eyebrows":"p01","nose":"p01","mouth":"p01","facialmark":"","beastears":"","tail":"","wing":"","clothing":"p24","cloak":"","acca":"","accb":"","glasses":""},"colors":{"#F9C19D":0,"#2C80CB":0,"#FCCB0A":18,"#B892C5":0,"#009296":0,"#D3CEC7":0,"#AE8682":15,"#FE9D1E":15,"#1C76D0":15,"#D9A404":15,"#D8AC00":0,"#A30708":0,"#D3CEC2":0,"#DA346E":0,"#A4C911":0,"#C78407":0,"#C0D3D2":0,"#4155B6":0,"#BA3B45":0,"#999999":0,"#CCBAD2":0,"#607E4B":0,"#E6D6BD":0,"#A7D6D6":0},"offsets":{"face":{"x":0,"y":0},"fronthair":{"x":2,"y":-3},"rearhair":{"x":0,"y":0},"beard":{"x":0,"y":0},"ears":{"x":0,"y":0},"eyes":{"x":0,"y":0},"eyebrows":{"x":0,"y":0},"nose":{"x":0,"y":0},"mouth":{"x":0,"y":0},"facialmark":{"x":0,"y":0},"beastears":{"x":0,"y":0},"tail":{"x":0,"y":0},"wing":{"x":0,"y":0},"clothing":{"x":0,"y":0},"cloak":{"x":0,"y":0},"acca":{"x":0,"y":0},"accb":{"x":0,"y":0},"glasses":{"x":0,"y":0}}}
|
||||
1
img/characters/h2.json
Normal file
1
img/characters/h2.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"identity":"CharacterGeneratorSettings","version":"2.0.0","gender":"female","patterns":{"body":"p01","face":"p01","fronthair":"p22","rearhair":"p08","beard":"","ears":"p01","eyes":"p01","eyebrows":"p01","nose":"p01","mouth":"p01","facialmark":"","beastears":"","tail":"","wing":"","clothing":"","cloak":"","acca":"","accb":"","glasses":""},"colors":{"#F9C19D":0,"#2C80CB":0,"#FCCB0A":18,"#B892C5":0,"#009296":0,"#D3CEC7":0,"#AE8682":0,"#FE9D1E":0,"#1C76D0":0,"#D9A404":0,"#D8AC00":0,"#A30708":0,"#D3CEC2":0,"#DA346E":0,"#A4C911":0,"#C78407":0,"#C0D3D2":0,"#4155B6":0,"#BA3B45":0,"#999999":0,"#CCBAD2":0,"#607E4B":0,"#E6D6BD":0,"#A7D6D6":0},"offsets":{"face":{"x":0,"y":0},"fronthair":{"x":2,"y":-3},"rearhair":{"x":0,"y":0},"beard":{"x":0,"y":0},"ears":{"x":0,"y":0},"eyes":{"x":0,"y":0},"eyebrows":{"x":0,"y":0},"nose":{"x":0,"y":0},"mouth":{"x":0,"y":0},"facialmark":{"x":0,"y":0},"beastears":{"x":0,"y":0},"tail":{"x":0,"y":0},"wing":{"x":0,"y":0},"clothing":{"x":0,"y":0},"cloak":{"x":0,"y":0},"acca":{"x":0,"y":0},"accb":{"x":0,"y":0},"glasses":{"x":0,"y":0}}}
|
||||
1
img/characters/h3.json
Normal file
1
img/characters/h3.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"identity":"CharacterGeneratorSettings","version":"2.0.0","gender":"female","patterns":{"body":"p01","face":"p01","fronthair":"p22","rearhair":"p08","beard":"","ears":"p01","eyes":"p01","eyebrows":"p01","nose":"p01","mouth":"p01","facialmark":"","beastears":"","tail":"","wing":"","clothing":"p24","cloak":"","acca":"p03","accb":"","glasses":""},"colors":{"#F9C19D":0,"#2C80CB":0,"#FCCB0A":1,"#B892C5":0,"#009296":0,"#D3CEC7":0,"#AE8682":15,"#FE9D1E":15,"#1C76D0":15,"#D9A404":15,"#D8AC00":0,"#A30708":0,"#D3CEC2":0,"#DA346E":0,"#A4C911":0,"#C78407":0,"#C0D3D2":0,"#4155B6":0,"#BA3B45":0,"#999999":0,"#CCBAD2":0,"#607E4B":0,"#E6D6BD":0,"#A7D6D6":0},"offsets":{"face":{"x":0,"y":0},"fronthair":{"x":2,"y":-3},"rearhair":{"x":0,"y":0},"beard":{"x":0,"y":0},"ears":{"x":0,"y":0},"eyes":{"x":0,"y":0},"eyebrows":{"x":0,"y":0},"nose":{"x":0,"y":0},"mouth":{"x":0,"y":0},"facialmark":{"x":0,"y":0},"beastears":{"x":0,"y":0},"tail":{"x":0,"y":0},"wing":{"x":0,"y":0},"clothing":{"x":0,"y":0},"cloak":{"x":0,"y":0},"acca":{"x":0,"y":0},"accb":{"x":0,"y":0},"glasses":{"x":0,"y":0}}}
|
||||
1
img/characters/h4.json
Normal file
1
img/characters/h4.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"identity":"CharacterGeneratorSettings","version":"2.0.0","gender":"female","patterns":{"body":"p01","face":"p01","fronthair":"p22","rearhair":"p08","beard":"","ears":"p01","eyes":"p01","eyebrows":"p01","nose":"p01","mouth":"p01","facialmark":"","beastears":"","tail":"","wing":"","clothing":"","cloak":"","acca":"","accb":"","glasses":"p05"},"colors":{"#F9C19D":0,"#2C80CB":0,"#FCCB0A":1,"#B892C5":0,"#009296":0,"#D3CEC7":0,"#AE8682":0,"#FE9D1E":0,"#1C76D0":0,"#D9A404":0,"#D8AC00":0,"#A30708":0,"#D3CEC2":0,"#DA346E":0,"#A4C911":0,"#C78407":0,"#C0D3D2":0,"#4155B6":0,"#BA3B45":0,"#999999":0,"#CCBAD2":0,"#607E4B":0,"#E6D6BD":0,"#A7D6D6":0},"offsets":{"face":{"x":0,"y":0},"fronthair":{"x":2,"y":-3},"rearhair":{"x":0,"y":0},"beard":{"x":0,"y":0},"ears":{"x":0,"y":0},"eyes":{"x":0,"y":0},"eyebrows":{"x":0,"y":0},"nose":{"x":0,"y":0},"mouth":{"x":0,"y":0},"facialmark":{"x":0,"y":0},"beastears":{"x":0,"y":0},"tail":{"x":0,"y":0},"wing":{"x":0,"y":0},"clothing":{"x":0,"y":0},"cloak":{"x":0,"y":0},"acca":{"x":0,"y":0},"accb":{"x":0,"y":0},"glasses":{"x":0,"y":0}}}
|
||||
1
img/characters/m3.json
Normal file
1
img/characters/m3.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"identity":"CharacterGeneratorSettings","version":"2.0.0","gender":"male","patterns":{"body":"p01","face":"p01","fronthair":"","rearhair":"p04","beard":"","ears":"p01","eyes":"p01","eyebrows":"p01","nose":"p01","mouth":"p01","facialmark":"","beastears":"","tail":"","wing":"","clothing":"p24","cloak":"","acca":"","accb":"","glasses":"p05"},"colors":{"#F9C19D":0,"#2C80CB":0,"#FCCB0A":23,"#B892C5":0,"#009296":0,"#D3CEC7":0,"#AE8682":17,"#FE9D1E":17,"#1C76D0":17,"#D9A404":17,"#D8AC00":0,"#A30708":0,"#D3CEC2":0,"#DA346E":0,"#A4C911":0,"#C78407":0,"#C0D3D2":0,"#4155B6":0,"#BA3B45":0,"#999999":0,"#CCBAD2":0,"#607E4B":0,"#E6D6BD":0,"#A7D6D6":0},"offsets":{"face":{"x":0,"y":0},"fronthair":{"x":0,"y":0},"rearhair":{"x":0,"y":0},"beard":{"x":0,"y":0},"ears":{"x":0,"y":0},"eyes":{"x":0,"y":0},"eyebrows":{"x":0,"y":0},"nose":{"x":0,"y":0},"mouth":{"x":0,"y":0},"facialmark":{"x":0,"y":0},"beastears":{"x":0,"y":0},"tail":{"x":0,"y":0},"wing":{"x":0,"y":0},"clothing":{"x":0,"y":0},"cloak":{"x":0,"y":0},"acca":{"x":0,"y":0},"accb":{"x":0,"y":0},"glasses":{"x":0,"y":0}}}
|
||||
1
img/characters/s1.json
Normal file
1
img/characters/s1.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"identity":"CharacterGeneratorSettings","version":"2.0.0","gender":"male","patterns":{"body":"p01","face":"p01","fronthair":"p08","rearhair":"p01","ears":"p01","eyes":"p01","eyebrows":"p17","nose":"p01","mouth":"p01","clothing":"p24","cloak":"","acca":"","glasses":"p01"},"colors":{"#F9C19D":0,"#2C80CB":7,"#FCCB0A":23,"#B892C5":23,"#009296":0,"#D3CEC7":1,"#AE8682":15,"#FE9D1E":14,"#1C76D0":15,"#D9A404":15,"#D8AC00":15,"#A30708":17,"#D3CEC2":0,"#DA346E":0,"#A4C911":0,"#C78407":0,"#C0D3D2":8,"#4155B6":15,"#BA3B45":11,"#999999":16,"#CCBAD2":0,"#607E4B":0,"#E6D6BD":12,"#A7D6D6":1},"offsets":{"face":{"x":0,"y":0},"fronthair":{"x":0,"y":0},"rearhair":{"x":0,"y":0},"beard":{"x":0,"y":0},"ears":{"x":0,"y":0},"eyes":{"x":0,"y":0},"eyebrows":{"x":0,"y":0},"nose":{"x":0,"y":0},"mouth":{"x":0,"y":0},"facialmark":{"x":0,"y":0},"beastears":{"x":0,"y":0},"tail":{"x":0,"y":0},"wing":{"x":0,"y":0},"clothing":{"x":0,"y":0},"cloak":{"x":0,"y":0},"acca":{"x":0,"y":0},"accb":{"x":0,"y":0},"glasses":{"x":0,"y":0}}}
|
||||
1
img/characters/y1.json
Normal file
1
img/characters/y1.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"identity":"CharacterGeneratorSettings","version":"2.0.0","gender":"male","patterns":{"body":"p01","face":"p05","fronthair":"","rearhair":"p07","beard":"p07","ears":"p01","eyes":"p15","eyebrows":"p07","nose":"p01","mouth":"p07","facialmark":"","beastears":"","tail":"","wing":"","clothing":"p24","cloak":"","acca":"","accb":"","glasses":""},"colors":{"#F9C19D":0,"#2C80CB":0,"#FCCB0A":0,"#B892C5":0,"#009296":0,"#D3CEC7":0,"#AE8682":15,"#FE9D1E":15,"#1C76D0":15,"#D9A404":15,"#D8AC00":0,"#A30708":0,"#D3CEC2":0,"#DA346E":0,"#A4C911":0,"#C78407":0,"#C0D3D2":0,"#4155B6":0,"#BA3B45":0,"#999999":0,"#CCBAD2":0,"#607E4B":0,"#E6D6BD":0,"#A7D6D6":0},"offsets":{"face":{"x":0,"y":0},"fronthair":{"x":0,"y":0},"rearhair":{"x":0,"y":0},"beard":{"x":0,"y":0},"ears":{"x":0,"y":0},"eyes":{"x":0,"y":0},"eyebrows":{"x":0,"y":0},"nose":{"x":0,"y":0},"mouth":{"x":0,"y":0},"facialmark":{"x":0,"y":0},"beastears":{"x":0,"y":0},"tail":{"x":0,"y":0},"wing":{"x":0,"y":0},"clothing":{"x":0,"y":0},"cloak":{"x":0,"y":0},"acca":{"x":0,"y":0},"accb":{"x":0,"y":0},"glasses":{"x":0,"y":0}}}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue