Initial Commit
This commit is contained in:
commit
9a80e442ab
260 changed files with 1703043 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Except
|
||||
!*.json
|
||||
!*.js
|
||||
!*.zip
|
||||
!*.7z
|
||||
!*.csv
|
||||
!.gitignore
|
||||
!README.md
|
||||
!bokukae_sce.dat
|
||||
!bokukae_sce.dat.bak
|
||||
!bokukae_define.dat
|
||||
|
||||
# Images
|
||||
49
README.md
Normal file
49
README.md
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# Apply Patch
|
||||
1. Click Code
|
||||
2. Click Download ZIP
|
||||
3. Extract to game folder and Replace All.
|
||||
|
||||
# How To Contribute
|
||||
TLDR 3 steps.
|
||||
|
||||
Fork the repository.
|
||||
Make the changes.
|
||||
Submit a pull request to the project owner.
|
||||
|
||||
If everything looks good and doesn't break things I'll merge it in.
|
||||
|
||||
Longer Version:
|
||||
|
||||
Things that are needed:
|
||||
* [VSCode](https://code.visualstudio.com/) Make sure you check all the boxes for context menus. 
|
||||
* The Game
|
||||
* [Git](https://git-scm.com/downloads) (Use the default for everything. Just keep clicking Next)
|
||||
* Motivation to learn
|
||||
|
||||
Installation:
|
||||
1. Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
|
||||
2. Right click on the game folder and click 'Open with VSCode' (Shift+Right_Click if you are on Windows 11)
|
||||
3. Click on the Source Control Button and click initialize repository.
|
||||
|
||||

|
||||
|
||||
4. At the top click on Terminal > New Terminal. Enter the following: `git clone [URL_YOU_COPIED_ABOVE]`.
|
||||
5. Copy the contents of the new folder created with git clone into the game folder and replace all.
|
||||
6. Your source control menu should be good to go and look like this.
|
||||
|
||||

|
||||
|
||||
Now you are all setup, all you need to do is play the game and look for any changes that need to be made. Stuff like spelling errors, wrong names, inconsistencies, spacing issues, etc.
|
||||
|
||||
7. Use the FIND functionality to search for what you are trying to fix. For example if a character's name is wrong, type that into the search menu and start looking, then make the change. Try not to mess with any scripts or variables you might see.
|
||||
|
||||

|
||||
|
||||
8. After you are satisfied with your changes it's time to put in a PR. Go to source control to see all your changes. Add a message and click the `Commit` button to save them all.
|
||||
|
||||

|
||||
|
||||
8. Click Sync to push your changes to your fork. Now all that's left is to put in a pull request.
|
||||
9. Go to Pull Requests > New Pull Requests. Look at the arrow, your fork should be pointing to the original repo (mine). Add in details on what you fixed and Submit. If everything looks good I'll merge it in and you would have successfully contributed.
|
||||
|
||||
Got questions? Just shoot me a message, more than happy to walk you through any of the tools.
|
||||
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "natuyasumi",
|
||||
"main": "www/index.html",
|
||||
"js-flags": "--expose-gc",
|
||||
"window": {
|
||||
"title": "",
|
||||
"toolbar": false,
|
||||
"width": 816,
|
||||
"height": 624,
|
||||
"icon": "www/icon/icon.png"
|
||||
}
|
||||
}
|
||||
4
www/data/Actors.json
Normal file
4
www/data/Actors.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[
|
||||
null,
|
||||
{"id":1,"battlerName":"","characterIndex":0,"characterName":"","classId":1,"equips":[0,0,0,0,0],"faceIndex":0,"faceName":"","traits":[],"initialLevel":1,"maxLevel":99,"name":"Summer","nickname":"","note":"","profile":""}
|
||||
]
|
||||
16
www/data/Animations.json
Normal file
16
www/data/Animations.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"animation1Hue": 0,
|
||||
"animation1Name": "",
|
||||
"animation2Hue": 0,
|
||||
"animation2Name": "",
|
||||
"frames": [
|
||||
[]
|
||||
],
|
||||
"name": "",
|
||||
"position": 1,
|
||||
"timings": []
|
||||
}
|
||||
]
|
||||
30
www/data/Armors.json
Normal file
30
www/data/Armors.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0
|
||||
}
|
||||
]
|
||||
870
www/data/Classes.json
Normal file
870
www/data/Classes.json
Normal file
|
|
@ -0,0 +1,870 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"expParams": [
|
||||
30,
|
||||
20,
|
||||
30,
|
||||
30
|
||||
],
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 0,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0.95
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0.05
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 2,
|
||||
"value": 0.04
|
||||
},
|
||||
{
|
||||
"code": 41,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 51,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 52,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"learnings": [],
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
[
|
||||
1,
|
||||
450,
|
||||
500,
|
||||
550,
|
||||
600,
|
||||
650,
|
||||
700,
|
||||
750,
|
||||
800,
|
||||
850,
|
||||
900,
|
||||
950,
|
||||
1000,
|
||||
1050,
|
||||
1100,
|
||||
1150,
|
||||
1200,
|
||||
1250,
|
||||
1300,
|
||||
1350,
|
||||
1400,
|
||||
1450,
|
||||
1500,
|
||||
1550,
|
||||
1600,
|
||||
1650,
|
||||
1700,
|
||||
1750,
|
||||
1800,
|
||||
1850,
|
||||
1900,
|
||||
1950,
|
||||
2000,
|
||||
2050,
|
||||
2100,
|
||||
2150,
|
||||
2200,
|
||||
2250,
|
||||
2300,
|
||||
2350,
|
||||
2400,
|
||||
2450,
|
||||
2500,
|
||||
2550,
|
||||
2600,
|
||||
2650,
|
||||
2700,
|
||||
2750,
|
||||
2800,
|
||||
2850,
|
||||
2900,
|
||||
2950,
|
||||
3000,
|
||||
3050,
|
||||
3100,
|
||||
3150,
|
||||
3200,
|
||||
3250,
|
||||
3300,
|
||||
3350,
|
||||
3400,
|
||||
3450,
|
||||
3500,
|
||||
3550,
|
||||
3600,
|
||||
3650,
|
||||
3700,
|
||||
3750,
|
||||
3800,
|
||||
3850,
|
||||
3900,
|
||||
3950,
|
||||
4000,
|
||||
4050,
|
||||
4100,
|
||||
4150,
|
||||
4200,
|
||||
4250,
|
||||
4300,
|
||||
4350,
|
||||
4400,
|
||||
4450,
|
||||
4500,
|
||||
4550,
|
||||
4600,
|
||||
4650,
|
||||
4700,
|
||||
4750,
|
||||
4800,
|
||||
4850,
|
||||
4900,
|
||||
4950,
|
||||
5000,
|
||||
5050,
|
||||
5100,
|
||||
5150,
|
||||
5200,
|
||||
5250,
|
||||
5300,
|
||||
5350
|
||||
],
|
||||
[
|
||||
0,
|
||||
90,
|
||||
100,
|
||||
110,
|
||||
120,
|
||||
130,
|
||||
140,
|
||||
150,
|
||||
160,
|
||||
170,
|
||||
180,
|
||||
190,
|
||||
200,
|
||||
210,
|
||||
220,
|
||||
230,
|
||||
240,
|
||||
250,
|
||||
260,
|
||||
270,
|
||||
280,
|
||||
290,
|
||||
300,
|
||||
310,
|
||||
320,
|
||||
330,
|
||||
340,
|
||||
350,
|
||||
360,
|
||||
370,
|
||||
380,
|
||||
390,
|
||||
400,
|
||||
410,
|
||||
420,
|
||||
430,
|
||||
440,
|
||||
450,
|
||||
460,
|
||||
470,
|
||||
480,
|
||||
490,
|
||||
500,
|
||||
510,
|
||||
520,
|
||||
530,
|
||||
540,
|
||||
550,
|
||||
560,
|
||||
570,
|
||||
580,
|
||||
590,
|
||||
600,
|
||||
610,
|
||||
620,
|
||||
630,
|
||||
640,
|
||||
650,
|
||||
660,
|
||||
670,
|
||||
680,
|
||||
690,
|
||||
700,
|
||||
710,
|
||||
720,
|
||||
730,
|
||||
740,
|
||||
750,
|
||||
760,
|
||||
770,
|
||||
780,
|
||||
790,
|
||||
800,
|
||||
810,
|
||||
820,
|
||||
830,
|
||||
840,
|
||||
850,
|
||||
860,
|
||||
870,
|
||||
880,
|
||||
890,
|
||||
900,
|
||||
910,
|
||||
920,
|
||||
930,
|
||||
940,
|
||||
950,
|
||||
960,
|
||||
970,
|
||||
980,
|
||||
990,
|
||||
1000,
|
||||
1010,
|
||||
1020,
|
||||
1030,
|
||||
1040,
|
||||
1050,
|
||||
1060,
|
||||
1070
|
||||
],
|
||||
[
|
||||
1,
|
||||
16,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
38,
|
||||
39,
|
||||
40,
|
||||
41,
|
||||
43,
|
||||
44,
|
||||
45,
|
||||
46,
|
||||
48,
|
||||
49,
|
||||
50,
|
||||
51,
|
||||
53,
|
||||
54,
|
||||
55,
|
||||
56,
|
||||
58,
|
||||
59,
|
||||
60,
|
||||
61,
|
||||
63,
|
||||
64,
|
||||
65,
|
||||
66,
|
||||
68,
|
||||
69,
|
||||
70,
|
||||
71,
|
||||
73,
|
||||
74,
|
||||
75,
|
||||
76,
|
||||
77,
|
||||
79,
|
||||
80,
|
||||
81,
|
||||
82,
|
||||
84,
|
||||
85,
|
||||
86,
|
||||
87,
|
||||
89,
|
||||
90,
|
||||
91,
|
||||
92,
|
||||
94,
|
||||
95,
|
||||
96,
|
||||
97,
|
||||
99,
|
||||
100,
|
||||
101,
|
||||
102,
|
||||
104,
|
||||
105,
|
||||
106,
|
||||
107,
|
||||
109,
|
||||
110,
|
||||
111,
|
||||
112,
|
||||
114,
|
||||
115,
|
||||
116,
|
||||
117,
|
||||
119,
|
||||
120,
|
||||
121,
|
||||
122,
|
||||
124,
|
||||
125,
|
||||
126,
|
||||
127,
|
||||
129,
|
||||
130,
|
||||
131,
|
||||
132,
|
||||
134,
|
||||
135,
|
||||
136,
|
||||
137,
|
||||
138
|
||||
],
|
||||
[
|
||||
0,
|
||||
16,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
38,
|
||||
39,
|
||||
40,
|
||||
41,
|
||||
43,
|
||||
44,
|
||||
45,
|
||||
46,
|
||||
48,
|
||||
49,
|
||||
50,
|
||||
51,
|
||||
53,
|
||||
54,
|
||||
55,
|
||||
56,
|
||||
58,
|
||||
59,
|
||||
60,
|
||||
61,
|
||||
63,
|
||||
64,
|
||||
65,
|
||||
66,
|
||||
68,
|
||||
69,
|
||||
70,
|
||||
71,
|
||||
73,
|
||||
74,
|
||||
75,
|
||||
76,
|
||||
77,
|
||||
79,
|
||||
80,
|
||||
81,
|
||||
82,
|
||||
84,
|
||||
85,
|
||||
86,
|
||||
87,
|
||||
89,
|
||||
90,
|
||||
91,
|
||||
92,
|
||||
94,
|
||||
95,
|
||||
96,
|
||||
97,
|
||||
99,
|
||||
100,
|
||||
101,
|
||||
102,
|
||||
104,
|
||||
105,
|
||||
106,
|
||||
107,
|
||||
109,
|
||||
110,
|
||||
111,
|
||||
112,
|
||||
114,
|
||||
115,
|
||||
116,
|
||||
117,
|
||||
119,
|
||||
120,
|
||||
121,
|
||||
122,
|
||||
124,
|
||||
125,
|
||||
126,
|
||||
127,
|
||||
129,
|
||||
130,
|
||||
131,
|
||||
132,
|
||||
134,
|
||||
135,
|
||||
136,
|
||||
137,
|
||||
138
|
||||
],
|
||||
[
|
||||
0,
|
||||
16,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
38,
|
||||
39,
|
||||
40,
|
||||
41,
|
||||
43,
|
||||
44,
|
||||
45,
|
||||
46,
|
||||
48,
|
||||
49,
|
||||
50,
|
||||
51,
|
||||
53,
|
||||
54,
|
||||
55,
|
||||
56,
|
||||
58,
|
||||
59,
|
||||
60,
|
||||
61,
|
||||
63,
|
||||
64,
|
||||
65,
|
||||
66,
|
||||
68,
|
||||
69,
|
||||
70,
|
||||
71,
|
||||
73,
|
||||
74,
|
||||
75,
|
||||
76,
|
||||
77,
|
||||
79,
|
||||
80,
|
||||
81,
|
||||
82,
|
||||
84,
|
||||
85,
|
||||
86,
|
||||
87,
|
||||
89,
|
||||
90,
|
||||
91,
|
||||
92,
|
||||
94,
|
||||
95,
|
||||
96,
|
||||
97,
|
||||
99,
|
||||
100,
|
||||
101,
|
||||
102,
|
||||
104,
|
||||
105,
|
||||
106,
|
||||
107,
|
||||
109,
|
||||
110,
|
||||
111,
|
||||
112,
|
||||
114,
|
||||
115,
|
||||
116,
|
||||
117,
|
||||
119,
|
||||
120,
|
||||
121,
|
||||
122,
|
||||
124,
|
||||
125,
|
||||
126,
|
||||
127,
|
||||
129,
|
||||
130,
|
||||
131,
|
||||
132,
|
||||
134,
|
||||
135,
|
||||
136,
|
||||
137,
|
||||
138
|
||||
],
|
||||
[
|
||||
0,
|
||||
16,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
38,
|
||||
39,
|
||||
40,
|
||||
41,
|
||||
43,
|
||||
44,
|
||||
45,
|
||||
46,
|
||||
48,
|
||||
49,
|
||||
50,
|
||||
51,
|
||||
53,
|
||||
54,
|
||||
55,
|
||||
56,
|
||||
58,
|
||||
59,
|
||||
60,
|
||||
61,
|
||||
63,
|
||||
64,
|
||||
65,
|
||||
66,
|
||||
68,
|
||||
69,
|
||||
70,
|
||||
71,
|
||||
73,
|
||||
74,
|
||||
75,
|
||||
76,
|
||||
77,
|
||||
79,
|
||||
80,
|
||||
81,
|
||||
82,
|
||||
84,
|
||||
85,
|
||||
86,
|
||||
87,
|
||||
89,
|
||||
90,
|
||||
91,
|
||||
92,
|
||||
94,
|
||||
95,
|
||||
96,
|
||||
97,
|
||||
99,
|
||||
100,
|
||||
101,
|
||||
102,
|
||||
104,
|
||||
105,
|
||||
106,
|
||||
107,
|
||||
109,
|
||||
110,
|
||||
111,
|
||||
112,
|
||||
114,
|
||||
115,
|
||||
116,
|
||||
117,
|
||||
119,
|
||||
120,
|
||||
121,
|
||||
122,
|
||||
124,
|
||||
125,
|
||||
126,
|
||||
127,
|
||||
129,
|
||||
130,
|
||||
131,
|
||||
132,
|
||||
134,
|
||||
135,
|
||||
136,
|
||||
137,
|
||||
138
|
||||
],
|
||||
[
|
||||
0,
|
||||
32,
|
||||
35,
|
||||
37,
|
||||
40,
|
||||
42,
|
||||
45,
|
||||
47,
|
||||
50,
|
||||
52,
|
||||
55,
|
||||
57,
|
||||
60,
|
||||
62,
|
||||
65,
|
||||
67,
|
||||
70,
|
||||
72,
|
||||
75,
|
||||
77,
|
||||
80,
|
||||
82,
|
||||
85,
|
||||
87,
|
||||
90,
|
||||
92,
|
||||
95,
|
||||
97,
|
||||
100,
|
||||
102,
|
||||
105,
|
||||
107,
|
||||
110,
|
||||
112,
|
||||
115,
|
||||
117,
|
||||
120,
|
||||
122,
|
||||
125,
|
||||
127,
|
||||
130,
|
||||
132,
|
||||
135,
|
||||
137,
|
||||
140,
|
||||
142,
|
||||
145,
|
||||
147,
|
||||
150,
|
||||
152,
|
||||
155,
|
||||
157,
|
||||
160,
|
||||
162,
|
||||
165,
|
||||
167,
|
||||
170,
|
||||
172,
|
||||
175,
|
||||
177,
|
||||
180,
|
||||
182,
|
||||
185,
|
||||
187,
|
||||
190,
|
||||
192,
|
||||
195,
|
||||
197,
|
||||
200,
|
||||
202,
|
||||
205,
|
||||
207,
|
||||
210,
|
||||
212,
|
||||
215,
|
||||
217,
|
||||
220,
|
||||
222,
|
||||
225,
|
||||
227,
|
||||
230,
|
||||
232,
|
||||
235,
|
||||
237,
|
||||
240,
|
||||
242,
|
||||
245,
|
||||
247,
|
||||
250,
|
||||
252,
|
||||
255,
|
||||
257,
|
||||
260,
|
||||
262,
|
||||
265,
|
||||
267,
|
||||
270,
|
||||
272,
|
||||
275,
|
||||
277
|
||||
],
|
||||
[
|
||||
0,
|
||||
32,
|
||||
35,
|
||||
37,
|
||||
40,
|
||||
42,
|
||||
45,
|
||||
47,
|
||||
50,
|
||||
52,
|
||||
55,
|
||||
57,
|
||||
60,
|
||||
62,
|
||||
65,
|
||||
67,
|
||||
70,
|
||||
72,
|
||||
75,
|
||||
77,
|
||||
80,
|
||||
82,
|
||||
85,
|
||||
87,
|
||||
90,
|
||||
92,
|
||||
95,
|
||||
97,
|
||||
100,
|
||||
102,
|
||||
105,
|
||||
107,
|
||||
110,
|
||||
112,
|
||||
115,
|
||||
117,
|
||||
120,
|
||||
122,
|
||||
125,
|
||||
127,
|
||||
130,
|
||||
132,
|
||||
135,
|
||||
137,
|
||||
140,
|
||||
142,
|
||||
145,
|
||||
147,
|
||||
150,
|
||||
152,
|
||||
155,
|
||||
157,
|
||||
160,
|
||||
162,
|
||||
165,
|
||||
167,
|
||||
170,
|
||||
172,
|
||||
175,
|
||||
177,
|
||||
180,
|
||||
182,
|
||||
185,
|
||||
187,
|
||||
190,
|
||||
192,
|
||||
195,
|
||||
197,
|
||||
200,
|
||||
202,
|
||||
205,
|
||||
207,
|
||||
210,
|
||||
212,
|
||||
215,
|
||||
217,
|
||||
220,
|
||||
222,
|
||||
225,
|
||||
227,
|
||||
230,
|
||||
232,
|
||||
235,
|
||||
237,
|
||||
240,
|
||||
242,
|
||||
245,
|
||||
247,
|
||||
250,
|
||||
252,
|
||||
255,
|
||||
257,
|
||||
260,
|
||||
262,
|
||||
265,
|
||||
267,
|
||||
270,
|
||||
272,
|
||||
275,
|
||||
277
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
1252430
www/data/CommonEvents.json
Normal file
1252430
www/data/CommonEvents.json
Normal file
File diff suppressed because it is too large
Load diff
56
www/data/ContainerProperties.json
Normal file
56
www/data/ContainerProperties.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"Scene_Title": {
|
||||
"WindowLayer": {
|
||||
"0,Window_TitleCommand": {
|
||||
"x": 91,
|
||||
"y": 332,
|
||||
"width": 240,
|
||||
"height": 152,
|
||||
"opacity": 0,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 22,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Load": {
|
||||
"WindowLayer": {
|
||||
"1,Window_SavefileList": {
|
||||
"x": 0,
|
||||
"y": 80,
|
||||
"width": 500,
|
||||
"height": 460,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 22,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Scene_Save": {
|
||||
"WindowLayer": {
|
||||
"1,Window_SavefileList": {
|
||||
"x": 0,
|
||||
"y": 80,
|
||||
"width": 500,
|
||||
"height": 460,
|
||||
"opacity": 255,
|
||||
"hidden": false,
|
||||
"_customFontSize": 28,
|
||||
"_customPadding": 22,
|
||||
"_customLineHeight": 36,
|
||||
"_customBackOpacity": 192,
|
||||
"_customBackFileName": "",
|
||||
"_customFontFace": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
65
www/data/Enemies.json
Normal file
65
www/data/Enemies.json
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
[
|
||||
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
|
||||
]
|
||||
}
|
||||
]
|
||||
1875
www/data/Items.json
Normal file
1875
www/data/Items.json
Normal file
File diff suppressed because it is too large
Load diff
1484
www/data/Map001.json
Normal file
1484
www/data/Map001.json
Normal file
File diff suppressed because it is too large
Load diff
1622
www/data/Map002.json
Normal file
1622
www/data/Map002.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map003.json
Normal file
1477
www/data/Map003.json
Normal file
File diff suppressed because it is too large
Load diff
4089
www/data/Map004.json
Normal file
4089
www/data/Map004.json
Normal file
File diff suppressed because it is too large
Load diff
2082
www/data/Map005.json
Normal file
2082
www/data/Map005.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map006.json
Normal file
1477
www/data/Map006.json
Normal file
File diff suppressed because it is too large
Load diff
1360
www/data/Map007.json
Normal file
1360
www/data/Map007.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map008.json
Normal file
1478
www/data/Map008.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map009.json
Normal file
1478
www/data/Map009.json
Normal file
File diff suppressed because it is too large
Load diff
1516
www/data/Map010.json
Normal file
1516
www/data/Map010.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map011.json
Normal file
1477
www/data/Map011.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map012.json
Normal file
1477
www/data/Map012.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map013.json
Normal file
1477
www/data/Map013.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map014.json
Normal file
1477
www/data/Map014.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map016.json
Normal file
1477
www/data/Map016.json
Normal file
File diff suppressed because it is too large
Load diff
2411
www/data/Map017.json
Normal file
2411
www/data/Map017.json
Normal file
File diff suppressed because it is too large
Load diff
2035
www/data/Map018.json
Normal file
2035
www/data/Map018.json
Normal file
File diff suppressed because it is too large
Load diff
2492
www/data/Map019.json
Normal file
2492
www/data/Map019.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map020.json
Normal file
1477
www/data/Map020.json
Normal file
File diff suppressed because it is too large
Load diff
2040
www/data/Map021.json
Normal file
2040
www/data/Map021.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map022.json
Normal file
1477
www/data/Map022.json
Normal file
File diff suppressed because it is too large
Load diff
2319
www/data/Map023.json
Normal file
2319
www/data/Map023.json
Normal file
File diff suppressed because it is too large
Load diff
2681
www/data/Map024.json
Normal file
2681
www/data/Map024.json
Normal file
File diff suppressed because it is too large
Load diff
1984
www/data/Map025.json
Normal file
1984
www/data/Map025.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map026.json
Normal file
1478
www/data/Map026.json
Normal file
File diff suppressed because it is too large
Load diff
2035
www/data/Map027.json
Normal file
2035
www/data/Map027.json
Normal file
File diff suppressed because it is too large
Load diff
1775
www/data/Map028.json
Normal file
1775
www/data/Map028.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map029.json
Normal file
1477
www/data/Map029.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map030.json
Normal file
1478
www/data/Map030.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map031.json
Normal file
1477
www/data/Map031.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map032.json
Normal file
1477
www/data/Map032.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map033.json
Normal file
1477
www/data/Map033.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map034.json
Normal file
1477
www/data/Map034.json
Normal file
File diff suppressed because it is too large
Load diff
1357
www/data/Map035.json
Normal file
1357
www/data/Map035.json
Normal file
File diff suppressed because it is too large
Load diff
1823
www/data/Map036.json
Normal file
1823
www/data/Map036.json
Normal file
File diff suppressed because it is too large
Load diff
1799
www/data/Map037.json
Normal file
1799
www/data/Map037.json
Normal file
File diff suppressed because it is too large
Load diff
1673
www/data/Map038.json
Normal file
1673
www/data/Map038.json
Normal file
File diff suppressed because it is too large
Load diff
1658
www/data/Map039.json
Normal file
1658
www/data/Map039.json
Normal file
File diff suppressed because it is too large
Load diff
1798
www/data/Map040.json
Normal file
1798
www/data/Map040.json
Normal file
File diff suppressed because it is too large
Load diff
1658
www/data/Map041.json
Normal file
1658
www/data/Map041.json
Normal file
File diff suppressed because it is too large
Load diff
1357
www/data/Map042.json
Normal file
1357
www/data/Map042.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map043.json
Normal file
1477
www/data/Map043.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map044.json
Normal file
1477
www/data/Map044.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map045.json
Normal file
1477
www/data/Map045.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map046.json
Normal file
1477
www/data/Map046.json
Normal file
File diff suppressed because it is too large
Load diff
1672
www/data/Map047.json
Normal file
1672
www/data/Map047.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map048.json
Normal file
1477
www/data/Map048.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map049.json
Normal file
1477
www/data/Map049.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map050.json
Normal file
1477
www/data/Map050.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map051.json
Normal file
1478
www/data/Map051.json
Normal file
File diff suppressed because it is too large
Load diff
1740
www/data/Map052.json
Normal file
1740
www/data/Map052.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map053.json
Normal file
1477
www/data/Map053.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map054.json
Normal file
1477
www/data/Map054.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map055.json
Normal file
1477
www/data/Map055.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map056.json
Normal file
1477
www/data/Map056.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map057.json
Normal file
1477
www/data/Map057.json
Normal file
File diff suppressed because it is too large
Load diff
35763
www/data/Map058.json
Normal file
35763
www/data/Map058.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map059.json
Normal file
1477
www/data/Map059.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map060.json
Normal file
1477
www/data/Map060.json
Normal file
File diff suppressed because it is too large
Load diff
1492
www/data/Map061.json
Normal file
1492
www/data/Map061.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map062.json
Normal file
1477
www/data/Map062.json
Normal file
File diff suppressed because it is too large
Load diff
1357
www/data/Map063.json
Normal file
1357
www/data/Map063.json
Normal file
File diff suppressed because it is too large
Load diff
1363
www/data/Map064.json
Normal file
1363
www/data/Map064.json
Normal file
File diff suppressed because it is too large
Load diff
1727
www/data/Map065.json
Normal file
1727
www/data/Map065.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map066.json
Normal file
1477
www/data/Map066.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map067.json
Normal file
1477
www/data/Map067.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map068.json
Normal file
1477
www/data/Map068.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map069.json
Normal file
1477
www/data/Map069.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map070.json
Normal file
1477
www/data/Map070.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map071.json
Normal file
1478
www/data/Map071.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map072.json
Normal file
1478
www/data/Map072.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map073.json
Normal file
1477
www/data/Map073.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map074.json
Normal file
1477
www/data/Map074.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map075.json
Normal file
1478
www/data/Map075.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map076.json
Normal file
1478
www/data/Map076.json
Normal file
File diff suppressed because it is too large
Load diff
1478
www/data/Map077.json
Normal file
1478
www/data/Map077.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map078.json
Normal file
1477
www/data/Map078.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map079.json
Normal file
1477
www/data/Map079.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map080.json
Normal file
1477
www/data/Map080.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map081.json
Normal file
1477
www/data/Map081.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map082.json
Normal file
1477
www/data/Map082.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map083.json
Normal file
1477
www/data/Map083.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map084.json
Normal file
1477
www/data/Map084.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map085.json
Normal file
1477
www/data/Map085.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map086.json
Normal file
1477
www/data/Map086.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map087.json
Normal file
1477
www/data/Map087.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map088.json
Normal file
1477
www/data/Map088.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map089.json
Normal file
1477
www/data/Map089.json
Normal file
File diff suppressed because it is too large
Load diff
1477
www/data/Map090.json
Normal file
1477
www/data/Map090.json
Normal file
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue