-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
48 lines (48 loc) · 1.01 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"WindowName": "アーチャー物語 ver1.2",
"FullScreen": true,
"WindowExtendRate": 1.0,
"Player": {
"JoystickSize": 64,
"Speed": 7.0,
"DefaultMaxHP": 500,
"GodTimeMax": 15,
"AttackCooldownMax": 36,
"DefaultAttack": 40,
"DefaultDefense": 0,
"Arrow": {
// この値は4倍されます
"Speed": 8.0
}
},
"Monsters": {
"FlowerPlant": {
"AttackSpeed": 120
},
"Slime": {
"MoveCooldown": 60
},
"Golem": {
"AttackSpeed": 120
},
"Bat": {
"AttackSpeed": 90
},
"Tree": {
"AttackSpeed": 180
},
"Virus": {}
},
"Balls": {
"Stone": {
"Speed": 8.0
},
"Jump": {
"High": 64.0,
"Speed": 8.0
},
"Beam": {
"Speed": 8.0
}
}
}