File: solarplant.ump

package info (click to toggle)
ufoai-maps 2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 503,912 kB
  • sloc: makefile: 192; perl: 87; python: 68
file content (116 lines) | stat: -rw-r--r-- 1,672 bytes parent folder | download | duplicates (4)
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
109
110
111
112
113
114
115
116
// *********************************
// Prospectorcamp
// *********************************

base solarplant/sp_  

// d= craft square
// a= main square
// b= south
// e= east
// w= west
// f= northwest
// g= northeast
// h= southwest
// i= southeast

tile +craft_drop_firebird
{
6 6 
0		a		a		a		a		0
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
0		a		a		a		a		0
}

tile +craft_drop_herakles
{
6 6
0		a		a		a		a		0
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
0		a		a		a		a		0
}

tile +craft_drop_raptor
{
6 6
0		a		a		a		a		0
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
f		+d		+d		+d		+d		g
0		a		a		a		a		0
}

tile +main
{
6 6 
0		d		d		d		d		0
w		+a		+a		+a		+a		e
w		+a		+a		+a		+a		e
w		+a		+a		+a		+a		e
w		+a		+a		+a		+a		e
0		a		a		a		a		0
}

tile +west
{
6 6 
0		f		f		f		f		0
a		+w		+w		+w		+w		a
a		+w		+w		+w		+w		a
a		+w		+w		+w		+w		a
a		+w		+w		+w		+w		a
0		a		a		a		a		0
}

tile +east
{
6 6
0		g		g		g		g		0
a		+e		+e		+e		+e		a
a		+e		+e		+e		+e		a
a		+e		+e		+e		+e		a
a		+e		+e		+e		+e		a
0		a		a		a		a		0
}

tile +northwest
{
6 6
0		a		a		a		a		0
a		+f		+f		+f		+f		d
a		+f		+f		+f		+f		d
a		+f		+f		+f		+f		d
a		+f		+f		+f		+f		d
0		w		w		w		w		0
}

tile +northeast
{
6 6
0		a		a		a		a		0
d		+g		+g		+g		+g		a
d		+g		+g		+g		+g		a
d		+g		+g		+g		+g		a
d		+g		+g		+g		+g		a
0		e		e		e		e		0
}


assembly default
{
size		"12 8"		//Size in RMA (256x256) tiles
grid		"4 4"		//All pieces are multiple of 4 x 4 (in this case they are exactly 4x4)
+east		"1 1"
+main		"1 1"
+northwest	"1 1" 
+northeast	"1 1"
+west		"1 1"
*rm_drop +craft_drop_firebird	"1 1"
}