-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
108 lines (108 loc) · 2.73 KB
/
config.json
File metadata and controls
108 lines (108 loc) · 2.73 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"seed": 11048537183930315083,
"options_preset": {
"Custom": {
"level": {
"LoadFrom": {
"path": "./levels/level.txt"
}
},
"properties": {
"max_tick_count": 3600,
"team_size": 1,
"ticks_per_second": 60.0,
"updates_per_tick": 100,
"loot_box_size": {
"x": 0.5,
"y": 0.5
},
"unit_size": {
"x": 0.9,
"y": 1.8
},
"unit_max_horizontal_speed": 10.0,
"unit_fall_speed": 10.0,
"unit_jump_time": 0.55,
"unit_jump_speed": 10.0,
"jump_pad_jump_time": 0.525,
"jump_pad_jump_speed": 20.0,
"unit_max_health": 100,
"health_pack_health": 50,
"weapon_params": {
"AssaultRifle": {
"magazine_size": 20,
"fire_rate": 0.1,
"reload_time": 1.0,
"min_spread": 0.1,
"max_spread": 0.5,
"recoil": 0.2,
"aim_speed": 1.9,
"bullet": {
"speed": 50.0,
"size": 0.2,
"damage": 5
},
"explosion": null
},
"Pistol": {
"magazine_size": 8,
"fire_rate": 0.4,
"reload_time": 1.0,
"min_spread": 0.05,
"max_spread": 0.5,
"recoil": 0.5,
"aim_speed": 1.0,
"bullet": {
"speed": 50.0,
"size": 0.2,
"damage": 20
},
"explosion": null
},
"RocketLauncher": {
"magazine_size": 1,
"fire_rate": 1.0,
"reload_time": 1.0,
"min_spread": 0.1,
"max_spread": 0.5,
"recoil": 1.0,
"aim_speed": 1.0,
"bullet": {
"speed": 20.0,
"size": 0.4,
"damage": 30
},
"explosion": {
"radius": 3.0,
"damage": 50
}
}
},
"mine_size": {
"x": 0.5,
"y": 0.5
},
"mine_explosion_params": {
"radius": 3.0,
"damage": 50
},
"mine_prepare_time": 1.0,
"mine_trigger_time": 0.5,
"mine_trigger_radius": 1.0,
"kill_score": 1000
}
}
},
"players": [
{
"Tcp": {
"host": null,
"port": 31000,
"accept_timeout": null,
"timeout": null,
"token": null
}
},
"Quickstart"
]
}