summaryrefslogtreecommitdiffhomepage
path: root/config/maps/205.lua
blob: d0aa1f85ceb56afc712b9ff993a870edc514df7c (plain)
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
return
{
	name = "AI Station 205",
	theme = "sorona.ogg",
	portrait = 1, -- TODO: See `maps/ribbit`.
	center = {x = 0, y = 0},
	width  = 360,
	height = 240,
	respawns = {
		{x = -10, y = -55},
		{x = 0, y = -55},
		{x = 10, y = -55}
	},
	create = {
		{
			flames = true
		},
		{
			x = -36,
			y = -48,
			platform = "205-top"
		},
		{
			x = -36+9,
			y = -48+11,
			decoration = "assets/decorations/205-exhaust-top.png"
		},
		{
			x = -122,
			y = 10,
			platform = "205-left"
		},
		{
			x = -122+49,
			y = 10+2,
			decoration = "assets/decorations/205-exhaust-left.png"
		},
		{
			x = 28,
			y = 10,
			platform = "205-right"
		},
		{
			x = 28+29,
			y = 10+2,
			decoration = "assets/decorations/205-exhaust-right.png"
		}
	}
}