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
|
return
{
name = "Aiguillon",
theme = "aiguillon.ogg",
portrait = "assets/maps/aiguillon.png",
center = {x = 0, y = 10},
width = 370,
height = 290,
respawns = {
{x = -15, y = -80},
{x = -5, y = -80},
{x = 5, y = -80},
{x = 15, y = -80},
},
create = {
{
ratio = 0,
background = "assets/backgrounds/aiguillon.png"
},
{
x = -108,
y = 22,
platform = "aiguillon-wide"
},
{
x = -46,
y = -19,
platform = "aiguillon-middle"
},
{
x = -141,
y = -57,
platform = "aiguillon-left-big"
},
{
x = -132,
y = 84,
platform = "aiguillon-left-small"
},
{
x = 77,
y = -57,
platform = "aiguillon-right-big"
},
{
x = 103,
y = 84,
platform = "aiguillon-right-small"
}
},
}
|